
*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

html {
    max-width: 1280px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #ddd;
    font-size: 100%;
}

body {
    font-size: 100%;
    font-family: MuseoSans-300, sans-serif;
    color: #2d2926;
    box-shadow: 0 0 25px #aaa;
    line-height: 1.42857;
}
ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article>*+* {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

header {
    width: 100%;
    height: 75px;
    padding-top: 20px;
    background: #fff;
        padding-left: 50px;
    padding-right: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.img_logo{
  display: flex;
  align-items: center;
   gap: 100px;
}

.img_logo img{


}
.menuimg{

  width: 80px;
}

.logo{
  width: 120px;
}
.slec{
  display: flex;
  gap: 60px;
  align-items: center;
}
.slec img{
  width: 30px;
}

select {
  border:  none;
  font-weight: 600;
}



label{
    font-size: 1.0625rem;
    line-height: 22px;
    font-weight: 700;
    color: #000;
    font-size: 16px;
    margin-bottom: 12px;
    display: block;
}

label svg{
  width: 10px;
  height: 10px;
  margin-left: 3px;
  color: red;
}

input{

display: block;
    width: 100%;
    height: 50px;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #454545;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #b2b2b2;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border: 2px solid #95989A;
    border-radius: 4px;
    font-family: MuseoSans-700, sans-serif;
}


.open label{

}
.input_box{
  position: relative;
  margin: 40px 0;
}

.error_text{
      margin-top: 0.3rem;
    font-size: 12px;
    text-align: left;
    color: #dc0018;
    display: none;
}


.error input{
  border-color: #dc0018;
}

.error .error_text{
  display: block;
} 

.btn{
align-items: center;
    background: #000;
    border: none;
    border-radius: 1px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 1rem;
    height: 3rem;
    line-height: 1.4;
    max-width: 100%;
    min-width: 3rem;
    padding: 1px 24px 0;
    position: relative;
    transition: background .1s ease;
    margin-bottom: 60px;
    width: fit-content;
    text-align: center;
        color: #fff;
    background-color: #069;
    border-color: #069;
    border-radius: .25rem;
}

.agora-loader-dialog {
    margin: 16px;
    display: inline-block
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

.loader{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  background: #ffffff75;
  align-items: center;
}

.agora-loader-dialog {
    animation: spin 1s linear infinite;
    border-radius: 100%;
    border-width: 4px;
    border-style: solid;
    border-color: var(--color-neutral-200);
    border-right-color: transparent;
    vertical-align: -.125em;
        width: 100px;
    height: 100px;
}

h1{
          margin: 20px 0;
}

.sub_title{
    font-size: .875rem;
    line-height: 22px;
    font-weight: 400;
}

.title{
      font-size: 2.1875rem;
    line-height: 42px;
    font-weight: lighter;
    color: #000;
}

.suc{
  position: absolute;

  right: 23px;
  top: 23px;
  width: 24px;
  height: 24px;
      fill: #1a7f1f;
}

.er{

  position: absolute;

  right: 23px;
  top: 23px;
  width: 24px;
  height: 24px;
         fill: #e2001a;
}
.icon{
  display: none;
}

.open .suc{
  display: block;
}
.error_text{





    color:#e2001a;
    display: none;
    font-size: 12px;
    line-height: 1.5;
    margin: -1px 0 0;
    order: 3;
    padding: .25rem 1rem;
    transform: scaleY(0) translateY(-100%);
    transition: transform .1s ease;

    order: 2;
    transform: scaleY(1) translateY(0);
}

.error .error_text{
  display: block;
}

.error .er{
  display: block;
}

.error .input{
  background-color:#e2001a;
}

.fkes{
  display: flex;
  justify-content: flex-end;
}

.ln{
  cursor: pointer;
}

.lans{

  position: relative;
}

.ng-trigger{
  position: absolute;
      width: 100%;
}

mat-option{
  display: flex;
  justify-content: center;
  padding: 16px;
  cursor: pointer;
  height: 30px;
  align-items: center;
}

footer{
  width: 100%;
    bottom: 0;
    overflow: hidden;
    color: #585858;
    background: #ededed;
       padding: 42px;
       font-size: 14px;
}

.content{
  background: #fff;
  padding: 42px;
}
b, strong {
    font-weight: 400;
    font-family: MuseoSans-700, sans-serif;
    line-height: 1.5;
}


.cn{

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 40px;
}

.cn img{
  height: 60px;
}
@media (max-width: 700px){

  .slec img{

    display: none;
  }

  .menuimg{
    display: none;
  }
  .stitle {
    font-size: 24px;
    
  }

  .hed {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
            flex-direction: column;
  }
  .ton_hrea {
    max-width: 100%;
  }

  footer{
        padding: 36px;
  }
  .ton_hrea div{
    padding: 16px;
    font-size: 16px;
  }
  .logo {
    width: 80px;
    height: auto;
  }

  .hdaw {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
  }
  .content br{
    display: none;
  }
  body{
    background: #fff;
  }
  header{
    padding-bottom: 30px;
    align-items: flex-start;
  }
  .content{
    width: 100%;
    padding-top: 0px;
  }

  .title {
    font-size: 38px;
    
    margin-top: 20px;
  }

  h1 {
      margin: 0px 0;
  }
  .btn{
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
  }
  .itle {
    
    font-size: 35px;
    color: #fff;
  }

  footer div{
    flex-direction: column;
  }

  .sercg svg{
    display: none;
  }
}