@font-face {
  font-family: "Myriad Pro";
  src: url('../fonts/MYRIADPRO-REGULAR.OTF') format('opentype');

  }

  @font-face {
    font-family: "Myriad Semi Bold";
    src: url('../fonts/MYRIADPRO-SEMIBOLD.OTF') format('opentype');
  }

  @font-face {
    font-family: "Myriad Bold";
    src: url('../fonts/MYRIADPRO-BOLD.OTF') format('opentype');
  }
  
/* .auth-fluid {
      background: url("../images/payex.png") center !important;
}     */


.app_logo_sm{
   
    content: url('../images/coffey-favicon.png');
    max-width: 35px !important;
  }
  
  .app_logo_lg{
     
    content: url('../images/coffey-logo.png');
    max-width: 155px !important;
  }
  
  .login-logo-light{
    content: url('../images/coffey-logo.png');
   max-width: 155px !important;
  }
  
  .login-logo-dark{

    content: url('../images/coffey-logo.png');
   max-width: 155px !important;
  }


  
  :root {
  
    --ion-color-ttslClr1:#0080C6;
    --ion-color-ttslClr2:#F58220;
    --ion-color-ttslClr3:#ED1C24;
    --ion-color-ttslClr4:#231F20;
    --ion-color-ttslClr5:#939598;
    --ion-color-ttslClr6:#D1D3D4;
    --ion-color-ttslClr7:#3F92CF;
    --ion-color-ttslClr8:#72A6D9;
    --ion-color-ttslClr9:#9FBFE5;
    --ion-color-ttslClr10:#F89848;
    --ion-color-ttslClr11:#FAB072;
    --ion-color-ttslClr12:#FCC08B;
    --ion-color-ttslClr13:#F15B40;
    --ion-color-ttslClr14:#F58466;
    --ion-color-ttslClr15:#F9AA8F;
    --ion-color-ttslClr16:#cedeef;
    --ion-color-ttslTxtClr:white;
    --ion-color-ttslTxtBtnClr:#36404a;
    --app-main-menu-clr:#231F20;
  
  
    --app-theme-clr:#F15B40;
  
    --app-light-clr:white;
    --app-dark-clr:black;
  
  
    --app-txt-light-clr:white;
    --app-txt-dark-clr:#231F20;
  
    --app-btn-primary:#F58466;
  
    --app-disable-clr:#939598;
    --app-btn-border-clr:#F15B40;
  }
  /* 
  @font-face {
    font-family: source_sans_proregular, sans-serif;
     src:url("/fonts/Harlow_Solid_Italic.ttf"); 
  } */
  body{
    font-size: 0.8rem !important;
    font-family: 'Myriad Pro', 'Calibri' !important;
  }
  
  
  .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, body {
    font-family: 'Myriad Bold', 'Calibri' !important;
  }
  .navbar-custom {
    background-color: white;
  }
  th{
    font-family: 'Myriad Bold', 'Calibri' !important;
  }
  
  .scroll-content{
    background-color: white !important;
  }
  
  .sub-card-item{
    background:white !important;
    border: 1px solid var(--ion-color-ttslClr1) !important;
  }
  
  .badge-outline-success{
    color: var(--app-theme-clr);
      border: 1px solid var(--app-theme-clr);
  }
  
  .waves-effect{
    color: var(--app-main-menu-clr) !important;
    text-decoration: none;
    font-family: 'Myriad Pro', 'Calibri' !important;
  }
  .waves-effect:hover{
    color: var(--app-theme-clr) !important;
    text-decoration: none;
    font-family: 'Myriad Pro', 'Calibri' !important;
  }
  
  .button-menu-mobile{
    color: var(--ion-color-ttslClr4) !important;
  }
  .text-primary{
    color: var(--app-theme-clr) !important;
  }
  
  .logo-box {
    background-color: white;
  }
  
  .page-item.active .page-link {
    z-index: 3;
    color: var(--app-txt-light-clr);
    background-color: var(--ion-color-ttslClr1);
    border-color: var(--ion-color-ttslClr1);
  }
  
  
  .paymentMethodContainer{
    display: flex !important;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }
  .paymentMethRow{
    justify-content: center;
      border: 1px solid var(--ion-color-ttslClr1) !important;
      width: 60%;
      padding: 0px !important;
  }
  .sub-card{
    background: white !important;
    
  }
  .multiple-choice{
    background: white !important;
   
  }
  .multiple-choice li{
    background: white !important;
  
  }
  
  
  
  .sub-card-content{
    background-color: white !important;
  }
  
  .form-check-input[type=checkbox]{
    width: 12px !important;
    height: 12px !important;
  }
  .badge-soft-primary{
    color: var(--app-theme-clr);
    background-color: rgba(245,130,32,.18);
  }
  
  .badge-soft-primary:hover{
    color: var(--ion-color-ttslTxtClr);
    background-color: rgba(245,130,32);
  }
  
  .nav-link{
    padding: 0.5rem 0rem !important;
  }
  
  .addMerchantIDContainer{
    display: flex !important;
    flex-direction: column;
    align-items: center;
  }
  
  ol, ul {
    padding-left: 0rem !important;
  }
  
  .reasonList{
    display: flex;
    gap: 10px;
    align-items: center;
  }
  
  .form-wizard-header .nav-item .nav-link {
   
    background-color: var(--app-txt-light-clr) !important;
    border: 2px solid var(--app-theme-clr) !important;
    color: var(--app-btn-primary) !important;
    display: flex;
    gap: 10%;
    padding-left: 30%;
    justify-content: start;
    align-items: center;
    text-align: center;
  }
  
  .light li {
    text-decoration: none;
  
    border-radius: 24px;
  }
  
  
  .light li .active{
    text-decoration: none;
    background: var(--app-theme-clr) !important;
    color: var(--app-btn-primary) !important;
    border-radius: 24px;
  }
  
  .stacked li a:hover , .light li a:hover{
    border-radius: 24px;
    background: var(--app-theme-clr) !important;
    color: var(--app-btn-primary) !important;
    text-decoration: none;
    border: 2px solid var(--app-theme-clr) !important;
  }
  .subTxtClr{
    color: var(--app-txt-dark-clr) !important;
  }
  
  .addNewTxtCont{
    display: flex;
      gap: 15px;
      text-align: right;
  }
  
  .addNewBtn{
    color: var(--ion-color-ttslClr6);
  
  
    background-color: var(--app-txt-light-clr) !important;
    background:var(--app-txt-light-clr) !important; 
    
    border: 2px solid var(--ion-color-ttslClr13) !important;
    
    text-decoration: none;
  }
  
  .addNewBtn:hover{
  
    background-color: var(--app-theme-clr) !important;
    background: var(--app-theme-clr) !important; 
    
    border: 2px solid var(--ion-color-ttslClr13) !important;
  
    text-decoration: none;
  }

  .cancel-btn{
    color: var(--ion-color-ttslTxtBtnClr);
  
  
    background-color: var(--ion-color-ttslClr16) !important;
    background:var(--ion-color-ttslClr16) !important; 
    
    border: 2px solid var(--ion-color-ttslClr16) !important;
    
    text-decoration: none;
  }
  
  .cancel-btn:hover{
  
    background-color: var(--ion-color-ttslClr16) !important;
    background: var(--ion-color-ttslClr16) !important; 
    
    border: 2px solid var(--ion-color-ttslClr16) !important;
  
    text-decoration: none;
  }
  
   .btn-outline-dark{
    color: var(--app-txt-dark-clr);
    background-color: var(--app-txt-light-clr);
    border: 2px solid var(--ion-color-ttslClr1);
    border-radius: 24px;
    text-decoration: none;
   }
  
   .btn-outline-dark:hover{
    color: var(--app-txt-light-clr);
    background-color: var(--ion-color-ttslClr1);
    text-decoration: none;
    border: 2px solid var(--ion-color-ttslClr1);
    text-decoration: none;
    border-radius: 24px;
  }
  
  .btn-dark{
    color: var(--app-txt-dark-clr);
    background-color: var(--app-txt-light-clr);
    border: 2px solid var(--app-theme-clr);
    border-radius: 24px;
    text-decoration: none;
  }
  
  .btn-dark:hover{
    color: var(--app-txt-dark-clr);
    background-color: var(--app-theme-clr);
    text-decoration: none;
    border: 2px solid var(--app-theme-clr);
    text-decoration: none;
    border-radius: 24px;
  }
  
  .btn-outline-secondary{
    color: var(--ion-color-ttslClr1) !important;
    
    border: 1px solid var(--ion-color-ttslClr1);
    background: var(--ion-color-ttslTxtClr);
    
  }
  
  .btn-outline-secondary:hover {
    color: var( --app-txt-light-clr) !important;
    text-decoration: none;
    border: 2px solid var(--ion-color-ttslClr1) !important;
    background: var(--ion-color-ttslClr1);
  }
  
  .btn-primary {
    color: var(--ion-color-ttslTxtClr);
    border: 1px solid var(--ion-color-ttslClr13);
    background: var(--ion-color-ttslClr13);
  }
  
  .btn-primary:hover {
    color: var(--ion-color-ttslClr13) !important;
    text-decoration: none;
    border: 2px solid var(--ion-color-ttslClr13) !important;
    background: var(--ion-color-ttslTxtClr);
  }
  
  .btn-check:focus+.btn-primary,
  .btn-primary:focus {
    color: var(--app-txt-dark-clr);
    background-color: var(--app-txt-light-clr);
  
    border: 2px solid var(--app-btn-border-clr);
    box-shadow: 0 0 0 0.15rem rgb(129 242 151 / 50%);
  }
  
  .btn-check:checked+.btn-primary,
  .btn-check:active+.btn-primary,
  .btn-primary:active,
  .btn-primary.active,
  .show>.btn-primary.dropdown-toggle {
    color: var(--bs-black);
    background-color: var(---app-txt-dark-clr);
    border-color: var(--app-txt-dark-clr);
  }
  
  .btn-check:checked+.btn-primary:focus,
  .btn-check:active+.btn-primary:focus,
  .btn-primary:active:focus,
  .btn-primary.active:focus,
  .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.15rem rgb(129 242 151 / 50%);
  }
  
  .btn-primary:disabled,
  .btn-primary.disabled {
    color: var(--app-txt-dark-clr);
    background-color: var(--app-txt-light-clr);
    font-weight: bold;
    border: 2px solid var(--app-theme-clr);
  }
  
  .btn-check:focus+.btn-primary, .btn-primary:focus {
    box-shadow: 0 0 0 0.15rem rgb(129 242 151 / 50%);
  }
  
  
  .btn-secondary {
    color: var(--app-txt-dark-clr);
    background-color: var(--app-txt-light-clr);
    border: 2px solid var(--app-theme-clr);
    border-radius: 24px;
  
  }
  
  .btn-secondary:hover {
    color: var(--app-txt-dark-clr);
    background-color: var(--app-theme-clr);
    
    border: 2px solid var(--app-theme-clr);
    border-radius: 24px;
   
  }
  
  .btn-secondary:disabled,
  .btn-secondary.disabled {
    color: var(--app-txt-dark-clr);
    background-color: var(--app-disable-clr);
    font-weight: bold;
    border: 2px solid var(--app-disable-clr);
  }
  
  .filterIconBtn{
    border-radius: 15px;
    border: 2px solid var(--ion-color-ttslClr1);
    background-color: var(--app-txt-light-clr);
    
    padding: 5px;
    color: var(--app-txt-dark-clr);
      
  }
  
  .filterIconBtn:hover {
    color: var(--app-txt-light-clr);
    background: var(--ion-color-ttslClr1);
    border: 2px solid var(--ion-color-ttslClr1);
    border-radius: 15px;
   
  }
  
  .filterIconBtn:disabled,
  .filterIconBtn.disabled {
    color: var(--app-txt-dark-clr);
    background-color: var(--app-disable-clr);
    font-weight: bold;
    border: 2px solid var(--app-disable-clr);
  }
  
  
  .txtAlignRight{
    text-align: right;
  }
  .height100{
    height: 100%;
  }
  
  .width100{
    width: 100%;
  }
  .width60{
    width: 60%;
  }
  
  .width70{
    width: 70%;
  }
  
  .width15{
    width: 15%;
  }
  .width20{
    width: 20%;
  }
  .width25{
    width: 25%;
  }

  .pad-left30{
    padding-left: 30% !important;
  }

  .minWidth225{
    min-width: 225px;
  }
  .maxWidth310{
    max-width: 310px;
  }
  
  
  
  .nav-justified .nav-item, .nav-justified>.nav-link{
    flex-basis: auto !important;
  }
  
  .form-wizard-header .nav-item .nav-link.active{
    background-color: var(--app-theme-clr) !important;
    color:var(--app-txt-light-clr) !important;
  }
  
   .nav-item .nav-link:hover{
    background: var(--app-theme-clr) !important;
    color: var(--app-light-clr) !important;
    text-decoration: none;
  }
  
  .number{
    background: #fe836c !important;
    color: var(--app-light-clr) !important;
    text-decoration: none;
  }
  
  
  .stacked li a:hover , .light li a:hover{
    background: var(--app-theme-clr) !important;
    color: var(--app-light-clr) !important;
    text-decoration: none;
  }
  
  .btn-link {
    font-weight: 400;
  
    text-decoration: none;
  
    color: var(--app-txt-dark-clr);
    background-color: var(--app-txt-light-clr);
    border: 2px solid var(--app-theme-clr);
    border-radius: 24px;
  }
  
  .page-link:focus {
    box-shadow: 0 0 0 0.15rem rgb(129 242 151 / 50%);
  }
  .btn-link:hover {
    color: var(--app-txt-dark-clr);
    text-decoration: none;
    background-color: var(--app-theme-clr);
    
    border: 2px solid var(--app-theme-clr);
    border-radius: 24px;
  
  }
  
  .btn-link:focus {
    text-decoration: none;
  }
  
  .btn-link:disabled,
  .btn-link.disabled {
    color: #cedeef;
  }
  
  a {
    color: var(--app-theme-clr);
    text-decoration: none;
  }
  
  a:hover {
    color: var(--app-theme-clr-dark);
    text-decoration: underline;
  }
  
  
  
  #sidebar-menu>ul>li>a:active,
  #sidebar-menu>ul>li>a:focus,
  #sidebar-menu>ul>li>a:hover {
    font-family: 'Myriad Pro', 'Calibri' !important;
    color: var(--app-theme-clr) !important;
    text-decoration: none;
  }
  
  
  #sidebar-menu>ul>li>a {
    font-family: 'Myriad Pro', 'Calibri' !important;
  }
  
  
  #sidebar-menu>ul>li>a.mm-active {
    color: var(--app-theme-clr);
  }
  
  #sidebar-menu .menuitem-active>a {
    color: var(--app-theme-clr);
    font-size: 0.9rem !important;
  }
  
  #sidebar-menu .menuitem-active .active {
    color: var(--app-theme-clr);
  }
  
  .form-check-input:checked {
    background-color: var(--app-theme-clr);
    border-color: var(--app-theme-clr);
  }
  
  .form-check-input:focus {
    border-color: var(--app-theme-clr);
    outline: 0;
    /* box-shadow: 0 0 0 0.15rem rgb(240 107 120 / 25%); */
    box-shadow: var(--app-theme-clr);
  }
  
  .btn-danger {
    color: #fff;
    background-color: var(--bs-warning);
    border-color: var(--bs-warning); }
    .btn-danger:hover {
      color: #fff;
      background-color: var(--bs-warning-dark);
      border-color: var(--bs-warning-dark); }
    .btn-check:focus + .btn-danger, .btn-danger:focus {
      color: #fff;
      background-color: var(--bs-warning-dark);
      border-color: var(--bs-warning-dark);
      box-shadow: 0 0 0 0.15rem rgba(114, 163, 253, 0.5); }
    .btn-check:checked + .btn-danger,
    .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active,
    .show > .btn-danger.dropdown-toggle {
      color: #fff;
      background-color: var(--bs-warning-dark);
      border-color: #436ebe; }
      .btn-check:checked + .btn-danger:focus,
      .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus,
      .show > .btn-danger.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.15rem rgba(173, 18, 1, 0.5); }
    .btn-danger:disabled, .btn-danger.disabled {
      color: #fff;
      background-color: var(--bs-warning);
      border-color: var(--bs-warning); }
  
      .btn-outline-danger {
        color: var(--bs-warning);
        border-color: var(--bs-warning); }
        .btn-outline-danger:hover {
          color: #fff;
          background-color: var(--bs-warning);
          border-color: var(--bs-warning); }
        .btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
          box-shadow: 0 0 0 0.15rem rgba(89, 147, 253, 0.5); }
        .btn-check:checked + .btn-outline-danger,
        .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
          color: #fff;
          background-color: var(--bs-warning);
          border-color: var(--bs-warning); }
          .btn-check:checked + .btn-outline-danger:focus,
          .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0.15rem rgba(89, 147, 253, 0.5); }
        .btn-outline-danger:disabled, .btn-outline-danger.disabled {
          color: var(--bs-warning);
          background-color: transparent; }
  .custom-day.range{
    background-color:var(--app-theme-clr) !important;
  }
  .custom-day:hover{
    background-color:rgba(75, 205, 62, 0.5) !important;
  } 
  .custom-day.faded{
    background-color:rgba(75, 205, 62, 0.5) !important;
    
  }
  .bg-primary{
    background-color:var(--app-theme-clr) !important;
  }
  
  .table-sm>:not(caption)>*>*{
    vertical-align: middle;
    /*text-align: center;*/
  }
  .flexCenter{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  