<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.confirm-certificate {
    margin-top: 30px;
}
.req-star {
    color: red !important;
}
.note-editor.note-airframe.fullscreen, .note-editor.note-frame.fullscreen {
    position: fixed;
    top: 40px;
    left: 0; 
    width: 100%!important;
    z-index: 1050;
    background-color: #f5f5f5;
}
.note-editor.note-airframe.codeview .note-editing-area .note-codable, .note-editor.note-frame.codeview .note-editing-area .note-codable {
    background: white;
    color: black;
    
}
.student-card {
    margin-left: auto;
    margin-right: auto;
}
.name-header {
    font-weight: bold;
}

.profile-button {
    color: white;
}
.profile-button:hover {
    color: white;
}
.has-search .form-control {
    padding-left: 2.375rem;
}
tbody tr{
    position: relative;
}
.vertical-dots {
    cursor: pointer;
}
.show-action {
    position: absolute;
    background: #ececec;
    width: 190px;
    right: 38px;
    top: 45px;
    padding: 15px;
    border-radius: 5px;
    z-index: 99;
    display: none;
}
.show{
    display: block;
}
.show-action ul {padding: 0;margin-bottom: 0;}

.show-action ul li {
    padding: 2px;
}
.show-action ul li a:hover {
   color:#17a2b8;
}
.action-list {
    padding: 0px;
}
.show-action ul li a{
    color : #000000;
    padding: 2px 0px;
}
/*Shipping Address */
.content-area-inner {
    padding: 10px ;
}
.certificate-contents h5 {
    font-family: 'Segoe UI';
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
}
.certificate-shipping h5 {
    margin-bottom: 20px;
}
.certificate-shipping h5 {
    margin-bottom: 20px;
}
.button-row {
    justify-content: space-between;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}
.btn.big-inr-space:hover {
    background: #089ee4;
    color: #fff;
}
.btn.big-inr-space {
    padding: 15px 50px;
    border: 1px solid #ced4da;
    background: #fff;
}
.big-inr-space i {
    font-size: 24px;
    vertical-align: middle;
    margin: 0 3px;
    position: relative;
    top: -1px;
    margin-left: 8px;
    font-weight: 300;
}
/*POP UP */
.popup-box {
    width: 50%;
    background-color: #000000f0;
    padding: 40px 25px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    display: none;
    z-index: 999;

}

.popup-box #closeX {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 30px;
    height: 30px;
    background-color: #33333361;
    border: 1px solid #b4b0b0;
    color: #aeacac;
    padding: 10px;
    border-radius: 30%;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.popup-box #closeX:hover {
    border: 1px solid #ffffff;
    color: #ffffff;
}
.popup-box .h2, h2 {
    font-size: 2.25rem;
    font-weight: 400;
    color: #e3e3e3;
}
.popup-box h3 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2px;
    color: #e3e3e3;
}
.popup-box .text-month {        
    color: #606060;
    text-shadow: 1px 1px 0px #fffffff0;
    font-size: 40px;
    font-weight: 500;
    font-family: Calibri, sans-serif;
}
.popup-box h1 {
    font-size: 5rem;
    line-height: 1;
    font-family: Calibri, sans-serif;
}
@media (min-width: 280px) and (max-width: 340px){
    .popup-box .text-month {
        font-size: 30px;
    }
    .popup-box {
        width: 90%;
    }
    .popup-box h1 {
        font-size: 3rem;
    }
}
@media (min-width: 340px) and (max-width: 767px){
    .popup-box {
        width: 90%;
    }
    .popup-box h1 {
        font-size: 3rem;
        -webkit-text-size-adjust: none;
    }
}
@media (min-width: 767px) and (max-width: 1080px){
    .popup-box h1 {
        font-size: 4rem;
        -webkit-text-size-adjust: none;
    }
}
</pre></body></html>