@font-face {
    font-family: "yekanbakh";
    font-weight: 300;
    src: url("../fonts/yekanbakh/ttf/YekanBakh-Light.ttf") format("truetype"),
        url("../fonts/yekanbakh/woff/YekanBakh-Light.woff") format("woff"),
        url("../fonts/yekanbakh/woff2/YekanBakh-Light.woff2") format("woff2");
    font-display: swap;
}
:root{
    --bcolor: #314a73;
    --gray: rgb(21 31 48 / 70%);
}
/* Modal Header */
.modal-header {
  padding: 2px 16px;
  color: #232323;
  border-radius: 15px;
  text-align: right;
}

.select-label{
  font-size: 14px;
  color: #525151;
  margin-bottom: 5px;
  font-family: yekanbakh, serif ;
}
.select{
  font-size: 14px;
  color: #000000;
  width: 100%;
  /*height: 50px;*/
  font-family: yekanbakh, serif ;
  background-color: ghostwhite;
  border-radius: 5px;
  margin-bottom: 15px;
}
.btn{
  background-color: var(--primary);
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  font-family: yekanbakh, sans-serif;
  font-size: 16px;
  border-radius: 5px;
}


.modal {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    align-items: center;
    justify-content: center;
}

.modal.open {
    display: flex; /* Flex display to center content */
}

.modal-window {
    background-color: white;
    padding: 20px;
    max-width: 500px;
    width: 90%;
    height: 60%;
    border-radius: 8px;
    position: relative;
}

.modal-window .close {
  color: black;
    position: absolute;
    top: 10px;
    left: 15px;
    text-align: left;
    margin-bottom: 5px;
    cursor: pointer;
}
.register{
  margin-top: 20px;
}

#phone_number{
  color: #01447e;
  background-color: ghostwhite;
  border-radius: 5px;
  margin-top: 50px;
  margin-bottom: 50px;
  height: 50px;
  width: 450px;
  text-align: center;
  font-size: 18px;
  border: 1px solid gray;
}
#login-button{
    margin-bottom: 30px;
}

#login-form-group {
    width: 100%;
}
.otp-codes-group {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 2rem 0;
    direction: ltr;
}
.otp-code-group input {
    width: 65px;
    height: 65px;
    border-radius: 15px;
    border: 1px solid #c7ced8;
    background-color: #fff;
    display: inline;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.5rem;
    color: var(--bcolor);
    text-align: center;
    direction: ltr;
    margin: auto;
}

#first-name{
  color: #01447e;
  background-color: ghostwhite;
  border-radius: 5px;
  margin-top: 30px;
  margin-bottom: 10px;
  height: 50px;
  width: 450px;
  text-align: center;
  font-size: 18px;
  border: 1px solid gray;
}
#last-name{
  color: #01447e;
  background-color: ghostwhite;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 25px;
  height: 50px;
  width: 450px;
  text-align: center;
  font-size: 18px;
  border: 1px solid gray;
}