/* custom css */


.login_sec {
    /* padding: 1rem;
    background: #248e3b; */
    height: 100%;
    position: relative;
    z-index: 1;
}

.login_sec .row:first-child {
    background-color: #eaf2ec;
}

.login_sec .log_cont {
    /* padding: 1rem; */
    height: 100vh;
    background-color: #fff;
    box-shadow: -3px 7px 7.6px 0px #00000040;
    /* border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px; */
}

.login_sec h2 {
    font-weight: 700;
    border-bottom: 1px solid deepskyblue;
    padding-bottom: 12px;
    width: 95%;
    line-height: normal;
}

.login_sec img {
    width: 100%;
    height: 100%;
}

.login_sec .forgot_anch {
    display: flex;
    justify-content: end;
    margin-bottom: 2.5rem;
}

.login_sec .forgot_anch a {
    font-weight: 600;
    text-decoration: underline;
    color: #090909;
}

.login_sec .welcome_logi {
    text-align: right;
    position: relative;
    /* width: 95%; */
}

.login_sec .welcome_logi .content {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
}

.login_sec .welcome_logi .content h3 {
    color: #fff;
    font-weight: 800;
    line-height: normal;
}

.login_sec .welcome_logi .content p {
    color: #fff;
}

.login_sec .pass_main {
    position: relative;
}

.pass_main {
    position: relative;
}

.login_sec .pass_main i {
    position: absolute;
    top: 16px;
    right: 20px;
    font-size: 18px;
    cursor: pointer;
    z-index: 1;
}


.login_sec .otp_input {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 12px 0 30px;
}

.login_sec .otp_input input {
    display: inline-block;
    width: 60px;
    height: 60px;
    border: 0.5px solid var(--Text-Box-Stoke, #969696);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 28px;
    padding: 15px;
    text-align: center;
    font-weight: 500;
}

.login_sec .otp_input input:focus {
    border-color: #000;
}

.login_sec .resend_otp a {
    font-weight: 700;
    color: deepskyblue;
}


.login_sec .mail_img a {
    border: 3px solid deepskyblue;
    border-radius: 50%;
    width: 35%;
    height: 215px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login_sec p {
    color: #090909;
    font-size: 16px;
}



.dash_heading {
    margin: 12px 0 15px 0;
}

.dash_heading h4 {
    font-weight: 600;
    font-size: 20px;
}

.comm_add {
    background: deepskyblue;
    padding: 9px 20px;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    transition: .2s;
    display: flex;
    align-items: center;
    gap: 5px;
}

.main_form {
    width: 75%;
    margin: auto;
}

.comm_add:hover {
    color: #fff;
    transform: translateY(-2px);
}

.venders_tabs {
    padding: 25px 40px 0;
}

.venders_tabs .nav-tabs {
    border: 0;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
}

.venders_tabs .nav-tabs::-webkit-scrollbar {
    width: 0;
}


.venders_tabs .nav-tabs::-webkit-scrollbar-thumb {
    background: transparent;
}

.venders_tabs .tab-content {
    margin-top: 30px;
}

.venders_tabs .tab-content .col-md-6 .row {
    margin-bottom: 40px;
}

.venders_tabs .tab-content p {
    color: #000;
}

.venders_tabs li.nav-item {
    flex-shrink: 0;
}

.venders_tabs ul .nav-link,
.venders_tabs ul .nav-link:hover {
    color: #fff;
    background: #969696;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-weight: 500;
    position: relative;
    margin-right: 25px;
}

.venders_tabs ul .nav-link.active {
    background-color: deepskyblue;
    color: #fff;
    font-weight: 500;
    z-index: 1;
}

.venders_tabs ul .nav-link::after {
    content: '';
    position: absolute;
    border-left: solid 18px #969696;
    border-bottom: solid 18px transparent;
    border-top: solid 18px transparent;
    top: 0;
    right: -18px;
    z-index: 11;
}

.venders_tabs ul .nav-link.active::after {
    border-left: solid 18px deepskyblue;
    z-index: 11;
}

.venders_tabs ul .nav-link.last_child::after {
    display: none;
}

.venders_tabs ul .nav-link .tringle_left::before {
    content: '';
    position: absolute;
    border-left: solid 18px #969696;
    border-bottom: solid 18px transparent;
    border-top: solid 18px transparent;
    top: -12px;
    left: -8px;
    z-index: 11;
    transform: rotate(318deg);
}

.venders_tabs ul .nav-link .tringle_left::after {
    content: '';
    position: absolute;
    border-left: solid 18px #969696;
    border-bottom: solid 18px transparent;
    border-top: solid 18px transparent;
    top: 12px;
    left: -8px;
    z-index: 11;
    transform: rotate(-318deg);
}

.venders_tabs ul .nav-link.active .tringle_left::before,
.venders_tabs ul .nav-link.active .tringle_left::after {
    border-left: solid 18px deepskyblue;
    z-index: 11;
}

.filter_btn {
    background-color: #fff;
    border: 1px solid #e0e6ed;
}

.active_text {
    font-weight: 600;
    color: #3E6ADD;
}

.active_text.danger {
    color: red;
}

.border_box {
    border: 0.5px solid #C9C9C9;
    box-shadow: 0px 4px 10px 0px #D1D1D140;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 20px;
    margin: auto auto 30px;
    background-color: #fff;
}

.para_inn_data {
    display: flex;
    align-items: center;
    gap: 12px;
}

.para_inn_data span {
    border: 0.5px solid var(--Text-Box-Stoke, #969696);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 9px;
}

.table_dropdwon {
    border: 0;
    background-color: transparent;
}

.dropdown-menu .form-check {
    gap: 5px;
}

.dropdown-menu .form-check-input:checked {
    background-color: deepskyblue;
    border-color: deepskyblue;
}

.attach_box a {
    border: 1px solid deepskyblue;
    border-radius: 4px;
    padding: 5px 8px;
}

.table_modal {
    width: 100%;
}

.table_modal th,
.table_modal td {
    border: 1px solid #000;
    border-collapse: collapse;
    color: #000;
    padding: 8px;
}

.add_attachment_drag .input_upload .file_upload {
    display: inline-block;
    border: 1px solid gray;
    border-radius: 5px;
    width: 80%;
    padding: 25px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.add_attachment_drag .only_pdf {
    font-size: 12px;
    margin-bottom: 25px;
}

.drag_drop .filepond--root[data-style-panel-layout~=circle] {
    border-radius: 5px;
    height: 80px !important;
    width: 80%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.drag_drop .filepond--root .filepond--drop-label {
    background-color: transparent;
    border-radius: 5px;
    border: 2px dashed gray;
    margin-bottom: 5px;
}

.drag_drop .filepond--panel {
    background-color: transparent !important;
}

.drag_drop .filepond--root[data-style-panel-layout~=compact] .filepond--item {
    height: 100% !important;
}

.ium_table {
    border-radius: 4px;
    border: 0.5px solid var(--Text-Box-Stoke, #969696);
    padding: 8px;
}

.ium_table th {
    border-bottom: 1px solid #969696 !important;
    padding-left: 21px;
}

/* ---select----- */

.select-menu {
    width: 100%;
    position: relative;
}

.select-menu .select-btn {
    display: flex;
    font-size: 18px;
    font-weight: 400;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border: 1px solid rgba(150, 150, 150, 1);
    padding: 9px 10px;
    width: 97%;
    /* margin-bottom: 20px; */
}

.select-menu .options {
    position: absolute;
    width: 100%;
    overflow-y: auto;
    padding: 17px;
    margin-top: 10px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-duration: 0.35s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.35s;
    -webkit-animation-fill-mode: both;
    border: 1px solid #e0e6ed;
    top: 40px;
    width: 97%;
    list-style: none;
    pointer-events: none;
}

.select-menu .options .option {
    cursor: pointer;
    list-style: none;
}

.select-btn svg {
    transition: 0.3s;
    width: 20px;
    height: 20px;
}

.select-menu.active .select-btn svg {
    transform: rotate(-180deg);
}

.select-menu.active .options {
    display: block;
    opacity: 0;
    z-index: 10;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-duration: 0.4s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    pointer-events: auto;
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 30px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes fadeInDown {
    from {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    to {
        transform: translate3d(0, 20px, 0);
        opacity: 0;
    }
}

.select-menu span.sBtn-text {
    font-size: 15px;
    color: #000;
}

.grid_ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    margin-top: 15px;
    margin-bottom: 0;
    gap: 5px 20px;
}

.grid_ul .form-check-input {
    background-color: transparent;
    border-color: #bfc9d4;
}

/* ----select---- */

.check-modal .form-check {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.check-modal .form-check-input {
    border: 1px solid #505050;
    background-color: transparent;
}

/* .filter-drop ul.dropdown-menu {
     min-width: 97%;
} */
.select-menu .options .option label {
    font-size: 14px;
}

.drop_inn {
    padding: 6px 17px;
    position: relative;
}

.drop_inn svg {
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
    width: 16px;
}

.drop_inn .form-control {
    padding: 6px 12px 6px 30px;
}

.country_name {
    padding: 20px 20px 0;
}

.fav_vendors {
    padding: 20px;
}

#sidebar .menu.active a .drop_arrow svg {
    transform: rotate(90deg) !important;
    fill: deepskyblue !important;
}






/* priyanshu */
.switch {
    position: relative;
    display: inline-block;
    width: 115px;
    height: 25px;
    margin: 0;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFF0F0;
    -webkit-transition: .4s;
    transition: .4s;
    border: 1px solid #FFCECE;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 1px;
    background-color: #EB5555;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #E4FFEB;
    border: 1px solid #99FFAF;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(55px);
    -ms-transform: translateX(55px);
    transform: translateX(55px);
}

/*------ ADDED CSS ---------*/
.on {
    display: none;
}

.on {
    color: deepskyblue;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-size: 12px;
    font-family: Verdana, sans-serif;
    user-select: none;
}

.off {
    color: #EA4B4B;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-size: 12px;
    font-family: Verdana, sans-serif;
    user-select: none;
}

input:checked+.slider .on {
    display: block;
}

input:checked+.slider .off {
    display: none;
}

/*--------- END --------*/

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
    /* border: 1px solid #FFCECE; */
}

input:checked+.slider:before {
    content: "";
    left: 36px;
    background-color: deepskyblue;
}


.table-action {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 8px;
}

input[type='checkbox'] {
    accent-color: deepskyblue;
}


/* common
 */
.para-norm {
    font-size: 14px;
    color: #090909;
}

.para-mid-norm {
    font-size: 18px;
    color: #090909;
    font-weight: 600;
}

.para-dark {
    font-size: 16px;
    font-weight: 600;
    color: #090909;
}

.reject {
    border: 1px solid #FFCECE;
    background-color: #FFF0F0;
    color: #F13232;
    padding: 6px 30px;
    border-radius: 8px;
}

.accept {
    border: 1px solid #99FFAF;
    background-color: #E4FFEB;
    color: #148C2E;
    padding: 6px 30px;
    border-radius: 8px;
}

.rfq-filter {
    border: 1px solid deepskyblue;
    background-color: #fff;
    color: rgba(80, 80, 80, 1);
    padding: 8px 30px;
    border-radius: 8px;
}

.rfq-filter .feather-download {
    padding-right: 8px;
}

.cancel {
    border: 1px solid deepskyblue;
    background-color: #fff;
    color: rgba(80, 80, 80, 1);
    padding: 8px 30px;
    border-radius: 8px;
    /* width: 125px; */
}

.cancel-mini {
    border: 1px solid deepskyblue;
    background-color: #fff;
    color: rgba(80, 80, 80, 1);
    padding: 5px 18px;
    border-radius: 8px;
    /* width: 125px; */
}

.confirm {
    border: none;
    background-color: deepskyblue;
    color: #fff;
    padding: 8px 35px;
    border-radius: 8px;
    /* width: 125px; */
}

.confirm-mini {
    border: none;
    background-color: deepskyblue;
    color: #fff;
    padding: 5px 18px;
    border-radius: 8px;
    /* width: 125px; */
}

.confirm:hover {
    color: #fff;
}

.no {
    border: 1px solid rgba(234, 75, 75, 1);
    background-color: #fff;
    color: rgba(80, 80, 80, 1);
    padding: 8px 30px;
    border-radius: 8px;
    width: 125px;
}

.yes {
    border: 1px solid rgba(234, 75, 75, 1);
    background-color: rgba(255, 240, 240, 1);
    color: rgba(234, 75, 75, 1);
    padding: 8px 30px;
    border-radius: 8px;
    width: 125px;
}

.large-btn {
    border: none;
    background-color: deepskyblue !important;
    color: #fff;
    padding: 9px 45px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

.large-btn-cancel {
    border: 1px solid deepskyblue;
    background-color: #fff;
    color: #8D8D8D;
    padding: 8px 40px;
    border-radius: 8px;
}

.common-input {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border: 1px solid rgba(150, 150, 150, 1);
    padding: 8px 10px;
    width: 97%;
    /* margin-bottom: 20px; */
}

.onboarded-venders-add .row {
    margin-bottom: 35px;
    /* align-items: center; */
}

.onboarded-venders-add .row p {
    margin: 0;
}


.modal-header {
    border-bottom: none !important;
}

.modal-content {
    padding: 6px 15px;
}

.modal-footer {
    border-top: none;
}

.mod-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.modal-header .btn-close {
    padding: 8px;
    margin: -.5rem -.5rem -.5rem auto;
    border: 1px solid;
    border-radius: 50%;
}

.common-input:focus {
    outline: none;
    border: 1px solid deepskyblue;
    caret-color: deepskyblue;
}

.checkbox-main {
    box-sizing: border-box;
    --background-color: #fff;
    --checkbox-height: 15px;
    display: flex;
    position: relative;
}

.checkbox-main::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #fff;
    top: 0px;
    right: -3px;
    z-index: 1;
    pointer-events: none;
}

@-moz-keyframes dothabottomcheck-19 {
    0% {
        height: 0;
    }

    100% {
        height: calc(var(--checkbox-height) / 2);
    }
}

@-webkit-keyframes dothabottomcheck-19 {
    0% {
        height: 0;
    }

    100% {
        height: calc(var(--checkbox-height) / 2);
    }
}

@keyframes dothabottomcheck-19 {
    0% {
        height: 0;
    }

    100% {
        height: calc(var(--checkbox-height) / 2);
    }
}

@keyframes dothatopcheck-19 {
    0% {
        height: 0;
    }

    50% {
        height: 0;
    }

    100% {
        height: calc(var(--checkbox-height) * 1.2);
    }
}

@-webkit-keyframes dothatopcheck-19 {
    0% {
        height: 0;
    }

    50% {
        height: 0;
    }

    100% {
        height: calc(var(--checkbox-height) * 1.2);
    }
}

@-moz-keyframes dothatopcheck-19 {
    0% {
        height: 0;
    }

    50% {
        height: 0;
    }

    100% {
        height: calc(var(--checkbox-height) * 1.2);
    }
}

.checkbox-main input[type=checkbox] {
    display: none;
}

.checkbox-main .check-box {
    height: var(--checkbox-height);
    width: var(--checkbox-height);
    background-color: transparent;
    border: calc(var(--checkbox-height) * .1) solid rgba(80, 80, 80, 1);
    border-radius: 3px;
    position: relative;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: border-color ease 0.2s;
    -o-transition: border-color ease 0.2s;
    -webkit-transition: border-color ease 0.2s;
    transition: border-color ease 0.2s;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    margin-bottom: 0;
}

.checkbox-main .check-box::before,
.checkbox-main .check-box::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    height: 0;
    width: calc(var(--checkbox-height) * .2);
    background-color: deepskyblue;
    display: inline-block;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-radius: 5px;
    content: " ";
    -webkit-transition: opacity ease 0.5;
    -moz-transition: opacity ease 0.5;
    transition: opacity ease 0.5;
}

.checkbox-main .check-box::before {
    top: 10px;
    left: 7px;
    -moz-transform: rotate(-138deg);
    -ms-transform: rotate(-138deg);
    -o-transform: rotate(-138deg);
    -webkit-transform: rotate(-138deg);
    transform: rotate(-138deg);
}

.checkbox-main .check-box::after {
    top: 5px;
    left: 2px;
    -moz-transform: rotate(-46deg);
    -ms-transform: rotate(-46deg);
    -o-transform: rotate(-46deg);
    -webkit-transform: rotate(-46deg);
    transform: rotate(-46deg);
}

.checkbox-main input[type=checkbox]:checked+.check-box,
.checkbox-main .check-box.checked {
    border-color: deepskyblue;
}

.checkbox-main input[type=checkbox]:checked+.check-box::after,
.checkbox-main .check-box.checked::after {
    /* height: calc(var(--checkbox-height) / 2); */
    -moz-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    -o-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    -webkit-animation: dothabottomcheck-19 0.1s ease 0s forwards;
    animation: dothabottomcheck-19 0.1s ease 0s forwards;
    width: 2px;
    height: 6px !important;
}

.checkbox-main input[type=checkbox]:checked+.check-box::before,
.checkbox-main .check-box.checked::before {
    height: calc(var(--checkbox-height)* 1.2);
    -moz-animation: dothatopcheck-19 0.4s ease 0s forwards;
    -o-animation: dothatopcheck-19 0.4s ease 0s forwards;
    -webkit-animation: dothatopcheck-19 0.1s ease 0s forwards;
    animation: dothatopcheck-19 0.1s ease 0s forwards;
    width: 2px;
    height: 13px !important;
    z-index: 11;
}

/* check-modal */
.check-modal a {
    display: flex;
    color: rgba(234, 75, 75, 1);
    text-decoration: underline;
    font-weight: 600;
}

.check-modal .check-modal-inn-main {
    border: 1px solid rgba(141, 141, 141, 1);
    padding: 15px 20px;
    border-radius: 4px;
}

.check-modal .check-modal-inn {
    display: flex;
    gap: 18px;
    /* align-items: start; */
    line-height: 3;
    align-items: center;
}

.check-modal .check-modal-inn span {
    color: #000000;

}

.clear-span {
    font-size: 14px;
    color: rgba(141, 141, 141, 1);
}

.filter-drop .dropdown-toggle::before {
    display: inline-block;
    margin: 0;
    vertical-align: -0.2em;
    content: url(filter-grey.svg);
    border: none;
}

.filter-drop .dropdown-toggle::after {
    content: none;
}


.dropdown-menu input[type=radio] {
    accent-color: deepskyblue;
}

.filter-drop .dropdown-menu span {
    font-size: 14px;
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: deepskyblue;
}

/* common end */

.modal-content {
    background: #fff;
}

.fav_star {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.star {
    margin-bottom: 0px;
    cursor: pointer;
}

.star.active {
    fill: #FFD56D;
}

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

.comm_in_filter {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border: 1px solid rgba(150, 150, 150, 1);
    padding: 8px 10px;
    width: 97%;
    /* margin-bottom: 20px; */
    background-color: #fff;
}

.vendor-filter-box-main {
    display: flex;
    /* gap: 100px; */
    justify-content: space-between;
}

.onboarded-venders-add span {
    font-size: 10px;
}

.page-back svg {
    width: 20px;
    transition: .1s;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    -ms-transition: .1s;
    -o-transition: .1s;
}

.page-back svg:hover {
    background: deepskyblue;
    padding: 2px;
    border-radius: 4px;
}

.page-back svg:hover path {
    stroke: #fff;
}

.page-back {
    font-size: 17px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
}

.main-btn-div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.p_dark {
    font-weight: 600;
    color: #090909;
}

.br-icon {
    border: 1px solid #D7BEFF;
    padding: 1px 8px 3px 8px;
    border-radius: 4px;
}

.vendor-requests-view {
    background: #fff;
    border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
}

.vendor-requests-view .col-md-6 .row {
    align-items: center;
}

.mod-btns a {
    text-decoration: none;
}

.page-back-norm {
    font-size: 18px;
    font-weight: 600;
}

.dropdown-item span {
    font-size: 14px;
}

.checkbox-main svg {
    margin-left: 3px;
    margin-bottom: 3px;
    fill: #C448FF;
}

.confirm:hover {
    background: deepskyblue;
}

.select-vendor .vendor-filter-box-main {
    gap: 0px !important;
}

/* .post-rpq-page{
    position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px;
    transform: translate(0px, 30px) !important;
    -webkit-transform: translate(0px, 30px) !important;
    -moz-transform: translate(0px, 30px) !important;
    -ms-transform: translate(0px, 30px) !important;
    -o-transform: translate(0px, 30px) !important;
} */

.dropdown:not(.custom-dropdown-icon):not(.custom-dropdown) .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    top: 45px !important;
}

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

.RFQ-management-rfq-ports .confirm {
    padding: 4px 8px 4px 6px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
}

.profile-page input[type=text]:focus {
    border: 1px solid deepskyblue;
}

.profile-page label {
    font-weight: 500;
}



/*.login_regis {*/
/*    height: 100vh;*/
/*}*/

.login_regis .regis_left {
    /* background-image: url(../../../../src/assets/img/dorf_img/regis_img.png); */
    width: 33%;
    /*height: 90vh;*/
    background-size: 100% 100%;
    border-radius: 10px;
    background-repeat: no-repeat;
    /* padding: 25px; */
    /* position: relative; */
    position: fixed;
    top: 0;
}

.login_regis.vendor_profile .regis_left {
position: relative;
top: inherit;
}

.slide-imgs {
    background-size: 100% 100%;
    border-radius: 10px;
    background-repeat: no-repeat;
    /* / padding: 25px; / */
    position: relative;
}

.slide-imgs .img img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* border-radius: 10px; */
}

.login_sec .log_cont .slide-imgs .img img {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.login_regis .content {
    position: absolute;
    top: 0;
    padding: 15px;
}

.login_regis .log_cont {
    height: 100%;
    display: flex;
    gap: 25px;
}

.login_regis .regis_right {
    /* width: 63%; */
    width: calc(100% - 35%);
    margin-left: auto;
}

.login_regis .content h3 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.login_regis .content p {
    font-size: 14px;
    color: #fff;
}

.login_regis .regis_left .nav-tabs {
    border: none;
    flex-direction: column;
    gap: 35px;
    margin-top: 25px;
    position: absolute;
    top: 10%;
    left: 0;
    padding: 15px;
}

.login_regis .regis_left .nav-tabs .nav-link,
.login_regis .regis_left .nav-tabs .nav-link.active {
    border: none;
    padding: 0;
    text-align: left;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 13px;
    background-color: transparent;
    z-index: 1;

}

.login_regis .regis_left .nav-link.active .num,
.login_regis .regis_left .num {
    width: 45px;
    height: 40px;
    display: grid;
    place-items: center;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #5a543f;
    position: relative;
}


.login_regis .regis_left .nav-tabs .num::after {
    content: '';
    position: absolute;
    height: 55px;
    border: 1px dashed #fff;
    left: 50%;
    transform: translateX(-50%);
    top: 75%;
    z-index: -1;
}

.login_regis .regis_left .nav-tabs .nav-link.last_child .num::after {
    display: none;
}

.login_regis .regis_left .nav-link.active .num {
    background: deepskyblue;

}

.login_regis .regis_left .nav-link.active .num_data,
.login_regis .regis_left .num_data {
    width: 100%;
}

.login_regis .already_regis {
    text-align: center;
    position: absolute;
    bottom: 80PX;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    margin-top: 30px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.login_regis .already_regis h6 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 18px;
}

.login_regis .already_regis a {
    border: 2px solid deepskyblue;
    padding: 7px 50px;
    font-size: 16px;
    color: #000000;
    display: inline-block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.login_regis .right_head {
    width: 98%;
    font-size: 20px;
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 2px solid deepskyblue;
}

.login_regis .main_row {
    height: 70vh;
    overflow-y: auto;
    margin-top: 25px;
    padding-bottom: 15px;
}

.login_regis .main_row::-webkit-scrollbar {
    width: 8px;
}

.login_regis .main_row::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

.login_regis .main_row::-webkit-scrollbar-thumb {
    background: deepskyblue;
    border-radius: 10px;
}

.login_regis .main_row::-webkit-scrollbar-thumb:hover {
    background: #058821;
}

.login_regis .step_btn_main {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 20px;
    gap: 20px;
}

.login_regis .step_btn_main .btn_step {
    border: 0.5px solid var(--CTA-Button, deepskyblue);
    padding: 8px 35px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    border-radius: 4px;
    background: deepskyblue;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
}

.login_regis .step_btn_main .btn_step.btn_prev {
    background: transparent;
    color: #505050;
}

.login_regis .step_btn_main .btn_step:hover {
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
}

.login_regis .oth_text {
    position: relative;
}

.login_regis .p_small {
    font-size: 10px;
    position: absolute;
    /* bottom: -30px; */
}

.vendor_profile {
    height: 100%;
}

.vendor_profile .main_row {
    height: auto;
}

.vendor_profile .regis_right {
    width: 100%;
}

.vendor_profile .regis_left {
    background-image: url(../../../../src/assets/img/dorf_img/profile_bg.png);
    width: 100%;
    height: 200px;
    background-size: 100% 100%;
    padding: 25px 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vendor_profile .regis_left .nav-tabs {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 130px;
    padding: 15px 0;
    position: inherit;
    top: inherit;
}

.vendor_profile .regis_left .nav-tabs .nav-link,
.vendor_profile .regis_left .nav-tabs .nav-link.active {
    flex-shrink: 0;
    width: 190px;
}

.vendor_profile .nav-tabs::-webkit-scrollbar {
    width: 4px;
    height: 5px;
}

.vendor_profile .nav-tabs:hover::-webkit-scrollbar-thumb {
    background: deepskyblue;
    border-radius: 5px;
}

.vendor_profile .nav-tabs:hover::-webkit-scrollbar-track {
    background: rgba(128, 128, 128, 0.541);
    border-radius: 5px;

}

.vendor_profile .regis_left .nav-link.active .num,
.vendor_profile .regis_left .num {
    width: 55px;
}

.vendor_profile .regis_left .nav-link.last_child.active .num,
.vendor_profile .regis_left .last_child .num {
    width: 52px;
}

.vendor_profile .regis_left .num {
    background-color: transparent;
}

.vendor_profile .regis_left .nav-tabs .num::after {
    height: 1px;
    width: 90px;
    left: 11rem;
    transform: translateY(-50%);
    top: 50%;
}

.vendor_profile .regis_left .num svg {
    width: 10px;
    position: absolute;
    left: 262px;
}

.vendor_profile .regis_left .nav-link:hover .num svg {
    color: #fff;
}

.vendor_profile .main_row .row {
    align-items: end;
}

.textarea {
    height: 100px;
    overflow-y: auto;
}

.note_ul {
    margin-bottom: 40px;
    padding-bottom: 15px;
    border-bottom: 1px solid deepskyblue;
}

.note_ul li {
    list-style: none;
    margin-bottom: 10px;
    color: #000;
    font-weight: 500;
}

.note_ul ul {
    padding-left: 10px;
}

.note_ul p {
    color: #000;
}

.other_control {
    border: 0;
    color: transparent;
}

.filter-drop label {
    font-size: 14px;
}

.cust-edit svg {
    color: #fff !important;
    stroke: #fff;
    width: 16px;
    margin-right: 4px;
}

/*
.profile-page #old_password{
    color: red;
} */
.img-pre-div {
    width: 120px;
    height: 120px;
    border: 1px solid;
    border-radius: 50%;
    margin-right: 20px;
    overflow: hidden;
}

.img-pre-div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

label.error {
    font-size: 14px;
    color: red !important;
}

.form-control[readonly]:not(.flatpickr-input) {
    background-color: #f1f2f3;
    color: #000000 !important;
}

.venders_tabs .tab-content .col-md-6 .row {
    margin-bottom: 40px;
    min-height: 60px;
}

.select-readonly {
    pointer-events: none;
    background-color: #e9ecef;
    /* Optional: to make it look disabled */
}

input.form-control::placeholder {
    font-size: 14px;
}

select.form-select {
    padding-right: 35px;
}

.pass_main i {
    position: absolute;
    top: 44px;
    right: 20px;
}

.regis_right .form-label {
    text-transform: capitalize;
}

.noti_num {
    position: absolute;
    top: -9px;
    left: 11px;
    background: #00ab55;
    min-width: 18px;
    height: 18px;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.dataTables_filter input {
    padding: 7px 28px 7px 16px !important;
}

.dataTables_length select.form-control {
    background: #fff url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4IiB3aWR0aD0iNDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0LjgzIDE2LjQybDkuMTcgOS4xNyA5LjE3LTkuMTcgMi44MyAyLjgzLTEyIDEyLTEyLTEyeiIvPjxwYXRoIGQ9Ik0wLS43NWg0OHY0OGgtNDh6IiBmaWxsPSJub25lIi8+PC9zdmc+) 45px 7px no-repeat !important;
    background-size: 30% !important;
}

#invoice-view_wrapper .dataTables_length select {
    background: #fff;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 6px;
    border: 1px solid #e0e6ed;
    font-size: 14px;
    padding: 7px 16px;
    height: calc(1.3em + 1.3rem + 2px);
}

#invoice-view_filter input {
    background: #fff;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 6px;
    border: 1px solid #e0e6ed;
    font-size: 14px;
    padding: 7px 16px;
    height: calc(1.3em + 1.3rem + 2px);
    transition: none;
}

div#invoice-view_paginate {
    display: flex;
    align-items: center;
}

.paginate_button {
    margin-right: 5px;
    border-radius: 8px;
    background: rgba(0, 23, 55, 0.08);
    border: none;
    color: #888ea8;
    height: 33px;
    width: 33px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

a.paginate_button.current {
    background-color: deepskyblue;
    color: #fff;
}

th {
    background-color: deepskyblue !important;
}

h6.noti-title {
    color: #252832 !important;
    font-weight: 600;
    font-size: 15px !important;
}

h6.noti-desc {
    color: #495568 !important;
    margin-bottom: 4px !important;
    font-size: 14px !important;
}

h6.noti-time {
    color: #252526 !important;
    font-size: 13px !important;
    text-align: end;
}

/* hover   */

.on_hover_show {
    position: relative;
}

.on_hover_show .icon svg {
    color: #0e1726;
}

.on_hover_show .delete-icon {
    width: 18px;
}

.on_hover_show .delete-icon:hover {
    color: rgba(234, 75, 75, 1);
}

.on_hover_show .icon {
    cursor: pointer;
    padding: 0.5rem;
    transition: transform 0.2s ease;
}

.on_hover_show .icon:hover {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
}

.on_hover_show_content {
    position: absolute;
    top: 2.5rem;
    right: 0;
    background-color: #ffffff;
    padding: 1rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 10;
    width: 350px;
}

.on_hover_show:hover .on_hover_show_content {
    opacity: 1;
    visibility: visible;
    height: 75vh;
    overflow-y: auto;
}

.title-cross {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 8px;
}

.noti-title {
    margin: 0;
    flex-grow: 1;
}

.icon-status {
    cursor: pointer;
}
.modal-header button.close {
    border: none;
    border-radius: 50%;
    color: red;
    width: 35px;
    height: 35px;
}

.modal-header button.close span {
    font-size: 18px;
}

.completed-orders img {
    width: 18px;
}
.Active-RFQ img {
    width: 14px;
}
.index-notification .widget {
    padding: 12px 15px;
}
.user-info-main {
    gap: 8px;
}

.other_noti .user-info-main {
    gap: 6px;
    flex-direction: column;
}
.user-info-main p {
    line-height: 1.2;
}
.user-info-img {
    height: 30px;
    width: 30px;
}
.noti_circle {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 25px;
    height: 25px;
    background-color: deepskyblue; /* Darker blue background */
    border: 2px solid #17509b; /* Border color */
    display: flex;
    align-items: center;
    justify-content: center;
    color: white; /* White text color */
    font-size: 12px;
    font-weight: bold; /* Make the number stand out */
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); /* Optional shadow for a better look */
}