html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

.fitscreen {
    margin: 5px 5px 5px 5px;
    width: 100%;
    height: 50%;
}

body {
    margin-bottom: 60px;
}

.required {
    color: red;
}

.wlshadow {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 99%;
    padding: 5px 5px 5px 5px;
    Margin: 2px 2px 2px 2px;
    border-radius: 0.25rem;
}

.submitstudent {
    background-color: green;
    color: white;
    border-radius: 0.25rem;
    width: 100%;
    Height: 40px;
}

ul.my-row {
    display: table;
    width: 100%;
    text-aligh: center;
}

    ul.my-row > li {
        display: table-cell
    }

.divalign {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    float: left;
    Margin: 2px 2px 2px 2px;
    width: 24%;
    height: 150px;
    overflow: auto;
}

.labelWidth {
    width: 100px;
}

.divalign2 {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    float: left;
    Margin: 2px 2px 2px 2px;
    width: 32.7%;
    height: 180px;
    overflow: auto;
}

.divalign3 {
    transition: 0.3s;
    float: left;
    Margin: 2px 2px 2px 2px;
    width: 80%;
    height: 42px;
}

.divalign4 {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    float: left;
    Margin: 2px 2px 2px 2px;
    width: 20%;
    height: 45px;
    overflow: auto;
}

.divalign5 {
    transition: 0.3s;
    float: left;
    Margin: 2px 2px 2px 2px;
    width: 22%;
    height: 40px;
}

.emailwidth {
    width: 80%
}

.s1 {
    width: 10em;
    height: 2em;
    padding: 0.2em;
    text-align: center;
    position: absolute;
    display: none;
    border: dashed;
    border-color: brown;
    color: green;
    z-index: 9999;
    background-color: beige;
    border-radius: 20px 5px;
}

.myvalidation {
    color: red;
}

.my-swal {
    background-color: #fff;
    color: #000;
}

.survey-title {
    padding: 5px;
    color: coral;
    text-align: left;
}

.al-center {
    margin-left: 40%;
}

.btn-agree {
    background-color: darkblue;
    color: white;
}

.btn-reject {
    background-color: darkblue;
    color: white;
    margin-left: 10px;
}

.modal {
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    width: 100%;
}

.close {
    color: #aaa;
    float: right;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.loading-indicator {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}

.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.modalSurvey {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 80px;
    left: 0;
    top: -100px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

.modalSurvey-content {
    display: block;
    max-width: 800px;
    max-height: 600px;
}

.modal-title {
    height: 10px;
    margin-top: -6px;
}

.closeSurvey {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
    padding: 10px;
    cursor: pointer;
}

.modalSurvey-header {
    background-color: #337AB7;
    padding: 16px 16px;
    color: #FFF;
    border-bottom: 2px dashed #337AB7;
}

.wl-md-container {
    position: relative;
    margin-top: 10px;
    width: 100%;
}

.wlrowht {
    margin-top: 10px;
    width: 100%;
}

.orginal {
    height: 30px;
    width: 60px;
}

.footer {
    position: fixed;
    bottom: 20px;
    width: 100%;
    text-align: center;
    font-family: SimSun, serif; /* Specify the Chinese font */
    font-size: 12px;
}
.btnEcard {
    white-space: nowrap;
}

.vl-al1 {
    display: inline-block;
    width: 60px;
}
.ecardimg {
    width: 100%;
    height: 100%;
    border-radius:2%;
    background-image: url('/images/seagull_ecard_bg.png'); /* Specify the path to your image file */
    background-size: cover; /* Cover the entire container */
    background-position: center; /* Center the background image */
    background-repeat: no-repeat; /* Do not repeat the background image */
}

.ecard-modal-content {
    width: 100%;
    height: 730px;
    border: 1px solid;
}
.ecard-company {
    color: blue;
    text-align:center;
    margin-top:150px;
    font-size: 16pt;
}
.ecard-name {
    color: aqua;
    font-size: 18pt;
    margin-top: 10px;
    margin-left: 0px;
}

.ecard-title {
    color: aqua;
    font-size: 14pt;
    margin-left: 0px;
}

.ecard-mobile {
    color: aqua;
    font-size: 12pt;
    margin-left: 0px;
}

.ecard-phone {
    color: aqua;
    font-size: 12pt;
}

.ecard-mail {
    color: aqua;
    font-size: 12pt;
    margin-left: 0px;
}

.ecard-address {
    color: greenyellow;
    font-size: 12pt;
}

.ecard-qr {
    margin-top: 20px;
}
