
.hide{
    display: none;
}

.loader{
    display: none;
}

.inline-error{
    color       : #c10202c7;
    display     : none;
    font-size   : 13px;
    font-weight : bold;
}

.padding-bottom_0px{
    padding-bottom : 0px !important;
}

.padding-0px{
    padding : 0px !important;
}

.form-group .textarea-height_90px {
    height: 90px !important;
    padding-top: 17px;
}
/******************************************************
                   Fonts
******************************************************/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/line-awesome/1.3.0/line-awesome/css/line-awesome.min.css');

/******************************************************
                        Root
******************************************************/
:root {
  /* Colors Var */
  --th-primary-color: #273677;
  --th-body-color: #2e2e2e;
  --th-border-color: #dcdcdc;

  /* Font Family Var */
  --th-primary-font-family: 'Inter', sans-serif;
  --th-secondary-font-family: 'Ubuntu', sans-serif;

  /* Font Weight Var */
  --th-weight-100: 100;
  --th-weight-200: 200;
  --th-weight-300: 300;
  --th-weight-400: 400;
  --th-weight-500: 500;
  --th-weight-600: 600;
  --th-weight-700: 700;
  --th-weight-800: 800;
  --th-weight-900: 900;

  --th-border-radius: 5px;
}

.talent-hunt-program {
  font-family: var(--th-primary-font-family);
  font-size: 18px;
  line-height: 25px;
  font-weight: var(--th-weight-400);
  color: var(--th-body-color);
  background: #f3f3f3;
}
.talent-hunt-program.modal-body {
  background: transparent;
}
.talent-hunt-program h1,
.talent-hunt-program h2,
.talent-hunt-program h3,
.talent-hunt-program h4,
.talent-hunt-program h5,
.talent-hunt-program h6,
.talent-hunt-program strong,
.talent-hunt-program b {
  font-family: var(--th-primary-font-family);
  font-weight: var(--th-weight-700);
  margin: 0;
  color: var(--th-body-color);
}
.talent-hunt-program p {
  margin: 0;
  color: var(--th-body-color);
}
.student-page-body #hd {
  display: block;
}
.user-page-body #hd {
  display: none;
}
.talent-hunt-program .flex-container {
  display: flex;
  justify-content: space-between;
  column-gap: 25px;
  align-items: center;
}
.talent-hunt-program .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.talent-hunt-program .site-header {
  padding: 20px 0;
  position: relative;
  z-index: 1;
}

.talent-hunt-program .banner .banner-contents .heading {
  font-size: 41.1856px;
  line-height: 46px;
}
.talent-hunt-program .banner .banner-contents .heading .span_01 {
  font-size: 92.3077px;
  line-height: 150px;
  display: block;
  color: var(--th-primary-color);
}
.talent-hunt-program .banner .banner-contents .heading .span_02 {
  font-size: 60px;
  line-height: 60px;
  display: block;
  padding-bottom: 30px;
}
.talent-hunt-program .banner .banner-contents .heading .span_03 {
  font-weight: var(--th-weight-900);
}
.talent-hunt-program .design-01 {
  background: url(../../public/images/hb-campus/design-01.png) no-repeat;
  width: 121px;
  height: 120px;
}
.talent-hunt-program .banner .banner-image {
  position: relative;
}
.talent-hunt-program .banner .banner-image img {
  position: relative;
  z-index: 1;
}
.talent-hunt-program .banner .banner-image:after {
  content: '';
  background: url(../../public/images/hb-campus/banner-art.png) no-repeat;
  width: 598px;
  height: 522px;
  position: absolute;
  left: -8%;
  top: -35%;
}
.talent-hunt-program .banner .banner-image .design-01 {
  position: absolute;
  left: -15px;
  top: 15px;
}
.talent-hunt-program .text-center {
  text-align: center;
}
.talent-hunt-program .multi-steps-form {
  padding: 70px 0;
}
.talent-hunt-program .multi-steps-form .form-wrapper {
  padding: 50px 0;
}
.talent-hunt-program:not(.freshers-hiring-page)
  .multi-steps-form
  .form-wrapper
  .container {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}
.talent-hunt-program .multi-steps-form .section-head {
  padding-bottom: 35px;
}
.talent-hunt-program .multi-steps-form .section-head .sub-title {
  font-size: 22px;
  line-height: 48px;
  font-weight: var(--th-weight-400);
}
.talent-hunt-program .multi-steps-form .section-head .title {
  font-size: 60px;
  line-height: 48px;
  text-transform: capitalize;
}
.talent-hunt-program .multi-steps-form .section-title {
  margin: 38px 0;
}
.talent-hunt-program .multi-steps-form .section-title.text-center .icon {
  margin: 0 auto 7px;
}
.talent-hunt-program .multi-steps-form .section-title .icon {
  width: 95px;
  height: 95px;
  padding: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 7px;
}
.talent-hunt-program .multi-steps-form .section-title .icon.fill {
  background: var(--th-primary-color);
}
.talent-hunt-program .multi-steps-form .section-title .title {
  font-size: 24px;
  line-height: 48px;
  color: var(--th-primary-color);
}
.talent-hunt-program .multi-steps-form .section-title p {
  font-size: 18px;
  line-height: 48px;
}
.talent-hunt-program .multi-steps-form .form-section .flex {
  column-gap: 21px;
  align-items: flex-start;
}
.talent-hunt-program .multi-steps-form .form-section .form-group {
  flex: 1;
  margin-bottom: 21px;
}
.talent-hunt-program .multi-steps-form .form-section .form-group .form-field {
  position: relative;
}
.talent-hunt-program
  .multi-steps-form
  .form-section
  .form-group
  .form-field
  .icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.talent-hunt-program .multi-steps-form .form-section .form-group .form-control {
  height: 60px;
  border: 1px solid var(--th-border-color);
  border-radius: var(--th-border-radius);
  padding-left: 45px;
  font-size: 20px;
  line-height: 26px;
  font-family: var(--th-primary-font-family);
  background-color: inherit;
}
.main_loader{

  width: 100%;
  float: none;
  margin : 0 auto;
  height: 800px;
  overflow: hidden !important;
  pointer-events: none !important;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */

}
@keyframes placeHolderShimmer {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        background-position: -468px 0
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        background-position: 468px 0
    }
}
.card-skeleton {
    width: 100%;
    height:500px;
    margin: 5px;
    position: relative;
     float: left;
    top: 0;
    left: 0;
    transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    background: #fff;
    z-index: 10;
    padding: 15px;
    opacity: 1
}

.card-skeleton.hidden {
    transition: all .3s ease-in-out;
    opacity: 0;
    height: 0;
    padding: 0
}

.card-skeleton-img {
    width: 100%;
    height: 50px;
    background: #e6e6e6;
    display: block
}

.animated-background {
    will-change: transform;
    animation: placeHolderShimmer 1s linear infinite forwards;
    -webkit-backface-visibility: hidden;
    background: #e6e6e6;
    background: linear-gradient(90deg, #eee 8%, #ddd 18%, #eee 33%);
    background-size: 800px 104px;
    height: 100%;
    position: relative
}

.skel-mask-container {
    position: relative
}

.skel-mask {
    background: #fff;
    position: absolute;
    z-index: 200
}

.skel-mask-1 {
    width: 100%;
    height: 15px;
    top: 0;
    left: 0
}

.skel-mask-2 {
    width: 25%;
    height: 10px;
    top: 15px;
    right: 0
}

.skel-mask-3 {
    top: 25px
}

.skel-mask-3,
.skel-mask-4 {
    width: 100%;
    height: 15px;
    right: 0
}

.skel-mask-4 {
    top: 50px
}

.skel-mask-5 {
    width: 10%;
    height: 30px;
    top: 65px;
    right: 30%
}

.skel-mask-6 {
    width: 100%;
    height: 15px;
    top: 95px;
    right: 0
}



body
  .talent-hunt-program
  .multi-steps-form
  .form-section
  .form-group
  .form-control::-webkit-input-placeholder {
  /* Edge */
  color: #999999 !important;
}

body
  .talent-hunt-program
  .multi-steps-form
  .form-section
  .form-group
  .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999999 !important;
}

body
  .talent-hunt-program
  .multi-steps-form
  .form-section
  .form-group
  .form-control::placeholder {
  color: #999999 !important;
}

.talent-hunt-program
  .multi-steps-form
  .form-section
  .form-group
  .form-control.error {
  border-color: #ff0000 !important;
}
.talent-hunt-program
  .multi-steps-form
  .form-section
  .form-group
  select.error
  + .select2.select2-container
  .select2-selection--single {
  border-color: #ff0000 !important;
}
.talent-hunt-program .custom--radio input.error + .checkmark {
  border-color: #ff0000 !important;
}
.talent-hunt-program
  .multi-steps-form
  .form-section
  .form-group
  .form-control.home_js-address,
.talent-hunt-program
  .multi-steps-form
  .form-section
  .form-group
  .form-control.home_address {
  height: 90px;
  padding-top: 17px;
}
.talent-hunt-program
  .multi-steps-form
  .form-section
  .form-group
  .form-field
  .icon.top {
  transform: inherit;
  top: 22px;
}
.talent-hunt-program
  .multi-steps-form
  .select2-container--default
  .select2-selection--single,
.talent-hunt-program .multi-steps-form .chosen-container-single .chosen-single {
  height: 60px;
  border: 1px solid var(--th-border-color);
  background: transparent;
}
.talent-hunt-program
  .multi-steps-form
  .chosen-container-single
  .chosen-single
  span,
.talent-hunt-program
  .multi-steps-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 20px;
  line-height: 58px;
  padding-left: 50px;
}
.talent-hunt-program
  .multi-steps-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 57px;
  width: 40px;
}
.talent-hunt-program
  .multi-steps-form
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__rendered[title*='Select College'],
.talent-hunt-program
  .multi-steps-form
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__rendered[title*='Select District'],
.talent-hunt-program
  .multi-steps-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered[title*='Select Presently Available At'],
.talent-hunt-program
  .multi-steps-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered[title*='Month Year of Final Semester Exam'],
.talent-hunt-program
  .multi-steps-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered[title*='Select Branch'],
.talent-hunt-program
  .multi-steps-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered[title*='Select Board'],
.talent-hunt-program
  .multi-steps-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered[title*='Select Medium'],
.talent-hunt-program
  .multi-steps-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered[title*='Select University'],
.talent-hunt-program
  .multi-steps-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered[title*='Choose your College Name'],
.talent-hunt-program
  .multi-steps-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered[title*='Country'],
.talent-hunt-program
  .multi-steps-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered[title*='State'],
.talent-hunt-program
  .multi-steps-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered[title*='City'],
.talent-hunt-program
  .multi-steps-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered[title='Board'],
.talent-hunt-program
  .multi-steps-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered[title*='Medium'],
.talent-hunt-program
  .multi-steps-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered[title*="You're Currently Available At?"] {
  color: #999999 !important;
}
.talent-hunt-program .multi-steps-form .label {
  font-size: 20px;
  line-height: 48px;
  color: var(--th-primary-color);
  font-weight: var(--th-weight-700);
  margin-bottom: 7px;
}

.talent-hunt-program .checkbox .styled-checkbox {
  position: absolute;
  opacity: 0;
}
.talent-hunt-program .checkbox .styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-size: 16px;
  line-height: 26px;
  color: var(--th-primary-color);
  font-weight: var(--th-weight-600);
}
.talent-hunt-program .checkbox .styled-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  width: 25px;
  height: 25px;
  border: 3px solid var(--th-primary-color);
  border-radius: 4px;
}
.talent-hunt-program .checkbox .styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.talent-hunt-program .checkbox .styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.talent-hunt-program .checkbox .styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.talent-hunt-program .checkbox .styled-checkbox:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 9px;
  width: 6px;
  height: 13px;
  border: solid var(--th-primary-color);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.talent-hunt-program .multi-steps-form .form-section .form-group .radio-blk {
  display: flex;
  display: flex;
  height: auto;
  column-gap: 23px;
}
.talent-hunt-program
  .multi-steps-form
  .form-section
  .form-group
  .radio-blk
  .custom--radio {
  flex: 1;
  border: 1px solid var(--th-border-color);
  border-radius: var(--th-border-radius);
  margin: 0;
  height: 60px;
  display: flex;
  padding: 10px 15px 10px 55px;
  font-weight: var(--th-weight-500);
  font-size: 20px;
  line-height: 21px;
  color: #3d3d3d;
  flex-direction: column;
  text-align: left;
}
.talent-hunt-program
  .multi-steps-form
  .form-section
  .form-group
  .radio-blk
  .custom--radio.active {
  background: #f1f5fb;
  border: 1px solid #b2c6e4;
}
.talent-hunt-program
  .multi-steps-form
  .form-section
  .form-group
  .radio-blk
  .custom--radio
  small {
  display: block;
  font-size: 13px;
  line-height: 15px;
  color: #adadad;
}
.talent-hunt-program
  .multi-steps-form
  .form-section
  .form-group
  .radio-blk
  .custom--radio
  input:checked
  ~ .checkmark {
  border-color: var(--th-primary-color);
  background: transparent;
}
.talent-hunt-program
  .multi-steps-form
  .form-section
  .form-group
  .radio-blk
  .custom--radio
  .checkmark:after {
  background: var(--th-primary-color);
  width: 15px;
  height: 15px;
}
.talent-hunt-program
  .multi-steps-form
  .form-section
  .form-group
  .radio-blk
  .custom--radio
  .checkmark {
  position: absolute;
  top: 0;
  left: 16px;
  height: 27px;
  width: 27px;
  border-radius: 50%;
  bottom: 0;
  margin: auto;
  background: #d9d9d9;
  border: 2px solid #bebebe;
}
.talent-hunt-program .multi-steps-form .form-section .form-group .upload-box {
  border: 2px dashed var(--th-border-color);
  border-radius: 9px;
  padding: 25px 20px;
  display: flex;
  align-items: center;
  column-gap: 20px;
  justify-content: space-between;
  min-height: 160px;
}
.talent-hunt-program
  .multi-steps-form
  .form-section
  .form-group
  .upload-box
  .text {
  font-size: 20px;
  line-height: 26px;
  color: #767676;
}
.talent-hunt-program
  .multi-steps-form
  .form-section
  .form-group
  .upload-box
  .form-field {
  width: auto;
}
.talent-hunt-program
  .multi-steps-form
  .form-section
  .form-group
  .upload-box
  .form-field
  .cmn-btn {
  min-width: 160px;
  padding: 0 15px;
  font-size: 16px;
  line-height: 50px;
}
/*.talent-hunt-program .multi-steps-form .form-section .form-group .upload-box .form-field .cmn-btn + div {
    padding-top: 0 !important;
    position: absolute;
    right: 100%;
    width: 268px;
    top: -55px;
    margin-right: 20px;
    height: 160px;
    overflow: hidden;
    border-radius: 6px 0 0 6px;
}*/
.talent-hunt-program
  .multi-steps-form
  .form-section
  .form-group
  .upload-box
  .form-field
  .cmn-btn
  + div {
  padding-top: 0 !important;
  position: absolute;
  /* right: 0; */
  width: 268px;
  top: -55px;
  margin-left: calc(-100% + 33px);
  margin-right: 20px;
  height: 160px;
  overflow: hidden;
  border-radius: 6px 0 0 6px;
  left: -100%;
}
.talent-hunt-program
  .multi-steps-form
  .form-section
  .form-group
  .upload-box
  .form-field
  .cmn-btn
  + div
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.talent-hunt-program .multi-steps-form .primary-button {
  min-width: 132px;
  height: 45px;
  background: var(--th-primary-color);
  border-radius: var(--th-border-radius);
  padding: 10px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 26px;
}
.talent-hunt-program .multi-steps-form .form-section .box {
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  padding: 15px 40px 0;
  position: relative;
}
.talent-hunt-program .multi-steps-form .form-section .box .icon {
  position: absolute;
  left: 50%;
  top: 15px;
  transform: translateX(-50%);
}
.talent-hunt-program .multi-steps-form .form-section .form-group.one_third {
  width: 33%;
  flex: inherit;
}
.talent-hunt-program .multi-steps-form .form-section .form-group.two_third {
  width: 67%;
  flex: inherit;
}
.talent-hunt-program .multi-steps-form .form-section .form-group.three_fourth {
  width: 75%;
  flex: inherit;
}
.talent-hunt-program .multi-steps-form .form-section .form-group.one_fourth {
  width: 25%;
  flex: inherit;
}
.talent-hunt-program .multi-steps-form .form-section .form-group.half {
  width: 50%;
  flex: inherit;
}
.talent-hunt-program
  .multi-steps-form
  .form-section
  .form-group-data:not(:last-child) {
  margin-bottom: 10px;
}
.talent-hunt-program .custom--radio .checkmark:after {
  background: var(--th-primary-color);
}
.talent-hunt-program .custom--radio input:checked ~ .checkmark {
  border-color: var(--th-primary-color);
}
.talent-hunt-program .multi-steps-form .label + .radio-buttons {
  margin-left: 30px;
}
.talent-hunt-program .multi-steps-form .radio-buttons {
  display: inline-flex;
  column-gap: 30px;
}
.talent-hunt-program
  .multi-steps-form
  .radio-buttons
  .custom--radio
  .checkmark {
  margin: 6px 0;
}
.talent-hunt-program .multi-steps-form .radio-buttons .custom--radio {
  font-size: 18px;
  line-height: 31px;
  color: #636363;
}
.talent-hunt-program .multi-steps-form .form-group-data.terms-conditions {
  background: #ddd;
  border-radius: 20px;
  padding: 30px 30px 20px;
}
.talent-hunt-program
  .multi-steps-form
  .form-group-data.terms-conditions
  .title {
  font-size: 24px;
  line-height: 1;
  color: var(--th-primary-color);
  font-weight: var(--th-weight-700);
  padding-bottom: 15px;
}
.talent-hunt-program .multi-steps-form .form-group-data.terms-conditions p {
  margin-bottom: 12px;
  line-height: inherit;
}
.talent-hunt-program .multi-steps-form .form-group-data.terms-conditions .p2 {
  color: #242424;
}
.talent-hunt-program .multi-steps-form [type='submit'].primary-button {
  display: block;
  width: 100%;
  box-shadow: inherit;
  border: 0;
  height: 71px;
  font-size: 24px;
  margin-top: 60px;
}

.talent-hunt-program .form-navigation-sticky {
  position: fixed;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  display: none;
  z-index: 2;
}
.talent-hunt-program .form-navigation-sticky ul li:not(:last-child) {
  margin-bottom: 12px;
}
.talent-hunt-program .form-navigation-sticky ul li a {
  width: 48px;
  height: 48px;
  background: #b2c6e4;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}
.talent-hunt-program .form-navigation-sticky ul li a:hover,
.talent-hunt-program .form-navigation-sticky ul li a.active {
  background: var(--th-primary-color);
}
.talent-hunt-program .form-navigation-sticky ul li a:hover svg path,
.talent-hunt-program .form-navigation-sticky ul li a.active svg path {
  fill: #fff;
}
.student-page-body .talent-hunt-program .multi-steps-form .form-wrapper {
  padding-top: 52px !important;
}
.student-page-body .form-btn {
  margin: 0 auto;
}
#login-form-normal {
  min-height: 500px;
}
.talent-hunt-program .site-header {
  background: #fff;
}
#search_form {
  min-height: 600px;
}
.talent-hunt-program .multi-steps-form .form-wrapper {
  position: relative;
}
.talent-hunt-program
  .multi-steps-form
  .form-wrapper#js-personal_information:after {
  content: '';
  background: url(../../public/images/round-shape-1.png) no-repeat;
  width: 200px;
  height: 349px;
  position: absolute;
  right: 0;
  top: 0;
}
.talent-hunt-program
  .multi-steps-form
  .form-wrapper#js-personal_information:before {
  content: '';
  background: url(../../public/images/hb-campus/design-01.png) no-repeat;
  width: 121px;
  height: 120px;
  position: absolute;
  left: 7%;
  top: 0;
}

.talent-hunt-program .multi-steps-form .form-wrapper#js-address:after {
  content: '';
  background: url(../../public/images/star-1.png) no-repeat;
  width: 195px;
  height: 171px;
  position: absolute;
  right: 0;
  top: 0;
}
.talent-hunt-program .multi-steps-form .form-wrapper#js-address:before {
  content: '';
  background: url(../../public/images/shape-3.png) no-repeat;
  width: 204px;
  height: 83px;
  position: absolute;
  left: 7%;
  top: 0;
}

.talent-hunt-program .multi-steps-form .form-wrapper#js-college_details:after {
  content: '';
  background: url(../../public/images/global-rt-bg.png) no-repeat;
  width: 120px;
  height: 238px;
  position: absolute;
  right: 0;
  top: 0;
}
.talent-hunt-program .multi-steps-form .form-wrapper#js-college_details:before {
  content: '';
  background: url(../../public/images/yellow-shape.png) no-repeat;
  width: 104px;
  height: 176px;
  position: absolute;
  left: 7%;
  top: 0;
}

.talent-hunt-program .multi-steps-form .form-wrapper#js-acadmic_detail:after {
  content: '';
  background: url(../../public/images/round-shape-1.png) no-repeat;
  width: 200px;
  height: 349px;
  position: absolute;
  right: 0;
  top: 0;
}
.talent-hunt-program .multi-steps-form .form-wrapper#js-acadmic_detail:before {
  content: '';
  background: url(../../public/images/star-1.png) no-repeat;
  width: 195px;
  height: 171px;
  position: absolute;
  left: 7%;
  top: 0;
}

.talent-hunt-program img {
  max-width: 100%;
}
.talent-hunt-program .form-group .input-label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 45px;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 0 !important;
  color: #999999;
  background-color: #f3f3f3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.talent-hunt-program .form-group .input-label.active {
  top: -15px;
  left: 15px;
  transform: inherit;
  padding: 2px 10px;
  font-size: 16px;
}
.talent-hunt-program .form-group .input-label.hide-default {
  opacity: 0;
  -webkit-transition: inherit;
}
.talent-hunt-program .form-group .input-label.hide-default.active {
  opacity: 1;
}
.talent-hunt-program
  .multi-steps-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  background-color: #f3f3f3;
  line-height: inherit;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  left: 0;
  top: 15px;
  margin-left: 45px;
}
/* .talent-hunt-program .multi-steps-form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered{
   
} */
.talent-hunt-program
  .multi-steps-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  width: 100%;
  z-index: 2;
}
.talent-hunt-program
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  right: 20px;
  left: auto;
}
.student-page-body
  .select2-container--default
  .select2-search--dropdown
  .select2-search__field {
  border: 1px solid var(--th-border-color);
  height: 45px;
  border-radius: 4px;
  padding: 5px 12px;
  font-family: var(--th-secondary-font-family);
  font-size: 16px;
}
.student-page-body .select2-results__option {
  font-size: 16px;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 26px;
  color: #273677;
  font-family: var(--th-secondary-font-family);
  font-weight: 400;
}
.student-page-body .select2-results__option .mr-2 strong {
  font-family: var(--th-secondary-font-family);
  font-weight: 400;
}
.student-page-body .select2-results__option .la-map-marker:before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='20' viewBox='0 0 16 20' fill='none'%3E%3Cpath d='M7.99998 20C6.55644 18.8031 5.21849 17.4911 3.99999 16.0775C2.17142 13.9546 1.01251e-06 10.793 1.01251e-06 7.7803C-0.00162184 4.63378 1.94771 1.79641 4.93835 0.592226C7.92901 -0.611969 11.3715 0.0543813 13.6594 2.28032C15.164 3.73625 16.0067 5.71671 16 7.7803C16 10.793 13.8285 13.9546 12 16.0775C10.7815 17.4911 9.44352 18.8031 7.99998 20ZM7.99998 2.22589C4.84565 2.22957 2.28949 4.71421 2.28571 7.7803C2.28571 9.07559 2.88799 11.3185 5.75427 14.6522C6.46067 15.472 7.21027 16.256 7.99998 17.0006C8.78969 16.2568 9.53963 15.4742 10.2468 14.6556C13.112 11.3174 13.7143 9.07448 13.7143 7.7803C13.7105 4.71421 11.1544 2.22957 7.99998 2.22589ZM7.99998 11.113C6.10639 11.113 4.57142 9.62081 4.57142 7.7803C4.57142 5.93972 6.10639 4.44765 7.99998 4.44765C9.89358 4.44765 11.4285 5.93972 11.4285 7.7803C11.4285 8.66412 11.0673 9.51184 10.4243 10.1368C9.78135 10.7618 8.90935 11.113 7.99998 11.113Z' fill='%23273677'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: 100%;
  width: 12px;
  height: 15px;
  display: inline-block;
  vertical-align: text-top;
  margin-right: 4px;
}
.student-page-body .select2-results__option .grey-text {
  color: #adadad;
  line-height: 30px;
}
.student-page-body .select2-results__option .la-university-marker:before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.4818 1.67694C4.60914 2.61224 3.06844 3.38547 3.05807 3.39532C3.04352 3.40912 3.59613 4.52167 3.65262 4.59228C3.65952 4.60094 5.09125 3.88953 6.8342 3.01136L10.0032 1.41466L13.1861 3.00538L16.3691 4.59615L16.6865 3.9956C16.861 3.66534 16.9857 3.38881 16.9635 3.38117C16.9412 3.37352 15.4119 2.6158 13.5649 1.69742C11.718 0.779 10.1348 0.0160443 10.0467 0.001983C9.90171 -0.0211741 9.56681 0.13618 6.4818 1.67694ZM9.73626 4.02869C8.74971 4.15678 8.01895 4.99022 8.01771 5.98865C8.01635 7.12371 8.86844 7.98201 9.99666 7.98201C11.1296 7.98201 11.978 7.13561 11.978 6.00535C11.978 4.78659 10.9411 3.87226 9.73626 4.02869ZM4.68132 7.34486V9.3442H2.57793H0.47455L0.329231 9.44307C0.249319 9.49747 0.142549 9.59774 0.091956 9.66598L0 9.79007V14.6533C0 19.4387 0.00140659 19.519 0.0879121 19.6625C0.136264 19.7427 0.245055 19.8515 0.32967 19.9042L0.483516 20H10H19.5165L19.6703 19.9042C19.7549 19.8515 19.8637 19.7427 19.9121 19.6625C19.9986 19.519 20 19.4387 20 14.6577V9.79873L19.8768 9.63733C19.6458 9.33458 19.727 9.3442 17.4088 9.3442H15.3187V7.34486V5.34553H14.6593H14V12.0027V18.6598H13.3407H12.6813V17.2849C12.6813 15.9463 12.6787 15.905 12.5824 15.715C12.5239 15.5995 12.4208 15.4837 12.3297 15.4311C12.1819 15.3457 12.092 15.3417 10.044 15.33L7.91209 15.3178L7.71429 15.4179C7.56949 15.4911 7.48998 15.5705 7.41758 15.714C7.32132 15.9049 7.31868 15.9466 7.31868 17.2849V18.6598H6.65934H6V12.0027V5.34553H5.34066H4.68132V7.34486ZM10.3411 5.43319C10.7386 5.67544 10.7636 6.27067 10.3879 6.54596C10.1205 6.74185 9.65829 6.66482 9.45745 6.39094C9.32752 6.21377 9.31147 5.84558 9.42571 5.66371C9.61829 5.35713 10.0415 5.25057 10.3411 5.43319ZM7.31868 10.0033V10.6624H8.32967H9.34066V10.0033V9.3442H8.32967H7.31868V10.0033ZM10.6593 10.0033V10.6624H11.6703H12.6813V10.0033V9.3442H11.6703H10.6593V10.0033ZM4.68132 14.6611V18.6598H3.01099H1.34066V14.6611V10.6624H3.01099H4.68132V14.6611ZM18.6593 14.6611V18.6598H16.989H15.3187V14.6611V10.6624H16.989H18.6593V14.6611ZM2.30769 13.3429V14.6611H2.98901H3.67033V13.3429V12.0246H2.98901H2.30769V13.3429ZM7.31868 12.6837V13.3429H8.32967H9.34066V12.6837V12.0246H8.32967H7.31868V12.6837ZM10.6593 12.6837V13.3429H11.6703H12.6813V12.6837V12.0246H11.6703H10.6593V12.6837ZM16.3297 13.3429V14.6611H16.989H17.6484V13.3429V12.0246H16.989H16.3297V13.3429ZM11.3187 17.6711V18.6598H10H8.68132V17.6711V16.6824H10H11.3187V17.6711Z' fill='%23273677'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: 100%;
  width: 16px;
  height: 19px;
  display: inline-block;
  vertical-align: text-top;
  margin-right: 4px;
  position: relative;
  top: -2px;
}
.student-page-body
  .select2-container--default
  .select2-results__option--highlighted[aria-selected]
  .la-university-marker:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.4818 1.67694C4.60914 2.61224 3.06844 3.38547 3.05807 3.39532C3.04352 3.40912 3.59613 4.52167 3.65262 4.59228C3.65952 4.60094 5.09125 3.88953 6.8342 3.01136L10.0032 1.41466L13.1861 3.00538L16.3691 4.59615L16.6865 3.9956C16.861 3.66534 16.9857 3.38881 16.9635 3.38117C16.9412 3.37352 15.4119 2.6158 13.5649 1.69742C11.718 0.779 10.1348 0.0160443 10.0467 0.001983C9.90171 -0.0211741 9.56681 0.13618 6.4818 1.67694ZM9.73626 4.02869C8.74971 4.15678 8.01895 4.99022 8.01771 5.98865C8.01635 7.12371 8.86844 7.98201 9.99666 7.98201C11.1296 7.98201 11.978 7.13561 11.978 6.00535C11.978 4.78659 10.9411 3.87226 9.73626 4.02869ZM4.68132 7.34486V9.3442H2.57793H0.47455L0.329231 9.44307C0.249319 9.49747 0.142549 9.59774 0.091956 9.66598L0 9.79007V14.6533C0 19.4387 0.00140659 19.519 0.0879121 19.6625C0.136264 19.7427 0.245055 19.8515 0.32967 19.9042L0.483516 20H10H19.5165L19.6703 19.9042C19.7549 19.8515 19.8637 19.7427 19.9121 19.6625C19.9986 19.519 20 19.4387 20 14.6577V9.79873L19.8768 9.63733C19.6458 9.33458 19.727 9.3442 17.4088 9.3442H15.3187V7.34486V5.34553H14.6593H14V12.0027V18.6598H13.3407H12.6813V17.2849C12.6813 15.9463 12.6787 15.905 12.5824 15.715C12.5239 15.5995 12.4208 15.4837 12.3297 15.4311C12.1819 15.3457 12.092 15.3417 10.044 15.33L7.91209 15.3178L7.71429 15.4179C7.56949 15.4911 7.48998 15.5705 7.41758 15.714C7.32132 15.9049 7.31868 15.9466 7.31868 17.2849V18.6598H6.65934H6V12.0027V5.34553H5.34066H4.68132V7.34486ZM10.3411 5.43319C10.7386 5.67544 10.7636 6.27067 10.3879 6.54596C10.1205 6.74185 9.65829 6.66482 9.45745 6.39094C9.32752 6.21377 9.31147 5.84558 9.42571 5.66371C9.61829 5.35713 10.0415 5.25057 10.3411 5.43319ZM7.31868 10.0033V10.6624H8.32967H9.34066V10.0033V9.3442H8.32967H7.31868V10.0033ZM10.6593 10.0033V10.6624H11.6703H12.6813V10.0033V9.3442H11.6703H10.6593V10.0033ZM4.68132 14.6611V18.6598H3.01099H1.34066V14.6611V10.6624H3.01099H4.68132V14.6611ZM18.6593 14.6611V18.6598H16.989H15.3187V14.6611V10.6624H16.989H18.6593V14.6611ZM2.30769 13.3429V14.6611H2.98901H3.67033V13.3429V12.0246H2.98901H2.30769V13.3429ZM7.31868 12.6837V13.3429H8.32967H9.34066V12.6837V12.0246H8.32967H7.31868V12.6837ZM10.6593 12.6837V13.3429H11.6703H12.6813V12.6837V12.0246H11.6703H10.6593V12.6837ZM16.3297 13.3429V14.6611H16.989H17.6484V13.3429V12.0246H16.989H16.3297V13.3429ZM11.3187 17.6711V18.6598H10H8.68132V17.6711V16.6824H10H11.3187V17.6711Z' fill='%23fff'/%3E%3C/svg%3E");
}
.student-page-body
  .select2-container--default
  .select2-results__option--highlighted[aria-selected]
  .la-map-marker:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='20' viewBox='0 0 16 20' fill='none'%3E%3Cpath d='M7.99998 20C6.55644 18.8031 5.21849 17.4911 3.99999 16.0775C2.17142 13.9546 1.01251e-06 10.793 1.01251e-06 7.7803C-0.00162184 4.63378 1.94771 1.79641 4.93835 0.592226C7.92901 -0.611969 11.3715 0.0543813 13.6594 2.28032C15.164 3.73625 16.0067 5.71671 16 7.7803C16 10.793 13.8285 13.9546 12 16.0775C10.7815 17.4911 9.44352 18.8031 7.99998 20ZM7.99998 2.22589C4.84565 2.22957 2.28949 4.71421 2.28571 7.7803C2.28571 9.07559 2.88799 11.3185 5.75427 14.6522C6.46067 15.472 7.21027 16.256 7.99998 17.0006C8.78969 16.2568 9.53963 15.4742 10.2468 14.6556C13.112 11.3174 13.7143 9.07448 13.7143 7.7803C13.7105 4.71421 11.1544 2.22957 7.99998 2.22589ZM7.99998 11.113C6.10639 11.113 4.57142 9.62081 4.57142 7.7803C4.57142 5.93972 6.10639 4.44765 7.99998 4.44765C9.89358 4.44765 11.4285 5.93972 11.4285 7.7803C11.4285 8.66412 11.0673 9.51184 10.4243 10.1368C9.78135 10.7618 8.90935 11.113 7.99998 11.113Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
}
.student-page-body .select2-results__option .mr-2 strong .la-university,
.student-page-body .select2-results__option .mr-2 strong .fa-plus-circle {
  display: none;
}
.student-page-body .select2-results__option .mr-2 + div {
  color: #adadad;
  line-height: 30px;
}
.student-page-body
  .select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background: var(--th-primary-color);
}
.student-page-body .select2-search--dropdown {
  padding: 10px;
}
.talent-hunt-program .multi-steps-form .form-section .form-group .resend_link {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  column-gap: 5px;
  color: var(--th-primary-color);
  position: relative;
  min-height: 35px;
}
.talent-hunt-program
  .multi-steps-form
  .form-section
  .form-group
  .resend_link
  a {
  color: var(--th-primary-color);
}
.talent-hunt-program
  .multi-steps-form
  .form-section
  .form-group
  .resend_link
  a
  + span {
  position: relative;
  top: 2px;
}
.talent-hunt-program
  .multi-steps-form
  .form-section
  .form-group
  .resend_link
  .icon {
  vertical-align: text-bottom;
  margin-right: 5px;
}
.talent-hunt-program .chosen-container-single .chosen-single span,
.talent-hunt-program
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  text-align: left;
}
.talent-hunt-program .multi-steps-form .change_btn {
  background: var(--th-primary-color);
  color: #fff;
  padding: 5px 15px;
  border-radius: 4px;
  display: inline-block;
  line-height: 24px;
  margin-bottom: 15px;
}
.talent-hunt-program .multi-steps-form .form-section.verfication-section {
  position: relative;
}
.talent-hunt-program
  .multi-steps-form
  .form-section.verfication-section
  .form-group {
  position: relative;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  padding: 50px 25px;
  border-radius: 8px;
  min-height: 392px;
}
.talent-hunt-program
  .multi-steps-form
  .form-section.verfication-section
  .form-group
  .title {
  color: var(--th-primary-color);
  margin-bottom: 15px;
  font-size: 24px;
}
.talent-hunt-program
  .multi-steps-form
  .form-section.verfication-section
  .form-group
  p {
  padding-bottom: 15px;
  line-height: 21px;
  font-size: 16px;
}
.talent-hunt-program
  .multi-steps-form
  .form-section.verfication-section
  .form-group
  .resend_link
  .change_btn {
  color: #fff;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.talent-hunt-program
  .multi-steps-form
  .form-section.verfication-section
  .submit-button {
  text-transform: uppercase;
  height: 50px;
  line-height: 50px;
}
.talent-hunt-program
  .multi-steps-form
  .form-section.verfication-section
  .edit_btn {
  vertical-align: text-bottom;
}
.talent-hunt-program
  .multi-steps-form
  .form-section.verfication-section
  .form-group
  .title.success {
  color: green;
  margin: 0;
  text-align: center;
  font-size: 30px;
}
.talent-hunt-program
  .multi-steps-form
  .form-section.verfication-section
  .success_email_block,
.talent-hunt-program
  .multi-steps-form
  .form-section.verfication-section
  .success_sms_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.success_icon {
  width: 150px;
  height: 150px;
  display: block;
  border-radius: 50%;
  stroke: green;
  margin: 0px auto 30px;
  -webkit-animation: bounceIcon 0.17s ease-in-out;
  animation: bounceIcon 0.17s ease-in-out;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.success_icon .circle {
  stroke-dasharray: 190;
  stroke-dashoffset: 190;
  stroke-width: 9;
  stroke: #ece8e8;
  fill: none;
  -webkit-animation: drawCircle 0.2s linear;
  animation: drawCircle 0.2s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.success_icon .check {
  stroke-width: 7;
  stroke-dasharray: 120;
  stroke-dashoffset: 120;
  -webkit-animation: drawCheckmark 0.2s cubic-bezier(0.89, 0.09, 0.91, 0.67);
  animation: drawCheckmark 0.2s cubic-bezier(0.89, 0.09, 0.91, 0.67) forwards;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

/* keyFrames */
@keyframes drawCircle {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes drawCheckmark {
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
@keyframes bounceIcon {
  0% {
    transform: none;
  }
  50% {
    transform: scale3D(0.9, 0.9, 1);
  }
  100% {
    transform: none;
  }
}
@-webkit-keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.blockUI.blockOverlay {
  background: #FFFFFF !important;
  opacity: 0.8 !important;
}
.blockUI.blockMsg {
  width: 100% !important;
  left: 0 !important;
  border: 0 !important;
  background-color: transparent !important;
  top: 10% !important;
}
.blockUI.blockMsg h1 {
  color: var(--th-primary-color);
}
.blockUI.blockMsg:before {
  content: '';
  width: 48px;
  height: 48px;
  border: 5px dotted var(--th-primary-color);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  -webkit-animation: rotation 2s linear infinite;
  animation: rotation 2s linear infinite;
  margin-bottom: 10px;
}
.talent-hunt-program
  .multi-steps-form
  .form-section.verfication-section
  .form-group
  .title
  + p {
  min-height: 56px;
}
.talent-hunt-program
  .multi-steps-form
  .form-section.verfication-section
  #email_verify_section {
  background: #000;
  margin-left: 12px;
}

.student-page-body .modal-body .registration-form-profile .reg-form-blk {
  margin-top: 10px;
}
.student-page-body .modal-body .registration-form-profile .container {
  padding: 0;
}
.student-page-body .modal-body .registration-form-profile .form-btn {
  margin: 20px 0 0;
}
.student-page-body
  .modal-body
  .registration-form-profile
  .reg-form-blk
  #aadharcardPicCam,
.student-page-body
  .modal-body
  .registration-form-profile
  .reg-form-blk
  #profilePicCam,
.student-page-body .modal-body .registration-form-profile .reg-form-blk video,
.student-page-body .modal-body .registration-form-profile .reg-form-blk canvas {
  width: 100% !important;
  height: 350px !important;
}

.talent-hunt-program.modal-body .multi-steps-form {
  padding: 10px 0;
}
.talent-hunt-program.modal-body .form-group .input-label {
  background: #fff;
}
.talent-hunt-program.modal-body
  .multi-steps-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  background-color: #fff;
}
.talent-hunt-program.modal-body
  .selectto-drop
  label.error
  ~ .select2.select2-container {
  margin-bottom: 0;
}
.talent-hunt-program.modal-body .selectto-drop label.error {
  bottom: -25px;
  margin: 0;
}
.talent-hunt-program.modal-body label.error {
  position: absolute;
  bottom: -25px;
  margin: 0;
  left: 0;
}
#newCollege .modal-dialog.modal-lg {
  max-width: 960px;
}
.talent-hunt-program.modal-body .form-group .input-label,
.talent-hunt-program.modal-body
  .multi-steps-form
  .form-section
  .form-group
  .form-control,
.talent-hunt-program.modal-body
  .multi-steps-form
  .chosen-container-single
  .chosen-single
  span,
.talent-hunt-program.modal-body
  .multi-steps-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 17px;
}
.talent-hunt-program.modal-body .flex.hide {
  display: none;
}
.talent-hunt-program.modal-body .note-txt {
  position: absolute;
}
.talent-hunt-program.modal-body .multi-steps-form .form-section .flex.form-row {
  margin: 0;
}
.talent-hunt-program.freshers-hiring-page
  .multi-steps-form
  .form-wrapper#js-acadmic_detail:before,
.talent-hunt-program.freshers-hiring-page
  .multi-steps-form
  .form-wrapper#js-acadmic_detail:after {
  display: none;
}
.talent-hunt-program.freshers-hiring-page
  .multi-steps-form
  .form-group-data.terms-conditions {
  background: transparent;
  padding: 0;
  border-radius: 0;
  margin: 0;
}
.talent-hunt-program.freshers-hiring-page .highlight-block {
  background: transparent;
  padding: 0;
  margin-bottom: 0;
  display: block;
}
.talent-hunt-program.freshers-hiring-page
  .multi-steps-form
  .form-group-data.terms-conditions
  .title {
  font-size: 36px;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.talent-hunt-program.freshers-hiring-page
  .multi-steps-form
  .form-group-data.terms-conditions
  .title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  background: var(--th-primary-color);
  height: 3px;
}
.talent-hunt-program.freshers-hiring-page .cmn-table table tr th {
  background: #eee;
  color: var(--th-primary-color);
  font-size: 21px;
  padding: 10px 20px;
}
.talent-hunt-program.freshers-hiring-page
  .multi-steps-form
  .form-group-data.terms-conditions
  .hightlight-txt {
  margin-bottom: 25px;
  line-height: inherit;
  font-size: 21px;
  line-height: 30px;
}
.talent-hunt-program.freshers-hiring-page .cmn-table table tr td {
  font-size: 18px;
  color: var(--th-body-color);
  padding: 10px 20px;
}
.talent-hunt-program .hightlight-txt,
.talent-hunt-program .hightlight-txt strong,
.talent-hunt-program .secondary-color {
  color: var(--secondary-color);
}
.talent-hunt-program .multi-steps-form .primary-button:hover {
  background: #000;
}
.talent-hunt-program .multi-steps-form [type='submit'].primary-button.small {
  width: auto;
  padding: 0 60px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.talent-hunt-program
  .multi-steps-form
  .form-section.verfication-section
  .form-group {
  max-width: 470px;
}
.talent-hunt-program .multi-steps-form .form-section.verfication-section .flex {
  justify-content: center;
  align-items: center;
}
.talent-hunt-program .multi-steps-form .form-section.verfication-section #md {
  float: inherit;
}
.talent-hunt-program
  .multi-steps-form
  .form-section.verfication-section
  .campus-thankyou-mid {
  padding-bottom: 0;
}
.talent-hunt-program
  .multi-steps-form
  .form-section.verfication-section
  .cmn-sub-hdng {
  text-align: left;
}
.talent-hunt-program
  .multi-steps-form
  .form-section.verfication-section
  .campus-thankyou-mid
  .container {
  padding: 0;
}
.talent-hunt-program
  .multi-steps-form
  .form-section.verfication-section
  .cmn-sub-hdng
  .sub-hdng-txt {
  margin-top: 0;
  line-height: 1;
  color: var(--th-primary-color);
  font-weight: var(--th-weight-700);
  font-size: 24px;
  line-height: 34px;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 15px;
  text-align: left;
  display: block;
}
.talent-hunt-program
  .multi-steps-form
  .form-section.verfication-section
  .cmn-sub-hdng
  .sub-hdng-txt:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  background: var(--th-primary-color);
  height: 2px;
}
.talent-hunt-program .multi-steps-form .form-wrapper.padding-top_0px {
  padding-top: 0;
}
.talent-hunt-program .multi-steps-form .form-wrapper.padding-bottom_0px {
  padding-bottom: 0;
}
.talent-hunt-program
  .multi-steps-form
  .form-section.verfication-section
  .cmn-sub-hdng
  p
  + .sub-hdng-txt {
  margin-top: 30px;
}
.talent-hunt-program
  .multi-steps-form
  .form-section.verfication-section
  .campus-tbl-row {
  margin-bottom: 45px;
}
.talent-hunt-program
  .multi-steps-form
  .form-section.verfication-section
  .campus-thankyou-mid
  tr
  td:first-child
  strong {
  color: var(--th-primary-color);
}
.talent-hunt-program
  .multi-steps-form
  .form-section.verfication-section
  .campus-thankyou-mid
  .campus-tbl-row
  .campus-thankyou-table
  tr
  th,
.talent-hunt-program
  .multi-steps-form
  .form-section.verfication-section
  .campus-thankyou-mid
  .campus-tbl-row
  .campus-thankyou-table
  tr
  th
  strong {
  color: var(--th-primary-color);
}
.talent-hunt-program
  .multi-steps-form
  .form-section.verfication-section
  .campus-thankyou-mid
  .campus-tbl-row
  .campus-thankyou-table
  .special-notes {
  margin-left: 0;
}
.talent-hunt-program
  .multi-steps-form
  .form-section.verfication-section
  .campus-thankyou-mid
  .campus-tbl-row
  tr
  td {
  font-size: 15px;
  color: var(--th-body-color);
  line-height: 22px;
}
.talent-hunt-program
  .multi-steps-form
  .form-section.verfication-section
  .campus-thankyou-table {
  width: 100%;
  background: #fff;
  min-width: 800px;
}
.talent-hunt-program
  .multi-steps-form
  .form-section.verfication-section
  .campus-thankyou-mid
  .campus-tbl-row
  .campus-thankyou-table
  tr
  th {
  background: #eee;
  color: var(--th-primary-color);
  font-size: 12px;
  line-height: 18px;
}
.talent-hunt-program
  .multi-steps-form
  .form-section.verfication-section
  .campus-thankyou-mid
  .campus-tbl-row
  tr
  td
  .thank-you-steps {
  width: 100% !important;
}
.talent-hunt-program
  .multi-steps-form
  .form-section.verfication-section
  .campus-thankyou-mid
  .campus-tbl-row
  tr
  td
  .note-hdng {
  color: var(--th-primary-color);
  font-weight: var(--th-weight-700);
  font-size: 18px;
  margin: 15px 0 10px;
}
.talent-hunt-program
  .multi-steps-form
  .form-section.verfication-section
  .campus-thankyou-mid
  .campus-tbl-row
  tr
  td
  ol {
  margin-bottom: 10px;
}
.thankyou-section {
  font-family: var(--th-primary-font-family);
}
.thankyou-section .thankyou-ttl {
  color: var(--th-primary-color);
  font-family: var(--th-primary-font-family);
  font-weight: var(--th-weight-700);
}
.thankyou-section p {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.talent-hunt-program .start-project-btn,
.thankyou-user .start-project-btn {
  background: var(--th-primary-color);
  font-family: var(--th-primary-font-family);
  font-weight: var(--th-weight-600);
}
.talent-hunt-program .start-project-btn:hover,
.thankyou-user .start-project-btn:hover {
  background: #000;
}
.student-page-body .return-to-top:hover {
  background: var(--th-primary-color);
}
.student-page-body .modal#aadharcardPicDiv-modal .modal-dialog,
.student-page-body .modal#profilePicDiv-modal .modal-dialog {
  top: 50%;
  margin-top: -267.5px;
}
.talent-hunt-program .multi-steps-form .form-section.frm_registration-form {
  position: relative;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  padding: 50px 25px;
  border-radius: 8px;
  max-width: 580px;
  margin: 0 auto;
}
.talent-hunt-program .multi-steps-form .section-title.small-wrapper {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
.talent-hunt-program
  .multi-steps-form
  .section-title.small-wrapper
  .sub-hdng-txt {
  font-size: 18px;
  line-height: 30px;
  font-weight: var(--th-weight-600);
  color: var(--th-primary-color);
}
.talent-hunt-program
  .multi-steps-form
  .form-section.frm_registration-form
  .cmn-btn {
  line-height: 42px;
  min-width: 150px;
  font-size: 16px;
  margin-top: 15px;
  margin-right: 10px;
}
.talent-hunt-program
  .multi-steps-form
  .form-section.frm_registration-form
  label.error {
  position: absolute;
  left: 0;
  margin: 0;
  bottom: -25px;
}
.talent-hunt-program .multi-steps-form .form-section .checkbox-row {
  margin-bottom: 20px;
}
.talent-hunt-program
  .multi-steps-form
  .form-section
  .checkbox-row
  .checkbox
  label {
  font-size: 20px;
}
.talent-hunt-program .campus-video-section table {
  width: 100%;
  text-align: center;
}
.talent-hunt-program .campus-video-section table img {
  width: 100%;
}
.talent-hunt-program .campus-video-section table td .cmn-link-to-video {
  display: block;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.talent-hunt-program .campus-video-section table td .cmn-link-to-video img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.talent-hunt-program
  .campus-video-section
  table
  td
  .cmn-link-to-video:hover
  img {
  transform: scale(1.2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.talent-hunt-program .campus-video-section table td .cmn-link-to-video:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  z-index: 1;
}
.talent-hunt-program .campus-video-section table td .cmn-link-to-video:after {
  content: '';
  background: url(../../public/images/play-h.png) no-repeat;
  width: 50px;
  height: 52px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.talent-hunt-program
  .campus-video-section
  table
  td:first-child
  .cmn-link-to-video {
  margin-right: 15px;
}
.talent-hunt-program
  .campus-video-section
  table
  td:last-child
  .cmn-link-to-video {
  margin-left: 15px;
}
.talent-hunt-program .counter-section {
  padding-top: 70px;
}
.talent-hunt-program.freshers-hiring-page {
  background: transparent;
}
.talent-hunt-program.freshers-hiring-page .media-covrage {
  margin: 0;
  padding-top: 70px;
}
.talent-hunt-program.freshers-hiring-page .excellence-section {
  padding-bottom: 0;
}
.talent-hunt-program.freshers-hiring-page .cmn-ttl {
  color: var(--th-primary-color);
  z-index: 1;
}
.talent-hunt-program.freshers-hiring-page
  .multi-steps-form
  .form-group-data.terms-conditions
  .title {
  font-size: 56px;
  line-height: 66px;
  font-family: var(--font-family-bold);
}
.talent-hunt-program.freshers-hiring-page .form-section {
  max-width: 1200px;
  margin: 0 auto;
}
.talent-hunt-program.freshers-hiring-page .form-section .title {
  padding-bottom: 0;
  text-align: center;
  margin-bottom: 15px;
}
.talent-hunt-program.freshers-hiring-page
  .multi-steps-form
  .form-group-data.terms-conditions
  .title:after {
  left: 50%;
  margin-left: -50px;
}
.talent-hunt-program.freshers-hiring-page
  .form-section
  .highlight-block
  p:not(.hightlight-txt) {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 20px;
}
.talent-hunt-program.freshers-hiring-page
  .form-section
  .highlight-block
  .hightlight-txt {
  text-align: center;
}
.talent-hunt-program.freshers-hiring-page .cmn-table table tr td {
  background: #fff;
}
.talent-hunt-program.freshers-hiring-page .submit-button {
  min-width: 250px;
  margin-top: 20px;
}
.talent-hunt-program.freshers-hiring-page
  .employee-welfare-section
  .welfare-txt {
  margin-top: 20px;
}
.talent-hunt-program.freshers-hiring-page .learn-team .cmn-btn {
  min-width: 270px;
}
.talent-hunt-program.freshers-hiring-page
  .multi-steps-form
  .form-wrapper
  .shape-5 {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.talent-hunt-program.freshers-hiring-page
  .multi-steps-form
  .form-wrapper
  .shape-3 {
  bottom: -255px;
}
.talent-hunt-program.freshers-hiring-page .subscribe-section h2 {
  margin-bottom: 20px;
}
.talent-hunt-program.freshers-hiring-page .hb-platform ul li i:after {
  background: rgba(0, 0, 0, 0.1);
}
.talent-hunt-program.freshers-hiring-page .hb-life-section .cmn-title-sec {
  margin-bottom: 40px;
}
.talent-hunt-program.freshers-hiring-page .hb-life-section .shape-4 {
  top: 60px;
}
.talent-hunt-program.freshers-hiring-page .cmn-ttl {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.talent-hunt-program.freshers-hiring-page .cmn-ttl:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  background: var(--th-primary-color);
  height: 3px;
}
.talent-hunt-program.freshers-hiring-page .text-center .cmn-ttl:after {
  left: 50%;
  margin-left: -50px;
}
.talent-hunt-program.freshers-hiring-page .global-evn-section .shape-6 {
  right: 30px;
  left: auto;
}
.talent-hunt-program.freshers-hiring-page
  .cmn-table
  table
  tr
  td
  .thank-you-steps {
  border: 0;
  background: transparent;
}
.talent-hunt-program.freshers-hiring-page
  .cmn-table
  table
  tr
  td
  .thank-you-steps
  td {
  border: 0;
  padding: 0;
  font-size: 18px;
  line-height: 28px;
  padding: 5px 0;
}
.talent-hunt-program.freshers-hiring-page .count ul li h2 i {
  font-style: normal;
}
.talent-hunt-program.freshers-hiring-page .count ul li h2 {
  color: var(--th-primary-color);
}
.tech-stack-section {
  padding: 0 0 100px;
}
.tech-stack-section .nav-tabs {  border-bottom: none; flex-direction: column;}
.tech-stack-section .nav-tabs .nav-item {   max-width: 245px;}
.tech-stack-section .nav-tabs .nav-item .nav-link { width: 100%; text-align: left; padding: 15px 20px; background: transparent; color: #121212; border: none; outline: none !important; font-size: 16px; border-radius: 0 !important; text-transform: uppercase; position: relative; display: flex; align-items: center;}
.tech-stack-section .nav-tabs .nav-item .nav-link::before { content: "";  position: absolute; left: 0; width: 2px; height: 2px; background-color: #fc3441;  transition: all .5s ease-in-out;}
.tech-stack-section .nav-tabs .nav-item .nav-link.active {background-color: #273677; color: #fff; transition: all .5s ease-in-out;}
.tech-stack-section .nav-tabs .nav-item .nav-link.active::before{ height: 100%; transition: all .5s ease-in-out; background-color: #121212;}
.tech-stack-section ul.tech-logo { padding: 0; margin: 0; display: flex; flex-wrap: wrap; row-gap: 30px; column-gap: 25px;}
.tech-stack-section ul.tech-logo li { width: 140px; height: 140px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 15px; transition: all .5s ease-in-out; position: relative; cursor: pointer; text-align: center;}
.tech-stack-section ul.tech-logo li:hover { border-radius: 8px; background: #f5f5f5; transition: all .5s ease-in-out;}
.tech-stack-section ul.tech-logo li img { height: 60px; width: auto;  max-width: 100px;}
.tech-stack-section ul.tech-logo li span { font-size: 16px;     text-transform: capitalize;}

@media only screen and (max-height: 560px) {
  .student-page-body .modal#aadharcardPicDiv-modal .modal-dialog,
  .student-page-body .modal#profilePicDiv-modal .modal-dialog {
    top: 0;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1280px) {
  .talent-hunt-program .banner .banner-contents .heading .span_01 {
    font-size: 80px;
    line-height: 130px;
  }
  .talent-hunt-program .banner .banner-contents .heading .span_02 {
    font-size: 50px;
    line-height: 50px;
    padding-bottom: 20px;
  }
  .talent-hunt-program .banner .banner-contents .heading {
    font-size: 32px;
    line-height: 38px;
  }
}

@media only screen and (max-width: 1199px) {
  .talent-hunt-program .banner .flex-container {
    flex-direction: column-reverse;
  }
  .talent-hunt-program .hdr-btns {
    display: block;
  }
  .talent-hunt-program .banner .banner-contents .heading {
    text-align: center;
  }
  .talent-hunt-program .banner .banner-image:after {
    display: none;
  }
  .tech-stack-section ul.tech-logo {
    column-gap: 25px;
  }
}

@media screen and (max-width: 1023px) {
  .talent-hunt-program.freshers-hiring-page
    .multi-steps-form
    .form-wrapper
    .shape-5 {
    display: none;
  }
  .tech-stack-section .nav-tabs { display: flex; flex-direction: row !important; border-bottom: 1px solid #cccccc;  column-gap: 12px; overflow: hidden; overflow-x: auto; flex-wrap: nowrap; justify-content: flex-start; width: 100%; white-space: nowrap;}
  .tech-stack-section .nav-tabs::-webkit-scrollbar {
  height: 0px; /* Thin scrollbar */
}

.tech-stack-section .nav-tabs::-webkit-scrollbar-track {
  background: transparent;
}

.tech-stack-section .nav-tabs::-webkit-scrollbar-thumb {
  background-color: transparent; /* Scrollbar thumb */
}
.tech-stack-section .nav-tabs .nav-item .nav-link {border: 1px solid #cccccc; border-bottom:none ;  border-radius: 10px 10px 0 0 !important;}
.tech-stack-section .nav-tabs .nav-item .nav-link::before { display: none;}
.tech-stack-section ul.tech-logo { column-gap: 5px; padding: 30px 0 0; row-gap: 10px;}
.tech-stack-section ul.tech-logo li img { height: 40px;}
.tech-stack-section { padding: 50px 0;}

}

@media only screen and (max-width: 850px) {
  .talent-hunt-program .multi-steps-form .form-section .flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .talent-hunt-program .multi-steps-form .form-section .form-group {
    width: 100%;
  }
  .talent-hunt-program:not(.freshers-hiring-page)
    .multi-steps-form
    .form-wrapper
    .container {
    padding-left: 80px;
    padding-right: 80px;
  }
  .talent-hunt-program .multi-steps-form .form-section .box .label + .icon {
    margin-left: 30px;
    position: relative;
    margin-top: 0;
    transform: inherit;
    display: inline-block;
    top: -5px;
    left: 0;
  }
  .talent-hunt-program .multi-steps-form .form-section .form-group.one_third,
  .talent-hunt-program .multi-steps-form .form-section .form-group.two_third,
  .talent-hunt-program .multi-steps-form .form-section .form-group.half {
    width: 100%;
  }
  .talent-hunt-program
    .multi-steps-form
    .form-wrapper#js-personal_information:after {
    width: 110px;
    height: 195px;
    background-size: 100%;
  }
  .talent-hunt-program
    .multi-steps-form
    .form-wrapper#js-personal_information:before {
    width: 90px;
    height: 100px;
    background-size: 100%;
  }
  .talent-hunt-program .multi-steps-form .form-wrapper#js-address:before {
    width: 150px;
    height: 65px;
    left: 10%;
    background-size: 100%;
  }
  .talent-hunt-program .multi-steps-form .form-wrapper#js-acadmic_detail:after {
    width: 110px;
    height: 195px;
    background-size: 100%;
  }
  .talent-hunt-program .multi-steps-form .form-wrapper#js-address:after {
    width: 140px;
    height: 125px;
    background-size: 100%;
  }
  .talent-hunt-program
    .multi-steps-form
    .form-wrapper#js-acadmic_detail:before {
    width: 140px;
    height: 125px;
    background-size: 100%;
  }
  .talent-hunt-program
    .multi-steps-form
    .form-wrapper#js-college_details:before {
    width: 80px;
    height: 135px;
    left: 10%;
    background-size: 100%;
  }
  .talent-hunt-program
    .multi-steps-form
    .form-wrapper#js-college_details:after {
    width: 90px;
    height: 180px;
    background-size: 100%;
  }
  .talent-hunt-program .multi-steps-form .section-head {
    position: relative;
    z-index: 1;
  }
  .talent-hunt-program.freshers-hiring-page .cmn-table table tr th,
  .talent-hunt-program.freshers-hiring-page .cmn-table table tr td {
    font-size: 18px;
    padding: 15px;
  }
  .talent-hunt-program.freshers-hiring-page .container {
    max-width: 100%;
  }
  .talent-hunt-program.freshers-hiring-page
    .multi-steps-form
    .form-group-data.terms-conditions
    .hightlight-txt {
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .talent-hunt-program.freshers-hiring-page
    .multi-steps-form
    .form-group-data.terms-conditions
    .title {
    font-size: 24px;
    line-height: 34px;
  }
  .talent-hunt-program .counter-section {
    padding-top: 30px;
  }
  .talent-hunt-program.freshers-hiring-page
    .multi-steps-form
    .form-group-data.terms-conditions
    .title:after,
  .talent-hunt-program.freshers-hiring-page .text-center .cmn-ttl:after {
    margin-left: -25px;
    width: 50px;
  }
  .talent-hunt-program.freshers-hiring-page .cmn-ttl:after {
    width: 50px;
  }

  #newCollege  .chkbx-toggle + label,
  #newCollege  .chkbx-toggle + label::before{background-color: #cfcece;}

  .chkbx-toggle:checked + label::before{background-color: #273677 !important;}

  #newCollege .modal-dialog.modal-lg{top:10px !important}
  #newCollege .modal-dialog.modal-lg .modal-body{text-align: center;    height: calc(100vh - 220px);    overflow: auto;}
  #newCollege .modal-dialog.modal-lg .modal-footer{place-content: center;}
  #newCollege fieldset.scheduler-border{padding:0px !important; border:0px !important; margin:0 0 15px !important}
  #newCollege legend.scheduler-border{   padding: 0 ;    margin: 0px;    height: 30px;    line-height: 30px;   width: 100%;    border-radius: 2px;  color:#273677 !important}

    #newCollege fieldset.scheduler-border .first-row{display:flex; border-radius: 10px; flex-wrap:wrap; margin:0px; background:#f3f3f3 ; padding:10px 0}
    #newCollege fieldset.scheduler-border .first-row .form-group label{margin: 0px; padding:0px; }
    #newCollege fieldset.scheduler-border .first-row .form-group .form-field{width:auto}
    #newCollege fieldset.scheduler-border .first-row .form-group:nth-child(1){display: flex; align-items: center; justify-content: space-between;}
    #newCollege fieldset.scheduler-border .first-row .form-group:nth-child(2){display: flex;align-items: center;  justify-content: space-between}
    #newCollege fieldset.scheduler-border .first-row .form-group:nth-child(3){display: flex; align-items: center; justify-content: space-between} #newCollege fieldset.scheduler-border .first-row{display:flex; border-radius: 10px; flex-wrap:wrap; margin:0px; background:#f3f3f3 ; padding:10px 0}
    #newCollege fieldset.scheduler-border .first-row .form-group input{    max-width: 165px; text-align: right;      height: 30px;}

    #newCollege fieldset.scheduler-border .second-row{display:flex; border-radius: 10px; flex-wrap:wrap; margin:0px; background:#f3f3f3 ; padding:10px 0}
    #newCollege fieldset.scheduler-border .second-row .form-group label{margin: 0px; padding:0px; }
    #newCollege fieldset.scheduler-border .second-row .form-group .form-field{width:auto}
    #newCollege fieldset.scheduler-border .second-row .form-group:nth-child(1){display: flex; align-items: center; justify-content: space-between;}
    #newCollege fieldset.scheduler-border .second-row .form-group:nth-child(2){display: flex;align-items: center;  justify-content: space-between}
    #newCollege fieldset.scheduler-border .second-row .form-group:nth-child(3){display: flex; align-items: center; justify-content: space-between}
    #newCollege fieldset.scheduler-border .second-row .form-group:nth-child(4){display: flex; align-items: center; justify-content: space-between}
    #newCollege fieldset.scheduler-border .second-row .form-group:nth-child(5){display: flex; align-items: center; justify-content: space-between}
    #newCollege fieldset.scheduler-border .second-row .form-group:nth-child(6){display: flex; align-items: center; justify-content: space-between}
    #newCollege fieldset.scheduler-border .second-row .form-group:nth-child(7){display: flex; align-items: center; justify-content: space-between}
    #newCollege fieldset.scheduler-border .second-row .form-group .tabs{background: #fff; margin-top: 5px;}
    #newCollege fieldset.scheduler-border .second-row .form-group input{    max-width: 165px;      height: 30px;}

    #newCollege fieldset.scheduler-border .third-row{display:flex; border-radius: 10px; flex-wrap:wrap; margin:0px; background:#f3f3f3 ; padding:10px 0}
    #newCollege fieldset.scheduler-border .third-row .form-group label{margin: 0px; padding:0px; }
    #newCollege fieldset.scheduler-border .third-row .form-group .form-field{width:auto}
    #newCollege fieldset.scheduler-border .third-row .form-group:nth-child(1){display: flex; align-items: center; justify-content: space-between;}
    #newCollege fieldset.scheduler-border .third-row .form-group:nth-child(2){display: flex;align-items: center;  justify-content: space-between}
    #newCollege fieldset.scheduler-border .third-row .form-group:nth-child(4){display: flex; align-items: center; justify-content: space-between}
    #newCollege fieldset.scheduler-border .third-row .form-group:nth-child(6){display: flex; align-items: center; justify-content: space-between}
    #newCollege fieldset.scheduler-border .third-row .form-group:nth-child(7){display: flex; align-items: center; justify-content: space-between}
    #newCollege fieldset.scheduler-border .third-row .form-group .tabs{background: #fff; margin-top: 5px;}
    #newCollege fieldset.scheduler-border .third-row .form-group:nth-child(2) input{    max-width: 165px;      height: 30px;}

    #newCollege fieldset.scheduler-border .second-row .form-group .tabs > label,
    #newCollege fieldset.scheduler-border .third-row .form-group .tabs > label{border-right:1px solid #ddd !important}

    .tab > .tab-box{font-weight: normal;}

    #newCollege fieldset.scheduler-border .tabs label{  overflow: hidden;  display: flex;      align-items: center;      height: 30px;      place-content: center;
      line-height: 30px;      font-weight: normal; min-width: 55px;}
      .page-header-quick-link ul{grid-gap: 7px !important;}
      .device-switch{margin-left:7px !important}
      .dataTables_wrapper .dataTables_paginate{  background: #fafafa;   border-radius:0 0 10px 10px;      padding:10px 0 0;        margin: 0;}
      .dataTables_wrapper .dataTables_info{background: #fafafa;    border-bottom: 1px solid #e1e1e1 !important;    padding:5px 0;        margin: 0;}

      body .device-switch,
      body .page-header-quick-link ul li a i,
      body .page-header-quick-link li{width:36px !important; height:36px !important;     display: flex;        place-content: center;        align-items: center;}
      body #is_responsive i, body #inline_filter_icon i{font-size: 22px !important;}
      .page-header-quick-link ul li a svg{    width: 20px !important;}
    }

@media only screen and (max-width: 640px) {
  .talent-hunt-program:not(.freshers-hiring-page)
    .multi-steps-form
    .form-wrapper
    .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .student-page-body
    .modal-body
    .registration-form-profile
    .reg-form-blk
    #aadharcardPicCam,
  .student-page-body
    .modal-body
    .registration-form-profile
    .reg-form-blk
    #profilePicCam,
  .student-page-body .modal-body .registration-form-profile .reg-form-blk video,
  .student-page-body
    .modal-body
    .registration-form-profile
    .reg-form-blk
    canvas {
    height: 290px !important;
  }

  .talent-hunt-program .form-navigation-sticky {
    top: inherit;
    left: 0;
    transform: inherit;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 15px;
    z-index: 9;
  }
  .talent-hunt-program .form-navigation-sticky ul {
    display: flex;
    justify-content: center;
    column-gap: 20px;
  }
  .talent-hunt-program .form-navigation-sticky ul li {
    margin: 0 !important;
  }
  .talent-hunt-program .form-navigation-sticky ul li a {
    width: 45px;
    height: 45px;
  }
  .talent-hunt-program .banner .banner-contents .heading .span_01 {
    font-size: 48px;
    line-height: 70px;
  }
  .talent-hunt-program .banner .banner-contents .heading .span_02 {
    font-size: 36px;
    line-height: 36px;
    padding-bottom: 15px;
  }
  .talent-hunt-program .banner .banner-contents .heading {
    font-size: 21px;
    line-height: 21px;
  }
  .talent-hunt-program .banner .banner-image .design-01 {
    width: 80px;
    height: 100px;
    background-size: 100%;
  }
  .talent-hunt-program .multi-steps-form .section-head .title {
    font-size: 36px;
    line-height: 42px;
  }
  .talent-hunt-program .multi-steps-form .section-head .sub-title {
    font-size: 16px;
    line-height: 32px;
  }
  .talent-hunt-program .multi-steps-form {
    padding: 30px 0;
  }
  .talent-hunt-program
    .multi-steps-form
    .form-wrapper#js-personal_information:before {
    width: 55px;
    height: 60px;
  }
  .talent-hunt-program
    .multi-steps-form
    .form-wrapper#js-personal_information:after {
    width: 70px;
    height: 125px;
  }
  .talent-hunt-program .multi-steps-form .section-title .icon {
    width: 70px;
    height: 70px;
    padding: 15px;
  }
  .talent-hunt-program .multi-steps-form .section-title .title {
    font-size: 21px;
    line-height: 42px;
  }
  .talent-hunt-program .multi-steps-form .section-title p {
    font-size: 16px;
    line-height: 28px;
  }
  .talent-hunt-program
    .multi-steps-form
    .form-section
    .form-group
    .form-control,
  .talent-hunt-program .form-group .input-label {
    font-size: 16px;
  }
  .talent-hunt-program .form-group .input-label.active {
    left: 7px;
    font-size: 14px;
  }
  .talent-hunt-program
    .multi-steps-form
    .chosen-container-single
    .chosen-single
    span,
  .talent-hunt-program
    .multi-steps-form
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    font-size: 16px;
  }
  .talent-hunt-program
    .multi-steps-form
    .form-section
    .form-group
    .upload-box
    .text {
    font-size: 16px;
  }
  .talent-hunt-program .multi-steps-form .label {
    font-size: 18px;
    line-height: 42px;
  }
  .talent-hunt-program .multi-steps-form .form-section .box {
    padding: 15px 15px 0;
  }
  .talent-hunt-program .multi-steps-form .form-wrapper#js-address:before {
    width: 100px;
    height: 40px;
  }
  .talent-hunt-program .multi-steps-form .form-wrapper#js-address:after {
    width: 80px;
    height: 75px;
  }
  .talent-hunt-program
    .multi-steps-form
    .form-wrapper#js-college_details:before {
    width: 50px;
    height: 85px;
    left: 15px;
  }
  .talent-hunt-program
    .multi-steps-form
    .form-wrapper#js-college_details:after {
    width: 50px;
    height: 100px;
  }
  .talent-hunt-program
    .multi-steps-form
    .form-wrapper#js-acadmic_detail:before {
    width: 80px;
    height: 75px;
    left: 15px;
  }
  .talent-hunt-program .multi-steps-form .form-wrapper#js-acadmic_detail:after {
    width: 60px;
    height: 110px;
  }
  .talent-hunt-program .multi-steps-form .form-wrapper:not(:first-child) {
    padding-bottom: 0;
  }
  .talent-hunt-program
    .multi-steps-form
    .form-group-data.terms-conditions
    .title {
    font-size: 21px;
  }
  .talent-hunt-program
    .multi-steps-form
    .form-section.verfication-section
    .cmn-sub-hdng
    .sub-hdng-txt {
    font-size: 21px;
    line-height: 27px;
    margin-bottom: 25px;
    padding-bottom: 15px;
  }
  .talent-hunt-program
    .multi-steps-form
    .form-section.verfication-section
    .cmn-sub-hdng
    .sub-hdng-txt:after {
    height: 2px;
  }
  .student-page-body .modal#aadharcardPicDiv-modal .modal-dialog,
  .student-page-body .modal#profilePicDiv-modal .modal-dialog {
    top: 50%;
    margin-top: -230px;
  }
  .custom_flex {
    width: 100% !important;
  }
  @media only screen and (max-height: 480px) {
    .student-page-body .modal#aadharcardPicDiv-modal .modal-dialog,
    .student-page-body .modal#profilePicDiv-modal .modal-dialog {
      top: 0;
      margin-top: 15px;
    }
  }
}
@media only screen and (max-width: 567px) {
  .tech-stack-section ul.tech-logo li { width: 110px;}
  .tech-stack-section ul.tech-logo {    column-gap: inherit; row-gap: 20px; width: 100%;}
  .tech-stack-section ul.tech-logo li { width: 33%; min-width: 92px;  height: 120px;}
  .talent-hunt-program .multi-steps-form .radio-buttons { display: flex; flex-direction: column;}

}
@media only screen and (max-width: 420px) {
  .talent-hunt-program .hdr-btns {
    display: none;
  }
  .talent-hunt-program .banner .banner-contents .heading .span_01 {
    font-size: 42px;
    line-height: 62px;
  }
  .talent-hunt-program .banner .banner-contents .heading .span_02 {
    font-size: 30px;
    line-height: 36px;
  }
  .talent-hunt-program .banner .banner-contents .heading {
    font-size: 18px;
    line-height: 18px;
  }
  .talent-hunt-program .multi-steps-form .form-wrapper {
    padding: 25px 0;
  }
  .talent-hunt-program .multi-steps-form .section-title {
    margin: 20px 0;
  }
  .talent-hunt-program .multi-steps-form .section-head {
    padding-bottom: 25px;
  }
  .talent-hunt-program .multi-steps-form .section-head .title {
    font-size: 32px;
  }
  .talent-hunt-program
    .multi-steps-form
    .form-section
    .form-group
    .radio-blk
    .custom--radio {
    font-size: 18px;
  }
  .talent-hunt-program
    .multi-steps-form
    .form-section
    .form-group
    .radio-blk
    .custom--radio
    small {
    font-size: 12px;
  }
  .talent-hunt-program .multi-steps-form .form-section .form-group .upload-box {
    padding: 20px 15px;
    column-gap: 10px;
  }
  .talent-hunt-program .multi-steps-form .primary-button {
    min-width: 95px;
    font-size: 16px;
  }
  .talent-hunt-program
    .multi-steps-form
    .form-section
    .form-group
    .upload-box
    .text {
    font-size: 14px;
  }
  .talent-hunt-program .checkbox .styled-checkbox + label:before {
    position: absolute;
    top: 5px;
    left: 0;
  }
  .talent-hunt-program .checkbox .styled-checkbox + label {
    font-size: 14px;
    line-height: 22px;
    padding-left: 40px;
  }
  .talent-hunt-program .checkbox .styled-checkbox:checked + label:after {
    top: 9px;
  }
  .talent-hunt-program .multi-steps-form .label {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 7px;
  }
  .talent-hunt-program .multi-steps-form .label + .radio-buttons {
    margin-left: 0;
    margin-bottom: 20px;
    display: flex;
  }
  .talent-hunt-program .multi-steps-form .form-group-data.terms-conditions {
    padding: 20px 15px 15px;
    margin: 0 -15px;
    border-radius: 0;
  }
  .talent-hunt-program .multi-steps-form .form-section .form-group .upload-box {
    min-height: 135px;
  }
  .talent-hunt-program
    .multi-steps-form
    .form-section
    .form-group
    .upload-box
    .form-field
    .cmn-btn
    + div {
    border-radius: 0px;
    width: calc(100% + 30px);
    margin-left: 0;
    left: calc(-100% - 40px);
    border-radius: 6px 0 0 6px;
    height: 135px;
    top: -43px;
  }
  .student-page-body
    .modal-body
    .registration-form-profile
    .reg-form-blk
    #aadharcardPicCam,
  .student-page-body
    .modal-body
    .registration-form-profile
    .reg-form-blk
    #profilePicCam,
  .student-page-body .modal-body .registration-form-profile .reg-form-blk video,
  .student-page-body
    .modal-body
    .registration-form-profile
    .reg-form-blk
    canvas {
    height: 250px !important;
  }
  .talent-hunt-program.freshers-hiring-page .cmn-table table tr th,
  .talent-hunt-program.freshers-hiring-page .cmn-table table tr td {
    font-size: 16px;
  }
  .student-page-body .modal#aadharcardPicDiv-modal .modal-dialog,
  .student-page-body .modal#profilePicDiv-modal .modal-dialog {
    top: 50%;
    margin-top: -210px;
  }
  @media only screen and (max-height: 440px) {
    .student-page-body .modal#aadharcardPicDiv-modal .modal-dialog,
    .student-page-body .modal#profilePicDiv-modal .modal-dialog {
      top: 0;
      margin-top: 15px;
    }
  }
}

@media only screen and (max-width: 405px) {
  .talent-hunt-program
    .multi-steps-form
    .form-section.frm_registration-form
    .cmn-btn {
    min-width: 100%;
  }
}
/* Hay CSS */
.validation_message {
  --note-background: rgba(0, 133, 242, 0.1);
  --note-theme: #0085f2;
  background-color: rgba(0, 133, 242, 0.1);
  border: 1px solid #cdcdcd;
  border-left: 4px solid #0085f2;
  border-radius: 0.25rem;
  border-radius: 0.25rem;
  box-shadow: 0px 1px 2px rgba(43, 42, 51, 0.05);
  margin: 1rem 0;
  padding: 1rem 1rem 1rem 3rem;
  position: relative;
}
.isDisabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}
.custom_flex {
  width: 50%;
  margin: 0 auto;
  float: none;
  padding-top: 24px;
}
#profile-img-error {
  color: rgb(217, 83, 79);
  font-size: 18px;
  line-height: 40px;
  text-align: left;
}
#aadharcard-img-error {
  color: rgb(217, 83, 79);
  font-size: 18px;
  line-height: 40px;
  text-align: left;
}
.vProfileImage_cs_error {
  border: 2px dashed rgb(217, 83, 79) !important;
}
.vAdhaarPhoto_cs_error {
  border: 2px dashed rgb(217, 83, 79) !important;
}

#attendance_in_block .panel-heading {
  text-align: center;
  padding: 20px 0px 10px 0px;
  font-size: 22px;
}
.hdr-btns {
  display: block !important;
}
.student-page-body .start-project-btn {
  color: #fff;
}
.cs_out {
  background: #273677;
  color: #fff !important;
  padding: 8px 15px;
  border-radius: 4px;
  font-size: 12px;
}
.student-page-body .start-project-btn i {
  font-style: normal;
}
.student-records {
  clear: both;
  padding: 30px 0;
  font-size: 16px;
  min-height: 500px;
}
.student-records table.table-bordered.dataTable.no-footer {
  border-bottom: 0px solid rgba(0, 0, 0, 0.3);
}
.student-records table.dataTable.table-bordered {
  width: 100% !important;
  margin: 0 auto;
  clear: both;
  border-collapse: collapse;
}
.student-records table.dataTable.table-bordered thead th {
  border-bottom: 0px solid rgba(0, 0, 0, 0.3);
  padding-right: 10px;
}
.student-records table.dataTable > tbody > tr.child ul.dtr-details {
  background: #fff;
  margin: -10px;
  padding: 15px;
}
.student-records table.dataTable > tbody > tr.child ul.dtr-details {
  overflow: hidden;
}
.student-records table.dataTable > tbody > tr.child ul.dtr-details > li {
  padding: 0.5em 0;
  width: 50%;
  float: left;
}

.student-records .dataTables_wrapper .dataTables_length {
  float: right;
}
.student-records .dataTables_wrapper .dataTables_length label {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.student-records .dataTables_wrapper .dataTables_length select {
  height: 37px;
  width: 80px;
  appearance: auto;
}
.student-records .dataTables_wrapper .dataTables_filter {
  margin-right: 25px;
  margin-bottom: 25px;
}
.student-records #specific_candidates,
.student-records .form-control#campus_drive_id {
  position: relative;
  z-index: 2;
  appearance: auto;
}
.student-records .dataTables_wrapper .dataTables_paginate .paginate_button {
  min-width: auto;
  padding: 5px 10px;
}
.student-records table.dataTable.table-bordered thead th .yadcf-filter-wrapper {
  position: relative;
}
.student-records
  table.dataTable.table-bordered
  thead
  th
  .yadcf-filter-wrapper
  input {
  height: 35px;
  padding: 10px;
  width: 100%;
}
.student-records
  table.dataTable.table-bordered
  thead
  th
  .yadcf-filter-wrapper
  .yadcf-filter-reset-button {
  border: 0;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -13.5px;
  background: transparent;
  outline: 0px;
}
.student-page-body #attendance_form_section .form-btn.col-md-6 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.device-switch {
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding: 4px 15px;
  border-radius: 4px;
  outline: 0px !important;
  position: relative;
  z-index: 2;
}
.device-switch svg {
  width: 30px;
  fill: #273677;
}
.device-switch svg path {
  fill: #273677;
}
.dataTables_wrapper div.dt-buttons {
  float: right;
  margin-right: 16px;
}
div.dt-buttons .dt-button {
  background: var(--dark-blue) !important;
  color: #fff !important;
  border-radius: 4px;
  border: 0 !important;
  margin: 0;
  min-height: 37px;
  text-align: left;
}
div.dt-buttons button.dt-button span.dt-down-arrow {
  color: #fff;
}

div.dt-buttons .dt-button.buttons-columnVisibility.active {
  background: var(--dark-blue) !important;
}
.data-select-row-adjust {
  position: relative;
  margin-left: 0;
}
.data-select-row-adjust + .table-responsive {
  margin-top: -37px;
  position: relative;
}
.student-page-body .start-project-btn .show-on-mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  .student-records .form-control#campus_drive_id {
    margin-bottom: 15px;
  }

  .student-page-body #attendance_form_section .form-submit-btns {
    flex-wrap: wrap;
    row-gap: 15px;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .student-records table.dataTable > tbody > tr.child ul.dtr-details > li {
    width: 100%;
  }
  .dataTables_wrapper .dataTables_filter input {
    width: 130px;
  }
  .data-select-row-adjust + .table-responsive {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .student-records table.table-bordered.dataTable.nowrap td.child {
    white-space: inherit;
  }
  table.dataTable > tbody > tr.child span.dtr-title {
    display: block;
  }
  .student-records {
    font-size: 14px;
  }
  .student-page-body .start-project-btn .hide-on-mobile {
    display: none;
  }
  .dataTables_wrapper div.dt-buttons {
    float: right !important;
    margin-bottom: 15px;
  }
  .device-switch {
    font-size: 0px;
    column-gap: 0;
  }
  .student-page-body .start-project-btn {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px !important;
    padding: 0 !important;
    min-width: inherit;
  }
  .student-page-body .start-project-btn .show-on-mobile {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .student-records .dataTables_wrapper .dataTables_filter label {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .dataTables_wrapper .dataTables_filter input {
    width: 100%;
  }
  .student-records .dataTables_wrapper .dataTables_filter {
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .student-page-body #attendance_form_section .form-submit-btns .cmn-btn {
    width: 100%;
    margin: 0;
  }
  .student-records .dataTables_wrapper .dataTables_length select {
    width: auto;
  }
  .dataTables_wrapper .dataTables_filter input {
    width: 100%;
  }
  .row.adjust {
    padding: 0;
    margin: 0;
  }
  .hdr-btns.registraion_overview-class {
    display: none !important;
  }
  #student_details #attendance_in_block {
    padding: 0;
  }
  #student_details #attendance_in_block .table-user-information td:first-child {
    padding-left: 0;
    padding-right: 0;
  }
  .bootbox-confirm .modal-footer {
    justify-content: center;
  }
}

@media screen and (max-width: 420px) {
  .student-records .dataTables_wrapper .dataTables_filter {
    margin-right: 0;
    width: 100%;
    float: none;
  }
  .student-records .dataTables_wrapper .dataTables_filter label {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .dataTables_wrapper .dataTables_filter input {
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  .site-header .logo {
    max-width: 250px;
  }
  .site-header .logo img {
    max-width: 100%;
  }
  .hdr-btns {
    margin-left: 0;
  }
  .student-records .dataTables_wrapper .dataTables_length label {
    column-gap: 10px;
  }
}

@media screen and (max-width: 390px) {
  #student_details #attendance_in_block .table-user-information td {
    display: block;
    padding-left: 0;
  }
  #student_details #attendance_in_block .table-user-information td:first-child {
    border: 0;
  }
}
.dyn-state-terms-cond .title {
  font-size: 20px;
  line-height: 36px;
  color: #000;
  padding-left: 15px;
  font-family: var(--font-family-semibold);
}

.dataTable td.red-r3 {
  background: #b9352366;
  color: #000000;
}
.dataTable td.green-r3 {
  background: #4c804c33;
  color: #000000;
}
.dataTable td.blue-r3 {
  background: #4682b44f;
  color: #000000;
}
.dataTable td.purple-r3 {
  background: #298b9b30;
  color: #000000;
}
.dataTable td.yellow-r3 {
  background: #efb72640;
  color: #000000;
}

.dataTable td.lightGreen-r3 {
  background: #4c804c33;
  color: #000000;
}

.dataTable td.lightBlue-r3 {
  background: #00adff;
  color: #fff;
}

.stats-card-list {
  display: flex;
  align-items: flex-start;
  grid-gap: 20px;
  justify-content: center;
  margin: 15px 0 34px;
}

.stats-card-list .card.card-stats {
  flex: 1 1 25%;
  padding: 10px 20px;
  max-width: calc(28% - 54px);
  border-radius: 10px;
  box-shadow: 0px 3px 15px rgb(0, 0, 0, 0.05);
  border: none;
}

.stats-number {
  /* font-family: var(--font-family-semibold); */
  font-weight: var(--th-weight-900);
  font-size: 30px;
  margin-top: 5px;
  /* color: var(--th-primary-color); */
  color: #000;
  text-align: center;
}

.stats-name {
  font-family: var(--font-family-regular);
  font-size: 14px;
  margin-top: 4px;
  display: block;
  color: #839197;
  text-align: center;
}

.stats-card-list .card.card-stats i {
  font-size: 35px;
  color: #828282;
  margin: auto;
}

.stats-card-list .card.card-stats .card-content {
  text-align: center;
}

.student-records table.table-bordered.dataTable.no-footer {
  background: #ffffff;
}

.student-records table.dataTable.table-bordered thead th {
  font-family: var(--font-family-medium);
  font-size: 14px;
  font-weight: normal;
}

.form-control {
  height: 40px;
}

.dataTables_wrapper .dataTables_filter input {
  background: #ffffff;
  border-color: #ced4da;
  border-radius: 0.25rem;
}

.student-records
  table.dataTable.table-bordered
  thead
  th
  .yadcf-filter-wrapper
  .yadcf-filter-reset-button {
  right: 12px;
}

.form-group input[type='text'],
.form-group input[type='number'],
.form-group input[type='email'],
select,
.form-control {
  height: 36px;
  font-size: 14px;
  color: #000000 !important;
  border-radius: 0.25rem;
  border-color: #ced4da;
}

.student-records .dataTables_wrapper .dataTables_length select {
  background-color: #ffffff;
  border-color: #ced4da;
  border-radius: 0.25rem;
}

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  font-size: 14px;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  font-size: 14px;
  color: #666;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: var(--th-primary-color);
  color: #fff !important;
  line-height: normal;
}

.student-records
  table.dataTable.table-bordered
  thead
  th
  .yadcf-filter-wrapper
  input {
  height: 36px;
  border-radius: 0.25rem;
  border-color: #ced4da !important;
  font-size: 14px;
}

div.dt-button-collection {
  max-height: calc(100% - 40px);
  overflow-x: hidden;
  overflow-y: auto;
  min-width: 260px;
}
#list_selected_student_data_wrapper div.dt-button-collection {
  left: inherit !important;
  right: 17px;
}
#list_selected_student_data 
div.dt-buttons .dt-button.buttons-columnVisibility {
  background: #fff !important;
  color: #000 !important;
  border-bottom: 1px solid #e6e6e6 !important;
  border-radius: 0;
  text-align: left;
  box-shadow: none !important;
  font-size: 14px;
}

div.dt-buttons .dt-button.buttons-columnVisibility:last-child {
  border-bottom: none !important;
}

div.dt-buttons .dt-button.buttons-columnVisibility.active {
  background: #FFF !important;
  color: #000 !important;
  position: relative;
  box-shadow: none !important;
  text-align: left;
}

div.dt-buttons .dt-button.buttons-columnVisibility.active:after {
  content: '\f00c';
  position: absolute;
  font-family: 'Line Awesome Free';
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #31b131;
  text-shadow: 0 0 0 #31b131;
  font-size: 20px;
  right: 10px;
}

.page-title-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.table-selected-list table.dataTable.display > tbody > tr.odd > .sorting_1,
.table-selected-list
  table.dataTable.order-column.stripe
  > tbody
  > tr.odd
  > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgb(0, 0, 0, 0.02);
}

.table-selected-list table.dataTable.display > tbody > tr.even > .sorting_1,
.table-selected-list
  table.dataTable.order-column.stripe
  > tbody
  > tr.even
  > .sorting_1 {
  box-shadow: inherit;
}

.table-selected-list {
  padding: 10px 10px 10px;
  background: #fff;
  box-shadow: 0px 3px 15px rgb(0, 0, 0, 0.05);
  border-radius: 10px;
  min-height: 400px;
}

.table-selected-list .collapse .card-body {
  padding: 15px 20px 20px;
  border: 0;
  background: #fafafa;
  border-radius: 10px;
}
.table-selected-list .collapse .card-body input,
.table-selected-list .collapse .card-body select {
  background: #fff;
  border-radius: 10px;
}
.student-records #specific_candidates,
.student-records .form-control#campus_drive_id {
  border-radius: 20px;
  margin: 0 5px;
}

.student-records .table-selected-list table.dataTable.table-bordered thead th {
  border-top: none;
  background: #f1f1f1;
}

.student-records
  .table-selected-list
  table.dataTable.table-bordered
  thead
  th:first-child {
  border-left: none;
}

.student-records
  .table-selected-list
  table.dataTable.table-bordered
  thead
  th:last-child {
  border-right: none;
}

.student-records
  .table-selected-list
  table.dataTable.table-bordered
  tbody
  tr
  td:first-child {
  border-left: none;
}

.student-records
  .table-selected-list
  table.dataTable.table-bordered
  tbody
  tr
  td:last-child {
  border-right: none;
}

.student-records
  .table-selected-list
  table.dataTable.table-bordered
  tbody
  tr:last-child
  td {
  border-bottom: none;
}

.student-records .table-selected-list table.dataTable.table-bordered thead th,
.student-records
  .table-selected-list
  table.dataTable.table-bordered
  tbody
  tr
  td {
  border-color: #edeced;
}

.student-records .table-selected-list table.table-bordered.dataTable.no-footer {
  border: none;
}

/* Login css start */

#login-form-normal,
#search_form {
  min-height: 500px;
  max-width: 600px;
  margin: 0 auto;
  background: #273677;
  background-size: cover;
  padding: 70px 50px !important;
  border-radius: 100px 0 100px 0;
  z-index: 999;
  position: relative;
  margin: 0 auto 50px;
}

.talent-hunt-program.login-page-wrapper
  .multi-steps-form
  .section-title
  .icon.fill,
.talent-hunt-program.search-student-wrapper
  .multi-steps-form
  .section-title
  .icon.fill {
  background: #9b9b9b;
}

.talent-hunt-program #login-form-normal.multi-steps-form .form-section .flex {
  flex-direction: column;
}

.talent-hunt-program
  #login-form-normal.multi-steps-form
  .form-section
  .flex
  .form-group {
  width: 100%;
}

.talent-hunt-program
  #login-form-normal.multi-steps-form
  .form-group
  .input-label,
.talent-hunt-program #search_form.multi-steps-form .form-group .input-label {
  background: #273677;
}

#login-form-normal .cmn-btn,
#search_form .cmn-btn {
  background: #fff;
  color: #273677;
}

.talent-hunt-program #login-form-normal.multi-steps-form .section-title,
.talent-hunt-program #search_form.multi-steps-form .section-title {
  margin-top: 0;
}

.student-page-body
  .talent-hunt-program
  #login-form-normal.multi-steps-form
  .form-wrapper,
.student-page-body
  .talent-hunt-program
  #search_form.multi-steps-form
  .form-wrapper {
  padding-top: 0 !important;
}

.talent-hunt-program.login-page-wrapper {
  height: calc(100vh - 148px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.talent-hunt-program.search-student-wrapper {
  height: calc(100vh - 148px);
}

/* .talent-hunt-program.login-page-wrapper .search-student-wrapper {
  display: block;
} */

.talent-hunt-program.login-page-wrapper .multi-steps-form .section-title .title,
.talent-hunt-program.search-student-wrapper
  .multi-steps-form
  .section-title
  .title {
  color: #ffffff;
}

.talent-hunt-program.login-page-wrapper
  .multi-steps-form
  .form-section
  .form-group
  .form-control,
.talent-hunt-program.search-student-wrapper
  .multi-steps-form
  .form-section
  .form-group
  .form-control {
  color: #ffffff !important;
}

.talent-hunt-program
  #login-form-normal.multi-steps-form
  .form-group
  .input-label,
.talent-hunt-program #search_form.multi-steps-form .form-group .input-label {
  color: #dcdcdc;
}

/* Login css end */

#search_form {
  transform: translateY(calc(50% - 48px));
}

.student-records .table-selected-list .dataTables_wrapper .dataTables_filter {
  margin-right: 25px;
  margin-bottom: 20px;
}

.table-list-attendence table.dataTable.nowrap thead th {
  background: #f1f1f1;
  border-bottom: none;
  font-size: 13px;
  border-right: 1px solid #edeced;
}

.table-list-attendence table.dataTable {
  border-bottom: none;
}

.table-list-attendence table.dataTable.nowrap thead th:last-child {
  border-right: none;
}

.table-list-attendence table.dataTable.display tbody td {
  border-right: 1px solid #edeced;
  border-top-color: #edeced !important;
}

.table-list-attendence table.dataTable.display tbody tr td:last-child {
  border-right: none;
}

#search_form.student-inner-detail {
  transform: translateY(calc(24% - 48px));
  padding: 70px 30px !important;
  max-width: 900px;
}

.student-inner-detail .student-details .table th,
.student-inner-detail .student-details .table td {
  color: #fff;
  font-size: 16px;
  border-color: rgba(255, 255, 255, 0.5);
  word-break: break-all;
}

.student-inner-detail .student-details .table th strong,
.student-inner-detail .student-details .table td strong {
  color: #fff;
}

.student-inner-detail .student-details .table tr:first-child td {
  border-top: none;
}

.talent-hunt-program .student-inner-detail .student-details img {
  border: 3px solid #fff;
  border-radius: 10px;
}

.talent-hunt-program.login-page-wrapper
  .multi-steps-form
  .form-section
  .form-group
  .form-field
  .icon
  img,
.talent-hunt-program.search-student-wrapper
  .multi-steps-form
  .form-section
  .form-group
  .form-field
  .icon
  img {
  filter: invert(1) sepia(1) grayscale(1);
}

.talent-hunt-program.login-page-wrapper
  .multi-steps-form
  .form-section
  .form-group
  .form-field
  .icon
  svg
  path,
.talent-hunt-program.search-student-wrapper
  .multi-steps-form
  .form-section
  .form-group
  .form-field
  .icon
  svg
  path {
  fill: #fff;
}

.page-header-quick-link {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.page-header-quick-link ul {
  display: flex;
  align-items: center;
  grid-gap: 15px;
}

.page-header-quick-link ul li a svg {
  width: 24px;
}

.page-header-quick-link ul li a svg path {
  fill: #282f6f;
}

.page-header-quick-link ul li a:hover svg path {
  fill: #000000;
}
.modal-content{
  z-index: 9999 !important;
}
.modal-content .tabs label.tab:not(:last-child){
  border-right:1px solid #ddd;
}

.modal-content .form-row.second-row .tabs{
  margin-right:10px;
}

body .modal-content .tabs+[id*="clear"]{
  right:0 !important;
  margin-top: 5px;
}
.modal-content [id*="clear"] .la-times-circle{
  color: red;
  font-size: 21px;
}

#newCollege #selected-list-data .modal-header{
  align-items:center;
}
#newCollege #selected-list-data .modal-header p{
  margin-bottom:0;
}

.table-selected-list #list_selected_student_data_wrapper .gt_group_selection{
  display: block;
  width: 100%;
  background: #f3f3f3;
  padding: 10px;
  border-radius: 10px;
  float:left;
  margin-bottom:10px;
}
.table-selected-list #list_selected_student_data_wrapper .gt_group_selection #inline_group_selection div{
  width:100%;
}
.table-selected-list #list_selected_student_data_wrapper .gt_group_selection #inline_group_selection select {
    max-width:100%;
}
.table-selected-list #list_selected_student_data_wrapper .latest_deggree_slection{
  display: block;
  width: 100%;
  background: #f3f3f3;
  padding: 10px;
  border-radius: 10px;
  float:left;
  margin-bottom:10px;
}
.table-selected-list #list_selected_student_data_wrapper .latest_deggree_slection .yadcf-filter-wrapper{
  display: flex;
  grid-gap: 10px;
  align-items: center;
}
.table-selected-list #list_selected_student_data_wrapper .latest_deggree_slection .yadcf-filter-wrapper button{
  width: 36px;
  height: 36px;
  border: 1px solid transparent;
  background-color: var(--dark-blue);
  color: #fff;
  border-radius: 10px;
  padding: 0px;
  font-size: 20px;
}
.table-selected-list #list_selected_student_data_wrapper .latest_deggree_slection .yadcf-filter-wrapper button:hover{
    background-color: #222222;
    border-color: transparent;
    color: #fff;
}
.table-selected-list #list_selected_student_data_wrapper #inline_college_selection select {
    width: calc(100%);
}
.table-selected-list #list_selected_student_data_wrapper .college_selection #inline_college_selection{
  border-radius:0;
}
.table-selected-list #list_selected_student_data_wrapper .college_selection{
  float:left;
  width:25%;
  border-radius:0;
}
.table-selected-list #list_selected_student_data_wrapper .gt_group_selection{
  width:25%;
  border-radius:0;
}
.table-selected-list #list_selected_student_data_wrapper .latest_deggree_slection{
  width:25%;
  border-radius:0;
}
.student-attendance-form-block .clg_data.adjust{
    transform: none;
    padding-bottom: 0;
    clear: both;
    max-width: 600px;
    margin: 0 auto;
    overflow:inherit;
    max-height:100% !important;
    margin-top:20px !important;
}
.student-attendance-form-block #search_form.student-attendance-form{
  border-radius:8px;
}
body .student-attendance-form-block #search_form.student-attendance-form{
  margin-top:0px !important;
}
/* .talent-hunt-program.search-student-wrapper {
    height: !important;
} */
.talent-hunt-program.search-student-wrapper .campus_drive_select {
    transform: inherit;
}
.talent-hunt-program.search-student-wrapper .cmps-drive-seletion .select2.select2-container {
    width:100% !important;
    max-width:600px;
    margin:0 auto 20px;
}
.talent-hunt-program.search-student-wrapper .student-attendance-form-block {
    margin-bottom: 0;
    padding: 0px;
    height: calc(100% - 80px) !important;
    overflow-y: scroll;
}
.talent-hunt-program.search-student-wrapper.search-student-wrapper-list{
  margin-bottom:0;
}
.dataTables_wrapper div.dt-buttons .dt-button-collection.dtb-b2 .dt-button{
  width:100% !important;
}
.student-page-body .modal-dialog .merge-col{
  justify-content:flex-start;
  column-gap:25px;
}
/*.custom-tabs.score-board .tab-content{
  border:0;
}
.custom-tabs.score-board ul.nav li a{
  background:transparent;
}
.custom-tabs.score-board ul.nav li.active a, .custom-tabs.score-board ul.nav li a.active{
  background:#E5E5E5;
}
.custom-tabs.score-board .tab-content .custom-table td {
    padding: 0px !important;
}
.custom-tabs.score-board .tab-content .custom-table{
  margin-top:8px !important;
}*/
.custom-tabs.score-board .tab-content .custom-table td {
    padding:0px !important;
}
.custom-tabs.score-board ul.nav {
    justify-content: inherit;
}
.custom-tabs.score-board ul.nav li {
    width: 33.12%;
}
.custom-tabs.score-board ul.nav li a{

  background:#fff;
  width:220px;
  max-width:100%;
}
.custom-tabs.score-board ul.nav li.active a, .custom-tabs.score-board ul.nav li a.active {
    box-shadow:0px -2px 4px 0px rgb(0 0 0 / 10%);
}
.custom-tabs.score-board .tab-content{
    box-shadow:2px 1px 4px 3px rgb(0 0 0 / 10%);
    padding: 10px;
    margin-top: 0px;
    border: 0;
    border-radius: 0;
}
@media screen and (min-width: 1201px) and (max-width: 1600px) and (max-height: 800px) {
  .talent-hunt-program.login-page-wrapper,
  .talent-hunt-program.search-student-wrapper {
    height: auto;
    margin-bottom: 30px;
  }
  #search_form {
    transform: none;
    margin-top: 100px;
  }
}

@media screen and (max-width: 1200px) {
  #search_form {
    transform: translateY(calc(35% - 48px));
  }
}

@media screen and (min-width: 992px) and (max-width: 1365px) {
  .stats-card-list {
    justify-content: flex-start;
    max-width: 100%;
    overflow: auto;
    margin: 5px 0 34px;
  }

  .stats-card-list .card.card-stats {
    max-width: 170px;
    min-width: 170px;
    box-shadow: none;
  }
}

@media screen and (max-width: 991px) {
  .stats-card-list {
    justify-content: flex-start;
    max-width: 100%;
    overflow: auto;
    margin: 5px 0 34px;
  }
  .stats-card-list .card.card-stats {
    flex: 1 1 33%;
    max-width: calc(33% - 10px);
    min-width: calc(33% - 10px);
    box-shadow: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 955px) {
  .student-records table.dataTable > tbody > tr.child ul.dtr-details {
    width: calc(100% + 20px);
    border-bottom: 1px solid #dee2e6 !important;
  }

  .student-records table.dataTable > tbody > tr.child ul.dtr-details > li {
    display: flex;
    justify-content: space-between;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (max-width: 767px) {
  .custom-tabs.score-board ul.nav li a{
    width: 100%;
  }
  .stats-card-list {
    margin: 5px 0 24px;
  }

  .stats-card-list .card.card-stats {
    max-width: calc(50% - 10px);
    min-width: calc(50% - 10px);
  }
  .student-records table.dataTable > tbody > tr.child ul.dtr-details > li {
    display: flex;
    justify-content: space-between;
    padding-left: 5px;
    padding-right: 5px;
  }
  .dataTables_wrapper div.dt-buttons {
    float: right !important;
    margin-right: 0px !important;
    max-width: 130px;
  }
  .dataTables_wrapper div.dt-buttons button {
    width: 100% !important;
  }
  .student-records {
    padding: 15px 0;
  }
  .student-records table.dataTable > tbody > tr.child ul.dtr-details {
    border-bottom: 1px solid #dee2e6 !important;
  }
  table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
  table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
    font-weight: bold;
  }
  div.dt-button-collection {
    left: 0 !important;
    right: 0 !important;
    margin: auto;
  }
  .dyn-state-terms-cond .title {
    font-size: 18px;
    padding: 0;
  }

  .page-title-block > div {
    max-width: 50%;
  }

  .page-title-block {
    margin-bottom: 20px;
  }

  #login-form-normal,
  #search_form {
    width: 100%;
    min-height: 440px;
    padding: 50px 20px !important;
    border-radius: 30px;
    margin: 0;
  }

  .talent-hunt-program.login-page-wrapper {
    padding: 0 15px;
  }

  .talent-hunt-program.login-page-wrapper
    .form-submit-btns
    .cmn-btn:first-child {
    margin-left: 0;
  }

  .talent-hunt-program.login-page-wrapper
    .form-submit-btns
    .cmn-btn:last-child {
    margin-right: 0;
  }

  .talent-hunt-program.login-page-wrapper
    .multi-steps-form
    .form-section
    .help-block {
    font-size: 13px;
  }

  #search_form {
    transform: translateY(calc(42% - 48px));
  }
  .talent-hunt-program.search-student-wrapper {
    padding: 0 15px;
    height: auto;
  }
  #search_form .form-btn {
    padding: 0;
  }
  #search_form .form-submit-btns {
    flex-wrap: unset !important;
  }

  #search_form .form-btn .cmn-btn {
    margin: 0 10px !important;
  }
  #search_form.student-inner-detail {
    transform: translateY(calc(8% - 48px));
    padding: 40px 10px !important;
    max-height: calc(100vh - 170px);
    overflow: auto;
  }
  .talent-hunt-program .student-inner-detail .student-details img {
    margin-bottom: 20px;
    max-width: 240px;
  }

  .talent-hunt-program .student-inner-detail .table-user-information td {
    display: table-cell !important;
  }
  .talent-hunt-program
    .student-inner-detail
    .table-user-information
    td:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.5) !important;
    min-width: 130px;
  }
  .talent-hunt-program
    .student-inner-detail
    .table-user-information
    tr:first-child
    td:first-child {
    border-top: none !important;
  }

  .student-records.stud-record-list .dataTables_wrapper .dataTables_length {
    margin-bottom: 15px;
  }
  .page-title-block.page-title-block-has-select {
    position: relative;
    min-height: 94px;
    align-items: flex-start;
  }

  .page-title-block.page-title-block-has-select > div > div:first-child {
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    max-width: 50%;
  }
  .table-selected-list ul li {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .table-selected-list ul li span:nth-child(2) {
    width: 60%;
  }
  .table-selected-list ul li .yadcf-filter-wrapper {
    background-color: #fff;
  }
  .table-selected-list .card-body {
    background-color: #fafafa;
    border-radius: 10px;
    padding: 10px;
    border: 0px;
  }
  .gt_group_selection {
    grid-gap: 5px !important;
  }
  #gt_group_selection_lable {
    font-size: 13px;
  }
  #inline_group_selection div {
    grid-gap: 5px !important;
  }
  .talent-hunt-program.search-student-wrapper{
    padding-bottom:100px;
    padding-top:120px;
  }
  .search-student-wrapper #search_form {
      transform: none;
      z-index:8;
  }
  .search-student-wrapper .campus_drive_select{
    transform: none;
    padding: 0 0 30px;
  }
  .search-student-wrapper .campus_drive_select .col-form-label{
    padding-right:35px;
  }
  .search-student-wrapper .campus_drive_select .campus_drive_icon {
    position: absolute;
    top: 0;
    right: 0;
  }
  #newCollege #selected-list-data .modal-header{
    display:block;
  }
  #newCollege #selected-list-data .modal-header .branch-name-col{
    position: absolute;
    top: 1rem;
    left: 100px;
  }
  #newCollege #selected-list-data .modal-header .popup-close{
    position: absolute;
    right: 1rem;
    top: 1rem;
  }
  #newCollege #selected-list-data .modal-header .modal-title{
     padding:2px 0;
  }
  #newCollege #selected-list-data .modal-header .college-name-col {
    width:80%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    white-space: normal;
     float: left; 
    text-overflow:ellipsis;
    overflow: hidden;
}
#newCollege #selected-list-data .modal-header  .college-name-col + .count-col{
  text-align:right;
}
  #newCollege #selected-list-data .modal-header  .count-col{
   display:inline-block;
   width:19%;
  }
  body #newCollege .modal-content .tabs+[id*="clear"] {
    margin-top:-8px;
    right: 10px !important;
  }
  body #newCollege .modal-content .tabs+[id*="que_4_clear"] {
    margin-top:0px;
  }
  body #newCollege .modal-content .tabs .tab+[id*="que_5_clear"] {
    margin-top:-5px;
    right: 13px;
  }
  #newCollege .modal-content .form-row.second-row .tabs {
      margin-right:20px;
  }
 #newCollege fieldset.scheduler-border .third-row .form-group .tabs{
      margin-right: 20px;
 }
 body .student-records .dataTables_wrapper .gt_group_selection{
    float: none;
    width: 100%;
    flex-direction: column;
}
body .student-records .dataTables_wrapper .gt_group_selection #inline_group_selection {
    width: 100%;
}
body .student-records .dataTables_wrapper .gt_group_selection #inline_group_selection>div{
    width: 100%;
    display:block;
}
body .student-records .dataTables_wrapper .gt_group_selection #inline_group_selection  select {
    max-width: 100% !important;
}
 html body .dataTables_wrapper div.dt-buttons {
    max-width: 100%;
    float: none !important;
    display: flex;
    width: 100%;
    column-gap: 10px;
    margin-top: 15px;
}
html body .dataTables_wrapper div.dt-buttons button.dt-button {
    width: 100% !important;
    max-width: 100%;
}
.table-selected-list #list_selected_student_data_wrapper .college_selection{
  float:left;
  width:50%;
  border-radius:0;
}
.table-selected-list #list_selected_student_data_wrapper .gt_group_selection{
  width:50%;
  border-radius:0;
  margin-bottom:0;
}
.table-selected-list #list_selected_student_data_wrapper .latest_deggree_slection{
  width:50%;
  border-radius:0;
  padding-top:0;
}
.table-selected-list #list_selected_student_data_wrapper #inline_college_selection{
  border-radius:0;
  margin-bottom: 0;
}
.table-selected-list #list_selected_student_data_wrapper .latest_deggree_slection .yadcf-filter-wrapper,
.table-selected-list #list_selected_student_data_wrapper #inline_college_selection div{
  column-gap:5px;
}
.talent-hunt-program.search-student-wrapper.search-student-wrapper-list{
  padding-bottom:70px;
}
.talent-hunt-program.search-student-wrapper .student-attendance-form-block {
    height: auto !important;
    overflow-y: inherit;
    margin-bottom: 50px !important;
}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .dataTables_wrapper .dataTables_filter input {
    width: auto;
  }
  .student-records .dataTables_wrapper .dataTables_filter {
    margin-right: 0;
    margin-top: 10px;
  }
  .student-records table.dataTable > tbody > tr.child ul.dtr-details {
    width: calc(100% + 20px);
  }
  .talent-hunt-program.login-page-wrapper {
    height: auto;
  }
  #login-form-normal {
    margin: 20px 0 0;
  }

  .talent-hunt-program.login-page-wrapper #ftr {
    position: relative !important;
  }
}

@media screen and (max-width:480px) {

.table-selected-list #list_selected_student_data_wrapper #inline_college_selection{
  padding-right:5px;
}
.table-selected-list #list_selected_student_data_wrapper .gt_group_selection{
  padding-left:5px;
}
.table-selected-list #list_selected_student_data_wrapper .latest_deggree_slection{
  padding-right:5px;
}
.table-selected-list #list_selected_student_data_wrapper .latest_deggree_slection + .latest_deggree_slection{
  padding-left:5px;
  padding-right:10px;
}
}

@media screen and (max-width: 375px) {
  .talent-hunt-program.login-page-wrapper .cmn-btn,
  #search_form .form-btn .cmn-btn {
    min-width: 130px;
  }

  #search_form {
    transform: translateY(calc(34% - 48px));
  }
  .talent-hunt-program .student-inner-detail .cmn-btn {
    min-width: 130px;
    font-size: 14px;
  }
}

@media screen and (max-width: 360px) {
  .talent-hunt-program.login-page-wrapper .cmn-btn,
  #search_form .form-btn .cmn-btn {
    min-width: 120px;
  }

  #login-form-normal {
    padding: 40px 20px !important;
  }
  .talent-hunt-program .student-inner-detail .cmn-btn {
    font-size: 13px;
  }
  .stats-card-list .card.card-stats {
    padding: 10px 15px;
  }
}

/*.device-switch {
  display: none;
}*/
body .page-header-quick-link ul li a i,
#is_responsive i,
#inline_filter_icon i {
  font-size: 25px !important;
  color: var(--dark-blue) !important;
}

.selection-summary-select2
  .select2-container--default
  .select2-selection--single,
.selection-summary-select2 .chosen-container-single .chosen-single {
  border-radius: 10px !important;
  margin: 0 5px;
}

.selection-summary-select2 .chosen-container-single .chosen-single span,
.selection-summary-select2
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #222 !important;
  padding-right: 35px;
}

.device-switch {
  width: 43px !important;
  height: 43px !important;
  border: 1px solid #222;
  display: flex;
  place-content: center;
  align-items: center;
  border-radius: 10px;
  margin-left: 15px;
  padding: 0px;
}
.device-switch svg {
  width: 25px;
}
.page-header-quick-link li svg path,
.device-switch svg path {
  fill: #222 !important;
}
.page-header-quick-link li {
  width: 43px !important;
  height: 43px !important;
  border: 1px solid #222;
  display: flex;
  place-content: center;
  align-items: center;
  border-radius: 10px;
  padding: 0px;
}
.page-header-quick-link li a {
  padding: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  place-content: center;
  align-items: center;
}

.device-switch:hover,
.page-header-quick-link li:hover {
  background-color: #666;
}
.device-switch:hover svg path,
.page-header-quick-link li:hover svg path {
  fill: #fff !important;
}
.device-switch#is_responsive:hover i,
body .page-header-quick-link ul li:hover a i,
.page-header-quick-link li:hover #inline_filter_icon i {
  color: #fff !important;
}

#inline_college_selection {float: left; width:100%; margin-bottom: 10px; background: #f3f3f3; padding:10px; border-radius: 10px;}
#inline_college_selection select{width:calc(100% - 50px)}
#inline_group_selection{}

.gt_group_selection {
  display: flex;
  grid-gap: 10px;
  align-items: center;
  float: left;
}
#inline_college_selection div{
  display: flex;
  grid-gap: 10px;
  align-items: center;
  width:100%
}
#inline_group_selection div {
  display: flex;
  grid-gap: 10px;
  align-items: center;
}

#inline_group_selection select {
  max-width: 140px;
}
#inline_college_selection button,
#inline_group_selection button {
  width: 36px;
  height: 36px;
  border: 1px solid transparent;
  background-color: var(--dark-blue);
  color: #fff;
  border-radius: 10px;
  padding: 0px;
  font-size: 20px;
}
#inline_college_selection button:hover,
#inline_group_selection button:hover {
  background-color: #222222;
  border-color: transparent;
  color: #fff;
}
.table-selected-list {
  position: relative;
}
.table-selected-list ul {
  display: flex;
  flex: 1;
  flex-direction: row;
  flex-wrap: wrap;
  grid-gap: 17px;
  align-items: flex-start;
}
.table-selected-list ul li {
  width: calc(25% - 17px);
}
.table-selected-list ul li .yadcf-filter-wrapper {
  display: flex;
  grid-gap: 5px;
  position: relative;
  border-radius: 10px;
  border: 1px solid #d0d0d0;
}
.table-selected-list ul li .yadcf-filter-wrapper select,
.table-selected-list ul li .yadcf-filter-wrapper input {
  border: 0px;
  background-color: transparent;
}
.table-selected-list ul li .yadcf-filter-wrapper button {
  width: 36px;
  height: 36px;
  border: 1px solid transparent;
  background-color: var(--dark-blue);
  color: #fff;
  border-radius: 0 10px 10px 0;
  padding: 0px;
  font-size: 20px;
  position: absolute;
  right: 0px;
}
.table-selected-list ul li .yadcf-filter-wrapper button:hover {
  background-color: #222222;
  border-color: #222222;
}

.table-selected-list .collapse {
  margin-bottom: 20px;
}
.group_lable {
  font-size: 13px;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--dark-blue);
}

table.dataTable.nowrap th {
  font-size: 15px;
}
table.dataTable.nowrap td {
  font-size: 14px;
}

.select2-container--open .select2-dropdown--below {
  border-radius: 10px;
  border: 1px solid #e1e1e1;
}

.student-page-body .select2-results__option {
  font-size: 13px;
  padding: 10px 15px;
  line-height: normal;
}
.student-page-body
  .select2-container--default
  .select2-search--dropdown
  .select2-search__field {
  height: 35px;
}
.lefticon{ position: absolute; right: 5px; top: 5px; }




#selected-list-data .modal-body{height:600px; overflow: auto;}



.custom-form-row{display: flex;}
.custom-form-row-lft{width:50%;     padding: 20px 20px 10px; background: #f8f8f8; border-radius: 10px; margin: 15px 0 5px;}
.custom-form-row-rgt{width:50%;     padding: 30px 10px 30px 30px;}
.custom-form-row-lft .first-row{display: flex; 
  grid-gap:10px; flex-direction: row; flex-wrap: wrap; grid-gap:10px 20px; align-items: center;    width: 100%;  margin: 0;  padding: 0;}
.custom-form-row-lft .form-group{margin:0px !important; padding: 0px !important;}
.custom-form-row-lft .custom-p{display: flex; width:calc(50% - 20px); justify-content: space-between; flex-direction: row;  align-items: center;   margin:0px; padding: 0px; border-bottom: 1px solid #e1e1e1;
  height: 35px;}


.custom-form-row-lft .custom-p p{padding:0px !important; margin:0px !important; line-height:normal; color:#273677; font-weight: bold;}
.custom-form-row-lft .custom-p label{margin:0px !important; padding:0px !important; font-weight: 500;}
.custom-form-row-lft .custom-p .form-field{width:auto}

.custom-form-row-rgt .first-row{display: flex;  flex-direction: row; flex-wrap: wrap; grid-gap:10px 20px; grid-gap:10px; 
  align-items: center;    width: 100%;  margin: 0;  padding: 0;}
.custom-form-row-rgt .form-group{margin:0px !important; padding: 0px !important;}
.custom-form-row-rgt .custom-p{display: flex; width:calc(50% - 20px); justify-content: space-between; flex-direction: row;  align-items: center;   margin:0px; padding: 0px; border-bottom: 1px solid #e1e1e1;
  height: 40px;}

  .custom-form-row-rgt .custom-p p{padding:0px !important; margin:0px !important; line-height:normal; color:#273677; font-weight: bold;}
  .custom-form-row-rgt .custom-p label{margin:0px !important; padding:0px !important; font-weight: 500;}
.custom-form-row-rgt .custom-p .form-field{width:auto}

.form-group label{font-weight: 500;}
.dataTables_wrapper div.dt-buttons button.dt-button{width:auto !important;      border-radius: 10px;  max-width:40px; min-width:inherit !important;}
.dataTables_wrapper div.dt-buttons button.dt-button.buttons-collection{max-width:140px !important;      border-radius: 10px; width:100% !important;}
@media screen and (max-width:767px){
  .custom-form-row{flex-direction: column;}
  .custom-form-row-lft{width:100% !important;  padding:0px; margin-bottom:10px !important;  background: #ffffff !important; border-radius: 0px; margin:  0 ;}
.custom-form-row-rgt{width:100% !important; padding:0px;}
.custom-form-row-lft .first-row,
.custom-form-row-rgt .first-row{padding:15px !important}
#inline_group_selection select{max-width: 130px !important}
      body .dataTables_wrapper div.dt-buttons{max-width:185px;}
      .dataTables_wrapper div.dt-buttons button.dt-button.buttons-collection{    max-width: 100px !important; }
}
#refreshbtn{width:40px !important; padding:0 5px !important; overflow:visible}
#toggle_icon{    position: absolute;  top: 20px;  right: 30px;  width: 20px;  height: 20px;  background: #273677;  text-align: center;
  border-radius: 5px;  color: white;  font-size: 20px !important;  line-height: 22px;}
  div.dt-buttons div[role="menu"]  .dt-button.buttons-columnVisibility,
    div[role="menu"]  .dt-button{max-width:100% !important; width:100% !important; border-radius: 0px !important;}




    /**/

  .custom-header{display: flex; flex-direction: column; width:100%}
  .custom-header h4{font-size: 18px !important; text-transform: capitalize;}
  .custom-header h4 i{    color: #4D9F20;    font-size: 20px;    line-height: 20px;}


  .midl-header{display: flex; justify-content: space-between; }
    .merge-col{display: flex; justify-content: space-between; align-items: center; background: #F3F3F6; height:40px; 
      padding:0 5px; margin:5px 0 0; font-size:16px;}
    .merge-col span{color:#868588 !important; font-weight: var(--th-weight-600) !important;       font-family: var(--th-primary-font-family);}

    .badge-id{color:#B93523 !important; font-size: 14px;  font-weight: var(--th-weight-600) !important; font-family: var(--th-primary-font-family);
      line-height: 20px; display: flex; align-items: center;}
      .badge-id i {font-size: 16px;}

    .custom-block{margin:15px 0 !important; float: left; width:100%}
    .custom-block h3{text-align: left; text-transform: uppercase; font-size: 10px;      line-height: 16px !important; font-weight: 600 !important; margin:0px 0 5px; color: #4A494D;}

    .custom-block h2{text-align: left; text-transform: uppercase; font-size: 14px;      line-height: 18px !important; font-weight: 600 !important; margin:0px 0 5px; color: #4A494D;}

    .custom-table{margin:5px 0 10px !important ; float: left; width:100%}
    .custom-table .table{border:0px; margin:0px}
    .custom-table .table th{padding:0 5px; height:30px; vertical-align: middle; color: #4A494D !important; font-size: 14px; font-weight: 600 ;
      line-height: 14px; border: 1px solid #E5E5E5; white-space: nowrap;}
    .custom-table .table td{padding:0 5px; height:30px; vertical-align: middle; color: #000000 !important; font-size: 14px; font-weight: 500 ;
      line-height: 14px; border: 1px solid #E5E5E5; white-space: nowrap;} 

      .total-score{font-weight: 600 !important;}

      .green-bg{background-color: #F7FDF1 !important;}
      #newCollege #selected-list-data .modal-header .college-name-col i{font-size: 18px !important;  line-height: 25px;}
      #newCollege #selected-list-data .modal-header .college-name-col{font-size: 16px !important;
    height: 25px;    line-height: 25px;    color: #0E0D12;    align-items: center;    white-space: nowrap;    text-overflow: ellipsis;
    overflow: hidden;    display: inline-block;}
      
      
      #newCollege #selected-list-data .modal-header .count-col{font-size: 16px !important; height:25px; justify-content: flex-end;  
        font-weight: var(--th-weight-600) !important; font-family: var(--th-primary-font-family); line-height: 20px; color: #1F6CD3; display: flex; align-items: center;}
      
      

      .custom-tabs ul.nav{    display: flex;        justify-content: space-between;        height: 30px; grid-gap:1px;}
      .custom-tabs ul.nav li{width:calc(33.33% - 2px)}
      .custom-tabs ul.nav li a{text-align: center;  height:100%; background: #F3F3F6;  width:100%;    
          border: 1px solid #E5E5E5;     display: flex;
        align-items: center; font-size: 14px;
        place-content: center;}
        .custom-tabs ul.nav li.active a,
      .custom-tabs ul.nav li a.active{background: #fff; border-bottom:0px}

      .custom-tabs .tab-content{    padding: 2px; float: left;        width: 100%;        border: 1px solid #e1e1e1; border-top:0px}
      .custom-tabs .tab-content .custom-table{margin:0px !important}
      .custom-tabs .tab-content .custom-table td{padding:5px !important; }
      .custom-tabs .tab-content .custom-table td input{border:0px}
      .custom-tabs .tab-content .custom-table td textarea{border:0px}
      .custom-table td.padding-0{padding:0px !important}
      .custom-table label,
      .custom-tabs .tab-content .custom-table label{width:100% !important; height: 100% !important;}

      .delete-rec-col{border:0px !important}
      .delete-rec-col i{color: #B93523; font-size: 20px;}

      #newCollege #selected-list-data .modal-header{margin-bottom: 5px;}

      .save-rec{width:25px; height: 25px; display: flex; place-content: center; align-items: center;}
      .save-rec i{color: green; font-size: 20px;}

      .merge-form-field{display: flex; grid-gap:5px; align-items: center;}

      .low_abs > .tab-input:checked + .tab-box{    background: #b9352366 !important;        border-color: #b9352366 !important;        color: #fff;}
      .low_pre > .tab-input:checked + .tab-box{    background: #efb72640 !important;        border-color:#efb72640 !important;        color: #fff;}
      .low_rej > .tab-input:checked + .tab-box{    background: #b9352366 !important; border-color: #b9352366 !important;      color: #fff;}
      .low_chk > .tab-input:checked + .tab-box{    background: #298b9b30 !important;        border-color: #298b9b30 !important;        color: #fff;}
      .low_sel > .tab-input:checked + .tab-box{    background:#4c804c33 !important;       border-color: #4c804c33 !important;        color: #000;}

      .low_s1 > .tab-input:checked + .tab-box{    background: #4682b44f !important;        border-color: #4682b44f !important;        color: #000;}
      .low_s2 > .tab-input:checked + .tab-box{    background: #4682b44f!important;        border-color: #4682b44f !important;        color: #000;}
      .low_s3 > .tab-input:checked + .tab-box{    background: #4682b44f !important;        border-color: #4682b44f !important;        color: #000;}

      .low_ap > .tab-input:checked + .tab-box{    background: #4c804c33 !important;        border-color: #4c804c33 !important;        color: #fff;}
      .low_a > .tab-input:checked + .tab-box{    background: #4c804c33 !important;        border-color: #4c804c33 !important;        color: #fff;}
      .low_bp > .tab-input:checked + .tab-box{    background: #efb72640 !important;        border-color: #efb72640 !important;        color: #fff;}
      .low_b > .tab-input:checked + .tab-box{    background: #efb72640 !important;        border-color: #efb72640 !important;        color: #fff;}
      .low_c1 > .tab-input:checked + .tab-box{    background: #b9352366 !important;        border-color: #b9352366 !important;        color: #fff;}

       .custom-block label.tab > .tab-box{ border-bottom:0; }

      .popup-close{position: absolute;        right: 20px;       top: 11px;}
      table.dataTable.nowrap td a{text-transform: capitalize;}
      
      .tab > .tab-box{height:100%; display: flex; padding:0 5px !important; align-items: center; place-content: center; cursor: pointer;}

.cmps-drive-seletion{float: left; width:100%; text-align: center;}
.cmps-drive-seletion .select2.select2-container{  transition-duration: 0.5s;  width: 80% !important; 
   max-width: 80%;  margin: auto; }

.search-student-wrapper-list{text-align: center;}
.student-attendance-form-block{    position: relative; margin: auto; float: left; display: inline-block;  width: 100%;
  align-items: center;  text-align: center;}
.student-attendance-form-block .campus_drive_select{position: absolute;  right: 10px;  top: 10px;  padding: 0 !important;  margin: 0 !important;  transform: none !important;  width: auto !important;  background: #fff;
  min-width: 200px !important;  border-radius: 10px}

  .student-attendance-form-block #search_form.student-attendance-form{ text-align: left;   padding: 40px 50px !important;    float: none;    transform: none !important;    margin: 80px auto 0 !important;}


  .talent-hunt-program .multi-steps-form .select2-container--default .select2-selection--single .select2-selection__rendered{background-color: none;}
  /*.talent-hunt-program .multi-steps-form .select2-container--default .select2-selection--single .select2-selection__rendered{margin-left:5px !important}*/
.student-attendance-form-block .clg_data{transform: none !important; margin-top:40px !important; 
   max-height:150px !important; overflow: auto; border-radius: 10px !important; background-color: #fff; padding-bottom:0px}
.student-attendance-form-block  .clg_data table{margin:0px !important; }


      @media screen and (max-width:767px){

        .custom-block{margin:10px 0 !important; }

        #newCollege #selected-list-data .modal-header .college-name-col i{font-size: 16px !important;  line-height: 25px;}
        #newCollege #selected-list-data .modal-header .college-name-col{font-size: 12px !important;      height: 25px;    line-height: 25px;         }

      #newCollege #selected-list-data .modal-header .count-col{font-size: 12px !important; }

        #newCollege legend.scheduler-border{display: none !important;}
        #newCollege .modal-dialog.modal-lg .modal-body{padding:10px}
        #newCollege #selected-list-data .modal-header .custom-header h4{margin:0px !important; font-size: 16px  !important;   line-height: 20px !important;}
        #newCollege #selected-list-data .modal-header .custom-header h4 i{color: #4D9F20; font-size: 20px;
          line-height: 20px;}
        #newCollege #selected-list-data .modal-header .custom-header .branch-name-col{position: relative ; top:inherit; left:inherit}

        .merge-col{height:24px; font-size: 14px; margin: 5px 0;}
        
        .talent-hunt-program.search-student-wrapper{    padding-top: 80px; padding-bottom:20px; }
        .talent-hunt-program.search-student-wrapper.search-student-wrapper-list{text-align: center;}

        .search-student-wrapper .campus_drive_select{    padding: 10px 0 ;              
            align-items: center;        height: auto;   place-content: center; }
        .search-student-wrapper .campus_drive_select .campus_drive_icon{    top: 5px;}
        .talent-hunt-program #search_form.multi-steps-form {min-height: inherit !important; padding:30px 20px 10px!important}

        
      .talent-hunt-program #login-form-normal.multi-steps-form .section-title .icon, 
      .talent-hunt-program #search_form.multi-steps-form .section-title .icon{display: none !important;}

      .clg_data{    transform: none !important;}
      .clg_data table {border-radius:10px !important; overflow: hidden; border: 1px solid #E5E5E5; margin-bottom: 90px;}
      .clg_data table td{padding:0px 10px 0 25px; border: 1px solid #E5E5E5; height:50px !important; line-height: normal; vertical-align: middle; }
      .clg_data table td:nth-child(1){background-color: #fff !important; color:#0E0D12 ; font-size: 14px; font-weight: var(--th-weight-400) !important; font-family: var(--th-primary-font-family);}
      .clg_data table td:nth-child(2){background-color: #fff !important; color:#0E0D12 ; font-size: 15px; font-weight: var(--th-weight-600) !important; font-family: var(--th-primary-font-family);}

      .talent-hunt-program #search_form.multi-steps-form{border-radius: 10px; padding:15px !important}

      .custom-tabs .tab-content .custom-table td{padding:5px !important; }
      .custom-tabs .tab-content .custom-table td input{border:0px !important}
      .custom-table .table th{font-size: 12px;}
      .table th, .table td{    border: 1px solid #dee2e6;}
      .student-attendance-form-block{margin-bottom: 90px;    padding:0px;    float: left;}
      .talent-hunt-program #search_form.multi-steps-form{margin-top:20px !important}
      .student-attendance-form-block .clg_data{padding-bottom:0px !important; margin-top:10px !important; height:auto !important;}
      .student-attendance-form-block .clg_data table td:nth-child(1){padding-left:10px !important; padding-right:10px !important}

      #newCollege #selected-list-data .modal-header .custom-header .branch-name-col:last-child{ white-space: nowrap;
        text-overflow: ellipsis;        max-width: 120px;        overflow: hidden;}


        .table th, .table td {          border: 1px solid #dee2e6;          padding: 0;          height: 30px;          vertical-align: middle;      }

        #login-form-normal .cmn-btn, #search_form .cmn-btn{float: left; margin-right:2px}
        #student_details #attendance_in_block .table-user-information td:first-child,
        table.table-user-information{border:1px solid #fff !important}
        #student_details #attendance_in_block .table-user-information td:first-child,
        #student_details #attendance_in_block .table-user-information td{padding:0 5px !important}
      }
      li.active_icon{background-color: #273677 !important;}


      body .page-header-quick-link ul li.active_icon a i, #is_responsive i, #inline_filter_icon i{
        color: #FFFFFF !important;
      }

       #is_responsive{display: none;}
      .hide{display: none;}
      .dataTables_wrapper div.dt-buttons button.dt-button.buttons-collection {width: auto !important; } .dataTables_wrapper div.dt-buttons button.dt-button i{font-size: 24px; } @media screen and (min-width: 768px) and (max-width:2000px) {.dataTables_wrapper div.dt-buttons button.dt-button {max-width: none; } } @media screen and (max-width: 768px) {html body .dataTables_wrapper div.dt-buttons button.dt-button{width: 50px !important; } html body .dataTables_wrapper div.dt-buttons{justify-content: right !important; } }
      
      .table-selected-list #list_student_tpo_wrapper #inline_college_selection select {width: calc(100%); }

      .table-selected-list #list_student_tpo_wrapper #inline_college_selection select {
    width: calc(100%);
}
.table-selected-list #list_student_tpo_wrapper .college_selection #inline_college_selection{
  border-radius:0;
}
.table-selected-list #list_student_tpo_wrapper .college_selection{
  float:left;
  width:25%;
  border-radius:0;
}
.table-selected-list #list_student_tpo_wrapper .attendance_selection{
  display: block;
  width: 100%;
  background: #f3f3f3;
  padding: 10px;
  border-radius: 10px;
  float:left;
  margin-bottom:10px;
}
.table-selected-list #list_student_tpo_wrapper #inline_attendance_selection select {
    width: calc(100%);
}
.table-selected-list #list_student_tpo_wrapper .attendance_selection #inline_attendance_selection{
  border-radius:0;
}
.table-selected-list #list_student_tpo_wrapper .attendance_selection{
  float:left;
  width:20%;
  border-radius:0;
}
.table-selected-list #list_student_tpo_wrapper .exam_selection,
.table-selected-list #list_student_tpo_wrapper .branch_selection{
  display: block;
  width: 100%;
  background: #f3f3f3;
  padding: 10px;
  border-radius: 10px;
  float:left;
  margin-bottom:10px;
}
.table-selected-list #list_student_tpo_wrapper #inline_exam_selection select,
.table-selected-list #list_student_tpo_wrapper #inline_branch_selection select
{
    width: calc(100%);
}
.table-selected-list #list_student_tpo_wrapper .exam_selection #inline_exam_selection,
.table-selected-list #list_student_tpo_wrapper .branch_selection #inline_branch_selection
{
  border-radius:0;
}

.table-selected-list #list_student_tpo_wrapper .exam_selection,
.table-selected-list #list_student_tpo_wrapper .branch_selection{
  float:left;
  width:25%;
  border-radius:0;
}
#inline_attendance_selection div {
  display: flex;
  grid-gap: 10px;
  align-items: center;
}

#inline_exam_selection div,
#inline_branch_selection div
{
  display: flex;
  grid-gap: 10px;
  align-items: center;
}


#inline_college_selection button,
#inline_group_selection button,#inline_attendance_selection button,#inline_exam_selection button,#inline_branch_selection button{
  width: 36px;
  height: 36px;
  border: 1px solid transparent;
  background-color: var(--dark-blue);
  color: #fff;
  border-radius: 10px;
  padding: 0px;
  font-size: 20px;
}
#inline_college_selection button:hover,
#inline_group_selection button:hover,#inline_attendance_selection button:hover,#inline_exam_selection button:hover,#inline_branch_selection button:hover {
  background-color: #222222;
  border-color: transparent;
  color: #fff;
}

.registered-student-list .table-selected-list #list_student_tpo_wrapper .branch_selection{
  background:transparent;
  padding:0;
  margin:10px 0 20px;
}
.registered-student-list .table-selected-list #list_student_tpo_wrapper .branch_selection #inline_branch_selection div{
  width:100%;
}
.registered-student-list.student-records .table-selected-list .dataTables_wrapper .dataTables_filter {
  margin-right: 0;
  margin-bottom: 20px;
  margin-top: 10px;
}

.registered-student-list.student-records .table-selected-list .dataTables_wrapper .dataTables_filter [type="search"]{
  width:280px;
}
.device-switch:hover, .page-header-quick-link li:hover {
  background-color: #2b2b78;
}

@media screen and (max-width:767px){
  .talent-hunt-program.registered-student-list .page-title-block{
    display:block;
  }
  .talent-hunt-program.registered-student-list .page-title-block > div {
    max-width: 100%;
    justify-content: space-between !important;
  }
  .talent-hunt-program.registered-student-list .dyn-state-terms-cond .title.clg_name{
    padding-bottom:20px;
    line-height:18px;
    font-size: 14px;
  }
  .registered-student-list .table-selected-list #list_student_tpo_wrapper .branch_selection {
    width: 100%;
    margin-bottom:10px;
  }
  html body .student-records.registered-student-list .dataTables_wrapper div.dt-buttons{
    margin:0;
    float:none !important;
  }
  .registered-student-list.student-records .table-selected-list .dataTables_wrapper .dataTables_filter [type="search"] {
      width: 100%;
  }
  .stud-record-list .table-selected-list #list_student_tpo_wrapper .college_selection {
    width: 100%;
   }
   .table-selected-list #list_student_tpo_wrapper .attendance_selection{
    width: 100%;
  }
  .table-selected-list #list_student_tpo_wrapper .attendance_selection #inline_attendance_selection div{
    width: 100%;
  }
  .table-selected-list #list_student_tpo_wrapper .exam_selection{
    width: 100%;
  }
  .table-selected-list #list_student_tpo_wrapper .exam_selection #inline_exam_selection div{
    width: 100%;
  }
  .student-records .table-selected-list .dataTables_wrapper .dataTables_filter {
    width: 78%;
  }
  .registered-student-list.student-records .table-selected-list .dataTables_wrapper .dataTables_filter{
    width:100%;
    float: left;
  }
  html body .student-records .table-selected-list .dataTables_wrapper div.dt-buttons{
    float: right !important;
    width: auto !important;
    margin-top: 0;
  }
  .talent-hunt-program.student-records .page-title-block{
    display:block;
  }
  .talent-hunt-program.student-records .page-title-block > div{
    max-width:100%;
  }  
  .student-select-lists .page-title-block.page-title-block-has-select > div > div:first-child{
    position:static;
  }
  .talent-hunt-program.student-records.student-select-lists .page-title-block > div{
    display:block !important;
  }
  .talent-hunt-program.student-records.student-select-lists .page-header-quick-link{
   margin-left:0;
  }
  .talent-hunt-program.student-records.student-select-lists .page-header-quick-link .page-header-quick-link{
    margin-top:20px;
  }
  .talent-hunt-program.student-records.student-select-lists .selection-summary-select2 .select2-container--default .select2-selection--single{
    margin-left:0;
  }
}
/*
* iziToast | v1.4.0
* http://izitoast.marcelodolce.com
* by Marcelo Dolce.
*/
.iziToast-capsule{font-size:0;height:0;width:100%;transform:translateZ(0);backface-visibility:hidden;transition:transform .5s cubic-bezier(.25,.8,.25,1),height .5s cubic-bezier(.25,.8,.25,1)}.iziToast-capsule,.iziToast-capsule *{box-sizing:border-box}.iziToast-overlay{display:block;position:fixed;top:-100px;left:0;right:0;bottom:-100px;z-index:997}.iziToast{display:inline-block;clear:both;position:relative;font-family:'Lato',Tahoma,Arial;font-size:14px;padding:8px 45px 9px 0;background:rgba(238,238,238,.9);border-color:rgba(238,238,238,.9);width:100%;pointer-events:all;cursor:default;transform:translateX(0);-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;min-height:54px}.iziToast>.iziToast-progressbar{position:absolute;left:0;bottom:0;width:100%;z-index:1;background:rgba(255,255,255,.2)}.iziToast>.iziToast-progressbar>div{height:2px;width:100%;background:rgba(0,0,0,.3);border-radius:0 0 3px 3px}.iziToast.iziToast-balloon:before{content:'';position:absolute;right:8px;left:auto;width:0;height:0;top:100%;border-right:0 solid transparent;border-left:15px solid transparent;border-top:10px solid #000;border-top-color:inherit;border-radius:0}.iziToast.iziToast-balloon .iziToast-progressbar{top:0;bottom:auto}.iziToast.iziToast-balloon>div{border-radius:0 0 0 3px}.iziToast>.iziToast-cover{position:absolute;left:0;top:0;bottom:0;height:100%;margin:0;background-size:100%;background-position:50% 50%;background-repeat:no-repeat;background-color:rgba(0,0,0,.1)}.iziToast>.iziToast-close{position:absolute;right:0;top:0;border:0;padding:0;opacity:.6;width:42px;height:100%;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAJPAAACTwBcGfW0QAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAD3SURBVFiF1ZdtDoMgDEBfdi4PwAX8vLFn0qT7wxantojKupmQmCi8R4tSACpgjC2ICCUbEBa8ingjsU1AXRBeR8aLN64FiknswN8CYefBBDQ3whuFESy7WyQMeC0ipEI0A+0FeBvHUFN8xPaUhAH/iKoWsnXHGegy4J0yxialOfaHJAz4bhRzQzgDvdGnz4GbAonZbCQMuBm1K/kcFu8Mp1N2cFFpsxsMuJqqbIGExGl4loARajU1twskJLLhIsID7+tvUoDnIjTg5T9DPH9EBrz8rxjPzciAl9+O8SxI8CzJ8CxKFfh3ynK8Dyb8wNHM/XDqejx/AtNyPO87tNybAAAAAElFTkSuQmCC) no-repeat 50% 50%;background-size:8px;cursor:pointer;outline:0}.iziToast>.iziToast-close:hover{opacity:1}.iziToast>.iziToast-body{position:relative;padding:0 0 0 10px;height:auto;min-height:36px;margin:0 0 0 15px;text-align:left}.iziToast>.iziToast-body:after{content:"";display:table;clear:both}.iziToast>.iziToast-body .iziToast-texts{margin:10px 0 0;padding-right:2px;display:inline-block;float:left}.iziToast>.iziToast-body .iziToast-inputs{min-height:19px;float:left;margin:3px -2px}.iziToast>.iziToast-body .iziToast-inputs>input:not([type=checkbox]):not([type=radio]),.iziToast>.iziToast-body .iziToast-inputs>select{position:relative;display:inline-block;margin:2px;border-radius:2px;border:0;padding:4px 7px;font-size:13px;letter-spacing:.02em;background:rgba(0,0,0,.1);color:#000;box-shadow:0 0 0 1px rgba(0,0,0,.2);min-height:26px}.iziToast>.iziToast-body .iziToast-inputs>input:not([type=checkbox]):not([type=radio]):focus,.iziToast>.iziToast-body .iziToast-inputs>select:focus{box-shadow:0 0 0 1px rgba(0,0,0,.6)}.iziToast>.iziToast-body .iziToast-buttons{min-height:17px;float:left;margin:4px -2px}.iziToast>.iziToast-body .iziToast-buttons>a,.iziToast>.iziToast-body .iziToast-buttons>button,.iziToast>.iziToast-body .iziToast-buttons>input:not([type=checkbox]):not([type=radio]){position:relative;display:inline-block;margin:2px;border-radius:2px;border:0;padding:5px 10px;font-size:12px;letter-spacing:.02em;cursor:pointer;background:rgba(0,0,0,.1);color:#000}.iziToast>.iziToast-body .iziToast-buttons>a:hover,.iziToast>.iziToast-body .iziToast-buttons>button:hover,.iziToast>.iziToast-body .iziToast-buttons>input:not([type=checkbox]):not([type=radio]):hover{background:rgba(0,0,0,.2)}.iziToast>.iziToast-body .iziToast-buttons>a:focus,.iziToast>.iziToast-body .iziToast-buttons>button:focus,.iziToast>.iziToast-body .iziToast-buttons>input:not([type=checkbox]):not([type=radio]):focus{box-shadow:0 0 0 1px rgba(0,0,0,.6)}.iziToast>.iziToast-body .iziToast-buttons>a:active,.iziToast>.iziToast-body .iziToast-buttons>button:active,.iziToast>.iziToast-body .iziToast-buttons>input:not([type=checkbox]):not([type=radio]):active{top:1px}.iziToast>.iziToast-body .iziToast-icon{position:absolute;left:0;top:50%;display:table;font-size:23px;line-height:24px;margin-top:-12px;color:#000;width:24px;height:24px}.iziToast>.iziToast-body .iziToast-icon.ico-info{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAflBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCtoPsAAAAKXRSTlMA6PsIvDob+OapavVhWRYPrIry2MxGQ97czsOzpJaMcE0qJQOwVtKjfxCVFeIAAAI3SURBVFjDlJPZsoIwEETnCiGyb8q+qmjl/3/wFmGKwjBROS9QWbtnOqDDGPq4MdMkSc0m7gcDDhF4NRdv8NoL4EcMpzoJglPl/KTDz4WW3IdvXEvxkfIKn7BMZb1bFK4yZFqghZ03jk0nG8N5NBwzx9xU5cxAg8fXi20/hDdC316lcA8o7t16eRuQvW1XGd2d2P8QSHQDDbdIII/9CR3lUF+lbucfJy4WfMS64EJPORnrZxtfc2pjJdnbuags3l04TTtJMXrdTph4Pyg4XAjugAJqMDf5Rf+oXx2/qi4u6nipakIi7CsgiuMSEF9IGKg8heQJKkxIfFSUU/egWSwNrS1fPDtLfon8sZOcYUQml1Qv9a3kfwsEUyJEMgFBKzdV8o3Iw9yAjg1jdLQCV4qbd3no8yD2GugaC3oMbF0NYHCpJYSDhNI5N2DAWB4F4z9Aj/04Cna/x7eVAQ17vRjQZPh+G/kddYv0h49yY4NWNDWMMOMUIRYvlTECmrN8pUAjo5RCMn8KoPmbJ/+Appgnk//Sy90GYBCGgm7IAskQ7D9hFKW4ApB1ei3FSYD9PjGAKygAV+ARFYBH5BsVgG9kkBSAQWKUFYBRZpkUgGVinRWAdUZQDABBQdIcAElDVBUAUUXWHQBZx1gMAGMprM0AsLbVXHsA5trZe93/wp3svQ0YNb/jWV3AIOLsMtlznSNOH7JqjOpDVh7z8qCZR10ftvO4nxeOvPLkpSuvfXnxzKtvXr7j+v8C5ii0e71At7cAAAAASUVORK5CYII=) no-repeat 50% 50%;background-size:85%}.iziToast>.iziToast-body .iziToast-icon.ico-warning{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABECAMAAAAPzWOAAAAAkFBMVEUAAAAAAAABAAIAAAABAAIAAAMAAAABAAIBAAIBAAIAAAIAAAABAAIAAAABAAICAAICAAIAAAIAAAAAAAAAAAABAAIBAAIAAAMAAAABAAIBAAMBAAECAAIAAAIAAAIAAAABAAIBAAIBAAMBAAIBAAEAAAIAAAMAAAAAAAABAAECAAICAAIAAAIAAAMAAAQAAAE05yNAAAAAL3RSTlMAB+kD7V8Q+PXicwv7I9iYhkAzJxnx01IV5cmnk2xmHfzexsK4eEw5L7Gei39aRw640awAAAHQSURBVFjD7ZfJdoJAEEWJgCiI4oDiPM8m7///LidErRO7sHrY5u7YXLr7vKqu9kTC0HPmo9n8cJbEQOzqqAdAUHeUZACQuTkGDQBoDJwkHZR0XBz9FkpafXuHP0SJ09mGeJLZ5wwlTmcbA0THPmdEK7XPGTG1zxmInn3OiJ19zkB0jSVTKExMHT0wjAwlWzC0fSPHF1gWRpIhWMYm7fYTFcQGlbemf4dFfdTGg0B/KXM8qBU/3wntbq7rSGqvJ9kla6IpueFJet8fxfem5yhykjyOgNaWF1qSGd5JMNNxpNF7SZQaVh5JzLrTCZIEJ1GyEyVyd+pClMjdaSJK5O40giSRu5PfFiVyd1pAksjdKRnrSsbVdbiHrgT7yss315fkVQPLFQrL+4FHeOXKO5YRFEKv5AiFaMlKLlBpJuVCJlC5sJfvCgztru/3NmBYccPgGTxRAzxn1XGEMUf58pXZvjoOsOCgjL08+b53mtfAM/SVsZcjKLtysQZPqIy9HPP3m/3zKItRwT0LyQo8sTr26tcO83DIUMWIJjierHLsJda/tbNBFY0BP/bKtcM8HNIWCK3aYR4OMzgxo5w5EFLOLKDExXAm9gI4E3iAO94/Ct/lKWuM2LMGbgAAAABJRU5ErkJggg==) no-repeat 50% 50%;background-size:85%}.iziToast>.iziToast-body .iziToast-icon.ico-error{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAeFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVyEiIAAAAJ3RSTlMA3BsB98QV8uSyWVUFz7+kcWMM2LuZioBpTUVBNcq2qaibj4d1azLZZYABAAACZElEQVRYw7WX25KCMAyGAxUoFDkpiohnV97/DXeGBtoOUprZ2dyo1K82fxKbwJJVp+KQZ7so2mX5oThVQLKwjDe9YZu4DF3ptAn6rxY0qQPOEq9fNC9ha3y77a22ba24v+9Xbe8v8x03dPOC2/NdvB6xeSreLfGJpnx0TyotKqLm2s7Jd/WO6ivXNp0tCy02R/aFz5VQ5wUPlUL5fIfj5KIlVGU0nWHm/5QtoTVMWY8mzIVu1K9O7XH2JiU/xnOOT39gnUfj+lFHddx4tFjL3/H8jjzaFCy2Rf0c/fdQyQszI8BDR973IyMSKa4krjxAiW/lkRvMP+bKK9WbYS1ASQg8dKjaUGlYPwRe/WoIkz8tiQchH5QAEMv6T0k8MD4mUyWr4E7jAWqZ+xWcMIYkXvlwggJ3IvFK+wIOcpXAo8n8P0COAaXyKH4OsjBuZB4ew0IGu+H1SebhNazsQBbWm8yj+hFuUJB5eMsN0IUXmYendAFFfJB5uEkRMYwxmcd6zDGRtmQePEykAgubymMRFmMxCSIPCRbTuFNN5OGORTjmNGc0Po0m8Uv0gcCry6xUhR2QeLii9tofbEfhz/qvNti+OfPqNm2Mq6105FUMvdT4GPmufMiV8PqBMkc+DdT1bjYYbjzU/ew23VP4n3mLAz4n8Jtv/Ui3ceTT2mzz5o1mZt0gnBpmsdjqRqVlmplcPdqa7X23kL9brdm2t/uBYDPn2+tyu48mtIGD10JTuUrukVrbCFiwDzcHrPjxKt7PW+AZQyT/WESO+1WL7f3o+WLHL2dYMSZsg6dg/z360ofvP4//v1NPzgs28WlWAAAAAElFTkSuQmCC) no-repeat 50% 50%;background-size:80%}.iziToast>.iziToast-body .iziToast-icon.ico-success{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAIVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABt0UjBAAAACnRSTlMApAPhIFn82wgGv8mVtwAAAKVJREFUSMft0LEJAkEARNFFFEw1NFJb8CKjAy1AEOzAxNw+bEEEg6nyFjbY4LOzcBwX7S/gwUxoTdIn+Jbv4Lv8bx446+kB6VsBtK0B+wbMCKxrwL33wOrVeeChX28n7KTOTjgoEu6DRSYAgAAAAkAmAIAAAAIACQIkMkACAAgAIACAyECBKAOJuCagTJwSUCaUAEMAABEBRwAAEQFLbCJgO4bW+AZKGnktR+jAFAAAAABJRU5ErkJggg==) no-repeat 50% 50%;background-size:85%}.iziToast>.iziToast-body .iziToast-icon.ico-question{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAQAAAAAYLlVAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfhCQkUEhFovxTxAAAEDklEQVRo3s2ZTWgTQRTHf03ipTRUqghNSgsRjHgQrFUQC6JgD1Kak3gQUUoPqRdBglf1oBehBws9Cn4cGk+1SOmh2upBxAYVoeJHrR9tgq0i1Cq0lqYeks7MbpPdmU00/c8hm9n33v/t7Nt5M2+qMEWQI0QIibZKRrQpHvLL2KI2wnQzzBKrDm2RIeKEy01dTYKUI7G1ZRknQXV5yP10kTYgly1NF/5S6duZ8ES+1iZodyaocrjXxE0OFeifYYgp0mRIkwFChAkRJsIxGgrIP+I0n82fvZW5dc/zkss0O2o1c5mX6/TmaDWl77RFe5YkUW3tKEmyFv0lOvXJ/fTYnmCEFuMRbGHEZqVHLyT9DFjUJmkzJl9DG5MWWwM6Llif/gF1nukB6nhgGwUXdFrE+wiURA8QoM9i0zEWWpXQW+ZsyeRrOMuyEo5Fv4gmy4dXPvqcC+pH2VRYaMwy+OWG+iLGCgm0W0Kv9HdvR8ASjmKCXpuK/bxiV/76A/v5UdDIZuKcJGjrnec5KZ7wwsWFOp6xPX/9mt2sqDe7FO+Kf/fXHBPPDWpdXGhTpLvUG9VKwh1xMDDjkvu+cNDFBTk7ptX1QkKZ850m3duu6fcrWxwdaFFyREJ2j4vOpKP6Du6z4uJCv8sYJIVkCnJBGGZaBONO3roY2EqNrSfIPi7SKP4fdXyNUd6I6wbSAHEl33tFLe+FlSsusnK90A0+oEPcuufZgXnOi+u9LrKSJQZQw6LwqBnv2CKsfHORbFbyQhA6xN/pEuihSdj56Co7LWRjPiKie6gkB2LiKuUqK5kiPkLiz1QJ9K1cNXBAMoUCigNpQ9IqDtMI1HKA4/jyvUsaoSyZLA5kjOjDPFZen8Ql5TsvBskUgjciIPSX3QAXC86DT7VWvlEh/xZ+ij9BDVWJ0QL0SbZq6QaFxoLPcXPmBLveLCc4wXdDK6s+6/vwhCSniFLPXW0NJe5UB8zKCsviqpc7vGPVQFcyZbyPwGD+d5ZnxmNWlhG4xSBZZjivjIWHEQgoDkSMjMwTo54569JSE5IpA7EyJSMTyGTUAUFlO1ZKOtaHTMeL1PhYYFTcihmY2cQ5+ullj7EDkiVfVez2sCTz8yiv84djhg7IJVk81xFWJlPdfHBG0flkRC/zQFZ+DSllNtfDdUsOMCliyGX5uOzU3ZhIXFDof4m1gDuKbEx0t2YS25gVGpcMnr/I1kx3c6piB8P8ZoqEwfMX3ZyCXynJTmq/U7NUXqfUzCbWL1wqVKBQUeESzQYoUlW8TAcVL1RCxUu1G6BYXfFyfQ4VPbDI4T8d2WzgQ6sc/vmxnTsqfHCZQzUJxm1h5dxS5Tu6lQgTZ0ipqRVqSwzTbbLHMt+c19iO76tsx/cLZub+Ali+tYC93olEAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTA5LTA5VDIwOjE4OjE3KzAyOjAwjKtfjgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0wOS0wOVQyMDoxODoxNyswMjowMP325zIAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC) no-repeat 50% 50%;background-size:85%}.iziToast>.iziToast-body .iziToast-message,.iziToast>.iziToast-body .iziToast-title{padding:0;font-size:14px;line-height:16px;text-align:left;float:left;white-space:normal}.iziToast>.iziToast-body .iziToast-title{color:#000;margin:0}.iziToast>.iziToast-body .iziToast-message{margin:0 0 10px;color:rgba(0,0,0,.6)}.iziToast.iziToast-animateInside .iziToast-buttons-child,.iziToast.iziToast-animateInside .iziToast-icon,.iziToast.iziToast-animateInside .iziToast-inputs-child,.iziToast.iziToast-animateInside .iziToast-message,.iziToast.iziToast-animateInside .iziToast-title{opacity:0}.iziToast-target{position:relative;width:100%;margin:0 auto}.iziToast-target .iziToast-capsule{overflow:hidden}.iziToast-target .iziToast-capsule:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}.iziToast-target .iziToast-capsule .iziToast{width:100%;float:left}.iziToast-wrapper{z-index:99999;position:fixed;width:100%;pointer-events:none;display:flex;flex-direction:column}.iziToast-wrapper .iziToast.iziToast-balloon:before{border-right:0 solid transparent;border-left:15px solid transparent;border-top:10px solid #000;border-top-color:inherit;right:8px;left:auto}.iziToast-wrapper-bottomLeft{left:0;bottom:0;text-align:left}.iziToast-wrapper-bottomLeft .iziToast.iziToast-balloon:before,.iziToast-wrapper-topLeft .iziToast.iziToast-balloon:before{border-right:15px solid transparent;border-left:0 solid transparent;right:auto;left:8px}.iziToast-wrapper-bottomRight{right:0;bottom:0;text-align:right}.iziToast-wrapper-topLeft{left:0;top:0;text-align:left}.iziToast-wrapper-topRight{top:0;right:0;text-align:right}.iziToast-wrapper-topCenter{top:0;left:0;right:0;text-align:center}.iziToast-wrapper-bottomCenter,.iziToast-wrapper-center{bottom:0;left:0;right:0;text-align:center}.iziToast-wrapper-center{top:0;justify-content:center;flex-flow:column;align-items:center}.iziToast-rtl{direction:rtl;padding:8px 0 9px 45px;font-family:Tahoma,'Lato',Arial}.iziToast-rtl .iziToast-cover{left:auto;right:0}.iziToast-rtl .iziToast-close{right:auto;left:0}.iziToast-rtl .iziToast-body{padding:0 10px 0 0;margin:0 16px 0 0;text-align:right}.iziToast-rtl .iziToast-body .iziToast-buttons,.iziToast-rtl .iziToast-body .iziToast-inputs,.iziToast-rtl .iziToast-body .iziToast-message,.iziToast-rtl .iziToast-body .iziToast-texts,.iziToast-rtl .iziToast-body .iziToast-title{float:right;text-align:right}.iziToast-rtl .iziToast-body .iziToast-icon{left:auto;right:0}@media only screen and (min-width:568px){.iziToast-wrapper{padding:10px 15px}.iziToast{margin:5px 0;border-radius:3px;width:auto}.iziToast:after{content:'';z-index:-1;position:absolute;top:0;left:0;width:100%;height:100%;border-radius:3px;box-shadow:inset 0 -10px 20px -10px rgba(0,0,0,.2),inset 0 0 5px rgba(0,0,0,.1),0 8px 8px -5px rgba(0,0,0,.25)}.iziToast:not(.iziToast-rtl) .iziToast-cover{border-radius:3px 0 0 3px}.iziToast.iziToast-rtl .iziToast-cover{border-radius:0 3px 3px 0}.iziToast.iziToast-color-dark:after{box-shadow:inset 0 -10px 20px -10px rgba(255,255,255,.3),0 10px 10px -5px rgba(0,0,0,.25)}.iziToast.iziToast-balloon .iziToast-progressbar{background:0 0}.iziToast.iziToast-balloon:after{box-shadow:0 10px 10px -5px rgba(0,0,0,.25),inset 0 10px 20px -5px rgba(0,0,0,.25)}.iziToast-target .iziToast:after{box-shadow:inset 0 -10px 20px -10px rgba(0,0,0,.2),inset 0 0 5px rgba(0,0,0,.1)}}.iziToast.iziToast-theme-dark{background:#565c70;border-color:#565c70}.iziToast.iziToast-theme-dark .iziToast-title{color:#fff}.iziToast.iziToast-theme-dark .iziToast-message{color:rgba(255,255,255,.7);font-weight:300}.iziToast.iziToast-theme-dark .iziToast-close{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfgCR4OIQIPSao6AAAAwElEQVRIx72VUQ6EIAwFmz2XB+AConhjzqTJ7JeGKhLYlyx/BGdoBVpjIpMJNjgIZDKTkQHYmYfwmR2AfAqGFBcO2QjXZCd24bEggvd1KBx+xlwoDpYmvnBUUy68DYXD77ESr8WDtYqvxRex7a8oHP4Wo1Mkt5I68Mc+qYqv1h5OsZmZsQ3gj/02h6cO/KEYx29hu3R+VTTwz6D3TymIP1E8RvEiiVdZfEzicxYLiljSxKIqlnW5seitTW6uYnv/Aqh4whX3mEUrAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE2LTA5LTMwVDE0OjMzOjAyKzAyOjAwl6RMVgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNi0wOS0zMFQxNDozMzowMiswMjowMOb59OoAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC) no-repeat 50% 50%;background-size:8px}.iziToast.iziToast-theme-dark .iziToast-icon{color:#fff}.iziToast.iziToast-theme-dark .iziToast-icon.ico-info{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAflBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vroaSAAAAKXRSTlMA6PsIvDob+OapavVhWRYPrIry2MxGQ97czsOzpJaMcE0qJQOwVtKjfxCVFeIAAAI3SURBVFjDlJPZsoIwEETnCiGyb8q+qmjl/3/wFmGKwjBROS9QWbtnOqDDGPq4MdMkSc0m7gcDDhF4NRdv8NoL4EcMpzoJglPl/KTDz4WW3IdvXEvxkfIKn7BMZb1bFK4yZFqghZ03jk0nG8N5NBwzx9xU5cxAg8fXi20/hDdC316lcA8o7t16eRuQvW1XGd2d2P8QSHQDDbdIII/9CR3lUF+lbucfJy4WfMS64EJPORnrZxtfc2pjJdnbuags3l04TTtJMXrdTph4Pyg4XAjugAJqMDf5Rf+oXx2/qi4u6nipakIi7CsgiuMSEF9IGKg8heQJKkxIfFSUU/egWSwNrS1fPDtLfon8sZOcYUQml1Qv9a3kfwsEUyJEMgFBKzdV8o3Iw9yAjg1jdLQCV4qbd3no8yD2GugaC3oMbF0NYHCpJYSDhNI5N2DAWB4F4z9Aj/04Cna/x7eVAQ17vRjQZPh+G/kddYv0h49yY4NWNDWMMOMUIRYvlTECmrN8pUAjo5RCMn8KoPmbJ/+Appgnk//Sy90GYBCGgm7IAskQ7D9hFKW4ApB1ei3FSYD9PjGAKygAV+ARFYBH5BsVgG9kkBSAQWKUFYBRZpkUgGVinRWAdUZQDABBQdIcAElDVBUAUUXWHQBZx1gMAGMprM0AsLbVXHsA5trZe93/wp3svQ0YNb/jWV3AIOLsMtlznSNOH7JqjOpDVh7z8qCZR10ftvO4nxeOvPLkpSuvfXnxzKtvXr7j+v8C5ii0e71At7cAAAAASUVORK5CYII=) no-repeat 50% 50%;background-size:85%}.iziToast.iziToast-theme-dark .iziToast-icon.ico-warning{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABECAMAAAAPzWOAAAAAllBMVEUAAAD////+//3+//3+//3///////z+//3+//3+//3////////////9//3////+//39//3///3////////////+//3+//39//3///z+//z+//7///3///3///3///3////////+//3+//3+//3+//z+//3+//7///3///z////////+//79//3///3///z///v+//3///+trXouAAAAMHRSTlMAB+j87RBf+PXiCwQClSPYhkAzJxnx05tSyadzcmxmHRbp5d7Gwrh4TDkvsYt/WkdQzCITAAAB1UlEQVRYw+3XaXKCQBCGYSIIighoxCVqNJrEPfly/8vFImKXduNsf/Mc4K1y7FnwlMLQc/bUbj85R6bA1LXRDICg6RjJcZa7NQYtnLUGTpERSiOXxrOPkv9s30iGKDmtbYir3H7OUHJa2ylAuvZzRvzUfs7Ii/2cgfTt54x82s8ZSM848gJmYtroQzA2jHwA+LkBIEuMGt+QIng1igzlyMrkuP2CyOi47axRaYTL5jhDJehoR+aovC29s3iIyly3Eb+hRCvZo2qsGTnhKr2cLDS+J73GsqBI9W80UCmWWpEuhIjh6ZRGjyNRarjzKGJ2Ou2himCvjHwqI+rTqQdlRH06TZQR9ek0hiqiPp06mV4ke7QPX6ERUZxO8Uo3sqrfhxvoRrCpvXwL/UjR9GRHMIvLgke4d5QbiwhM6JV2YKKF4vIl7XIBkwm4keryJVmvk/TfwcmPwQNkUQuyA2/sYGwnXL7GPu4bW1jYsmevrNj09/MGZMOEPXslQVqO8hqykD17JfPHP/bmo2yGGpdZiH3IZvzZa7B3+IdDjjpjesHJcvbs5dZ/e+cddVoDdvlq7x12Nac+iN7e4R8OXTjp0pw5CGnOLNDEzeBs5gVwFniAO+8f8wvfeXP2hyqnmwAAAABJRU5ErkJggg==) no-repeat 50% 50%;background-size:85%}.iziToast.iziToast-theme-dark .iziToast-icon.ico-error{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAeFBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////GqOSsAAAAJ3RSTlMA3BsB98QV8uSyWVUFz6RxYwzYvbupmYqAaU1FQTXKv7abj4d1azKNUit3AAACZElEQVRYw7WXaZOCMAyGw30UORRQBLxX/v8/3BkaWjrY2szO5otKfGrzJrEp6Kw6F8f8sI+i/SE/FucKSBaWiT8p5idlaEtnXTB9tKDLLHAvdSatOan3je93k9F2vRF36+mr1a6eH2NFNydoHq/ieU/UXcWjjk9XykdNWq2ywtp4tXL6Wb2T/MqtzzZutsrNyfvA51KoQROhVCjfrnASIRpSVUZiD5v4RbWExjRdJzSmOsZFvzYz59kRSr6V5zE+/QELHkNdb3VRx45HS1b1u+zfkkcbRAZ3qJ9l/A4qefHUDMShJe+6kZKJDD2pLQ9Q4lu+5Q7rz7Plperd7AtQEgIPI6o2dxr2D4GXvxqCiKcn8cD4gxIAEt7/GYkHL16KqeJd0NB4gJbXfgVnzCGJlzGcocCVSLzUvoAj9xJ4NF7/R8gxoVQexc/hgBpSebjPjgPs59cHmYfn7NkDb6wXmUf1I1ygIPPw4gtgCE8yDw8eAop4J/PQcBExjQmZx37MsZB2ZB4cLKQCG5vKYxMWSzMxIg8pNtOyUkvkocEmXGo69mh8FgnxS4yBwMvDrJSNHZB4uC3ayz/YkcIP4lflwVIT+OU07ZSjrbTkZQ6dTPkYubZ8GC/Cqxu6WvJZII93dcCw46GdNqdpTeF/tiMOuDGB9z/NI6NvyWetGPM0g+bVNeovBmamHXWj0nCbEaGeTMN2PWrqd6cM26ZxP2DeJvj+ph/30Zi/GmRbtlK5SptI+nwGGnvH6gUruT+L16MJHF+58rwNIifTV0vM8+hwMeOXAb6Yx0wXT+b999WXfvn+8/X/F7fWzjdTord5AAAAAElFTkSuQmCC) no-repeat 50% 50%;background-size:80%}.iziToast.iziToast-theme-dark .iziToast-icon.ico-success{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAIVBMVEUAAAD////////////////////////////////////////PIev5AAAACnRSTlMApAPhIFn82wgGv8mVtwAAAKVJREFUSMft0LEJAkEARNFFFEw1NFJb8CKjAy1AEOzAxNw+bEEEg6nyFjbY4LOzcBwX7S/gwUxoTdIn+Jbv4Lv8bx446+kB6VsBtK0B+wbMCKxrwL33wOrVeeChX28n7KTOTjgoEu6DRSYAgAAAAkAmAIAAAAIACQIkMkACAAgAIACAyECBKAOJuCagTJwSUCaUAEMAABEBRwAAEQFLbCJgO4bW+AZKGnktR+jAFAAAAABJRU5ErkJggg==) no-repeat 50% 50%;background-size:85%}.iziToast.iziToast-theme-dark .iziToast-icon.ico-question{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAQAAAAAYLlVAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfhCQkUEg18vki+AAAETUlEQVRo3s1ZTWhbRxD+VlIuxsLFCYVIIQYVopBDoK5bKDWUBupDMNbJ5FBKg/FBziUQdE9yaC+FHBrwsdCfQ9RTGoLxwWl+DqHEojUFFydxnB9bInZDqOsErBrr6yGvs/ueX97bldTKo4Pe7puZb3Z33s7srIIjMY1jyCEjP6ImvyX8pF64arSHznKC06wzijY5xSKz7YbuYokV2lODsyyxqz3gSY6z6gCuqcpxJluFH+Z8U+D/0jyHoxFUBHgfvsGHIS9WMIUlVFFDFTUAGWSRQRY5HMeBEP6b+Ew9dh/7INd2jGeO59kfKdXP85zbIbfGQVf4sYC3N1hm3lo6zzIbPvk6x+zBk7wQGMEMB5xncIAzAS0XrFySSV72iS1yyBVcdA1x0afrsoUJgdFfY2+z8ADAXl7zz0KcwJiPfZKpVuABgClO+nRG+QIHDdfb4qlWwUXvKW4Z7vi6L4J9vg+vbfCeCeZH2RfOdMOc/HbCA4BvIW6EMQz7XK/ltd+hP+VzR9mgva2YSfyGI17fA7ynnocqeQNFfIJ0oHsdv6CC2+rXGBN6cQdveY3fcVRtmy/HDete+93zy8jA8zV7YkwYMrjHzRddRsCdiVCwwmh6wg9iTNC7Y9XIF1iS7kbUpsvvGEdPuTfSgAEjRpR096x0liPFD/Eqt2NMuBQzB2XhrACAApjFsuQFh9XdGAX70B3oSuNdnMVBaX+sopYxjwVpHFBVACyKTXNoktjD+6Ll8xhenS9MAAkAI/Lux2YNUOs4I413Ypg1SgEAu7kpFvWjaeJe0fJHDGe/cNaZBkekudw8PMA+0fMwlndZeAsJ5KR/qhUDUJCnSiyvRsolkJHGUgvjH8QXDgZopEzKMKDqCKrwEQ4C6MH7GEXC665buLJG8hlQc4LP4paxfJrOqYVYYY2UARfEIazTbgDg2dB98GebzJd54b8L/iWNdLyooeR6CHyZ+6xk0yKxkYg6nEVSUG4VJ9QJ9cxRCxO+9WiOyvgUeexXP1hLGH5nGuBWVtiSp4vqe3VP0UFWI9Wan4Er3v8q7jjPWVtm4FtcQQMrOKO2nOQCM5AyDMi56FDrKHA/1nyppS1ppBpYaE8wciEjGI2AaeM41kI4doDX4XiT3Qm1gevyruCgZg9P8xIv8m1nCzTKq6oiJ9xTMiZ505P5m8cdZ0CnZMVXHVljM7WMBzxpyDxygtdxoCEFTaMIWbZU85UvBjgUMYy0fBaAF8V1Lj9qWQ1aMZ5f4k9r+AGMSkMP1vZoZih6k6sicc5h/OFHM9vDqU/VIU7zJZdYYsKGH4g4nAJMGiXZRds1pVMoZ69RM5vfkbh0qkBhsnS2RLMLilQdL9MBHS9UAh0v1e6CYnXHy/WeeCcvLDwl/9OVze69tPKM+M+v7eJN6OzFpWdEF0ucDbhVNFXadnVrmJFlkVNGTS2M6pzmhMvltfPhnN2B63sVuL7fcNP3D1TSk2ihosPrAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTA5LTA5VDIwOjE4OjEzKzAyOjAweOR7nQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0wOS0wOVQyMDoxODoxMyswMjowMAm5wyEAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC) no-repeat 50% 50%;background-size:85%}.iziToast.iziToast-theme-dark .iziToast-buttons>a,.iziToast.iziToast-theme-dark .iziToast-buttons>button,.iziToast.iziToast-theme-dark .iziToast-buttons>input{color:#fff;background:rgba(255,255,255,.1)}.iziToast.iziToast-theme-dark .iziToast-buttons>a:hover,.iziToast.iziToast-theme-dark .iziToast-buttons>button:hover,.iziToast.iziToast-theme-dark .iziToast-buttons>input:hover{background:rgba(255,255,255,.2)}.iziToast.iziToast-theme-dark .iziToast-buttons>a:focus,.iziToast.iziToast-theme-dark .iziToast-buttons>button:focus,.iziToast.iziToast-theme-dark .iziToast-buttons>input:focus{box-shadow:0 0 0 1px rgba(255,255,255,.6)}.iziToast.iziToast-color-red{background:rgba(255,175,180,.9);border-color:rgba(255,175,180,.9)}.iziToast.iziToast-color-orange{background:rgba(255,207,165,.9);border-color:rgba(255,207,165,.9)}.iziToast.iziToast-color-yellow{background:rgba(255,249,178,.9);border-color:rgba(255,249,178,.9)}.iziToast.iziToast-color-blue{background:rgba(157,222,255,.9);border-color:rgba(157,222,255,.9)}.iziToast.iziToast-color-green{background:rgba(166,239,184,.9);border-color:rgba(166,239,184,.9)}.iziToast.iziToast-layout2 .iziToast-body .iziToast-message,.iziToast.iziToast-layout2 .iziToast-body .iziToast-texts{width:100%}.iziToast.iziToast-layout3{border-radius:2px}.iziToast.iziToast-layout3::after{display:none}.iziToast .revealIn,.iziToast.revealIn{-webkit-animation:iziT-revealIn 1s cubic-bezier(.25,1.6,.25,1) both;-moz-animation:iziT-revealIn 1s cubic-bezier(.25,1.6,.25,1) both;animation:iziT-revealIn 1s cubic-bezier(.25,1.6,.25,1) both}.iziToast .slideIn,.iziToast.slideIn{-webkit-animation:iziT-slideIn 1s cubic-bezier(.16,.81,.32,1) both;-moz-animation:iziT-slideIn 1s cubic-bezier(.16,.81,.32,1) both;animation:iziT-slideIn 1s cubic-bezier(.16,.81,.32,1) both}.iziToast.bounceInLeft{-webkit-animation:iziT-bounceInLeft .7s ease-in-out both;animation:iziT-bounceInLeft .7s ease-in-out both}.iziToast.bounceInRight{-webkit-animation:iziT-bounceInRight .85s ease-in-out both;animation:iziT-bounceInRight .85s ease-in-out both}.iziToast.bounceInDown{-webkit-animation:iziT-bounceInDown .7s ease-in-out both;animation:iziT-bounceInDown .7s ease-in-out both}.iziToast.bounceInUp{-webkit-animation:iziT-bounceInUp .7s ease-in-out both;animation:iziT-bounceInUp .7s ease-in-out both}.iziToast .fadeIn,.iziToast.fadeIn{-webkit-animation:iziT-fadeIn .5s ease both;animation:iziT-fadeIn .5s ease both}.iziToast.fadeInUp{-webkit-animation:iziT-fadeInUp .7s ease both;animation:iziT-fadeInUp .7s ease both}.iziToast.fadeInDown{-webkit-animation:iziT-fadeInDown .7s ease both;animation:iziT-fadeInDown .7s ease both}.iziToast.fadeInLeft{-webkit-animation:iziT-fadeInLeft .85s cubic-bezier(.25,.8,.25,1) both;animation:iziT-fadeInLeft .85s cubic-bezier(.25,.8,.25,1) both}.iziToast.fadeInRight{-webkit-animation:iziT-fadeInRight .85s cubic-bezier(.25,.8,.25,1) both;animation:iziT-fadeInRight .85s cubic-bezier(.25,.8,.25,1) both}.iziToast.flipInX{-webkit-animation:iziT-flipInX .85s cubic-bezier(.35,0,.25,1) both;animation:iziT-flipInX .85s cubic-bezier(.35,0,.25,1) both}.iziToast.fadeOut{-webkit-animation:iziT-fadeOut .7s ease both;animation:iziT-fadeOut .7s ease both}.iziToast.fadeOutDown{-webkit-animation:iziT-fadeOutDown .7s cubic-bezier(.4,.45,.15,.91) both;animation:iziT-fadeOutDown .7s cubic-bezier(.4,.45,.15,.91) both}.iziToast.fadeOutUp{-webkit-animation:iziT-fadeOutUp .7s cubic-bezier(.4,.45,.15,.91) both;animation:iziT-fadeOutUp .7s cubic-bezier(.4,.45,.15,.91) both}.iziToast.fadeOutLeft{-webkit-animation:iziT-fadeOutLeft .5s ease both;animation:iziT-fadeOutLeft .5s ease both}.iziToast.fadeOutRight{-webkit-animation:iziT-fadeOutRight .5s ease both;animation:iziT-fadeOutRight .5s ease both}.iziToast.flipOutX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation:iziT-flipOutX .7s cubic-bezier(.4,.45,.15,.91) both;animation:iziT-flipOutX .7s cubic-bezier(.4,.45,.15,.91) both}.iziToast-overlay.fadeIn{-webkit-animation:iziT-fadeIn .5s ease both;animation:iziT-fadeIn .5s ease both}.iziToast-overlay.fadeOut{-webkit-animation:iziT-fadeOut .7s ease both;animation:iziT-fadeOut .7s ease both}@-webkit-keyframes iziT-revealIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,1)}to{opacity:1}}@-moz-keyframes iziT-revealIn{0%{opacity:0;-moz-transform:scale3d(.3,.3,1)}to{opacity:1}}@-webkit-keyframes iziT-slideIn{0%{opacity:0;-webkit-transform:translateX(50px)}to{opacity:1;-webkit-transform:translateX(0)}}@-moz-keyframes iziT-slideIn{0%{opacity:0;-moz-transform:translateX(50px)}to{opacity:1;-moz-transform:translateX(0)}}@-webkit-keyframes iziT-bounceInLeft{0%{opacity:0;-webkit-transform:translateX(280px)}50%{opacity:1;-webkit-transform:translateX(-20px)}70%{-webkit-transform:translateX(10px)}to{-webkit-transform:translateX(0)}}@-webkit-keyframes iziT-bounceInRight{0%{opacity:0;-webkit-transform:translateX(-280px)}50%{opacity:1;-webkit-transform:translateX(20px)}70%{-webkit-transform:translateX(-10px)}to{-webkit-transform:translateX(0)}}@-webkit-keyframes iziT-bounceInDown{0%{opacity:0;-webkit-transform:translateY(-200px)}50%{opacity:1;-webkit-transform:translateY(10px)}70%{-webkit-transform:translateY(-5px)}to{-webkit-transform:translateY(0)}}@-webkit-keyframes iziT-bounceInUp{0%{opacity:0;-webkit-transform:translateY(200px)}50%{opacity:1;-webkit-transform:translateY(-10px)}70%{-webkit-transform:translateY(5px)}to{-webkit-transform:translateY(0)}}@-webkit-keyframes iziT-fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes iziT-fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes iziT-fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes iziT-fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(300px,0,0);transform:translate3d(300px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes iziT-fadeInRight{0%{opacity:0;-webkit-transform:translate3d(-300px,0,0);transform:translate3d(-300px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes iziT-flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg)}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes iziT-fadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes iziT-fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes iziT-fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@-webkit-keyframes iziT-fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-200px,0,0);transform:translate3d(-200px,0,0)}}@-webkit-keyframes iziT-fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(200px,0,0);transform:translate3d(200px,0,0)}}@-webkit-keyframes iziT-flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@-moz-keyframes iziT-revealIn{0%{opacity:0;transform:scale3d(.3,.3,1)}to{opacity:1}}@-webkit-keyframes iziT-revealIn{0%{opacity:0;transform:scale3d(.3,.3,1)}to{opacity:1}}@-o-keyframes iziT-revealIn{0%{opacity:0;transform:scale3d(.3,.3,1)}to{opacity:1}}@keyframes iziT-revealIn{0%{opacity:0;transform:scale3d(.3,.3,1)}to{opacity:1}}@-moz-keyframes iziT-slideIn{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@-webkit-keyframes iziT-slideIn{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@-o-keyframes iziT-slideIn{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@keyframes iziT-slideIn{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@-moz-keyframes iziT-bounceInLeft{0%{opacity:0;transform:translateX(280px)}50%{opacity:1;transform:translateX(-20px)}70%{transform:translateX(10px)}to{transform:translateX(0)}}@-webkit-keyframes iziT-bounceInLeft{0%{opacity:0;transform:translateX(280px)}50%{opacity:1;transform:translateX(-20px)}70%{transform:translateX(10px)}to{transform:translateX(0)}}@-o-keyframes iziT-bounceInLeft{0%{opacity:0;transform:translateX(280px)}50%{opacity:1;transform:translateX(-20px)}70%{transform:translateX(10px)}to{transform:translateX(0)}}@keyframes iziT-bounceInLeft{0%{opacity:0;transform:translateX(280px)}50%{opacity:1;transform:translateX(-20px)}70%{transform:translateX(10px)}to{transform:translateX(0)}}@-moz-keyframes iziT-bounceInRight{0%{opacity:0;transform:translateX(-280px)}50%{opacity:1;transform:translateX(20px)}70%{transform:translateX(-10px)}to{transform:translateX(0)}}@-webkit-keyframes iziT-bounceInRight{0%{opacity:0;transform:translateX(-280px)}50%{opacity:1;transform:translateX(20px)}70%{transform:translateX(-10px)}to{transform:translateX(0)}}@-o-keyframes iziT-bounceInRight{0%{opacity:0;transform:translateX(-280px)}50%{opacity:1;transform:translateX(20px)}70%{transform:translateX(-10px)}to{transform:translateX(0)}}@keyframes iziT-bounceInRight{0%{opacity:0;transform:translateX(-280px)}50%{opacity:1;transform:translateX(20px)}70%{transform:translateX(-10px)}to{transform:translateX(0)}}@-moz-keyframes iziT-bounceInDown{0%{opacity:0;transform:translateY(-200px)}50%{opacity:1;transform:translateY(10px)}70%{transform:translateY(-5px)}to{transform:translateY(0)}}@-webkit-keyframes iziT-bounceInDown{0%{opacity:0;transform:translateY(-200px)}50%{opacity:1;transform:translateY(10px)}70%{transform:translateY(-5px)}to{transform:translateY(0)}}@-o-keyframes iziT-bounceInDown{0%{opacity:0;transform:translateY(-200px)}50%{opacity:1;transform:translateY(10px)}70%{transform:translateY(-5px)}to{transform:translateY(0)}}@keyframes iziT-bounceInDown{0%{opacity:0;transform:translateY(-200px)}50%{opacity:1;transform:translateY(10px)}70%{transform:translateY(-5px)}to{transform:translateY(0)}}@-moz-keyframes iziT-bounceInUp{0%{opacity:0;transform:translateY(200px)}50%{opacity:1;transform:translateY(-10px)}70%{transform:translateY(5px)}to{transform:translateY(0)}}@-webkit-keyframes iziT-bounceInUp{0%{opacity:0;transform:translateY(200px)}50%{opacity:1;transform:translateY(-10px)}70%{transform:translateY(5px)}to{transform:translateY(0)}}@-o-keyframes iziT-bounceInUp{0%{opacity:0;transform:translateY(200px)}50%{opacity:1;transform:translateY(-10px)}70%{transform:translateY(5px)}to{transform:translateY(0)}}@keyframes iziT-bounceInUp{0%{opacity:0;transform:translateY(200px)}50%{opacity:1;transform:translateY(-10px)}70%{transform:translateY(5px)}to{transform:translateY(0)}}@-moz-keyframes iziT-fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes iziT-fadeIn{0%{opacity:0}to{opacity:1}}@-o-keyframes iziT-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes iziT-fadeIn{0%{opacity:0}to{opacity:1}}@-moz-keyframes iziT-fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes iziT-fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-o-keyframes iziT-fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes iziT-fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-moz-keyframes iziT-fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes iziT-fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-o-keyframes iziT-fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes iziT-fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-moz-keyframes iziT-fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(300px,0,0);transform:translate3d(300px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes iziT-fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(300px,0,0);transform:translate3d(300px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-o-keyframes iziT-fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(300px,0,0);transform:translate3d(300px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes iziT-fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(300px,0,0);transform:translate3d(300px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-moz-keyframes iziT-fadeInRight{0%{opacity:0;-webkit-transform:translate3d(-300px,0,0);transform:translate3d(-300px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes iziT-fadeInRight{0%{opacity:0;-webkit-transform:translate3d(-300px,0,0);transform:translate3d(-300px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-o-keyframes iziT-fadeInRight{0%{opacity:0;-webkit-transform:translate3d(-300px,0,0);transform:translate3d(-300px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes iziT-fadeInRight{0%{opacity:0;-webkit-transform:translate3d(-300px,0,0);transform:translate3d(-300px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-moz-keyframes iziT-flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg)}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes iziT-flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg)}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-o-keyframes iziT-flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg)}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes iziT-flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg)}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-moz-keyframes iziT-fadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes iziT-fadeOut{0%{opacity:1}to{opacity:0}}@-o-keyframes iziT-fadeOut{0%{opacity:1}to{opacity:0}}@keyframes iziT-fadeOut{0%{opacity:1}to{opacity:0}}@-moz-keyframes iziT-fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes iziT-fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-o-keyframes iziT-fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes iziT-fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-moz-keyframes iziT-fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@-webkit-keyframes iziT-fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@-o-keyframes iziT-fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes iziT-fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@-moz-keyframes iziT-fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-200px,0,0);transform:translate3d(-200px,0,0)}}@-webkit-keyframes iziT-fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-200px,0,0);transform:translate3d(-200px,0,0)}}@-o-keyframes iziT-fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-200px,0,0);transform:translate3d(-200px,0,0)}}@keyframes iziT-fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-200px,0,0);transform:translate3d(-200px,0,0)}}@-moz-keyframes iziT-fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(200px,0,0);transform:translate3d(200px,0,0)}}@-webkit-keyframes iziT-fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(200px,0,0);transform:translate3d(200px,0,0)}}@-o-keyframes iziT-fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(200px,0,0);transform:translate3d(200px,0,0)}}@keyframes iziT-fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(200px,0,0);transform:translate3d(200px,0,0)}}@-moz-keyframes iziT-flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@-webkit-keyframes iziT-flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@-o-keyframes iziT-flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes iziT-flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}