.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    padding-right: 0px;
    padding-left: 0px;
}

body {
    background-color: rgb(248, 249, 252);
}

.content-wrapper {
    background-color: rgb(248, 249, 252);
}

.sidebar {
    background-color: rgb(248, 249, 252);
}

.card {
    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15) !important;
    position: relative;
    background-color: #fff;
    border: 1px solid #e3e6f0;
    border-radius: .35rem;
}

.navbar {
    background-color: #12469A;
}

.footer {
    background-color: rgb(248, 249, 252);
}

.breadcrumb {
    color: #b7b9cc;
    margin-bottom: 0px;
    margin-top: 5px;
}

h3 {
    color: #5a5c69 !important;
}

.content-wrapper {
    padding-top: 2rem;
}

.card .card-title {
    margin-bottom: 0px;
}

.grant-list {
    padding-left: 0px;
    margin-bottom: 25px;
}

    .grant-list li {
        list-style: none;
        color: #76838f;
        line-height: 1.5;
    }

.grant-title {
    font-size: 16px !important;
    text-transform: none !important;
    color: #5a5c69 !important;
    margin-top: 20px;
    margin-bottom: 5px !important;
}

.img-grant {
    background-color: rgba(163, 164, 165, 0.2);
    padding: 10px !important;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 0.1875rem;
}

.grant-date {
    color: #a3a4a5;
    background-color: rgba(163, 164, 165, 0.2);
    background-image: none;
    border-color: rgba(163, 164, 165, 0);
    padding: 2px 5px;
    border-radius: 20px;
    font-size: 12px;
    line-height: 1;
}

.btn-revoke {
    background-color: #12469A;
    color: #fff;
    border-style: none;
}

    .btn-revoke:hover {
        color: #fff;
        background-color: #12469A;
        border-style: none;
        -webkit-box-shadow: 0 5px 32px 0 rgba(18, 70, 154, 0.41);
        box-shadow: 0 5px 32px 0 rgba(18, 70, 154, 0.41);
    }

.sidebar .nav .nav-item.active > .nav-link i, .sidebar .nav .nav-item.active > .nav-link .menu-title, .sidebar .nav .nav-item.active > .nav-link .menu-arrow {
    color: #12469A;
}

.navbar .navbar-menu-wrapper {
    background: #12469A !important;
}

.navbar .navbar-brand-wrapper {
    background: #12469A !important;
}


.permission-title {
    margin-bottom: 20px !important;
}

.permission-terms {
    color: #b7b9cc !important;
    margin-bottom: 30px !important;
}

.permission-list-title {
    color: #5a5c69
}

.img-permission {
    margin-right: 15px;
    margin-left: 15px;
}

.permission-body {
    padding: 30px !important;
}

.navbar .navbar-brand-wrapper .navbar-brand img {
    width: 100%;
}

.user-name {
    color: #fff;
    opacity: 0.6;
}

.card-table-body {
    padding-top: 5px !important;
}

.table {
    color: #76838f !important;
}

.navbar-toggler span {
    color: #fff !important;
}

.cat-detail {
    padding-left: 28px;
}

.form-check {
    margin-bottom: 0px;
    color: rgb(77, 77, 77);
}

.btn-outline-secondary:hover {
    color: #a3a4a5;
    background-color: #fff;
    border-color: #a3a4a5;
    -webkit-box-shadow: 0 5px 32px 0 rgba(134, 134, 134, 0.41);
    box-shadow: 0 5px 32px 0 rgba(134, 134, 134, 0.38);
}

.form-group-password {
    margin-bottom: 0px;
    margin-top: 15px;
}

.btn-change-password {
    width: 100%;
}

.pass-details p {
    color: rgb(90, 92, 105) !important;
    margin-bottom: 0px !important;
    margin-top: 15px;
}

.pass-details ul li {
    color: rgb(118, 131, 143);
}

.ul-grantdetails {
    list-style: none;
    padding-left: 0px;
    color: #5a5c69;
}

.grant-list li a {
    text-decoration: none;
    color: #76838f;
}

    .grant-list li a:hover {
        color: #12469A !important;
    }

.session-title {
    margin-top: 0px;
}

.profile-list {
    list-style: none;
    padding-left: 0px;
    width: 100%;
}

    .profile-list li {
        display: inline-block;
        min-width: 30%;
    }

.profile-field-name {
    color: #76838f;
    padding-right: 5px;
}

.profil-field-data {
    color: #323237;
}

.profile-name {
    margin-top: 0px !important;
    color: rgb(118, 131, 143);
}




.table-profile table tbody tr {
    min-height: 70.6px !important;
    height: 70.6px !important;
}

    .table-profile table tbody tr td {
        padding-left: 0px;
        padding-right: 0px;
        /*  padding-top:35px;
  padding-bottom:35px;*/
        padding-top: 15px;
        padding-bottom: 5px;
    }

.profile-label {
    font-size: 14px !important;
    margin-bottom: 0px;
}

.profile-data {
    color: #5a5c69;
    font-weight: 500;
}


.img-profile {
    text-align: center;
    width: 100%;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.img-profile img {
    border-radius: 8px;
    /*width:70%;*/
}

.txt-rght {
    text-align: right;
    color: #5a5c69;
    font-weight: 400;
}

.row {
    --bs-gutter-x: 15px;
}

.profile-id {
    width: 100%;
    text-align: center;
    font-weight: 500;
    color: #4e5255;
}

    .profile-id p {
        font-size: 15px;
        margin-bottom: 0px;
        margin-top: 7px;
    }

.profile-level {
    text-align: center;
}

    .profile-level p {
        /*  padding:5px 7px;*/
        margin-bottom: 0px;
    }

.verificationlevel {
    background-color: #fff;
    border: solid 2px #12469A;
    color: #12469A;
    padding: 5px 10px;
}


.table-session {
    margin-bottom: 20px;
}

.session-icon {
    background-color: rgba(163, 164, 165, 0.2);
    padding: 10px !important;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 0.1875rem;
    color: rgb(125, 125, 125);
}

.profile-label {
    color: rgb(118, 131, 143);
    font-size: 13px;
    width: 100%;
}

.profile-data {
    color: rgb(90, 92, 105);
    width: 100%;
}

.div-profile-data {
    padding-top: 20px;
}

a {
    text-decoration: none;
}

.btn-permission-allow {
    width: 100%;
    margin-bottom: 10px;
}

.btn-permission-deny {
    width: 100%;
}



@media (max-width: 991px) {
    .navbar .navbar-brand-wrapper .navbar-brand.brand-logo-mini {
        padding-left: 25px;
    }

    .navbar .navbar-menu-wrapper .navbar-toggler.navbar-toggler-right {
        padding-right: 15px;
    }

    .breadcrumb {
        display: none;
    }

    .user-name {
        display: none;
    }

    .sidebar {
        background-color: rgb(238, 239, 242);
    }

    .permission-user-profile {
        padding-right: 11px !important;
    }

    .profile-list li {
        min-width: 100%;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }
}

/*=======================modal styling=========================*/
.verify-modal-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-top-left-radius: 0.3rem;
    /*border-bottom-left-radius: 0.3rem;*/
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-content button.close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    z-index: 1;
    text-shadow: none;
    background: #e6e9ed;
    color: #6c757d;
    opacity: 1;
}

    .modal-content button.close:hover {
        opacity: 0.75;
    }

.h2-verify-model {
    font-weight: 500;
    line-height: 1.2;
    color: #5a5c69;
}

.modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
}


.h4-verify-model {
    font-weight: 400;
    color: #5a5c69;
    line-height: 1.2;
}

.verify-modal-body {
    padding-right: 63px !important;
}
