/* bootstrap .d-none is not overrideable so this one is created */
.display-none{
  display: none;
}
/* Chrome, Safari, Edge, Opera */
input.price-input::-webkit-outer-spin-button,
input.price-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input.price-input{
  -moz-appearance:textfield;
}
input.price-input{
  padding-left: 5px;
  padding-right: 5px;
}
.inherit-fa-family{
  font-family:Arial, FontAwesome;
}

.bg-navy {
  background-color: navy;
  color: white !important;
}

.bg-navy:hover {
  background-color: #d1e3ad !important;
  color:black !important;
}

.btn-info {
  background-color: navy!important;
  color: white !important;
  border: none;
}

.btn-info:hover {
  background-color: #d1e3ad !important;
  color:black !important;
  border: none;
}

.btn-info:disabled {
  color: #17181e  !important;
  background-color:#e4e2e2!important;
  cursor: not-allowed;
}

.btn-outline-info {
  color:navy!important;
  border-color: navy!important;
}
.btn-outline-info:hover {
  color: #fff!important;
  background-color: navy!important;
  border-color: navy!important;
}

.text-info {
  color: #005a70 !important; 
}

a.text-info:focus,
a.text-info:hover {
  color: #004353 !important; 
}

#zoom-control {
  position: fixed;
  bottom: 18px;
  left: 18px;
  z-index: 1000;
  cursor: pointer;
}

.accessibility {
  padding: 7px 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4); 
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.zoom-options {
  display: none; 
  position: absolute; 
  bottom: 42px; 
  background: white; 
  width: 30px; 
  height: 75px; 
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); 
  border-radius: 5px; 
}
.zoom{
  background: none;
  border: none;
}
.zoom i{
  padding-left: 8px;
}

.zoom-options button {
  width: 30px;         /* Small button width */
  height: 25px;        /* Small button height */
  padding: 0;          /* Remove extra padding */
  font-size: 15px;     /* Smaller icon size */
  background: none;    /* No background color */
  display: flex;
  align-items: center; 
  justify-content: center;
  cursor: pointer;
}

.accessibility-icon {
  fill: white;
  width: 1.3rem;
  height: 1.3rem; 
}
.accessibility:hover .accessibility-icon  {
  fill: black;
}
.invoice-logo{
    width: 180px;
}

/* Extended css for layout css */
.wide-column-35{
    width: 35%;
}
.wide-column-15{
    width: 15%;
}
.wide-column-50{
    width: 50%;
}
.wide-column-20{
  width: 20%;
}
.wide-column-15{
  width: 15%;
}

/* Custom */
.cursor-poiner{
  cursor: pointer;
}
.webinar-type{
  width: 100%;
  display: inline-block;
  color: #178ccb !important;
  border-bottom: 1px solid #e8e4e4;
}
.type-selected, .webinar-type:hover{
  background-color: #6ea400 !important;
  color: #fff !important;
}

.paddingbtm-none{
  padding-bottom: 0 !important;
}

.webinar-notify-lbl{
  width: 100%;
  display: inline-block;
  font-size: 18px;
  color: #7ebb00;
  font-weight: 400;
}
.font18{
  font-size: 18px;
}
.font15{
  font-size: 15px;
}
.min-H100{
  min-height: 100% !important;
}

.fixed-line{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.justify-spaces-around{
  justify-content: space-around;
}

.carousel-indicators{
  position: relative;
}
.carousel-indicators li{
  background-color: #6ea400 !important;
}

.vertical-divider{
  border-right: 1px solid #e5e5e5;
}

.border-around{
  border: 1px solid #ced4da;
}

.w-300{
  width: 300px;
}

.pad-r-2{
  padding-right: 2rem !important;
}

.goto-old-portal{
  color: #000080 !important;
  cursor: pointer;
  margin-top: 33%;
}

.empty-state-image {
  width: 350px;
  margin: 0 auto;
}

.quantity-input{
  width: 4em !important;
}

/* Credit Card styles */
.card-container {
  padding-left: 50px;
  position: relative;
}

/* .card-container input {
  width: 43%;
} */

.card-type {
  width: 40px;
  height: 28px;
  background: url("./cards.png");
  background-position: 0 -149px;
  background-repeat: no-repeat;
  position: absolute;
  top: 3px;
  left: 0;
}

  .card-type.mastercard {
      background-position: 0 0;
  }

  .card-type.visa {
      background-position: 0 -115px;
      background-position: 0 -57px;
  }

  .card-type.amex {
      background-position: 0 -57px;
      background-position: 0 -29px;
  }

  .card-type.discover {
      background-position: 0 -174px;
      background-position: 0 -88px;
  }

.card-valid {
  position: absolute;
  top: 10px;
  /* left: 43%; */
  right: 4%;
  line-height: 16px;
  font-size: 20px;
  font-family: 'icons';
  color: #ccc;
}

  .card-valid.active {
      color: #42ca7c;
  }

.card-details {
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
  transition: 300ms ease;
}

  .card-details input {
      font-size: 30px;
      padding: 15px;
      box-sizing: border-box;
      width: 100%;
  }

      .card-details input.error {
          border: 1px solid #c2313c;
          box-shadow: 0 4px 8px 0 rgba(238,76,87,0.3);
          outline: none;
      }

  .card-details .expiration {
      width: 50%;
      float: left;
      padding-right: 5%;
  }

  .card-details .cvv {
      width: 45%;
      float: left;
  }



  /* Loader style */

  /* #loader{
  visibility: hidden;
  position: fixed;
  display: block;
  z-index: 2;
  height: 270px;
} */
  @-webkit-keyframes dot-keyframes {
    0% {
      opacity: 0.4;
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
    }
    50% {
      opacity: 1;
      -webkit-transform: scale(1.2, 1.2);
              transform: scale(1.2, 1.2);
    }
    100% {
      opacity: 0.4;
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
    }
  }
  @keyframes dot-keyframes {
    0% {
      opacity: 0.4;
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
    }
    50% {
      opacity: 1;
      -webkit-transform: scale(1.2, 1.2);
              transform: scale(1.2, 1.2);
    }
    100% {
      opacity: 0.4;
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
    }
  }
  .loading-dots {
    text-align: center;
    width: 100%;
  }
  .loading-dots--dot {
    -webkit-animation: dot-keyframes 1.5s infinite ease-in-out;
            animation: dot-keyframes 1.5s infinite ease-in-out;
    background-color: green;
    border-radius: 10px;
    display: inline-block;
    height: 10px;
    width: 10px;
  }
  .loading-dots--dot:nth-child(2) {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .loading-dots--dot:nth-child(3) {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }

  .field-icon {
    float: right;
    margin-top: -28px;
    margin-right: 10px;
    position: relative;
    z-index: 2;
  }

  @media (min-width: 1200px){
    .card-container input{
      width: 93.5%;
    }
    .card-valid{
      right: 7%
    }
  }
  .dummy-logo{
    background-color: #e5e5e5;
    font-size: 18px;
    border: 1px solid grey;
    border-style: dashed;
  }
  .error-message-section{
    position: absolute;
    top: 25%;
    left: 15%;
  }
  .error-message-section p{
    font-size: 18px;
  }
  .navbar-nav .dropdown-menu{
    /* background-color: #031f4a; */
  }
  .navbar-nav .dropdown-menu .dropdown-item:hover{
    /* background-color: #173e79; */
  }
  .navbar-nav .dropdown-menu .dropdown-item:active{
    /* background-color: #173e79; */
  }
.topLogoImage{
    height: 100%;
    max-width: 300px;
    object-fit: contain;
}
#navContainer{
  font-size: 18px;
}
.navbar-top{
  border-bottom: 1px solid #031f4a;
}
.navbar-top .navbar-nav .nav-link{
  color: #031f4a;
  font-size: 1rem;
}
.top-navbar.navbar {
  -moz-box-shadow: 0 1px 7px 0 hsla(0, 0%, 78%, .35);
    -webkit-box-shadow: 0 1px 7px 0 hsl(0deg 0% 78% / 35%);
    box-shadow: 0 1px 7px 0 hsl(0deg 0% 78% / 35%);
}

.top-navbar.navbar.navbar-light .navbar-nav .nav-link{
  color: #031f4a;
}

.navbar.navbar-light .navbar-nav .nav-link:hover{
  color: #fff;
  background-color: #031f4a;
}
@media (max-width: 992px) {
  .top-navbar.navbar.navbar-light .navbar-nav {
    width: 100%;
  }
  .top-navbar.navbar.navbar-light .navbar-nav .nav-link{
    text-align: right;
    text-align: left;
    padding-left: 15px;
    /* border-bottom: 1px solid #e5e5e5; */
  }
}
@media (min-width: 992px){
  .top-navbar.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .75rem;
    padding-left: .75rem;
  }

}
#topLogoContainer{
  height: 120px;
  display: flex;
  align-items: center;
}
.user-profile-section .nav-pills .nav-link.active{
  background-color: #f8f9fa;
  color: navy;
  /* border-bottom: 1px solid #212529; */
  border-right: 3px solid navy;
}
.user-profile-section .nav-pills .nav-link{
  border-bottom: none;
  color: grey;
}
.user-profile-section  .tab-content{
  background-color: #f8f9fa;
}
.main-content img{
  max-width: 100%;
  height: auto;
}
@media (max-width: 575.98px) {
  .navbar-toggler{
    margin-right: 15px;
  }
  .cms-menu .navbar-nav{
    padding-top: 15px;
    width: 100%;
  }
  .top-navbar.navbar.navbar-light .navbar-nav .nav-link{
    text-align: left;
    padding-left: 15px;
    /* border-bottom: 1px solid #e5e5e5; */
  }
  #topLogoContainer img, .footer-right-logo img{
    width: 100%;
    height: auto;
  }
  #topLogoContainer{
    height: auto;
    margin-bottom: 5px;
  }
  .footer p{
    text-align: center;
  }
  .navbar-brand{
    padding-left: 15px;
  }

}

@media (max-width: 430px){
  .navbar-toggler{
    margin-right: 15px;
  }
  #topLogoContainer{
    width: 70%;
  }
}
@media (max-width: 576px) {
  #topLogoContainer img{
  max-height: 65px;
  width: auto;
  }
}

@media (max-width: 767px) {
  .user-profile-edit{
    padding-bottom: 12px;
  }
}
  
@media screen and (min-device-width: 320px) and (max-device-width: 575px) {
  .footer-right-logo img{
    width: auto;
    height: auto;
  }

}



@media screen and (min-device-width: 320px) and (max-device-width: 991px) {
  .cms-menu .navbar-nav{
    padding-left: 15px;
    padding-right: 15px;
  }

}



.footer{
  /* min-height:100vh;  */
  display:flex; 
  flex-direction:column; 
  justify-content:space-between;
}
#main-content{
  min-height: 300px;
}
#coupon-remove{
  cursor: pointer;
}
#coupon-remove:hover{
  cursor: pointer;
  color: #ae2230 !important;
}
#coupon-remove{
  cursor: pointer;
}
#coupon-remove:hover{
  cursor: pointer;
  color: #ae2230 !important;
}



/* Added CSS by jibon */
.signin-sec{
  box-shadow: 0 2px 4px rgba(0, 0, 0, .05), 0 8px 16px rgba(0, 0, 0, .05);
  border-radius: 8px;
}
.pt-90{
  padding-top: 90px;
}
.pb-90{
  padding-bottom: 90px;
}

.searchQueryInput-top {
  width: 100%;
  height: 36px;
  background: #fff;
  outline: none;
  border: none;
  border-radius: 5px;
  padding: 0 3.5rem 0 1rem;
  font-size: 1rem;
  border: 1px solid #ced4da;
}

.searchQuerySubmit {
  width: 3.5rem;
  height: 2.8rem;
  margin-left: -3.5rem;
  background: none;
  border: none;
  outline: none;
}

.certificate{
  width: 33em;
  height: 25.5em;
  background-color: #f3f3f3;
  margin: 0 auto;
}

.certificate-layout{
  font-size: 1rem; 
  margin: .5rem;
}

.certificate-position{
  position: relative;
  width: 33em;
  height: 25.5em;
}
.certificate-img-position {
  position: absolute;
  width: 33em;
  height: 25.5em;
  top: 0;
  left: 0;
}
.layout-position{
  position: absolute;
  width: 33em;
  height: 25.5em;
  top: 0;
  left: 0;
  z-index: 1000;
}

.certificate-container{
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
}

.certificate-logo {
  width: 100%;
}

.certificate-title-1 {
  font-size: 1.7em;
  font-weight: bold;
  margin-bottom: .5em;
  margin-top: .5em;
}

.certificate-subtitle-1 {
  font-size: 1.4em;
  margin-bottom: 0.2em;
}

.certificate-student-name-1 {
  font-size: 1.3em;
  font-weight: bold;
  margin-top: .5em;
  margin-bottom: .3em;
}
.line-1 {
  border-top: .13em solid black;
  width: 70%;
  margin-left: 14.5%;
}
.certificate-description-1 {
  font-size: 1.2em;
  margin-bottom: 1em;
  margin-top: .2em;
}

.certificate-course-name-1 {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 2em;
  margin-top: 1.8em;
}

.certificate-details-1 {
  display: flex;
  justify-content: space-between;
  margin-left: 5em;
  margin-right: 3em;
  font-size: .7em;
}

.certificate-id{
  margin-left: 3em;
}
.certificate-label-1 {
  font-size: 1em;
}

.certificate-value-1 {
  font-size: 1em;
  margin-top: .3em;
  padding-bottom: .15em;
  margin-bottom: .15em;
  border-bottom: .1em solid black;
}

.certificate-signature-1 {
  display: flex;
  flex-direction: column;
}

.signature-box-1 {
  width: 10em;
  height: 1.8em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1em;
}

.signature-box-1 img {
  max-width: 100%;
  max-height: 100%;
}

.signature-title-1 {
  font-size: 1em;
  border-top: .1em solid black;
}

.certificate-logo-1 {
  width: 10em;
  height: 3.5em;
  margin: 2em auto 1em auto;
  display: flex;
  justify-content: center;
}

.certificate-logo-1 img {
  width: auto;
  height: 3.5em;
}

.certificate-title-2 {
  font-size: 1.7em;
  font-weight: bold;
  margin-bottom: .5em;
  margin-top: .5em;
}

.certificate-subtitle-2 {
  font-size: 1.4em;
  margin-bottom: 0.2em;
}

.certificate-student-name-2 {
  font-size: 1.3em;
  font-weight: bold;
  margin-top: .5em;
  margin-bottom: .3em;
}
.line-2 {
  border-top: .15em dashed black;
  width: 70%;
  margin-left: 14.5%;
}
.certificate-description-2 {
  font-size: 1.2em;
  margin-bottom: 1em;
  margin-top: .2em;
}

.certificate-course-name-2 {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 2em;
  margin-top: 1.8em;
}

.certificate-details-2 {
  display: flex;
  justify-content: space-between;
  margin-left: 5em;
  margin-right: 3em;
  font-size: .7em;
}

.certificate-label-2 {
  font-size: 1em;
}

.certificate-value-2 {
  font-size: 1em;
  margin-top: .3em;
  padding-bottom: .15em;
  margin-bottom: .15em;
  border-bottom: .1em solid black;
}

.certificate-signature-2 {
  display: flex;
  flex-direction: column;
}

.signature-box-2 {
  width: 10em;
  height: 1.8em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1em;
}

.signature-box-2 img {
  max-width: 100%;
  max-height: 100%;
}

.signature-title-2 {
  border-top: .1em solid black;
  font-size: 1em;
}

.certificate-logo-2 {
  width: 10em;
  height: 3.5em;
  margin: 2em auto 1em auto;
  display: flex;
  justify-content: center;
}

.certificate-logo-2 img {
  width: auto;
  height: 3.5em;
}

.certificate-title-3 {
  font-size: 1.7em;
  font-weight: bold;
  margin-bottom: .3em;
  margin-top: 1.8em;
}

.certificate-subtitle-3 {
  font-size: 1.4em;
  margin-bottom: 0.2em;
}

.certificate-student-name-3 {
  font-size: 1.3em;
  font-weight: bold;
  margin-top: .8em;
  margin-bottom: .1em;
}
/* .line-3 {
  border-top: .15em dashed rgb(47, 45, 45);
  width: 70%;
  margin-left: 14.5%;
} */
.certificate-description-3 {
  font-size: 1.2em;
  margin-bottom: 1em;
  margin-top: .1em;
}

.certificate-course-name-3 {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 1em;
  margin-top: 1em;
}

.certificate-details-3 {
  display: flex;
  justify-content: space-between;
  margin-left: 5em;
  margin-right: 3em;
  font-size: .7em;
}

.certificate-label-3 {
  font-size: 1em;
}

.certificate-value-3 {
  font-size: 1em;
  margin-top: .3em;
  padding-bottom: .15em;
  margin-bottom: .15em;
  border-bottom: .1em solid black;
}

.certificate-signature-3 {
  display: flex;
  flex-direction: column;
}

.signature-box-3 {
  width: 10em;
  height: 1.8em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1em;
}

.signature-box-3 img {
  max-width: 100%;
  max-height: 100%;
}

.signature-title-3 {
  font-size: 1em;
  border-top: .1em solid black;
}

.certificate-logo-3 {
  width: 10em;
  height: 3.5em;
  margin: 1.5em auto 1em auto;
  display: flex;
  justify-content: center;
}

.certificate-logo-3 img {
  width: auto;
  height: 3.5em;
}

.certificate-print{
  width: 10.99in;
  height: 8.49in;
  display: flex;
  justify-content: center;
  align-items: center;
}

.certificate-img-print{
  position: absolute;
  width: 10.99in;
  height: 8.49in;
  top: 0;
  left: 0;
}

.certificate-container-print{
  position: absolute;
  width: 10.99in;
  height: 8.49in;
  top: 0;
  left: 0;
  z-index: 1000;
}
.certificate-print-layout-11 {
  position: absolute;
  left: 0;
  right: 0;
  top: .7in;
  display: flex;
  justify-content: center;
  align-items: center;
}
.certificate-print-layout-12 {
  position: absolute;
  left: 0;
  right: 0;
  top: 1.5in;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.certificate-print-layout-13 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: .6in;
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin: 0 1in;
}
.certificate-title-1-print {
  font-size: .59in;
  font-weight: bold;
  margin-bottom: .2in;
  margin-top: .3in;
}

.certificate-subtitle-1-print {
  font-size: .45in;
  margin-bottom: 0.1in;
}

.certificate-student-name-1-print {
  font-size: .3in;
  font-weight: bold;
  margin-top: .2in;
  margin-bottom: .1in;
}
.line-1-print {
  border-top: .03in solid black;
  width: 6in;
}
.certificate-description-1-print {
  font-size: .23in;
  margin-bottom: .03in;
  margin-top: .1in;
}

.certificate-course-name-1-print {
  font-size: .45in;
  font-weight: bold;
  margin-bottom: .6in;
  margin-top: .6in;
  width: 6in;
  text-align: center;
}

.issue-date-1-print{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.certificate-id-1-print {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.certificate-label-1-print {
  font-size: .2in;
}

.certificate-value-1-print {
  font-size: .2in;
  margin-top: .1in;
  padding-bottom: .03in;
  margin-bottom: .04in;
  border-bottom: .02in solid black;
}

.certificate-signature-1-print {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.signature-box-1-print {
  width: 1.275in;
  height: 0.75in;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: .02in solid black;
}

.signature-box-1-print img {
  max-width: 100%;
  max-height: 100%;
}

.signature-title-1-print {
  font-size: .2in;
  margin-top: .04in;
}

.certificate-logo-1-print {
 width: 2in;
 height: 1in;
 display: flex;
 justify-content: center;
}

.certificate-logo-1-print img {
  width: auto;
  height: 1in;
  display: block;
  margin: 0 auto;
}

.certificate-title-2-print {
  font-size: .59in;
  font-weight: bold;
  margin-bottom: .2in;
  margin-top: .3in;
}

.certificate-subtitle-2-print {
  font-size: .45in;
  margin-bottom: 0.1in;
}

.certificate-student-name-2-print {
  font-size: .3in;
  font-weight: bold;
  margin-top: .2in;
  margin-bottom: .1in;
}
.line-2-print {
  border-top: .03in dashed black;
  width: 6in;
}
.certificate-description-2-print {
  font-size: .23in;
  margin-bottom: .03in;
  margin-top: .1in;
}

.certificate-course-name-2-print {
  font-size: .45in;
  font-weight: bold;
  margin-bottom: .6in;
  margin-top: .6in;
  width: 6in;
  text-align: center;
}

.issue-date-2-print{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.certificate-id-2-print {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.certificate-label-2-print {
  font-size: .2in;
}

.certificate-value-2-print {
  font-size: .2in;
  margin-top: .1in;
  padding-bottom: .03in;
  margin-bottom: .04in;
  border-bottom: .02in solid black;
}

.certificate-signature-2-print {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.signature-box-2-print {
  width: 1.275in;
  height: 0.75in;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: .02in solid black;
}

.signature-box-2-print img {
  max-width: 100%;
  max-height: 100%;
}

.signature-title-2-print {
  font-size: .2in;
  margin-top: .04in;
}

.certificate-logo-2-print {
 width: 2in;
 height: 1in;
 display: flex;
 justify-content: center;
}

.certificate-logo-2-print img {
  width: auto;
  height: 1in;
  display: block;
  margin: 0 auto;
}

.certificate-print-layout-21 {
  position: absolute;
  left: 0;
  right: 0;
  top: 5.6in;
  display: flex;
  justify-content: center;
  align-items: center;
}
.certificate-print-layout-22 {
  position: absolute;
  left: 0;
  right: 0;
  top: .7in;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.certificate-print-layout-23 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: .6in;
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin: 0 1in;
}
.certificate-title-3-print {
  font-size: .59in;
  font-weight: bold;
  margin-bottom: .2in;
  margin-top: .4in;
}

.certificate-subtitle-3-print {
  font-size: .45in;
  margin-bottom: 0.1in;
}

.certificate-student-name-3-print {
  font-size: .3in;
  font-weight: bold;
  margin-top: .5in;
}

.certificate-description-3-print {
  font-size: .23in;
}

.certificate-course-name-3-print {
  font-size: .45in;
  font-weight: bold;
  margin-bottom: .8in;
  margin-top: .3in;
  width: 6in;
  text-align: center;
}

.issue-date-3-print{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.certificate-id-3-print {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.certificate-label-3-print {
  font-size: .2in;
}

.certificate-value-3-print {
  font-size: .2in;
  margin-top: .1in;
  padding-bottom: .03in;
  margin-bottom: .04in;
  border-bottom: .02in solid black;
}

.certificate-signature-3-print {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.signature-box-3-print {
  width: 1.275in;
  height: 0.75in;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: .02in solid black;
}

.signature-box-3-print img {
  max-width: 100%;
  max-height: 100%;
}

.signature-title-3-print {
  font-size: .2in;
  margin-top: .04in;
}

.certificate-logo-3-print {
 width: 2in;
 height: 1in;
 display: flex;
 justify-content: center;
}

.certificate-logo-3-print img {
  width: auto;
  height: 1in;
  display: block;
  margin: 0 auto;
}

.certificate-list-card {
  background-color: #F8F9FA;
}
.certificate-list-card:hover {
  background-color: #f3f8fdcc;
}
.certificate-list-card-disabled {
  border-style: dashed !important;
  border-color: gainsboro !important;
  background-color: #F8F9FA !important;
  opacity: .5;
  pointer-events: none;
}