﻿.cnt-inpt-input.cnt-disabled {
    width: 57px;
    padding: 5px 7px;
}
/*.{
    width: 57px;
    padding: 5px 7px;
}*/
    /*---- feb 11 2021 ----*/
.cnt-no {
    /*margin-right: 10px;*/
    border-bottom: 1px solid #e9ebf4;
    padding-bottom: 1px;
    background-color: #f8f8f8;
}

    .cnt-num-v {
        display: flex;
    }


div.select-o {
    background: transparent;
    font-size: 15px;
    color: rgb(64, 69, 83);
    display: block;
    width: 100%;
    border-top: initial;
    border-right: initial;
    border-left: initial;
    user-select: text;
    transform: none;
    cursor: auto;
    border-image: initial;
    /*! border-bottom: 1px solid rgb(226, 229, 241); */
    font-weight: 400;
    position: relative;
}

    div.select-o p {
        padding: 5px;
        width: 100%;
        margin-bottom: 0px;
        font-size: 15px;
        color: #000;
        border-bottom: 1px solid rgb(226, 229, 241);
    }

    div.select-o:after {
        content: "▼";
        position: absolute;
        right: 6px;
        top: 16px;
        font-size: 9px;
    }

    div.select-o .hidden {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        transition: .1s;
        background: white;
        border: 1px solid #e7e7e7;
        z-index: 9999999999990;
        width: 100%;
        /*! display: contents; */
    }

    div.select-o:hover .hidden {
        visibility: visible;
        opacity: 1;
    }

    div.select-o p:hover, div.select-o:hover {
        background: #dddddd26;
    }

#reportdate {
    border-bottom: 1px solid #e9ebf4 !important;
    border: 0px;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    padding: 9px 0px;
    width: 100%;
    font-size: 15px;
}

.avatar-upload {
    position: relative;
    left: 10px;
    top: 10px;
    margin-bottom: 17px;
    width: 160px;
}

    .avatar-upload .avatar-edit {
        position: absolute;
        z-index: 1;
        right: 0;
        bottom: 0rem;
    }


    .avatar-upload .avatar-preview {
        width: 160px;
        height: 160px;
        position: relative;
        border-radius: 100%;
        border: 2px solid #efefef;
        /*! box-shadow: 0px 2px 7px 3px rgba(0, 0, 0, 0.1); */
        border-radius: 0px;
    }

        .avatar-upload .avatar-preview > div {
            width: 100%;
            height: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }

    .avatar-upload .avatar-edit input {
        display: none;
    }

        .avatar-upload .avatar-edit input + label {
            display: inline-block;
            width: 34px;
            height: 34px;
            margin-bottom: 0;
            padding: 5px 1px 3px 8px;
            border-radius: 100%;
            color: #ccc;
            background: #FFFFFF;
            border: 1px solid transparent;
            box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
            cursor: pointer;
            font-weight: normal;
            transition: all 0.2s ease-in-out;
            left: 0;
        }

        .avatar-upload .avatar-edit input + label {
            color: #ccc;
            cursor: pointer;
            font-weight: normal;
        }

.err-Msg {
    display: block;
    padding-top: 5px;
    font-size: 13px;
}

.radio-g {
    margin-top: 10px;
}

.prof-x select {
    border-bottom: 1px solid #e1e2e8 !important;
    border: 0px;
    border-radius: 0px;
    
    height: 41px;
}

.prof-x select {
    background-color: #fff;
    background-image: url('../img/down-arrowp.png');
    background-position: right 5px center;
    background-repeat: no-repeat;
    background-size: auto 40%;
    border-radius: 0;
    border: none;
    color: #000;
    padding: 10px 16px 4px 0px;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-size: 15px;
    font-weight: 400;
    background-position-y: 17px;
}

    .prof-x select::-ms-expand {
        display: none;
    }




/*---- feb 11 2021 end----*/

/*--16-02-2021--*/
.edit-prf-btn {
    flex: auto;
    display: flex;
    flex-flow: row wrap;
    -webkit-box-pack: end;
    justify-content: flex-end;
    user-select: none;
}

.edit-p-dt {
    transition: all 0.25s ease-in 0s;
    border-radius: 3px;
    box-shadow: rgb(0 0 0 / 11%) 0px 1px 1px 0px;
    padding: 3px 14px;
    width:;
    background-color: rgb(172, 130, 29);
    color: rgb(255, 255, 255);
    height: 42px;
    border: 1px solid #ad831ea1;
    font-size: 14px;
    cursor: pointer;
}

#ddlProfession * {
    padding: 5px 0;
}

.up-profile-cancel {
    background-color: transparent !important;
    color: #000 !important;
}

.profile-save-btn {
    display: none;
}


.MultiCheckBox {
    border-bottom: 1px solid #dedede;
    padding: 10px 8px;
    border-radius: 4px;
    padding-bottom: 7px;
    cursor: pointer;
}

    .MultiCheckBox .k-icon {
        font-size: 15px;
        float: right;
        font-weight: bolder;
        margin-top: -7px;
        height: 10px;
        width: 14px;
        color: #787878;
    }

.MultiCheckBoxDetail {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 8px;
    overflow-y: hidden;
    width: 100%;
}

.MultiCheckBoxDetailBody {
    overflow-y: scroll;
}

.MultiCheckBoxDetail .cont {
    clear: both;
    overflow: hidden;
    padding: 3px;
}

    .MultiCheckBoxDetail .cont:hover {
        background-color: #cfcfcf;
    }

.MultiCheckBoxDetailBody > div > div {
    float: left;
}

.MultiCheckBoxDetail > div > div:nth-child(1) {
}

.MultiCheckBoxDetailHeader {
    overflow: hidden;
    position: relative;
    height: 28px;
    background-color: #d0d0d0;
}

    .MultiCheckBoxDetailHeader > input {
        position: absolute;
        top: 9px;
        left: 3px;
    }

    .MultiCheckBoxDetailHeader > div {
        position: absolute;
        top: 5px;
        left: 24px;
        color: #000;
    }
input.mulinput {
    margin-right: 8px;
}
.disabled:disabled {
    background-color: #f8f8f8;
}

input#Mobile:disabled {
    background-color: #f8f8f8;
}

.usrEmail {
    background-color: #f8f8f8 !important;
}

.Interests-v {
    pointer-events: none;
    background-color: #f8f8f8;
}

.Non-disabled {
    pointer-events: all;
    background-color: transparent;
}

.disabled-AddToCart {
	pointer-events: none;
	background-color: #ccc;
}

/*------- ========= feb 18 tracking Details css ========----------*/

.tracking-v {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
}

.trk-img-x {
    /*! width: 33px; */
    margin-left: 15px;
    height: 22px;
}

.link-tracking {
    cursor: pointer;
}

.track-detils-tab {
    background: white;
    border-top: 1px solid rgb(241, 243, 249);
    padding: 15px;
    box-shadow: rgba(223, 223, 223, 0.35) 0px 1px 5px 2px;
    border-radius: 3px;
}

.trk-order-no-v {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

    .trk-order-no-v h3 {
        font-size: 15px;
        color: #ab821e;
        margin-bottom: 0px;
    }

    .trk-order-no-v span {
        margin-left: 10px;
        font-size: 14px;
        color: #6f6f6f;
        font-weight: 300;
    }

.track-p-items {
    display: flex;
    -webkit-box-align: stretch;
    align-items: center;
    background: white;
    position: relative;
    border-top: 1px solid rgb(241, 243, 249);
    margin-top: 10px;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

.tr-prd-img {
    display: flex;
    justify-content: space-around;
    -webkit-box-align: center;
    align-items: center;
    max-width: 100px;
    padding: 5px;
    flex: 1 1 0px;
}

    .tr-prd-img img {
        width: 100px;
    }

.track-prd-dts {
    padding: 12px;
    flex: 1 1 0px;
    display: flex;
    flex-direction: column;
    /*! padding-top: 25px; */
    /*! align-items: ; */
}

    .track-prd-dts h4 {
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsi;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        color: #313131;
    }


.track-price-v {
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}


.dly-date p {
    font-size: 13px;
    font-weight: 300;
    color: #5b5b5b;
}

.dl-d-v {
    color: #ab821e;
}

.itm-cnt {
    display: block;
    text-align: left;
    font-size: 14px;
    color: #656565;
    font-weight: 300;
}

.currency {
    font-size: 14px;
    font-weight: 300;
}

.value {
	font-size: 14px;
	font-weight: 500;
	color: #000000;
}

.track-prd-dts h4 span {
    color: #626262;
}



.root {
    padding: 3rem 1.5rem;
    border-radius: 5px;
    box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.3);
}

.order-track {
    margin-top: 0rem;
    padding: 0 0rem;
    border-top: 0.5px dashed #2c3e50;
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
}

.order-track-step {
    display: flex;
    height: 5rem;
}

    .order-track-step:last-child {
        overflow: hidden;
        height: 4rem;
    }

        .order-track-step:last-child .order-track-status span:last-of-type {
            display: none;
        }

.order-track-status {
    margin-right: 1.5rem;
    position: relative;
}


.order-track-text-stat {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
    color:;
    line-height: 11px;
}

.order-track-text-sub {
    font-size: 13px;
    font-weight: 300;
    color: #808080;
}

.order-track {
    transition: all 0.3s height 0.3s;
    transform-origin: top center;
}

.trakc-dt-v-ads {
    margin-top: 1rem;
    border-top: 1px solid #ebedf2;
    padding-top: 2rem;
    display: flex;
    align-items: flex-start;
    justify-content: stretch;
    border-top: 1px solid rgb(241, 243, 249);
}

    .trakc-dt-v-ads > div:first-child {
        margin-right: 15px;
        border-right: 1px solid rgb(217, 217, 217);
        padding-right: 1rem;
    }

    .trakc-dt-v-ads > div {
        flex: 1 1 0%;
        align-self: stretch;
    }

.trk-d h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: black;
}

.tr-order-ads-v {
    border-top: 0.5px dashed #2c3e50;
    padding-top: 1rem;
}

.tr-od-ads-usr h5 {
    font-size: 15px;
    text-transform: uppercase;
}

.tr-od-ads-usr p {
    font-size: 14px;
    margin-bottom: 0px;
    color: #606060;
    font-weight: 300;
}

.tr-od-mb-n h5 {
    font-size: 15px;
    text-transform: uppercase;
}

.tr-od-mb-n p {
    font-size: 14px;
    margin-bottom: 0px;
    color: #606060;
    font-weight: 300;
}

.tr-od-mb-n {
    box-shadow: 0px 0px 15px #cccccc7a;
    margin: 10px;
    padding: 15px;
    border: 3px;
}

.tr-od-ads-usr {
    box-shadow: 0px 0px 15px #cccccc7a;
    margin: 10px;
    padding: 15px;
    border: 3px;
}

.tr-od-pay-md {
    box-shadow: 0px 0px 15px #cccccc7a;
    margin: 10px;
    padding: 15px;
    border: 3px;
}

    .tr-od-pay-md h5 {
        font-size: 15px;
        text-transform: uppercase;
    }

    .tr-od-pay-md p {
        font-size: 14px;
        margin-bottom: 0px;
        color: #606060;
        font-weight: 300;
    }

        .tr-od-pay-md p img {
            width: 40px;
        }

.pay-card-num {
    padding-left: 10px;
    font-size: 14px;
}

.card-type {
    color: #40a850;
    padding-left: 10px;
}

.tr-order-sumary {
    box-shadow: 0px 0px 15px #cccccc7a;
    margin: 10px;
    padding: 15px;
    border: 3px;
}

    .tr-order-sumary h5 {
        font-size: 15px;
        text-transform: uppercase;
    }

.tr-order-list {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 10px;
    color: rgb(64, 69, 83);
}

    .tr-order-list p {
        font-size: 14px;
        text-transform: capitalize;
        font-weight: 300;
        margin-bottom: 0px;
        color: #626262;
    }

    .tr-order-list span {
        font-size: 14px;
        color: #000;
        font-weight: 300;
    }

.disc-price {
    color: #1aa730 !important;
}

.shipiong-type {
    font-weight: 500 !important;
    color: #b0892c !important;
}

.dived-line-tr {
    margin: 10px 0px;
    border-top: 1px solid rgb(241, 243, 249);
    border-right-color: rgb(241, 243, 249);
    border-bottom-color: rgb(241, 243, 249);
    border-left-color: rgb(241, 243, 249);
}

.order-progress {
    background-color: #9ad9ee;
}

.mobile-v-open {
    display: none;
}

.track-detils-tab {
    display: none;
}

.back-to-order img {
    height: 15px;
    margin-right: 7px;
    position: relative;
    top: 3px;
}

.back-to-order span {
    font-size: 14px;
}

.back-to-order {
    border: 1px solid #ebebeb;
    display: flex;
    width: 150px;
    margin-bottom: 1rem;
    border-radius: 3px;
    padding: 10px 15px;
    cursor: pointer;
}

.tr-back-ord {
    margin-top: 1.4rem;
    display: none;
}

/*-------- mobile resposnvie ----------*/
@media only screen and (min-width : 320px) and (max-width : 570px) {

    .track-price-v {
        display: none;
    }

    .mobile-v-open {
        display: block;
    }

    .trk-order-no-v h3 {
        font-size: 12px;
    }

    .track-prd-dts h4 {
        font-size: 14px;
        font-weight: 300;
        color: #000;
    }

        .track-prd-dts h4 span {
            color: #000;
        }

    .trakc-dt-v-ads {
        display: block;
    }

        .trakc-dt-v-ads > div:first-child {
            margin-right: 0px;
            border-right: none;
            padding-right: 0px;
        }

    .order-track {
        margin-bottom: 2rem;
    }

    .tr-od-ads-usr {
        margin: 10px;
    }

    .tr-od-mb-n {
        margin-top: 10px;
    }

    .tr-od-pay-md {
        margin-top: 10px;
    }

    .tr-order-sumary {
        margin-top: 10px;
    }
}


.track-order-num {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
}

    .track-order-num p {
        color: black;
        text-transform: uppercase;
        font-size: 14px;
        margin-bottom: 0px;
    }

.cart-item-remove {
    margin-top: 5px;
}

    .cart-item-remove img {
        width: 18px;
        color: #000;
    }

    .cart-item-remove span {
        font-size: 13px;
        color: #000;
    }
/*----======== feb 18 tracking Details css ======== ----*/


