
    body{
        background-color: var(--neutral-0);
    }

    .btn {
       display: flex;
       align-items: center;
       justify-content: center;
    }

	.btn-large {
		height: 50px !important;
	}

    .regular-text {
        font-family: var(--font-family);
        font-size: 12px;
        font-weight: 400;
        font-style: normal;
    }

    .heading-text {
        font-family: var(--font-family);
        font-weight: 400;
        font-style: normal;
    }

    .semibold-text {
        font-family: var(--font-family);
        font-size: 20px;
        font-weight: 600;
    }

    .semibold-normal-text {
        font-family: var(--font-family);
        font-size: 14px;
        font-weight: 600;
    }

    .overline-text {
        font-family: var(--font-family);
        font-size: 10px;
        font-weight: 400;
        opacity: 0.6;
    }

    .overline-text-normal {
        font-family: var(--font-family);
        font-size: 10px;
        font-weight: 400;
    }

    .subtitle-regular-text-blck {
        font-family: var(--font-family);
        font-size: 16px;
        font-weight: 400;
        color: #141301
    }

    .login-pls-signin-txt {
        text-align: left;
        font-family: var(--font-family);
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        color: #505862;
        flex: none;
        order: 1;
        flex-grow: 0;

    }

    .subtitle-medium-text-blck {
        font-family: var(--font-family);
        font-size: 14px;
        font-weight: 500;
        color: #000000
    }

    .text-white {
        color: #FFFFFF;
    }

    .text-gray {
        color: #505862
    }

    .round-btn1 {
        background: #1C5196;
        border-radius: 40px;
        color: #FFFFFF;
        align-items: center;
        padding: 6px 12px;
    }

    .round-btn-smm {
        border-radius: 40px;
        color: #FFFFFF;
        align-items: center;
        padding: 4px 8px;
    }

    .heading-text {
        font-family: 'Poppins', 'Heading/Regular/H6';
        font-size: 20px;
        font-weight: 400;
        line-height: 30px;

    }

    .section-container {
        margin-top: 48px;
    }

    .btn-group>.btn {
        /* border: 1px solid #A8B5C2;
        border-radius: 4px 4px 4px 4px;
        padding: 12px; */
    }

    .activ:hover {
        color: #FFFFFF;
    }

    .activ {
        background: #2E2E2E;
        color: #FFFFFF;
    }

    .logout-btn:hover {
        color: #FFFFFF;
    }

    button:hover {
        color: #FFFFFF;
    }

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

    /* .am-nav>div{
        padding:12px;
        
    
        padding: 12px;
        align-items: center;
    } */

    /*Home Amenity*/
    .text-title {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
    }

    .text-content {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        color: #1B1D21;

    }

    .bg-gray-light {
        background: #f1f1f1;
    }

    .bg-gray-gray {
        background: #C3CCD6;
    }

    .am-xl-item {
        box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.15);
        width: 349px;
        border-radius: 4px;
    }

    .primary-bg-color {
        background: #2E2E2E;
        color: #FFFFFF;
    }

    .notif-badge {
        position: absolute;
        padding: 4px 8px 4px 8px;
        bottom: -5px;
        right: -10px;
        background: #9C2A3C;
        border-radius: 40px
    }

    .slick-track {
        width: 100%
    }

    .popup-menu-icons {
        display: grid;
        grid-template-columns: 1fr repeat(2, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px;

    }

    .tab-box {
        display: none;
    }

    .text input:focus,
    .text input:valid {
        border: 2px solid #2E2E2E;
    }

    .text input:focus+label,
    .text input:valid+label {
        transition: all 0.2s;
        top: 5px;
        font-size: 13px;
        color: #2E2E2E;
        background-color: transparent;
    }

    textarea:focus {
        border: 2px solid #2E2E2E !important;
    }

    input:focus {
        border: 2px solid #2E2E2E !important;
    }

    select:focus {
        border: 2px solid #2E2E2E !important;
    }

    .am-small-details {
        flex-direction: column;
    }

    /* .am-details-container{
        width:366px ;
    } */
    .am-timeslots-lists {
        display: grid;
        grid-template-columns: 1fr repeat(3, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    .news-list {
        display: grid;
        grid-template-columns: 1fr repeat(2, 1fr);
        grid-template-rows: 1fr repeat(1, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px;

    }

    .news-content-grid {
        display: grid;
        grid-template-rows: 1fr repeat(1, 1fr);
        grid-column-gap: 5px;
        grid-row-gap: 5px;
        box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.12);
        border-radius: 4px;
        background: #FFFFFF;


    }

    /* .news-img{
        height: 170px;
        background-repeat:no-repeat !important;
        background-size:cover !important;   
        border-radius: 4px;
    } */
    .news-content-grid a:hover {
        color: #1C5196;
    }

    .main-card {
        padding: 24px;
    }

    .status-new-btn {
        background-color: #1C5196;
        color: #FFFFFF
    }

    .status-inprogress-btn {
        background-color: #FFAB00;
        color: #FFFFFF
    }

    .status-approved-btn {
        background-color: #28CA9E;
        color: #FFFFFF
    }

    .status-disapproved-btn {
        background-color: #F35625;
        color: #FFFFFF
    }

    .booknow-btn {
        display: flex;
        justify-content: end;

    }
    .drawer {
        transition: opacity 0.3s ease, visibility 0.3s ease;
        opacity: 1;
        visibility: visible;
    }

    .drawer.hide {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .drawer.overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #00000033;
        z-index: 1000;
    }
    .success-drawer-content{
        display: flex;
        padding: 12px 0px;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        align-self: stretch;
    }
    .drawer-footer {
        width: 100%;
    }
    .drawer-body {
        max-height: 60vh;
        overflow-y: auto;
    }
    .drawer-container {
        position: absolute;
        bottom: -100%;
        right: 0;
        width: 100%;
        height: max-content;
        display: flex;
        padding: 24px;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        border-radius: 24px 24px 0px 0px;
        background: #FFF;
        transition: bottom 0.3s ease-in-out;
    }

    .drawer.show .drawer-container {
        bottom: 0;
    }

    .drawer-close {
        position: absolute;
        top: 24px;
        right: 24px;
        cursor: pointer;
    }


    .line {
        width: 100%;
        height: 1px;
        background: var(--neutral-200);
    }

    .tab-container {
        display: flex;
        align-items: center;
        align-self: stretch;
    }
    .tab {
        display: flex;
        height: 64px;
        padding: 4px 14px;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        gap: 4px;
        flex: 1 0 0;
        color: var(--neutral-300);
        text-align: center;
        font-size: 10px;
        font-style: normal;
        font-weight: 700;
        line-height: 14px; /* 140% */
        letter-spacing: 0.2px;
        border-bottom: 2px solid var(--neutral-500);
    }
    .tab.active {
        border-bottom: 2px solid var(--primary-500);
        color: var(--primary-500);
    }



    /*Media Queries*/
    @media only screen and (max-width: 480px) {
        #sidebar-wrapper {
            position: absolute;
        }

        .new-prev {
            margin-top: 10px;
        }

        .icons-container {
            display: grid;
            grid-template-columns: 1fr repeat(2, 1fr) 1fr;

            grid-column-gap: 10px;
            grid-row-gap: 10px;

        }

        .am-grid {
            display: grid;
            grid-template-columns: 1fr repeat(1, 1fr);
            grid-column-gap: 10px;
            grid-row-gap: 10px;

        }

        .am-xl-item {
            width: 100%;
        }

        .notif-badge {
            bottom: 0px;
            right: -5px;
        }

        .form-label-group,
        select {
            border: red;
        }

        .lists-container {
            display: block;

        }

        .am-small-details {
            flex-direction: row;
        }

        .am-lists {
            display: grid;
            grid-template-rows: 1fr repeat(3, 1fr);
            grid-column-gap: 10px;
            grid-row-gap: 10px;
        }

        .am-details-container {
            width: 100%;
        }

        .am-timeslots-lists {
            display: grid;
            grid-template-columns: 1fr repeat(3, 1fr);
            grid-column-gap: 10px;
            grid-row-gap: 10px;
        }

        .news-list {
            display: block;

        }

        .sm-news>.news-content-grid {
            display: grid;
            grid-template-columns: 88.5px repeat(1, 1fr);
            grid-column-gap: 10px;
            grid-row-gap: 4px;
            margin-top: 15px;
            box-shadow: unset;
            background: unset;
        }

        .sm-news .news-img {
            height: 85px;
        }

        .sm-news>.news-img-empty {
            height: 85px;
        }

        .section-container {
            margin-top: 24px;
        }

        .login-pls-signin-txt {
            text-align: center;
        }

        .row {
            margin-right: unset !important;
            margin-left: unset !important;
        }

        .main-card {
            padding: 12px;
        }

        /* .read-news-img-container{
            height:170px;
        } */
        .booknow-btn {
            display: block;
        }

        .booknow-btn button {
            width: 100%;
        }

        .news-content-grid {
            grid-template-rows: unset;
        }

    }

    /* Small devices (portrait tablets and large phones, 600px and up) */
    @media only screen and (min-width: 600px) {
        #sidebar-wrapper {
            position: absolute;
        }

        .icons-container {
            display: grid;
            grid-template-columns: 1fr repeat(2, 1fr) 1fr;

            grid-column-gap: 12px;
            grid-row-gap: 10px;

        }

        .am-grid {
            display: grid;
            grid-template-columns: 1fr repeat(1, 1fr);
            grid-column-gap: 10px;
            grid-row-gap: 10px;

        }

        .am-xl-item {
            width: 100%;
        }

        .notif-badge {
            bottom: -0px;
            right: -5px
        }

        .am-lists {
            display: grid;
            grid-template-columns: 1fr repeat(1, 1fr);
            grid-column-gap: 10px;
            grid-row-gap: 10px;

        }

        .news-list {
            display: grid;
            grid-template-columns: 1fr repeat(2, 1fr);
            grid-template-rows: 1fr repeat(2, 1fr);
            grid-column-gap: 10px;
            grid-row-gap: 10px;

        }


    }

    @media (min-width: 920px) {

        #sidebar-wrapper {
            margin-left: 0;
            -webkit-transition: margin 0.25s ease-out;
            -moz-transition: margin 0.25s ease-out;
            -o-transition: margin 0.25s ease-out;
            transition: margin 0.25s ease-out;
            position: relative;
        }

        .new-prev {
            margin-left: 20px;
        }

        .icons-container {
            display: grid;
            grid-column-gap: 8px;
            grid-row-gap: 8px;
            grid-template-columns: 1fr repeat(7, 1fr);

        }

        .am-grid {
            display: grid;
            grid-template-columns: 177px repeat(2, 177px);
            grid-column-gap: 10px;
            grid-row-gap: 10px;

        }

        .notif-badge {
            position: absolute;
            padding: 4px 8px 4px 8px;
            bottom: -5px;
            right: -10px;
            background: #9C2A3C;
            border-radius: 40px
        }

        .lists-container {
            display: grid;
            grid-template-columns: 286.33px repeat(2, 286.33px);
            grid-column-gap: 10px;
            grid-row-gap: 10px;
        }

        .am-lists {
            display: grid;
            grid-template-columns: 1fr repeat(2, 1fr);
            grid-column-gap: 10px;
            grid-row-gap: 10px;

        }
    }

    @media (min-width: 756px) and (max-width: 1396px) {
        .lists-container {
            display: grid;
            grid-template-columns: 1fr repeat(1, 1fr);
            grid-column-gap: 10px;
            grid-row-gap: 10px;
        }
    }
