/** #1F2028 */

:root {
    --main-bg-color: whitesmoke;
    --main-bg-color-75: whitesmoke;
    --main-bg-color-75: whitesmoke;
    --text-color: #222;
  }

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.hidden {
    display: none;
}


.mobile-only {
    display: none;
}

html {
    height: 100%;
    background-color: white;
}


body {
    font-family: "IBM Plex Sans Arabic", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 2rem; /* rem relative to html font-size */
    /*background: url("../img/resp_00.jpg");*/
    background: none;
    background-color: white;

    height: 100%;
    background-image: url('../img/bg_home.png');
    background-repeat: repeat-y;
    background-size: 40% auto;

}

/* When body is not arabic do this*/
.body-isArabic {
    background-position: right -15px;
}

.base-container {
    /* background-color: var(--main-bg-color-75); */
    min-height: 100vh;
}

.messages.isArabic {
    width: 60%;
    font-size: 1.1rem;
    text-align: center;
    margin: 0px;
    border-radius: 10px;
    overflow-wrap: break-word;
    
}

.messages.Arabic {
    position: relative;
    right: -40vw;
    width: 60%;
    font-size: 1.1rem;
    text-align: center;
    margin: 0px;
    border-radius: 10px;
    overflow-wrap: break-word;
}

.message-close-btn:hover {
    cursor: pointer;
}

#navbar {
    display: flex;
    padding: 2rem;
    padding-bottom: 0.25rem;
    padding-top: 1rem;
    font-size: 1.25rem;
}

.Arabic {
    direction: rtl;
}

#navbar li {
    display: inline;
    margin-right: 1.33rem;
    font-weight: 500;
}

#navbar li a {
    text-decoration: none;
    color: var(--text-color);
    transition: all 0.3s ease-in-out;
}

#navbar li a:hover {
    color: #5bc0de;
}

.cool-link {
    display: inline-block;
    color: #000;
    text-decoration: none;
}

.cool-link::after {
    content: '';
    display: block;
    width: 0;
    height: 1.5px;
    background: #5bc0de;
    transition: width .3s;
}

.cool-link:hover::after {
    width: 33%;
}

.cool-link-active {
    color: #5bc0de!important;
}

.cool-link-active::after {
    width: 33% !important;
}

#profile-img {
    vertical-align: middle;
    object-fit: fill;
    
}

/* Tutorial */
.tut-message-arrow {

}

.tut-message-box {
    position: absolute;
    opacity: 0.85;
    font-size: 1rem !important;
    border-radius: 10px;
    border: solid 1px #5bc0de;
    box-shadow: 0px 0px 7px #5bc0de;
    color: black;
    background-color: #FFFEE8;
    animation-name: float;
    animation-duration: 1.25s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.tut-header {
    background-color: #FFFDCF;
    border-radius: 10px;
    padding: 0.5;
    color: #5cb85c;
    text-align: center;
    font-weight: bold;
}

.tut-body {
    padding: 0.75rem;
}

.light-anim {
    animation-name: light;
    animation-duration: 1.25s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
/* End Tutorial */

/** Support Frame Btn **/

.btn-circle-lg {
    width: 60px !important;
    height: 60px !important;
    padding: 5px 8px !important;
    font-size: 12px;
    text-align: center !important;
}

.support-frame-btn {
    cursor: pointer !important;
    position: fixed !important;
    box-shadow: 0px 0px 3px #ccc !important;
}

.support-frame-btn:hover {
    font-size: 14px !important;
    animation: all 0.3s ease-in-out;
}

.support-frame-btn-ar {
    left: 25px !important;
    bottom: 25px !important;
}

.support-frame-btn-en {
    right: 25px !important;
    bottom: 25px !important;
}

/** End Support Frame Button **/
    
/***** Start Support Frame *****/

.support-frame {
    position: fixed !important;
    width: 25vw !important;
    height: 60vh !important;
    border: 1px solid #17A2B8 !important;
    border-radius: 10px !important;
    box-shadow: 0px 0px 3px #ccc !important;
    background-color: white !important;
}

.slide-up {
    display: block !important;
    animation-name: slide-up-fade-in;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
}

.slide-down {
    animation-name: slide-down-fade-in;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
}

.support-frame-ar {
    left: 25px !important;
    bottom: 90px !important;
}

.support-frame-en {
    right: 25px !important;
    bottom: 90px !important;
}


/** End Support Frame **/

@keyframes float {
    0%   {
        transform: translateY(0px);
        box-shadow: 0px 0px 7px #5bde5f80;
    }
    50%  {
        transform: translateY(-7px);
        box-shadow: 0px 0px 15px rgb(91, 222, 111);
    }
    100% {
        transform: translateY(0px);
        box-shadow: 0px 0px 7px #5bde5f80;
    }
}

@keyframes float-raw {
    0%   {
        transform: translateY(0px);
    }
    50%  {
        transform: translateY(-7px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes light {
    0%   {
        box-shadow: 0px 0px 7px #5bde5f80;;
    }
    50%  {
        box-shadow: 0px 0px 7px rgb(91, 222, 111);
    }
    100% {
        box-shadow: 0px 0px 7px #5bde5f80;;
    }
}

@keyframes slide-up-fade-in{
    0% {
        opacity:0;
        transform:  translate(0px,40px)  ;
    }
    100% {
        opacity:1;
        transform:  translate(0px,0px)  ;
    }
}

@keyframes slide-down-fade-in{
    100% {
        display: block !important;
        opacity:1;
        transform:  translate(0px,0px)  ;
    }
    0% {
        display: none !important;
        opacity:0;
        transform:  translate(0px,40px)  ;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 1259.98px) {
    .support-frame {
        position: fixed !important;
        width: 40vw !important;
        height: 60vh !important;
        border: 1px solid #17b837 !important;
        border-radius: 10px !important;
        box-shadow: 0px 0px 3px #ccc !important;
        background-color: white !important;
    }
 }


/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .support-frame {
        position: fixed !important;
        width: 40vw !important;
        height: 60vh !important;
        border: 1px solid #17A2B8 !important;
        border-radius: 10px !important;
        box-shadow: 0px 0px 3px #ccc !important;
        background-color: white !important;
    }
 }

 /* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

    #navbar {
        font-size: 1rem !important;
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    body {
        background-image: none !important;
        background-repeat: repeat-y;
        background-size: 100% !important;
    }

    /* page-content */
    .Arabic-page-content {
        width: 75vw !important;
        margin: auto !important;
        padding-bottom: 1rem !important;
    }
    .isArabic-page-content {
        width: 75vw !important;
        margin: auto !important;
        padding-bottom: 1rem !important;
    }

    .support-frame {
        position: fixed !important;
        width: 75vw !important;
        height: 60vh !important;
        border: 1px solid #17A2B8 !important;
        border-radius: 10px !important;
        box-shadow: 0px 0px 3px #ccc !important;
        background-color: white !important;
    }

 }

 @media (max-width: 425px){
    #navbar {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    #navbar li{
        margin-right: 0.2rem !important;
        margin-left: 0.2rem !important;
    }
    #navbar {
        font-size: 1rem !important;
    }

    .support-frame {
        position: fixed !important;
        width: 90vw !important;
        height: 60vh !important;
        border: 1px solid #17A2B8 !important;
        border-radius: 10px !important;
        box-shadow: 0px 0px 3px #ccc !important;
        background-color: white !important;
    }

 } 

 /* Extra small devices (portrait phones, less than 576px) */ 
@media (max-width: 350.00px) {
    #navbar {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    #navbar li{
        margin-right: 0.2rem !important;
        margin-left: 0.2rem !important;
    }
    
    #navbar {
        font-size: 0.9rem !important;
    }
}

@media (max-width: 308.00px) {
    #navbar {
        font-size: 0.9rem !important;
    }
}



/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { 


 }

/* Extra large devices (large desktops) */
/* No media query since the extra-large breakpoint has no upper bound on its width */
