body {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
}

/************************ standard css ********************/
/************* TITLE ***************/
.sub_title_format {
  color: #003267;
  font-size: 20px;
  font-weight: 600;
  line-height: 2;
  text-align: left;
  margin-top: 0px;
}

.sub_title_format::after {
  content: "";
  width: 60px !important;
  height: 3px;
  background-color: #F7ED36;
  display: block;
}

h2 {
  color: #00ADEF;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
}

h2::after {
  content: "";
  width: 60px !important;
  height: 3px;
  background-color: #F7ED36;
  display: block;
}

.title {
  color: #00ADEF;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
}

.title::after {
  content: "";
  width: 60px !important;
  height: 3px;
  background-color: #F7ED36;
  display: block;
}

/************* TITLE ***************/
/************* popup ***************/
.modal-header {
  padding: 7px 15px;
  border: 0px;
}

.modal-header .close {
  margin-top: 7px;
  position: relative;
  z-index: 9;
}

.close {
  opacity: 1;
  color: #003267;
}

/************* popup ***************/
/************* Hyper Link ***************/
a {
  color: #00ADEF;
}

a:hover {
  color: #003267;
  text-decoration: none;
  transition: 0.5s ease;
}

/************* Hyper Link ***************/
/************* Button ***************/
.yellow_btn {
  font-size: 16px !important;
  border-radius: 50px;
  background: #F7ED36;
  color: #003267;
  font-weight: 500;
  padding: 10px 30px;
  border: 1px solid #F7ED36;
  box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
}

.yellow_btn:hover {
  transition: 0.5s ease;
  color: #ffffff;
  border: 1px solid #00ADEF;
  background: #00abef;
  background: -moz-linear-gradient(top, #00abef 0%, #003267 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #00abef), color-stop(100%, #003267));
  background: -webkit-linear-gradient(top, #00abef 0%, #003267 100%);
  background: -o-linear-gradient(top, #00abef 0%, #003267 100%);
  background: -ms-linear-gradient(top, #00abef 0%, #003267 100%);
  background: linear-gradient(to bottom, #00abef 0%, #003267 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00abef", endColorstr="#003267", GradientType=0 );
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  transition: 0.5s ease;
}

.grey_btn {
  font-size: 16px !important;
  border-radius: 50px;
  background: #DBDBDB;
  color: #000000;
  font-weight: 500;
  padding: 10px 30px;
  border: 1px solid #DBDBDB;
  box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
}

.grey_btn:hover {
  transition: 0.5s ease;
  color: #ffffff;
  border: 1px solid #00ADEF;
  background: #00abef;
  background: -moz-linear-gradient(top, #00abef 0%, #003267 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #00abef), color-stop(100%, #003267));
  background: -webkit-linear-gradient(top, #00abef 0%, #003267 100%);
  background: -o-linear-gradient(top, #00abef 0%, #003267 100%);
  background: -ms-linear-gradient(top, #00abef 0%, #003267 100%);
  background: linear-gradient(to bottom, #00abef 0%, #003267 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00abef", endColorstr="#003267", GradientType=0 );
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  transition: 0.5s ease;
}

.yellow_btn_sm {
  font-size: 14px;
  border-radius: 50px;
  background: #F7ED36;
  color: #003267;
  font-weight: 600;
  padding: 7px 20px;
  border: 1px solid #F7ED36;
  box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
}

.yellow_btn_sm:hover {
  color: #ffffff;
  border: 1px solid #00ADEF;
  background: #00abef;
  background: -moz-linear-gradient(top, #00abef 0%, #003267 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #00abef), color-stop(100%, #003267));
  background: -webkit-linear-gradient(top, #00abef 0%, #003267 100%);
  background: -o-linear-gradient(top, #00abef 0%, #003267 100%);
  background: -ms-linear-gradient(top, #00abef 0%, #003267 100%);
  background: linear-gradient(to bottom, #00abef 0%, #003267 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00abef", endColorstr="#003267", GradientType=0 );
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  transition: 0.5s ease;
}

.yellow_btn_sm svg {
  fill: #003267;
  height: 15px;
  width: 15px;
  padding-top: 5px;
}

.yellow_btn_sm:hover svg {
  fill: #ffffff;
  transition: 0.5s ease;
}

.red_btn {
  font-size: 14px;
  border-radius: 50px;
  background: #FF0000;
  color: #ffffff;
  font-weight: 600;
  padding: 7px 15px;
  border: 1px solid #FF0000;
  box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
}

.red_btn:hover {
  background: #ffffff;
  color: #FF0000;
  border: 1px solid #FF0000;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
}

.red_btn svg {
  fill: #ffffff;
  height: 15px;
  width: 15px;
}

.red_btn:hover svg {
  fill: #FF0000;
}

.green_btn {
  font-size: 14px;
  border-radius: 50px;
  background: #008000;
  color: #ffffff;
  font-weight: 600;
  padding: 7px 15px;
  border: 1px solid #008000;
  box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
}

.green_btn:hover {
  background: #ffffff;
  color: #008000;
  border: 1px solid #008000;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
}

.green_btn svg {
  fill: #ffffff;
  height: 15px;
  width: 15px;
}

.green_btn:hover svg {
  fill: #008000;
}

/************* Button ***************/
/************* Card View ***************/
.card_view {
  border-radius: 10px;
  padding: 20px;
  background-color: #fff;
  display: block;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}

.card_view:hover {
  box-shadow: inset 0 3px 12px #c2eeff;
  -moz-box-shadow: inset 0 3px 12px #c2eeff;
  -webkit-box-shadow: inset 0 3px 12px #c2eeff;
  transition: 0.5s ease;
}

/************* Card View ***************/
/************* flaot ***************/
.float-left {
  float: left;
}

.float-right {
  float: right;
}

.w-100 {
  width: 100%;
}

/************* flaot ***************/
/************* flaot ***************/
.text_dark_blue {
  color: #003267;
}

.text_red {
  color: #FF0000 !important;
}

/************* flaot ***************/
/************* Margin ***************/
.mb-30 {
  margin-bottom: 30px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-0 {
  margin-bottom: 0px;
}

/************* Margin ***************/
/************* padding ***************/
.pr-0 {
  padding-right: 0px;
}

.pl-0 {
  padding-left: 0px;
}

/************* padding ***************/
/************* Inline list ***************/
ul.inline-list {
  padding-left: 0px;
}

ul.inline-list li {
  list-style: none;
  display: inline-block;
}

ul.list {
  padding-left: 16px;
}

ul.list li {
  list-style: disc;
  line-height: 26px;
}

ul.list li::marker {
  color: #00ADEF;
}

/************* Inline list ***************/
/************* list in 2 columns ***************/
ul.two_columns {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

/************* list in 2 columns ***************/
/************* form ***************/
.cust_form {
  text-align: left;
}

.cust_form .form-control {
  border: 1px solid #EEEEEE;
  border-radius: 30px;
  box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  height: 40px;
  padding: 9px 12px;
}

input:-internal-autofill-selected {
  appearance: menulist-button;
  background-image: none !important;
  background-color: #EEEEEE !important;
  color: fieldtext !important;
}

.cust_form input::file-selector-button {
  font-size: 12px;
  padding: 2px 15px;
  border: 0px;
  border-radius: 30px;
}

.cust_form .form-control:focus, .cust_form .form-control:hover {
  background-color: #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  transition: 0.7s ease;
}

.cust_from .custom-checkbox .custom-control-input ~ .custom-control-label::before {
  border-radius: 0rem;
}

.cust_from.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.filter-btn {
  margin-top: 23px;
}

label {
  font-size: 16px;
  font-weight: 500 !important;
}

label.radio-inline {
  font-weight: 400 !important;
}

.cust_from .form-group label {
  font-size: 16px;
  font-weight: 500 !important;
}

.cust_form .form-group {
  margin-bottom: 20px;
}

.cust_form .form-group input {
  margin-bottom: 10px;
}

.cust_form .form-group label.custom-control-label {
  padding-left: 0px;
}

.cust_radio .checkbox-inline, .cust_radio .radio-inline {
  padding-left: 30px;
}

.cust_radio .checkbox-inline input, .cust_radio .radio-inline input {
  margin-left: -30px;
}

.cust_radio p.radio_title {
  font-weight: 500 !important;
}

.cust_form textarea.form-control {
  height: auto;
  border-radius: 15px;
}

.cust_form .form-control[disabled], .cust_form .form-control[readonly] {
  background: #efefef;
}

.cust_form .form-group .form-check input {
  margin-bottom: 0px !important;
}

.cust_form .form-group .form-check .custom-control-input {
  position: absolute;
}

.cust_form .form-group label.custom-control-label {
  margin-left: 17px;
}

.cust_form .form-group .custom-checkbox {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

/************* form ***************/
/************* Table ***************/
.publication_table .table thead th, .publication_table .table thead td {
  Color: #ffffff;
  font-weight: 500;
  background: #00abef;
  background: -moz-linear-gradient(top, #00abef 0%, #003267 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #00abef), color-stop(100%, #003267));
  background: -webkit-linear-gradient(top, #00abef 0%, #003267 100%);
  background: -o-linear-gradient(top, #00abef 0%, #003267 100%);
  background: -ms-linear-gradient(top, #00abef 0%, #003267 100%);
  background: linear-gradient(to bottom, #00abef 0%, #003267 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00abef", endColorstr="#003267", GradientType=0 );
}

.table thead th, .table thead td {
  vertical-align: middle !important;
}

.table thead th, .table tbody td {
  vertical-align: middle !important;
}

.align_left {
  text-align: left !important;
}

.align_center {
  text-align: center !important;
}

.align_right {
  text-align: right !important;
}

.detele_table_icon svg {
  height: 25px;
  width: 25px;
  fill: #003267;
}

.detele_table_icon svg:hover, .pdf_table_icon svg:hover, .view_table_icon svg:hover {
  fill: #F7ED36;
}

.pdf_table_icon svg {
  height: 25px;
  width: 25px;
  fill: #ff0000;
}

.view_table_icon svg {
  height: 25px;
  width: 25px;
  fill: #00adef;
}

/************* Table ***************/
/************************ Research page ********************/
.research_page h2 {
  margin-bottom: 30px;
}

.pdf-icon {
  background: #fff;
  border-radius: 50px;
  padding: 15px;
  box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  margin: 4px 0px;
  display: inline-block;
}

.pdf-icon svg {
  fill: #000;
  height: 35px;
  width: 35px;
  vertical-align: middle;
}

.research_page .card_view:hover .pdf-icon svg {
  fill: #ff0000;
}

.research_page .card_view:hover .card-title {
  color: #00ADEF;
}

.research_page .card_view {
  text-align: left;
}

.research-details .card-title {
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 10px;
}

.research-details .card-text {
  font-size: 16px;
  font-weight: 400;
  padding-top: 7px;
}

.research-details .card-text span {
  font-weight: 600;
}

.card-icons ul.inline-list {
  width: 100%;
  text-align: right;
}

ul.inline-list li a {
  border-radius: 30px;
  padding: 6px 9px;
  box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  display: block;
  margin-left: 5px;
}

ul.inline-list li a:hover {
  box-shadow: inset 0 3px 12px #c2eeff;
  -moz-box-shadow: inset 0 3px 12px #c2eeff;
  -webkit-box-shadow: inset 0 3px 12px #c2eeff;
  transition: 0.5s ease;
}

ul.inline-list li a svg {
  width: 15px;
  height: 15px;
  vertical-align: middle;
}

ul.inline-list li a:hover svg {
  fill: #003267;
}

.archive-btn svg {
  height: 15px;
  width: 15px;
}

.research_page .sub_title_format {
  margin-bottom: 20px;
}

.pub_btn {
  float: right;
  margin-top: 20px;
}

.publication_table {
  margin-bottom: 0px;
}

.link_articles .link_articles_view ul {
  float: right;
}

.link_articles .link_articles_view {
  display: contents;
}

ul.two_columns {
  padding-left: 16px;
  margin-bottom: 30px;
}

ul.two_columns li::marker {
  color: #00ADEF;
}

ul.two_columns li {
  padding: 2px 0px 10px;
  margin-bottom: 5px;
  margin-right: 30px;
}

/* border-bottom:1px solid #EEEEEE; */
ul.two_columns li ul.inline-list li {
  padding: 0px 0px !important;
  margin-bottom: 0px !important;
  margin-right: 0px;
}

/* border-bottom:0px solid #EEEEEE; */
ul.two_columns li ul.inline-list li a {
  padding: 2px 6px;
}

ul.two_columns li a {
  color: #333;
}

ul.two_columns li a:hover {
  color: #F7ED36;
}

.research_details_title {
  margin: 18px 0px;
}

.research_details_title .card-title {
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 0px;
}

.research_page .card_view:hover .research_details_title .card-title {
  color: #00ADEF;
  transition: 0.5s ease;
}

.research_details_title .card-icons ul.inline-list {
  margin-bottom: 0px;
}

/************************ Research page ********************/
/************************ login ********************/
.bg_img {
  content: "";
  background-image: url(../img/login-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  min-height: 100vh;
  width: 100%;
}

.create_account {
  padding: 4rem 4rem 1rem 4rem;
}

/*.create_account_form .card_view{height: 72vh;}*/
.create_account_form h2.title {
  margin-top: 0px;
  margin-bottom: 20px;
}

.create_account_form .card_view {
  padding: 30px;
  margin-top: 10px;
  display: flex;
}

.create_account_form .yellow_btn_sm.pdf-btn {
  display: inline-flex;
}

.create_account_form .yellow_btn_sm svg {
  height: 20px;
  width: 20px;
  margin-right: 7px;
  fill: #003267;
}

.create_account_form .yellow_btn_sm:hover svg {
  fill: #fff;
  transition: 0.5s ease;
}

.create_account_form .yellow_btn.pdf-btn {
  display: inline-flex;
}

.create_account_form .yellow_btn svg {
  height: 20px;
  width: 20px;
  margin-right: 7px;
  fill: #003267;
}

.create_account_form .yellow_btn:hover svg {
  fill: #fff;
  transition: 0.5s ease;
}

.create_account_form .resend_otp {
  padding-top: 15px;
  display: block;
}

.create_account_form .resend_otp a {
  color: #003267;
}

.create_account_form .resend_otp a:hover {
  color: #F7ED36;
  transition: 0.5s ease;
}

.create_account_form .inline-list button {
  margin-right: 10px;
}

.login_footer {
  position: absolute;
  bottom: 0px;
  text-align: center;
  left: 0;
  right: 0;
}

.login_footer p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.create_account_form .otp_pd {
  padding-left: 5px;
  padding-right: 5px;
}

/************************ login page ********************/
.application_link {
  color: #333;
  box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  border-radius: 7px;
  padding: 15px;
}

.application_link:hover {
  color: #333;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  transition: 0.7s ease;
}

.application_link a {
  color: #333;
}

.application_link:hover a {
  color: #00ADEF;
}

/************************ FOrm css ********************/
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type=checkbox],
input[type=radio] {
    --active: #00ADEF;
    --active-inner: #fff;
    --focus: 3px rgba(0, 173, 239, 0.3);
    --border: #B5B5B5;
    --border-hover: #00ADEF;
    --background: #fff;
    --disabled: #f6f8ff;
    --disabled-inner: #C2EEFF;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }

  input[type=checkbox]:after,
input[type=radio]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  }

  input[type=checkbox]:checked,
input[type=radio]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: 0.3s;
    --d-t: 0.6s;
    --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
  }

  input[type=checkbox]:disabled,
input[type=radio]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }

  input[type=checkbox]:disabled:checked,
input[type=radio]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }

  input[type=checkbox]:disabled + label,
input[type=radio]:disabled + label {
    cursor: not-allowed;
  }

  input[type=checkbox]:hover:not(:checked):not(:disabled),
input[type=radio]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-x`hover);
  }

  input[type=checkbox]:focus,
input[type=radio]:focus {
    box-shadow: 0 0 0 var(--focus);
  }

  input[type=checkbox]:not(.switch),
input[type=radio]:not(.switch) {
    width: 21px;
  }

  input[type=checkbox]:not(.switch):after,
input[type=radio]:not(.switch):after {
    opacity: var(--o, 0);
  }

  input[type=checkbox]:not(.switch):checked,
input[type=radio]:not(.switch):checked {
    --o: 1;
  }

  input[type=checkbox] + label,
input[type=radio] + label {
    font-size: 16px;
    /*line-height: 21px;*/
    display: inline-block;
    /*vertical-align: top;*/
    cursor: pointer;
    /*margin-left: 4px;*/
    color: #333;
    font-weight: 400;
    padding: 0px 5px;
    margin: 0px;
  }

  input[type=checkbox]:not(.switch) {
    border-radius: 0px;
  }

  input[type=checkbox]:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    transform: rotate(var(--r, 20deg));
  }

  input[type=checkbox]:not(.switch):checked {
    --r: 43deg;
  }

  input[type=checkbox].switch {
    width: 38px;
    border-radius: 11px;
  }

  input[type=checkbox].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    transform: translateX(var(--x, 0));
  }

  input[type=checkbox].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }

  input[type=checkbox].switch:disabled:not(:checked):after {
    opacity: 0.6;
  }

  input[type=radio] {
    border-radius: 50%;
  }

  input[type=radio]:after {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    transform: scale(var(--s, 0.7));
  }

  input[type=radio]:checked {
    --s: 0.5;
  }
}
input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
  outline: 1px auto #ffffff;
  outline-offset: 0px;
}

/************************ Form css ********************/
.text_red {
  color: #FF0000 !important;
}

.navbar-light .navbar-nav {
  font-size: 16px !important;
}

/*************************** new popup sweet *************************/
.sweet-alert h2 {
  position: relative;
  margin-top: 5px !important;
  color: #003267 !important;
  font-size: 22px;
  font-weight: 600;
}

.sweet-alert h2:after {
  left: 0px;
  right: 0px;
  margin: 0 auto;
}

.sweet-alert p {
  margin-top: 14px;
  font-size: 18px !important;
  color: #333 !important;
  font-weight: 500 !important;
}

.sweet-alert button {
  border-radius: 50px !important;
  background: #F7ED36 !important;
  color: #003267 !important;
  font-weight: 500 !important;
  padding: 10px 30px;
  border: 1px solid #F7ED36 !important;
  box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
}

.sweet-alert button:hover {
  transition: 0.5s ease;
  color: #ffffff !important;
  border: 1px solid #00ADEF !important;
  background: #00abef !important;
  background: -moz-linear-gradient(top, #00abef 0%, #003267 100%) !important;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #00abef), color-stop(100%, #003267)) !important;
  background: -webkit-linear-gradient(top, #00abef 0%, #003267 100%) !important;
  background: -o-linear-gradient(top, #00abef 0%, #003267 100%) !important;
  background: -ms-linear-gradient(top, #00abef 0%, #003267 100%) !important;
  background: linear-gradient(to bottom, #00abef 0%, #003267 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00abef", endColorstr="#003267", GradientType=0 ) !important;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25) !important;
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25) !important;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25) !important;
  transition: 0.5s ease !important;
}

/*************************** new popup sweet *************************/
.errormssg {
  color: red;
  font-size: 12px;
  text-align: left;
}

@media (min-width: 320px) and (max-width: 413.98px) {
  .title {
    font-size: 25px !important;
  }

  .sub_title_format {
    font-size: 17px !important;
  }
}
@media (min-width: 992px) and (max-width: 1023.98px) {
  .pdf-icon {
    width: 60px !important;
    height: 60px !important;
    margin: 0px 0px;
  }

  .research-pl {
    padding-left: 15px !important;
  }

  .title {
    font-size: 25px !important;
  }

  .sub_title_format {
    font-size: 17px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1079.98px) {
  .pdf-icon {
    width: 60px !important;
    height: 60px !important;
    margin: 0px 0px;
  }

  .title {
    font-size: 25px !important;
  }

  .sub_title_format {
    font-size: 17px !important;
  }
}
@media (min-width: 1080px) and (max-width: 1199.98px) {
  .title {
    font-size: 25px !important;
  }

  .sub_title_format {
    font-size: 17px !important;
  }
}