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

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

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

.errormssg {
  color: red;
  font-size: 12px;
  text-align: left;
}

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

h2::after {
  content: "";
  width: 60px;
  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: #F7ED36;
  text-decoration: none;
}

/************* Hyper Link ***************/
/************* Button ***************/
.yellow_btn {
  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 {
  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;
}

/************* Button ***************/
/************* Card View ***************/
.card_view {
  border-radius: 10px;
  padding: 20px;
  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);
  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;
}

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

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

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

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

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

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

/************* 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;
}

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

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

.cust_from .form-control:focus, .form-control.focus {
  background-color: #fff;
}

.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;
}

.cust_from .form-group label {
  font-size: 16px;
  font-weight: 600 !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: 10px;
}

/************* form ***************/
/************* Table ***************/
.publication_table .table thead th, .publication_table .table thead td {
  Color: #ffffff;
  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;
}

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

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

.align_right {
  text-ailgn: 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;
}

.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;
}

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;
}

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 page ********************/
/************************ login ********************/
.bg_img {
  content: "";
  background-image: url(../login-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  min-height: 98.4vh;
  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;
}

.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;
  margin: 0px;
}

.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;
}

.success_text {
  color: #00ADEF;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  padding: 20px;
}

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

.resend_otp .link_btn {
  background: transparent;
  padding: 0px 0px 0px;
  border: 0px;
  font-weight: 700;
  color: #003267;
  box-shadow: none;
}

.resend_otp .link_btn:hover {
  background: transparent;
  color: #F7ED36;
  transition: 0.5s ease;
  box-shadow: none;
}

.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;
}

.form-group label .required {
  color: red;
  margin-left: 2px;
}

.errormssg {
  color: red;
  font-size: 12px;
  text-align: left;
}

/************************ login page ********************/
/*************************** new popup sweet *************************/
.sweet-alert h2 {
  position: relative;
  margin-top: 45px !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;
}

.sweet-alert button {
  border-radius: 50px !important;
  background: #F7ED36 !important;
  color: #003267 !important;
  font-weight: 500 !important;
  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);
}

.sweet-alert button:hover {
  transition: 0.5s ease;
  color: #ffffff;
  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;
}

.sweet-alert .sa-icon.sa-success {
  display: block;
}

/*************************** new popup sweet *************************/
.swal2-popup {
  align-items: flex-start;
}

.swal2-popup .swal2-title {
  margin-borttom: 0px;
}

.swal2-popup h2.swal2-title {
  color: #003267;
  font-size: 25px !important;
  font-weight: 600;
  line-height: 1.5 !important;
  text-align: center;
  margin-bottom: 0px !important;
}

.swal2-popup h2.swal2-title::after {
  content: "";
  width: 60px;
  height: 3px;
  background-color: #F7ED36;
  display: block;
  margin: 0 auto;
}

.swal2-popup #swal2-content {
  text-align: left !important;
  color: #333 !important;
  font-weight: 400 !important;
}

.swal2-popup .swal2-styled.swal2-confirm {
  border-radius: 50px !important;
  background: #F7ED36 !important;
  border: 1px solid #F7ED36 !important;
  color: #003267 !important;
  font-weight: 600;
  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) !important;
  -webkit-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2) !important;
}

.swal2-popup .swal2-styled.swal2-confirm: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);
  transition: 0.5s ease !important;
}

.swal2-popup .swal2-styled.swal2-cancel {
  border-radius: 50px !important;
  background: #DBDBDB !important;
  color: #000000 !important;
  font-weight: 600 !important;
  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) !important;
  -webkit-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2) !important;
}

.swal2-popup .swal2-styled.swal2-cancel:hover {
  transition: 0.5s ease !important;
  color: #ffffff !important;
  border: 1px solid #00ADEF !important;
  background: #00abef !important;
  background: -moz-linear-gradient(top, #00abef 0%, #003267 100%);
  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);
  transition: 0.5s ease !important;
}

.swal2-popup .swal2-actions {
  margin: 10px 0px 0px !important;
}