﻿.d-flx {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.Star{
    color: #E21818;
}
.j-center{
    justify-content: center;
}
.sr-title {
    margin: 0;
    font-size: 18px;;
    font-weight: 700;
    line-height: 2.15;
    color: #23254e !important;
    position: relative;
    padding-right: 15px;
    text-align: right;
}

    .sr-title:before {
        content: "";
        width: 6px;
        height: 6px;
        border-radius: 100%;
        margin-top: 1px;
        position: absolute;
        right: 0;
        top: 10px;
        transform: translateY(-50%);
        background: #23254e;
    }

.panel-body .sr-title:before {
    top: 19px;
}

.list-group-item {
    flex-direction: row-reverse;
    justify-content: flex-end;
}



.WhiteChosen .chosen-single {
    /* height: 36px !important; */
    background: white !important;
    padding-top: 5px;
    border-color: #dbdbdb;
}

    .WhiteChosen .chosen-single div {
        padding-top: 6px;
    }
.Forms{
    flex: 0 0 100%;
    max-width: 100%;
}
#BoxAfterMobileConfirmation {
    display: none;
}

.width150px {
    max-width: 150px;
}

#VerificationCodeBox {
    display: none;
}

.bgHeaderGray * {
    font-size: 13px !important;
}

img.imgCaptcha {
    /* width: 125px !important; */
}

.captchaimage {
    /* width: 160px; */
    /* justify-content: flex-end; */
}

#inputCaptcha {
    /* width: 50px; */
}

.ScrollCo::-webkit-scrollbar {
    width: 11px;
}

.ScrollCo {
    scrollbar-width: thin;
    scrollbar-color: #90A4AE #CFD8DC;
    width: 100% !important;
}

    .ScrollCo::-webkit-scrollbar-track {
        background: #CFD8DC;
    }

    .ScrollCo::-webkit-scrollbar-thumb {
        background-color: #90A4AE;
        border-radius: 6px;
        border: 3px solid #CFD8DC;
    }

.RDTB5px {
    overflow-x: scroll;
}

.panel-title * {
    font-size: 16px; !important;
}

.form-control::placeholder {
    color: #929292;
    opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #929292;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #929292;
}

.page-content23 {
    /* margin-top: 20px; */
}

.BxoNextBtn {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 30px;
}

.StepLE {
    display: none;
}

#Next1 {
    display: block;
}

.PrevStep {
    display: none;
}

.NextStep {
    margin-left: 30px;
}

.BoxStep {
    display: flex;
    justify-content: space-around;
    margin: 40px auto;
    width: 100%;
}

.BoxAnim {
    flex: 0 0 14%;
    position: relative;
}

.btnSpet {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    background: white;
    /* border: 1px solid #666; */
    color: #666;
    height: 75px;
    border-radius: 95px 12px 12px 95px;
    outline: 0 !important;
    position: relative;
}

    .btnSpet span {
        text-align: center;
        font-size: 16px; !important;
        font-weight: 700;
    }

.StayStep {
    border: 1px solid #26a9d4;
    color: #26a9d4;
}

.btnSpet svg {
    margin: 0px auto 13px auto;
    transform: scale(1.8);
}

.ArrowLeft {
    position: absolute;
    left: -40px;
    transform: scale(2.8) !important;
    margin: 0px !important;
    /* display: none; */
}

.ActiveStpet .btnSpet {
    border: 1px solid #fde3f1;
    color: #ee0481;
    background: #fde3f1;
}

.pasting .btnSpet {
    border: 1px solid #e2ece5;
    color: #539165;
    background: #e2ece5;
}
.align-center{
    align-items: center;
}
    .ActiveStpet .btnSpet:after, .pasting .btnSpet:after {
        content: "";
        border: 37px solid transparent;
        border-right: 41px solid #fde3f1;
        position: absolute;
        bottom: 0;
        left: -48px;
        right: auto;
        margin: 0 auto;
        width: 0;
        height: 0;
        top: -1px;
    }

    .pasting .btnSpet:after {
        border-right: 41px solid #e2ece5;
    }

.BoxAnim:last-child .btnSpet:after {
    content: none;
}

#S2, #S3, #S4, #S5, #s6 {
      display: none; 
}

#AddRecords, #Register {
    font-size: 16px;;;
    padding-top: 9px;
    padding-bottom: 9px;
}

#FromCooperationDate, #ToCooperationDate {
    /* font-family: initial !important; */
}

#captchaId { /* margin-right: -60px; */
}

.dnonepb .pcalBtn {
    display: none !important;
}

.dnonepb input {
    text-align-last: center;
}

.bgCol12 {
    background: #2d5c88;
}

.iconclr {
    font-size: 20px;
    color: #a81010;
}

.inptcls {
    border: 1px solid #e1e1e1;
    background: #fcfcfc;
}

.Abtn2 {
    border: 1px solid #0b3a66;
    background-color: #2d5c88;
    color: #ffffff;
    padding: 15px 50px;
    border-radius: 30px;
}

    .Abtn2:hover {
        background-color: #ffffff;
        color: #a81010;
        border: 1px solid #ffffff;
    }

.brdrdt {
    border: 1px dotted #ccc;
}
/*///////////////////////////////////////////////////////////////////*/
/*********************************
   CUSTOM INPUT FILES FOR IMAGES
 *********************************/

/*** CUSTOM FILE INPUT STYE ***/
.wrap-custom-file {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
    margin: 0 0.5rem 1rem;
    text-align: center;
}

    .wrap-custom-file input[type="file"] {
        position: absolute;
        top: 0;
        left: 0;
        width: 2px;
        height: 2px;
        overflow: hidden;
        opacity: 0;
    }

    .wrap-custom-file label {
        z-index: 1;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        overflow: hidden;
        padding: 0 0.5rem;
        cursor: pointer;
        background-color: #2d5c88;
        border-radius: 43px;
        height: 43%;
        -webkit-transition: -webkit-transform 0.4s;
        transition: -webkit-transform 0.4s;
        transition: transform 0.4s;
        transition: transform 0.4s, -webkit-transform 0.4s;
    }

        .wrap-custom-file label span {
            display: block;
            margin-top: 1.3rem;
            /*font-size: 1.4rem;*/
            color: #fff;
            -webkit-transition: color 0.4s;
            transition: color 0.4s;
        }

        .wrap-custom-file label .fa {
            position: absolute;
            bottom: 1rem;
            left: 50%;
            -webkit-transform: translatex(-50%);
            transform: translatex(-50%);
            font-size: 1.5rem;
            color: lightcoral;
            -webkit-transition: color 0.4s;
            transition: color 0.4s;
        }

        .wrap-custom-file label:hover {
            -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
        }

            .wrap-custom-file label:hover span, .wrap-custom-file label:hover .fa {
                color: #333;
            }

        .wrap-custom-file label.file-ok {
            background-size: cover;
            background-position: center;
        }

            .wrap-custom-file label.file-ok span {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                padding: 0.3rem;
                font-size: 1.1rem;
                color: #000;
                background-color: rgba(255, 255, 255, 0.7);
            }

            .wrap-custom-file label.file-ok .fa {
                display: none;
            }

.prgrsbr {
    border: 9px solid;
    border-color: rgba(0,0,0,.1);
    border-radius: 2rem !important;
    padding: 11px;
    width: 98%;
    float: left;
}

.bgpro {
    background: #666666;
}

.Acls {
    color: #000;
}

    .Acls:hover {
        color: #222222c2;
        text-decoration: none;
    }
/*///////////////////IMAGE HOVER////////////////////////////*/

/*********************** Demo - 8 *******************/
.box8 .icon, .box8 .title {
    margin: 0;
    position: absolute
}

.box8 {
    width: 655px;
    position: relative;
}

    .box8 img {
        width: 100%;
        height: auto
    }

    .box8 .box-content {
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.6);
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        transform: perspective(400px) rotateX(-90deg);
        transform-origin: center top 0;
        transition: all .5s ease 0s
    }

    .box8 .icon li a, .box8 .title {
        background: #ef4050;
        font-size: 20px;
        color: #fff
    }

    .box8:hover .box-content {
        opacity: 1;
        transform: perspective(400px) rotateX(0)
    }

    .box8 .title {
        padding: 5px 7px;
        border-radius: 5px;
        font-weight: 600;
        bottom: 20px;
        left: 20px;
        transition: all .9s ease 0s
    }

    .box8 .icon li a, .box9 .box-content, .box9 .icon li, .box9 img {
        transition: all .35s ease 0s
    }

    .box8:hover .title {
        bottom: -40px
    }

    .box8 .icon {
        list-style: none;
        padding: 0;
        top: 42%;
        left: 0;
        right: 0
    }

        .box8 .icon li a {
            display: block;
            width: 40px;
            height: 40px;
            line-height: 40px;
            border-radius: 50%;
            margin-right: 7px
        }

.box9 .icon, .box9 .title {
    width: 100%;
    font-size: 22px
}

.box8 .icon li a:hover {
    background: #fff;
    color: #000
}

@media only screen and (max-width:990px) {
    .box8 {
        margin-bottom: 20px
    }
}

table {
    border: none !important;
}

td {
    padding: 0;
    /* border: 1px solid black !important; */
}

.tops {
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
}

/*script next & prev**/
#page2, #page3, #page4, #page5, #page6 {
    display: none;
}

/**/
.bro-style {
    border: 1px solid #e1e1e1 !important;
}

.txt-color {
    color: #000 !important;
}

/*---------------------------- End Kankash Form---------------------------------*/


/*----------------------------- Start Suppliers Request--------------------------------*/

/*------------- زمینه فعالیت ------------*/
#RetailActivityFieldId .row, #WholesaleActivityFieldId .row {
    margin-left: 0px;
    margin-right: 0px;
}

.get_val {
    padding-right: 25px;
    font-size: 16px;;
    font-weight: 600;
}

.main_text, .spn_style {
    margin-bottom: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 16px;;;
    cursor: pointer;
    border: 1px solid #e0e0e6;
    border-radius: 5px;
    height: 100%;
    line-height: 3.5;
}

.open_all, .level2 {
    text-align: center;
    position: relative;
}

.ul_level2, .multi_options {
    background-color: #f8f9fa;
    border: 1px #dee2e6 solid;
    list-style: none;
    position: absolute;
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
}

.ul_level4, .ul_level3 {
    list-style: none;
    background-color: #f8f9fa;
    border-top: 1px #dee2e6 solid;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    padding-right: 30px !important;
}

.ul_level2, .ul_level3, .ul_level4 {
    display: none;
    margin: 0;
}

    .ul_level2 li {
        border-bottom: 1px solid #dee2e6;
        position: relative;
    }

        .ul_level2 li .row {
            margin-bottom: 5px;
            margin-top: 5px;
            justify-content: space-between;
        }

    .ul_level4 li {
        padding-bottom: 5px;
        padding-top: 5px;
        text-align: right;
    }

.level2 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
/*.fourLevel ul {*/
/*    padding: 0px;*/
/*    border-radius: 5px;*/
/*}*/

/*برند ها*/
.inp_multi {
    text-align: center;
    position: relative;
}

.multi_options {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: none;
    position: absolute;
    z-index: 1;
    border-color: #dee2e6 !important;
    max-height: 250px;
    overflow-y: scroll;
    width: 100%;
}

#RetailBrandId {
    z-index: 2;
}

.title_ul {
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.AddRemoveItem {
    color: #28a745;
    float: right;
    cursor: pointer;
    font-size: 20px;
    margin-top: 2px;
    margin-right: 5px;
}

.check_li {
    pointer-events: none;
    display: none !important;
}

.text_li {
    padding-right: 25px;
    color: #515151;
    font-size: 16px;;
    font-weight: 600;
    text-align: right;
}

.multi_options li {
    background: #f8f9fa;
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 0.1px solid #dee2e6;
    cursor: pointer;
    transition: 0.2s;
    text-align: right;
    line-height: 2.5;
}

    .multi_options li:hover {
        -webkit-box-shadow: 1px 1px 2px 0px rgba(189,189,189,1);
        -moz-box-shadow: 1px 1px 2px 0px rgba(189,189,189,1);
        box-shadow: 1px 1px 2px 0px rgba(189,189,189,1);
        background-color: #f5f5f545;
    }


.title_ul p {
    padding: 4px;
    margin-bottom: 5px !important;
}

.all_text_li {
    width: 100%;
    justify-content: center;
}

.icon_close, .c_pointer {
    cursor: pointer;
}

.AddRetailActivity, .AddRemoveItem {
    float: left;
    cursor: pointer;
    font-size: 30px;
    color: #21BF73;
    margin-left: 5px;
    margin-right: 5px;
    background: #caf0dd;
    padding: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    padding-bottom: 0;
}

#IndustryId {
    background: url(/FileManager/images/my_arrow.png);
    background-repeat: no-repeat;
    background-position-y: center;
}

.spn_style {
    font-size: 16px;;;
    padding-top: 3px;
    padding-bottom: 3px;
    /* border-radius: .25rem !important; */
    /* background-color: #fff !important; */
    /* margin-bottom: 0px !important; */
    /* margin-left: 5px; */
}

.item_RetailActivity, #Retail_all_text_li .spn_style, #Wholesale_all_text_li .spn_style {
    background: #e0e0e6;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    display: inline-block;
    margin: 3px;
    font-weight: 800;
    font-size: 16px;;;
    height: auto;
    line-height: inherit;
}

#RetailActivityFieldList, #Retail_all_text_li, #WholesaleActivityFieldList, #Wholesale_all_text_li {
    margin-top: 0;
    text-align: right;
    font-size: 16px;;;
    border: 1px solid #e0e0e6;
    border-radius: 5px;
    height: 100%;
    min-height: 100px;
    max-height: 300px;
    overflow-y: auto;
}

.right_arrow {
    width: 18px;
    transition: 0.3s;
}

#RetailDIV, #WholesaleDIV {
    z-index: 9;
}

#WholesaleDIV {
    z-index: 8;
}

.rot90deg {
    transform: rotate(90deg);
}

.removethis {
    color: #dc3545;
}

label[for*="AttachFilesAddedValueCertificate"] {
    margin-right: 14px;
}

.item_right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.all_text_li {
    justify-content: flex-start;
}

.textTitr {
    background-color: white;
    cursor: pointer;
    margin-bottom: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 4px;
}

.InActive, .offel {
    pointer-events: none;
    opacity: 0.6;
}

.pt_33 {
    padding-top: 33px;
}
/*-----------------------------End Suppliers Request--------------------------------*/

@media(max-width:1400px) {
    .BoxAnim {
        flex: 0 0 16%;
    }

    .ArrowLeft {
        transform: scale(2.8) !important;
        left: -30px;
    }
}

@media(max-width:1250px) {
    .btnSpet svg {
        transform: scale(1.3);
    }

    .btnSpet span {
        text-align: center;
        font-size: 0.75em;
    }

    .ArrowLeft {
        transform: scale(2) !important;
    }
}

@media(max-width:1100px) {
    .Step1, .Step2 {
        flex: 0 0 15%;
    }

    .Step5 {
        flex: 0 0 19%;
    }

    .ArrowLeft {
        left: -23px;
    }

    .page-content23 {
        padding: 30px 5px;
        width: 100%;
    }

    .BoxStep {
        width: 100%;
    }
}

@media(max-width: 991px) {
    .BoxAnim {
        flex: 0 0 40px;
    }

    .btnSpet {
        border-radius: 999px;
        height: auto;
        margin-bottom: 35px;
        background: #f5f5f7;
        padding: 7px;
    }

    .ArrowLeft {
        left: 75px;
        transform: rotate(-90deg) !important;
        top: 64px;
        z-index: 5;
    }

    .btnSpet span {
        /* display: none; */
        font-size: 16px;; !important;
    }

    .btnSpet svg {
        margin: auto;
        margin-bottom: 3px;
    }
}

@media(max-width:650px) {
    .ArrowLeft {
        left: 70px;
    }
}

@media(max-width:575px) {
    * {
        /* font-size: 13px !important; */
    }

    .panel-title * {
        font-size: 15px !important;
    }

    #RetailDIV, #WholesaleDIV {
        margin-bottom: 0px !important;
    }

    #RetailActivityFieldList, #Retail_all_text_li, #WholesaleActivityFieldList, #Wholesale_all_text_li {
        margin-top: 15px !important;
        margin-bottom: 35px !important;
    }
}

@media (max-width:425px) {
    img.imgCaptcha {
        height: 100% !important;
        margin-top: 0 !important;
    }

    a.refreshCaptcha {
        bottom: 0px !important;
    }
}

@media(max-width:380px) {
    .btnSpet svg {
        transform: scale(1);
    }

    .btnSpet {
        /* height: 30px; */
    }

    .BoxAnim {
        flex: 0 0 30px !important;
    }

    .ArrowLeft {
        /* transform: scale(1.4) !important; */
    }
}

.custom-file-label::after {
    height: 52px;
}

.ul_level2 li:before, .ul_level3 li:before, .ul_level4 li:before, .text_li:before {
    content: '';
    background: #539165;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 55px;
    right: 7px;
    position: absolute;
    top: 9px;
}

.text_li:before {
    top: 19px;
    background: #ef1489;
}

.ul_level3 li:before {
    background: #E21818;
}

.ul_level4 li:before {
    background: #F7C04A;
    top: 22px;
}

.form_title {
    display: flex;
    align-items: center;
    padding-bottom: 0;
    color: #404165;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 20px;
    border-bottom: 1px solid #e2e8f0;
    padding: 0 0 7px;
}

.cfSuppliersRequest {
    max-width: 1336px;
    margin: 40px auto;
    padding: 0 15px;
}

.panel-default {
    margin-bottom: 50px;
}

.panel {
    margin-top: 9px;
}

.panel-heading {
    border-bottom: 1px dashed #e2e8f0 !important;
    margin-bottom: 30px;
    text-align: right;
}

.panel-body select, .panel-body textarea, .input-groups, .chosen-container-single .chosen-single, .panel-body input {
    border: 1px solid;
    height: 42px !important;
    background-color: #fff;
    font-size: 16px;;;
    border-color: #e0e0e6;
    border-radius: 5px;
    width: 100%;
    display: block;
    outline: none;
    line-height: 3;
    background: #fff;
    box-shadow: none;
    position: relative;
}

    .chosen-container-single .chosen-single div b {
        background-position: 0px 10px;
    }

.panel-body label {
    text-align: right;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 16px;;
    color: #3D434F;
    margin: 0;
}

.flx-20, .flx-60, .flx-10, .flx-100, .flx-50, .flx-40, .flx-30 {
    padding: 5px;
    position: relative;
    margin-bottom: 10px;
    font-size: 16px;;
    font-weight: 700;
    color: #3D434F;
    text-align: right;
}

.flx-10 {
    max-width: 10%;
    flex: 0 0 10%;
}

.flx-20 {
    max-width: 20%;
    flex: 0 0 20%;
}

.flx-30 {
    max-width: 30%;
    flex: 0 0 30%;
}

.flx-40 {
    max-width: 40%;
    flex: 0 0 40%;
}

.flx-33 {
    max-width: 33%;
    flex: 0 0 33%;
}

.flx-50 {
    max-width: 50%;
    flex: 0 0 50%;
}

.flx-60 {
    max-width: 60%;
    flex: 0 0 60%;
}

.flx-100 {
    max-width: 100%;
    flex: 0 0 100%;
}

.panel-body {
    padding: 0;
}

a.pcalBtn {
    margin: 0;
    position: absolute;
    top: 35px;
    left: 11px;
    right: auto;
}

.input-groups {
    display: flex;
    overflow: hidden;
    height: 43px !important;
    padding: 0;
}

    .input-groups .flx-33 {
        position: relative;
    }

        .input-groups .flx-33:after {
            content: '';
            background: #e0e0e6;
            height: 20px;
            width: 1px;
            position: absolute;
            display: block;
            z-index: 50;
            top: 11px;
            left: 0;
            right: auto;
        }

    .input-groups select {
        border: 0;
        padding: 0;
        text-align: center;
    }

    .input-groups .flx-33:last-child:after {
        content: none;
    }

.button {
    overflow: hidden;
    margin: 10px;
    padding: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: 150ms linear;
    text-align: center;
    white-space: nowrap;
    text-transform: none;
    text-transform: capitalize;
    color: #fff;
    border: 0;
    border-radius: 10px;
    font-size: 16px;;
    font-weight: 600;
    line-height: 1.3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

    .button.-blue {
        color: #FFFFFF;
        background: #416dea;
    }

    .button.-green {
        background: #3dd28d;
    }

#IsRetailPurchaseTypeCash, #IsRetailPurchaseTypeInstallments {
    display: none;
}
/*checkbox*/
@keyframes check {
    0% {
        height: 0;
        width: 0;
    }

    25% {
        height: 0;
        width: 10px;
    }

    50% {
        height: 20px;
        width: 10px;
    }
}

.checkbox {
    background-color: #fff;
    display: inline-block;
    height: 20px;
    margin: 0 .25em;
    width: 20px;
    border-radius: 4px;
    border: 1px solid #ccc;
    float: right
}

    .checkbox span {
        display: block;
        height: 20px;
        position: relative;
        width: 20px;
        padding: 0
    }

        .checkbox span:after {
            -moz-transform: scaleX(-1) rotate(135deg);
            -ms-transform: scaleX(-1) rotate(135deg);
            -webkit-transform: scaleX(-1) rotate(135deg);
            transform: scaleX(-1) rotate(135deg);
            -moz-transform-origin: left top;
            -ms-transform-origin: left top;
            -webkit-transform-origin: left top;
            transform-origin: left top;
            border-right: 4px solid #fff;
            border-top: 4px solid #fff;
            content: '';
            display: block;
            height: 17px;
            left: 0;
            position: absolute;
            top: 12px;
            width: 10px
        }

        .checkbox span:hover:after {
            border-color: #999
        }

    .checkbox input, .check_li {
        display: none
    }

        .checkbox input:checked + span:after {
            -webkit-animation: check .8s;
            -moz-animation: check .8s;
            -o-animation: check .8s;
            animation: check .8s;
            border-color: #555
        }

        .checkbox input:checked + .success:after {
            border-color: #8bc34a
        }

        .checkbox input:checked + .danger:after {
            border-color: #f44336
        }

.checkboxxx span:after {
    -moz-transform: scaleX(-1) rotate(135deg);
    -ms-transform: scaleX(-1) rotate(135deg);
    -webkit-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-right: 4px solid #fff;
    border-top: 4px solid #fff;
    content: '';
    display: block;
    height: 17px;
    left: 3px;
    position: absolute;
    top: 6px;
    width: 7px
}

.checkboxxx {
    background-color: #fff;
    display: inline-block;
    height: 15px;
    margin: 0 .25em;
    width: 15px;
    border-radius: 4px;
    border: 1px solid #ccc;
    float: right
}

.border-1-3 {
    border-width: 1px 0;
    border-style: solid;
    border-color: #e0e0e6;
    padding-top: 15px;
}

.baseTable table > tbody > tr {
    background: transparent;
}

    .baseTable table > tbody > tr:nth-child(odd) {
        background: #f7f9fb;
    }

.baseTable .table tbody td, .baseTable .table tbody th, .t-title {
    border-color: #ededed;
    font-size: 16px;;
    color: #32325d;
    font-weight: 500;
    text-align: center;
    position: relative;
    color: #3d434f;
}

.baseTable .table tbody th {
    font-weight: 800;
}

    .baseTable .table tbody th img {
        border-radius: 8px;
        max-width: 100%;
        width: 200px;
    }

.baseTable table > thead {
    background: #fff;
    border: 0;
}

    .baseTable table > thead > tr > th {
        font-weight: 700;
        margin-bottom: 20px;
        position: relative;
        font-size: 16px;;
        color: #0c1327;
        color: #fff;
    }

.baseTable .table thead th {
    border: 0;
    text-align: center;
}

.baseTable table thead {
    background: #3F497F;
    color: #fff !important;
}

.baseTable table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px !important;
    border-radius: 13px;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
    border: none;
    margin-top: 15px;
}

body, html {
    height: auto !important;
}

.j-end {
    justify-content: flex-end;
}

.refreshCaptcha {
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .refreshCaptcha svg {
        width: 15px;
        height: 15px;
        display: inline-block;
    }
.btn-danger {
    color: #fff;
    background-color: #E21818;
    border-color: #E21818;
    font-size: 16px;;
    border-radius: 7px;
    padding: 5px;
}
#S5 a.pcalBtn{
    top: 15px;
}
#TrackingCodeForm{
    display: none;
    padding: 40px 30px 15px;
    background: #dff7eb;
    max-width: 30%;
    margin: 30px auto;
    border-radius: 15px;
    font-weight: 600;
    color: rgb(75 85 99);
}
#TrackingCode{
    font-weight: 900;
    font-size: 40px;
    color: #000;
}
/*========================= supplier ========================*/
@media(max-width: 991px){
    .BoxStep {max-width: 25%;flex: 0 0 25%;display: inline-block;}
    .Forms{
        flex: 0 0 75%;
        max-width: 75%;
        padding: 10px;
    }
    .BoxAnim {
    flex: 0 0 16%;
    max-width: 16%;
}
    .flx-20 {
    max-width: 33.333333% !important;
    flex: 0 0 33.333333% !important;
}
    .flx-10{
    max-width: 25%;
    flex: 0 0 25%;
}
    #collapseTwo7 .flx-100 .flx-20 {
         max-width: 25% !important;
    flex: 0 0 25% !important;
    }
    #collapseTwo7 .flx-30{
        max-width: 40% ;
    flex: 0 0 40% ;
    }
    .flx-40, .flx-60{
         max-width: 100%;
    flex: 0 0 100%;
    }
    #collapseThree5 .panel-body .d-flx:first-child .flx-30{
        max-width: 100%;
        flex: 0 0 100%;
    }
    #collapseThree5 .panel-body .d-flx:first-child .flx-30 .flx-30{
        max-width: 30% ;
    flex: 0 0 30% ;
    }
    #collapseThree5 .flx-10{
    max-width: 10%;
    flex: 0 0 10%;
}
}

@media(max-width: 991px){
    .BoxAnim {
    flex: 0 0 100%;
    max-width: 100%;
}
    .ActiveStpet .btnSpet:after, .pasting .btnSpet:after{
    border-right: 0;
    border-left: 15px solid #fde3f1;
    transform: rotate(90deg);
    left: 75px;
    top: 18px;
    z-index: 3;
}
    .pasting .btnSpet:after{
        border-left: 15px solid #e2ece5;
    }
}
@media(max-width: 750px){
        .flx-20 {
    max-width: 50% !important;
    flex: 0 0 50% !important;
}
    .flx-10 {
    max-width: 25%;
    flex: 0 0 25%;
}
    .flx-50{
        max-width: 100%;
    flex: 0 0 100%;
    }
}
@media(max-width: 650px){
    .ActiveStpet .btnSpet:after, .pasting .btnSpet:after{
        left: 70px;
    }
}

@media(max-width: 580px){
.BoxStep {max-width: 30%;
          flex: 0 0 30%;
         }
    .Forms{
        flex: 0 0 70%;
        max-width: 70%;
    }
}

@media(max-width: 520px){
.flx-20 {
    max-width: 100% !important;
    flex: 0 0 100% !important;
}
    .flx-10 {
    max-width: 50%;
    flex: 0 0 50%
}
    .sr-title{
    font-size: 18px;;
}
    #collapseTwo7 .flx-30 {
    max-width: 100%;
    flex: 0 0 100%;
}
    #collapseTwo7 .flx-100 .flx-20 {
    max-width: 50% !important;
    flex: 0 0 50% !important;
}
}
@media(max-width: 450px){
    .ActiveStpet .btnSpet:after, .pasting .btnSpet:after, .ArrowLeft{
    left: 65px;
}
    .BoxStep {max-width: 35%;
          flex: 0 0 35%;
         }
    .Forms{
        flex: 0 0 65%;
        max-width: 65%;
    }
}
@media(max-width: 380px){
    .ActiveStpet .btnSpet:after, .pasting .btnSpet:after{
    left: 53px;
}
    .ArrowLeft{
    left: 52px;
}
  .flx-10 {
    max-width: 100%;
    flex: 0 0 100%
}
    .btnSpet span{
    letter-spacing: -.5px;
}
}
@media(max-width: 365px){
    .Step4 .ArrowLeft{
    top: 80px;
}
}
@media(max-width: 350px){
    .Step3 .ArrowLeft{
    top: 80px;
}
}
@media(max-width: 324px){
     .BoxStep {max-width: 15%;
          flex: 0 0 15%;
         }
    .Forms{
        flex: 0 0 85%;
        max-width: 85%;
    }
.btnSpet span{
    display: none;
}
    .ActiveStpet .btnSpet:after, .pasting .btnSpet:after{
    content: none;
}
    .ArrowLeft, .Step4 .ArrowLeft, .Step3 .ArrowLeft  {left: 13px;top: 42px;}
}