x /*! 
 Name : site.css
 Description : StartTheGame.com  Web UI main CSS file.
 Author : Kerem Burak
 Created : 02.11.2024
*/
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
}

/* custom style classes */

.bg-green {
    --gk-bg-opacity: 1;
    background-color: #00A354 !important;
    color: white !important
}

.bg-purple {
    --gk-bg-opacity: 1;
    background-color: #000080 !important;
    color: white !important
}

.footer-link-color {
    color: white !important;
}

    .footer-link-color:hover {
        color: white !important;
    }

.btn-outline-green {
    --gk-btn-color: #00A354;
    --gk-btn-border-color: #00A354;
    --gk-btn-hover-color: #fff;
    --gk-btn-hover-bg: #00A354;
    --gk-btn-hover-border-color: #00A354;
    --gk-btn-focus-shadow-rgb: 117, 79, 254;
    --gk-btn-active-color: #fff;
    --gk-btn-active-bg: #00A354;
    --gk-btn-active-border-color: #00A354;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #00A354;
    --gk-btn-disabled-bg: transparent;
    --gk-btn-disabled-border-color: #00A354;
    --gk-gradient: none
}

.btn-outline-purple {
    --gk-btn-color: #000080;
    --gk-btn-border-color: #000080;
    --gk-btn-hover-color: #fff;
    --gk-btn-hover-bg: #010080;
    --gk-btn-hover-border-color: #010080;
    --gk-btn-focus-shadow-rgb: 117, 79, 254;
    --gk-btn-active-color: #fff;
    --gk-btn-active-bg: #000080;
    --gk-btn-active-border-color: #000080;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #000080;
    --gk-btn-disabled-bg: transparent;
    --gk-btn-disabled-border-color: #000080;
    --gk-gradient: none
}

.navbar-toggler-stg {
    /*border: 1px solid #00A354 !important;*/
    border: 1px solid #000080 !important;
}

.icon-bar-stg {
    /*background-color: #00A354 !important;*/
    background-color: #000080 !important;
}

.error-message {
    background-color: #FFDDD6;
    color: #A14936;
    display: table;
    margin: 0 auto;
}

.system-error {
    text-align: center;
    border: 0.5px solid #FFDDD6;
    background-color: #FFDDD6;
    border-radius: 5px
}

.btn-stg-primary {
    --gk-btn-color: #fff;
    --gk-btn-bg: #754ffe;
    --gk-btn-border-color: #754ffe;
    --gk-btn-hover-color: #fff;
    --gk-btn-hover-bg: #6343d8;
    --gk-btn-hover-border-color: #5e3fcb;
    --gk-btn-focus-shadow-rgb: 138,105,254;
    --gk-btn-active-color: #fff;
    --gk-btn-active-bg: #5e3fcb;
    --gk-btn-active-border-color: #583bbf;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --gk-btn-disabled-color: #fff;
    --gk-btn-disabled-bg: #754ffe;
    --gk-btn-disabled-border-color: #754ffe
}

.btn-stg-purple {
    --gk-btn-color: #fff;
    --gk-btn-bg: #000080;
    --gk-btn-border-color: #000080;
    --gk-btn-hover-color: #fff;
    --gk-btn-hover-bg: #001080;
    --gk-btn-hover-border-color: #001080;
    --gk-btn-focus-shadow-rgb: 86,175,128;
    --gk-btn-active-color: #fff;
    --gk-btn-active-bg: #010180;
    --gk-btn-active-border-color: #010180;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --gk-btn-disabled-color: #fff;
    --gk-btn-disabled-bg: #000080;
    --gk-btn-disabled-border-color: #000080
}

.btn-stg-pinko {
    --gk-btn-color: #fff;
    --gk-btn-bg: #F1A8A8;
    --gk-btn-border-color: F1A8A8;
    --gk-btn-hover-color: #fff;
    --gk-btn-hover-bg: #F2ADBB;
    --gk-btn-hover-border-color: #F2ADBB;
    --gk-btn-focus-shadow-rgb: 86,175,128;
    --gk-btn-active-color: #fff;
    --gk-btn-active-bg: #EF98AA;
    --gk-btn-active-border-color: #EF98AA;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --gk-btn-disabled-color: #fff;
    --gk-btn-disabled-bg: #F1A8A8;
    --gk-btn-disabled-border-color: #F1A8A8
}


.div-container span {
    display: block;
    height: 50%;
}

.div-container {
    height: 50px;
}

    .div-container span.top {
        display: flex;
        align-items: flex-end;
    }

.my-nav-link-active {
    background-color: #e2e8f0 !important;
    /*color: #64748b !important*/
}

.nav-link:hover {
    color: cornflowerblue !important;
    text-decoration: underline !important
}

.input-group > input.sendemail {
    flex: 0 1 300px;
}

.logo-text {
    /*font-family: 'Helvetica Narrow', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;*/
    font-family: 'Poppins';
    font-stretch: condensed;
}

.text-navy-blue {
    color: #000080 !important;
}

.checkbox-custom-color-darkgray {
    border-color: var(--gk-gray-500) !important;
}

.select2-selection--multiple:before {
    content: "";
    position: absolute;
    right: 12px;
    top: 42%;
    border-top: 5px solid #888;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.select2-selection.select2-selection--single {
    padding-right: 50px !important;
}

.right-arrow-icon-holder {
    position: relative;
}

    .right-arrow-icon-holder .fa {
        position: absolute;
        line-height: 24px;
        top: 42%;
        margin-top: -12px; /* Half of line height to keep left middle postion of container */
        right: 10px;
    }

.modal-content-height400 {
    min-height: 400px;
}

.modal-content-height500 {
    min-height: 500px;
}

/* Modern Filled Tabs */
/*.modern-tabs {
    background: white;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08);
}

    .modern-tabs .nav-tabs {
        border: none;
        gap: 0.5rem;
        margin-bottom: 1.5rem;
    }

    .modern-tabs .nav-link {
        border: none;
        padding: 1rem 1.5rem;
        border-radius: 0.5rem;
        font-weight: 500;
        color: #6c757d;
        transition: all 0.3s ease;
    }

        .modern-tabs .nav-link:hover {
            background: #f8f9fa;
            color: #0d6efd;
        }

        .modern-tabs .nav-link.active {
            background: #0d6efd;
            color: white;
        }
*/
/* Content Animation */
.tab-pane.fade {
    transition: all 0.2s ease-out;
}

    .tab-pane.fade.show {
        animation: fadeIn 0.5s ease-out;
    }

/*@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}*/

/*.my-link {
}

    .my-link:hover {
        color: #ffffff !important;
        background-color: #593cc1 !important;
        text-decoration: none !important;
    }*/

/* btn-stg-light */

.btn-stg-light {
    color: #000000;
    background-color: #DDDBDE;
    border-color: #FFFFFF;
}

    .btn-stg-light:hover,
    .btn-stg-light:focus,
    .btn-stg-light:active,
    .btn-stg-light.active,
    .open .dropdown-toggle.btn-stg-light {
        color: #000000;
        background-color: #A5A3A8;
        border-color: #FFFFFF;
    }

    .btn-stg-light:active,
    .btn-stg-light.active,
    .open .dropdown-toggle.btn-stg-light {
        background-image: none;
    }

    .btn-stg-light.disabled,
    .btn-stg-light[disabled],
    fieldset[disabled] .btn-stg-light,
    .btn-stg-light.disabled:hover,
    .btn-stg-light[disabled]:hover,
    fieldset[disabled] .btn-stg-light:hover,
    .btn-stg-light.disabled:focus,
    .btn-stg-light[disabled]:focus,
    fieldset[disabled] .btn-stg-light:focus,
    .btn-stg-light.disabled:active,
    .btn-stg-light[disabled]:active,
    fieldset[disabled] .btn-stg-light:active,
    .btn-stg-light.disabled.active,
    .btn-stg-light[disabled].active,
    fieldset[disabled] .btn-stg-light.active {
        background-color: #DDDBDE;
        border-color: #FFFFFF;
    }

    .btn-stg-light .badge {
        color: #DDDBDE;
        background-color: #000000;
    }

/* btn-stg-light - EOF */

.sidenav.navbar .navbar-nav .active > .nav-link {
    background-color: var(--gk-gray-900) !important;
}

.bootstrap-select {
    border: 1px solid #E5E5E5 !important;
}

/*Profile Pic Start*/
.picture-container {
    position: relative;
    cursor: pointer;
    text-align: center;
}

.picture {
    width: 106px;
    height: 106px;
    background-color: #999999;
    border: 4px solid #CCCCCC;
    color: #FFFFFF;
    border-radius: 50%;
    margin: 0px auto;
    overflow: hidden;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s;
}

    .picture:hover {
        border-color: #2ca8ff;
        transition: all 0.2s ease;
    }

.content.ct-wizard-green .picture:hover {
    border-color: #05ae0e;
}

.content.ct-wizard-blue .picture:hover {
    border-color: #3472f7;
}

.content.ct-wizard-orange .picture:hover {
    border-color: #ff9500;
}

.content.ct-wizard-red .picture:hover {
    border-color: #ff3b30;
}

.picture input[type="file"] {
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0 !important;
    position: absolute;
    top: 0;
    width: 100%;
}

.picture-src {
    width: 100%;
}
/*Profile Pic End*/

.iti {
    width: 100% !important;
}

.select-menu-scroll {
    overflow-y: scroll;
    max-height: 150px;
}

.border-red-1 {
    border: 1px solid #FF0000 !important;
    border-radius: 5px;
    /*  background-image: url("data:image/svg+xml; charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc2626' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc2626' stroke='none'/%3E%3C/svg%3E");
    background-position: right calc(.4em + .25rem) center;
    background-repeat: no-repeat;
    background-size: calc(.8em + .5rem) calc(.8em + .5rem);
    border-color: var(--gk-form-invalid-border-color);
    padding-right: calc(1.6em + 1rem)*/
}

.border-light-gray-1 {
    border: 1px solid #DCDCDC !important;
}

.border-color-red {
    border-color: #FF0000 !important;
}

.border-red-radius {
    border: 1.5px solid #FF0000 !important;
    border-radius: 6px;
}

.height-100 {
    height: 100px !important;
}


.avatar-selection:before {
    border: 2px solid var(--gk-white);
    border-radius: 50%;
    bottom: 15%;
    content: "";
    display: table;
    height: 30%;
    position: absolute;
    right: 8%;
    width: 30%
}

.btn-file {
    cursor: pointer !important;
}

.bi-folder2-open {
    cursor: pointer !important;
}

.border-bottom-gray-2 {
    border-bottom: 2px solid #CCCCCC;
}

/* btn STg dark sky blue */
.btn-stg-dark-sky-blue {
    color: #FFFFFF;
    background-color: #454599;
    border-color: #160D45;
}

    .btn-stg-dark-sky-blue:hover,
    .btn-stg-dark-sky-blue:focus,
    .btn-stg-dark-sky-blue:active,
    .btn-stg-dark-sky-blue.active,
    .open .dropdown-toggle.btn-stg-dark-sky-blue {
        color: #FFFFFF;
        background-color: #38267C;
        border-color: #160D45;
    }

    .btn-stg-dark-sky-blue:active,
    .btn-stg-dark-sky-blue.active,
    .open .dropdown-toggle.btn-stg-dark-sky-blue {
        background-image: none;
    }

    .btn-stg-dark-sky-blue.disabled,
    .btn-stg-dark-sky-blue[disabled],
    fieldset[disabled] .btn-stg-dark-sky-blue,
    .btn-stg-dark-sky-blue.disabled:hover,
    .btn-stg-dark-sky-blue[disabled]:hover,
    fieldset[disabled] .btn-stg-dark-sky-blue:hover,
    .btn-stg-dark-sky-blue.disabled:focus,
    .btn-stg-dark-sky-blue[disabled]:focus,
    fieldset[disabled] .btn-stg-dark-sky-blue:focus,
    .btn-stg-dark-sky-blue.disabled:active,
    .btn-stg-dark-sky-blue[disabled]:active,
    fieldset[disabled] .btn-stg-dark-sky-blue:active,
    .btn-stg-dark-sky-blue.disabled.active,
    .btn-stg-dark-sky-blue[disabled].active,
    fieldset[disabled] .btn-stg-dark-sky-blue.active {
        background-color: #454599;
        border-color: #160D45;
    }

    .btn-stg-dark-sky-blue .badge {
        color: #454599;
        background-color: #FFFFFF;
    }

.div-box {
    transition: all .3s linear;
    opacity: 1;
    transform: translateY(0px);
}

    .div-box.div-hide-bottom {
        opacity: 0;
        transform: translateY(30px);
    }

.table_morecondensed > thead > tr > th,
.table_morecondensed > tbody > tr > th,
.table_morecondensed > tfoot > tr > th,
.table_morecondensed > thead > tr > td,
.table_morecondensed > tbody > tr > td,
.table_morecondensed > tfoot > tr > td {
    padding: 2px;
}

.ease-load {
    opacity: 0;
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    -ms-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
}

.bs-placeholder {
    color: darkgrey !important;
    background-color: white !important;
}

.blue-arrow {
    color: dodgerblue !important;
}

.mr-7 {
    margin-right: 7px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-12 {
    margin-right: 12px;
}

.mr-n4 {
    margin-right: -4px;
}

.mr-n7 {
    margin-right: -7px;
}

.mr-n10 {
    margin-right: -10px;
}

.list-item {
    padding-left: 15px !important;
    background-color: var(--gk-list-group-bg);
    color: var(--gk-list-group-color);
    display: block;
    position: relative
}

.overlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

.sidenav.navbar .navbar-nav .nav-item .nav-link[data-bs-toggle="collapse"]:after {
    content: "\e92e";
    display: block;
    font-family: Feather;
    margin-left: auto;
    position: absolute;
    right: 1.5rem;
    transition: .5s ease;
    /*opacity: .9;*/
    /*color: red;*/
}

.navbar-vertical .navbar-nav .nav-item [aria-expanded=true].nav-link[data-bs-toggle=collapse]:after {
    transform: rotate(180deg);
    transition: all .3s ease-in
}

.sidenav.navbar .navbar-nav .nav-item [aria-expanded=true].nav-link[data-bs-toggle="collapse"]:after {
    transform: rotate(180deg);
    transition: all .3s ease-in
}

/*.sidenav.navbar .navbar-nav .nav-item .nav-link .sub-link-text:before {
    content: "\203A";
    display: block;
    font-family: Feather;
    font-weight: bolder;
    position: absolute;
    stroke-width: 3;
    left: -1px;
    bottom: 8px;*/
/*right: 1.5rem;*/
/*transition: .5s ease;*/
/*opacity: .9;*/
/*color: red;*/
/*}*/

.my-m15-left {
    margin-left: 1px;
}

/***********************************************************/
@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.is-hide {
    display: none;
}
/*
.btn-white {
    background-color: white !important;
}*/

.dropdown-toggle.changed:after {
    color: #b5b8bb;
}


.select2-selection__placeholder {
    font-size: 14px;
}

.select2-option-style {
    font-size: 14px;
    padding: -1px !important;
    width: min-content;
}

.date-menu-item-qna {
    cursor: pointer;
    width: 100%;
}

.stg-logo span {
    color: #0A007D;
}

    .stg-logo span:nth-child(2n+1) {
        color: #F1A8A8;
    }

.p-data {
    counter-reset: list;
}

    .p-data > li {
        list-style: none;
        position: relative;
    }

        .p-data > li:before {
            counter-increment: list;
            content: counter(list, lower-alpha) ") ";
            position: absolute;
            left: -1.4em;
        }

.btn:hover {
    border-color: #CCD5E2 !important;
}

.btn-profile-date {
    --gk-btn-color: #354156;
    --gk-btn-border-color: #CCD5E2;
    --gk-btn-hover-color: none;
    --gk-btn-hover-bg: none;
    --gk-btn-hover-border-color: none;
    --gk-btn-focus-shadow-rgb: none;
    --gk-btn-active-color: none;
    --gk-btn-active-bg: #ffffff;
    --gk-btn-active-border-color: #CCD5E2;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --gk-btn-disabled-color: #CCD5E2;
    --gk-btn-disabled-bg: transparent;
    --gk-btn-disabled-border-color: #CCD5E2;
    --gk-gradient: none;
    --gk-btn-font-weight: 400 !important;
    min-width: 50px !important;
    width: 100%;
}

    .btn-profile-date:focus {
        background-color: var(--gk-input-bg);
        border-color: var(--gk-input-focus-border);
        box-shadow: var(--gk-input-focus-box-shadow);
        color: var(--gk-body-color);
        outline: 0
    }

.stg-input-control {
    /*width: 50% !important;*/
    min-width: 115px;
}

.span-padding-088rem {
    padding: 0.5rem 0.88rem;
}

.sidebar-toggle-initial-display-hidden {
    display: none;
}

.my-alert {
    background: none !important;
    background-color: #ffffff !important;
    color: #000000 !important;
}

.my-button-250px {
    width: 250px;
    max-width: 100%;
    padding: 10px;
}

/* admin-add marathon - image uploader */

.img-div {
    position: relative;
    width: 46%;
    float: left;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    max-width: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.img-div:hover .image {
    opacity: 0.3;
}

.img-div:hover .middle {
    opacity: 1;
}

div[disabled] {
    pointer-events: none; /* <--- key point */
    opacity: 0.7;
}

.bg-color-lily {
    background-color: #F5F1FE;
}

.button-link {
    background-color: transparent;
    border: none;
}

    .button-link:hover {
        color: blue;
        text-decoration: underline;
    }

.w-grid-column-100 {
    width: 100px !important;
}

a[disabled] {
    pointer-events: none; /* <--- key point */
    opacity: 0.7;
}

.register-link-inactive {
    color: #afb9c7 !important;
}

.register-link-active {
    color: #6e00ff !important;
    cursor: pointer;
}

.social-login-bg {
    width: 3rem !important;
    height: 3rem !important;
}

.btn-pager {
    cursor: pointer !important;
}

.hide-element {
    display: none;
}

/*@media screen and (min-width: 668px) {
    #content {
        display: flex !important;
    }
}

@media screen and (max-width: 667px) {
    #content {
        display: block !important;
    }
}*/

/*@font-face {
    font-family: "Cooperative Regular";
    src: url("https://db.onlinewebfonts.com/t/74617c24138f5a2dac1287f09a23550b.eot");
    src: url("https://db.onlinewebfonts.com/t/74617c24138f5a2dac1287f09a23550b.eot?#iefix")format("embedded-opentype"), url("https://db.onlinewebfonts.com/t/74617c24138f5a2dac1287f09a23550b.woff2")format("woff2"), url("https://db.onlinewebfonts.com/t/74617c24138f5a2dac1287f09a23550b.woff")format("woff"), url("https://db.onlinewebfonts.com/t/74617c24138f5a2dac1287f09a23550b.ttf")format("truetype"), url("https://db.onlinewebfonts.com/t/74617c24138f5a2dac1287f09a23550b.svg#Cooperative Regular")format("svg");
}
*/


.lds-facebook,
.lds-facebook div {
    box-sizing: border-box;
}

.lds-facebook {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-facebook div {
        display: inline-block;
        position: absolute;
        left: 8px;
        width: 16px;
        background: #38267C;
        animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
    }

        .lds-facebook div:nth-child(1) {
            left: 8px;
            animation-delay: -0.24s;
        }

        .lds-facebook div:nth-child(2) {
            left: 32px;
            animation-delay: -0.12s;
        }

        .lds-facebook div:nth-child(3) {
            left: 56px;
            animation-delay: 0s;
        }

@keyframes lds-facebook {
    0% {
        top: 8px;
        height: 64px;
    }

    50%, 100% {
        top: 24px;
        height: 32px;
    }
}



.lds-hourglass {
    /* change color here */
    color: #1c4c5b
}

    .lds-hourglass,
    .lds-hourglass:after {
        box-sizing: border-box;
    }

.lds-hourglass {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-hourglass:after {
        content: " ";
        display: block;
        border-radius: 50%;
        width: 0;
        height: 0;
        margin: 8px;
        box-sizing: border-box;
        border: 32px solid currentColor;
        border-color: currentColor transparent currentColor transparent;
        animation: lds-hourglass 1.2s infinite;
    }

@keyframes lds-hourglass {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    100% {
        transform: rotate(1800deg);
    }
}

/* HTML: <div class="loader"></div> */
/*.saving-loader {
    width: 120px;
    height: 22px;
    border-radius: 40px;
    color: #FFFFFF;
    border: 2px solid;
    position: relative;
    overflow: hidden;
}

    .saving-loader::before {
        content: "";
        position: absolute;
        margin: 2px;
        width: 14px;
        top: 0;
        bottom: 0;
        left: -20px;
        border-radius: inherit;
        background: currentColor;
        box-shadow: -10px 0 12px 3px currentColor;
        clip-path: polygon(0 5%, 100% 0,100% 100%,0 95%,-30px 50%);
        animation: l14 1s infinite linear;
    }

@keyframes l14 {
    100% {
        left: calc(100% + 20px)
    }
}*/

.saving-loader {
    place-self: center;
    background: linear-gradient(90deg, #6495ED, #ccc, #6495ED) -100%/ 200%;
    /* being excessively careful with compat, 
	 * though this has been supported unprefixed and 
	 * in the shorthand across major browsers for a while */
    -webkit-background-clip: text;
    background-clip: text;
    /* use color, don't use -webkit-text-fill-color anymore, 
	 * was meant to solve a problem we haven't had in years */
    color: transparent;
    font: 600 clamp(2em, 4vw, 5em) exo;
    font-family: 'Cosmic', sans-serif;
    animation: shimmer 2s linear infinite
}

@keyframes shimmer {
    to {
        background-position: 100%
    }
}

/* HTML: <div class="loader"></div> */
.loader {
    width: 60px;
    aspect-ratio: 1;
    border-radius: 50%;
    -webkit-mask: linear-gradient(0deg,#000 55%,#0000 0) bottom/100% 18.18%;
    background: linear-gradient(#6495ED 0 0) bottom/100% 0% no-repeat #ddd;
    animation: l8 2s infinite steps(7);
}

@keyframes l8 {
    100% {
        background-size: 100% 115%
    }
}
