/*****************************************************
LESS compilation failed due a JavaScript error!

Input: /apps/sunbet/components/content/topNav-landing/clientlib/css/deposit-new.less
Error: FileError: 'museo-sans-rounded' wasn't found in /apps/sunbet/components/content/topNav-landing/clientlib/css/deposit-new.less on line 71, column 1:
70 
71 @import url('https://fonts.cdnfonts.com/css/museo-sans-rounded');
72 


(uncompiled LESS src is included below)
*****************************************************/
// .navbar {
//   position: relative;
//   min-height: 0px !important;
//   margin-bottom: 0px !important;
//   border: 0px solid transparent !important;
// }


// .navbar-default {
//   background-color: #fff;
//   border-color: transparent;
//   border-radius: 0 !important;
//   padding-top: 0px !important;
//   padding-bottom: 0px !important;
// }

.disable {
  opacity: 0.5;
  cursor: not-allowed;
}

.session-div {
  color: #fff !important;
}

@keyframes pop {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.3); }
  100% { transform: scale(1); }
}

.pop-effect {
  animation: pop 0.5s ease-in-out;
}

#neds_ref_num{
      cursor: pointer;
      user-select: none;
    }

.copy-Func{
    cursor: pointer;

    }

@media (max-width: 768px) {

  .mobile-nav-scroll-wrapper {
    max-height: 100vh;
    overflow-y: auto;
    // overflow-x: hidden;
    width: 100%;
     -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    box-sizing: border-box;
  }


  #navItemsList {
    width: 100%;
    overflow-x: hidden;

  }

}

div#actual-balance-c {
  white-space: normal !important;
}

@import url('https://fonts.cdnfonts.com/css/museo-sans-rounded');

.payment_method_descriptions {
  color: #001435 !important;
}

/*

.fa-xmark {
     position: relative;
     top: -55px;
     left:10px;
 }

 @keyframes fly {
   0% {
     transform: translateX(0) translateY(0);
     opacity: 1;
   }
   50% {
     transform: translateX(150px) translateY(-30px);
     opacity: 0.8;
   }
   100% {
     transform: translateX(300px) translateY(0);
     opacity: 0;
   }
 }

  */
/* Apply the animation to your icon */
/*

 .icon-avaitor-white {
   display: block;
   animation: fly 2s ease-in-out 2;
 }
  */
/* Apply the animation to your icon */
/*

 */

#signup_btn a:hover {
  color: #a39163 !important;
}


@media screen and (max-width: 426px) {
  .back-button {
    white-space: nowrap;
    margin-right: 90px !important;
  }

}

.button-close {
  position: relative;
  width: 20px;
  /* Width of the icon */
  height: 20px;
  /* Height of the icon */
  cursor: pointer;
  background-color: rgba(0, 20, 53, 1);
  /* Color of the lines */
  transform-origin: center;
  position: relative;
  left: 192px;
  top: 50px;
}

.button-close::before,
.button-close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  /* Length of the lines */
  height: 2px;
  /* Thickness of the lines */
  background-color: white;
  /* Color of the lines */
  transform-origin: center;
}

.button-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.button-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

tr:nth-child(even) {
  background: #FFFFFF1A;
}

tr:nth-child(odd) {
  background: #FFFFFF1A;
}

.logged-in-wallet-balance-table td:nth-child(1) {
  text-align: justify;
  padding-left: 25px;
  position: relative;
  width: 50%;
}

.logged-in-wallet-balance-table td:nth-child(2) {
  text-align: right;
  font-weight: bold;
  position: relative;
  padding-right: 25px;
}

#mySidenav {
  background: rgba(255, 255, 255, 0.85) !important;
}

.modal {
  z-index: 1000001;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000000;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.85);

  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px rgba(255, 255, 255, 0.3);

  overflow-x: hidden;
  transition: 0.3s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav .deposit-container {
  padding-left: 15px;
  padding-right: 15px;
}

.deposit-heading {
  color: #001435;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-top: -30px;
  text-align: left;

}

.balance-section {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  border-radius: 8px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  background-color: #fff;
  padding: 15px;

  p {
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: -0.28px;
    margin: 0;
  }
}

.deposit-section {

  padding-top: 25px;

  .header-section {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    padding-bottom: 15px;
    background-color: transparent;

    .deposit-label {
      color: #001435;
      font-size: 24px;
      line-height: 32px;
      letter-spacing: 0.5px;
    }

    .deposit-promo {
      border-radius: 8px;
      border: 1.5px solid #003466;
      background-color: #001435;
      font-size: 16px;
      color: #fff;
      padding: 8px !important;

      img {
        width: 20px;
        margin-right: 5px;
        padding-bottom: 6px
      }

    }
  }
}

.description-section {
  display: inline-flex;
  align-items: center
}

.transaction-speed {
  border-radius: 100px;
  background: rgba(0, 52, 102, 0.10);
  padding: 0px 7px;
  margin-left: 5px;
  display: flex;
  align-items: center;

  img {
    width: 15px;
  }
}

.transaction-speed-text {
  color: #003466;
  font-size: 12px;
  font-weight: 600
}

.closebtn {
  position: absolute;
  top: 16px;
  right: 25px;
  font-size: 25px;
  margin-left: 50px;
  color: #003466;
  font-weight: 600;
}

.modal-container {
  width: 30%;
}

.modal-subcontainer {
  border-radius: 10px;
}

.promo-submit {
  padding: 15px 134px;
  border-radius: 10px;
}

.newdeposit_type {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: column;
  border-radius: 8px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  margin-bottom: 20px;
  position: relative;
  transition: ease all 0.3s;
  height: 100px;
  background-color: #fff;
  padding: 10px;

  .thumbnails {
    width: 70%;
  }

  .ott-thumbnails {
    width: 30%;
  }
}

.sub-withdraw_type {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: column;
  border-radius: 8px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  margin-bottom: 20px;
  position: relative;
  transition: ease all 0.3s;
  background-color: #fff;
  padding: 10px;

  .thumbnails {
    width: 15%;
  }

  .thumbnails-bigger {
    width: 55% !important;
  }
}

.newdeposit_type:hover {
  transform: perspective(220px) scaleZ(2) rotateY(2.5deg);
  box-shadow: -10px 0 15px -5px rgba(0, 20, 53, 0.5);

}

.dropdown-content a:hover {
  color: #ffab09 !important;
}


@media screen and (max-width: 450px) {
  .newdeposit_type:hover {
    box-shadow: -10px 0 15px -5px rgba(0, 20, 53, 0.5);

  }
}


@media screen and (max-width: 380px) {
  .newdeposit_type:hover {
    box-shadow: -10px 0 15px -5px rgba(0, 20, 53, 0.5);

  }
}

@media screen and (max-width: 325px) {
  .newdeposit_type:hover {
    box-shadow: -10px 0 15px -5px rgba(0, 20, 53, 0.5);

  }

  .fa-refresh {
    padding-right: 10px;
    cursor: pointer;
    color: white;
  }

}



.moreInfo {
  bottom: 33px;
  right: 5px;
  position: absolute;
  color: #003466;

}

.sub-moreInfo {
  bottom: 8px;
  right: 5px;
  position: absolute;
  color: #003466;

}

.sub-moreInfo::before,
.moreInfo::before {
  position: absolute;
  bottom: 6px;
  right: 10px;
}

.back-button {

  padding: 0 0 10px 0 !important;
  font-size: 18px !important;
  font-weight: 900;
  color: #000 !important;
  cursor: pointer;

  span {
    padding-right: 10px;
  }

  //font-family: 'museo_sans300';
  //font-weight: normal
}

.deposit-content {

  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  padding: 20px;
  font-family: 'Museo Sans Rounded', sans-serif;
  text-align: left;

  .header {
    color: black;
    display: flex;
    justify-content: space-between
  }

  .amount-options {
    display: inline-flex;
    width: 100%
  }

  .buttonclass {

    background-color: #EEE;
    color: #A0A0A0;
    font-weight: 400;
    min-width: 40px;
    display: inline-block;
    padding: 6px 1px;
    font-size: 16px;
    border: 1px solid transparent;
    border-radius: 8px;
    width: 80px;
    text-align: center;
    margin-right: 10px;
    cursor: pointer;
  }

  .buttonclass:active,
  .buttonclass:focus {

    background-color: #003466;
    color: #FFF;

  }

  .paymentDetailscheckout {
    padding-top: 25px;
  }

  .newdeposit_amount_input {
    padding-top: 20px;
  }

  .newdeposit_money_input {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #98A2B3;
    height: 35px;
    padding: 5px;
  }

  .form_submit_btn {
    margin-top: 60px;
    padding-top: 20px;
  }

  .app-fieldError-msg {
    bottom: 0px;
    position: relative;
    padding-left: 0px;
  }

  .orange_form_btn {
    font-size: 18px;
    padding: 13px;
  }

  .image-header {

    width: 80%;
    margin-left: -35px;
    height: 20%;
  }

  .image-headers {

    width: 30%;

  }
  #deposit_notification_text {
    font-size: 20px;
    white-space: nowrap;
    line-height: 17px;
  }

}

.confirmation-contents, 
.confirmation {

  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  padding: 20px;
  font-family: 'Museo Sans Rounded', sans-serif;
  font-weight: 500;
  text-align: center;

  .eft_reference {

    background-color: #F3F3F3;
    padding: 10px;
    border-radius: 8px;
    display: flex;
    justify-content: space-evenly;
  }

  #deposit_notification_text {
    font-size: 16px !important;
    line-height: 17px;
  }

  .bank-details {

    font-size: 14px;
    text-align: left;
  }

  .footer {
    line-height: 15px;
    font-size: 14px;
    text-align: left;
    color: #A0A0A0;
  }
}

.tooltiptext {
  visibility: hidden;
  color: #003466;
  /* font-family: 'museo_sans500'; */
  font-family: 'Museo Sans Rounded', sans-serif;
  font-weight: 500;


  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.deposit-confirmation {

  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 8px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  background-color: #fff;
  padding: 10px;
  text-align: center;

  p {

    padding-top: 20px;
    padding-bottom: 20px
  }

}

.logged-in-wallet-balance {
  cursor: pointer;
  text-decoration: none;
}

.logged-in-wallet-bal {
  font-size: 13px !important;
  cursor: pointer;
  text-decoration: none !important;
  color: rgb(255, 171, 9) !important;
}

.logged-in-wallet-balance-table {
  width: 100%;
}


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

  .modal-container {
    width: 40%;
  }

}

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

  .promo-submit {
    padding: 15px 102px;
  }

}

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

  // .sidenav {
  //   width: 90%;
  // }
  .sidenav a {
    font-size: 18px;
  }

  .deposit-heading {
    font-size: 22px;
  }

  .deposit-section .header-section .deposit-label {
    font-size: 22px;

  }

  .deposit-section .header-section .deposit-promo {

    font-size: 14px;
  }

  .newdeposit_type .thumbnails {
    width: 85%;
  }

  .promo-submit {
    padding: 15px 115px;

  }

  .modal-container {
    width: auto;
  }

}

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

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

  .promo-submit {
    padding: 15px 89px;

  }

}

@media (max-width: 425px) {
  .header_logo {
    width: 23% !important;
  }
}

@media (max-width: 768px) {
  .header_logo {
    width: 15%;
  }
}

@media (max-width: 1024px) {
  .header_logo {
    width: 13%;
  }
}

@media (min-width: 1440px) {
  .header_logo {
    width: 12%;
    margin-top: 15px;
  }

  .logged-in-wallet-bal {
    font-size: 16px !important;
    cursor: pointer;
    text-decoration: none !important;
  }
}


.logged_information {
  display: flex;
}

.right-left {
  text-align: end;
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  width: 100px;
  max-width: 150px;
  position: relative;
  left: 25px;
}

@media screen and (min-width :435px) {}

@media screen and (min-device-width: 456px) {}

.top-message {}

.hide-balance {
  position: relative;
  top: 40px;
  left: 18px;
}

@media screen and (min-device-width: 1200px) and (max-device-width:1400px) {

  .navbar-right.logged_out {
    max-width: none !important;
    width: 67%;
    margin: auto;
    padding-right: 40pt;
    text-align: center;
  }

  .user_info_topnav {
    /* display: inline-block; */
    margin-right: -50px !important;
  }


}

@media screen and (min-device-width: 376px) and (max-device-width:435px) {

  .header_logo a.navbar-brand {
    top: 4px !important;
    width: 85px;
  }

  .refresh-class {
    position: relative;
    right: 33px;
  }

  .balance-relative {
    position: relative;
    left: 26px;
  }

  .hide-balance {
    position: relative;
    top: 40px;
    left: 18px;
    z-index: 10;
  }

  nav#topNav {
    height: 104px;
    /* display: none; */
  }

}

@media screen and (min-device-width: 326px) and (max-device-width:375px) {
  .hide-balance {
    position: relative;
    top: 40px;
    left: 47px;
    z-index: 10;
  }

  .header_logo a.navbar-brand {
    top: 4px !important;
    width: 75px;
  }

  .refresh-class {
    position: relative;
    right: 30px;
  }


}

@media screen and (min-device-width: 430px) and (max-device-width:768px) {
  .right-left {
    text-align: end;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    width: 100px;
    max-width: 150px;
    position: relative;
    left: 6px;
    z-index: 10;
  }

}

@media screen and (min-device-width: 1024px) and (max-device-width:1440px) {
  .right-left {
    text-align: end;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    width: 100px;
    max-width: 150px;
    position: relative;
    left: 6px;
  }

  .hide-balance {
    position: relative;
    top: 45px;
    left: 21px;
    z-index: 10;
  }
}


@media screen and (min-device-width: 1440px) and (max-device-width:1460px) {
  .right-left {
    text-align: end;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    width: 100px;
    max-width: 150px;
    position: relative;
    left: 20px;
  }

  .hide-balance {
    position: relative;
    top: 44px;
    left: -2px;
    z-index: 10;
  }
}

@media screen and (min-device-width: 430px) and (max-device-width:768px) {

  .right-left {
    text-align: end;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    width: 76px;
    max-width: 150px;
    position: relative;
    left: 25px;
  }

}

@media screen and (min-device-width: 315px) and (max-device-width:325px) {

  /* STYLES HERE */
  .signup_btn a {
    background: linear-gradient(to right, #ffab09, #ffc700, #ffab09);
    box-shadow: 0 1.95px 1.95px 0 rgba(0, 0, 0, 0.25);
    color: #001435;
    font-weight: 900;
    font-family: 'Museo Sans Rounded', sans-serif;
    font-style: normal;
    text-transform: uppercase;
    font-size: 14.116px !important;
    border-radius: 30px;
  }

  .hide-balance {
    position: relative;
    top: 40px;
    left: 48px;
    z-index: 10;
  }

  .header_logo a.navbar-brand {
    top: 4px !important;
    width: 60px;
  }

  .refresh-class {
    position: relative;
    right: 27px;
  }

}


@media (max-width: 768px) {
  .navbar-right.logged_out {
    max-width: 100% !important;
    height: 570px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    /* smooth scrolling on iOS */
    z-index: 1000;

  }

  container>.navbar-collapse {
    margin-left: -16px;
    /* display: none; */
    overflow-y: scroll;
    z-index: 1000;
  }
}

#crypto-iframe-container {
  width: 100%;
  padding: 8px 0;

  #crypto-iframe {
    width: 100%;
    min-width: 320px;
    height: 600px;
    border: none;
    border-radius: 12px;
    display: block;
  }
}
.crypto-thumbnails{
  width: 50%;
}
@media screen and (max-width: 340px) {
    .cont-modal {
        position: relative;
        left: auto !important;
        top: 32px !important;
        right: 28px !important;
        width: 468px !important;
    }

    .logged_information {
        position: relative;
        left: 9px;
    }
}

@media screen and (max-width: 767px) {
    /* body {
        overflow: hidden !important;
    } */

.navbar-collapse li a {
  display: block !important;
  width: 50% !important; 
  /* padding: 12px !important; */
}


    .logout_mobile {
        position: sticky !important;
        bottom: 0 !important;
    }

    a#logoutBtnMobile {
        background: linear-gradient(90deg, rgba(4, 27, 67, 1) 85%, rgba(255, 255, 255, -0.8) 47%) !important;
    }

    #bs-example-navbar-collapse-1 {
        max-height: 90vh !important;
        overflow-y: auto !important;

    }

    .collapse,
    .navbar-collapse {
        width: 100%;
        overflow-x: hidden;
        margin-top: 37px !important;
    }
}

@media only screen 
  and (min-device-width: 810px) 
  and (max-device-width: 1080px)
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
    
    .right-left {
        position: relative !important;
        left: -7px !important;
    }
}


@media screen and (min-width: 371px) and (max-width:450px) {

    .cont-modal {
        position: relative;
        left: auto !important;
        top: 32px !important;
        right: 7px !important;
        width: 500px !important;
    }

}
@media screen and (max-width: 370px) {
    
    .cont-modal {
        position: relative;
        left: auto !important;
        top: 32px !important;
        right: 7px !important;
        width: 461px !important;
    }
}


@media screen and (max-width: 450px) {
    .sunbet-logo {
        width: 81px;
        height: 88px;
    }

    .column-wrapper {
        display: flex;
        width: auto !important;
        flex-direction: column !important;
    }

    .image-column {
        background-image: url('../../../../../content/dam/sunbet/login/sb-login-mob-bg.webp') !important;
    }

    .slogan {
        position: relative;
        bottom: 10px !important;
        left: 29px !important;
        top: auto;
    }

    .modal-header {
        padding-bottom: 15px !important;
        /* padding-top: 0px !important; */
    }

    .modal_sub_link_text {
        font-size: 14px !important;

    }

    .modal_sub_head {
        font-size: 14px !important;

    }

    /* .close {
        color: #aaa;
        z-index: 1 !important;
        position: absolute;
        top: 1px !important;
        right: 168px !important;
        font-size: 28px;
        font-weight: bold;
    } */

    .modal-close {
        color: #aaa;
        z-index: 1 !important;
        position: absolute;
        top: 1px !important;
        right: 168px !important;
        font-size: 28px;
        font-weight: bold;

    }

    .p-password-recovery {
        color: #fff;
        line-height: normal;
        bottom: 15px !important;
        position: relative !important;

    }


    .remember-me-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: -20px !important;
        margin-top: -33px !important;
    }

    .close-img {
        /* left: 155px !important; */
    }

    #createAcc {
        display: flex;
        justify-content: center;
        position: relative;
        top: 10px;
        width: 280px;
        line-height: 2.5;
    }

    .hero-img {
        display: none !important;
        width: 212px !important;
        left: 47px !important;
        position: relative;
        top: 14px !important;
    }
    .hero-img-mobz {
        display: block !important;
        width: 302px !important;
        left: 0px !important;
        position: relative;
        top: 0px !important;
}


    .image-column {
        height: 217px !important;
        border-bottom-right-radius: 0px !important;
        border-top-left-radius: 13px !important;
        width: 70% !important;
    }

    .form-column {
        width: 70% !important;
        border-top-left-radius: 0px !important;
        border-bottom-right-radius: 13px !important;
        height: 500px !important;
    }

    .navbar-collapse {
        margin-top: 37px !important;
    }

    /* .cont-modal {
        position: relative;
        left: auto !important;
        top: 32px !important;
        right: 7px !important;
        width: 500px !important;
    } */

    .white-logo {
        width: 40% !important;
    }

    .form-group {
        margin-top: 0px !important;
        margin-bottom: 35px !important;
    }

    .form-group input {
        padding: 15px 16px 15px 32px !important;
        width: 100% !important;
    }

    .icon-close {
        top: 8px !important;
        left: 155px !important;
    }

    .input-icon {
        position: relative;
        bottom: 30px !important;
        /* padding: 15px 16px 15px 45px; */
        left: 12px !important;
        width: 16.67px !important;
    }

    input[type="checkbox"].custom-checkbox {
        top: -4px !important;
    }

    div#claim_voucher_btn {
        position: relative;
        top: -10px !important;
    }

    form#claim_promo_form {
        margin-left: auto;
        margin-right: auto;
    }

    .close-img-yellow {
        height: 24px;
        left: 46px !important;
        bottom: 11px !important;
        position: relative !important;
        width: 50%;
    }

}

/* General Modal From Main Lib */

a#open-modal {
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
}

/* Ends Here */

.modal-close {
    position: absolute;
    right: 20px;
    top: 26px;

}

@media screen and (min-width: 768px) {

    p {
        line-height: 0.9rem;
    }

}

div#claim_voucher_btn {
    position: relative;
    top: 5px;
}

.p-password-recovery {
    color: #fff;
    line-height: normal;
    bottom: 0px;
    position: relative;

}

.icon-close {
    top: 36px;
    left: 0px;
}

.submit-promo {
    display: flex;
    justify-content: center;
}

.new-fica-text {
    color: #fff;
}

b.modal-head {
    position: relative;
    left: 40px;
    width: 83%;
    text-transform: capitalize;
}

input[type="checkbox"].custom-checkbox {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 18px;
    position: absolute;
    height: 18px;
    top: 18px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    outline: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Define the appearance of the checked state */
input[type="checkbox"].custom-checkbox:checked {
    background-color: white;
    font-style: normal;
}


input[type="checkbox"].custom-checkbox:checked::after {
    content: '\2713';
    font-size: 14px;
    color: #001E43;
    position: relative;
    left: 5px;
}


/* Define the disabled state */
input[type="checkbox"].custom-checkbox:disabled {
    background-color: #001E43;
    /* Change the background color when disabled */
}

/* custom */

.column-wrapper {
    display: flex;
    width: 786px;
    flex-direction: row-reverse;
}

#createAcc {
    display: flex;
    justify-content: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: 10px;
    width: 280px;
    line-height: 2.5;
}


.image-column {
    border-top-right-radius: 13px;
    height: auto;
    border-bottom-right-radius: 13px;
    width: 339px;
    background-size: cover;
    background-image: url('../../../../../content/dam/sunbet/login/sb-login-desk-bg.webp');
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-group.password-wrapper {
    bottom: 40px;
}

.form_submit_btn {
    position: relative;
    bottom: 60px;
}

.fa-fw {
    color: #fff;
}

input#loginUsername:focus {
    border: 2px solid rgba(255, 171, 9, 1);
}

input#loginPassword:focus {
    border: 2px solid rgba(255, 171, 9, 1);
}

.image-column img {
    max-width: 900px;
    height: auto;
}

.cont-modal {
    position: relative;
    left: auto;
    right: 125px;
}

.slogan {
    position: relative;
    bottom: 200px;
    left: 170px;
    top: auto;
}

h3.come-alive-h1 {
    font-size: 3.5rem;
    color: #fff;
    font-family: 'Museosansrounded';
    font-weight: 900;
}

.hero-img {
    display: block;
    width: 410px;
    right: -10px;
    position: relative;
    top: 23px;
}
.hero-img-mobz {
    display: none;
}

.form-column {
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
    width: 519px;
    height: auto;
    padding: 20px;
    background-color: #001435;
}

.form-group {
    margin-bottom: 15px;
}

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

    nav#topNav {
        height: 100px;
        /* display: none; */
    }

    .sunbet-logo {
        width: 81px;
        height: 88px;
    }

    .navbar-toggle {
        padding: 0px 5px;
    }

    .div-block-482 {
        grid-row-gap: 5px !important;
    }

    .modal-input-header {
        font-size: 21.45px !important;
    }

    .slider-13 {
        height: 24rem;
    }

    .image-241-copy {
        height: 13rem;
    }

    .form_submit_btn {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .modal-body {
        padding: 0px 15px 10px 15px;
        display: flex;
        flex-direction: column;
    }

    .header1_component-5 {
        width: 100%;
    }

    .come-alive-wrapper {
        margin-top: -71px;
    }

    .come-alive-wrapper-hide {
        margin-top: 93px;
    }


    .topNav_button {
        margin-top: -54px !important;
        margin-right: -42px !important;
    }

    .navbar-default .navbar-nav>li>a {
        color: #fff !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.25) !important;
        /* padding-right: 230px !important; */
    }

    .dropdown-content a {
        padding-right: 216px !important;
    }


    #topNav {
        width: 100%;
        height: auto;
        margin-top: -12px;
        background: rgba(0, 20, 53, 1);
        z-index: 1000;
        position: fixed;
    }

    .dropdown-content {
        background-color: rgba(0, 20, 53, 1) !important;
    }

    .navbar-collapse {
        background-color: rgba(0, 20, 53, 1) !important;
        margin-top: 35px !important;
    }

    .navbar-default .navbar-nav>li {
        background-color: rgba(0, 20, 53, 1) !important;
    }

    .header_logo {
        margin-left: 22px !important;
        margin-top: -53px !important;
    }

    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 4px;
    }


    .navbar-toggle .icon-bar {
        display: block;
        width: 24.77px;
        height: 2px;
        border-radius: 1px;
        margin-top: 2px;
        background-color: #fff !important;
    }

    .navbar2_container-copy {
        margin-left: 0px;
    }

    .navbar-default .navbar-toggle {
        border-color: transparent;
        margin-top: 35px;
    }


    .text-block-321 {
        width: 201px;
        height: 57px;
        text-align: center;
        padding-right: 5px;
        font-size: 14px;
        text-wrap: balance;
        line-height: 120%;
    }

    .top-nav-head {
        width: auto;
    }

    .login-button {
        display: flex;
        width: 41.178px;
        margin-right: 16px;
        height: 94px;
        transform: rotate(90deg);
        padding: 9.576px;
        justify-content: center;
        align-items: center;
        gap: 9.576px;
        flex-shrink: 0;
        border-radius: 36.39px;
        border: 1.915px solid rgba(255, 171, 9, 1);
    }

    .login-button a {
        color: var(--primary-palette-white-neutral, #FFF);
        font-family: 'Museosansrounded';
        font-size: 18.116px;
        font-style: normal;
        font-weight: 900;
        line-height: 15.852px;
        /* 87.5% */
        text-transform: uppercase;

        transform: rotate(270deg);
    }


}

.navbar-default .navbar-brand {
    color: #ffffff;
}

.navbar-default {
    background-color: #001435;
    border-color: transparent;
    border-radius: 0;
    padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.signup_btn a {
    color: #003466;
    background: linear-gradient(to right, #FFAB09, #FFC700, #FFAB09);
    box-shadow: 0px 1.95px 1.95px 0px rgba(0, 0, 0, 0.25);
}

.deposit_link a {
    text-decoration: none;
    background: linear-gradient(to right, #FFAB09, #FFC700, #FFAB09);
    font-family: 'Museosansrounded';
}

.deposit_link {
    float: left !important;
    margin-right: -35px !important;
}

.fa-envelope {
    color: rgba(255, 255, 255, 0.75);
}

.logged_in {
    color: rgba(255, 255, 255, 0.75);
    /* margin-top: -92px; */
}

.user-icon {
    position: relative;
    padding-top: 11px;
}

.logged_information .balance .logged-in-wallet-bal {
    color: rgba(255, 171, 9, 1);
    text-decoration-line: none;
}

.signup_btn a {
    border-radius: 36.39px;
}

.userclose-button {
    background-color: transparent !important;
    color: blue !important;
    border: none !important;
}

/* // Login Modal */
.form-control {
    border: 2px solid #FFAB09;
    height: 50px;
    border-radius: 65.07px;
    margin-right: -3px;
}



.modal-content {
    background: #001435;
    /* border-radius: 16px; */
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px rgba(255, 255, 255, 0.3);

    border-radius: 22.88px;
    margin-top: 116px;

    /*  */
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    max-width: 800px;
    margin: auto;
    overflow: hidden;
}

.modal-backdrop {
    background-color: rgba(255, 255, 255, .11);
    /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.modal-backdrop.in {
    opacity: 100%;
}

.orange_form_btn.disabled {
    /* background: linear-gradient(0deg, #FFAB09, #FFAB09),
        linear-gradient(85.89deg, #FFAB09 32.29%, #FFC700 66.15%, #FFAB09 98.43%);
    ; */
    background: linear-gradient(to right, #FFAB09, #FFC700, #FFAB09);
    box-shadow: 0px 1.95px 1.95px 0px rgba(0, 0, 0, 0.25);
    pointer-events: none;
    display: inline-block;
    margin-top: 0;
    opacity: 50%;
    border: none;
    margin-right: auto;
    margin-left: auto;
}

.orange_form_btn {
    margin-right: auto;
    margin-left: auto;
    padding: 15px 66px;
    font-size: 18.27px;
    font-weight: 900;
    line-height: 7.78px;
    letter-spacing: 0.03em;
    color: #001435 !important;
    /* background: linear-gradient(0deg, #FFAB09, #FFAB09),
        linear-gradient(85.89deg, #FFAB09 32.29%, #FFC700 66.15%, #FFAB09 98.43%);

    ; */
    background: linear-gradient(to right, #FFAB09, #FFC700, #FFAB09);
    box-shadow: 0px 1.95px 1.95px 0px rgba(0, 0, 0, 0.25);
    width: 262px;
    height: 35px;
    font-family: 'Museosansrounded';
    margin-top: 0px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 76.12px;
    text-decoration: none !important;
    border: 0px;
}




.modal-header {
    background-color: transparent;
    display: inline-block;
    /* justify-content: space-between;
    align-items: center; */
    padding: 15px;
}

p {
    font-family: 'Museosansrounded';
}

/* .modal-header .close {
    position: absolute;
    right: 10px;
    top: -17px;
} */

.modal-header .modal-close {
    position: absolute;
    right: 10px;
    top: -17px;
}

.div-block-482 {
    text-align: center;
}

.navbar2_component {
    position: fixed;
}

.modal-input-header {
    font-family: 'Museosansrounded';
    font-size: 28px;
    font-weight: 900;
    line-height: 25.74px;
    text-align: center;
    margin-top: 12px;
    color: #fff;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 502px;
        margin: 30px auto;
    }
}

.white-logo {
    position: relative;
    width: 158.09px;
    margin: auto;
    bottom: 10px;
}

.remember-me-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
    margin-top: -15px;
}


.modal_sub_link_text {
    font-size: 12px;
    text-align: center;
    padding-top: 0px;
    opacity: 50%;
    text-transform: math-auto;
    font-weight: 100;
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
}

.modal_sub_head {
    font-size: 12px;
    margin-right: 3px;
    text-transform: math-auto;
    text-align: center;
    padding-top: 0px;
    opacity: 50%;
    font-weight: 100;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.modal_sub_link {
    font-size: 13px;
    margin-left: 5px;
    text-align: center;
    padding-top: 0px;
    opacity: 100%;
    /* font-weight: 600; */
    color: #fff;
    text-decoration: none;
    cursor: pointer;

}

.form-control {
    background-color: #FFFFFF1A;
    border: rgba(255, 255, 255, 0.1);
    height: 47px;
    width: 441px;
    padding: 15px 26px 15px 26px;
    border-radius: 16.07px;
    margin-right: -3px;
}

div[data-id="loginContainer"] .password-wrapper .pos-toggle-pass strong.field-icon {
    position: absolute;
    right: 2rem;
    top: 18px;
    z-index: 10;
}

.form-group {
    position: relative;
    font-family: 'Museosansrounded';
    margin-top: 20px;
}

.input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #F1B542;
    /* Adjust border color */
    border-radius: 5px;
    background-color: #1D2B44;
    padding: 5px 10px;
}

.form-group input {
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    width: 368px;
    padding: 15px 26px 10px 34px;
    box-sizing: border-box;
    font-size: 14.09px;
}

a.modal_sub_link_text:hover {
    color: #FFFFFF !important;
    opacity: 1;
    text-decoration: underline;
}

#signUp:hover {
    color: #EDB900 !important;
}

.input-icon {
    position: relative;
    bottom: 29px;
    left: 33px;
    height: 16px;
    width: 20px;
}

.remember-me {
    display: flex;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
    text-transform: capitalize !important;
    align-items: baseline;
    margin-bottom: 20px;
    justify-content: space-between;
}

.remember-me input {
    margin-right: 7.29px;
}


.app-fieldError-msg {
    color: #f00 !important;
    bottom: 15px;
    position: relative;
    padding-left: 31px;
    font-size: 12px;
}

@media screen and (min-width: 1440px) {
    .text-block-338 {
        top: 86%;
    }
}

.form-group label {
    position: absolute;
    padding: 10px 26px;
    top: 10px;
    font-family: 'Museosansrounded';
    left: 10px;
    transition: all 0.2s;
    pointer-events: none;
    font-weight: 100;
    color: #fff;
    text-transform: none;
}

.form-group input:focus+label,
.form-group input:not(:placeholder-shown)+label {
    top: -10px;
    left: 10px;
    opacity: 50%;
    font-size: 12px;
    color: #fff;
}

/* #loginModal {
    position: relative;
} */


/* // Modal End here */

.login-button-custom {
    display: flex;
    width: 47.178px;
    margin-right: 130px;
    margin-top: -9px;
    cursor: pointer;
    margin-left: 10px;
    height: 94px;
    transform: rotate(90deg);
    padding: 9.576px;
    justify-content: center;
    align-items: center;
    gap: 9.576px;
    flex-shrink: 0;
    border-radius: 36.39px;
    border: 1.915px solid rgba(255, 171, 9, 1);
}

.login-button {
    display: flex;
    width: 41.178px;
    margin-right: 16px;
    margin-left: 10px;
    height: 94px;
    transform: rotate(90deg);
    padding: 9.576px;
    justify-content: center;
    align-items: center;
    gap: 9.576px;
    flex-shrink: 0;
    border-radius: 36.39px;
    border: 1.915px solid rgba(255, 171, 9, 1);
}

.login-button-custom a {
    color: var(--primary-palette-white-neutral, #FFF);
    font-family: 'Museosansrounded';
    font-size: 18.116px;
    font-style: normal;
    font-weight: 900;
    line-height: 15.852px;
    /* 87.5% */
    text-transform: uppercase;

    transform: rotate(270deg);
}

.login-button a {
    color: var(--primary-palette-white-neutral, #FFF);
    font-family: 'Museosansrounded';
    font-size: 18.116px;
    font-style: normal;
    font-weight: 900;
    line-height: 15.852px;
    /* 87.5% */
    text-transform: uppercase;

    transform: rotate(270deg);
}

#promotioncodeError {
    margin-top: 13px;
    display: flex;
    margin-left: 13px;
    justify-content: flex-start;
}

.signup_btn {
    margin-top: 12px !important;
    float: right;
    margin-left: 34px;
    width: auto;
}

.signup_btn a {
    color: rgba(0, 20, 53, 1);
    font-weight: 900;
    font-family: 'Museosansrounded';
    font-size: 18.116px;

}

@media (max-width: 1150px) {
    .header_logo {
        padding-top: 16px;
    }
}

navbar-default .navbar-toggle {
    border-color: transparent;
}

@media (max-width: 1440px) {
    #topNav {
        width: 100%;
        background: rgba(0, 20, 53, 1);
        margin-top: -12px;
        z-index: 1000;
        margin-right: 0px;
        position: fixed;
        margin-left: -1px !important;
    }
}

.main_nav_icon {
    color: #fff;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;

}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #ffffff;
}

@media (max-width: 480px) {
    .header_logo a.navbar-brand {
        top: 4px !important;
    }

    .signup_btn a {

        margin-right: 7px;

    }
}

@media screen and (min-width:1024px) {

    .logged_in {
        margin-top: -92px !important;
    }

}

@media screen and (min-width: 1024px) and (max-width:1140px) {
    .header_logo a.navbar-brand {
        top: 15px !important;
    }

    .logged_in {
        color: rgba(255, 255, 255, 0.75);
    }

    .logged_information {
        position: relative;
        float: left;
        bottom: -8px;
        margin-right: -21px;
        text-align: right;
    }
}


/* #topNav {
    width: 100%;
    background: rgba(0, 20, 53, 1);
    margin-top: -12px;
    z-index: 1000;
    margin-right: 0px;
    position: fixed;
    margin-left: -1px !important;
} */

.signup_btn a {

    margin-right: 46px;
}

.body.new-ci {
    font-family: 'Museosansrounded', sans-serif !important;
}

.topNav_button {
    float: right;
    margin-top: -87px;
}

.come-alive-wrapper {
    margin-top: -53px;
}

/* .come-alive-wrapper-hide {
    margin-top: 50px;
} */

@media screen and (min-width: 1492px) {
    .come-alive-wrapper {
        margin-top: -67px !important;
    }

    .come-alive-wrapper-hide {
        margin-top: -67px !important;
    }

    /* .navbar2_component {
        position: relative;
    } */

    .container {
        display: inline;
    }

    .coral3-Shell-user {
        display: block;
        padding-top: 23px;
    }

    .navbar {
        margin-bottom: -30px;
    }

}

.button-new-ci {
    background: linear-gradient(to right, #FFAB09, #FFC700, #FFAB09);
    height: 40px;
}

/* .modal-header .close {
    top: -28px;
} */

.modal-header .modal-close {
    top: -28px;
}

a {
    color: #FFAB09;
}

.close-img {
    height: 24px;
    left: 17px;
    /* top: 7px; */
    position: relative;
    width: 80%;
}

.close-img-yellow {
    height: 24px;
    left: 365px;
    bottom: 11px;
    position: relative;
    width: 60%;
}

/* .hero-img {
    width: 100%;
    position: relative;
    right: 57px;
    top: 55px;
} */

/* @media screen and (max-width: 1440px) {
    .come-alive-wrapper {
        margin-top: -111px;
    }

}

@media screen and (max-width: 1024px) {
    .come-alive-wrapper {
        margin-top: -111px;
    }

} */

@media screen and (min-width: 1024px) {

    .come-alive-wrapper {
        margin-top: 65px;
    }

    .come-alive-wrapper-hide {
        margin-top: 65px;
    }



}

@media screen and (min-width: 1500px) {
    .navbar2_component {
        position: relative;
    }

    /* .coral3-Shell-user {
        display: block;
        padding-top: 0px;
    } */



}

a:hover {
    color: #FFAB09 !important;

}

.center {
    margin-right: auto;
    margin-left: auto;
}

#form {
    background: #fff !important;
    color: black !important;

}

.confirmation-contents {
    color: black !important;
}

.confirmation-contents .bank-details {
    font-size: 14px;
    color: black;
    background: #fff !important;
    text-align: left;
}

.deposit-bank-info {
    background: #fff !important;
    color: #000000e8 !important;
}

.deposit-section .header-section .deposit-promo img {
    width: 20px;
    display: inline-block;
    margin-right: 5px;
    padding-bottom: 6px;
}

.image-header {
    padding-left: 40px;
}

@media screen and (max-width: 767px) {
    .container {
        text-align: left !important;
    }
}
.modal-title {
    margin: 0;
    color: #fff !important;
    font-family: 'Museosansrounded' !important;
    font-weight: 900 !important;
    font-size: 28px !important;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    line-height: 1.2em;
}

.form-group {
    position: relative;
    font-family: 'Museosansrounded';
    margin-top: 20px;
    color: #fff;
}

hr {
    border-top: 0px solid transparent;
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
    display: inline-block;
    width: 100%;
}

.close-img-modal {
    width: 20px;
    position: relative;
    bottom: 11px;
}
