@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

@font-face {
    font-family: paragraph;
    src: url(../css/fonts/calvin-klein.ttf);
}

@font-face {
    font-family: heading;
    src: url(../css/fonts/Futura-Round.ttf);
}



body {
    padding: 0;
    margin: 0;
    background-color: #ddd;
    font-size: 17px;
    font-weight: 400;
    color: #000;
    font-family: paragraph;
}


/* Guest User */

header {
    padding: 15px 100px;
    background-color: #DDDDDD;
}

.guest_section {
    padding: 50px 100px;
}

.cstom_modal {
    padding: 30px 30px 30px 30px !important;
}

/* Login page */

.login-bg-main {
    background: url(../images/login-bg.png) no-repeat;
    background-size: cover;
    padding: 50px;
    height: 100vh;
}

.logo {
    height: 80px;
    margin-bottom: 40px;
}

.login-data-main {
    height: 100vh;
    padding: 100px;
}

.login-bg-main h1 {
    font-family: heading;
    font-size: 80px;
    color: #fff;
    line-height: 80px;
    position: absolute;
    bottom: 50px;
}

.login-data-main h2 {
    font-family: heading;
    font-size: 46px;
    margin-bottom: 0px;

}

.login-data-main h6 {
    font-family: heading;
    font-size: 30px;
    margin-bottom: 30px;
}

.custom-input {
    border: 1px solid #E3E3E3;
    padding: 14px;
    border-radius: 10px;
    font-family: heading;
    font-size: 16px;
}

.custom-input::placeholder {
    color: #b2b2b2;
    opacity: 1;
    /* Firefox */
}

.custom-input ::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #b2b2b2;
}


.btn-main {
    width: 100%;
    background-color: #F06721;
    color: #fff;
    font-family: heading;
    font-size: 20px;
    padding: 10px;
    border-radius: 10px;
}

.btn-main:hover {
    background-color: #5D4B9E;
}

.vcenter-item {
    display: flex;
    align-items: center;
}



/* Home page */

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    background-color: #DDDDDD;
    overflow-x: hidden;
    transition: 0.5s;
    text-align: center;
    padding-top: 60px;
}

.counter {
    animation-duration: 1s;
    animation-delay: 0s;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.sidenav .closebtn svg {
    width: 30px;
    height: 30px;
}

.sidenav .navbar-nav .nav-item a {
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    padding: 8px 0px 8px 0px;
}

.sidenav .navbar-nav .nav-item a:hover {
    color: #17d0cf;
}

.sidenav .navbar-nav .nav-item:hover::after {
    width: 100%;
}

.nav-btun {
    padding: 0px;
}

.sidenav .navbar-nav {
    text-align: left;
    padding: 0px 20px;
}

.sidebar {
    background: #DDDDDD;
    padding: 20px;
    height: 100vh;
    width: 20%;

}

.sidebar_inner_div {
    position: fixed;
    width: 16%;
}

.left_data_bg {
    width: 80%;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group {
    margin-left: 0px;
    width: 100%;
    text-align: left;
    padding: 13px;
    border-radius: 10px !important;
    margin-bottom: 7px;
}

.btn-group>.btn:first-child {
    margin-left: 0;
    width: 100%;
    text-align: left;
    padding: 13px;
    border-radius: 10px !important;
    margin-bottom: 7px;
}

.btn-group {
    display: block !important;
}

.menu-btn:not(:disabled):not(.disabled).active,
.menu-btn:not(:disabled):not(.disabled):active,
.show>.menu-btn.dropdown-toggle {
    color: #fff;
    background-color: #5D4B9E;
    border-color: #5D4B9E;
}

.menu-btn {
    font-family: heading;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.bx {
    margin-right: 5px;
}

.custom_header {
    padding: 20px 50px;
    background-color: #fff;
}

.notification_div {
    background-color: #FFF4E8;
    width: 40px;
    height: 40px;
    font-size: 25px;
    text-align: center;
    border-radius: 6px;
    padding-top: 3px;
}

.notification_div .bx {
    margin-right: 0px;
}

.notification_div::after {
    content: '';
    width: 10px;
    height: 10px;
    background: #f06721;
    position: absolute;
    border-radius: 10px;
    margin-top: 7px;
    margin-left: -13px;
    border: 2px solid #fff;
}


.name_icon {
    width: 40px;
    height: 40px;
    background: #f06721;
    border-radius: 30px;
    text-align: center;
    font-family: heading;
    font-size: 26px;
    color: #fff;
    padding-top: 0px;
    margin-left: 15px;
    float: left;

}

.name_bg h6 {
    float: left;
    font-size: 20px;
    font-family: heading;
    margin-left: 15px;
    margin-top: 8px;
}


.header_rightside {
    justify-content: end;
    display: flex;
}

.custom_body_section {
    padding: 0px 50px 30px 50px;
    height: 100vh;
    overflow-y: auto;
    background: #fff;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
}


.custom_body_section::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}

h3 {
    font-size: 30px;
    font-family: heading;
}

h4 {
    font-size: 24px;
    font-family: heading;
    margin-top: 25px;

}

.small_padding {
    padding-left: 5px;
}


.gallery-content-wrapper {
    width: 100%;
    height: 230px;
    position: relative;
}

.gallery-content-wrapper .image {
    width: 100%;
    max-width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 10px;
}

.gallery-content-wrapper .title {
    position: absolute;
    bottom: 0;
    padding: 4px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: rgba(255, 255, 255, 0.8);
}

.gallery-content-wrapper .checkbox-container {
    width: 100%;
    height: 230px;
    top: 0;
    left: 0;
    position: absolute;
}

.gallery-content-wrapper .checkbox-container input[type="checkbox"] {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    outline: none;
    appearance: none;
    animation: slide-in-bck-center 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.gallery-content-wrapper .checkbox-container input[type="checkbox"]:checked::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.35) no-repeat center center;
    background-size: 75px;
    border-radius: 10px;
    animation: slide-in-bck-center 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.gallery-content-wrapper .checkbox-container input[type="checkbox"]:checked::before {
    content: "";
    position: absolute;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    width: 35px;
    height: 15px;
    inset: 50%;
    z-index: 2;
    transform: translate(-50%, -50%) rotate(-45deg) scale(1);
}

/* .gallery-container {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.gallery-container .gallery-content-wrapper {
    width: 32%;
    height: 230px;
    position: relative;
    margin: 7px auto;
}


.gallery-container .gallery-content-wrapper .image {
    width: 100%;
    max-width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 10px;
}

.gallery-container .gallery-content-wrapper .title {
    position: absolute;
    bottom: 0;
    padding: 4px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: rgba(255, 255, 255, 0.8);
}

.gallery-container .gallery-content-wrapper .checkbox-container {
    width: 100%;
    height: 230px;
    top: 0;
    left: 0;
    position: absolute;
}

.gallery-container .gallery-content-wrapper .checkbox-container input[type="checkbox"] {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    outline: none;
    appearance: none;
    animation: slide-in-bck-center 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}


.gallery-container .gallery-content-wrapper .checkbox-container input[type="checkbox"]:checked::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.35) no-repeat center center;
    background-size: 75px;
    border-radius: 10px;
    animation: slide-in-bck-center 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.gallery-container .gallery-content-wrapper .checkbox-container input[type="checkbox"]:checked::before {
    content: "";
    position: absolute;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    width: 35px;
    height: 15px;
    inset: 50%;
    z-index: 2;
    transform: translate(-50%, -50%) rotate(-45deg) scale(1);
} */

@keyframes slide-in-bck-center {
    0% {
        transform: translateZ(600px);
        opacity: 0;
    }

    100% {
        transform: translateZ(0);
        opacity: 1;
    }
}

.btn-active {
    background-color: #f06721;
    color: #fff;
    padding: 8px 20px;
    font-size: 18px;
    font-family: heading;
    border-radius: 10px;
    margin: 0px 2px;
}
.btn-fab {
    background-color: #5D4B9E;
    color: #fff;
    padding: 8px 20px;
    font-size: 15px;
    font-family: heading;
    border-radius: 10px;
    margin: 0px 2px;
    border:none;
}

.btn-inactive {
    background-color: #fff;
    border: 1px solid #f06721;
    padding: 8px 20px;
    font-size: 18px;
    font-family: heading;
    border-radius: 10px;
    margin: 0px 2px;
}




/* Meeting Schedules page */

.calendar {
    font-family: heading;
    font-size: 20px;
    position: relative;
    max-width: 100%;
    background: #F3F3F3;
    color: #000;
    margin: 0px auto;
    box-sizing: border-box;
    overflow: hidden;
}


.calendar .calendar-inner .calendar-body {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
}

.calendar .calendar-inner .calendar-body div {
    padding: 15px;
    min-height: 30px;
    line-height: 30px;
    border: 1px solid transparent;
    margin: 10px 2px 0px;
}

.calendar .calendar-inner .calendar-body div:nth-child(-n+7) {
    border: 1px solid transparent;
    border-bottom: 1px solid var(--weekdays-border-bottom-color);
}

.calendar .calendar-inner .calendar-body div:nth-child(-n+7):hover {
    border: 1px solid transparent;
    border-bottom: 1px solid var(--weekdays-border-bottom-color);
}

.calendar .calendar-inner .calendar-body div>a {
    color: #000;
    text-decoration: none;
    display: flex;
    justify-content: center;
}

.calendar .calendar-inner .calendar-body div:hover {
    border: 1px solid #5D4B9E !important;
    border-radius: 4px;
}

.calendar .calendar-inner .calendar-body div.empty-dates:hover {
    border: 1px solid transparent;
}

.calendar .calendar-inner .calendar-controls {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.calendar .calendar-inner .calendar-today-date {
    display: grid;
    text-align: center;
    cursor: pointer;
    margin: 3px 0px;
    background: var(--calendar-current-date-color);
    padding: 8px 0px;
    border-radius: 10px;
    width: 80%;
    margin: auto;
}

.calendar .calendar-inner .calendar-controls .calendar-year-month {
    display: flex;
    min-width: 100px;
    justify-content: space-evenly;
    align-items: center;
}

.calendar .calendar-inner .calendar-controls .calendar-next {
    text-align: right;
}

.calendar .calendar-inner .calendar-controls .calendar-year-month .calendar-year-label,
.calendar .calendar-inner .calendar-controls .calendar-year-month .calendar-month-label {
    font-size: 34px;
}

.calendar .calendar-inner .calendar-body .calendar-today {

    border-radius: 4px;
    border: 1px solid #5D4B9E;
}

.calendar .calendar-inner .calendar-body .calendar-event {

    border-radius: 4px;
    border: 1px solid #79bef0;
    background-color: #79bef0;
}

.calendar .calendar-inner .calendar-body .calendar-event-success {

    border-radius: 4px;
    border: 1px solid #5dcd79;
    background-color: #5dcd79;
}

.calendar .calendar-inner .calendar-body .calendar-today:hover {
    border: 1px solid transparent;
}

.calendar .calendar-inner .calendar-body .calendar-today a {
    outline: 2px solid var(--calendar-today-innerborder-color);
}

.calendar .calendar-inner .calendar-controls .calendar-next a,
.calendar .calendar-inner .calendar-controls .calendar-prev a {
    color: #000;
    font-family: heading;
    font-size: 26px;
    text-decoration: none;
    padding: 4px 12px;
    display: inline-block;
    margin: 10px 0 10px 0;
}

.calendar .calendar-inner .calendar-controls .calendar-next a svg,
.calendar .calendar-inner .calendar-controls .calendar-prev a svg {
    height: 20px;
    width: 20px;
}

.calendar .calendar-inner .calendar-controls .calendar-next a svg path,
.calendar .calendar-inner .calendar-controls .calendar-prev a svg path {
    fill: #000;
}

.calendar .calendar-inner .calendar-body .prev-dates,
.calendar .calendar-inner .calendar-body .next-dates {
    color: #ccc;
}

.calendar .calendar-inner .calendar-body .prev-dates:hover,
.calendar .calendar-inner .calendar-body .next-dates:hover {
    border: 1px solid transparent;
    pointer-events: none;
}

.calender_div {
    background-color: #F3F3F3;
    padding: 50px !important;
    border-radius: 0px 15px 15px 0px;
}

.calender_side_div {
    background-color: #F06721;
    border-radius: 15px 0px 0px 15px;
    padding: 25px;
}


.calender_side_div h4 {
    font-family: "Poppins", sans-serif;
    font-size: 60px;
    color: #fff;
    font-weight: 600;
    margin: 0px;
}

.calender_side_div h5 {
    font-family: heading;
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    letter-spacing: 5px;
    margin-bottom: 30px;
}

.calender_side_div h6 {
    font-family: heading;
    color: #fff;
    font-size: 22px;
    margin-bottom: 10px;
}

.meeting_div {
    background-color: #f3f3f3;
    padding: 5px 15px 15px 15px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.meeting_div p {
    font-family: heading;
    font-size: 20px;
    margin-bottom: 5px;
}

/* no meeting */
.meeting_div_no_meeting {
    background-color: #f3f3f3;
    padding: 5px 15px 15px 15px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.meeting_div_no_meeting p {
    font-family: heading;
    font-size: 20px;
    margin-bottom: 5px;
}

.meeting_status {

    padding: 5px 15px 7px 15px;
    font-family: heading;
    font-size: 17px;
    border-radius: 20px;
    background-color: #fff;
}

.meeting_time {
    color: #5D4B9E;
    font-family: heading;
    font-size: 17px;
    margin: 0px !important;
}

.open {
    border: 1px solid blue;
    color: blue;
}

.closed {
    border: 1px solid green;
    color: green;
}

.pending {
    border: 1px solid #FF7F3E;
    color: #FF7F3E;
}


.card-header .title {
    font-size: 20px;
    font-family: heading;
    color: #ffffff;
}

.card-header .accicon {
    float: right;
    font-size: 20px;
    width: 1.2em;
    color: #fff;
}

.card-header {
    cursor: pointer;
    border-bottom: none;
}

.card {
    border: 1px solid #f06721;
    margin-bottom: 7px;
    background: #f06721;
}

.card-body {
    border-top: 1px solid #ddd;
    padding: 15px 0px 0px 0px;
}

.card-header:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
}

.accordion {
    height: 400px;
    overflow-y: scroll;
    border-radius: 10px;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
}


.accordion::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}



/* Ideabook */


.bx-edit-alt {
    margin-left: 30px;
    font-size: 22px;
}

.selected_image {
    width: 100%;
    margin: 10px 0px;
    border-radius: 10px;
    height: 300px;
}

.ideabook_category {
    margin: 10px 0px !important;
}

/* Modal */

.modal-header {
    border-bottom: none;
}

.modal-footer {
    border-top: none;
}

.modal-body {
    text-align: center;
    padding: 30px 0px 50px 0px;

}

.modal-body h6 {
    font-size: 24px;
    font-family: heading;
}

.modal-body img {
    height: 50px;
    margin-bottom: 15px;
}

.modal-content {
    border: none;

}

.modal-open .modal {
    background: #0000005c;
}


/* Projects */

.project_div {
    background-color: #F2F2F2;
    border: 1px solid #D5D5D5;
    padding: 20px;
    border-radius: 15px;

}

.grid-container {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 20px;
    padding-top: 10px;
}

.project_div .meeting_status {
    float: right;
}

.project_div h6 {

    font-size: 22px;
    font-family: heading;

}

.more_details_btn {

    background-color: #F06721;
    color: #fff;
    font-family: heading;
    font-size: 20px;
    padding: 8px 30px;
    border-radius: 10px;
}

.project_div p {
    font-size: 18px;
    font-family: heading;
    margin-bottom: 0px;
}

.project_div p span {
    color: #5d4b9e;
}

/* Project Details */


.project_detail_status {
    position: relative;
    top: -4px;
    left: 5%;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #f06721;
    border-bottom: 1px solid #f06721;
}

.nav-tabs .nav-link {
    border: none;
    border-radius: 0px;
    color: #1D1D1D;
    font-family: heading;
    font-size: 20px;
    background: #fff;
}


.basic_tab_heading {
    margin: 10px 0px 35px 0px;
}

.tab-content {
    background: #F4F4F4;
    margin-top: 30px;
    padding: 30px;
    border-radius: 15px;
    height: 670px;
    overflow-y: auto;
}

.tab-content h5 span {
    background-color: #FFDDB3;

    padding: 10px 40px;
    border-radius: 5px;
}

.tab-content h5 {
    color: #1D1D1D;
    font-family: heading;
    font-size: 26px;
    margin-bottom: 35px;
}

.tab-content p {
    font-size: 18px;
    font-family: heading;
    margin-bottom: 0px;
}

.tab-content p span {
    color: #5d4b9e;
}

.chat-popup {
    position: fixed;
    z-index: 99999;
    right: 30px;
    bottom: 100px;
    width: 380px;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #31313124;
}


.open-button {
    background-color: #ef6620;
    color: white;
    padding: 15px;
    border: none;
    cursor: pointer;
    position: fixed;
    bottom: 23px;
    right: 28px;
    width: auto;
    box-shadow: 0px 0px 20px -5px #313131;
    border-radius: 50px;
}

.open-button img {
    height: 35px;
}

.form-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    border: 3px solid #f1f1f1;
    z-index: 9;

}

.chat-popup h5 {
    color: #1D1D1D;
    font-family: heading;
    font-size: 26px;
    text-align: center;
}


.small_btns {
    background-color: #F06721;
    color: #fff;
    font-family: heading;
    font-size: 18px;
    padding: 6px 15px;
    border-radius: 10px;
}

.close_btn {
    background-color: #fff;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 0px;
    line-height: 0px;
    font-size: 26px;
}

.close_btn .bx {
    margin-right: 0px;
}


.persons_div {
    background-color: #DDDDDD;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.persons_div p {
    font-size: 18px;
    font-family: heading;
    margin-bottom: 0px;
}

.persons_div p span {
    color: #5d4b9e;
}

.files_div {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.files_div img {
    height: 60px;
}

.doc_name {
    font-size: 20px !important;
}

.doc_date {
    font-size: 16px !important;
}

.amount_div {
    background-color: #fff;
    padding: 30px;
    text-align: center;
    border-radius: 15px;
}

.amount_div h3 {
    color: #5d4b9e;
    font-family: "Poppins", sans-serif;
}

.table-bordered {
    border: 2px solid #fff !important;
    text-align: center;
    font-family: heading;

}

.table-bordered thead {
    background-color: #FFDDB3 !important;
}

.table-bordered th {
    border: 2px solid #fff !important;
}

.table thead th {
    border-bottom: 2px solid #fff !important;
    font-size: 18px;
    font-weight: 400;
}

.table-bordered td,
.table-bordered th {
    border: 2px solid #fff !important;
    font-size: 16px;
    font-weight: 400;
}

.rate_tab_heading {
    margin-bottom: 10px !important;
}

.rate {
    float: left;
    height: 46px;
}

.rate:not(:checked)>input {
    position: absolute;
    display: none;
}

.rate:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 35px;
    color: #ccc;
}

.rate:not(:checked)>label:before {
    content: '★ ';
}

.rate>input:checked~label {
    color: #ffc700;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #deb217;
}


#custom-button,
#escalation-file-button {
    color: #fff;
    background-color: #F06721;
    border-radius: 10px;
    cursor: pointer;
    font-size: 18px;
    font-family: heading;
}

.custom-button {
    color: #fff;
    background-color: #F06721;
    border-radius: 10px;
    cursor: pointer;
    font-size: 18px;
    font-family: heading;

}


#custom-text {
    margin-left: 10px;
    color: #aaa;
    font-size: 18px;
    font-family: heading;
}

.file_uploading_area {
    border: 1px solid #d6d6d6;
    border-radius: 10px;
    padding: 23px;
}

.file_uploading_area img {
    height: 35px;
    margin-bottom: 35px;
}

.write_review_area {
    border: 1px solid #d6d6d6 !important;
    border-radius: 10px !important;
    background: #fff !important;
    color: #1D1D1D !important;
}

.write_escalations_area {
    border: 1px solid #d6d6d6 !important;
    border-radius: 10px !important;
    background: #f4f4f4 !important;
    color: #1D1D1D !important;

}

.write_review_area::placeholder {
    color: #1D1D1D !important;
    font-size: 18px;
    font-family: heading;
}

.write_review_area::-ms-input-placeholder {
    color: #1D1D1D !important;
    font-size: 18px;
    font-family: heading;
}

.uploading_bg {
    padding: 0px 0px 0px 25px;
}

.document_div {
    background-color: #EEE;
    border: 1px solid #E5E5E5;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 18px;
    font-family: heading;
}

.rate_1 {
    position: absolute !important;
    float: none;
}


.our_reviews {
    background: #fff;
    padding: 30px 20px 20px 20px;
    border-radius: 15px;
    margin: 15px 0px;
}

.reviews_heading {
    font-size: 20px !important;
    margin-bottom: 12px !important;
}

.our_complaints {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    margin: 15px 0px;
}


/* @media (min-width: 1201px) and (max-width: 1366px) {
} */

@media (min-width: 1200px) and (max-width: 1440px) {



    .sidebar {
        width: 20%;
    }

    .left_data_bg {
        width: 80%;
    }

    .sidebar_inner_div {
        width: 16%;
    }

    .meeting_status {
        padding: 5px 15px 7px 15px;
        font-size: 12px;
    }



    .custom_header {
        background: #fff;
    }

    /* body {
        background: #ddd;
    } */

    .custom_body_section {
        padding: 0px 20px 20px 20px;
        /* background: #fff;
        height: 100vh;
        overflow-y: auto; */
    }


}

@media (min-width: 1024px) and (max-width: 1199px) {

    .sidebar {
        padding: 20px;
    }

    /* .meeting_tab_bg {
        background: #ddd;
    } */
    /* body {
        background: #ddd;
    } */

    .custom_body_section {
        padding: 0px 20px 20px 20px;
        /* background: #fff;
        height: 100vh;
        overflow-y: auto; */
    }

    .custom_header {
        background: #fff;
    }



    .header_rightside {
        padding-right: 7px !important;
    }

    .back_btn {
        margin-right: 7px;
    }

    .custom_header {
        padding: 20px;
    }


    .sidebar {
        width: 25%;

    }

    .meeting_status {
        padding: 5px 15px;
        font-size: 12px;
    }

    .left_data_bg {
        width: 75%;
    }

    .sidebar_inner_div {
        width: 21%;
    }

    .gallery-container .gallery-content-wrapper {
        margin: 4px auto;
    }


    .meeting_time {
        font-size: 15px;
        padding-left: 10px;
    }

    .meeting_status {
        padding: 5px 8px 7px 8px;
        font-size: 15px;
    }

    .meeting_div p {
        font-size: 17px;
        line-height: 20px;
    }

    .calender_side_div h6 {
        font-size: 20px;
    }

    .meeting_div {
        padding: 10px 15px 20px 15px;
    }


    .calendar .calendar-inner .calendar-body div {
        padding: 5px;
    }

    .calendar {
        font-size: 18px;
    }

    .calender_div {
        padding: 25px !important;
    }

    .calendar .calendar-inner .calendar-controls .calendar-year-month .calendar-year-label,
    .calendar .calendar-inner .calendar-controls .calendar-year-month .calendar-month-label {
        font-size: 26px;
    }

    .calender_side_div {
        padding: 10px 15px 15px 15px;
    }

    .file_uploading_area {
        padding: 50px 15px;
    }

    .amount_div {
        padding: 15px;
    }

    .amount_div h3 {
        font-size: 24px !important;
        margin-bottom: 0px;
    }

    .files_div img {
        height: auto;
        width: 100%;
    }

    .attachment_content_div {
        padding-left: 30px !important;
    }






}

@media (min-width: 768px) and (max-width: 1023px) {


    header {
        padding: 15px 50px;
    }

    .guest_section {
        padding: 50px;
    }


    .login-bg-main {
        padding: 20px;
    }

    .login-bg-main h1 {
        font-size: 46px;
        line-height: 46px;
    }

    .login-data-main {
        padding: 20px;
    }

    .left_data_bg {
        width: 100%;
    }

    .sidebar_inner_div {
        width: 21%;
    }

    .logo {
        height: 60px;
        margin-bottom: 0px;
    }

    .custom_header {
        padding: 15px 30px 15px 30px;
        background: #DDDDDD;
    }

    .header_rightside {
        padding-top: 11px !important;
    }

    .mobile_menubar {
        padding-top: 15px !important;
    }

    .custom_body_section {
        padding: 40px 20px;
        height: auto;
    }

    h4 {
        margin-top: 14px;
        margin-bottom: 20px;
    }

    .btn-group {
        padding: 0px 80px 80px 80px;
        text-align: left;
    }

    .btn-group>.btn-group:not(:first-child)>.btn,
    .btn-group>.btn:not(:first-child) {
        margin-left: 0px;
        width: 40%;
        text-align: left;
        padding: 13px 20px;
        border-radius: 10px !important;
        margin-bottom: 7px;

    }

    .btn-group>.btn:first-child {
        width: 40% !important;
    }


    .notification_div {
        background-color: #FFF;

    }

    .gallery-container .gallery-content-wrapper {
        width: 48%;
    }

    .calender_side_div {
        padding: 15px;
    }

    .meeting_div {
        padding: 10px 15px 20px 15px;
    }

    .meeting_time {
        margin: 10px 0px 0px 0px !important;
    }

    .calendar .calendar-inner .calendar-body div {
        padding: 5px;
    }

    .calendar {
        font-size: 18px;
    }

    .calender_div {
        padding: 15px !important;
    }

    .calendar .calendar-inner .calendar-controls .calendar-year-month .calendar-year-label,
    .calendar .calendar-inner .calendar-controls .calendar-year-month .calendar-month-label {
        font-size: 26px;
    }

    .grid-container {
        display: grid;
        grid-template-columns: auto;
        gap: 10px;
    }

    .project_div {
        margin-bottom: 10px;
    }

    .tab-content {
        height: auto;
    }

    .grid-container_1 {
        grid-template-columns: auto auto auto !important;
    }

    .amount_div {
        padding: 30px 15px;
    }

    .amount_div h3 {
        font-size: 28px !important;
        margin-bottom: 0px;
    }

    .files_div img {
        height: auto;
        width: 100%;
    }

    .attachment_content_div {
        padding-left: 30px !important;
    }

    .uploading_bg {
        padding: 20px 0px 20px 0px;
    }


}

@media (min-width: 577px) and (max-width: 767px) {

    header {
        padding: 15px 50px;
    }

    .guest_section {
        padding: 50px;
    }

    .login-bg-main {
        height: auto;
    }

    .login-bg-main h1 {
        position: relative;
        bottom: 0px;
        font-size: 60px;
        line-height: 50px;
        margin-top: 100px;
    }

    .login-data-main {
        height: auto;
        padding: 50px;
    }

    .left_data_bg {
        width: 100%;
    }


    .logo {
        height: 60px;
        margin-bottom: 0px;
    }

    .custom_header {
        padding: 15px 20px 15px 20px;
        background: #DDDDDD;
    }

    .header_rightside {
        padding-top: 11px !important;
    }

    .mobile_menubar {
        padding-top: 15px !important;
    }

    .custom_body_section {
        padding: 40px 20px;
        height: auto;
    }

    h4 {
        margin-top: 14px;
        margin-bottom: 20px;
    }

    .btn-group {
        padding: 0px 80px 80px 80px;
        text-align: left;
    }

    .btn-group>.btn-group:not(:first-child)>.btn,
    .btn-group>.btn:not(:first-child) {
        margin-left: 0px;
        width: 55%;
        text-align: left;
        padding: 13px 20px;
        border-radius: 10px !important;
        margin-bottom: 7px;

    }

    .btn-group>.btn:first-child {
        width: 55% !important;
    }

    .gallery-container .gallery-content-wrapper {
        width: 48%;
    }


    .notification_div {
        background-color: #FFF;

    }


    .back_btn {
        margin-right: 0px;
    }

    .calender_side_div {
        border-radius: 15px 15px 0px 0px;
    }

    .meeting_div {
        padding: 10px 15px 20px 15px;
    }

    .calender_div {
        border-radius: 0px 0px 15px 15px;
    }

    .grid-container {
        display: grid;
        grid-template-columns: auto;
        gap: 10px;
    }

    .project_div {
        margin-bottom: 10px;
    }

    .nav-tabs .nav-link {
        padding: 5px 15px;
    }


    .tab-content {
        height: auto;
    }

    .uploading_bg {
        padding: 20px 0px 20px 0px;
    }

    .size_adjust_responsive {
        padding: 5px 5px 5px 5px;
        font-size: 9px;
    }

}

@media (max-width: 576px) {


    header {
        padding: 15px;
    }

    .menu-btn {
        display: inline-flex;
        align-items: center;
    }

    .guest_section {
        padding: 50px 15px;
    }

    .login-bg-main {
        height: auto;
        padding: 50px 15px;
    }

    .login-bg-main h1 {
        position: relative;
        bottom: 0px;
        font-size: 40px;
        line-height: 40px;
        margin-top: 100px;
    }

    .left_data_bg {
        width: 100%;
    }

    .login-data-main {
        height: auto;
        padding: 50px 15px;
    }

    .login-data-main h2 {
        font-size: 36px;
    }

    .login-data-main h6 {
        font-size: 22px;
    }

    .logo {
        height: 40px;
        margin-bottom: 0px;
    }

    .custom_header {
        padding: 15px;
        background: #DDDDDD;
    }

    .header_rightside {
        padding-top: 0px !important;
    }

    .mobile_menubar {
        padding-top: 2px !important;
    }

    .custom_body_section {
        padding: 40px 15px;
        height: auto;
    }

    h4 {
        margin-top: 14px;
        margin-bottom: 20px;
    }

    .btn-group {
        padding: 0px 20px 50px 20px;
        text-align: left;
    }

    .gallery-container .gallery-content-wrapper {
        width: 100%;
        margin: 7px 0px;
    }

    .padding_mob {
        padding: 0px;
    }

    .btn-group>.btn-group:not(:first-child)>.btn,
    .btn-group>.btn:not(:first-child) {
        margin-left: 0px;
        width: 100%;
        text-align: left;
        padding: 13px 20px;
        border-radius: 10px !important;
        margin-bottom: 7px;

    }

    .btn-group>.btn:first-child {
        width: 100% !important;
    }


    .notification_div {
        background-color: #FFF;
        width: 30px;
        height: 30px;
        font-size: 19px;
        margin-top: 5px;

    }

    .notification_div::after {
        content: '';
        width: 8px;
        height: 8px;
        margin-top: 5px;
        margin-left: -10px;
        border: 2px solid #fff;
    }

    .name_bg h6 {
        font-size: 18px;
        margin: 9px 7px;
    }

    .name_icon {
        margin-left: 7px;
        margin-top: 5px;
    }

    .small_padding {
        padding-left: 0px;
    }

    .back_btn {
        margin-right: 0px;
    }

    .sidenav .closebtn {
        top: 0px;
        right: 6px;
    }

    .name_icon {
        width: 30px;
        height: 30px;
        font-size: 19px;
    }

    .calender_div {
        padding: 30px 5px !important;
        border-radius: 0px 0px 15px 15px;
    }

    .calender_side_div {
        border-radius: 15px 15px 0px 0px;
        padding: 10px 15px 25px 15px;
    }

    .calendar .calendar-inner .calendar-controls .calendar-year-month .calendar-year-label,
    .calendar .calendar-inner .calendar-controls .calendar-year-month .calendar-month-label {
        font-size: 20px;
    }

    .calendar .calendar-inner .calendar-body div {
        padding: 0px;
    }

    .calendar {
        font-size: 15px;
    }

    .calender_side_div h5 {
        font-size: 18px;
    }

    .calender_side_div h4 {
        font-size: 50px;
    }

    .grid-container {
        display: grid;
        grid-template-columns: auto;
        gap: 10px;
    }

    .project_div {
        margin-bottom: 10px;
    }


    .files_div img {
        margin-bottom: 10px;
    }

    .attachment_btns_div {
        text-align: left !important;
    }

    .tab-content {
        height: auto;
        padding: 15px;
    }

    .uploading_bg {
        padding: 0px 0px 20px 0px;
    }

    .file_uploading_area {
        padding: 30px 12px;
    }

    .size_adjust_responsive {
        border: 1px solid #f4f4f4 !important;
        background-color: #f4f4f4 !important;
        padding: 0px !important;
        font-size: 16px !important;
    }

    .nav-tabs .nav-link {
        padding: 5px 10px;
    }

    .table th {
        line-height: 20px;
    }

    .table-bordered td,
    .table-bordered th {
        line-height: 20px;
    }

    .chat-popup {
        width: 300px;
    }

    .popup_btnbg {
        text-align: left !important;
    }

    .tab-content h5 {
        margin-bottom: 20px;
    }


}


@media (max-width: 320px) {

    .calendar {
        min-width: 280px;
    }


}


.category-container {
    display: none;
    /* Hide all categories by default */
}

.category-container.active {
    display: block;
    /* Show only the active category */
}

#prev-button,
#next-button {
    display: inline;
    /* Default button display */
}

#prev-button.hidden,
#next-button.hidden {
    display: none;
    /* Hide buttons with the 'hidden' class */
}

#save-button {
    display: none;
    /* Initially hide the save button */
}

#save-button.visible {
    display: inline-block;
    /* Show save button when visible */
}

.hidden {
    display: none;
}