* {
    font-size: 13px;
    line-height: 20px;
}

html {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    max-width: 100%;
    background-color: #f6f6f7 !important;
    font-style: normal;
    font-weight: normal;
    visibility: visible;
    color: #000000 !important;
    font-family: "CenturyGothic" !important;
    letter-spacing: 0.050em;
}

@font-face {
    font-family: "CenturyGothic";
    src: url(../century-gothic/Century\ Gothic.ttf);
}

a {
    text-decoration: none !important;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

a,
button {
    display: inline-block;
}

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

a:focus {
    outline: none;
    text-decoration: none;
}
#toast-container>div {
    opacity: 1 !important;
}
.clear,
.clearfix {
    clear: both !important;
}

button:focus,
button:hover {
    text-decoration: none !important;
    outline: none !important;
    color: inherit;
}

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

.form-control:focus {
    box-shadow: none !important;
    border: 1px solid #86b7fe !important;

}
.form-control{
    font-size: 13px;
}
.form-select:focus {

    border: 1px solid #86b7fe !important;

}

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


:placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #d3d3d3;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #d3d3d3;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #d3d3d3;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.white-bg {
    background-color: #fff !important
}

.grey-bg {
    background-color: #e5eaeb !important
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0;
}



ul li {
    list-style: none;
}

.form-select:focus {
    box-shadow: none !important;
}

::-webkit-scrollbar {
    width: 3px;
    background-color: #015294;
}

.mt-20 {
    margin-top: 20px;
}

/*****top_header****/
.P_header {
    background: linear-gradient(80deg, #003E68 0%, #015294 33.33%, #1D9BF0 100%);
  
}

.top_head {
    min-height: 30px;
    justify-content: space-between;

}

.top_head h5 {
    font-size: 13px;
    color: #fff;
    margin-bottom: 0;
}

.top_head h4 {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
}

.top_head p {
    font-size: 12px;
    color: #fff;
    margin-bottom: 0;
}

.top-section-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user {
    position: relative;
}

.user a {
    color: #fff;
}

.user a:hover {
    color: #fff;
}

.user i {
    padding: 0 4px;
}

.user_logout {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 9px 27px;
    text-align: center;
    position: absolute;
    z-index: 5;
    border-radius: 5px;
    left: 10px;
    top: 20px;
    box-shadow: 1px 0px 4px 3px rgb(159 144 144 / 22%);
    display: none;
}

.user_logout a {
    color: #000;
    font-size: 16px;
}

.user_logout a:hover {
    color: #000;
}

.search-by-division-div {
    position: absolute;
    left: 0;
    background: #fff;
    min-height: 100px;
    transition: all .5s ease;
    z-index: 3;
    box-shadow: 3px 0px 5px 4px #72686829;
    padding: 20px;
    max-height: 600px;
    overflow-y: auto;
    margin: 15px auto;
    right: 0;
    width: 90%;
    border-radius: 9px;
    text-align: left;
    display: none;

}

.searchshow {
    display: block !important;
}

.search-by-division-div h3 {
    font-size: 15px;
    color: #014e8b;
    font-weight: bold;
}

.groupdrop-link {
    padding-left: 0;
    margin-bottom: 0;
}

.waves-effect {
    color: #000;
}

.cat_sub_div {
    margin-bottom: 15px;
}

/****buyer-profile-complt****/
.raprosvg-container img {
    width: 8%;
    margin: 0 auto 15px auto;
    display: table;
}

.order_confirm_head h3 {
    color: #202020;
    font-size: 26px;
    font-weight: 700;

}

a.btn-rfq.btn-rfq-secondary,
a.btn-rfq.btn-rfq-primary {
    width: 200px;
}

.order_confirm_head p {
    font-size: 16px;
    font-weight: 600;
}

/* a.btn-rfq.btn-rfq-secondary,
a.btn-rfq.btn-rfq-primary {
    width: 200px;
} */

.order_confirm {
    padding: 70px 30px;
}

/****bottom-header***/
.header {
    background: #fff;
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 5%);
}

.btm_heada {
    align-items: center;
}

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

.navbar-header {
    text-align: left;
    /* height: 61px; */
}

.navbar-header .navbar-brand {
    padding: 0 0 0 30px;
    margin: 14px 0;
}

.header_img_final {
    max-width: 167px;

}

.header-bottom-right {
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: center;
}

a.navbar-brand {
    height: auto;
    margin: 8px 0;
    display: inline-block;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

.header-menu {
    padding: 7px 16px;
    float: left;
    cursor: pointer;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    font-size: 14px;
}

.responsive-menubar-block {
    display: flex;
    align-items: center;
}

.header-menu .responsive-menubar-block>span:first-child {
    margin-top: 4px;
}

.header-menu span {
    color: #000;
    float: left;
    line-height: 17px;
    letter-spacing: 1px;
    text-align: left;
    font-weight: 400;
    margin-right: 5px;
    display: flex;
    cursor: pointer;
}

.no-user-select {
    user-select: none !important;
}

span.no-user-select svg {
    font-weight: 900;
    /* font-size: 20px; */
    padding-left: 5px;
}

.searchBar {
    background-color: #fff;
    height: 38px;
    box-shadow: 0px -1px 11px 3px rgb(161 159 159 / 46%);
    padding: 10px 15px;
    width: 50%;
    border-radius: 7px;
    position: relative;
    align-items: center;
}

.searchBar input {
    border: 0;
    width: 95%;
    padding: 0 !important;
    box-shadow: none;
}

.globle-header-icons ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0 !important;
}

.globle-header-icons ul li i {
    cursor: pointer;
}

span.notification-count {
    width: 20px;
    height: 20px;
    background: #0b6db5;
    font-size: 12px;
    border-radius: 50px;
    color: white;
    position: absolute;
    top: -13px;
    right: -8px;

    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.globle-header-icons ul li {
    position: relative;
}

.globle-header-icons ul li i {
    color: #000;
    font-size: 18px;
}

.notification-section::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 24px;
    right: -14px;
    background-color: rgba(74, 85, 104, 0.5);
}

/*.project_header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}*/

.toggole {
    display: none;

}

.toggole svg {
    color: #fff;
    font-size: 24px;
}

/****sidebar****/

.sidebar {
    background-color: #fff;
    box-shadow: 0px 3px 3px 2px rgb(0 0 0 / 17%);
    height: 100vh;
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 20rem;
    /* background: linear-gradient(80deg, #003E68 0%, #015294 33.33%, #1D9BF0 100%); */
    transform: translateX(-100%);
    transition: all .4s ease-in-out;
    margin-top: 88px;
}

.pg-sideer {
    position: relative;
    height: 100%;
}


.menu li a:hover {
    text-decoration: none;
}

.lft {
    display: flex;
    gap: 10px;
    align-items: center;
}

.menubtn {
    background: linear-gradient(80deg, #003E68 0%, #015294 33.33%, #1D9BF0 100%);
    color: #fff;
    font-size: 16px;
    transform: rotate(269deg);
    position: absolute;
    padding: 8px 11px;
    right: -18%;
    top: 40%;
    letter-spacing: 3px;
    border-radius: 0px 0px 10px 10px;
    border: 0 !important;
}

.menubtn:hover {
    color: #fff;
    text-decoration: none;
}

.close-icon {
    color: #fff;
    background-color: #00477b;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    position: absolute;
    right: 0;
    z-index: 2;
    /* box-shadow: 1px 2px 5px 2px rgb(0 0 0 / 20%); */
}

.menu::-webkit-scrollbar {
    display: none;
}

.menu {
    padding: 25px 0;
    overflow-y: auto;
    height: 587px;
}

.menu svg {
    margin-right: 10px;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accor-submenu {
    background-color: #005494;

    padding: 0;
}

.accor-submenu a {
    color: #fff;
    padding: 7px 10px 5px 25px !important;
    display: block;
    font-size: 13px !important;
}

.accor-submenu a:hover {
    background-color: #fff;
    color: #000;
}

.sash {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 16px;
    color: #212529;
    text-align: left;

}

.accordion-button {
    font-size: 16px !important;
}

.dash {
    background: #8ac1d9;
    border: 0;
    color: #000;
}

.dash .sash:hover {
    color: #fff !important;
}

.accordion-button:hover,
.clr:hover {
    background-color: #8bf4f6;
    color: #000;
}

.accordion-body {
    padding: 0 !important;
}

.accordion-item {
    border: 0 !important;
}

.main {
    padding: 20px 30px;
    width: 100%;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}

.sticky+.main {
    padding-top: 132px;
}

/****dashboard***/


.box {
    background-color: #fff;
    width: 100%;
    margin-bottom: 15px;
    box-shadow: 2px 3px 8px 3px rgb(145 137 137 / 15%);
    padding: 15px;
}

.box svg {
    font-size: 18px;
}

.box h2 {
    font-size: 18px;
    color: #645959eb;
}

.sm-box {
    height: 205px;
}

.mm-box {
    height: 300px;
}

.big-box {
    height: 520px;
}

/****login_signup****/
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #202020;
    font-weight: 400;
    margin-top: 0;
}

.bg-white {

    padding: 20px 0;

}

.form-check-label {
    letter-spacing: normal;
}

.captcha-img {
    display: flex;
    gap: 10px;
}

div.login-account-page {
    border-right: solid 1px lightgray;
    align-items: center;
}

.login-buyer-vendor {
    margin-top: 10px;
}

.login {
    text-align: center;
    margin: 0 auto;
}

.login h3 {
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 26px;
}

.login form {
    max-width: 366px;
    width: 100%;
    clear: both;
}

.login h5 {
    font-size: 13px;
    margin-top: 10px;
    font-weight: 400;
    /* color: #616364; */
}


form label {
    /* color: #616364; */
    font-size: 14px;
}

form input {
    font-size: 13px !important;
}


.btn-primary {
    background-color: #043e6c !important;
    border-color: #043e6c !important;
}

.btn-rfq-primary {
    background-color: #015294;
    border-color: #015294;
    color: white;
}

.btn-rfq {
    position: relative;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 15px;
    border-radius: 4px;
    text-decoration: none;
    border: 0;
    min-width: 54px;
    text-align: center;
    border: 1px solid transparent;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: all 0.5s;
    white-space: nowrap;
}

.btn-rfq-primary:hover {
    background-color: #043e6c;
    color: #fff;
}

.theme-color {
    color: #015294 !important;
}

.fa-eye-slash, .bi-eye-slash {
    position: absolute;
    top: 7px;
    right: 10px;
    cursor: pointer;
    /* color: #565555; */
    font-size: 14px;
}

.fa-eye, .bi-eye {
    position: absolute;
    top: 7px;
    right: 10px;
    cursor: pointer;
    /* color: #565555; */
    font-size: 14px;
}

.password-container {
    position: relative;
}

.register h3 {
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #08406c;

}

.register .input-group select {
    max-width: 90px;
    font-size: 13px;
    appearance: none;
    -webkit-appearance: none !important;

}

.captchaImg {
    width: 135px;
    height: 36px !important;
}

.register {
    text-align: center;
    margin: 0 auto;
    max-width: 366px;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
    color: #495057;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    padding: 10px 30px;

    font-size: 19px;
    border-top-color: #fff !important;
    border-left-color: #fff !important;
    border-right-color: #fff !important;
}

.nav-tabs .nav-link:hover {
    color: #062a3b !important;    
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #015294 !important;
    background-color: #fff !important;
    border-top-color: #dee2e6 !important;
    border-left-color: #dee2e6 !important;
    border-right-color: #dee2e6 !important;
    text-decoration: underline !important;
}



.custom-tab-1 {
    margin-bottom: 10px;
}



form p.small {
    /* color: #5e5d5d; */
    margin-top: 5px;
}

/****Buyer_submit_popup***/
.Buyer_submit_popup .modal-header {
    background: linear-gradient(80deg, #003E68 0%, #015294 33.33%, #1D9BF0 100%) !important;
}

.Buyer_submit_popup .modal-title {
    color: #fff !important;
}

.Buyer_submit_popup .modal-header .btn-close {
    font-size: 12px;
}

.Buyer_submit_popup .btn-secondary {
    color: #d81d1d !important;
    background-color: transparent !important;
    border-color: #d81d1d !important;
}

.Buyer_submit_popup .modal-body {
    /* color: #5c5959; */
    font-size: 13px;
    line-height: 22px;
}

.Buyer_submit_popup .modal-footer {
    border-top: 0 !important;
}

/***verify_page*****/
.verify_page h3 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 400;
    /* color: #575555; */
}

.verify_page p {
    font-size: 13px;
    /* color: #696464; */
    font-weight: 700;
}

.verify_page .input-group-text {
    background-color: transparent;
    border: 0;
    color: #015294;
}
.verify_btn{
    margin-top: 10px !important;
}
.verify_page a {
    color: #015294 !important;
}

.resend span {
    color: #000;
}

/****my_profile***/

.my_profile .tab-content-inner {
    max-width: 70%;
    margin: 0 auto;
    box-shadow: 0 1px 10px rgb(0 0 0 / 10%);
    padding: 30px 40px;
    border-radius: 14px;
    background: #fff;
}

.my_profile .profile-type-title {
    font-weight: 700;
    color: #ff4e4e !important;
    font-size: 25px;
}

.tab-content-inner h2 {
    color: #015294;
    text-transform: uppercase;
    font-size: 24px;
}

.btn-rfq-secondary:hover {
    background: #98e9eb;
}

/* .organisation_draft_btn{
    width: 100%;
} */
.text-danger {
    color: #E28647 !important;
}

.my_profile .form-group {
    margin-bottom: 1rem;
}

.card .card-header h4 {
    line-height: 36px;
    margin: 0;
    display: inline-block;
    color: #64748b;
    font-weight: 400;
    letter-spacing: 1px;
    width: 100%;
    font-size: 22px;
}

h4.frm_head {
    color: #062a3b;
    text-transform: uppercase;
    font-size: 16px;
}

.form-check-input:checked {
    background-color: #015294 !important;
}

.card {
    border-radius: 0;
    box-shadow: 0 1px 10px rgb(0 0 0 / 10%);
    border: 0;
    border-radius: 10px !important;
    margin-bottom: 30px;
}

.basic-form label {
    margin-bottom: 3px;
}

.file-browser span {
    margin-bottom: 5px;
    display: inline-block;

    font-size: 14px;
}

.file-browse {
    position: relative;
    /* overflow: hidden; */
    display: flex;
    align-items: center;
}

.file-browse .button {
    background-color: #ffffff;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 11px 20px;
    border: 1px solid #ccd4da;
    border-right: 0;
    border-radius: 0.25rem 0 0 0.25rem;
    opacity: 0;
    z-index: 2;
    margin-top: -1px;
}

.file-browse .form-control[readonly] {
    background-color: #ffffff !important;
    opacity: 1;
    float: left;
    border-radius: 0.25rem;
    width: 100%;
    position: absolute;
}

.button-browse input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    /* font-size: 100px; */
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.form_label {
    margin-bottom: 0 !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #212529;
    text-align: center;
    background: #fff;
    border: 1px solid #ced4da;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding: .375rem .75rem;
    display: flex;
    border-radius: .25rem;

}

.uploadFile {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    padding: 0;

}



.frm_head {
    color: #062a3b;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 27px !important;
}

.form-switch .form-check-input {
    width: 60px !important;

    height: 28px !important;
}

.note-txt span {
    font-size: 14px;
}

.load-container .row {
    margin-top: 10px;
}

.btn-rfq-danger {
    background-color: transparent;
    border-color: #ff6241;
    color: #ff6241;
}

.btn-rfq-sm {
    padding: 1px 8px;
    font-size: 12px;
    min-width: 20px;
}

.add_remove {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.btn-rfq-danger:hover {
    color: #fff;
    background-color: #ff6241;
}

.btn-rfq-warning:hover {
    color: #000;
    background-color: #f1c40f;
}

.btn-rfq-white:hover {
    color: #fff;
    background-color: #285394;
}

/*****active_rfq****/
.notification {
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 40px;
    border-radius: 4px;
    box-shadow: 0px 4px 8px #00000014;
    padding: 10px;
}

.ticket_list h3 {
    width: 50%;
    display: inline-block;
}

ul.rfq-filter-right {
    display: flex;
    gap: 44px;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}

ul.rfq-filter-right.btm_rfq_fil {
    gap: 30px;
}

.text-dangerr {
    color: #e77029;
}

.form-floating>.form-control,
.form-floating>.form-select {
    height: calc(2.5rem + 2px) !important;
}

ul.rfq-filter-right li {
    /* display: flex; */
    gap: 15px;
    align-items: center;
    position: relative;
    margin-bottom: 15px;
}

ul.rfq-filter-right li {
    gap: 13px;
}

.input-group-text i {
    font-size: 1rem !important;
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 6px 0.75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid transparent;
    transform-origin: 0 0;
    transition: opacity .1sease-in-out, transform .1sease-in-out;
}

.form-floating>.form-control-plaintext~label,
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: 1;
    transform: scale(.85) translateY(-25px) translateX(0.15rem);
    height: 27px;
    line-height: 14px;
    padding: 5px;
    color: #015294;
    text-transform: uppercase;
    padding-left: 12px;
}



.badge {
    line-height: 1.4;
    padding-left: 20px !important;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3sease-out;
    -webkit-transition: all 0.3sease-out;
    position: relative;
    color: #1a1a1a !important;
    font-weight: 500;
    padding-left: 25px;
}

.badge-success:before {
    background: #b5eed0;
}

.badge:before {
    content: '';
    height: 15px;
    width: 15px;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

.badge-success {
    background: transparent;
}

.table tbody tr td {
    vertical-align: middle;
    border-color: #fff4ef;
    /* text-wrap: nowrap;

    white-space: nowrap; */
}

.table th,
.table td {
    border-bottom: 1px solid #dee2e6;
    border-top: 0;
}

.disabled {
    user-select: none;
    opacity: .5;
    pointer-events: none;
    cursor: default;
}

.table>thead>tr>th {
    vertical-align: top;
    border: 1px solid #eee !important;
    background-color: #fff;
    /* text-wrap: nowrap;
    white-space: nowrap; */
}

table.dataTable.table-striped>tbody>tr:nth-of-type(2n+1)>* {
    box-shadow: none !important;
}

.hiddenInfo li:nth-child(1) {
    visibility: hidden;
}

.hiddenInfo li:nth-child(2) {
    width: 90px;
    font-weight: bold;
}

.hiddenInfo li:nth-child(3) {
    padding-right: 26px;
}

.form-floating input::placeholder {
    color: #6d7378 !important;
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: .65;
    transform: scale(.85) translateY(-2.5rem) translateX(.15rem) !important;
}

.form-floating>.form-select {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.myaccount-box-right1 table>thead>th:nth-child(9) {
    width: 250px;
}

a.btn-rfq.btn-rfq-primary.cisRfq {
    display: inline-block;
    width: 55px;
    height: 32px;
    text-align: center;
    line-height: 26px;
}

.editRfq {
    width: 55px;
    height: 32px;
    text-align: center;
    line-height: 26px;
}

.closeRfq {
    width: 55px;
    height: 32px;
    text-align: center;
    line-height: 26px;
}

/***CIS*****/
.notification_head {
    border-bottom: 1px solid #fff;
    padding-bottom: 0;
    padding-top: 0;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;

}

.statement {
    font-size: 25px;
    padding: 0 0 10px;
    color: #015294;
    text-transform: capitalize;
    /* border-bottom: 1px solid #f6f6f7; */
    margin: 0;
    width: 60%;
    text-align: center;
}

.notification_head_filter {
    margin-top: 10px;
}

.btn-rfq-white {
    background-color: #fff;
    border-color: #98c0d9;
    color: #285394;
}

/* 
.btn-rfq-white i {
    color: #285394;
} */

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

.rfq_ven {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.rfq_ven_left span {
    color: #015294;
    border-right: 1px solid #000;
    padding-right: 10px;
    margin-right: 10px;
    font-weight: 500;
}

.rfq_ven_right {
    display: flex;
    gap: 15px;
    padding-bottom: 10px;
    box-shadow: 0 4px 7px #e4e4e4;
    margin-bottom: 10px;
    padding-left: 10px;
    /* overflow-x: auto; */
    white-space: nowrap;
    flex-wrap: wrap;

}

/* .rfq_ven_right_form{
    overflow-x: auto;
} */
.rfq_ven_right::-webkit-scrollbar {
    display: none;
}

.rfq_ven_right .form-select {
    width: 100%;
}

.rfq_ven_input .form-check-label {
    font-size: 10px;
}

.rfq_ven_right .rfq_ven_input {
    width: 14.28%;
    width: 136px;
}

.rfq_ven_input {
    position: relative;

}

.rfq_ven_right .rfq_ven_input.btnwrap {
    width: 172px;
    gap: 15px;
    display: flex;
}

/****searchable select dropdown***/
.dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

.dropdown-btn {
    width: 100%;
    padding: 10px;
    text-align: left;
    border: 1px solid #ccc;
    background-color: #fff;
    cursor: pointer;
    font-size: 16px;
}

.dropdown-content {
    display: none;
    position: absolute;
    z-index: 1;
    background-color: white;
    min-width: 100%;
    /* border: 1px solid #ccc; */
    max-height: 200px;
    overflow-y: auto;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0px 2px 8px 4px rgb(43 42 42 / 17%);
}

.dropdown-content input {

    border: 1px solid #ccc;

}

.form-check {
    margin: 5px 5px;
}

.form-check-input {
    margin-right: 10px;
}

/* .dropdown:hover .dropdown-content {
    display: block;
} */
.showdrop {
    display: block;
}

.dropdown-btn:hover {
    background-color: #f1f1f1;
}

.form-check-label {
    font-size: 13px;
}

.search-txt {
    /* margin: 5px 0; */
    padding: 5px;
    width: 100%;
}

.dropdown-btn {
    padding: 3px;
    font-size: 11px !important;
    color: #696d70 !important;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px 7px;
}

.rfq_ven_input .btn-rfq {
    padding: 3px 15px !important;
}

.exclusive-right-section {
    float: right;
    margin-top: 0;
    text-align: right;
    margin-right: 5px;
}

.exclusive-right-section p {
    margin-bottom: 0rem;
}

ul.breadcrumb-rfq {
    display: flex;
    gap: 16px;
    margin: 0;
}

ul.breadcrumb-rfq li:last-child {
    color: #015294;
}

ul.breadcrumb-rfq li {
    /* font-size: 16px; */
    position: relative;
    color: #062a3b;
}

ul.breadcrumb-rfq li:last-child::before {
    font-size: 14px;
    content: "\f285";
    font-family: bootstrap-icons !important;
    position: absolute;
    left: -16px;
    top: 3px;
    line-height: 16px;
}

ul.breadcrumb-rfq li:last-child {
    color: #015294;
}

.table_flex table.table-bordered {
    border: 1px solid #000 !important;

}

.table_flex table.table-bordered>thead>tr>th {
    border: 1px solid #000 !important;
}

.table>thead>tr>th {
    padding: 7.6px !important;
    position: relative;
}

.table_flex table.table-bordered>tbody>tr>td {
    border: 1px solid #000 !important;
    white-space: nowrap;
}

.move-vendor-left,
.move-vendor-right {
    cursor: pointer;
    color: #015294;
}

.vendor-name-section>th:nth-child(odd) div {
    background: #d9fcfd;
}

.check-abl {
    position: absolute;
    right: 2px;
    top: 4px;
}

.send-reminder-notification i {
    color: #000;
}

.vendor-name-section>th:nth-child(even) div {
    background: #fff4ee;
}

.price-sibmission-page-row>th a {
    text-decoration: underline !important;
    color: #005494;
}

.buyer-side-cis-product-price {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    gap: 10px;
}

.product_option_fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 20px 30px;
    background: #fff;
    box-shadow: 0 1px 10px rgb(0 0 0 / 10%);
}

.leftTblebox {
    overflow-x: auto;
    white-space: nowrap;
}

.table1 {
    overflow-x: auto;
    white-space: nowrap;
    text-align: left;
}

.leftTblebox {
    width: 52%;
}

.rightTblbox {
    width: 48%;
    overflow-x: hidden;
}

.wrapper1 {
    width: 100%;
    height: 20px;
    font-size: 20px;
}

.wrapper2 {
    overflow: auto;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
    display: inline-block;
    border-right: 1px solid;
}

.wrapper2 table {
    border: 0 !important;
    white-space: nowrap;
}

.wrapper2 .table>thead>tr:first-of-type th {
    padding: 0 !important;
    position: relative;
    vertical-align: top;
    max-width: 135px;
    text-align: center;
}

.table2 {
    text-align: center;
}

.wrapper2 .table>thead>tr>th p {
    margin-bottom: 0rem;
    min-width: 135px;
}

.yellow_data {
    background-color: rgb(253, 246, 164) !important;
}

.pink {
    background: #ffbdd1 !important;
    text-align: left;
    color: #000;
}

.portests1 svg {
    font-size: 16px;
    color: #000;
    cursor: pointer;
    text-align: left;
}

.inner_vendor-name-section {
    padding-top: 15px !important;
    height: 107px;
}

.table_flex {
    display: flex;
    width: 100%;
}

.minHeight {
    width: 100%;
    height: 20px;
    font-size: 20px;
}

.exclusive-design {
    padding-top: 28px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

.quotee {
    margin-top: 15px;
}

.breadcrumb-rfq {
    margin-left: 25px;
}

.ex-sheet {
    font-size: 25px;
    white-space: nowrap;
    overflow: hidden;
}

.ex-sheet span {
    font-size: 11px;
    color: red;
    font-weight: 700;
}

/****cis-modal***/
.last_CIS_modal_table {
    min-height: 150px;
}

.modal-dialog {
    height: 100%;
    align-items: center;
    display: flex;
    /* margin: 0 auto !important; */
}

.Check_Last_CIS {
    max-width: 50% !important;
}

.modal-dialog .form-group {
    margin-bottom: 15px;
}

.form-row {
    display: flex;
    gap: 10px;
}

.sendMessage_Modal {
    max-width: 50% !important;
}

.ck-blurred {
    min-height: 200px;
}

.myUpload input[type=file] {
    opacity: 0;
}

.myUpload {
    border: 1px solid #eee;
    width: 100%;
    height: 35px;
    border-radius: 5px;
    line-height: 33px;
    padding-left: 10px;
    font-size: 12px;

}

/*****all_product****/
.product-image-container {
    text-align: center;
    position: relative;
    padding: 0;
    box-shadow: 2px 2px 8px rgb(0 0 0 / 5%);
    border-radius: 5px;
    background: #fff;
    margin-bottom: 10px;
}

.search-product-checkbox {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 99;
}

input.form-control.product-checkbox {
    display: none;
}

.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.product-checkbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 15px !important;
    margin-left: 5px;
    height: 15px;
    margin-top: 4px;

}

.container-checkbox input:checked~.checkmark {
    background-color: #015294;
    border-color: #015294;
}

.container-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #ffffff;
    border: 1px solid #c3c2c9;
    border-radius: 0;
}

.container-checkbox input:checked~.checkmark:after {
    display: block;
}

.container-checkbox .checkmark:after {
    left: 5px;
    top: 0px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    position: absolute;

}

.wishlist-container {
    position: absolute;
    top: 10px;
    right: 4px;
    z-index: 1;
}

.wishlist-container .wishlist-favorite {

    background: #f5f5f5;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 4px;
    line-height: 34px;
    margin-bottom: 10px;

}

.wishlist-container .fa-heart {
    color: #13293b;
    font-size: 18px;
    cursor: pointer;
}

.product-image-anchor {
    text-align: left;
    min-width: 182px;
    position: relative;
    max-width: 170px;
    margin: 0 auto;
}

.product-image {
    min-height: 240px;
    max-height: 240px;
    padding: 15px 10px;
}

.product-details .caption h5 a {
    font-size: 14px;
    font-weight: 600;
    width: auto;
    line-height: 20px;
    display: -webkit-box;
    max-height: 2.45rem;
    min-height: 2.45rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;

    color: #015294;
}

.product-details .caption h4 a {
    font-size: 14px;
    font-weight: 600;
    width: auto;
    line-height: 20px;
    display: -webkit-box;
    max-height: 2.45rem;
    min-height: 2.45rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;

    color: #292a2b;
}

.product-thumb .product-details .caption h6 {
    width: auto;
    line-height: 18px;
    display: -webkit-box;
    min-height: 3.5rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 12px;
    color: #202020;
}

.btn-rfq-secondary {
    background-color: #ddfcfd;
    border-color: #759dce;
    color: #005494;
}

/****ribbon***/
.ribbon {
    width: 95px;
    height: 95px;
    overflow: hidden;
    position: absolute;
}

.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: 0;
    content: '';
    display: block;

}

.ribbon-prime::before,
.ribbon-prime::after {


    border: 5px solid #6f0303;
}

.ribbon-prime span {
    background-color: #a70a0a;

}

.ribbon-popular::before,
.ribbon-popular::after {
    border: 5px solid #42143f;

}

.ribbon-popular span {
    background-color: #6a1865;

}

.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 6px 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #fff;
    font: 700 18px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    text-align: center;
}


.ribbon {
    top: -10px;
    left: -10px;
}

.ribbon::before,
.ribbon::after {
    border-top-color: transparent;
    border-left-color: transparent;
}

.ribbon::before {
    top: 0;
    right: 0;
}

.ribbon::after {
    bottom: 0;
    left: 0;
}

.ribbon span {
    right: -57px;
    top: 25px;
    transform: rotate(-45deg);
    font-size: 15px;
}

/****ribbon-end***/
.prod-without-img {
    width: 100%;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    max-height: 200px;
    margin-top: 20px;
    padding: 10px 10px;
    text-align: center;
    max-width: 150px;
    min-width: 150px;
    position: relative;
    /* overflow: hidden; */
}

.product-thumb .product-details,
.contact-us-container {
    margin: 0;
}

.product-thumb .product-details {
    margin: 10px 0 0;
    position: relative;
    padding: 0px 15px 15px;
    overflow: hidden;
}

.product-thumb .product-details .caption {
    display: block;
    position: relative;
}

.product-thumb .product-details .caption h4 {


    margin: 0px;
    position: static;
}

.product-thumb .product-details .caption .product_option {
    width: 100%;
    /* display: flex
; */
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}

.contact-us-container {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin: 15px 0;
    font-size: 14px;
}

.contact-us-container span i {
    color: #015294;
    font-size: 18px;
    margin-right: 5px;
}

.addtocart-container,
.cart-action-btn-container-new {
    display: flex;
    justify-content: center;
    gap: 10px;
}

ul.search-product-header-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    padding: 0 15px;
    flex-wrap: wrap;
}

ul.search-product-header-section li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;

}

.select-custom-170 {
    width: 170px;
}

.table_flex .table>thead>tr>th:first-of-type {
    border-left-color: #fff !important;
}

.table_flex .table>thead>tr>th:last-of-type {
    border-right-color: #fff !important;
}

.table_flex .table>tbody>tr>td:first-of-type {
    border-left-color: #fff !important;
}

.table_flex .table>tbody>tr>td:last-of-type {
    border-right-color: #fff !important;
}

.mob_inner_filter_wrap {
    display: none;
}

.brand {
    min-width: 260px;
    margin-left: 30px;
}

.add-all-to-rfq-btn {
    min-width: unset;
}

.fil_funnel {
    min-width: unset;
}

.light_blue {
    background-color: #b9deea;
}

.light_green {
    background-color: #c2edce;
}

.light_yellow {
    background-color: #f7e39e;

}

.light_pink {
    background-color: #f8dae6;

}

.vendor_nm {
    min-width: 260px;
}

.img_cnt {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    font-family: bootstrap-icons;
}

.product-title-container_div {
    min-height: 45px;
}

.product-details {
    padding-bottom: 10px;
}

.resend {
    color: #043e6c;
}

/****Inventory****/
.btn-rfq-warning {
    background-color: transparent;
    border-color: #f1c40f;
    color: #000;
}

.border_hr {
    border: 1px solid #cccccc59;
    margin-bottom: 35px;
}

.select-custom-170 {
    width: 170px !important;
}

.Inventory .top_part {
    padding-top: 30px;
}

.Inventory table>thead {
    box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), 0.05) !important;
    top: 0;
    position: sticky;
    z-index: 999;

}

.Inventory table.table-bordered {
    border: 1px solid #5e5959 !important;
}


.dataTables-example1 thead th {
    background-color: #04599d;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}

.dataTables-example1 tbody td {

    text-align: center;
    vertical-align: middle;
}

.page-item.active .page-link {

    background-color: #045a9f !important;
    border-color: #045a9f !important;
}

.dt-row {
    max-height: 272px;
    overflow-y: auto;
}

.dataTables-example1 thead th {
    position: sticky;
    top: 0;
    z-index: 1;
}

.hidden-div {
    display: none;
    width: 300px;
    max-height: 250px;
    background: #f8f9fa;
    border: 1px solid #ccc;
    border-radius: 8px;
    text-align: center;
    overflow-y: auto;
    z-index: 3;
    position: absolute;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
    top: 40px;
}

.hidden-div ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
}

.hidden-div ul li {
    width: 100%;

}

.hidden-div ul li a,
.hidden-div ul li button {
    display: block;
    width: 90%;
    padding: 8px 12px;
    text-align: left;
    border-radius: 5px;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

.hover-box:hover .hidden-div {
    display: block;
}

.modal-header {
    background: linear-gradient(80deg, #003E68 0%, #015294 33.33%, #1D9BF0 100%) !important;
}

.modal-title {
    color: #fff;
}

.rfq-filter-all_report {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 30px 15px;
    list-style: none;
    margin: 0 auto;
    justify-content: center;
}

.smt-ul-eql-li li {
    flex: 2 1 calc(33% - 18px);
    max-width: calc(40% - 10px);
    box-sizing: border-box;
}

.smt-ul-eql-li li a {
    display: block;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.reportModal {
    max-width: 65% !important;
    height: 100%;
    align-items: center;
    display: flex;
}

.inventory_rfq {
    max-width: 80% !important;
    height: 100%;
    align-items: center;
    display: flex;
}

.form-control[readonly] {
    background-color: rgb(0 211 253 / 14%) !important;
    opacity: 1;
    border-color: #cbe7ed;
}

.fold {
    display: none;
}

.odd {
    background-color: #ADD8E6;
}

.extra_tr {
    display: table-row;
}

.dataTables-example1 .append_table thead th {
    background-color: #304455;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}

.gradeA .bi-dash-lg {
    display: none;
}

.dataTables-example1 th,
.dataTables-example1 tbody td {
    padding: 8px 10px;
}

/****my_inventory***/
table.dataTable.no-footer {
    border-bottom: 1px solid #eee !important;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 10px;
}

table thead tr th {
    color: #181717 !important;
    font-weight: 600;
}

.table.table-striped tbody tr:nth-of-type(odd)>td,
.table.table-hover tr:hover {
    background-color: #fff4ef;
}

.newtabledata>tbody>tr>td {
    text-align: center;
    border: 1px solid #6e6e6e !important;
}

.newtabledata>tbody>tr>td a {
    color: #13293b;
}

td>.grn_qunty {
    color: blue;
    cursor: pointer;
    text-decoration: underline;
}

.dataTables_wrapper .dataTables_length {
    padding-top: 0.755em;
    padding-bottom: 0.755em;
    color: #333;
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: .25em;
}

.table>tbody>tr>td:nth-of-type(1) {
    font-size: 15px;
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 8px 10px;
}

a,
button,
img,
input,
span {
    transition: all 0.3s ease 0s;
}

.dataTables_wrapper .dataTables_length select {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    padding: 4px;
    color: #715d5d;
}

.dataTables_scrollBody {
    position: relative;
    overflow: auto;
    max-height: 300px;
    height: 300px;
    width: 100%;
}

.append_tr td {
    background-color: #ADD8E6 !important;
}

.append_tr th {
    background-color: #ADD8E6 !important;
    vertical-align: middle;
}

/****notification****/
.messages {
    width: 480px;
    position: absolute;
    top: 37px;
    right: 0;
    background: #fff;
    z-index: 999;
    box-shadow: -5px 6px 7px #dadae6;
    padding: 0;
    padding-bottom: 0;
    height: 0;
    overflow: auto;
    transition: all .5s ease-in-out;

}

.notishow {
    padding: 20px;
    height: 453px;
    transition: all .5s ease-in-out;
}

.message-box {
    padding: 16px;
    display: flex;
    align-items: flex-start;
    width: 100%;
    border-radius: 12px;
    margin-bottom: 10px;
}


.message-content {
    text-align: left;
    width: 100%;
}

.messages a {
    font-size: 14px;
    text-align: center;
    /* padding: 20px 5px; */
    color: #015294;
    width: 100%;
}

.message-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.message-line {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    text-align: left;
    margin-bottom: 0;
    margin: 8px 0;
}

.message-line a {
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

p:last-child {
    margin-bottom: 0;
}

.message-line span i {
    color: #fff;
}

.message-header .name {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
    margin: 0;
    text-align: left;
}

/* .message-box:nth-child(1) {
    background: #b9deea;
}

.message-box:nth-child(2) {
    background: #f8dae6;
}

.message-box:nth-child(3) {
    background: #f7e39e;
}

.message-box:nth-child(4) {
    background: #c2edce;
} */

.Nblue {
    background: #b9deea;
}

.Npink {
    background: #f8dae6;
}

.Nyellow {
    background: #f7e39e;
}

.Ngreen {
    background: #c2edce;
}

.breadcrumb li a {
    color: #95959e;
}

.breadcrumb-item.active {
    color: #020a30 !important;
}

.notification_head,
.wishlist_head {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    padding-top: 10px;
}

/*****support****/
.badge-danger:before {
    background: #ed9d71;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    background: #efefef !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.1em 1em !important;
    width: unset;
    margin: 0 5px;
    border: 0 !important;
    font-weight: 500;
    font-size: .8rem;
    color: #000 !important;
    text-align: center;
    line-height: 34px;
    border-radius: 4px;
    height: 34px !important;
}

/***pegination****/
.bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.dataTables_length label {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 14px;
}

.dataTables_paginate .paginate_button {
    background: #efefef !important;
    padding: 0.1em 1em !important;

}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    height: 48px;
    width: unset;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #666 !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}

.dataTables_paginate .paginate_button {
    height: 48px;
    width: 48px;
    padding: 0;
    margin: 0 5px;
    border: 0 !important;
    font-size: .8rem;
    color: #000 !important;
    text-align: center;
    line-height: 34px;
    border-radius: 4px;
    background: #efefef !important;
    height: 34px !important;
}

.dataTables_paginate span {
    display: inline-flex;
    padding: 0;
}

.dataTables_paginate span .paginate_button.current,
.dataTables_paginate span .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate span .paginate_button:focus,
.dataTables_wrapper .dataTables_paginate span .paginate_button:active {
    background: #015294 !important;
    color: #fff !important;
}

.dataTables_paginate .paginate_button.current {

    width: 35px;
}

label.error, .error-message {
    width: 100%;
    text-align: left;
}

.password-container {
    margin-bottom: 0 !important;
    float: left;
    width: 100%;
}
.captcha_div {
    width: 100%;
}
/*****responsive****/

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .cust_container {

        max-width: 96%;
        margin: 0 auto;
    }
}

@media only screen and (max-width:1200px) {
    .top-section-right {
        justify-content: flex-end;
    }
}

@media (max-width:1140px) {
    .leftTblebox {
        width: 70%;
    }

    .rightTblbox {
        width: 30%;
    }

}

@media (max-width:1024px) {
    .leftTblebox {
        width: 76%;
    }

    .rightTblbox {
        width: 24%;
    }
}

@media (max-width:991px) {
    .smt-ul-eql-li li {
        flex: 2 1 calc(33% - 18px);
        max-width: 100%;
        box-sizing: border-box;
    }

    .my_profile .tab-content-inner {
        max-width: 90%;
    }

    .statement {
        font-size: 18px;
        width: 50%;
    }

    .rfq_ven {
        flex-direction: column;
        gap: 5px;
    }

    .rfq_ven_left {
        overflow-x: auto;
        white-space: nowrap;
    }

    .rfq_ven_left::-webkit-scrollbar {
        display: none;
    }

    .table_flex {
        flex-direction: column;
        gap: 10px;
    }

    .leftTblebox {
        width: 100% !important;
    }

    .rightTblbox {
        width: 100% !important;
    }

    ul.search-product-header-section {
        flex-direction: column;
        /* align-items: flex-start; */
    }

    ul.search-product-header-section li:nth-child(2) {
        margin-bottom: 35px;
    }

    .exclusive-right-section {
        display: none;
    }

    ul.breadcrumb-rfq:nth-of-type(2) {
        display: none;
    }

    ul.breadcrumb-rfq span {
        display: none;
    }

    ul.breadcrumb-rfq li:last-child {
        font-size: 18px !important;
    }

    .leftTblebox>div:nth-child(2) {
        padding-top: 0 !important;
        border-top: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
    }

    ul.breadcrumb-rfq {
        margin-left: 0 !important;
    }

    .table_flex .table>thead>tr>th:first-of-type {
        border-left-color: #000 !important;
    }

    .table_flex .table>thead>tr>th:last-of-type {
        border-right-color: #000 !important;
    }

    .table_flex .table>tbody>tr>td:first-of-type {
        border-left-color: #000 !important;
    }

    .table_flex .table>tbody>tr>td:last-of-type {
        border-right-color: #000 !important;
    }

    .nav-tabs .nav-link {
        padding: 10px 10px;
    }
}

@media (max-width: 1188px) {
    .addmoreBtn {
        white-space: wrap !important;
        width: 100% !important;
    }

}

@media (max-width:767px) {
    .navbar-header .navbar-brand {
        padding: 0 !important;
    }

    .top-section-right h6 {
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
        /* max-width: 134px; */
        padding-left: 16px;
    }

    .top-section-right {
        justify-content: flex-start;

    }

    .top-section-right p {
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
        padding-left: 0px;
    }

    .dataTables_wrapper .dataTables_paginate {
        margin-left: auto !important;
    }

    .main {
        padding: 20px 0;
    }

    ul.rfq-filter-right {
        gap: 10px;
    }

    .login h3 {
        font-size: 20px;
    }

    .register h3 {
        font-size: 20px;
    }

    .raprosvg-container img {
        width: 15%;
    }

    .hidden-div {
        width: 195px;
        right: 0;
    }

    ul.rfq-filter-right .hover-box .list-unstyled li {
        margin-bottom: 0;

    }

    div.dataTables_wrapper div.dataTables_filter label {
        margin-left: auto;
        display: table;
    }

    .reportModal {
        max-width: 100% !important;

    }

    .inventory_rfq {
        max-width: 100% !important;

    }

    ul.search-product-header-section li {
        flex-direction: column;
        gap: 10px;
    }

    ul.search-product-header-section li input:nth-child(2) {
        margin-left: 0 !important;

    }

    ul.search-product-header-section li:nth-child(2) {
        margin-bottom: 10px !important;
    }

    .mob_inner_filter_wrap {
        display: block !important;
    }

    .sorting_select_web {
        display: none !important;
    }

    ul.search-product-header-section li button.fil_funnel {
        display: none;
    }

    div.login-account-page {
        border-right: 0;
        /* border-bottom: solid 1px lightgray; */
    }

    .my_profile .tab-content-inner {
        max-width: 100%;
    }

    .file-browser {
        margin-bottom: 10px !important;
    }

    .toggole {
        display: block;
    }

    .menubtn {
        display: none !important;
    }

    .sidebar {
        width: 73%;
    }

    .main {
        margin-left: 0 !important;
    }

    .header-menu {
        display: none;
    }

    .searchBar {
        width: 100%;
    }

    .hlp-no {
        display: none;
    }

    .notification_head {
        flex-wrap: wrap;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .product_option_fixed {
        flex-direction: column;
        gap: 10px;
    }

    .bg-white {
        margin: 0 4px !important;
    }


}

@media screen and (max-width: 600px) {
    .tab-content-inner h2 {
        font-size: 16px;
    }

    .my_profile .profile-type-title {
        font-size: 18px;
    }

    .order_confirm_head h3 {
        font-size: 18px;
    }

    .order_confirm_head p {
        font-size: 14px;
        font-weight: 400;
    }

    .user_logout {
        padding: 4px 8px;
        left: 65px;
    }

    .user_logout a {
        font-size: 12px;
    }
}


@media screen and (max-width: 600px) {
    .messages {
        width: 360px;
    }
}

@media (max-width:575px) {
    .login h3 {
        font-size: 18px;
    }
    .register h3{
        font-size: 18px;
    }
    .nav-tabs .nav-link{
        font-size: 17px;
    }
    .header-bottom-right {
        padding: 0 0 13px 0;
    }

    .header_img_final {
        max-width: 140px;
    }

    .header-bottom-left {
        order: 1;
    }

    .header-bottom-right {
        order: 3;
    }

    .globle-header-icons {
        order: 2;
    }

    .searchBar {
        margin-bottom: 10px;
    }

    .add_remove {
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .add_remove a {
        margin-left: auto;
    }

    .frm_head {
        margin-bottom: 10px;
        margin-top: 10px !important;
    }
    .py-4.verify_pad{
        padding: 0 !important;
    }
    .verify_page.my-4{
        margin: 0 !important;
    }
}

@media screen and (max-width: 500px) {
    .nav-tabs {
        flex-wrap: nowrap !important;
    }

    .messages {
        width: 290px;
        right: -32px;

    }

    .messages a {
        font-size: 12px;

        padding: 10px 5px;
    }

    .message-box {
        padding: 0px 12px;
    }

    .notishow {
        padding: 12px;
    }

    .verify_page h3 {
        font-size: 17px;
        text-align: center;
        margin-bottom: 10px;
    }

    .verify_page p {
        font-size: 12px;
        text-align: center;
    }
    .enter_code_input{
        flex-direction: column;
    }
    .enter_code_input input{
        width: 100% !important;
    }
    .verify_page .input-group-text{
        justify-content: center;
        padding-top: 10px;
    }
    .verify_btn{
        margin-top: 0 !important;
    }

}

@media(max-width:480px) {

    .searchBar {
        width: 100%;
    }

    .sidebar {
        width: 67%;
    }
}

@media (max-width:430px) {
    .captcha-img {
        justify-content: center;
        margin-bottom: 6px;
    }

    .C_img {
        width: 45%;
    }

    .captcha-img img {
        width: 100%;
    }

    .captcha-refresh-btn {
        width: 16%;
    }

    .captcha_div {
        flex-direction: column;
    }

    .login h5 {
        font-size: 12px;
    }

    .login h5 a {
        font-size: 12px;
    }

    .register .input-group select.country_code {
        max-width: 80px;
    }

    .makeForm {
        width: 100%;
    }
}