﻿@charset "UTF-8";
button {
  cursor: pointer;
  white-space: nowrap; }

.btn-primary, .selfregistration .btn-primary-ex {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-box-sizing: border-box;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-appearance: none;
  display: -ms-inline-flexbox;
  font-family: Roboto, sans-serif;
  font-size: .875rem;
  line-height: 2.25rem;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 64px;
  min-height: 36px;
  border: none;
  outline: none;
  user-select: none;
  overflow: visible;
  vertical-align: middle;
  border-radius: 4px;
  padding: 0 16px;
  width: auto;
  height: 2.25em;
  cursor: default;
  background-color: #F7B500;
  color: #212121; }
  .btn-primary:disabled, .selfregistration .btn-primary-ex:disabled {
    background-color: #DFDFDF;
    color: #898A8D;
    cursor: not-allowed; }
  .btn-primary:hover:not([disabled]), .selfregistration .btn-primary-ex:hover:not([disabled]) {
    background-color: #F8C946;
    color: #212121;
    cursor: default; }

.btn-white {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-box-sizing: border-box;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-appearance: none;
  display: -ms-inline-flexbox;
  font-family: Roboto, sans-serif;
  font-size: .875rem;
  line-height: 2.25rem;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 64px;
  min-height: 36px;
  border: none;
  outline: none;
  user-select: none;
  overflow: visible;
  vertical-align: middle;
  border-radius: 4px;
  padding: 0 16px;
  width: auto;
  height: 2.25em;
  cursor: default;
  color: #212121;
  background-color: #FFFFFF;
  border: 1px solid #F7B500; }

button + button, input + button, select + button, ul + button, .search-box + button, div:empty + button, .sr-only:not(:first-child) + button {
  margin-left: 8px; }

*:not(.search-box):not(button) + button:not(.btn-gridrow-action).btn-primary, .selfregistration *:not(.search-box):not(button) + button.btn-primary-ex:not(.btn-gridrow-action), *:not(.search-box):not(button) + button:not(.btn-gridrow-action).btn-white, button:only-child:not(.btn-gridrow-action).btn-primary, .selfregistration button.btn-primary-ex:only-child:not(.btn-gridrow-action), button:only-child:not(.btn-gridrow-action).btn-white {
  width: 100%; }

.container .header {
  width: 100%;
  display: flex;
  padding: 1rem;
  justify-content: center;
  align-items: center;
  margin-top: 1.2rem; }

.container img {
  height: 50px;
  width: 185px; }

.container .innercontent {
  background-color: #FFFFFF;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border: 0px solid transparent;
  width: 65%;
  display: flex;
  margin: 0 auto;
  margin-top: 2rem;
  border-radius: 0.625rem; }
  .container .innercontent .left {
    background-color: #333333;
    border-radius: 5px 0 0 5px;
    width: 50%;
    padding: 1.5rem;
    font-weight: 300; }
  .container .innercontent .introduction {
    margin: 0px;
    color: #FFFFFF; }
    .container .innercontent .introduction h1 {
      font-size: 20px !important;
      color: #FFFFFF;
      text-align: left;
      line-height: 24px; }
  .container .innercontent .right {
    width: 60%;
    padding: 1rem; }
  .container .innercontent .examityintro {
    opacity: 0.85;
    color: #FFFFFF;
    line-height: 25px; }
    .container .innercontent .examityintro img {
      width: 16px;
      height: 14px; }
    .container .innercontent .examityintro a {
      color: #FFFFFF; }
  .container .innercontent .divider {
    background-color: white;
    margin-top: 1rem;
    height: 2px;
    width: 80px;
    opacity: 0.2;
    line-height: 2rem; }

.footer {
  bottom: 0px;
  width: 100%;
  padding: 20px;
  color: #9B9B9B;
  text-align: center; }
  .footer .a {
    color: #9B9B9B !important;
    text-decoration: none; }

body {
  background: rgba(221, 239, 253, 0.4) !important;
  font-size: 14px !important;
  font-family: Roboto !important; }

.appcontrols {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 40px; }
  .appcontrols .appcontrolstitle {
    color: #fff !important;
    font-size: 24px;
    font-weight: 400; }

.innerappcontent {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 1.7rem; }

.custom-note {
  padding-bottom: 10px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #333; }

.panel {
  border: 0px solid transparent !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
  border-radius: 8px 8px 8px 8px !important; }

.ptable .ui-table-wrapper table {
  width: 100% !important;
  border-radius: 8px !important; }

.ptable th {
  padding: 11px 1rem !important;
  color: #fff;
  background: #04497E !important;
  font-family: Roboto !important;
  font-size: 14px !important;
  font-weight: 400;
  word-break: break-all; }

.ptable th:first-child {
  border-radius: 8px 0px 0px 0px; }

.ptable th:last-child {
  border-radius: 0px 8px 0px 0px; }

.ptable td {
  background-color: #fff !important;
  padding: 1rem !important;
  border-top: 1px solid #ECECEC !important;
  border-bottom: 1px solid #ECECEC !important;
  font-size: 14px;
  word-break: break-all;
  font-family: "Roboto" !important; }

.ptable1 td {
  padding: 1rem !important;
  background: #FBFBFB !important;
  border-top: 1px solid #f1f1f1 !important;
  font-family: "Roboto" !important;
  word-break: break-all; }

.ptable1 td:first-child {
  border-left: 2px dotted #D8D8D8 !important; }

.ptable1 td:last-child {
  border-right: 1.4px solid #ECECEC !important; }

td.course_grid1_td {
  padding: 0 !important;
  padding-left: 20px !important;
  background: #fbfbfb !important;
  border-bottom: none !important;
  word-break: break-all;
  border-top: 1px soli #fbfbfb !important; }

.ptable1 .ng-star-inserted td {
  border-bottom: none !important; }

.ui-paginator {
  text-align: right !important;
  padding: 9px 1rem !important;
  border: 0px solid #d2d6de !important;
  background-image: url("../pager.png") !important; }
  .ui-paginator .ui-paginator-pages .ui-paginator-page {
    padding: 1px !important;
    min-width: 20px !important;
    color: #0275d8;
    -webkit-transition: none !important;
    transition: none !important;
    border-radius: 3px !important; }

.ui-state-active, body .ui-state-highlight {
  background-color: #2a8fdd !important;
  color: #ffffff; }

.grid_norecords {
  text-align: center;
  width: 100%;
  color: #000000; }

.appcontrol_select {
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 35px;
  padding: 0 10px 0 20px;
  background-color: rgba(255, 255, 255, 0.2) !important;
  overflow: hidden;
  border-radius: 3px;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  border: 1px solid #fff;
  background-image: url(assets/images/drpwhite.png);
  background-size: 11px;
  background-position: 96% 50%;
  background-repeat: no-repeat;
  width: 120px;
  color: #fff;
  font-weight: 300;
  opacity: 0.8;
  outline: none; }
  .appcontrol_select option {
    color: #000000 !important; }

.blue {
  background-color: white;
  padding: 2px;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: #2a8fdd;
  color: #2a8fdd;
  margin-right: 4px; }

.bluealt {
  background-color: #2a8fdd;
  padding: 2px;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: #2a8fdd;
  color: #fff;
  margin-right: 4px; }

.green {
  background-color: white;
  padding: 2px;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: #47c08c;
  color: #47c08c;
  margin-right: 4px; }

.greenalt {
  background-color: #47c08c;
  padding: 2px;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: #47c08c;
  color: #fff;
  margin-right: 4px; }

.yellow {
  background-color: white;
  padding: 2px;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: #ffd24d;
  color: #ffd24d;
  margin-right: 4px; }

.yellowalt {
  background-color: #ffd24d;
  padding: 2px;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: #ffd24d;
  color: #fff;
  margin-right: 4px; }

.red {
  background-color: white;
  padding: 2px;
  padding-right: 6px;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: #ee5d23;
  color: #ee5d23; }

.redalt {
  background-color: #ee5d23;
  padding: 2px;
  padding-right: 6px;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: #ee5d23;
  color: #fff; }

.imgs {
  top: 6px;
  height: 11px;
  width: 9px; }

.imgsalt {
  top: 6px;
  height: 17px;
  width: 11px; }

.input_text {
  width: 99%;
  height: 35px;
  box-sizing: border-box;
  border-radius: 2px;
  border: 0px solid #ccc;
  padding: 0 0px 0 5px;
  outline: none;
  background-color: rgba(221, 239, 253, 0.8) !important;
  color: #000000;
  font-family: inherit;
  font-size: 14px;
  font-family: Roboto !important; }
  .input_text .input_text:active, .input_text .input_text:focus {
    border: 0px solid #ff656c;
    border-left: 2px solid #87BBE5; }

.input_text11 {
  width: 99%;
  box-sizing: border-box;
  border-radius: 2px;
  border: 0px solid #ccc;
  padding: 8px;
  outline: none;
  background-color: rgba(221, 239, 253, 0.5) !important;
  color: #000000;
  font-family: inherit;
  font-size: 15px; }

.input_text11:active, .input_text11:focus {
  border: 0px solid #ff656c;
  border-left: 2px solid #87BBE5; }

.row.exam-details-container {
  height: 290px;
  background: #fbfbfb;
  padding: 15px 0;
  margin-top: -15px;
  margin-bottom: -15px; }
  .row.exam-details-container .select_custom {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    height: 40px;
    padding: 0 10px;
    background-color: rgba(221, 239, 253, 0.8) !important;
    overflow: hidden;
    border-radius: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    border: 0px solid #ccc;
    background-image: url(assets/images/dropdown.png);
    background-size: 11px;
    background-position: 96% 50%;
    background-repeat: no-repeat;
    width: 99%; }
    .row.exam-details-container .select_custom :active, .row.exam-details-container .select_custom :focus {
      border: 0px solid #2A8FDD;
      border-left: 2px solid #2A8FDD; }

.ui-dropdown .ui-dropdown-label {
  background-color: rgba(221, 239, 253, 0.8) !important;
  border-radius: 0;
  border: 0px solid #ccc;
  font-size: 14px !important;
  font-family: Roboto !important;
  color: #000000; }

.ui-dropdown .ui-dropdown-trigger {
  background-color: rgba(221, 239, 253, 0.8) !important; }

.k .ui-dropdown .ui-dropdown-label {
  background-color: rgba(255, 255, 255, 0.2) !important;
  width: 100%;
  height: 30px;
  color: rgba(255, 255, 255, 0.7);
  text-align: left !important; }

.k .ui-dropdown:hover {
  background-color: transparent !important; }

body .ui-widget, body .ui-widget .ui-widget, body .ui-widget input, body .ui-widget select, body .ui-widget textarea, body .ui-widget button {
  font-size: 14px !important;
  font-family: Roboto !important; }

.k .ui-corner-all {
  border-radius: 3px !important;
  border-color: rgba(255, 255, 255, 0.9) !important; }

.k .ui-dropdown .ui-dropdown-trigger {
  background-color: rgba(255, 255, 255, 0) !important; }

.k .pi-chevron-down::before {
  content: "\e902";
  color: #fff;
  opacity: 0.5; }

.ui-panel .ui-panel-titlebar {
  border: 0 none;
  border-bottom: 1px solid #e6e6e6;
  padding: .75em 1.25em;
  background-color: #04497E !important;
  border-radius: 8px 8px 0px 0px;
  color: #fff;
  font-size: 14px !important;
  font-family: Roboto !important; }

.ui-dialog-titlebar {
  border: 0 none !important;
  background-color: #04497E !important;
  color: #fff !important; }

.ui-dialog-title {
  margin: 0;
  float: none;
  font-size: 1.5em;
  font-weight: normal !important;
  font-family: Roboto !important; }

.ui-widget-content {
  background-color: #ffffff !important;
  border: 0px solid #c7c7c7 !important; }

.accordian_menu .ui-panel-titlebar-icon {
  position: relative !important;
  color: #ffffff !important;
  border: 2px solid #fff;
  transition: color 0.3s !important;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  vertical-align: middle;
  line-height: 25px; }

.newExam_form2 span.pi.pi-times {
  font-size: 30px;
  font-weight: normal; }

.imgExamity {
  width: 800px; }

.pointer {
  cursor: pointer; }

#picture {
  width: 50px;
  background-color: #ffffff;
  position: relative; }

#picture a img {
  border: 0;
  width: 50px; }

#picture a .large {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 0;
  top: 0;
  left: 0; }

#picture a.small:hover .large {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 200px;
  z-index: 123;
  padding: 8px;
  background-color: #e3e3e3;
  border: 1px solid #bfbfbf; }

.imgNext {
  background-color: rgba(255, 255, 255, 0);
  width: 13px;
  opacity: 0.85;
  vertical-align: baseline;
  cursor: pointer; }

.search {
  background: none;
  border: 1px solid #84C7EB;
  border-top: none;
  border-left: none;
  border-right: none;
  color: #FFFFFF;
  font-weight: 300 !important;
  outline: none; }

/* The container */
.check_label {
  display: block;
  position: relative;
  padding: 14px 0 14px 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400;
  margin: 0;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */ }
  .check_label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .check_label .checkmark {
    position: absolute;
    top: 15px;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 2px;
    border-style: solid;
    border-width: 2px;
    border-color: rgba(42, 143, 221, 0.1);
    background-color: rgba(221, 239, 253, 0.4); }
  .check_label input:checked ~ .checkmark {
    background-color: #fff; }
  .check_label .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .check_label input:checked ~ .checkmark:after {
    display: block; }
  .check_label .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #FFA923;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.btn_Report {
  background-color: rgba(255, 255, 255, 0.2);
  height: 36px;
  width: 40px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  border-color: white;
  outline: none; }

.btn_Report:focus {
  outline: none; }

.exs .ui-widget-header {
  background: transparent !important;
  color: #2d353c;
  border: 0px solid #cdcdcd !important; }

.k1 .ui-inputtext {
  background-color: transparent !important;
  border: 1px solid #fff;
  height: 36px;
  border-radius: 3px;
  font-size: 14px !important;
  color: #fff;
  width: 130px !important;
  padding: 0.1em 1.8em !important;
  padding-left: 29px !important; }

.ui-datepicker {
  color: #fff !important; }

.ui-datepicker .ui-datepicker-header {
  padding: 0.429em 0.857em 0.429em 0.857em !important;
  background-color: #023a65 !important;
  color: #fff !important;
  font-weight: 300 !important;
  border-bottom: 1px solid #6892b2 !important;
  border-radius: 1px !important; }

.ui-datepicker table {
  background-color: #04497E !important;
  margin: 0.857em 0 0 0 !important; }

.ui-datepicker table {
  width: 100% !important;
  border-collapse: collapse !important;
  margin: 0 !important; }

.ui-datepicker th {
  font-weight: 300 !important; }

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev::before {
  content: "";
  color: #fff;
  opacity: 0.7; }

.ui-datepicker .ui-datepicker-header .ui-datepicker-next::before {
  content: "";
  color: #fff;
  opacity: 0.7; }

.ui-datepicker table.ui-datepicker-calendar td:not(.ui-state-disabled) a.ui-state-active {
  color: #fff;
  background-color: #feb130 !important;
  border-radius: 2px !important;
  height: 26px !important;
  width: 30px !important; }

.ui-datepicker-today a {
  background-color: #04497E !important;
  color: #fff !important; }

a:hover {
  text-decoration: none !important; }

.chkbox .ui-chkbox .ui-chkbox-box {
  width: 20px;
  height: 20px;
  line-height: 1.125em;
  border-radius: 2px;
  text-align: center; }

.chkbox .ui-chkbox .ui-chkbox-box.ui-state-active {
  border: 2px solid rgba(42, 143, 221, 0.1) !important;
  background-color: #fff !important;
  color: #FFA923; }

.chkbox .ui-chkbox .ui-chkbox-box.ui-state-focus {
  border: 2px solid rgba(42, 143, 221, 0.1) !important;
  background-color: #fff !important;
  box-shadow: none !important; }

.chkbox .ui-chkbox .ui-chkbox-box:hover {
  border: 2px solid rgba(42, 143, 221, 0.1) !important;
  background-color: #fff !important;
  box-shadow: none !important; }

.chkbox .ui-chkbox .ui-chkbox-box:not(.ui-sate-disabled):not(.ui-state-active):hover {
  border: 2px solid rgba(42, 143, 221, 0.1) !important;
  background-color: #fff !important;
  box-shadow: none !important; }

.chkbox .ui-chkbox .ui-chkbox-box {
  border: 2px solid rgba(42, 143, 221, 0.1);
  background-color: rgba(221, 239, 253, 0.4);
  transition: background-color 0.3s; }

.chkbox .ui-state-active, .chkbox .ui-state-highlight {
  background-color: #fff !important;
  color: #FFA923 !important; }

.chkbox .ui-chkbox .ui-chkbox-box {
  border: 2px solid rgba(42, 143, 221, 0.1);
  background-color: rgba(221, 239, 253, 0.4);
  transition: background-color 0.3s; }

.chkbox .ui-chkbox-label {
  vertical-align: middle; }

.chkbox label {
  margin-left: 5px !important;
  display: inline-block;
  margin-bottom: 0px !important; }

.btnop0 {
  opacity: 0.3;
  cursor: default !important; }
  .btnop0 :hover {
    cursor: default !important; }

.btnop1 {
  opacity: 1.0; }

.divgreen {
  background: #47C08C;
  width: 50%;
  height: 5px; }

body .ui-inputswitch .ui-inputswitch-slider {
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  border-radius: 30px;
  background: #cccccc; }

.ui-inputswitch-slider:before {
  position: absolute;
  content: "";
  height: 1.25em;
  width: 1.25em;
  left: .25em;
  bottom: .25em;
  border-radius: 50%;
  transition: .3s;
  background-color: white; }

.ui-inputswitch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: .3s;
  border-radius: 30px; }

body .ui-inputswitch {
  background-color: transparent !important;
  text-transform: uppercase; }

body .ui-inputswitch.ui-inputswitch-checked .ui-inputswitch-slider {
  background-color: #7eea13; }

.info-icon {
  font-size: .6875rem;
  min-width: 18px;
  line-height: 18px;
  border-radius: 9px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  box-sizing: border-box;
  padding: 0 6px;
  vertical-align: top;
  margin-top: 2px;
  margin-left: 2px;
  background-color: #bbb; }

.ui-tooltip .ui-tooltip-text {
  width: 200px !important; }

.login h1 {
  margin-top: 10px;
  margin-bottom: 8px;
  line-height: 24px;
  color: #212121;
  font-size: 20px !important;
  font-weight: 500; }

.selfregistration .hr {
  box-sizing: border-box;
  height: 1px;
  border: 1px solid #979797; }

.selfregistration .h1 {
  height: 36px;
  width: 702px;
  color: #333333;
  font-family: Roboto;
  font-size: 24px;
  letter-spacing: 0.8px;
  line-height: 32px; }

.selfregistration .text {
  height: 56px;
  width: 702px;
  color: #333333;
  font-family: Roboto;
  font-size: 16px;
  letter-spacing: 0.53px;
  line-height: 21px; }

.selfregistration .applabel {
  height: 19px;
  width: 375px;
  color: #565656;
  font-family: Roboto;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 19px;
  margin-top: 16px;
  margin-bottom: 8px; }

.selfregistration .input_text {
  box-sizing: border-box;
  height: 36px;
  max-width: 375px;
  border: 1px solid #BDBEBF;
  border-radius: 3px;
  background-color: #FFFFFF !important;
  margin-bottom: 0px;
  left: 50%; }

.selfregistration .header_caption {
  height: 56px;
  width: 702px;
  color: #333333;
  font-family: Roboto;
  font-size: 16px;
  letter-spacing: 0.53px;
  line-height: 21px; }

.selfregistration .caption {
  height: 16px;
  width: 185px;
  color: #898A8D;
  font-family: Roboto;
  font-size: 12px;
  letter-spacing: 0.4px;
  line-height: 16px;
  margin-top: 8px;
  margin-bottom: 0px; }

.selfregistration .error {
  width: 375px;
  color: #E02020;
  font-family: Roboto;
  font-size: 12px;
  letter-spacing: 0.4px;
  line-height: 16px;
  margin-top: 8px;
  left: 50%; }

.selfregistration .color_caption {
  height: 16px;
  width: 185px;
  color: #0BB6D4;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 16px;
  margin-top: 8px;
  margin-bottom: 0px;
  text-align: right;
  float: right;
  cursor: pointer;
  display: block; }

.selfregistration .form-control {
  width: 375px;
  cursor: pointer; }

.selfregistration .intl-tel-input {
  width: 375px; }

.selfregistration .password_guidelines {
  color: #E02020;
  font-family: Roboto;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 21px;
  width: 375px;
  margin-top: 29px;
  display: none; }

.selfregistration .innercontent {
  max-width: 450px; }

.selfregistration .row {
  width: 375px;
  margin-left: 0px;
  margin-right: 0px;
  display: block; }

.selfregistration .btn-primary-ex {
  margin: 49px auto; }

.select-wrapper {
  position: relative;
  user-select: none;
  margin-top: 15px;
}
.select-wrapper .select {
  position: relative;
  display: flex;
  flex-direction: column;
}
.select-wrapper .flag-icon {
  margin-right: 15px;
}
.select-wrapper .select-trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 22px;
  color: #3b3b3b;
  font-size: 16px;
  cursor: pointer;
}

.select-wrapper .select-trigger .arrow {
  position: relative;
  height: 12px;
  width: 12px;
  margin-left: 15px;
  margin-bottom: 12px;
  margin-right: 5px;
  transform: rotate(-90deg);
}

.select-wrapper .open .select-trigger .arrow {
  position: relative;
  height: 12px;
  width: 12px;
  margin-left: 20px;
  margin-bottom: 3px;
  margin-right: 0px;
  transform: rotate(0deg);
}

.select-trigger .arrow::before, .select-trigger .arrow::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 0.15rem;
  height: 100%;
  background-color: black;
}

.select-trigger .arrow::before {
  left: -4px;
  transform: rotate(-45deg);
}
.select-trigger .arrow::after {
  left: 4px;
  transform: rotate(45deg);
}

.select-wrapper .custom-options {
  position: absolute;
  display: block;
  top: calc(100% + 15px);
  right: 15px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
}
.select-wrapper .select.open .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  width: 270px;
}
.select-wrapper .custom-option {
  position: relative;
  display: block;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: 300;
  color: #3b3b3b;
  cursor: pointer;
  text-align: left;
}
.select-wrapper .custom-option:hover {
  cursor: pointer;
  background-color: #b2b2b2;
}
.select-wrapper .custom-option.selected {
  color: #fff;
  background-color: #305c91;
}

#password-criteria {
  color: #212121;
  background-color: #fff;
  display: none;
  position: absolute;
  transform: translate(0, 10px);
  padding: 10px;
  border-radius: 10px;
  width: auto;
  z-index: 1;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, .26));
}

#password-criteria:after 
{
  content: " ";
  position: absolute;
  top: -10px;
  left: calc(10% - 10px);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
  z-index: 1;
}

#password-criteria li {
  font-family: Roboto;
  font-size: 12px;
  padding: 5px;
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: center;
}

#password-criteria > span {
  font-family: Roboto;
  font-size: 12px;
  padding: 5px;
}

.fa-check {
  color: #268628;
}

.fa-xmark {
  color: #B00020;
}
