*, *::after, *::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  user-select: none;
}

/* Generic */
.color{
color:#203180;
}
body {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  background-color: #fff;
  color: #a0a5a8;
}

/**/
.page-background{
  background-image: url('../images/abstract.jpg');
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  width: 600px;
  height: 100%;
  padding: 25px;
  background-color: #ecf0f3;
  transition: 1.25s;
}

.form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin-top: 20px;
}
.form__icon {
  object-fit: contain;
  width: 30px;
  margin: 0 5px;
  opacity: 0.5;
  transition: 0.15s;
}
.form__icon:hover {
  opacity: 1;
  transition: 0.15s;
  cursor: pointer;
}
.form__input {
  width: 350px;
  height: 40px;
  margin: 4px 0;
  padding: 20px;
  font-size: 13px;
  letter-spacing: 0.15px;
  border: none;
  outline: none;
  font-family: "Montserrat", sans-serif;
  background-color: #ecf0f3;
  transition: 0.25s ease;
  border-radius: 8px;
  box-shadow: inset 2px 2px 4px #d1d9e6, inset -2px -2px 4px #f9f9f9;
}
.form__input:focus {
  box-shadow: inset 4px 4px 4px #d1d9e6, inset -4px -4px 4px #f9f9f9;
}

.form__select {
  width: 350px;
  margin: 4px 0;
  padding: 11px;
  font-size: 13px;
  letter-spacing: 0.15px;
  border: none;
  outline: none;
  font-family: "Montserrat", sans-serif;
  background-color: #ecf0f3;
  transition: 0.25s ease;
  border-radius: 8px;
  box-shadow: inset 2px 2px 4px #d1d9e6, inset -2px -2px 4px #f9f9f9;
}
.form__select:focus {
  box-shadow: inset 4px 4px 4px #d1d9e6, inset -4px -4px 4px #f9f9f9;
}o
it-user-select: non: none
.multi-button
{
 touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 1px;
    background-color: #fff;
}
   
.form__span {
  margin-top: 30px;
  margin-bottom: 12px;
}
.form__link {
  color: #181818;
  font-size: 15px;
  margin-top: 25px;
  border-bottom: 1px solid #a0a5a8;
  line-height: 2;
}

.title {
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  color: #EE1C23;
  text-align: center;
  font-style: italic;
  padding: 20px 0;
}

.description {
  font-size: 14px;
  letter-spacing: 0.25px;
  text-align: center;
  line-height: 1.6;
 }

.button {
  width: 180px;
  height: 50px;
  border-radius: 25px;
  margin-top: 5px;
  font-size: 14px;
  letter-spacing: 1.15px;
  background-color: #203180;
  color: #f9f9f9;
  border: none;
  outline: none;
}

/**/
.a-container {
  z-index: 100;
  left: calc(100% - 600px );
}

.b-container {
  left: calc(100% - 600px );
  z-index: 0;
}


.switch__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 1.25s;
  height: 96%
  
}
.wd-600{
  width: 500px;
  background: #fff;
  padding: 50px;
  border-radius: 40px;
  text-align: center;
  bottom: 100px;
  position: absolute;
}
.switch__button {
  cursor: pointer;
}
.switch__button:hover {
  box-shadow: 6px 6px 10px #d1d9e6, -6px -6px 10px #f9f9f9;
  transform: scale(0.985);
  transition: 0.25s;
}
.switch__button:active, .switch__button:focus {
  box-shadow: 2px 2px 6px #d1d9e6, -2px -2px 6px #f9f9f9;
  transform: scale(0.97);
  transition: 0.25s;
}

/**/
.is-txr {
  left: calc(100% - 400px );
  transition: 1.25s;
  transform-origin: left;
}

.is-txl {
  left: 0;
  transition: 1.25s;
  transform-origin: right;
}

.is-z200 {
  z-index: 200;
  transition: 1.25s;
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: 1.25s;
}

.is-gx {
  animation: is-gx 1.25s;
}

@keyframes is-gx {
  0%, 10%, 100% {
    width: 400px;
  }
  30%, 50% {
    width: 500px;
  }
}


div.multi{
    width: 350px !important;
}

ul.multi-menu{
    overflow-y: scroll;
    max-height: 200px;
    text-align: left;
    display: block;
    line-height: 20px;
    background-color: #ecf0f3;
    padding: 10px 0px 0 10px;

}

span.button-text{
    text-align:left;
}


/* ==================== home page ================= */


section.top-header{
    display: grid;
    width: 1250px;
}
#Connference_header_image{
width: 90%;
height:250px;
}
.t14{
    font-weight: 600;
    font-size: 14px;
}
.wrapper {
  margin: 0 auto;
  padding: 20px;
  max-width: 87%;
}

.header-1{
    text-align:center;
}

.table {
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: table;
  position: relative;
  background: #fff;
  padding: 20px;
}

.row{
  display: flex;
  flex-direction: row;
}

.row > .flex-item {
  flex: auto;
  padding: 20px;
  align-self: center;
}

.row > .raw-item {
  width: auto;
  padding: 20px;
  align-self: center;
}

.raw-item > span{
  color: #000;
  font-size: 20px;
  font-weight: 700;
  padding-right: 10px;
}

.center{
  text-align: center;
}

.button-item > button{
  padding: 10px 20px;
  font-size: 20px;
  color: #dc2520;
  font-weight: 600;
  border: 2px solid #dc2520;
  background: transparent;
  border-radius: 5px;
}

.button-item > button:hover{
  padding: 10px 20px;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  border: 2px solid #fff;
  background: #dc2520;
  border-radius: 5px;
}

.th{
    color:#000;
    border-bottom: 1px solid #D9D9D9;
}

td{
    padding: 5px;
}

.sessn{
    font-size: 10px;
    width: 130px;
    border-radius: 7px;
    height: 29px;
    margin-top: 0;
margin:2.5px;
float: right;
}

.header-0{
    padding: 0 10px;
}

.sign-btn{
    font-size: 10px;
    width: 80px;
    border-radius: 7px;
    height: 29px;
    margin-top: 0;
}


/* ================================
   LOCAL MONTSERRAT FONT SETUP
   ================================ */

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* Apply font globally */
body {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}
