.bs-placeholder{ 
    background-color: #fff ; 
    border: 1px solid #ced4da ;
}
.bootstrap-select .btn{
    background-color: #fff ; 
    border: 1px solid #ced4da ;
}
.td-no-display{
    display: none;
}
.th-cursor{
    cursor: pointer;
}
a.disabled {
    pointer-events: none;
    cursor: default;
}
.fieldset-legend{
    font-size: 14px !important;
    /* font-weight: bold !important; */
}
.fixTableHead{
    overflow-y: auto;
}
.fixTableHead thead th{
    position: sticky;
    top: 0;
    /* background: #ABDD93; */
    background: #6da7b5;
}
.fixTableHead th, .fixTableHead td{
    padding: 2px;
}
table{
    border-collapse: collapse;        
    width: 100%;
}
.icon-button{
    font-size: 17px;
}

.img-class{
    border: 1px solid #E4E4E4;
    border-radius: 12px;
    background-color: #E4E4E4;
    height: 100px;
    width: 100px;
    max-width: 200px !important;
}
.close-btn-image{
    vertical-align: top;
}
.option-none{
    display: hidden !important;
}
.bootstrap-select>.btn-access-disabled{
    background-color: #e9ecef !important;
    pointer-events: none !important;
}
.fa-2xs{
    margin-right: 10px !important;
}
.bg-custom-danger{
    background-color: #ff6b61 !important;
}
.bc-btn{
    cursor: pointer !important;
}
td img:hover{
    cursor: pointer !important;
}
.expanded{
    padding-top: 10px;
    /* overflow set to hidden to hide the expanded text */
    overflow: auto;
    /* all style changes will ease-in-out for 1s */
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s;
}
.btn-link{
    text-decoration: none !important;
    font-size: 14px !important;
    padding: 0 !important;
}
.back-to-top {
    bottom: 48px !important;
}
.hiddenRow {
    display: none !important;
}
#canvas-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
#content .allcp-form {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 8%;
}
#content .panel {
    box-shadow: 0 1px 40px 0 rgba(0, 0, 0, 0.3);
}
#content .panel-heading {
    padding: 32px 10px 15px
}
.navbar-vertical-divider{
    margin-top: 0.6rem !important;
}
.navbar-vertical .navbar-nav .nav-item .navbar-vertical-label-wrapper {
    min-height: 1.125rem !important;
}
.navbar-vertical-label {
    color: #9da9bb !important;
    font-size: 0.8rem !important;
    font-weight:bold;
}
.nav-label{
    padding: 0px 20px;
}
.nav-link-text {
    font-size: 0.75rem !important;
    font-weight: bold !important;
    color: #232e3c !important;
}
.nav-link-text.active{
    color: #1963d3 !important;
}
.sidebar .navbar .navbar-nav .nav-label .dropdown-item-list .nav-link-text i {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.sidebar .navbar .navbar-nav .nav-link-text i {
    width: 40px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.sidebar .navbar .nav-link-text {
    padding-left: 0 !important;
    border-radius: 0 0 0 0;
    white-space: wrap; 
}
.sidebar .navbar .dropdown-item{
    border-radius: 0 0 0 0 !important;
}
.sidebar .navbar .nav-link-no-label {
    padding: 7px 30px;
    font-size: 0.9rem !important;
    font-weight: bold !important;
    color: #232e3c !important;
}
.nav-link-no-label.show.active{
    color: #1963d3 !important;
    /* background-color: #ececec !important; */
}
.sidebar .navbar .navbar-nav .nav-link-text:hover, .sidebar .navbar .navbar-nav .nav-link-text.active {
    color: #1963d3 !important;
    /* background-color: #ececec !important; */
}
.sidebar .navbar .navbar-nav .nav-link-no-label:hover, .sidebar .navbar .navbar-nav .nav-link-no-label.active {
    color: #1963d3 !important;
    /* background-color: #ececec !important; */
}
.img-header{
    height: 170px !important;
}
.custom-sticky-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
}
@media (min-width: 390) {
    .custom-sticky-sm-bottom {
        position: -webkit-sticky;
        position: sticky;
        bottom: 0;
        z-index: 1020;
    }
}
@media (min-width: 768px) {
    .custom-sticky-md-bottom {
        position: -webkit-sticky;
        position: sticky;
        bottom: 0;
        z-index: 1020;
    }
}
@media (min-width: 992px) {
    .custom-sticky-lg-bottom {
        position: -webkit-sticky;
        position: sticky;
        bottom: 0;
        z-index: 1020;
    }
}
@media (min-width: 1200px) {
    .custom-sticky-xl-bottom {
        position: -webkit-sticky;
        position: sticky;
        bottom: 0;
        z-index: 1020;
    }
}
@media (min-width: 1400px) {
    .custom-sticky-xxl-bottom {
        position: -webkit-sticky;
        position: sticky;
        bottom: 0;
        z-index: 1020;
    }
}
.btn-access-disabled{
    pointer-events: none;
    background-color: #6c757d !important;
}
.stripe{
    background-color: #6c757d !important;
}
/* th{
    text-align: left !important;
}
td{
    text-align: left !important;
} */
body {
    overscroll-behavior-y: contain;
}
.bg-white2 {
    --bs-bg-opacity: 0.5;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.fixed-position-mobile {
    position: fixed;
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .td-width{
        min-width: 200px !important;
        max-width: 200px;
        word-break: break-all;
    }
}
.bootstrap-select .dropdown-menu{
    z-index: 100000;
}
table .td-longtext > div{
    white-space: nowrap; 
    width: 200px; 
    overflow: hidden;
    text-overflow: ellipsis; 
}
.sticky-top-table{
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
}
/* .sidebar{
    z-index: 1001 !important;
} */
.label-flex {
    line-height: 1.5 !important;
}
.form-check-input-xs{
    width: 1rem;
    height: 1rem;
    min-height: calc(1.6em + 0.5rem + calc(var(--bs-border-width) * 2)) !important;
    margin-top: 0.3rem !important;
}
.checkbox-md{
    width: 2rem;
    height: 2rem;
    min-height: calc(1.6em + 0.5rem + calc(var(--bs-border-width) * 2)) !important;
    margin-top: 0 !important;
}
.form-check-input-lg{
    width: 3rem;
    height: 3rem;
    min-height: calc(1.6em + 0.5rem + calc(var(--bs-border-width) * 2)) !important;
    margin-top: 0.3rem !important;
}
input[readonly] {
    cursor: not-allowed;
    background-color: var(--bs-secondary-bg);
    opacity: 1;
}
.hiddenRow {
    display: none !important;
}
.no-padding-vertical{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.table-white{
    --bs-table-color: #000;
    --bs-table-bg: #ffffff;
    --bs-table-border-color: #ffffff;
    --bs-table-striped-bg: #ffffff;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #ffffff;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ffffff;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}
.bg-red-flag{
    --bs-table-color: #000;
    --bs-table-bg: #c00000;
    --bs-table-border-color: #c00000;
    --bs-table-striped-bg: #c00000;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #c00000;
    --bs-table-active-color: #c00000;
    --bs-table-hover-bg: #c00000;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}