.soodup-calendar-body{
    /* width: 70%; */
    padding-right: 0 !important;
    padding-left: 0 !important;
}
@media (min-width: 767px) {
    .soodup-calendar-sidbar{
        width: 30%;
        padding-right: 24px !important;
        padding-left: 0 !important;
    }
    .soodup-calendar-sidbar .sc-desktop{
        min-width: 285px;
    }
}
.soodup-calendar-content{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
}

/* table */
.table-container {
    background-color: #fff;
    border-radius: 0.5rem;
    overflow: hidden;
}
.header-table-calendar{
    display: flex;
    justify-content: space-between;
}
.header-table-calendar .header-fillter-calendar{
    cursor: pointer;
}
.header-table-calendar .title-fillter{
    font-size: 13px;
    font-weight: 500;
    color: #08A45D;
}
.header-table-calendar .prev{
    padding-left: 12px;
}
.header-table-calendar .next{
    padding-right: 12px;
}
.header-table-calendar .sep{
    padding: 0 8px;
}
.header-table-calendar .date-calendar , .header-table-calendar .time-calendar{
    font-size: 16px;
    font-weight: 500;
    color: #011B42;
}
.sc-detail-popup-history-header thead th {
    background-color: #0f265c;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: 0.85rem;
}
.table-calendar tbody td {
    text-align: center;
    vertical-align: middle;
    font-size: 0.85rem;
}
.table-calendar thead th {
    background-color: #011B42;
    color: #fff;
    font-weight: bold;
    font-size: 0.85rem;
    text-align: center;
    vertical-align: middle;
    border: none;
    padding: 10px;
}
.table-guide tbody tr td:first-child p{
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 17px !important;
}
.table-guide tbody tr td:last-child p{
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 17px !important;
    color: #011B42;
}
.table-guide tbody tr td:first-child{
    width: 45% !important;
}
.table-guide tbody tr td:last-child{
    width: 55% !important;
}
.table-calendar-desktop thead th:first-child{
    border-radius:0 12px 12px 0;
}
.table-calendar-desktop thead th:last-child{
    border-radius:12px 0 0 12px;
}
.table-calendar tbody>tr:nth-child(odd)>td{
    background-color: #fff;
}
.table-calendar tbody>tr:nth-child(even)>td{
    background-color: #F8F9F9 ;
}
.table-calendar tr , .table-calendar td{
    border:0px;
}
.table-calendar thead:first-child tr:first-child th{
    border-block-start:0px !important;
}
.table-calendar tbody>tr:nth-child(even)>td:first-child{
    border-radius:0 12px 12px 0;
}
.table-calendar tbody>tr:nth-child(even)>td:last-child{
    border-radius:12px 0 0 12px;
}
.table-calendar-desktop tbody>tr>td{
    height: 48px;
    vertical-align: middle;
}
.table-calendar-desktop tbody>tr>td:nth-child(4){
    text-align: right;
}
.table-calendar-desktop tbody tr td:nth-child(3) svg{
    height: 24px;
    width: 24px;
}
.table-calendar-mobile tbody tr td:nth-child(4){
    text-align: right;
}
.table-calendar-mobile tbody>tr>td{
    height: 32px;
    vertical-align: middle;
}
/* .table-calendar-mobile tbody>tr>td{
    height: 89px;
    vertical-align: top;
} */
.table-calendar-mobile .sc-currency svg{
    width: 11px;
    height: 8px;
    margin-top: -2px;
}
.table-calendar-mobile tr td svg{
    width: 13px;
    height: 13px;
}
.table-calendar-mobile tbody td{
    padding: 4px 8px 4px 8px;
    font-size: 9px;
    font-weight: 500;
    color: #495E5E;
}
.table-calendar thead>tr>th{
    height: 46px;
    vertical-align: middle;
}
.value-red {
    color: #DB3B21; 
    font-weight: 700;
    margin-bottom:0px;
}
.value-green {
    color: #16a34a; 
    font-weight: 700;
    margin-bottom:0px;
}
.value-gray {
    color: #6b7280; 
    font-weight: 700;
}
.icon-detail {
    color: #2563eb;
    font-size: 1.1rem;
    cursor: pointer;
}

.table-calendar-desktop .icon-detail svg{
    height: 20px;
    width: 20px;
}
.table-calendar-desktop tbody>tr>td:nth-child(6) , .table-calendar-desktop tbody>tr>td:nth-child(7) , .table-calendar-desktop tbody>tr>td:nth-child(8){
    font-size: 13px;
    font-weight: 500;
}
.impact-icon {
    background-color: #facc15;
    color: white;
    border-radius: 4px;
    padding: 0.2rem 0.4rem;
    font-weight: bold;
}
.currency-flag {
    align-items: center;
    gap: 4px;
    display: flex;
    flex-direction: column-reverse;
    font-weight: 700;
}
.soodup-calendar-content .icon-detail , .soodup-calendar-content .icon-prev , .soodup-calendar-content .icon-next{
    cursor: pointer;
}
.table-container .see-more {
    background-color: #f1f5f9;
    text-align: center;
    color: #0D6EFD;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    border-radius: 12px;
    height: 45px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}
.table-container .see-more:hover {
    background-color: #e2e8f0;
    color: #0D6EFD;

}

/* sidbar */
.soodup-calendar-content .section-title {
    font-weight: 700;
    font-size: 18px;
    color: #011B42;
    height: 35px;
    border-bottom: 1px solid #DBE3E3;
}
.sc-active-filter .tag-btn {
    border: 1px solid #d1d5db;
    background: #f9fafb;
    color: #2563eb;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 12px;
    display: inline-flex;
    gap: 5px;
    height: 35px;
    flex-direction: row-reverse;
    align-items: center;
    cursor: pointer ;
    margin-left: 4px;
}
.table-fillter .sc-active-filter .tag-btn {
    border: 1px solid #0d6efd;
    background: #f3f7ff;
    color: #2563eb;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 12px;
    display: inline-flex;
    gap: 5px;
    height: 35px;
    flex-direction: row-reverse;
    align-items: center;
    cursor: pointer ;
    margin: 4px 0 16px 8px;
}
.soodup-calendar-sidbar .sc-active-filter .tag-btn:last-child{
    margin-top: 8px;
}
.soodup-calendar-content .sc-now-news{
    height: 53px;
    border: 1px solid #DBE3E3;
    border-radius: 8px;
}
.soodup-calendar-content .sc-now-news .form-switch .form-check-input{
  transform: scaleX(-1);
}
.soodup-calendar-content .sc-now-news .form-switch .form-check-input:checked{
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%20fill%3D%22none%22%3E%3Ccircle%20cx%3D%228.5%22%20cy%3D%228.16797%22%20r%3D%228%22%20fill%3D%22%230D6EFD%22/%3E%3C/svg%3E");
    background-color: #E1EDFF;
    border-color: #fff;
}
.sc-now-news span{
    font-size: 16px;
    font-weight: 500;
}
.soodup-calendar-content .sc-active-filter{
    margin-bottom: 24px !important;
    margin-top: 16px;
}
.soodup-calendar-sidbar .form-check .number-badge{
    color: #B7C7C7;
    font-size: 14px;
    font-weight: 500;
}
.soodup-calendar-sidbar .form-check input.form-check-input{
    margin-top: 0px;
    height: 16px;
    width: 16px;
}
.soodup-calendar-content .toggle-switch .form-check-input {
    width: 2.5rem;
    height: 1.25rem;
    cursor: pointer;
}
.soodup-calendar-content .accordion-item {
    border: 1px solid #DBE3E3 !important;
    border-radius: 8px !important;
    margin-bottom: 16px;
}
.soodup-calendar-content .accordion-item .accordion-header{
    background-color: #fff;
    border-radius: 12px;
    padding:16px 16px 8px 16px;
}
.soodup-calendar-content .accordion-item .accordion-header .accordion-button{
    font-size: 16px;
    font-weight: 500;
    color: #011B42 !important;
}
.soodup-calendar-content .accordion-button {
    background: #ffffff00 !important;
    color: #011B42;
    font-weight: bold;
    padding: 0px;
    box-shadow: none !important;
}
.soodup-calendar-content .header-time-calendar{
    margin-bottom: 8px;
}
.soodup-calendar-content .accordion-button::after {
    /* margin-left: auto; */
    /* content: url('<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 17 17" fill="none"><path d="M13.2996 10.4283C13.0177 10.7318 12.5432 10.7494 12.2397 10.4676L8.5 6.94145L4.76033 10.4676C4.4568 10.7494 3.98225 10.7318 3.7004 10.4283C3.41855 10.1248 3.43612 9.65022 3.73966 9.36837L7.98966 5.36837C8.27742 5.10116 8.72257 5.10116 9.01034 5.36837L13.2603 9.36837C13.5639 9.65022 13.5814 10.1248 13.2996 10.4283Z" fill="#CDD8D8"/></svg>'); */
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M13.2996%2010.4283C13.0177%2010.7318%2012.5432%2010.7494%2012.2397%2010.4676L8.5%206.94145L4.76033%2010.4676C4.4568%2010.7494%203.98225%2010.7318%203.7004%2010.4283C3.41855%2010.1248%203.43612%209.65022%203.73966%209.36837L7.98966%205.36837C8.27742%205.10116%208.72257%205.10116%209.01034%205.36837L13.2603%209.36837C13.5639%209.65022%2013.5814%2010.1248%2013.2996%2010.4283Z%22%20fill%3D%22%23CDD8D8%22/%3E%3C/svg%3E") !important;
}
.soodup-calendar-content .form-check-item{
    margin-right: 22px;
}
.soodup-calendar-content .form-check {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 0;
    flex-direction: row-reverse;
}
.soodup-calendar-content .sc-quick-access .accordion-body{
    padding: 16px;
}
.soodup-calendar-content .not-found{
    width: 100%;
    text-align: center;
}

.soodup-calendar-sidbar .table-guide{
    margin-top: 40px;
}
.soodup-calendar-sidbar .table-guide .guide-table-key{
    font-size: 13px;
    font-weight: 700;
    color: #011B42;
    margin-bottom:0px;
}
.soodup-calendar-sidbar .table-guide .guide-table-key{
    font-size: 13px;
    font-weight: 500;
    color: #011B42;
}
.soodup-calendar-sidbar .table-guide table svg{
    height: 24px;
    width: 24px;
}
.soodup-calendar-sidbar .table-guide .section-title{
    margin-bottom: 16px;
}
.soodup-calendar-sidbar .table-guide table td , .soodup-calendar-sidbar .table-guide table th{
    border: 0px !important;
    padding: 0px;
    vertical-align: middle;
    font-size: 13px;
}
.soodup-calendar-sidbar .table-guide table tr:nth-child(odd) td:first-child{
    border-radius: 0 4px 4px 0;
    height: 32px;
}
.soodup-calendar-sidbar .table-guide table tr:nth-child(odd) td:last-child{
    border-radius: 4px 0 0 4px;
    height: 32px;
}

.soodup-calendar-sidbar .table-guide table tr:nth-child(even) td:first-child{
    border-radius: 0 4px 4px 0;
    height: 32px;
}
.soodup-calendar-sidbar .table-guide table tr:nth-child(even) td:last-child{
    border-radius: 4px 0 0 4px;
    height: 32px;
}
.soodup-calendar-sidbar .table-guide table tr td:first-child , 
.soodup-calendar-sidbar .table-guide table tr td:last-child ,
.soodup-calendar-sidbar .bank-rate table tr td:first-child ,
.soodup-calendar-sidbar .bank-rate table tr td:last-child{
    width: 50%;
    text-align: right;
    padding: 4px;
}
.soodup-calendar-sidbar .bank-rate table tr td:last-child{
    text-align: left;
}

.soodup-calendar-sidbar .bank-rate{
    margin-top: 30px;
}
.soodup-calendar-sidbar .bank-rate .guide-table-key{
    font-size: 13px;
    font-weight: 700;
    color: #011B42;
    margin-bottom:0px;
}
.soodup-calendar-sidbar .bank-rate .guide-table-key{
    font-size: 13px;
    font-weight: 500;
    color: #011B42;
}
.soodup-calendar-sidbar .bank-rate table svg{
    height: 20px;
    width: 28px;
}
.soodup-calendar-sidbar .bank-rate .section-title{
    margin-bottom: 16px;
    border-bottom: unset;
}
.soodup-calendar-sidbar .bank-rate table td , .soodup-calendar-sidbar .bank-rate table th{
    border: 0px !important;
    padding: 0px;
    vertical-align: middle;
}
.soodup-calendar-sidbar .bank-rate table tr:nth-child(odd) td:first-child{
    border-radius: 0 4px 4px 0;
    height: 28px;
}
.soodup-calendar-sidbar .bank-rate table tr:nth-child(odd) td:last-child{
    border-radius: 4px 0 0 4px;
    height: 28px;
}
.soodup-calendar-sidbar .bank-rate table td{
    font-size: 13px;
    font-weight: 500;
}
.soodup-calendar-sidbar .bank-rate td svg{
    margin-left:8px;
}


.soodup-calendar-sidbar .bank-rate table tr:nth-child(even) td:first-child{
    border-radius: 0 4px 4px 0;
    height: 28px;
}
.soodup-calendar-sidbar .bank-rate table tr:nth-child(even) td:last-child{
    border-radius: 4px 0 0 4px;
    height: 28px;
}
.sc-mobile .bank-rate{
    margin-top:32px;
}
.sc-mobile .bank-rate .section-title{
    font-size: 13px;
    font-weight: 700;
    line-height: 17px;
    margin-bottom: 16px;
    border-bottom:0px !important;
    height: unset !important;
}
.sc-mobile .bank-rate td{
    padding: 4px;
    font-size: 13px;
    font-weight: 500;
    color: #011B42;
}
.sc-mobile .bank-rate .guide-table-value{
    text-align: left;
    border-bottom-left-radius:4px;
    border-top-left-radius:4px;
}
.sc-mobile .bank-rate tr td:nth-child(1){
    border-bottom-right-radius:4px;
    border-top-right-radius:4px;
}
.sc-mobile .bank-rate table{
    border: 0px !important;
}
.sc-mobile .bank-rate svg{
    border-radius: 2px;
}


.soodup-calendar-content .form-check-label svg , .soodup-calendar-content .form-check-label img {
    height: 16px;
    width: 16px;
    object-fit: cover;
}
.soodup-calendar-content .form-check-label {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-direction: row-reverse;
    color: #495E5E;
}
.soodup-calendar-content .number-badge {
    color: #2563eb;
    font-weight: bold;
    font-size: 14px;
    min-width: 15px;
    text-align: center;
}
.soodup-calendar-content .flag-icon {
    width: 20px;
    height: 14px;
    border-radius: 3px;
}
.soodup-calendar-content .important-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
}
.soodup-calendar-content .dot-blue { background: #2563eb; }
.soodup-calendar-content .dot-orange { background: #f97316; }
.soodup-calendar-content .dot-yellow { background: #facc15; }
.soodup-calendar-content .form-check-input:checked {
    background-color: #2563eb;
    border-color: #2563eb;
}
.soodup-calendar-content .table-calendar .better , .sc-detail-popup .better{
    color: #20B740;
}
.soodup-calendar-content .table-calendar .worse , .sc-detail-popup .worse{
    color: #DB3B21;
}
.table-calendar-desktop .title-day{
    background-color: #e0e0e0 !important;
    border-radius: 12px !important;
    text-align: right !important;
}
.table-calendar-mobile .title-day{
    background-color: #f1f5f9 !important;
    color: #011b42;
    border-radius: unset !important;
    height: auto;
    padding: 9px;
    text-align: right !important;
    padding-right: 16px;
}
.table-calendar-desktop .sc-currency{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
    color: #011b42;
}
.table-calendar-desktop .sc-currency svg{
    height: 12px;
    width: 17px;
}
.table-calendar-mobile .sc-currency{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 11px;
    font-weight: 700;
    color: #011b42;
}

.table-calendar-mobile .sc-impactName svg , .table-calendar-mobile .more-item-value svg {
    height: 24px;
    width: 24px ;
}
.more-item .more-item-value{
    margin-top: -10px;
}
.table-calendar-mobile .more-item-title{
    font-size: 9px;
    font-weight: 600;
    padding-bottom: 8px;
}
.sc-detail-popup-overview{
    z-index: 99;
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: #021B43A6;
}
.sc-detail-popup{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sc-detail-popup-container{
    width: 65%;
    background: white;
    top: 20px;
    position: absolute;
}
.sc-detail-popup-specs{
    padding: 24px 24px 17px 24px;
}
.sc-detail-popup-title{
    font-weight: 700;
    font-size: 20px;
}
.sc-detail-popup-specs-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    border-bottom: 1px solid #DBE3E3;
    padding-bottom: 16px;
}
.sc-detail-popup-specs-header p{
    margin-bottom:  unset;
    color: #011B42;
}
.sc-detail-popup-specs-header .sc-detail-popup-close{

}
.sc-detail-popup-specs-table{
    margin-top: 16px;
    text-align: right;
    height: 260px;
    overflow-y: scroll;
}
.sc-detail-popup-specs-table table{
    border-collapse: separate;
    border-spacing: 0 8px;
}
.sc-detail-popup-specs-table th{
    font-size: 13px;
    font-weight: 600;
    color: #011B42;
    border: 0px;
    height: 34px;
    padding: 8px;
    vertical-align: middle;
}
.sc-detail-popup-specs-table td{
    font-size: 13px;
    font-weight: 500;
    text-align: right;
    color: #495E5E;
    border: 0px;
    height: 34px;
    padding: 8px;
    width: 70%;
    vertical-align: middle;
}
.sc-detail-popup-specs-table table th{
    background-color: #F8F9F9 !important;
    border-radius: 8px;
    margin-bottom: 8px;
}
.sc-detail-popup-specs-table table td{
    background-color: #ffffff !important;
}
.sc-detail-popup-history-wrapper {
  width: 100%;
  /* border: 1px solid #ccc; */
  overflow: hidden;
}
.sc-detail-popup-history-body {
  height: 200px;
  overflow-y: auto;
  margin: 0px 24px 0 24px;
  padding: 0;
}
.sc-detail-popup-history-body table {
  width: 100%;
  table-layout: fixed;
}

.sc-detail-popup-history-table td {
  padding: 8px;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.sc-detail-popup-history-header th{
    font-size: 13px;
    font-weight: 600;
    border: 0px;
    padding: 8px;
}
.sc-detail-popup-history-header th:last-child {
    padding-left: 24px;
}
.sc-detail-popup-history-header th:first-child {
    padding-right: 24px;
    text-align: right;
    width: 28%;
}
.sc-detail-popup-history-wrapper .sc-detail-popup-history-header tr th:nth-child(2){
    padding-right: 16px;
    padding-left: 16px;
}
.sc-detail-popup-history-wrapper .sc-detail-popup-history-header tr th:nth-child(3){
    padding-left: 0px;
    padding-right: 12px;
}
.sc-detail-popup-history-wrapper .sc-detail-popup-history-header tr th:last-child{
    width: 28%;
}
.sc-detail-popup-loading{
    top: 25%;
    position: absolute;
}
.sc-detail-popup-history-table td{
    font-size: 13px;
    font-weight: 500;
    border: 0px;
    padding: 4px 0px;
}
.sc-detail-popup-history-table td:last-child{
    /* display: block; */
    /* margin-left: 24px; */
}
.sc-detail-popup-history-table td:first-child{
    /* display: block; */
    /* margin-right: 24px; */
    padding-right: 8px !important;
    text-align: right;
}
.sc-detail-popup-history-table tr:nth-child(odd)>td{
    background-color: #fff;
}
.sc-detail-popup-history-table tr:nth-child(even)>td{
    background-color: #F8F9F9;
}
.sc-detail-popup-history-table tr:nth-child(even)>td:first-child{
    border-radius: 0 4px 4px 0;
}
.sc-detail-popup-history-table tr:nth-child(even)>td:last-child{
    border-radius: 4px 0 0 4px;
}
.sc-detail-popup-history-table td:first-child , .sc-detail-popup-history-table td:last-child{
    height: 20px;
    /* display: flex;
    align-items: center; */
}
.sc-detail-popup-empty .sc-detail-popup-close{
    position: absolute;
    left: 18px;
    top: 16px;
}
.sc-detail-popup-empty {
    width: 30%;
    background: white;
    height: auto;
    top: 20px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 24px;
    padding: 72px 0;
}
.sc-detail-popup-empty p{
    margin-bottom: unset;
    font-size: 20px;
    font-weight: 700;
    padding-top: 24px;
}

.table-container .table-calendar-mobile .name_fa{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* تعداد خطوطی که می‌خوای نمایش داده بشه */
    overflow: hidden;
    color: #495E5E;
}
.table-calendar .more-items{
    display: flex;
    flex-direction: row;
    position: absolute;
    right: 35%;
    margin-top: -8px;
}
.table-calendar .more-item{
    display: flex;
    flex-direction: column;
    height: 45px;
    border: 1px solid #DBE3E3;
    justify-content: space-between;
    padding: 6px 0px;
    width: 15vw;
}
.sc-guide-table-sticky{
    position: fixed;
    left: -35px;
    top: 75%;
    transform: rotate(90deg);
    background: #011B42;
    padding: 3px 13px;
    border-radius: 16px 16px 0 0;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    z-index: 99;
}
.table-calendar-mobile .more-items .more-item:first-child{
    border-radius: 0 4px 4px 0;
    border-left: 0px;
}
.table-calendar-mobile .more-items .more-item:last-child{
    border-radius: 4px 0 0 4px ;
}
.table-calendar-mobile .more-items .more-item:not(:last-child , :first-child){
    border-left:0px ;
    /* border-right:0px ; */
}

/* Mobile */
@media (max-width: 767px) {
    .sc-desktop{
        display: none;  
    }
    .soodup-calendar-body {
        padding: 0px !important;
    }
    .soodup-calendar-body .header-table-calendar{
        margin: 0px 16px;
    }
    .soodup-calendar-body .table-container{
        border-radius: 0px;
    }
    .header-table-calendar .date-calendar{
        font-size: 13px;
        font-weight: 500;
        color: #011B42;
    }
    .sc-detail-popup-container{
        width: 100%;
        height: 100%;
        bottom: 0px !important;
        top: unset;
    }
    .sc-detail-popup-overview{
        top: 0px;
    }
    .sc-detail-popup-history-table td{
        padding: 4px 8px;
    }
    .sc-detail-popup-specs{
        padding: 32px 16px 12px 16px;
        height: 50%;
    }
    .sc-detail-popup-history{
        height: 50%;
    }
    .sc-detail-popup-history-body{
        height: 90%;
    }
    .sc-detail-popup-history-wrapper{
        height: 97%;
    }
    .sc-detail-popup-specs-table{
        height: 80%;
        max-height: 440px;
    }
    .sc-detail-popup-empty p{
        margin-bottom: unset;
        font-size: 20px;
        font-weight: 700;
        padding-top: 24px;
    }
    .sc-detail-popup-empty{
        width: 90%;
        background: white;
        height: auto;
        top: 70px;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        border-radius: 16px;
        padding: 40px;
    }
    .soodup-calendar-loading{
        position: fixed;
        height: 100%;
        width: 100%;
        background: #011b4214;
        z-index: 999;
        top: 0;
        left: 0;
    }
    .header-table-calendar .header-time-calendar{
        width: 60%;
        min-width: 210px;
    }
}
/* Desktop */
@media (min-width: 767px) {
    .sc-mobile{
        display: none;
    }
    .soodup-calendar-content{
        margin: 0 auto;
        max-width: min(100%, 1140px);
        width: 100%;
    }
    .soodup-calendar-loading{
        position: absolute;
        height: 100%;
        width: 100%;
        background: #011b4214;
        z-index: 999;
    }
    .soodup-calendar-sidbar .accordion-item .accordion-header .accordion-button{
        padding: 0px !important;
    }
}
.number-badge{
    opacity: 0;
}
/* sidbar mob */
.table-fillter-overview{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    z-index: 999999;
    background: #fff;
    top: 100%;
    overflow: scroll;
    transition: 0.1s ease-out;
}
.table-guide-overview{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    z-index: 999999;
    background: #fff;
    top: 100%;
    overflow: hidden;
    transition: 0.1s ease-out;
}
.table-guide-overview .table-guide{
    margin: 32px 16px 16px 16px;
}
.table-fillter-overview .table-fillter{
    margin: 32px 16px 16px 16px;
}
.table-fillter .section-header{
    display: flex;
    padding-bottom: 16px;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #DBE3E3;
}
.table-guide .section-header{
    display: flex;
    padding-bottom: 16px;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #DBE3E3;
}
.table-guide .section-header .section-title{
    font-size: 20px;
    font-weight: 700;
}
.table-guide .section-header .section-close{
    cursor: pointer;
    height: 16px;
    width: 16px;
}
.table-guide .section-body{
    margin-top: 16px;
}
.table-guide .section-body p{
    margin-bottom: unset;
}
.table-guide .section-body table tr , .table-guide .section-body table td{
    border: 0px;
} 
.table-guide .section-body table td{
    padding: 0;
    height: 32px;
    vertical-align: middle;

}
.table-guide .section-body table td:first-child{
    border-radius: 0 4px 4px 0;
    text-align: right;
    padding: 6px;
}
.table-guide .section-body table .guide-table-value , .table-guide .section-body table .guide-table-key{
    font-size: 13px;
    font-weight: 700;
}

.table-guide .section-body table td:last-child{
    border-radius: 4px 0 0 4px;
    font-size: 13px;
    font-weight: 500;
}
.table-guide .section-body table td svg{
    height: 20px;
    width: 20px;
}
.table-guide .section-footer{
    box-shadow: 0px -2px 16px -6px #20292921;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    height: 77px;
}
.table-guide .section-footer a{
    height: 53px;
    padding: 16px 0px;
    margin: 8px 16px 16px 16px !important;
    background-color: #08A45D;
    border-radius: 8px;
    width: auto;
    display: block;
    color: #fff;
    text-align: center;
}
.sc-detail-popup .sc-detail-popup-close-btn{
    display: none;
    box-shadow: 0px -2px 16px -6px #20292921;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    height: 77px;
    background: white;
}
.sc-detail-popup .sc-detail-popup-close-btn a{
    height: 53px;
    padding: 16px 0px;
    margin: 8px 16px 16px 16px !important;
    background-color: #08A45D;
    border-radius: 8px;
    width: auto;
    display: block;
    color: #fff;
    text-align: center;
}
/* sidbar mob - filter */
.table-fillter .section-body{
    margin-top: 12px;
    padding-bottom: 64px;
}
.table-fillter .form-check{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    /* padding-right:0px; */
}
.table-fillter .accordion-item .accordion-header{
    background-color: #fff;
    border-radius: 12px;
    padding: 16px 16px 8px 16px;
}
.table-fillter .sc-quick-access .accordion-body{
    padding: 16px;
}
.table-fillter .form-check .number-badge{
    color: #B7C7C7;
    font-size: 14px;
    font-weight: 500;
}
.table-fillter .number-badge{
    color: #2563eb;
    font-weight: bold;
    font-size: 14px;
    min-width: 15px;
    text-align: center;
}
.table-fillter .sc-now-news{
    height: 53px;
    border: 1px solid #DBE3E3;
    border-radius: 8px;
    margin-bottom: 16px !important;
}
.table-fillter .sc-now-news .form-switch .form-check-input:checked{
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%20fill%3D%22none%22%3E%3Ccircle%20cx%3D%228.5%22%20cy%3D%228.16797%22%20r%3D%228%22%20fill%3D%22%230D6EFD%22/%3E%3C/svg%3E);
    background-color: #E1EDFF;
    border-color: #fff;
}
.table-fillter .accordion-item{
    border: 1px solid #DBE3E3 !important;
    border-radius: 8px !important;
    margin-bottom: 16px;
}
.table-fillter .accordion-item .accordion-header .accordion-button{
    font-size: 16px;
    font-weight: 500;
    box-shadow: unset !important;
    background: #fff;
    padding: 0px !important;
}
.table-fillter .accordion-item .accordion-header{
    background-color: #fff;
    border-radius: 12px;
    padding: 16px 16px 8px 16px;
}
.table-fillter .section-footer{
    box-shadow: 0px -2px 16px -6px #20292921;
    position: fixed;
    width: 100%;
    left: 0px;
    bottom: 0px;
    height: 77px;
    background: #fff;
}
.table-fillter .section-footer a{
    height: 53px;
    padding: 16px 0px;
    margin: 8px 16px 16px 16px !important;
    background-color: #08A45D;
    border-radius: 8px;
    width: auto;
    display: block;
    color: #fff;
    text-align: center;
}
.table-fillter .form-check-label{
    display: flex;
    align-items: center;
    gap: 6px;
    flex-direction: row-reverse;
    color: #495E5E;
}
.table-fillter .form-check input.form-check-input{
    margin-top: 0px;
    height: 16px;
    width: 16px;
}
.table-fillter .form-check-label svg, .table-fillter .form-check-label img{
    height: 16px;
    width: 16px;
    object-fit: cover;
    border-radius: 3px;
}
.soodup-calendar-content .flag-icon
.table-fillter .form-check-item{
    margin-right: 22px;
}
.table-fillter .section-title{
    font-size: 20px;
    font-weight: bold;
    color: #011b42;
}
/* .table-calendar-desktop tr:first-child td.title-day{
    display: none;
} */
/* .table-calendar-mobile tr:first-child td.title-day{
    display: none;
} */
.table-calendar-desktop tr:last-child td.title-day{
    display: none;
}
.table-calendar-mobile tr:last-child td.title-day{
    display: none;
}
.sc-loader {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #08A45D;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    margin: 100px auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.sc-show{
    top: 0% !important;
}


/* su-session */
.su-session{
    overflow: hidden;
    position: relative;
}
.su-session th{
    background-color: #fff;
}
.su-session table{
    position: relative;
    margin-bottom: 11px;
}
.su-session td, .su-session th{
    border-block-start:unset !important;
    background-color:#ffffff00 !important;
    padding: 0px !important;
    border: unset;
}
.su-session .su-session-time-title th{
    font-size: 7px;
    font-weight: 500;
    color: #011B42;
    background-color: #fff !important;
    padding-bottom: 4px !important;
    text-align: center;
}
.su-session .su-session-time-title th:first-child{
    padding: 0px;
    width: 0px;
}
.su-session .su-session-time-line{
    border-top:1px solid #DBE3E3;
}
.su-session .su-session-time-line th{
    padding-top: 0px;
}

.su-session tbody td strong{
    font-size: 13px;
    font-weight: 700;
}
.su-session tbody td span{
    font-size: 9px;
    font-weight: 500;
}
.su-session .empty{
    background-color: #fff;
}
.su-session .deactive{
    width: 100%;
    background-color: #DBE3E3;
    border-radius: 8px;
    margin-top: 8px;
    height: 25px;
    padding-top: 2px;
    text-align: center;
}
.su-session .active{
    width: 100%;
    background-color: #D2F7DA;
    border-radius: 8px;
    margin-top: 8px;
    height: 25px;
    padding-top: 2px;
    text-align: center;
}
.su-session .su-session-time-line th:nth-child(even){
    width: 3%;
}
.su-session .su-session-time-line th:nth-child(odd) {
    width: 3%;
    /* padding-bottom: 8px !important; */
}
.su-session .su-session-time-line th{
    padding-right: 0px;
}
.su-session .su-session-time-line th:nth-child(even) span{
    border-left:1px solid #DBE3E3 ;
    display: block;
    height: 4px;
    width: 1px;
    /* margin-right: 2px; */
}
.su-session .su-session-time-line th:nth-child(odd) span{
    border-left:1px solid #DBE3E3 ;
    display: block;
    height: 10px;
    width: 1px;
    /* margin-right: 2px; */
}
.su-session .su-session-time-line th:first-child{
    padding-right: 0px !important;
}
.su-session .su-session-time-line th:first-child span{
    /* margin-right:0px; */
}

.su-session .su-session-time-line th:last-child{
    padding-left: 0px;
}
.su-session .su-session-time-line th:last-child span{
    /* margin-right:0px; */
    width: unset;
}
.su-session .su-pointer{
    width: 2px;
    display: flex;
    flex-direction: row-reverse;
}
.su-session .su-pointer::after{
    content: '';
    height: 100%;
    width: 2px;
    background-color: green;
    display: block;
    position: absolute;
}

/* Tooltip container */
.su-tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.su-session .holiday{
    border-radius: 8px;
    border: 1px solid #DBE3E3;
    background: #fff;
    color: #011B42;
    font-size: 9px;
    font-weight: 500;
    margin-top: 8px;
    height: 25px;
    padding-top: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Tooltip text */
.tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1; 
  bottom: 120%;
  left: 50%;
  margin-left: -65px; /* Use half of the width (130/2 = 65), to center the tooltip */
}

.tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
/* Show the tooltip text on hover */
.su-tooltip:hover .tooltiptext {
  visibility: visible;
}
.su-session-title{
    font-size: 23px;
    font-weight: 700;
    margin-top: 48px;
    margin-bottom: 16px;
    color: #011B42;
}

@media screen and (max-width: 782px) {
    .su-session{
        margin: 0px 16px;
    }
    .su-session-title{
        font-size: 13px;
        font-weight: 700;
        margin-top: 18px;
    }
    .su-session .su-session-time-title th {
        font-size: 7px;
        font-weight: 500;
    }
    .su-session tbody td strong{
        font-size: 9px;
        font-weight: 700;
    }
    .su-session tbody td span{
        font-size: 7px;
        font-weight: 500;
    }
    .su-session .deactive{
        margin-top: 4px;
        height: 20px;
        padding-top: 0px;
    }
    .su-session .active{
        margin-top: 4px;
        height: 20px;
        padding-top: 0px;
    }
    /* Tooltip text */
    .tooltiptext {
    visibility: hidden;
    width: 160px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1; 
    bottom: 120%;
    left: 50%;
    margin-left: -65px; /* Use half of the width (130/2 = 65), to center the tooltip */
    }
    .su-session tr:first-child .tooltiptext {
        left: 26%;
    }
    .su-session tr:last-child .tooltiptext {
        left: 50%;
    }
}

.sc-guide-table-sticky {
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.sc-guide-table-sticky.hide-sticky {
    transform: translateX(-200px);
    opacity: 0;
    pointer-events: none;
}
