@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Bebas+Neue&family=Inter:wght@400;500;600;700&family=Oswald:wght@400;500;600;700&family=Syne:wght@400;500;600;700;800&family=Syne+Mono&family=Outfit:wght@300;400;500&display=swap');
:root{
    --dark-red: #FD273B;
    --dark-blue: #0B2741;
    --black: #000000;
    --gray: #8CA1B1;
    --green: #34D02C;
    --yellow: #F5C34B;
    --bg-1: #080c16;
    --bg-1-1: #3b82f6;
    --bg-1-2: #94a3b8;
}
.overlay-effect {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(3px);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 100;
}
.overlay-box{
    max-width: 540px;
    height: 300px;
    position: fixed;
    top: 50%;
    left: 50%;
    border-radius: 10px;
    background-color: #ffffff;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 5000;
}
.overlay-box h6{
    font-family: 'Inter', sans-serif;
    font-size: 21px;
    text-transform: capitalize;
}

/* Active overlay */
.overlay-effect.active {
  opacity: 1;
  visibility: visible;
}

.bdr-light{
    border: 1px solid rgba(51, 51, 51, 0.4);
}
.user-address-box .box-2,
.user-address-box .box{
    padding: 10px;
    border-radius: 10px;
}
.user-address-box .box .links button{
    border: none;
    padding: 5px 15px;
    border-radius: 20px;
    color: #333;
    margin-right: 5px;
}
.form-group .form-input.search{
    position: relative;
}
.form-group .form-input.search span{
    position: absolute;
    left: 15px;
    top: 13px;
}
.form-group .form-input.search .form-control{
    width: 100%;
    padding-left: 40px;
}
.order-status{
    border-radius: 5px;
}
.order-status .main-box{
    display: flex;
    align-items: center;
    height: 48px;
    border: 1px solid #E5E6EB;
    background: #f4f5f6;
    color: #666666;
    padding: 10px;
    border-radius: 15px;
    justify-content: space-between;
}
.order-status .main-box span{
    font-size: 16px;
}
.order-status .drop-down{
    margin-top: 5px;
    background: #ffffff;
    padding: 20px;
    display: none;
    border-radius: 10px;
}
.order-status .drop-down .nav-pills .nav-item{
    width: 100%;
    margin-bottom: 10px;
}
.order-status .drop-down .nav-pills .nav-item:last-child{
    margin-bottom: 0;
}
.order-status .drop-down .nav-pills .nav-link{
    background: var(--yellow);
    color: var(--black);
    width: 100%;
    text-align: center;
}
.dashboard_product_list .user-order-list .item{
    display: flex;
    padding: 20px 10px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.3);
}
.dashboard_product_list .user-order-list .item .thumb{
    width: 35%;
    height: 100px;
}
.dashboard_product_list .user-order-list .item .thumb img{
    width: 100%;
    height: 100%;
}
.dashboard_product_list .user-order-list .item .more-info{
    width: 65%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
}
.dashboard_product_list .user-order-list .item .more-info span
.dashboard_product_list .user-order-list .item .more-info h6,
.dashboard_product_list .user-order-list .item .more-info h5{
    margin-bottom: 0;
}
.dashboard-order-details .item-single{
    display: flex;
    align-items: center;
    padding: 5px;
    border-radius: 10px;
}
.dashboard-order-details .item-single .thumb{
    width: 40%;
    height: 130px;
}
.dashboard-order-details .item-single .thumb img{
    width: 100%;
    height: 100%;
}
.dashboard-order-details .item-single .more-info{
    width: 60%;
    padding-left: 15px;
}
.dashboard-order-details .item-single .more-info span{
    color: #347cfd;
}
.dashboard-order-details .second-layer .display-flex{
    display: flex;
    align-items: center;
}
.dashboard-order-details .second-layer .display-flex .check-box i{
    color: #ffffff;
    padding: 3px;
    background: var(--yellow);
    margin-right: 10px;
    border-radius: 2px;
    transform: translateY(-2px);
}
.dashboard-order-details .second-layer input.form-control{
    border-radius: 15px;
}
.dashboard-order-details .second-layer .feedback span{
    display: inline-block;
    width: 160px;
    text-align: center;
    padding: 10px;
    border-radius: 25px;
    background: #f4f5f6;
    color: var(--black);
    cursor: pointer;
}
.dashboard-order-details .second-layer .feedback span i{
    color: #666666;
}
.dashboard-order-details .order-main-box .box{
    border-top: 1px solid rgba(51, 51, 51, 0.3);
    border-bottom: 1px solid rgba(51, 51, 51, 0.3);
    padding: 10px 0;
}
.dashboard-order-details .order-main-box .box .display-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dashboard-order-details .order-main-box .box .display-flex span{
    color: #666666;
}
.dashboard-order-details .order-main-box .drop-down{
    display: none;
    padding: 20px 10px;
    margin-top: 5px;
    border-radius: 5px;
}
.return-order-section .item-single{
    border-radius: 5px;
    display: flex;
    padding: 5px;
    align-items: center;    
}
.return-order-section .item-single .thumb{
    width: 40%;
    height: 90px;
}
.return-order-section .item-single .thumb img{
    width: 100%;
    height: 100%;
}
.return-order-section .item-single .more-info{
    width: 60%;
    padding-left: 20px;
}
.return-order-section .feedback .form-group{
    display: flex;
    gap: 10px;
}
.return-order-section .feedback .form-group .form-label{
    transform: translateY(-5px);
}
.return-order-section .feedback textarea{
    background: #f4f5f6;
    height: 80px;
}
.return-order-section .refund-option .box{
    background: #f4f5f6;
    padding: 10px;
    border: 1px solid rgba(51, 51, 51, 0.4);
    border-radius: 10px;
}
.return-order-section .submit-section .top-section,
.return-order-section .refund-option .box .top-section{
    display: flex;
    gap: 10px;
}

.return-order-section .submit-section .top-section span i,
.return-order-section .refund-option .box .top-section span i{
    background: var(--yellow);
    color: #ffffff;
    padding: 2px;
    border-radius: 10px;
}
.return-order-section .submit-section button.btn,
.return-order-section .refund-option button.btn{
    width: 210px;
    border-radius: 25px;
    padding: 10px;
    background: var(--yellow);
}
.return-order-section .submit-section button.btn{
    background: #AAAAAA;
    color: #ffffff;
}
.return-order-section .submit-section .top-section{
    
}
/* user settings */
.user-settings .heading h5{
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
}
.user-settings .inner .shortcut{
    border: 1px solid #333;
    background-color: rgba(51, 51, 51, 0.4);
    padding: 20px 10px 10px 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.user-settings .inner .shortcut .thumb{
    background: rgba(75, 168, 245, 0.1);
    padding: 12px;
    width: fit-content;
    border-radius: 50%;
}
.user-settings .inner .shortcut .thumb img{
    width: 25px;
    height: 25px;
}
.user-settings .inner .shortcut h6{
    color: #ffffff;
    margin-bottom: 0;
    margin-top: 20px;
    font-family: 'Inter', sans-serif;
}
.password-change-form{
    position: fixed;
    width: 50%;
    height: auto;
    padding: 40px 30px;
    top: 50%;
    left: 50%;
    background-color: #ffffff;
    transform: translate(-50%,-50%);
    border-radius: 10px;
    z-index: 100;
    display: none;
}
.password-change-form button{
    padding: 8px 15px;
    width: 190px;
    border: none;
    outline: none;
    border-radius: 15px;
    margin-top: 30px;
}
.password-change-form button.submit-btn{
    background-color: var(--yellow);
    color: #ffffff;
}
.password-change-form button.close-btn{
    background-color: #ffffff;
    color: var(--black);
    border: 1px solid black;
}

#track_application_form{
    background-color: #f4f5f6;
    padding: 10px 20px;
}
#track_application_form .form-select,
#track_application_form .form-control{
    height: 48px;
}
#track_application_form button[type="submit"]{
    width: 100%;
    display: inline-block;
    height: 47px;
    background-color: #0B2741;
    color: #ffffff;
    border: none;
}
.tracked-application{
    padding: 20px;
}
.tracked-application .sub-section{
    
}
.tracked-application .sub-section .sub-heading{
    background-color: #6e8898ff;
    padding: 10px;
}

.tracked-application .sub-section .sub-content p{
   display: flex;
   justify-content: space-between;
   padding: 10px 0;
   font-size: 18px;
   border-bottom: 1px solid rgba(51, 51, 51, 0.2);
   font-weight: 400;
   margin-bottom: 0;
}
.tracked-application .sub-section .sub-content table th{
    color: #666666;
}
.tracked-application .sub-section .sub-content table th span.name{
    display: inline-block;
    width: 170px;
}
.tracked-application .sub-section .sub-content.overlay{
    overflow-x: auto;
}
/* .service-confirmation-page .main-content p.last-child{
   border: none;
} */
.tracked-application .sub-section .sub-content p span.bold{
   font-weight: 500;
}
.tracked-application .sub-section .sub-content p span.status{
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    width: 90px;
    padding: 5px;
}
.tracked-application .sub-section .sub-content p span.rejected,
.tracked-application .sub-section .sub-content p span.unpaid{
    background-color: #ECC8C5;
    color: #AB3331;
}
.tracked-application .sub-section .sub-content p span.completed,
.tracked-application .sub-section .sub-content p span.paid{
    background-color: #DEF2D7;
    color: #5B7052;
}
.tracked-application .sub-section .sub-content p span.pending{
    background-color: #F7F3D7;
    color: #927238;
}
.tracked-application .sub-section .sub-heading h5{
    color: #ffffff;
}
@media only screen and (max-width:991px){
    .password-change-form{
        width: 70%;
    }
}
@media only screen and (max-width:767px){
    .user-address-box{
        margin-top: 20px;
    }
    .password-change-form{
        width: 90%;
        top: 50%;
        padding: 30px 15px;
    }
    .dashboard-order-details .second-layer{
        margin-top: 20px;
    }
    .return-order-section .refund-option,
    .return-order-section .item-single{
        position: relative;
        margin-bottom: 40px;
    }
    .return-order-section .refund-option::after,
    .return-order-section .item-single::after{
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background: rgba(51, 51, 51, 0.3);
        bottom: -20px;
        left: 0;
    }
    .overlay-box{
        width: 80%;
    }
}
@media only screen and (max-width:425px){
    .user-address-box .box .links button{
        font-size: 14px;
    }
    #track_application_form{
        padding: 20px;
    }
    .dashboard_product_list .user-order-list .item .more-info{
        padding-left: 10px;
    }
    .dashboard_product_list .user-order-list .item{
        padding: 20px 0;
    }
    .return-order-section .submit-section button.btn,
    .return-order-section .refund-option button.btn{
        width: 100%;
    }
    .password-change-form button{
        width: 100%;
        font-size: 12px;
    }
    .tracked-application .sub-section .sub-content p{
        font-size: 15px;
    }
    .overlay-box{
        width: 95%;
    }
}
@media only screen and (max-width:375px){
    
}
@media only screen and (max-width:370px){
    .user-address-box .box .links button{
        padding: 5px 12px;
    }
}
@media only screen and (max-width:351px){
    .user-address-box .box .links button{
        padding: 5px 10px;
    }
}
@media only screen and (max-width:340px){
    .user-address-box .box .links button{
        font-size: 12px;
    }
    .dashboard-order-details .second-layer .feedback span{
        width: 140px;
    }
}
@media only screen and (max-width:312px){
    .password-change-form button{
        font-size: 10px;
    }
}
@media only screen and (min-width:993px) and (max-width:1054px){
    .user-address-box .box .links button{
        padding: 5px 14px;
    }
}
