:root {
    --primary: #FF0000;
    --secondary: #7C8DB5;
    --indigo: #347AE2;
    --danger: #FF3B30;
    --success: #34C759;
    --warning: #FF9500;
    --black: #000000;
    --white: #FFFFFF;
    --theme-text-white: #FFFFFF;
    --gray: #BABABA;
    --border: #E6EDFF;
    --card-shadow: 0px 4px 25px #0000001A;
}

/* Sidebar */
.sidebar{
    position: fixed !important;
    top: 0;
    left: 0;
    width: 220px;
    height: 100vh;
    box-shadow: 0px 4px 25px 0px #0000001A;
    background-color: var(--white);
    position: relative;
    display: flex;
    flex-direction: column;
    transition: all .4s ease-in-out;
    z-index: 1060;
}

.close-sidebar{
    padding: 0;
    border: none;
    position: absolute;
    top: 18px;
    right: 18px;
    display: none;
}

.close-sidebar img{
    width: 18px;
}

.logo{
    margin: 54px auto 57px;
    text-align: center;
    width: fit-content;
}

.logo img{
    max-width: 78px;
    width: 100%;
}

.sidebar .accordion{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow: auto;
}

.table-responsive::-webkit-scrollbar,
.sidebar .accordion::-webkit-scrollbar {
    width: 9px;
    height: 9px;
}

.table-responsive::-webkit-scrollbar-thumb,
.sidebar .accordion::-webkit-scrollbar-thumb {
    background: rgb(69, 72, 74, .1);
    border-radius: 10rem;
    border: 3px solid transparent;
    background-clip: padding-box;
}

.sidebar ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sidebar ul li a{
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--gray);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
}

.sidebar ul li .accordion-collapse a{
    width: fit-content;
    margin-left: 36px;
    padding: 8px 20px;
}

.sidebar ul li:nth-last-child(2){
    /* margin-top: auto; */
}

.sidebar ul li a.logout-link{
    color: #FF3B30 !important;
}

.sidebar ul li a.logout-link img{
    filter: none !important;
}

.sidebar .accordion-item,
.sidebar .accordion-button{
    box-shadow: none !important;
    background-color: transparent !important;
    border: none !important;
}

.accordion-button:not(.collapsed),
.sidebar ul li a.active,
.sidebar ul li a:hover{
    color: var(--primary);
}


.accordion-button:not(.collapsed) img,
.sidebar ul li a.active img,
.sidebar ul li a:hover img{
    filter: invert(100%) sepia(76%) saturate(5192%) hue-rotate(343deg) brightness(83%) contrast(95%);
}

.sidebar ul li .accordion-button:hover::after,
.accordion-button:not(.collapsed)::after{
    filter: invert(100%) sepia(76%) saturate(5192%) hue-rotate(343deg) brightness(83%) contrast(95%);
    width: 24px;
    height: 24px;
    background-size: 24px;
    background-image: url(../images/icons/down-arrow.svg);
}
.accordion-button::after{
    width: 24px;
    height: 24px;
    background-size: 24px;
    background-image: url(../images/icons/down-arrow.svg);
}
/* Main Part */

.main-part{
    padding: 45px 41px 45px 252px;
}

.main-part header{
    display: flex;
    align-items: start;
    gap: 18px;
    margin-bottom: 68px;
}

.main-part .show-sidebar{
    height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    display: none;
}

.main-part .show-sidebar img{
    width: 22px;
}

.main-part .heading{
    flex-grow: 1;
}

.main-part header h1{
    color: var(--black);
    font-size: 28px;
    font-weight: 500;
    line-height: 42px;
    margin-bottom: 4px;
}

.main-part header p{
    color: var(--gray);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

.dropdown-toggle{
    display: flex;
    align-items: center;
    gap: 8px;
}

.dropdown-toggle .dropdown-item{
    color: var(--gray);
    font-size: 14px;
    font-weight: 500;
    line-height: 31.99px;
}

.dropdown .dropdown-item:hover{
    color: var(--primary);
    background-color: unset;
}

.dropdown-toggle::after{
    background-image: url(../images/icons/down-arrow.svg);
    border: none;
    background-repeat: no-repeat;
    background-size: 24px;
    width: 24px;
    height: 24px;
}

.user-prifle .btn img{
    width: 32px;
    height: 32px;
    border-radius: 100%;
    margin-right: 4px;
}

.user-prifle .btn{
    color: var(--black);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 0;
    border: none;
}

.overview-cards{
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    margin-bottom: 23px;
}

.overview-cards .card{
    padding: 25px;
    border-radius: 20px;
    border: 1px solid #cacaca86;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 14px;
    flex-direction: row;
    min-width: 239px;
}

.overview-cards .card img{
    max-width: 51px;
    width: 100%;
    max-height: 51px;
}

.overview-cards .card h5{
    color: var(--black);
    font-size: 28px;
    font-weight: 600;
    line-height: 42px;
    margin: 0;
}

.overview-cards .card p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.sub-heading{
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 16px;
    row-gap: 8px;
    margin-bottom: 22px;
    flex-wrap: wrap;
}

.sub-heading p{
    color: var(--black);
    font-size: 12.63px;
    font-weight: 400;
    line-height: 18.95px;
    margin: 0;
    flex-grow: 1;
}

.sub-heading a{
    color: #E41601;
    text-decoration: none;
    font-size: 12.63px;
    font-weight: 400;
    line-height: 18.95px;
}

.sub-heading a:hover{
    text-decoration: underline;
}

.overview-search{
    display: flex;
    align-items: center;
    gap: 14px;
}

.overview-table{
    margin-bottom: 33px;
}

.overview-table table{
    width: 100%;
}

.overview-table table,
.overview-table tr,
.overview-table td{
    border: 1px solid #d9d9d9d5;
}

.overview-table p{
    color: var(--black);
    font-size: 10.63px;
    font-weight: 700;
    line-height: 15.95px;
    margin: 0;
    text-align: center;
}

.overview-table tr:first-child td{
    padding: 12px 12px 5px;
}

.overview-table tr:first-child p{
    margin-bottom: 18px;
}

table .booking-status{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

table .booking-status span{
    flex-grow: 1;
    color: var(--black);
    text-align: center;
    font-size: 10.63px;
    font-weight: 400;
    line-height: 15.95px;
    border: 1px solid #d9d9d9d8;
    border-radius: 7px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
}

.overview-table tr:not(:first-child) p{
    text-align: start;

}

.overview-table tr td:first-child{
    padding: 8px 17px 5px;
}

.overview-table tr:not(:first-child) td{
    padding: 6px 11px;
}

table tr:not(:first-child) .booking-status span{
    border: none;
}

table .booking-status span.available{
    background: #DDDDDD80;
}

table .booking-status span.maintenance{
    background-color: #0094FF;
}

table .booking-status span.booked{
    background-color: #7ECC00;
}

table .booking-status span.tentative{
    background-color: #FFE500;
}

table .booking-status span.cancelled{
    background-color: #FF0000;
}

tfoot .booking-status{
    justify-content: start;
    gap: 27px;
}

tfoot .booking-status span{
    border: none;
    align-items: center;
    line-height: normal;
    gap: 8px;
}

tfoot .booking-status span::before{
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 100%;
}

tfoot .booking-status .available span::before{
    background: #DDDDDD80;
}

tfoot .booking-status .booked span::before{
    background: #7ECC00;
}

tfoot .booking-status .tentative span::before{
    background: #FFE500;
}

tfoot .booking-status .maintenance span::before{
    background: #0085FF;
}

tfoot .booking-status .cancelled span::before{
    background: #FF0000;
}

.common-table table{
    width: 100%;
    text-wrap: nowrap;
}

.common-table th{
    color: var(--black);
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    padding-bottom: 25px;
    padding-right: 25px;
}

.common-table td{
    color: var(--black);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    padding-bottom: 32px;
    padding-right: 25px;
}

.hall-dlt,
.common-table td .edit-btn{
    box-shadow: 0px 2px 10px 0px #7C8DB51F;
    padding: 6px 9px 5px;
    width: fit-content;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid var(--white);
    transition: all .2s ease-in-out;
}

.hall-dlt:hover,
.common-table td .edit-btn:hover{
    border-color: var(--primary) !important;
}

.badge{
    border: 1px solid var(--black);
    border-radius: 15px;
    height: 24px;
    min-width: 81px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.06px;
    color: var(--black);
}

.badge.confirm{
    color: #7ECC00;
    border-color: #7ECC00;
}

.badge.tentative{
    color: #FFE500;
    border-color: #FFE500;
}

.badge.cancel{
    color: #ff0000;
    border-color: #ff0000;
}

/* Login Page */
.login-section {
    display: flex;
    min-height: 100vh;
}

.login-section .login-bg {
    width: 50%;
    min-height: 100%;
    opacity: 0.5;
    object-fit: cover;
}

.login-section .login-page-section {
    width: 50%;
    padding: 100px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.login-section .login-page-section img {
    max-width: 132px;
    width: 100%;
    border-radius: 18px;
    aspect-ratio: 1;
}

.login-form{
    width: 100%;
}

.form-radio-btns{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
    margin: 20px 0;
}

.login-form .form-check{
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
}

.login-form .form-check label {
    font-size: 24.53px;
    color: #656668;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 30px;
}

.login-form .form-check-input {
    width: 32px;
    height: 32px;
    cursor: pointer;
    box-shadow: none;
    border: 1px solid #D9D9D9;
}

.form-check-input:checked {
    background-image: url('../images/icons/white-circle.svg') !important;
    background-size: 40px;
    background-color: var(--white);
    border: 1px solid #D9D9D9;
}

.text-field{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.login-form .form-control {
    margin: 15px 0;
    max-width: 350px;
    width: 100%;
    height: 42px;
    font-size: 16.53px;
    color: var(--gray);
    border-radius: 13.55px;
    box-shadow: none;
    border: 1px solid #D9D9D9;
}

.login-form .form-control::placeholder{
    color: var(--gray);
}

.login-form button {
    margin-top: 30px;
    max-width: 400px;
    width: 100%;
    height: 42px;
    color: var(--white);
    border: none;
    border-radius: 13.55px;
    background-color: #CC2030;
}

.signup-btn span{
    width: 32px;
    height: 32px;
    cursor: pointer;
    box-shadow: none;
    border: 1px solid #D9D9D9;
    border-radius: 100%;
    background-color: var(--white);
}

/* Upcoming Booking Page */
.booking-form{
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
    padding-bottom: 27px;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 50px;
}

.w-20{
    width: calc(20% - 12.8px);
}

.manager-form .form-group{
    flex-grow: 1;
}

.common-table .btns-group{
    display: flex;
    align-items: center;
    gap: 29px;
    width: fit-content;
}

.common-table td .edit-btn.newbooking-btn{
    padding: 6px 21px 5px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: var(--black);
}

.common-table td .edit-btn.newbooking-btn:hover{
    color: var(--primary);
}

/* New booking Page*/
.newbooking-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 22px;
}

.newbooking-title p{
    color: var(--black);
    font-size: 14.63px;
    margin: 0;
    font-weight: 400;
    line-height: 21.95px;
}

.addbooking-table .common-select2 .select2.select2-container{
    max-width: 144px;
    min-width: 144px;
}

.addbooking-table .common-input{
    max-width: 105px;
}

.addbooking-table table{
    border: 1px solid #D9D9D9;
    width: 100%;
}
.addbooking-table tr,
.addbooking-table td,
.addbooking-table th{
    border: 1px solid #D9D9D9;
    border-width: 1px 0 1px 0;
}

.addbooking-table th:first-child{
    padding-left: 30px;
}

.addbooking-table th {
    padding: 11px 15px;
}

.addbooking-table .booking-status {
    gap: 20px;
    justify-content: center;
}

.addbooking-table .booking-status span{
    color: var(--black);
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    border: none;
    min-width: 25px;
    width: 25px;
    flex-grow: unset;
    height: 25px;
}

.addbooking-table.common-table td{
    padding: 0 15px;
}

.bld-group{
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 20px;
    justify-content: center;
}

.addbooking-table p{
    color: var(--gray);
    font-size: 12.31px;
    font-weight: 500;
    line-height: 18.47px;
}

.addbooking-table .common-radio input{
    width: 24px;
    height: 24px;
}

.addbooking-table{
    padding-bottom: 43px;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 43px;
}

.addbooking-table .select2-hidden-accessible{
    display: none;
}

/* Signup */
.signup{
    min-height: 100vh;
    padding: 96px 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.signup-header div{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 36px;
}

.check-pricing-link{
    display: flex;
    align-items: center;
    gap: 13px;
    color: var(--black);
    font-size: 14.63px;
    font-weight: 400;
    line-height: 21.95px;
    text-decoration: none;
    height: fit-content;
}

.check-pricing-link:hover{
    color: var(--black);
    text-decoration: underline;
}

.signup-logo{
    width: 94px;
    height: 94px;
    display: block;
}

.signup-logo img{
    width: 100%;
}

.signup-header h5{
    margin: 0;
    color: var(--black);
    font-size: 28px;
    font-weight: 500;
    line-height: 42px;
}

.signup-header h4{
    color: #656668;
    margin-bottom: 42px;
    font-size: 43.53px;
    font-weight: 500;
    line-height: 65.29px;
}

.signup-form{
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #D9D9D9;
}

.form-title{
    font-size: 14.63px;
    font-weight: 400;
    line-height: 21.95px;
    margin-bottom: 18px;
    color: var(--black);
}

.signup-form .common-btn{
    width: fit-content;
}

.user-profile-upload{
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    min-width: 1px;
}

.user-profile-upload p{
    color: var(--gray);
    font-size: 13.94px;
    font-weight: 500;
    line-height: 20.9px;
    margin: 0;
    text-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 76px;
}

.user-profile-upload label{
    color: var(--white);
    font-size: 12.2px;
    font-weight: 500;
    line-height: 18.3px;
    text-align: center;
    box-shadow: 0px 2px 10px 0px #7C8DB51F;
    background-color: var(--primary);
    border-radius: 10px;
    height: 38px;
    cursor: pointer;
    padding: 9px;
    min-width: 93px;
    display: block;
}

.user-profile-upload input{
    display: none;
}

.user-profile-upload img{
    width: 38px;
    height: 38px;
    border-radius: 100%;
    object-fit: cover;
}

.hall-dlt{
    width: 38px;
}

.hall-title{
    color: var(--black);
    font-size: 21.63px;
    font-weight: 400;
    line-height: 32.45px;
    margin-bottom: 15px;
}

.hall-list .hall-list-item:first-child .hall-dlt{
    display: none;
}

.error {
    color: var(--primary);
}

.user-profile-upload input {
    width: 0;
    position: absolute;
    display: block !important;
}

.page-link {
    font-size: 12px;
    color: var(--black);
}

.page-item.active .page-link {
    background-color: var(--primary);
    border-color: var(--primary);
}

.note{
    font-size: 12px;
}

.list-help-center{
    margin-top: auto;
}

.log-out-ul li:nth-last-child(1){
   margin-top: auto;
}
