
.my-5 {
    margin-top: 9rem !important;
    margin-bottom: 3rem !important
}

.whyus {
    margin-top: 5rem;
}

.mb-3 {
    margin-top: 4rem !important;
}

.index-ornek-kurslar {
    margin-top: 5rem;
}

body {
    background-color: hsl(0, 0%, 96%);
}

#admin-sidebar {
    width: 70px;
}

@media (min-width: 768px) {
    #admin-sidebar {
        width: 120px;
    }
}

.adminMain {
    margin: 3%;
}

.instructorMain {
    margin: 3%;
}

.traineeMain {
    margin: 3%;
}

/* These are the KEY styles - you can add them directly to any object you want in your project */
.fancy-border-radius {
    border-radius: 48% 52% 47% 53% / 48% 53% 47% 52%;
    /* These are ADDITIONAL styles - add them if you want an object exactly like in the demo above */
    width: 400px;
    height: 400px;
    background: #ad5389;
    background: -webkit-linear-gradient(to right, #3c1053, #ad5389);
    background: linear-gradient(to right, #3c1053, #ad5389);
}

/*@media (min-width: 768px) {
    .adminMain {
        padding-left: 120px;
    }
    .instructorMain {
        padding-left: 120px;
    }
    .traineeMain {
        padding-left: 120px;
    }
}*/

.text-gradient {
    background: -webkit-linear-gradient(#05639B, #1266F1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-blue {
    background: linear-gradient(to right, #30CFD0 0%, #330867 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*for _ManageNav in Profile Page*/
@media (max-width: 660px) {
    .mdb-page-content {
        padding-left: 0px;
    }

    #toggler {
        display: unset;
    }

    .mask img {
        width: 100%;
    }

    .sidenav[data-mdb-hidden='false'] {
        transform: translateX(-100%);
    }
}


select {
    font-size: .9rem;
    padding: 2px 5px;
}

.main-button {
    background-color: #0093D9;
    color: white;
}

    .main-button:hover {
        color: white !important;
        box-shadow: 0 4px 10px 0px rgb(0 0 0 / 40%), 0 4px 20px 0 rgb(0 0 0 / 19%);
        background-color: rgb(66 0 99);
    }

.rounded-t-5 {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

@media (min-width: 992px) {
    .rounded-tr-lg-0 {
        border-top-right-radius: 0;
    }

    .rounded-bl-lg-5 {
        border-bottom-left-radius: 0.5rem;
    }
}

.readyExam {
    text-shadow: -5px 5px 1px #8b1fc28f, -10px 10px 2px #8b1fc28f;
    color: #000000;
    font-size: 60px;
}

@media (max-width: 645px) {
    .readyExam {
        font-size: 35px;
    }
}

.contactUs {
    margin-top: -100px;
    background: hsla(0, 0%, 100%, 0.8);
    backdrop-filter: blur(30px);
    position: absolute;
}

@media (max-width: 992px) {
    .contactUs {
        margin-top: 0px;
    }
}

@media (max-width: 768px) {
    .contactUs {
        margin-top: 90px;
    }
}

#announcement_table td {
    min-width: 200px;
}

.home-index-main {
    background-color: #0093D9;
    height: calc(100vh - 58.6px);
}

.navbar-space {
    height: 58.6px;
}

.height-full {
    height: calc(100vh - 58.6px);
}

.main-head {
    color: #0093D9;
}

.main-text {
    color: #0093D9;
}

#logout-button {
    cursor: pointer;
}

.swal2-cancel {
    margin-left: 15px;
}

#success_animation {
    animation: succesMove 1s forwards;
    animation-delay: 1500ms;
}

#login_button {
    width: 189px;
    height: 189px;
    margin-top: 1.9rem;
    margin-bottom: 1.9rem;
    animation: loginMove 1s forwards;
    transform: rotateY(-90deg);
    opacity: 0%;
    display: none;
}

@keyframes succesMove {
    100% {
        transform: rotateY(90deg);
        opacity: 0%;
    }
}

@keyframes loginMove {
    100% {
        transform: rotateY(0deg);
        opacity: 100%;
    }
}

.login-button-inside {
    height: 170px;
}

.search-exam-td {
    width: 200px;
}

.rebate-reason-td {
    overflow-y: auto;
    min-height: 185px;
    min-width: 130px;
}

.navbar-close-button {
    right: 7px;
    left: auto;
    top: 7px;
}

.navbar-toggle-button {
    left: 5px;
    top: 5px
}

#datatable-search td {
    vertical-align: middle;
}

.vertical-middle {
    vertical-align: middle;
}

.filter-card {
    background: linear-gradient(to right, #2392a2 0%, #77cfd9 50%, #2392a2 100%);
    font-weight: bold;
}

.filter-status-card {
    background: linear-gradient(to right, #40973b 0%, #88d784 50%, #40973b 100%);
    font-weight: bold;
}

#examres-card input {
    margin-top: 3px;
    padding: unset;
    font-size: 16px;
    width: 100%;
    border-radius: 3px;
    max-width: 600px;
    position: relative;
    width: 1.125rem;
    height: 1.125rem;
    margin-right: 0;
}

.announcement-fancy-border {
    border-radius: 49% 51% 46% 54% / 100% 0% 100% 0%;
    width: 700px;
    height: 500px;
    background: #ad5389;
    background: -webkit-linear-gradient(to right, #3c1053, #ad5389);
    background: linear-gradient(to right, #3c1053, #ad5389);
}

.detail-announcement-img {
    max-height: 400px;
    max-width: 555px;
}

@media (max-width: 768px) {
    .announcement-fancy-border {
        border-radius: 49% 51% 46% 54% / 100% 0% 100% 0%;
        width: 465px;
        height: 300px;
        background: #ad5389;
        background: -webkit-linear-gradient(to right, #3c1053, #ad5389);
        background: linear-gradient(to right, #3c1053, #ad5389);
    }

    .detail-announcement-img {
        max-height: 252px;
        max-width: 355px
    }
}

@media (max-width: 425px) {
    .announcement-fancy-border {
        border-radius: 49% 51% 46% 54% / 100% 0% 100% 0%;
        width: 310px;
        height: 250px;
        background: #ad5389;
        background: -webkit-linear-gradient(to right, #3c1053, #ad5389);
        background: linear-gradient(to right, #3c1053, #ad5389);
    }

    .detail-announcement-img {
        max-height: 180px;
        max-width: 245px;
    }
}

.raw-table-scroll {
    max-width: 90vw;
    overflow-x: scroll;
}

.announcement-card {
    border-radius: 150px;
}

.rounded-t-5 {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

@media ( min-width: 992px ) {
    .rounded-tr-lg-0 { border-top-right-radius: 0; }

    .rounded-bl-lg-5 { border-bottom-left-radius: 0.5rem; }
}

@media ( min-width: 992px ) {


    .cascading-right {
        margin-right: -50px;
    }

    .rotate-lg-6 {
        transform: rotate(6deg);
    }
}

/* Default height for small devices */
#intro-example {
    height: 400px;
}

/* Height for devices larger than 992px */
@media (min-width: 992px) {
    #intro-example {
        height: 600px;
    }
}