@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --primary-color: #1279C9;
    --content-family: 'Montserrat', sans-serif;
}

html {


}

body, html {
    font-family: var(--content-family);

}

a {
    text-decoration: none;
    -webkit-transition: all .25s;
    transition: all .25s
}


h1 {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 20px;
}

h2 {
    font-size: 27px;
    font-weight: 600;
}

h3 {

}

h4 {

}

label {
    font-size: 12px;
    color: #474747;
    font-weight: 500;
}

a:hover {
    text-decoration: none
}

button:focus,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
}

:focus {
    outline: none;
}

:hover {
    transition: 0.25s;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

button {
    cursor: pointer;
}

p {
    font-size: 16px;

}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--content-family);
    padding: 0;
}

h5 {
    font-size: 18px;
}

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

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.form-control:focus {
    background-color: #fff;
    border-color: #ABABAB;

    box-shadow: 0 0 0 0rem rgb(0 123 255 / 0%);
}

.container {
    max-width: 1600px;

}

.box_register .mid_box {
    width: 100%;
}

.register .container {
    max-width: 1700px;
}

.logo-login {
    width: 270px;
}

a.google img.img-fluid {
    margin-right: 40px;
}

p.w-70 {
    width: 85%;
}

/*Register page style start*/

.checkbox_custom input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.checkbox_custom label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    color: #B4B4B4;
    font-weight: 500;
}

.checkbox_custom label a {
    color: var(--primary-color);
}

.checkbox_custom label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #707070;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
    border-radius: 4px;
    margin-top: -3px;
}

.checkbox_custom input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 7px;
    width: 5px;
    height: 11px;
    border: solid #707070;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.register {
    height: 100vh;
    background: url(../images/register_banner.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.box_register {
    background: #fff;
    padding: 40px 40px;
    border-radius: 40px;
    height: auto;
    min-height: 593px;
    display: flex;
    align-items: center;
    width: 90%;
    margin-left: auto;
}

.box_register h4 {
    font-weight: 700;
    color: #000000;
    margin-bottom: 30px;
    font-size: 26px;
}

.box_register p {
    font-size: 14px;
    color: #9D9D9D;
    line-height: 22px;
    margin-bottom: 43px;
}

.form-1 {
    border: 1px solid #ABABAB;
    border-radius: 10px;
    height: 52px;
    line-height: 52px;
    font-size: 15px;
    padding: 0 25px;
}

.submit-btn {
    height: 55px;
    line-height: 55px;
    background: var(--primary-color);
    border: 0px;
    color: #fff;
    border-radius: 10px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1;
    transition: .7s ease;
}

.submit-btn:hover {
    background: #000;
    transition: .7s ease;
}

.checkbox_custom {
    margin-bottom: 70px;
    position: relative;
}

.left_register {
    /* height: 90%; */
    padding-top: 0;
    padding-bottom: 240px;
}

.left_register h3 {
    font-weight: 700;
    color: #fff;
    font-size: 25px;
    margin-top: 30px;
}

.left_register p {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
}

.box_register h4 span {
    font-size: 15px;
    font-weight: 600;
    display: block;
    color: #888888;
    margin-top: 11px;
}

.term {
    position: absolute;
    right: 0;
    color: #B4B4B4;
    font-size: 14px;
    font-weight: 500;
}

.or {
    text-align: center;
    font-size: 16px;
    color: #505050;
    position: relative;
    margin-top: 30px;
    margin-bottom: 50px;
    font-weight: 600;
}

.or:before {
    content: '';
    width: 45%;
    height: 1px;
    background: #505050;
    position: absolute;
    left: 0;
    top: 50%;
}

.or:after {
    content: '';
    width: 45%;
    height: 1px;
    background: #505050;
    position: absolute;
    right: 0;
    top: 50%;
}

.social_login {
}

.social_login a {
    display: block;
    background: #EFEFEF;
    margin-bottom: 20px;
    border-radius: 10px;
    /* text-align: center; */
    height: 50px;
    line-height: 50px;
    color: #717171;
    font-size: 16px;
    padding: 0 118px;
    transition: .7s ease;
    font-weight: 500;
}

.social_login a:hover {
    background: var(--primary-color);
    color: #fff;
    transition: .7s ease;
}

.or.sign:before, .or.sign:after {
    width: 32%;
}

.error {
    color: #f00;
    margin: 0;
    font-size: 8px;
}

button.ck.ck-button {
    background: #fff;
}

button.ck.ck-button {
    background: #fff !important;
}

span.ck.ck-toolbar__separator {
    display: none !important;
}

.modal-backdrop.show {
    opacity: .8 !important;;
}

.bigp {
    font-size: 50px !important;
    padding-bottom: 6px !important;
    letter-spacing: -5px;
    color: #8d8989;
}

/*Register page style end*/
/*Home page style start*/
.advance_search_box .field {
    border: 0px;
}

.advance_search_box .field .gj-datepicker.gj-datepicker-md.gj-unselectable {
}

.advance_search_box .field .gj-datepicker.gj-datepicker-md.gj-unselectable input#datepicker3, .offer_box input#datepicker, .offer_box input#datepicker1 {
    border: 0;
    padding: 4px 0;
    height: auto;
    line-height: initial;
}

.menu_top {
}

.menu_top li {
    display: inline-flex;
}

.circle {
    position: absolute;
    width: 6px;
    height: 6px;
    background: red;
    border-radius: 50%;
    bottom: 3px;
    right: -2px;
}

.menu_top li a {
    font-size: 15px;
    color: #4B4B4B;
    font-weight: 600;
    display: block;
    padding: 0 26px;
}

section.product_banner h2 {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    z-index: 99;
    font-size: 20px;
    top: 30px;
}

.menu_top li:first-child a {
    border-right: 0px solid #C5C5C5;
}

.btn-1 {
    border-radius: 9px;
    background: var(--primary-color);
    color: #fff !important;
    height: 50px;
    line-height: 50px;
    transition: .7s ease;
    display: inline-block;
    padding: 0 37px;
    font-size: 15px;
    font-weight: 600;
}

.btn-2 {
    border-radius: 9px;
    background: #fff;
    color: var(--primary-color);
    height: 50px;
    line-height: 50px;
    transition: .7s ease;
    display: inline-block;
    padding: 0 25px;
    font-size: 15px;
    border: 2px solid var(--primary-color);
    font-weight: 700;
}

.btn-1:hover {
    background: #000;
    transition: .7s ease;
}

.btn-2:hover {
    background: #fff;
    border: 2px solid #000;
    color: #000;
    transition: .7s ease;
}

.menu_top li a.btn-1 {
    margin-left: 26px;
}

header.header {
    padding: 7px 0;
    border-bottom: 1px solid #C2C2C2;
}

.menu_top li a i {
    color: var(--primary-color);
}

.banner {
    background: url(../images/home_banner.png);
    height: 613px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    padding-bottom: 60px;
}

.banner h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}

.banner h1 {
    font-size: 36px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 50px;
}

.search_top {
    display: flex;
}

.search_top .categ {
    border-radius: 35px 0px 0px 35px;
    background: var(--primary-color);
    font-size: 15px;
    color: #fff;
    width: 14%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.search_top .searchBox {
    width: 50%;
}

.search_top .dateBox {
    background: #F6F6F6;
    width: 16%;
    position: relative;
    padding: 10px 14px 0;
    box-shadow: 20px 4px 51px #1919193b;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
}

.search_top .searchicon {
    /* border-radius: 0px 35px  35px  0px; */
    /* background: var(--primary-color); */
    /* padding: 0 20px; */
    /* margin-left: 1px; */
    display: flex;
    /* align-items: center; */
    width: 4.5%;
}

.search_top .searchicon a {
    display: block;
    border-radius: 0px 35px 35px 0px;
    background: var(--primary-color);
    padding: 0 20px;
    margin-left: 1px;
    display: flex;
    align-items: center;
}

.search_top .searchicon a i {
    color: #fff;
}

.search_top .dateBox span {
    font-size: 12px;
    font-weight: 400;
}

.search_top .dateBox input#datepicker1 {
}

.search_top .dateBox i {
    position: absolute;
    bottom: 14px;
    right: 14px;
    font-size: 11px;
    color: #000000;
    z-index: 9;
}

.search_top .searchBox .form-group {
    margin: 0;
}

.search_top .searchBox input.search {
    box-shadow: -26.28px 12px 51px #1919193B;
    border: 0px;
    border-radius: 0;
    height: 60px;
    font-size: 14px;
    padding: 0 30px;
}

.search_top .categ i {
    margin-left: 7px;
}

.dateBox .gj-datepicker.gj-datepicker-md.gj-unselectable {
    width: 100% !important;
    position: relative;
    border-bottom: 0px !important;
    z-index: 99;
}

.dateBox .gj-datepicker.gj-datepicker-md.gj-unselectable i.gj-icon {
    display: none;
}

.dateBox .gj-datepicker.gj-datepicker-md.gj-unselectable .gj-textbox-md {
    border-bottom: 0px !important;
    font-size: 14px;
    color: #000000;
    font-family: var(--content-family);
    font-weight: 500;
}

.checkbox_theme .checkbox_custom input {
    padding: 0;
    height: 27px;
    width: 100%;
    margin-bottom: 0;
    display: initial;
    cursor: pointer;
    position: absolute;
    top: 0;
    opacity: 0;
    z-index: 99999;
}

.checkbox_theme .checkbox_custom label {
    margin: 0;
}

.checkbox_theme .checkbox_custom label:before {
    padding: 6px;
    border-radius: 2px;
}

.checkbox_theme .checkbox_custom input:checked + label:after {

    top: 3px;
    left: 5px;
    width: 4px;
    height: 9px;
    border-color: #fff;

}


.checkbox_theme .checkbox_custom input:checked + label:before {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.checkbox_theme .checkbox_custom label {
    color: #0E0E0E;
}

.checkbox_theme .checkbox_custom {
    margin: 0 0 10px 0;
}

.checkbox_theme {
    background: #FFFFFF;
    border-radius: 15px;
    border: 0px;
    padding: 20px 20px;
    width: 220px;

}

ul.filter_list {
    height: 196px;
    overflow-y: scroll;
}

ul.filter_list::-webkit-scrollbar {
    width: 3px;
}

ul.filter_list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #dedede61;
}

ul.filter_list::-webkit-scrollbar-thumb {
    background-color: #DEDEDE;
    border-radius: 3px;
}

.advance_search_box {
    display: none;
    background: #fff;
    box-shadow: -2.76px 10px 29px #00000030;
    border-radius: 25px;
    padding: 50px;
    /* margin-top: -140px; */
    z-index: 9999;
    position: absolute;
    width: 98%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.advance_search_box h4 {
    color: #010101;
    font-size: 19px;
    font-weight: 700;
    position: relative;
}

.range .irs--material .irs-line {
    background: #F5F4F4;
    border-radius: 3px;
    height: 6px;
}

.range .irs--material .irs-bar {
    background-color: var(--primary-color);
}

.range .irs--material .irs-handle {
    background-color: var(--primary-color);
}

.range .irs--material .irs-from, .range .irs--material .irs-single, .range .irs--material .irs-to {
    background: 0;
    font-size: 11px;
    color: #4D4C4C;
    padding-bottom: 0;
    transform: translateY(-4px);
}

.range .irs--material .irs-from:after, .range .irs--material .irs-single:after, .range .irs--material .irs-to:after {
    content: 'k';
}

.range .irs--material .irs-max, .range .irs--material .irs-min {
    display: none;
}

.dropdown-menu.dropdown-menu-form.checkbox_theme.show {
    transform: translate3d(-20px, 48px, 0px) !important;
}

.range.dubble .irs--material .irs-handle {
    border: 3px solid var(--primary-color);
    background-color: #fff;
}

.ad_filter label {
    font-size: 12px;
    font-weight: 400;
    color: #000000;
}

.ad_filter .field {
    position: relative;
    background: #F6F6F6;
    padding: 0 20px;
    border-radius: 8px;
    height: 38px;
    line-height: 38px;
}

.ad_filter .field i.gj-icon {
    display: none;
}

.ad_filter .field i {
    position: absolute;
    bottom: 12px;
    right: 20px;
    z-index: 9;
    font-size: 12px;
}

.ad_filter .field .gj-datepicker.gj-datepicker-md {
    z-index: 99;
    font-size: 12px;
    color: #000000;
    padding-top: 8px;
}

.ad_filter .field .gj-datepicker.gj-datepicker-md .gj-textbox-md {
    font-size: 13px;
    border-bottom: 0px;
    z-index: 99;
    font-family: var(--content-family);
    font-weight: 600;
}

.ad_search {
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}

.irs--material .irs-from:before, .irs--material .irs-single:before, .irs--material .irs-to:before {
    display: none;
}

label.range {
    font-size: 13px;
    font-weight: 600;
    margin: 0;
}

label.range span {
    font-weight: 400;
}

.no_bg .irs--material .irs-bar {
    background: initial;
}

.form-2 {
    background: #F5F4F4;
    border: 0px;
    font-size: 11px;
    padding: 0 20px;
    height: 34px;
    line-height: 34px;
    color: #7D7D7D;
    font-weight: 500;
    border-radius: 8px;
}

.form-2:focus {
    background: #F5F4F4;
}

.irs--material .irs-handle:hover {
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 0%), 0 1px 3px 0 rgb(0 0 0 / 0%), 0 2px 1px -1px rgb(0 0 0 / 0%), 0 0 0 0.875rem rgb(98 0 238 / 0%) !important;
    cursor: pointer;
    transition: box-shadow .1s ease-out;
}

.advance_search_box h6 {
    font-size: 13px;
    font-weight: 600;
    color: #000000;
    margin-top: 10px;

}

.close_search {
    position: absolute;
    right: 0;
    font-size: 14px;
    top: -10px;
    cursor: pointer;
}

.section2 {
    background: #373737;
    padding: 20px 60px;
}

.section2 .icon {
    position: absolute;
    left: 0;
}

.section2 .icon img {
}

.section2 .text {
    padding-left: 50px;
}

.section2 .text h4 {
    font-size: 16px;
    margin-bottom: 3px;
    color: #DCDCDC;
    letter-spacing: .5;
}

.section2 .text p {
    font-size: 13px;
    color: #A5A4A4;
    margin: 0;
    font-weight: 300;
}

.feature01 {
    position: relative;
    padding: 20px 0;
    border-right: 1px solid #4D4D4D;
}

.section2 .fet:last-child {
}

.section2 .fet:last-child .feature01 {
    border-right: 0;
}

.colum {
}

.section3 .colum {
    margin-bottom: 30px;
    position: relative;
}

.section3 .colum .img01, .section3 .colum .img02, .section3 .colum .img03, .section3 .colum .img04 {
    border-radius: 20px;
    overflow: hidden;
}

.section3 .colum .img01 img {
}

.section3 .colum .content {
    position: absolute;
    margin: 0 auto;
}

.section3 .colum .content h4 {
    font-size: 22px;
    font-weight: 300;
    color: #c3c2c2;
}

.section3 .colum .content h2 {
    font-weight: 400;
    font-size: 40px;
    color: #fff;
    margin: 0;
}

.section3 .col01 .content {
    top: 50%;
    transform: translateY(-50%);
    left: 50px;
}

.section3 .col02 .content {
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
}

.section3 .col03 .content {
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
}

.section3 .col04 .content {
    top: 50%;
    transform: translateY(-50%);
    left: 50px;
}

.section3 .colum.col01 {
}

.section3 {
    padding: 70px 0;
}

.product {
    transition: .7s ease;
    margin-bottom: 60px;
}

section.section4 .product {
}

.product a {
    color: #424242;
}

.product a .p_image {
    transition: .7s ease;
    background: #f3f3f3;
    height: 300px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
}

.product a .p_image img {
}

.product a .p_detail {
    padding: 20px 7px;
}

.product a .p_detail h4 {
    font-size: 18px;
    position: relative;
    font-weight: 700;
    padding-right: 60px;
}

.product a .p_detail h4 span {
    font-size: 14px;
    position: absolute;
    right: 0;
}

.product a .p_detail h4 span i {
    color: #1173C0;
}

.product a .p_detail p {
    color: #707070;
    font-size: 13px;
    position: relative;
    margin: 0;
    padding-right: 90px;
    font-weight: 600;
}

.product a .p_detail p span {
    position: absolute;
    right: 0;
}

.product a .p_detail p span i {
    font-style: initial;
    color: #1173C0;
}

section.section4 .product:hover {
    transition: .7s ease;
    box-shadow: -4px 1px 19px 0px #8888881a;
    border-radius: 14px 14px 0 0;
}

section.section4 .product:hover .p_image {
    border-radius: 14px 14px 0px 0px;
    transition: .7s ease;
}

.section4 {
    margin-bottom: 80px;
}

.section4 h2 {
    text-align: center;
    margin-bottom: 45px;
    font-weight: 700;
}

section.section5 {
    padding: 56px 0;
    /* background: url(../images/cta_image.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 53%;*/
    position: relative;
}

section.section5 h6 {
    font-size: 14px;
    font-weight: 800;
    color: #373737;
}

section.section5 h2 {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 20px;
    font-weight: 700;
}

section.section5 p {
    font-size: 14px;
    color: #7F7F7F;
    padding-right: 200px;
    margin-bottom: 40px;
    font-weight: 300;
}


section.section5 p.h_account {
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #2A2A2A;
    margin-top: 20px;
    font-weight: 700;
}

section.section5 p.h_account i {
}

section.section5 p.h_account a {
    color: var(--primary-color);
}

section.section5:before {
    content: '';
    background: url(../images/shape.png);
    background-repeat: no-repeat;
    background-position: right top;
    position: absolute;
    width: 100px;
    height: 100px;
    top: 0;
    left: -4px;
}

section.section5:after {
    content: '';
    background: url(../images/cta_image.png);
    background-repeat: no-repeat;
    background-position: right top;
    position: absolute;
    width: 54%;
    height: 100%;
    top: 0;
    right: 0;
    background-size: contain;
}

.section6 ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.section6 ul li {
    width: 11%;
}

.section6 ul li img {
    opacity: .7;
}

.client_logo {
    width: 77%;
    margin: 0 auto;
    text-align: center;
}

section.section6 {
    padding: 70px 0;
}

.section6 ul li:last-child .client_logo {
    width: 50%;
}

.footer_logo {
    width: 190px;
}

footer.footer {
    background: #F6F6F6;
    padding: 50px 0 30px 0px;
}

footer.footer p {
    font-size: 12px;
    color: #828181;
    margin-top: 12px;
    line-height: 21px;
    margin-bottom: 30px;
}

.cards {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cards li {
    /* padding-right: 23px; */
    width: 15%;
}

.cards li .card1 {
    width: 63%;
    /* margin: 0 auto; */
}

.cards li .card1 img {
}

.bottom_footer {
    background: #f6f6f6;
    padding: 20px 0;
    border-top: 1px solid #ECECEC;
}

.bottom_footer p {
    font-size: 13px;
    margin: 0;
    color: #727272;
}

.bottom_footer p a {
    font-size: 13px;
    margin: 0;
    color: #727272;
}

footer.footer h6 {
    color: #000;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
}

footer.footer .menu_footer {
}

footer.footer .menu_footer li {
    margin-bottom: 15px;
}

footer.footer .menu_footer li a {
    font-size: 13px;
    color: #727272;
    font-weight: 300;
}

.help {
}

footer.footer .help p {
    color: #A7A7A7;
    font-size: 13px;
    margin-bottom: 25px;
    margin-top: 0;
}

footer.footer .help p b {
    display: block;
    color: #000000;
}

.follow {
    align-items: center;
    display: flex;
}

.follow h5 {
    font-size: 14px;
    color: #2A2A2A;
    margin: 0;
    font-weight: 600;
}

.follow ul {
    padding-left: 12px;
}

.follow ul li {
    display: inline-block;
    padding-right: 8px;
}

.follow ul li a {
    color: #2A2A2A;
    font-size: 14px;
}

.right {
    text-align: right;
}

.menu_top li a.h_login {
    margin: 0 12px;
    color: #4B4B4B;
    position: relative;
    padding: 0;
}

.menu_top li a.h_login i {
    color: #4B4B4B;
}

.color-theme {
    color: var(--primary-color) !important;
    margin-right: 7px;
}

.menu_top1 {
    transform: translate3d(-70px, 43px, 0px) !important;
    padding: 0;
    border-radius: 0px 0px 20px 20px;
    overflow: hidden;
}

.menu_top1 a.dropdown-item {
    font-size: 12px;
    color: #4A4A4A;
    font-weight: 500;
    padding: 13px 32px 13px 15px;
}

.menu_top1 a.dropdown-item.profile_h {
    font-size: 15px;
    color: var(--primary-color);
    font-weight: 600;
    background: #F8F8F8;
}

.menu_top1 a.dropdown-item.profile_h span {
    display: block;
    font-size: 10px;
    color: #A4A4A4;
    font-weight: 400;
}

/*Home page style end*/
/*Profile page style start*/
.list_user {
    display: flex;
    padding: 23px 0;
}

.list_user li {
    padding-right: 57px;
}

.list_user li a {
    color: #BBBBBB;
    font-weight: 700;
    font-size: 17px;
}

.list_user li a:hover {
    color: #000000;
}

.list_user li.active a {
    color: #000000;
}

.profile_sec1 {
    border-bottom: 1px solid #c2c2c2;
}

.box_profile {
    border-radius: 28px;
    border: 1px solid #c2c2c2;
    min-height: 800px;
    /* overflow: hidden; */
}

.left_profile {
    background: #F8F8F8;
    box-shadow: 4px 0px 30px #00000012;
    border-radius: 28px 0 0 28px;
    height: 100%;
}

section.profile_sec2 {
    padding: 30px 0;
}

.left_profile .user {
    padding: 20px 30px;
}

.left_profile .user .img_user {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
}

.left_profile .user .img_user img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.left_profile .user h6 {
    margin-top: 14px;
    font-size: 17px;
    font-weight: 600;
    color: #4A4848;
    margin-bottom: 6px;
}

.left_profile .user p {
    color: #A8A7A7;
    font-size: 13px;
    margin-bottom: 10px;
}

.left_profile .user a.btn-1 {
    padding: 0 16px;
    height: 35px;
    line-height: 35px;
    font-size: 11px;
}

.tabs_profile {
}

.tabs_profile ul {
    border: 0px;
}

.tabs_profile ul li {
    border-top: 1px solid #c2c2c2;
    display: block;
    width: 100%;
}

.tabs_profile ul li a.nav-link {
    border: 0;
    font-size: 13px;
    color: #4A4A4A;
    padding: 23px 30px;
    background: #fff;
    font-weight: 500;
}

.tabs_profile ul li a.nav-link.active {
    background: #ECECEC;
}

.tabs_profile ul li a.nav-link svg {
    margin-right: 6px;
}

h6 {
    font-size: 17px;
}

.right_profile {
    padding: 60px 0px 60px 0px;
}

.right_profile .tab-content {
}

.right_profile .tab-content .tab-pane {
}

.right_profile .tab-content .tab-pane h6 {
    font-weight: 600;
    margin-bottom: 18px;
    color: #4A4848;
}

.right_profile .tab-content #tabs-2 p {
    font-size: 10px;
}

.right_profile .tab-content .tab-pane p {
    font-size: 12px;
    color: #A5A5A5;
    padding-right: 50px;
    line-height: 21px;
    margin: 0;
}

.top_selling_product {
    border-top: 1px solid #c2c2c2;
    padding-top: 40px;
    margin-top: 40px;
    margin-right: 20px;
}

.right_profile .tab-content .tab-pane .top_selling_product h6 {
    margin-bottom: 40px;
}

.top_selling_product .list_top_selling_product {
    display: flex;
    align-items: center;
    padding: 14px 10px;
    justify-content: space-between;
    transition: .8s ease;
}

.top_selling_product .list_top_selling_product li {
    padding-right: 20px;
}

.top_selling_product .list_top_selling_product li a {
    display: block;
}

.bx_img {
    width: 180px;
    height: 116px;
    border-radius: 15px;
    overflow: hidden;
}

.bx_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top_selling_product .list_top_selling_product li a h5 {
    font-size: 16px;
    color: #191919;
    font-weight: 600;
    margin-bottom: 0;
}

.right_profile .tab-content .tab-pane .top_selling_product .list_top_selling_product li p {
    padding: 0;
}

ul.list_top_selling_product:hover {
    background: #F9F9F9;
    transition: .8s ease;
    border-radius: 20px;
}

.top_selling_product .list_top_selling_product li:first-child {
    width: 200px;
}

.top_selling_product .list_top_selling_product li:nth-child(2) {
    width: 200px;
}

.feature_user {
    display: flex;
    margin-top: 20px;
}

.feature_user li {
    width: 180px;
    height: 130px;
    border: 1px solid #707070;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 44px;
    text-align: center;
}

.feature_user li .box_f {
}

.feature_user li .box_f svg {
}

.feature_user li .box_f h5 {
    font-size: 17px;
    color: #5E5E5E;
    font-weight: 600;
    margin: 5px 0;
}

.feature_user li .box_f p {
    padding: 0;
}

.right_profile .tab-content .tab-pane .feature_user li .box_f p {
    padding: 0;
    line-height: 14px;
    font-weight: 500;
}

.right_profile .tab-content .tab-pane .feature_user li .box_f h6 {
    margin: 0;
    color: #5E5E5E;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 5px;
}

.feature_user li .box_f p span {
    font-size: 17px;
    color: var(--primary-color);
    padding-right: 4px;
}

.feature_user li .box_f h5 span {
    font-size: 10px;
    color: var(--primary-color);
    font-weight: 600;
}

.review {
    border: 1px solid transparent;
    border-radius: 5px;
    color: #777;
    display: flex;
    font-size: 12px;
    align-items: center;
    padding: 0 0px 0 0px;
    margin: 3px 0;
}

.review:hover {
}

.progress {
    background-color: #EFF0F5;
    border-radius: 0;
    position: relative;
    /* margin: 0 10px; */
    height: 12px;
    width: 140px;
}

.progress-done {
    background: var(--primary-color);
    border-radius: 0;
    height: 12px;
    width: 0;
    transition: width 1s ease 0.3s;
}

.percent {
    margin-left: 10px;
    color: #9F9F9F;
    font-size: 10px;
    font-weight: 500;
    width: 22px;
}


span.icon-container {
    color: #9F9F9F;
    font-size: 9px;
    font-weight: 500;
    width: 27px;
}

.reviews {
    border-top: 1px solid #c2c2c2;
    padding-top: 55px;
    margin-top: 55px;
}

.reviews h5 {
    font-weight: 600;
    margin-bottom: 10px;
    color: #4A4848;
    font-size: 18px;
}

.review_count {
    margin-bottom: 10px;
}

.review_count h3 {
    font-weight: 700;
    font-size: 30px;
    color: #090909;
    position: absolute;
}

.review_count .star {
    padding-left: 60px;
}

.review_count .star i {
    color: #C9C9C9;
    font-size: 10px;
}

.review_count .star p {
    color: #C9C9C9 !important;
    line-height: 14px !important;
}

.review_detail .rprofile_img {
    width: 40px;
    height: 40px;
    position: absolute;
}

.feedback {
    color: #1279C9;
    font-size: 14px;
    font-weight: 600;
    padding-top: 50px;
    display: inline-block;
}

.feedback {
    color: #1279C9;
    font-size: 14px;
    font-weight: 600;
    padding-top: 50px;
    display: inline-block;
}

.review_detail {
    padding: 25px 0;
    border-bottom: 1px solid #D4D4D4;
}

.review_detail .rprofile_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.review_detail .rprofile_detal {
    padding-left: 50px;
    padding-bottom: 16px;
}

.review_detail .rprofile_detal h5 {
    color: #818181;
    font-size: 15px;
    margin: 0 0 3px 0;
    position: relative;
    padding-right: 60px;
}

.review_detail .rprofile_detal h5 span {
    position: absolute;
    right: 0;
    top: 3px;
}

.review_detail .rprofile_detal h5 span i {
    color: #C9C9C9;
}

.review_detail .rprofile_detal span {
    font-size: 10px;
    color: #AFAFAF;
}

.review_detail p {
    font-size: 11px;
    color: #A7A7A7;
    line-height: 18px;
    margin: 0;
}

.right_profile .tab-content .tab-pane .review_detail p {
    padding-right: 0;
    line-height: 18px;
    color: #A7A7A7;
}

.review_bx {
    padding: 0 40px 0px 0;
}

.pr-50 {
    padding-right: 50px;
}

.left_filter {
    background: #F9F9F9;
    border-radius: 18px;
    padding: 20px 10px;
}

.left_filter {
}

.left_filter h5 {
    color: #959595;
    font-weight: 600;
    margin-bottom: 18px;
}

.left_filter form {
}

.left_filter form label {
    font-size: 12px;
    display: block;
    font-weight: 600;
    color: #000000;
    margin-bottom: 6px;
}

.left_filter form .dateBox {
    border: 1px solid #A5A5A5;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 11px;
    font-weight: 500;
    background: initial;
    border-radius: 7px;
    position: relative;
}

.left_filter form .dateBox i {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 10px;
}

.form-3 {
    border: 1px solid #A5A5A5;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 11px;
    font-weight: 500;
    background: initial;
    border-radius: 7px;
    appearance: none;
}

.icon_select {
    position: relative;
}

.icon_select i {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 10px;
}

.left_filter form .dateBox .gj-datepicker.gj-datepicker-md.gj-unselectable .gj-textbox-md {
    font-size: 11px;
    padding: 6px 0;
}

.left_filter form .range .irs--material .irs-line {
    background: #DEDEDE;

}

.l_filt .btn-1 {
    border: 0px;
    padding: 0 20px;
    height: 36px;
    line-height: 36px;
}

.l_filt .btn-2 {
    border: 1px solid #4A4848;
    color: #4A4848;
    padding: 0 20px;
    margin-left: 15px;
    background: #f9f9f9;
    height: 36px;
    line-height: 36px;
}

.mb-25 {
    margin-bottom: 25px;
}


.main_list_search div#myTable_length {
    display: none;
}

.main_list_search div#myTable_filter {
    float: initial;
    width: 100%;
}

.main_list_search div#myTable_filter label {
    min-width: 100%;
    font-size: 0;
}

.main_list_search div#myTable_filter label:before {
    display: none;
}

.main_list_search div#myTable_filter label input[type="search"] {
    font-size: 12px;
    width: 100%;
    border: 1px solid #A5A5A5;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    font-size: 11px;
    font-weight: 500;
    background: initial;
    border-radius: 7px;
    appearance: none;
    color: #495057;
}

.main_list_search div#myTable_paginate, .main_list_search div#myTable_info {
    display: none;
}

.main_list_search {
}

.right_profile .tab-content .tab-pane .main_list_search table td p {
    padding: 0;
}

.main_list_search h5 {
    font-size: 11px;
    color: #191919;
    font-weight: 600;
}

.main_list_search table#myTable .bx_img {
    width: 100px;
    height: 66px;
    border-radius: 12px;
}

.main_list_search.list_top_selling_product {
    padding: 0;
    display: initial;
}

.main_list_search.list_top_selling_product ul.list_top_selling_product {
    padding-left: 0;
    padding-right: 0px;
}

.main_list_search.list_top_selling_product ul.list_top_selling_product h5 {
    font-size: 10px;
    margin: 0;
}

.main_list_search.list_top_selling_product ul.list_top_selling_product
.bx_img {
    width: 82px;
    height: 61px;
    border-radius: 12px;
}

.main_list_search.list_top_selling_product ul.list_top_selling_product li:nth-child(1) {
    width: 92px;
}

.main_list_search.list_top_selling_product ul.list_top_selling_product li {
    padding-right: 10px;
}

form.top_selling_product {
    margin: 0;
}

.main_list_search.list_top_selling_product ul.list_top_selling_product li:nth-child(2) {
    width: 120px;
}

.edit {
    border-radius: 3px;
    background: var(--primary-color);
    padding: 3px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.edit i {
    color: #fff;
    font-size: 11px;
}

.delete {
}

.delete i {
    color: #515151;
    font-size: 14px;
}

.main_list_search.list_top_selling_product {
}

.main_list_search.list_top_selling_product ul.list_top_selling_product {
}

.main_list_search.list_top_selling_product ul.list_top_selling_product h6 {
    margin: 0 !important;
    padding: 0;
    font-size: 12px;
    color: #676767;
}

ul.list_top_selling_product.top_heading {
    border-bottom: 1px solid #A5A5A5;
    margin-bottom: 10px;
}

.main_list_search.list_top_selling_product ul.list_top_selling_product.top_heading li:nth-child(4) {
    width: 132px;
}

.main_list_search.list_top_selling_product ul.list_top_selling_product li:nth-child(3) {
    width: 80px;
}

.main_list_search.list_top_selling_product ul.list_top_selling_product li:nth-child(4) {
    width: 125px;
}

.main_list_search.list_top_selling_product ul.list_top_selling_product li:nth-child(5) {
}

.main_list_search.list_top_selling_product ul.list_top_selling_product li:nth-child(6) {
    width: 30px;
}

.main_list_search.list_top_selling_product ul.list_top_selling_product li:nth-child(7) {
    width: 30px;
}

.main_list_search.list_top_selling_product ul.list_top_selling_product li:nth-child(5) {
    width: 70px;
}

.p_setting .l_filt .btn-2 {
    margin-left: 0;
    margin-right: 20px;
    background: #fff;
}

.p_setting .l_filt .btn-1, .p_setting .l_filt .btn-2 {
    letter-spacing: 1px;
}

.p_setting {
    margin-top: 20px;

}

.pr-40 {
    padding-right: 40px;
}

.p_setting .form-group.l_filt {
    margin-top: 30px;
}

.button-switch {
    font-size: 1.5em;
    height: 23px;
    position: relative;
    width: 50px;
}

.button-switch .lbl-off,
.button-switch .lbl-on {
    cursor: pointer;
    display: block;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 1em;
    position: absolute;
    top: 0.5em;
    transition: opacity 0.25s ease-out 0.1s;
    text-transform: uppercase;
}

.button-switch .lbl-off {
    right: 0.4375em;
}

.button-switch .lbl-on {
    color: #fefefe;
    opacity: 0;
    left: 0.4375em;
}

.button-switch .switch {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 0;
    font-size: 1em;
    left: 0;
    line-height: 0;
    outline: none;
    position: absolute;
    top: 0;
    width: 0;
}

.button-switch .switch:before, .button-switch .switch:after {
    content: "";
    font-size: 1em;
    position: absolute;
}

.button-switch .switch:before {
    border-radius: 1.25em;
    background: #ececec;
    height: 21px;
    left: 0;
    top: 0;
    transition: background-color 0.25s ease-out 0.1s;
    width: 50px;
}

.button-switch .switch:after {
    border-radius: 50%;
    background: #fefefe;
    height: 18px;
    transform: translate(2px, 1px);
    transition: transform 0.25s ease-out 0.1s;
    width: 18px;
}

.button-switch .switch:checked:after {
    transform: translate(30px, 1px);
}

.button-switch .switch:checked ~ .lbl-off {
    opacity: 0;
}

.button-switch .switch:checked ~ .lbl-on {
    opacity: 1;
}

.button-switch .switch:checked:before {
    background: #09365A;
}

.button-switch .switch#switch-blue:checked:before {
    background: #3498db;
}

.right_profile .tab-content .tab-pane .bx-switch p {
    padding: 0;
    font-size: 13px;
    color: #717171;
    margin-right: 20px;
}


.bx-switch {
    display: flex;
}

.br {
    border-bottom: 1px solid #DFDFDF;
    padding-top: 50px;
    margin-bottom: 50px;
}

.setting_bx h5 {
    font-weight: 500;
    margin-bottom: 13px;
}

.setting_bx {
    margin-bottom: 30px;
    padding-left: 20px;
}

.payment_information {
    padding-right: 30px;
}

.by_m {
    text-align: right;
}

.right_profile .tab-content .tab-pane .by_m h6 {
    font-size: 15px;
    color: #4B4B4B;
    font-weight: 500;
}

.right_profile .tab-content .tab-pane .by_m h6 i {
    padding-left: 10px;
    font-size: 16px;
}

.payment_box {
    display: flex;
    background: #F9F9F9;
    border-radius: 16px;
    padding: 20px 10px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.payment_box li {
    margin-right: 15px;
}

.payment_box li .p_user_detail {
    display: flex;
    align-items: center;
}

.payment_box li .p_user_detail .user_img {
    width: 50px;
    height: 50px;
    margin-right: 7px;
}

.payment_box li .p_user_detail .user_img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.payment_box li .p_user_detail h6 {
    color: #818181 !important;
}

.payment_box li h6 {
    font-size: 13px;
    font-weight: 500 !important;
    margin: 0 !important;
    color: #191919 !important;
}

.payment_box li:nth-child(2) h6 {
    font-weight: 600 !important;
}

.payment_box li .p_product_detail {
    display: flex;
    align-items: center;
}


.payment_box li .p_product_detail img {
    width: 100%;
    height: 100%;
    border-radius: 7px;
    object-fit: cover;
    border: 1px solid #C5C5C5;
}

.payment_box li .p_product_detail .product_img {
    width: 43px;
    height: 43px;
    margin-right: 7px;
}

.payment_box li .p_product_detail h6 {
    width: 144px;
}

.payment_box li .p_date {
}


.payment_box li:first-child {
    width: 185px;
}

.payment_box li:nth-child(2) {
    width: 195px;
}

.payment_box li:nth-child(3) {
    width: 130px;
}

.payment_box li:nth-child(4) {
    width: 55px;
}

.payment_box li .p_reminder {
}

.payment_box li .p_reminder .btn-1 {
    padding: 0 18px;
}

.payment_box li:nth-child(4) h6 {
    text-align: center;
}

.payment_box li .p_date h6 {
    color: #818181 !important;
}

.payment_box li .p_reminder.btn-gry .btn-1 {
    background: #A9AAAB;
}

select#card option[value="visa"] {
    background-image: url(../images/user1.png);
}

select.form-1 {
    appearance: none;
}

.card-menu {
    position: relative;
}

.card-menu .iconimage {
    position: absolute;
    right: 36px;
    bottom: 16px;
}

.card-menu i {
    position: absolute;
    right: 16px;
    font-size: 12px;
    bottom: 15px;
}

input#datepicker3, div#addcard .modal-body input#datepicker4 {
    height: 45px;
    line-height: 45px;
    font-size: 13px;
    padding: 0 21px;
    border: 1px solid #ABABAB;
    border-radius: 10px;
    color: #495057;
    font-family: var(--content-family);
}

.date_exp i {
    display: none;
}

.date_exp {
}

.mb-25 {
    margin-bottom: 25px;
}

.payment_information_cons {
}

.right_profile .tab-content .tab-pane .payment_information_cons p {
    color: #8B8B8B;
    font-size: 12px !important;
    margin: 20px 0 40px 0;
}

.right_profile .tab-content .tab-pane .payment_information_cons .btn-1 {
    display: inline-block;
    width: auto;
}

.payment_information_cons .btn-2 {
    border: 1px solid;
    line-height: 40px;
}

.box_card {
    display: flex;
    margin-bottom: 80px;
}

.img_card {
    margin-right: 20px;
}

.modal_big.modal {
    padding-right: 0 !important;
}

.modal_big .modal-dialog {
    max-width: 800px;
}

.modal_big .modal-dialog .modal-content {
    border-radius: 25px;
    padding: 45px 40px;
}

.modal_big .modal-dialog h5 {
    margin-bottom: 40px;
}

button.btn-1 {
    border: 0px;
    padding: 0 27px;
}

form.top_selling_product {
    border: 0;
    padding: 0;
}


.upload_pimg input[type=file]::file-selector-button {
    border: 1px solid #C8C8C8;
    padding: .2em .4em;
    border-radius: .2em;
    background-color: #F5F5F5;
    transition: 1s;
    color: #AFAFAF;
    border-radius: 6px;
    font-size: 12px;
}

.upload_pimg input[type=file]::file-selector-button:hover {

}

.upload_pimg input.file {
    font-size: 10px;
    color: #AFAFAF;
}

.update_pimage {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.update_pimage .box_img {
    width: 100px;
    height: 100px;
    margin-right: 20px;
}

.update_pimage .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.update_pimage .upload_pimg {
}

.update_pimage .upload_pimg .left_profile {
}

.update_pimage .upload_pimg a.btn-1 {
    padding: 0 16px;
    height: 35px;
    line-height: 35px;
    font-size: 11px;
}

.information_user {
}

.information_user h5 {
    margin-bottom: 25px;
    font-weight: 600;
}

.bt1 {
    border-top: 1px solid #DFDFDF;
    padding-top: 45px;
    margin-top: 20px;
}

.edit-profile-screen {
    padding-right: 20px;
}

.modal.fade.modal_big.full .modal-dialog.modal-dialog-centered {
    max-width: 80%;
}

.modal.fade.modal_big.full .modal-dialog.modal-dialog-centered .modal-content {
    padding: 30px 30px;
}

.modal.fade.modal_big.full .modal-dialog.modal-dialog-centered .modal-content .modal-body {
}

.modal.fade.modal_big.full .modal-dialog.modal-dialog-centered .modal-content h2 {
    font-size: 25px;
    border-bottom: 1px solid #D6D5D5;
    margin-bottom: 50px;
    padding-bottom: 20px;
}

.modal.fade.modal_big.full .modal-dialog.modal-dialog-centered .modal-content h2 .close {
    position: absolute;
    top: -16px;
    right: 17px;
}

.editor_box {
    border: 1px solid #ABABAB;
    border-radius: 10px;
    overflow: hidden;
}

.ck.ck-reset.ck-editor.ck-rounded-corners {
}

.ck.ck-editor__main > .ck-editor__editable:not(.ck-focused) {
    border-color: fff !important;
}

.ck.ck-toolbar {
    background: #F8F8F8 !important;
    border: 1px solid #fff !important;
}

.editor_box h6 {
    padding: 10px 21px;
    margin: 0;
    border-bottom: 1px solid #ABABAB;
    font-size: 14px;
    font-weight: 500;
}

.ck.ck-editor__editable_inline {
    min-height: 397px;
}

.ck.ck-dropdown.ck-heading-dropdown .ck-dropdown__button .ck-button__label {

    color: #B2AEAE !important;
}

.ck.ck-toolbar__items svg, .ck.ck-toolbar__items svg path {
    fill: #B2AEAE !important;
}

.product_upload h5 {
    margin-bottom: 30px;
    margin-top: 40px;
}

.update_product_btn {
    margin-top: 20px;
}

span.ck.ck-tooltip__text {

    display: none !important;
}

.modal.fade.modal_big.full .modal-dialog.modal-dialog-centered .modal-content h5 {
    margin-bottom: 20px;
    font-size: 16px;
}

.upload_product {
    display: flex;
}

.upload_product .sec1 {
    width: 35%;
    margin-right: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.upload_product .sec1 h6 {
    font-size: 15px;
    margin-bottom: 15px;
}

.upload_product .sec1 input.file_hide {
    width: 100%;
    position: absolute;
    height: 100%;
    opacity: 0;
}

.upload_product .sec1 .upl_file {
    height: 36px;
    border: 1px solid #4A4848;
    border-radius: 8px;
    display: inline-block;
    line-height: 34px;
    font-size: 13px;
    color: #4A4848;
    padding: 0 20px;
    font-weight: 500;
}

.field001 input[type="file"] {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

p.click_here.small_w {
    width: 30.6%;
    margin: 5px;
    height: 114px;
}

.imageThumb {
    padding: 1px;
    cursor: pointer;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-fit: scale-down;
}

.pip {
    display: inline-block;
    margin: 5px;
    width: 30.5%;
    position: relative;
    border: 1px solid #70707078;
    height: 114px;
}

.remove {
    display: block;
    color: white;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 3px;
    top: 3px;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    background: #000;
    border-radius: 50%;
    line-height: 19px;
}

.remove:hover {
    background: white;
    color: black;
}

.field001 {
    border: 1px dashed #707070;
    padding: 15px;
    position: relative;
    height: 280px;
    display: flex;
    flex-wrap: wrap;
    overflow-y: auto;
    align-items: self-start;
}

.field001 p {
    background: #F9F9F9;
    margin-bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.field001::-webkit-scrollbar {
    width: 1px;
}

.field001::-webkit-scrollbar-track {
    background: #f9f9f9;
}

.field001::-webkit-scrollbar-thumb {
    background-color: #f9f9f9;
    outline: 1px solid #f9f9f9;
}

/*Profile page style end*/
/*Request offer listing page style start*/
.req_offer_list {
    padding-bottom: 60px;
}

.req_offer_list h1 {
    padding: 17px 0;
    border-bottom: 1px solid #D6D5D5;
    font-weight: 700;
}

.offer_list {
    background: #F9F9F9;
    padding: 14px 10px;
    transition: .8s ease;
    border-radius: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.offer_list li.image_offer {
    width: 90px;
    margin-right: 20px;
}

.offer_list li.image_offer .img_off {
    width: 90px;
    border: 1px solid #C5C5C5;
    height: 90px;
    border-radius: 14px;
    overflow: hidden;
}

.offer_list li.image_offer .img_off img {
    width: 100%;
    height: 100%;
    border-radius: 14px;
    object-fit: cover;
}

.offer_list li.desc_offer {
}

.offer_list li.desc_offer h5 {
    color: #191919;
    font-weight: 600;
}

.offer_list li.desc_offer p {
    color: #979797;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 8px;
}

.offer_list li.desc_offer p span {
    padding-left: 10px;
}

.offer_list li.desc_offer p span i {
}

ul.tags {
    display: flex;
}

ul.tags li {
    border-radius: 4px;
    background: #fff;
    margin-right: 6px;
    padding: 2px 10px;
    font-size: 10px;
    color: #727272;
    font-weight: 600;
}

ul.tags li span {
    font-size: 9px;
    color: #9F9F9F;
    padding-left: 3px;
    font-weight: 400;
}

.offer_list li.desc_offer p i {
    font-style: normal;
    padding-left: 10px;
}

.offer_list li.desc_offer p span:last-child {
    color: #727272;
}

/*Request offer listing page style end*/
/*Request detail page style style*/
.req_user_detail p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #6E6E6E;
}

.req_user_detail p span {
    width: 126px;
    display: inline-block;
}

.table_detail {
}

.table_detail table.table.table-hover {
    border-top: 0px;
    border-radius: 20px;
    overflow: hidden;
}

.table_detail table.table.table-hover thead {
    background: #F1F1F1;
    border-top: 0;
}

.table_detail table.table.table-hover thead tr {
    border: 0px;
}

.table_detail table.table.table-hover thead tr th {
    border-top: 0px solid #dee2e6;
    border-bottom: 0px solid #dee2e6;
    color: #6E6E6E;
    font-size: 14px;
    font-weight: 600;
    padding: 23px 20px;
}

.table_detail table.table.table-hover tbody {
}

.table_detail table.table.table-hover tbody tr {
}

.table_detail table.table.table-hover tbody tr td, .table_detail table.table.table-hover tbody tr th {
    border-top: 1px solid #DCDCDC;
    background: #FCFBFB;
    font-size: 13px;
    color: #191919;
    font-weight: 600;
    padding: 23px 20px;
}

.table_detail table.table.table-hover tbody tr td:nth-child(1) {
    width: 200px;
}

.table_detail table.table.table-hover tbody tr td:nth-child(2) {
}

.table_detail table.table.table-hover tbody tr td:nth-child(3) {
}

.table_detail table.table.table-hover tbody tr td:nth-child(4) {
}

.table_detail table.table.table-hover tbody tr td:nth-child(5) {
}

.table_detail table.table.table-hover tbody tr td:nth-child(6) {
    width: 115px;
}

.table_detail table.table.table-hover tbody tr td:nth-child(7) {
    width: 100px;
    color: #B1B1B1;
}

.left_filter.p-0 {
    background: #fff;
}

.req_cost {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.req_cost li {
}

.req_cost li p {
    margin: 0;
    font-size: 15px;
    color: #4B4B4B;
    font-weight: 500;
}

.req_cost_total {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.req_cost_total li {
    font-size: 18px;
    font-weight: 600;
}

.l_filt_btn {
    text-align: right;
}

.l_filt_btn .btn-1 {
    border: 0px;

}

.l_filt_btn .btn-2 {
    border: 1px solid #4A4848;
    color: #4A4848;
    margin-right: 10px;
}

.top_selling_product.my_equipment {
    padding: 0;
    margin: 0;
    border: 0;
}

.top_selling_product.my_equipment .list_top_selling_product {
    justify-content: flex-start;
    border-radius: 25px;
    margin-bottom: 10px;
}

.top_selling_product.my_equipment .list_top_selling_product li:first-child {
    width: 120px;
    padding-right: 0;
    margin-right: 70px;
}

.top_selling_product.my_equipment .list_top_selling_product li:nth-child(2) {
    width: 18%;
    margin-right: 50px;
}

.top_selling_product.my_equipment .list_top_selling_product li:nth-child(3) {
    margin-right: 40px;
}

.top_selling_product.my_equipment .list_top_selling_product li:nth-child(4) {
    margin-right: 40px;
}

.top_selling_product.my_equipment .list_top_selling_product li:nth-child(5) {
}

.top_selling_product.my_equipment .list_top_selling_product li:first-child a {
}

.top_selling_product.my_equipment .list_top_selling_product li:first-child .bx_img {
    width: 100%;
    height: 120px;
}

.top_selling_product.my_equipment .list_top_selling_product li p {
    margin: 0;
    color: #979797;
    font-size: 15px;
}

.top_selling_product.my_equipment ul:nth-child(even) {
    background: #F9F9F9;
}

/*Request detail page style end*/
/*order detail page style start*/
.mt-40 {
    margin-top: 40px;
}

.order_detail {
    background: #F8F8F8;
    border-radius: 20px;
    padding: 30px 0px;
}

.order_detail ul.nav.nav-tabs {
    border-bottom: 1px solid #DCDCDC;
    padding: 0 33px;
}

.order_detail ul.nav.nav-tabs li.nav-item {
    padding-right: 32px;
}

.order_detail ul.nav.nav-tabs li.nav-item a.nav-link.active {
    color: #4B4B4B;
    background: initial;
    border: 1px solid #ccc0;
}

.order_detail ul.nav.nav-tabs li.nav-item a.nav-link {
    font-size: 18px;
    font-weight: 500;
    color: #BFBFBF;
    padding: 0 0 20px 0;
}

.order_detail .nav-tabs .nav-link:focus, .order_detail .nav-tabs .nav-link:hover {
    border-color: #e9ecef00 #e9ecef00 #dee2e600 !important;
}

.order_detail .tab-content {
    /*padding: 0px 33px;*/
}

.order_detail .tab-content div.tab-pane {
}

.order_detail .tab-content div.tab-pane h5 {
    font-weight: 600;
}

.order_detail .tab-content div.tab-pane .order_detail1 {
    margin-top: 35px;
}

.order_detail .tab-content div.tab-pane .order_detail1 li {
    font-size: 14px;
    color: #636363;
    margin-bottom: 25px;
    font-weight: 500;
}

.order_detail .tab-content div.tab-pane .order_detail1 li:last-child {
    margin-bottom: 0px;
}

.order_detail .tab-content div.tab-pane .order_detail1 li span {
    width: 130px;
    display: inline-block;
}

.box_order {
    padding: 30px 0;
}

.bl-1 {
    border-left: 1px solid #dcdcdc;
    padding-left: 40px;
}

.order_detail h3 {
    font-size: 20px;
    padding: 0 0 20px 0;
    margin: 0;
    border-bottom: 1px solid #DCDCDC;
    padding: 0 33px 24px 33px;
    line-height: 24px;
    color: #4B4B4B;
    font-weight: 600;
}

.order_detail_box {
    padding: 30px 33px 0px 33px;
}

.order_detail_box .customer_detail {
    margin-bottom: 20px;
}

.order_detail_box .customer_detail h5 {
    margin-bottom: 5px;
    font-weight: 600;
}

.order_detail_box .customer_detail p {
    font-size: 13px;
    color: #636363;
}

/*order detail page style end*/
/*notification page style start*/
section.profile_sec1.req_offer_list.notif {
    padding: 0;
}

section.profile_sec1.req_offer_list.notif {
}

section.profile_sec1.req_offer_list.notif h1 {
    border-bottom: 0;
    margin: 0;
}

.notific_list {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px;
    position: relative;
}

.notific_list li .user_notify {
    display: flex;
    align-items: center;
}

.notific_list li .user_notify .image_notify {
    width: 70px;
    height: 70px;
}

.notific_list li .user_notify .image_notify img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.notific_list li .user_notify h3 {
    font-size: 18px;
    font-weight: 700;
    color: #191919;
    margin: 0 0 0 20px;
}

.notific_list li {
    margin-left: 0px;
    padding-left: 30px;
    border-left: 1px solid #ccc;
}

.notific_list li:first-child {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
    width: 19%;
}

.notific_list li:nth-child(2) {
    width: 66%;
}

.notific_list li:nth-child(3) {
    height: 40px;
    display: flex;
    align-items: center;
    width: 15%;
}

.notific_list li h5 {
    margin-bottom: 2px;
    font-size: 17px;
    width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #444444;
    font-weight: 500;
}

.notific_list li p {
    font-size: 14px;
    margin-bottom: 0;
    color: #979797;
    font-weight: 500;
}

.notific_list li p span {
    color: #414141;
    padding-left: 10px;
}

.notific_list li:nth-child(2) p {
    width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

ul.notific_list:nth-child(even) {
    background: #F9F9F9;
}

.noticication {
    padding-bottom: 70px;
    padding-top: 20px;
}

/*notification page style end*/
/*equipment Update page style start*/
h5.space_heading {
    margin-top: 70px;
    margin-bottom: 25px;
}

.ck-content p {
    font-size: 14px !important;
    color: #A5A5A5 !important;
}

figure.image.ck-widget {
    display: inline-block !important;
    margin-right: 10px !important;
}

figcaption.ck-editor__editable.ck-editor__nested-editable {
    display: none;
}

.equipment_update .upload_product .sec1 {
    width: 28%;
}

/*equipment Update page style end*/

/*my reviews page style start*/
.reviews.my_reviews {
    border-top: 0px;
    padding: 30px 0 0 0;
    margin: 0;
}

.review_count p {
    font-size: 10px;
}

/*my reviews page style end*/
/*Product Listing page style start*/
.product_banner {
    background: url(../images/product_banner.png);
    height: 250px;
    position: relative;
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
}

.product_banner:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #0000009e;
    position: absolute;
}

.op-0 {
    opacity: 0;
}

.gj-textbox-md.form-1 {
    font-size: 13px;
    border: 1px solid #ABABAB;
    padding: 0 21px;
    font-family: var(--content-family);
}

.card-menu i.gj-icon {
    display: none;
}

.gj-textbox-md:active, .gj-textbox-md:focus {
    border: 1px solid rgba(0, 0, 0, .42) !important;
}

.box_filter {
    box-shadow: 6px 10px 10px #00000014;
    padding: 30px;
    border-radius: 15px;
    background: #fff;
}

.product_filter {
    margin-top: -90px;
}

.br-1 {
    border-top: 1px solid #D6D5D5;
    border-bottom: 1px solid #D6D5D5;
    margin-top: 45px;
    margin-bottom: 40px;
}

.product_categories {
    padding-bottom: 60px;
}

.product_categories h1 {
    margin: 0;
    position: relative;
    padding: 17px 0px;
}

.product_categories h1 .sort {
    position: absolute;
    display: flex;
    right: 0;
    top: 14px;
}

.sort01 {
}

.sort01 select {
    border: 0px;
    font-size: 15px;
    color: #8D8C8C;
}

.sort h6 {
    font-size: 15px;
    color: #000000;
    margin: 0;
    line-height: 30px;
    font-weight: 600;
}

.product_bottom_banner {
    background: url(../images/banner_product.png);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 156px 0;
    background-size: cover;
}

.product_bottom_banner h6 {
    font-size: 18px;
    font-weight: 800;
    color: #fff;
}

.product_bottom_banner h2 {
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 35px;
    font-weight: 700;
    color: #fff;
}

.product_bottom_banner a.btn-2 {
    color: #fff;
    border-color: #fff;
    background: initial;
}

.product_bottom_banner .h_account {
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #fff;
    margin-top: 20px;
    font-weight: 700;
}

.product_bottom_banner .h_account a {
    color: #fff;
}


.main-menu .menu {
    /* width: 220px; */
    display: inline-block;
    position: relative;
}

.main-menu .menu li + li {
    position: relative;
}

.main-menu .menu li a {
    color: #959595;
    background-color: #ffffff;
    text-decoration: none;
    font-weight: 400;
    display: block;
    padding: 10px 20px 10px 10px;
    transition: all 0.3s;
    font-size: 14px;
    border-bottom: 1px solid #D6D5D5;
}

.main-menu .menu > li.open > a {
    background-color: #1279c9;
    color: #fff;
}

.drp-menu {
    display: none;
}

.drp-menu li {
}

.drp-menu li a {
    background-color: #ddd;
    color: #000;
}

.main-menu .menu li.open {
}

.main-menu .menu li.open ul.drp-menu {
}

.main-menu .menu li.open ul.drp-menu li {
}

.main-menu .menu li.open ul.drp-menu li a {
    background: #f8f8f8;
    border-bottom: 1px solid #f8f8f8;
}

.main-menu .menu li.open ul.drp-menu li.open a {
    background: #fff;
}

.main-menu .menu li.open ul.drp-menu li.open ul li a {
    background: #f8f8f8;
}

.main-menu .menu li a i {
    position: absolute;
    right: 10px;
    top: 13px;
    color: #1A1818;
}

.search_top .dateBox input#datepicker:focus, .search_top .dateBox input#datepicker1:focus, .search_top .dateBox input#datepicker2:focus, .search_top .dateBox input#datepicker3:focus, .search_top .dateBox input#datepicker4:focus {
    box-shadow: none;
    border: none !important;
    outline: none;
}

.box_filter input#datepicker:focus, .box_filter input#datepicker1:focus {
    border: 1px solid #ABABAB !important;
}

.main-menu .menu > li.open > a span svg, .main-menu .menu > li.open > a span svg path {
    fill: #fff;
}

.main-menu .menu li a span svg path {
    fill: #9e9e9e;
}

.main-menu .menu li a span {
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 15px;
}

.main-menu .menu li a span svg {
    width: 100%;
    height: 100%;
}

.main-menu .menu li.open a i {
    color: #fff;
}

/*Product Listing page style end*/
/*Product detail page style start*/
.product_detail {
    padding-top: 40px;
    padding-bottom: 80px;
}

.product_detail h2 {
    font-size: 22px;
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 18px;
}

.product_detail h5 {
    color: #090909;
    line-height: 20px;
    margin-bottom: 35px;
}

.product_detail h5 i {
    font-size: 13px;
    color: var(--primary-color);
    position: relative;
    top: -2px;
}

.product_detail h6 {
    font-size: 20px;
    font-weight: 600;
    color: #090909;
    margin-bottom: 15px;
}

.product_detail p {
    color: #A5A5A5;
    font-size: 14px;
    line-height: 24px;
}

.product_detail h4 {
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 15px;
    margin-top: 30px;
}

.product_review {
    padding: 80px 0 0;
    background: #FBFBFB;
}

.product_review h2 {
    font-size: 22px;
    font-weight: 700;
    color: #393939;
}

.product_review h3 {
    font-size: 30px;
    font-weight: 700;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 50px;
}

.product_review h3 i {
    color: #1279C9;
    font-size: 22px;
    padding: 0 10px;
}

.product_review h3 span {
    font-size: 14px;
    font-weight: 600;
    color: #393939;
    padding-left: 4px;
}

.product_reviews {
    border-bottom: 1px solid #EBEBEB;
    padding: 35px 0;
    display: flex;
}

.product_reviews:last-child {
    border-bottom: 0px;
}

.product_reviews li:first-child {
    width: 10%;
}

.product_reviews li .user_image_review {
    width: 70px;
    height: 70px;
}

.product_reviews li .user_image_review img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 13px;
}

.product_reviews li h5 {
    font-size: 15px;
    color: var(--primary-color);
    margin-bottom: 2px;
    font-weight: 600;
}

.product_reviews li .date_rev {
    color: #848484;
    font-size: 12px;
    margin-bottom: 7px;
}

.product_reviews li .date_rev span {
    width: 110px;
    display: inline-block;
}

.product_reviews li .date_rev i {
    color: var(--primary-color);
    padding-right: 5px;
}

.product_reviews li .rev_description {
    color: #B1B1B1;
    font-size: 12px;
    /* width: 70%; */
    margin: 0;
}

.product_reviews li:nth-child(2) {
    width: 64%;
}

.slider.slider-nav {
    width: 460px;
    position: absolute;
    right: 40px;
    bottom: 30px;
    background: #FFFFFF;
    padding: 10px 3px 10px 10px;
    border-radius: 10px;
}

.slider.slider-nav button {
    display: none !important;
}

.thumb_product {
    width: 80px !important;
    height: 80px;
}

.thumb_product img.img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid #010101;
}

.product_img_box {
}

.product_img_box img.img-fluid {
    width: 100%;
}

/*Product detail page style end*/
/*chat screen style start*/
section.chat_main {
    margin-top: 20px;
    padding-bottom: 60px;
}

.chat_heading {
}

.chat_heading h1 {
    margin: 0;
    padding: 16px 0;
}

.chat_left {
    background: #F9F9F9;
    padding: 40px 0px;
    border-radius: 25px;
    height: 90vh;
    width: 86%;
}

.chat_left h4 {
    font-weight: 600;
    color: #575757;
    font-size: 19px;
    margin-bottom: 13px;
    display: flex;
    align-items: center;
}

.chat_left h4 span {
    font-weight: 600;
    font-size: 8px;
    background: var(--primary-color);
    padding: 3px 6px 2px;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    margin-left: 8px;
}

.mb-30 {
    margin-bottom: 30px;
}


ul.user_message {
    position: relative;
    cursor: pointer;
    display: flex;
    padding: 20px 10px;
    border-bottom: 1px solid #C8C8C8;
}

ul.user_message.active {
    background: #F2F2F2;
}

.user_message li:first-child {
    width: 110px;
    /* position: absolute; */
    /* left: 0; */
    top: 0;
}

.user_message li:last-child {
    /* padding-left: 110px; */
    padding-top: 14px;
    width: 68%;
}

.user_message li h6 {
    font-size: 12px;
    font-weight: 600;
    color: #191919;
    position: relative;
    /* padding-right: 60px; */
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    width: 100%;
}

.user_message li h5 span {
    color: #414141;
    font-size: 9px;
    display: inline-block;
    width: 90px;
}

.user_message li h5 {
    font-size: 15px;
    color: #444444;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.user_message li h6 span {
    color: #979797;
    font-size: 9px;
    display: inline-block;
    width: 90px;
}

.user_message li h5 i, .user_message li h6 i {
    font-style: normal;
    width: 80%;
}

.header_chat select.form-control.form-1 {
    background: #f9f9f9;
}

.header_chat {
    padding: 0 14px;
}

.msg_user {
    width: 80px;
    height: 80px;
}

.msg_user img.img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.chat_right {
    width: 90%;
    margin: 0 auto;
    border: 1px solid #E8ECFB;
    box-shadow: 8px 9px 20px #E1E1E147;
    border-radius: 25px;
    padding: 30px;
    height: 90vh;
}

.chat_r_header {
    border-bottom: 1px solid #D9D9D9;
}

.chat_user {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

.chat_user li:first-child {
    width: 110px;
}

.chat_user li:last-child {
}

.chat_user li:first-child .chat_user_img {
    width: 60px;
    height: 60px;
}

.chat_user li:first-child .chat_user_img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.chat_user li h5 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #191919;
}

.chat_user li h5 span {
    font-weight: 400;
    color: #979797;
    display: inline-block;
    padding-left: 33px;
    font-size: 13px;
}

.scroll_chat {
    height: 80%;
    overflow-y: auto;
}

.scroll_chat::-webkit-scrollbar, .chat_list::-webkit-scrollbar {
    width: 2px;
}

.scroll_chat::-webkit-scrollbar-track, .chat_list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgb(0 0 0 / 0%);
}

.scroll_chat::-webkit-scrollbar-thumb, .chat_list::-webkit-scrollbar-thumb {
    background-color: #00000036;
    outline: 0px solid slategrey;
}

.chat_list {
    padding-left: 100px;
    height: 64%;
    overflow-y: auto;
    padding-right: 10px;
    padding-right: 100px;
}

.chat_list .chat_01 {
    margin-bottom: 12px;
    display: inline-block;
}

.chat_list .chat_01 p {
    margin: 0;
    font-size: 12px;
    color: #979797;
    padding: 10px 16px;
    background: #F2F4FB;
    border: 1px solid #E1E7FF;
    border-radius: 15px 0px 15px 15px;
    margin-bottom: 4px;
    display: inline-block;
}

.chat_list .chat_01 span.time, .chat_list .chat_02 span.time {
    text-align: right;
    display: block;
    font-size: 10px;
    color: #414141;
    font-weight: 600;
}

.left_filter #datepicker:focus, .left_filter #datepicker1:focus, .advance_search_box #datepicker4:focus, .advance_search_box #datepicker3:focus {
    border: 0px !important;
}

.chat_list .chat_02 {
    display: inline-block;
    margin-bottom: 12px;
}

.chat_list .chat_02 p {
    margin: 0;
    font-size: 12px;
    color: #979797;
    padding: 10px 16px;
    display: inline-block;
    background: #ffffff;
    border: 1px solid #D1D1D1;
    border-radius: 15px 0px 15px 15px;
    margin-bottom: 4px;
    display: inline-block;
}

.chat_body {
    padding: 30px 0;
    position: relative;
    height: 85%;
}

.chat_message {
    border: 1px solid #BBBBBB;
    border-radius: 15px;
    position: absolute;
    width: 71%;
    bottom: 0;
    padding-top: 10px;
    margin: 0 auto !important;
    left: 0;
    right: 0;
}

.chat_message textarea.form-3 {
    width: 100%;
    height: auto;
    border: 0px;
    padding: 9px 20px 19px 20px;
    line-height: 20px;
    resize: none;
    border-radius: 0;
}

.attachment {
    position: relative;
    margin-right: 10px;
}

.attachment input.file_hide {
    position: absolute;
    width: 100%;
    opacity: 0;
    left: 0;
    top: 0;
}

.attachment .attch_btn {
    background: #F1F2F6;
    font-size: 13px;
    height: 37px;
    line-height: 37px;
    border-radius: 9px;
    font-weight: 600;
    padding: 0 20px;
}

.attachment .attch_btn i {
    font-size: 11px;
    color: #414141;
    padding-right: 7px;
}

.btn_send {
    display: flex;
    justify-content: end;
    padding: 10px 23px;
    border-top: 1px solid #BBBBBB;
    margin-top: 10px;
}

.chat_message textarea.form-3::-webkit-scrollbar {
    width: 0px;
}

.chat_message textarea.form-3::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgb(0 0 0 / 0%);
}

.chat_message textarea.form-3::-webkit-scrollbar-thumb {
    background-color: #00000036;
    outline: 0px solid slategrey;
}

.sent_btn {
    position: relative;
}

.sent_btn input.btn-1 {
    border: 0px;
    height: 37px;
    line-height: 37px;
    padding: 0 23px 0 37px;
}

.sent_btn i {
    position: absolute;
    left: 19px;
    top: 12px;
    color: #fff;
    font-size: 11px;
}

.arrow_icns {
    display: none;
}

/*chat screen style end*/

/*home filter start*/
.search_filter button.multiselect.dropdown-toggle {
    width: 100% !important;
    text-align: left;
    border-radius: 8px;
}

.search_filter .btn-group {
    width: 100% !important;
    display: initial;
}

.search_filter ul.multiselect-container.dropdown-menu {
    width: 100%;
    position: initial !important;
    width: 100%;
    left: 0;
    transform: translate3d(0px, 0px, 0px) !important;
    background: #F9F9F9;
    border: 0px;
    padding: 0 10px 15px 10px;
    border-radius: 0px 0px 8px 8px;
    height: 177px;
    overflow-y: auto;
}

.search_filter ul.multiselect-container.dropdown-menu li {
    width: 25%;
    display: inline-block;
}

.search_filter ul.multiselect-container.dropdown-menu li label.checkbox {
    height: initial !important;
    padding: 0px 0 0px 0;
    position: relative;
    margin-bottom: 15px;
}

.search_filter {
    background: #F9F9F9;
    border-radius: 8px 8px 0px 0px;
}

.search_filter li.multiselect-item.filter .input-group {
    margin-left: 0px;
    margin-right: 0px;
}

.search_filter li.multiselect-item.filter .input-group input.form-control.multiselect-search {
    width: 100%;
}

.search_filter ul.multiselect-container.dropdown-menu li:first-child {
    width: 100%;
}


.search_filter ul.multiselect-container.dropdown-menu li label input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    /* display: none; */
    cursor: pointer;
    opacity: 0;
    width: 100%;
    left: 0;
    position: absolute;
    height: 100%;
}

.search_filter ul.multiselect-container.dropdown-menu li label {
    position: relative;
    cursor: pointer;
    font-size: 12px;
    color: #919191;
    font-weight: 400;
}

.search_filter ul.multiselect-container.dropdown-menu li label a {
    color: var(--primary-color);
}

.search_filter ul.multiselect-container.dropdown-menu li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #919191;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 6px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
    border-radius: 2px;
    margin-top: -3px;
}

.search_filter ul.multiselect-container.dropdown-menu li.active label:before {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.search_filter ul.multiselect-container.dropdown-menu li.active label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 5px;
    width: 4px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%) !important;
}

.multiselect-selected-text {
    font-size: 12px;
}

.search_filter ul.multiselect-container.dropdown-menu li.active label {
    color: var(--primary-color);
    font-weight: 500;
}

input.form-control.multiselect-search {
    color: #ACACAC;
    height: 26px;
    line-height: 26px;
    font-size: 10px;
    border-radius: 4px !important;
    border: 0px;
}


.search_filter ul.multiselect-container.dropdown-menu li:first-child .input-group {
    position: relative;
}

.search_filter ul.multiselect-container.dropdown-menu li:first-child .input-group:before {
    content: '';
    font-family: "Font Awesome 5 Free";
    content: "\f002";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-size: 10px;
    font-weight: 900;
    color: #AFAFAF;
    position: absolute;
    right: 9px;
    top: 5px;
    z-index: 99;
}

.search_filter button.multiselect.dropdown-toggle:before {
    content: '';
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 900;
    color: var(--primary-color);
    position: absolute;
    right: 9px;
    top: 5px;
    z-index: 99;
    width: 20px;
    height: 20px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 50%;
    padding-right: 0;
    line-height: 20px;
}

.search_filter button.multiselect.dropdown-toggle:after {
    display: none;
}

.search_filter ul.multiselect-container.dropdown-menu::-webkit-scrollbar {
    width: 5px;
}

.search_filter ul.multiselect-container.dropdown-menu::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #dedede61;
}

.search_filter ul.multiselect-container.dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #DEDEDE;
    border-radius: 5px;
}

.btn-result {
}

.btn-result .btn-1 {
    padding: 0 20px;
    height: 38px;
    line-height: 38px;
    margin-top: 12px;
}

.gj-picker {
    z-index: 12034 !important;
    /* z-index: 9999; */
}

.bg-color ul.list_top_selling_product:nth-child(odd) {
    background: #F9F9F9;
    border-radius: 20px;
}

.bg-color ul.list_top_selling_product {
    padding-left: 10px !important;
    padding-right: 10px !important;
}


.search_filter ul.multiselect-container.dropdown-menu li a {
    display: block;
}

/*home filter end*/


/*Dashboard start*/
.user_profile {
    display: flex;
    align-items: center;
}

.user_profile li {
}

.user_profile li .img_userp {
    width: 90px;
    height: 90px;
}

.user_profile li .img_userp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.user_profile li h5 {
    margin-top: 14px;
    font-size: 15px;
    font-weight: 600;
    color: #4A4848;
    margin-bottom: 6px;
}

.user_profile li p {
    color: #A8A7A7;
    font-size: 11px;
    margin-bottom: 0;
}

.user_profile li:first-child {
    width: 90px;
    height: 90px;
    margin-right: 20px;
}

.box_dash {
    border-radius: 28px;
    border: 1px solid #c2c2c2;
    padding: 20px;
    margin: 30px 0;
}

.header_user {
    border-bottom: 1px solid #c2c2c2;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.d_bx1 {
    border: 1px solid #B1B1B1;
    border-radius: 15px;
    padding: 50px 20px;
    transition: .5s ease;
    margin-bottom: 30px;
    align-items: center;
    display: flex;
}

.icon01 svg path {
    fill: #327fe4 !important;
}

.d_bx1:hover .icon01 svg path {
    fill: #000 !important;
}

.d_bx1:hover {
    background: #f8fafc;
    box-shadow: 0px 7px 18px #00000014;
    transition: .5s ease;
}

.active_product {
    box-shadow: 0px 6px 30px #00000017;
    border: 1px solid #c2c2c2;
    border-radius: 15px;
    padding: 30px;
}

.active_product .top_selling_product.mobile_screen {
    padding-top: 0;
    margin-top: 0;
    margin-right: 0;
    border-top: 0px;
}

.active_product .top_selling_product.mobile_screen .list_top_selling_product {
    border-bottom: 1px solid #ddd9d9;
}

.active_product .top_selling_product.mobile_screen {
}

.active_product .top_selling_product.mobile_screen h6 {
    font-weight: 600;
    margin-bottom: 40px;
}

.active_product .top_selling_product.mobile_screen .list_top_selling_product p {
    font-size: 12px;
    color: #A5A5A5;
    padding-right: 50px;
    line-height: 21px;
    margin: 0;
}

.active_product .top_selling_product.mobile_screen .list_top_selling_product h5 {
}

.active_product .top_selling_product.mobile_screen .list_top_selling_product li:last-child, .active_product .top_selling_product.mobile_screen .list_top_selling_product li:last-child p {
    padding-right: 0;
}

.d_bx2 {
    margin-left: 14px;
}

.d_bx2 p {
    color: #818181;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
}

.d_bx2 h5 {
    font-weight: 700;
    font-size: 26px;
    margin: 0;
}

.icon01 {
    width: 70px;
    height: 70px;
    background: #F8FAFC;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.d_bx1:hover .icon01 {
    background: #fff;
}

.icon01 svg {
    width: 36px;
    height: 36px;
}

form.top_selling_product.my_equpment01 {
}

form.top_selling_product.my_equpment01 ul.list_top_selling_product li {
    width: 18% !important;
}

form.top_selling_product.my_equpment01 ul.list_top_selling_product li:nth-child(1) {
    width: 16% !important;
}

form.top_selling_product.my_equpment01 ul.list_top_selling_product li:nth-child(2) {
    width: 21% !important;
}

form.top_selling_product.my_equpment01 ul.list_top_selling_product li:nth-child(3) {
}

form.top_selling_product.my_equpment01 ul.list_top_selling_product li:nth-child(4) {
    width: 28% !important;
}

form.top_selling_product.my_equpment01 ul.list_top_selling_product li:nth-child(5) {
    width: 16% !important;
}

form.top_selling_product.my_equpment01 ul.list_top_selling_product li .bx_img {
    width: 120px;
    height: 80px;
}

form.top_selling_product.my_equpment01 ul.list_top_selling_product {
    justify-content: flex-start;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

form.top_selling_product.my_equpment01 ul.list_top_selling_product li p {
    color: #A5A5A5;
    line-height: 21px;
    margin: 0;
    font-size: 12px;
}

form.top_selling_product.my_equpment01 ul.list_top_selling_product li h5 {
    font-size: 14px;
}

form.top_selling_product.my_equpment01 ul.list_top_selling_product li .icon_select select {
    height: 35px;
    line-height: 35px;
}

form.top_selling_product.my_equpment01 ul.list_top_selling_product li .icon_select i {
    bottom: 12px;
}

.available select {
    background: #08610F;
    color: #fff;
    border-color: #08610F;
}

.available i {
    color: #fff;
}

.available select:focus {
    background: #08610F;
    color: #fff;
    border-color: #08610F;
}


.unavailable select {
    background: #f9f9f9;


}

.unavailable i {

}

.h-01 {
    height: 40px;
    line-height: 40px;
}

.req_user_detail p i {
    font-style: inherit;
    cursor: pointer;
    color: #1279C9;
}

.or_status {
    font-size: 18px;
    font-weight: 500;
    color: #515151;
    margin-bottom: 30px;
}

section.order_tracking.pt-40 {
    padding-top: 30px;
}

.top_selling_product.my_equipment.new_eq {
}

.top_selling_product.my_equipment.new_eq ul li:last-child {
    width: 14%;
}

.top_selling_product.my_equipment.new_eq ul li:nth-child(2) {
    width: 25%;
}

.top_selling_product.my_equipment.new_eq ul li:nth-child(3) {
    width: 16%;
}

.top_selling_product.my_equipment.new_eq ul li:nth-child(4) {
    width: 8%;
}

.top_selling_product.my_equipment.new_eq ul li:nth-child(5) {
    width: 13%;
}

.new_eq .select_box {
}

.new_eq .select_box select {
    height: 35px;
    line-height: 32px;
    border-radius: 6px;

}

.new_eq .select_box i {
    bottom: 13px;
    color: #fff;
}

.color_blue select {
    background: #1E50A5;
    color: #fff;
    border-color: #1E50A5;
}

.color_blue select:focus {
    background: #1E50A5;
    color: #fff;
    border-color: #1E50A5;
}

.color_blue_light select {
    background: #1E97A5;
    color: #fff;
    border-color: #1E97A5;
}

.color_blue_light select:focus {
    background: #1E97A5;
    color: #fff;
    border-color: #1E97A5;
}

.color_green select {
    background: #1EA550;
    color: #fff;
    border-color: #1EA550;
}

.color_green select:focus {
    background: #1EA550;
    color: #fff;
    border-color: #1EA550;
}

/*Dashboard end*/
/*payment information start*/
.top_selling_product.my_equipment.payment_information {
}

.top_selling_product.my_equipment.payment_information ul.list_top_selling_product {
}

.top_selling_product.my_equipment.payment_information ul.list_top_selling_product li {
    width: 17%;
}

.top_selling_product.my_equipment.payment_information ul.list_top_selling_product li:first-child {
    width: 20%;
    margin-right: 20px;
}

.d-fl {
    display: flex;
    align-items: center;
}

.d-fl .bx_img_user {
    width: 60px;
    height: 60px;
    margin-right: 20px;
}

.d-fl .bx_img_user img.img-fluid {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.d-fl p {
    color: #191919 !important;
    font-weight: 600;
    font-size: 15px !important;
    width: 70%;
}

.payment_product {
    display: flex;
    align-items: center;
}

.payment_product .bx_img {
    width: 100px;
    margin-right: 20px;
    height: 90px;
    border-radius: 13px;
}

.top_selling_product.my_equipment.payment_information ul.list_top_selling_product li:nth-child(2) {
    width: 31%;
    margin-right: 20px;
}

.paid {
    color: #000 !important;
}

.payment_product h5 {
    width: 66%;
}

.top_selling_product.my_equipment.payment_information ul.list_top_selling_product li:nth-child(4) {
    margin-right: 10px;
    width: 8%;
}

.btn-send .btn-1 {
    text-align: center;
    height: 38px;
    line-height: 38px;
    margin: 0 20px;
}

.btn-send .btn-1.disable {
    background: #C2C4C5;
}

.top_selling_product.my_equipment.payment_information ul.list_top_selling_product li p {
    font-weight: 600;
}

/*payment information end*/


/*order tracking start*/
.tracking_bar {
    position: relative;
    width: 99%;
    padding-bottom: 20px;
    margin-bottom: 60px;
}

.tracking_bar li {
    display: inline-block;
    width: 31%;
    position: relative;
}

.tracking_bar li p {
    margin: 0;
    font-size: 15px;
    color: #4D4C4C;
    font-weight: 500;
    margin-bottom: 10px;
}

.tracking_bar li:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    background: var(--primary-color);
    border-radius: 50%;
    bottom: -28px;
    left: 0px;
    z-index: 9;
}

.tracking_bar:before {
    content: '';
    /*width: 100%;*/
    /*height: 4px;*/
    /*background: var(--primary-color);*/
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*border-radius: 9px;*/
}

.tracking_bar li:last-child:before {
    right: 20px;
    background: #A9A9AA;
}

.tracking_bar li:last-child {
    width: 6%;
    text-align: right;
    position: relative;
    left: 0px;
}

.tracking_bar li:nth-child(2) p {
    left: -28px;
    position: relative;
}

.tracking_bar li:nth-child(3) p {
    position: relative;
    left: -30px;
}

.order_tracking {
    padding-top: 80px;
}

.order_detail01 {
    margin-bottom: 50px;
}

.order_detail01 li {
    display: flex;
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 500;
    margin-top: 11px;
}

.order_detail01 li span.or01 {
    width: 55%;
}

.order_detail01 li span.or02 {
    width: 45%;
}

.box_register .mb-60 {
    margin-bottom: 50px;
}

.status p {
    font-size: 12px;
    margin-bottom: 15px;
    font-weight: 500;
}

.status {
    border: 1px solid #707070;
    border-radius: 15px;
    padding: 20px 20px 10px 20px;
    margin-bottom: 50px;
}

.status_map {
    width: 100%;
    height: 200px;
    margin-bottom: 50px;
}

.status_map iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 0px;
}

.product_feature {
    margin-top: 40px;
}

.product_feature a.btn-2 {
    color: #1D1D1D;
    border: 1px solid #1D1D1D;
}


.bg-color ul.list_top_selling_product:nth-child(odd) {
    background: #F9F9F9;
    border-radius: 20px;
}

.bg-color ul.list_top_selling_product {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.bg-color ul.list_top_selling_product.top_heading {
    border-radius: 0px;
    background: initial;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.req {
    font-size: 13px;
    color: #f00;
    top: 0;
}

.tracking_bar li:after {
    content: '';
    width: 100%;
    height: 4px;
    background: var(--primary-color);
    position: absolute;
    bottom: -20px;
    left: 7px;
    border-radius: 9px;
}

.tracking_bar li:last-child:after {
    left: -39px;
    display: none;
}

.tracking_bar li:last-child p {
    left: -22px;
    position: relative;
}

.tracking_bar li:nth-child(3):after {
    background: #A9A9AA;
}

.tracking_bar li:nth-child(2):after {
    background: #1E97A5;
}

.tracking_bar li:nth-child(3):before {
    background: #1E97A5;
}

.main_review .review_bx {
    width: 69%;
}

.main_review .review_bx p {
    padding-right: 60px;
}

.review_main .review_count {
}

.review_main .review_count h3 {
    position: initial;
}

.review_main .reviews-container {
}

.review_main .reviews-container span.icon-container {
    width: 50px;
}

.review_main .review p {
    font-size: 10px;
    color: #C6C6C6;
    margin-top: 5px;
}

.review_main .review {
    margin: 3px 0 6px;
}

.counter {
    background: #808080;
    color: #fff !important;
    border-color: #808080 !important;
}

.counter:hover {
    background: #000;
    color: #fff;
}

/*Request Book popup start*/
.accept.checkbox_theme {
    padding: 0;
    width: 100%;
}

div#sendoffer {
}

div#sendoffer .modal-content, div#sendoffer1 .modal-content {
    max-width: 480px;
}

div#sendoffer .modal-dialog .modal-content, div#sendoffer1 .modal-dialog .modal-content {
    box-shadow: 0px 20px 30px #24242440;
    border-radius: 15px !important;
}

div#sendoffer .modal-dialog .modal-content h5, div#sendoffer1 .modal-dialog .modal-content h5 {
    font-size: 20px;
    text-align: center;
    color: var(--primary-color);
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    padding-bottom: 17px;
    margin-bottom: 30px;
}

.box_01 {
}

.box_01 label {
    padding-right: 10px;
    color: #000000;
    font-size: 13px;
}

p.amount {
    color: #717171;
    font-size: 14px;
    margin-bottom: 20px;
}

.form-group.message {
}

.form-group.message label {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}

.form-group.message textarea.form-3.form-control {
    height: 150px;
    border-color: #E8E8E8;
    border-radius: 15px;
}

.accept.checkbox_theme {
}

.accept.checkbox_theme .form-group.checkbox_custom {
}

.accept.checkbox_theme .form-group.checkbox_custom label {
    font-size: 12px;
    color: #9A9999;
}

.accept.checkbox_theme p {
    font-size: 12px;
    color: #9E9E9E;
    font-weight: 300;
    width: 90%;
    margin-bottom: 20px;
}

/*Request Book popup end*/

div#sendoffer input.btn-1, div#sendoffer1 input.btn-1 {
    border: 1px solid var(--primary-color) !important;
}

.new001 .gj-textbox-md:active, .new001 .gj-textbox-md:focus {
    border: 0px solid rgba(0, 0, 0, .42) !important;
}

.back {
    color: #ABABAB;
    font-size: 16px;
    text-align: center;
    display: block;
    font-weight: 600;
    padding-top: 20px;
}

.signin {
    font-size: 12px;
    color: #B4B4B4;
    margin-top: 6px;
    text-align: center;
}

.signin a {
    color: #1279c9;
    font-weight: 600;
}

.table_detail h5 a {
    color: #212529;
}


/*order tracking end*/


/*ul.multiselect-container.dropdown-menu.show {*/
/*width: 100% !important;*/
/**/
/*left: 0 !important;*/
/*display: flex;*/
/*flex-wrap: wrap;*/
/*padding: 10px;*/
/*background: #f5f4f4;*/
/*border: 0px;*/
/*}*/

/*.advance_search_box .multiselect.dropdown-toggle.btn.btn-default {*/
/*width: 100% !important;*/
/*text-align: left;*/
/*background: #f5f4f4;*/
/*}*/

/*.advance_search_box .btn-group {*/
/*width: 100% !important;*/
/**/
/*}*/

/*.advance_search_box ul.multiselect-container.dropdown-menu li {*/
/*width: 25%;*/
/*}*/

/*.advance_search_box ul.multiselect-container.dropdown-menu li:nth-child(1) {*/
/*width: 100%;*/
/*}*/

/*.advance_search_box ul.multiselect-container.dropdown-menu li label.checkbox {*/
/*padding-left: 4px;*/
/*padding-bottom: 0px !important;*/
/*padding-top: 0px !important;*/
/*margin: 5px 0px;*/
/*}*/

/*.advance_search_box ul.multiselect-container.dropdown-menu li label.checkbox input[type="checkbox"] {*/
/*margin-bottom: 0px !important;*/
/*}*/


a.order-detail {
    display: inline-block;
    text-align: right;
    color: #1279C9;
    font-weight: 700;
    font-size: 15px;
}

.textright {
    text-align: right;
}

.d_bx1.bg1 {
    background: #F8FAFC 0% 0% no-repeat padding-box;
    box-shadow: 0px 7px 18px #00000014;
}

.d_bx1.bg1 .icon01 {
    background: #fff;
}

.prog {
    color: #2181EF;
    font-style: inherit;
}

.box_order.bl-1 {
    height: 100%;
}

.order_detail .tab-content .tab-pane .row {
    padding: 0px 33px;
}

.bt-1 {
    border-top: 1px solid #DCDCDC;
    padding-top: 25px;
}

.bt-1 textarea.form-1.form-control {
    height: 150px;
    resize: none;
}

.bt-1 input.btn-1 {
    border: 0px;
}

.comment1 p {
    margin: 0;
    font-size: 14px;
    color: #545353;
    line-height: 26px;
}

.comment1 {
    border: 1px solid #ABABAB;
    border-radius: 10px;
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.user_details {
    padding: 0 30px;
}

.user_contact_details {
    padding: 30px 30px 0 30px;
    margin-top: 30px;
    border-top: 1px solid #c2c2c2;
}

.user_details {
    padding: 0 30px;
}

.user_contact_details {
    padding: 30px 30px 0 30px;
    margin-top: 60px;
    border-top: 1px solid #c2c2c2;
}

.user_contact_details label {
    margin-bottom: 9px;
}

.user_contact_details p {
    padding-right: 0 !important;
    padding-bottom: 35px;
}

.user_details label {
    margin-bottom: 17px;
}

.user_details p {
    border-bottom: 1px solid #c2c2c2;
    margin-bottom: 20px !important;
    line-height: 28px !important;
    padding-bottom: 10px;
}

.payment_modal button.close {
    margin-top: -30px;
    margin-right: -20px;
}

.payment_information_cons.pr-40 input.btn-1 {
    border: 0px;
}

.btn-2.remove1 {
    border: 1px solid #474747;
    color: #474747;
    margin-left: 15px;
    margin-bottom: 15px;
}

p.search_result {
    font-weight: 600;
    line-height: 25px;
}

.viewall a {
    color: #717171;
    font-weight: 500;
    font-size: 15px;

    display: inherit;
}

.menovecard
.modal-dialog {
    max-width: 400px;
}

.menovecard .modal-dialog h6 {
    font-weight: 600;
    margin-bottom: 50px;
}

.menovecard .modal-dialog .btn-1 {
    border: 1px solid #1279c9;
}

.menovecard .modal-dialog .btn-2 {
    border: 1px solid #474747;
    color: #474747;
    margin-left: 8px;
}

.menovecard
.modal-body {
    padding: 33px;
}

.menovecard .modal-dialog h5 {
    margin-bottom: 20px;
    font-weight: 600;
}

.menovecard .modal-dialog h5 button {
    margin-top: -27px;
    margin-right: -23px;
}

.menovecard .modal-content {
    border-radius: 20px;
}

.gj-picker.gj-picker-md.timepicker {
    top: 50% !important;
    transform: translateY(-50%);
}


.selectdate .modal-body {
    padding: 15px 33px;
}

.selectdate .modal-dialog h5 {
    margin-bottom: 20px;
    font-weight: 600;
}

.selectdate .modal-dialog h5 button {
    margin-top: 0px;
    margin-right: -23px;
}

.selectdate .modal-content {
    border-radius: 20px;
}

.selectdate .modal-dialog {
    max-width: 320px;
}

.selectdate input#timepicker {
    position: relative;
    border: 0px solid #ccc;
    color: #4c4c4c;
    font-weight: 500;
}

.selectdate .gj-timepicker.gj-timepicker-md.gj-unselectable {
    width: 120px !important;
    margin: 0 auto;
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 6px;
    margin-bottom: 10px;
}

.selectdate .gj-timepicker.gj-timepicker-md.gj-unselectable i.gj-icon.clock {
    top: 6px;
    right: 6px;
    color: #a9a2a2;
}

.gj-textbox-md:active, .gj-textbox-md:focus {
    border: 0px !important;
}

.datepicker-picker span {
    border-radius: 54px !important;
    font-size: 12px;
}

.datepicker-view .dow {
    font-size: 12px;
}

span.datepicker-cell.month {
    border-radius: 10px !important;
}

button.button.view-switch {
    font-size: 14px;
}

.datepicker-controls {
    margin-bottom: 20px;
}

.buttonok a {
    color: #5c5c5c;
    font-size: 16px;
    font-weight: 600;
    padding-left: 9px;
}

.modal {
    padding: 0 !important;
}

span.datepicker-cell.year.selected.focused {
    border-radius: 10px !important;
}

.btn-h1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}