body{
    background: rgb(0,212,255);
background: -moz-linear-gradient(47deg, rgba(0,212,255,1) 0%, rgba(27,27,149,1) 100%);
background: -webkit-linear-gradient(47deg, rgba(0,212,255,1) 0%, rgba(27,27,149,1) 100%);
background: linear-gradient(47deg, rgba(0,212,255,1) 0%, rgba(27,27,149,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00d4ff",endColorstr="#1b1b95",GradientType=1);
    display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}
.container{
    max-width: 95.25rem;
    width: 90%; 
    margin-top: -1rem;
    height: 70%;
    padding: 30px;
    background: linear-gradient(
    to right bottom,
    rgba(255, 255, 255, 0.7),
    rgba(255, 255, 255, 0.3)
  );
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
    backdrop-filter: blur( 5px );
    -webkit-backdrop-filter: blur( 5px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.1 );
}
.error{
    max-width: 54.25rem;
    width: 80%; 
    margin-top: -1rem;
    padding: 30px;
    background: linear-gradient(
    to right bottom,
    rgba(255, 255, 255, 0.7),
    rgba(255, 255, 255, 0.3)
  );
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
    backdrop-filter: blur( 5px );
    -webkit-backdrop-filter: blur( 5px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.1 );

}
.circle1,.circle2,.circle3{
    background: white;
    background: linear-gradient(
        to right bottom,
        rgba(66, 102, 150, 0.8),
        rgba(255, 255, 255, 0.3)
    );
    height: 15rem;
    width: 15rem;
    position: absolute;
    z-index: -3;
    border-radius: 50%;
}
.circle1{
    top:25%;
    right:5%;
}
.circle2{
bottom: 1%;
left: 45%;
}
.circle3{
    top: 10%;
    left: 5%;
}
h1 {
	text-align: center;
	color: #0065fc !important;
    font-weight: bold;
	margin-top: 20px;
}
#certNo,#reCertNo,#trn,#tellNumber,#certStatusText,.rdate,#subject,#message{
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
    -moz-appearance: textfield;
}
.certNoLabel{
    text-transform: uppercase ;
  
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.certBtn {
	background-color:  #0065fc !important;
	color: white;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	width: 100%;
    font-weight: bold;
}
.homeBtn{
    margin-top: 20px;
    text-decoration: none;
    font: normal normal bold 12px Helvetica;
    background-color:  #0065fc !important;
    color: white;
    border-radius: 4px;
    padding: 14px 50px;
    border: none;
    cursor: pointer;
}
.btn-home{
    margin-top: 20px;
    text-decoration: none;
    font: normal normal bold 12px Helvetica;
    color: black;
    border-radius: 4px;
    padding: 14px 50px;
    border: 1px solid #0065fc;
    cursor: pointer;
}
.btn-home:hover{
    margin-top: 20px;
    text-decoration: none;
    font: normal normal bold 12px Helvetica;
    background-color:  #0065fc !important;
    color: white;
    border-radius: 4px;
    padding: 14px 50px;
    border: none;
    cursor: pointer;

}
.btn-dashboard{
    background-color:  #0065fc !important;
	color: white;
	border: none;
	border-radius: 4px;
	cursor: pointer;
    font-weight: bold;
}
.btn-dashboard-text{
    font: normal normal bold 12px/28px Helvetica;
    color: white;
}
.form1{
    margin-top:50px ;
}
.imgcontainer {
	text-align: center;
	margin: 10px 0 12px 0;
	position: relative;
}

img.logo{
	width: 210px;
}

.modal {
	display: none; 
	justify-content: center;
	align-items: center; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 2; /* Sit on top */
    padding-top: 12.5rem; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    border-radius: 10px;
  }
.status-info{
    margin-left: 70px;
    font-size: 14.5px;
    width: 50%;
}

  #myModal{
    align-items: center;
  
    background: #12121286 0% 0% no-repeat padding-box;
  }
    /* Modal Content */
.modal-content-box {
    background-color: #fefefe;
    color:#201f1f ;
	margin-top: -18rem;
    padding: 1.25rem;
    border: 1px solid #888;
    width: 24.25rem;
    border: none;
    border-radius: 5px;
    background: linear-gradient(
        to left top,
        rgba(255, 255, 255, 1),
        rgba(255, 255, 255, 0.8)
      );
    box-shadow: 5px 5px 10px #00000029;
  }
  .close{
	color: #9D9D9D;
    float: right;
    font-size: 28px;
    font-weight: bold
  }
  .close:hover,
.close:focus{
	color: #ff0000;
    text-decoration: none;
    cursor: pointer;
}
.modal-title{
	text-align: center;
    font: normal normal bold 26px/36px Montserrat;
    padding-bottom: 20px;
	color: rgb(46, 50, 110);
}
.loader{
    position: fixed;
    top: 0;
    left:0;
    width: 100vw;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: #12121286;
    transition: opacity 0.75s, visibility 0.75s;
    z-index: 10;
}
.load.hidden{
    opacity: 0;
    visibility: hidden;
}
.loader::after{
    content: '';
    width: 75px;
    height: 75px;
    border: 12px solid #dddddd;
    border-top-color:#7449f5 ;
    border-radius: 50%;
    animation: loading 0.75s ease infinite;
}
@keyframes loading {
    from{
        transform: rotate(0turn)  
    }
    to{
        transform: rotate(1turn);
    }
    
    
}

#resultStatus,.error-box-message{
font-weight: bold; 
  font-size: 18px;
  font-family: Montserrat;
}


#certStatusText.Active{
    text-align: center;
    border: 2px solid #93F03B;
}
.statusBox i {
    color:#0d6efd;
}
.status-info i{
    color: white;
}
.Terminated,.Inactive{
    display: none;
}
#certStatusText.Inactive{
    text-align: center;
    border: 2px solid #6d6e6f;
 
}
#certStatusText.Terminated, #certStatusText.errorIcon{
    text-align: center;
    border: 2px solid #f06a6a; 
 
}
#certStatusText.Nopayment{
    text-align: center;
    border: 2px solid #efd324; 
}
.confirmNotValidate{
    display: none;
    font: 1rem sans-serif;
    color: #ff0000;
}
.confirmValidate{
    display: none;
    font: 1rem sans-serif;
    color: rgb(23, 124, 23);
}
#errorIcon{
    font-size: 2.5rem !important;
    margin-bottom: -1px;
    color: #ff0000;
    text-align: center;

}
.Elabel{
    color:#3f3c3c
}
.text-display{
    font-size: 18px !important;
    text-align: justify;
}
.notificationCard {
    width: 220px;
    height: 220px;
    background: rgb(245, 245, 245);
    display: flex;
    position: fixed;
    top: 100px;
    left: 120px;
    z-index: 5;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 35px;
    gap: 10px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.123);
    border-radius: 20px;
  }
  .notificationHeading {
    color: black;
    font-weight: bold;
    font-size: 0.95em;
  }
  
  .bellIcon {
  width: 45px;
  margin: 5px 0px;
}

.bellIcon path {
  fill: rgb(168, 131, 255);
}
.notificationPara {
  color: rgb(97, 97, 97);
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .form1 {
    margin-top: 280px; /* moves form lower so it's not under the card */
  }
  .notificationCard{
      display:none;
  }
}
