@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.menu .app-brand.demo {
    height: 64px;
    margin-top: 12px;
}

.app-brand-logo.demo svg {
    width: 22px;
    height: 38px;
}

.app-brand-text.demo {
    font-size: 1.5rem;
    color: #000;
    letter-spacing: -0.5px;
    /* text-transform: lowercase; */
}

.brand-logo-small{
    display: none;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */


/* Detached navbar */

.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
    padding-top: 76px !important;
}


/* Default navbar */

.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
    padding-top: 64px !important;
}


/* Navbar page z-index issue solution */

.content-wrapper .navbar {
    z-index: auto;
}


/*
* Content
******************************************************************************/

.demo-blocks>* {
    display: block !important;
}

.demo-inline-spacing>* {
    margin: 1rem 0.375rem 0 0 !important;
}


/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */

.demo-vertical-spacing>* {
    margin-top: 1rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing.demo-only-element> :first-child {
    margin-top: 0 !important;
}

.demo-vertical-spacing-lg>* {
    margin-top: 1.875rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing-lg.demo-only-element> :first-child {
    margin-top: 0 !important;
}

.demo-vertical-spacing-xl>* {
    margin-top: 5rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing-xl.demo-only-element> :first-child {
    margin-top: 0 !important;
}

.rtl-only {
    display: none !important;
    text-align: left !important;
    direction: ltr !important;
}

[dir='rtl'] .rtl-only {
    display: block !important;
}


/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1rem;
}

.layout-demo-placeholder img {
    width: 900px;
}

.layout-demo-info {
    text-align: center;
    margin-top: 1rem;
}

.c-has-error {
    border-color: #ff9280;
}

.black {
    color: #000;
}

.card-user-occupied {
    background-image: linear-gradient(148deg, #ffffff, #d13e3b);
}

.card-user-in-house {
    /* background-color: yellow; */
    background-image: linear-gradient(148deg, #ffffff, yellow);
}

.card-user-support {
    /* background-color: orange; */
    background-image: linear-gradient(148deg, #ffffff, orange);
}

.card-user-available {
    /* background-color: #0aad0d; */
    background-image: linear-gradient(148deg, #ffffff, #0aad0d);
}

nav.navbar.navbar-light {
    box-shadow: none;
    background: transparent !important;
    padding: 0;
}

a.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.table.tbl-pd-l td,
.table.tbl-pd-l th {
    padding: 5px 10px;
}

.datatable-card .card-header {
    padding: 5px;
}

.datatable-card .card-body {
    padding: 0 15px;
}

.input-search-outer {
    max-width: 500px;
    width: 100%;
}

.input-search {
    /* border-radius: 0px; */
}

.table.dataTable {
    margin-bottom: 5px !important;
}

.table.dataTable .cus_filter .dataTables_filter {
    display: inline-block !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #d9dee3;
}

.select2-container {
    width: 100% !important;
}

.modal-open .select2-container--open {
    z-index: 9999 !important;
}

.select2-dropdown {
    background: #FFFFFF;
    border: 1px solid #DCE3E8;
    border-radius: 8px;
    padding: 7px 0;
    z-index: 2000;
}

.copy {
    cursor: pointer;
}

.c_shared_icon {
    margin-left: 5px;
    color: #d1d1d1;
}

.c_shared_icon i {
    font-size: 12px;
}

.share_count {
    display: block;
    font-size: 11px;
}

.share_count i {
    padding-right: 3px;
    font-size: 10px;
}

.share_count ._cnt {
    padding-left: 5px;
}

.share_count._usci {
    color: #FFF;
}

.share_count._gsci {
    color: #71d378;
}

.share_count._psci {
    color: #ffc800;
}

.tooltip-inner {
    text-align: left;
}

#member_data tr td:first-child {
    padding-right: 20px;
}

.canvas-loader {
    text-align: center;
    margin-top: 100px;
}

#cdContent {
    display: none;
}

.offcanvas-header {
    background-color: transparent;
    /* padding-bottom: 0; */
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
}

.offcanvas-body {
    padding: 0;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    background-color: #EBEEF0;
    border-color: #DCE3E8;
    font-weight: 600;
    color: #202A46;
    
}

.bg-menu-theme {
    background-color: #D5DBEC !important;
    color: #697a8d;
}

a.menu-link.menu-toggle {
    background-color: #B3BBDE !important;
}

.menu-vertical .menu-inner .menu-sub .menu-item.active a {
    background: #738BC6;
}

.bg-menu-theme .menu-link,
.bg-menu-theme .menu-horizontal-prev,
.bg-menu-theme .menu-horizontal-next {
    color: #202947;
}

.bg-menu-theme .menu-inner>.menu-item.active>.menu-link {
    color: #000;
}

.bg-menu-theme .menu-text {
    color: rgba(0, 0, 0, 0.8);
}

.layout-menu-hover .brand-logo-full{
    display: block !important;
}
.layout-menu-hover .brand-logo-small{
    display: none !important;
}
.layout-menu-collapsed .brand-logo-full{
    display: none;
}
.layout-menu-collapsed .brand-logo-small{
    display: block;
}

.nav-link {
    color: #fff;
}

.nav-tabs {
    border-bottom: none;
}


div.add-credential label.form-label {
    margin-bottom: 0;
}

div.add-credential div.form-text {
    margin-top: 0;
}

div.add-credential button.btn-primary,
div.add-credential button.btn-info {
    margin-right: 10px;
}

.profile-name-text {
    background: #71dd37;
    height: 40px !important;
    width: 40px !important;
    position: absolute;
    text-align: center;
    color: white;
    padding-top: 20%;
}

.credential-type-card {
    box-shadow: none
}

.credential-type-card .img-thumbnail {
    max-width: 40px;
    max-height: 40px;
    margin: 0 auto;
}

.bx-fontsize-3-rem {
    font-size: 3.15rem;
}

.credential-type-card:hover,
.credential-type-card:active {
    box-shadow: var(--fraction-shadow-button, 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.2))
}

._cp {
    cursor: pointer;
}

._cd {
    border-radius: 24px;
    /* border: 1px solid #D5DBEC; */
}

.hdeader-search .select2 {
    max-width: 590px;
}

._cd .card-body {
    height: 79px;
    max-height: 79px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 24px 24px 0 0;
    /* padding: 2rem 1rem !important; */
    background: #EDF0F7;
    border-width: 0.5px 0.5px 0px 0.5px;
    padding-right: 20px !important;
}

._cd .img-thumbnail {
    max-width: 50px;
    max-height: 50px;
    margin: 0 auto;

}

.navbar-nav-right {
    align-items: center;
    display: flex;
}

.navbar-nav-right .dropdown-notifications {
    display: flex;
    align-items: center;
    justify-content: center;
}


._cd-info {
    position: relative;
    /* background-color: rgba(255, 255, 255, 0.8); */
    /* Adjust opacity as needed */
    padding: 15px;
    border-radius: 10px;
}

.background-image {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    width: 50px;
    /* Adjust width of the background image area */
    height: 50px;
    background-size: cover;
    background-position: center;
    opacity: 0.3;
    /* Adjust opacity of the background image */
    z-index: 0;
    /* Ensure the background image is behind the content */
}

.offcanvas-header .nav-tabs .nav-link {
    margin-bottom: -2px;
}

.navbar-nav-right .input-group .dropdown-toggle::after {
    display: none;
    content: none;
}

.navbar-nav-right .input-group {
    position: relative;
    max-width: 591px;
}

.navbar-nav-right .input-group input {
    max-width: 591px;
    width: 100%;
    height: 36px;
    background: #FFF;
    border-radius: 8px !important;
    padding-left: 60px;

}

.search-by-tag-control{
    padding-left:14px !important;
    border-radius:0.375rem !important;
}

.navbar-nav-right .input-group input::placeholder {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #9BA5B3;
}



.navbar-nav-right .input-group button {
    background-color: transparent !important;
    border: none;
    height: 36px;
}


.navbar-nav-right .input-group input:focus,
.navbar-nav-right .input-group input:focus-within,
.navbar-nav-right .input-group button:focus,
.navbar-nav-right .input-group button:focus-within {
    z-index: 0 !important;
}

.input-group:focus-within .form-control,
.input-group:focus-within .input-group-text {
    border-color: #DCE3E8 !important;

}

.navbar-nav-right .input-group .search-btn {
    left: 20px;
    z-index: 1;
    position: absolute;
}

.navbar-nav-right .input-group .dropdown-toggle {
    right: 20px;
    z-index: 1;
    position: absolute;
}

.navbar-nav-right .input-group .dropdown-toggle:hover {
    transform: none;
    box-shadow: none;
}

.navbar-nav-right .input-group .dropdown-menu {
    width: 100%;
    background: #FFFFFF;
    border: 2px solid #D5DBEC;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 20px 24px;
    max-width: 100%;


}

.navbar-nav-right .input-group .dropdown-menu .search-filter-box input {
    padding-left: 7px;
    background: #FFFFFF;
    border: 1px solid #DCE3E8;
    border-radius: 8px;

}

.navbar-nav-right .input-group .dropdown-menu .search-filter-box input:focus {
    border: 1px solid #DCE3E8;

}

.navbar-nav-right .input-group .dropdown-menu .search-filter-box .form-label,
.navbar-nav-right .input-group .dropdown-menu .form-label {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #9BA5B3;
}

.bootstrap-tagsinput .badge {
    margin: 2px 2px;
    border-radius: 50rem !important;
    background: #696cff !important;
    color: #fff;
    display: inline-block;
    width: auto;
    word-break: break-all;
    white-space: normal;
    text-align: left;
    line-height: 13px;
}

.selectdrp-menu label {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #9BA5B3;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #d9dee3;
    height: 38px;
    display: flex;
    align-items: center;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    background: #FFFFFF;
    border: 1px solid #DCE3E8;
    border-radius: 8px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus,
.select2-container--default .select2-search--dropdown .select2-search__field:focus-within {
    outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    position: relative;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b::after {
    content: "";
    background-image: url(../../img/dropdown-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    height: 9px;
    width: 16px;
    display: block;
    position: absolute;
    right: 0;
    top: -5px;
    transition: all 0.3s ease-in-out;
}

.select2.select2-container.select2-container--default.select2-container--below.select2-container--open .select2-selection__arrow b::after {
    transform: rotate(-180deg);
}

li.select2-results__option.select2-results__option--selectable.select2-results__option--selected,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #9BA5B3;


}

.select2-container--default .select2-results>.select2-results__options {
    padding: 3px 8px;
}

.selectdrp-btn {
    padding: 0 16px;
    width: 100%;
    cursor: pointer;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
}

.drpoptions {
    cursor: pointer;
    list-style: none;
    opacity: 0;
    padding: 0 8px;
    visibility: hidden;
    height: 0;
    transition: all 0.3s ease-in-out;
    margin: 0;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--selected {
    background: #EDF0F7;
    border-radius: 4px;
    color: #9BA5B3;
}

.selectdrp-menu.active .drpoptions {
    height: 100%;
    opacity: 1;
    visibility: visible;
    margin-top: 7px;
}

.selectdrp-menu .selectdrp-btn img {
    transition: all 0.3s ease-in-out;
}

.selectdrp-menu.active .selectdrp-btn img {
    transform: rotate(-180deg);
}

.selectdrp-menu {
    margin-top: 20px;
}

.drpoptions li a {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #9BA5B3;
    transition: all 0.3s ease-in-out;
    width: 100%;
    padding: 3px 8px;
    display: flex;
}

.drpoptions li a:hover {
    background: #EDF0F7;
    border-radius: 4px;
}

.bootstrap-tagsinput {
    width: 100%;
    min-height: 38px;
}

.mb-10-p {
    margin-bottom: 10%;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #d9dee3;
    height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}

/* password-meter */
.password-meter {
    display: flex;
    height: 5px;
    margin-top: 10px;
}

.meter-section {
    flex: 1;
    background-color: #8592a3;
}

.poor {
    background-color: #ff4d4d;
}

.weak {
    background-color: #ffad33;
}

.medium {
    background-color: #ffd633;
}

.strong {
    background-color: #a0d468;
}

.very-strong {
    background-color: #4caf50;
}

/* password-meter */
.bootstrap-tagsinput .tag [data-role="remove"]:after {
    border-radius: 50%;
    padding: 0px 5px;
}

.input-group #password-error,
.input-group #decrypted_password-error,
.input-group #password_confirmation-error,
.input-group #master_password-error,
.input-group #master_password_confirmation-error,
.input-group #current_master_password-error,
.input-group #current_password-error {
    width: 100% !important;
    order: 1 !important;
}

.input-group-text.toggle_pass_btn {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
}

.show-alert-box .alert ul {
    margin-bottom: 0;
}

.img-100 {
    width: 100px !important;
    height: 100px !important;
}

.dropdown-notification .nav-link.dropdown-toggle {
    height: 2.5rem;
    position: relative;
    padding: .5rem 1rem;
}

.dropdown-notification .badge {
    font-size: .6rem;
    font-weight: 300;
    padding: 2px 4px;
    position: absolute;
    right: 5px;
    top: 9px;
    color: #1f2d3d;
    background-color: #ffc107;
}

#password-message .password-message-item.valid,
#password-message1 .password-message-item1.valid {
    color: green
}

.offcanvas-header h5 {
    padding: 20px;
    width: 100%;
    background: #D5DBEC6B;
    color: #202A46;
    padding: 25px 32px 25px;
}

.introjs-tooltip {
    min-width: 800px !important;
    max-width: 800px !important;

    @media (max-width: 1024px) {
        min-width: 600px !important;
        max-width: 600px !important;
        margin-left: calc(50% - 300px);
    }

    @media (max-width: 768px) {
        min-width: 345px !important;
        max-width: 345px !important;
        margin-left: calc(50% - 172.5px);
    }

    @media (max-width: 480px) {
        min-width: 295px !important;
        max-width: 295px !important;
        margin-left: calc(50% - 147.5px);
    }

    @media (max-width: 320px) {
        min-width: 275px !important;
        max-width: 275px !important;
        margin-left: calc(50% - 137.5px);
    }
}

.g-recaptcha {
    transform: scale(1.16);
    -webkit-transform: scale(1.16);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.no-record-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    /* Adjust as needed */
    margin: 0 auto;
}

#credFilterBar,
#searchNavBar{
    display: none;
}

._cd i {
    margin-right: 0 !important;
}

.btn-outline-success {
    color: #fff;
    border-color: transparent;
    background: rgba(33, 206, 158);
}

._bol {
    color: #fff !important;
    border-color: transparent;
}

._bol:hover {
    color: #fff !important;
    border-color: transparent;
}

.btn-outline-info {
    color: #fff;
    border-color: transparent;
    background: rgba(255, 198, 88);
}

.btn-outline-warning {

    color: #fff;
    border-color: transparent;
    background: rgba(92, 103, 247);
}

.btn-outline-danger {
    color: #fff;
    border-color: transparent;
    background: #ff3e1d;
}


.card-title {
    display: flex;
    align-items: flex-start;
    font-family: "Poppins", sans-serif;
    margin-bottom: 0;
    color: #000;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}

._mpr._ocm td:first-child {
    display: flex;
    align-items: center;
}

.card-title img{
    margin-left: 4px;
    position: relative;
    top: 2px;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.53;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 1.8rem;
    color: #484848;
}

.roundAddNew i.bx.bx-plus {
    font-size: 35px;
}

.modal .modal-header .btn-close {
    margin-top: -2.25rem;
}

@media(max-width:767px) {
    .offcanvas-end {
        width: 100%;
    }

    .offcanvas-header .nav-tabs li a {
        padding: 0.5rem 15px;
    }
}

@media(max-width:500px) {
    .auth-cover-brand {
        left: 50% !important;
        transform: translateX(-50%) !important;
        gap: 0 !important;
    }

    .authentication-wrapper .authentication-bg {
        padding-top: 70px;
    }
}

.masterLinkTitle {
    font-size: 1.125rem;
    color: #566a7f;
    margin-top: 0;
    font-weight: 500;
    line-height: 1.1;
    margin-left: -10px;
    padding-left: 0px;
}

@media screen and (max-width: 768px) {
    #filterText {
        display: none;
    }
}

.offcanvas-title {
    color: #fff;
}

.offcanvas .nav-tabs {
    border-bottom: 0;
    padding: 21px 30px;
}

.offcanvas .nav-link {
    color: #848996;
    padding: 3px 14px;
    border-radius: 8px;
}

.offcanvas-header .btn-close {
    position: absolute;
    top: 24px;
    right: 30px;
    width: 30px;
    height: 30px;
    border: 1px solid #DCE3E8;
    border-radius: 50%;
}

.tab-content input.form-control, .tab-content textarea {
    background: #F5F5F9 !important;
    border: 0;
    height: 40px;
    border-radius: 8px;
}
.tab-content .select2-container .select2-search--inline .select2-search__field{
    background: transparent !important;
    border-radius: unset !important;
}

.tab-content h6 {
    color: #202A46;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 2px;
    display: block;
}

.tab-content textarea{
    height: auto;
}

.gray-right-border {
    border-right: 1px solid #d9dee3 !important;
}

.right-border-radius {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
}

.tooltip-inner {
    max-width: 400px;
}

p.mb-1.wrapValue {
    word-break: break-all;
}

.help-block {
    color: #ff3e1d;
    font-size: 85%;
    margin-top: 0.25rem;
}

.offcanvas-end {
    width: 70%;
}

.tab-content > .tab-pane>div{
    position: relative;
}

/* .tab-content .input_icon {
    position: absolute;
    right: 32px;
    top: 50px;
} */

@media (min-width: 768px) {
    .offcanvas-end {
        width: 60%;
    }
}

@media (min-width: 992px) {
    .offcanvas-end {
        width: 45%;
    }
}

@media (min-width: 1200px) {
    .offcanvas-end {
        width: 40%;
    }
}

.linearBacground {
    background-image: linear-gradient(#00000008 1px, transparent 1px), linear-gradient(90deg, #00000008 1px, transparent 1px);
    background-size: 20px 20px;
}

.border-top-right-radius {
    border-top-right-radius: 0 !important;
}

.border-bottom-right-radius {
    border-top-right-radius: 0 !important;
}

.browser-icon img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.fit-content {
    max-width: fit-content;
}

#passwordLengthGN::-webkit-outer-spin-button,
#passwordLengthGN::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#passwordLengthGN[type=number] {
    -moz-appearance: textfield;
}

@media (min-width: 576px) {
    #firstColPassGenerator {
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #E7E7E7;
    }
}

#passwordLengthGN {
    height: 32px;
    width: 52px;
}

#randomPasswordGenerator .modal-header .btn-close {
    margin-top: -2.25rem !important;
}

._cd .btn-outline-warning:hover {
    background-color: #121db3;
    border-color: #121db3;
}

._cd .btn-outline-info:hover {
    background-color: #c0830e;
    border-color: #c0830e;

}

.introjs-tooltipReferenceLayer {
    box-sizing: content-box;
    position: fixed;
    visibility: hidden;
    z-index: 100000000;
    background-color: transparent;
    transition: all .3s ease-out;
    display: flex;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    justify-content: center;
    align-items: center;
}

.introjs-tooltipbuttons,
.introjs-tooltip-header {
    width: 100% !important;
}

.introjs-tooltip {
    left: 0 !important;
    top: 0 !important;

    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    justify-content: center;
    margin: 0 auto !important;
}

.disable-credential-type-btn {
    opacity: 0.5;
}


.plan-switch {
    height: 2em !important;
    width: 5em !important;
}

.plan-name {
    color: #ff9500;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.head_price_cont {
    height: 130px;
}

.monthmanually {
    letter-spacing: -0.09px;
    font-size: 17px;
    font-family: 'Rubik-Regular';
    text-transform: lowercase;
    margin-bottom: 0;
    color: #000;
}

.head_price_cont h3 .price_sign {
    font-size: 24px;
    font-family: 'Montserrat-Bold';
}

.head_price_cont h3 .price_number {
    font-size: 60px;
    font-family: 'Montserrat-Bold';
}

.white-space-nowrap {
    white-space: nowrap !important;
}

/* .select2-results__options li:first-child ,#select2-email-results li:first-child {
    display: none;
} */

#card-context-menu {
    max-height: 300px;
    overflow-y: auto;
}


/* scrollbar */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 255, 255, 0.3);
}

#password-message {
    display: none;
    /* background: #ffffff; */
    color: #000;
    position: relative;
    padding: 5px;
    /* margin-top: -15px; */
    text-align: left;
}

#password-message p {
    margin: 5px 0;
}

#password-message .password-message-item.valid,
#password-message1 .password-message-item1.valid {
    color: green;
}

.invalid:before {
    position: relative;
    left: -5px;
    content: "✖";
}

.invalid {
    color: red;
}

.valid:before {
    position: relative;
    left: -5px;
    content: "✔";
}

._fc:before {
    display: none;
}

.form-control:before {
    display: none;
}

#domain-error {
    order: 1;
}

@media (max-width: 768px) {
    .hide-on-mobile {
        display: none !important;
    }
}

.user_more_action.dropdown-toggle::after {
    display: none;
}

.big_btn_w_bg {
    transition: all 0.5s ease-in-out;
    background-color: rgb(255 149 0 / 10%);
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    margin-left: 11px;
}



.aph-border-color {
    border-color: #f1823e !important;
}

.aph-text-color {
    border-color: #f1823e !important;
}


/**********Nrew css****************/

.card-body .content{
    align-items: center;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.content .copy_icon {
    transition: all 0.2s ease-in-out;
    border: 1px solid #DCE3E8;
    background: transparent;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.footer_icon .icon {
    width: 36px;
    height: 36px;
    border: 1px solid #DCE3E8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.footer_icon .icon.icon.btn.dropdown-toggle{
    margin-right: 0 !important;
}

.card_label {
    width: 100%;
}

.card_label ul {
    row-gap: 13px;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    max-height: 25px;
    overflow: hidden;
}

.footer_icon {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 40px);
    position: absolute;
    z-index: 1;
    bottom: 15px;
    left: 20px;
    right: 20px;
}

.footer_left {
    display: flex;
}

.dropdown-menu .form-check input:checked[type=checkbox] {
    background-image: url(../images/click-gray.svg) !important;
    box-shadow: none !important;
}

.dropdown-menu .form-check input:checked {
    background-color: transparent;
    border-color: #9F9F9F;
    box-shadow: none !important;
}

body ._cd .card-footer {
    padding: 15px 20px;
}

.dropdown-menu .form-check input:focus {
    border-color: #9F9F9F !important;
    box-shadow: none !important;
}


.dropdown-menu .form-check input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.dropdown-menu .form-check label {
    position: relative;
    cursor: pointer;
}

.dropdown-menu .form-check label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #848996;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 5px;
}

.dropdown-menu .form-check input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    left: 6px;
    width: 6px;
    height: 8px;
    border: solid #202A46;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}

.dropdown-menu .form-check input:checked+label:before {
    border: 1px solid #202A46;
}

body ._cd .footer_right .icon.dropdown-toggle::after {
    content: none;
    display: none;
}

.dropdown-menu {
    max-width: max-content;
    background: #FFFFFF;
    border: 1px solid #D5DBEC;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 8px 10px;
    right: 20rem;
    min-width: 163px !important;
}

.dropdown-menu li button.dropdown-item {
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
    color: #9BA5B3;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 27px;
    padding: 3px 6px;
    border-radius: 6px;
}

.footer_icon .footer_right{
    display: flex;
    align-items: center;
}

.footer_icon .footer_right .form-check{
    display: flex;
    align-items: center;
    margin-right: 16px;
}

.footer_icon .footer_right .form-check input{
    width: 24px;
    height: 24px;
    border: 2px solid #848996; /* Thicker border */
    border-radius: 3px;
}



.dropdown-menu li button.dropdown-item.delete {
    color: #FF4545;
}

.icon.btn.dropdown-toggle.show {
    background-color: #D5DBEC;
}

.dropdown-menu .form-check {
    padding: 0;
    width: 20px;
    height: 20px;
    display: flex;

    margin-right: 12px;
}

body ._cd .footer_right .dropdown-menu li button.dropdown-item img {
    margin-right: 12px;
    width: 18px;
    transition: all 0.3s ease-in-out;
}

body ._cd .footer_right .dropdown-menu li button.dropdown-item:hover {
    background-color: #EDF0F7;
    color: #202A46;
}

.copy_icon.dropdown-toggle.show{
    background-color: #D5DBEC;
}
.copy-modal .dropdown-item img{
    width: 20px;
    opacity: 50%;
    transition: all 0.3s ease-in-out;
    margin-right: 7px;
}

.copy-modal .dropdown-item:hover img{
    opacity: 100%;
}

.copy-modal .dropdown-item:hover{
    color: #202A46;
}

.footer_left .icon {
    margin-right: 8px;
}
.card_label ul li {
    font-family: "Poppins", sans-serif;
    background: #EBEEF0;
    padding: 2px 10px;
    margin-right: 10px;
    border-radius: 10px;
    font-size: 13px;
    max-width: 336px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 300;
}

._cd .background-image {
    position: absolute;
    top: auto;
    right: 10px;
    bottom: 65px;
    width: 80px;
    height: 80px;
    z-index: 0;
    background-size: 55px !important;
    opacity: 0.07;
}

.table-striped th:first-child {
    width: 100px;
}

.credentialTypeContainer {
    background: #FFFFFF;
    border-radius: 10px;
}

.dropdown-toggle::after{
    content: none;
    display: none;
}

table#list-view-table .vault-chk{
    margin-right: 8px;
}

table#list-view-table .vault-chk ._fc, table#list-view-table ._ack{
    border: 1px solid #bbbbbb;
    width: 22px;
    height: 22px;
}

body ._cd .footer_right .dropdown-menu li button.dropdown-item:hover img {
    filter: brightness(0.5);
}

body ._cd .footer_right .dropdown-menu li button.dropdown-item.delete:hover img {
    filter:grayscale(1);
}

.table-striped span.icon {
    width: 44px;
    height: 44px;
    border: 1px solid #C0C4D1;
    display: flex;
    align-items: center;
    border-radius: 8px;
    padding: 8px;
}

.table-striped span.icon img {
    width: 18px;
    display: block;
}

.table-striped tr{
    border-bottom: 1px solid #D9DEE3;
}
.table-striped td {
    font-weight: 400;
    color: #878FA3 !important;
    font-size: 14px;
    padding: 12px 10px;
    border-bottom: 0;
}

.table-striped td ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.table-striped td ul.dropdown-menu {
    display: none;
}


.table-striped td ul.dropdown-menu.show {
    display: block;
}

.table-striped td ul li {
    background: #EBEEF0;
    border-radius: 10px;
    padding: 3px 14px;
    font-size: 13px;
    color: #848996;
    font-weight: 300;
}
.deleteRecord img{
    height: 18px;
}

.table-striped td ul.dropdown-menu li {
    background: transparent;
}

.table-striped td ul.dropdown-menu li img {
    margin-right: 12px;
}

#userTable.dataTable ._fc{
    background-color: #ffe0db;
    border-color: #ffe0db ;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ff3e1d'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
}

#userTable.dataTable ._fc:checked{
    background-color: #e8fadf;
    border-color: #e8fadf ;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2371dd37'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
}

.form-switch ._fc{
    background-color: #ffe0db;
    border-color: #ffe0db ;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ff3e1d'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
}

.form-switch ._fc:checked,.form-switch ._fc:focus{
    background-color: #fff;
    border-color: #fff ;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%2867, 89, 113, 0.3%29'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
}


.icon_list {
    display: flex;
    gap: 10px;
}
table.dataTable ._fc{
    width: 26px !important;
    height: 14px;
}
.table-striped td .icon {
    width: 36px;
    height: 36px;
    border: 1px solid #DCE3E8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    padding: 0;
}

.table-striped .dropdown-toggle::after {
    display: none;
}

.table-striped tr,
.table-striped td {
    background: #fff !important;
    font-family: "Poppins", sans-serif;
}
.table-striped td.warning-ico img{
    margin-left: 5px;
}

.table-hover>tbody>tr:hover>* {
    --bs-table-accent-bg: var(--bs-table-hover-bg) !important;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: #fff;
    color: var(--bs-table-striped-color);
}

.table-striped th {
    width: 42%;
    font-family: "Poppins", sans-serif;
    padding: 12px 10px;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: normal;
    line-height: 27px;
    color: #9BA5B3;
}

.table-striped.table> :not(:first-child) {
    border-top: 1px solid #D9DEE3;
}

.wrIcn{
    cursor: help !important;
}
.wrIcn img{
    height: 33px;
}


/* Dashboard */

.progress-wrapper {
    position: relative;
    width: 300px;
    height: 300px;
}

.progress-wrapper .progress-text span {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #9BA5B3;
}


.dsbrd-card {
    background: #FFFFFF;
    border: 0.5px solid #D5DBEC;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    padding: 20px;
}

.info-shape, .lock-shape, .key-shape{
    position: relative;
    overflow: hidden;
}

.info-shape::after, .lock-shape::after, .key-shape::after {
    content: "";
    background-size: contain;
    background-position: right;
    position: absolute;
    width: 100%;
    background-repeat: no-repeat;
    height: 100%;
    top: 0;
    z-index: 0;
}

.lock-shape::after{
    background-image: url(../../img/lockShape.svg);
}

.key-shape::after{
    background-image: url(../../img/keyShape.svg);
    
}

.info-shape::after{
    background-image: url(../../img/infoShape.svg);
}

.dashboard-cards .col-md-4.dsbrd-card {
    max-width: 336px;
}

.sml-cards .dashboard-cards {
    row-gap: 24px;
    margin: 0 -12px;
    justify-content: space-between;
}

.dsbrd-card-main {
    padding: 0 12px;
}

.dsbrd-card h2 {
    position: relative;
    z-index: 1;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 60px;
    line-height: 90px;
    color: #202A46;
    margin: 0;
}

.sml-cards .dsbrd-card p {
    font-family: "Poppins", sans-serif;
    position: relative;
    z-index: 1;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #9BA5B3;
    margin: 0;
    max-width: 223px;
}

.progress-card-dsbrd {
    max-width: 518px;
}


#progress-bar--container {
    display: flex;
    justify-content: center;
}

#progress-bar--container svg {
    width: 400px;
}

#progress--circle {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    stroke-linecap: round;
}

#progress--text {
    fill: #D5DBEA;
    font-weight: 750;
    font-size: 5.5px;
    transform-origin: center;
    transform: rotate(90deg);
}

#progress-bar--container svg {
    transform: rotate(-90deg);
}

.progress-circle-pera {
    text-align: left;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #202A46;
    margin: 0;
}

.meter-info {
    box-sizing: border-box;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #748BC3;
    padding: 30px 20px;
}

#meter--ranger {
    width: 100%;
}


/* progress-text styles */
.progress-text {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 20px;
}


.progress-text span {
    text-align: left;
}

.box-issue {
    width: 30px;
    height: 30px;
    background: #738BC6;
    border-radius: 6px;

}

.box-total {
    width: 30px;
    height: 30px;
    background: #D5DBEB;
    border-radius: 6px;

}

.table-card .card.dsbrd-card {
    padding: 0;
    border: none;
}

.table-card .card.dsbrd-card .card-header {
    background: #EDF0F7;
    border-width: 0.5px 0.5px 0px 0.5px;
    border-style: solid;
    border-color: #D5DBEC;
    border-radius: 24px 24px 0px 0px;
}

.table-card .card.dsbrd-card tr th {
    letter-spacing: normal;
    border: none;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    text-transform: capitalize;
    padding-left: 10px;
    color: #9BA5B3;
}

.table-card .card.dsbrd-card tr td {
    border: none;
    padding: 8px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    color: #202A46;
}

.tblbox-icon {
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #C0C4D1;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.tblbox-icon img {
    width: 24px;
    height: 24px;
    transition: all 0.3s ease-in-out;
    opacity: 0.4;
}

.round-icon {
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #C0C4D1;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.round-icon img {
    transition: all 0.3s ease-in-out;
}

.round-icon:hover,
.tblbox-icon:hover {
    background-color: rgba(220, 227, 232, 1);
}

.table-card .card.dsbrd-card tr {
    border-bottom: 1px solid rgba(217, 222, 227, 1);
    border-top: none;
}

.table-card .card.dsbrd-card .table.table-bordered thead,
.table-card .card.dsbrd-card .table.table-bordered tbody {
    border: none;
}

.table-card {
    margin-top: 26px;
}

.table-card .card-table{
    row-gap: 24px;
}

.card-table .card.dsbrd-card {
    height: 100%;
}

.card._cd {
    min-height: 210px;
    box-shadow: 0 2px 5px 2px rgba(67, 89, 113, 0.12);
}

#profile-tab.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: 0.375rem;
    display: flex;
    align-items: center;
    height: 30px;
}

#profile-tab.nav-pills .nav-link.active, #profile-tab.nav-pills .nav-link.active:hover, #profile-tab.nav-pills .nav-link.active:focus {
    background-color: #EBEEF0;
    color: #202A46;
    box-shadow: none;
    border: 1px solid #DCE3E8;
}

#profileTab  h6{
    margin-bottom: 20px;
    font-weight: 500;
    
}

.btn_profile .bx {
    margin-left: 6px;
}

 
#credentialTypeContainer .card-title._bvc._cp{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#profileTab a.card-link{
    border: 1px solid #ccc;
    padding: 10px 14px;
    border-radius: 5px;
    color: #878FA3;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.btn_profile {
    display: flex;
    align-items: center;
}

#profileTab .card-body .title {
    font-weight: 500;
    color: #202A46;
}

.fade:not(.show) {
    opacity: 0;
    display: none;
}


.tab-pane.fade.active.show{
    display: block;
}


.update_btn {
    display: flex;
    justify-content: flex-end;
    position: relative;
    margin-top: 30px;
}

#loginDevicesTab .table{
    border-collapse: separate;
}

#loginDevicesTab .table th {
    text-transform: capitalize;
    font-size: 18px;
    letter-spacing: 0;
    color: #9BA5B3 !important;
    font-weight: 400;
    padding: 13px 10px;
    width: 100%;
}

#loginDevicesTab .table td{
    box-shadow: none;
    padding: 13px 10px;
    font-size: 18px;
    letter-spacing: 0;
    color: #9BA5B3 !important;
    font-weight: 400;
    width: 100%;
}

#loginDevicesTab .table tr{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#userBackupSettingForm .form-group label{
    font-size: 18px;
    font-weight: 400;
    color: #202A46;
    margin-bottom: 20px;
}

#userBackupSettingForm .form-check .form-check-label{
    color: #878FA3;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

#userBackupSettingForm .form-check{
    margin-bottom: 20px;
}

#userBackupSettingForm .form-check  .form-text{
    font-size: 16px;
    font-weight: 600;
    color: #878FA3 !important;
}

#userBackupSettingForm ._fc.backup_option {
    position: relative;
    top: 1px;
}

.jce{
    justify-content: flex-end;
}
#layout-type-dropdown-menu.dropdown-menu{
    min-width: 100px !important;
}
#list-view-credential-type-container .card-title._bvc._cp{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-width: 420px;
}
.swal-modal .swal-title{
    font-family: "Poppins", sans-serif;
    font-size: 1.4rem;
}

th.sorting:before, th.sorting:after{
    display: none !important;
}

th.sorting:hover:before, th.sorting:hover:after{
    display: block !important;
}

th.sorting:before{
    top: 0.5rem !important;
}

th.sorting:after{
    bottom: 1rem !important;
}

@media (max-width: 991px) {
    .table-striped td {
        font-size: 14px;
    }

    .table-striped td ul li {
        padding: 3px 10px;
        font-size: 12px;
    }

    .dashboard-security .sml-cards {
        width: 100%;
        max-width: 100%;
    }

    .dashboard-security .dsbrd-card.progress-card-dsbrd {
        width: 100%;
        max-width: 96%;
        margin: 24px auto;
    }
}

@media (max-width: 590px) {
    .layout-menu-toggle.me-3 {
        margin-right: 4px !important;
    }
}

@media (max-width: 360px) {
    .dashboard-security .dsbrd-card.progress-card-dsbrd {
        width: 100%;
        max-width: 96%;
        margin: 24px auto;
    }
}
.dropdown-menu.dropdown-menu-end.nav-notification-data.show,  .dropdown-menu.dropdown-menu-end.profile-dropdown-menu.show{
    width: max-content;
    max-width: max-content;
}
#credentialDetailTab .card_label ul li{
    background-color: #F5F5F9;
}

#vault-input-group #vault-filter-dropdown button.reset{
    background-color: #738BC6 !important;
}
li._agt{
    background: #f3f4f5 !important;
}
#credentialInput{
    padding-right: 78px;
}
#profileNameDropdown{
    max-width: 190px;
}
body{
    overflow-x:hidden;
}

#activityLogModal .modal-header{
    background: #D5DBEC6B;
}
#activityLogModal .btn-close{
     
    margin: 0;
    border-radius: 50%;
    transform: none;
    box-shadow: unset;
    border: 1px solid #DCE3E8;
    background: transparent url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate%28-225.000000, -250.000000%29'%3E%3Cg id='Icon-Color' transform='translate%28225.000000, 250.500000%29'%3E%3Cuse fill='%23a1acb8' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='%23a1acb8' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center/0.8em auto no-repeat;
}
.select2-selection--multiple{
    min-height: 37px !important;
}

div.dataTables_paginate ul.pagination li.paginate_button.page-item a{background-color:#D5DBEC;}
div.dataTables_paginate ul.pagination li.paginate_button.page-item.active a{background-color:#A2AFE9;}
div.dataTables_wrapper div.dataTables_paginate ul.pagination .page-item.disabled .page-link { background-color: rgba(124,125,182,.08); }

.form_check_main {
    display: flex;
    margin: 6px 0 20px;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 0.375rem;
}
.form_check_main .form-check:last-child {
    margin-left: 30px;
}
.form_check_main .form-check{
    width: 100px;
}
.form_check_main .form-check2{
    width: 150px;
}
#helpRenderOffcanvas.offcanvas-end{
    width: 70%;
}

#helpRenderOffcanvas .offcanvas-header h5{
    padding: 25px 25px 25px;
}

.navbar-nav-right .select2-search__field{
    padding-left:10px !important
}
.cursor-auto{
    cursor: auto !important;
}

.tab-content #usersTab input.form-control, .tab-content #usersTab textarea{
    background-color:  transparent !important;
}
#profile-tab.nav-pills.share-credential-tab .nav-link.active, #profile-tab.nav-pills.share-credential-tab .nav-link.active:hover, #profile-tab.nav-pills.share-credential-tab .nav-link.active:focus{
    background: transparent;
    border: 0;
    border-bottom: 1px solid #202A46;
    border-radius: 0;
}
#guestSharingCredentialForm textarea, #shareCredentialModal .tab-content input.form-control{
    background: transparent !important;
    border: 1px solid #d9dee3 !important;
}

 .guest-credential-detail-section{
    max-height: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
    display: flex;
    flex-direction: column;
 }
 .guest-credential-detail-header{
    background-color: transparent;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    background: #D5DBEC6B;
    width: 100%;
 }

 .guest-credential-detail-header h5 {
    padding: 20px;
    width: 100%;
    
    color: #202A46;
    padding: 25px 32px 25px;
    margin-bottom: 0;
    line-height: 1.53;
}
.guest-credential-detail-body{
    overflow-y: auto;
    padding: 1.5rem;
}

.guest-credential-detail-body input.form-control, .guest-credential-detail-body textarea {
    background: #F5F5F9 !important;
    border: 0;
    height: 40px;
    border-radius: 8px;
}

.guest-credential-detail-body h6 {
    color: #202A46;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 2px;
    display: block;
}
.table.table-sorting-disabled thead tr th::before,.table.table-sorting-disabled thead tr th::after{
display: none !important;
}


.table.table-sorting-disabled thead tr th{
 cursor: auto;
}