* {
    font-family: "Roboto", sans-serif;
}

html,
body {
    font-family: "Roboto", sans-serif;
    background-color: white !important;
    margin: 0;
    padding: 0;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    color: var(--tile-title-color);
}

:focus {
    outline: none !important;
    box-shadow: none!important;
}

a:not([href]):hover {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.page-content {
    flex: 1 0 0;
    margin-top: 105px;
    -webkit-box-flex: 1 0 0;
}

.middle-section {
    flex: 1 0 0;
    margin-top: 0;
    -webkit-box-flex: 1 0 0;
}

.other-page-content {
    margin-top: 65px;
    flex: 1 0 0;
    -webkit-box-flex: 1 0 0;
}

.content-wrapper {
    width: 100%;
    position: relative;
    padding: 15px;
    overflow: auto;
    min-height: 500px;
}

.text-link {
    color: var(--link-color) !important;
    cursor: pointer;
}

.text-link:hover {
    text-decoration: underline !important;
}

.link-underline {
    font-size: 12px !important;
    color: var(--link-color) !important;
    text-decoration: underline !important;
}

.link-underline:before {
    content: "|";
    padding: 0 8px 0 0;
    display: inline;
    font-size: 12px !important;
    color: var(--link-color) !important;
}

.custombtn-link {
    border: 0;
    background-color: transparent !important;
    font-size: 12px;
    color: var(--link-color) !important;
}

.custombtn-link:after {
    content: "|";
    padding: 0 0 0 16px;
    display: inline;
}

.custombtn-link:last-of-type:after {
    display: none;
}

.section1-small {
    color: white;
    text-align: center;
    position: relative;
    height: 355px;
}

.section1-small .img-fluid,
.section1-medium .img-fluid {
    max-width: 100%;
    max-height: 100%;
    display: block;
    width: 100%;
    height: auto;
}

.section1-medium {
    color: white;
    text-align: center;
    position: relative;
    height: 467px;
}

.headerOne {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 30px;
    color: black;
}

.header-ellipsis {
    overflow: hidden;
    position: relative;
    max-height: 3rem;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.img-fluid {
    margin: 0 auto;
}

.headerThree {
    color: white;
    font-size: 0.875rem;
    padding-left: 2.5rem;
    margin-bottom: 1rem;
}

.wishListIcon {
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
}

.wishListIcon {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    -wekit-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
}

.borderBottom {
    position: relative;
}

.borderBottom::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: var(--border-color);
    bottom: -10px;
    transform: translateX(-50%);
    left: 50%;
}

.viewAll a {
    font: 14px/40px Roboto;
    letter-spacing: 0;
    color: var(--primary-color) !important;
    cursor: pointer;
    text-transform: uppercase;
}

.viewAll a:hover {
    color: var(--primary-color) !important;
}

.viewmore {
    color: white;
    cursor: pointer;
    text-transform: capitalize;
    background-color: var(--primary-color);
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1rem;
    border-radius: 0.5rem;
    border-bottom: 4px solid var(--shadow-color);
    text-decoration: none;
}

.viewmore:hover {
    color: var(--primary-color);
    cursor: pointer;
    background-color: white;
    border: 1px solid var(--primary-color);
    border-bottom: 4px solid var(--shadow-color);
    text-decoration: none;
}

.poppadding {
    padding: 10px 0px 0px 10px;
}

.dealviewall a {
    color: var(--primary-color) !important;
    text-decoration: none;
    padding-top: 12px;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
}

.bg-popdeals {
    background-color: var(--search-color);
    border-radius: 5px;
    border-right: 8px solid var(--primary-color);
    margin-bottom: 15px;
}

.bg-grey {
    background-color: var(--grey-panel-bgColor);
}

.home-bg-grey {
    background-color: var(--home-bg-grey);
}

.cartimg {
    width: 33px;
    height: 33px;
    margin-top: -6px;
}

.prodtitle-ellipsis {
    overflow: hidden;
    position: relative;
    max-height: 3rem;
    /* display: block; */
    visibility: visible;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.text-ellipsis {
    overflow: hidden;
    position: relative;
    max-height: 4.5em;
    /* display: block; */
    visibility: visible;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-word;
}

.text-ellipsis-1line {
    overflow: hidden;
    position: relative;
    max-height: 1.5rem;
    /* display: block; */
    visibility: visible;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.text-ellipsis-2line {
    overflow: hidden;
    position: relative;
    max-height: 64px;
    /* display: block; */
    visibility: visible;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.text-ellipsis-4line {
    overflow: hidden;
    position: relative;
    max-height: 6rem;
    /* display: block; */
    visibility: visible;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.contentWrap {
    color: var(--tile-title-color);
    text-align: left;
}

.padding-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.icon-bar {
    position: fixed;
    top: 477px;
    z-index: 9999;
    right: 0;
    text-align: center;
    box-shadow: 0px 3px 6px var(--header-shadow-color);
    width: 60px;
    height: 60px;
}

.icon {
    fill: white;
    margin-bottom: 6px;
    width: auto !important;
    height: auto !important;
}

.slick-dots {
    display: none !important;
}

.adv-panel .slick-dots {
    display: block !important;
}

.popular-deals .slick-dots {
    display: block!important;
}
.view-all-link {
    text-align: right;
    font-size: 0.75rem;
    letter-spacing: 0px;
    color: var(--link-color);
    margin-top: 8px;
    display: block;
}

.logo-text {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0px;
    color: var(--primary-color);
}

.forgt-text {
    color: black;
    font-size: 0.875rem;
    margin: 0 auto 0 auto;
    display: block;
    width: 100%;
}

.blue-text {
    color: var(--link-color) !important;
}

.mat-like-textbox {
    border-bottom: 1px solid var(--mat-txtbox-border);
    border-right: 0;
    border-left: 0;
    border-top: 0;
    border-radius: 0;
    background: transparent;
    padding-bottom: 1rem;
    padding-left: 0;
}

.mat-like-textbox:focus {
    color: var(--mat-txtbox-txtcolor);
    background-color: transparent;
    border-color: var(--mat-txtbox-border);
    outline: 0;
    box-shadow: none;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}


/* FF 4-18 */

input:focus::-moz-placeholder {
    color: transparent;
}


/* FF 19+ */

input:focus:-ms-input-placeholder {
    color: transparent;
}


/* IE 10+ */

.fin-logo {
    left: 0 !important;
}

.log-img-block {
    margin: 0 auto;
    width: 60%;
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.number-text {
    font-size: 2.375rem;
    font-weight: 600;
    color: var(--primary-color);
    line-height: 3rem;
    align-self: flex-end;
}

.grey-panel {
    background: var(--grey-panel-bgColor);
    padding: 1rem;
    border-bottom: 2px solid white;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}


/* FF 4-18 */

input:focus::-moz-placeholder {
    color: transparent;
}


/* FF 19+ */

input:focus:-ms-input-placeholder {
    color: transparent;
}


/* IE 10+ */


/*  Sample HTML Landing page CSS  -END- */


/* information tooltip div */

.infoIcon {
    height: 16px;
    width: 16px;
    text-align: center;
    border-radius: 50%;
    padding: 2px 0;
    font-size: 12px !important;
    position: absolute;
    border: 1px solid black;
    cursor: pointer;
    z-index: 99;
    margin-left: 1rem;
    margin-top: 10px;
}

.infoDiv {
    width: 300px;
    background: var(--info-div-bg);
    position: absolute;
    top: 160px;
    color: white;
    padding: 10px;
    border-radius: 5px;
    z-index: 999999;
}

.infoDiv ul,
.infoDiv ul li {
    list-style-type: disc;
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 0;
    font-size: 12px;
}

.square_banner {
    opacity: 0.9;
    height: 470px;
    margin-right: 15px;
    overflow: hidden;
}

.square_banner img {
    max-width: 100%;
    height: 100%;
}

button:focus {
    outline: 0 !important;
}

.pagination-container {
    justify-content: space-between;
    display: flex;
}

.pagination-div {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}

.modal {
    z-index: 999999 !important;
}

.fa {
    font-family: FontAwesome;
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
}

.fas {
    font-family: "Font Awesome 5 Free";
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
}

.for-cursor-pointer {
    cursor: pointer !important;
}

.small,
small {
    font-size: 11px !important;
    line-height: 14px;
    display: inline-block;
}

.smallUom,
smallUom {
    font-size: 9px !important;
    line-height: 14px;
    display: inline-block;
    font-style: italic;
}

.tooltip small {
    text-align: left !important;
}


/* file upload msg tooltip */

.tooltip {
    z-index: 9999999;
}

.filesize-tooltip .tooltip-inner {
    text-align: left;
    min-width: 220px !important;
    width: auto !important;
}

.filesize-tooltip .tooltip-inner>ul {
    margin: 0;
    padding: 5px;
}

.filesize-tooltip .tooltip-inner ul li {
    white-space: nowrap;
    list-style-type: none;
    font-size: 12px;
}

p {
    word-break: break-word;
}

.menu-item-name.notification-title {
    font-size: 14px;
}

.light-color-text.sub-title_notificaation {
    font-size: 12px;
}

.disabled-link {
    color: var(--mat-txtbox-border) !important;
    cursor: not-allowed;
}

.disabled-link:hover {
    text-decoration: none;
    color: var(--mat-txtbox-border) !important;
    cursor: not-allowed !important;
}

.unread-msgs {
    background: var(--sidebar-off-white-bg);
    font-weight: bold !important;
}

.green-text {
    color: var(--validated-bg);
}


/* mark as favorite related classes */

.fav-check input {
    width: 0;
    height: 0;
    opacity: 0;
}

.fav-check input+.fa-star {
    display: none;
}

.fav-check input:checked~.fa-star-o {
    display: none;
}

.fav-check input:checked~.fa-star {
    display: inline-block;
}


/* for sizing */

.w-5 {
    width: 5%;
}

.w-10 {
    width: 10%;
}

.w-15 {
    width: 15%;
}

.w-20 {
    width: 20%;
}

.w-30 {
    width: 30%;
}

.w-35 {
    width: 35%;
}

.w-40 {
    width: 40%;
}

.w-60 {
    width: 60%;
}

.w-65 {
    width: 65%;
}

.w-80 {
    width: 80%;
}

.w-90 {
    width: 90%;
}

.mandate-column {
    max-width: 100px;
    width: 100px;
    min-width: 100px !important;
}

.confirmation-icon {
    color: var(--primary-color);
    font-size: 5rem;
}

.overflow-visible {
    overflow: visible !important;
}

.disclaimer-text {
    font-size: 13px !important;
    color: var(--footer-border-color);
}


/* .wip-page{
        border-top:3px solid var(--header-nav-hover);
    }
.wip-page-headeing h4{
    color: var(--header-nav-hover);
    
}
.wip-page-headeing h5{
    color: var(--mat-txtbox-border);
    line-height: 25px;
    font-weight: 500;
} */

.modal-body .fa-check-circle {
    color: var(--primary-color) !important;
}

.modal-body .fa-check-circle-o {
    color: var(--primary-color) !important;
}

.fa-5x {
    font-size: 5em;
}


/* .slick-slide {
  visibility: hidden !important;
}
.slick-active {
  visibility: visible !important;
} */

.small-fontsize {
    font-size: 12px !important;
}

.address-ellipses {
    word-break: break-all;
    overflow-wrap: break-word;
    white-space: normal !important;
    line-height: 1.7 !important;
    max-height: 72px;
    overflow: hidden !important;
    -webkit-line-clamp: 3;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
}

.addressName-wrap {
    word-break: break-all;
    white-space: normal !important;
    line-height: 1.7 !important;
}


/*for search with input*/

.btn-search-input {
    color: white;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    padding-bottom: 1px;
    padding-top: 1px;
}

.btn-search-input.disabled,
.btn-search-input:disabled {
    color: white;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    padding-bottom: 1px;
    padding-top: 1px;
}

.btn-search-input.disabled:hover {
    color: white;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    padding-bottom: 1px;
    padding-top: 1px;
}

.btn-search-input:hover {
    color: white;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    padding-bottom: 1px;
    padding-top: 1px;
}

.phraseDesc {
    font-size: 0.875rem;
    line-height: 1.5rem;
}

.infoIconPriority {
    height: 16px;
    width: 16px;
    text-align: center;
    border-radius: 50%;
    padding: 2px 0;
    font-size: 12px !important;
    position: absolute;
    border: 1px solid black;
    cursor: pointer;
    z-index: 99;
    margin-left: 0px !important;
    margin-top: 0px !important;
}


/* verified badge css start here */

.img-badge-section {
    min-height: 30px;
    text-align: left;
    padding-left: 4px;
}

.img-badge-section:hover {
    cursor: pointer;
}

.verified_img {
    max-width: 30px;
    height: 24px;
    position: relative;
    z-index: 9;
    display: inline-block !important;
}

.img-badge-section .badge {
    padding: 3px 1px;
    font-weight: normal;
    font-size: 10px;
    color: black;
    border-radius: 0;
    margin-left: -4px;
}

.img-badge-section .badge-trusted {
    background-color: var(--badge-trusted);
}

.img-badge-section .badge-verified {
    background-color: var(--badge-verified);
}


/* end here */

.highlight {
    background: var(--highlight-background) !important;
    border-radius: 4px;
}

.nudges {
    text-align: center !important;
    padding: 15px 10px 10px 10px;
    border-radius: 12px;
    background: transparent linear-gradient(180deg, #cceaff 0%, white 100%) 0% 0% no-repeat padding-box;
    font-size: 16px !important;
    margin-bottom: 0;
}

.view_cert {
    min-height: 42px;
}

.view_cert .text-link {
    font-size: 13px;
}

.word-break {
    word-break: break-all !important;
}

.nudgestyle {
    padding: 1rem;
    /* border-bottom: 2px solid white; */
    border-left: 4px solid var(--primary-color);
    margin-top: 3%;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
    font-size: 14px;
    background-color: white;
}

.active-green {
    color: var(--active-green);
}

.inactive-red {
    color: var(--inactive-red);
}

.agrid-img {
    max-height: 36px;
    max-width: 36px;
    margin-left: -20px;
    margin-top: 9px;
    vertical-align: text-bottom;
}

.redLabel {
    color: var(--error-msg-color);
    padding: 0px 3px;
}

.entity-name {
    max-width: 75%;
    white-space: nowrap;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    overflow: hidden;
    vertical-align: middle;
}

.entity-name-small {
    max-width: 38%;
    white-space: nowrap;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
}

.entity-name-med {
    max-width: 55%;
    white-space: nowrap;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
}

.rating-box {
    background-color: var(--category-color);
    color: white;
    padding: 2px;
    font-size: 12px;
    margin-left: 7px;
}
/* 
.rating-bg {
    background: var(--buyer-primary-color);
    font-size: 12px;
    border-radius: 20px;
    padding: 0px 5px;
    color: white;
    min-width: 40px;
    line-height: 14px;
    height: 20px;
    display: inline-block;
} */

.rating-bg .star-rating {
    margin-top: 4px;
}

.rating-content {
    display: inline-block;
    margin-top: 4px;
    vertical-align: middle;
}

.entitycls .rating-bg .star-rating {
    margin-top: 5px !important;
}


/* .pdpcls .rating-bg .star-rating {
  margin-top: 12px !important;
} */

.text-rating {
    font-size: 12px;
}

.greentext {
    color: var(--green-text) !important;
    font-size: 14px;
}

.bottom-0 {
    bottom: 0;
}

.right-0 {
    right: 0;
}

.left-0 {
    left: 0;
}

.top-0 {
    top: 0;
}


/* css for checkbox create_bulk_sku  */

.ag-grid-custom-checkbox .ag-grid-checkbox-label::before {
    border-radius: 2px;
}

.ag-grid-checkbox-label::before {
    border: 2px solid var(--ag-checkbox-unchecked-color, #999) !important;
}

.ag-grid-custom-checkbox .custom-control-input:checked~.ag-grid-checkbox-label::before {
    border-color: var(--primary-color) !important;
}


/* end css create_bulk_sku */


/*  */

.font-13 {
    font-size: 13px;
}


/* box Shadow  */

.shadowBox {
    box-shadow: 0px 0px 3px var(--header-shadow-color);
    background: white;
    padding: 16px;
    border-radius: 4px;
}

.clearfiltercls {
    width: 20px;
    height: 20px;
}

.tick-cut-image {
    width: 20px;
    height: auto;
    vertical-align: sub;
}


/* css for clear filter icon across the pages */

.clear-filter-image-icon {
    width: 20px;
    height: 20px;
    vertical-align: bottom;
}


/* added css for order_fullfilment_details for input text */

.inside-muted-text-size {
    font-size: 12px;
}

.warning-backgroun-text {
    background-color: var(--pending-color);
    padding: 0px 3px;
}

.customHideFileInput:lang(en)~.customFileLabel::after,
.customHideSHowIcon {
    border: none !important;
    background: var(--breadcrumb-bg-color) !important;
    color: var(--text-muted-color) !important;
}

.black-link {
    color: var(--label-color) !important;
}


/* ag grid icon color in initiate order */

.fa-star-color-change {
    color: var(--ag-grid-icons-extra);
    font-size: 10px;
    margin-left: 4px;
}

.size-of-star-hash {
    font-size: 12px;
}

.sideNAv-font-color h5 {
    color: var(--tile-title-color);
    font-weight: 600;
    font-size: 14px;
}

.card-header-h5-font-normal h5 {
    font-weight: normal;
    font-size: 12px;
}

.text-media-size {
    text-align: center;
}


/* end */

.font-8 {
    font-size: 8px;
}

.font-9 {
    font-size: 9px;
}

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

.font-11 {
    font-size: 11px;
}

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

.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}

.font-15 {
    font-size: 15px;
}

.font-16 {
    font-size: 16px;
}

.font-17 {
    font-size: 17px !important;
}

.font-18 {
    font-size: 18px!important;
}

.font-24 {
    font-size: 24px!important;
}

.font-22 {
    font-size: 22px!important;
}

.font-20 {
    font-size: 20px!important;
}

.min-width-60 {
    min-width: 60px;
}


/* added css for offline payment */

.img-plus-circle {
    width: 19px;
    height: auto;
    vertical-align: text-bottom;
}

.green-text-img-plus {
    color: var(--offline-green-text);
    font-size: 12px;
}

.green-text-img-plus:hover {
    color: var(--offline-green-text) !important;
}


/* end */

h1 .text-link {
    font-size: 13px!important;
    font-weight: normal!important;
}


/* cart_shipping_deatils */

.multiple-stepwizard small {
    font-size: 14px !important;
}

.border-wizard {
    border: 1px solid var(--divider-color);
}


/* buyer_maker_cart page css */

.divider-color {
    color: var(--sidebar-off-white-bg);
}

@media only screen and (max-width: 576px) {
    .multiple-stepwizard small {
        font-size: 12px !important;
    }
}

.mb-6 {
    margin-bottom: 40px;
}

.grid-divider {
    color: var(--sidebar-off-white-bg)
}

.mr-6 {
    margin-right: 32px;
}

.font-weight-medium {
    font-weight: 500;
}

.new-label-tag {
    background: var(--orange-color);
    position: absolute;
    left: -1px;
    top: -1px;
    color: white;
    padding: 1px 7px;
    border-radius: 5px 0;
    font-size: 9px;
    text-transform: uppercase;
}

.trusted-verified-known-img {
    max-width: 48px;
    max-height: 48px;
}

.section-title {
    font-weight: 600;
    line-height: 10px;
    color: var(--tile-title-color);
    margin-bottom: 0;
}

.section-headers {
    border-bottom: 1px solid var(--divider-color);
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-title span {
    font-size: 21px;
    margin: 0px;
    display: inline-block;
    line-height: 24px;
}

.view-more {
    color: var(--primary-color);
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    cursor: pointer;
}

.section-title span::after {
    content: " ";
    display: block;
    background: var(--primary-color);
    width: 108px;
    height: 4px;
    margin-top: 8px;
    margin-bottom: -2px;
}

.company-logo img {
    max-width: 100%;
    max-height: 75px;
}

.ad-panel img {
    width: 100%;
    /* max-width:413px;*/
    max-height: 220px;
   /* min-width: 413px; */
    min-height: 220px;
}


/* count Section start */

.countBuyer {
    background: linear-gradient(rgb(0 0 0 / 20%), rgb(0 0 0 / 20%)), url('assets/images/home-count-bg.png') fixed;
    background-position: center;
    /* height: 350px; */
    color: white;
    background-origin: border-box;
    background-size: cover;
    text-align: center;
    height: 170px;
    background-repeat: no-repeat;
}

.countBuyer .container {
    padding: 50px 0 34px 0px;
}

.countBuyer-num {
    font-size: 32px;
    vertical-align: middle;
    display: block;
    text-align: left;
    font-weight: bold
}

.countBuyert-text {
    font-size: 14px !important;
    vertical-align: middle;
    color: var(--seller-primary-color);
    text-transform: uppercase;
    text-align: left;
    font-weight: bold
}


/* count Section end */


/* custom badge */

.custom-badge {
    border-radius: 20px;
    border: 1px solid var(--primary-color);
    padding: 4px 5px 4px 10px;
    font-size: 14px;
    color: var(--primary-color);
}


/* custom badge */

.link-divider {
    color: var(--divider-color);
}


/* make-payment-tab */

.make-payment-tab button {
    background-color: inherit;
    padding: 12px 7px;
    width: 100%;
    text-align: left;
    cursor: pointer;
    border: 1px solid var(--step-border-color);
    border-left: 4px solid transparent;
    border-right: 1px solid var(--step-border-color);
    border-bottom: 0;
}

.make-payment-tab button.active {
    border-left: 4px solid var(--primary-color);
    border-right: 0;
}

.make-payment-tab button.active label {
    color: var(--primary-color);
    font-weight: 600;
}

.make-paymet-img {
    border: 1px solid transparent;
    border-radius: 5px;
}

.make-paymet-img:focus {
    border: 1px solid var(--primary-color);
    border-radius: 5px;
}

label.make-payment-customlabel::before,
label.make-payment-customlabel::after {
    margin: 10px auto;
}

.make-payment-align-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}


/* make-payment-tab */


/* Suspension entity */

.request-type {
    width: 159px;
    height: 38px;
    font-size: 14px;
    border-radius: 19px;
    border: 1px solid var(--border-color);
    text-align: center;
    vertical-align: middle;
    padding: 8px;
    display: inline-block;
    margin-right: 15px;
}

.activetype {
    background-color: var(--brandmaster-bg);
    border: 1px solid var( --primary-color);
    cursor: pointer;
}

.sufin-panel img {
    max-height: 170px;
}

.nudge-text {
    padding: 0.75rem;
    border-left: 4px solid var(--primary-color);
    margin-top: 3%;
    font-size: 14px;
    background: var(--more-prodcts-background);
}

.indicators-wrapper {
    display: flex;
    justify-content: space-between;
    text-align: center;
    border-top: 1px solid var(--sidebar-off-white-bg)
}

.indicator-modal {
    transform: translateY(30%) !important;
}

.indicator-modal .modal-content {
    border-top: 0px !important;
}

.indicators-wrapper p {
    color: var(--primary-color);
}

.indicators-wrapper div{
    transition: transform .5s ease;
}
.indicators-wrapper div:hover{
    transform: scale(1.1);
}

.indicators-wrapper a {
    color: var(--product-tab-hover);
}

.indicators-wrapper a:hover,
.indicators-buyer-maker_wrapper a:hover {
    color: var(--product-tab-hover);
}

.popover {
    box-shadow: 0px 10px 20px var(--indicators-shadow) !important;
    border: 1px solid var(--divider-color);
    padding: 6px 4px;
}

.popover-header {
    background: white !important;
    font-weight: bold !important;
    border-bottom: none !important;
    font-size: 14px;
    padding-bottom: 0;
    color: var(--tile-title-color)
}

.popover-container {
    font-size: 12px;
    color: var(--tile-title-color)
}
.border{
    border-color:var(--divider-color)!important;
}
.sufin-choice{
    float: right;
    top: 88%!important;
    margin-right: 2%!important;
}


@media (min-width: 319px) and (max-width: 767px) {
  .sufin-choice-mobile {
    display: block !important;
    top: 83% !important;
    margin-right: 0 !important;
  }

  .sufin-choice-desktop {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .sufin-choice-mobile {
    display: block !important;
    top: 88% !important;
    margin-right: 0 !important;
  }

  .sufin-choice-desktop {
    display: none!important;
  }
}

.body-overflow {
    overflow: hidden !important;
}

    
