﻿html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

#datatablesSimple tbody tr:nth-child(odd) {
    background-color: #ffffff; /* beyaz */
}

#datatablesSimple tbody tr:nth-child(even) {
    background-color: #f2f2f2; /* açık gri */
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.btn-danger:focus, .btn-danger:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #BB2D3B;
}

.btn-MpsDarkFume:focus, .btn-MpsDarkFume:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #636363;
}

.btn-danger:focus, .btn-danger:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #f74d4d;
}

.btn-MpsGreen:focus, .btn-MpsGreen:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #39cc59;
}

.btn-MpsDarkGreen:focus, .btn-MpsDarkGreen:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #53757a;
}

.btn-MpsLightSteelBlue:focus, .btn-MpsLightSteelBlue:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #95c3ed;
}

.btn-MpsDarkSteelBlue :focus, .btn-MpsDarkSteelBlue:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #96afd6;
}

.btn-MpsGlaucousBlue:focus, .btn-MpsGlaucousBlue:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #83a3d4;
}

.btn-MpsFume:focus, .btn-MpsFume:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #bfbfbf;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.bg-infom {
    background-color: rgb(155, 223, 242)
}


.js-input[type="file"]::file-selector-button {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    background-color: #0d6efd;
    border: none;
    border-radius: 0.375rem;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.input-text.js-input[type="file"]::file-selector-button:hover {
    background-color: #0b5ed7;
}


input[type="date"] {
    background-color: #0080ff;
    padding: 15px;
    position: 15px;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    font-family: "Sans Serif Collection",monospace;
    color: #ffffff;
    font-size: 18px;
    border: none;
    outline: none;
    border-radius: 5px;
}
/********** Template CSS **********/

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.fw-medium {
    font-weight: 600;
}

.mt-6 {
    margin-top: 5rem;
}

.mb-6 {
    margin-bottom: 5rem;
}

.pt-6 {
    padding-top: 5rem;
}

.pb-6 {
    padding-bottom: 5rem;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

    #spinner.show {
        transition: opacity .5s ease-out, visibility 0s linear 0s;
        visibility: visible;
        opacity: 1;
    }


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 600;
    text-transform: uppercase;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--bs-light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--bs-dark);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-xl-square {
    width: 60px;
    height: 60px;
}

.btn-xxl-square {
    width: 75px;
    height: 75px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square,
.btn-xl-square,
.btn-xxl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    margin-right: 20px;
    padding: 13px 0;
    color: var(--bs-dark);
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    outline: none;
}

    .navbar .navbar-nav .nav-link:hover,
    .navbar .navbar-nav .nav-link.active {
        color: var(--bs-primary);
    }

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel .carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    text-align: left;
    background: rgba(0, 0, 0, .7);
    padding: 3rem;
    padding-left: 11rem;
    z-index: 1;
}

.carousel .carousel-indicators {
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    width: 80px;
    flex-direction: column;
    margin: 0;
    margin-left: 3rem;
}

    .carousel .carousel-indicators [data-bs-target] {
        width: 70px;
        height: 70px;
        text-indent: 0;
        margin: 5px 0;
        border: 2px solid #FFFFFF;
        overflow: hidden;
    }

        .carousel .carousel-indicators [data-bs-target] img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

@media (max-width: 992px) {
    .carousel .carousel-item {
        position: relative;
        min-height: 600px;
    }

        .carousel .carousel-item img {
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .carousel .carousel-indicators [data-bs-target] {
        width: 60px;
        height: 60px;
    }

    .carousel .carousel-caption {
        padding-left: 10rem;
    }
}

@media (max-width: 768px) {
    .carousel .carousel-item {
        min-height: 500px;
    }

    .carousel .carousel-indicators [data-bs-target] {
        width: 50px;
        height: 50px;
    }

    .carousel .carousel-caption {
        padding-left: 9rem;
    }
}

@media (min-width: 1200px) {
    .carousel .carousel-item .display-1 {
        font-size: 7rem;
    }
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/WebSite/Home/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header-Team {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/WebSite/Team/page-header.jpg) center center no-repeat;
    background-size: cover;
}


/*** About ***/
.about-img {
    position: relative;
    padding-left: 45px;
}

    .about-img::before {
        position: absolute;
        content: "";
        width: 200px;
        height: 300px;
        top: 0;
        left: 0;
        border: 5px solid var(--bs-primary);
        animation: animateUpDown 3s ease-in-out infinite;
        z-index: -1;
    }

@keyframes animateUpDown {
    0% {
        top: -25px;
    }

    50% {
        top: -45px;
    }

    100% {
        top: -25px;
    }
}


/*** Features ***/
.feature {
    background: linear-gradient(to right, rgba(0, 0, 0, .1), rgba(0, 0, 0, 1) 50%), url(../img/WebSite/Home/carousel-1.jpg) left center no-repeat;
    background-size: cover;
}

.feature-row {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.feature-item {
    border-color: rgba(0, 0, 0, .03) !important;
}

.feature-icon {
    position: relative;
    transition: .5s;
}

.feature-item:hover .feature-icon {
    margin-left: 3rem;
}

.feature-item a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: var(--bs-secondary);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
}

.feature-item a:hover {
    color: var(--bs-primary) !important;
}

    .feature-item a:hover::after {
        background: var(--bs-primary);
    }

.experience .progress {
    height: 5px;
}

    .experience .progress .progress-bar {
        width: 0px;
        transition: 3s;
    }


/*** Service ***/
.service .service-item {
    position: relative;
    margin-top: 45px;
}

.service .service-inner {
    position: relative;
    height: 100%;
    margin-top: 45px;
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

    .service .service-inner::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 0;
        left: 0;
        bottom: 0;
        transition: 1s;
        background: var(--bs-primary);
    }

    .service .service-inner:hover::before {
        height: 100%;
        top: 0;
    }

.service .service-item img {
    margin-top: -45px;
    padding-left: 45px;
}

.service .service-item * {
    position: relative;
    transition: .5s;
    z-index: 1;
}

.service .service-item:hover h5,
.service .service-item:hover p {
    color: var(--bs-white);
}

.service .service-item:hover a {
    padding-left: 45px !important;
}


/*** Appoinment ***/
.appoinment {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/WebSite/Home/carousel-2.jpg) left center no-repeat;
    background-size: cover;
}


/*** Team ***/
.team .team-item {
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

    .team .team-item .team-social {
        position: absolute;
        width: 0;
        height: 100%;
        top: 0;
        right: 0;
        transition: .5s;
        background: var(--bs-primary);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .team .team-item:hover .team-social {
        width: 100%;
        left: 0;
    }

    .team .team-item .team-social .btn {
        opacity: 0;
        transition: .5s;
    }

    .team .team-item:hover .team-social .btn {
        opacity: 1;
    }


/*** Testimonial ***/
.testimonial-img {
    position: relative;
    min-height: 400px;
    overflow: hidden;
}

    .testimonial-img div {
        position: absolute;
        width: 100px;
        height: 100px;
        animation-duration: 5s;
    }

        .testimonial-img div:nth-child(1) {
            top: 10%;
            left: 10%;
            animation-delay: .1s;
        }

        .testimonial-img div:nth-child(2) {
            top: 60%;
            left: 20%;
            animation-delay: .4s;
        }

        .testimonial-img div:nth-child(3) {
            top: 20%;
            left: 60%;
            animation-delay: .7s;
        }

        .testimonial-img div:nth-child(4) {
            bottom: 10%;
            right: 10%;
            animation-delay: 1s;
        }

        .testimonial-img div::after {
            position: absolute;
            content: "";
            top: -1px;
            right: -1px;
            bottom: -1px;
            left: -1px;
            box-shadow: 0 0 10px 10px var(--bs-white) inset;
            z-index: 1;
        }

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-nav {
    margin-top: 15px;
    display: flex;
}

    .testimonial-carousel .owl-nav .owl-prev,
    .testimonial-carousel .owl-nav .owl-next {
        margin-right: 15px;
        color: var(--bs-primary);
        font-size: 45px;
        transition: .5s;
    }

        .testimonial-carousel .owl-nav .owl-prev:hover,
        .testimonial-carousel .owl-nav .owl-next:hover {
            color: var(--bs-dark);
        }


/*** Contact ***/
@media (min-width: 992px) {
    .contact-info::after {
        position: absolute;
        content: "";
        width: 0px;
        height: 100%;
        top: 0;
        left: 50%;
        border-left: 1px dashed rgba(255, 255, 255, .2);
    }
}

@media (max-width: 991.98px) {
    .contact-info::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 0px;
        top: 50%;
        left: 0;
        border-top: 1px dashed rgba(255, 255, 255, .2);
    }
}


/*** Appoinment ***/
.newsletter {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/WebSite/Home/carousel-3.jpg) left center no-repeat;
    background-size: cover;
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--bs-secondary);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

    .footer .btn.btn-link::before {
        position: relative;
        content: "\f105";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        color: var(--bs-primary);
        margin-right: 10px;
    }

    .footer .btn.btn-link:hover {
        color: var(--bs-primary);
        letter-spacing: 1px;
        box-shadow: none;
    }

.copyright {
    background: #222222;
}

    .copyright a {
        color: var(--bs-white);
    }

        .copyright a:hover {
            color: var(--bs-primary);
        }

/*        Ekeleme Butonu*/
.Addbutton {
    display: inline-flex; /* ✅ hem inline hem flex davranışı */
    align-items: center;
    justify-content: space-between; /* opsiyonel */
    width: 130px;
    height: 40px;
    border-radius: 10px;
    background-color: #3aa856;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}


.Addbutton, .Addbutton__icon, .Addbutton__text {
    transition: all 0.3s;
}

    .Addbutton .Addbutton__text {
        transform: translateX(10px);
        color: #fff;
        font-weight: 600;
    }

    .Addbutton .Addbutton__icon {
        position: absolute;
        transform: translateX(90px);
        height: 100%;
        width: 39px;
        background-color: #34974d;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
    }

    .Addbutton .Addbutton__icon {
        width: 41px;
        stroke: #fff;
        font-size: 12px;
        color: #ffffff;
    }

    .Addbutton:hover {
        background: #34974d;
    }

        .Addbutton:hover .Addbutton__text {
            color: transparent;
        }

        .Addbutton:hover .Addbutton__icon {
            width: 130px;
            transform: translateX(0);
            color: #ffffff;
        }

    .Addbutton:active .Addbutton__icon {
        background-color: #2e8644;
    }

    .Addbutton:active {
        background-color: #2e8644;
    }


/*        Ekeleme Butonu*/

/*     Long   Ekeleme Butonu*/

.AddLongbutton {
    display: inline-flex; /* ✅ hem inline hem flex davranışı */
    align-items: center;
    justify-content: space-between; /* opsiyonel */
    width: 190px;
    height: 40px;
    border-radius: 10px;
    background-color: #3aa856;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}


.AddLongbutton, .AddLongbutton__icon, .AddLongbutton__text {
    transition: all 0.3s;
}

    .AddLongbutton .AddLongbutton__text {
        transform: translateX(10px);
        color: #fff;
        font-weight: 600;
    }

    .AddLongbutton .AddLongbutton__icon {
        position: absolute;
        transform: translateX(150px);
        height: 100%;
        width: 39px;
        background-color: #34974d;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
    }

    .AddLongbutton .AddLongbutton__icon {
        width: 41px;
        stroke: #fff;
        font-size: 12px;
        color: #ffffff;
    }

    .AddLongbutton:hover {
        background: #34974d;
    }

        .AddLongbutton:hover .AddLongbutton__text {
            color: transparent;
        }

        .AddLongbutton:hover .AddLongbutton__icon {
            width: 190px;
            transform: translateX(0);
            color: #ffffff;
        }

    .AddLongbutton:active .AddLongbutton__icon {
        background-color: #2e8644;
    }

    .AddLongbutton:active {
        background-color: #2e8644;
    }
/*     Long   Ekeleme Butonu*/

/*        Detay Butonu*/
.Detailbutton {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 95px;
    height: 40px;
    border-radius: 10px;
    background-color: #4682b4;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}


.Detailbutton, .Detailbutton__icon, .Detailbutton__text {
    transition: all 0.3s;
}

    .Detailbutton .Detailbutton__text {
        transform: translateX(10px);
        color: #fff;
        font-weight: 600;
    }

    .Detailbutton .Detailbutton__icon {
        position: absolute;
        transform: translateX(55px);
        height: 100%;
        width: 39px;
        background-color: #316a99;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
    }

    .Detailbutton .Detailbutton__icon {
        width: 41px;
        stroke: #fff;
        font-size: 12px;
        color: #ffffff;
    }

    .Detailbutton:hover {
        background: #316a99;
    }

        .Detailbutton:hover .Detailbutton__text {
            color: transparent;
        }

        .Detailbutton:hover .Detailbutton__icon {
            width: 95px;
            transform: translateX(0);
            color: #ffffff;
        }

    .Detailbutton:active .Detailbutton__icon {
        background-color: #265175;
    }

    .Detailbutton:active {
        background-color: #265175;
        border: 1px solid #265175;
    }

/*        Detail Butonu*/

/*        DetailLogn Butonu*/
.DetailLognbutton {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 180px;
    height: 40px;
    border-radius: 10px;
    background-color: #4682b4;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}


.DetailLognbutton, .DetailLognbutton__icon, .DetailLognbutton__text {
    transition: all 0.3s;
}

    .DetailLognbutton .DetailLognbutton__text {
        transform: translateX(10px);
        color: #fff;
        font-weight: 600;
    }

    .DetailLognbutton .DetailLognbutton__icon {
        position: absolute;
        transform: translateX(140px);
        height: 100%;
        width: 39px;
        background-color: #316a99;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
    }

    .DetailLognbutton .DetailLognbutton__icon {
        width: 41px;
        stroke: #fff;
        font-size: 12px;
        color: #ffffff;
    }

    .DetailLognbutton:hover {
        background: #316a99;
    }

        .DetailLognbutton:hover .DetailLognbutton__text {
            color: transparent;
        }

        .DetailLognbutton:hover .DetailLognbutton__icon {
            width: 180px;
            transform: translateX(0);
            color: #ffffff;
        }

    .DetailLognbutton:active .DetailLognbutton__icon {
        background-color: #265175;
    }

    .DetailLognbutton:active {
        background-color: #265175;
        border: 1px solid #265175;
    }

/*        DetailLogn Butonu*/

/*        Güncelleme Butonu*/
.Updatebutton {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 110px;
    height: 40px;
    border-radius: 10px;
    background-color: #fad223;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}


.Updatebutton, .Updatebutton__icon, .Updatebutton__text {
    transition: all 0.3s;
}

    .Updatebutton .Updatebutton__text {
        transform: translateX(10px);
        color: #fff;
        font-weight: 600;
    }

    .Updatebutton .Updatebutton__icon {
        position: absolute;
        transform: translateX(70px);
        height: 100%;
        width: 39px;
        background-color: #e8c217;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
    }

    .Updatebutton .Updatebutton__icon {
        width: 41px;
        stroke: #fff;
        font-size: 12px;
        color: #ffffff;
    }

    .Updatebutton:hover {
        background: #e8c217;
    }

        .Updatebutton:hover .Updatebutton__text {
            color: transparent;
        }

        .Updatebutton:hover .Updatebutton__icon {
            width: 110px;
            transform: translateX(0);
            color: #ffffff;
        }

    .Updatebutton:active .Updatebutton__icon {
        background-color: #c4960a;
    }

    .Updatebutton:active {
        border: 1px solid #c4960a;
        background-color: #c4960a;
    }


/*Güncelleme Butonu*/

/*Pasif Butonu*/
.Passivebutton {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 90px;
    height: 40px;
    border-radius: 10px;
    background-color: #8794a1;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}


.Passivebutton, .Passivebutton__icon, .Passivebutton__text {
    transition: all 0.3s;
}

    .Passivebutton .Passivebutton__text {
        transform: translateX(10px);
        color: #fff;
        font-weight: 600;
    }

    .Passivebutton .Passivebutton__icon {
        position: absolute;
        transform: translateX(50px);
        height: 100%;
        width: 39px;
        background-color: #6f7f8f;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
    }

    .Passivebutton .Passivebutton__icon {
        width: 41px;
        stroke: #fff;
        font-size: 12px;
        color: #ffffff;
    }

    .Passivebutton:hover {
        background: #6f7f8f;
    }

        .Passivebutton:hover .Passivebutton__text {
            color: transparent;
        }

        .Passivebutton:hover .Passivebutton__icon {
            width: 90px;
            transform: translateX(0);
            color: #ffffff;
        }
    /*.Passivebutton__icon {
transition: transform 0.6s ease, font-size 0.4s ease;
}

.Passivebutton:hover .Passivebutton__icon {
width: 25px;
transform: translateX(0);
margin-left: 31px;
color: #ffffff;
transform: rotate(90deg);
transition: transform 0.6s ease;
border-radius: 30px;
font-size: 16px;
}*/
    .Passivebutton:active .Passivebutton__icon {
        background-color: #57697a;
    }

    .Passivebutton:active {
        border: 1px solid #57697a;
        background-color: #57697a;
    }



/*Pasif Butonu*/

/*Remove Butonu*/
.Removebutton {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 70px;
    height: 40px;
    border-radius: 10px;
    background-color: #DC3545;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}


.Removebutton, .Removebutton__icon, .Removebutton__text {
    transition: all 0.3s;
}

    .Removebutton .Removebutton__text {
        transform: translateX(10px);
        color: #fff;
        font-weight: 600;
    }

    .Removebutton .Removebutton__icon {
        position: absolute;
        transform: translateX(30px);
        height: 100%;
        width: 39px;
        background-color: #b00e29;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
    }

    .Removebutton .Removebutton__icon {
        width: 41px;
        stroke: #fff;
        font-size: 12px;
        color: #ffffff;
    }

    .Removebutton:hover {
        background: #b00e29;
    }

        .Removebutton:hover .Removebutton__text {
            color: transparent;
        }

        .Removebutton:hover .Removebutton__icon {
            width: 70px;
            transform: translateX(0);
            color: #ffffff;
        }

    .Removebutton:active .Removebutton__icon {
        background-color: #a1001b;
    }

    .Removebutton:active {
        border: 1px solid #a1001b;
        background-color: #a1001b;
    }

/*Remove Butonu*/

/*Destroyed Butonu*/
.Destroyedbutton {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 120px;
    height: 40px;
    border-radius: 10px;
    background-color: #464a4f;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}


.Destroyedbutton, .Destroyedbutton__icon, .Destroyedbutton__text {
    transition: all 0.3s;
}

    .Destroyedbutton .Destroyedbutton__text {
        transform: translateX(10px);
        color: #fff;
        font-weight: 600;
    }

    .Destroyedbutton .Destroyedbutton__icon {
        position: absolute;
        transform: translateX(80px);
        height: 100%;
        width: 30px;
        background-color: #2d3033;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
    }

    .Destroyedbutton .Destroyedbutton__icon {
        width: 41px;
        stroke: #fff;
        font-size: 12px;
        color: #ffffff;
    }

    .Destroyedbutton:hover {
        background: #464a4f;
    }

        .Destroyedbutton:hover .Destroyedbutton__text {
            color: transparent;
        }

        .Destroyedbutton:hover .Destroyedbutton__icon {
            width: 120px;
            transform: translateX(0);
            color: #ffffff;
        }

    .Destroyedbutton:active .Destroyedbutton__icon {
        background-color: rgba(0, 0, 0, .7);
    }

    .Destroyedbutton:active {
        border: 1px solid rgba(0, 0, 0, .7);
        background-color: rgba(0, 0, 0, .7);
    }

/*Destroyed Butonu*/







/*IsWork Butonu*/
.IsWorkbutton {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 105px;
    height: 40px;
    border-radius: 10px;
    background-color: #2db554;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}


.IsWorkbutton, .IsWorkbutton__icon, .IsWorkbutton__text {
    transition: all 0.3s;
}

    .IsWorkbutton .IsWorkbutton__text {
        transform: translateX(10px);
        color: #fff;
        font-weight: 600;
    }

    .IsWorkbutton .IsWorkbutton__icon {
        position: absolute;
        transform: translateX(65px);
        height: 100%;
        width: 39px;
        background-color: #1da142;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
    }

    .IsWorkbutton .IsWorkbutton__icon {
        width: 41px;
        stroke: #fff;
        font-size: 12px;
        color: #ffffff;
    }

    .IsWorkbutton:hover {
        background: #1da142;
    }

        .IsWorkbutton:hover .IsWorkbutton__text {
            color: transparent;
        }

        .IsWorkbutton:hover .IsWorkbutton__icon {
            width: 105px;
            transform: translateX(0);
            color: #ffffff;
        }

    .IsWorkbutton:active .IsWorkbutton__icon {
        background-color: #05992f;
    }

    .IsWorkbutton:active {
        border: 1px solid #05992f;
        background-color: #05992f;
    }

/*IsWork Butonu*/


/*IsActive Butonu*/
.IsActivebutton {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 120px;
    height: 40px;
    border-radius: 10px;
    background-color: #2db554;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}


.IsActivebutton, .IsActivebutton__icon, .IsActivebutton__text {
    transition: all 0.3s;
}

    .IsActivebutton .IsActivebutton__text {
        transform: translateX(10px);
        color: #fff;
        font-weight: 600;
    }

    .IsActivebutton .IsActivebutton__icon {
        position: absolute;
        transform: translateX(80px);
        height: 100%;
        width: 39px;
        background-color: #1da142;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
    }

    .IsActivebutton .IsActivebutton__icon {
        width: 41px;
        stroke: #fff;
        font-size: 12px;
        color: #ffffff;
    }

    .IsActivebutton:hover {
        background: #1da142;
    }

        .IsActivebutton:hover .IsActivebutton__text {
            color: transparent;
        }

        .IsActivebutton:hover .IsActivebutton__icon {
            width: 120px;
            transform: translateX(0);
            color: #ffffff;
        }

    .IsActivebutton:active .IsActivebutton__icon {
        background-color: #05992f;
    }

    .IsActivebutton:active {
        border: 1px solid #05992f;
        background-color: #05992f;
    }

/*IsActive Butonu*/







/*PassiveList Butonu*/
.PassiveListbutton {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 134px;
    height: 40px;
    border-radius: 10px;
    background-color: #727375;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}


.PassiveListbutton, .PassiveListbutton__icon, .PassiveListbutton__text {
    transition: all 0.3s;
}

    .PassiveListbutton .PassiveListbutton__text {
        transform: translateX(10px);
        color: #fff;
        font-weight: 600;
    }

    .PassiveListbutton .PassiveListbutton__icon {
        position: absolute;
        transform: translateX(94px);
        height: 100%;
        width: 39px;
        background-color: #616366;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
    }

    .PassiveListbutton .PassiveListbutton__icon {
        width: 41px;
        stroke: #fff;
        font-size: 12px;
        color: #ffffff;
    }

    .PassiveListbutton:hover {
        background: #616366;
    }

        .PassiveListbutton:hover .PassiveListbutton__text {
            color: transparent;
        }

        .PassiveListbutton:hover .PassiveListbutton__icon {
            width: 134px;
            transform: translateX(0);
            color: #ffffff;
        }

    .PassiveListbutton:active .PassiveListbutton__icon {
        background-color: #4a4e57;
    }

    .PassiveListbutton:active {
        background-color: #4a4e57;
        border: 1px solid #4a4e57;
    }

/*PassiveList Butonu*/




/*DeleteList Butonu*/
.DeleteListbutton {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 152px;
    height: 40px;
    border-radius: 10px;
    background-color: #852525;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}

.DeleteListbutton, .DeleteListbutton__icon, .DeleteListbutton__text {
    transition: all 0.3s;
}

    .DeleteListbutton .DeleteListbutton__text {
        transform: translateX(10px);
        color: #fff;
        font-weight: 600;
    }

    .DeleteListbutton .DeleteListbutton__icon {
        position: absolute;
        transform: translateX(113px);
        height: 100%;
        width: 39px;
        background-color: #751b1b;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
    }

    .DeleteListbutton .DeleteListbutton__icon {
        width: 41px;
        stroke: #fff;
        font-size: 12px;
        color: #ffffff;
    }

    .DeleteListbutton:hover {
        background: #751b1b;
    }

        .DeleteListbutton:hover .DeleteListbutton__text {
            color: transparent;
        }

        .DeleteListbutton:hover .DeleteListbutton__icon {
            width: 152px;
            transform: translateX(0);
            color: #ffffff;
        }

    .DeleteListbutton:active .DeleteListbutton__icon {
        background-color: #570a0a;
    }

    .DeleteListbutton:active {
        border: 1px solid #570a0a;
        background-color: #570a0a;
    }

/*DeleteList Butonu*/


/*OldList Butonu*/
.OldListbutton {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 163px;
    height: 40px;
    border-radius: 10px;
    background-color: #2e3033;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}

.OldListbutton, .OldListbutton__icon, .OldListbutton__text {
    transition: all 0.3s;
}

    .OldListbutton .OldListbutton__text {
        transform: translateX(10px);
        color: #fff;
        font-weight: 600;
    }

    .OldListbutton .OldListbutton__icon {
        position: absolute;
        transform: translateX(123px);
        height: 100%;
        width: 39px;
        background-color: rgba(0, 0, 0, 0.3);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
    }

    .OldListbutton .OldListbutton__icon {
        width: 41px;
        stroke: #fff;
        font-size: 12px;
        color: #ffffff;
    }

    .OldListbutton:hover {
        background-color: rgba(0, 0, 0, .7);
    }

        .OldListbutton:hover .OldListbutton__text {
            color: transparent;
        }

        .OldListbutton:hover .OldListbutton__icon {
            width: 163px;
            transform: translateX(0);
            color: #ffffff;
        }

    .OldListbutton:active .OldListbutton__icon {
        background-color: rgba(0, 0, 0, .7);
    }

    .OldListbutton:active {
        border: 1px solid rgba(0, 0, 0, .7);
        background-color: rgba(0, 0, 0, .7);
    }

/*DeleteList Butonu*/



/*ActiveList Butonu*/
.ActiveListbutton {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 140px;
    height: 40px;
    border-radius: 10px;
    background-color: #1d9fb3;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}

.ActiveListbutton, .ActiveListbutton__icon, .ActiveListbutton__text {
    transition: all 0.3s;
}

    .ActiveListbutton .ActiveListbutton__text {
        transform: translateX(10px);
        color: #fff;
        font-weight: 600;
    }

    .ActiveListbutton .ActiveListbutton__icon {
        position: absolute;
        transform: translateX(100px);
        height: 100%;
        width: 39px;
        background-color: #0c93a8;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
    }

    .ActiveListbutton .ActiveListbutton__icon {
        width: 41px;
        stroke: #fff;
        font-size: 12px;
        color: #ffffff;
    }

    .ActiveListbutton:hover {
        background: #0c93a8;
    }

        .ActiveListbutton:hover .ActiveListbutton__text {
            color: transparent;
        }

        .ActiveListbutton:hover .ActiveListbutton__icon {
            width: 140px;
            transform: translateX(0);
            color: #ffffff;
        }

    .ActiveListbutton:active .ActiveListbutton__icon {
        background-color: #028396;
    }

    .ActiveListbutton:active {
        border: 1px solid #028396;
        background-color: #028396;
    }

/*ActiveList Butonu*/


/*AllList Butonu*/
.AllListbutton {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 125px;
    height: 40px;
    border-radius: 10px;
    background-color: #1d1dc4;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}

.AllListbutton, .AllListbutton__icon, .AllListbutton__text {
    transition: all 0.3s;
}

    .AllListbutton .AllListbutton__text {
        transform: translateX(10px);
        color: #fff;
        font-weight: 600;
    }

    .AllListbutton .AllListbutton__icon {
        position: absolute;
        transform: translateX(85px);
        height: 100%;
        width: 39px;
        background-color: #0808a8;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
    }

    .AllListbutton .AllListbutton__icon {
        width: 41px;
        stroke: #fff;
        font-size: 12px;
        color: #ffffff;
    }

    .AllListbutton:hover {
        background: #0808a8;
    }

        .AllListbutton:hover .AllListbutton__text {
            color: transparent;
        }

        .AllListbutton:hover .AllListbutton__icon {
            width: 125px;
            transform: translateX(0);
            color: #ffffff;
        }

    .AllListbutton:active .AllListbutton__icon {
        background-color: #05057d;
    }

.ActiveListbutton:active {
    border: 1px solid #05057d;
    background-color: #05057d;
}

/*ActiveList Butonu*/

/*Save Butonu*/

/* From Uiverse.io by satyamchaudharydev */
.SaveButtonBlue {
    --bg: #609ed1;
    --text-color: #fff;
    position: relative;
    width: 150px;
    border: none;
    background: var(--bg);
    color: var(--text-color);
    padding: 1em;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.2s;
    border-radius: 5px;
    opacity: 0.8;
    letter-spacing: 1px;
    box-shadow: #265175 0px 7px 2px, #000 0px 8px 5px;
}

    .SaveButtonBlue:hover {
        opacity: 1;
    }

    .SaveButtonBlue:active {
        top: 4px;
        box-shadow: #265175 0px 3px 2px,#000 0px 3px 5px;
    }

/*Save Butonu*/





 


/*.chexBox  Butonu*/
.checkbox-wrapper {
    --checkbox-size: 25px;
    --checkbox-color: #1a1a1a;
    --checkbox-shadow: rgba(0, 0, 0, 0.3);
    --checkbox-border: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    padding: 10px;
}

    .checkbox-wrapper input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .checkbox-wrapper .checkmark {
        position: relative;
        width: var(--checkbox-size);
        height: var(--checkbox-size);
        border: 2px solid var(--checkbox-border);
        border-radius: 8px;
        transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 15px var(--checkbox-shadow);
        overflow: hidden;
    }

        .checkbox-wrapper .checkmark::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            background: linear-gradient(45deg, var(--checkbox-color), #333333);
            opacity: 0;
            transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            transform: scale(0) rotate(-45deg);
        }

    .checkbox-wrapper input:checked ~ .checkmark::before {
        opacity: 1;
        transform: scale(1) rotate(0);
    }

    .checkbox-wrapper .checkmark svg {
        width: 0;
        height: 0;
        color: #ffffff;
        z-index: 1;
        transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.5));
    }

    .checkbox-wrapper input:checked ~ .checkmark svg {
        width: 18px;
        height: 18px;
        transform: rotate(360deg);
    }

    .checkbox-wrapper:hover .checkmark {
        border-color: var(--checkbox-color);
        transform: scale(1.1);
        box-shadow: 0 0 20px var(--checkbox-shadow), 0 0 40px var(--checkbox-shadow), inset 0 0 10px var(--checkbox-shadow);
    }

    .checkbox-wrapper input:checked ~ .checkmark {
        animation: pulse 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 20px var(--checkbox-shadow);
    }

    50% {
        transform: scale(0.9);
        box-shadow: 0 0 30px var(--checkbox-shadow), 0 0 50px var(--checkbox-shadow);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 20px var(--checkbox-shadow);
    }
}

.checkbox-wrapper .label {
    margin-left: 15px;
    font-family: "Segoe UI", sans-serif;
    color: var(--checkbox-color);
    font-size: 18px;
    text-shadow: 0 0 10px var(--checkbox-shadow);
    opacity: 0.9;
    transition: all 0.3s;
}

.checkbox-wrapper:hover .label {
    opacity: 1;
    transform: translateX(5px);
}

.checkbox-wrapper::after,
.checkbox-wrapper::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--checkbox-color);
    opacity: 0;
    transition: all 0.5s;
}

.checkbox-wrapper::before {
    left: -10px;
    top: 50%;
}

.checkbox-wrapper::after {
    right: -10px;
    top: 50%;
}

.checkbox-wrapper:hover::before {
    opacity: 1;
    transform: translateX(-10px);
    box-shadow: 0 0 10px var(--checkbox-color);
}

.checkbox-wrapper:hover::after {
    opacity: 1;
    transform: translateX(10px);
    box-shadow: 0 0 10px var(--checkbox-color);
}



/*.chexBox  Butonu*/





.neon-title {
    font-family: "Segoe UI", sans-serif;
    color: #00aaff;
    font-size: 28px;
    text-shadow: 0 0 10px rgba(0, 170, 255, 0.3), 0 0 20px rgba(0, 170, 255, 0.3);
    opacity: 0.95;
    transition: all 0.3s ease;
    margin-bottom:50px;
}
    .neon-title:hover {
        opacity: 1;
        transform: translateY(-2px);
        text-shadow: 0 0 15px rgba(0, 170, 255, 0.5), 0 0 30px rgba(0, 170, 255, 0.5);
    }

.neon-black-title {
    font-family: "Segoe UI", sans-serif;
    color: #4a4e57;
    font-size: 28px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 1);
    opacity: 0.95;
    transition: all 0.3s ease;
    margin-bottom: 50px;
}
    .neon-black-title:hover {
        opacity: 1;
        transform: translateY(-2px);
        text-shadow: 0 0 15px rgba(0, 0, 0, 1), 0 0 30px #1a1a1a;
    }
    /***btn-53*/

.btn-53.move-right {
    top: 44px;
    left: -370px ;
    z-index: 9999;
}


.btn-53 {
    transition: left 0.8s ease, top 0.4s ease;
}

.btn-53,
.btn-53 *,
.btn-53 :after,
.btn-53 :before,
.btn-53:after,
.btn-53:before {
    border: 0 solid;
    box-sizing: border-box;
}

.btn-53 {
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: button;
    background-color: #000;
    background-image: none;
    color: #fff;
    cursor: pointer;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 100%;
    line-height: 1.5;
    margin: 0;
    -webkit-mask-image: -webkit-radial-gradient(#000, #fff);
    padding: 0;
}

    .btn-53:disabled {
        cursor: default;
    }

    .btn-53:-moz-focusring {
        outline: auto;
    }

    .btn-53 svg {
        display: block;
        vertical-align: middle;
    }

    .btn-53 [hidden] {
        display: none;
    }

.btn-53 {
    border: 1px solid;
    border-radius: 999px;
    box-sizing: border-box;
    display: block;
    font-weight: 600;
    overflow: hidden;
    padding: 0.2rem 0.3rem;
    position: relative;
    text-transform: uppercase;
    font-size:6px;

    position: relative;
    top: 44px;
    left: -150px;
    z-index: 9999;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

    .btn-53 .original {
        background: rgba(0, 0, 0, 1);
        /*background: #7b7f82;*/
        color: #fff;
        display: grid;
        inset: 0;
        place-content: center;
        position: absolute;
        transition: transform 0.2s cubic-bezier(0.87, 0, 0.13, 1);
    }

    .btn-53:hover .original {
        transform: translateY(100%);
    }

    .btn-53 .letters {
        display: inline-flex;
    }

    .btn-53 span {
        opacity: 0;
        transform: translateY(-15px);
        transition: transform 0.2s cubic-bezier(0.87, 0, 0.13, 1), opacity 0.2s;
        color: #fff;
    }

        .btn-53 span:nth-child(2n) {
            transform: translateY(15px);
        }

    .btn-53:hover span {
        opacity: 1;
        transform: translateY(0);
    }

        .btn-53:hover span:nth-child(2) {
            transition-delay: 0.1s;
        }

        .btn-53:hover span:nth-child(3) {
            transition-delay: 0.2s;
        }

        .btn-53:hover span:nth-child(4) {
            transition-delay: 0.3s;
        }

        .btn-53:hover span:nth-child(5) {
            transition-delay: 0.4s;
        }

        .btn-53:hover span:nth-child(6) {
            transition-delay: 0.5s;
        }
        .btn-53:hover span:nth-child(7) {
            transition-delay: 0.6s;
        }
        .btn-53:hover span:nth-child(8) {
            transition-delay: 0.7s;
        }
        .btn-53:hover span:nth-child(9) {
            transition-delay: 0.8s;
        }
        .btn-53:hover span:nth-child(10) {
            transition-delay: 0.9s;
        }


.NavShadow {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.NavShadowHard {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

