/* Bootstrap Icon Styles Start */
@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css');
/* Bootstrap Icon Styles End */

:root {
  --link-color: #508df4;
  --default-gray: #6666;
  --error: #e13b3b;
  --success: #4caf50;
  --font-dark-grey: #65686E;
  --font-heading: 'Roboto';
  --font-dark-grey: #65686E;
}

/* This file is reserved for overriding and extending the template styles. */

.btn-outline-blue {
  box-shadow: inset 0 0 0 1px #1ea8e7 !important;
  color: #1ea8e7 !important;
}

.file-upload-progress {
  border-width: 2px;
  border-radius: 2px;
  border-color: rgb(238, 238, 238);
  border-style: dashed;
  background-color: #c2ddfc !important;
  border-radius: 8px;
  height: 70px;
}

/*Navbar custom css START*/
html[data-navcolor='light'] .nav-container .menu-container .menu a {
  color: var(--primary) !important;
}
html[data-navcolor='light'] .nav-container .menu-container .menu a .icon {
  color: var(--primary) !important;
}
/* .sidebar-container.sidebar-content,
.sidebar-container.mobile-side-ready .sidebar-content,
.sidebar-container.mobile-side-ready .sidebar-content {
    flex-direction: column;
    height: 100%;
    align-items: center;
    width: 100%;
}

.sidebar-container {
    transition-duration: var(--transition-time);
    transition-property: width;
}

 .sidebar-container .sidebar-shadow,
 .sidebar-container.mobile-side-ready .sidebar-shadow,
 .sidebar-container.mobile-side-ready .sidebar-shadow {
    border-top-left-radius: 0;
    border-top-right-radius: var(--border-radius-lg);
    border-bottom-right-radius: var(--border-radius-lg);
    border-bottom-left-radius: 0;
}

.sidebar-container .sidebar-shadow, 
.sidebar-container .sidebar-shadow {
    height: 100%;
    /* position: absolute;
    box-shadow: var(--menu-shadow);
    pointer-events: none;
    z-index: 1001; 
} */

/** Start Style for Data proifiling page*/
.offset-lf-7 {
  margin-left: 8%;
  padding-right: 0.5rem;
}
.offset-rt-5 {
  padding-right: 5px;
}
.custom-btn-1 {
  font-size: 12px !important;
  height: 25px !important;
}
.d-card-bd {
  background: #efefef;
  box-shadow: 0px 2px 2px #c0c0c0;
}
.d-card-bd2 {
  background: #fff;
  box-shadow: 0px 2px 2px #c0c0c0;
}
.summary-icon {
  box-shadow: 1px 0px #c0c0c0;
}
/**Font Design **/
.d-custom-font-1 {
  font-size: 18px !important;
  font-weight: 500 !important;
}
.d-custom-font-2 {
  font-size: 10px !important;
  font-weight: 500 !important;
}
.opacity-5 {
  opacity: 0.5;
}
.opacity-7 {
  opacity: 0.7;
}
.opacity-2 {
  opacity: 0.2;
}
.font-small {
  font-size: 10px !important;
}
.font-blue {
  color: #1ea8e7 !important;
}
.font-10 {
  font-size: 10px !important;
}
.font-11 {
  font-size: 11px !important;
}
.font-12 {
  font-size: 12px !important;
}
.font-13 {
  font-size: 13px !important;
}
.font-primary {
  color: var(--primary) !important;
}

/** End Style for Data proifiling page*/

/** Start - Dataset design */
table.react-table.boxed tr th {
  height: 20px;
  text-align: center;
  border-right: 1px solid #e5e5e5;
}
.bg-grey-lg {
  background-color: #f8f8f8;
}
.fs-7r {
  font-size: 0.7rem !important;
}
.border-0 {
  border: none !important;
}
.bb-10 {
  border-bottom: 1px solid #e0e0e0;
}
.be-10 {
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
}
.bs-1 {
  border-right: 1px solid var(--separator) !important;
}
.border-light-2 {
  border: 2px solid #e4e1e1 !important;
}
.ds-title {
  background: #fff;
  padding: 0 2px;
  border: 1px solid #000;
  margin-right: 3px;
}
.tablesorting {
  background-image: url('/img/icons/downward-arrow.png');
  background-size: 10px 10px;
  opacity: 0.5;
  display: inline-block;
  position: absolute;
  top: 40%;
  right: 8%;
  background-color: transparent !important;
  width: 10px !important;
  height: 10px !important;
  padding: 0 !important;
}
.fs-7r {
  min-height: 30px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.table.react-table.boxed tbody td {
  font-size: 10px !important;
}

/** Titles & headers **/
.pg-header-title {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-heading);
}
.block-titles {
  font-weight: 600;
  font-size: small;
  color: #494949;
}
.dp-filetitle {
  margin-top: 12px;
  font-size: 11px;
}
.hd-title {
  font-size: 14px;
  font-weight: 500;
}
.shd-title {
  font-size: 12px;
  font-weight: 500;
}
.col-style {
  border: 1px solid #e5e5e5;
  font-size: 12px;
  padding: 5px !important;
  color: #000;
}
.hideData {
  display: none !important;
}
.modal-backdrop.show {
  opacity: 0 !important;
}
.border-light-grey {
  border: 1px solid #e5e5e5 !important;
}
.showData {
  display: block;
}
.dz-preview-span {
  vertical-align: middle;
  position: absolute;
  top: 34%;
  text-align: center;
}
.text-grey {
  color: #58595b !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.accordion-button {
  padding: 10px;
  background-color: #f3f3f3 !important;
  border-radius: 9px !important;
  color: var(--body) !important;
}
.mask-title-div {
  background-color: #efefef;
}
.mask-col {
  display: inline;
}
.mask-row1 {
  font-size: 12px;
  height: 35px;
  border-bottom: 1px solid #e5e5e5;
}
.accordion-button.collapsed::after {
  margin-bottom: -9px !important;
}
.accordion-button:not(.collapsed)::after {
  margin-top: -9px !important;
}
.data-profile {
  background-color: #fdcfcfce;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 10px;
  border: 1px solid #fdcfcfce;
  color: #585858;
  width: 100%;
}
.hidden-div {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  background-color: #fff; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s;
}
.dp-title {
  padding: 10px;
  background-color: #d5d3d3;
}
/** End - Dataset design */

.text-dgrey {
  color: #58595b;
  font-weight: 700;
}
.logo-default {
  width: 100px !important;
  height: 100px !important;
  background-size: 80px 80px;
  margin-bottom: 20px;
}
.login-sh-11 {
  height: 6.5rem !important;
}
.h-09 {
  height: 0.9rem !important;
}
.fixed-header {
  height: fit-content;
}
.fit-width {
  width: fit-content;
}
.win-h-79 {
  height: 79vh;
}
.win-h-75 {
  height: 75vh;
}
/** Start - Upload Table **/
.d-custom-font-16 {
  font-size: 16px !important;
  font-weight: 500 !important;
}
.d-custom-font-18 {
  font-size: 18px !important;
  font-weight: 700 !important;
}
.mr-10 {
  margin-right: 10px;
}
.mr-5 {
  margin-right: 5%;
}
.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.ant-table-cell {
  font-size: 11px;
  vertical-align: top;
  padding: 4px 8px !important;
}
.bg-light-grey {
  background-color: #c0c0c0;
}
.bg-grey {
  background-color: #cccccc;
}
.ant-spin-text {
  color: var(--primary);
}

.span-white-2 {
  margin-right: 2px;
  background-color: #fff;
  padding: 1px 3px;
  border: 1px solid #000;
}
.disabled-link {
  pointer-events: none;
  cursor: default;
}
.dzu-inputLabel .dzu-input {
  display: none;
}
.ml-5per {
  margin-left: -5% !important;
}
/**Upload List page design**/
table.react-table.rows thead th {
  background: #e5e5e5;
  padding: 10px;
  border: none;
}
table.react-table.rows thead tr {
  border: 1px solid transparent;
  border-width: 1px 0;
  box-shadow: 0 4px 10px rgb(0 0 0 / 3%);
  border-radius: var(--border-radius-lg);
}
.cta-new {
  margin-top: 15px;
  font-family: var(--font-heading);
  font-size: 1.2em;
  line-height: 1.4;
  font-weight: 400;
}

.sidebar-container {
  height: 100%;
  width: 100px;
  position: fixed;
  z-index: 1;
  top: 4rem;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  padding-top: 20px;
  border-right: 3px solid #ededed;
  border-radius: 10px;
  font-size: 11px;
  color: lightslategray;
}

/** Width **/
.wd-150 {
  width: 150px;
}
.wd-200 {
  width: 200px !important;
}
.wd-25x {
  width: 20px !important;
  margin-left: 4px;
  margin-right: 4px;
}
.w-auto {
  width: 5rem;
}
.wd-20 {
  width: 20% !important;
}
.wd-80 {
  width: 80% !important;
}
.minwid-12 {
  min-width: 120px !important;
}
.w-100 {
  width: 100% !important;
}
.wid-50 {
  width: 50% !important;
}
.wid-120 {
  width: 120% !important;
}
.min-wid-100 {
  min-width: 100% !important;
}
.swh-11 {
  width: 5.3rem !important;
}
.shh-11 {
  height: 5.3rem !important;
}

.border-round-50 {
  border-radius: 50px !important;
}
.border-round-56 {
  border-radius: 56px !important;
}

.user-border {
  border: 8px double #fff !important;
  border-radius: 56px !important;
}

/** Font Style **/
.fw-bold {
  font-family: var(--font-heading);
}

.model-header-div {
  height: 42px !important;
  flex: none !important;
  padding: 0 10px !important;
}

.model-body-div {
  padding: 10px;
  font-size: 11px;
}

/* .sidebar-container .sidebar-content {
    flex-direction: column;
    height: 100%;
    padding-top: var(--main-spacing-vertical);
    padding-bottom: var(--main-spacing-vertical);
    align-items: center;
    padding-right: initial !important;
}

.sidebar-container {
    width: var(--nav-size-slim);
} */
.border-top {
  border-top: 1px solid #e5e5e5;
}

.nav-tabs-line > div > .nav-link.active {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.border-right {
  border-right: 1px solid #e5e5e5 !important;
}

/* ContentManagement from customer folder */

.clickable-link {
  color: var(--link-color);
  cursor: pointer;
}
.hand-cursor {
  cursor: pointer;
}
.clickable-link-span {
  border: 1px solid var(--link-color);
  padding: 1px 10px;
  border-radius: 20px;
  font-size: 10px;
}
.clickable-link-span:hover {
  background-color: var(--link-color);
  color: #fff;
  overflow: hidden;
}
.ant-modal-title {
  text-align: center;
}
.content-add {
  padding: 3px;
  background-color: #fdf7f7;
  border-radius: 4px;
  margin-top: 4px;
}
.center-col {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.spdiv {
  padding-left: 3rem !important;
  margin-top: 15px !important;
}
.btn-border {
  box-shadow: 1px 2px #e5e5e5;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 5px;
}
.closebtn {
  float: right;
}
.classScroll {
  height: 310px !important;
  overflow-y: scroll !important;
}
.segmentColumns {
  padding: 10px;
  cursor: pointer;
}
.segmentColumnsSelected {
  cursor: unset;
  color: var(--primary);
  border: 1px solid var(--primary) !important;
  font-weight: 500;
}
.scroll-x {
  overflow-y: hidden;
  overflow-x: auto;
}

.classModalScroll {
  overflow-y: scroll !important;
}

.ant-form-item-label > label {
  font-size: 12px !important;
}
/* .ant-input, .ant-select { */
/* line-height: 0.5rem !important;
    border-radius: 10px !important;
    font-size:11px !important; */
/* } */
.ant-row {
  margin-bottom: 4px !important;
}
.table-input {
  border-radius: 3px;
  border: 1px solid var(--primary);
}
.table-input:hover,
.table-input:active,
.table-input:focus {
  border: 1px solid var(--primary);
}
.table-input:focus-visible {
  background-color: -internal-light-dark(rgb(255, 255, 255), var(--primary)) !important;
  border: 1px solid var(--primary);
}
.ant-checkbox-wrapper.ant-checkbox-group-item {
  width: 30%;
}

.string-lenght-row {
  margin-left: 0px;
  margin-right: auto;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
}
.pull-right {
  float: right;
  cursor: pointer;
}
.string-length-col {
  padding-left: 2px;
  padding-right: 2px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  font-size: 10px !important;
}
/* .ant-drawer-content-wrapper{
    top: 10%;
} */
.br-4 {
  border-radius: 4px !important;
}
.br-8 {
  border-radius: 8px !important;
}
.ant-drawer.ant-drawer-open .ant-drawer-mask {
  opacity: 0 !important;
}

/* .ant-input:placeholder-shown { */
/* line-height: 0.9rem !important; */
/* font-size: 10px; */
/* } */
/**Antd Button **/
/* .ant-btn:hover, */
.ant-btn:focus,
.color-primary {
  color: var(--primary) !important;
  border-color: var(--primary) !important;
}
/* .btn-position-bottom {
  bottom: 10px !important;
  position: absolute !important;
  margin-bottom: 0.5rem !important;
} */
#recipe.ant-drawer-body {
  padding: 0px;
}

.recipe-buttons-container {
  position: absolute !important;
  right: -1px;
  top: 50%;
  z-index: 1000 !important;
  margin-top: -70px;
}
.customerChannel.nav-link {
  color: #000;
  border-bottom: 1px solid #e5e5e5 !important;
}
.customerChannel.nav-link.active {
  color: var(--primary) !important;
  border-bottom: 1px solid var(--primary) !important;
}
.customer-tab {
  border: 1px solid #e5e5e5;
}
.border-bottom-1 {
  border-bottom: 1px solid #e5e5e5;
}
.border-top-1 {
  border-top: 1px solid #e5e5e5;
}

/**Customer Onboarding**/
.no-border {
  box-shadow: none !important;
}
.small-btn {
  width: 50px !important;
  border-radius: 4px !important;
}
.inline-div {
  display: inline-block !important;
}
.inline-flex {
  display: inline-flex !important;
}
.sp-class {
  background-color: #f8f9f9 !important;
  border: 1px solid #808285 !important;
}
.col-new {
  flex: 0 0 auto;
  width: 17% !important;
}
.segment-title {
  border-radius: 4px !important;
  border: 1px solid var(--primary) !important;
  background-color: #eaf3ff !important;
  width: fit-content;
  min-width: 250px;
}
.word-wrap {
  word-wrap: break-word !important;
}

/**Custom Height */
.minh-92 {
  min-height: 92% !important;
}
.h-75 {
  height: 77px !important;
}

/***Campaign Form ***/
.campaign-form.ant-form-item-control-input {
  min-height: 22px !important;
}
.ant-form-item-control-input {
  min-height: 22px !important;
}
/** Start floating button **/
.floatingButtonWrap {
  display: block;
  position: fixed;
  bottom: 45px;
  right: 45px;
  z-index: 999999999;
}

.floatingButtonInner {
  position: relative;
}

/** End floating button **/

/* .ant-picker-input > input{
    font-size: 8px !important;
} */
/* .ant-picker-focused{
    padding: 0 5px !important;
} */
/* .ant-picker{
    padding:0 5px !important;
} */
/**End Campaign design**/

/* User Management Page CSS Start  */
.win-h-80 {
  min-height: 80vh !important;
}
.add-user-card {
  min-height: 54vh !important;
}
.add-user-card i {
  font-size: 4rem;
  cursor: pointer;
}
.ant-select-multiple .ant-select-selection-item {
  background: #0f6af2 !important;
  color: #fff !important;
}

.accordian-color .btn-link,
.accordian-color .card-body .pull-right .text-primary {
  color: #fff !important;
}
.accordian-color {
  background: var(--primary);
}
input,
select,
option,
.ant-select-selection-item,
.ant-select-selector {
  /* color: #0f6af2 !important;
    border-color: #0f6af2 !important; */
  border-radius: 6px !important;
}
.custom-search-grey .ant-input {
  color: #000;
  /* border: 1px solid #dfdfdf; */
  border-radius: 4px;
}
/* User Management Page CSS End  */

.colStyle.ant-table-small .ant-table-thead > tr > th {
  background-color: #f4f6f8 !important;
}

/* The sidebar menu */
.sidebar {
  height: 80vh; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  /* left: 15vh; */
  overflow-x: hidden; /*Disable horizontal scroll*/
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
  transition-timing-function: ease;
  border-radius: 0 10px 10px 0;
  border: 1px solid var(--background-light);
}

.right-sidebar {
  height: 80vh; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  right: 0vh;
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
  transition-timing-function: ease;
  border-radius: 10px 0 0 10px;
  border: 1px solid var(--background-light);
  /* margin-right: 1.4rem; */
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigate */
#main {
  transition: margin-left 0.5s, margin-right 0.5s; /* If you want a transition effect */
  /*transition:right 300ms ease-out, left 300ms ease-out;
    /* padding: 20px; */
}

.recipe-list {
  border: 1px solid #a6e4c0;
  padding: 0.6rem 0.8rem;
  border-radius: 8px;
}
.recipe-list-err{
  border: 1px solid var(--error);
  padding: 0.6rem 0.8rem;
  border-radius: 8px;
}
.recipe-list-err > h6{
  color: var(--error) !important;
  margin-bottom: 0 !important;
  font-size: 12px;
}
.recipe-list > h6 {
  font-size: 12px;
  color: #67b688 !important;
  margin-bottom: 0 !important;
}
.recipe-err{
  font-size: 12px;
  color: var(--font-dark-grey);
  margin-bottom: 7px;
  margin-top: 5px;
}
.settings-button {
  border-radius: 10px 0 0 10px;
}
.border-y-1 {
  border-left: 1px solid var(--muted);
  border-right: 1px solid var(--muted);
}
.ant-select-selection-overflow {
  overflow-x: scroll !important;
  flex-wrap: initial !important;
}
.ant-select-selection-overflow::-webkit-scrollbar {
  display: none;
}
.billing-cycle-date-input {
  border-color: #0f6af2 !important;
  border-radius: 0.3rem !important;
}
.ant-select-selection-item-remove {
  color: white !important;
  transform: translate(0rem, -0.22rem);
}
.banner-divider {
  border-left-width: 4px !important;
  border-color: #ff0097 !important;
  height: 1.6rem !important;
}
.txt-center {
  text-align: center !important;
}
.tableTotal {
  background: #fafafa !important;
  font-weight: 800 !important;
  color: white !important;
}
.anticon-swap-right {
  transform: translate(0rem, -5px);
}
.ant-table-body::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: #f5f5f5;
}
.ant-table-body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #f5f5f5;
  border-radius: 0.625rem;
}
.ant-table-body::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #babcc3;
}
.ant-table-content::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: #f5f5f5;
}
.ant-table-content::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #f5f5f5;
  border-radius: 0.625rem;
}
.ant-table-content::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #babcc3;
}
.additional-options {
  position: absolute;
  right: 1.8rem;
  text-align: right;
}

/**---- Start Disabled Div ---*/
.accordian .disabled,
.disabled.card,
.disabled.card > .accordion-collapse > .card {
  background-color: var(--separator-light) !important;
}
/**---- End Disabled Div ----*/

.recipe-section {
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
  overflow-y: scroll;
  height: 70vh;
}

.recipe-section::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}

/**Campaign Design **/
.segmentTab > .ant-tabs-nav {
  width: 16% !important;
}

.testSegmentTab>.ant-tabs-nav {
  width: 21% !important;
}

.channelTab > .ant-tabs-nav {
  width: 16% !important;
}

.intensityTab > .ant-tabs-nav {
  width: 11% !important;
}

.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab {
  padding: 8px 8px !important;
  text-align: center !important;
  justify-content: center !important;
}

/** Campaign - Segment ***/

.segmentTab > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane {
  padding: 0px !important;
}

.segmentTab > .ant-tabs-nav .ant-tabs-tab {
  padding: 8px 0px !important;
}

.segmentTab > .ant-tabs-nav .ant-tabs-nav-wrap {
  white-space: pre-line !important;
  overflow-wrap: anywhere !important;
  /* white-space: no-wrap;
    text-overflow: ellipsis;
    overflow:hidden; */
}

/**Champaign - Channel  **/
.channel-check-icon {
  position: absolute;
  top: 0px;
  right: 0px;
  border: none;
}

.channel-check-icon .ant-checkbox-checked {
  background-color: var(--success);
  border-color: var(--success) !important;
  border-radius: 20px;
  height: 16px !important;
  width: 16px !important;
}

.channel-check-icon .ant-checkbox-wrapper .ant-checkbox-inner {
  background: none !important;
  border: none;
}

.channel-check-icon .ant-checkbox-wrapper:hover .ant-checkbox-inner,
.channel-check-icon .ant-checkbox:hover .ant-checkbox-inner {
  background: none !important;
  border: none;
}

.channelTab > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane {
  padding-left: 0px !important;
}

/** Start Intensity **/
.intensityTab > .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active {
  background: #aecefb !important;
  margin-right: 0px !important;
}

.intensityTab > .ant-tabs-nav .ant-tabs-tab:has(.exe) {
  background: #e2fbe8 !important;
}

.intensityTab > .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #fff !important;
  border-radius: 8px !important;
}

.intensityTab > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane {
  padding-left: 0px !important;
}

.intensityTab > .ant-tabs-content-holder {
  padding-top: 5px;
  /* border: 1px solid var(--alternate) !important; */
  /* background: var(--background); */
  /* background: var(--primary); */
}
.text-executed {
  color: #0a4d01 !important;
  font-weight: bolder;
  text-align: center;
}
.exe {
  color: #0a4d01 !important;
}
.small-icon {
  padding: 2px 2px !important;
  font-size: 6px;
  border-radius: 9px;
  line-height: 0.5;
}

/* .ant-tabs-left .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active{
    background: var(--primary) !important;    
    margin-right: 5px !important;
    margin-left: 3px;
    border-radius: 8px !important;
}

.ant-tabs-left  > .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{
    color: #fff !important;
} */

.br-8 .ant-checkbox-inner {
  border-radius: 8px !important;
}

.excelLoadClass .ant-spin-text {
  background: #fff !important;
  padding: 19px !important;
}

.mapping-form > input,
.mapping-form > select,
option,
.mapping-form .ant-select-selection-item,
.mapping > .ant-input,
.mapping-form .ant-select-selector,
.mapping-form > .ant-form-item > input {
  color: var(--body) !important;
  border-color: var(--background-light) !important;
}
.ant-tooltip-inner {
  font-size: 12px !important;
}
.mobile-logo {
  max-width: 85px;
}
.invalid-data {
  background-color: #fae2dc;
}

@media screen and (max-width: 991px) {
  .logo-bottom-left {
    visibility: hidden;
    clear: both;
    display: none;
    margin: -9vh;
  }
}

@media screen and (min-width: 991px) {
  .mobile-logo {
    visibility: hidden;
    clear: both;
    display: none;
    margin-top: -9vh;
  }
}
.defaultSmall {
  color: var(--default-gray);
}
.invalidElement {
  color: var(--error);
}
.validElement {
  color: var(--success);
}
.synopsis-sidebar {
  border: 0;
}
.synopsis-main {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
  border: 1px solid #ddd;
}
.synopsis-main .bg-light {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}
.close-btn {
  background: var(--primary);
  color: #fff;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  line-height: 12px;
  text-align: center;
}
.synopsis-sidebar::-webkit-scrollbar {
  width: 7px;
}

/* Track */
.synopsis-sidebar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #f0f0f0;
  border-radius: 10px;
  border: 1px solid #abadb3;
}

/* Handle */
.synopsis-sidebar::-webkit-scrollbar-thumb {
  background: #abadb3;
  border-radius: 10px;
}

/* Handle on hover */
.synopsis-sidebar::-webkit-scrollbar-thumb:hover {
  background: #f0f0f0;
}
.modal-mapping__input {
  border: 1px solid #ddd;
  height: 33px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  padding: 0px 10px;
}
.btn-main {
  padding: 5px 10px;
  border-radius: 5px;
}
.job-status {
  color: #1aab1a;
  font-weight: 600;
}
.main-loader {
  position: absolute !important;
  top: 45% !important;
  transform: translateY(-50%) !important;
}
.file-upload-error {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px;
}
.btn-clear__mapping {
  padding: 2px 10px;
  border-radius: 2px;
}
.job-list__upload_file{
  position: relative;
  top: 4px;
}
.job-list__upload_file svg {
  font-size: 1.1em;
  position: relative;
  bottom: 3px;
}
select option:disabled {
  color: #ddd !important;
}

.column-mapping-row .col-md-6 {
  display: flex;
  align-items: center;
  padding: 10px 3px 0px 20px;
}
.column-mapping-row input,
.column-mapping-row select {
  border: 1px solid #ddd;
  padding: 3px 10px;
  width: 90%;
  background: #f3f3f3;
}
.f-right {
  float: right;
}
.no-data-found {
  padding: 50px 0;
  border: 1px dashed #ddd;
  text-align: center;
  border-radius: 5px;
}
.selected-column__children .child {
  width: 85%;
  float: right;
  border: 1px dashed var(--primary);
  padding: 5px;
}

.selected-column__children {
  position: relative;
}
.selected-column__children .child::before {
  content: '';
  display: inline-flex;
  width: 1px;
  height: 9px;
  background: var(--primary);
  position: relative;
  bottom: 19px;
  left: 4px;
}
.file-reset {
  background-color: #f3f3f3;
  border: 1px solid #ddd;
}

.form-error-box {
  display: inline-block;
  text-align: center;
  white-space: pre-line;
  vertical-align: baseline;
  padding: 0.3em 0.75em;
  font-size: 0.7em;
  font-weight: 400;
  border-radius: var(--border-radius-md);
  color: var(--light-text);
  text-indent: -1px;
  line-height: 1.25;
}
#scrollDiv {
  height: calc(100vh - 170px) !important;
  overflow: auto !important;
}
#scrollDiv::-webkit-scrollbar-track,
.dynamic-mapping::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: #f5f5f5;
}
#scrollDiv::-webkit-scrollbar,
.dynamic-mapping::-webkit-scrollbar {
  width: 7px;
  background-color: #ddd;
  border-radius: 0.625rem;
}
#scrollDiv::-webkit-scrollbar-thumb,
.dynamic-mapping::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #babcc3;
}
.dynamic-mapping {
  max-height: 35vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0px 5px 10px 5px;
}
.unique-values__head span {
  color: #666;
}
.header-options__child-ele {
  background: #fff;
  border: 1px solid #ddd;
  padding: 4px 7px;
  box-shadow: 0 3px 6px -4px rgb(0 0 0 / 12%), 0 6px 16px 0 rgb(0 0 0 / 8%), 0 9px 28px 8px rgb(0 0 0 / 5%);
  font-size: 0.9em;
  width: 100%;
}
.header-options__child {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
}
.mapping:hover ~ .header-options__child {
  display: block;
}
.dynamicMapping:hover ~ .header-options__child {
  display: block;
}
.header-options__child:hover {
  display: block;
}
.option-head {
  position: relative;
}
.sm-label > .ant-form-item-label > label {
  font-size: 10px !important;
}

.sm-label > .ant-form-item-label {
  padding-bottom: 0px !important;
}

.split-switch.ant-switch {
  background-color: var(--primary) !important;
}
.split-switch.ant-switch-checked {
  background-color: #5fda7f !important;
}
.split-switch {
  min-width: 37px !important;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.dynamic-mapping .ant-form-item-explain-error {
  font-size: 0.8em;
}
#myRightSidebar {
  overflow-y: auto;
  overflow-x: hidden;
}
.page-title__cust-details small span:nth-child(1) {
  color: #8d8d8d;
}
.ant-table-thead tr th {
  font-weight: 700 !important;
}
.datatype-verification {
  padding: 0px 35px 0px 0px;
  text-align: left;
}
.datatype-verification p {
  font-weight: 600;
  font-size: 0.9em;
}
.datatype-verification small {
  font-size: 11px;
  font-weight: 400;
  line-height: 0;
  color: #8d8d8d;
}
.engage-mapping-btn {
  width: -webkit-fill-available;
  white-space: normal;
  height: auto;
}
.options-disabled {
  opacity: 0.3;
  cursor: no-drop;
}
.customer-id-input p {
  display: inline-block;
  margin-bottom: 0 !important;
}

/***Job List **/
.job-scroll {
  overflow-y: scroll;
  height: 65vh;
}
.data-scroll {
  height: 70vh;
}
.normal-table-scroll{
  height: 70vh;
}
.search-input-container .search-magnifier-icon{
  top: -3px;
}
.campaign-accordian > .ant-tabs {
  border: 1px solid var(--background-light);
  box-shadow: 0 4px 10px rgb(0 0 0 / 4%) !important;
}
.campaign-accordian > .ant-tabs-left > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
  margin: 0px !important;
}
.campaign-accordian > .ant-tabs-left > .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active {
  background: #f0f8ff !important;
}
.ant-form input[type='file'] {
  display: none !important;
}
.filled .dzu-dropzone {
  border-color: var(--primary) !important;
}
.label-error-star {
  display: inline-block;
  margin-right: 4px;
  color: #ff4d4f;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
}
.ant-form-item {
  margin: 0px !important;
}

.no-content-found {
  border: 1px dashed #ddd;
  padding: 30px;
  margin-top: 10px;
  border-radius: 5px;
  text-align: center;
}
.campaign-accordian {
  max-height: 400px;
  overflow-y: auto;
  padding-right: 10px;
}
.campaign-accordian::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: #f5f5f5;
}
.campaign-accordian::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #f5f5f5;
  border-radius: 0.625rem;
}
.campaign-accordian::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #babcc3;
}
.smartRankingAlertBox .ant-modal-confirm {
  width: 623px !important;
  height: 263px;
}
.smartRankingAlertBox .ant-modal-confirm-btns .ant-btn-primary,
.smartRankingAlertBox .ant-modal-confirm-btns .ant-btn-default {
  width: 60px !important;
}
.smartRankingAlertBox .ant-modal-confirm-btns .ant-btn-primary:focus {
  color: #fff !important;
  border-color: var(--primary) !important;
}
.smartRankingAlertBox .ant-modal-confirm-title {
  font-family: var(--font-heading);
  font-size: 20px !important;
}

.smartRankingAlertBox .ant-modal .ant-modal-confirm-content {
  color: #677489 !important;
  font-size: 14px !important;
  border-radius: 8px !important;
}
.bright-input{
  color: #666!important;
  background-color: #fff!important;
}
.user-mapping-modal .ant-modal-body{
  max-height: 450px;
  overflow: auto;
}
.details-modal{
  width: 1024px !important;
}
.ant-pagination-item, .ant-pagination-jump-next-custom-icon, .ant-pagination-jump-prev-custom-icon{
  display: none !important;
}
.inline-box{
  display: inline;
}
.inline-block{
  display: inline-block;
}
.mapping-info-text{
  color: var(--error);
  font-size: var(--);
}
.non-cumulative-radio {
  border-top-left-radius: 5px!important;
  border-bottom-left-radius: 5px!important;
}
.radio{
  height: 35px!important;
  padding: 0px 10px!important;
}

.cumulative-radio {
  border-top-right-radius: 5px!important;
  border-bottom-right-radius: 5px!important;;
}
.eye-icon-file-type{
  margin-left: 5px;
}
.c__pointer{
  cursor: pointer;
}
.valid-false {
  background: #ff9191;
  width: 5px;
  height: 30px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.valid-true {
  background: #a5eca5;
  width: 5px;
  height: 30px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.test--file{
  border-left: 5px solid #eaea00!important;
}

.testbox {
  position: relative;
  margin-left: 32px;
}
.testbox:before{
  position: absolute;
  left: -12px;
  content: "";
  height:20px;
  width:20px;
}
.testbox.highlight:before{
  background-color: #eaea00;
}
.allocation-custom-font{
  font-weight: 700;
}