﻿
/* ------------------------------------------------------------------------------
 *
 *  # Bootstrap file input
 *
 *  File input styling for Bootstrap 3.0
 *
 *  Version: 1.3
 *  Latest update: Aug 10, 2016
 *
 * ---------------------------------------------------------------------------- */
/*.file-input.has-error .form-control {
    border-color: #ddd;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (min-width: 769px) {
    .file-input .btn > [class*=icon-],
    .file-input .btn > .glyphicon {
        margin-right: 5px;
    }
}

.file-object {
    margin: 0 0 -7px 0;
    padding: 0;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        text-align: right;
        opacity: 0;
        background: none repeat scroll 0 0 transparent;
        cursor: inherit;
        display: block;
    }

.file-caption-name {
    display: inline-block;
    overflow: hidden;
    word-break: break-all;
}

    .file-caption-name [class*=icon-],
    .file-caption-name .glyphicon {
        margin-right: 7px;
    }

.file-input-new .file-caption-name {
    color: #999999;
}

    .file-input-new .file-caption-name > [class*=icon-],
    .file-input-new .file-caption-name > .glyphicon {
        display: none;
    }

.file-error-message {
    position: relative;
    background-color: #f2dede;
    color: #a94442;
    text-align: center;
    border-radius: 3px;
    padding: 10px;
    margin: 0 5px 5px 5px;
}

.file-drop-zone .file-error-message {
    margin-top: 5px;
}

.file-error-message .close {
    margin-top: 1px;
    color: #a94442;
}

.file-error-message pre,
.file-error-message ul {
    margin: 7px 0;
    text-align: left;
}

.file-caption-disabled {
    background-color: #fafafa;
    cursor: not-allowed;
}

    .file-caption-disabled .file-caption-name {
        color: #ccc;
    }

.file-preview-detail-modal {
    text-align: left;
}

.file-preview {
    border-radius: 2px;
    border: 1px solid #ddd;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}

    .file-preview > .close {
        font-weight: 400;
        font-size: 17px;
        position: absolute;
        top: 0;
        right: 0;
        background-color: #fff;
        padding: 8px;
        line-height: 0.6;
        border-radius: 3px;
        color: #555;
        opacity: 1;
        filter: alpha(opacity=100);
    }

.file-preview-frame {
    margin: 7px;
    margin-right: 0;
    height: 160px;
    display: table;
    float: left;
    vertical-align: middle;
}

.file-drop-zone .file-preview-frame {
    border: 1px solid #ddd;
    border-radius: 3px;
}

.file-preview-image {
    height: 160px;
    vertical-align: middle;
    border-radius: 3px;
}

@media (max-width: 768px) {
    .file-preview-image {
        max-width: 100%;
    }
}

.file-preview-text {
    text-align: left;
    width: 160px;
    margin-bottom: 2px;
    color: #428bca;
    background-color: #fff;
    overflow-x: hidden;
}

.file-preview-other {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 160px;
    height: 160px;
}

    .file-preview-other:after {
        content: "\ea0c";
        font-family: "icomoon";
        display: block;
        font-size: 64px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .file-preview-other .glyphicon {
        display: none;
    }

.file-preview-status {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #333333;
    background-color: rgba(250, 250, 250, 0.8);
    border-top: 1px solid #ddd;
    padding: 7px 12px;
    font-size: 12px;
    line-height: 1.6666667;
    color: #333333 !important;
}

    .file-preview-status:empty {
        padding: 0;
        background-color: transparent;
        border: 0;
    }

.file-thumb-loading {
    min-height: 107px;
}

    .file-thumb-loading:before,
    .file-uploading:before {
        content: "";
        display: inline-block;
        background-color: #263238;
        width: 32px;
        height: 32px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -33.5px 0 0 -16px;
        border-radius: 3px;
        -webkit-box-shadow: 0 1px 5px rgba(255, 255, 255, 0.5);
        box-shadow: 0 1px 5px rgba(255, 255, 255, 0.5);
    }

    .file-thumb-loading:after,
    .file-uploading:after {
        content: "\eb55";
        font-family: "icomoon";
        display: inline-block;
        position: absolute;
        color: #fff;
        top: 50%;
        left: 50%;
        margin: -25.5px 0 0 -8px;
        font-size: 16px;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-animation: rotation 1s linear infinite;
        -o-animation: rotation 1s linear infinite;
        animation: rotation 1s linear infinite;
    }

.file-upload-indicator {
    padding-top: 6px;
    padding-bottom: 6px;
    cursor: default;
    text-align: left;
    padding-left: 8px;
}

.file-input-new .file-preview,
.file-input-new .close,
.file-input-new .glyphicon-file,
.file-input-new .fileinput-remove-button,
.file-input-new .fileinput-upload-button {
    display: none;
}

.file-input-ajax-new .fileinput-remove-button,
.file-input-ajax-new .fileinput-upload-button,
.file-input-ajax-new .fileinput-remove,
.file-input-ajax-new .file-caption-name > [class*=icon-],
.file-input-ajax-new .file-caption-name > .glyphicon {
    display: none;
}

.file-actions {
    margin-top: 5px;
    border-top: 1px solid #eeeeee;
}

    .file-actions .btn > [class*=icon-],
    .file-actions .btn > .glyphicon {
        margin-right: 0;
    }

.file-footer-buttons {
    float: right;
}

.file-footer-caption {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 160px;
    text-align: center;
    font-size: 11px;
    padding: 12px 7px 7px 7px;
    margin-left: auto;
    margin-right: auto;
}

.file-preview-error {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.file-drop-zone {
    border: 1px dashed #ddd;
    border-radius: 3px;
    height: 100%;
    vertical-align: middle;
    margin: 5px;
    padding: 5px;
}

.file-drop-zone-title {
    color: #999999;
    font-size: 21px;
    font-weight: 300;
    padding: 85px 10px;
}

.file-highlighted {
    border-color: #ccc;
    background-color: #fafafa;
}

.file-thumb-progress {
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
}

    .file-thumb-progress .progress,
    .file-thumb-progress .progress-bar {
        height: 5px;
        border-radius: 0;
        font-size: 0;
    }

.file-thumbnail-footer {
    position: relative;
}

.btn-file ::-ms-browse {
    width: 100%;
    height: 100%;
}

.file-zoom-fullscreen.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.file-zoom-fullscreen .modal-dialog {
    position: fixed;
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}

.file-zoom-fullscreen .modal-content {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.file-zoom-fullscreen .modal-body {
    overflow-y: auto;
}

.file-zoom-dialog .btn-navigate {
    position: absolute;
    top: 50%;
    margin-top: -27px;
    padding: 0;
    border: 0;
    background: transparent;
    outline: none;
    color: #fff;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

    .file-zoom-dialog .btn-navigate > i {
        display: block;
        font-size: 32px;
    }

    .file-zoom-dialog .btn-navigate:not([disabled]):hover,
    .file-zoom-dialog .btn-navigate:not([disabled]):focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

    .file-zoom-dialog .btn-navigate[disabled] {
        opacity: 0.3;
        filter: alpha(opacity=30);
    }

.file-zoom-dialog .btn-prev {
    left: -42px;
}

.file-zoom-dialog .btn-next {
    right: -42px;
}

.file-zoom-dialog .floating-buttons {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #fff;
    border-radius: 0 0 0 3px;
}

    .file-zoom-dialog .floating-buttons:not(:empty) {
        padding: 0 0 20px 20px;
    }

    .file-zoom-dialog .floating-buttons,
    .file-zoom-dialog .floating-buttons .btn {
        z-index: 3000;
    }

.kv-zoom-actions {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -6px;
}

.file-zoom-content {
    height: 480px;
    text-align: center;
}

.file-drag-handle {
    margin-right: 2px;
    float: left;
    cursor: move;
    cursor: -webkit-grabbing;
}

    .file-drag-handle:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);
    }*/


/*///////////////////////////////*/

/* superstar css*/


/*///////////////////////////////*/


.super-stars {
    font-size: 20px;
}

    .super-stars i {
        margin-right: 1px;
    }

    .super-stars.default {
        color: #FFC109;
    }

    .super-stars.rating {
        font-size: 24px;
        cursor: pointer;
    }

        .super-stars.rating i {
            margin-right: 2px;
        }



/*.file-loading {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;*/ /* Safari */
/*animation: spin 2s linear infinite;
}*/

/* Safari */
/*@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}*/


.file-loading {
    position: absolute;
    /*left: 50%;*/
    top: 50%;
    margin: 0;
    text-align: center;
}

    .file-loading span {
        display: block;
        background: #42D6BF;
        width: 100px;
        height: 5px;
        margin-top: 1px;
        animation: load 1s infinite;
    }

        .file-loading span:nth-child(1) {
            animation-delay: 100ms;
        }

        .file-loading span:nth-child(2) {
            animation-delay: 200ms;
        }

@keyframes load {
    50% {
        width: 0px;
        margin-right: 10px;
    }
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Dosya Yükle";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}



.panel-wrapper2 {
    position: relative;
   
}

.btn2 {
    color: #fff;
    background: #04407b;
    border-radius: 1.5em;
    left: 30%;
    padding: 0.5em;
    text-decoration: none;
    width: 40%;
}

.show2, .hide2 {
    position: absolute;
    bottom: -1em;
    z-index: 100;
    text-align: center;
}

.hide2 {
    display: none;
}

.show2:target {
    display: none;
}

    .show2:target ~ .hide2 {
        display: block;
    }

    .show2:target ~ .panel2 {
        max-height: 5000px;
        -webkit-mask-image: none
    }

    

.panel2 {
    position: relative;
    margin: 2em auto;
    /* width: 70%;*/
    max-height: 250px;
    overflow: hidden;
    transition: max-height .5s ease;
    -webkit-mask-image: linear-gradient(#fff,#fff,rgba(255,255,255,0));
}


/* ------ Carousel ----- */

#templatemo-carousel {
    background: url('https://templatemo.com/templates/templatemo_395_urbanic/images/templatemo_carousel_bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom: 0;
    height: 500px;
}

    #templatemo-carousel .carousel-caption {
        z-index: 10;
    }

    #templatemo-carousel .item {
        height: 500px;
    }

    #templatemo-carousel .carousel-inner > .item > img {
        position: absolute;
        min-width: 100%;
        height: 500px;
        left: 0;
        top: 0;
    }

@media (min-width: 768px) {
    #templatemo-carousel .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
}

@media (max-width: 768px) {
    #templatemo-carousel .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel {
        background: url('https://templatemo.com/templates/templatemo_395_urbanic/images/templatemo_carousel_bg_s.jpg') no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom: 0;
        height: 500px;
    }
}

/* ------ End of Carousel ----- */



.feature-item {
    background: #fff;
    width: 100%;
    float: left;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #efefef;
    box-shadow: -0.083333333in 0.5pc 1.125pc -7px rgba(25,42,70,.13);
    transition: all .2s ease-in-out;
    margin-top: 30px;
    position: relative;
    top: 0;
    display: flex;
    align-items: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
   
}

    .feature-item:hover {
        top: -10px;
    }

    .feature-item h4 {
        margin-top: 0;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 18px;
        margin-left: 20px;
        margin-bottom: 0 !important;
        color: #333;
    }

.section_title h2 {
    font-size: 24px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333;
    margin-bottom: 20px !important;
    text-align: center;
}




/* Customize the label (the container) */
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



/****
    
    VideoJs CSS
    
    **/

/*.video-js {
    width: 100%;
    height: auto;
    border-radius: 10px
}*/

/****
    
    BY BUTTON CSS
    
    **/

.btn-3d {
    background: #052c59;
    color: #fff;
    width: 100%;
    float: left;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #efefef;
    box-shadow: -0.083333333in 0.5pc 1.125pc -7px rgba(25,42,70,.13);
    transition: all .2s ease-in-out;
   /* margin-top: 5px;*/
    position: relative;
    top: 0;
    display: inline-block;
    align-items: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    text-align: center;
    font-size: 25px;
}

    .btn-3d:hover {
        top: -1px;
        background: #034585;
    }






    /******

    */




/* nav */
.nav-menu, .nav-menu ul, .nav-menu li, .nav-menu a {
    margin: 0;
    padding: 0;
    line-height: normal;
    list-style: none;
    display: block;
    position: relative;
}

    .nav-menu ul {
        opacity: 0;
        position: absolute;
        top: 100%;
        left: -9999px;
        z-index: 999;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
    }

    .nav-menu li:hover > ul {
        left: 0;
        opacity: 1;
        z-index: 1000;
    }

    .nav-menu ul li:hover > ul {
        top: 0;
        left: 100%;
    }

    .nav-menu li {
        cursor: default;
        float: left;
        white-space: nowrap;
    }

    .nav-menu ul li {
        float: none;
    }

    /* sub width */
    .nav-menu ul {
        min-width: 12em;
        -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
        box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
    }

/* center */
.nav-center {
    float: right;
    right: 50%;
}

    .nav-center > li {
        left: 50%;
    }

/* root */
.nav-menu a {
    padding: 0 10px;
    color: #5BC0DE;
    font-weight: normal;
    font-size: 16px;
    line-height: 40px;
    text-decoration: none;
}

/* root: active */
.nav-menu > li > .nav-active {
    background-color: rgba(0,0,0,0.05);
}

/* root: hover/persistence */
.nav-menu a:hover, .nav-menu a:focus, .nav-menu li:hover a {
    background: #555;
    color: #FFF;
}

/* 2 */
.nav-menu li li a, .nav-menu li:hover li a {
    padding: 8px 10px;
    background: #555;
    color: #FFF;
    font-size: 12px;
    line-height: normal;
}

    /* 2: hover/persistence */
    .nav-menu li:hover li a:hover, .nav-menu li:hover li a:focus, .nav-menu li:hover li:hover a {
        background: #444;
    }

/* 3 */
.nav-menu li:hover li:hover li a {
    background: #444;
}

    /* 3: hover/persistence */
    .nav-menu li:hover li:hover li a:hover, .nav-menu li:hover li:hover li a:focus, .nav-menu li:hover li:hover li:hover a {
        background: #333;
    }

/* 4 */
.nav-menu li:hover li:hover li:hover li a {
    background: #333;
}

    /* 4: hover */
    .nav-menu li:hover li:hover li:hover li a:hover, .nav-menu li:hover li:hover li:hover li a:focus {
        background: #222;
    }

/* vertical */
.nav-vertical {
    max-width: 220px;
}

    .nav-vertical ul {
        top: 0;
        left: -9999px;
    }

    .nav-vertical li {
        width: 100%;
        float: none;
    }

        .nav-vertical li:hover > ul {
            left: 100%;
        }
.message-dt {
    float: left;
    width: 100%;
    padding-left: 20px;
}

.main-message-box.ta-right {
    float: right;
}

    .main-message-box.ta-right .messg-usr-img {
        left: auto;
        right: 0px;
        bottom: 25px;
    }

    .main-message-box.ta-right .message-dt {
        padding-left: 20px;
        padding-right: 20px;
    }

        .main-message-box.ta-right .message-dt > span {
            float: right;
            width: auto;
        }
.message-inner-dt {
    float: left;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    width: 100%;
}

.img-bx {
    background-color: #efefef;
    padding: 20px;
}

.message-inner-dt > img {
    display: inline-block;
    width: auto;
    margin-right: 5px;
}

.message-dt > span {
    color: #afafaf;
    font-size: 12px;
    float: left;
    width: 100%;
    margin-top: 7px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.message-inner-dt > p {
    float: right;
    width: 60%;
    background-color: #04407b;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    line-height: 22px;
    padding: 12px 20px;
    color: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    margin-bottom: 0;
}

.message-dt.st3 .message-inner-dt > p {
    background-color: #c5d9ec;
    color: #686f7a;
    width: auto;
    padding: 12px 20px;
    float: left;
    margin-bottom: 0;
}

    .message-dt.st3 .message-inner-dt > p img {
        float: right;
        position: relative;
        top: 3px;
        padding-left: 5px;
    }

.main-message-box.st3 .messg-usr-img {
    bottom: 13px;
}

.message-send-area {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    border-top: 1px solid #efefef;
    border-bottom-right-radius: 15px;
}

._htg451 .btn2:hover {
    color: #fff !important;
    background: #333;
}

.code-apply-btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

._215b01 {
    padding-bottom: 20px !important;
}




section {
    display: flex;
    flex-flow: row wrap;
}

    section > div {
        flex: 1;
        padding: 0.5rem;
    }

input[type="radio"] {
    display: none;
    &:not(:disabled) ~ label

{
    cursor: pointer;
}

&:disabled ~ label {
    color: hsla(150, 5%, 75%, 1);
    border-color: hsla(150, 5%, 75%, 1);
    box-shadow: none;
    cursor: not-allowed;
}

}

.labele {
    height: 100%;
    display: block;
    background: white;
    border: 2px solid hsla(150, 75%, 50%, 1);
    border-radius: 20px;
    padding: 1rem;
    margin-bottom: 1rem;
    //margin: 1rem;
    text-align: center;
    box-shadow: 0px 3px 10px -2px hsla(150, 5%, 65%, 0.5);
    position: relative;
}

input[type="radio"]:checked + label {
    background: hsla(150, 75%, 50%, 1);
    color: hsla(215, 0%, 100%, 1);
    box-shadow: 0px 0px 20px hsla(150, 100%, 50%, 0.75);
    &::after

{
    color: hsla(215, 5%, 25%, 1);
    font-family: FontAwesome;
    border: 2px solid hsla(150, 75%, 45%, 1);
    content: "\f058";
    font-size: 24px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: white;
    box-shadow: 0px 2px 5px -2px hsla(0, 0%, 0%, 0.25);
}

}

input[type="radio"]#control_05:checked + label {
    background: red;
    border-color: red;
}

p {
    font-weight: 900;
}


@media only screen and (max-width: 700px) {
    section {
        flex-direction: column;
    }
}


/* BY Preloader için stil */
#by-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8); /* Hafif beyaz arkaplan */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    display: none; /* Başlangıçta gizli */
}

/* Yükleme animasyonu */
.by-loader {
    position: relative;
    border: 8px solid #f3f3f3; /* Arka plan çerçevesi */
    border-top: 8px solid #3498db; /* Dönen çerçeve rengi */
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 1s linear infinite; /* Dönme animasyonu */
    display: flex;
    justify-content: center;
    align-items: center;
}

    /* Logo */
    .by-loader img {
        position: absolute;
        width: 35px;
        height: 35px;
        object-fit: contain;
    }

/* Mesaj */
.by-loader-message {
    margin-top: 20px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #333;
    text-align: center;
}

/* Dönme animasyonu */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}