



/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/poppins/Poppins-Regular.ttf'); 
}

@font-face {
  font-family: Poppins-Medium;
  src: url('../fonts/poppins/Poppins-Medium.ttf'); 
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/poppins/Poppins-Bold.ttf'); 
}

@font-face {
  font-family: Poppins-SemiBold;
  src: url('../fonts/poppins/Poppins-SemiBold.ttf'); 
}

@font-face {
  font-family: Montserrat-Bold;
  src: url('../fonts/montserrat/Montserrat-Bold.ttf'); 
}

@font-face {
  font-family: Montserrat-SemiBold;
  src: url('../fonts/montserrat/Montserrat-SemiBold.ttf'); 
}

@font-face {
  font-family: Montserrat-Regular;
  src: url('../fonts/montserrat/Montserrat-Regular.ttf'); 
}

@font-face {
  font-family: "Outfit-Regular";
  src: url("../../event_management_staticfiles/fonts/outfit/static/Outfit-Regular.ttf") format("truetype");
  font-weight: lighter;
  font-style: normal;
}

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}
html {
  font-size: 1rem;
}

body, html {
	height: 100%;
	font-family: Poppins-Regular, sans-serif;
}

/*---------------------------------------------*/
a {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
  color: #052460;
}

body {
  background: #052460;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}


/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #999999;}
input:-moz-placeholder { color: #999999;}
input::-moz-placeholder { color: #999999;}
input:-ms-input-placeholder { color: #999999;}

textarea::-webkit-input-placeholder { color: #999999;}
textarea:-moz-placeholder { color: #999999;}
textarea::-moz-placeholder { color: #999999;}
textarea:-ms-input-placeholder { color: #999999;}


label {
  display: block;
  margin: 0;
}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}

/*//////////////////////////////////////////////////////////////////
[ utility ]*/

/*==================================================================
[ Text ]*/
.txt1 {
  font-family: Montserrat-Regular;
  font-size: 13px;
  line-height: 1.4;
  color: #555555;
}

.txt2 {
  font-family: Montserrat-Regular;
  font-size: 13px;
  line-height: 1.4;
  color: #999999;
}


/*==================================================================
[ Size ]*/
.size1 {
  width: 355px;
  max-width: 100%;
}

.size2 {
  width: calc(100% - 43px);
}

/*==================================================================
[ Background ]*/
.bg1 {background: #3b5998;}
.bg2 {background: #1da1f2;}
.bg3 {background: #cd201f;}


/*//////////////////////////////////////////////////////////////////
[ login ]*/
.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #f2f2f2;
}


.wrap-login100 {
  width: 100%;
  background: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: row-reverse;

}

/*==================================================================
[ login more ]*/
.login100-more {
  width: calc(100% - 560px);
  background-repeat: no-repeat;
  background-size: cover!important;
  background-position: center;
  position: relative;
  z-index: 1;
}

.login100-more::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.1);
}



/*==================================================================
[ Form ]*/

.login100-form {
  width: 560px;
  min-height: 100vh;
  display: block;
  background-color: #f7f7f7;
  padding: 70px 55px 55px 55px;
}

.login100-form-title {
  width: 100%;
  display: block;
  font-family: Poppins-Regular;
  font-size: 30px;
  color: #052460;
  line-height: 1.2;
  text-align: center;
}



/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
  height: 80px;
  position: relative;
  border: 1.5px  solid #c7c7c7;
  border-radius: 10px;
  margin-bottom: 10px;
}

.label-input100 {
  font-family: Montserrat-Regular;
  font-size: 18px;
  color: #999999;
  line-height: 1.2;
  text-align: left;
  display: block;
  position: absolute;
  pointer-events: none;
  width: 100%;
  padding-left: 16px;
  left: 0;
  top: 30px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100 {
  display: block;
  width: 100%;
  background: transparent;
  font-family: Montserrat-Regular;
  font-size: 18px;
  color: #555555;
  line-height: 1.2;
  padding: 0 26px;
}

input.input100 {
  height: 100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

/*---------------------------------------------*/

.focus-input100 {
  position: absolute;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  pointer-events: none;
  border: 1px solid #052460;
  border-radius: 10px;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  -webkit-transform: scaleX(1.1) scaleY(1.3);
  -moz-transform: scaleX(1.1) scaleY(1.3);
  -ms-transform: scaleX(1.1) scaleY(1.3);
  -o-transform: scaleX(1.1) scaleY(1.3);
  transform: scaleX(1.1) scaleY(1.3);
}

.input100:focus + .focus-input100 {
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.eff-focus-selection {
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.input100:focus {
  height: 48px;
}

.input100:focus + .focus-input100 + .label-input100 {
  top: 14px;
  font-size: 13px;
}

.has-val {
  height: 48px !important;
}

.has-val + .focus-input100 + .label-input100 {
  top: 14px;
  font-size: 13px;
}

/*==================================================================
[ Restyle Checkbox ]*/

.input-checkbox100 {
  display: none;
}

.label-checkbox100 {
  font-family: Poppins-Regular;
  font-size: 13px;
  color: #999999;
  line-height: 1.4;

  display: block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
}

.label-checkbox100::before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 13px;
  color: transparent;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #052460;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.input-checkbox100:checked + .label-checkbox100::before {
  color: #052460;
}


/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.login100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 50%;
  height: 50px;
  border-radius: 50px;
  background: #052460;
  font-family: Montserrat-Bold;
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn:hover {
  background: rgb(5 36 96 / 80%);
}
header {
  /* background: #F8F8F8; */
  box-shadow: 0px 28px 50px rgb(5 36 96 / 11%);
  padding: 20px 30px 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.banner {
  position: relative;
  background: #8c8c8c;
}
.banner .banner_content {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.banner .banner_content h1 {
  color: #FFF;
  font-size: 36px;
}
.event_list_container .event_header {
    display: flex;
    justify-content: space-between;
    margin: 50px 0 20px;
    color: #052460;
    align-items: center;
}
.events_list_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.events_list {
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  border-radius: 5px;
  flex: 0 0 32%;
  background: #8c8c8c;
  color: #23252f;
  transition: all ease 0.3s;
}
.events_list .event_content {
  padding: 20px;
  background: #FFF;
  border-radius: 0 0 5px 5px;
}
.events_list .event_img {
  position: relative;
  min-height: 240px;
}
.event_header h2 {
  color: #FFF;
}
.events_list .event_img::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url('../images/aecc-logo-white.png') no-repeat center center;
  content: "";
  background-size: 140px;
}
.events_list .event_img > img {
  width: 100%;
  border-radius: 5px 5px 0 0;
  position: relative;
  object-fit: cover;
  height: 240px;
}
.events_list h2 {
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 26px;
  color: #052460;
}
.events_list .info_line {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 15px;
}
.events_list .event_content .btn-primary {
  border-radius: 50px;
  font-size: 14px;
  padding: 10px 20px;
  min-width: 150px;
  background: #052460;
  border-color: #052460;
}
.events_list .event_content  .btn-primary:hover {
  color: #fff;
  background-color: rgb(5 36 97 / 80%);
  border-color: rgb(5 36 97 / 80%);
}
.events_list:hover {
  box-shadow: rgb(0 0 0 / 31%) 0px 7px 29px 0px;
}

.events_list .active_status {
  position: absolute;
  bottom: -10px;
  right: 10px;
  display: flex;
  background: rgb(60 175 115);
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  border-radius: 5px;
  padding: 2px 6px;
  font-size: 12px;
  border: 1.25px solid #42b87b;
  font-weight: 600;
  color: #FFF;
}
.search_registration {
  display: flex;
  margin-top: 50px;
  position: relative;
  gap: 20px;
  flex-direction: column;
}
.search_registration .left_container {
  background: #FFF;
  width: 100%;
  padding: 30px;
  border-radius: 5px;
}
.search_registration .right_container {
  background: #FFF;
  width: 100%;
  display: flex;
  flex-flow: column;
  padding: 30px;
  border-radius: 5px;
}
.search_registration .left_container > h2 {
  color: #052460;
  font-size: 24px;
}
.search_registration form {
  width: 50%;
}
section.search_results {
  padding: 40px 0;
  display: block;
}
.search_results > h2 {
  font-size: 28px;
  margin-bottom: 15px;
  color: #FFF;
}
.students_card_wrap {
  display: flex;
  gap: 20px;
}
.students_card {
  position: relative;
  display: flex;
  flex: 1 1 49%;
  width: 100%;
  align-items: center;
  padding: 30px;
  border-radius: 5px;
  background: #FFF;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}
.students_card .profile_icon span { 
  display: flex;
  border-radius: 50%;
  border: 1px solid #fff;
  box-shadow: 0px 0px 6px rgb(0 0 0 / 16%), 0px 0px 6px rgb(0 0 0 / 23%);
}
.students_card .student_card_content { 
  display: flex;
  flex-flow: column;
  width: calc(100% - 80px);
}
.student_card_content h3 {
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 24px;
  color: #052460;
}
.student_card_content p {
  font-size: 16px;
  margin-bottom: 5px;
}
.student_card_content p span {
  font-weight: 700;
  margin-right: 5px;
}
.btn-outline-primary {
  min-width: 160px;
  border-radius: 50px;
  padding: 10px;
  height: 40px;
  border-color: #052460;
  color: #052460;
  font-size: 14px;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #052460;
  border-color: #052460;
}
.checkin_description textarea {
  width: 100%;
  border: 1.5px solid #c7c7c7;
  border-radius: 5px;
  padding: 10px;
}
.btn-primary {
  color: #fff;
  background-color: #052460;
  border-color: #052460;
  border-radius: 50px;
  height: 40px;
  padding: 10px 20px;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(5 36 96 / 80%);
  border-color: rgb(5 36 96 / 80%);
}

.btn-ghost {
  min-width: 160px;
  color: #052460;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 50px;
  height: 40px;
  padding: 10px 30px;
}
.btn-ghost:hover {
  background-color: #FFF;
  border-color: #FFF;
  font-weight: bold;
}
.checkin_description .btn-primary {
  min-width: 220px;
}
.checkin_description textarea:focus {
  border-color: #e6e6e6!important;
}
.checkin_description label {
  display: inline-block;
  color: #666666;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 16px;
}


/* registration page style starts here */
section.registration_wrap {
  display: flex;
  width: 100%;
} 

section.registration_wrap .left_banner_container { 
  background: url('../images/registration_banner.jpg') no-repeat;
  width: 50%;
  background-size: cover!important;
  position: relative;
}
section.registration_wrap.login_wrap .left_banner_container { 
  background: url('../images/login_banner.jpg') no-repeat;
  background-size: cover!important;
}
.left_event_container {
  position: absolute;
  z-index: 1;
  color: #FFF;
  width: 60%;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.left_banner_container::before {
  background: rgb(5 36 96 / 60%);
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.left_event_container h1 {
  font-size: 2.8rem;
  margin-bottom: 20px;
  line-height: 3.4rem;
}
.left_event_container p {
  color: #FFF;
  line-height: 1.8rem;
  font-size: 1.4rem;
}

.right_form_container {
  width: 50%;
  background-color: #f7f7f7;
}
.registration_wrap .login100-form {
  width: auto;
  max-width: 640px;
  margin: 0 auto;
}

.registration_wrap .logo {
  position: absolute;
  top: 50px;
  text-align: center;
  left: 50px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.logo {
  display: flex;
  align-items: center;
  gap: 5px;
}
.registration_wrap .logo span, .logo span{
  display: block;
  color: #FFF;
  font-size: 28px;
  text-transform: capitalize;
  margin-top: 1px;
  line-height: 22px;
  font-family: Outfit-Regular;
}

.logo  img {
  width: 100px;
}

.logo span {
  font-size: 24px;
  margin-top: -2px;
}
.registration_wrap .right_form_container form > h2 { 
  margin-bottom: 20px;
  font-size: 30px;
  color: #052460;
  text-align: center;
}

.bluebg {
  background: #052460;
}

.student_registration_form {
  margin-top: 50px;
  display: grid;
}
.student_registration_form .ui.form .field>label {
  color: #FFF;
  text-transform: capitalize;
  font-weight: normal;
}
.student_registration_form .ui.form .inline.fields>label, .student_registration_form .ui.radio.checkbox label {
  color: #FFF;
  font-weight: normal;
}
.student_registration_form .ui.dropdown>.text {
  color: #FFF;
}
.student_registration_form .ui.dropdown:not(.button)>.default.text {
  color: rgb(255 255 255 / 40%)
}
.student_registration_form  .ui.dropdown {
  border: 1px solid rgb(255 255 255);
  padding: 1.5em 2.1em 1.5em 1em;
  background: transparent;
}
.student_registration_form .ui.selection.dropdown>.dropdown.icon {
  top: 1.5em;
  color: #FFF;
}

.student_registration_form .ui.form .fields {
  margin: 0 -0.5em 2em;
}
.student_registration_form .ui.selection.dropdown:hover {
  border-color: rgb(255 255 255 / 60%)
}
.registration_step_2_banner {
  background: url('../images/registration_2_banner.jpg') no-repeat;
  width: 100%;
  height: 300px;
  background-size: cover!important;
  position: relative;
  background-position: center;
}
.search_registration_banner { 
  background: url('../images/search_registration_banner.jpg') no-repeat;
  background-size: cover!important;
  background-position: right!important;
}
.registration_step_2_banner .banner_content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  color: #FFF;
}
.registration_step_2_banner .banner_content h2 {
  color: #FFF;
  font-size: 34px;
  width: 50%;
}
.registration_step_2_banner::before {
  content: '';
  position: absolute;
  background: rgb(5 36 96 / 16%);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner_content h2 {
  color: #FFF;
}
.ui.form .fields .field .error {
  color: #d00;
  background: rgb(255 255 255 / 77%);
  border-radius: 0 0 5px 5px;
  font-size: 12px;
  padding: 5px;
}
.student_registration_form .container > h2 {
  color: #FFF;
  width: 45%;
  margin: 0 auto 40px;
  text-align: center;
  line-height: 36px;
}
.student_registration_form .ui.form input[type=text] {
  background: transparent;
  padding: 0.5em 1em;
  color: #FFF;
  font-size: 15px;
}
.student_registration_form .wrap-input100 {
  border: 1px solid #FFF;
  height: 70px;
}

.student_registration_form .overallscore_wrap .wrap-input100 {
  height: 64px;
}
.student_registration_form .label-input100 {
  top: 24px;
  color: rgb(255 255 255 / 40%);
  padding-left: 15px;
  font-size: 16px;
}
.student_registration_form .focus-input100 {
  border: 1px solid #FFF;
}
.student_registration_form .input100:focus + .focus-input100 + .label-input100 {
  font-size: 13px;
  top: 12px;
}
.student_registration_form  .has-val + .focus-input100 + .label-input100 {
  top: 12px;
}
.ui.form .field.error input {
  border-color: transparent!important;
  background: transparent!important;
}

.ui.form .field.wrap-input100.error {
  background: #fff6f6;
  border-color: #e0b4b4;
}
.ui.form .field.field input:-webkit-autofill, .ui.form .field.field input:-webkit-autofill:focus {
  box-shadow: none!important;
  border-color: transparent!important;
  background: transparent!important;
  height: auto;
}
.ui.form .field.field input:-webkit-autofill + .focus-input100 + .label-input100 {
  top: 12px;
  font-size: 13px;
}
.ui.form input {
  border: transparent!important;
  background: transparent!important;
}
.user_info_dropdown .ui.menu {
  top: 40px!important;
  width: 200px;
}

.event_header .ui.dropdown>.text {
  color: #000!important;
}
/* registration page style ends here */

.checkmark {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #FFF;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #3dc480;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
  position: relative;
  top: 5px;
  right: 5px;
  margin: 0 auto;
}
.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #3DC480;
    fill: #3DC480;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #FFF;
    }
}

.success_content {
  min-height: calc(100vh - 90px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  text-align: center;
  color: #FFF;
}
.event_information .heading_wrap {
  border-bottom: 1.4px solid #d9d9d9;
  gap: 20px;
}
.event_information h2 {
  color: #052460;
  /*
  margin-bottom: 15px;
  border-bottom: 1.4px solid #d9d9d9;
  padding-bottom: 10px;
  font-size: 24px; */
  
}
.event_information ul {
  display: flex;
  width: 100%;
  color: #000;
  flex-flow: column;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.event_information ul li {
  font-size: 15px;
  margin-bottom: 10px;
}
.event_information ul li span {
  font-weight: bold;
  color: #000;
  margin-right: 5px;
}
.search_registration form {
  width: 70%;
  display: flex;
  flex-flow: column;
  margin: 0 auto;
}
.search_registration form h3 {
  margin-bottom: 15px;
  color: #052460;
}
.search_registration form .btn {
  width: 180px;
  align-self: self-end;
}
.ui.form:not(.unstackable) .two.fields.phonenumber_wrap .field:first-child {
  width: 35%!important;
}
.ui.form:not(.unstackable) .two.fields.phonenumber_wrap .field {
  width: 65%!important;
}

.ui.form .phonenumber_wrap  .field.error .ui.dropdown, .ui.form .phonenumber_wrap .ui.fluid.dropdown {
  border: 0;
  background: transparent;
  height: 80px;
  display: flex;
  align-items: center;
}
.ui.form .phonenumber_wrap .field>.selection.dropdown>.dropdown.icon {
  top: 30px;
}
.ui.form .phonenumber_wrap.fields>.field:first-child {
  border-left: 1.5px solid #c7c7c7;
  padding: 0;
}

.forget_password_wrap {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 117px);
  text-align: center;
}
.forget_password_wrap h2 {
  color: #FFF;
  margin-bottom: 10px;
}
.forget_password_wrap h4 {
  color: #FFF;
  margin-bottom: 30px;
}
.forget_password_wrap .ui.form {
  width: 50%;
  max-width: 600px;
}
.forget_password_wrap.student_registration_form {
  margin: 0;
}

.ui.search.dropdown>input.search {
  height: 100%;
}

.error_box {
    color: #d00;
    margin-bottom: 20px;
    background: #FFF;
    padding: 5px 15px;
    border-radius: 5px;
    display: inline-flex;
    font-size: 14px;
    justify-content: center;
}
.ui.form .field.wrap-input100.error span.label-input100 {
  color: #e0b4b4;
}
.student_registration_form .field input.input100 {
  color: #FFF!important;
}
.student_registration_form .field.error input.input100 {
  color: rgba(0,0,0,.87)!important;
}
.ui.fluid.popup.password_validation_info {
  width: 230px;
  font-size: 12px;
  top: 65px;
  text-align: left;
  left: 50%;
  right: auto;
  font-weight: bold;
  transform: translateX(-50%);
}
.ui.fluid.popup.password_validation_info ul li::before {
  content: "-";
  margin: 0 5px;
}
.new_password_wrap {
  position: relative;
}

.loader_container {
  display: none;
  width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(233 233 233 / 70%);
    z-index: 999;
}
.loader_container .loader-spinner { 
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.loader_content {
    text-align: center;
    background: #FFF;
    padding: 35px;
    border-radius: 10px;
    width: 50%;
    max-width: 640px;
}
.loader_content h2 {
  color: #000;
  font-size: 16px;
}

.loader-26 {
  width: 120px;
  height: 120px;
  display: inline-block;
  position: relative;
  margin-top: 30px;
}
.loader-26::after, .loader-26::before {
  content: "";
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #052460;
  position: absolute;
  left: 0;
  top: 0;
  animation: animloader14 2s linear infinite;
  opacity: 0;
}
.loader-26::after {
          animation-delay: 1s;
}

.loader_content h2 span {
  display: block;
  margin-bottom: 5px;
}
@keyframes animloader14 {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.student_registration_form .ui.search.dropdown>input.search {
  color: #FFF;
}
.ui.form .two.fields>.field.wrap-input100 {
  padding: 0;
}
.select_withlabel.validate-input::before, .select_withlabel.validate-input::after {
  top: 65%;
  right: 20px;
}
.select_withlabel.validate-input::after {
  right: 25px;
}
.graph_wrap_container {
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
}
.graph_wrap {
  flex: 1 1 100%;
}
.graph_wrap h4 {
  font-size: 16px;
  margin-bottom: 10px;
}
.graph_wrap img {
  width: 100%;
  border: 1.4px solid #c6c6c6;
  border-radius: 5px;
}
.print_content {
  display: none;
}
.ui.form .field.error>.dropdown>.dropdown.icon {
  display: none;
}



/*------------------------------------------------------------------
[ Responsive ]*/


@media (max-width: 767px) {
  header {
    padding: 20px;
  }
  section.registration_wrap {
    flex-flow: column;
  }
  section.registration_wrap .left_banner_container {
    min-height: 300px;
    height: 50vh;
    width: 100%;
  }
  .registration_wrap .logo {
    left: 50%;
    transform: translateX(-50%);
  }

  .left_event_container {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    transform: none;
  }
  .left_event_container h1 {
    font-size: 1.4rem;
    margin-bottom: 10px;
    line-height: 30px;
  }
  .left_event_container p {
    line-height: 1.4rem;
    font-size: 1rem;
  }
  .right_form_container {
    width: 100%;
  }

  .event_information {
    width: 100%;
  }
  .login100-form {
    min-height: 100vh;
  }
  .search_registration form {
    width: 100%;
  }

  .forget_password_wrap .ui.form {
    width: 100%;
    max-width: 600px;
  }
  .registration_step_2_banner {
    background-position: -412px;
  }
  .registration_step_2_banner .banner_content h2 {
    width: 80%;
    font-size: 24px;
  }
  .student_registration_form .container > h2 {
    width: 100%;;
    text-align: center;
    line-height: 26px;
    font-size: 20px;
  }
  .student_registration_form .ui.form .two.fields {
    margin-bottom: 0!important;
  }
  .forget_password_verify_wrap.forget_password_wrap h4 {
    width: 100%!important;
  }
  .loader_content {
    width: 90%;
  }
  .search_registration {
    gap: 0;
    margin-top: 20px;
  }
  .search_registration .left_container, .search_registration .right_container {
    width: 100%;
  }
  .search_registration .right_container {
    margin-bottom: 20px;
  }
  .student_registration_form .focus-input100 {
    transform: none;
  }
  .event_information .heading_wrap { 
    flex-direction: column;
    justify-content: flex-start!important;
    align-items: flex-start!important;
  }
  .students_card {
    flex-direction: column;
    align-items: flex-start;
  }
  .students_card .profile_icon {
    margin: 0 auto 20px!important;
  }
  .students_card .student_card_content {
    width: 100%;
  }
  .events_list {
    flex: 1 1 100%;
  }
  .logo img {
    width: 90px;
  }
  .logo span {
    font-size: 20px;
  }
}

@media (max-width: 992px) {
  .login100-form {
    width: 50%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .login100-more {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .login100-form {
    width: 100%;
  }

  .login100-more {
    display: none;
  }
}

@media (max-width: 576px) {
  .login100-form {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 70px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .search_registration .left_container, .search_registration .right_container {
    padding: 20px;
  }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.validate-input::before {
  display: none;
  content: attr(data-validate);
  position: absolute;
  z-index: 100;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  pointer-events: none;

  font-family: Poppins-Regular;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.validate-input::after {
  display: none;
  content: "\f12a";
  font-family: FontAwesome;
  position: absolute;
  z-index: 110;
  color: #c80000;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 18px;
}

.error.validate-input::before, .error.validate-input::after {
  display: block;
}
.error.validate-input:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .error.validate-input::before {
    visibility: visible;
    opacity: 1;
  }
}



/*==================================================================
[ Social ]*/
.login100-form-social-item {
  width: 36px;
  height: 36px;
  font-size: 18px;
  color: #fff;
  border-radius: 50%;
}

.login100-form-social-item:hover {
  background: #333333;
  color: #fff;
}


@media print {
  .noPrint {
    display:none!important;
  }
  .print_content {
    display: block;
    color: #000!important;
    -webkit-print-color-adjust: exact;
    color-adjust: exact; 
    print-color-adjust: exact;
  }
  .success_content {
    min-height: auto!important;
    align-items: initial;
    position:relative;
    top: 150px;
  }
  
}
