<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* TEXT ALIGNMENT &amp; TEXT COLOR */
.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-justify {
    text-align: justify;
}

.text-green {
    color: #1ed760 !important;
}

.text-smoked {
    color: #848884 !important;
}

.text-color-grey {
    color: #607D8B !important;
}

.text-color-999 {
    color: #999999 !important;
}

.text-color-888 {
    color: #888888 !important;
}

.text-color-777 {
    color: #777777 !important;
}

.text-color-666 {
    color: #666666 !important;
}

.text-color-555 {
    color: #555555 !important;
}

.text-color-444 {
    color: #444444 !important;
}

.text-color-333 {
    color: #333333 !important;
}

.text-color-222 {
    color: #222222 !important;
}

.text-color-111 {
    color: #111111 !important;
}

.sup-text {
    color: #FFFFFF;
    font-weight: bold;
    font-style: italic;
}

/* FONT SIZES */
.font-size-9 {
    font-size: 9px !important;
}

.font-size-10 {
    font-size: 10px !important;
}

.font-size-11 {
    font-size: 11px !important;
}

.font-size-12 {
    font-size: 12px !important;
}

.font-size-13 {
    font-size: 13px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-15 {
    font-size: 15px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-17 {
    font-size: 17px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.font-size-19 {
    font-size: 19px !important;
}

.font-size-20 {
    font-size: 20px !important;
}

.font-size-21 {
    font-size: 21px !important;
}

.font-size-23 {
    font-size: 23px !important;
}

.font-size-25 {
    font-size: 25px !important;
}

.font-size-26 {
    font-size: 26px !important;
}

.font-size-27 {
    font-size: 27px !important;
}

.font-size-29 {
    font-size: 29px !important;
}

.font-size-31 {
    font-size: 31px !important;
}

.font-size-33 {
    font-size: 33px !important;
}

.font-size-35 {
    font-size: 35px !important;
}

.font-size-36 {
    font-size: 36px !important;
}

.font-size-37 {
    font-size: 37px !important;
}

.font-size-38 {
    font-size: 38px !important;
}

.font-size-39 {
    font-size: 39px !important;
}

.font-size-40 {
    font-size: 40px !important;
}

.font-size-48 {
    font-size: 48px !important;
}

.font-size-64 {
    font-size: 64px !important;
}

.custom-fs-1 {
    font-size: .625rem !important;
}

.custom-fs-2 {
    font-size: .75rem !important;
}

.custom-fs-3 {
    font-size: .875rem !important;
}

.custom-fs-4 {
    font-size: 1rem !important;
}

/* FONT WEIGHT */
.text-bold {
    font-weight: bold;
}

/* TEXT INDENT */
.text-indent-2em {
    text-indent: 2em !important;
}

.text-indent-0 {
    text-indent: 0 !important;
}

.text-indent-0 &gt; p {
    text-indent: 0px !important;
}

/* TEXT DECORATION */
.text-decoration-none {
    text-decoration: none !important;
}

/* DISPLAY &amp; VISIBILITY */
.display-none {
    display: none !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

/* BORDER &amp; RADIUS */
.rounded-1 {
    border-radius: 0.2rem !important;
}

.rounded-2 {
    border-radius: 0.25rem !important;
}

.rounded-3 {
    border-radius: 0.3rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.border-bottom-1 {
    border-bottom: 1px #dee2e6 solid !important;
}

/* WIDTH, MIN/MAX WIDTH, HEIGHT */
.width-30 {
    width: 30px !important;
}

.width-40 {
    width: 40px !important;
}

.width-50 {
    width: 50px !important;
}

.width-60 {
    width: 60px !important;
}

.width-75 {
    width: 75px !important;
}

.width-90 {
    width: 90px !important;
}

.width-100 {
    width: 100px !important;
}

.width-120 {
    width: 120px !important;
}

.width-125 {
    width: 125px !important;
}

.width-140 {
    width: 140px !important;
}
.width-150 {
    width: 150px !important;
}

.width-200 {
    width: 200px !important;
}

.width-250 {
    width: 250px !important;
}

.width-300 {
    width: 300px !important;
}

.width-percent-10 {
    width: 10% !important;
}

.width-percent-20 {
    width: 20% !important;
}

.width-percent-25 {
    width: 25% !important;
}

.width-percent-30 {
    width: 30% !important;
}

.width-percent-70 {
    width: 70% !important;
}

.width-percent-80 {
    width: 80% !important;
}

.width-percent-90 {
    width: 90% !important;
}

.width-percent-91 {
    width: 91% !important;
}

.width-percent-92 {
    width: 92% !important;
}

.width-percent-93 {
    width: 93% !important;
}

.width-percent-94 {
    width: 94% !important;
}

.width-percent-95 {
    width: 95% !important;
}

.full-width {
    width: 100% !important;
}

.max-width-42 {
    max-width: 42px !important;
}
.max-width-75 {
    max-width: 75px !important;
}

.max-width-percent-90 {
    max-width: 90% !important;
}

.min-width-35 {
    min-width: 35px !important;
}

.min-width-50 {
    min-width: 50px !important;
}

.min-width-60 {
    min-width: 60px !important;
}

.min-width-75 {
    min-width: 75px !important;
}

.min-width-100 {
    min-width: 100px !important;
}

.min-width-300 {
    min-width: 300px !important;
}

.min-width-percent-90 {
    min-width: 90% !important;
}

/* PADDING */
.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.p-6 {
    padding: 12px !important;
}

.p-7 {
    padding: 30px !important;
}

.p-8 {
    padding: 10px !important;
}

.p-9 {
    padding: 20px !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.px-6 {
    padding-right: 12px !important;
    padding-left: 12px !important;
}

.px-7 {
    padding-right: 30px !important;
    padding-left: 30px !important;
}

.px-8 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.px-9 {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.py-6 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.py-7 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.py-8 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.py-9 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.padding-0 {
    padding: 0px !important;
}

.padding-1 {
    padding: 1px !important;
}

.padding-2 {
    padding: 1px !important;
}

.padding-3 {
    padding: 3px !important;
}

.padding-4 {
    padding: 4px !important;
}

.padding-5 {
    padding: 5px !important;
}

.padding-10 {
    padding: 10px !important;
}

.padding-15 {
    padding: 15px !important;
}

.padding-20 {
    padding: 20px !important;
}

.padding-25 {
    padding: 25px !important;
}

.padding-bottom-100 {
    padding-bottom: 100px !important;
}

.padding-bottom-120 {
    padding-bottom: 120px !important;
}

.padding-left-1-5-rem {
    padding-left: 1.5rem !important;
}

.padding-left-1-rem &gt; ul {
    padding-left: 1rem !important;
}

.padding-left-0 {
    padding-left: 0px !important;
}

.padding-0-10 {
    padding: 0px 10px !important;
}

.padding-8-5 {
    padding: 8px 5px !important;
}

/* MARGIN */
.margin-left-0 {
    margin-left: 0px !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-left-12 {
    margin-left: 12px !important;
}

.margin-left-15 {
    margin-left: 15px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-left-25 {
    margin-left: 25px !important;
}

.margin-left-30 {
    margin-left: 30px !important;
}

.margin-left-35 {
    margin-left: 35px !important;
}

.margin-left-40 {
    margin-left: 40px !important;
}

.margin-left-50 {
    margin-left: 50px !important;
}

.margin-right-0 {
    margin-right: 0px !important;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.margin-right-12 {
    margin-right: 12px !important;
}

.margin-right-15 {
    margin-right: 15px !important;
}

.margin-right-20 {
    margin-right: 20px !important;
}

.margin-right-25 {
    margin-right: 25px !important;
}

.margin-right-30 {
    margin-right: 30px !important;
}

.margin-right-35 {
    margin-right: 35px !important;
}

.margin-right-40 {
    margin-right: 40px !important;
}

.margin-right-50 {
    margin-right: 50px !important;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-12 {
    margin-bottom: 12px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-25 {
    margin-bottom: 25px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-35 {
    margin-bottom: 35px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-35 {
    margin-top: 35px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.margin-top-0 {
    margin-top: 0px !important;
}
.margin-top-100 {
    margin-top: 100px !important;
}

.margin-top-150 {
    margin-top: 150px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

/* TABLE BACKGROUND */
.table-bg-adscientificindex {
    --bs-bg-opacity: 1;
    background-color: #f4f7fb !important;
}

/* COMPONENT/SECTION SPESÄ°FÄ°K */
section#scientist-profile #edit_add_button {
    width: 100% !important;
    text-align: center !important;
}

section#scientist-profile #edit_add_button a {
    margin: 0 auto !important;
    width: 100% !important;
}

section#scientist-profile #university_logo_button a {
    margin: 0 auto !important;
    width: 100% !important;
}

section#scientist-profile #print_your_certificate_button {
    width: 100% !important;
    text-align: center !important;
}

section#scientist-profile #print_your_certificate_button a {
    margin: 0 auto !important;
    width: 90% !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-17 {
    font-size: 17px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.font-size-19 {
    font-size: 19px !important;
}

.font-size-20 {
    font-size: 20px !important;
}

.font-size-21 {
    font-size: 21px !important;
}

.font-size-23 {
    font-size: 23px !important;
}

.font-size-25 {
    font-size: 25px !important;
}

.font-size-26 {
    font-size: 26px !important;
}

.font-size-27 {
    font-size: 27px !important;
}

.font-size-29 {
    font-size: 29px !important;
}

.font-size-31 {
    font-size: 31px !important;
}

.font-size-33 {
    font-size: 33px !important;
}

.font-size-35 {
    font-size: 35px !important;
}

.font-size-36 {
    font-size: 36px !important;
}

.font-size-37 {
    font-size: 37px !important;
}

.font-size-38 {
    font-size: 38px !important;
}

.font-size-39 {
    font-size: 39px !important;
}

.font-size-40 {
    font-size: 40px !important;
}

.font-size-48 {
    font-size: 48px !important;
}

.font-size-64 {
    font-size: 64px !important;
}

.text-bold {
    font-weight: bold;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.rounded-1 {
    border-radius: 0.2rem !important;
}

.rounded-2 {
    border-radius: 0.25rem !important;
}

.rounded-3 {
    border-radius: 0.3rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.p-6 {
    padding: 12px !important;
}

.p-7 {
    padding: 30px !important;
}

.p-8 {
    padding: 10px !important;
}

.p-9 {
    padding: 20px !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.px-6 {
    padding-right: 12px !important;
    padding-left: 12px !important;
}

.px-7 {
    padding-right: 30px !important;
    padding-left: 30px !important;
}

.px-8 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.px-9 {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.py-6 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.py-7 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.py-8 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.py-9 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.bg-light-danger {
    background-color: #FBF2EF !important;
}

.bg-light-warning {
    background-color: #FEF5E5 !important;
}

.bg-light-success {
    background-color: #E6FFFA !important;
}


.font-bold {
    font-weight: bold !important;
}

.font-style-1 p {
    font-size: 21px !important;
}

.font-size-12-bold {
    font-size: 12px !important;
    font-weight: bold !important;
}

.font-size-13-bold {
    font-size: 13px !important;
    font-weight: bold !important;
}

.font-size-14-bold {
    font-size: 14px !important;
    font-weight: bold !important;
}

.font-size-15-bold {
    font-size: 15px !important;
    font-weight: bold !important;
}

.font-size-16-bold {
    font-size: 16px !important;
    font-weight: bold !important;
}

.font-size-17-bold {
    font-size: 17px !important;
    font-weight: bold !important;
}

.font-size-18-bold {
    font-size: 18px !important;
    font-weight: bold !important;
}

.font-size-19-bold {
    font-size: 19px !important;
    font-weight: bold !important;
}

.font-size-20-bold {
    font-size: 20px !important;
    font-weight: bold !important;
}

.font-size-rem-0875 {
    font-size: 0.875rem !important;
}

.font-size-rem-1 {
    font-size: 1rem !important;
}

.font-size-rem-115 {
    font-size: 1.15rem !important;
}

.font-size-rem-125 {
    font-size: 1.25rem !important;
}

.font-size-rem-135 {
    font-size: 1.35rem !important;
}

.font-size-rem-150 {
    font-size: 1.50rem !important;
}

.font-size-rem-175 {
    font-size: 1.75rem !important;
}

.font-size-rem-185 {
    font-size: 1.85rem !important;
}

.font-size-rem-200 {
    font-size: 2rem !important;
}

.text-color-custom-1 {
    color: #607D8B !important;
}

.text-color-custom-2 {
    color: #2A3547 !important;
}

.text-adscientificindex-animated-text {
    color: #263996;
    text-decoration: none !important;
    font-size: 17px !important;
    animation-name: text-adscientificindex-animated-blinking;
    animation-duration: 3s;
    animation-iteration-count: 100;
}

@keyframes text-adscientificindex-animated-blinking {
    70% {
        opacity: 0.35;
        color: #263996;
    }
}

.modal-content {
    /* 80% of window height */
    height: 50%;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-25 {
    margin-top: 25px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

/* Extra small devices (phones, 600px and down) */
/*@media only screen and (max-width: 600px) {}*/

/* Small devices (portrait tablets and large phones, 600px and up) */
/*@media only screen and (min-width: 600px) {}*/

/* Medium devices (landscape tablets, 768px and up) */
/*@media only screen and (min-width: 768px) {}*/

/* Large devices (laptops/desktops, 992px and up) */
/*@media only screen and (min-width: 992px) {}*/

/* Extra large devices (large laptops and desktops, 1200px and up) */
/*@media only screen and (min-width: 1200px) {}*/

@media only screen and (max-width: 768px) {
    .vertical-text-only-mobile {
        writing-mode: vertical-rl;
        transform: rotate(180deg);
        white-space: nowrap;
        display: inline-block;
        overflow: visible;
    }

    .mobile-font-size-12 {
        font-size: 12px !important;
    }

    .mobile-font-size-13 {
        font-size: 13px !important;
    }

    .mobile-font-size-14 {
        font-size: 14px !important;
    }

    .mobile-font-size-15 {
        font-size: 15px !important;
    }

    .mobile-font-size-21 {
        font-size: 21px !important;
    }

    .mobile-font-size-23 {
        font-size: 23px !important;
    }

    .mobile-font-size-25 {
        font-size: 25px !important;
    }

    .mobile-font-size-27 {
        font-size: 27px !important;
    }

    .mobile-font-size-32 {
        font-size: 32px !important;
    }

    .mobile-margin-left-0 {
        margin-left: 0px !important;
    }

    .mobile-margin-left-5 {
        margin-left: 5px !important;
    }

    .mobile-margin-left-10 {
        margin-left: 10px !important;
    }

    .mobile-margin-top-0 {
        margin-top: 0px !important;
    }

    .mobile-margin-top-5 {
        margin-top: 5px !important;
    }

    .mobile-margin-top-10 {
        margin-top: 10px !important;
    }

    .mobile-margin-top-15 {
        margin-top: 15px !important;
    }

    .mobile-margin-top-20 {
        margin-top: 20px !important;
    }

    .mobile-margin-top-25 {
        margin-top: 25px !important;
    }

    .mobile-margin-top-30 {
        margin-top: 30px !important;
    }

    .mobile-margin-top-40 {
        margin-top: 40px !important;
    }

    .mobile-margin-top-50 {
        margin-top: 50px !important;
    }

    .mobile-margin-top-100 {
        margin-top: 100px !important;
    }

    .mobile-margin-bottom-0 {
        margin-bottom: 0px !important;
    }

    .mobile-margin-bottom-5 {
        margin-bottom: 5px !important;
    }

    .mobile-margin-bottom-10 {
        margin-bottom: 10px !important;
    }

    .mobile-margin-bottom-15 {
        margin-bottom: 15px !important;
    }

    .mobile-margin-bottom-20 {
        margin-bottom: 20px !important;
    }

    .mobile-margin-bottom-25 {
        margin-bottom: 25px !important;
    }

    .mobile-margin-bottom-30 {
        margin-bottom: 30px !important;
    }

    .mobile-margin-bottom-40 {
        margin-bottom: 40px !important;
    }

    .mobile-margin-bottom-50 {
        margin-bottom: 50px !important;
    }

    .vertical-text-only-mobile {
        writing-mode: horizontal-tb;
        display: inline-block;
        overflow: visible;
    }

    .mobile-text-center {
        text-align: center !important;
    }

    .mobile-text-left {
        text-align: left !important;
    }

    .mobile-flex-column {
        flex-direction: column !important;
    }

    .mobile-margin-0-auto {
        margin: 0 auto !important;
    }

    .mobile-full-width {
        width: 100% !important;
    }


}


.font-family-roboto {
    font-family: "Roboto-Bold", Arial, Tahoma !important;
}

.font-family-arial-rounded {
    font-family: ArialRounded, Arial, Tahoma !important;
}

.font-family-inter-sans-serif {
    font-family: "Inter", sans-serif !important;
    font-optical-sizing: auto;
}

.text-green {
    color: #1ed760 !important;
}

.text-smoked {
    color: #848884 !important;
}

.min-width-35 {
    min-width: 35px !important;
}

.min-width-75 {
    min-width: 75px !important;
}

.min-width-100 {
    min-width: 100px !important;
}


.width-30 {
    width: 30px !important;
}

.width-40 {
    width: 40px !important;
}

.width-50 {
    width: 50px !important;
}

.width-60 {
    width: 60px !important;
}

.width-75 {
    width: 75px !important;
}

.width-90 {
    width: 90px !important;
}

.width-100 {
    width: 100px !important;
}


.width-120 {
    width: 120px !important;
}


.width-125 {
    width: 125px !important;
}


.width-150 {
    width: 150px !important;
}

.width-190 {
    width: 190px !important;
}
.width-200 {
    width: 200px !important;
}

.max-width-75 {
    max-width: 75px !important;
}

.min-width-percent-90 {
    min-width: 90% !important;
}

.width-percent-10 {
    width: 10% !important;
}

.width-percent-20 {
    width: 20% !important;
}

.width-percent-30 {
    width: 30% !important;
}

.width-percent-70 {
    width: 70% !important;
}

.width-percent-80 {
    width: 80% !important;
}

.width-percent-90 {
    width: 90% !important;
}

.width-percent-91 {
    width: 91% !important;
}

.width-percent-92 {
    width: 92% !important;
}

.width-percent-93 {
    width: 93% !important;
}

.width-percent-94 {
    width: 94% !important;
}

.width-percent-95 {
    width: 95% !important;
}

.max-width-percent-90 {
    max-width: 90% !important;
}

.full-width {
    width: 100% !important;
}

.text-indent-2em {
    text-indent: 2em !important;
}

.text-indent-0 {
    text-indent: 0 !important;
}

.text-indent-0 &gt; p {
    text-indent: 0px !important;
}

.text-indent-0 &gt; p {
    text-indent: 0px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-35 {
    margin-top: 35px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}


.margin-left-0 {
    margin-left: 0px;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-left-17 {
    margin-left: 17px;
}

.margin-left-25 {
    margin-left: 25px;
}

.font-size-13 {
    font-size: 13px !important;
}

.font-size-11 {
    font-size: 11px !important;
}

.font-size-10 {
    font-size: 10px !important;
}

.font-size-9 {
    font-size: 9px !important;
}

.w-90 {
    width: 90% !important;
}

.font-bold {
    font-weight: bold !important;
}

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

.color-adscientificindex-3 {
    color: #0F24E7 !important;
}

.color-999999 {
    color: #999999 !important;
}

.color-666666 {
    color: #666666 !important;
}

.color-333333 {
    color: #333333 !important;
}

.color-blue {
    color: #026efb !important;
}

.color-black {
    color: #000000 !important;
}

.color-white {
    color: #ffffff !important;
}

.color-adscientificindex {
    color: #145CAB !important;
}

.color-adscientificindex-2 {
    color: #607D8B !important;
}

.color-link-1 {
    color: #0d6efd !important;
}

.color-red {
    color: #ce0000 !important;
}

.color-country-ranking {
    color: #85bd7f !important;
}

.text-color-white {
    color: #ffffff !important;
}

.text-color-white-all &gt; p {
    color: #ffffff !important;
}

.text-color-black {
    color: #000000 !important;
}

.text-color-red {
    color: #ce0000 !important;
}

.btn-adscientificindex {
    background-color: #253D9A !important;
    color: #ffffff !important;
}

.btn-adscientificindex-blue {
    background-color: #0079c9 !important;
    color: #ffffff !important;
}

.btn-adscientificindex-purple {
    background-color: #7752f5 !important;
    color: #ffffff !important;
}

.border-adscientificindex {
    border: 1px solid #253D9A !important;
}

.btn-adscientificindex2 {
    background-color: #5d87ff !important;
    color: #ffffff !important;
}

.btn-adscientificindex3 {
    background-color: #404074 !important;
    color: #ffffff !important;
}

.border-adscientificindex-purple {
    border: 1px solid #553CDF !important;
}

.border-adscientificindex2 {
    border: 1px solid #5d87ff !important;
}

.border-adscientificindex-top-1 {
    border-top: 1px #253D9A solid !important;
}

.border-adscientificindex-top-2 {
    border-top: 2px #253D9A solid !important;
}

.border-adscientificindex-top-3 {
    border-top: 3px #253D9A solid !important;
}

.text-bold {
    font-weight: bold;
}

.py-3-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}


.mobile-display-block {
    display: none !important;
}

.margin-top-25 {
    margin-top: 25px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-top-53 {
    margin-top: 53px !important;
}

.margin-top-55 {
    margin-top: 55px !important;
}

.margin-top-100 {
    margin-top: 100px !important;
}

.margin-top-150 {
    margin-top: 150px !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.sup-text {
    color: #FFFFFF;
    font-weight: bold;
    font-style: italic;
}


section#scientist-profile #edit_add_button {
    width: 100% !important;
    text-align: center !important;
}

section#scientist-profile #edit_add_button a {
    margin: 0 auto !important;
    width: 100% !important;
}

section#scientist-profile #university_logo_button a {
    margin: 0 auto !important;
    width: 100% !important;
}

section#scientist-profile #print_your_certificate_button {
    width: 100% !important;
    text-align: center !important;
}

section#scientist-profile #print_your_certificate_button a {
    margin: 0 auto !important;
    width: 90% !important;
}

.custom-fs-1 {
    font-size: .625rem !important
}

.custom-fs-2 {
    font-size: .75rem !important
}

.custom-fs-3 {
    font-size: .875rem !important
}

.custom-fs-4 {
    font-size: 1rem !important
}

.padding-0 {
    padding: 0px !important;
}

.padding-1 {
    padding: 1px !important;
}

.padding-2 {
    padding: 1px !important;
}

.padding-3 {
    padding: 3px !important;
}

.padding-4 {
    padding: 4px !important;
}

.padding-5 {
    padding: 5px !important;
}

.padding-10 {
    padding: 10px !important;
}

.padding-15 {
    padding: 15px !important;
}

.padding-20 {
    padding: 20px !important;
}

.padding-25 {
    padding: 25px !important;
}

.padding-left-15 {
    padding-left: 15px !important;
}

.padding-left-1-5-rem {
    padding-left: 1.5rem !important;
}


.padding-left-1-rem &gt; ul {
    padding-left: 1rem !important;
}

.padding-left-1-rem &gt; ul {
    padding-left: 1rem !important;
}

.padding-left-0 {
    padding-left: 0px !important;
}

.padding-left-15 {
    padding-left: 15px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.display-none {
    display: none !important;
}

.font-size-13 {
    font-size: 13px !important;
}

.font-size-11 {
    font-size: 11px !important;
}

.font-size-10 {
    font-size: 10px !important;
}

.font-size-9 {
    font-size: 9px !important;
}

.text-justify {
    text-align: justify;
}

.table-bg-adscientificindex {
    --bs-bg-opacity: 1;
    background-color: #f4f7fb !important;
}

.text-color-grey {
    color: #607D8B !important;
}

.text-color-999 {
    color: #999999 !important;
}

.text-color-888 {
    color: #888888 !important;
}

.text-color-777 {
    color: #777777 !important;
}

.text-color-666 {
    color: #666666 !important;
}

.text-color-555 {
    color: #555555 !important;
}

.text-color-444 {
    color: #444444 !important;
}

.text-color-333 {
    color: #333333 !important;
}

.text-color-222 {
    color: #222222 !important;
}

.text-color-111 {
    color: #111111 !important;
}

.border-bottom-1 {
    border-bottom: 1px #dee2e6 solid !important;
}

.font-style-2 {
    font-size: 12px !important;
    font-weight: bold !important;
    color: #607d8b;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-dotted {
    border-style: dotted !important;
}

.border-bottom-width-1 {
    border-bottom-width: 1px !important;
}

.border-color-1 {
    border-color: #253D9A !important;
}

.border-e {
    border-inline-end-width: 1px;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-pricing-1 {
    border-bottom: 1px #253D9A solid !important;
}

.border-pricing-right-1 {
    border-right: 1px #253D9A solid !important;
}


.text-adscientificindex {
    --bs-bg-opacity: 1;
    color: #263996 !important;
}

.text-justify {
    text-align: justify !important;
}

.padding-right-0 {
    padding-right: 0px !important;
}

.padding-right-1-rem {
    padding-right: 1rem !important;
}

.padding-right-07-rem {
    padding-right: 0.7rem !important;
}

.padding-top-0 {
    padding-top: 0px !important;
}

.padding-top-5 {
    padding-top: 5px !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-top-25 {
    padding-top: 25px !important;
}

.padding-top-35 {
    padding-top: 35px !important;
}

.padding-top-50 {
    padding-top: 50px !important;
}

.padding-top-60 {
    padding-top: 60px !important;
}

.padding-top-75 {
    padding-top: 75px !important;
}

.padding-top-80 {
    padding-top: 80px !important;
}

.padding-top-90 {
    padding-top: 90px !important;
}

.padding-top-100 {
    padding-top: 100px !important;
}

.padding-top-120 {
    padding-top: 120px !important;
}

.padding-top-125 {
    padding-top: 125px !important;
}

.padding-top-135 {
    padding-top: 135px !important;
}

.padding-top-150 {
    padding-top: 150px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.padding-bottom-20 {
    padding-bottom: 20px !important;
}

.padding-bottom-30 {
    padding-bottom: 30px !important;
}

.padding-bottom-40 {
    padding-bottom: 40px !important;
}

.padding-bottom-50 {
    padding-bottom: 50px !important;
}

.padding-bottom-60 {
    padding-bottom: 60px !important;
}

.padding-bottom-100 {
    padding-bottom: 100px !important;
}

.padding-bottom-120 {
    padding-bottom: 120px !important;
}

.padding-bottom-130 {
    padding-bottom: 130px !important;
}

.padding-bottom-140 {
    padding-bottom: 140px !important;
}

.padding-bottom-150 {
    padding-bottom: 150px !important;
}

.border-1 {
    border: 1px solid #D0D0D0;
}

.border-right-1 {
    border-right: 1px solid #D0D0D0;
}

.border-right-white-1 {
    border-right: 1px solid #FFFFFF;
}

.border-left-1 {
    border-left: 1px solid #D0D0D0;
}

.border-bottom-1X {
    border-bottom: 1px solid #D0D0D0 !important;
}

.border-right-adscientificindex-1 {
    border-right: 1px #253D9A solid !important;
}

.text-red {
    color: #ce0000 !important;
}

.line-height-normal {
    line-height: normal !important;
}

.line-height-0 {
    line-height: 0 !important;
}

.line-height-5 {
    line-height: 5px !important;
}

.line-height-10 {
    line-height: 10px !important;
}

.line-height-21 {
    line-height: 21px !important;
}

.line-height-24 {
    line-height: 24px !important;
}

.line-height-30 {
    line-height: 30px !important;
}

.line-height-90 {
    line-height: 90px;
}

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

.height-10 {
    height: 10px; /* You must set a specified height */
}

.height-20 {
    height: 20px; /* You must set a specified height */
}

.height-30 {
    height: 30px; /* You must set a specified height */
}

.height-40 {
    height: 40px; /* You must set a specified height */
}

.height-50 {
    height: 50px; /* You must set a specified height */
}

.height-55 {
    height: 55px; /* You must set a specified height */
}

.height-80 {
    height: 80px; /* You must set a specified height */
}

.height-90 {
    height: 90px; /* You must set a specified height */
}

.height-100 {
    height: 100px; /* You must set a specified height */
}

.height-110 {
    height: 110px; /* You must set a specified height */
}

.height-120 {
    height: 120px; /* You must set a specified height */
}

.height-130 {
    height: 130px; /* You must set a specified height */
}

.height-140 {
    height: 140px; /* You must set a specified height */
}

.height-150 {
    height: 150px; /* You must set a specified height */
}

.height-350 {
    height: 350px; /* You must set a specified height */
}

.height-375 {
    height: 375px; /* You must set a specified height */
}

.height-400 {
    height: 400px; /* You must set a specified height */
}


.shadow-0 {
    box-shadow: 0px 0px 0px transparent !important;
}

.font-weight-normal {
    font-weight: normal !important;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.min-height-30 {
    min-height: 30px !important;
}

.min-height-35 {
    min-height: 35px !important;
}

.min-height-40 {
    min-height: 40px !important;
}

.min-height-45 {
    min-height: 45px !important;
}

.min-height-70 {
    min-height: 70px !important;
}
.min-height-75 {
    min-height: 75px !important;
}

.min-height-80 {
    min-height: 80px !important;
}

.min-height-180 {
    min-height: 180px !important;
}

.min-height-185 {
    min-height: 185px !important;
}

.min-height-190 {
    min-height: 190px !important;
}

.min-height-200 {
    min-height: 200px !important;
}

.min-height-550 {
    min-height: 550px !important;
}

.min-height-680 {
    min-height: 680px !important;
}

.min-height-90 {
    min-height: 90px !important;
}

@media only screen and (max-width: 768px) {
    .mobile-min-height-auto {
        min-height: auto !important;
    }

    .mobile-width-100 {
        width: 100px !important;
    }

    .mobile-width-150 {
        width: 150px !important;
    }

    .mobile-width-200 {
        width: 200px !important;
    }

    .mobile-width-250 {
        width: 250px !important;
    }

    .mobile-width-300 {
        width: 300px !important;
    }

    .mobile-width-768 {
        width: 768px !important;
    }

    .mobile-width-970 {
        width: 970px !important;
    }

    .mobile-min-width-100 {
        min-width: 100px !important;
    }

    .mobile-min-width-150 {
        min-width: 150px !important;
    }

    .mobile-min-width-200 {
        min-width: 200px !important;
    }

    .mobile-min-width-250 {
        min-width: 250px !important;
    }

    .mobile-min-width-300 {
        min-width: 300px !important;
    }

    .mobile-min-width-768 {
        min-width: 768px !important;
    }

    .mobile-min-width-970 {
        min-width: 970px !important;
    }
}

.red-line del {
    position: relative;
    color: inherit;
    text-decoration: none;
}

.red-line del::before {
    content: '';
    position: absolute;
    top: 0.6em;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ce0000;
}

.hide {
    display: none;
}

.show {
    display: block;
}


.opacity-0 {
    opacity: 0 !important;
}

.opacity-25 {
    opacity: 0.25 !important;
}

.opacity-50 {
    opacity: 0.5 !important;
}

.opacity-75 {
    opacity: 0.75 !important;
}

.opacity-100 {
    opacity: 1 !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-visible {
    overflow: visible !important;
}

.overflow-scroll {
    overflow: scroll !important;
}

.overflow-x-auto {
    overflow-x: auto !important;
}

.overflow-x-hidden {
    overflow-x: hidden !important;
}

.overflow-x-visible {
    overflow-x: visible !important;
}

.overflow-x-scroll {
    overflow-x: scroll !important;
}

.border-radius {
    border-radius: 5px !important;
}

.border-radius-0 {
    border-radius: 0px !important;
}

.border-radius-50 {
    border-radius: 50px !important;
}

.border-radius-adscientificindex {
    border-radius: 3px !important;
    border: 1px #253D9A solid !important;
}

@media (max-width: 576px) {
    .mobile-border-radius {
        border-radius: 5px 5px 0 0 !important;
    }

    .overflow-x-mobile-scroll {
        overflow-x: scroll !important;
    }

}

.overflow-y-auto {
    overflow-y: auto !important;
}

.overflow-y-hidden {
    overflow-y: hidden !important;
}

.overflow-y-visible {
    overflow-y: visible !important;
}

.overflow-y-scroll {
    overflow-y: scroll !important;
}

/* === Utility Classes === */
.fz-9 {
    font-size: 9px !important;
}

.fz-10 {
    font-size: 10px !important;
}

.fz-11 {
    font-size: 11px !important;
}

.fz-12 {
    font-size: 12px !important;
}

.fz-13 {
    font-size: 13px !important;
}

.fz-14 {
    font-size: 14px !important;
}

.fz-15 {
    font-size: 15px !important;
}

.fz-16 {
    font-size: 16px !important;
}

.fz-17 {
    font-size: 17px !important;
}

.fz-18 {
    font-size: 18px !important;
}

.fz-19 {
    font-size: 19px !important;
}

.fz-20 {
    font-size: 20px !important;
}

.fz-21 {
    font-size: 21px !important;
}

.fz-22 {
    font-size: 22px !important;
}

.fz-23 {
    font-size: 23px !important;
}

.fz-24 {
    font-size: 24px !important;
}

.fz-25 {
    font-size: 25px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.border-none {
    border: none !important;
}

.vertical-align-bottom {
    display: inline-block;
    align-self: flex-end;
}

.vertical-align-top {
    vertical-align: top !important;
}

.vertical-align-middle {
    height: 100% !important;
    margin: auto !important;
    vertical-align: middle !important;
    align-items: center;
    justify-content: center;
}

.vertical-align-middle-2 {
    height: auto !important;
    margin: auto !important;
    vertical-align: middle !important;
    align-items: center;
    justify-content: center;
}

.flex-0-0-10 {
    flex: 0 0 10% !important;
    max-width: 10% !important;
}

.flex-0-0-15 {
    flex: 0 0 15% !important;
    max-width: 15% !important;
}

.flex-0-0-20 {
    flex: 0 0 20% !important;
    max-width: 20% !important;
}

.flex-0-0-25 {
    flex: 0 0 25% !important;
    max-width: 25% !important;
}

.flex-0-0-30 {
    flex: 0 0 30% !important;
    max-width: 30% !important;
}

.flex-0-0-40 {
    flex: 0 0 40% !important;
    max-width: 40% !important;
}

.flex-0-0-50 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
}

.flex-0-0-60 {
    flex: 0 0 60% !important;
    max-width: 60% !important;
}

.flex-0-0-70 {
    flex: 0 0 70% !important;
    max-width: 70% !important;
}

.flex-0-0-75 {
    flex: 0 0 75% !important;
    max-width: 75% !important;
}

.flex-0-0-80 {
    flex: 0 0 80% !important;
    max-width: 80% !important;
}

.flex-0-0-85 {
    flex: 0 0 85% !important;
    max-width: 85% !important;
}

.flex-0-0-90 {
    flex: 0 0 90% !important;
    max-width: 90% !important;
}

.list-style-none {
    list-style: none !important;
}

/* KÃ¼Ã§Ã¼k Mobil Cihazlar */
@media screen and (min-width: 0) and (max-width: 575px) {
    .py-3-2 {
        padding-top: .75rem !important;
        padding-bottom: .75rem !important;
    }

    .mobile-my-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .mobile-my-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .mobile-my-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .mobile-my-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .mobile-my-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .mobile-my-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .mobile-my-6 {
        margin-top: 12px !important;
        margin-bottom: 12px !important;
    }

    .mobile-my-7 {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }

    .mobile-my-8 {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .mobile-my-9 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .mobile-my-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mobile-px-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .mobile-px-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .mobile-px-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .mobile-px-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .mobile-px-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .mobile-px-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .mobile-px-6 {
        padding-right: 12px !important;
        padding-left: 12px !important;
    }

    .mobile-px-7 {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }

    .mobile-px-8 {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .mobile-px-9 {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    .mobile-py-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .mobile-py-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .mobile-py-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .mobile-py-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .mobile-py-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .mobile-py-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .mobile-py-6 {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }

    .mobile-py-7 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .mobile-py-8 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .mobile-py-9 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .mobile-display-block {
        display: block !important;
    }

    .mobile-padding-0 {
        padding: 0px !important;
    }

    .mobile-padding-bottom-0 {
        padding-bottom: 0px !important;
    }

    .mobile-padding-top-0 {
        padding-top: 0px !important;
    }

    .mobile-padding-top-5 {
        padding-top: 5px !important;
    }

    .mobile-padding-top-10 {
        padding-top: 10px !important;
    }

    .mobile-padding-top-15 {
        padding-top: 15px !important;
    }

    .mobile-padding-top-20 {
        padding-top: 20px !important;
    }

    .mobile-padding-top-25 {
        padding-top: 25px !important;
    }

    .mobile-padding-top-30 {
        padding-top: 30px !important;
    }

    .mobile-padding-top-40 {
        padding-top: 40px !important;
    }

    .mobile-padding-top-50 {
        padding-top: 50px !important;
    }

    .height-auto {
        height: auto !important;
    }

    .mt-mobile-zero {
        margin-top: 0px !important;
    }

    .mt-mobile-5 {
        margin-top: 5px !important;
    }

    .mb-mobile-zero {
        margin-bottom: 0px !important;
    }

    .mb-mobile-5 {
        margin-bottom: 5px !important;
    }

    .padding-mobile-0 {
        padding: 0 !important;
    }

    .pl-mobile-0 {
        padding-left: 0 !important;
    }

    .pl-mobile-5 {
        padding-left: 5px !important;
    }

    .pl-mobile-10 {
        padding-left: 10px !important;
    }

    .pr-mobile-0 {
        padding-right: 0 !important;
    }

    .mobile-flex-0-0-100 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .mobile-flex-0-0-10 {
        flex: 0 0 10% !important;
        max-width: 10% !important;
    }

    .mobile-flex-0-0-15 {
        flex: 0 0 15% !important;
        max-width: 15% !important;
    }

    .mobile-flex-0-0-20 {
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }

    .mobile-flex-0-0-25 {
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }

    .mobile-flex-0-0-30 {
        flex: 0 0 30% !important;
        max-width: 30% !important;
    }

    .mobile-flex-0-0-40 {
        flex: 0 0 40% !important;
        max-width: 40% !important;
    }

    .mobile-flex-0-0-50 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    .mobile-flex-0-0-60 {
        flex: 0 0 60% !important;
        max-width: 60% !important;
    }

    .mobile-flex-0-0-70 {
        flex: 0 0 70% !important;
        max-width: 70% !important;
    }

    .mobile-flex-0-0-75 {
        flex: 0 0 75% !important;
        max-width: 75% !important;
    }

    .mobile-flex-0-0-80 {
        flex: 0 0 80% !important;
        max-width: 80% !important;
    }

    .mobile-flex-0-0-85 {
        flex: 0 0 85% !important;
        max-width: 85% !important;
    }

    .mobile-flex-0-0-90 {
        flex: 0 0 90% !important;
        max-width: 90% !important;
    }
}

/* KÃ¼Ã§Ã¼k Ekranlar (Large Mobile Devices) */
@media screen and (min-width: 575px) and (max-width: 767px) {
    /* KÃ¼Ã§Ã¼k ekranlar iÃ§in stiller */
}

/* Tablet devices */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    /* Tablet cihazlar iÃ§in stiller */
}

/* Phone &amp; Tablet devices */
@media screen and (min-width: 0) and (max-width: 1024px) {
    .mobile-min-content {
        width: min-content !important;
    }

    .mobile-max-content {
        width: max-content !important;
    }

    .mobile-fit-content {
        width: fit-content !important;
    }

    .mobile-width-auto {
        width: auto !important;
    }

    .mobile-width-percent-5 {
        width: 10% !important;
    }

    .mobile-width-percent-10 {
        width: 10% !important;
    }

    .mobile-width-percent-20 {
        width: 20% !important;
    }

    .mobile-width-percent-25 {
        width: 25% !important;
    }

    .mobile-width-percent-30 {
        width: 30% !important;
    }

    .mobile-width-percent-70 {
        width: 70% !important;
    }

    .mobile-width-percent-80 {
        width: 80% !important;
    }

    .mobile-width-percent-90 {
        width: 90% !important;
    }

    .mobile-width-percent-91 {
        width: 91% !important;
    }

    .mobile-width-percent-92 {
        width: 92% !important;
    }

    .mobile-width-percent-93 {
        width: 93% !important;
    }

    .mobile-width-percent-94 {
        width: 94% !important;
    }

    .mobile-width-percent-95 {
        width: 95% !important;
    }
}

/* MasaÃ¼stÃ¼ cihazlar iÃ§in stiller */
@media screen and (min-width: 1025px) {
    /* MasaÃ¼stÃ¼ cihazlar iÃ§in stiller */
}

/* BÃ¼yÃ¼k Ekranlar (Larger Desktop) */
@media screen and (min-width: 1200px) {
    /* BÃ¼yÃ¼k ekranlar iÃ§in stiller */
}

.rotate-180 {
    transform: rotate(180deg);
}</pre></body></html>