:root {
  --theme-color: #c41523;
  --theme-color-2: #00B9DE;
  --theme-color-3: #f5f22f;
  --theme-color-light: #f17d3a26;
  --redColor : #c41523;
  --font-family-1: "Open Sans", sans-serif;
}
body {
  font-family: var(--font-family-1);
  background: #272425;
  font-weight: 400;
  font-size: 15px;
  padding: 10px;
  margin: 0;
  overflow-x: hidden;
}
label {
  font-weight : bold;
}
/* CUSTOM RADIO BTN */
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #444;
  border-radius: 100%;
  background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: red;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

body.flex-center {
  display : flex;
  min-height: calc(100vh - 20px);
}
.recruitment {
  margin : auto;
}
body.report {
  padding : 0;
  background : #eee;
}
.fit {
  width : 100%;
}
.disable {
  pointer-events : none;
  opacity : .4;
}
.materialize-checkbox {
  position: relative;
}
.materialize-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  box-sizing: border-box;
  padding: 0;
}
.materialize-checkbox label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.materialize-checkbox a {
  color : #333;
}
.materialize-checkbox label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.materialize-checkbox input[type="checkbox"]:checked + label:before {
  top: -4px;
  left: -5px;
  width: 10px;
  height: 18px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #26a69a;
  border-bottom: 2px solid #26a69a;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.materialize-checkbox label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 1px;
  margin-top: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
[type="checkbox"]:not(.filled-in) + label:after {
  border: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.visible-xs {
  display : none;
}
@media(max-width : 767px) {
  .visible-xs {
    display : block;
  }
  .hidden-xs {
    display : none;
  }
}
.grid-3 {
  display : grid;
  grid-template-columns : repeat(3, 1fr);
  grid-column-gap : 10px;
  margin-bottom : 15px;
}
/* OVERWRITE DATA TABLE */
.dataTables_length,
.dataTables_filter {
  width: 50%;
  float: left;
  padding-bottom: 20px;
}
@media(max-width : 559px) {
  .dataTables_length,
  .dataTables_filter {
    width : 100%;
  }
  .report .grid-form-wrapper {
    padding : 20px;
  }
}
div.dataTables_wrapper div.dataTables_filter input {
  border: 1px solid #aaa;
  height: 30px;
  border-radius: 6px;
}
div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block;
  text-align: center;
  padding: 4px;
  border-radius: 5px;
}
.dataTables_paginate a {
  display: inline-block;
  padding : 6px 12px;
  color: #444;
  border: 1px solid #9b9393;
}
.dataTables_paginate a {
  border-left : none;
}
.dataTables_paginate > a:first-child {
  border-left: 1px solid #9b9393;
  border-radius: 4px 0 0 4px;
}
.dataTables_paginate > a:last-child {
  border-radius: 0 4px 4px 0;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
  opacity: .75;
}
table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:after {
  color:#0de6d2;
}
table.dataTable thead .sorting:after {
  opacity : 1!important;
}
/* TABLE STYLE #1 */
.table-style-1 {
  border : 1px solid #ddd;
  border-radius: 5px;
}
.table-style-1 tr th {
  background-color: #222;
  color: #fff;
  font-weight: normal!important;
}
.table-style-1 tr td p {
  margin-bottom : 0;
}
@media(min-width : 992px) {
  .table-style-1 td:last-child {
    max-width : 200px;
  }
}
.rating-holder {
  margin-bottom : 10px;
}
.table-style-1 h4 {
  font-size : 13px;
  font-weight : bold;
  color : #111!important;
  margin-bottom : 0!important;
}
.table-style-1 .fa-star-half,
.table-style-1 .fa-star {
  color : #ca3939;
}
@media(max-width : 991px) {
  .table-style-1 thead {
    display : none;
  }
  .table-style-1 tr td {
    display : block;
    position : relative;
    padding-left : 140px;
    background : #fff;
  }
  .table-style-1 tr td::before {
    content : attr(data-xs-title);
    position: absolute;
    left : 0;
    top : 0;
    width : 130px;
    height : 100%;
    padding : 12px;
    background: #d8d8d8;
    color: #333;
    font-weight: bold;
  }
  .table-style-1 tr td:last-child {
    border-bottom : 10px solid #fff!important;
  }
}
.grid-btns {
  padding : 20px;
}
.grid-btns a {
  display : block;
}
.grid-2-input-wrap {
  display : grid;
  grid-template-columns : 80px auto;
  grid-gap : 15px;
  margin-bottom : 0;
}
.grid-2-input-wrap label {
  font-weight : normal;
  position : relative;
  top : 15px;
}
.is-taken-oet-box,
#relatedQualification {
  display : none;
}
.is-taken-oet-box.active,
#relatedQualification.active {
  display : block;
}
.grid-form .wrap {
  padding: 35px;
  border-radius: 8px 8px;
}
.radio-wrp-holder {
  margin : 20px 0;
}
.radio-wrp-holder > label {
  margin-right : 20px;
}
.radio-wrp-holder > div {
  display: inline-block;
  margin-right: 15px;
}
@media(min-width : 560px) {
  .grid-btns {
    display : grid;
    grid-template-columns : repeat(4, 1fr);
  }
}
.btn-block {
  width : 100%;
}
.btn-style-1,
.btn-style-2 {
  font-size: 20px;
  fill: #fff;
  color: #fff;
  background-color: #00b9de;
  border-style: solid;
  border: 2px solid #fff;
  border-radius: 50px 50px 50px 50px;
  padding: 10px 50px 14px 50px;
  cursor: pointer;
}
@media(max-width : 767px) {
  .btn-style-1, .btn-style-2 {
    font-size : 18px;
  }
}
.btn.small {
  padding: 10px 22px;
  font-size: 15px;
}
.btn.flat {
  border-radius: 6px;
}
.btn-style-1.revert,
.btn-style-1:hover {
  background: #1c3788;
  color: #fff;
}
.btn-style-1.revert:hover {
  background: #00b9de;
}
.btn-style-2 {
  background: #fff;
  color: #1c3788 !important;
}
h1,h2,h3,h4,h5,h6 {
  margin : 0 0 10px;
}
.bg-lite {
  background-color: var(--theme-color);
}
.bg-red {
  background-color : var(--redColor);
}
.form-control {
  width : 100%;
  height : 40px;
  /* margin-bottom : 10px; */
  padding : 6px;
  border-color : #666;
  border-radius : 5px;
  font-family: var(--font-family-1);
}
textarea {
  resize : none;
  width  :96%;
  height : 70px;
  padding : 15px;
  background: transparent;
}
h3 {
  font-size: 17px;
}
h3 span {
  font-size: 15px;
}
a {
  text-decoration: none !important;
}
.text-center {
  text-align: center;
}
/* AVARTAR PREVIEW */
#file {
  display: none;
}
.avatar-preview {
  width: 200px;
  height: 200px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #f8f8f8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  margin: auto;
}
.employee-image-area img.upload {
  --value: 100%;
  width: var(--value);
  height: var(--value);
  border-radius: var(--value);
}
.avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.change-profile {
  cursor: pointer;
  background: var(--theme-color);
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  bottom: 20px;
  padding: 6px;
  color: #fff;
  font-weight: normal;
  border-radius: 0 0 200px 200px;
}
/* FLOATING INPUT */
.user-input-wrp {
  position: relative;
  margin: 0px 0 20px;
}
.user-input-wrp .fa {
  position: absolute;
  left: 1px;
  top: 17px;
  width: 25px;
  /* border-right: 1px solid #777; */
  padding-right: 10px;
}
.user-input-wrp select,
.user-input-wrp .inputText,
.form-control {
  width: 100%;
  outline: none;
  border: none;
  border-bottom: 1px solid #777;
  box-shadow: none !important;
  height: 45px;
  padding-left: 25px;
  background: transparent;
  border-radius : 0;
  font-size: 16px;
  color: #444;
  position: relative;
  box-sizing: border-box;
}
.form-control {
  padding-left : 0;
}
.user-input-wrp select {
  width : 100%;
}
.user-input-wrp .inputText:focus {
  border-color: var(--theme-color);
  border-width: medium medium 2px;
}
.user-input-wrp .floating-label {
  position: absolute;
  pointer-events: none;
  top: 10px;
  left: 25px;
  transition: 0.2s ease all;
  color: #444;
  font-size: 16px;
}
.user-input-wrp.active .floating-label,
.user-input-wrp input:focus ~ .floating-label {
  top: -15px;
  left: 0;
  font-size: 13px;
  /* background: var(--theme-color); */
  color: #fff;
  /* padding: 1px 8px 0; */
  border-radius: 20px;
  opacity: 1;
  color: var(--theme-color);
  font-weight: bold;
}
.user-input-wrp.active p {
  padding-left: 35px;
  margin-top: 10px;
  display: inline-block;
}
.director-others-field {
  display : none;
}
.director-others-field.active {
  display : block;
}
@media (max-width: 767px) {
  .user-input-wrp select {
    margin-bottom : 15px;
  }
  .user-input-wrp.active p,
  .user-input-wrp .inputText {
    margin-bottom: 20px;
  }
  .user-input-wrp .floating-label.xs,
  .user-input-wrp.active .floating-label.xs,
  .user-input-wrp input:focus ~ .floating-label.xs,
  .user-input-wrp input:not(:focus):valid ~ .floating-label.xs {
    font-size : 10px;
    font-weight : bold;
  }
}

/* FEEDBACK PAGE */
.logo-feedback {
  width: 240px;
  margin : 20px auto 40px;
}
.feedback-portion {
  margin-top : 30px;
  display : grid;
  grid-template-columns : 1fr 1.5fr;
  grid-gap : 20px;
}
h5.f-title {
  font-weight : bold;
  color : #222;
  font-size : 15px;
}
@media(max-width : 561px) {
  .feedback-portion {
    display : block;
  }
}
.overall-feedback-box label {
  display: inline-block;
  position: relative;
  padding : 10px;
  background-color: #fff;
  border  :1px dashed #333;
  border-radius: 5px;
  text-align: center;
  font-weight: bold!important;
  margin-right : 10px;
  min-width: 80px;
  cursor: pointer;
}
.overall-feedback-box label.active,
.overall-feedback-box label:hover {
  border: 1px solid #919595;
  background-color: #c7c7c7;
}
.overall-feedback-box label img {
  width : 30px;
  display: block;
  margin : 0 auto;
  margin-bottom: 10px;
  border-radius: 90px;;
}
.feedback-wrapper {
  position :relative;
  background-color: #fff;
  border-radius: 8px;
  max-width: 400px;
  margin : 0 auto;
  overflow: hidden;
}
@media(min-width : 768px) {
  .feedback-wrapper.big {
    max-width : 800px;
    display : grid;
    grid-template-columns : 1fr 1fr;
  }
  .feedback-wrapper.xl {
    max-width : 1200px;
  }
}
.feedback-wrapper.block {
  display : block;
  margin-top : 0;
}
.feedback-wrapper.medium {
  max-width : 500px;
  margin : auto;
}
.feedback-wrapper.medium .left {
  line-height : 0;
}
.feedback-wrapper.large {
  max-width : 1100px;
}
.feedback-wrapper.big .left img {
  width : 100%;
  height : 100%;
  object-fit : cover;
}
.feedback-wrapper.report {
  max-width : 100%;
  border-radius : 0;
}
@media(max-width : 767px) {
  .feedback-wrapper {
    margin : 0 auto;
  }
  .feedback-wrapper.report {
    margin : 0;
  }
  .xs-pad20 {
    padding : 20px;
  }
}
.grid-form-wrapper {
  padding: 40px 40px 40px;
  background: #eee;
  height : 100%;
}
.grid-form-wrapper.pad0 {
  padding : 0;
}
form {
  height : 100%;
}
.grid-form-wrapper h2 {
  margin-bottom : 0;
  font-size : 20px;
}
.grid-form-wrapper h4 {
  margin-bottom : 20px;
  color : #666;
}
.logo-parts {
  width : 100%;
  background: #fff;
  padding : 30px;
  max-width: 100%;
  box-sizing: border-box;
}
.report .logo-parts {
  padding : 0 20px 10px;
}
.logo-parts h2 {
  color : #333;
  font-weight : bold;
  font-size : 17px;
  line-height : 22px;
}
.logo-parts h4 {
  line-height : 18px;
}
.logo-parts h4 small {
  display : block;
}
.logo-parts img {
  width: 100%;
  max-width: 200px;
  margin: 0;
}
.report .logo-parts img {
  max-width : 140px;
  margin-bottom : 10px;
}
.feedback-question {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  margin : 0;
}
.feedback-question span {
  position: absolute;
  left : 0;
  top: 1px;
  font-size: 16px;
  font-weight: bold;
}
.feedback-question-box {
  background-color: #eee;
  padding : 15px;
  margin-bottom: 10px;;
}
.feedback-question-box label {
  font-weight: normal;
}


/* Rating Star Widgets Style */
.rating-stars .stars {
  list-style-type:none;
  padding:0;
  text-align : left;
  -moz-user-select:none;
  -webkit-user-select:none;
}
.rating-stars .stars > label.star {
  display:inline-block;
  
}

/* Idle State of the stars */
.rating-stars .stars > label.star > i.fa {
  font-size: 25px; /* Change the size of the stars */
  color:#777; /* Color on idle state */
}

.rating-stars .stars > label.star input {
  display : none;
}
/* Hover state of the stars */
.rating-stars .stars > label.star.hover > i.fa {
  color:#FFCC36;
}

/* Selected state of the stars */
.rating-stars .stars > label.star.selected > i.fa {
  color:#FF912C;
}


.container_radio {
  display: block;
  position: relative;
  font-size: 14px;
  /* font-size: 0.875rem; */
  padding-left: 25px;
  line-height: 1.3;
  /* margin-right: 21px; */
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container_radio.disable {
  pointer-events : none;
}
.container_radio.active {
  background: var(--theme-color);
  color: #fff;
}
label {
  color : #111;
}
.radio_input .container_radio {
  display: inline-block;
  margin: 0 0 10px;
  /* font-weight: bold; */
  font-size: 15px;
  padding: 6px 20px 8px 25px;
  border-radius: 25px;
  color : #222;
}
.container_radio input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.container_radio input:checked ~ .checkmark:after {
  opacity: 1
}

.container_radio .checkmark {
  position: absolute;
  top: 8px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border: 1px solid #3b3939;
  border-radius: 50%;
}

.container_radio .checkmark:after {
  display: block;
  content: "";
  position: absolute;
  opacity: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 2.5px;
  left: 2.5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--theme-color);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.container_radio.version_2 {
  padding: 6px 0 0 45px;
  min-height: 30px
}

.container_radio.version_2 input:checked ~ .checkmark:before {
  opacity: 1
}

.container_radio.version_2 .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  border: 1px solid #ccc;
  border-radius: 50%
}

.container_radio.version_2 .checkmark:after {
  width: 30px;
  height: 30px;
  top: -1px;
  left: -1px
}

.container_radio.version_2 .checkmark:before {
  display: block;
  content: "";
  position: absolute;
  opacity: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  left: 12px;
  top: 8px;
  width: 5px;
  height: 10px;
  border: solid white;
  z-index: 999;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.took-box {
  display : none;
}
.took-box.active {
  display: block;
}
.payment-box.pad30 {
  padding : 0 30px 30px;
}
.payment-box h3 {
  color : #222;
  margin-bottom: 15px;
}
.payment-box label {
  color : #444;
}

.billing-box {
  /* margin-top : 15px; */
  background : #e2e2e2;
  padding : 25px 30px;
  border-radius : 6px;
  display : none;
}
.billing-box.active {
  display : block;
}
.billing-box h3 {
  color : #000;
  font-weight : bold;
  font-size : 18px;
}
.table-billing {
  width : 100%;
}
.table-billing th {
  color : #333;
  padding-right : 20px;
  font-style : italic;
  text-align : left;
}
.installment-paid .table-info th {
  width : 120px;
}
.table-billing td {
  color : #000;
  text-align : right;
}
.table-billing tr:last-child th,
.table-billing tr:last-child td {
  font-size : 20px;
  padding-top : 15px;
  color : var(--theme-color);
  font-weight : bold;
}
.table-info tr th,
.table-info tr td,
.table-info tr:last-child th,
.table-info tr:last-child td {
  font-size : 15px;
  color : #333;
  font-weight : 600;
  padding-top : 0;
  text-align : left;
  padding-right : 10px;
}


/* REGISTRATION INDEX */
.printed {
  color : #222;
  padding-bottom : 20px;
}
.printed p,
.printed h6 {
  margin : 0;
  color : #222;
  font-size : 14px;
  line-height : 24px;
}
.printed label {
  font-size : 13px;
}
.printed h6 {
  font-size : 17px;
  font-weight : bold;
  margin-bottom : 5px;
}


/* SUCCESS PAGE */
.success-box {
  text-align : center;
  padding : 20px;
  color : #000;
}
.img-success {
  width : 100px;
  height : 100px;
  border-radius: 50%;
}

/* MIS REPORT PAGE */
.left.nursing {
  background : #FEFFFB;
  padding : 15px;
  text-align : center;
  color : #333;
}
.left.nursing h2 {
  font-size : 22px;
  margin-top : 15px;
  text-transform: uppercase;
  font-weight : bold;
  color : var(--redColor);
}
.logo-nursing {
  max-width : 240px;
  margin : auto;
}
.panel-1 .panel-default,
.panel-1 .panel-default .panel-heading {
  border : none;
  padding : 0;
  border-radius : 0;
  margin : 0;
}
.panel-group .panel+.panel {
  margin : 0;
}
.panel-1 .panel-heading a {
  position : relative;
  display : block;
  padding : 13px;
  background : #314ba1;
  color : #fff;
  border-bottom : 1px solid #fff;
}
.panel-1 .panel-heading a .fa {
  position : absolute;
  right : 25px;
  top : 25px;
}
.panel-1 .panel-default:last-child .panel-heading a {
  border-bottom : none;
}
.panel-1 .panel-heading a span.total-count {
  font-size : 13px;
  color : yellow;
  display : block;
  margin-top : 10px;
}
.panel-1 .panel-body {
  padding : 0;
}
.nav-tabs-installment {
  border : none;
  text-align : center;
  position : sticky;
  top : 0;
}
.nav-tabs-installment > li {
  display : inline-block;
  float : none;
}
.nav-tabs-installment > li a {
  position : relative;
  border : none!important;
  border-radius : 5px;
  margin : 10px 0 15px;
  padding : 4px 15px 6px;
  font-size : 13px;
  background : #222;
  color : #fff!important;
}
.nav-tabs-installment > li:hover a,
.nav-tabs-installment > li.active > a {
  background : #2E4CA2!important;
  color : #fff;
}
.nav-tabs-installment > li.active > a {
  pointer-events : none;
}
.nav-tabs-installment > li.active a::before {
  content : '';
  position : absolute;
  left : 10px;
  bottom : -6px;
  border-left : 6px solid transparent;
  border-right : 6px solid transparent;
  border-top : 6px solid #2E4CA2;
}
.table-installment {
  margin-bottom : 0;
}
.table-installment ul {
  list-style : none;
  padding : 0;
}
.table-installment ul li {
  position : relative;
  padding-left : 20px;
  margin-bottom : 5px;
}
.table-installment ul li::before {
  content : '';
  position : absolute;
  left : 5px;
  top : 8px;
  width : 4px;
  height : 4px;
  border-radius : 4px;
  background : #333;
}
.table-installment th {
  font-weight : normal;
  background : #222;
  color : #fff;
  font-size : 14px;
}
.table-installment td {
  color : #444;
}
.tab-content-installment {
  max-height : 55vh;
  overflow : auto;
}
@media(max-width : 991px) {
  .table-xs thead {
    display : none;
  }
  .table-xs tr td {
    display : block;
    position : relative;
    padding-left : 130px!important;
  }
  .table-xs tr td::before {
    content : attr(data-xs);
    position : absolute;
    left : 0;
    top : 0;
    width : 120px;
    height : 100%;
    background : #eee;
    padding : 7px 10px;
  }
}

.bottom-logo {
  text-align : center;
  margin-top : 20px;
}
.bottom-logo h4 {
  font-style : italic;
  font-weight : bold;
  color : #333;
  font-size : 13px;
}
.bottom-logo img {
  max-width : 120px;
  margin : auto;
  position : relative;
  top : -15px;
}

.registration-type-text {
  font-weight : bold!important;
  font-size : 16px;
}
.action-fields {
  display : none;
}
.action-fields.active {
  display : block;
}
.form-group {
  margin-bottom : 0;
}
.grid-gender {
  display : grid;
  grid-template-columns : 70px auto;
}