
del, strike {
    text-decoration: none;
    line-height: 1.4;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.63em, transparent), color-stop(0.63em, #5e5e5e), color-stop(0.7em, #6fbdad), color-stop(0.7em, transparent), to(transparent));
    background-image: -webkit-linear-gradient(top, transparent 0em, transparent 0.63em, #5e5e5e 0.63em, #5e5e5e 0.7em, transparent 0.7em, transparent .8em);
    background-image: -o-linear-gradient(top, transparent 0em, transparent 0.63em, #5e5e5e 0.63em, #5e5e5e 0.7em, transparent 0.7em, transparent .8em);
    background-image: linear-gradient(to bottom, transparent 0em, transparent 0.63em, #5e5e5e 0.63em, #5e5e5e 0.7em, transparent 0.7em, transparent .8em);
    -webkit-background-size: 1.4em 1.4em;
    background-size: 1.4em 1.4em;
    background-repeat: repeat;
}

.scroll-div {
    height: 300px;
    overflow: scroll;
    overflow-x: hidden;
}

.btn-sm-not-rounded {
    padding: .25rem .5rem;
}

.btn-not-rounded {
    text-align: center;
    background-color: transparent;
    border: 1px solid transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    display: inline-block;
    font-family: Exo\ 2, Helvetica Neue, Arial, sans-serif;
    font-weight: 600;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: .8125rem;
    line-height: 1.5;
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.course-item {
    padding-left: 24px;
}

.course-item-arrow-icon {
    padding-left: 24px;
}

.course-item-active {
    display: block;
}

.course-item-deactive {
    display: none;
}

.box-gradient {
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=1);
}

.whatsapp_button {
    position: fixed;
    left: 10px;
    bottom: 10px;
    opacity: .8;

}

.whatsapp_button:hover {
    -webkit-box-shadow: 10px 0px 91px -55px rgba(0, 0, 0, 0.94);
    -moz-box-shadow: 10px 0px 91px -55px rgba(0, 0, 0, 0.94);
    box-shadow: 10px 0px 91px -55px rgba(0, 0, 0, 0.94);
    opacity: 1;

}

.call_button:hover {
    -webkit-box-shadow: 10px 0px 91px -55px rgba(0, 0, 0, 0.94);
    -moz-box-shadow: 10px 0px 91px -55px rgba(0, 0, 0, 0.94);
    box-shadow: 10px 0px 91px -55px rgba(0, 0, 0, 0.94);
    opacity: 1;

}

.call_button {
    position: fixed;
    right: 10px;
    bottom: 10px;
    opacity: .8;

}

.phoneFormBase-active {
    display: block;
}

.phoneFormBase-passive {
    display: none;

}

.phoneFormBase {
    position: absolute;
    top: 0;
    z-index: 999;
    height: 100%;
    width: 100%;
    background-color: #333;

}

.phoneFormBase .section .container {
    height: 100%;
    color: #fff5fa;

}

.phoneFormBase .container {
    max-width: 100%;
    margin-left: auto;
    height: 100%;
    margin-right: auto;
    padding: 0 10px;
}

.phoneFormBase .section {

    padding: 40px 0;
}

.phoneFormBase .header {
    display: block;
    width: 100%;
    height: 72px;
    position: relative;
    z-index: 100;
}

.phoneFormBase .login-container {
    padding: 0px 0 50px;
    max-width: 900px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.phoneFormBase .login-container form {
    max-width: 520px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.phoneFormBase .login-container h4 {
    color: #fff;
    margin: 0 0 10px 0;
    display: block;
    font-weight: 600;
}

.phoneFormBase h2 {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.3);
}

.phoneFormBase .notification {
    font-size: 14px;
    color: #d9d9d9;
    border-radius: 4px;
    margin: 0 0 30px;
    font-style: italic;
}

.phoneFormBase .form-group {
    margin: 20px 0 0;
}

.phoneFormBase input {
    display: block;
    padding: 12px 20px;
    border: 1px solid #999;
    background: #fff;
    color: #666;
    width: 100%;
    box-shadow: inset 1px 3px 4px 0 rgb(0 0 0 / 10%);
    font-size: 20px;
    outline: none;
    line-height: normal;
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

.phoneFormBase button {
    color: #fff;
    background-color: #5567ff;
    width: 100%;
    transition: all 0.3s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid transparent;
    font-size: 20px;
    padding: 11px 37px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    outline: none
}

.alert.alert-danger {
    background: #721c24;
    border-color: #8d2630;
    color: #fff;
}

.alert {
    width: 100%;
    padding: 12px 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #fff;
    text-align: center;
}

.loader {
    font-size: 10px;
    margin: 50px auto;
    text-indent: -9999em;
    width: 4em;
    height: 4em;
    border-radius: 50%;
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.loader:before {
    width: 50%;
    height: 50%;
    background: #ffffff;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}

.loader:after {
    background: #5567ff;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.grid-satir:hover {
    background: rgba(248, 177, 165, 0.18);
    background: -moz-linear-gradient(left, rgba(248, 177, 165, 0.18) 0%, rgba(246, 246, 246, 0.77) 47%, rgba(255, 255, 255, 0.5) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(248, 177, 165, 0.18)), color-stop(47%, rgba(246, 246, 246, 0.77)), color-stop(100%, rgba(255, 255, 255, 0.5)));
    background: -webkit-linear-gradient(left, rgba(248, 177, 165, 0.18) 0%, rgba(246, 246, 246, 0.77) 47%, rgba(255, 255, 255, 0.5) 100%);
    background: -o-linear-gradient(left, rgba(248, 177, 165, 0.18) 0%, rgba(246, 246, 246, 0.77) 47%, rgba(255, 255, 255, 0.5) 100%);
    background: -ms-linear-gradient(left, rgba(248, 177, 165, 0.18) 0%, rgba(246, 246, 246, 0.77) 47%, rgba(255, 255, 255, 0.5) 100%);
    background: linear-gradient(to right, rgba(248, 177, 165, 0.18) 0%, rgba(246, 246, 246, 0.77) 47%, rgba(255, 255, 255, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#ffffff', GradientType=1);
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
}

.bigorafi {
    text-align: left;
}

.bigorafi li {
    text-align: left;
}

.bigorafi ul {
    text-align: left;
}

.baseCcontainer {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

basefirstheader {
    z-index: 999;
    flex: 1 0 auto;
}

baseHeader {
    z-index: 999;
    flex: 1 0 auto;
}

baseFooter {
    flex: 1 0 auto;
}

baseMain {
    flex: 1 0 auto;
    min-height: 676px; /*1080px yükseklik için ayarlandı*/
}
