:root {
  --white: white;
  --black: black;
  --turquoise: #2ea3a3;
  --loading-overlay: rgba(0, 0, 0, 0.8);
}

/* Button Color Variant */
.btn-turquoise {
  background-color: var(--turquoise);
  color: var(--white);
}

.btn-turquoise:hover {
  background-color: #248a8a;
  color: white;
}

.background-purple {
  color: #fff !important;
  background-color: #9c27b0 !important;
}

.background-purple:hover {
  color: #fff !important;
  background-color: #673ab7 !important;
}

/*end*/

/* Custom Icon -- start --*/

/* Custom Icon -- end-- */

.display-none {
  display: none;
}

/* Custom Margin Variant --start--*/
.mb-3 {
  margin-bottom: 20px;
}

/*end*/

body {
  padding-right: 0 !important;
}

.login-img-1 {
  width: 100%;
  margin-bottom: 15px;
}

.login-img-1 img {
  width: 88%;
  height: auto;
  display: block;
  margin: auto auto;
}

.login-img-2 {
  width: 100%;
  margin-top: 15px;
}

.login-img-2 img {
  width: 100%;
  height: auto;
  margin: auto auto;
}

div.dropdown-menu.open {
  box-sizing: border-box;
}

/* Unknown CSS -- start --*/
button.btn.dropdown-toggle.btn-default {
  background-color: var(--white);
}

a.btn.btn-default.approval.btn-sm {
  background-color: #2ea3a3 !important;
  color: white !important;
}

.tool_tip {
  cursor: pointer;
  color: #1a1a00;
}

.tool_tip:hover {
  color: #1a1a00;
}

/* Unknown CSS --end--*/

.label-pending-approval {
  background-color: #e6ff33 !important;
  color: var(--black) !important;
}

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

/* Not Sure abou this css */
#loading-section-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2;
  cursor: pointer;
}

.panel {
  margin-left: 10px;
}

.sub-list {
  margin-left: 21px;
}

.double-sub-list {
  margin-left: 42px;
}

/* Login Page CSS --start--*/
/* .login-bg {
  position: relative;
  height: 100vh;
  background: url('../img/login/Background_PC.jpg') no-repeat center center;
  background-size: cover;
  padding: 2rem;
}

.inner-login-bg {
  background: url('../img/login/Doodle-PC.png') no-repeat center center;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
} */

.login-box {
  position: absolute;
  /* width: 100%; */
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

.login-box-body {
  background-color: transparent;
  width: 100%;
  justify-self: center;
  align-self: center;
}
/* Login Page CSS --end --*/

/* Modal section*/

.modal {
  text-align: center;
  padding: 0 !important;
}

.modal:before {
  content: '';
  display: inline-block;
  /* height: 100%; */
  vertical-align: middle;
  margin-right: -4px;
  padding: 0 !important;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-dialog {
  width: 80% ;
}

.courier-edit .modal-dialog {
  width: 70%;
}

.modal-content {
  border-radius: 5px;
}

.modal-header h4 {
  text-align: start;
}

.copy-code {
  margin-left: 10px;
}

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

.text-right {
  text-align: right !important;
}

.align-items-center {
  align-items: center;
}

/* Info Card CSS */
.info-card {
  white-space: nowrap;
  margin-bottom: 20px
}

.info-card .inner .info-card-title {
  text-align: center;
  font-size: 1em;
  margin-bottom: 14px;
}

.info-card .inner {
  min-height: 95px;
  position: relative;
  padding: 10px 0px
}

.info-card-body.multi-layer-value {
  min-height: 27px;
  text-align: center;
}

.value-box {
  /* font-size: clamp(1.4rem, 2.2rem, 2.2rem); */
  font-size: clamp(1.4rem, 10vw, 2.2rem);
  font-weight: clamp(600, 800, 800);
  display: flex;
  justify-content: center;
  align-items: center;
}

.dashboard .info-card .inner {
  height: 94px;
  position: relative;
}

.inner .overlay {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  background-color: #02020265;
}

.forecast-value {
  text-align: right !important;
  margin: 0px 10px 0px 0px;
  font-size: .9em !important;
  display: block;
}

#formTransferCampaign.vertically-center,
.info-card-body {
  display: flex;
  justify-content: center;
  align-items: center;
}

.inner p {
  text-align: center !important;
  font-size: 0.89em !important;
}

.multi-layer-value {
  height: 27px !important;
}

/* end */

#campaign_pic .row {
  display: flex;
  justify-content: flex-start;
  padding-left: 15px;
}

/* Table CSS */
.table .table-loading-icon {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 2.5rem;
}

.total_row,
.total_unit_ongoing,
.total_unit_received,
.total_unit_completed,
.total_unit_rejected {
  min-height: 30px;
  text-align: center;
}

.mobile-view-payment,
.mobile-payment {
  display: none;
}

.desktop-view-payment,
.desktop-payment {
  display: block;
}

ul.dropdown-menu.inner {
  width: 250px;
}

/*END*/

/* UAP CSS */
.btn-container {
  display: flex !important;
  justify-content: space-around !important;
  padding: 15px 0px 0px 0px;
}

.btn-container>button {
  width: 30%;
}

.uap-tab-big-box {
  border-top: 1px solid rgba(109, 108, 108, 0.4);
  border-right: 1px solid rgba(109, 108, 108, 0.4);
  border-left: 1px solid rgba(109, 108, 108, 0.4);
  border-radius: 10px 10px 0px 0px;
  padding: 0px 0px;
}

.uap-tab-box {
  padding: 5px 0px;
  max-height: 10rem;
  margin-bottom: 0;
  padding: 5px;
  margin: 0px 10px;
  overflow-y: visible !important;
  overflow-x: scroll !important;
  scrollbar-width: thin;
  scrollbar-color: rgba(67, 68, 67, 0.767) rgba(197, 197, 195, 0);
}

.uap-tab-box>.uap-tab {
  flex-shrink: 0;
  margin: 10px 5px;
}

.uap-tab-content {
  padding: 5px 20px;
  height: 65.2rem;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(109, 108, 108, 0.4);
  border-left: 1px solid rgba(109, 108, 108, 0.4);
  border-right: 1px solid rgba(109, 108, 108, 0.4);
  border-radius: 10px 10px 0px 0px;
  scrollbar-width: thin;
  scrollbar-color: rgba(67, 68, 67, 0.767) rgba(197, 197, 195, 0);
  overflow-y: scroll;
}

.uap-tab-box {
  padding: 5px 0px;
  max-height: 65rem;
  margin-bottom: 0;
  padding: 5px;
  scrollbar-width: thin;
  scrollbar-color: rgba(67, 68, 67, 0.767) rgba(197, 197, 195, 0);
  overflow-y: scroll;
}

.uap-tab-big-box {
  border-left: 1px solid rgba(109, 108, 108, 0.4);
  border-top: 1px solid rgba(109, 108, 108, 0.4);
  border-bottom: 1px solid rgba(109, 108, 108, 0.4);
  border-radius: 10px 10px 0px 0px;
  padding: 0px 0px;
}

.uap-tab-content {
  padding: 5px 20px;
  height: 65.2rem;
  margin-bottom: 0;
  border-right: 1px solid rgba(109, 108, 108, 0.4);
  border-top: 1px solid rgba(109, 108, 108, 0.4);
  border-bottom: 1px solid rgba(109, 108, 108, 0.4);
  border-radius: 10px 10px 0px 0px;
  scrollbar-width: thin;
  scrollbar-color: rgba(67, 68, 67, 0.767) rgba(197, 197, 195, 0);
  overflow-y: scroll;
}

.uap-tab {
  height: 35px;
  width: 100%;
  border-radius: 3px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0px;
  cursor: pointer;
}

.uap-tab-content {
  display: none;
}

.uap-tab-content.active {
  display: block !important;
}

.uap-tab-content,
.result-box {
  display: none;
}

.uap-tab-content.active,
.result-box.active {
  display: block !important;
}

.uap-tab-box::-webkit-scrollbar,
.uap-tab-content.active::-webkit-scrollbar,
.result-box.active::-webkit-scrollbar {
  width: 10px;
}

.uap-tab-box::-webkit-scrollbar-button,
.uap-tab-content.active::-webkit-scrollbar-button,
.result-box.active::-webkit-scrollbar-button {
  background-color: rgba(197, 197, 195, 0);
}

.uap-tab-box::-webkit-scrollbar-thumb,
.uap-tab-content::-webkit-scrollbar-thumb,
.result-box::-webkit-scrollbar-thumb {
  background-color: rgba(67, 68, 67, 0.767);
  padding: 3px;
  border-radius: 10px;
  opacity: 0;
}

.uap-tab-box::-webkit-scrollbar-thumb:hover,
.uap-tab-content.active::-webkit-scrollbar-thumb:hover,
.result-box.active::-webkit-scrollbar-thumb:hover {
  background-color: rgb(67, 68, 67);
}

.uap-tab-box::-webkit-scrollbar-track,
.uap-tab-content.active::-webkit-scrollbar-track,
.result-box::-webkit-scrollbar-track {
  background-color: rgba(197, 197, 195, 0);
}

.uap-tab:hover {
  background-color: #9674d1;
  color: white;
}

.uap-tab.active {
  background-color: rgb(201, 191, 218);
  color: black;
  font-weight: 700;
}

/*END*/
.min {
  width: 175px !important;
}

#modal_download_progress .modal-header h4,
#modal_download_progress .modal-footer button {
  font-size: 1.3rem;
}

/* For All Table CSS Only */

.table-responsive>.table>tbody>tr>.col-add,
.table-responsive>.table>thead>tr>th .col-add {
  white-space: nowrap;
}

.table-responsive .table tbody tr td,
.table-responsive .table thead tr td {
  white-space: nowrap;
}

.product-list-tab .table-responsive .table tbody tr td:nth-child(2) {
  white-space: normal
}

/* Temporary Table Column Code */
.g-campaign .table-responsive .table tbody tr td.action-column {
  white-space: normal;
}

.g-campaign .table-responsive .table tbody tr td {
  white-space: nowrap;
}

.table .action-column a.btn {
  margin: 2px 2px;
}

/**/
/* Filter button */
.date-filter-btn .btn-blue {
  border: solid 1px #3c8dbc !important;
  background-color: white !important;
  color: #3c8dbc !important;
  margin: 0px 5px;
  border-radius: 15px;
}

.date-filter-btn .btn.active {
  border: solid 1px #696969 !important;
  background-color: #3c8dbc !important;
  color: white !important;
}

/* end */
/* Date Filter Button */
.date-filter-btn {
  margin: 0 0 15px 0;
}

.date-filter-btn button.btn:hover {
  background-color: #67b3df !important;
  color: white !important;
}

.date-filter-btn .btn:focus {
  outline: none !important;
  border: #31769e solid 1px !important;
}

/* Unknown css rule cant find it in the app */
.modal-header .btnGrp {
  position: absolute;
  top: 8px;
  right: 10px;
}

/*end*/

.modal-open {
  overflow: auto;
}

.inner>p {
  text-align: center;
  font-size: 1em !important;
}

/* min class cant found in view..maybe its for jquery */
.min {
  width: 250px;
  overflow: hidden !important;
  padding: 0px !important;
  margin: 0px;
  float: right;
  position: static !important;
  background: none;
  box-shadow: -5px 8px 8px 0px #777777b5;
}

.min .modal-dialog,
.min .modal-content {
  width: 100%;
  margin: 0px !important;
  padding: 0px !important;
}

.min .modal-header {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 3px 5px;
}

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

#modal_view_reference .modal-dialog {
  width: 50% !important;
}

.min .menuTab {
  display: none;
}

/*end*/

button:focus {
  outline: none;
}

.minmaxCon {
  height: 85px;
  bottom: 0px;
  position: fixed;
  right: 1px;
  z-index: 9999;
  border-radius: 8px;
}

/* Might be for default courier page */
.courier-btn-trigger {
  background-color: #D2D6DE;
  width: 100%;
  border-radius: 3px;
  padding: 10px 2rem;
  border: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.courier-btn-trigger>.courier-state {
  font-size: 1.4rem;
}

.courier-edit .table {
  margin-bottom: 0;
}

/*end*/

/* Dont know where this is from */
.purchase-row-box>td div input {
  margin-right: 6px
}

.purchase-row-box>td div * {
  margin: 0
}

.purchase-row-box>td:first-child>div {
  margin-top: 6px;
  display: flex;
  align-items: center;
}

/* end */

.courier-edit .modal-dialog .modal-content {
  border-radius: 8px;
}

.cfm-weekly-table>.table-bordered {
  white-space: normal;
}

.sales-box,
.payment-collected {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Donwload Progress Modal UI */
#drive-icon {
  content: " ";
  position: relative;
  display: inline-block;
  background: url("../img/drive.svg") no-repeat center center;
  width: 24px;
  font-size: 1rem;
  height: 24px;
}

#drive-icon::after {
  content: " ";
  position: absolute;
  margin-top: -13px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: black transparent transparent transparent;
  border-width: 8px 6px 0px 6px;
  animation: download_arrow 2s linear infinite;
  animation-play-state: running;
}

@keyframes download_arrow {
  0% {
    opacity: 1;
    margin-top: -13px;
  }

  0.001% {
    margin-top: -15px;
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    margin-top: 0;
  }
}

.minmaxCon .modal-header h4 {
  font-size: 1.3rem;
}

.progress {
  margin-bottom: 0 !important;
}

#modal_download_progress .progress .progress-display {
  color: black;
}

.minmaxCon .progress {
  height: 10px;
  border: solid 1px #efefef;
}

.minmaxCon .progress .progress-display {
  display: none;
}

.minmaxCon .modal-icon-box #drive-icon {
  width: 15px !important;
  height: 15px !important;
}

.minmaxCon .modal-header {
  padding: 5px 10px
}

.minmaxCon .modal {
  border-radius: 4px
}

/**/
.order-list-all .table-loading-icon,
.order-tab .table-loading-icon,
.campaign-tab .table-loading-icon {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 2.5rem;
}

.switch,
.total_sales,
.total_sales_ongoing,
.total_sales_received,
.total_sales_completed,
.total_sales_rejected {
  text-align: right !important;
  margin-bottom: 0;
  /* margin-top: 3px; */
}

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

.courier-edit .courier-box {
  padding: 0;
  margin: 10px 0px;
  position: relative;
}

.courier-edit .collapse-box {
  padding: 8px;
  border: 1px solid rgba(184, 184, 184, 0.733);
}

.courier-edit .modal-dialog {
  width: 80%
}

.view-content {
  display: none;
}

.view-content.active {
  display: block;
}

#modal_add_log #unanswered_call_icon,#seven_step_new_lead_modal #unanswered_call_icon {
  display: inline-block;
  width: 16px;
  height: 21px;
  fill: white;
  margin-right: 5px;
}

#modal_add_log .modal-footer>div>button,
#seven_step_new_lead_modal .modal-footer>div>button {
  display: flex;
  align-items: center;
  justify-content: center;
}

#modal_add_log .button-box,
#seven_step_new_lead_modal .button-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

#modal_add_log button .new-ongoing-icon,
#seven_step_new_lead_modal button .new-ongoing-icon {
  margin-right: 5px;
}

.btn {
  position: relative;
}

.position-relative{
  position: relative;
}

.call-icon {
  z-index: 90;
  /* position: absolute; */
  width: 27px;
  height: 27px;
  fill: #db2f2f;
  /* fill: white; */
  top: -10%;
  right: -6%;
  border-radius: 100%;
  padding: 4px;
  margin-top: 5px;
  /* background-color: rgb(215 44 44); */
  background-color: transparent;
  animation: vibrate .5s ease 0.5s infinite;
}

@keyframes vibrate {
  0%{
    transform: rotate(0deg);
  }
  10%{
    transform: rotate(40deg);
  }
  20%{
    transform: rotate(0deg);
  }
  30%{
    transform: rotate(40deg);
  }
  40%{
    transform: rotate(0deg);
  }
  50%{
    transform: rotate(0deg);
  }
  60%{
    transform: rotate(0deg);
  }
  70%{
    transform: rotate(0deg);
  }
  80%{
    transform: rotate(0deg);
  }
  90%{
    transform: rotate(40deg);
  }
  100%{
    transform: rotate(0deg);
  }
}

.customer-tab .info-val-box {
  /* font-size: clamp(min,val,max); */
  text-align: center;
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  font-weight: 800;
}

.download-header>.modal-icon-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 395px) {
  .auto-approve-label {
    display: none;
  }
}

/* XS-small devices */
/* @media only screen and (max-width: 576px) {
  .login-bg {
    background: url('../img/login/Background_Fon.jpg') no-repeat center center;
    background-size: cover;
    padding: 2rem 0rem;
}

.inner-login-bg {
    background: url('../img/login/Doodle-fon.png') no-repeat center center;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
} */

  .date-filter-btn .col-xs-6 button {
    width: 100% !important;
    margin: 5px 1px !important;
  }

  ul.dropdown-menu.inner {
    width: 250px;
  }

  .info-card {
    min-height: 75px !important
  }

  .info-card p {
    font-size: 12px;
    font-weight: 700;
  }

  .box-size-order{
    min-height: 100px !important;
  }

  .inner {
    min-height: 75px;
    position: relative !important;
  }

  /* Only for dashboard info card */
  .dashboard .info-card {
    min-height: 90px !important;
  }

  .dashboard .inner {
    min-height: 90px !important;
    position: relative !important;
  }

  .dashboard .inner {
    min-height: 94px;
    position: relative;
  }

  /**/
  .inner p {
    text-align: center !important;
    font-size: 0.89em !important;
  }

  /* */

  .info-card .info-card-title {
    margin-bottom: 15px !important;
  }

  /* .commission-info-box .value-box, */
  .info-card .value-box {
    font-size: 1.4rem !important;
  }

  .uap-tab-big-box {

    border-radius: 10px 10px 0px 0px;
    border-width: 1px 1px 0px 1px;
    border-color: rgba(109, 108, 108, 0.4);
    border-style: solid;
    padding: 0px 0px;
  }

  .uap-tab-box {
    padding: 5px 0px;
    max-height: 15rem;
    margin: 0px 10px;
    overflow-y: visible !important;
    overflow-x: scroll !important;
    scrollbar-width: thin;
    scrollbar-color: rgba(67, 68, 67, 0.767) rgba(197, 197, 195, 0);
    display: flex;
  }

  .uap-tab-box>.uap-tab {
    flex-shrink: 0;
    margin: 10px 5px;
  }

  .uap-tab {
    height: 55px;
    width: 45%;
    border: 1px solid rgba(109, 108, 108, 0.4);
    border-radius: 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0px;
    cursor: pointer;
  }

  .uap-tab-content,
  .result-box {
    padding: 5px 20px;
    height: 50rem;
    margin-bottom: 0;
    border-width: 0px 1px 1px 1px;
    border-color: rgba(109, 108, 108, 0.4);
    border-style: solid;
    border-radius: 0px 0px 10px 10px;
    scrollbar-width: thin;
    scrollbar-color: rgba(67, 68, 67, 0.767) rgba(197, 197, 195, 0);
    overflow-y: scroll;
  }

  /* maybe for download progress */
  .min {
    width: 175px !important;
  }

  #modal_download_progress .modal-header h4,
  #modal_download_progress .modal-footer button {
    font-size: 1.3rem;
  }

  .campaign-tab .tab-pane .chart-box {
    height: 250px;
  }

  /**/

  /* #modal_add_log .button-box {
    flex-direction: column;
  } */
  #modal_add_log button .new-ongoing-icon,
  #seven_step_new_lead_modal button .new-ongoing-icon {
    margin-right: 0px !important;
  }

  #modal_add_log .button-box button .new-ongoing-text,
  #seven_step_new_lead_modal .button-box button .new-ongoing-text {
    display: none;
  }

  #withdraw_modal .modal-dialog ,
  #sequence-modal .modal-dialog{
      width:90% !important;
  }
  #formTransferCampaign #transferCampaign{
    width: 90vw;
  }

}

/* small devices (small, 677px and up) */
@media only screen and (min-width: 577px) and (max-width: 767px) {
  /* .table-responsive > .table > tbody > tr > .col-add,
  .table-responsive > .table > thead > tr > th .col-add {
    white-space: nowrap;
  }
  
  .table-responsive .table tbody tr td,
  .table-responsive .table thead tr td {
    white-space: nowrap;
  } */

  .date-filter-btn .col-xs-6 button {
    width: 100% !important;
    margin: 5px 1px !important;
  }

  #modal_add_log .modal-body,
  #seven_step_new_lead_modal .modal-body {
    height: 100%;
  }

  .info-card .info-card-title {
    margin-bottom: 18px;
  }

  /* Only for dashboard info card */
  .dashboard .info-card .info-card-title {
    margin-bottom: 10px;
  }

  .dashboard .info-card {
    min-height: 96px !important;
  }

  .dashboard .inner {
    min-height: 96px !important;
    position: relative !important;
  }

  @keyframes download_arrow {
    0% {
      opacity: 1;
      margin-top: -13px;
    }

    0.001% {
      margin-top: -15px;
      opacity: 0;
    }

    50% {
      opacity: 1;
    }

    100% {
      opacity: 0;
      margin-top: 0;
    }
  }

  /**/

  .info-card .value-box {
    font: 600 1.4rem;
  }

  .uap-tab-big-box {
    border-top: 1px solid rgba(109, 108, 108, 0.4);
    border-right: 1px solid rgba(109, 108, 108, 0.4);
    border-left: 1px solid rgba(109, 108, 108, 0.4);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 0px 0px;
  }

  .uap-tab-box {
    padding: 5px 0px;
    max-height: 10rem;
    margin: 0px 10px;
    overflow-y: visible !important;
    overflow-x: scroll !important;
    scrollbar-width: thin;
    scrollbar-color: rgba(67, 68, 67, 0.767) rgba(197, 197, 195, 0);
    display: flex;
  }

  .uap-tab-box>.uap-tab {
    flex-shrink: 0;
    margin: 10px 5px;
  }

  .uap-tab {
    height: 30px;
    width: 25%;
    border: 1px solid rgba(109, 108, 108, 0.4);
    border-radius: 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0px;
    cursor: pointer;
  }

  .uap-tab-content,
  .result-box {
    padding: 5px 20px;
    height: 65.2rem;
    margin-bottom: 0;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: rgba(109, 108, 108, 0.4);
    border-radius: 0px 0px 10px 10px;
    scrollbar-width: thin;
    scrollbar-color: rgba(67, 68, 67, 0.767) rgba(197, 197, 195, 0);
    overflow-y: scroll;
  }

  .campaign-tab .tab-pane .chart-box {
    height: 300px;
  }

  .new-ongoing-icon {
    display: block;
  }

  .new-ongoing-text {
    display: none;
  }


  #formTransferCampaign #transferCampaign{
    width: 70vw;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {

  /* .table-responsive>.table>tbody>tr>.col-add,
  .table-responsive>.table>thead>tr>th .col-add {
    white-space: nowrap;
  }

  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>thead>tr>td {
    white-space: nowrap;
  } */

  .modal-dialog {
    width: 80%;
  }

  .date-filter-btn .col-xs-6 button {
    width: 100% !important;
    margin: 5px 1px !important;
  }

  .info-card .info-card-title {
    margin-bottom: 18px;
  }

  /* Only for dashboard info card */
  .dashboard .info-card .info-card-title {
    margin-bottom: 10px;
  }

  .dashboard .info-card {
    min-height: 96px !important;
  }

  .dashboard .inner {
    min-height: 96px !important;
    position: relative !important;
  }

  /**/
  .info-card .value-box {
    font: Arial 600 1.4rem;
  }

  .uap-tab-big-box {
    border-top: 1px solid rgba(109, 108, 108, 0.4);
    border-right: 1px solid rgba(109, 108, 108, 0.4);
    border-left: 1px solid rgba(109, 108, 108, 0.4);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 0px 0px;
  }

  .uap-tab-box {
    padding: 5px 0px;
    max-height: 10rem;
    margin: 0px 10px;
    overflow-y: visible !important;
    overflow-x: scroll !important;
    scrollbar-width: thin;
    scrollbar-color: rgba(67, 68, 67, 0.767) rgba(197, 197, 195, 0);
    display: flex;
  }

  .uap-tab-box>.uap-tab {
    flex-shrink: 0;
    margin: 10px 5px;
  }

  .uap-tab {
    height: 30px;
    width: 25%;
    border: 1px solid rgba(109, 108, 108, 0.4);
    border-radius: 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0px;
    cursor: pointer;
  }

  .uap-tab-content,
  .result-box {
    padding: 5px 20px;
    height: 65.2rem;
    margin-bottom: 0;
    border-width: 0px 1px 1px 1px;
    border-color: rgba(109, 108, 108, 0.4);
    border-style: solid;
    border-radius: 0px 0px 10px 10px;
    scrollbar-width: thin;
    scrollbar-color: rgba(67, 68, 67, 0.767) rgba(197, 197, 195, 0);
    overflow-y: scroll;
  }

  .campaign-tab .tab-pane .chart-box {
    height: 300px;
  }

  .new-ongoing-icon {
    display: none;
  }

  .new-ongoing-text {
    display: block;
  }

  #formTransferCampaign #transferCampaign{
    width: 60vw;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

  .table-responsive>.table>tbody>tr>.col-add,
  .table-responsive>.table>thead>tr>th .col-add {
    white-space: normal !important;
  }

  .table-responsive .table tbody tr td,
  .table-responsive .table thead tr td {
    white-space: normal !important;
  }

  .lead-limit-m .table-responsive .table tbody tr td,
  .lead-limit-t .table-responsive .table tbody tr td{
    height:48px;
  }

  /* Temporary Table Column Code */
  .g-campaign .table-responsive .table tbody tr td.action-column {
    white-space: normal;
  }

  .g-campaign .table-responsive .table tbody tr td {
    white-space: nowrap;
  }

  .product-list-tab .table-responsive .table tbody tr td:nth-child(2) {
    white-space: nowrap !important
  }

  .multi-layer-value {
    height: 27px !important;
  }

  .uap-tab-box {
    padding: 5px 0px;
    max-height: 65rem;
    margin-bottom: 0;
    padding: 5px;
    scrollbar-width: thin;
    scrollbar-color: rgba(67, 68, 67, 0.767) rgba(197, 197, 195, 0);
    overflow-y: scroll;
  }

  .uap-tab-big-box {
    border-left: 1px solid rgba(109, 108, 108, 0.4);
    border-top: 1px solid rgba(109, 108, 108, 0.4);
    border-bottom: 1px solid rgba(109, 108, 108, 0.4);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 0px 0px;
  }

  .uap-tab-content,
  .result-box {
    padding: 5px 20px;
    height: 65.2rem;
    margin-bottom: 0;
    border-right: 1px solid rgba(109, 108, 108, 0.4);
    border-top: 1px solid rgba(109, 108, 108, 0.4);
    border-bottom: 1px solid rgba(109, 108, 108, 0.4);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    scrollbar-width: thin;
    scrollbar-color: rgba(67, 68, 67, 0.767) rgba(197, 197, 195, 0);
    overflow-y: scroll;
  }

  .uap-tab {
    height: 35px;
    width: 100%;
    border-radius: 3px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0px;
    cursor: pointer;
  }


  .case-tab .date-filter-btn .btn-box button,
  .customer-tab .date-filter-btn .btn-box button {
    width: 100% !important;
    margin: 3px 0px;
  }

  .campaign-details-tab-box .nav.nav-pills {
    display: inline-block;
  }

  .campaign-tab .tab-pane .chart-box {
    height: 350px;
  }

  .campaign-tab .tab-pane .chart-box {
    height: 350px;
  }

  #formTransferCampaign .modal-dialog{
    width: 600px;
  }

  #follow-up-add-log .modal-dialog{
    width: 50%;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .date-filter-btn .btn-box {
    padding: 0px 5px !important;
    width: auto !important;
    margin: 0px 1px !important;
  }

  .inner>.info-card-title {
    text-align: center;
    font-size: 0.89em !important;
  }

  .uap-tab-box {
    max-height: 65rem;
    overflow-y: scroll;
  }

  .uap-tab-big-box {
    border-left: 1px solid rgba(109, 108, 108, 0.4);
    border-top: 1px solid rgba(109, 108, 108, 0.4);
    border-bottom: 1px solid rgba(109, 108, 108, 0.4);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 0px 0px;
  }

  .uap-tab-content,
  .result-box {
    padding: 5px 20px;
    height: 65.2rem;
    margin-bottom: 0;
    border-style: solid;
    border-width: 1px 0px 1px 1px;
    border-color: rgba(109, 108, 108, 0.4);
    border-radius: 0px 10px 10px 0px;
    scrollbar-width: thin;
    scrollbar-color: rgba(67, 68, 67, 0.767) rgba(197, 197, 195, 0);
    overflow-y: scroll;
  }

  .uap-tab {
    height: 35px;
    width: 100%;
    border-radius: 3px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0px;
    cursor: pointer;
  }
}

@media only screen and (max-width: 767px) {

  /* .unanswered-text {
    display: none;
  } */

  /* .tab {
                                                    height: 35px;
                                                    width: 100%;
                                                    border-radius: 3px;
                                                    text-align: center;
                                                    display: flex;
                                                    align-items: center;
                                                    justify-content: center;
                                                    margin: 10px 0px;
                                                    cursor: pointer;
                                                  } */

  .date-filter-btn .col-md-2 {
    width: auto !important;
    margin: 5px 1px !important;
    padding-right: 0px;
  }

}

.random-quote {
  font-size: x-large;
}

/* Tablet View to Large Devices */
@media only screen and (min-width:576px) and (max-width:991px) {
  .campaign-tab .tab-pane .chart-box {
    height: 300px;
  }
}

@media only screen and (max-width: 991px) {
  .campaign-details-tab-box .nav.nav-pills {
    display: flex;
    white-space: nowrap;
    overflow-x: scroll;
    width: 95%;
  }
}

/* campaign tab css alteration*/
.nav.nav-pills li[role='presentation'].active a {
  border-radius: 10px;
}

.campaign-details-tab-box .nav.nav-pills li a:hover {
  background-color: #93adc4;
  cursor: pointer;
  border-radius: 10px;
}

.nav-pills>li>a {
  border-top: 0px;
}

fieldset.scheduler-border {
  border: 1px solid #ccc !important;
  padding: 0 1.4em 1.0em 1.4em !important;
  margin: 0 0 1.5em 0 !important;
}

legend.scheduler-border {
  font-size: 14px !important;
  font-weight: bold !important;
  text-align: left !important;
  width: auto;
  padding: 0 10px;
  margin-bottom: 0;
  border-bottom: none;
}

.small-modal-50 {
  width: 50% !important;
}

.small-modal-30 {
  width: 30% !important;
}

.custom-checkbox {
  margin-left: 10px;
}

/* Checkbox Vessel */
.custom-checkbox label.check-vessel {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  /* margin-bottom: 12px; */
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-checkbox label.check-vessel.default-check {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  /* margin-bottom: 12px; */
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.custom-checkbox label.check-vessel input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.custom-checkbox label.check-vessel input~.checkmark {
  position: absolute;
  top: 4px;
  left: 2px;
  height: 17px;
  width: 17px;
  background-color: white;
  border-radius: 100%;
  border: 1px solid grey;
}

.custom-checkbox label.check-vessel.default-check input~.checkmark {
  position: absolute;
  top: 4px;
  left: 0px;
  height: 15px;
  width: 15px;
  background-color: white;
  border-radius: 3px;
  border: 1px solid grey;
}

/* On mouse-over, add a grey background color */
.custom-checkbox label.check-vessel:hover input~.checkmark {
  background-color: #ccc;
}

/*  When the checkbox is checked. add a blue background */
.custom-checkbox label.check-vessel input:checked~.checkmark {
  background-color: #129d20;
}

.custom-checkbox label.check-vessel.green-check input:checked~.checkmark {
  background-color: #26A65A;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* show the checkmark when checked */
.custom-checkbox label.check-vessel input:checked~.checkmark:after {
  display: inline-block;
}

/* Style the checkmark/indicator */
.custom-checkbox label.check-vessel .checkmark::after {
  left: 5px;
  top: 3px;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom-checkbox label.check-vessel.default-check .checkmark::after {
  left: 8px;
  top: -14px;
  width: 9px;
  height: 24px;
  border: solid black;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#seven_step_new_lead_modal .hidden-form {
  width: 92%;
  margin: 0px auto;
  transition: all 0.5s ease-in-out;
}

#seven_step_new_lead_modal .hidden-form.shrink {
  overflow: hidden;
}

#seven_step_new_lead_modal .modal-body {
  height: 51vh;
  overflow-y: scroll;
  background-color: white;
}

#seven_step_new_lead_modal .form-control {
  border-radius: 3px;
}

#seven_step_new_lead_modal .form-group {
  transition: all 1s ease-in-out
}

@import url('https://fonts.googleapis.com/css2?family=Special+Elite&display=swap');

#seven_step_new_lead_modal .done-mark:after {
  content: 'DONE!';
  position: absolute;
  font-family: 'Special Elite', cursive;
  width: auto;
  height: auto;
  top: 36%;
  right: 3%;
  z-index: 1055;
  font-size: 22px;
  color: darkseagreen;
  transform: rotate(45deg) scale(1);
  text-align: center;
  animation: stamp 0.3s ease forwards;
}

#seven_step_new_lead_modal .modal-body::-webkit-scrollbar{
  width: 10px;
}

#seven_step_new_lead_modal .modal-body::-webkit-scrollbar-button {
  background-color: rgba(197, 197, 195, 0);
}

#seven_step_new_lead_modal .modal-body::-webkit-scrollbar-thumb {
  background-color: rgba(67, 68, 67, 0.767);
  padding: 3px;
  border-radius: 10px;
  opacity: 0;
}
#seven_step_new_lead_modal .modal-body::-webkit-scrollbar-thumb:hover {
  background-color: rgb(67, 68, 67);
}

#seven_step_new_lead_modal .modal-body::-webkit-scrollbar-track{
  background-color: rgba(197, 197, 195, 0);
}

.withdraw-modal-p-i ul {
  padding-left: 3px;
  margin-bottom: 0;
  font-size: 1.3rem;
}

.withdraw-modal-b-i p,
.withdraw-modal-r-i p {
  margin-bottom: 1px;
}

.sm-icon-gap {
  margin-right: 5px;
}

#sequence-modal .modal-dialog {
  width: 40%;
}

@media screen and (min-width:769px) {
  #withdraw_modal .modal-body>.withdraw-header {
      display: flex;
      align-items: center
  }
}

#productSelection {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

#productSelection .nav > li > a {
  padding: 3px 10px;
  color: #000;
}
#productSelection .nav {
  display: flex;
  overflow: hidden !important;
  overflow-x: scroll !important;
}

#productSelection .nav.nav-items  {
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;  /* Firefox */
  border-bottom: 0px !important;
}

#productSelection .nav.nav-items .active a,.nav.nav-items a:hover {
  color: #3B8CBA !important;
  border-bottom: 2px solid #3B8CBA !important;
  background-color: #fff;
}

#productSelection .nav.nav-tabs ::-webkit-scrollbar { 
  display: none;  /* Safari and Chrome */
}

#productSelection #scrollLeft > button, #scrollRight > button {
  border-radius: 50%;
}

/* ============= Dont Delete Below This ============== */
.notification-guide{
  height: 25px;
  width: 25px;
  position: absolute;
  left: -5px;
  top: -5px;
  color: white;
  border-radius: 50%;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-bg-success{
  background-color: #00a65a;
}
.icon-bg-danger{
  background-color: #dd4b39;
}
/* Withdraw Icon -- start-- */
@font-face {
  font-family: 'icomoon';
  src:  url('../css/fonts/icomoon.eot?4bddp8');
  src:  url('../css/fonts/icomoon.eot?4bddp8#iefix') format('embedded-opentype'),
    url('../css/fonts/icomoon.ttf?4bddp8') format('truetype'),
    url('../css/fonts/icomoon.woff?4bddp8') format('woff'),
    url('../css/fonts/icomoon.svg?4bddp8#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}


[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-generate:before {
  content: "\e9030";
}
.icon-money-receive:before {
  content: "\e900";
}
.icon-24-hours:before {
  content: "\e905";
}
.icon-vip:before {
  content: "\e905";
}
.icon-vip-text:before {
  content: "\e907";
}
.icon-cashbox:before {
  content: "\e904";
}
.icon-cash-withdrawal:before {
  content: "\e903";
}
.icon-money-briefcase:before {
  content: "\e902";
}
.icon-atm-card-scan:before {
  content: "\e901";
}

/* Withdraw Icon -- end-- */


/* This is for margin and padding  */
.m-0{margin: 0rem;}
.m-1{margin: 0.25rem;}
.m-2{margin: 0.5rem;}
.m-3{margin: 1rem;}
.m-4{margin: 1.5rem;}
.m-5{margin: 2rem;}
.mt-0{margin-top: 0rem;}
.mt-1{margin-top: 0.25rem;}
.mt-2{margin-top: 0.5rem;}
.mt-3{margin-top: 1rem;}
.mt-4{margin-top: 1.5rem;}
.mt-5{margin-top: 2rem;}
.mb-0{margin-bottom: 0rem;}
.mb-1{margin-bottom: 0.25rem;}
.mb-2{margin-bottom: 0.5rem;}
.mb-3{margin-bottom: 1rem;}
.mb-4{margin-bottom: 1.5rem;}
.mb-5{margin-bottom: 2rem;}
.mx-0{margin-right: 0rem;margin-left: 0rem;}
.mx-1{margin-right: 0.25rem;margin-left: 0.25rem;}
.mx-2{margin-right: 0.5rem;margin-left: 0.5rem;}
.mx-3{margin-right: 1rem;margin-left: 1rem;}
.mx-4{margin-right: 1.5rem;margin-left: 1.5rem;}
.mx-5{margin-right: 2rem;margin-left: 2rem;}
.my-0{margin-top: 0rem;margin-bottom: 0rem;}
.my-1{margin-top: 0.25rem;margin-bottom: 0.25rem;}
.my-2{margin-top: 0.5rem;margin-bottom: 0.5rem;}
.my-3{margin-top: 1rem;margin-bottom: 1rem;}
.my-4{margin-top: 1.5rem;margin-bottom: 1.5rem;}
.my-5{margin-top: 2rem;margin-bottom: 2rem;}

.p-0{padding: 0rem;}
.p-1{padding: 0.25rem;}
.p-2{padding: 0.5rem;}
.p-3{padding: 1rem;}
.p-4{padding: 1.5rem;}
.p-5{padding: 2rem;}
.pt-0{padding-top: 0rem;}
.pt-1{padding-top: 0.25rem;}
.pt-2{padding-top: 0.5rem;}
.pt-3{padding-top: 1rem;}
.pt-4{padding-top: 1.5rem;}
.pt-5{padding-top: 2rem;}
.pb-0{padding-bottom: 0rem;}
.pb-1{padding-bottom: 0.25rem;}
.pb-2{padding-bottom: 0.5rem;}
.pb-3{padding-bottom: 1rem;}
.pb-4{padding-bottom: 1.5rem;}
.pb-5{padding-bottom: 2rem;}
.px-0{padding-right: 0rem;padding-left: 0rem;}
.px-1{padding-right: 0.25rem;padding-left: 0.25rem;}
.px-2{padding-right: 0.5rem;padding-left: 0.5rem;}
.px-3{padding-right: 1rem;padding-left: 1rem;}
.px-4{padding-right: 1.5rem;padding-left: 1.5rem;}
.px-5{padding-right: 2rem;padding-left: 2rem;}
.py-0{padding-top: 0rem;padding-bottom: 0rem;}
.py-1{padding-top: 0.25rem;padding-bottom: 0.25rem;}
.py-2{padding-top: 0.5rem;padding-bottom: 0.5rem;}
.py-3{padding-top: 1rem;padding-bottom: 1rem;}
.py-4{padding-top: 1.5rem;padding-bottom: 1.5rem;}
.py-5{padding-top: 2rem;padding-bottom: 2rem;}


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

@media screen and (max-width:579px) {
  #seven_step_new_lead_modal .done-mark:after {
    font-size: 16px;
    top: 50%;
    right: 8%;
  }

  #seven_step_new_lead_modal .hidden-form {
    width: 100%;
  }

  #seven_step_new_lead_modal .form-group:nth-last-of-type(4) .col-md-12 {
    padding: 0px;
  }

  #seven_step_new_lead_modal .custom-checkbox {
    margin-left: 0px;
  }
}

.tooltip {
  z-index: 1050;
}

.courier-state-bullet {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
}

.courier-state-bullet .state-item {
  position: relative;
  display: block;
  flex: 20%;
  padding: 5px 5px 5px 20px;
  cursor: pointer;
  margin: 5px;
}

.courier-state-bullet .state-item::before {
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  content: '';
  border: 5px solid black;
  background-color: black;
  border-radius: 100%;
  left: 0;
  bottom: 10px;
}

.popover-table {
  margin-bottom: 0;
}

.popover-table tbody tr td {
  padding: 4px 8px;
}

@media only screen and (max-width: 395px) {

  .auto-approve-label {
    display: none;
  }
}  


/* Animation Section */
@keyframes stamp {
  0% {
    opacity: 0;
    transform: rotate(230deg) scale(5);
  }

  100% {
    opacity: 1;
    transform: rotate(45deg) scale(1);
  }
}
 
  @media only screen and (max-width: 395px) {
  
    .auto-approve-label {
      display: none;
    }
  } 
  
  .navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>h4, .navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>p {
    margin: 0px !important;
  }
