/* here you can put your own css to customize and override the theme */
.errortype {
    color: #D05454;
    font-weight: 600;
}

    .errortype:before {
        content: "\f071";
        display: inline-block;
        font-family: FontAwesome;
        margin-right: 4px;
    }

.desktop {
    display: normal !important;
}

.mobil {
    display: none !important;
}

@media (max-width: 767px) {
    .desktop {
        display: none !important;
    }

    .mobil {
        display: block !important;
    }
}

.butonikonr {
    margin-right: 4px;
}

.butonikonl {
    margin-left: 4px;
}

@media (min-width:992px) {
    .modal-dialog {
        width: 70%;
        max-width: none !important;
    }

    .modal-lg {
        width: 90%;
        max-width: none !important;
    }

    .modal-sm {
        width: 50%;
        max-width: none !important;
    }

    .modal-xs {
        width: 30%;
        max-width: none !important;
    }
}

@media (min-width:1300px) {
    .modal-dialog {
        width: 70%;
        max-width: none !important;
    }

    .modal-lg {
        width: 90%;
        max-width: none !important;
    }

    .modal-sm {
        width: 50%;
        max-width: none !important;
    }

    .modal-xs {
        width: 30%;
        max-width: none !important;
    }
}

@media (min-width:1600px) {
    .modal-dialog {
        width: 70%;
        max-width: none !important;
    }

    .modal-lg {
        width: 90%;
        max-width: none !important;
    }

    .modal-sm {
        width: 50%;
        max-width: none !important;
    }

    .modal-xs {
        width: 30%;
        max-width: none !important;
    }
}

.modal {
    max-height: 100%;
    position: fixed !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*z-index: 1050;*/
    display: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.nodata {
    color: #e7505a;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    text-align: center;
    margin: auto;
    padding-top: 20px;
    margin-bottom: 20px;
}

.page-header.navbar .page-logo .logo-default {
    margin: 10px 20px 0;
    height: auto !important;
    max-width: 140px;
    max-height: 60px;
}

.softroyal {
    width: 100%;
    text-align: center !important;
    padding: 10px !important;
    position: relative;
    margin-top: 100px;
}

    .softroyal a {
        width: 100px;
        text-align: center;
    }

        .softroyal a img {
            max-width: 100px;
            margin: auto;
        }

.hizliode_giris {
    padding-top: 200px;
}

    .hizliode_giris img {
        margin: 20px;
    }

    .hizliode_giris h4 {
        margin-bottom: 50px;
        font-size: 24px;
        font-weight: 800;
        color: #2a2929 !important;
    }

.hizliode_faturalar {
    padding-top: 50px;
}

    .hizliode_faturalar img {
        margin: 20px;
    }

    .hizliode_faturalar h4 {
        margin-bottom: 50px;
        font-size: 24px;
        font-weight: 800;
        color: #2a2929 !important;
    }

.page-sidebar .page-sidebar-menu > li.active.open > a, .page-sidebar .page-sidebar-menu > li.active > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active.open > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a {
    background: #f2f6f9;
    color: var(--renk5);
}

.page-sidebar .page-sidebar-menu > li.active > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a {
    border-left: 3px solid var(--renk5) !important;
    margin-left: -3px;
    padding-left: 15px;
}

    .page-sidebar .page-sidebar-menu > li.active.open > a > i, .page-sidebar .page-sidebar-menu > li.active > a > i, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active.open > a > i, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a > i {
        color: var(--renk5);
    }

.page-header.navbar .top-menu .navbar-nav > li.dropdown-language > .dropdown-toggle > .langname, .page-header.navbar .top-menu .navbar-nav > li.dropdown-user > .dropdown-toggle > .username, .page-header.navbar .top-menu .navbar-nav > li.dropdown-user > .dropdown-toggle > i {
    color: var(--renk5);
}

.tarife_detay .portlet {
    border-radius: 8px !important;
    border: 1px solid var(--renk5);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15)!important;
    transition: all 0.3s ease;
    position: relative;
}

    .tarife_detay .portlet::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 6px;
        width: 100%;
        background: linear-gradient(90deg, var(--renk5), #454444);
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }

    .tarife_detay .portlet:hover {
        transform: translateY(-4px);
        box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
    }

    .tarife_detay .portlet > .portlet-title {
        border-bottom: 1px solid var(--renk3);
        padding: 0;
        margin-bottom: 10px;
        min-height: 41px;
    }

.tarife_detay .caption-subject {
    font-weight: 600 !important;
    font-size: 18px !important;
    margin: 12px;
    color: var(--renk5) !important;
}

.tarife_detay hr {
    border-color: var(--renk2) !important;
}

.tarife_detay h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
    margin: 12px;
    color: #2a2929 !important;
    border-bottom: 2px solid var(--renk3);
}

.tarife_detay p {
    margin: 4px 20px;
    font-weight: 400;
    font-size: 14px;
    color: var(--renk2) !important;
}

.tarife_detay i {
    margin-right: 10px;
}

.btn.yellow-gold:not(.btn-outline) {
    color: #fff;
    background-color: var(--renk5);
    border-color: var(--renk5);
}

.toplamborc {
    background-color: var(--renk5) !important;
    color: #fff;
    padding: 6px 12px;
    border-radius: 6px !important;
    font-size: 18px;
}

.fatura .alert {
    font-size: 18px;
}

    .fatura .alert i {
        margin-right: 10px;
    }

    .fatura .alert a {
        font-weight: 600;
        color: #e73d4a;
    }

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    text-align: start;
    font-size: 14px;
    background-color: #333;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 16px!important;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    color: #fff;
}

.popover-content {
    padding: 9px 14px;
    /*background: #D05454;
    border-radius: 8px;*/
}

    .popover.right > .arrow:after {
        left: 1px;
        border-left-width: 0;
        border-right-color: #333;
    }

.fa-check-circle {
    color: #4bbe0e;
}

.fa-times-circle {
    color: #9b1907;
}

.abonebuton {
    background-color: var(--renk5) !important;
    border-color: var(--renk5) !important;
    color: #fff;
    padding: 6px;
    border-radius: 6px !important;
    font-size: 12px;
    text-align: left;
    width: 100%;
}

    .abonebuton .dropdown-toggle {
        background-color: var(--renk5) !important;
        border-color: var(--renk5) !important;
        color: #fff;
        padding: 6px;
        border-radius: 6px !important;
        font-size: 12px;
        text-align: left;
        width: 100%;
    }


.abonebuton option {
    background-color: #acacac;
    color: #fff;
    padding: 10px 12px;
    font-size: 12px;
    border-radius: 6px !important;
}

        /* Seçili option */
        .abonebuton option:checked {
            /*background-color: var(--renk5) !important;*/
            color: #000 !important;
            font-weight: bold;
        }

        /* Hover (bazı tarayıcılarda çalışır) */
        .abonebuton option:hover {
            background-color: #9b1907 !important;
        }
        .abonebuton option:focus {
            background-color: #9b1907 !important;
        }

.font-yellow-gold {
    color: var(--renk5) !important;
}