@font-face {
    font-family: "LamaRounded";
    src: url("./font/Lama-Rounded/Fonts/Web/Standard/LamaRounded-Regular.woff") format("woff");
    font-style: normal;
}
*{
    margin: 0px;
    padding: 0px;
}
body{
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, #fff, #adb5bd);
    /*background: rgba(0,0,0,.075);*/
    /*background-image: url(images/background-page.webp);*/
    /*background-position: center;*/
    /*background-size: cover;*/
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: "LamaRounded" , sans-serif !important;
}
.arabic{
    direction: rtl;
    text-align: right;
}
.english{
    direction: ltr;
    text-align: left;
}
/* Start Scrollbar */
    /* width */
    ::-webkit-scrollbar {
      width: 7px;
      height: 6px;
    }
    
    /* Track */
    ::-webkit-scrollbar-track {
      background: #f1f1f1; 
      border-radius: 10px;
    }
     
    /* Handle */
    ::-webkit-scrollbar-thumb {
      background: rgba(0, 65, 107, 1);
      border-radius: 10px;
    }
    
    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
      background: rgba(82, 183, 136, 1); 
    }
/* End Scrollbar */
.center-screen {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
}

#regForm {
    background-color: #dee2e694;
    /*background-color: #dee2e678;*/
    -webkit-backdrop-filter: blur(100px);
    backdrop-filter: blur(100px);
    margin: 0px auto;
    font-family: "LamaRounded" , sans-serif !important;
    padding: 40px;
    border-radius: 15px;
}

.invitision-box {
    background-color: #dee2e6cc;
    margin: 0px auto;
    font-family: "LamaRounded" , sans-serif !important;
    padding: 40px;
    border:1px solid rgba(0, 65, 107, 1);
    border-radius: 15px;
}

.text-color-blue{
  color: rgba(0, 65, 107, 1);
}

.text-color-green{
  color: rgba(82, 183, 136, 1);
}

#register{
color: rgba(0, 65, 107, 1);
}

h3 {
  text-align: center
}

input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: "LamaRounded" , sans-serif !important;
  border: 1px solid rgba(0, 65, 107, 1);
  border-radius: 10px;
  -webkit-appearance: none;
}

.btn-primary {
  padding-left: 20px;
  padding-right: 20px;
  color: #fff !important;
  background-color: rgba(0, 65, 107, 1) !important;
  border-color: rgba(0, 65, 107, 1) !important;
  border-radius: 15px;
}

.tab input:focus{
border: 1px solid rgba(0, 65, 107, 1);
outline: none;
}

input.invalid {

  border:1px solid rgba(0, 65, 107, 1);
}

.tab {
  display: block;
}

button {
  background-color: rgba(0, 65, 107, 1);
  color: #ffffff;
  border: none;
  border-radius: 50%;
  padding: 10px 20px;
  font-size: 17px;
  font-family: "LamaRounded" , sans-serif !important;
  cursor: pointer
}

button:hover {
  opacity: 0.8
}

button:focus{

outline: none !important;
}

#prevBtn {
  background-color: #bbbbbb
}


.all-steps{
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  display: inline-flex;
  justify-content: center;
}

.step {
  height: 40px;
  width: 40px;
  margin: 0 2px;
  background-color: rgba(0, 65, 107, 1);
  border: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: white;
  opacity: 0.5;
}

.step.active {
  opacity: 1
}


.step.finish {
 color: #fff;
 background: rgba(0, 65, 107, 1);
 opacity: 1;

}
.all-steps {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px
}
.thanks-message {
  display: none
}
.error-message {
  display: none
}

/* Modal Design */
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #f9fafb;
    background-clip: padding-box;
    border: 1px solid rgb(0 65 107);
    border-radius: 20px;
    outline: 0;
}
.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 0;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.modal-footer {
    border-top: 0;
}
.btn-done{
    width: 120px;
    border-radius: 15px;
    color: white;
    background-color: rgba(82, 183, 136, 1);
}

.entrogate-logo{
    height: 125px;
}
.lenabtaker-logo{
    height: 100px;
}