
body{
    background: #ebebeb;
}

table{
    width: 100%;
}

.auth-one-bg {
    background: url('../images/football-ground.jpg') no-repeat center center;
}

.auth-one-bg .bg-overlay {
    background: linear-gradient(90deg, #9C7A30, #AC8530);
}

.d-inline-block.auth-logo {
    background: #fff;
    border-radius: 5px;
    padding: 1rem;
}

img{
    max-width: 100%;
    height: auto;
}

.btn {
    padding: 0 0.9375rem;
    line-height: 32px;
    display: inline-block;
    border-radius: 0;
    border: none;
    font-weight: 500;
    color: #fff;
    font-family: "Oswald", sans-serif;
    border-radius: 4px;
}

.btn--primary {
    background: #AC8530;
}

.btn.add-btn {
    background: #AC8530;
    border-color: #AC8530;
}

.btn--primary:hover,
.btn--primary:focus {
    color: #fff;
    background: #9C7A30;
    border-color: #9C7A30;
}


.btn.add-btn:hover {
    background: #AC8530;
}



.user-verify{
    font-size: 10px;
    margin-bottom: 0;
    position: relative;
    top: -11px;
    left: -2px;
}

.text-white.mb-1 .fas{
    color: #2949F1;
    position: relative;
    z-index: 22;
}
.text-white.mb-1 .fas::after{
    background: #fff;
    width: 18px;
    height: 18px;
    position: absolute;
    content:"";
    top: 3px;
    left: 5px;
    z-index: -1;
  }

  .card--profile{
    background: #f2f2f2  url('../images/bg2.png') no-repeat 0 310px;
    padding: 2rem !important;
  }

  .card--profile .c-card{
    background: #fff;
  }

.dataTables_filter input[type="search"]{
    border: 1px solid #ccc;
}

.tab-content--custom .tab-pane {
    background: #fff;
}

.card--profile {
    margin: 2rem;
}

.card .gridjs-wrapper{
    border: none !important;
}

.profile-wid-bg:before{
    background:rgba(0,0,0, 0.4);
}

.profile-photo-edit .btn {
    color: #333;
}

.permission-column {
    column-count: 4;
    gap: 30px;
}

.btn-check:focus+.btn,
.btn:focus {}

.navbar-brand-box .btn:focus {
    box-shadow: none;
}

.c-card {
    padding: 20px;
}

.c-card table th {
    width: 130px;
}

.c-card-table table th{
    width: 160px;
}



.c-card table td {
    padding: .5rem .5rem;
}

.card--profile.card {
    box-shadow: none;
    padding: 0;
    border: none;
}

.card--profile .card-body {
    border: none;
    padding: 0;
}

/*
.card--profile .col-md-8 .c-card {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
} */



/* .box-wrap{
    background: #fff url('../images/hero1.jpg') no-repeat right top;
}

@media screen and (max-width: 1366px) {
    .box-wrap{
        background: #fff url('../images/hero1.jpg') no-repeat 800px top;
    }

} */


@media screen and (max-width: 1200px) {
    .box-wrap{
        background: #fff;
    }

    .col-lg-10.box{
        flex: 0 0 auto;
        width: 100%;
    }

}


@media screen and (max-width: 992px) {
    .user-info{
     margin-bottom: 30px;
    }

    .col-lg-3.col-md-6 .c-card{
        margin-bottom: 30px;
    }

}



.card--profile .c-card {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
    border-radius: 8px;
}

.box-outer{
    background: rgba(174, 174, 174, 0.6) ;
    padding: 2rem;
    margin: 2rem;
    border-radius: 8px;

}

.c-card,
.user-info {
    background: #fff;
    border-radius: 8px;
}


.c-card-social i {
    margin-right: 8px;
    color: #9C7A30;
    height: 28px;
    width: 28px;
    border-radius: 100%;
    line-height: 28px;
    text-align: center;
    border: 1px solid #9C7A30;
}

@media only screen and (max-width: 600px) {
    .permission-column {
        column-count: 2;
        gap: 30px;
    }

    .permission-column .form-check {
        margin-bottom: 8px;
    }

    .gridjs-wrapper {
        border: none !important;
    }
}

#page-header-user-dropdown .text-start {
    display: flex;
    align-items: center;
    margin-left: 8px;
}

button:focus {
    outline: 0 !important;
    box-shadow: none !important;
}


.nav-tabs-custom.card-header-tabs{
    margin-top: 0 !important;
}


.card-header-tabs{
    margin-left: 0;
}


/*dashboard css*/
.user-info{
    padding: 2rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.user-inf-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.user-info-body h3 i{
    color: #146de0;

}

.c-card--shadow{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;

}

.box-outer--mt{
    margin-top: 249px;
}

.auth-logo-mt{
    margin-top: 160px;
}

@media screen and (max-width: 767px) {
    .box-outer{
        padding: 0;
        margin: 0;
        background: none;
    }

    .box-outer--mt{
        margin-top: 130px;
    }

    .user-info{
        margin-bottom: 30px;
    }

    .box-wrap{
        background: none;
    }

    .card--profile{
        background: none;
        margin: 0;

    }

    .mb-margin{
        margin-top: 30px;
    }
}
@media (min-width: 1400px) {
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 100%;
    }
    .card--profile{
        background-size: cover;
        background: #f2f2f2  url('../images/bg1.png') no-repeat 0 310px;
        background-size: cover;
      }
}
