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;
    1min-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-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;
}

.country-menu-scroll {
    overflow-y: scroll;
    max-height: 150px;
}

.border-red-1 {
    border: 1px solid #FF0000 !important;
}

.border-light-gray-1 {
    border: 1px solid #DCDCDC !important;
}

.border-color-red {
    border-color: #FF0000 !important;
}

.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;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.is-hide {
    display: none;
}
/*
.btn-white {
    background-color: white !important;
}*/

.dropdown-toggle.changed:after {
    color: #b5b8bb;
}
