@font-face {
    font-family: 'Twelwil';
    src: url('twelwil.com/public/font/Twelwil/Twelwil.woff2') format('woff2'),
        url('twelwil.com/public/font/Twelwil/Twelwil.woff') format('woff'),
        url('twelwil.com/public/font/Twelwil/Twelwil.ttf') format('truetype'),
        url('twelwil.com/public/font/Twelwil/Twelwil.otf') format('otf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.inner-shipping {
    background-color: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 15px;
    font-weight: 600;
    padding: 20px;
}

.inner-detail-tetx h5 {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 5px;
}

.inner-shipping .dropdown-toggle {
    background-color: transparent;
    color: #25233c;
    font-weight: 600;
    border: 0;
    padding: 0;
    margin: 0;
}

.colorcold-wat {
    font-size: 18px;
    margin-bottom: 0px;
}

.inner-shipping .dropdown-toggle:hover {
    background-color: transparent;
    color: #25233c;
    font-weight: 600;
}

.inner-shipping .dropdown-toggle:focus {
    background-color: transparent !important;
    box-shadow: none !important;
    color: rgb(0, 104, 69) !important;
}

.image-product-view figure {
    width: 100%;
    max-width: 150px;

}

.image-product-view figure img {
    width: 100%;

}

.size-pant {
    font-size: 18px;
    margin-bottom: 0px;
}

.price-pant {
    font-size: 18px;
    margin-bottom: 0px;
}

.inner-pic-detail {
    gap: 20px;
}

.return-requst-para {
    color: #25233c;
    font-size: 19px;
    margin-bottom: 5px;
}

.orignal-payment {
    color: rgba(0, 0, 0, 0.377);
    font-weight: 600;
    margin-bottom: 3px;
}

.cancel-rturn {
    background: #ffd600;
    color: black;
    font-weight: 500;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 5px;
    margin-top: 15px;
}

.cancel-rturn:hover {
    background-color: #25233c;
    color: #ffd600;
}

.reject-rturn {
    background: #25233c;
    color: white;
    font-weight: 500;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 5px;
    margin-top: 15px;
}

.reject-rturn:hover {
    background-color: #ffd600;
    color: #25233c;
}

.inner-track-sec {
    border: 1px solid rgba(0, 0, 0, 0.192);
    padding: 10px;
    border-radius: 10px;
    height: 100%;
}

.inner-refund-right-sec h5 {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-bottom: 20px;
}
.upper-wrapper-refund-clas{
    height: 100%;
}

.inner-refund-right-sec {
    border: 1px solid rgba(0, 0, 0, 0.192);
    padding: 10px;
    border-radius: 10px;
}

.sub-tot-wid {
    width: 200px;
    text-align: end;
}

.refund-subtotal {
    justify-content: space-between;
}

.refund-subtotal p {
    color: rgba(0, 0, 0, 0.644);
    margin-bottom: 4px;
}

.red-color-refuund {
    color: red !important;
}

.font-w-refund p {
    font-weight: 700;
    color: black;
}

.font-w-refund-low p {
    font-weight: 600;
    color: rgba(24, 14, 14, 0.856) !important;
}
.one-manage{
    background-color:rgba(128, 128, 128, 0.336) ;
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.226);
}
.one-manage p{
    margin: 0;
}
.manage-your-return{
    border: 1px solid rgba(0, 0, 0, 0.226);
    border-radius: 5px;
}
.two-manage{
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.226);
}
.two-manage a{
color: #25233c;
}




#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    display: flex;
    flex-direction: column;
}
#progressbar .active {
    color: #ffd600;
}

#progressbar #close:before{
    font-family: FontAwesome;
    content: "\f00d";
    background:red;
}
#progressbar li {
    list-style-type: none;
    font-size: 15px;
    float: left;
    position: relative;
    font-weight: 400;
    text-align: center;
    z-index: 9;
}
#progressbar li.active:before, #progressbar li.active:after {
    background: #ffd600;
}
#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e";
}
#progressbar #close:after, #progressbar #end:after{
    all: unset;
}
#progressbar li:before {
    width: 40px;
    height: 40px;
    line-height: 36px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 50px auto;
    padding: 2px;
}
#progressbar .active {
    color: #ffd600;
}
#progressbar .active {
    color: #ffd600;
}
#progressbar li:after {
    content: '';
    width: 64%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 18%;
    bottom: 18px;
    z-index: -1;
    transform: rotate(90deg);
}
#progressbar li.active:before, #progressbar li.active:after {
    background: #ffd600;
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030";
}
#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007";
}
#progressbar #confirm:before,  #progressbar #end:before{
    font-family: FontAwesome;
    content: "\f00c";
}
.date-show-liamin li p{
    margin: 0;
    font-size: 14px;
    color: black;
    padding-top: 10px;
}
.date-show-liamin li{
    height: 90px;
    text-align: center;
}
.return-started{
    margin-top: 8px;
}
.return-started li{
    height: 90px;
}
.started-right{
color: black;
font-size: 14px;
font-weight:700;
margin-bottom: 2px;
/* margin-top: 15px; */
}
.class-retu{
    color: #25233c;
    margin-bottom: 2px;
}
.same-class-main{
    margin-bottom: 2px;
    color: black;
}
.inner-drop-menu h5{
color: black;
font-weight: 700;
font-size: 15px;
margin-bottom: 4px;
}
.inner-drop-menu {
    padding: 10px;
}
.inner-drop-menu p{
font-size: 14px;
color: black;
font-weight: 500;
margin-bottom: 4px;
margin-top: 0;
}
.upper-drop-menu{
    border-radius: 10px;
    min-width: 200px;
}
.gap-5{
    gap:5px;
}


/* drop ------------- */

.upper-para-tetx p{
    color: black;
    font-weight: 700;
    font-size: 16px;
    text-align: start;
    padding-top: 2px;
    padding-bottom: 22px;
    margin: 0;

}
.upper-para-tetx p span{
    background-color: #ffd600;
    border-radius: 11px;
    padding: 2px 6px;
    justify-content: center;
    align-items: center;
    font-size: 14px;

}
.gj_ven_body .notification-search li .dropdown-menu.custm-drop-tabs.show {
    min-height: 386px !important;
    min-width: 400px;
    background: rgba( 255, 255, 255, 0.9 );
    box-shadow: 0 8px 32px 0 rgba( 20, 38, 40, 0.37 );
    backdrop-filter: blur( 3.5px );
    -webkit-backdrop-filter: blur( 3.5px );
    border-radius: 10px;
    border: 1px solid rgb(93 93 93 / 64%);
    padding: 23px;
    right: 0;
    left: unset;
    overflow: hidden;
}
.nav-tabs .nav-link:hover{
background-color: #25233c2f;
}
.notification-text{
    display: table-cell;
    padding-left: 15px;
    vertical-align: middle;
    color: #3f4143;
    cursor: pointer;
    font-size: 14px;
    word-spacing: 0px;
    line-height: 18px;
    padding-right: 20px;
}
.notification-text span{
    font-weight: 700;
}
.notification-image{
    display: inline-block;
    height: 32px;
    width: 32px;
    overflow: hidden;
    border-radius: 100%;
}
.sec-main{
    font-size: 12px;
    position: relative;
    font-weight: 700;
    white-space: nowrap;
}
.sec-main::after{
    content: "";
    background-color: #004cbf;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 100px;
    left: -11px;
    top: 6px;
}
.notification-upper-name{
    padding: 10px 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #25233c11;
    border-radius: 5px;
}
.notification-upper-name:hover{
    background-color: #25233c11;
}
.custm-drop-tabs .nav-item{
    margin-left: 5px;
}
.upper-div-dis-non{
    overflow: hidden;
    overflow-y: auto;
    max-height: 214px

}



.upper-div-dis-non::-webkit-scrollbar {
    width: 6px;
}
/* Track */
.upper-div-dis-non::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.upper-div-dis-non::-webkit-scrollbar-thumb {
    background: #25233c;
}
.footer-drop{
    position: absolute;
    bottom: 0;
    background-color: white;
    width: 100%;
    left: 0;
    right: 0;
    justify-content: space-between;
    align-items: center;
}
.view-all-drop-footer button{
    background-color: #25233c;
    border: 0;
    color: white;
    padding: 13px 15px;
    border-radius: 5px;

}
.footer-drop .grow a{
    color: black;
    font-size: 16px;
    font-weight: 600;
}

.back-drop-filter {
    background: rgb(255 255 255 / 43%);
    box-shadow: 0 8px 32px 0 rgb(255 255 255 / 35%);
    backdrop-filter: blur( 2px );
    -webkit-backdrop-filter: blur( 2px );
}
.custm-background-main {
    background: rgb(255 255 255 / 75%);
    box-shadow: 0 8px 32px 0 rgb(255 255 255 / 27%);
    backdrop-filter: blur( 3px );
    -webkit-backdrop-filter: blur( 2px );
}
.custm-background-main .form-control{
    background-color: transparent;
}
.yes-blue:hover{
    border: 1px solid #2b2a3e;
    color: white;
    background-color: #2b2a3e;
}
.yes-blue{
    border: 1px solid transparent;
    padding: 8px 7px;
    border-radius: 7px;
    color: #2b2a3e;
    font-weight: 600;
    background-color: transparent;
    font-size: 14px; 
}

.yes-blue-cus:hover{
    border: 1px solid transparent;
    color: #2b2a3e;
    background-color: transparent;
}
.yes-blue-cus{
    border: 1px solid #2b2a3e;
    padding: 8px 7px;
    border-radius: 7px;
    color: white;
    font-weight: 600;
    background-color: #2b2a3e;
    font-size: 14px; 
}
.modal-header, .modal-footer{
    border: 0;
}
.jconfirm.jconfirm-modern .jconfirm-box{
    border-radius: 10px;
    border: 1px solid rgb(87 87 87 / 96%) !important;
    background: rgb(255 255 255 / 75%);
    background-color: rgb(255 255 255 / 75%) !important;
    box-shadow: 0 8px 32px 0 rgb(255 255 255 / 27%);
    backdrop-filter: blur( 3px );
    -webkit-backdrop-filter: blur( 2px );
}
.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons{
    /* text-align: left !important; */
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default, .md-btn-flat{
    border: 1px solid transparent;
    padding: 8px 7px !important;
    border-radius: 7px;
    color: #2b2a3e !important;
    font-weight: 600 !important;
    background-color: transparent !important;
    font-size: 14px !important; 
    min-width: unset !important;
    /* margin-left: 15px; */
    border: none !important;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default:hover, .md-btn-flat:hover{
    border: 1px solid #2b2a3e;
    color: white !important;
    background-color: #2b2a3e !important;
}
.uk-open .uk-modal-dialog{

    background: rgb(255 255 255 / 75%);
    box-shadow: 0 8px 32px 0 rgb(255 255 255 / 27%);
    backdrop-filter: blur( 3px );
    border-radius: 12px;
    border: 1px solid grey;

}
.uk-modal-dialog .uk-modal-footer {
    margin: 16px 0px -16px;
    padding: 16px 0px;
    background: transparent !important;
    border-top: none;
    text-align: left !important;
}
.uk-modal{
    background: rgb(255 255 255 / 43%);
    box-shadow: 0 8px 32px 0 rgb(255 255 255 / 35%);
    backdrop-filter: blur( 2px );
}
.uk-modal-dialog {
    width: 500px !important;
}

.twelwil-text{
    font-family: 'Twelwil';
}
.modal-content.an_reson.custm-background-main {
    margin: 0 !important;
}

.jconfirm-content span{
    background-color: rgb(255 255 255 / 11%) !important;
}

.black-cstm{
    display: flex;
    gap: 5px;
}
.black-cstm button, .black-cstm a, .gj_rever_cancel{
    background-color: transparent !important;
    border: 1px solid black !important;
    border-radius: 2px !important;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%) !important;
    padding: 16px 16px !important;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 280ms ease;
    box-sizing: border-box;
    cursor: pointer;
}

.black-cstm button, .black-cstm a{
color: black !important;
width: 50%;
margin-top: 0px !important;
}


.gj_rever_cancel{
    color:red !important;
    margin-top:10px;
}




