@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

body {
    font-family: 'Poppins', sans-serif !important;
    background: #F5F6F8;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.profile-img{
    width: 21px;
    border: 1px solid #c7c1c1;
    border-radius: 50%;
    /* display: block; */
}

.main_container {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}



.login_main {
    background: url(../../assets/images/login_bg.png) repeat-y top center;

    height: 100vh;
    position: relative;
}

.digicolset_logo {
    padding: 16px 15px;
    backdrop-filter: blur(10px);
    background: #ffffff33 !important;
}

.digicolset_logo img {
    width: 160px;
}

.login_section {
    /* position: absolute;
    width: 100%;
    bottom: 30px; */
    padding: 0 15px 0 15px;
}



.login_section h1 {
    color: #515C6F;
    font-size: 24px;
    margin-bottom: 15px;
    padding-left: 5px;
}

.login_section p {
    color: #515C6F;
    font-size: 16px;
    margin-bottom: 30px;
    padding-left: 5px;
}

ul.login_form {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

ul.login_form li {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

ul.login_form li input,
ul.login_form li input:focus {
    border: 1px solid #b9c0cb;
    background: none;
    padding: 15px 30px;
    border-radius: 40px;
    outline: none;
    box-shadow: none;
    color: #515C6F;

}

input.user_id_input {
    background-repeat: no-repeat !important;
    background-size: 20px !important;
    background-position: 15px center !important;
}

input.password_input {
    background-repeat: no-repeat !important;
    background-size: 20px !important;
    background-position: 15px center !important;
}

input.user_id_input::placeholder,
input.password_input::placeholder {
    color: #515C6F !important;
    opacity: 0.4;
    /* Firefox */
}

input.user_id_input::-ms-input-placeholder,
input.password_input::-ms-input-placeholder {
    /* Edge 12-18 */
    color: #515C6F !important;
}


.forgot_pswd {
    position: absolute;
    right: 20px;
    top: calc(50% - 8px);
    font-size: 12px;
    text-decoration: none;
    font-weight: 600;
    color: #515C6F;
}

.primary_btn_lg {
    display: inline-block;
    border-radius: 40px;
    text-align: center;
    background-image: linear-gradient(to right, #485563 0%, #29323c 51%, #485563 100%);
    box-shadow: 0 0 20px #eee;
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    border: none;
    padding: 15px 30px;
    line-height: 30px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-size: 200% auto !important;
    text-decoration: none;
    cursor: pointer;
}

.primary_btn_lg:hover {
    background-position: right center;
}

.primary_btn_lg img {
    width: 24px;
    margin-left: 10px;
}



.primary_btn_sm {
    display: inline-block;
    border-radius: 40px;
    text-align: center;
    background-image: linear-gradient(to right, #485563 0%, #29323c 51%, #485563 100%);
    box-shadow: 0 0 20px #eee;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    border: none;
    padding: 5px 20px;
    line-height: 30px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-size: 200% auto !important;
    text-decoration: none;
    cursor: pointer;
}

.primary_btn_sm:hover {
    background-position: right center;
}

ul.btns_set {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
    text-align: center;
}

ul.btns_set li {
    width: 50%;
    padding: 5px;
}

ul.btns_set li button {
    font-size: 11px;
    padding: 5px 8px;
}

a.secondry_btn_sm2 {
    border: 1px solid #515C6F;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    padding: 10px;
    text-decoration: none;
    color: #515C6F;
    font-size: 14px;
    font-weight: 500;
    opacity: 0.8;
}

a.secondry_btn_sm2:hover {
    opacity: 1;
}

a.secondry_btn_sm2 img {
    margin-right: 5px;
    height: 20px;
}

p.powered_by {
    font-size: 14px;
    color: #515C6F;
    text-align: center;
    padding: 15px;
    font-family: 'Poppins', sans-serif;
    opacity: 0.8;
    text-transform: uppercase;
    margin: 0;
}

p.powered_by a {
    color: #BE202F;
    text-decoration: none;
    font-weight: 600;
}


/********************START*********************************
*****************Dashboard********************************/

.home_logo {
    padding: 10px;
    text-align: center;
    margin-bottom: 0;
}

.home_bg_color {
    background: #F7EEE9;
}

.home_logo img {
    width: 160px;
}


.inner_container {
    width: 100%;
    margin: 0 auto 0 auto;
    padding-bottom: 45px;
}

.top_nav {
    background: #f5f6f8;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 5px 5px 5px;
    z-index: 1;
}

.top_nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: table;
}

.top_nav ul li {
    display: table-cell;
    width: 50%;
    padding: 5px 5px;
}

.top_nav ul li a img {
    width: 14px;
}

.top_nav ul li:nth-child(2) {
    text-align: right;
}

.top_nav ul li a {
    padding: 5px 5px;
}


.top_nav ul li a.filter_list {
    background: #fff;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: inline-block;
    padding: 0;
    text-align: center;
    box-shadow: 0px 12px 28px 0px rgba(140, 149, 159, 0.3);
}

.top_nav ul li a.filter_list img {
    width: 16px;
}

.main_slider{
    margin-bottom: 15px;
}

.main_slider img {
    width: 100%;
    border-radius: 20px;
}



.offcanvas-title {
    font-size: 16px;
    color: #969DA8;
    font-weight: 300;
}


.slick-initialized .slick-slide {

    padding: 0 5px !important;
}

.agent_info {
    background: #F7EEE9;
    border-radius: 20px;
    padding: 5px;
    margin: 90px 0 15px 0;
}

.agent_info .agent_photo {
    width: 100px;
    margin: -15px 0 5px 30px;
    float: left;

}

.agent_info .agent_photo img {
    width: 100%;
    border-radius: 50%;
}

.agent_infoin {
    float: left;

}

.agent_info .agent_name {
    font-size: 16px;
    font-weight: 600;
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 0;
}

.agent_info .agent_email {
    font-size: 12px;
    margin-left: 15px;
    margin-top: 0px;
}

.agent_info ul {
    list-style: none;
    margin: 0;
    padding: 5px 0;
    width: 100%;
    display: table;
    background: #fff;
    border-radius: 0 0 20px 20px;
}

.agent_info ul li {
    display: table-cell;
    width: 33.3333%;
    text-align: center;
    padding: 0 0;
    border-right: 1px solid #F7EEE9;
}

.agent_info ul li:nth-child(3) {
    border-right: none;
}

.agent_info ul li label {
    font-size: 12px;
    color: #A1A1A1;
}

.agent_info ul li h3 {
    font-size: 14px;
    color: #000000;
}

.start_sec {
    margin-bottom: 15px;
}

.primary_btn {
    display: inline-block;
    border-radius: 40px;
    text-align: center;
    background-image: linear-gradient(to right, #485563 0%, #29323c 51%, #485563 100%);
    box-shadow: 0 0 20px #eee;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    border: none;
    padding: 10px 30px;
    line-height: 30px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-size: 200% auto !important;
    text-decoration: none;
    cursor: pointer;
}


.primary_btn:hover {
    background-position: right center;
}


.secondry_btn {
    display: inline-block;
    border-radius: 40px;
    text-align: center;
    box-shadow: 0 0 20px #eee;
    color: #515C6F !important;
    font-size: 16px;
    font-weight: 600;
    border: none;
    padding: 10px 30px;
    line-height: 30px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-size: 200% auto !important;
    text-decoration: none;
    cursor: pointer;
    background-image: linear-gradient(to right, #FFFFFF 0%, #FFFFFF 51%, #FFFFFF 100%);

}

.secondry_btn:hover {
    background-position: right center;
}


.aw {
    width: auto !important;
}

.secondary_btn {
    display: inline-block;
    border-radius: 40px;
    background-image: -moz-linear-gradient(to right, #86C3C3 0, #62AAAA 51%, #86C3C3 100%);
    background-image: -webkit-linear-gradient(to right, #86C3C3 0, #62AAAA 51%, #86C3C3 100%);
    background-image: -ms-linear-gradient(to right, #86C3C3 0, #62AAAA 51%, #86C3C3 100%);
    background-image: linear-gradient(to right, #86C3C3 0, #62AAAA 51%, #86C3C3 100%);

    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    border: none;
    padding: 8px 30px;
    line-height: 30px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-size: 200% auto !important;
    text-decoration: none;
    cursor: pointer;
}

.secondary_btn:hover {
    background-position: right center;
}


.secondry_btn img,
.primary_btn img {
    width: 16px;
    margin-right: 5px;
}


.dashboard_info {
    position: relative;
}

.dashboard_info ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.dashboard_info ul li {
    width: 33.3333%;
    padding: 5px;
}

.dashboard_info ul li .info_subp {
    border: 1px solid #86C3C3;
    border-radius: 10px;
    padding: 2px 10px;
}

.dashboard_info ul li label {
    font-size: 11px;
    color: #A1A1A1;
}

.dashboard_info ul li h3 {
    font-size: 12px;
    color: #000000;
}



.bottom_menu {
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    z-index: 9;
}

.bottom_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: table;
}

.bottom_menu ul li {
    display: table-cell;
    width: 20%;
    text-align: center;
    padding: 0 5px;
}

.bottom_menu ul li a {
    display: block;
    color: #2C1047;
    font-size: 10px;
    padding: 30px 0 5px 0;
    text-decoration: none;
    background-size: 16px !important;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    cursor: pointer;
}

.bottom_menu ul li a.home_tab {
    background: url(../../assets/images/home.svg) no-repeat center 8px;

}

.bottom_menu ul li a.home_tab:hover,
.bottom_menu ul li a.home_tab.active {
    background: url(../../assets/images/home_active.svg) no-repeat center 8px;
    color: #BE202F;
    background-size: 16px !important;
}

.bottom_menu ul li a.wardrobe_tab {
    background: url(../../assets/images/wardrobe.svg) no-repeat center 8px;
}

.bottom_menu ul li a.wardrobe_tab:hover,
.bottom_menu ul li a.wardrobe_tab.active {
    background: url(../../assets/images/wardrobe_active.svg) no-repeat center 8px;
    color: #BE202F;
    background-size: 16px !important;
}

.bottom_menu ul li a.addclothes_tab {
    background: url(../../assets/images/add_clothes.svg) no-repeat center 8px;
}

.bottom_menu ul li a.addclothes_tab:hover,
.bottom_menu ul li a.addclothes_tab.active {
    background: url(../../assets/images/add_active.svg) no-repeat center 8px;
    color: #BE202F;
    background-size: 16px !important;
}

.bottom_menu ul li a.least_tab {
    background: url(../../assets/images/least.svg) no-repeat center 8px;

}

.bottom_menu ul li a.least_tab:hover,
.bottom_menu ul li a.least_tab.active {
    background: url(../../assets/images/least_active.png) no-repeat center 8px;
    color: #BE202F;
    background-size: 16px !important;
}


.bottom_menu ul li a.account_tab {
    /* background: url(../../assets/images/male_profile.svg) no-repeat center 8px; */
}

.female-bg {
    background: url('/assets/images/female_profile.png') no-repeat center 8px;
    background-size: cover;
}

.male-bg {
    background: url('/assets/images/male_profile.svg') no-repeat center 8px;
    background-size: cover;
}

.bottom_menu ul li a.account_tab:hover,
.bottom_menu ul li a.account_tab.active {
    /* background: url(../../assets/images/male_profile.svg) no-repeat center 8px; */
    color: #BE202F;
    background-size: 16px !important;
}


/********************END***********************************
*****************Dashboard********************************/


/********************START*********************************
*****************Lets Start Screen*************************/



ul.select_list {
    list-style: none;
    margin: 0 0 5px 0;
    padding: 0;
    width: 100%;
    display: flex;
}

ul.select_list li {
    width: 50%;
    padding: 0;
}

ul.select_list li:nth-child(1) {
    padding-right: 5px;
}

ul.select_list li:nth-child(2) {
    padding-left: 5px;
}

label.select_option_label {
    padding: 10px 10px 5px 10px;
    color: #9A9A9A;
    font-size: 12px;
}

/*the container must be positioned relative:*/
.custom-select {
    position: relative;
    margin-bottom: 5px;
}



.custom-select select {
    display: none;
    /*hide original SELECT element:*/
}

.select-selected {
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #86C3C3 !important;
    color: #000;
    font-size: 14px;
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 18px;
    right: 15px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #86C3C3 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #86C3C3 transparent;
    top: 12px;
}

/*style the items (options), including the selected item:*/
.select-items div {
    color: #000;
    padding: 4px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
    font-size: 12px;
}

.select-selected {
    color: #000;
    padding: 12px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
    border-radius: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #86C3C3;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;

    max-height: 200px;
    overflow-y: auto;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: #E7F7F7;
}

.inputNumber,
.inputNumber:focus {
    border-radius: 40px !important;
    padding: 12px 20px !important;
    font-size: 14px !important;
    margin-bottom: 15px;
    border: 1px solid #86C3C3;
    outline: none;
    box-shadow: none;
}

.custom_close,
.custom_close:focus {
    position: absolute;
    right: 15px;
    box-shadow: none;
    background-size: 12px;
    top: 15px;
}

.custom_back,
.custom_back:focus {
    position: absolute;
    left: 15px;
    box-shadow: none;
    background: url(../../assets/images/back_icon.png) no-repeat center center;
    background-size: 10px;
    top: 15px;
}


.model_header {
    background: #E7F7F7;
    color: #1E1E1E;
    text-align: center;
    width: 100%;
    padding: 15px 0;
    border-radius: 0 0 50% 50%;
}

.model_header img {
    width: 44px;
    margin-bottom: 5px;
}

.model_header h3 {
    font-size: 14px;
}



/********************END***********************************
*****************Lets Start Screen********************************/



input.custom_radio {
    width: 1.5em;
    height: 1.5em;
    margin-top: 0;
    margin-right: 5px;
    border: 2px solid #BE202F !important;
}

input.custom_radio:checked {
    background-color: #BE202F !important;
    border-color: #BE202F !important;
}


/********************END***********************************
*****************DIALER Screen******************************/




/********************START***********************************
*****************LEFT MENU COMPONENT***********************/
.mt-minus45 {
    margin-top: 15px;
}

ul.left_navlinks {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.left_navlinks li {
    border-bottom: 1px solid #F7EEE9;
    padding: 10px 0;
}

ul.left_navlinks li a.logout_link {
    text-decoration: none;
    padding: 5px 5px 5px 5px;
    display: block;
    color: #515C6F;
    font-size: 14px;
    background: url(../../assets/images/logout_icon.png) no-repeat right center;
    background-size: 20px;
}

ul.left_navlinks li a {
    text-decoration: none;
    padding: 5px 5px 5px 5px;
    display: block;
    color: #515C6F;
    font-size: 14px;
    background: url(../../assets/images/next_icon.svg) no-repeat right center;
    background-size: 20px;
}


ul.left_navlinks li ul {
    list-style: none;
    margin: 0 0 0 30px;
    padding: 0;
}

ul.left_navlinks li ul li {
    list-style: none;
    margin: 0;
    padding: 10px 0 10px 0;
    border-bottom: none;
    font-size: 14px;
    color: #414141;
}

ul.left_navlinks li ul li label,
ul.left_navlinks li ul li input {
    cursor: pointer;
}

/********************END***********************************
*****************LEFT MENU COMPONENT***********************/
.banner1 {
    margin-top: 45px;
}

.banner1 img {
    width: 100%;
    border-radius: 0 0 0 0;
}

.slick-track {
    display: flex !important;
}

.hiw_section {
    text-align: center;
    padding: 45px 0 15px 0;
}

.hiw_section h2 {
    color: #515C6F;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 15px;
}

.hiw_slider img {
    width: 100%;
}


.faq_section {
    text-align: center;
    padding: 45px 0 90px 0;
}

.inner_page_saction {
    padding: 15px 0 90px 0 !important;
}

.faq_section h3 {
    color: #515C6F;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 15px;
}

.acustom .accordion-button {
    background: none;
    font-size: 14px;
    letter-spacing: -0.4px;
    font-weight: 500;
    color: #515C6F;
    padding-left: 30px;
    padding-right: 0px;
}

.acustom .accordion-button b {
    margin-left: -30px;
    margin-right: 5px;
    position: absolute;
    top: 15px;
}

.acustom .accordion-button.collapsed,
.acustom .accordion-button:focus {
    font-size: 14px;
    font-weight: 500;
    color: #515C6F;
    letter-spacing: -0.4px;
    background: none;
    box-shadow: none !important;

}

.acustom .accordion-button::after,
.acustom .accordion-button:not(.collapsed)::after {
    background-size: 14px !important;
    background-position: 2px 5px !important;
}

.acustom .accordion-item {
    background: none;
}

.acustom .accordion-body {
    text-align: left;
    font-size: 14px;
    padding-top: 5px;
    padding-left: 30px;

}

.select_male_female {
    padding: 60px 0;
}

.select_male_female img {
    width: 80%;
    margin-bottom: 15px;
}

.select_male_female h3 {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    color: #515C6F;
    margin-bottom: 45px;
}

.select_gender {
    background: #F7EEE9;
    padding: 8px 20px;
    border-radius: 20px;
    display: inline-block;
    width: 150px;
}


.select_bodytype_sec {
    padding: 15px 0;
}

.select_bodytype_sec h3 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.4px;
    text-align: center;
    font-weight: 300;
    color: #515C6F;
    margin-bottom: 15px;
    padding: 15px 0;
}

ul.select_bodytype {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

ul.select_bodytype li {
    width: 50% !important;
    padding: 10px !important;
}

ul.select_bodytype li .bodytype {
    background: #fff;
    text-align: center;
    border-radius: 20px;
    border: none;
    position: relative;
    box-shadow: 0 7px 30px -10px rgba(150, 170, 180, 0.5);
}

ul.select_bodytype li .bodytype img {
    width: 80%;
    margin: 0 auto;
}

ul.select_bodytype li .bodytype input {
    position: absolute;
    top: 12px;
    right: 8px;
    z-index: 9;
}

ul.select_bodytype li .bodytype label {
    font-size: 12px;
    display: block;
    padding: 5px;
}

.bg_lgray {
    background: #F5F6F8;
}

a.information_icon {
    position: absolute;
    right: 10px;
    bottom: 5px;
    z-index: 9;
    cursor: pointer;
}

a.information_icon img {
    width: 14px !important;
}

.UploadImages {
    position: absolute;

    height: 50px;
    text-align: center;
    z-index: 9;
    opacity: 0;
}

.step_img {
    text-align: center;
    margin-bottom: 15px;
}

.step_img img {
    width: 75%;
    margin: 0 auto;
}

.sorted_section {
    margin-bottom: 15px;
}

.sorted_section h4 {
    color: #515C6F;
    font-size: 16px;
    text-transform: uppercase;
}

.sorted_slider a {
    cursor: pointer;
}

.sorted_slider img {
    width: 100% !important;
    aspect-ratio: 1/1;
    object-fit: contain;
    background: #fff;
}

.sorted_slider .sslide_item {
    background: #fff;
    border-radius: 4px;
    padding: 6px !important;
    box-shadow: 0 7px 30px -10px rgba(150, 170, 180, 0.5);
    margin-right: 5px !important;
    position: relative;
}


.upload_img_header {
    text-align: center;
}

.upload_img_header img {
    width: 100%;
}

a.remove_item {
    background: url(../images/Icon_Close.svg) no-repeat center center #fff;
    background-size: 10px;
    width: 12px;
    height: 12px;
    display: inline-block;
    position: absolute;
    z-index: 9;
    text-indent: -999px;
    overflow: hidden;
    right: 5px;
    top: 5px;
    opacity: 0.6;
}

a.remove_item:hover,
a.remove_item:focus {
    opacity: 1;
}


ul.rcmdn_type button.active {
    background: #fff !important;
    padding: 8px 15px 8px 15px;
    border-radius: 10px !important;
    font-size: 12px;
    position: relative;
    text-align: center !important;
    font-weight: 600;
    color: #515C6F !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    margin-right: 5px;
}


ul.rcmdn_type button {
    background: none !important;
    padding: 8px 15px 8px 15px;
    border-radius: 10px !important;
    font-size: 12px;
    position: relative;
    text-align: center !important;
    font-weight: 600;
    color: #8690a2 !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    margin-right: 5px;
}



a.shop_icon {
    background: url(../images/shop_icon.png) no-repeat center center;
    background-size: 25px;
    width: 25px;
    height: 25px;
    text-indent: -999px;
    overflow: hidden;
    display: block;
    position: absolute;
    right: 4px;
    top: 4px;
}

ul.outfit_actions {
    list-style: none;
    margin: -5px 0 0 0;
    padding: 0;
    display: flex;
    float: right;
}

ul.outfit_actions li a.remove_it {
    background: #F0E0E3;
    padding: 2px 8px;
    border-radius: 8px;
}

ul.outfit_actions li a.remove_it img {
    width: 12px;
}

ul.outfit_actions li a.save_it {
    color: #485563;
    text-decoration: none;
    font-size: 12px;
    background: #E6F5DF;
    padding: 5px 10px;
    border-radius: 8px;
    margin-left: 5px;
}

ul.outfit_actions li a.save_it img {
    width: 12px;
}


.wardrobe_header {
    background: url(../images/wardrobe_header_img.jpg) no-repeat top center #485563 fixed;
    background-size: 100%;
    color: #fff;
    text-align: center;
    padding: 5px;
}

.inner_header_img {
    background: url(../images/inner_header_img.jpg) no-repeat top center #485563 fixed !important;
    background-size: 100% !important;
}

.wardrobe_header ul.wardrobe_menu {
    list-style: none;
    margin: 0 0 30px 0;
    display: table;
    width: 100%;
    padding: 0;
}

.wardrobe_header ul.wardrobe_menu li {
    display: table-cell;
    width: 50%;
    text-align: left;
    padding: 5px;
}

.wardrobe_header ul.wardrobe_menu li:nth-child(2) {
    text-align: right;
}

.wardrobe_header ul.wardrobe_menu li:nth-child(2) img {
    width: 30px;
}

.wardrobe_header ul.wardrobe_menu li img {
    width: 111px;
}

.wardrobe_header h2 {
    font-size: 16px;
    font-weight: 700;
}

.wardrobe_header p {
    font-size: 15px;
    font-weight: 300;
}

.wardrobe_header h4 {
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}


.wardrobe_row1 {
    background: url(../images/wardrobe_row1.jpg) no-repeat top center #fff;
    background-size: cover;
    padding: 28px 0 10px 15px;
    margin-bottom: 0 !important;
}

.wardrobe_row2 {
    background: url(../images/wardrobe_row2.jpg) no-repeat top center #fff;
    background-size: cover;
    padding: 20px 0 10px 15px;
    margin-bottom: 0 !important;
}

.wardrobe_container {
    padding: 0 0 50px 0;
    overflow: hidden;
    display: block;
}


.white_slider {
    --start-right: 0px;
    --end-right: -768px;

    background: url(../images/white_slider.jpg) no-repeat;
    background-size: 100%;
    width: 100% !important;
    height: calc(100vh);
    position: fixed;
    z-index: 9;
    overflow: hidden;
    top: 0;
    animation: door_slide;
    animation-duration: 2s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;

}

@keyframes door_slide {
    from {
        right: var(--start-right);
        top: 0px;
        z-index: 9;
        opacity: 1;
    }

    to {
        right: var(--end-right);
        top: 0px;
        z-index: 9;
        opacity: 1;
    }


}





.least_item_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.least_item_list .least_item {
    background: #fff;
    border-radius: 4px;
    padding: 6px !important;
    box-shadow: 0 7px 30px -10px rgba(150, 170, 180, 0.5);
    margin-right: 10px !important;
    position: relative;
    width: 30%;
    margin-bottom: 15px;
}

.least_item_list .least_item img {
    width: 100% !important;
    aspect-ratio: 1/1;
    object-fit: contain;
    background: #fff;
}

.least_item_list .least_item input {
    position: absolute;
    right: 5px;
    top: 2px;
}


input.custom_cbox[type=checkbox] {
    border-radius: 0.25em;
    border: 2px solid #515C6F;
    width: 18px;
    height: 18px;
}

input.custom_cbox:checked {
    background-color: #515C6F;
    border-color: #515C6F;
}

ul.set_of3 {
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
    display: flex;
    width: 100%;
}

ul.set_of3 li {
    width: 33%;
    padding: 5px;
    text-align: center;
}

ul.set_of3 li button {
    font-size: 12px !important;
    font-weight: 700;
}



.bodytype .main_container {
    padding: 45px 15px;
}

.dialer_sec h2 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
}

.dialer_sec p {
    font-size: 16px;
    font-weight: 300;
}


.no_of_try {
    background: #F7EEE9;
    width: 33px;
    height: 33px;
    text-align: center;
    border-radius: 50%;
    font-size: 22px;
    font-weight: 700;
    position: absolute;
    color: #BE202F;
    padding: 0px;
    margin-top: 2px;
    right: 10px;
    top: 10px;
    border: 1px solid #BE202F;
}

.no_of_try span {
    font-size: 12px;
}

button.back_btn {
    background: url(../images/back_icon.png) no-repeat center center;
    width: 26px;
    height: 26px;
    display: inline-block;
    text-indent: -999px;
    border: none;
    background-size: 12px;
    margin-right: 5px;
}


button.save_edit_btn {
    float: right;
}

button.save_btn {
    position: absolute;
    right: 15px;
    top: 25px;
}



ul.popup_head {
    list-style: none;
    margin: 0;
    padding: 15px 0;
    display: flex;
    align-items: baseline;
}



ul.popup_head li h3 {
    font-weight: 600;
    font-size: 18px;
    color: #515C6F;
}




.user_photo_sec {
    border: none;
    border-radius: 10px;
    text-align: center;
    padding: 0 0 15px;
}

.proflie_img_parent {
    width: 175px;
    margin: 0 auto 15px auto;
    position: relative;
}

input.upImg_btn {
    right: 50px;
    top: 51px;
    width: 30px;
    height: 30px;
    background-size: 16px;
}

input.upImg_btn {
    width: 40px;
    height: 40px;
    position: absolute;
    background: url(../images/camera_icon.png) no-repeat 50% #e4e6eb;
    background-size: 20px;
    padding: 5px;
    cursor: pointer;
    display: block;
    border-radius: 50%;
    text-indent: -9999px;
    right: 26px;
    top: 70px;
    border: 1px solid #ccc;
}


.user_pic {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.upload_specifications {
    font-size: 12px;
    text-transform: inherit;
    color: #505050;
    letter-spacing: -.5px;
    margin: 0;
}

.proflie_img_remove {
    color: #000;
    cursor: pointer;
    font-size: 11px;
    font-weight: 600;
}









ul.profileupdate_form {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

ul.profileupdate_form li {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    text-align: left;
}

ul.profileupdate_form li input,
ul.profileupdate_form li input:focus {
    border: 1px solid #ccc;
    background: none;
    border-radius: 10px;
    outline: none;
    box-shadow: none;
    color: #515C6F;
    font-size: 16px;
}

ul.profileupdate_form li label.heading {
    padding: 5px 5px 0px 5px;
    font-size: 14px;
    color: #515C6F;
}

ul.profileupdate_form li label {
    margin-bottom: 5px;
}



.remove_account {
    padding: 10px;
    font-size: 14px;
    line-height: 24px;
}

ol {
    padding: 10px;
    margin: 0;

}

ol li h4 {
    font-size: 16px;
    font-weight: 600;
}

ol li p {
    font-size: 14px;
}

ol li ol {
    padding-top: 0;
}






ul.contact_form {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

ul.contact_form li {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    text-align: left;
}

ul.contact_form li input,
ul.contact_form li input:focus {
    border: 1px solid #ccc;
    background: none;
    border-radius: 10px;
    outline: none;
    box-shadow: none;
    color: #515C6F;
    font-size: 16px;
}

ul.contact_form li textarea.form-control {
    height: 111px;
}

ul.contact_form li label.heading {
    padding: 5px 5px 0px 5px;
    font-size: 14px;
    color: #515C6F;
}

ul.contact_form li label {
    margin-bottom: 5px;
}


.contact_sec {
    background: #fff;
    border-radius: 20px;
    padding: 15px;
}

.contact_sec h3 {
    font-size: 22px;
    margin-bottom: 15px;
}

.width_auto {
    width: auto;
}

ul.outfit_model_img {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.outfit_model_img img {
    width: 100%;
}


.complete_trail {
    text-align: center;
    padding: 30px 0 0 0;
}

.complete_trail h3 {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.out_of_out {
    border: 20px solid #F7EEE9;
    border-radius: 50%;
    width: 222px;
    height: 222px;
    margin: 0 auto 30px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 66px;
    font-weight: 700;
    color: #515C6F;
}


.shop_section {
    margin-bottom: 15px;
    text-align: center;
}

.shop_section h4 {
    color: #515C6F;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}


.or {
    text-align: center;
    font-size: 62px;
    font-weight: 300;
    color: #8690a2;
    padding: 30px 0 0px 0;
}






.loader {
    position: relative;
    display: flex;
    margin: 0 auto;
    width: 60px;
}

.loader:before,
.loader:after {
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    position: relative;
    margin: 0 5px;
    border-radius: 50%;
    color: #EACACF;
    background: currentColor;
    box-shadow: 50px 0, -50px 0;
    animation: left 1s infinite ease-in-out;
}

.loader:after {
    color: #BE202F;
    animation: right 1.1s infinite ease-in-out;
}


@keyframes right {

    0%,
    100% {
        transform: translateY(-10px)
    }

    50% {
        transform: translateY(10px)
    }
}

@keyframes left {

    0%,
    100% {
        transform: translateY(10px)
    }

    50% {
        transform: translateY(-10px)
    }
}





a.chatbot_icon {
    position: fixed;
    bottom: 90px;
    right: 15px;
    z-index: 9;
}

a.chatbot_icon img {
    width: 60px;
    border-radius: 50%;
    box-shadow: 0px 8px 24px 0px rgba(140, 149, 159, 0.2);
}





#loader_div {
    display: flex;
    align-items: center;
    justify-items: center;
    height: 100vh;
    position: fixed;
    width: 100%;
    background: #fff;
    top: 0;
    bottom: 0;
    z-index: 9999;
}






#desktop_msg {
    background: url(../images/dkt_bg.jpg);
    background-size: cover;
    height: 100vh;
    width: 100%;
    z-index: 9999;
    position: fixed;
    padding: 15px;
}

#desktop_msg .dkt_logo img{
    width: 150px;
}

#desktop_msg ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    width: 70%;
    height: 80%;
    margin: 0 auto;
}

#desktop_msg ul li p{
    color: #515C6F;
    font-size: 14px;
    line-height: 24px;
    width: 70%;
}

#desktop_msg ul li img{
    width: 100%;
}



#desktop_msg {
    display: none;
   }
@media only screen and (max-width: 3000px) and (min-width: 769px)  {
    #desktop_msg {
        /* display: block; */
       }  

       body{
            margin:auto;
            width:50%;
       }

}

 

