@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap");

body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    background: #380d59;
}

.heading22 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.subTxtPurpl12 {
    color: #cda4e3;
    font-size: 12px;
    font-weight: 400;
}

.subText1,
.subText2,
.subText3,
.subText4 {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
}

.subTxt10 {
    color: rgb(205 164 227 / 50%);
    font-size: 12px;
    font-weight: 400;
}

.btnYellow {
    background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%),
        #c77126 !important;
}

.btnPurple2 {
    background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.34) 0%,
            rgba(255, 255, 255, 0) 100%
        ),
        #6a379e !important;
}
.btnPurple {
    font-size: 18px;
    border: 1px solid var(--secondary-stroke-9-c-54-c-1, #9c54c1) !important;
    background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.34) 0%,
            rgba(255, 255, 255, 0) 100%
        ),
        #6a379e !important;
    background-blend-mode: overlay, normal !important;
    width: 100%;
}

.banner .loginBtnCommon {
    width: 100%;
    margin-right: 15px;
}

ul {
    padding: 0;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

/* End Common Css */
/* Start Header Css */
.header {
    background: #23003e;
    padding: 5px 0;
}

.signBtn {
    padding: 8px 16px;
    color: #fcfcfc;
    font-size: 14px;
    font-weight: 500;
    font-family: Montserrat;
    border-radius: 28px;
    background: var(
        --primary-yellow-c-77126,
        linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%),
        #c77126
    );
    background-blend-mode: overlay, normal;
    border: none;
}

.signBtnForm {
    padding: 8px 16px;
    font-size: 14px;
    color: #fff !important;
    font-weight: normal;
    font-family: Montserrat;
    border-radius: 28px;
    background: var(
        --primary-yellow-c-77126,
        linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%),
        #c77126
    );
    background-blend-mode: overlay, normal;
    border: none;
    margin-left: 5px;
}

.loginBtn {
    padding: 8px 16px;
    color: #fcfcfc;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    border-radius: 28px;
    background: var(
        --primary-red-b-32-a-2-e,
        linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%),
        #b32a2e
    );
    background-blend-mode: overlay, normal;
    border: none;
}

.countrySelect button {
    background: rgba(255, 255, 255, 0.28);
    box-shadow: 0px 30px 50px 20px rgba(0, 0, 0, 0.03);
    color: #fff;
    padding: 5px 10px !important;
    border-radius: 33px !important;
    font-size: 12px !important;
}

.countrySelect ul {
    border-radius: 5px;
    background: #614774 !important;
    box-shadow: 0px 30px 50px 20px rgba(0, 0, 0, 0.03);
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
    border: none;
}

.ReactFlagsSelect-module_selectOption__3pcgW:hover,
.ReactFlagsSelect-module_selectOption__3pcgW:focus {
    outline: none;
    background: transparent !important;
}

.loginBtns {
    display: flex;
    align-items: center;
}

.header nav.navbar {
    flex-wrap: initial;
}

.header .navbar-collapse {
    flex-basis: auto;
    align-items: center;
    display: flex;
}

.headerLeft_ {
    display: flex;
    align-items: center;
}

.mobileCountry_ {
    display: none;
}

/* Scrollbar-Css */
.scrollbar {
    background-color: #000;
    width: 6px;
    height: 10%;
}

.scrollbar-track {
    background-color: #d9d9d9;
}

.scrollbar-thumb {
    background-color: #000;
    border-radius: 16px;
    border: 0px solid #d9d9d9;
}

::-webkit-scrollbar {
    background-color: #a4bfcb;
    width: 4px;
    height: 10%;
}

::-webkit-scrollbar-track {
    background-color: #cae4f0;
}

::-webkit-scrollbar-thumb {
    background-color: #a4bfcb;
    border-radius: 16px;
    border: 0px solid #d9d9d9;
}

::-moz-scrollbar {
    background-color: #000;
    width: 5px;
    height: 5%;
}

::-moz-scrollbar-track {
    background-color: #000;
}

::-moz-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 0px solid #fff;
}

/* End Scrollbar Css */
.countrySelect {
    display: inline-block;
}

.ReactFlagsSelect-module_selectBtn__19wW7[aria-expanded="true"]:after {
    border-bottom-color: #fff !important;
}

.ReactFlagsSelect-module_selectBtn__19wW7:after {
    border-top-color: #fff !important;
}

.bannerImg {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80vh;
}

.playImg {
    margin: 40px auto;
    z-index: 1;
    position: relative;
}

.logo {
    width: 75px;
}

.logo2 {
    width: 120px;
}

.logo3 {
    height: 68px;
}

.mobileLogo_ {
    margin: 40px auto 0;
    display: none;
}

.mobbannerImg {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 51vh;
    display: none;
}

.mobplay {
    display: none;
}

/* End Header Css */
/* Start Signup Modal Css */
.modal-content {
    background: #380d59;
    border-radius: 20px;
    border: 1px solid #d79131;
}

.modal-content {
    width: 95%;
    max-width: 600px;
    /* min-height: 610px; */
    top: 50px;
}

.modal-dialog {
    width: 100%;
    max-width: 610px;
    display: flex;
    align-items: center;
}

.modal-content {
    height: 100%;
    /* min-height: 552px; */
}

.modal-header {
    padding: 12px 15px;
    border-bottom: 0;
}

.crossIcon {
    width: 14px;
    height: 14px;
    margin-left: auto;
    cursor: pointer;
}

.fade.modal.show {
    -webkit-backdrop-filter: blur(20px); /* For Safari and Chrome */
    backdrop-filter: blur(20px); /* Standard syntax */
    padding: 0;
    padding-bottom: 100px;
}

.modal-body {
    padding: 0 20px 30px;
}

.tab-buttons {
    border-radius: 6px;
    background: #23003e;
    padding: 5px;
    margin-top: 22px;
}

.nav-tabs {
    border-bottom: 0px;
}

.tabBtn.active {
    border-radius: 6px;
    border: 1px solid #591a97;
    background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.21) -11.7%,
            rgba(255, 255, 255, 0) 70.21%
        ),
        #36105c;
    padding: 8px 0px;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    padding-top: 25px;
}

.tabBtn {
    border: none;
    background-color: transparent;
    padding: 8px 0px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    width: 33%;
    border-right: 0.5px solid #591a97;
    height: 60px;
    vertical-align: bottom;
    padding-top: 25px;
    position: relative;
}

.tabBtn2Columns {
    width: 50% !important;
}

.tabBtn button {
    width: 100%;
}

.tabBtn span font {
    display: inline-block;
}

.tabBtn span {
    vertical-align: super;
    color: #fff !important;
    font-size: 10px !important;
    font-weight: normal !important;
    padding-top: 3px !important;
    display: block !important;
}

.tabIcons {
    display: block;
    margin: 0 auto;
    margin-bottom: 7px;
    width: 11px;
    height: 12px;
    position: absolute;
    top: 13px;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
}

.tabBtn:last-child {
    border-right: 0;
}

.hr {
    height: 2px;
    width: 100%;
    background: rgb(205 164 227 / 30%);
    margin: 19px 0;
}

.form-label {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding-left: 3px;
}

.form-group {
    position: relative;
}

.form-input {
    border-radius: 24px;
    border: 1px solid #6b4081;
    background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.21) 0%,
            rgba(255, 255, 255, 0) 100%
        ),
        #36105c;
    background-blend-mode: overlay, normal;
    padding: 11px 16px;
    display: inline-block;
    width: 100%;
    outline: none;
    color: #fff;
    position: relative;
}

.genertatUserName_ {
    -webkit-text-fill-color: #ffffff;
    font-weight: 500;
}

.inputWithCopy {
    padding: 11px 36px 11px 16px !important;
}

input::placeholder {
    color: #cda4e3;
    font-size: 12px;
}

.copyIcon {
    position: absolute;
    right: 15px;
    bottom: 16px;
    cursor: pointer;
}

.customCheckbox .form-group {
    background: rgb(66, 25, 97);
    border-radius: 24px;
    border: 0px;
    background-blend-mode: overlay, normal;
    padding: 11.5px 16px;
    display: inline-block;
    width: 100%;
    outline: none;
}

.customCheckbox .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.customCheckbox .form-group label {
    position: relative;
    cursor: pointer;
}

.customCheckbox .form-group label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px 9px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 6px;
}

.customCheckbox .form-group input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    /* top: 4px; */
    margin-bottom: 3px;
    left: 8px;
    width: 5px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.customCheckbox {
    border-radius: 15px;
    padding: 10px 0px;
}

.loginBtnCommon2 {
    border-radius: 16px;
    border: 1px solid #9c54c1;
    background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.34) 0%,
            rgba(255, 255, 255, 0) 100%
        ),
        #6a379e;
    background-blend-mode: overlay, normal;
    color: #fcfcfc;
    font-size: 16px;
    padding: 12px 8px;
    width: 100%;
    max-width: 293px;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}

.loginBtnCommon {
    border-radius: 16px;
    border: 1px solid #9c54c1;
    background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.34) 0%,
            rgba(255, 255, 255, 0) 100%
        ),
        #6a379e;
    background-blend-mode: overlay, normal;
    color: #fcfcfc;
    font-size: 16px;
    padding: 12px 8px;
    width: 100%;
    font-weight: 500;
    max-width: 293px;
    border: none;
}

.credentialsBtn {
    padding: 10px 16px;
    border: none;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    width: 100%;
    text-align: start;
    display: flex;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #9c54c1;
    background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.34) 0%,
            rgba(255, 255, 255, 0) 100%
        ),
        #6a379e;
    background-blend-mode: overlay, normal;
}

.credentialsBtn img {
    margin-left: auto;
}

.googleBtn {
    align-items: center;
    background: #fff;
    border: none;
    border-radius: 30px;
    color: #042d56;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    justify-content: center;
    padding: 12px 16px;
    text-align: center;
    width: 89%;
}

.facebook {
    background: #039be5;
    color: #fff;
}

.phoneBtn {
    background: linear-gradient(180deg, #4ab4fb 15.62%, #2861c9 100%);
}

.iti {
    width: 100% !important;
}

.iti--separate-dial-code .iti__selected-dial-code {
    color: #fff !important;
}

.iti__arrow {
    border-top: 4px solid #fff !important;
}

.iti .iti__selected-dial-code {
    color: #fff !important;
}

.msgBtn {
    background: linear-gradient(180deg, #fcdc4a 15.62%, #ca7628 100%);
}

.otpList li {
    display: inline-block;
    margin-right: 12px;
}

.otpList input {
    width: 100% !important;
    max-width: 70px;
    height: 40px;
    border-radius: 24px;
    border: 1px solid #6b4081;
    background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.21) 0%,
            rgba(255, 255, 255, 0) 100%
        ),
        #36105c;
    background-blend-mode: overlay, normal;
    display: inline-block;
    padding: 11px 16px;
    outline: none;
    color: #fff;
    text-align: center;
}

.optNotRecive {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.doNotTxt {
    color: #cda4e3;
    text-align: right;
    font-size: 10px;
    font-weight: 400;
    margin-bottom: 0;
}

.getCall {
    color: #cda4e3;
    text-align: right;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

.getCallImg {
    width: 14px;
    height: 14px;
}

.tabBtn:has(+ .tabBtn.active) {
    border-right: none !important;
}

.loginTxt {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
}

.loginLink {
    color: #c77126 !important;
    font-size: 14px;
    font-weight: 700;
}

.validationMsg {
    color: #b32a2e;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px !important;
    display: inline-block;
}

.react-tel-input .form-control {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    color: #fff !important;
    width: 100% !important;
}

.react-tel-input .flag-dropdown {
    background: transparent !important;
    border: none !important;
}

.react-tel-input .country-list {
    width: 477px !important;
    max-height: 219px;
    overflow-y: scroll;
    border-radius: 0 0 3px 3px;
    background: #380d59 !important;
}

.react-tel-input .country-list .search {
    background-color: #371257;
}

.react-tel-input .flag-dropdown.open .selected-flag {
    background: #3a1662;
}

.react-tel-input .selected-flag:hover,
.react-tel-input .selected-flag:focus {
    background-color: #3a1662;
}

.react-tel-input .country-list .search-box {
    border: 1px solid #c77126;
    background: #371257;
    color: #fff;
    font-size: 12px;
}

.react-tel-input .country-list .country .dial-code {
    color: #fff;
}

.react-tel-input .country-list .country:hover {
    background-color: #23003e !important;
}

.react-tel-input.form-input {
    padding-top: 5px;
    padding-bottom: 5px;
}

.react-tel-input .country-list .country.highlight {
    background-color: #23003e !important;
}

/* End Sign Up Modal Css */
/* Start credential Modal Css */
#credentialsModal {
    width: 100%;
    max-width: 376px;
}

#credentialsModal .loginBtnCommon {
    background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%),
        #c77126;
}

#credentialsModal .loginBtnCommon {
    background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%),
        #c77126;
}

/* #userNameModal {
    width: 100%;
    max-width: 376px;
} */

#credentialsModal {
    width: 100%;
    max-width: 376px;
}

#userNameModal .modal-content {
    border: 1px solid #d79131;
}

.userImg {
    width: 117px;
    height: 117px;
    border-radius: 50%;
    /* border: 2px solid #D79131; */
}

p.text {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #cda4e3;
}

.custom-tooltip {
    width: 18px;
    height: 18px;
    font-size: 8px;
    padding: 0;
    background: rgb(66, 25, 97);
    border-color: rgba(205, 164, 227, 0.3);
}

.tooltip-arrow {
    display: none !important;
}

.custom-tooltip:hover,
.custom-tooltip:focus {
    background: #591a97;
}
.tooltip-inner {
    background-color: #380d59;
    color: #cda4e3;
    border: 1px solid #d79131;
    font-size: 10px;
    text-align: left;
    max-width: 200px;
    width: 200px;
}

.userName {
    position: absolute;
    top: -103px;
    width: 130px;
    height: 130px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    max-width: 130px;
    border-radius: 50%;
}

span.spinner-border.spinner-border-sm.ImageLoader {
    text-align: center;
    position: absolute;
    left: 38%;
    top: 38%;
    width: 2rem;
    height: 2rem;
    color: #d79131;
}

/* End credential Modal Css */
/* Start Login Modal Css */
.loginModal .tabBtn {
    width: 25%;
}

.forgotLink {
    color: #c77126 !important;
    font-size: 13px;
}

.sendTime {
    color: #cda4e3;
    font-weight: 600;
    font-size: 13px;
}

/* End Login Modal Css */
/** Start Reset Password **/
.resetPasswordbox_ {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.resetForm_ {
    background: #380d59;
    border-radius: 20px;
    padding: 30px 30px;
}

.checkBoxtext {
    height: 20px;
}

.telegramIcon {
    width: 100%;
    max-width: 19px;
}

/* .telegramButton_ .tgme_widget_login_button {
    padding: 16px 32px!important;
    border-radius: 30px!important;
    width:100%!important;
}
.telegramButton_ #telegram-login-itechbetting_bot {
  width: 100%!important;
  display: inline-block!important;
}
.telegramButton_ .body_widget_login {
width: 100%!important;
}
.telegramButton_ #widget_login {
width: 100%!important;
display: inline-block!important;
} */
.telegrambtn {
    position: relative;
}

.innertelegram_button {
    position: absolute;
    top: 2px;
    left: 15px;
    opacity: 0.01;
    max-width: 100%;
    width: 93%;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: none;
    transition: background-color 5000s ease-in-out 0s;
}

/* For Firefox */
input:-moz-autofill,
input:-moz-autofill:hover,
input:-moz-autofill:focus,
textarea:-moz-autofill,
textarea:-moz-autofill:hover,
textarea:-moz-autofill:focus,
select:-moz-autofill,
select:-moz-autofill:hover,
select:-moz-autofill:focus {
    color: #fff;
    background-color: transparent;
}

input:autofill {
    box-shadow: 0 0 0 40px transparent inset !important;
}

.headingText {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

.modal.fade .modal-dialog {
    transition: none !important;
    transform: none;
}

/* Start Otp Page Css */
.authBg {
    background: url(../images/bg.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.otpPage {
    width: 100%;
}

.goBackBTN {
    color: #fcfcfc;
    font-size: 14px;
    font-weight: 500;
    background: transparent;
    border: none;
    outline: none;
}

/* End Otp Page Css */
.tab-buttons .nav-link {
    color: inherit;
    /* Inherit color from parent */
    background-color: transparent;
    /* Transparent background */
    border: none;
    /* Remove border */
    padding: 0;
    /* Remove default padding */
}

.tab-buttons .nav-link.active {
    font-weight: normal;
    /* Example: Make active tab bold */
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: transparent;
    border-color: #dee2e6 #dee2e6 #fff;
}

.lang_select {
    padding: 9px 16px;
    color: #fcfcfc;
    font-size: 14px;
    font-weight: 500;
    border-radius: 28px;
    background-blend-mode: overlay, normal;
    border: none;
    background: hsla(0, 0%, 100%, 0.28);
}

.lang_select:hover,
.lang_select:focus {
    color: #fcfcfc;
}

.dropdown-menu {
    min-width: calc(100% - 1.5rem);
    /* Adjust as needed */
    width: auto;
    background: #23003ea3;
}

.dropdown-menu[data-bs-popper] {
    top: 120%;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fcfcfc;
    background-color: transparent;
}

.dropdown-item {
    color: #fcfcfc;
}

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

.error {
    color: #ff4e4e;
    font-size: 12px;
    padding-left: 15px;
    position: relative;
    top: 5px;
    display: none;
}

.errorCommon {
    color: #ff4e4e;
    font-size: 12px;
    padding-left: 3px;
    position: relative;
    top: -5px;
    display: none;
}

.offscreen {
    position: absolute;
    left: -9999px;
    top: -9999px;
}

/* !!! custom css !!! */
/* Start Dashboard Page Css */
.dashboard {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.sendTimeleft span {
    color: #cda4e3;
    font-size: 15px;
}

.sendTimeleft button {
    background: transparent !important;
    border: medium;
    background: rgb(0, 51, 204);
    color: rgb(255, 255, 255);
    line-height: 22px;
    color: #cda4e3;
    font-size: 15px;
}

.otpBox {
    width: 1em;
    text-align: center;
}

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

/* End Dashboard Page Css */
/* Start 26sep */
.customCheckbox .form-group label {
    display: flex;
    align-items: center;
}

.cameraIcon {
    fill: #fff;
    color: #cca5e1;
    position: absolute;
    right: 0px;
    bottom: 2px;
    font-size: 18px;
    background: #fff;
    padding: 7px;
    border-radius: 24px;
    border: 2px solid #cca5e1;
    cursor: pointer;
    box-shadow: 0px 2px 5px #30004a;
}

.skiptranslate span {
    display: none;
}

.skiptranslate select {
    border-radius: 18px !important;
    background: rgba(255, 255, 255, 0.28);
    box-shadow: 0px 30px 50px 20px rgba(0, 0, 0, 0.03);
    padding: 7.5px 25px 8px 12px !important;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    border: none !important;
    outline: none !important;
    appearance: none;
}

.skiptranslate select {
    text-align-last: center !important;
    background-image: linear-gradient(45deg, transparent 50%, #000 50%),
        linear-gradient(135deg, #000 50%, transparent 50%) !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 20px) calc(1em + 2px),
        calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em !important;
    background-size: 5px 5px, 5px 5px, 1px 1.5em !important;
    -webkit-appearance: none;
}

.skiptranslate select {
    outline: 0;
}

.goog-te-gadget {
    height: 43px;
    overflow: hidden;
}

.fixed-con {
    z-index: 9724790009779558 !important;
    background-color: #f7f8fc;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
}

.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
    z-index: 9724790009779 !important;
    top: 0;
    left: unset;
    right: -5px;
    display: none !important;
    border-radius: 50%;
    border: 2px solid gold;
}

.VIpgJd-ZVi9od-aZ2wEe-OiiCO {
    width: 80px;
    height: 80px;
}

/*hide google translate link | logo | banner-frame */
.goog-logo-link,
.gskiptranslate,
.goog-te-gadget span,
.goog-te-banner-frame,
#goog-gt-tt,
.goog-te-balloon-frame,
div#goog-gt- {
    display: none !important;
}

.goog-te-gadget {
    color: transparent !important;
    font-size: 0px;
}

.goog-text-highlight {
    background: none !important;
    box-shadow: none !important;
}

.goog-te-combo {
    position: relative;
}

.goog-te-combo::after {
    content: "▼";
    font-size: 1rem;
    top: 6px;
    right: 10px;
    position: absolute;
}

body {
    background-image: url("../images/banner2_1.jpg");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-position-y: 49px;
    background-size: 420px;
    margin: 0 auto;
    max-width: 420px;
}

body > .skiptranslate > iframe.skiptranslate {
    display: none !important;
    visibility: hidden !important;
}

.goog-te-banner-text {
    display: none !important;
}

.my-google-translate-widget .goog-te-banner-text {
    display: none !important;
}

.custom-option-class-0 {
    /* Your custom styles for the first option here */
    background-color: #ff0000;
    /* Add any other styles as needed */
}

.custom-option-class-1 {
    /* Your custom styles for the second option here */
    background-color: #00ff00;
    /* Add any other styles as needed */
}

footer {
    position: fixed;
    height: 90px;
    bottom: -1px;
    width: 100%;
    text-align: left;
    background: #23003e;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    z-index: 1001;
    color: #fcfcfc;
    padding: 14px 0 0 0;
    max-width: 420px;
}

footer a {
    font-style: normal;
    font-weight: 200;
    font-size: 10px;
    line-height: 17px;
    color: #fcfcfc;
}

footer p {
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 5px;
    color: #fcfcfc;
    margin-bottom: 5px;
}

footer a:focus,
a:hover {
    color: #fff;
    text-decoration: none;
}

footer .copyright {
    font-style: normal;
    font-weight: 200;
    font-size: 10px;
    line-height: 3px;
    color: #fcfcfc;
    position: relative;
    bottom: 16px;
}

.outer-circle {
    position: fixed;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    overflow: hidden;
    bottom: -152px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}

.outer-circle::before {
    content: "";
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-image: url("../images/marker2.png");
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.wheel {
    width: 100%;
    height: auto;
    display: block;
}

.inner-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 215px;
    height: 215px;
    border-radius: 50%;
    overflow: hidden;
    animation: spin 40s linear infinite;
}

.smaller-image {
    width: 100%;
    height: auto;
    display: block;
}

.spin-faster {
    animation: spin 1s linear;
}

/* Keyframes for spinning smaller images */
@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.main_text {
    color: #ffb800;
    font-weight: 800;
    letter-spacing: 1px;
    text-align: center;
}

.readonly {
    color: #cda4e3;
    cursor: not-allowed;
    pointer-events: none;
}

.modal {
    overflow-y: auto !important;
}

.info_box p {
    color: #cda4e3;
    font-size: 12px;
    text-align: justify;
}

.info_box h5 {
    color: #cda4e3;
    font-size: 20px;
    font-weight: 700;
}

.info_box a {
    color: #cda4e3;
    font-size: 12px;
    font-weight: 800;
    text-decoration: underline;
}

.info_box a:hover,
.info_box a:visited {
    color: #cda4e3;
    font-size: 12px;
    font-weight: 800;
    text-decoration: underline;
}
.info_box li {
    color: #cda4e3;
    font-size: 12px;
    list-style: inside;
}

.info_box img {
    border-radius: 5px;
}

.socials {
    display: inline-flex;
    position: relative;
    bottom: 8px;
}

.socials li {
    margin-right: 10px;
}

.socials li:last-child {
    margin-right: 0px;
}

.socials li i {
    font-size: 22px;
}

.success {
    color: #5cb85c;
    font-size: 12px;
}

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

input:-webkit-autofill {
    background-color: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.21) 0%,
            rgba(255, 255, 255, 0) 100%
        ),
        #36105c;
    -webkit-box-shadow: 0 0 0px 1000px #cda4e3 inset; /* Change to match your desired color */
    -webkit-text-fill-color: #cda4e3 !important; /* Change to your desired text color */
    color: #000;
}

.plus18 {
    width: 24px;
    opacity: 0.35;
}
