/* Style the select element */
select {
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    height: calc(2.25rem + 2px);
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 5px;
    width: 98%;
}

/* Style the arrow inside the select element */
select::-ms-expand {
    display: none;
}

/* Style the arrow inside the select element when it is focused */
select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* Style the arrow inside the select element when it is disabled */
select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}


/*Fix the Elfinder open modal */
.ui-widget.ui-widget-content {
    z-index: 9999999999999!important;
}
body { width: 100%; height: 100%; }
.btn-group-fab {
    position: absolute;
    width: 50px;
    height: auto;
    right: 20px; top: 50px;
}
.btn-group-fab div {
    position: relative; width: 100%;
    height: auto;
}
.btn-group-fab .btn {
    position: absolute;
    bottom: 0;
    border-radius: 50%;
    display: block;
    margin-bottom: 4px;
    width: 40px; height: 40px;
    margin: 4px auto;
}
.btn-group-fab .btn-main {
    width: 50px; height: 50px;
    /*right: 50%; margin-right: -25px;*/
    z-index: 9;
}
.btn-group-fab .btn-sub {
    top: -50px; z-index: 8;
    right: 50%;
    margin-right: -20px;
    -webkit-transition: all 2s;
    transition: all 0.5s;
    font-size: 0px;

}
.btn-group-fab.active .btn-sub {
    width: 150px;
    border-radius: 20px;
    font-size: 15px;
}
.btn-group-fab.active .btn-sub:nth-child(2) {
    top: 0px;
}
.btn-group-fab.active .btn-sub:nth-child(3) {
    top: 50px;
}
.btn-group-fab.active .btn-sub:nth-child(4) {
    top: 100px;
}
.btn-group-fab .btn-sub:nth-child(5) {
    top: 160px;
}

#example1_filter input{
    margin-top: 5px;
    padding: 10px;
    height: 41px;
}
#example1_filter {
    margin-left: 15px;

}


.search-result{
    display: block;
    position: absolute;
    top: 65px;
    left: 20px;
    background: white;
    width: 400px;
    height: 350px;
    overflow: scroll;
    display: none;
    border-radius: 0.25rem;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.175);
}
.search-result ul li{
    margin: 0px;
    padding: 0px;
    line-height: 18px;

    border-bottom: 1px solid #cfcfcf;
    padding: 15px;
}

.search-result ul li a{
    color: black !important;
}

.search-result ul li a:hover{
    color: #626262 !important;
}

.search-result ul{
    margin: 0px;
    /*padding: 0px;*/
    padding-left: 0px;
    list-style: none;
}

.search-result h3{
    display: block;
    /* margin: 3px; */
    margin: 0;
    font-size: 15px;
    font-weight: bold;
    padding: 15px;
    border-bottom: 1px #e7e7e7 solid;
    background-color: #d1d1d1;
    position: sticky;
    top: 0;
}

.search-result button{
    position: sticky;
    right: 20px;
    z-index: 10;
    top: 0;
    transform: translateY(50%);
    background: #fffdfa;
    border-radius: 5px;
    padding: 0 10px;
}

.nav-search-icon{
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
}


[class*=accent-] a.btn-secondary {
    color: #000!important;
}
.accent-light  .real_content .btn-link, .accent-light  .real_content a:not(.dropdown-item) {
    color: #001d63;
}

.row h4{
    width: 100%!important;
    display: block;
}
.row p{
    margin-left: 10px;
}

.btn-danger {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
    box-shadow: none !important;
}


.announcement-top-bar {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 0;
}

.announcement-top-bar p {
    margin: 0;
}

.announcement-top-bar.alert-dismissible .close {
    top: 50%;
    transform: translateY(-55%);
}

li.announcement-card {
    border-radius: 0;
    border: 1px solid #e9ecef3b;
    background-color: rgb(255 255 255 / 10%);
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    margin-bottom: 1rem;
    list-style: none;
    padding: 5px;
}

li .announcement-card p{

}
li.announcement-card a {
    color: #000;
}


.flash-message {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
}

.flash-message.show {
    display: block;
    animation: fadeInDown 0.5s;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -50px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}


/* The newTableStyle class will override the Bootstrap 4 style */
.newTableStyle {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Roboto', sans-serif;
    background-color: #2a2b2d;
    color: #FFF;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px rgba(15, 15, 15, 0.2);
}

.newTableStyle thead {
    background-color: #1f2023;
}

.newTableStyle thead th {
    font-weight: 500;
    padding: 20px;
    text-align: left;
}

.newTableStyle tbody tr:nth-child(even) {
    background-color: #333540;
}

.newTableStyle tbody tr:hover {
    background-color: #4b4e54;
    color: #1f8ef1;
}

.newTableStyle tbody td {
    padding: 15px;
    border-bottom: 1px solid #444;
}

.newTableStyle tfoot {
    background-color: #1f2023;
}

.newTableStyle tfoot th {
    padding: 10px;
}

/* The newTableStyleLight class will override the Bootstrap 4 style */
.newTableStyleLight {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Roboto', sans-serif;
    background-color: #fff;
    color: #333;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px rgba(15, 15, 15, 0.1);
}

.newTableStyleLight thead {
    background-color: #f1f2f6;
}

.newTableStyleLight thead th {
    font-weight: 500;
    padding: 20px;
    text-align: left;
    color: #333;
}

.newTableStyleLight tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.newTableStyleLight tbody tr:hover {
    background-color: #f1f2f6;
    color: #4b7bec;
}

.newTableStyleLight tbody td {
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

.newTableStyleLight tfoot {
    background-color: #f1f2f6;
}

.newTableStyleLight tfoot th {
    padding: 10px;
    color: #333;
}


.newTableStyleLight .btn {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    border-radius: 3px;
    padding: 10px 20px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    outline: none;
    cursor: pointer;
}

.newTableStyleLight .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
}

.newTableStyleLight .btn:active {
    transform: translateY(-1px);
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
}


/*======================================*/
/*========= Notifications List =========*/
/*======================================*/

#notificationsList a{
    color:#626262 ;
}

#notificationsList a:hover{
    color: #cbd3da;
}

#notificationsList a{
    padding: 0.5rem 1rem;
}

/*======================================*/
/*=========== Orders toggle ============*/
/*======================================*/
.orders div.checkbox{
   padding: 0;
}

.orders div.checkbox input[type="checkbox"] {
    appearance: none;
    background-color: #dfe1e4;
    border-radius: 72px;
    border-style: none;
    flex-shrink: 0;
    height: 20px;
    margin: 0;
    position: relative;
    width: 35px;
    vertical-align: middle;
}
.orders div.checkbox input[type="checkbox"]::before {
    bottom: -6px;
    content: "";
    left: -6px;
    position: absolute;
    right: -6px;
    top: -6px;
}
.orders div.checkbox input[type="checkbox"],
.orders div.checkbox input[type="checkbox"]::after {
    transition: all 100ms ease-out;
}
.orders div.checkbox input[type="checkbox"]::after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 14px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 14px;
}
.orders div.checkbox input[type="checkbox"] {
    cursor: pointer;
}
.orders div.checkbox input[type="checkbox"]:hover {
    background-color: #c9cbcd;
    transition-duration: 0s;
}
.orders div.checkbox input[type="checkbox"]:checked {
    background-color: #6e79d6;
}
.orders div.checkbox input[type="checkbox"]:checked::after {
    background-color: #fff;
    left: 17px;
}
.orders div.checkbox input[type="checkbox"]:checked:hover {
    background-color: #535db3 !important;
    transition-duration: 0s;
}
.orders div.checkbox input[type="checkbox"]:checked:hover::after {
    background-color: #fff;
    left: 17px;
}
.orders div.checkbox input[type="checkbox"]:focus:not(.focus-visible) {
    outline: 0;
}

.orders div.checkbox label {
    margin-left: 10px;
    vertical-align: top;
}

/*======================================*/
/*============= setting ================*/
/*======================================*/

.setting-row-container{
    /*padding: 20px;*/
    /* padding-top: 0; */
    background: white;
    border-radius: 10px;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.175);
    margin-bottom: 20px;

}

.setting-row-container .setting_row{
    padding: 10px;
}

.setting-row-container .setting_row.options_label{
    padding: 0;
}

.setting-row-container .setting_row.options_label label{
    margin-bottom: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/*======================================*/
/*======== Nav current balance =========*/
/*======================================*/

.accent-light .navbar-light .nav-current-balance{
    color: rgba(0,0,0,.5);
}

.accent-light .nav-current-balance{
    color: #f8f9fa;
}

.min-w-table{
    min-width: 1920px;
}
.monthlyStatemen-card{
    min-height: 100px;
    min-width: 200px;
    box-shadow: 2px 1px 10px rgb(58 58 58 / 7%);
    padding: 10px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.monthlyStatemen-row,.monthlyStatemen-header{
    gap: 10px;
}

.monthlyStatemen-header{
    margin-bottom: 10px;
}

/**************************/
body span.select2-selection.select2-selection--single {
    padding: 25px 10px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;border: 1px solid #ced4da;
    border-radius:8px ;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow{
    position: relative;top: 0;right: 0;
}
.select2-container{
    min-width: 98%;
}

.dropdown-submenu .dropdown-menu li a{
    overflow: hidden;
    text-overflow: ellipsis;
}
.show-emp{
    overflow: scroll;
    height: -webkit-fill-available;
    margin: 16px auto;
}
