:root {
    --primary: #cd2147;
    --secondary: #3c484f;
    --accent: #597bd0;
    --tertiary: #fbdfb1;
    --quaternary: #ecf2ff;
    --footerLight: #3c484f;
    --footerDark: #383838;
    --bgColor: #fafafa;
    --amber: #ffc107;
    font-family: "Roboto", sans-serif;
    font-display: swap;
    --animate-duration: 800ms !important;
}
.grecaptcha-badge {
    z-index: 1 !important;
}
.theme--light.v-pagination .v-pagination__item--active {
    color: rgba(0, 0, 0, 0.87) !important;
    border: solid 1px;
    border-color: #3c484fbf !important;
}
.v-pagination__item,
.v-pagination__item--active,
.v-pagination__navigation {
    box-shadow: none !important;
}
.colBorder {
    border-top: 1px solid var(--primary) !important;
}
.colBorder-secondary {
    border-top: 1px solid var(--secondary) !important;
}
.colBorder-accent {
    border-top: 1px solid var(--accent) !important;
}
.colBorder-amber {
    border-top: 1px solid var(--amber) !important;
}
.colBorder-indigo {
    border-top: 1px solid var(--indigo) !important;
}
:focus {
    outline: none !important;
}
.d-center > .row > .col,
.d-center {
    display: flex;
    justify-content: center;
}
.v-application--is-ltr .v-data-footer__select .v-select {
    margin: 5px 0 10px 15px !important;
}
.v-application--is-ltr .v-data-footer__pagination {
    margin: 0 20px 0 20px !important;
}
.v-application--is-ltr .v-data-footer__select {
    margin-right: 5px !important;
}
.v-toolbar__content {
    margin: auto;
    max-width: 1800px;
}
.primary {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}
.secondary {
    background-color: var(--secondary) !important;
    border-color: var(--secondary) !important;
}
.quaternary {
    background-color: var(--quaternary) !important;
    border-color: var(--quaternary) !important;
}
.primary .v-btn {
    color: white !important;
}
.pl-3 {
    padding-left: 12px !important;
}
.pa-3 {
    padding: 12px !important;
}
.py-3 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}
.pr-2 {
    padding-right: 8px !important;
}
.mb-2 {
    margin-bottom: 8px !important;
}
.my-3 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
}
.my-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}
.font-weight-medium {
    font-weight: 500 !important;
}
.align-center {
    align-items: center !important;
}

.justify-center {
    justify-content: center !important;
}
.d-flex {
    display: flex !important;
}
.blue--text.text--darken-3 {
    color: #1565c0 !important;
    caret-color: #1565c0 !important;
}
.blue.darken-3 {
    background-color: #1565c0 !important;
    border-color: #1565c0 !important;
}
.caption {
    font-size: 0.75rem !important;
    font-weight: 400;
    letter-spacing: 0.0333333333em !important;
    line-height: 1.25rem;
    font-family: "Roboto", sans-serif !important;
}
.indigo--text {
    color: #3f51b5 !important;
    caret-color: #3f51b5 !important;
}
.sp-fluid {
    width: 100% !important;
    max-width: 1800px !important;
}
.gravity {
    z-index: 1;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.no-shadow {
    box-shadow: none !important;
}
.media {
    clear: both;
    margin: 1em 0;
    display: flex;
    min-width: 15em;
    justify-content: center;
}
.table table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: 100%;
    border: 1px double #b3b3b3;
}
.table {
    margin: 1em auto;
    display: table;
}
.todo-list__label__description {
    padding-left: 10px;
}
.todo-list__label {
    display: flex;
    align-items: center;
}
.todo-list {
    list-style: none;
}
blockquote {
    overflow: hidden;
    padding-right: 1.5em;
    padding-left: 1.5em;
    margin-left: 0;
    margin-right: 0;
    font-style: italic;
    border-left: 5px solid #ccc;
}
.image_resized {
    max-width: 100%;
    display: block;
    box-sizing: border-box;
}
.image-style-side img,
.image_resized img {
    width: 100%;
}
.image-style-side {
    float: right;
    margin-left: 20px !important;
    max-width: 50%;
}
.image {
    display: table;
    position: relative;
    clear: both;
    text-align: center;
    margin: 0em auto;
}
.noActive {
    background-color: none !important;
    color: rgba(0, 0, 0, 0.87) !important;
}
.w100 {
    width: 100% !important;
}
.removeShadow:focus:before {
    opacity: 0 !important;
}
.customSearchBtn {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 28px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 28px !important;
    position: absolute !important;
}
.searchNrml {
    right: 0px !important;
    top: 0px !important;
    height: 39.5px !important;
}
.searchDark {
    right: 2px !important;
    top: 2px !important;
    height: 36px !important;
}

.left-50 {
    left: 50% !important;
    transform: translateX(-50%) !important;
}
.bottom-0 {
    bottom: 0 !important;
}
.float_action {
    padding-right: 2px;
}
.bgColor {
    background-color: #f9f9f9 !important;
}
.bgColorDark {
    background-color: #121212;
}
._noActive.v-btn:not(.v-btn--text):not(.v-btn--outlined).v-btn--active:before {
    opacity: 0 !important;
}
.greyBG {
    filter: grayscale(100%);
}
.whiteBG {
    filter: brightness(0) invert(1) opacity(0.85) !important;
}
.h-35 {
    height: 35px;
}
.full-height {
    height: 100%;
}
.isteCaption {
    border-left: 2px solid rgba(60, 72, 79, 0.8);
    font-size: 1em;
    height: 90%;
    padding-left: 25px;
    margin-left: 10px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.isteLogo {
    width: 100%;
    /* height: auto; */
    max-width: 300px;
    padding: 15px;
}
@font-face {
    font-family: "Chiller V1";
    src: url("../fonts/chiller/b1b2e2db2eef02d230247a474d1d66a6.eot");
    src: url("../fonts/chiller/b1b2e2db2eef02d230247a474d1d66a6.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/chiller/b1b2e2db2eef02d230247a474d1d66a6.woff2")
            format("woff2"),
        url("../fonts/chiller/b1b2e2db2eef02d230247a474d1d66a6.woff")
            format("woff"),
        url("../fonts/chiller/b1b2e2db2eef02d230247a474d1d66a6.ttf")
            format("truetype");
}
.teknoversite {
    font-family: "Chiller V1" !important;
    font-display: swap;
    color: #cd2147 !important;
    font-size: 35px;
    font-style: italic;
    font-weight: 500;
}
#topBanner {
    height: 100px;
    color: rgba(60, 72, 79, 0.8);
}
#topBanner.theme--dark {
    background: #121212;
    color: rgba(255, 255, 255, 0.75) !important;
}
.isteLogo.theme--dark,
.teknoversite.theme--dark {
    filter: brightness(0) invert(1) opacity(0.8);
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 0px !important;
    left: auto !important;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 0px !important;
    right: auto !important;
}
.swiper-button-prev,
.swiper-button-next {
    width: inherit !important;
    color: var(--secondary) !important;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "\F0141" !important;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "\F0142" !important;
}
.swiper-button-prev:after,
.swiper-button-next:after,
.swiper-button-prev:before,
.swiper-button-next:before {
    font-family: "Material Design Icons" !important;
}
.specialImg {
    object-fit: contain !important;
}
.spBorder {
    border-left: solid 4px var(--secondary) !important;
}
.dialogCloseBtn {
    position: absolute !important;
    right: 15px !important;
}
.unset {
    -webkit-box-orient: unset !important;
    height: 16px !important;
}
@media screen and (max-width: 320px) {
}
@media screen and (max-width: 630px) {
}
@media screen and (max-width: 767.98px) {
    #topBanner {
        display: none;
    }
    .v-app-bar {
        position: fixed !important;
    }
    .v-navigation-drawer {
        position: fixed !important;
    }
}
@media (min-width: 767.98px) and (max-width: 1263.98px) {
    .v-navigation-drawer {
        position: fixed !important;
    }
}
@media (min-width: 1264px) {
}
