/*body.pace-done.no-loader {
    background-color: #1f1f2b;
}
.app-header::before {
    content: unset;
}*/

a:hover { text-decoration: none; }
a{ text-decoration: none; }
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.app-auth-container {
    max-width:  650px;
}

.forget-passwword-background {
    height: 100% !important;
    max-width: 850px;
    width: 100% !important;
}

.forget-passwword-background img {
    height: 100%;
    width:  100%;
    object-fit: contain;
}

.forget-password-form {
    max-width: 650px;
    width: 100%;
}

.dataTables_wrapper {
    overflow-x: auto;
}
.alert-login {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.alert-login .close {
    background: transparent;
    border: none;
    font-size: 25px;
    padding: 0px;
    margin: 0px;
    line-height: 1.2;
    color: #ff0000;
}


@media screen and (max-width: 576px){
    .app-auth-sign-in{
        flex-wrap: wrap;
    }
}
.custom-font .dataTables_info,
.custom-font label{
    color: white !important;
}
.table-bordered thead tr th:first-child {
    width: 46px !important;
}



/*accordian page*/

.accordion-section .accordion-button .title {
    color: #FFFFFF;
    font-size: 15px;
}

.accordion-section .accordion-item .accordion-button:not(.collapsed) {
    color: #fff;
    font-size: 15px;
    background-color: #1C1C1C;
    border-color: #1C1C1C;
    padding: 18px 20px;
    border-radius: 10px 10px 0px 0px;
}
.accordion-section .accordion-item .accordion-button.collapsed{
     color: #fff;
    font-size: 15px;
    background-color: #1C1C1C;
    border-color: #1C1C1C;
    padding: 18px 20px;
        border-radius: 10px;
}
.accordion-section .accordion-item {
    margin: 10px 0px;
    border-color: #1C1C1C;
    border-radius: 10px;

}
.accordion-section .accordion-item .accordion-body {
    font-size: 12px;
    color: #fff;
    background-color: #1C1C1C;
    padding: 18px 20px;
    border-radius: 0px 0px 10px 10px;

}
/*.accordion-section .accordion-button::after{
    background-image: url('../images/Polygon 3.svg');
}*/
.accordion-section .accordion-button::after{
    background-image: url('../images/up.svg');
}
.accordion-section .iconRotate::after{
    background-image: url('../images/down.svg');
}
.accordian-body{
    background-color: #000;
    min-height: 100vh;
    padding: 10px 20px;
}
.accordion-section {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}

.accordion-section .accordion-header {
    border-radius: 10px;
}

/*login pag styling*/


.auth-login-page .forget-password-form {
    max-width: 100%;
    width: 100%;
    background-color: #1f1f2b;
    height: 100%;
}
.auth-login-page .app-auth-container {
    height: 100%;
    max-width: 100%;
    width:100%;

}


.horizental-scroll::-webkit-scrollbar {
    height: 6px;
}

.horizental-scroll::-webkit-scrollbar-thumb {
    background-color: #333;
}

.horizental-scroll::-webkit-scrollbar-track {
    background-color: #000;
}

.row.table-pagination .row:last-child {
    flex-direction: column-reverse;
    padding-bottom: 15px;
}

.row.table-pagination .row:last-child .col-sm-12 {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.row.table-pagination .row:last-child .col-sm-12 .page-item.disabled .page-link, .page-link{
    padding: 5px 14px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
}


.dataTables_wrapper::-webkit-scrollbar {
    height: 6px;
}

.dataTables_wrapper::-webkit-scrollbar-thumb {
    background-color: #333;
}

.dataTables_wrapper::-webkit-scrollbar-track {
    background-color: #000;
}

/*Custom Switch */

.custom-switch input[type=checkbox]{
    height: 0;
    width: 0;
    visibility: hidden;
}

.custom-switch label {
    cursor: pointer;
    text-indent: -9999px;
    width: 50px;
    height: 25px;
    background: grey;
    display: block;
    border-radius: 100px;
    position: relative;
}

.custom-switch label:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    transition: 0.3s;
}

.custom-switch input:checked + label {
    background: #bada55;
}

.custom-switch input:checked + label:after {
    left: 25px;
}

.custom-switch label:active:after {
    width: 25px;
}
.modal-dialog {
    max-width: 1366px;
    width: 100%;
}

.modal-dialog .modal-content {
    min-height: 75vh;
}

.modal-dialog .modal-content .modal-body .ck-editor__main .ck-content {
    min-height: 280px;
    height:100%;
}

.dish_table th,
.dish_table td {
    vertical-align: middle;
    padding: 5px 7px  !important;
    text-align: center;
}

.dish_table th {
    text-align: center;
}

.dish_table td button[type="submit"] {
    padding: 7px 12px;
}

.actions {
    display: flex;
    align-items: center;
}
.resturant-table .actions{
    display: table-cell;
}
.drop-icon:after{
    content:'';
    position:absolute;
    height:10px;
    width:10px;
    border: 2px solid;
    border-color:grey grey transparent transparent;
    transform: rotate(133deg) translateY(-50%);
    right: 15px;
    top: 54%;
}

.drop-icon {
    position: relative;
}


.loading-image {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99999!important;
}
