﻿/*:root {
    --button-color: #005288;
    --background-color: #005288;
    --background-color2: #1072a8;
    --border-color: #e3e7e9;
    --text-color: #fff;
}*/
@font-face {
    font-family: GESSTwoMedium;
    font-weight: 700;
    src: url('../Fonts/GE SS Two Medium.otf') format('opentype');
}

@font-face {
    font-family: GESSTwoLight;
    font-weight: 700;
    src: url('../Fonts/GE SS Two Light.otf') format('opentype');
}
:root {
    --button-color: #005288;
    --background-color: #fff;
    --background-color2: #fff;
    --border-color: #b3b7b9;
    --button-background-color: #1072a8;
    --button-color: #fff;
    --text-color: #333;
}
body {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; 
    color: var(--text-color);
    background: var(--background-color);
    margin: 6px;
}
    body .ar {
        font-family: GESSTwoLight, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        direction: rtl;
    }
img.MobilyImg {
    width: 90px;
    float: left;
}
.my-account-body {
    padding-bottom: 60px;
    position: relative;
    min-height: 90vh;
    min-height: calc(100vh - 72px);
}
.container {
    max-width: 540px;
    display: block;
    margin: auto; 
    text-align: center;
    color: var(--text-color);
    padding: 1% 2%;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
    .container .ar {
        font-family: GESSTwoLight, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        direction: rtl;
    }

    .container div {
        padding: 3.5% 2%; 
    }
    .container h2, .container h3, .container h4 {
        width: 95%;
        margin-right: auto;
        margin-left: auto;
    }
    .container div, .container h2, .container h3, .container h4, .container h5, .container h6 {
        clear: both;
    }
    .container h6 {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        text-align: left;
        font-weight: normal;
    }
        .container h6.ar {
            text-align: right;
            font-weight: normal;
        }
.copyimage {
    height: 25px;
    padding-left: 2%;
}
.my-account-body h1 {
    margin: 0;
    padding: 25px 10px;
    text-align: left;
    border: none;
    border-bottom: 1px solid var(--border-color);
    border-top: 1px solid var(--border-color);
}
.mninput {
    padding: 0.5em 5% 0.5em 10%;
    letter-spacing: 1px;
}
.pininput {
    padding: 0.5em 5%;
    text-align: center;
    letter-spacing: 5px;
    max-width: 200px;
}
input[type=tel], input[type=number] {
    border: 1px solid var(--border-color);
    border-radius: 5px;
    font-size: 1.2em;
}
.service-div {
}
    .service-div h3 {
        margin: 0;
        padding: 8px;
        text-align: left;
        border: none;
        border-bottom: 1px solid var(--border-color);
    }
.service-div table {
    width: 96%;
    text-align: initial;
    margin: 10px 2% 0 2%;
    padding: 0; 
    border: none;
    font-size: 12.5px;
}
    .service-div table a {

    }
    .service-div table td.unsublink { 
        font-size: .85em;
    }
    .service-div table th {
        width: 45%;
    }
    .service-div table td, .service-div table th {
        padding: 5px 5px 5px 10px;
        text-align: left;
        vertical-align: top;
    }
    .service-div table tr:last-child td, .service-div table tr:last-child th {
        padding-top: 15px;
        padding-bottom: 5px;
        border-bottom: 1px solid var(--border-color);
    }
    .service-div table > thead th {
        font-weight: 600;
    }
    .service-div table td:has(label) {
        padding: 10px 5px 5px 10px;
        text-align: center;
        font-size: 0.85em;
    }
        .service-div table td> label {
            margin: 2px;
        }
        /*table > tbody td, table > thead th  {
        padding: 5px 5px 10px;
    }
    table > thead th {
        font-weight: 600;
        font-size: 1.05em;
    }*/
button {
    background-color: var(--button-background-color);
    color: var(--button-color);
    border: 0;
    border-radius: 5px;
    font-size: .95em;
    line-height: 1.8em;
    padding: 0.35em 1.2em;
    box-shadow: #999 1px 1px 1px;
    font-family: GESSTwoLight, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
/*button.ar {
        font-family: GESSTwoLight, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }
*/

button[disabled] {
    opacity: 0.3;
}
    button.reloadButton {
        border: 0;
        border-radius: 4px;
        font-size: 15px;
        padding: 8px 18px;
        line-height: 26px;
        font-family: GESSTwoLight, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }
 
#confirmdiv {
    transition: width 2s;
}
#confirmdiv button {
    background-color: var(--button-background-color);
    color: var(--button-color);
    border: 1px solid var(--border-color);
}
#confirmoverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--background-color2);
    opacity: 0.8;
    z-index: 9999999;
    /*-webkit-animation: fade-in .5s ease-out 0s both;
    animation: fade-in .5s ease-out 0s both;*/
}
.accessportalcell {
    font-size: 1em;
}
#confirmctl {
    position: fixed;
    width: 90%;
    top: 20vh;
    left: 5%;
    margin-top: 15vh;
    padding-bottom: 5px;
    z-index: 99999999;
    -webkit-animation: fade-in 0.4s ease-in .1s both;
    animation: fade-in 0.4s ease-in .1s both;
}
.fade-in {
    -webkit-animation: fade-in 1s ease-in-out .2s both;
    animation: fade-in 1s ease-in-out .2s both;
}
.footerunsub {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 90%;
    left: 5%;
    font-size: 0.6em;
}
@-webkit-keyframes fade-in {
    0% {
    opacity: 0
}

    100% {
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}
