/*//////////////////////////////////////////////////////////////////
[ FONT ]*/



.a {
    font-family: Tahoma, Geneva, sans-serif;
}




/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body,
html {
    height: 100%;
    font-family: Tahoma, Geneva, sans-serif;
    direction: rtl;
}

/*---------------------------------------------*/
a {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

a:focus {
    outline: none !important;
}

a:hover {
    text-decoration: none;
    color: #333333;
}

/*---------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

p {
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
}

ul,
li {
    margin: 0px;
    list-style-type: none;
}


/*---------------------------------------------*/
input {
    outline: none;
    border: none;
}

textarea {
    outline: none;
    border: none;
}

textarea:focus,
input:focus {
    border-color: transparent !important;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}

textarea:focus::-moz-placeholder {
    color: transparent;
}

textarea:focus:-ms-input-placeholder {
    color: transparent;
}

input::-webkit-input-placeholder {
    color: #adadad;
    font-size: 9.5px;
}

input:-moz-placeholder {
    color: #adadad;
    font-size: 9.5px;
}

input::-moz-placeholder {
    color: #adadad;
    font-size: 9.5px;
}

input:-ms-input-placeholder {
    color: #adadad;
    font-size: 9.5px;
}

textarea::-webkit-input-placeholder {
    color: #adadad;
}

textarea:-moz-placeholder {
    color: #adadad;
}

textarea::-moz-placeholder {
    color: #adadad;
}

textarea:-ms-input-placeholder {
    color: #adadad;
}

/*---------------------------------------------*/
button {
    outline: none !important;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

iframe {
    border: none !important;
}

/* The container */
.container {
    display: block;
    position: relative;
    padding-left: 70%;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
    border-radius: 50%;
    margin-top: 5%;
    margin-left: 85%;
}

/* On mouse-over, add a grey background color */
.container:hover input~.checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked~.checkmark {
    background-color: #3f958e;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/* Create a custom radio button */
.checkmark2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
    border-radius: 50%;
    margin-top: 4%;
    margin-left: 85%;
}

/* On mouse-over, add a grey background color */
.container:hover input~.checkmark2 {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked~.checkmark2 {
    background-color: #3f958e;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark2:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked~.checkmark2:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark2:after {
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
    font-family: Poppins-Regular;
    font-size: 15px;
    color: #999999;
    line-height: 1.5;
}

.txt2 {
    font-family: Poppins-Regular;
    font-size: 15px;
    color: #3f958e;
    line-height: 1.5;
}

/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
    width: 100%;
    margin: 0 auto;
}

.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #fff;
}

.wrap-LpForm {
    width: 390px;
    background: #fff;
}


/*------------------------------------------------------------------
[ Form ]*/

.LpForm-form {
    width: 100%;
}

.LpForm-form-title {
    display: block;
    font-family: Poppins-Bold;
    font-size: 39px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
}

.LpForm-form-avatar {
    display: block;
    width: 155px;
    height: 139px;
    overflow: hidden;
    margin: 0 auto;
}

.LpForm-form-avatar img {
    width: 100%;
}

/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #d9d9d9;
}

.input100 {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 15px;
    color: #555555;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 52px;
    background: transparent;
    padding: 0 5px;
    direction: ltr;
    text-align: end;
}

.input100chekform {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    color: #555555;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 52px;
    background: transparent;
    padding: 0 5px;
    direction: ltr;
    text-align: end;
}

/*---------------------------------------------*/
.focus-input100 {
    position: absolute;
    display: block;
    font-family: Tahoma, Geneva, sans-serif;
    width: 100%;
    height: 100%;
    top: 0;
    /* : 0; */
    pointer-events: none;
}

.focus-input100::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    width: 0;
    height: 2px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    background: #3f958e;
    font-family: Tahoma, Geneva, sans-serif;
    text-align: right
}

.focus-input100::after {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 13px;
    color: #999999;
    line-height: 1.2;
    content: attr(data-placeholder);
    display: block;
    width: 100%;
    position: absolute;
    top: 15px;
    right: 0px;
    padding-left: 5px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    text-align: right
}

.input100:focus+.focus-input100::after {
    top: -20px;
    font-size: 13px;
}

.input100:focus+.focus-input100::before {
    width: 100%;
}

.has-val.input100+.focus-input100::after {
    top: -20px;
    font-size: 13px;
}

.has-val.input100+.focus-input100::before {
    width: 100%;
}


/*------------------------------------------------------------------
[ Button ]*/
.container-LpForm-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.recharge-button-container {
    justify-content: start !important;
}

.languageIcon {
    color: #FDBB30;
    margin-right: -13%;
    margin-top: 2%;
    font-size: 15px;
    position: absolute;
}

.LpForm-form-btn {
    font-family: Poppins-Medium;
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 43px;
    background-color: #fdbb30;
    border-radius: 25px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.dropdownDesing {
    position: absolute;
    margin-top: -9%
}

.LpForm-form-btn:hover {
    background-color: #333333;
}

.CardValidation {
    /*position: absolute;*/
    margin-top: -9%;
    margin-left: 9%;
    font-size: 13px;
    color: red
}

/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-Recharge);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    pointer-events: none;
    font-family: Poppins-Regular;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: right;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f06a";
    font-family: FontAwesome;
    font-size: 16px;
    color: #c80000;
    display: block;
    position: absolute;
    background-color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
    text-align: right
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

@media only screen and (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}


/*//////////////////////////////////////////////////////////////////
[ Login more ]*/
.login-more li {
    position: relative;
    padding-left: 16px;
}

.login-more li::before {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #cccccc;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.MenuRight {
    text-align: right;
    background-color: #3f958e;
    border: 1px solid #3f958e;
    padding: 28px;
    font-size: 15px;
    background-color: #3f958e;
    color: white;
    font-family: Tahoma, Geneva, sans-serif;
    border-bottom-left-radius: 7%;
    border-top-left-radius: 7%;
}

.MenuLeft {
    text-align: right;
    border: 1px solid #3f958e;
    padding: 28px;
    font-size: 15px;
    font-family: Tahoma, Geneva, sans-serif;
    background-color: #3f958e;
    color: white;
    border-top-right-radius: 7%;
    border-bottom-right-radius: 7%;
}

.chekform {
    padding-left: 8%;
    padding-right: 8%;
    margin-top: -4%;
    text-align: right;
    font-family: Tahoma, Geneva, sans-serif;
}

.MenuMiddle1 {
    text-align: right;
    border: 1px solid #3f958e;
    padding: 28px;
    font-size: 15px;
    background-color: #3f958e;
    font-family: Tahoma, Geneva, sans-serif;
    color: white;
}

.confirmation {
    border-radius: 10px;
    box-shadow: 0 0 10px 10px #eee;
    direction: rtl;
    overflow: hidden;
    padding: 20px;
    min-height: 100px;
    margin-bottom: 50px;
    cursor: default;
}

.btnsTabel {
    margin-top: 20px;
    padding: 7px 18px;
    margin-left: 15px;
    text-align: center;
    float: left;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;
    border-color: #3f958e;
    margin-top: 20px;
    border-radius: 3px;
    box-shadow: -3px 3px 5px 3px #eee;
    text-transform: uppercase;
    margin-left: 15px;
    text-align: center;
    background-color: #3f958e;
}

.btnsTabel:hover {
    background-color: #333333;
    color: white;
    border-color: #3f958e;
}

.confirmation-title {
    color: #333;
    margin: 0;
    padding: 0 0 20px;
    font-size: 22px;
    text-align: right
}


.base {
    padding: 0 20px;
    padding-top: 50px;
    box-sizing: border-box;
    direction: ltr
}

.confirmation-table {
    border-collapse: collapse
}

.confirmation-table td,
.confirmation-table th {
    text-align: right;
    padding: 10px;
    font-size: 14px;
    color: #999
}

.confirmation-table tr:nth-child(1) td,
.confirmation-table tr:nth-child(1) th,
.confirmation-table tr:nth-child(3) td,
.confirmation-table tr:nth-child(3) th,
.confirmation-table tr:nth-child(5) td,
.confirmation-table tr:nth-child(5) th,
.confirmation-table tr:nth-child(7) td,
.confirmation-table tr:nth-child(7) th,
.confirmation-table tr:nth-child(9) td,
.confirmation-table tr:nth-child(9) th {
    background: #eee
}

.MenuMiddle2 {
    text-align: right;
    border: 1px solid #3f958e;
    font-family: Tahoma, Geneva, sans-serif;
    padding: 28px;
    font-size: 15px;
    background-color: #3f958e;
    color: white;
}

.SocialIcons {
    height: 31px;
    width: 36px;
    text-align: left;
}

.HrLine {
    border-top: 1px solid white;
    width: 59%
}

.RechButton {
    margin-top: 3%;
}

.footer {
    border-right: solid;
    border-color: #3f958e;
    text-align: right
}

.HoButton {
    text-align: center;
    width: 50%;
    font-family: Tahoma, Geneva, sans-serif;
}

.ReButton {
    text-align: center;
    width: 50%;
}

.RechargeSpan {
    border: 1px solid #3f958e;
    padding: 7px;
    border-radius: 25px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: Tahoma, Geneva, sans-serif;
    text-align: center;
    background-color: #3f958e;
    color: white;
    font-weight: bold;
}

#ErrorSpan {
    position: absolute;
    margin-bottom: 5px;
    font-size: 13px;
    color: red
}

.CardsValidation {
    margin-top: -9%;
    margin-left: 9%;
    font-size: 12px;
    color: red
}

.formats {
    border-style: solid;
    border-width: 1px;
    padding: 0;
    border-top-right-radius: 8%;
    border-top-left-radius: 8%;
    border-bottom-left-radius: 4%;
    border-color: beige;
    border-bottom-right-radius: 4%;
}

.GeneralSize {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 1%
}

.icons {
    text-align: left
}

.alertv {
    margin-left: 5%;
    font-size: 11px;
}

.AmountArrow {
    position: absolute;
    left: 0;
    top: 0;
    color: #6d6c67;
    width: 10px;
    font-size: 13px;
    cursor: pointer
}

.imgStyle {
    margin-top: 23%;
    width: 62%;
}

.inputform {
    padding-top: 8%;
    padding-right: 4%;
    color: #6d6c67;
    font-family: Tahoma, Geneva, sans-serif;
}

.lable-credit {
    padding-top: 4%;
    padding-bottom: 2%;
    font-size: 11px;
    text-align: center;
}

.lable-debit {
    padding-top: 5%;
    font-size: 11px;
    text-align: center
}

.CaptchaImage {
    width: 43%;
    position: absolute;
    margin-right: 52%;
    text-align: left;
    z-index: 0;
}

.RefreshCaptcha {
    position: absolute;
    z-index: 0;
    cursor: pointer;
    margin-right: 96%;
    margin-top: 6%;
    color: #3F958E;
}

.police-lable {
    text-align: center;
    padding-top: 3%;
    font-size: 11px;
    font-family: Tahoma, Geneva, sans-serif;
    padding-bottom: 7%;
}

#menu {
    color: #fdbb30;
    border: 1px solid white;
    width: 150px;
    height: 100px;
    padding: 10px;
    border-radius: 3px;
    font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
    line-height: 100px;
    text-align: right;
    margin: auto;
    display: none;
}

.wrap-LPtestform {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.buttonT {
    text-align: right;
    margin-bottom: 2%;
}

.table-style {
    margin-top: 2%;
    margin-top: 2%;
    margin-bottom: 2%;
    border: solid;
    border-color: #6c757d;
    border-radius: 1%;
}

.testform {
    padding-top: 11%;
    padding-right: 7%;
}

.size-font {
    text-align: right;
    font-size: 18px
}

@supports (-ms-ime-align:auto) {

    .HrLine {
        width: 59%;
        text-align: right;
    }
}

@media print {
    table td {
        border: 2px solid #999;
        padding: 0.5rem;
        font-family: Tahoma, Geneva, sans-serif
    }

    table th {
        background-color: #3f958e;
        border: 2px solid #999;
        padding: 0.5rem;
        font-family: Tahoma, Geneva, sans-serif;
        text-align: center;
        -webkit-print-color-adjust: exact;
    }
}

@media only screen and (max-device-width: 1024px) {
    .HrLine {
        border-top: 1px solid white;
        width: 59%;
        margin-right: 19%;
        text-align: center;
    }

    .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 18px;
        width: 18px;
        background-color: #eee;
        border-radius: 50%;
        margin-top: 5%;
        margin-left: 89%;
    }

    .chekform {
        padding-left: 6%;
        padding-right: 6%;
        font-family: Tahoma, Geneva, sans-serif;
    }

    .languageIcon {
        color: #FDBB30;
        margin-right: 39%;
        margin-top: 2%;
        font-size: 15px;
        position: absolute;
    }

    .CaptchaImage {
        width: 39%;
        position: absolute;
        margin-left: 57%;
        text-align: right;
        z-index: 0;
        margin-top: 5%;
    }

    .alertv {
        margin-left: -8%;
        font-size: 12px;
    }

    .inputform {
        padding-top: 14%;
        color: #6d6c67;
        font-family: Tahoma, Geneva, sans-serif;
    }

    .lable-debit {
        padding-top: 5%;
        font-size: 12px;
    }

    .lable-credit {
        padding-top: 4%;
        padding-bottom: 9%;
        font-size: 12px;
    }
}

@media only screen and (max-device-width:768px) {
    .HrLine {
        border-top: 1px solid white;
        width: 59%;
        margin-right: 19%;
        text-align: center;
    }

    .dropdownDesing {
        position: absolute;
        margin-top: -11%;
        margin-right: 79%;
    }

    .languageIcon {
        color: #FDBB30;
        margin-right: 39%;
        margin-top: 2%;
        font-size: 15px;
        position: absolute;
    }

    .imgStyle {
        width: 104%;
    }

    .CaptchaImage {
        width: 39%;
        position: absolute;
        margin-left: 57%;
        text-align: right;
        z-index: 0;
        margin-top: -1%;
    }

    .inputform {
        margin-top: 4%;
        padding-top: 16%;
        margin-top: 4%;
        color: #6d6c67;
        font-family: Tahoma, Geneva, sans-serif;
    }

    .police-lable {
        text-align: center;
        font-family: Tahoma, Geneva, sans-serif;
        padding-top: 10%;
        padding-bottom: 14%;
        font-size: 9px;
    }

    .LpForm-form-btn {
        font-family: Poppins-Medium;
        font-size: 14px;
        color: #fff;
        line-height: 1.2;
        text-transform: uppercase;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 20px;
        width: 100%;
        height: 40px;
        background-color: #fdbb30;
        border-radius: 25px;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }

    .lable-debit {
        padding-top: 5%;
        font-size: 9px;
    }

    .RechargeButton {
        width: 51%;
        margin-top: 11%;
        font-size: 19px;
        font-family: Tahoma, Geneva, sans-serif;
    }

    .alertv {
        margin-left: 0%;
        font-size: 8px;
    }

    .CaptchaCustemStyle {
        margin-top: 40%;
    }

    #ErrorSpan {
        position: absolute;
        margin-bottom: 5px;
        font-size: 9px;
        color: red;
    }

    .lable-credit {
        padding-top: 4%;
        padding-bottom: 5%;
        font-size: 9px;
    }

    .HoButton {
        text-align: center;
        width: 72%;
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 15px;
    }

    .HBotton {
        text-align: center;
        width: 53%;
        font-size: 15px;
    }

    .SocialIcons {
        height: 31px;
        width: 36px;
        text-align: right;
    }

    .RechargeSpan {
        border: 1px solid #3f958e;
        padding: 6px;
        border-radius: 25px;
        font-size: 18px;
        text-transform: uppercase;
        font-family: Tahoma, Geneva, sans-serif;
        text-align: center;
        background-color: #3f958e;
        color: white;
        font-weight: bold;
    }

    .chekform {
        padding-left: 8%;
        padding-right: 0%;
        margin-left: -5%;
        font-family: Tahoma, Geneva, sans-serif;
    }
}

@media only screen and (max-device-width:760px) {
    .MenuMiddle2 {
        text-align: center;
        border: 1px solid #3f958e;
        padding: 28px;
        font-family: Tahoma, Geneva, sans-serif;
        border-radius: 6%;
        font-size: 15px;
        background-color: #3f958e;
        color: white;
        margin-top: 1%;
    }

    .HrLine {
        border-top: 1px solid white;
        width: 59%;
        margin-right: 19%;
        text-align: center;
    }

    .languageIcon {
        color: #FDBB30;
        margin-right: 39%;
        margin-top: 2%;
        font-size: 15px;
        position: absolute;
    }

    .MenuRight {
        text-align: center;
        border: 1px solid #3f958e;
        padding: 28px;
        font-size: 15px;
        font-family: Tahoma, Geneva, sans-serif;
        background-color: #3f958e;
        color: white;
        border-radius: 6%;
        margin-top: 1%;
    }

    .MenuLeft {
        text-align: center;
        background-color: #3f958e;
        border: 1px solid #3f958e;
        padding: 28px;
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 15px;
        background-color: #3f958e;
        color: white;
        border-radius: 6%;
    }

    .MenuMiddle1 {
        padding-top: 2%;
        text-align: center;
        border: 1px solid #3f958e;
        padding: 28px;
        border-radius: 6%;
        font-size: 15px;
        font-family: Tahoma, Geneva, sans-serif;
        background-color: #3f958e;
        color: white;
        margin-top: 1%;
    }
}

@media only screen and (max-width:359px) {
    .inputform {
        padding-top: 7%;
        padding-left: 1%;
        margin-top: -6%;
        color: #6d6c67;
        font-family: Tahoma, Geneva, sans-serif;
        padding-right: 7%;
    }

    .confirmation {
        direction: rtl;
        border-radius: 10px;
        box-shadow: 0 0 10px 10px #eee;
        direction: ltr;
        overflow: hidden;
        padding: 20px;
        min-height: 100px;
        margin-bottom: 50px;
        cursor: default;
        width: min-content;
    }
}

@media only screen and (max-device-width: 415px) {
    .languageIcon {
        color: #FDBB30;
        margin-right: 39%;
        margin-top: 2%;
        font-size: 15px;
        position: absolute;
    }

    #menus {
        display: none;
    }

    .CardValidation {
        /* position: absolute; */
        margin-top: -9%;
        margin-left: 3%;
        font-size: 12px;
        color: red;
    }

    .CaptchaImage {
        width: 39%;
        position: absolute;
        margin-left: 57%;
        text-align: right;
        z-index: 0;
        margin-top: 5%;
    }

    .RechargeButton {
        width: 51%;
        margin-top: 8%;
    }

    .RefreshCaptcha {
        position: absolute;
        z-index: 0;
        cursor: pointer;
        margin-left: 97%;
        margin-top: 7%;
        color: #3F958E;
    }

    .footer {
        background-color: #fdbb30;
        text-align: center;
        font-size: 13px;
        border-left: none;
    }

    .police-lable {
        text-align: left;
        padding-top: 8%;
        font-family: Tahoma, Geneva, sans-serif;
        margin-left: 5%;
        padding-bottom: 14%;
        font-size: 13px;
    }

    .inputform {
        padding-top: 7%;
        padding-left: 1%;
        font-family: Tahoma, Geneva, sans-serif;
        margin-top: -6%;
        padding-right: 7%;
        color: #6d6c67;
    }

    .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 18px;
        width: 18px;
        background-color: #eee;
        border-radius: 50%;
        margin-top: 5%;
        margin-left: 82%;
    }

    .checkmark2 {
        position: absolute;
        top: 0;
        left: 0;
        height: 18px;
        width: 18px;
        background-color: #eee;
        border-radius: 50%;
        margin-top: 5%;
        margin-left: 82%;
    }

    .HrLine {
        border-top: 1px solid white;
        width: 59%;
        margin-right: 19%;
        text-align: center
    }

    .chekform {
        padding-left: 8%;
        padding-right: 8%;
        font-family: Tahoma, Geneva, sans-serif;
        margin-top: -15%;
        margin-bottom: -7%;
    }

    .icons {
        text-align: center;
        margin-top: 1%;
        margin-bottom: 2%;
    }

    .MenuLeft {
        text-align: center;
        background-color: #3f958e;
        border: 1px solid #3f958e;
        padding: 8px;
        font-size: 15px;
        background-color: #3f958e;
        color: white;
        border-radius: 6%;
    }

    .MenuMiddle1 {
        padding-top: 2%;
        text-align: center;
        border: 1px solid #3f958e;
        font-family: Tahoma, Geneva, sans-serif;
        padding: 8px;
        border-radius: 6%;
        font-size: 15px;
        background-color: #3f958e;
        color: white;
        margin-top: 1%;
    }

    .inputform {
        padding-top: 7%;
        padding-left: 1%;
        margin-top: -6%;
        font-family: Tahoma, Geneva, sans-serif;
        padding-right: 0%;
        color: #6d6c67;
    }

    .MenuMiddle2 {
        text-align: center;
        border: 1px solid #3f958e;
        padding: 8px;
        font-family: Tahoma, Geneva, sans-serif;
        border-radius: 6%;
        font-size: 15px;
        background-color: #3f958e;
        color: white;
        margin-top: 1%;
    }

    .MenuRight {
        text-align: center;
        border: 1px solid #3f958e;
        padding: 8px;
        font-size: 15px;
        font-family: Tahoma, Geneva, sans-serif;
        background-color: #3f958e;
        color: white;
        border-radius: 6%;
        margin-top: 1%;
    }

    .GeneralSize {
        padding-top: 3%;
        padding-left: 5%;
        padding-right: 5%;
    }

    .SocialIcons {
        height: 31px;
        width: 36px;
        text-align: center;
    }

    .lable-credit {
        padding-top: 4%;
        padding-bottom: 1%;
        font-size: 11px;
        padding-left: 45px;
    }

    .lable-debit {
        padding-top: 5%;
        font-size: 11px;
        padding-left: 26px;
    }

    .alertv {
        font-size: 9px;
        margin-left: 10.5%;
    }

    .CardsValidation {
        margin-top: -9%;
        margin-left: 6%;
        font-size: 11px;
        color: red;
    }

    .formats {
        border-style: unset;
        border-width: 1px;
        padding: 0;
        border-top-right-radius: 8%;
        border-top-left-radius: 8%;
        border-bottom-left-radius: 4%;
        border-color: beige;
        border-bottom-right-radius: 4%;
    }

    .imgStyle {
        margin-top: -14%;
        margin-bottom: -4%;
        width: 45%;
        height: 88%
    }

    .HoButton {
        text-align: center;
        width: 50%;
        font-family: Tahoma, Geneva, sans-serif;
        display: none
    }

    .HBotton {
        text-align: center;
        width: 50%;
    }

    .police-lable {
        text-align: left;
        padding-top: 6%;
        font-family: Tahoma, Geneva, sans-serif;
        margin-left: 5%;
        padding-bottom: 14%;
        font-size: 13px;
    }

    .buttonT {
        text-align: center;
        margin-bottom: 2%;
    }

    .btn-refresh {
        margin-bottom: -17%;
        margin-right: 11%;
        width: 64px;
        font-size: 11px;
    }

    .btn-print {
        margin-left: 39%;
        font-size: 11px;
        width: 21%;
        margin-bottom: -17%;
    }

    .btn-recharge {
        width: 44%;
        margin-top: 1%;
        font-size: 11px;
        margin-left: -3%;
    }

    /*Menu*/
    #toggle {
        width: 28px;
        height: 30px;
        margin: 10px;
        margin-left: 91%;
    }

    #toggle div {
        width: 100%;
        height: 5px;
        background-color: #fdbb30;
        margin: 4px auto;
        transition: all 0.3s;
        backface-visibility: hidden;
    }

    #toggle.on .one {
        transform: rotate(45deg) translate(5px, 5px);
    }

    #toggle.on .two {
        opacity: 0;
    }

    #toggle.on .three {
        transform: rotate(-45deg) translate(7px, -8px);
    }

    #menu {
        color: #fdbb30;
        border: 1px solid white;
        width: 150px;
        height: 100px;
        padding: 10px;
        border-radius: 3px;
        font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
        line-height: 100px;
        text-align: center;
        margin: auto;
        display: none;
    }

    .size-font {
        text-align: left;
        font-size: 16px;
    }

    .confirmation {
        border-radius: 10px;
        direction: rtl;
        box-shadow: 0 0 10px 10px #eee;
        direction: ltr;
        overflow: hidden;
        padding: 20px;
        min-height: 100px;
        margin-bottom: 50px;
        cursor: default;
        width: min-content;
    }
}



@media only screen and (max-device-width:411px) {
    .recaptcha-input {
        margin-top: -7%;
    }

    .CaptchaCustemStyle {
        margin-top: 18%;
    }

    #CaptchaText {
        margin-top: 18%;
    }

    .languageIcon {
        color: #FDBB30;
        margin-right: 39%;
        margin-top: 2%;
        font-size: 15px;
        position: absolute;
    }

    .HrLine {
        border-top: 1px solid white;
        width: 59%;
        margin-right: 19%;
        text-align: center;
    }

    .CaptchaImage {
        width: 38%;
        position: absolute;
        margin-left: 56%;
        text-align: right;
        z-index: 0;
        margin-top: 5%;
    }

    .size-font {
        text-align: left;
        font-size: 16px;
    }

    .MenuLeft {
        text-align: center;
        background-color: #3f958e;
        border: 1px solid #3f958e;
        padding: 8px;
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 15px;
        background-color: #3f958e;
        color: white;
        border-radius: 6%;
    }

    .CardsValidation {
        margin-top: -9%;
        margin-left: 11%;
        font-size: 10px;
        color: red;
    }

    .alertv {
        font-size: 9px;
        margin-left: 9%;
        margin-right: 0%;
    }

    .inputform {
        padding-top: 7%;
        padding-left: 1%;
        margin-top: -6%;
        color: #6d6c67;
        padding-right: 5%;
        font-family: Tahoma, Geneva, sans-serif;
    }

    .police-lable {
        text-align: left;
        padding-top: 7%;
        font-family: Tahoma, Geneva, sans-serif;
        margin-left: 25%;
        padding-bottom: 14%;
        font-size: 10px;
    }

    .lable-credit {
        padding-top: 4%;
        padding-bottom: 1%;
        font-size: 10px;
        padding-left: 26px;
        margin-left: 6%;
    }

    .lable-debit {
        padding-top: 5%;
        font-size: 10px;
        padding-left: 26px;
        margin-left: 6%;
    }

    .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 18px;
        width: 18px;
        background-color: #eee;
        border-radius: 50%;
        margin-top: 5%;
        margin-left: 82%;
    }

    .checkmark2 {
        position: absolute;
        top: 0;
        left: 0;
        height: 18px;
        width: 18px;
        background-color: #eee;
        border-radius: 50%;
        margin-top: 4%;
        margin-left: 82%;
    }

    .chekform {
        padding-left: 8%;
        padding-right: 8%;
        font-family: Tahoma, Geneva, sans-serif;
        margin-top: -4%;
        margin-bottom: -7%;
    }

    .btn-refresh {
        margin-bottom: -14%;
        margin-right: 11%;
        width: 64px;
        font-size: 11px;
    }

    .btn-print {
        margin-left: 39%;
        font-size: 11px;
        width: 21%;
        margin-bottom: -14%;
    }

    .btn-recharge {
        width: 44%;
        margin-top: -1px;
        margin-left: -2%;
        font-size: 11px;
    }

    #ErrorSpan {
        position: absolute;
        margin-bottom: 5px;
        font-size: 12px;
        color: red;
    }

    .RechargeButton {
        width: 51%;
        margin-top: 8%;
    }

    .CardValidation {
        /* position: absolute; */
        margin-top: -9%;
        margin-left: 3%;
        font-size: 12px;
        color: red;
    }

    .confirmation {
        border-radius: 10px;
        box-shadow: 0 0 10px 10px #eee;
        direction: ltr;
        overflow: hidden;
        padding: 20px;
        min-height: 100px;
        margin-bottom: 50px;
        cursor: default;
        direction: rtl;
        width: min-content;
    }
}

@media (min-height: 823px) and (min-width: 411px) {
    .recaptcha-input {
        margin-top: -7%;
    }

    .RechargeButton {
        width: 51%;
        /* margin-top: 3%; */
    }

    #ErrorSpan {
        position: absolute;
        margin-bottom: 5px;
        font-size: 9px;
        color: red;
    }

    .CardValidation {
        /* position: absolute; */
        margin-top: -9%;
        margin-left: 2%;
        font-size: 12px;
        color: red;
    }


    .CaptchaCustemStyle {
        margin-top: 18%;
    }

    #ErrorSpan {
        position: absolute;
        margin-bottom: 5px;
        font-size: 12px;
        color: red;
    }

    .languageIcon {
        color: #FDBB30;
        margin-right: 39%;
        margin-top: 2%;
        font-size: 15px;
        position: absolute;
    }

    .HrLine {
        border-top: 1px solid white;
        width: 59%;
        margin-right: 0%;
        text-align: center;
    }

    .CaptchaImage {
        width: 38%;
        position: absolute;
        margin-left: 56%;
        margin-right: 56.5%;
        text-align: right;
        z-index: 0;
        /* margin-top: 5%; */
    }

    .size-font {
        text-align: left;
        font-size: 16px;
    }

    .MenuLeft {
        /* text-align: center; */
        background-color: #3f958e;
        border: 1px solid #3f958e;
        /* padding: 8px; */
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 15px;
        background-color: #3f958e;
        color: white;
        border-radius: 0% 6% 6% 0%;
    }

    .alertv {
        font-size: 10px;
        margin-left: 2%;
        margin-right: 0%;
    }

    .inputform {
        padding-top: 7%;
        padding-left: 1%;
        margin-top: -6%;
        color: #6d6c67;
        padding-right: 7%;
        font-family: Tahoma, Geneva, sans-serif;
    }

    .police-lable {
        /* text-align: left; */
        /* padding-top: 35%; */
        font-family: Tahoma, Geneva, sans-serif;
        margin-left: 46%;
        /* padding-bottom: 14%; */
        font-size: 10px;
    }

    .lable-credit {
        padding-top: 4%;
        padding-bottom: 0%;
        font-size: 10px;
        padding-left: 75%;
        padding-right: 0%;
        margin-left: 6%;
    }

    .lable-debit {
        padding-top: 5%;
        font-size: 10px;
        padding-left: 75%;
        padding-right: 1%;
        margin-left: 6%;
    }

    .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 18px;
        width: 18px;
        background-color: #eee;
        border-radius: 50%;
        margin-top: 5%;
        margin-left: 82%;
    }

    .checkmark2 {
        position: absolute;
        top: 0;
        left: 0;
        height: 18px;
        width: 18px;
        background-color: #eee;
        border-radius: 50%;
        margin-top: 4%;
        margin-left: 82%;
    }

    .chekform {
        padding-left: 8%;
        padding-right: 8%;
        font-family: Tahoma, Geneva, sans-serif;
        margin-top: -4%;
        margin-bottom: -7%;
    }

    .btn-refresh {
        margin-bottom: -14%;
        margin-right: 11%;
        width: 64px;
        font-size: 11px;
    }

    .btn-print {
        margin-left: 39%;
        font-size: 11px;
        width: 21%;
        margin-bottom: -14%;
    }

    .btn-recharge {
        width: 44%;
        margin-top: -1px;
        margin-left: -2%;
        font-size: 11px;
    }
}


@media only screen and (max-device-width:375px) {
    .chekform {
        padding-left: 8%;
        padding-right: 8%;
        font-family: Tahoma, Geneva, sans-serif;
        margin-top: -18%;
        margin-bottom: -7%;
    }

    .languageIcon {
        color: #FDBB30;
        margin-right: 39%;
        margin-top: 2%;
        font-size: 15px;
        position: absolute;
    }

    .size-font {
        text-align: left;
        font-size: 14px;
    }

    .recaptcha-input {
        margin-top: -7%;
    }

    .police-lable {
        text-align: left;
        padding-top: 5%;
        margin-left: 10%;
        padding-bottom: 14%;
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 11px;
    }

    .RechargeButton {
        width: 51%;
        margin-top: 3%;
    }

    .lable-debit {
        padding-top: 5%;
        font-size: 10px;
        padding-left: 26px
    }

    .lable-credit {
        padding-top: 4%;
        padding-bottom: 2%;
        font-size: 10px;
        padding-left: 26px;
    }

    .CardValidation {
        /* position: absolute; */
        margin-top: -9%;
        margin-left: 3%;
        font-size: 11px;
        color: red;
    }

    .MenuLeft {
        text-align: center;
        background-color: #3f958e;
        border: 1px solid #3f958e;
        padding: 23px;
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 15px;
        background-color: #3f958e;
        color: white;
        border-radius: 6%;
    }

    .MenuMiddle1 {
        padding-top: 2%;
        text-align: center;
        border: 1px solid #3f958e;
        padding: 8px;
        border-radius: 6%;
        font-size: 15px;
        background-color: #3f958e;
        color: white;
        font-family: Tahoma, Geneva, sans-serif;
        margin-top: 1%;
    }

    .MenuMiddle2 {
        text-align: center;
        border: 1px solid #3f958e;
        padding: 8px;
        font-family: Tahoma, Geneva, sans-serif;
        border-radius: 6%;
        font-size: 15px;
        background-color: #3f958e;
        color: white;
        margin-top: 1%;
    }

    .MenuRight {
        text-align: center;
        border: 1px solid #3f958e;
        padding: 8px;
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 15px;
        background-color: #3f958e;
        color: white;
        border-radius: 6%;
        margin-top: 1%;
    }

    .alertv {
        font-size: 10px;
        margin-left: 0.5px;
        margin-right: 0%;
    }

    .inputform {
        padding-top: 7%;
        padding-left: 1%;
        margin-top: -6%;
        color: #6d6c67;
        font-family: Tahoma, Geneva, sans-serif;
        padding-right: 0%;
    }

    .btn-refresh {
        margin-bottom: -15%;
        margin-right: 11%;
        width: 64px;
        font-size: 11px;
    }

    .btn-print {
        margin-left: 39%;
        font-size: 11px;
        width: 21%;
        margin-bottom: -15%;
    }

    .btn-recharge {
        width: 44%;
        margin-left: -1%;
        font-size: 11px;
    }

    .confirmation {
        border-radius: 10px;
        box-shadow: 0 0 10px 10px #eee;
        direction: ltr;
        overflow: hidden;
        padding: 20px;
        min-height: 100px;
        margin-bottom: 50px;
        cursor: default;
        width: min-content;
        direction: rtl
    }
}

@media (min-height: 812px) and (min-width: 375px) {
    .recaptcha-input {
        margin-top: -7%;
    }

    .languageIcon {
        color: #FDBB30;
        margin-right: 39%;
        margin-top: 2%;
        font-size: 15px;
        position: absolute;
    }

    .HrLine {
        border-top: 1px solid white;
        width: 59%;
        margin-right: 0%;
        text-align: center;
    }


    .CaptchaImage {
        width: 38%;
        position: absolute;
        margin-left: 56%;
        margin-right: 56.5%;
        text-align: right;
        z-index: 0;
        /* margin-top: 5%; */
    }

    .size-font {
        text-align: left;
        font-size: 16px;
    }

    .MenuLeft {
        /* text-align: center; */
        background-color: #3f958e;
        border: 1px solid #3f958e;
        /* padding: 8px; */
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 15px;
        background-color: #3f958e;
        color: white;
        border-radius: 0% 6% 6% 0%;
    }

    .CardsValidation {
        margin-top: -9%;
        margin-left: 8%;
        font-size: 10px;
        color: red;
    }

    .alertv {
        font-size: 9px;
        margin-left: 5%;
        margin-right: 0%;
    }

    .inputform {
        padding-top: 7%;
        padding-left: 1%;
        margin-top: 0%;
        color: #6d6c67;
        padding-right: 2%;
        font-family: Tahoma, Geneva, sans-serif;
    }

    .police-lable {
        /* text-align: left; */
        /* padding-top: 29%; */
        font-family: Tahoma, Geneva, sans-serif;
        margin-left: 46%;
        /* padding-bottom: 14%; */
        font-size: 10px;
    }

    .RechargeButton {
        width: 51%;
        /* margin-top: 11%; */
    }

    .lable-credit {
        padding-top: 4%;
        padding-bottom: 0%;
        font-size: 10px;
        padding-left: 75%;
        padding-right: 0%;
        margin-left: 6%;
    }

    .lable-debit {
        padding-top: 5%;
        font-size: 10px;
        padding-left: 75%;
        padding-right: 1%;
        margin-left: 6%;
    }

    .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 18px;
        width: 18px;
        background-color: #eee;
        border-radius: 50%;
        margin-top: 5%;
        margin-left: 82%;
    }

    .checkmark2 {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 18px;
        width: 18px;
        background-color: #eee;
        border-radius: 50%;
        margin-top: 4%;
        margin-left: 82%;
    }

    .chekform {
        padding-left: 8%;
        padding-right: 8%;
        font-family: Tahoma, Geneva, sans-serif;
        margin-top: -4%;
        margin-bottom: -7%;
    }

    .btn-refresh {
        margin-bottom: -14%;
        margin-right: 11%;
        width: 64px;
        font-size: 11px;
    }

    .btn-print {
        margin-left: 39%;
        font-size: 11px;
        width: 21%;
        margin-bottom: -14%;
    }

    .btn-recharge {
        width: 44%;
        margin-top: -1px;
        margin-left: -2%;
        font-size: 11px;
    }
}

@media only screen and (max-device-width :360px) {
    .alertv {
        font-size: 8px;
        margin-left: 9%;
    }

    #CaptchaText {
        margin-top: 21%;
    }

    .languageIcon {
        color: #FDBB30;
        margin-right: 39%;
        margin-top: 2%;
        font-size: 15px;
        position: absolute;
    }

    .CaptchaImage {
        width: 38%;
        position: absolute;
        text-align: right;
        z-index: 0;
        margin-right: 57%;
        margin-top: 7%;
    }

    .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 18px;
        width: 18px;
        background-color: #eee;
        border-radius: 50%;
        margin-top: 4%;
        margin-left: 78%;
    }

    .checkmark2 {
        position: absolute;
        top: 0;
        left: 0;
        height: 18px;
        width: 18px;
        background-color: #eee;
        border-radius: 50%;
        margin-top: 3%;
        margin-left: 78%;
    }

    .MenuLeft {
        text-align: center;
        background-color: #3f958e;
        border: 1px solid #3f958e;
        padding: 8px;
        font-size: 15px;
        background-color: #3f958e;
        color: white;
        font-family: Tahoma, Geneva, sans-serif;
        border-radius: 6%;
    }

    .MenuMiddle1 {
        padding-top: 2%;
        text-align: center;
        border: 1px solid #3f958e;
        padding: 8px;
        border-radius: 6%;
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 15px;
        background-color: #3f958e;
        color: white;
        margin-top: 1%;
    }

    .CaptchaCustemStyle {
        margin-top: 22%;
    }

    #ErrorSpan {
        position: absolute;
        margin-bottom: 5px;
        font-size: 12px;
        color: red;
    }

    .CardValidation {
        margin-top: 9%;
        margin-left: 8%;
        font-size: 10px;
        color: red;
    }

    .RechargeButton {
        width: 51%;
        margin-top: 3%;
    }

    .MenuMiddle2 {
        text-align: center;
        border: 1px solid #3f958e;
        padding: 8px;
        border-radius: 6%;
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 15px;
        background-color: #3f958e;
        color: white;
        margin-top: 1%;
    }

    .MenuRight {
        text-align: center;
        border: 1px solid #3f958e;
        font-family: Tahoma, Geneva, sans-serif;
        padding: 8px;
        font-size: 15px;
        background-color: #3f958e;
        color: white;
        border-radius: 6%;
        margin-top: 1%;
    }

    .size-font {
        text-align: left;
        font-size: 13px;
    }

    .police-lable {
        text-align: left;
        padding-top: 4%;
        margin-left: 23%;
        padding-bottom: 12%;
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 9px;
    }

    .lable-debit {
        padding-top: 5%;
        font-size: 8px;
        padding-left: 26px;
        margin-left: 6%;
    }

    .lable-credit {
        padding-top: 4%;
        padding-bottom: 0%;
        font-size: 8px;
        padding-left: 35px;
        margin-left: 6%;
    }

    .chekform {
        padding-left: 8%;
        padding-right: 8%;
        margin-top: -18%;
        font-family: Tahoma, Geneva, sans-serif;
        margin-bottom: -7%;
    }

    .inputform {
        padding-top: 7%;
        padding-left: 1%;
        font-family: Tahoma, Geneva, sans-serif;
        margin-top: -6%;
        color: #6d6c67;
        padding-right: 1%;
    }

    .CardsValidation {
        margin-top: -9%;
        margin-left: 10%;
        font-size: 9px;
        color: red;
    }

    #CaptchaText {
        margin-top: 23%;
    }

    .recaptcha-input {
        margin-top: -11%;
    }

    .btn-print {
        margin-left: 39%;
        font-size: 11px;
        width: 21%;
        margin-bottom: -17%;
    }

    .btn-refresh {
        margin-bottom: -17%;
        margin-right: 11%;
        width: 64px;
        font-size: 11px;
    }

    .btn-recharge {
        width: 44%;
        margin-left: 0%;
        font-size: 11px;
        margin-top: 0%;
    }

    .RechargeSpan {
        border: 1px solid #3f958e;
        padding: 6px;
        border-radius: 25px;
        font-size: 18px;
        text-transform: uppercase;
        text-align: center;
        background-color: #3f958e;
        color: white;
        font-family: Tahoma, Geneva, sans-serif;
        font-weight: bold;
        display: block
    }

    .base {
        padding: 0 20px;
        padding-top: 50px;
        box-sizing: border-box;
        direction: ltr;
        display: contents
    }

    .confirmation {
        border-radius: 10px;
        box-shadow: 0 0 10px 10px #eee;
        direction: ltr;
        overflow: hidden;
        padding: 20px;
        min-height: 100px;
        margin-bottom: 50px;
        cursor: default;
        direction: rtl;
        width: min-content;
    }
}

@media only screen and (max-device-width :320px) {
    .CaptchaImage {
        width: 38%;
        position: absolute;
        margin-left: 56%;
        text-align: right;
        z-index: 0;
        margin-top: 9%;
    }

    .languageIcon {
        color: #FDBB30;
        margin-right: 39%;
        margin-top: 2%;
        font-size: 15px;
        position: absolute;
    }

    .RefreshCaptcha {
        position: absolute;
        z-index: 0;
        cursor: pointer;
        margin-left: 96%;
        margin-top: 12%;
        color: #3F958E;
    }

    .inputform {
        padding-top: 7%;
        padding-left: 1%;
        margin-top: -12%;
        color: #6d6c67;
        font-family: Tahoma, Geneva, sans-serif;
        padding-right: 1%;
    }

    #ErrorSpan {
        position: absolute;
        margin-bottom: 5px;
        font-size: 11px;
        color: red;
    }

    .alertv {
        font-size: 7.5px;
        margin-left: 8%;
    }

    .CardValidation {
        margin-top: 9%;
        margin-left: 1%;
        font-size: 10px;
        color: red;
    }

    .lable-debit {
        padding-top: 5%;
        font-size: 8px;
        padding-left: 26px;
        margin-left: 6%;
    }

    .lable-credit {
        padding-top: 4%;
        padding-bottom: 0%;
        font-size: 8px;
        padding-left: 26px;
        margin-left: 6%;
    }

    .RechargeButton {
        width: 51%;
        margin-top: 3%;
    }

    .size-font {
        text-align: left;
        font-size: 11px;
    }

    .btn-refresh {
        margin-bottom: -19%;
        margin-right: 11%;
        width: 64px;
        font-size: 11px;
    }

    .btn-print {
        margin-left: 40%;
        font-size: 11px;
        width: 21%;
        margin-bottom: -19%;
    }

    .btn-recharge {
        width: 44%;
        margin-left: 3%;
        font-size: 11px;
    }

    .RechargeSpan {
        border: 1px solid #3f958e;
        padding: 0px;
        border-radius: 25px;
        font-size: 18px;
        text-transform: uppercase;
        text-align: center;
        background-color: #3f958e;
        color: white;
        font-weight: bold;
        font-family: Tahoma, Geneva, sans-serif;
    }

    .police-lable {
        text-align: left;
        padding-top: 2%;
        font-family: Tahoma, Geneva, sans-serif;
        margin-left: 11%;
        padding-bottom: 12%;
        font-size: 9px;
    }

    .imgStyle {
        margin-top: -19%;
        margin-bottom: -2%;
        width: 45%;
        height: 88%;
        margin-bottom: 1%;
    }

    .base {
        padding: 0 20px;
        padding-top: 50px;
        box-sizing: border-box;
        direction: ltr;
        display: contents
    }

    .confirmation {
        border-radius: 10px;
        box-shadow: 0 0 10px 10px #eee;
        direction: ltr;
        overflow: hidden;
        padding: 20px;
        min-height: 100px;
        margin-bottom: 50px;
        cursor: default;
        width: min-content;
        direction: rtl;
    }
}

.NotSupportedMessage {
    text-align: right;
    margin: 2%;
    margin-top: 3%;
    color: rgb(109, 108, 103);
}


.HrLineIE {
    border-top: 1px solid white;
    width: 59%;
    margin-left: 0;
    text-align: center
}