﻿@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

* {
    box-shadow: none !important;
}

.h-100vh {
    height: 100vh !important;
}

body {
    font-family: "Quicksand", sans-serif !important;
}

.logologin {
    width: 100%;
    height: 150px;
    margin-bottom: 2rem !important;
}

.w-450 {
    width: 450px;
}

.fs-12 {
    font-size: 12px;
}

.teklink {
    text-decoration: none;
    color: #ff6a00;
    font-weight: bold;
    font-size: 12px;
}

.form-control:focus {
    border-color: #ffb47e !important;
}

.btn-orange {
    background-color: #ff7c1e;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    margin-top: 15px;
    padding: 12px;
}

    .btn-orange:hover, .btn-orange:focus {
        color: #fff !important;
        background-color: #ff6a00 !important;
    }

.loginbody {
    background-image: url('/images/bg.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment:fixed!important;
}

body {
    background-color: #efefef;
}

.logo {
    width: 180px;
}

.m_menu {
    margin: 20px 200px;
}

    .m_menu > ul {
        display: flex;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .m_menu > ul > li {
            position: relative;
        }

            .m_menu > ul > li > a {
                display: block;
                padding: 12px 22px;
                color: #ff6a00;
                text-decoration: none;
                font-weight: bold;
                border-radius: 10px;
                transition: 0.2s;
            }

                .m_menu > ul > li > a:hover {
                    background-color: #ff6a00;
                    color: #fff;
                }

            .m_menu > ul > li:hover > a {
                background-color: #ff6a00;
                color: #fff;
            }

            .m_menu > ul > li > ul {
                display: none;
            }

            .m_menu > ul > li:hover > ul {
                display: block;
                position: absolute;
                top: 100%;
                width: 220px;
                background-color: #fff;
                box-shadow: var(--bs-box-shadow-lg) !important;
                padding: 15px;
                list-style: none;
                left: -15px;
                border-radius: 15px;
            }

            .m_menu > ul > li > ul > li {
                position: relative;
            }

                .m_menu > ul > li > ul > li > a {
                    display: block;
                    padding: 7px 15px;
                    border-radius: 15px;
                    color: #ff7c1e;
                    text-decoration: none;
                    font-size: 14px;
                    font-weight: bold;
                    transition: 0.2s;
                }

                    .m_menu > ul > li > ul > li > a:hover {
                        background-color: #ff6a00;
                        color: #fff;
                    }

.rightmenu ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.rightmenu > ul > li > a {
    display: block;
    font-size: 30px;
    margin-right: 20px;
    color: #3e3e3e;
}

.rightmenu .dropdown-toggle {
    background-color: #3e3e3e;
    border-radius: 100%;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    width: 30px;
    display: block;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

    .rightmenu .dropdown-toggle:after {
        display: none !important;
    }

.rightmenu .dropdown-item {
    font-size: 14px;
    font-weight: bold;
}

.rightmenu .dropdown-menu.show {
    border: none !important;
    width: 220px;
    border-radius: 15px !important;
    padding: 15px;
    box-shadow: var(--bs-box-shadow-lg) !important;
}

.dropdown-item:hover,
.dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #ff6a00 !important;
    border-radius: 15px;
}

span.dropdown-item {
    background-color: #fff !important;
    border-radius: 15px;
    color: #3e3e3e !important;
}

    span.dropdown-item:hover {
        background-color: #fff !important;
        color: #3e3e3e !important;
    }

.w-1320 {
    width: 1296px;
    margin: 0 auto;
}

.content {
    padding-top: 100px;
}

iframe {
    border-radius: 15px !important;
}

.adminbg {
    background-color: #eff2f6;
}

.dual-nav-first-layer {
    padding: 1rem;
    border-bottom: 1px solid #e3e6ed;
}

.adminmenu {
    height: 50px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #e3e6ed;
}

    .adminmenu > ul {
        margin: 0;
        padding: 7px;
        list-style: none;
        display: flex;
        flex-wrap: nowrap;
    }

        .adminmenu > ul > li > a {
            display: block;
            padding: 7px 16px;
            color: #000;
            font-size: 14px;
            text-wrap-mode: nowrap;
            border-radius: 5px;
            text-decoration: none;
        }

            .adminmenu > ul > li > a > i {
                margin-right: 5px;
            }

            .adminmenu > ul > li > a:hover {
                background-color: #eff2f6;
            }

.panel {
    border: 1px solid #d0d2d7;
    border-radius: 5px;
}

.panelhead {
    background-color: #eff2f6;
    margin: 0 10px;
    padding: 0 10px;
    margin-top: -12px;
    display: table;
}

.panelbody {
    padding: 20px;
    overflow: auto;
}

.checkboxstyle {
    line-height: 35px;
    display: flex;
    align-items: center;
}

    .checkboxstyle label {
        margin-left: 8px !important;
    }

.checkbox .checkboxstyle > input[type=checkbox] {
    appearance: none;
    background-color: #dfe1e4;
    border-radius: 72px;
    border-style: none;
    flex-shrink: 0;
    height: 20px;
    margin: 0;
    position: relative;
    width: 30px;
}

    .checkbox .checkboxstyle > input[type=checkbox]::before {
        bottom: -6px;
        content: "";
        left: -6px;
        position: absolute;
        right: -6px;
        top: -6px;
    }

    .checkbox .checkboxstyle > input[type=checkbox],
    .checkbox .checkboxstyle > input[type=checkbox]::after {
        transition: all 100ms ease-out;
    }

.checkbox .checkboxstyle input[type=checkbox]::after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 14px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 14px;
}

.checkbox input[type=checkbox] {
    cursor: default;
}

.checkbox .checkboxstyle > input[type=checkbox]:hover {
    background-color: #c9cbcd;
    transition-duration: 0s;
}

.checkbox .checkboxstyle > input[type=checkbox]:checked {
    background-color: #6e79d6;
}

    .checkbox .checkboxstyle > input[type=checkbox]:checked::after {
        background-color: #fff;
        left: 13px;
    }

.checkbox .checkboxstyle:focus:not(.focus-visible) {
    outline: 0;
}

.checkbox .checkboxstyle > input[type=checkbox]:checked:hover {
    background-color: #535db3;
}

.alansayisi span {
    font-weight: bold;
    font-size: 30px;
    color: #ff6a00;
}

.alansayisi {
    text-decoration: none;
    color: #3e3e3e;
}

.paketbtn i {
    margin-right: 7px;
    font-size: 24px;
}

.paketbtn a {
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 4px 18px;
}

.classinif {
    padding: 15px 25px;
    text-align: center;
}

    .classinif span {
        font-size: 40px;
        margin-right: 20px;
    }

    .classinif div {
        font-weight: bold;
        font-size: 18px;
    }

.baslik {
    color: #3a8944;
    font-weight: bold;
    font-size: 15px;
}

.adi {
    color: #ff6a00;
    font-size: 35px;
    font-weight: bold;
}

.aciklama {
    color: #3e3e3e;
    font-weight: bold;
    font-size: 15px;
    margin-top: 15px;
}

.btnasama {
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
}

    .btnasama i {
        font-size: 30px;
        margin-right: 8px;
    }

.btn-orange2 {
    background-color: #ff7c1e;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
}

    .btn-orange2:hover, .btn-orange2:focus {
        color: #fff !important;
        background-color: #ff6a00 !important;
    }

.dt-button {
    border: none;
    background-color: #e3e6ed;
    font-weight: bold;
    padding: 8px 16px;
    border-radius: 15px;
    transition: 0.2s;
}

    .dt-button:hover {
        background-color: #c7c7c7;
    }

.veya {
    margin: 15px 0;
    text-align: center;
}

.mobilemenu {
    display: none;
}
.dropzone, .dropzone * {
    box-sizing: border-box;
}

.dropzone {
    border: 2px dashed #dbe2eb;
    background: white;
    border-radius: 4px;
    color: #1886d6;
    display: flex;
    justify-content: center;
    flex-flow: row;
    font-size: 14px;
}

    .dropzone i {
        font-size: 40px;
    }

    .dropzone p:hover {
        background-color: #1886d6;
        color: #fff;
    }

    .dropzone p {
        border-radius: 9px;
        font-size: 14px;
        padding: 8px 0;
        background-color: #f1f6f9;
        margin-top: 10px;
        transition: 0.2s;
    }

    .dropzone.dz-clickable {
        cursor: pointer;
    }

        .dropzone.dz-clickable * {
            cursor: default;
        }

        .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
            cursor: pointer;
        }

    .dropzone.dz-started .dz-message {
        display: none;
    }

    .dropzone.dz-drag-hover {
        border-style: solid;
    }

        .dropzone.dz-drag-hover .dz-message {
            opacity: 0.5;
        }

    .dropzone .dz-message {
        text-align: center;
        width: 150px;
        margin: 2em auto;
    }

    .dropzone .dz-preview {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 16px;
        min-height: 100px;
    }

        .dropzone .dz-preview:hover {
            z-index: 1000;
        }

            .dropzone .dz-preview:hover .dz-details {
                opacity: 1;
            }

        .dropzone .dz-preview.dz-file-preview .dz-image {
            border-radius: 20px;
            background: #999;
            background: linear-gradient(to bottom, #eee, #ddd);
        }

        .dropzone .dz-preview.dz-file-preview .dz-details {
            opacity: 1;
        }

        .dropzone .dz-preview.dz-image-preview {
            background: white;
        }

            .dropzone .dz-preview.dz-image-preview .dz-details {
                -webkit-transition: opacity 0.2s linear;
                -moz-transition: opacity 0.2s linear;
                -ms-transition: opacity 0.2s linear;
                -o-transition: opacity 0.2s linear;
                transition: opacity 0.2s linear;
            }

        .dropzone .dz-preview .dz-remove {
            font-size: 14px;
            text-align: center;
            display: block;
            cursor: pointer;
            border: none;
        }

            .dropzone .dz-preview .dz-remove:hover {
                text-decoration: underline;
            }

        .dropzone .dz-preview:hover .dz-details {
            opacity: 1;
        }

        .dropzone .dz-preview .dz-details {
            z-index: 20;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            font-size: 13px;
            min-width: 100%;
            max-width: 100%;
            padding: 2em 1em;
            text-align: center;
            color: rgba(0, 0, 0, 0.9);
            line-height: 150%;
        }

            .dropzone .dz-preview .dz-details .dz-size {
                margin-bottom: 1em;
                font-size: 16px;
            }

            .dropzone .dz-preview .dz-details .dz-filename {
                white-space: nowrap;
            }

                .dropzone .dz-preview .dz-details .dz-filename:hover span {
                    border: 1px solid rgba(200, 200, 200, 0.8);
                    background-color: rgba(255, 255, 255, 0.8);
                }

                .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                    .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
                        border: 1px solid transparent;
                    }

                .dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
                    background-color: rgba(255, 255, 255, 0.4);
                    padding: 0 0.4em;
                    border-radius: 3px;
                }

        .dropzone .dz-preview:hover .dz-image img {
            -webkit-transform: scale(1.05, 1.05);
            -moz-transform: scale(1.05, 1.05);
            -ms-transform: scale(1.05, 1.05);
            -o-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
            -webkit-filter: blur(8px);
            filter: blur(8px);
        }

        .dropzone .dz-preview .dz-image {
            border-radius: 20px;
            overflow: hidden;
            width: 120px;
            height: 120px;
            position: relative;
            display: block;
            z-index: 10;
        }

            .dropzone .dz-preview .dz-image img {
                display: block;
            }

        .dropzone .dz-preview.dz-success .dz-success-mark {
            -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
            -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
            -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
            -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
            animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
        }

        .dropzone .dz-preview.dz-error .dz-error-mark {
            opacity: 1;
            -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
            -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
            -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
            -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
            animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
        }

        .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
            pointer-events: none;
            opacity: 0;
            z-index: 500;
            position: absolute;
            display: block;
            top: 50%;
            left: 50%;
            margin-left: -27px;
            margin-top: -27px;
        }

            .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
                display: block;
                width: 54px;
                height: 54px;
            }

        .dropzone .dz-preview.dz-processing .dz-progress {
            opacity: 1;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -ms-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

        .dropzone .dz-preview.dz-complete .dz-progress {
            opacity: 0;
            -webkit-transition: opacity 0.4s ease-in;
            -moz-transition: opacity 0.4s ease-in;
            -ms-transition: opacity 0.4s ease-in;
            -o-transition: opacity 0.4s ease-in;
            transition: opacity 0.4s ease-in;
        }

        .dropzone .dz-preview:not(.dz-processing) .dz-progress {
            -webkit-animation: pulse 6s ease infinite;
            -moz-animation: pulse 6s ease infinite;
            -ms-animation: pulse 6s ease infinite;
            -o-animation: pulse 6s ease infinite;
            animation: pulse 6s ease infinite;
        }

        .dropzone .dz-preview .dz-progress {
            opacity: 1;
            z-index: 1000;
            pointer-events: none;
            position: absolute;
            height: 16px;
            left: 50%;
            top: 50%;
            margin-top: -8px;
            width: 80px;
            margin-left: -40px;
            background: rgba(255, 255, 255, 0.9);
            -webkit-transform: scale(1);
            border-radius: 8px;
            overflow: hidden;
        }

            .dropzone .dz-preview .dz-progress .dz-upload {
                background: #333;
                background: linear-gradient(to bottom, #666, #444);
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                width: 0;
                -webkit-transition: width 300ms ease-in-out;
                -moz-transition: width 300ms ease-in-out;
                -ms-transition: width 300ms ease-in-out;
                -o-transition: width 300ms ease-in-out;
                transition: width 300ms ease-in-out;
            }

        .dropzone .dz-preview.dz-error .dz-error-message {
            display: block;
        }

        .dropzone .dz-preview.dz-error:hover .dz-error-message {
            opacity: 1;
            pointer-events: auto;
        }

        .dropzone .dz-preview .dz-error-message {
            pointer-events: none;
            z-index: 1000;
            position: absolute;
            display: block;
            display: none;
            opacity: 0;
            -webkit-transition: opacity 0.3s ease;
            -moz-transition: opacity 0.3s ease;
            -ms-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
            border-radius: 8px;
            font-size: 13px;
            top: 130px;
            left: -10px;
            width: 140px;
            background: #be2626;
            background: linear-gradient(to bottom, #be2626, #a92222);
            padding: 0.5em 1.2em;
            color: white;
        }

            .dropzone .dz-preview .dz-error-message:after {
                content: '';
                position: absolute;
                top: -6px;
                left: 64px;
                width: 0;
                height: 0;
                border-left: 6px solid transparent;
                border-right: 6px solid transparent;
                border-bottom: 6px solid #be2626;
            }
.marquee {
    width: 100%; 
    overflow: hidden; 
}
.galeri{
    position:relative;
    width:200px;
    height:200px;
    margin-right:15px;
    border:1px solid #d0d2d7;
}
    .galeri img{
        position:absolute;
        top:0;
        bottom:0;
        left:0;
        right:0;
        max-width:100%;
        max-height:100%;
        margin:auto;
    }
.seka{
    text-decoration:none!important;
}

@media (max-width:1200px) {
    .w-450 {
        width: 100% !important;
    }

    .logo {
        width: 50%;
    }

    .m_menu {
        display: none;
    }

    .mobilemenu {
        display: block;
    }

    .w-1320 {
        width: calc(100% - 20px) !important;
    }

    .menumobil {
        position: absolute;
        left: 0;
        top: 50px;
        display: block;
        margin: 0;
        background-color: #fff;
        border-radius: 15px;
        width: 100% !important;
    }
    .callback {
        width: 90%;
        margin: 0 auto;
    }
    .callback > div{
       flex:1 1 100%!important;
       text-align:center!important;
    }
    .callback span{
        display:block!important;
    }
    .callback .paketbtn{
        display:block!important;
    }
    .paketbtn a{
        display:block!important;
    }
    .btnasama.p-4{
        padding:8px 3px!important;
    }
    .btnasama i {
        font-size: 18px !important;
    }
    .btnasama {
        font-size: 12px !important;
    }
}
