@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: 'Proxima-Nova-Bold';
    src: url('../fonts/Proxima-Nova-Bold.otf') format('OpenType');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima-Nova-Medium';
    src: url('../fonts/Proxima-Nova-Medium.ttf') format('TrueType');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima-Nova-Regular';
    src: url('../fonts/Proxima-Nova-Regular.otf') format('OpenType');
    font-weight: normal;
    font-style: normal;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body p {
    font-size: 15px;
    font-family: 'Proxima-Nova-Regular';
    line-height: 22px;
    margin-bottom: 15px;
    color: #000000;
    -webkit-font-smoothing: antialiased;
}
/*Loader CSS Start*/
.loader {
    height: 100% !important;
    position: absolute;
    margin: auto !important;
    width: 100% !important;
    display: block;
    z-index: 1;
    animation: none !important;
    opacity: 1 !important;
    border-radius: 0 !important;
}
.loader_overlay {
    width: 70px;
    height: 70px;
    background: transparent;
    border-radius: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    right: 0;
    top: 109px;
    bottom: 0;
    margin: auto;
}

.loader_overlay img {
    background: #fff;
    border-radius: 2px;
    padding: 5px;
    box-shadow: 0 0 10px #ccc;
    width: 70px;
}

/*Loader CSS END*/
.md_mainBody2.m-body .m-wrapper {
    overflow: unset;
}
.emptySec_box {
    margin-top: 40px;
    text-align: center;
}
.emptySec_box p {
    font-family: 'Proxima-Nova-Bold';
    margin-bottom: 0;
    font-size: 16px;
    line-height: 21px;
}
.material-symbols-outlined {
    font-weight: 300;
}
a, a:focus, a:focus-visible, :focus, a:hover {
    outline: none !important;
    text-decoration: none !important;
    cursor: pointer;
}
ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.container-xl {
    max-width: 1350px;
    padding: 0 30px;
}
button {
    background: unset;
    border: 0;
    padding: 0;
}
button , button:hover , button:focus {
	cursor: pointer;
}
.sidebar_dropdown {
    margin-top: 15px;
    text-align: left;
    padding-left: 38px;
/*     display: none; */
}
.sidebar_dropdown li {
    margin-bottom: 12px;
}
.sidebar_dropdown li a {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #f1ebf1;
    line-height: 20px;
    font-weight: normal;
    font-family: 'Proxima-Nova-Medium';
}
.sidebar_dropdown li:last-child {
    margin-bottom: 0;
}
/*--------- START DASHBOARD CSS ----------*/
.m-header--fixed .m-header {
    display: none;
}
.eikaebana_logo div a {
    text-decoration: none;
    text-transform: lowercase;
    font-size: 25px;
    color: #9daa5a;
    line-height: 30px;
    display: inline-block;
    margin: 20px 0;
}
.eikaebana-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.eikaebana-logo img {
    width: 175px;
}
.header__section .search_div {
    float: left;
    width: 50%;
    padding-left: 15px;
}
.header__section .input__field {
    position: relative;
}
.input__field .Search_Icon {
    position: absolute;
    top: 14px;
    left: 22px;
    font-weight: 600;
    color: #703372;
}
.header__section .input__field input {
    background-color: #f5f5f5;
    border: 0;
    border-radius: 2px;
    height: 40px;
    padding: 8px 30px;
    padding-left: 50px;
    color: #000000;
    border: 1px solid #efefef;
}
.header__section .input__field input:focus {
    border: 1px solid #dddddd;
    box-shadow: none;
}
.header__section .input__field a {
    position: absolute;
    right: 10px;
    top: 7px;
    color: #000000;
    text-decoration: none;
}
.header__section .input__field a:hover , .header__section .input__field a:focus {
	text-decoration: none;
	color: #000000;
}
.header__section .input__field a span {
    color: #000000;
    font-size: 25px;
    vertical-align: text-top;
}
.header__section .input__field input::placeholder {
    color: #000000;
    font-size: 13px;
    line-height: 20px;
}
.savoline_sidebar .m-aside-menu ul .sidebar_list {
    text-align: center;
    padding: 6px 9px;
}
.savoline_sidebar .m-aside-menu .m-menu__nav .sidebar_list.active .m-menu__link i {
    color: #E92C79;
}
.savoline_sidebar .m-aside-menu .m-menu__nav .sidebar_list.active .m-menu__link-text {
    color: #E92C79;
}
.m-body .savoline_sidebar {
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    -moz-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    position: fixed;
    height: 100vh;
}
.savoline_header {
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12941176470588237);
}
.m-aside-left {
    width: 280px;
    padding: 25px;
}
.m-body .m-wrapper {
    /* overflow: visible; */
    margin-left: 280px;
}
.savoline_sidebar .m-aside-menu ul .sidebar_list:hover, .savoline_sidebar .m-aside-menu ul .sidebar_list:focus {
    background-color: unset;
}
.savoline_sidebar .m-aside-menu .m-menu__nav .sidebar_list .m-menu__link i {
    font-size: 20px;
    color: #f1ebf1;
    line-height: 20px;
    margin-right: 15px;
    margin-bottom: 0;
}
.header_icons .header__list {
    list-style: none;
    display: flex;
    margin-bottom: 0;
    padding: 0;
}
.savoline_sidebar .m-aside-menu .m-menu__nav .sidebar_list .m-menu__link {
    padding: 0;
    height: unset;
    text-align: left;
}
.savoline_sidebar .m-aside-menu .m-menu__nav .sidebar_list .m-menu__link h4 {
    font-weight: normal;
    font-family: 'Proxima-Nova-Regular';
    font-size: 15px;
    line-height: 20px;
    color: #D6D6D6;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 0;
}
.savoline_sidebar .m-aside-menu .m-menu__nav .sidebar_list .m-menu__link.active h4, .sidebar_menuList2 a.active {
    color: #EF8157;
}
.header_icons .header__list .header_icons_set {
    padding: 0 15px;
}
.header_icons .header__list .header_icons_set a:hover, .header_icons .header__list .header_icons_set a:focus {
    color: #000000;
    text-decoration: none;
}
.icons__prop {
    font-size: 25px;
    color: #4a4a4a;
    vertical-align: middle;
}
.header_icons .header__list .header_icons_set:last-child {
    padding-right: 30px;
}
.head_border {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 15px 20px;
    justify-content: space-between;
}
.head_border img {
    width: 175px;
}
.right_btn {
    position: relative;
    height: 30px;
}
.right_btn button span {
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
    vertical-align: middle;
    font-size: 30px;
    width: 26px;
    transition: transform .3s;
}
.close_icon {
    opacity: 0;
    visibility: hidden;
    transform: rotate(315deg);
}
.close_btn .menu_btn {
    opacity: 0;
    visibility: hidden;
    transform: none;
}
.close_btn .close_icon {
    opacity: 1;
    visibility: visible;
    transform: rotate(360deg);
}
.header__section .m-dropdown .m-dropdown__wrapper .m-dropdown__inner {
    background-color: #ffffff;
    box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
    border-radius: 2px;
}
.header__section .m-dropdown .m-dropdown__wrapper {
    width: 200px;
}
.header__section .header_icons h3 {
    font-family: 'Proxima-Nova-Medium';
    font-size: 20px;
    line-height: 27px;
    margin: 0;
    color: #000000;
}
.header__section .m-nav .m-nav__item > .m-nav__link .m-nav__link-icon {
    color: #000000;
    font-size: 18px;
    width: 30px;
}
.header__section .m-dropdown .m-dropdown__wrapper .m-dropdown__body {
    padding: 5px 15px;
}
.header__section .m-nav .m-nav__item {
    display: block;
    border-bottom: 1px solid #f4f4f4;
    padding: 10px 0;
}
.header__section .m-nav .m-nav__item:last-child {
	border-bottom: 0;
}
.header__section .m-nav .m-nav__item:hover:not(.m-nav__item--disabled) > .m-nav__link .m-nav__link-icon , .header__section .m-nav .m-nav__item:focus:not(.m-nav__item--disabled) > .m-nav__link .m-nav__link-icon {
	color: #000000;
}
.header__section .m-nav .m-nav__item > .m-nav__link {
    text-decoration: none;
    color: #000000;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    padding: 0;
}
.profile_visit span i {
    font-size: 18px;
    margin-left: 3px;
    margin-top: -3px;
    vertical-align: middle;
}
.savoline--body .m-body .padding-bottom-0 {
    width: 100%;
    float: left;
    min-height: calc(100vh - 130px);
}
.profile__icon {
    color: #703372;
    font-size: 14px;
    margin-right: 5px;
}
.profile__text {
    font-family: 'Proxima-Nova-Regular';
    color: #000000;
    font-size: 14px;
    line-height: 20px;
}
.md_mainContent {
    padding-top: 50px;
}
.main_contentBox {
    width: 100%;
    display: inline-block;
    /* background-color: #ffffff; */
    /* padding: 20px; */
    /* box-shadow: 1px -3px 5px #0000000f; */
}
.m-content--skin-light2 .m-body {
    background-color: #ffffff;
}
.dashboard_footer {
    width: 100%;
    background: #f7f7f7;
    display: inline-block;
    padding: 20px 50px;
    margin-top: 20px;
}
.dashboard_footer p {
    font-family: 'Proxima-Nova-Regular';
    font-size: 15px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dashboard_footer p .cr_sign {
    font-size: 30px;
    line-height: 0;
    vertical-align: -webkit-baseline-middle;
}
.dashboard_footer p a {
    color: #000000;
    border-bottom: 1px solid #000000;
}
/*--------- END DASHBOARD CSS ----------*/
/*========= RADIO BUTTON BEGIN ==========*/
.contain_box {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 1px;
}
.contain_box {
    float: left;
}
.contain_box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 2px;
    top: 2px;
    margin-top: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #fbfbfb;
    border-radius: 50%;
    border: 1px solid #000000;
}
.contain_box input:checked ~ .checkmark {
    background-color: #ffffff;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.contain_box .checkmark:after {
    top: 2px;
    left: 2px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #000000;
}
.contain_box input:checked ~ .checkmark:after {
    display: block;
}
/*============ RADIO BUTTON END ============*/
/*============= SWITCH BUTTON ==============*/
.switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
}
.switch label {
    margin: 0 5px;
}
.switch input:empty {
    margin-left: -999px;
    height: 0;
    width: 0;
    overflow: hidden;
    position: absolute;
    opacity: 0;
}
.switch input:empty ~ span {
    display: inline-block;
    position: relative;
    width: 1px;
    text-indent: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.switch input:empty ~ span {
    float: left;
}
.switch input:empty ~ span {
    margin: 2px 0;
    height: 30px;
    width: 57px;
    border-radius: 15px;
}
.switch.switch-sm input:empty ~ span {
    margin: 2px 0;
    height: 20px;
    width: 40px;
    border-radius: 12px;
}
.switch input:empty ~ span:before, .switch input:empty ~ span:after {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 0;
    content: ' ';
    -webkit-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}
.switch input:empty ~ span:before, .switch input:empty ~ span:after {
    width: 54px;
    border-radius: 15px;
}
.switch input:empty ~ span:before {
    background-color: #e2e5ec;
}
.switch input:empty ~ span:after {
    height: 20px;
    width: 20px;
    top: 3px;
    bottom: 3px;
    margin-left: 3px;
    font-size: 0.65em;
    text-align: center;
    vertical-align: middle;
}
.switch input:empty ~ span:after {
    background-color: #ffffff;
    opacity: 0.9;
}
.switch input:checked ~ span:after {
    opacity: 1;
    color: #ffffff;
    background-color: #703372;
}
.switch.switch-sm input:empty ~ span:before, .switch.switch-sm input:empty ~ span:after {
    width: 38px;
    border-radius: 12px;
}
.switch.switch-sm input:empty ~ span:after {
    height: 18px;
    width: 18px;
    top: 1px;
    bottom: 1px;
    margin-left: 2px;
    font-size: 0.55em;
    text-align: center;
    vertical-align: middle;
}
.switch.switch-sm input:checked ~ span:after {
    margin-left: 16px;
}
/*============= SWITCH BUTTON ==============*/
/*============= SIDEBAR START ==============*/
.sidebar_menuList {
    width: 100%;
    margin-bottom: 25px;
}
.sidebar_menuItems {
    width: 100%;
    margin-top: 15px;
}
.sidebar_menuList .accordion-item {
    border: 0;
    background: unset;
    border-radius: 0;
    padding: 0;
}
.sidebar_menuList .accordion-header button {
    padding: 0;
    background: unset;
    border: 0;
    box-shadow: none;
    width: 100%;
}
.sidebar_menuList .accordion-header button {
    padding: 0;
    background: unset;
    border: 0;
    box-shadow: none;
    width: 100%;
    font-family: 'Proxima-Nova-Bold';
    font-size: 15px;
    line-height: 20px;
    color: #D6D6D6;
    display: flex;
    align-items: center;
    gap: 15px;
}
.sidebar_menuList .accordion-header button span {
    font-size: 26px;
}
.sidebar_menuList .accordion-button::after {
    content: "\e5c5";
    font-family: 'Material Symbols Outlined';
    background: unset;
    font-size: 22px;
    width: unset;
    height: unset;
}
.sidebar_menuList2 a {
    width: 100%;
    font-family: 'Proxima-Nova-Bold';
    font-size: 15px;
    line-height: 20px;
    color: #D6D6D6;
    display: flex;
    align-items: center;
    gap: 15px;
}
.content {
    padding: 0 !important;
} 
.sendChat_msg {
    min-width: 85px;
    background: #000;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Proxima-Nova-Regular';
    padding: 10px 20px;
    border-radius: 3px;
    display: inline-block;
}
.m-aside-menu .m-menu__nav.stockList_nav {
    padding-left: 30px;
    margin-top: 10px;
}
/*============== SIDEBAR END ===============*/
/*=========== FILTERS CSS START ============*/
.md_filters_box {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}
.md_filters_box1 {
    width: calc(100% - 200px);
    display: flex;
    align-items: center;
    gap: 20px;
}
.md_filters_box11 {
    border: 1px solid #dddddd;
    border-radius: 3px;
    padding: 10px 20px;
    width: calc(100% - 70px);
    position: relative;
    height: 44px;
}
.md_filters_box11 input {
    padding: 0;
    border: 0;
    width: 100%;
    font-family: 'Proxima-Nova-Regular';
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}
.md_filters_box11 span {
    position: absolute;
    right: 15px;
    color: #999999;
    font-size: 25px;
}
.md_filters_box12 {
    border: 1px solid #dddddd;
    border-radius: 3px;
    padding: 10px;
    height: 44px;
    position: relative;
    z-index: 99;
    display: inline;
}
.md_filters_box12 span {
    right: 15px;
    color: #999999;
    font-size: 25px;
}
.md_filters_box2 {
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.md_filters_box2 button {
    display: flex;
    align-items: center;
    justify-content: center;
}
.md_filters_box2 button span {
    color: #999999;
    font-size: 37px;
    font-weight: 200;
}
.md_filters_box2 button.active span {
    color: #1F4790;
}
.wantedFilter {
    background: #ffffff;
    padding: 15px;
    width: 220px;
    text-align: left;
    border-radius: 3px;
    position: absolute;
    top: 55px;
    right: 0;
    box-shadow: 0 2px 10px rgb(0 0 0 / 15%);
    transition: .3s all;
    opacity: 0;
    visibility: hidden;
}
.wantedFilter:before {
    content: "";
    position: absolute;
    right: 16px;
    top: -8px;
    width: 18px;
    height: 18px;
    background: #ffffff;
    display: block;
    border-left: 1px solid #f5f5f5;
    border-top: 1px solid #f5f5f5;
    transform: rotate(45deg);
}
.wantedFilter ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    max-height: 312px;
    overflow-y: auto;
}
.wantedFilter ul li a {
    font-size: 13px;
    line-height: 18px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.wantedFilter ul li {
    margin-bottom: 7px;
}
.wantedFilter ul li:last-child {
    margin-bottom: 0;
}
.wantedFilter ul li a .m-checkbox.m-checkbox--brand.m-checkbox--solid {
    flex-shrink: 0;
}
/*============ FILTERS CSS END =============*/
/*========== ACTIVITY PAGE START ===========*/
.activity_page {
    width: 100%;
    float: left;
}
.equip_not_found {
    text-align: center;
    max-width: 713px;
    margin: 0 auto;
}
.imeage_sec {
    width: 100%;
    margin-top: 50px;
}
.imeage_sec img {
    width: 303px;
    margin-bottom: 50px;
}
.sell_btn a {
    background: #000;
    color: #fff;
    padding: 10px 20px;
    font-size: 15px;
    line-height: 20px;
    border-radius: 3px;
    display: inline-block;
    font-family: 'Proxima-Nova-Regular';
}
.sell_btn {
    margin-top: 50px;
}
.sell_btn {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}
.float-right {
    float: left;
}
.equip_not_found h4 {
    margin-bottom: 0;
    font-size: 27px;
    line-height: 36px;
    color: #000;
    font-family: 'Proxima-Nova-Bold';
}
.equip_not_found p {
    margin-bottom: 0;
    font-size: 23px;
    line-height: 30px;
    color: #000;
    font-family: 'Proxima-Nova-Regular';
}
.equip_not_found p span {
    font-family: 'Proxima-Nova-Bold';
}
/*============== ACTIVITY PAGE END ===============*/
/*============ BROWSER HISTORY BEGIN =============*/
.browse_content_grid {
    width: 100%;
    display: flex;
    gap: 20px;
    margin-bottom: 0;
    flex-wrap: wrap;
}
.inner_content {
    background: #ffff;
    padding: 20px;
    width: calc(25% - 15px);
    position: relative;
    box-shadow: 0px 1px 4px #0000001f;
}
.inner_content h5 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
}
.inner_content h5 a {
    font-size: 16px;
    line-height: 21px;
    font-family: 'Proxima-Nova-Bold';
    margin-bottom: 0;
    font-weight: 500;
    color: #1F4790;
}
.inner_content h5 a:hover {
    text-decoration: underline !important;
}
.dropdown-content {
    position: absolute;
    right: 15px;
    width: 160px;
    top: 16px;
    box-shadow: 0px 1px 2px #00000029;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
}
.button_click:hover .dropdown-content {
    visibility: visible;
    opacity: 1;
}
.dropdown-nav li:last-child {
    margin-bottom: 0;
    border: unset;
    padding-bottom: unset;
}
.inner_content h4 {
    font-size: 16px;
    line-height: 21px;
    font-family: 'Proxima-Nova-Regular';
    color: #000;
    margin-bottom: 10px;
}
.lacation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
}
.lacation p span {
    vertical-align: middle;
    font-size: 23px;
    margin-right: 5px;
    margin-left: -5px;
}
.lacation p {
    font-size: 14px;
    line-height: 19px;
    font-family: 'Proxima-Nova-Regular';
    margin-bottom: 0;
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: calc(100% - 80px);
}
.lacation h6 {
    font-size: 14px;
    line-height: 19px;
    font-family: 'Proxima-Nova-Regular';
    margin-bottom: 0;
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 40px;
    text-align: right;
    flex-shrink: 0;
}
.list-table {
    box-shadow: 0px 1px 4px #00000012;
    background: #fff;
    width: 100%;
    position: relative;
}
.list-table .list_head {
    padding: 13px;
    border-bottom: 1px solid #f7f7f7;
    color: #1F4790;
    font-size: 16px;
    line-height: 21px;
    font-family: 'Proxima-Nova-Bold';
}
.list_head {
    padding: 13px;
    font-size: 16px;
    line-height: 21px;
    font-family: 'Proxima-Nova-Bold';
    margin-bottom: 0;
    color: #1F4790;
}
.table thead .list_data  {
    vertical-align: unset;
    border-bottom: unset;
}
.table .list_data {
    padding: 15px;
}
.list_data {
    padding: 15px;
    position: relative;
    border-bottom: 1px solid #f7f7f7;
}
.list_data a {
    font-family: 'Proxima-Nova-Regular';
    font-size: 14px;
    line-height: 19px;
    color: #000;
}
.list_data button span {
    vertical-align: middle;
    font-size: 23px;
}
/* .list-scroll {
    overflow-y: auto;
    height: 710px;
}
.list-scroll2 {
    overflow-y: auto;
    min-height: 100%;
    height: 500px;
} */
/*============ BROWSER HISTORY END =============*/
/*=========== STOCK LIST PAGE BEGIN ============*/
.inner_content h5 span {
    font-size: 23px;
}
.pad5 p {
    font-size: 14px;
    line-height: 22px;
    font-family: 'Proxima-Nova-Regular';
    color: #000;
    margin-bottom: 10px;
}
.user_message p {
    color: #fff;
    font-size: 14px;
    line-height: 19px;
    font-family: 'Proxima-Nova-Regular';
    margin-bottom: 10px;
}
.stock_btn {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
}
.stock_btn a {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 8px 18px;
    border-radius: 3px;
    font-family: 'Proxima-Nova-Regular';
    font-size: 17px;
    line-height: 19px;
}
.stock_list .nav-tabs {
    border-bottom: unset;
}
.stock_list .nav {
    gap: 8px;
}
.stock_list1 ul li a {
    display: inline-block;
    background: #F3F6F9;
    color: #000;
    padding: 8px 20px;
    border-radius: 3px;
    font-size: 15px;
    line-height: 22px;
    font-family: 'Proxima-Nova-Regular';
}
.stock_list1 ul li a.active.show {
    background: #000000;
    color: rgb(255, 255, 255);
}
.stock_list1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.stock_list1 .nav.nav-tabs {
    margin-bottom: 0;
}
.user_message {
    background: #1f90ff;
    padding: 10px;
    position: relative;
    border-radius: 3px;
    max-width: 500px;
}
.user_message span {
    position: absolute;
    right: 5px;
    bottom: 0;
    color: #ffffff;
    font-size: 13px;
    line-height: 19px;
    font-family: 'Proxima-Nova-Regular';
}
.new_btn {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.new_btn a {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 8px 20px;
    border-radius: 3px;
    font-size: 15px;
    line-height: 22px;
    font-family: 'Proxima-Nova-Regular';
}
.drop-down {
    position: relative;
    background: #fff;
}
.dropdown-nav {
    padding: 10px;
}
.dropdown-content .dropdown-nav li a {
    color: #000;
    font-size: 14px;
    line-height: 19px;
    font-family: 'Proxima-Nova-Regular';
    background: unset;
    padding: unset;
    margin-bottom: 0;
    text-decoration: none !important;
}
.dropdown-nav li {
    padding: 0px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 5px;
    padding-bottom: 5px;
    margin-left: 5px;
    text-align: left;
}
.dropdown-nav li a span {
    font-size: 20px;
    position: absolute;
    right: 10px;
    line-height: 23px;
}
/* ul.dropdown-nav1 {
    position: absolute;
    top: 15%;
    right: 13%;
    padding: 10px;
    background: #fff;
    box-shadow: 0px 1px 2px #00000029;
    width: 9%;
} */
ul.dropdown-nav1 li a {
    color: #000;
    font-size: 14px;
    line-height: 19px;
    font-family: 'Proxima-Nova-Regular';
    background: unset;
    padding: unset;
    margin-bottom: 0;
}
.dropdown-nav1 li {
    padding: 0px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.dropdown-nav1 {
    padding: 10px;
}
.dropdown-nav1 li a span {
    vertical-align: middle;
    font-size: 23px;
    position: absolute;
    right: 5px;
}
.list_data a span {
    vertical-align: middle;
    font-size: 23px;
    color: #000;
    margin-left: 40px;
}
.addImages_box {
    display: flex;
    gap: 10px;
    width: 100%;
    margin-top: 20px;
    flex-wrap: wrap;
}
.addImages_box .thumb-img {
    margin: 0;
    box-shadow: unset;
    border: 1px solid #dddddd;
    height: unset;
    width: unset;
    background-color: #ffffff;
}
.addImages_box .thumbsmlstp4 {
    height: 90px;
    width: 97px;
}
.addImages_box .thumbsmlstp4 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/*============ STOCK LIST PAGE END =============*/
/*========== CONVERSATION PAGE BEGIN ===========*/
.chatBox_grid {
    display: flex;
    width: 100%;
    border: 1px solid #dddd;
    border-radius: 3px;
}
.chatBox_grid1 {
    width: 33%;
    border-right: 1px solid #dddddd;
}
.chatBox_sec1 {
    padding: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dddddd;
}
.chatBox_sec11 {
    width: 100%;
}
.searchBar_box {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.chatBox_sec11 .searchBar_box {
    margin-bottom: 0;
}
.searchBar_box input {
    font-size: 15px;
    line-height: 22px;
    border: 1px solid #dddddd;
    color: #000000;
    width: 100%;
    padding: 10px 15px;
    border-radius: 3px;
}
.searchBar_box span {
    color: #909090;
    position: absolute;
    top: 8px;
    right: 13px;
}
.chatBox_sec12 {
    margin-left: 10px;
    flex-shrink: 0;
}
.chatBox_sec12 button {
    background: unset;
    padding: 0;
    border: 0;
}
.chatBox_sec12 button span {
    color: #a1a1a1;
    vertical-align: bottom;
    font-size: 24px;
}
.chatBox_sec21 {
    width: 100%;
    background: #ffffff;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border-bottom: 1px solid #dddddd;
    position: relative;
}
.chatBox_sec21.active {
    background: #F3F6F9;
}
.chatBox_sec211 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.chatBox_grid12 .card-header {
    background-color: unset;
}
.chatBox_sec212 {
    width: 100%;
}
.chatBox_grid12 > div {
    -webkit-box-flex: 1;
    flex: 1 auto;
    -ms-flex: 1 0 0px;
    min-width: 0;
    width: 100%;
}
.chatBox_sec212 h4 {
    font-size: 14px;
    line-height: 19px;
    color: #000;
    font-weight: 600;
    margin-bottom: 2px;
    display: flex;
    font-family: 'Proxima-Nova-Regular';
    justify-content: space-between;
}
.chatBox_sec212 h4 span:last-child {
    font-weight: 400;
    font-size: 13px;
}
.chatBox_sec212 p {
    font-size: 14px;
    line-height: 20px;
    color: #8b8b8b;
    margin-bottom: 0;
    width: 100%;
    padding-right: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-family: 'Proxima-Nova-Regular';
}
.chatBox_sec212 .status {
    background: #db271f;
    width: 8px;
    height: 8px;
    display: inline-block;
    vertical-align: unset;
    border-radius: 5px;
    margin-right: 6px;
    position: absolute;
    top: 48px;
    right: 10px;
}
.chatBox_sec212 .status.active {
    background: #50B538;
}
.chatBox_grid12 {
    width: 67%;
    padding: 20px;
    position: relative;
}
.chat_header {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 11px;
}
.chat_header1 {
    display: flex;
    align-items: center;
    gap: 15px;
}
.chatBox_sec213, .chatBox_sec213 span {
    height: 20px;
    font-size: 22px;
    color: #000000;
}
.chatBox_sec213, .chatBox_sec213 span {
    height: 20px;
    font-size: 22px;
    color: #000000;
}
.chatBox_sec211 {
    width: 55px;
    height: 55px;
    flex-shrink: 0;
    border-radius: 5px;
    overflow: hidden;
}
.chatBox_sec211 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.chat_header1 h4 {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 4px;
}
.chat_header1 p {
    font-size: 14px;
    line-height: 20px;
    color: #464E5F;
    margin-bottom: 0;
}
.chat_header2 button {
    background: #F3F6F9;
    color: #a1a1a1;
    padding: 5px;
    margin-left: 10px;
    font-size: 22px;
    line-height: 15px;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
}
.chat_header3 {
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 10px;
}
.chat_header3::-webkit-scrollbar {
    height: 2px;
}
.chat_header3::-webkit-scrollbar-track {
    background: #bbbbbb; 
}
.chat_header3::-webkit-scrollbar-thumb {
    background: #dddddd;
}
.chat_header3::-webkit-scrollbar-thumb:hover {
    background: #dddddd; 
}
.chat_header3 ul {
    display: flex;
    width: 100%;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.chat_header3 ul li {
    width: 150px;
    display: inline-block;
    flex-shrink: 0;
    border-radius: 3px;
    margin-right: 12px;
    background: #F3F6F9;
    border: 1px solid #e1e7ec;
}
.chat_header3 ul li a div {
    padding: 8px;
}
.chat_header3 ul li img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}
.chat_header3 ul li p {
    margin-bottom: 0;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    font-family: 'Proxima-Nova-Regular';
}
.chat_header3 ul li.active {
    background: #000;
}
.chat_header3 ul li.active p {
    color: #fff;
}
.chat_footer {
    width: 100%;
    display: flex;
    align-items: center;
    background: #f4f6f9;
    padding: 8px;
    border-top: 0;
    gap: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.input_files {
    position: relative;
    width: 25px;
    height: 35px;
}
.input_files input {
    position: absolute;
    opacity: 0;
    width: 35px;
    height: 35px;
    display: block;
}
.input_files button {
    position: absolute;
    width: 35px;
    height: 35px;
    display: block;
    padding: 0;
    border: 0;
    background: none;
}
.input_files button span {
    color: #a1a1a1;
    vertical-align: bottom;
    font-size: 25px;
    margin-right: 10px;
}
.input_files2 button span {
    color: #a1a1a1;
    vertical-align: bottom;
    font-size: 28px;
}
.messages {
    width: 100%;
    /* overflow-y: auto; */
    /* position: relative; */
}
.chatMsg_input {
    width: 100%;
}
.chatMsg_input input {
    font-size: 14px;
    line-height: 21px;
    border: 1px solid #dddddd;
    color: #000000;
    width: 100%;
    padding: 7px 10px;
    border-radius: 3px;
}
.text-center p {
    font-size: 14px;
    line-height: 19px;
    color: #999999;
    font-family: 'Proxima-Nova-Regular';
}
.pad5 {
    padding: 10px;
    background: #F3F6F9;
    max-width: 500px;
    position: relative;
}
.pad5 span {
    position: absolute;
    right: 5px;
    bottom: 0;
    font-size: 13px;
    line-height: 19px;
    font-family: 'Proxima-Nova-Regular';
    color: #000000;
}
.text-dark {
    font-size: 16px;
    line-height: 22px;
    font-family: 'Proxima-Nova-Regular';
    color: #000 !important;
}
.chat_header3 ul li.active {
    background: #000;
}
.chat_header2 {
    display: flex;
    flex-shrink: 0;
    align-items: center;
}
.chat_header2 a {
    display: flex;
    background: #AD1123;
    color: #fff;
    padding: 7px 15px;
    border-radius: 3px;
    font-size: 15px;
    line-height: 20px;
    font-family: 'Proxima-Nova-Regular';
    align-items: center;
    justify-content: center;
}
.chat_header2 a span {
    font-size: 20px;
    margin-left: 3px;
}
.popupFields_box .input-field {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.popupFields_box .input-field label {
    font-family: 'Proxima-Nova-Bold';
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 8px;
}
.popupFields_box .input-field select.Size--list {
    background: url('https://hashbrown.blob.core.windows.net/machinedalalassets/UserDashboard/images/drop_arrow.png') no-repeat;
    background-position: calc(100% - 15px);
    background-size: 12px;
    height: unset;
    background-color: #ffffff;
}
.popupFields_box .input-field input.form_control, .popupFields_box .input-field select.Size--list, .popupFields_box .input-field textarea.form_control {
    box-shadow: none;
    border: 1px solid #dddddd;
    margin-bottom: 0;
    padding: 10px 15px;
    border-radius: 5px;
    font-family: 'Proxima-Nova-Regular';
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    width: 100%;
    background-color: #ffffff;
    appearance: none;
    cursor: pointer;
}
.requestOffer_form .modal-dialog {
    max-width: 600px;
}
.modal.requestOffer_form .modal-content .modal-header h3 {
    font-size: 25px;
    line-height: 32px;
    color: #000;
    font-family: 'Proxima-Nova-Bold';
    margin-bottom: 0;
}
.btn_black {
    background: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    padding: 10px 25px;
    font-size: 15px;
    line-height: 18px;
    border-radius: 3px;
    display: inline-block;
    font-family: 'Proxima-Nova-Regular';
    margin: 0;
}
.btn_cancel {
    background: #ffffff;
    border: 1px solid #000000;
    color: #000000;
    padding: 10px 25px;
    font-size: 15px;
    line-height: 22px;
    border-radius: 3px;
    display: inline-block;
    font-family: 'Proxima-Nova-Regular';
    margin: 0;
}
/*=========== CONVERSATION PAGE END ============*/
/*======= REQUIREMENTS & WANTED LIST BEGIN =====*/
.requirement {
    width: 100%;
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.myRequirements .stock_list1 {
    justify-content: flex-end;
}
.inner_content1 {
    background: #f6f6f6;
    padding: 15px;
    width: calc(20% - 16px);
    position: relative;
}
.inner_content1 p span {
    vertical-align: middle;
    font-size: 23px;
    margin-right: 5px;
}
.inner_content1 p {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 10px;
    font-family: 'Proxima-Nova-Regular';
}
.inner_content1 p:last-child {
    margin-bottom: 0;
    float: right;
}
.border_bottom {
    border-top: 1px solid #ddd;
    padding-top: 10px;
}
.inner_content1 h5 a {
    font-size: 17px;
    line-height: 23px;
    font-family: 'Proxima-Nova-Bold';
    margin-top: 0;
    color: #000;
}
.send_message a {
    font-size: 14px;
    line-height: 19px;
    margin-top: 0;
    background: #000000;
    color: #fff;
    padding: 8px 15px;
    border-radius: 3px;
    font-family: 'Proxima-Nova-Regular';
    display: inline-block;
    margin-bottom: 15px;
}
.date {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 7px 15px 12px 15px;
    border-top: 1px solid #ddd;
}
.sendMsg_area {
    width: 100%;
}
.sendMsg_area textarea {
    width: 100%;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 15px;
    font-family: 'Proxima-Nova-Regular';
}
.sendMsg_area textarea:focus {
    box-shadow: none;
    border-color: #c1c1c1;
}
/*======= REQUIREMENTS & WANTED LIST END =======*/
/*========== SUBSCRIPTION PAGE BEGIN ===========*/
.subscriptionSec2 {
    background: #f6f6f6;
    padding: 10px;
    margin-bottom: 30px;
}
.subscriptionSec1 {
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.subscriptionSec1 a {
    color: #000;
    font-size: 20px;
    line-height: 28px;
    font-family: 'Proxima-Nova-Bold';
}
.subscrip_table table {
    width: 100%;
    margin-bottom: 0;
}
.subscrip_table .table thead th {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Proxima-Nova-Bold';
    border-bottom: unset !important;
    padding: 10px;
    vertical-align: middle;
}
.table-data .action_btn {
    background: #1F4790;
    color: #fff;
    padding: 7px 15px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 19px;
    font-family: 'Proxima-Nova-Regular';
    margin-left: 8px;
}
.subscrip_table td {
    font-family: 'Proxima-Nova-Regular';
    font-size: 15px;
    line-height: 22px;
    padding: 10px;
    border-top: 1px solid #dddddd;
    border-bottom: 0;
    box-shadow: none;
    vertical-align: middle;
}
/*=========== SUBSCRIPTION PAGE END ============*/
/*========== NOTIFICATION PAGE BEGIN ===========*/
.billing_details h5 {
    font-size: 20px;
    line-height: 26px;
    font-family: 'Proxima-Nova-Bold';
    margin-bottom: 20px;
}
.billing_details {
    border-top: 1px solid #ddd;
    padding-top: 25px;
}

.billing_sec1 {
    background: #f6f6f6;
    padding: 30px;
}
.billing_sec1 label {
    font-size: 15px;
    line-height: 22px;
    font-family: 'Proxima-Nova-Bold';
}
.billing_sec1 input {
    padding: 10px 12px;
    border: 1px solid #dddddd;
}
.billing_sec1 .form-group {
    margin-bottom: 25px;
}
.billing_sec1 .form-select {
    margin-bottom: 20px;
    padding: 10px;
}
.billing_sec1 .form-control:focus, .billing_sec1 .form-select:focus {
    border-color: #000000;
    box-shadow: unset;
}
.save_btn {
    text-align: end;
}
.save_btn a {
    background: #000;
    color: #fff;
    padding: 10px 30px;
    font-size: 15px;
    line-height: 20px;
    border-radius: 3px;
    display: inline-block;
    font-family: 'Proxima-Nova-Regular';
}
.notification_list {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    width: 100%;
}
.notification_list li {
    background: #F3F6F9;
    padding: 20px;
    width: 100%;
    border-radius: 2px;
    transition: .2s background;
    box-shadow: 0 0 2px rgb(0 0 0 / 10%);
    margin-bottom: 5px;
}
.notification_list li h4 {
    font-size: 15px;
    line-height: 22px;
    color: #000;
    font-family: 'Proxima-Nova-Regular';
    margin-bottom: 4px;
}
.notification_list li a h4 span {
    font-family: 'Proxima-Nova-Bold';
    margin-right: 10px;
}
.notification_list li.active, .notification_list li:hover {
    background: #ffffff;
}
.notification_list li a p {
    color: #999999;
    font-size: 14px;
    line-height: 19px;
    font-family: 'Proxima-Nova-Regular';
    margin-left: 0;
    margin-top: 0;
}
.notification_list li a p:last-child {
    margin-bottom: 0;
}
.notification_list li a h4 img {
    width: 40px;
    border-radius: 20px;
    margin-right: 5px;
    margin-top: 5px;
}
.notification_list11 {
    display: flex;
    gap: 10px;
}

.profile_img img {
    width: 40px;
    border-radius: 20px;
}
/*========== NOTIFICATION PAGE END ===========*/
/*=========== PROFILE PAGE START =============*/
.newProfile_sec {
    max-width: 650px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    padding: 30px;
    position: relative;
}
.newProfile_sec0 {
    position: absolute;
    top: 25px;
    right: 130px;
}
.newProfile_sec0 button {
    background: unset;
    border: 0;
    padding: 0;
}
.newProfile_sec0 i {
    color: #909090;
    border-bottom: 1px solid #cbcbcb;
    font-size: 28px;
}
.newProfile_sec1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 25px;
    border-bottom: 4px solid #f1f1f3;
    margin-bottom: 25px;
}
.newProfile_sec1 img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    object-fit: cover;
    overflow: hidden;
    margin-bottom: 20px;
}
.inner_design {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.newProfile_sec1 .inner_design p {
    margin-bottom: 0;
    cursor: pointer;
    color: #3d69fb;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Proxima-Nova-Bold';
}
.newProfile_sec2 {
    width: 100%;
    border-bottom: 4px solid #f1f1f3;
    margin-bottom: 25px;
}
.newProfile_sec2 label {
    font-size: 14px;
    line-height: 18px;
    color: #727272;
    font-family: 'Proxima-Nova-Regular';
}
.profileField {
    width: 100%;
    margin-bottom: 25px;
    display: flex;
    gap: 15px;
    position: relative;
}
.profileField img {
    position: absolute;
    right: 0;
    width: 25px;
}
.profileField input, .profileField select, .profileField textarea {
    padding: 0;
    padding-bottom: 10px;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    border: 0;
    border-bottom: 1px solid #dddddd;
    height: 31px;
}
.profileField select {
    width: 40%;
}
.newProfile_sec2 {
    width: 100%;
    border-bottom: 4px solid #f1f1f3;
    margin-bottom: 25px;
}
.btn.btn-dark {
    color: #ffffff;
    border-color: #000000;
    background-color: #000000;
    border-radius: 2px;
    padding: 10px 18px;
    font-size: 14px;
    line-height: 19px;
    font-family: 'Proxima-Nova-Regular';
}
.btn.btn-light-primary {
    color: #fff;
    background-color: #000000;
    border-color: transparent;
    border-radius: 3px;
    padding: 10px 18px;
    font-size: 14px;
    line-height: 19px;
    font-family: 'Proxima-Nova-Regular';
}
.profileField span {
    position: absolute;
    right: 10px;
    font-size: 21px;
    vertical-align: middle;
    background: #90EE90;
    color: #fff;
    border-radius: 20px;
}
.list-scroll2 {
    overflow-y: auto;
    min-height: 100%;
    height: 500px;
}
/*============= PROFILE PAGE END =============*/
.tooltip-inner {
    background: #fff;
    color: #000;
    border: 1px solid #ddd;
    font-size: 13px;
    line-height: 18px;
    width: auto;
    text-align: left;
    font-family: 'Proxima-Nova-Regular';
}
.tooltip.bs-tooltip-right .arrow:before, .tooltip.bs-tooltip-left .arrow:before, .tooltip.bs-tooltip-bottom .arrow:before, .tooltip.bs-tooltip-top .arrow:before {
    color: none !important;
}
.tooltip .tooltip-arrow {
    display: none;
}
/*========== OFFERS PAGE START ===========*/
.offer_sec h4 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 26px;
    font-family: 'Proxima-Nova-Bold';
    color: #000;
}
.offer_sec_text {
    background: #f6f6f6;
    padding: 30px;
    margin-bottom: 20px;
}
.offer_sec_text p span {
    font-family: 'Proxima-Nova-Bold';
}
.offer_sec_text p {
    font-size: 14px;
    line-height: 19px;
    color: #000;
    font-family: 'Proxima-Nova-Regular';
    margin-bottom: 15px;
}
.offer_sec_text p:last-child {
    margin-bottom: 0;
}
.upload_files h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
    font-family: 'Proxima-Nova-Bold';
    color: #000;
}
.upload_files h5 {
    font-size: 14px;
    line-height: 19px;
    color: #000;
    font-family: 'Proxima-Nova-Regular';
    margin-bottom: 0;
}
.imgVideo_sec2 {
    width: 100%;
    border-radius: 3px;
    margin-top: 20px;
}
.file-upload {
    position: relative;
    margin-bottom: 20px;
}
.file-upload input {
    height: 200px;
    width: 100%;
    position: relative;
    z-index: 3;
    opacity: 0;
}
.imgVideo_sec .file-upload input {
    cursor: pointer;
}
.imgVideo_sec2 .file-upload input, .imgVideo_sec2 .file-upload span {
    height: 120px;
}
.file-upload span {
    position: absolute;
    border: 1px dashed #ddd;
    z-index: 1;
    width: 100%;
    left: 0;
    text-align: center;
    height: 200px;
    background: #fff;
}
.imgVideo_sec .file-upload span {
    background-color: #f6f6f6;
    cursor: pointer;
}
.imgVideo_sec .file-upload span em {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    cursor: pointer;
    width: 95%;
    font-family: 'Proxima-Nova-Regular';
}
.file-upload span em {
    font-style: normal;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
.file-upload input span em a {
    color: #3578F5;
}
.send_btn a {
    background: #000;
    color: #fff;
    font-size: 14px;
    line-height: 19px;
    font-family: 'Proxima-Nova-Regular';
    padding: 10px 25px;
    border-radius: 2px;
    display: inline-block;
}
.send_btn {
    display: flex;
    margin-top: 20px;
    justify-content: flex-end;
}
.chatBox_sec21 {
    background: #f6f6f6;
}
.offerbox_grid .chatBox_sec21.active {
    background: #fff;
    border-left: 4px solid #AD1123;
}
.offerbox_grid .chatBox_sec21.message_seen {
    background: #fff;
}
.prototype {
    background: #f6f6f6;
    padding: 15px;
    border-radius: 3px;
    margin-top: 20px;
    border: 1px solid #ddd;
}
.prototype_211 {
    width: 30px;
}
.prototype_211 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.prototype_text h5 {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-family: 'Proxima-Nova-Bold';
}
.prototype_text h5 span {
    display: block;
    font-family: 'Proxima-Nova-Regular';
    color: #8B8B8B;
}
.prototype .progress {
    padding: 0px;
    width: 100%;
    border-radius: 3px;
    background-color: #ddd;
    display: flex;
    overflow: hidden;
    margin-top: 10px;
    height: 7px;
}
.prototype .progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background: #2E2E2E;
}
.prototype div {
    display: flex;
    gap: 10px;
}
.load_more {
    text-align: center;
    margin-top: 20px;
}
.load_more button {
    background: #000;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Proxima-Nova-Regular';
    padding: 10px 20px;
    border-radius: 3px;
    display: inline-block;
}
.alert_txt .alert-warning:not(.m-alert--outline) {
    color: white;
    background-color: #2E2E2E;
    border-color: #2E2E2E;
    float: right;
}
/*=========== OFFERS PAGE END ============*/
/*=========== Popup css start ============*/
.popup_window {
    padding: 10px;
    background: #1983c6;
    cursor: pointer;
    color: #FCFCFC;
    /*margin: 200px 0px 0px 200px;*/
}
.popup-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(196, 196, 196, .85);
    top: 0;
    left: 100%;
    opacity: 0;
    filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}
.overlay .popup-overlay {
    opacity: 1;
    left: 0
}
.popup {
    position: fixed;
    top: 25%;
    left: 50%;
    z-index: -9999;
    width: 95%;
    max-width: 1280px;
}
.popup .popup-body {
    background: #ffffff;
/*  background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f7f7f7));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
    opacity: 0;
    min-height: 150px;
    width: 100%;
    padding: 20px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    position: relative;
    -moz-box-shadow: 1px 2px 3px 1px rgb(185, 185, 185);
    -webkit-box-shadow: 1px 2px 3px 1px rgb(185, 185, 185);
    box-shadow: 1px 2px 3px 1px rgb(185, 185, 185);
    text-align: center;
    border: 1px solid #e9e9e9;
}
.popup.visible, .popup.transitioning {
    z-index: 9999;
}
.popup.visible .popup-body {
    opacity: 1;
    filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.popup .popup-exit {
    cursor: pointer;
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 5px;
    right: 5px;
    background: url("/images/quit.png") no-repeat;
}
.popup .popup-content {
    overflow-y: auto;
}
.popup-content .popup-title {
    font-size: 18px;
    line-height: 25px;
    color: #ffffff;
    background: #000000;
    padding: 12px;
    font-family: 'Proxima-Nova-Regular';
    margin-bottom: 15px;
}
#popup-exit-UP {
    position: absolute;
    left: 15px;
    top: 12px;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}
.popup-content p {
    font-size: 13px;
    text-align: justify;
}
.thumb-img.update-image img {
    width: 220px;
    height: 200px;
    object-fit: contain;
}
.thumb-img.update-image {
    width: 220px;
    height: 200px;
    background: #eee;
    margin-bottom: 14px;
}
.form_container .btn.btn-light-primary {
    background-color: #000000;
    border: 0;
    font-family: 'Proxima-Nova-Regular';
    font-weight: 500;
    border-radius: 2px;
    padding: 0.8rem 2rem;
    color: #fff;
}
.form_container .btn.btn-light-primary:hover {
    background-color: #000000 !important;
}
.form_container .btn.btn-light-secondary {
    border: 1px solid #ececec;
    border-radius: 2px;
    color: #000000;
    background: #f7f7f7;
    font-family: 'Proxima-Nova-Regular';
    font-weight: 500;
    padding: 9px;
}
.form_container .btn.btn-light-secondary:hover {
    background: #f7f7f7;
    border: 1px solid #ececec;
    color: #000000;
}
.form_container .nav-tabs .li_tabEU a.nav-link.active, .form_container .nav-tabs .li_tabEU a.nav-link:hover {
    color: #000000;
}
.div_tabEU h3 {
    font-family: 'Proxima-Nova-Regular';
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    color: #000000;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 10px;
}
.div_tabEU .btn.btn-dark {
    background-color: #000000;
    color: #ffffff;
    border-radius: 2px;
    padding: 0.8rem 2rem;
}
.thumb-img {
    width: 100px;
    height: 100px;
    text-align: center;
    padding: 0;
    position: relative;
    margin-top: 20px;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 10px;
    box-shadow: 6px 4px 10px #ccc;
}
.thumb-img i {
    position: absolute;
    right: 2px;
    top: 2px;
    background: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 7px #aaa;
    font-size: 20px;
    cursor: pointer;
    color: #000000;
}
.form_container .btn.btn-light-primary i, .form_container .btn.btn-light-primary span {
    color: #fff;
    vertical-align: middle;
}
/*===========  Popup css end ============*/
.mainDivEntry .nav-tabs li .nav-link {
    padding: 10px 20px;
    font-size: 15px;
    line-height: 22px;
    font-family: 'Proxima-Nova-Regular';
}
.mainDivEntry .nav-tabs li .nav-link:hover {
    border-color: transparent;
}
.mainDivEntry .nav-tabs li .nav-link.active {
    color: #000000;
    border: 1px solid #dee2e6;
    border-bottom: 1px solid #ffffff;
}
.p-5 {
    padding: 1.25rem !important;
}
.font-weight-bolder {
    font-family: 'Proxima-Nova-Bold';
}
.btn_openMesssageuser .user-msg, .btn_openMesssageuserWanted .user-msg {
    gap: 5px;
    display: flex;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}
.btn_openMesssageuserWanted .user-msg {
    margin-top: 5px;
}
.btn_openMesssageuser .user-msg span, .btn_openMesssageuserWanted .user-msg span {
    font-size: 22px;
}
.btn_openMesssageuser a img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}
/*========== ADD MACHINES FORMS START ==========*/
/* START Tanuj */
.regFormInner {
    background-color: #ffffff;
    margin: 0px auto;
    font-family: 'Proxima-Nova-Regular';
    padding: 0;
    border-radius: 10px;
}
.regFormInner .tab {
    display: none
}
.nextCustom {
    margin: 30px 0 0;
    width: 100%;
    display: inline-block;
    border-top: 1px solid #ddd;
    padding: 30px 0 0;
}
.nextCustom button {
    background: #000000;
    border: none;
    color: #fff;
    padding: 10px 20px;
    font-size: 15px;
    line-height: 22px;
    border-radius: 3px;
    display: inline-block;
    font-family: 'Proxima-Nova-Regular';
    cursor: pointer;
    min-width: 90px;
}
.nextCustom button:last-child {
    float: right;
}
.regFormInner .thanks-message {
    display: none
}
.regFormInner .all-steps {
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.regFormInner .step {
    border: none;
    border-radius: 3px;
    display: inline-block;
    opacity: 0.3;
    margin: 0 50px;
    max-width: 250px;
}
.regFormInner .step svg {
    height: 60px !important;
    width: 60px !important;
}
.regFormInner .step p {
    color: #80808F;
    font-size: 1.1rem;
    font-weight: 500;
    margin-top: 0.75rem;
}
.regFormInner .step.active {
    opacity: 1;
}
.regFormInner .step.active svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #2E2E2E;
}
.regFormInner .step.active p {
    color: #000;
}
.tabMain {
    display: inline-block;
    width: 100%;
    padding: 50px 0 0;
    border-top: 1px solid #ddd;
}
.tabOuter {
    display: inline-block;
    width: 100%;
}
.tabOuter h3 {
    color: #212121;
    font-size: 22px;
    line-height: 27px;
    font-family: 'Proxima-Nova-Bold';
    margin: 0 0 20px;
}
.tabOuter h4 {
    color: #212121;
    font-size: 20px;
    line-height: 25px;
    font-family: 'Proxima-Nova-Bold';
    margin: 0 0 30px;
}
.tabInner .form-group {
    margin-bottom: 20px;
    position: relative;
}
.tabInner .form-group label {
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    font-family: 'Proxima-Nova-Regular';
}
.tabInner .form-group label.checkbox {
    margin: 0;
}
.tabInner select.form-control {
    appearance: none;
    background: url('https://hashbrown.blob.core.windows.net/machinedalalassets/UserDashboard/images/drop_arrow.png') no-repeat;
    background-position: calc(100% - 15px);
    background-size: 12px;
    height: unset;
    background-color: #f6f6f6;
}
.tabInner .form-control {
    padding: 6px 12px;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    border: 0;
    border: 1px solid #dddddd;
    border-radius: 3px;
    height: 44px !important;
    background: unset;
    background-color: #f6f6f6;
}
.tabInner textarea.form-control {
    height: auto !important;
}
.tabInner .form-control:focus {
    border-color: none;
    outline: 0;
    box-shadow: none;
}
/* .tabInner select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url('https://hashbrown.azureedge.net/machinedalalassets/images/arrow.png') #ffffff;
    background-repeat: no-repeat, repeat;
    background-position: right 0.7em top 50%, 0 0;
    background-size: 0.65em auto, 100%;
} */
.orForm {
    text-align: center;
    font-family: 'Proxima-Nova-Bold';
    margin: 0 0 20px;
}
.noFeatures span {
    font-family: 'Proxima-Nova-Bold';
    font-size: 16px;
    display: block;
    line-height: 20px;
}
.showFeatures .specialFeat_list li {
    margin-bottom: 7px;
}
.showFeatures .specialFeat_list table td {
    position: relative;
    padding-bottom: 5px;
}
.showFeatures .specialFeat_list table tr:last-child td {
    padding-bottom: 0;
}
.showFeatures .specialFeat_list table td input {
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 16px;
    height: 16px;
    padding: 0;
    vertical-align: sub;
    margin-right: 10px;
    z-index: 9;
    opacity: 0;
}
.showFeatures .specialFeat_list table td span {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: none;
    position: absolute;
    top: 1px;
    left: 0;
    height: 18px;
    width: 18px;
    background: #dfe2ea;
}
.showFeatures .specialFeat_list table td input:checked~span {
    background: #2E2E2E;
}
.showFeatures .specialFeat_list table td span:after {
    content: '';
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    margin-left: -2px;
    margin-top: -6px;
    width: 5px;
    height: 10px;
    border-width: 0 2px 2px 0 !important;
    transform: rotate(45deg);
}
.showFeatures .specialFeat_list table td input:checked~span:after {
    display: block;
    border: solid #ffffff;
}
.showFeatures .specialFeat_list table td label {
    font-family: 'Proxima-Nova-Regular';
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 0;
}
.tabInner .card {
    box-shadow: 0px 0px 30px 0px rgb(82 63 105 / 5%);
    border: 0;
}
.tabInner .card.card-custom>.card-body {
    padding: 2rem 2.25rem;
}
.tabInner .fileUpload {
    position: relative;
    margin-bottom: 0;
}
.tabInner .fileUpload input {
    height: 200px;
    width: 100%;
    position: relative;
    z-index: 3;
    opacity: 0;
}
.tabInner .fileUpload span {
    position: absolute;
    border: 1px dashed #bbb;
    z-index: 1;
    width: 100%;
    left: 0;
    text-align: center;
    height: 200px;
    background: #fff;
}
.tabInner .fileUpload span em {
    font-style: normal;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.tabInner .fileUpload span em>a {
    font-family: 'Proxima-Nova-Bold';
    color: #000;
}
.newForm_cont {
    background-color: #f6f6f6;
    padding: 25px;
    border-radius: 3px;
    width: 100%;
}
.newForm_cont h4 {
    color: #000000;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    font-family: 'Proxima-Nova-Bold';
}
.newForm_cont p {
    margin-bottom: 25px;
}
.newForm_cont p:last-child {
    margin-bottom: 0;
}
.suggested_items {
    background-color: #f6f6f6;
    padding: 20px;
    border-radius: 3px;
    width: 100%;
}
.suggested_items ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    gap: 12px;
}
.suggested_items ul li {
    background: #ffffff;
    display: flex;
    align-items: center;
    padding: 10px 12px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    cursor: pointer;
}
.uploadFiles {
    background-color: #f6f6f6;
    border-color: #f6f6f6;
    color: #464E5F;
    width: 200px;
    height: 170px;
    padding: 20px;
    position: relative;
    text-align: center;
    cursor: pointer;
    border-radius: 0.42rem;
}
.innerDesignLogo {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.innerDesignLogo img {
    width: 100px;
}
.tabInner .uploadFilesInner {
    position: absolute;
    border: 1px dashed #bbb;
    z-index: 1;
    width: 100%;
    left: 0;
    text-align: center;
    height: 200px;
    background: #fff;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.uploadFilesInner .progress_bar {
    width: 420px;
    display: inline-block;
    margin-top: 55px;
    position: relative;
}
.uploadFilesInner .progress_bar .progress {
    background-color: #e1e1e1;
}
.progress_dtl {
    position: absolute;
    top: -40px;
    right: 0;
    text-align: right;
}
.loading_msg {
    color: #000000;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0;
}
.uploadFilesInner em {
    font-size: 14px;
    line-height: 18px;
    color: #464E5F;
    cursor: pointer;
    font-style: normal;
}
.addMoreModal {
    width: 100%;
    display: inline-block;
    margin: 0 0 20px;
}
.addMoreModal a {
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    border: 1px dashed #000;
    padding: 15px 20px;
    width: 100%;
    text-align: center;
    display: block;
    cursor: pointer;
    border-radius: 2px;
    background: #ffffff;
}
.addMoreBtn {
    width: 100%;
    margin: 10px 0 30px;
    text-align: right;
    display: inline-block;
}
.addMoreBtn a {
    background: #000;
    color: #fff;
    display: inline-flex;
    padding: 4px 6px;
    border-radius: 3px;
}
.tabInner .removeBtn {
    width: 100%;
    margin: 30px 0 0;
}
.removeBtn a {
    background: #000;
    color: #fff;
    display: inline-flex;
    padding: 4px 6px;
    border-radius: 3px;
}
.removeBtn a i {
    font-size: 26px;
}
.tabInner .input-group {
    margin: 0;
    background-color: #f6f6f6;
    color: #000000;
    border: 1px solid #dddddd;
    border-radius: 3px;
}
.tabInner .input-group .form-control {
    border-radius: 3px;
    background-color: #f6f6f6;
    border: none;
    padding: 6px 12px;
    box-shadow: none;
    transition: all 0.4s;
    width: auto;
    color: #000000;
}
.tabInner .form-control::placeholder {
    color: #000000;
}
.tabInner .input-group span {
    padding: 10px 12px;
    color: #999999;
}
/* END Tanuj */
/*=========== ADD MACHINES FORMS END ===========*/
/*=========== EDIT STOCK POPUP START ============*/
.editStock_modal .modal-dialog {
    max-width: 800px;
}
.editStock_modal .modal-content .modal-header .modal-title {
    font-family: 'Proxima-Nova-Bold';
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 0;
}
.stock_popup { 
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: flex-end;
    gap: 8px;
    margin-bottom: 20px;
}
.stock_popup button {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 7px 20px;
    padding-left: 15px;
}
.stock_popup button span {
    font-size: 22px;
    color: #ffffff; 
}
.stock_popup button.btn_cancel span {
    color: #000000; 
}
.stock_popup2 .nav-tabs {
    border-bottom: 0;
}
.stock_popup2 .nav-tabs li a {
    font-family: 'Proxima-Nova-Regular';
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    padding: 10px;
    padding-bottom: 8px;
    display: inline-block;
    padding-top: 0;
    min-width: 100px;
    text-align: center;
    border-bottom: 2px solid transparent;
}
.stock_popup2 .nav-tabs li a.active {
    border-bottom: 2px solid #000000;
    font-family: 'Proxima-Nova-Bold';
}
.setting_tab2 h4 {
    font-family: 'Proxima-Nova-Regular';
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 15px;
}
.specialFeat_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
}
.specialFeat_list li {
    width: calc(50% - 15px);
    margin-bottom: 7px;
}
.specialFeat_list li a {
    font-size: 13px;
    line-height: 18px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 3px;
}
.specialFeat_list li a .m-checkbox.m-checkbox--brand.m-checkbox--solid {
    flex-shrink: 0;
}
.specialFeat_list li a > .variant_check {
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    font-family: 'Proxima-Nova-Regular';
}
.popupFields_box .upload_files {
    position: relative;
    background: #000000;
    border: 1px solid #000000;
    font-size: 15px;
    line-height: 18px;
    border-radius: 3px;
    display: inline-block;
    font-family: 'Proxima-Nova-Regular';
    cursor: pointer;
}
.popupFields_box .upload_files input {
    width: 120px;
    display: block;
    height: 38px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    opacity: 0;
    cursor: pointer;
}
.popupFields_box .upload_files button {
    width: 120px;
    height: 38px;
    color: #ffffff;
}
.upload_images {
    margin-top: 15px;
    width: 100%;
}
.upload_images ul {
    width: 100%;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.upload_images ul li {
    width: calc(25% - 12px);
    height: 150px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    overflow: hidden;
    padding: 5px;
    position: relative;
}
.upload_images ul li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.upload_images.videos_sec ul li {
    width: calc(50% - 7.5px);
    height: 200px;
}
.videos_sec li iframe {
    width: 100%;
    height: 100%;
}
.hover_divBox {
    position: absolute;
    top: 0;
    right: 0;
}
.hover_divBox button {
    background: #e5e5e5;
    width: 24px;
    height: 24px;
    padding-top: 1px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 1px 1px rgb(0 0 0 / 33%);
}
.hover_divBox button span {
    font-size: 22px;
    color: #000000;
}
/*============ EDIT STOCK POPUP END =============*/
/*============ COMING SOON PAGE START ===========*/
.coming_soon {
    position: relative;
    margin-bottom: 30px;
}
.coming_soon h3 {
    -webkit-text-stroke: 1px #a2a2a2;
    font-family: 'Proxima-Nova-Bold';
    font-size: 90px;
    line-height: 114px;
    color: transparent;
    margin: 0;
}
.coming_soon h4 {
    color: #000000;
    font-size: 90px;
    line-height: 114px;
    margin: 0;
    font-family: 'Proxima-Nova-Bold';
    position: absolute;
    top: 2px;
    left: 0;
    width: 100%;
}
.coming_soon_box p {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Proxima-Nova-Regular';
    margin-bottom: 30px;
    color: #000;
}
.coming_soon_box p span {
    display: block;
}
.coming_soon_form input {
    padding: 11px 20px;
    width: 310px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Proxima-Nova-Regular';
}
.coming_soon_form input::placeholder {
    color: #a0a0a0;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Proxima-Nova-Regular';
}
.main_form {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}
.coming_soon_form {
    max-width: 100%;
}
.subscribe_btn a {
    background: #1f4790;
    padding: 12px 20px;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Proxima-Nova-Regular';
    display: inline-block;
    min-width: 120px;
    text-align: center;
}
.coming_soon_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 500px;
}
/*============= COMING SOON PAGE END ============*/
/*======= SPARE PARTS & ACCESSORIES BEGIN =======*/
.sparePartsInner {
    background-color: #ffffff;
    margin: 0px auto;
    font-family: 'Proxima-Nova-Regular';
    padding: 0;
    border-radius: 10px;
}
.sparePartsInner .form-group {
    margin-bottom: 20px;
}
.sparePartsInner .form-group:last-child {
    margin-bottom: 0;
}
.sparePartsInner .form-group label {
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    font-family: 'Proxima-Nova-Regular';
    margin-bottom: 0;
}
.sparePartsInner .form-group .col-xl-3.col-lg-3 label {
    margin-top: 10px;
}
.sparePartsInner .form-group label.checkbox {
    margin: 0;
}
.sparePartsInner select.form-control{
    appearance: none;
    background: url('https://hashbrown.blob.core.windows.net/machinedalalassets/UserDashboard/images/drop_arrow.png') no-repeat;
    background-position: calc(100% - 15px);
    background-size: 12px;
    height: unset;
    background-color: #f6f6f6;
}
.sparePartsInner .form-control {
    padding: 6px 12px;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    border: 0;
    border: 1px solid #dddddd;
    border-radius: 3px;
    height: 44px !important;
    appearance: auto;
    background: unset;
    background-color: #f6f6f6;
}
.sparePartsInner textarea.form-control {
    height: auto !important;
}
.sparePartsInner .form-control:focus {
    border-color: none;
    outline: 0;
    box-shadow: none;
}
.sparePartsInner .fileUpload {
    position: relative;
    margin-bottom: 0;
}
.sparePartsInner .fileUpload input {
    height: 50px;
    width: 100%;
    position: relative;
    z-index: 3;
    opacity: 0;
}
.sparePartsInner .fileUpload span {
    position: absolute;
    border: 1px dashed #bbb;
    z-index: 1;
    width: 100%;
    left: 0;
    text-align: center;
    height: 50px;
    background: #fff;
}
.sparePartsInner .fileUpload span em {
    font-style: normal;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.sparePartsInner .fileUpload span em>a {
    font-family: 'Proxima-Nova-Bold';
    color: #000;
}
.btnBlack {
    background: #000000;
    border: none;
    color: #fff;
    padding: 10px 20px;
    font-size: 15px;
    line-height: 22px;
    border-radius: 3px;
    display: inline-block;
    font-family: 'Proxima-Nova-Regular';
    cursor: pointer;
    min-width: 90px;
}
.btnBlack:hover, .btnBlack:focus {
    background: #000000;
    border: none;
    outline: none;
    color: #fff;
}
.sparePartsInner .showFeatures .specialFeat_list li {
    margin-bottom: 0;
}
.sparePartsInner .form-group.formRadio {
    display: inline-block;
    width: 100%;
}
.yearFirst {
    display: flex;
    align-items: center;
    gap: 0 15px;
}
.formInner {
    display: flex;
    align-items: center;
    gap: 0 15px;
}
.tabInner .form-group .col-xl-3.col-lg-3 label { 
    margin-top: 10px; 
}
/*======== SPARE PARTS & ACCESSORIES END ========*/ 
.divCategory {
    position: absolute;
    background: #fff;
    box-shadow: 0px 2px 11px #ccc;
    z-index: 1;
    left: 0;
    right: 0;
    width: 100%;
    border-radius: 5px;
    max-height: 300px;
    overflow-y: auto;
}
.searchhover.btn_selectCategory {
    padding: 6px 12px;
}
.searchhover.btn_selectCategory p {
    margin: 0;
    font-size: 14px;
}
.btn_selectSheetSize.searchhover {
    padding: 6px 12px;
}
.btn_selectSheetSize.searchhover p {
    margin: 0;
    font-size: 14px;
}
.small_loader {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 10px;
    right: 13px;
}
.cross_icon {
    color: #999999;
}
.tabInner .input-group span.form-control {
    padding: 10px 12px;
}
.inputSearch {
    position: relative;
}
.inputSearch span {
    position: absolute;
    right: 7px;
    top: 10px;
    color: #999999;
}
.suggested_items ul li {
    cursor: pointer;
}
.uploadFiles .input_files {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.uploadFiles .input_files .form-control {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100% !important;
}
.lacationNew p {
    position: unset;
    display: flex;
    align-items: center;
    line-height: 20px;
}
.lacationNew h6 {
    display: inline-block;
    position: unset;
}
.lacationNew h6 {
    float: right;
}
.lacationNew p span {
    float: left;
}
.status {
    border-top: 1px solid #ddd;
    margin: 12px 0 0;
    display: inline-block;
    width: 100%;
    padding: 12px 0 0;
}
.status p {
    margin: 0 0;
    font-family: 'Proxima-Nova-Bold';
    font-size: 15px;
    line-height: 20px;
}
.machinForm_icons {
    font-size: 50px;
}