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: 1.5 !important;
  text-align: left;
}

.sub_title_format::after {
  content: "";
  width: 60px;
  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;
}

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 ***************/
/************* 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;
 /** font-weight: 600; **/
}

a:hover {
  color: #F7ED36;
  text-decoration: none;
}

/************* Hyper Link ***************/
/************* Button ***************/
.yellow_btn {
  border-radius: 50px;
  background: #F7ED36;
  color: #003267;
  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);
}

.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 !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);
  -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 ***************/
.md-30 {
  margin-bottom: 30px;
}

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

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 ***************/
/************************ login ********************/
.bg_img {
  content: "";
  background-image: url(../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;
}

.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-header {
  width: 100%;
  padding: 20px 20px 0px;
}

.login-footer {
  width: 100%;
  padding: 40px 0px 0px;
}

.login-footer p {
  text-align: center;
  color: #ffffff;
  font-family: "Poppins-Regular";
  font-size: 16px;
}

.portlet {
  margin-bottom: 0px !important;
}

/*.login_footer{position: absolute;bottom: 0px;text-align: center;left: 0;right: 0;}*/
.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: 15px !important;
  color: #003267 !important;
  font-family: "Poppins", sans-serif !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;
  font-family: "Poppins", sans-serif !important;
}

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

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

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

.swal2-popup {
  align-items: flex-start;
  text-align: center !important;
  align-items: center !important;
}

.swal2-popup .swal2-title {
  margin-bottom: 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: 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;
}

/*************************** new popup sweet *************************/
.registertion_msg {
  font-size: 20px;
  width: 95%;
  font-weight: 500;
  margin: 0 auto;
  padding-top: 15px;
  text-align: center;
}

.registertion_msg a {
  color: #00ADEF;
  font-weight: 600;
}

.registertion_msg a:hover {
  color: #F7ED36;
  text-decoration: none;
}

.portlet-decorate .portlet-content {
  border: 0px !important;
}

.logo {
  height: auto !important;
}

.reference-mark.text-warning {
  color: #f00 !important;
}

.reference-mark .lexicon-icon {
  height: 0.4rem;
  width: 0.4rem;
}

@media (min-width: 320px) and (max-width: 767px) {
  .login-box {
    padding: 20px;
  }

  .logo_img {
    width: 100%;
  }

  .logo img {
    padding-bottom: 15px;
  }

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

  .sub_title_format {
    font-size: 17px !important;
  }
}
@media (min-width: 320px) and (max-width: 359.98px) {
  .quick_link .link {
    font-size: 14px;
  }

  .quick_link .link.float-right {
    padding-top: 3px;
  }

  .login-footer p {
    font-size: 13px;
  }
}
@media (min-width: 360px) and (max-width: 374.98px) {
  .login-footer p {
    font-size: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1023.98px) {
  .title {
    font-size: 25px !important;
  }

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

  .yellow_btn_sm {
    padding: 4px 12px !important;
    font-size: 13px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1079.98px) {
  .title {
    font-size: 25px !important;
  }

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

  .yellow_btn_sm {
    padding: 4px 12px !important;
    font-size: 13px !important;
  }
}
@media (min-width: 1080px) and (max-width: 1199.98px) {
  .title {
    font-size: 25px !important;
  }

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