@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@600&display=swap');

* {
    font-family: 'Cairo', sans-serif;
    text-decoration: none;
}

body {
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
}

header {
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, .1);
    line-height: 100px;
    background-color: #fff;
}

.container {
    max-width: 1250px;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    gap: 20px;
    justify-content: space-between;
    line-height: 100px;
    padding-right: 15px;
    padding-left: 15px;
}

.logo_s {
    line-height: 100px;
}

.logo_s img {
    max-width: 171px !important;
    vertical-align: middle;
}

.language_s {
    display: flex;
    margin-top: 30px;
    padding: 0;
    gap: 10px;

}

.logo_s a {
    display: block;
    line-height: 100px;
}

.language_s {
    list-style-type: none;
}

.language_s li {
    background-color: #01794c;
    line-height: 100px;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
}

.language_s li a {
    color: #fff;
}

footer {
    background-color: #01794c;
    width: 100%;
    line-height: 100px;
    text-align: center;
    margin-top: 20px;
}

footer span {
    color: #fff;
}

main {
    max-width: 1350px;
    margin: 20px auto 20px;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    padding: 10px;
    background-color: #fff;
}
.terms-and-conditions{
    overflow-y: scroll;
    height:650px;
    overflow-x: hidden;
}
#iframeContainer{
    height: 670px; /* Adjust the height as needed */
overflow: scroll
}
 
 
 
.accept{
    display: block;
}
.labelstat{
    direction: rtl;
    margin-top: 10px;
    border: 1px solid #f1f1f1;
    padding: 15px;
}
#scrollfooter{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
    direction: rtl;
}
#scrollfooter button{
    width: 120px;
    height: 50px;
    border: none;
    color: #fff;
    font-size: 15px;
    font-weight: bold !important;
    border-radius: 5px;
     cursor: pointer;
}
#scrollfooter button.proceed{
background-color: #01794c
}
#scrollfooter button.danger{
background-color: brown
}

#scrollfooter button:disabled{
    background-color: #bbb;
}


/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
 scrollbar-width:  none; 
  scrollbar-color: #ffffff #ffffff; 
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 10px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color: #ffffff;
  border-radius: 261px;
  border: 6px none #ffffff;
}




@media (min-width: 320px) and (max-width: 992px) {
    .container {
 
  padding-right: 15px;
  padding-left: 15px;
}
    main{
        max-width: 100%;
    }
}