@import url("//fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Tajawal:wght@400;500;700&display=swap");


body,
input {
    font-family: 'Poppins', 'Tajawal', sans-serif;
    font-size: 16px;
    color: #404040;
}

button {
    font-family: 'Poppins', 'Tajawal', sans-serif;
}

body.ar-ae,
body.ar-ae input,
body.ar-ae button {
    font-family: 'Tajawal', 'Poppins', sans-serif !important;
}

.check-subscription-link a {
    font-size: 1.0em;
}

.check-subscription-link a,
a:link,
a,
a:visited {
    color: #404040;

    font-weight: inherit;
    text-decoration: none;
    font-style: none;
}

a:-webkit-any-link,
a:-moz-any-link {
    color: #404040;

    font-weight: inherit;
    text-decoration: none;
    font-style: none;
}

.hyperlink,
.disclaimer-box a,
.cookies-box a,
a {
    color: #E89922;

    font-weight: inherit;
    text-decoration: none;
    font-style: none;
}

.hyperlink:hover,
.disclaimer-box a:hover,
.cookies-box a:hover,
a:active,
a:hover {
    color: #E89922;

    font-weight: none;
    text-decoration: underline;
    font-style: none;
}

.wrapper {
    max-width: 1040px;

    width: 100%;
    padding: 0;
    margin: 0 auto;
}

.footer {
    padding: 0;
    font-size: 13px;
    padding-top: 2em;
}

.selection-services {
    padding-left: 0px;
    margin-bottom: 0em;
}

.btn,
.btn:active,
.btn:focus {
    height: auto;
    line-height: normal;
    margin: 0px;
    font-family: inherit;
    font-size: 1.0em;
    font-weight: inherit;
    text-transform: none;
    padding: 0.7em;
    border: 1px solid #E89922;
    border-radius: 30px;
    color: #FFF !important;
    background: #E89922;
    transition: background 0.5s, color 0.5s, border 0.5s;
}

span.stock-exchange-release-name {
    position: relative;
    top: -1px;
}

.btn:hover {
    text-decoration: none;
    color: #E89922 !important;
    border-color: #E89922;
    background-color: #ffffff;
}

.modal-content .btn,
.modal-content .btn:active,
.modal-content .btn:focus,
body.ar-ae .modal-content .btn,
body.ar-ae .modal-content .btn:active,
body.ar-ae .modal-content .btn:focus{
    background: #E89922;
}
body.ar-ae .modal-content .btn:hover,
.modal-content .btn:hover {
    background: #E89922;
}

#dialogModal .btn-submit,
#dialogModal .btn-ok,
#dialogModal .btn-cancel {
    min-width: inherit;
}

#dialogModal .privacy-policy-sector .btn-cancel {
    margin-right: 2px;
}

.body-rtl #dialogModal .privacy-policy-sector .btn-cancel {
    margin-left: 0px;
}

b,
strong {
    font-weight: inherit;
}

.radio input,
.checkbox input {
    height: 17px;
}

span.checkbox {
    background: none;
    position: relative;
    bottom: 3px;
}
body.ar-ae span.checkbox {
    bottom: 0px;
}
.radio input,
.checkbox input {
    width: auto;
    height: auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.announcement-group-lable {
    display: none;
}

.row-item.stockexchange-default .service-checkbox {
    margin-left: 0;
}

.form .lable {
    text-transform: uppercase;
}

.form input {
    appearance: auto;
    -moz-appearance: auto;
    background-color: #ffffff;
    border: 1px solid #ddd;
    color: inherit;
    height: auto;
    padding: 0.5em 1em 0.5em 0.5em;
    border-radius: 0;
}

.form select {
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    background-color: #ffffff;

    border-radius: 0px;
    height: auto;
    padding: 0.5em 1em 0.5em 0.5em;
    color: inherit;

    border: 1px solid #ddd;
}


.form select > option {
    color: #272351;
    text-transform: capitalize;
}


@media (max-width: 480px) {
    .button-inner {
        padding-top: 10px;
    }
}

.check-subscription-link {
    font-weight: inherit;
}

/* adjustments */
#dialogModal .privacy-policy-sector .btn {
    padding-top: 1em;
    padding-bottom: 1em;
}

.form .row-control .input > * {
    width: 95%;
    max-width: 360px;
}

.subscription-wrapper-single .selection-services {
    border: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.form .lable {
    text-transform: none;
    font-weight: inherit;
}

.button-wrapper,
.form .row-control {
    margin-right: 0px;
    margin-left: 0px;
}

.form .lable,
.form .input {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: inherit;
}

.form .lable,
.form .input {
    float: none !important;
}

.form .input {
    width: 100% !important;
}

.form .lable {
    width: 100%;
    float: none;
    text-align: left;
    padding-right: 0px;
    height: auto;
    vertical-align: middle;
    line-height: normal;
    font-weight: inherit;
    padding-bottom: 0.5em;
}

.row-control {
    padding: 0.5em 0;
    clear: both;
}

.row-control {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
}

@media (max-width:1178px) {
    .row-control {
        display: inline-block;
        vertical-align: top;
        width: 50%;
    }
}

@media (max-width:460px) {
    .row-control {
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }
}

@media (max-width: 568px) {
    .button-wrapper {

        width: 100%;

        text-align: left;
    }
}


@media (max-width: 480px) {
    .button-wrapper {
        text-align: left;
        margin-bottom: 18px;
    }
}


.validator-error {
    background-color: #FFF;
    color: #ff0000;
    padding: 1px 3px;
}

.button-wrapper .check-subscription-link,
.button-wrapper .button-inner {
    margin-left: 0 !important;
}

.privacy-policy a {
    text-decoration: underline !important;
}

.button-wrapper {
    margin-top: 2em;
    padding-left: 0;
}

.google-recapcha {
    margin-top: 15px;
    text-align: left;
    font-size: .7em;
    color: #404040;
}

h4#dialogModalLabel,
h4#retrivingSubscriptionDialogModalLabel {
    font-size: 16px;
    font-weight: inherit;
    padding-left: 15px;
}

.subscribe-checking .button-wrapper {
    margin: 2em 0;
    text-align: center;
    width: 100%;
    padding: 0;
}

.subscribe-checking .form {
    width: 100%;
    text-align: center;
}

.subscribe-checking .row-control {

    width: 75%;
}

.subscribe-checking .google-recapcha {
    text-align: center;
}

.supply-by-box {
    line-height: 1;
}

.service-checkbox {
    margin-left: 0px;
    margin-right: 0px;
}

* {
    outline: 0 !important;
}

/* ar */
.body-rtl .button-wrapper {
    margin-left: 0%;
    margin-right: 0 !important;
    padding-left: 0;
    padding-right: 0px !important;
}

.ar-ae .google-recapcha {
    margin-top: 15px;
    text-align: right;
}

.body-rtl .selection-services {
    padding-right: 0;
}

.body-rtl .wrapper {
    padding: 0px 5px 0 0;
}

.body-rtl .form .lable,
.body-rtl .form .input {
    padding-right: 0px;
}

.body-rtl .subscribe-checking .button-wrapper {
    margin: 15px 25% 30px 0;
    text-align: center;
}

#dialogModal .privacy-policy-sector .btn {
    min-width: 8em;
}

@media (min-width: 764px) {

    body,
    input {
        font-size: 16px;
    }
}


/* ************Modifications******************* */

.supply-by a::before {
    background-color: transparent !important;
}

.supply-by a{
    color: transparent !important;
}
