body{font-family: 'Poppins', sans-serif;}

.login-forgot-text {
    color:#3344DD !important;
    margin-bottom: 10px;
}
.hover\:bg-goldenOrange:hover {
    color: #fff;
}
.border-goldenOrange {
    border-color: #CBA57C !important;
}
.focus\:border-indigo-500:focus {
    --tw-border-opacity: 1;
    border-color: #CBA57C !important;
}
.focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: #CBA57C !important;
}
.dashboard-icons {
    width: 2.5rem;
    height: 2.5rem;
}
.menu li a.hover\:bg-goldenOrange:hover img, .menu li a.bg-goldenOrange img {
    filter: brightness(0) invert(1);
}
#calendar {
    height: auto;
}
.fc-col-header-cell-cushion {
    font-weight: 500 !important;
}
.fc-button-group .fc-prev-button,.fc-next-button,.fc-today-button {
    border-color: #CBA57C !important;
    --tw-bg-opacity: 1;
    background-color: rgb(203 165 124 / var(--tw-bg-opacity, 1)) !important;
    margin-right: 5px;
    border-radius: 0.375rem;
}
table.fc-scrollgrid {
    border: none !important;
}
.text-goldenOrange {
    color: #CBA57C !important;
}
.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    padding: 20px;
    width: 650px;
}
.popup p {
    white-space: normal;
}
.popup-content {
    position: relative;
}
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
    color: #333;
    border: 1px solid #333;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    z-index: 1;
}
table th, table td {
    word-wrap: break-word;
    white-space: nowrap;
}
.bg-light-pink {
    background: #F9EFE4;
}
.bg-lighter-pink {
    background: #f9efe463;
}

.step-wrap{display: flex; justify-content: center; margin-bottom: 30px;}
.step-wrap li{text-align: center; position: relative; width: 20%; font-size: 14px; font-family: inter; color: #555454; font-weight: 600; line-height: 24px;}
.step-wrap li .icon{width: 50px; height: 50px; border-radius: 100%; background: #ffffff; display: block; text-align: center; line-height: 50px; display: flex; align-items: center; justify-content: center; position: relative; margin-left: 40px;}
.step-wrap li .icon img{width: 50%; filter: invert(1);}
.step-wrap li .icon img+img{filter: invert(0); display: none;}
.step-wrap li::after{background: #C7C6C6; width: 130px; height: 8px; border-radius: 25px; position: absolute; left: 105px; top: 20px; content:'';}
.step-wrap li::before{background: #C7C6C6; width: 160px; height: 8px; border-radius: 25px; position: absolute; left: 105px; top: 20px; content:'';}
.step-wrap li:last-child::after{display: none;}
.step-wrap li:last-child::before{display: none;}
.step-wrap li.active.current::after{background:#39A200;width: 160px;}
.step-wrap li.active::after{background:#39A200; width: 140px;}
.step-wrap li.active .icon{background: #CBA57C;}
.step-wrap li.active .icon::before{width: 60px; height:60px; border-radius: 100%; border: 1.5px dashed #525252; position: absolute; left: -5px; top: -5px; content:'';}
.step-wrap li.active .icon img{width: 50%; filter: invert(0);}
.step-wrap li.current .icon{background:#39A200;}
.step-wrap li.active.current .icon::before{display: none;}
.step-wrap li.current .icon img{width: 50%; /*filter: invert(1); display: none*/}
.step-wrap li.current .icon img+img{filter: invert(0); display: block;}
.step-wrap li .step-text{font-size: 14px; font-family: inter; color: #555454; font-weight: 600; line-height: 24px; display: block; width: 75%; margin-left: -25px; margin-top: 15px;}
.step-wrap li .step-text span{font-size: 18px; font-family: inter; color: #555454; font-weight: 600; line-height: 24px; display: block;}

.step-form-wrap h1{font-size: 18px; font-weight: 500; color: #555454; margin-bottom: 20px;}
.step-form-wrap input,select,textarea{margin-bottom: 5px; border: 1px solid #B6B6B6; border-radius: 6px; min-height: 52px; padding: 10px; outline: none;}
.radoi-btns-group{margin: 0; padding: 0; list-style: none; display: flex; justify-content: start; gap: 20px; margin-bottom: 20px;}
.step-form-wrap [type="radio"]:checked,
.step-form-wrap [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.step-form-wrap [type="radio"]:checked + label,
.step-form-wrap [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #464545;
    font-size: .875rem;
    font-weight: 500;
}

.step-form-wrap [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #000;
    border-radius: 100%;
    background: #fff;
}
.step-form-wrap [type="radio"]:checked + label:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #39A200;
    border-radius: 100%;
    background: #fff;
}
.step-form-wrap [type="radio"]:checked + label:after,
.step-form-wrap [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #39A200;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.step-form-wrap [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.step-form-wrap [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
[type=checkbox] {
    height: 0.8rem !important;
    width: 0.8rem !important;
}
.dropdown-toggle::after {
    display: none !important;
}
.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.mt-8 {
    margin-top: 3rem;
}
.step-form-wrap button[type="submit"] {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 0px;
}
.appeal-details-side-bar {
    width: 25%;
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.inset-shadow-sm{box-shadow: inset 0px 0px 10px 0px #0000001A;}

.tabs-switcher{display: inline-flex;}
.tabs-switcher button.btn{font-size: 14px; font-weight: 500; color: #667085; padding: 8px 20px;}
.tabs-switcher button.active{background: #CBA57C; color: #fff;}
.letter-box {background: #E5D2BD; width: 50px; height: 50px; display: inline-flex; align-items: center; justify-content: center; color: #525252; border-radius: 50%; margin-right: 10px; font-size: 26px;}

.d-meeting-box-wrap{overflow: auto; display: -webkit-box;}
.d-meeting-box{width: 400px; }
.d-meeting-box .meeting-teams{white-space: normal; word-wrap: break-word; word-break: break-all; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; height: 80px;}
.meeting-box-left{width: 180px;}
.meeting-box-right{width: 200px; border-left: 1px solid #eee; margin-left: 10px; padding-left: 10px;}
.agenda-doc-btn{border: 1px solid #E2E2E2; border-radius: 18px; font-size: 14px; padding: 5px 10px; gap: 10px;}
.agenda-doc-btn img{width: 28px;}
.metting-btn{border: 2px solid #CBA57C; color: #CBA57C; padding: 10px 20px; margin-top: 10px !important;}
.appeal-lsting-tabs button{padding-bottom: 10px;}
.appeal-lsting-tabs button.active{border-bottom: 4px solid #CBA57C;}

.meeting-popup-add-member-list{height: 50px; overflow: auto;}

.activity-timeline-head{border-bottom: 1px solid #DCDCDC;}
.activity-timeline-head h2{font-size: 20px; font-weight: 500; color: #555454;}
.activity-timeline-head button{margin-top: 0 !important; box-shadow: 0 0; outline: none; padding: 11px 24px !important; border: none !important;}
.activity-timeline-head .date-filters{display: flex; align-items: center; gap: 10px;}
.activity-timeline-head .date-filters label{margin-bottom: 0 !important;}
.activity-timeline-head .date-filters input[type="date"]{width: 200px;}

.activity-timeline{width: 80%;}
.activity-timeline .date-heading{font-size: 16px; font-weight: 600; color: #555454; margin-bottom: 20px;}
.activity-timeline .timeline-item{position: relative; padding: 0 0 15px 30px;}
.activity-timeline .timeline-item:after{background: #A098AE; width: 1px; height: 100%; position: absolute; left: 7px; top: 0; content:'';}
.activity-timeline .timeline-item:before{background:#fff; border: 2px solid #CBA57C; border-radius: 100%; width: 16px; height: 16px; position: absolute; left: 0; top: 0; content:''; z-index: 1;}
.activity-timeline .timeline-item .time{font-size: 14px; font-weight: 400; color: #878787; margin-bottom: 10px;}
.activity-timeline .timeline-item .details{box-shadow: 1px 0px 4px 0px #0000001A; border-radius: 10px; padding: 15px; font-size: 14px; font-weight: 400; color: #555454;}

.appeal-details-side-bar{}
.appeal-details-side-bar ul{margin: 0; padding: 0; list-style: none;}
.appeal-details-side-bar ul li{display: flex; justify-content: space-between; align-items: start; gap: 10px; padding: 10px 0;}
.appeal-details-side-bar ul li div{width: 65%; text-align: left;}
.appeal-details-side-bar ul li .date-time{font-size: 12px; font-weight: 400; color: #706F6F;}
.appeal-details-side-bar ul li i{color: #0D70CC;}

.acceptance-form-popup{max-height: 500px; overflow-x: auto; padding-top: 20px;}
.acceptance-form-popup p{font-size: 13px; line-height: 22px; margin-bottom: 10px;}
.acceptance-form-popup input{border: none; border-bottom: 1px solid #000; border-radius: 0; min-height: auto; padding: 0; margin: 0; line-height: 18px; font-size: 14px;}
.acceptance-form-popup input.w-80{width: 80px;}

.message-popup{position: absolute; width: 30%; left: 35%; right: 0; background: #fff; max-width: 400px;}
.message-popup .close-btn{ position: absolute; top: 0; right: 0; cursor: pointer; font-size: 20px; color: #333; border: 1px solid #333; border-radius: 100%; width: 25px; height: 25px; text-align: center; line-height: 25px; padding: 3px; z-index: 1;}
.message-popup .popup-content{ padding: 20px 0 40px 0; text-align: center;}
.message-popup .popup-content .icon{width: 100px; margin: 20px auto;}
.message-popup .popup-close-button{ margin-bottom: 20px; text-align: center;}
button:disabled {
    opacity: 0.70;
}
.whitespace-normal {
  white-space: normal;
}
