* {
    box-sizing: border-box;
}

html {
    position: relative;
    min-height: 100%;
    min-width: none;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    margin: 0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.main {
    width: 98%;
    align-self: center;
    padding-top: 24px;
    padding-bottom: 40px;
}

.row::after {
    content: "";
    clear: both;
    display: block;
}

[class*="col-"] {
    float: left;
    padding: 15px;
    width: 100%;
}

.nowrap {
    white-space: nowrap;
}

.badge-dark-blue {
    color: white;
    display: inline-block;
    background-color: #0078afc4;
    padding: 0px 7px 3px 7px;
    border-radius: 7px;
}

.badge-white {
    color: rgba(0, 120, 175, 0.788);
    display: inline-block;
    background-color: white;
    padding: 0px 7px 3px 7px;
    border-radius: 7px;
}


.badge-blue {
    display: inline-block;
    background-color: #03a4ed;
    color: white;
    padding: 0px 7px 3px 7px;
    margin: 3px;
    border-radius: 15px;
}

.description-heading {
    display: block;
    text-align: center;
    padding: 5px 12px 5px 12px;
    border-radius: 12px 12px 0px 0px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    background-color: #4b9fc6ff;
	background-image: linear-gradient(70deg, rgba(114, 114, 114, 0.082), #5CC7FF);
}

.description-heading h1 {
    line-height: 1.1;
    font-weight: 500;
    font-size: 30px;
    color: white;
}

.description-text {
    display: block;
    text-align: center;
    padding: 5px 12px 5px 12px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(114, 114, 114, 0.576);
    background-color: rgba(114, 114, 114, 0.082);
}

.description-text h2 {
    line-height: 1.2;
    font-weight: 700;
    font-size: 19px;
}

.intro-heading {
    display: block;
    font-weight: 500;
    font-size: 22px;
    padding: 12px 20px 12px 20px;
    background-color: rgba(114, 114, 114, 0.082);
}

.intro-text {
    padding: 20px 32px 34px 32px;
    font-size: 18px;
    font-weight: 400;
    color: rgb(100, 100, 100);
}

.about-text {
    text-align: justify;
    color: rgb(100, 100, 100);
}

.responsive-img {
    width: 92%;
    height: auto;
}

.button-div {
    margin-top: 25px;
}


.button-div a {
    text-decoration: none;
    border-radius: 7px;
    font-size: 15px;
    font-weight: 600;
    padding: 12px;
    color: #0077af;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #0077af;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.button-div a:hover {
    transition: 0.4s;
    color: white;
    background-color: #009999;
}

.button {
    display: inline-block;
    margin-top: 12px;
    text-decoration: none;
    border-radius: 7px;
    font-size: 15px;
    font-weight: 600;
    padding: 12px;
    color: #0077af;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #0077af;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.button:hover {
    transition: 0.4s;
    color: white;
    background-color: #009999;
}

.button.active {
    border: 1px dashed #0077af;
	background-color: #ECFDF5;
}

.actionbtn {
    display: inline-block;
    margin-top: 12px;
    text-decoration: none;
    border-radius: 7px;
    font-size: 15px;
    font-weight: 600;
    padding: 12px;
    color: white;
    background-color: #009999;
    border: 1px solid #0077af;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.actionbtn:hover {
    transition: 0.4s;
    color: #0077af;
    background-color: rgba(255, 255, 255, 1);
}







.page-heading {
    display: block;
    text-align: center;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border: 1px solid #d4d4d4;
    border-bottom: 2px solid #d4d4d4;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    background-color: #4b9fc6ff;
	background-image: linear-gradient(70deg, rgba(114, 114, 114, 0.082), #5CC7FF);
}

.page-heading h1 {
    line-height: 1;
    font-weight: 500;
    font-size: 24px;
    color: white;
}

.page-sub-heading {
    display: block;
    text-align: center;
    padding: 14px 12px 14px 12px;
    margin-bottom: 12px;
    background-color: #f8f8f8;
    border-bottom: 1px dashed #d4d4d4;
}

.page-sub-heading h2 {
    line-height: 1.4;
    font-weight: 500;
    font-size: 19px;
}

.table-cell {
    padding: 0;
    border-bottom: 1px dashed #d4d4d4;
}

.table-cell-end {
    padding: 0 0 15px 0;
    background-color: #f8f8f8;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.table-group-item {
    width: fit-content;
    white-space: nowrap;
    padding: 7px 12px;
    margin-bottom: 5px;
    background-color: aliceblue;
    border-radius: 7px;
}

.span-blue-font {
    color: rgba(0, 120, 175, 0.788);
}


.cefr-level {
    padding: 2px 5px 4px 8px;
    font-weight: bold;
    color: white;
    background-color: rgba(0, 120, 175, 0.788);
    border-radius: 7px;
}

.share-button {
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    padding: 8px 7px 5px 7px;
    color: #0077af;
    background-color: rgb(240, 240, 240);
    border: 0;
    border-radius: 5px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.share-button:hover {
    transition: 0.4s;
    color: white;
    background-color: rgb(0, 120, 175);
}

.tr-hover {
    background-color: rgba(240, 248, 255, 0.262);
    border-top: 1px dashed black;
}

.tr-hover:hover {
    background-color: rgba(240, 248, 255, 0.153);
}


.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 25px;
    border: 1px solid #888;
    width: 410px;
    border-radius: 7px;
}

.modal-heading {
    color: rgba(0, 120, 175, 0.788);
    float: left;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 2px solid rgba(0, 120, 175, 0.788);
}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 30px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


.cefr-link {
    background-color: antiquewhite;
    color: brown;
    font-size: 17px;
    font-weight: 500;
    padding: 7px 10px;
}

.qr-label {
    background-color: #0077af;
    padding: 3px;
    text-align: center;
    color: white;
    font-size: 12px;
    border-radius: 3px;
    width: 150px;
    margin: 0 auto;
}

.yes-print {
    display: none;
}

@media print {

    .no-print,
    .no-print * {
        display: none !important;
    }

    .yes-print {
        display: block !important;
    }

    .print-td-width {
        width: 35%;
    }
}

@media screen {
    .mobile-hide {
        display: none;
    }

    .mobile-hide-td {
        display: none;
    }

    .mobile-flip-text {
        writing-mode: vertical-rl; 
        text-orientation: upright;
    }
}

.mobile-td-width {
    width: 55%;
}

.svg svg {
    max-width: 90px;
    vertical-align:middle;
}