section{
    width: 100%;
}

.custom-tooltip{
    --bs-tooltip-bg: var(--bs-primary);
    color: black;
    opacity: 0.8;
    text-align: left;
}

.custom-tooltip .ssss{
    text-align: left;
}

/*  */
.img-thumbnail{
    position: relative;
}

/* breadcrumbs */
.breadcrumbs{
    padding: var(--start-num) 20px;
}

.breadcrumbs .breadcrumb{
    margin: 0px;
}

.breadcrumbs > nav{
    height: max-content;
}

/* filters */
.filters{
    width: 100%;
    flex-shrink: 0;
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}

.filters-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filters-bottom{
    display: flex;
    justify-content: space-between; 
}

.filters-l{
    display: flex;
    width: 100%;
    justify-content: start;
    align-items: center;
    gap: 5px;
}

.filters h3{
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin: 0px;
}

.filters-r{
    display: flex;
    width: max-content;
    gap: 5px;
}

.filters-view, .filters-sort{
    display: flex;
    gap: 5px;
}

.icon-view{
    border: 1.6px solid transparent !important;
    opacity: 0.6;
}

.icon-view.activated{
    opacity: 1;
}

.filter-slider {
    display: block !important;
    overflow: hidden;
}

.filters-selected-panel{
    flex-wrap: wrap;
    display: flex;
}

.filters_selected_book{
    position: relative;
    color: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
}

.arr-down{
    font-size: 9px;
}


.arr-down i{
    transform: rotate(0deg);
    transition: 0.3s all ease-in;
}

.filters_selected_book.active, 
.filters_selected_book.active:hover{
    background-color: var(--bg-secondary);
    border-radius: var(--br-main);
    color: white;
}

.filters_selected_book > button{
    box-shadow: var(--shadow-0);
    background-color: transparent;
    color: inherit;
    padding: 8px;
    line-height: 0;
    height: 100%;
}

.filters_selected_book .filters-selected-item span{
    padding: 0px;
}

.filters_selected_book.active > .arr-down{
    display: none;
}

.filters_selected_book .fi-ss-cross-small{
    display: none;
}

.filters_selected_book.active .fi-ss-cross-small{
    display: flex;
}


.f-selected-count{
    display: none;
}

.filters-selected-item.active .f-selected-count{
    display: flex;
}

.filters_selected_book  .fa-xmark{
    color: white;
    margin-left: 5px;
    padding: 2px;
    background: transparent;
    border-radius: var(--br-main);
    width: 16px;
    height: 16px;
    align-items: center;
    line-height: 0;
    justify-content: center;
    display: flex;
    position: absolute;
    right: 5px;
    top: 8px;
}

.filters-selected-item:hover{
    background: white;
    border-color: black;
    color: black;
    opacity: 0.8;
}

.book-filter .item-menu-body .form-select{
    border-radius: 4px;
    background-color: white;
    border: 1px solid;
}

.book-filter{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.book-filter .item-menu-body{
    padding: 15px;
}

.filters-selected-item.active{
    transition: all 0.3s ease-in;
    background-color: var(--bg-secondary);
    color: white;
    box-shadow: 0px 0px 0px;
}

.filters-selected-item div{
    margin-left: 5px;
}

.filters-sorting-panel{
    display: none;
    justify-content: flex-end;
}

.filters-sorting-panel > span{
    margin-right: 5px;
}

.filters-sorting-panel.activated{
    display: flex !important;
}

.filters-sorting-panel.activated a{
    font-weight: 600;
    color: var(--color-text);
}

.sorning-name-list, .sorning-time-list{
    display: none;
    position: absolute;
    right: 28px;
    flex-direction: column;
    padding: 10px;
    background: white;
    border-radius: var(--br-main);
    box-shadow: var(--box-shadow-l);
    width: 245px;
    height: max-content;
    margin-top: 30px;
}

.sorning-name-list button, .sorning-time-list button{
    background: white;
    width: 100%;
}

.sorning-name-list.avtivated, .sorning-time-list.avtivated{
    display: flex;
}

.filter-search{
    display: flex;
    height: 36px;
    gap: 5px;
}

.filter-search button{
    box-shadow: none;
}

.filter-search input{
    box-shadow: none;
    height: 100%;
}

.filter-search:hover > button{
    color: white;
    background-color: var(--bg-secondary);
}

.filters .form-select{
    height: 36px !important;
    cursor: pointer;
}

.filters .item-menu{
    display: flex;
    position: relative;
}

.filters .filters-sorting-panel{
    display: flex !important;
}

/*   */
.main-nav{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.main-nav .nav_link{
    background: white;
    position: relative;
    border-radius: 0px;
    padding: 0px;
    margin-right: 10px;
    padding-bottom: 5px;
    font-size: 15px;
    width: max-content;
}

.main-nav .nav_link.active{
    font-weight: 600;
}

.main-nav .nav_link.active div{
    background: black;
    color: white;
}

.main-nav .nav_link:hover{
    box-shadow: 0px 0px 0px white !important;
    color: gray;
    background: transparent;
}

.main-nav .nav_link div{
    margin-left: 5px;
    padding: 3px 4px;
    font-size: 10px;
    background: white;
    border-radius: var(--br-main);
    color: black;
    height: auto;
    font-weight: 600;
    line-height: 1;
}

.main-nav .nav_link div, .main-nav .nav_link a{
    margin-left: 5px;
}

.main-nav .nav_link:before{
    content: "";
    width: 100%;
    bottom: 0px;
    height: 2px;
    background-color: transparent;
    position: absolute;
}

.main-nav .nav_link.active:before {
    background-color: black;
}

.main-navfilters-selected-panel .nav_link{
    background: white;
}


/* modal */
.modal-title{
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.4px;
}

.modal-cover{
    width: 100%;
    max-height: 200px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

.modal-cover img{
    width: 100%;
    object-fit: cover;
    display: flex; 
}

.modal-content{
    border-radius: var(--br-alt);
    overflow: hidden;
    background-color: var(--main-bg);
}

.modal-body{
    gap: 15px;
    display: flex;
    flex-direction: column;
    background-color: var(--main-div);
}

.modal-header, .modal-body, .modal-footer, .modal .info-text {
    padding: 15px 25px;
    border: 0;
}

.modal-btn-close{
    position: absolute;
    z-index: 1;
    width: 36px;
    height: 36px;
    border-radius: var(--br-main);
    font-size: 10px;
    font-weight: bolder;
    top: 4px;
    right: 4px;
}

.modal-btn-close:hover{
    color: white;
    background: var(--bg-secondary);
}

.modal .info-text p{
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    letter-spacing: 0.6px;
}

.modal-login {
    max-width: 380px;
}

.modal-onbording{
    display: flex;
    flex-direction: row-reverse;
    max-width: 420px;
    position: relative;
}

.modal-onbording .modal-content:before{
    width: 370px;
    height: 300px;
    border-radius: 50%;
    content: '';
    position: absolute;
    bottom: -88px;
    right: -150px;
    background: #fd5924;
    z-index: 1;
    opacity: 0.2;
}

.modal-onbording .onboard-step{
    flex-direction: row;
    display: flex;
    position: relative;
    width: 100%;
}

.modal-onbording .modal-content{
    border-radius: var(--br-main);
    padding: 25px 25px;
    flex-direction: row;
}

.modal-onbording .onboard-step > div:nth-child(1){
    width: 70%;
    display: flex;
    flex-direction: column;
    z-index: 3;
    position: relative;
}

.modal-onbording .onboard-step > div:nth-child(2){
    right: -25px;
    position: relative;
    height: auto;
    bottom: 0;
    z-index: 2;
    display: flex;
    margin: 0px 0px -25px -70px;
}

.modal-onbording .modal-header{
    padding: 0px;
}

.modal-onbording  .modal-body{
    padding: 30px 20px 0px;
}

.modal-onbording  .modal-body h5{
    padding-bottom: 10px;
}

.modal-onbording .modal-footer{
    padding: 0px 10px 10px 20px;
    justify-content: space-between;
}

.modal-onbording .modal-footer > div{
    display: flex;
    justify-content: space-between;
}

.modal-onbording .modal-footer > div:nth-child(1){
    display: flex;
    flex-direction: column;
    padding: 0px;
    margin: 0px;
    line-height: 18px;
    font-size: 14px;
    opacity: 0.7;
}

.modal-onbording .modal-footer > div:nth-child(2) > button{
    margin-left: 5px;
}

.modal-onbording .modal-btn-close{
    border-radius: var(--br-main);
    width: 36px;
    height: 36px;
    justify-content: center;
    display: flex;
    width: 36px;
    height: 36px;
    justify-content: center;
    display: flex;
    right: 10px;
    top: 10px;
    z-index: 4;
}

.modal-person{
    width: 250px;
    align-items: flex-end;
    display: flex;
    justify-content: flex-end; 
}

.modal-payment{
    max-width: 360px;
    align-items: center;
}

.pay-list-item{
    display: flex;
    background: var(--main-bg);
    padding: 10px;
    border-radius: var(--br-alt);
    gap: 15px;
}

.pay-list-item > div{
    display: flex;
    align-items: center;
    gap: 5px;
}

.modal-payment .modal-content{
    overflow: visible;
}

.pay-add-form.active .hidein{
    display: flex !important;
    height: auto;
}

/* .nav-link */
.nav_one{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* overflow-x: auto; */
    /* overflow-y: hidden; */
}

.nav_one.full{
    flex-wrap: nowrap;
    background-color: var(--main-bg);
    border-radius: var(--br-main);
}

.nav_one.full li, .nav_one.full a, .nav_one.full button{
    width: 100%;
    border-radius: inherit;
}

.nav_one.full a, .nav_one.full button{
    justify-content: center;
}

.nav-link{
    min-height: 40px;
    color: inherit;
    padding: 5px 10px;
}

.nav_one .nav-link{
    border: 0px solid transparent;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 0px;
    margin-right: 2px;
    border-radius: var(--br-main);
    line-height: 0;
    height: 36px;
    font-weight: 600;
    opacity: 0.6;
    background-color: transparent;
    gap: 5px;
}

.nav_one .nav-link.active{
    background: var(--bg-secondary);
    color: white;
    box-shadow: var(--box-shadow-l);
    opacity: 1;
}

.nav_one .active:hover a{
    color: white;
}

.nav_one .nav-link:hover{
    color: inherit;
    cursor: pointer;
    border-color: unset;
    opacity: 1;
}

.nav-link.active:hover{
    color: #f3f3f3 !important;
}

.nav-link span{
    margin: 0px;
    padding: 0px;
    width: max-content;
    line-height: normal;
}

.nav-link div{
    margin: 0px;
    background: #00000024;
    border-radius: var(--br-alt);
    font-size: 12px;
    padding: 4px 6px;
    line-height: normal;
}

.nav-link.active div{
    background: #fb511a;
    color: white;
}

.heading-title h1{
    font-size: 26px;
    font-weight: 800; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px;
}

.heading-title .badge{
    height: 24px;
    display: flex;
    font-size: 14px;
    align-items: center;
    width: fit-content;
    border-radius: var(--br-alt);
    background: var(--bg-secondary);
    padding: 6px 10px;
    margin-left: 5px;
    color: white;
    font-weight: 600;
}



.dwn-timer-container {
    position: relative;
    top: 30px;
    width: 300px;
    margin: 0 auto;
}
.dwn-timer-controlls {
    position: absolute;
    left: 75px;
    top: 105px;
    text-align: center;
}
.display-remain-time {
    font-family: 'Roboto';
    font-weight: 100;
    font-size: 65px;
    color: #fe521a;
}
.e-c-base {
    fill: none;
    stroke: #B6B6B6;
    stroke-width: 4px
}
.e-c-progress {
    fill: none;
    stroke: #fe521a;
    stroke-width: 4px;
    transition: stroke-dashoffset 0.7s;
}
.e-c-pointer {
    fill: #ffffff;
    stroke: #fe521a;
    stroke-width: 2px;
}
#e-pointer {
    transition: transform 0.7s;
}

