.header-navbar .navbar-header .navbar-brand {
    padding: 10px 0;
}

.header-navbar .navbar-header .navbar-brand .brand-logo {
    width: 160px;
}

.header-navbar .navbar-header .navbar-brand .brand-logo {
    /* width: 40px;
    background: white;
    border-radius: 100%;
    padding: 3px; */
}

button .indicator-progress {
    display: none;
    pointer-events: none;
}

button .indicator-label {
    pointer-events: none;
}

button.btn-loading {
    pointer-events: none;
    opacity: 0.7;
}

button.btn-loading .indicator-label {
    display: none !important;
}

button.btn-loading .indicator-progress {
    display: block !important;
}

.form-control.error {
    border-color: #ff4961;
}

p.error {
    color: #ff4961 !important;
    margin-bottom: 0;
    margin-top: 2px;
}

table td,
table th {
    vertical-align: middle !important;
    white-space: nowrap !important;
}

table td {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.modal-header {
    border-bottom: 1px solid #eee;
}

.modal-footer {
    border-top: 1px solid #eee;
}


/* The switch - the box around the slider */

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
    margin: 0;
}


/* Hide default HTML checkbox */

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}


/* The slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 17px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #666ee8;
}

input:focus+.slider {
    box-shadow: 0 0 1px #666ee8;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.breadcrumb .breadcrumb-item a {
    color: #6b6f82;
}

.breadcrumb .breadcrumb-item.active {
    font-weight: bold;
}

a.click-to-whatsapp {
    position: fixed;
    /* max-width: 70px; */
    left: 20px;
    bottom: 20px;
    z-index: 9999;
    background: #28d094;
    padding: 10px;
    border-radius: 50%;
    border: 2px solid #fff;
    animation: 1s ease-out 0s 1 slideInFromLeft;
}

.click-to-whatsapp i.la.la-whatsapp {
    font-size: 2rem;
    color: white;
}

.swal-text {
    text-align: center;
    padding: 0 15px;
}

.swal-footer {
    text-align: center;
}


/*Select2 ReadOnly Start*/

select[readonly].select2-hidden-accessible+.select2-container {
    pointer-events: none;
    touch-action: none;
}

select[readonly].select2-hidden-accessible+.select2-container .select2-selection {
    background: #eee;
    box-shadow: none;
}


/* select[readonly].select2-hidden-accessible+.select2-container .select2-selection__arrow, */

select[readonly].select2-hidden-accessible+.select2-container .select2-selection__clear {
    display: none;
}


/*Select2 ReadOnly End*/

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child {
    padding-left: 35px;
}

.content-wrapper table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
.content-wrapper table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
    top: calc(50% - 10px);
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    padding: 0px !important;
}

.brand-logo {
    max-width: 200px;
}


/*
.pwd-view.form-control-position {
    top: 23px;
    right: 15px;
} */