a {
  color: #46a0b1;
}
.simple-text {
  padding: 20px;
  background: #46a0b1;
  color: #ffffff;
  font-size: 1.1rem;
}

.content-wizard {
  margin: 35px 25px;
}

.content-wizard-full {
  margin: 3rem 0px;
}

.wizard-checkbox {
}

.wizard-label {
  width: 100%;
  /*border:3px #FFC636 solid;*/
}

.wizard-title {
  color: #58585b;
  font-size: 1.5rem;
}

.inputGroup {
  background-color: #fff;
  display: block;
  position: relative;
  margin-bottom: 0.5rem;
}

.inputGroup label {
  /* padding: 12px 30px; */
  width: 100%;
  display: block;
  text-align: left;
  color: #3c454c;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
  margin-bottom: 0;
  padding: 1.5rem;
  border: 3px #d1d2d4 solid;
}

.inputGroup label > span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.meeting-icon {
  width: 47px;
  height: 34px;
  float: left;
  margin-right: 1rem;
  background: url("../img/Mice_ITems_M_Char_g.png") no-repeat;
}

.incentive-icon {
  width: 47px;
  height: 34px;
  float: left;
  margin-right: 1rem;
  background: url("../img/Mice_ITems_I_Char_g.png") no-repeat;
}

.conference-icon {
  width: 47px;
  height: 34px;
  float: left;
  margin-right: 1rem;
  background: url("../img/Mice_ITems_C_Char_g.png") no-repeat;
}

.exhibition-icon {
  width: 47px;
  height: 34px;
  float: left;
  margin-right: 1rem;
  background: url("../img/Mice_ITems_E_Char_g.png") no-repeat;
}

.mega-event-icon {
  width: 47px;
  height: 34px;
  float: left;
  margin-right: 1rem;
  background: url("../img/Mice_ITems_ME_Char_g.png") no-repeat;
}

.dmice-icon {
  width: 47px;
  height: 34px;
  float: left;
  margin-right: 1rem;
  background: url("../img/Mice_ITems_D_Char_g.png") no-repeat;
}

.inputGroup label:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}

.inputGroup label:after {
  width: 32px;
  height: 32px;
  content: "";
  border: 2px solid #d1d7dc;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
}

.inputGroup input:checked ~ label .meeting-icon {
  background: url("../img/Mice_ITems_M_Char_y.png") no-repeat;
  -webkit-transition: background-image 0.5s linear;
  transition: background-image 0.5s linear;
}

.inputGroup input:checked ~ label .incentive-icon {
  background: url("../img/Mice_ITems_I_Char_y.png") no-repeat;
  -webkit-transition: background-image 0.5s linear;
  transition: background-image 0.5s linear;
}

.inputGroup input:checked ~ label .conference-icon {
  background: url("../img/Mice_ITems_C_Char_y.png") no-repeat;
  -webkit-transition: background-image 0.5s linear;
  transition: background-image 0.5s linear;
}

.inputGroup input:checked ~ label .exhibition-icon {
  background: url("../img/Mice_ITems_E_Char_y.png") no-repeat;
  -webkit-transition: background-image 0.5s linear;
  transition: background-image 0.5s linear;
}

.inputGroup input:checked ~ label .mega-event-icon {
  background: url("../img/Mice_ITems_ME_Char_y.png") no-repeat;
  -webkit-transition: background-image 0.5s linear;
  transition: background-image 0.5s linear;
}

.inputGroup input:checked ~ label .dmice-icon {
  background: url("../img/Mice_ITems_D_Char_y.png") no-repeat;
  -webkit-transition: background-image 0.5s linear;
  transition: background-image 0.5s linear;
}

.inputGroup input:checked ~ label {
}

.inputGroup input:checked + label {
  border: 3px #ffc636 solid;
  color: #ffc636;
}

.inputGroup input:checked ~ label:before {
  -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
  transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}

.inputGroup input:checked ~ label:after {
  background-color: #ffc636;
  border-color: #ffc636;
}

.inputGroup input {
  width: 32px;
  height: 32px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}

.performace-title {
  padding: 20px;
  background: #ffc636;
  font-size: 1.5rem;
  position: relative;
  padding: 11px 25px;
  color: #ffffff;
  /*padding-right: 10%;*/
}

.performace-title:after {
  width: 50%;
  height: 100px;
  content: "";
  border-top: 55px solid #ffc636;
  border-right: 35px solid transparent;
  position: absolute;
  top: 0;
}

.content-wizard-title {
  margin-bottom: 3rem;
}

.content-item-header {
  padding: 10px;
  background: #e6e7e8;
  font-size: 1.2rem;
  font-weight: bold;
  color: #404041;
  margin: 0px;
}

.content-item-number {
  background: #f37820;
  padding: 10px;
  text-align: center;
  font-size: 1.2rem;
  color: #ffffff;
}

.content-item-name {
  background: #46a0b1;
  padding: 10px;
  font-size: 1.2rem;
  color: #ffffff;
  border-left: 1px solid #ffffff;
}

.performace-step2 td:nth-child(1) {
  width: 78%;
  font-size: 1rem;
  padding: 1rem 3rem;
}
.other_part1_step2 td:nth-child(1) {
  width: 60%;
  word-break: break-all;
}
.other_part1_step2 td:nth-child(3) {
  width: 22%;
}

.performace-step2 input {
  width: 50%;
  text-align: center;
}

.performace-content {
  /*max-height: 800px;*/
  /*overflow-y: scroll;*/
  overflow-x: hidden;
}

.firstpage-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.firstpage-sub-title {
  color: #404041;
  font-size: 1rem;
  font-weight: bold;
}

.firstpage-detail {
  color: #808284;
}

.bg-gray {
  background: #e6e7e8;
}

.btn-no-hover,
.btn-no-hover:hover {
  color: #333;
}

.content-wizard-result-title {
  margin: 2rem 0 1rem 0;
}

.performace-result-title {
  font-size: 1.5rem;
}

.performace-result-heal,
.performace-irc {
  padding: 24px 0px;
  background: #313b42;
}

.performace-result table {
  font-size: 1rem;
}

.performace-result th {
  padding: 10px;
  background: #46a0b1;
  color: #ffffff;
  font-size: 1.1rem;
  text-align: center;
}

.performace-result td:nth-child(1) {
  width: 20%;
  font-size: 1rem;
  padding: 1rem 3rem;
  text-align: center;
}

.performace-result td:nth-child(2) {
  width: 60%;
  text-align: left;
}

.performace-result td:nth-child(3) {
  text-align: center;
}

.performace-result-text {
  padding: 20px;
  font-size: 2rem;
  background: #46a0b1;
  color: #ffffff;
  text-align: center;
}

.result-under-line {
  border-bottom: 5px solid #313b42;
  margin: 1.5rem 0;
}

.result-under-line {
  border-bottom: 5px solid #313b42;
  margin: 1.5rem 0 1rem 0;
}

.text-attendee {
  text-align: center;
  font-size: 2.2rem;
  color: #808284;
}

.first-page-title {
  font-size: 1.3rem;
  color: #fff;
  height: 60px;
  min-height: 60px;
  background-color: #0063a9;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.first-page-title:hover {
  background-color: #007bff;
}

.btn-no-hover .card:hover {
  border: 1px solid #007bff;
}

.btn-no-hover .card {
  border: 1px solid #0063a9;
  height: 460px;
}
.card {
  border-radius: 0px;
}

.profile-information {
  padding: 20px;
  background: #e9ecef;
}

.profile-information label {
  justify-content: left;
  font-weight: bold;
  padding: 10px 0px;
}

.dashboard-self-assissment {
  /* max-width: 80%; */
  margin: 0 auto;
}

.dashboard-self-assissment .card {
  position: relative;
}

.dashboard-self-assissment .card-img-overlay {
  position: absolute;
  top: 30%;
  text-align: center;
  left: 18%;
}

.dashboard-self-assissment-text {
  width: 80%;
  border: 2px solid #989898;
  background-color: rgba(33, 33, 33, 0.5);
  padding: 2rem;
}
.btn-edit {
  border-radius: 3px !important;
  background-color: #0b8d63;
  padding: 10px 25px;
}
.btn-edit:hover {
  color: #fff;
}
.performace-result tfoot th {
  background: #d1d2d4;
  color: #333;
}
.performace-result tfoot th:nth-child(2),
.performace-result tfoot th:nth-child(4) {
  text-align: left;
}
.link-change-password {
  border-radius: 3px;
}

@media (max-width: 991px) {
  .dashboard-self-assissment {
    max-width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .dashboard-self-assissment .card-img-overlay {
    position: absolute;
    top: 10%;
    text-align: center;
    left: 18%;
  }
  footer {
    bottom: 0;
    height: auto;
  }
  .section {
    margin-bottom: 25px;
  }
}

@media (max-width: 425px) {
  .dashboard-self-assissment .card-img-overlay {
    position: absolute;
    text-align: center;
    left: 0%;
    top: 5%;
  }

  .dashboard-self-assissment-text {
    width: 100%;
    border: 2px solid #989898;
    background-color: rgba(33, 33, 33, 0.5);
    padding: 1rem;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    padding-right: 0% !important;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0px 15px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .collapse.navbar-collapse#main-navbar {
    display: none !important;
  }

  .navbar-header .slicknav_menu ul {
    position: absolute;
    z-index: 5;
    margin-top: 72px;
    max-width: 720px;
    width: 100%;
  }

  .navbar-header {
    width: 100%;
  }

  .navbar-header .slicknav_menu {
    display: block;
  }

  .navbar-header .navbar-brand {
    position: absolute;
    padding: 0px 15px;
    top: 0;
  }
  .inputGroup label {
    /* padding: 12px 30px; */
    padding: 0.5rem !important;
  }
  .inputGroup label::after {
    /* padding: 12px 30px; */
    right: 5px !important;
  }
  .meeting-icon {
    margin-right: 0rem !important;
  }

  .incentive-icon {
    margin-right: 0rem !important;
  }

  .conference-icon {
    margin-right: 0rem !important;
  }

  .exhibition-icon {
    margin-right: 0rem !important;
  }

  .mega-event-icon {
    margin-right: 0rem !important;
  }

  .dmice-icon {
    margin-right: 0rem !important;
  }
}

@media (max-width: 767px) {
  .top-nav-collapse .navbar-header .slicknav_menu ul {
    position: absolute;
  }
  .navbar-header .slicknav_menu ul {
    z-index: 5;
    margin-top: 80px;
    max-width: 540px;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .performace-step2 input {
    width: 100% !important;
  }
}

.first_image {
  width: 100%;
}

#login-form button {
  margin: 5px 0px;
  background: #0063a9;
}

.login-layout {
  padding: 25px 0px;
}

.login-layout div {
  margin: 0 auto;
}

.input-group.file-caption-main {
  display: block;
}

.input-group-btn.input-group-append {
  width: 100%;
  margin: 10px 0px;
}

.file-caption.form-control.kv-fileinput-caption {
  width: 100%;
  margin: 10px 0px;
}

.users-create .container,
.users-update .container {
  padding: 25px 0px;
}

.users-create .container h1,
.users-update .container h1 {
  padding-bottom: 30px;
}

.users-create .container form .form-group,
.users-update .container form .form-group {
  margin-bottom: 2rem;
}

.navbar .nav-link.active {
  background: #46a0b1;
}

/* model */
.logintoregister {
  width: 100%;
  text-align: center;
}

.modal_login .logintoregister a {
  color: #46a0b1;
}

.modal_login .modal-header {
  border-bottom: 0px;
  color: #46a0b1;
  width: 82%;
  margin: 0 auto;
  font-size: 18px;
}

.modal_login .modal-footer {
  border-top: 0px;
}

.recoveryid {
  display: none;
}

.modal-footer {
  display: none;
}

.modal_login .modal-content {
  color: #808284;
  width: 95%;
  border: 0px;
  border-bottom-right-radius: unset;
  border-top-right-radius: unset;
}

.modal_login .modal-dialog {
  margin: 200px auto;
  background: #46a0b1;
  border-radius: 0.3rem;
}

.modal_login #login-form {
  width: 80%;
  margin: 0 auto;
  padding: 0px;
}

.modal_login #login-form button {
  width: 100%;
  background-color: #46a0b1;
  margin: 0 auto;
  border-color: #46a0b1;
  display: block;
}

.modal_login .remember_right {
  float: right;
}

/* end model */
.page-scroll i {
  padding-right: 5px;
}

.first_imagecontent_about {
  text-align: center;
  width: 100%;
  padding: 50px 0px;
}

.main_about_mice {
  padding: 60px 0px;
}

.head-content-about {
  font-size: 20px;
  font-weight: 700;
}

.navbar .nav-link.active {
  color: #ffc636 !important;
  background: none;
  border-bottom: 3px solid #ffc636;
  border-radius: 0;
}

.navbar-expand-lg .navbar-nav {
  justify-content: center !important;
}

.top-nav-collapse .img-fulid {
  max-width: 75px;
  width: 100%;
}

.img-fulid {
  max-width: 90px;
  width: 100%;
}

.top-nav-collapse .navbar-collapse .nav-item a.active {
  color: #004a76 !important;
}

.top-nav-collapse .navbar-collapse .nav-item .nav-link:hover {
  color: #004a76 !important;
  background: none;
  border-bottom: 3px solid #ffc636;
  border-radius: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
  border-radius: 0 !important;
  padding-left: 0px;
  padding-right: 0px;
  margin-right: 22px;
  margin-left: 22px;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
}

.navbar .nav-link:hover {
  color: #004a76 !important;
  background: none;
  border-bottom: 3px solid #004a76;
  border-radius: 0;
}

.slicknav_nav a:hover {
  color: #ffc636 !important;
}

.slicknav_nav a.active {
  color: #ffc636 !important;
}
.login-layout h3,
.users-create h1,
.users-update h1 {
  font-size: 18px;
  color: #46a0b1;
  text-transform: uppercase;
  letter-spacing: 0;
}
.login-layout a {
  color: #46a0b1;
}
.login-layout #login-form button {
  background-color: #46a0b1;
  border-color: #46a0b1;
  margin: 20px 0px;
}
.login-layout h3,
.login-layout label,
.login-layout button,
.login-layout a,
.users-create .form-group .control-label {
  font-family: "Open Sans";
}
@media (max-width: 575px) {
  .login-layout .panel {
    width: 80%;
  }
  .users-create .container {
    width: 80%;
  }
}
.users-create .form-group .control-label {
  text-transform: uppercase;
  font-weight: 100;
}
.users-create #w0 button[type="submit"],
.users-update #w0 button[type="submit"] {
  background-color: #46a0b1;
  border-color: #46a0b1;
  margin: 20px 0px;
  width: 100%;
  cursor: pointer;
}
.users-create #w0 button,
.users-create .form-group .control-label,
.hidden-xs,
.users-create h1 {
  font-family: "Open Sans";
}
footer .copyright {
  margin-top: 10px;
  float: none;
}
body footer {
  padding: 10px 0px;
}
.copyright p {
  margin-bottom: 10px;
}
.register_style {
  margin: 0 auto;
  float: none;
}
.left_forget {
  color: #bbb;
  float: left;
}
.right_forget {
  float: right;
  padding: 5px 0px;
}
@media (max-width: 400px) {
  .left_forget,
  .right_forget {
    float: left;
    width: 100%;
  }
}
.nav-item .btn-group .dropdown-menu .nav-link {
  color: #999;
  padding: 0px 15px;
  margin: 0;
}
@media (max-width: 768px) {
  .self-assessment .content-wizard-title .self-assessment-title:after {
    border-top: 41px solid #ffc636;
    border-right: 20px solid transparent;
    width: 52%;
  }
  .self-assessment .content-wizard-title .self-assessment-title {
    font-size: 0.9rem;
  }
  .self-assessment .sw-theme-arrows > ul.step-anchor > li > a {
    padding-left: 0px;
    height: 100%;
  }
  .self-assessment .sw-theme-arrows > ul.step-anchor > li > a:active {
    padding-left: 0px;
    height: 100%;
  }
  .self-assessment .sw-theme-arrows > ul.step-anchor > li {
    width: 25% !important;
  }
}
.indigo.top-nav-collapse {
  max-height: 95px;
  height: 100%;
}
.file-footer-buttons button {
  color: #999;
}
.profile-info {
  width: 100%;
}
.profile-info label {
  min-width: 100px;
}
.profile_frm {
  margin: 0 auto;
  float: none;
}
.profile-changeinfo,
.profile-changepassword {
  padding: 10px;
  border: 1px solid #46a0b1;
}
.account-password {
  margin-top: 20px;
}
.account-changeinfo,
.account-password {
  color: #46a0b1;
}
html {
  font-size: unset;
}
.row .col-md-4.col-md-offset-4.col-sm-6.col-sm-offset-3 {
  margin: 0 auto;
}
.row .col-md-4.col-md-offset-4.col-sm-6.col-sm-offset-3 .panel {
  padding: 70px 0;
}
.panel .panel-heading .panel-title {
  font-family: "Open Sans";
  font-size: 20px;
  color: #46a0b1;
  margin-bottom: 20px;
}
#password-recovery-form .help-block {
  color: #dc3545 !important;
}
#password-recovery-form button[type="submit"] {
  font-family: "Open Sans";
  background-color: #46a0b1;
  border: 0;
  cursor: pointer;
}
select.form-control:not([size]):not([multiple]) {
  height: auto;
}
.kv-zoom-actions button {
  color: #999;
}
.modal-dialog.modal-lg {
  padding-top: 110px;
}
.input-group-btn.input-group-append .btn.btn-file {
  background-color: #46a0b1;
  border: 1px solid #46a0b1;
}
.users-form .help-block {
  color: #dc3545 !important;
}
.login-layout .alert-message {
  padding-bottom: 20px;
}
#hero-area {
  max-height: 200px;
  /* height: 100px; */
}
.login-layout .panel-default > .panel-heading {
  background-color: transparent;
  border-color: transparent;
}
.login-layout .panel-default {
  border-color: transparent;
}
.profile_model .modal-dialog {
  top: 150px;
}
.profile_model .modal-dialog .modal-footer {
  display: block;
  text-align: center;
}
.profile_model .modal-dialog .modal-header {
  display: none;
}
.profile_model .modal-dialog .modal-body {
  text-align: center;
}
.main_text_modal,
.nologin_text_modal {
  padding-top: 15px;
}
.googleandappstore {
  padding-top: 15px;
}
.swal-icon {
  width: 80px;
  height: 80px;
  border-width: 4px;
  border-style: solid;
  border-radius: 50%;
  padding: 0;
  position: relative;
  box-sizing: content-box;
  margin: 20px auto;
  margin-top: 20px;
}
.swal-icon--warning {
  border-color: #f8bb86;
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate;
}
.swal-icon--warning__body,
.swal-icon--warning__dot {
  position: absolute;
  left: 50%;
  background-color: #f8bb86;
}
.swal-icon--warning__body {
  width: 5px;
  height: 47px;
  top: 10px;
  border-radius: 2px;
  margin-left: -2px;
}
.swal-icon--warning__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -4px;
  bottom: -11px;
}
.swal-icon--warning__body,
.swal-icon--warning__dot {
  position: absolute;
  left: 50%;
  background-color: #f8bb86;
}
.mt-2 {
  margin-top: 0.5rem;
}
.btn-links,
.btn-links:hover {
  background-color: #46a0b1;
  border-color: #46a0b1;
  color: #fff !important;
  margin: 20px 0px;
}
.navbar {
  margin-bottom: 0;
}
.navbar-custom {
  background-color: #fff;
  border: none;
}
.navbar-custom .navbar-nav > li > a {
  color: #000;
  font-weight: bold;
}
.navbar-custom .navbar-right > li > a {
  color: #000;
}
.login-panel {
  background: #fff;
  color: #000;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.main-content {
  padding-top: 80px;
  position: relative;
  height: 90vh;
}
.overlay-login {
  background: rgba(0, 87, 156, 0.8);

  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.bg-header-1 {
  font-size: 1rem;
  color: #fff;
  height: 60px;
  background: #0063a9;
  padding: 20px 50px;
}
.navbar {
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.simple-text {
  display: none;
}
.title-login {
  font-size: 1.8rem;
}
.has-error .help-block {
  color: #dc3545 !important;
}
.pointer {
  cursor: pointer;
}

.bg-home-1 {
  background: url("../img/Home_Header.png") no-repeat;
  background-size: cover;
  height: 300px;
  width: 100%;
  position: relative;
}
.text-welcome {
  font-size: 2rem;
  color: #000;
  font-weight: bold;
}
.text-welcome-sub {
  font-size: 1rem;
  color: #3a3a3a;
}
.title-event {
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 15px;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.custom-file-label::after {
  content: "Browse";
}
#coverPreview {
  height: 200px;
  object-fit: cover;
  display: none;
  border-radius: 8px;
  border: 2px solid #dee2e6;
  margin-bottom: 10px;
}
.custom-file-upload {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.custom-file-upload input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
}
.custom-file-button {
  display: inline-block;
  padding: 8px 16px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 500;
}
.custom-file-button:hover {
  background-color: #0056b3;
}
.w-60 {
  width: 60%;
}
label {
  font-weight: bold;
}

.trapezoid-box {
  display: flex;
  align-items: center;
  padding: 20px;
  /* clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%); */
  color: white;
  margin-bottom: 10px;
  position: relative;
  padding-left: 35%;
}
.trapezoid-box .icon {
  font-size: 36px;
  margin-right: 15px;
}
.trapezoid-box .value {
  font-size: 28px;
  font-weight: bold;
}
.trapezoid-box .unit {
  font-size: 14px;
}
.trapezoid-box .label {
  font-size: 13px;
  opacity: 0.9;
}
.trapezoid-box .flag {
  position: absolute;
  top: 25px;
  left: 55px;
  font-weight: bold;
  font-size: 14px;
}

.trapezoid-box.yellow {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0),
    rgba(2, 77, 125, 0.5)
  );
}
.trapezoid-box.green {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0),
    rgba(2, 77, 125, 0.5)
  );
}
.trapezoid-box.blue {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0),
    rgba(2, 77, 125, 0.5)
  );
}
.overlay-cover {
  background: rgba(2, 77, 125, 0.8);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.text-3xl {
  font-size: 1.3rem;
  color: #004080;
  font-weight: bold;
}
.round-2 {
  border-radius: 0.5rem;
}
.btn-download {
  padding: 8px 20px;
  border-radius: 4px;
}
.table-impact td {
  vertical-align: middle;
}

.download-button {
  display: inline-flex;
  align-items: center;
  gap: 8px; /* ระยะห่างไอคอนกับข้อความ */
  padding: 6px 14px;
  background-color: #f0f8ff; /* ฟ้าอ่อน */
  color: #0056b3; /* น้ำเงินเข้ม */
  border: 1px solid #cce5ff;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s;
}

.download-button:hover {
  background-color: #e6f2ff;
  border-color: #99ccff;
}

.delete-button {
  display: inline-flex;
  align-items: center;
  gap: 8px; /* ระยะห่างไอคอนกับข้อความ */
  padding: 6px 14px;
  background-color: #f10b0b; /* แดงเข้ม */
  color: #ffffff; /* ขาว */
  border: 1px solid #cce5ff;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s;
}


.download-icon {
  width: 20px;
  height: 20px;
}
.revison-history {
  background-color: #e8f4fd;
  padding: 20px 10px;
}
.table-impact tr td {
  background: #fff;
  border: 1px solid #cce5ff;
}
.full-width-div {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
.show-name {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #fff;
  line-height: 1.2;
  word-wrap: break-word;
  overflow-wrap: break-word;
  z-index: 2;
}
.show-desc {
  position: absolute;
  bottom: 20px;
  left: 60px;
  width: 600px;
  font-size: 1rem;
  color: #fff;
  line-height: 1.3;
  word-wrap: break-word;
  overflow-wrap: break-word;
  z-index: 1;
}

#popupmodel2 .modal-footer {
  display: block;
}
#popupmodel2 .modal-header {
  display: none;
}
#popupmodel2 .modal-body div p,
#popupmodel2 .modal-footer button {
  font-size: 1rem;
}
#popupmodel2 {
  text-align: center;
  top: 200px;
}
.impacts-edit {
  position: absolute;
  right: 35%;
  top: 40px;
  padding: 5px 20px;
  border-radius: 5px;
  border-color: #fff;
  font-size: 0.7rem;
}
.impacts-edit:hover {
  background-color: transparent;
  border-color: #fff;
}
.h2,
h2 {
  font-size: 2rem !important;
}
.impact-heigh{
  height: 365px;
  overflow-y: auto;
}

.h-197 {
  min-height: 197px;
}
@media (max-width: 1024px) {
  .h-197 {
    min-height: 250px;
  }
}
@media (max-width: 768px) {
  .h-197 {
    height: 250px;
  }
  .btn-no-hover .card {
    height: auto;
  }
}
@media (max-width: 320px) {
  .btn-no-hover .card {
    height: auto;
  }
}

@media (max-width: 425px) {
 .main-content{
  height: auto;
  margin-bottom: 30px;
  padding-top:0;
 }
   .btn-no-hover .card {
    height: auto;
  }
   .h-197 {
    min-height: auto;
    height: auto;
  }
}

    .break-page{
        page-break-inside: avoid;
    }

@media print {
    .break-page {
        display: block;
        page-break-inside: avoid;
    }
    .img-print{
      width: 100px;
    }
}