#main-container, .main-container {
    background-size: cover !important;
    background: #EAEAEA !important;

}

.terms-style {
    word-spacing: 3rem;
    font-size: 12px;
}

.font-smaller {
    font-size: 10px !important;
    text-align: left;
}

.font-small {
    font-size: 11px !important;
}

.font-medium {
    font-size: 13px !important;
}

.arrow {
    color: #ff770e;
}

.Segoe {
    font-family: 'Segoe UI' !important;
}

.container-style {
    background-color: white;
    border-radius: 15px;
}

.btn-xl {
    padding: 15px 0px;
    font-size: 20px;
    border-radius: 10px;
}

.btn-xl-in {
    padding: 20px 0px;
    border-radius: 10px;
}

.phone {
    border-radius: 15px !important;
    background: transparent !important;
    border: solid 4px #0066DA !important;
    border: unset !important;
    height: 60px !important;
    color: #00000000 !important;
    opacity: 1 !important;
}

.phone-form {
    border-radius: 15px;
    background: transparent;
    height: 60px;
    color: #00000000;
    opacity: 1;
}

.ui-input-text input, .ui-input-search input {
    border-radius: 15px;
    background: transparent !important;
    color: #00000000;
    opacity: 1;
    width: 100%;
}

.ui-body-a, .ui-page-theme-a .ui-body-inherit, html .ui-bar-a .ui-body-inherit, html .ui-body-a .ui-body-inherit, html body .ui-group-theme-a .ui-body-inherit, html .ui-panel-page-container-a {
    background: transparent !important;
    opacity: 1;
}

.iti, .iti--separate-dial-code {
    width: 90%;
}

body {
    /* background: radial-gradient(circle at top, #D2B6EE, #502C84 100%) !important; */
    height: 100vh !important;
    color: white !important;
    font-family: 'Poppins' !important;
}

.subscription-card {
    background-color: #502C84 !important;
    border-radius: 20px !important;
    border-bottom: solid 10px #25005C !important;
    z-index: 10 !important;

}

@media only screen and (max-width: 450px) {
    .main-container {
        background-image: url("../images/operators/stc/mobile_background.png") !important;
        background-size: cover !important;

    }
}

.title-card {
    justify-content: center;
    z-index: 10;

}

.subs-btn {
    background: #FFC013 !important;
    border-top: unset !important;
    border-left: unset !important;
    border-right: unset !important;
    /*border-bottom: solid 5px #c45c0d !important;*/
    border-radius: 5px !important;
    color: #000 !important;
}

.subs-btn-op {
    opacity: 1;
    border-radius: 5px !important;
    border: 4px solid rgba(255, 255, 255);
}

.btn-primary:hover {
    background-color: #8ED94E;
    border-color: #62A12C;
}


.card-hat {
    position: fixed;
    width: 25%;
}

.stc-logo {
    width: 12.5%
}

.opacity-80 {
    opacity: 80%;
}

svg {
    direction: ltr !important;
}

.input-group-text {
    width: 75%;
}

.flag-bg {
    background: #e9ecef;
    border: 1px solid #ced4da;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    /*width:35%*/
}

.line-height-phone {
    line-height: 3;
}

.input-form {

    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.game-swiper-container {
    top: 50% !important
}

@media only screen and (max-width: 450px) {
    .game-swiper-container {
        top: 75% !important
    }
}

.shine-container {
    z-index: 0;
    overflow: hidden;
    width: 100%;
}


@-webkit-keyframes animShine {
    0% {
        opacity: 0;
        left: 10%;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        left: 70%;
    }
}

.shine {
    background-color: rgba(255, 255, 255, 0.3);
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    top: 3px;
    bottom: 0;
    width: 40px;
    transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    filter: blur(5px);
    -webkit-filter: blur(5px);
    z-index: 0;


    animation: animShine 1300ms infinite !important;
    animation-duration: 1300ms !important;
    animation-timing-function: ease-in-out !important;
    animation-delay: 0s !important;
    animation-iteration-count: infinite !important;
    animation-direction: normal !important;
    animation-fill-mode: forwards !important;
    animation-play-state: running !important;
    animation-name: animShine !important;
    -webkit-animation: animShine 1300ms infinite !important;
    -moz-animation: animShine 1300ms infinite !important;
}

.line-before::before {
    display: inline-block;
    content: "";
    border-top: .15rem solid #FF770E;
    width: 4rem;
    margin: 0 1rem;
    transform: translateY(-0.8rem);
}

.ksa-global-terms-scroll::-webkit-scrollbar {
    width: 10px;
}

.ksa-global-terms-scroll::-webkit-scrollbar-thumb {
    background: #8EE26B !important;
    border-radius: 10px;
}

.ksa-global-terms-scroll::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px white;
    border-radius: 10px;
}

.react-tel-input .selected-flag:before {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    top: 30px !important;
    bottom: 30px !important;
    left: 0 !important;
    width: 100% !important;
    border-right: 2px solid #000000 !important;
}

.react-tel-input .flag {
    left: 19px !important;
}

.react-tel-input .form-control {
    padding: 5px 5px 5px 55px !important;
}

.react-tel-input .il {
    background-position: -287px -262px !important;
}

.font_purple {
    color: #CC05E3 !important;
}

.font_blue {
    color: #406FFF !important;
}

.download-btn {
    background: #CCCCCC !important;
    border-top: unset !important;
    border-left: unset !important;
    border-right: unset !important;
    border-radius: 15px !important;
}

.download-btn-clicked {
    top: 2px;
    background: #CCCCCC !important;
    border-top: unset !important;
    border-left: unset !important;
    border-right: unset !important;
    border-radius: 15px !important;
}

.download-btn-op {
    opacity: 1;
    border-radius: 15px !important;
    border: 4px solid rgba(255, 255, 255);
}

.line {
    flex-grow: 3;
    background-color: #FFFFFF !important;
    margin: 0 10px;
    width: 42%;
    height: 3px !important;
    font-weight: bolder !important;
    opacity: unset !important;
    margin-top: 5px !important;
    margin-bottom: 2px !important;
}

.mt-langauge {
    margin-top: 6rem !important;
}

.mt-custom {
    margin-top: 7.5rem !important;
}

.react-tel-input .selected-flag:before {
    border-right: unset !important;
}

/*.ksa-global-terms-scroll::-webkit-scrollbar-thumb {*/
/*    background: #ff770e !important;*/
/*    border-radius: 10px;*/
/*}*/

/*.ksa-global-terms-scroll li {*/
/*    list-style-type:decimal-leading-zero;*/
/*}*/

.ui-body-a, .ui-page-theme-a .ui-body-inherit, html .ui-bar-a .ui-body-inherit, html .ui-body-a .ui-body-inherit, html body .ui-group-theme-a .ui-body-inherit, html .ui-panel-page-container-a {
    background-color: #fff;
    border-color: #ddd;
    color: #333;
    text-shadow: 0 1px 0 #f3f3f3;
    border: solid 4px #009FFF !important;
    padding-top: 0.5rem;
    border-radius: 15px;
    padding-bottom: 0.5rem;
}

.ui-focus {
    box-shadow: unset !important;
}

.spinner-border {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    vertical-align: -0.125em;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
}

.success-send-pin {
    background: #009fff !important;
}
.small-font {
    font-size: 0.5rem!important;
}

.large-mt{
    margin-top: 15rem!important;
}

.error-msg-div{
    height: 0.5rem;
}

