﻿/*!
 *   AdminLTE v2.3.0
 *   Author: Almsaeed Studio
 *	 Website: Almsaeed Studio <http://almsaeedstudio.com>
 *   License: Open source - MIT
 *           Please visit http://opensource.org/licenses/MIT for more information
!*/
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);
/*
 * Core: General Layout Style
 * -------------------------
 */
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');

html,
body {
    height: 100%;
    width: 100%;
    min-height: 100%;
}

.layout-boxed html,
.layout-boxed body {
    height: 100%;
}
/**/
.arNumber {
    font-family: KuranFont !important;
}

@font-face {
    font-family: 'Open Sans Condensed', sans-serif;
}

@font-face {
    font-family: KuranFont;
    src: url('../../fonts/shaikh_hamdullah_mushaf.ttf');
}

@font-face {
    font-family: PoliticaFont;
    src: url('../../fonts/politica.ttf');
}

@font-face {
    font-family: KuranFontAbay;
    src: url('../../fonts/kk_abay.eot') format('embedded-opentype'), /* EDIT correction on this line */
    url('../../fonts/kk_abay.woff') format('woff'), /* Modern Browsers */
    url('../../fonts/kk_abay.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../fonts/kk_abay.woff2') format('woff2'); /* Legacy iOS; correction on this line */
}

@font-face {
    font-family: KuranFontElif1;
    src: url('../../fonts/Elif1.ttf');
}

a {
    text-decoration: none;
}

    a:hover,
    a:active,
    a::selection,
    a:link {
        text-decoration: none;
    }

.fixed .content-wrapper {
    /*padding-top: 50px;*/
}

.ar {
    font-family: KuranFont;
}

.qf_abay .ar {
    font-family: KuranFontAbay;
}

.qf_elif1 .ar {
    font-family: KuranFontElif1;
}

.ar-1 {
    font-size: 18px;
    line-height: 38px;
    font-weight: normal;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: auto;
}

.page-preloader {
    position: fixed !important;
    top: 50px;
    z-index: 10;
}

    .page-preloader .bar {
        background: rgba(0, 0, 0, 0.6);
    }

#contextBtn {
    width: 30px;
    height: 30px;
    position: fixed;
    top: 54px;
    right: 4px;
    /*bottom:50px;
    right:50px;*/
    cursor: pointer;
    background-color: rgba(51, 122, 183, 0.5);
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    display: none;
    padding-top: 1px;
    z-index: 1000;
}

    #contextBtn:hover {
        opacity: 1;
        background-color: rgba(51, 122, 183, 0.9);
    }

    #contextBtn span {
        font-size: 14px;
        color: #fff;
    }

/*
.proloader-balls {
    position: absolute;
    display: block;
    top: 0;
    transform: translateX(-50%);
    left: 50%;
    z-index: 1040;
    width: 80px;
    height: 80px;
    font-size: 18px;
    line-height: 26px;
    color: #0400ff;
    background: url(../../images/balls.gif) no-repeat center center;
    background-size: contain;
    text-align: center;
    margin: 0 auto 0;
}*/

.proloader-balls {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1040;
    width: 80px;
    height: 80px;
    font-size: 18px;
    line-height: 26px;
    color: #5f431a;
    text-align: center;
    margin-left: 0!important;
}

    /* Dış büyük halka */
    .proloader-balls::before {
        content: '';
        position: absolute;
        width: 60px;
        height: 60px;
        top: 10px;
        left: 10px;
        border-radius: 50%;
        background: rgba(181, 157, 110, 0.4); /* b59d6e tonunda transparan */
        animation: pulseLoader 2s ease-out infinite;
    }

    /* İç küçük halka */
    .proloader-balls::after {
        content: '';
        position: absolute;
        width: 40px;
        height: 40px;
        top: 20px;
        left: 20px;
        border-radius: 50%;
        background: rgba(224, 205, 169, 0.4); /* açık tonlu altın */
        animation: pulseLoader 2s ease-out infinite;
        animation-delay: 0.5s;
    }

/* Nabız animasyonu */
@keyframes pulseLoader {
    0% {
        transform: scale(0.3);
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}


.bgModalCover {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-transition: visibility 0s .6s;
    -moz-transition: visibility 0s .6s;
    -o-transition: visibility 0s .6s;
    transition: visibility 0s .6s;
}

    .bgModalCover.modalVisible {
        visibility: visible;
        -webkit-transition: visibility 0s 0s;
        -moz-transition: visibility 0s 0s;
        -o-transition: visibility 0s 0s;
        transition: visibility 0s 0s;
        background: rgba(0, 0, 0, 0.6);
        -webkit-transition: background .3s 0s;
        -moz-transition: background .3s 0s;
        -o-transition: background .3s 0s;
        transition: background .3s 0s;
    }
/* Layout */
.wrapper {
    min-height: 100%;
    position: static;
    overflow: hidden;
    transition: opacity 0.75s ease-in-out;
    -moz-transition: opacity 0.75s ease-in-out;
    -webkit-transition: opacity 0.75s ease-in-out;
}

    .wrapper:before,
    .wrapper:after {
        content: " ";
        display: table;
    }

    .wrapper:after {
        clear: both;
    }

.layout-boxed .wrapper {
    max-width: 1250px;
    margin: 0 auto;
    min-height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    position: relative;
}

.layout-boxed {
    background: url('../img/boxed-bg.jpg') repeat fixed;
}
/*
 * Content Wrapper - contains the main content
 * ```.right-side has been deprecated as of v2.0.0 in favor of .content-wrapper  ```
 */
.content-wrapper,
.right-side,
.main-footer {
    -webkit-transition: -webkit-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    margin-left: 230px;
    z-index: 820;
}

.layout-top-nav .content-wrapper,
.layout-top-nav .right-side,
.layout-top-nav .main-footer {
    margin-left: 0;
}

@media (max-width: 767px) {
    .content-wrapper,
    .right-side,
    .main-footer {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .sidebar-collapse .content-wrapper,
    .sidebar-collapse .right-side,
    .sidebar-collapse .main-footer {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .sidebar-open .content-wrapper,
    .sidebar-open .right-side,
    .sidebar-open .main-footer {
        -webkit-transform: translate(230px, 0);
        -ms-transform: translate(230px, 0);
        -o-transform: translate(230px, 0);
        transform: translate(230px, 0);
    }
}

.content-wrapper,
.right-side {
    min-height: 100%;
    background-color: #FDF5E6;
    z-index: 800;
}

.main-footer {
    background: #fff;
    padding: 15px;
    color: #444;
    border-top: 1px solid #d2d6de;
}
/* Fixed layout */
.fixed .main-header,
.fixed .main-sidebar,
.fixed .left-side {
    position: fixed;
}

.fixed .main-header {
    top: 0;
    right: 0;
    left: 0;
}

.fixed .content-wrapper,
.fixed .right-side {
    /*padding-top: 50px;*/
}

@media (max-width: 767px) {
    .fixed .content-wrapper,
    .fixed .right-side {
        /*padding-top: 100px;*/
    }
}

.fixed.layout-boxed .wrapper {
    max-width: 100%;
}

body.hold-transition .content-wrapper,
body.hold-transition .right-side,
body.hold-transition .main-footer,
body.hold-transition .main-sidebar,
body.hold-transition .left-side,
body.hold-transition .main-header > .navbar,
body.hold-transition .main-header .logo {
    /* Fix for IE */
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
/* Content */
.content {
    min-height: 250px;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    background: #FDF5E6;
}

@media (max-width: 767px) {
    .content {
        padding-left: 5px;
        padding-right: 5px;
    }
}
/* H1 - H6 font */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Source Sans Pro', sans-serif;
}
/* General Links */
a {
    color: #111;
}

    a:hover,
    a:active,
    a:focus {
        outline: none;
        text-decoration: none;
        color: #373737;
    }
/* Page Header */
.page-header {
    margin: 10px 0 20px 0;
    font-size: 22px;
}

    .page-header > small {
        color: #666;
        display: block;
        margin-top: 5px;
    }

.bg-title-text {
    color: #fff;
    background-color: #b59d6e;
    display: block;
    padding: 5px;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 6px;
}

.gap {
    display: block;
    width: 100%;
    clear: both;
}

    .gap.gap-10 {
        height: 10px;
    }

    .gap.gap-15 {
        height: 15px;
    }

    .gap.gap-20 {
        height: 20px;
    }

.bst-icon-btn {
    cursor: pointer;
    padding: 5px;
    font-size: 22px;
    display: inline-block;
}



.skin-black {
    .content

{
    min-height: 250px;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    background: #0e0d0b !important;
}
/**/
}
/*@cuz-max-width :910px;
@sure-ayet-max-width :826px;*/
/*
 * Skin: Black
 * -----------
 */
/* skin-black navbar */
.skin-gs .main-header {
    /* -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);*/
}

    .skin-gs .main-header .navbar-toggle {
        color: #eee;
    }

    .skin-gs .main-header .navbar-brand {
        color: #eee;
        border-right: 1px solid rgba(238, 238, 238, 0.26);
    }

    .skin-gs .main-header > .navbar {
        background-color: #ab9779;
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
    }

        .skin-gs .main-header > .navbar .nav > li > a {
            color: #eee;
        }

            .skin-gs .main-header > .navbar .nav > li > a:hover,
            .skin-gs .main-header > .navbar .nav > li > a:active,
            .skin-gs .main-header > .navbar .nav > li > a:focus,
            .skin-gs .main-header > .navbar .nav .open > a,
            .skin-gs .main-header > .navbar .nav .open > a:hover,
            .skin-gs .main-header > .navbar .nav .open > a:focus,
            .skin-gs .main-header > .navbar .nav > .active > a {
                background: #7e5923;
                color: #c8b176;
            }

        .skin-gs .main-header > .navbar .sidebar-toggle {
            color: #eee;
        }

            .skin-gs .main-header > .navbar .sidebar-toggle:hover {
                color: #c8b176;
                background: #7e5923;
            }

        .skin-gs .main-header > .navbar > .sidebar-toggle {
            color: #eee;
            border-right: 1px solid rgba(238, 238, 238, 0.26);
        }

        .skin-gs .main-header > .navbar .navbar-nav > li > a {
            border-right: 1px solid rgba(238, 238, 238, 0.26);
        }

        .skin-gs .main-header > .navbar .navbar-custom-menu .navbar-nav > li > a,
        .skin-gs .main-header > .navbar .navbar-right > li > a {
            border-right-width: 0;
        }

    .skin-gs .main-header > .logo {
        background-color: #6a4b1d;
        color: #eee;
        border-bottom: 0 solid transparent;
        border-right: 1px solid rgba(238, 238, 238, 0.26);
    }

        .skin-gs .main-header > .logo:hover {
            background-color: #66481c;
        }

@media (max-width: 767px) {
    .skin-gs .main-header > .logo {
        background-color: #222;
        color: #fff;
        border-bottom: 0 solid transparent;
        border-right: none;
    }

        .skin-gs .main-header > .logo:hover {
            background-color: #1f1f1f;
        }
}

.skin-gs .main-header li.user-header {
    background-color: #222;
}

.skin-gs .content-header {
    background: transparent;
    box-shadow: none;
}

.skin-gs .wrapper,
.skin-gs .main-sidebar,
.skin-gs .left-side {
    background-color: #f9fafc;
}

.skin-gs .content-wrapper,
.skin-gs .main-footer {
    border-left: 1px solid #d2d6de;
}

.skin-gs .user-panel > .info,
.skin-gs .user-panel > .info > a {
    color: #444;
}

.skin-gs .sidebar-menu > li {
    -webkit-transition: border-left-color 0.3s ease;
    -o-transition: border-left-color 0.3s ease;
    transition: border-left-color 0.3s ease;
}

    .skin-gs .sidebar-menu > li.header {
        color: #848484;
        background: #f9fafc;
    }

    .skin-gs .sidebar-menu > li > a {
        border-left: 3px solid transparent;
        font-weight: 600;
    }

    .skin-gs .sidebar-menu > li:hover > a,
    .skin-gs .sidebar-menu > li.active > a {
        color: #000;
    }

    .skin-gs .sidebar-menu > li.active {
        border-left-color: #ededee;
    }

        .skin-gs .sidebar-menu > li.active > a {
            font-weight: 600;
        }

    .skin-gs .sidebar-menu > li > .treeview-menu {
        background: #bcdcf1;
    }

.skin-gs .sidebar a {
    color: #444;
}

    .skin-gs .sidebar a:hover {
        text-decoration: none;
    }

.skin-gs .treeview-menu > li > a {
    color: #777;
}

    .skin-gs .treeview-menu > li.active > a,
    .skin-gs .treeview-menu > li > a:hover {
        color: #000;
    }

.skin-gs .treeview-menu > li.active > a {
    font-weight: 600;
}

.skin-gs .sidebar-form {
    border-radius: 3px;
    border: 1px solid #d2d6de;
    margin: 10px 10px;
}

    .skin-gs .sidebar-form input[type="text"],
    .skin-gs .sidebar-form .btn {
        box-shadow: none;
        background-color: #fff;
        border: 1px solid transparent;
        height: 35px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .skin-gs .sidebar-form input[type="text"] {
        color: #666;
        border-top-left-radius: 2px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 2px;
    }

        .skin-gs .sidebar-form input[type="text"]:focus,
        .skin-gs .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
            background-color: #fff;
            color: #666;
        }

            .skin-gs .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
                border-left-color: #fff;
            }

    .skin-gs .sidebar-form .btn {
        color: #999;
        border-top-left-radius: 0;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 0;
    }

@media (min-width: 768px) {
    .skin-gs.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
        border-left: 1px solid #d2d6de;
    }
}

.skin-gs .wrapper,
.skin-gs .main-sidebar,
.skin-gs .left-side {
    background-color: #FDF5E6;
}

.skin-gs .sidebar-menu li a,
.skin-gs .sidebar-menu .gsBtnIconText {
    color: #111;
}

.skin-gs .headerSelectBox {
    border-left: 1px solid rgba(238, 238, 238, 0.26);
}

    .skin-gs .headerSelectBox .select2-container--below select2-container--focus {
        border: 1px solid #ff0000;
    }

        .skin-gs .headerSelectBox .select2-container--below select2-container--focus .select2-selection__rendered {
            color: #ff0000;
        }

    .skin-gs .headerSelectBox .select2-selection--single {
        border: none;
        background-color: transparent;
    }

.skin-gs .player-ui-holder {
    background-color: #FDF5E6;
}

.skin-gs .leftSelectBox .select2-selection--single {
    background-color: #959579;
}

.skin-gs .leftSelectBox .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000000;
}

.skin-gs .leftSelectBox .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #585858 transparent transparent transparent;
}

.skin-gs .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #F3EEEE;
}

.skin-gs #leftMenuWrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #111;
}

.skin-gs .modal-content .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000000;
}

.skin-gs #pageInput {
    background-color: transparent;
    color: #F3EEEE;
    border: 1px solid #fff;
}

.gsIcon {
    display: inline-block;
    width: 40px;
    height: auto;
    background-repeat: no-repeat;
    background-size: contain;
}

.gsBtnIconText {
    display: inline-block;
    margin-left: 10px;
    height: 100%;
    line-height: 100%;
    vertical-align: central;
    color: #dbdbdb;
}

.gsBtnIconImg {
    display: inline-block;
    width: 18px;
    height: auto;
}

.ttButton {
    cursor: pointer;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

    .ttButton:hover i {
        color: #9e702c !important;
    }

    .ttButton:focus i {
        color: #ba8334 !important;
    }

.btn_inner_span {
    padding-left: 3px;
}
/*
 * Component: Main Header
 * ----------------------
 */
.main-header {
    position: relative;
    max-height: 100px;
    z-index: 1030;
    /*border-bottom: 2px solid #336187;*/
    /*border-bottom:2px solid #000000;*/
}

    .main-header > .navbar {
        -webkit-transition: margin-left 0.3s ease-in-out;
        -o-transition: margin-left 0.3s ease-in-out;
        transition: margin-left 0.3s ease-in-out;
        margin-bottom: 0;
        /*margin-left: 230px;*/
        border: none;
        min-height: 50px;
        border-radius: 0;
    }

.layout-top-nav .main-header > .navbar {
    margin-left: 0;
}

.main-header #navbar-search-input.form-control {
    background: rgba(255, 255, 255, 0.2);
    border-color: transparent;
}

    .main-header #navbar-search-input.form-control:focus,
    .main-header #navbar-search-input.form-control:active {
        border-color: rgba(0, 0, 0, 0.1);
        background: rgba(255, 255, 255, 0.9);
    }

    .main-header #navbar-search-input.form-control::-moz-placeholder {
        color: #ccc;
        opacity: 1;
    }

    .main-header #navbar-search-input.form-control:-ms-input-placeholder {
        color: #ccc;
    }

    .main-header #navbar-search-input.form-control::-webkit-input-placeholder {
        color: #ccc;
    }

.main-header .navbar-custom-menu,
.main-header .navbar-right {
    float: right;
}

@media (max-width: 991px) {
    .main-header .navbar-custom-menu a,
    .main-header .navbar-right a {
        color: inherit;
        background: transparent;
    }
}

@media (max-width: 767px) {
    .main-header .navbar-right {
        float: none;
    }

    .navbar-collapse .main-header .navbar-right {
        margin: 7.5px -15px;
    }

    .main-header .navbar-right > li {
        color: inherit;
        border: 0;
    }
}

.main-header .sidebar-toggle {
    float: left;
    background-color: transparent;
    background-image: none;
    padding: 15px 15px;
    font-family: icomoon;
}

    .main-header .sidebar-toggle:before {
        content: "\e919";
    }

    .main-header .sidebar-toggle:hover {
        color: #fff;
    }

    .main-header .sidebar-toggle:focus,
    .main-header .sidebar-toggle:active {
        background: transparent;
    }

    .main-header .sidebar-toggle .icon-bar {
        display: none;
    }

.main-header .navbar .nav > li.user > a > .fa,
.main-header .navbar .nav > li.user > a > .glyphicon,
.main-header .navbar .nav > li.user > a > .ion {
    margin-right: 5px;
}

.main-header .navbar .nav > li > a > .label {
    position: absolute;
    top: 9px;
    right: 7px;
    text-align: center;
    font-size: 9px;
    padding: 2px 3px;
    line-height: .9;
}

.main-header .logo {
    -webkit-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    display: none;
    float: left;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    width: 230px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0 15px;
    font-weight: 300;
    overflow: hidden;
}

    .main-header .logo .logo-lg {
        display: block;
        font-family: PoliticaFont;
        font-size: 30px;
    }

    .main-header .logo .logo-mini {
        display: none;
    }

.main-header .navbar-brand {
    color: #fff;
}

.main-header .headerSelectBox {
    height: 100%;
    border-left: 1px solid rgba(238, 238, 238, 0.26);
    padding-top: 0;
    padding-bottom: 4px;
}

    .main-header .headerSelectBox .select2-container--focus .select2-selection__rendered {
        color: #ccc !important;
    }

    .main-header .headerSelectBox .select2-selection__arrow {
        color: #fff;
    }

    .main-header .headerSelectBox .select2-container {
        margin-top: 10px;
    }

@media (max-width: 600px) {
    .main-header #ayetDpListHolder {
        display: none;
    }
}

@media (max-width: 496px) {
    .main-header #sureDpListHolder {
        display: none;
    }

    .main-header #headerPageSpingParent {
        border: none !important;
    }
}


@media (max-width: 380px) {
    .main-header #headerSelectMenuParent {
        display: none;
    }
}

@media (max-width: 340px) {
    .main-header #langSelectParent {
        display: none;
    }
}

.main-header #quran_page_spinner {
    display: block;
    position: relative;
}

    .main-header #quran_page_spinner #pageInput {
        position: relative;
        margin: 0 auto;
        top: 6px;
        float: none;
        max-width: 102px;
        width: 102px;
        text-align: center;
    }

    .main-header #quran_page_spinner .page_input_btn {
        display: inline-block;
        cursor: pointer;
        position: absolute;
        top: 12px;
        padding: 6px 4px 6px 6px;
        width: 24px;
        height: 24px;
        opacity: 1;
        font-size: 32px;
        line-height: 32px;
        margin: 0;
        color: #e1e1e1;
        /*
            background-image: -webkit-linear-gradient(top,#337ab7 0,#265a88 100%);
            background-image: -o-linear-gradient(top,#337ab7 0,#265a88 100%);
            background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#265a88));
            background-image: linear-gradient(to bottom,darken(@gs-blue,5%) 0,lighten(@gs-blue,4%) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
                */
        background-repeat: repeat-x;
        background-color: transparent;
        border-color: transparent;
    }

        .main-header #quran_page_spinner .page_input_btn .fa {
            font-size: 25px;
            width: 24px;
            height: 24px;
        }

        .main-header #quran_page_spinner .page_input_btn:focus,
        .main-header #quran_page_spinner .page_input_btn:hover {
            color: #c8b176;
        }

        .main-header #quran_page_spinner .page_input_btn:focus {
            border: 1px solid #ccc;
        }

    .main-header #quran_page_spinner .page_input_up {
        float: right;
        right: 16px;
        border: 1px solid #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .main-header #quran_page_spinner .page_input_down {
        float: left;
        left: 16px;
        border: 1px solid #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.main-header #headerPageSpingParent {
    display: block;
    border-left: 1px solid rgba(238, 238, 238, 0.26);
    height: 50px;
}

@media (max-width: 421px) {
    .main-header #headerPageSpingParent .quran_page_spinner {
        padding-left: 3px !important;
        padding-right: 3px !important;
    }
}

@media (max-width: 295px) {
    .main-header #headerPageSpingParent {
        display: none;
    }
}

.content-header {
    position: relative;
    padding: 15px 15px 0 15px;
}

    .content-header > h1 {
        margin: 0;
        font-size: 24px;
    }

        .content-header > h1 > small {
            font-size: 15px;
            display: inline-block;
            padding-left: 4px;
            font-weight: 300;
        }

    .content-header > .breadcrumb {
        float: right;
        background: transparent;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 12px;
        padding: 7px 5px;
        position: absolute;
        top: 15px;
        right: 10px;
        border-radius: 2px;
    }

        .content-header > .breadcrumb > li > a {
            color: #444;
            text-decoration: none;
            display: inline-block;
        }

            .content-header > .breadcrumb > li > a > .fa,
            .content-header > .breadcrumb > li > a > .glyphicon,
            .content-header > .breadcrumb > li > a > .ion {
                margin-right: 5px;
            }

        .content-header > .breadcrumb > li + li:before {
            content: '>\00a0';
        }

@media (max-width: 991px) {
    .content-header > .breadcrumb {
        position: relative;
        margin-top: 5px;
        top: 0;
        right: 0;
        float: none;
        background: #d2d6de;
        padding-left: 10px;
    }

        .content-header > .breadcrumb li:before {
            color: #97a0b3;
        }
}

.navbar-toggle {
    color: #fff;
    border: 0;
    margin: 0;
    padding: 15px 15px;
}

@media (max-width: 991px) {
    .navbar-custom-menu .navbar-nav > li {
        float: left;
    }

    .navbar-custom-menu .navbar-nav {
        margin: 0;
        float: left;
    }

        .navbar-custom-menu .navbar-nav > li > a {
            padding-top: 15px;
            padding-bottom: 15px;
            line-height: 20px;
        }
}

@media (max-width: 767px) {
    .main-header {
        position: relative;
    }

        .main-header .logo,
        .main-header .navbar {
            width: 100%;
            float: none;
        }

        .main-header .logo {
            display: none;
        }

        .main-header .navbar {
            margin: 0;
        }

        .main-header .navbar-custom-menu {
            float: right;
        }
}

@media (max-width: 991px) {
    .navbar-collapse.pull-left {
        float: none !important;
    }

        .navbar-collapse.pull-left + .navbar-custom-menu {
            display: block;
            position: absolute;
            top: 0;
            right: 40px;
        }
}

.readingModeBtnImg {
    height: 20px;
    width: auto;
    display: block;
}

.selectBtnImg {
    padding-top: 2px;
    height: 20px;
    width: auto;
    display: block;
}

@media (max-width: 320px) {
    #headerSelectMenuParent {
        display: none;
    }
}

@media (max-width: 992px) {
    #topMealDpListHolder {
        display: none;
    }

    .main-header #headerCuzSelectParent {
        display: none;
    }
}

.select2_text_val {
    font-family: Politica;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.select2_text_name {
    font-family: Politica;
    font-size: 13px;
    font-weight: 300;
}

.header-icn {
    font-size: 19px;
}

.readingModeBtnImg .header-icn {
    font-size: 21px;
}

#langSelectParent {
    height: 100%;
    min-height: 48px;
    padding: 0;
}

#langBtn {
    padding-top: 10px;
    padding-bottom: 0;
    height: 100%;
    min-height: 48px;
    display: table;
    padding-left: 8px;
    padding-right: 8px;
}

    #langBtn #langBtnImg {
        padding: 0;
        display: table-cell;
        vertical-align: middle;
        height: 34px;
        width: 34px;
    }

#langSelectPopup .popr-item-list {
    display: block;
    width: 100%;
}

    #langSelectPopup .popr-item-list:after {
        clear: both;
    }

#langSelectPopup .contextBtnLink {
    display: block;
    float: left;
    width: 100%;
}

    #langSelectPopup .contextBtnLink .menuFlagImg {
        display: inline-block;
        float: left;
        width: 50px;
        height: auto;
        padding-right: 10px;
        padding-left: 10px;
    }
/*
 * Component: Sidebar
 * ------------------
 */
.leftRevealMenu .mCSB_inside > .mCSB_container {
    margin-right: 0px;
}

.mCSB_container li {
    cursor: pointer;
}

.mCSB_dragger_bar {
    background: #b59d6e !important;
    opacity: 0.5 !important;
}

.main-sidebar,
.left-side {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 50px;
    min-height: 100%;
    width: 230px;
    z-index: 810;
    -webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}

@media (max-width: 767px) {
    .main-sidebar,
    .left-side {
        /*padding-top: 100px;*/
    }
}

.main-sidebar #leftCuzSelectParent,
.left-side #leftCuzSelectParent {
    display: none;
}

.main-sidebar #leftSureSelectParent,
.left-side #leftSureSelectParent,
.main-sidebar #leftAyetSelectParent,
.left-side #leftAyetSelectParent {
    display: none;
}

@media (max-width: 1000px) {
    .main-sidebar #leftCuzSelectParent,
    .left-side #leftCuzSelectParent {
        display: block;
    }
}

@media (max-width: 600px) {
    .main-sidebar #leftAyetSelectParent,
    .left-side #leftAyetSelectParent {
        display: block;
    }
}

@media (max-width: 496px) {
    .main-sidebar #leftSureSelectParent,
    .left-side #leftSureSelectParent {
        display: block;
    }
}

@media (max-width: 767px) {
    .main-sidebar,
    .left-side {
        -webkit-transform: translate(-230px, 0);
        -ms-transform: translate(-230px, 0);
        -o-transform: translate(-230px, 0);
        transform: translate(-230px, 0);
    }
}

@media (min-width: 768px) {
    .sidebar-collapse .main-sidebar,
    .sidebar-collapse .left-side {
        -webkit-transform: translate(-230px, 0);
        -ms-transform: translate(-230px, 0);
        -o-transform: translate(-230px, 0);
        transform: translate(-230px, 0);
    }
}

@media (max-width: 767px) {
    .sidebar-open .main-sidebar,
    .sidebar-open .left-side {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.main-sidebar .leftNavHolder,
.left-side .leftNavHolder {
    padding-top: 10px;
    padding-bottom: 2px;
}

@media (min-width: 1180px) {
    .main-sidebar .leftNavHolder,
    .left-side .leftNavHolder {
        background-color: none;
        margin-top: 0;
        padding-bottom: 0;
        padding-top: 0;
    }
}

.main-sidebar .leftSelectBox,
.left-side .leftSelectBox {
    display: block;
    width: 100%;
}

.main-sidebar .leftNavParent,
.left-side .leftNavParent {
    display: block;
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 8px;
}

    .main-sidebar .leftNavParent .leftSelectComp,
    .left-side .leftNavParent .leftSelectComp {
        width: 100%;
        display: inline-block;
    }

    .main-sidebar .leftNavParent .leftSelectLabel,
    .left-side .leftNavParent .leftSelectLabel {
        display: none;
        cursor: pointer;
        height: 34px;
        line-height: 34px;
        background-color: #7e5923;
        color: #f5f4f4;
        width: 40px;
        text-align: center;
        border-radius: 4px;
        margin-left: -2px;
        border: 1px solid rgba(255, 255, 255, 0.53);
    }

        .main-sidebar .leftNavParent .leftSelectLabel:hover,
        .left-side .leftNavParent .leftSelectLabel:hover {
            background-color: #b27e31;
        }

.sidebar {
    padding-bottom: 10px;
}

.sidebar-form input:focus {
    border-color: transparent;
}

.user-panel {
    position: relative;
    width: 100%;
    padding: 10px;
    overflow: hidden;
}

    .user-panel:before,
    .user-panel:after {
        content: " ";
        display: table;
    }

    .user-panel:after {
        clear: both;
    }

    .user-panel > .image > img {
        width: 100%;
        max-width: 45px;
        height: auto;
    }

    .user-panel > .info {
        padding: 5px 5px 5px 15px;
        line-height: 1;
        position: absolute;
        left: 55px;
    }

        .user-panel > .info > p {
            font-weight: 600;
            margin-bottom: 9px;
        }

        .user-panel > .info > a {
            text-decoration: none;
            padding-right: 5px;
            margin-top: 3px;
            font-size: 11px;
        }

            .user-panel > .info > a > .fa,
            .user-panel > .info > a > .ion,
            .user-panel > .info > a > .glyphicon {
                margin-right: 3px;
            }

.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .sidebar-menu > li {
        position: relative;
        margin: 0;
        padding: 0;
    }

        .sidebar-menu > li .gsIconBtn.active {
            background-color: #D6C2A4;
            border-left: 4px solid #B89B75;
        }

        .sidebar-menu > li .gsIconBtn:focus {
            background-color: #9fc7f4;
        }

        .sidebar-menu > li > a,
        .sidebar-menu > li .leftRevSelectRow {
            padding: 12px 5px 12px 15px;
            display: block;
        }

            .sidebar-menu > li > a:hover,
            .sidebar-menu > li .leftRevSelectRow:hover {
                /*background-color:@link-hover-color !important;*/
            }

            .sidebar-menu > li > a > .fa,
            .sidebar-menu > li .leftRevSelectRow > .fa,
            .sidebar-menu > li > a > .glyphicon,
            .sidebar-menu > li .leftRevSelectRow > .glyphicon,
            .sidebar-menu > li > a > .ion,
            .sidebar-menu > li .leftRevSelectRow > .ion {
                width: 20px;
            }

        .sidebar-menu > li .label,
        .sidebar-menu > li .badge {
            margin-top: 3px;
            margin-right: 5px;
        }

    .sidebar-menu li.header {
        padding: 10px 25px 10px 15px;
        font-size: 12px;
    }

    .sidebar-menu li > a > .fa-angle-left {
        width: auto;
        height: auto;
        padding: 0;
        margin-right: 10px;
        margin-top: 3px;
    }

    .sidebar-menu li.active > a > .fa-angle-left {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .sidebar-menu li.active > .treeview-menu {
        display: block;
    }

    .sidebar-menu .treeview a {
        color: #dbdbdb;
    }

    .sidebar-menu .treeview-menu {
        display: none;
        list-style: none;
        padding: 0;
        margin: 0;
        padding-left: 5px;
    }

        .sidebar-menu .treeview-menu > li {
            margin: 0;
        }

            .sidebar-menu .treeview-menu > li > a {
                padding: 5px 5px 5px 15px;
                display: block;
                font-size: 14px;
                background-color: #133b40;
                color: #dbdbdb;
            }

                .sidebar-menu .treeview-menu > li > a:hover {
                    color: #d8d8d8;
                    background-color: #353535;
                }

                .sidebar-menu .treeview-menu > li > a > .fa,
                .sidebar-menu .treeview-menu > li > a > .glyphicon,
                .sidebar-menu .treeview-menu > li > a > .ion {
                    width: 20px;
                }

                .sidebar-menu .treeview-menu > li > a > .fa-angle-left,
                .sidebar-menu .treeview-menu > li > a > .fa-angle-down {
                    width: auto;
                }

    .sidebar-menu .gsBtnIconText {
        line-height: 22px;
    }

    .sidebar-menu #searchBtn {
        /*border-bottom:2px solid  rgb(12, 59, 66);*/
    }

@media (min-width: 1180px) {
    .sidebar-menu #mealDpListHolder {
        display: none;
    }
}

.gsBtnIconImg i {
    color: #7e5923;
    font-size: 18px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    /* margin-top: 4px; */
    display: block;
    position: relative;
    top: 4px;
}
/*
 * Component: Sidebar Mini
 */
@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .content-wrapper,
    .sidebar-mini.sidebar-collapse .right-side,
    .sidebar-mini.sidebar-collapse .main-footer {
        margin-left: 50px !important;
        z-index: 840;
    }

    .sidebar-mini.sidebar-collapse .main-sidebar {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 50px !important;
        z-index: 850;
    }

        .sidebar-mini.sidebar-collapse .main-sidebar .mCSB_scrollTools {
            display: none !important;
        }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li {
        position: relative;
    }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li > a {
            margin-right: 0;
        }

            .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
                border-top-right-radius: 4px;
            }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li:not(.treeview) > a > span {
            border-bottom-right-radius: 4px;
        }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
            padding-top: 5px;
            padding-bottom: 5px;
            border-bottom-right-radius: 4px;
        }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right),
        .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .leftRevSelectRow > .leftRevSelectParent:not(.pull-right),
        .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
            display: block !important;
            position: absolute;
            width: 180px;
            left: 50px;
        }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover .leftRevSelectRow > .leftRevSelectParent:not(.pull-right) {
            width: 210px;
            padding-bottom: 6px;
            padding-top: 6px;
        }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span,
        .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .leftRevSelectRow > .leftRevSelectParent {
            top: 0;
            margin-left: -3px;
            padding: 12px 5px 12px 20px;
            background-color: inherit;
        }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover .leftRevSelectRow {
            background-color: #bcdcf1;
        }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
            top: 44px;
            margin-left: 0;
        }

    .sidebar-mini.sidebar-collapse .sidebar-menu .leftNavParent:hover .leftSelectComp {
        display: inline-block !important;
        position: fixed;
        width: 180px;
        left: 50px;
        z-index: 1000;
        margin-top: -6px;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu .leftNavParent .leftSelectComp {
        width: 100%;
        display: none;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu .leftNavParent .leftSelectLabel {
        display: inline-block;
        cursor: pointer;
    }

    .sidebar-mini.sidebar-collapse .main-sidebar .user-panel > .info,
    .sidebar-mini.sidebar-collapse .sidebar-form,
    .sidebar-mini.sidebar-collapse .sidebar-menu > li > .leftRevSelectRow > .leftRevSelectParent,
    .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span,
    .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu,
    .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > .pull-right,
    .sidebar-mini.sidebar-collapse .sidebar-menu li.header {
        display: none !important;
        -webkit-transform: translateZ(0);
    }

    .sidebar-mini.sidebar-collapse .main-header .logo {
        width: 50px;
    }

        .sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
            display: block;
            margin-left: -15px;
            margin-right: -15px;
            font-size: 18px;
        }

        .sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
            display: none;
        }

    .sidebar-mini.sidebar-collapse .main-header .navbar {
        margin-left: 50px;
    }
}

.sidebar-menu,
.main-sidebar .user-panel,
.sidebar-menu > li.header {
    white-space: nowrap;
    overflow: hidden;
}

    .sidebar-menu:hover {
        overflow: visible;
    }

    .sidebar-form,
    .sidebar-menu > li.header {
        overflow: hidden;
        text-overflow: clip;
    }

    .sidebar-menu li > a,
    .sidebar-menu li > .leftRevSelectRow {
        position: relative;
    }

        .sidebar-menu li > a > .pull-right,
        .sidebar-menu li > .leftRevSelectRow > .pull-right {
            position: absolute;
            top: 50%;
            right: 10px;
            margin-top: -7px;
        }

.leftRevSelectRow {
    width: 100%;
    padding: 12px 5px 12px 15px;
    display: block;
}

    .leftRevSelectRow .leftRevSelectParent {
        display: inline-block;
    }

#mealDpListHolder .gsBtnIconImg,
#hafizDpListHolder .gsBtnIconImg {
    width: 22px;
}
/*
 * Component: Control sidebar. By default, this is the right sidebar.
 */
#fontSizeSlider, #mealFontSizeSlider,
#soundSpeedSlider {
    /* width: 170px;
    margin: 0 auto 0;
    display: block;*/
}

.control-sidebar-bg {
    position: fixed;
    z-index: 1000;
    bottom: 0;
}

.control-sidebar-bg,
.control-sidebar {
    top: 0;
    right: -230px;
    width: 230px;
    -webkit-transition: right 0.3s ease-in-out;
    -o-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
}

.control-sidebar {
    position: absolute;
    padding-top: 24px;
    z-index: 1030;
}

@media (max-width: 768px) {
    .control-sidebar {
        padding-top: 50px;
    }
}

.control-sidebar > .tab-content {
    padding: 10px 15px;
}

.control-sidebar.control-sidebar-open,
.control-sidebar.control-sidebar-open + .control-sidebar-bg {
    right: 0;
}

.control-sidebar-open .control-sidebar-bg,
.control-sidebar-open .control-sidebar {
    right: 0;
}

@media (min-width: 768px) {
    .control-sidebar-open .content-wrapper,
    .control-sidebar-open .right-side,
    .control-sidebar-open .main-footer {
        margin-right: 230px;
    }
}

.nav-tabs.control-sidebar-tabs > li:first-of-type > a,
.nav-tabs.control-sidebar-tabs > li:first-of-type > a:hover,
.nav-tabs.control-sidebar-tabs > li:first-of-type > a:focus {
    border-left-width: 0;
}

.nav-tabs.control-sidebar-tabs > li > a {
    border-radius: 0;
}

    .nav-tabs.control-sidebar-tabs > li > a,
    .nav-tabs.control-sidebar-tabs > li > a:hover {
        border-top: none;
        border-right: none;
        border-left: 1px solid transparent;
        border-bottom: 1px solid transparent;
    }

        .nav-tabs.control-sidebar-tabs > li > a .icon {
            font-size: 16px;
        }

.nav-tabs.control-sidebar-tabs > li.active > a,
.nav-tabs.control-sidebar-tabs > li.active > a:hover,
.nav-tabs.control-sidebar-tabs > li.active > a:focus,
.nav-tabs.control-sidebar-tabs > li.active > a:active {
    border-top: none;
    border-right: none;
    border-bottom: none;
}

@media (max-width: 768px) {
    .nav-tabs.control-sidebar-tabs {
        display: table;
    }

        .nav-tabs.control-sidebar-tabs > li {
            display: table-cell;
        }
}

.control-sidebar-heading {
    font-weight: bold;
    padding-top: 10px;
    color: #7e5923 !important;
}

.sidebar-header {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 80px;
}

.heading-centered {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    font-weight: bold;
    color: #7e5923 !important;
    padding: 14px 0;
    white-space: nowrap;
}

.close-sidebar-btn {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 0 10px;
}


.control-sidebar-subheading {
    display: block;
    font-weight: 400;
    font-size: 14px;
}

.control-sidebar-menu {
    list-style: none;
    padding: 0;
    margin: 0 -15px;
}

    .control-sidebar-menu > li > .form-group {
        padding-left: 15px;
        padding-right: 15px;
    }

    .control-sidebar-menu > li > a {
        display: block;
        padding: 10px 15px;
    }

        .control-sidebar-menu > li > a:before,
        .control-sidebar-menu > li > a:after {
            content: " ";
            display: table;
        }

        .control-sidebar-menu > li > a:after {
            clear: both;
        }

        .control-sidebar-menu > li > a > .control-sidebar-subheading {
            margin-top: 0;
        }

    .control-sidebar-menu .menu-icon {
        float: left;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        text-align: center;
        line-height: 35px;
    }

    .control-sidebar-menu .menu-info {
        margin-left: 45px;
        margin-top: 3px;
    }

        .control-sidebar-menu .menu-info > .control-sidebar-subheading {
            margin: 0;
        }

        .control-sidebar-menu .menu-info > p {
            margin: 0;
            font-size: 11px;
        }

    .control-sidebar-menu .progress {
        margin: 0;
    }

.control-sidebar-dark {
    color: #fff;
    font-weight: bold;
}

    .control-sidebar-dark,
    .control-sidebar-dark + .control-sidebar-bg {
        background: #d4c2a1;
        /* background: linear-gradient(to bottom, #d4c2a1, #c5b291);*/
        /*box-shadow: -3px 0 12px rgba(139, 125, 107, 0.2), -1px 0 4px rgba(139, 125, 107, 0.1);*/
        border-left: 1px solid #b89d7a;
    }

        .control-sidebar-dark .nav-tabs.control-sidebar-tabs {
            border-bottom: #133b40;
        }

            .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a {
                background: #113438;
                color: #aee0e7;
            }

                .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a,
                .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover,
                .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus {
                    border-left-color: #0f2d31;
                    border-bottom-color: #0f2d31;
                }

                    .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover,
                    .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus,
                    .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:active {
                        background: #153f44;
                    }

                    .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover {
                        color: #fff;
                    }

            .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a,
            .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:hover,
            .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:focus,
            .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:active {
                background: #133b40;
                color: #fff;
            }

        .control-sidebar-dark .control-sidebar-heading,
        .control-sidebar-dark .control-sidebar-subheading {
            color: #fff;
        }

        .control-sidebar-dark .control-sidebar-menu > li > a:hover {
            background: #153f44;
        }

        .control-sidebar-dark .control-sidebar-menu > li > a .menu-info > p {
            color: #aee0e7;
        }

.control-sidebar-light {
    color: #5e5e5e;
}

    .control-sidebar-light,
    .control-sidebar-light + .control-sidebar-bg {
        background: #f9fafc;
        border-left: 1px solid #d2d6de;
    }

        .control-sidebar-light .nav-tabs.control-sidebar-tabs {
            border-bottom: #d2d6de;
        }

            .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a {
                background: #e8ecf4;
                color: #444;
            }

                .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a,
                .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover,
                .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus {
                    border-left-color: #d2d6de;
                    border-bottom-color: #d2d6de;
                }

                    .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover,
                    .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus,
                    .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:active {
                        background: #eff1f7;
                    }

            .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a,
            .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:hover,
            .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:focus,
            .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:active {
                background: #f9fafc;
                color: #111;
            }

        .control-sidebar-light .control-sidebar-heading,
        .control-sidebar-light .control-sidebar-subheading {
            color: #111;
        }

        .control-sidebar-light .control-sidebar-menu {
            margin-left: -14px;
        }

            .control-sidebar-light .control-sidebar-menu > li > a:hover {
                background: #bcdcf1;
            }

            .control-sidebar-light .control-sidebar-menu > li > a .menu-info > p {
                color: #5e5e5e;
            }

.sound-speed-val {
    /* display: inline-block;
    width: 33.3%;
    padding: 5px 10px;*/
    color: #7e5923;
}
/*
 * Component: Dropdown menus
 * -------------------------
 */
/*Dropdowns in general*/
.dropdown-menu {
    box-shadow: none;
    border-color: #eee;
}

    .dropdown-menu > li > a {
        color: #777;
    }

        .dropdown-menu > li > a > .glyphicon,
        .dropdown-menu > li > a > .fa,
        .dropdown-menu > li > a > .ion {
            margin-right: 10px;
        }

        .dropdown-menu > li > a:hover {
            background-color: #e1e3e9;
            color: #333;
        }

    .dropdown-menu > .divider {
        background-color: #eee;
    }

.navbar-nav > .notifications-menu > .dropdown-menu,
.navbar-nav > .messages-menu > .dropdown-menu,
.navbar-nav > .tasks-menu > .dropdown-menu {
    width: 280px;
    padding: 0 0 0 0;
    margin: 0;
    top: 100%;
}

    .navbar-nav > .notifications-menu > .dropdown-menu > li,
    .navbar-nav > .messages-menu > .dropdown-menu > li,
    .navbar-nav > .tasks-menu > .dropdown-menu > li {
        position: relative;
    }

        .navbar-nav > .notifications-menu > .dropdown-menu > li.header,
        .navbar-nav > .messages-menu > .dropdown-menu > li.header,
        .navbar-nav > .tasks-menu > .dropdown-menu > li.header {
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
            background-color: #ffffff;
            padding: 7px 10px;
            border-bottom: 1px solid #f4f4f4;
            color: #444444;
            font-size: 14px;
        }

        .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
        .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
        .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            border-bottom-right-radius: 4px;
            border-bottom-left-radius: 4px;
            font-size: 12px;
            background-color: #fff;
            padding: 7px 10px;
            border-bottom: 1px solid #eeeeee;
            color: #444 !important;
            text-align: center;
        }

@media (max-width: 991px) {
    .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
    .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
    .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
        background: #fff !important;
        color: #444 !important;
    }
}

.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a:hover {
    text-decoration: none;
    font-weight: normal;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu {
    max-height: 200px;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: hidden;
}

    .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a,
    .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a,
    .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
        display: block;
        white-space: nowrap;
        /* Prevent text from breaking */
        border-bottom: 1px solid #f4f4f4;
    }

        .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover,
        .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:hover,
        .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a:hover {
            background: #f4f4f4;
            text-decoration: none;
        }

    .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
        color: #444444;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 10px;
    }

        .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon,
        .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa,
        .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion {
            width: 20px;
        }

    .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a {
        margin: 0;
        padding: 10px 10px;
    }

        .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img {
            margin: auto 10px auto auto;
            width: 40px;
            height: 40px;
        }

        .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
            padding: 0;
            margin: 0 0 0 45px;
            color: #444444;
            font-size: 15px;
            position: relative;
        }

            .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > small {
                color: #999999;
                font-size: 10px;
                position: absolute;
                top: 0;
                right: 0;
            }

        .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p {
            margin: 0 0 0 45px;
            font-size: 12px;
            color: #888888;
        }

        .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:before,
        .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
            content: " ";
            display: table;
        }

        .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
            clear: both;
        }

    .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
        padding: 10px;
    }

        .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > h3 {
            font-size: 14px;
            padding: 0;
            margin: 0 0 10px 0;
            color: #666666;
        }

        .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > .progress {
            padding: 0;
            margin: 0;
        }

.navbar-nav > .user-menu > .dropdown-menu {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 1px 0 0 0;
    border-top-width: 0;
    width: 280px;
}

    .navbar-nav > .user-menu > .dropdown-menu,
    .navbar-nav > .user-menu > .dropdown-menu > .user-body {
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

        .navbar-nav > .user-menu > .dropdown-menu > li.user-header {
            height: 175px;
            padding: 10px;
            text-align: center;
        }

            .navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
                z-index: 5;
                height: 90px;
                width: 90px;
                border: 3px solid;
                border-color: transparent;
                border-color: rgba(255, 255, 255, 0.2);
            }

            .navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
                z-index: 5;
                color: #fff;
                color: rgba(255, 255, 255, 0.8);
                font-size: 17px;
                margin-top: 10px;
            }

                .navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
                    display: block;
                    font-size: 12px;
                }

        .navbar-nav > .user-menu > .dropdown-menu > .user-body {
            padding: 15px;
            border-bottom: 1px solid #f4f4f4;
            border-top: 1px solid #dddddd;
        }

            .navbar-nav > .user-menu > .dropdown-menu > .user-body:before,
            .navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
                content: " ";
                display: table;
            }

            .navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
                clear: both;
            }

            .navbar-nav > .user-menu > .dropdown-menu > .user-body a {
                color: #444 !important;
            }

@media (max-width: 991px) {
    .navbar-nav > .user-menu > .dropdown-menu > .user-body a {
        background: #fff !important;
        color: #444 !important;
    }
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
    background-color: #f9f9f9;
    padding: 10px;
}

    .navbar-nav > .user-menu > .dropdown-menu > .user-footer:before,
    .navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
        content: " ";
        display: table;
    }

    .navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
        clear: both;
    }

    .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
        color: #666666;
    }

@media (max-width: 991px) {
    .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default:hover {
        background-color: #f9f9f9;
    }
}

.navbar-nav > .user-menu .user-image {
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: -2px;
}

@media (max-width: 767px) {
    .navbar-nav > .user-menu .user-image {
        float: none;
        margin-right: 0;
        margin-top: -8px;
        line-height: 10px;
    }
}
/* Add fade animation to dropdown menus by appending
 the class .animated-dropdown-menu to the .dropdown-menu ul (or ol)*/
.open:not(.dropup) > .animated-dropdown-menu {
    backface-visibility: visible !important;
    -webkit-animation: flipInX 0.7s both;
    -o-animation: flipInX 0.7s both;
    animation: flipInX 0.7s both;
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transition-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        transform: perspective(400px);
    }
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
    }
}
/* Fix dropdown menu in navbars */
.navbar-custom-menu > .navbar-nav > li {
    position: relative;
}

    .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
        position: absolute;
        right: 0;
        left: auto;
    }

@media (max-width: 991px) {
    .navbar-custom-menu > .navbar-nav {
        float: right;
    }

        .navbar-custom-menu > .navbar-nav > li {
            position: static;
        }

            .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
                position: absolute;
                right: 5%;
                left: auto;
                border: 1px solid #ddd;
                background: #fff;
            }
}
/*
 * Plugin: Select2
 * ---------------
 */
.select2-container--default.select2-container--focus,
.select2-selection.select2-container--focus,
.select2-container--default:focus,
.select2-selection:focus,
.select2-container--default:active,
.select2-selection:active {
    outline: none;
}

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    border: 1px solid #d2d6de;
    border-radius: 0;
    padding: 6px 12px;
    height: 34px;
}

.select2-container--default.select2-container--open {
    border-color: #b59d6e;
}

.select2-dropdown {
    border: 1px solid #d2d6de;
    border-radius: 0;
    z-index: 20000!important;
    border-radius: 8px;
    background-color: #fffaf0;
    border: 1px solid #dec59d;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #b59d6e;
    color: white;
}

.select2-results__option {
    padding: 6px 12px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
    height: auto;
    margin-top: -4px;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 6px;
    padding-left: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 28px;
    right: 3px;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        margin-top: 0;
        border-color: #fff transparent transparent transparent;
    }

.select2-dropdown .select2-search__field,
.select2-search--inline .select2-search__field {
    border: 1px solid #d2d6de;
}

    .select2-dropdown .select2-search__field:focus,
    .select2-search--inline .select2-search__field:focus {
        outline: none;
        border: 1px solid #3c8dbc;
    }

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}

    .select2-container--default .select2-results__option[aria-selected=true],
    .select2-container--default .select2-results__option[aria-selected=true]:hover {
        color: #444;
    }

.select2-container--default .select2-selection--multiple {
    border: 1px solid #d2d6de;
    border-radius: 0;
}

    .select2-container--default .select2-selection--multiple:focus {
        border-color: #3c8dbc;
    }

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #d2d6de;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #3c8dbc;
    border-color: #367fa9;
    padding: 1px 10px;
    color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 5px;
    color: rgba(255, 255, 255, 0.7);
}

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
        color: #fff;
    }

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 10px;
}
/*
 * Component: Button
 * -----------------
 */
.btn {
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
}

    .btn.uppercase {
        text-transform: uppercase;
    }

    .btn.btn-flat {
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-width: 1px;
    }

    .btn:active {
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn:focus {
        outline: none;
    }

    .btn.btn-file {
        position: relative;
        overflow: hidden;
    }

        .btn.btn-file > input[type='file'] {
            position: absolute;
            top: 0;
            right: 0;
            min-width: 100%;
            min-height: 100%;
            font-size: 100px;
            text-align: right;
            opacity: 0;
            filter: alpha(opacity=0);
            outline: none;
            background: white;
            cursor: inherit;
            display: block;
        }

.btn-default {
    background: #b59d6e;
    text-align: center;
    border: none;
    border-radius: 8px;
    display: block;
    color: #fff;
    outline: none;
    transition: background 0.3s ease, opacity 0.3s ease;
}

    .btn-default:hover {
        opacity: 1;
        color: #fff;
        background: #a89060 !important;
    }

    .btn-default:active, .btn-default::selection, .btn-default:focus {
        border: none !important;
        outline: none !important;
        color: #fff;
        background: #b59d6e;
    }

    .btn-default:hover,
    .btn-default:active,
    .btn-default.hover {
        background-color: #e7e7e7;
    }

.btn-primary {
    background: #b59d6e;
    text-align: center;
    border: none;
    border-radius: 8px;
    display: block;
    color: #fff;
    outline: none;
    transition: background 0.3s ease, opacity 0.3s ease;
}

    .btn-primary:hover,
    .btn-primary:active,
    .btn-primary.hover {
        background-color: #367fa9;
    }

    .btn-primary:hover {
        opacity: 1;
        color: #fff;
        background: #a89060 !important;
    }

    .btn-primary:active, .btn-primary::selection, .btn-primary:focus {
        border: none !important;
        outline: none !important;
        color: #fff;
        background: #b59d6e;
    }

    .btn-primary:hover,
    .btn-primary:active,
    .btn-primary.hover {
        background-color: #e7e7e7;
    }



.btn-success {
    background-color: #00a65a;
    border-color: #008d4c;
}

    .btn-success:hover,
    .btn-success:active,
    .btn-success.hover {
        background-color: #008d4c;
    }

.btn-info {
    background-color: #00c0ef;
    border-color: #00acd6;
}

    .btn-info:hover,
    .btn-info:active,
    .btn-info.hover {
        background-color: #00acd6;
    }

.btn-danger {
    background-color: #dd4b39;
    border-color: #d73925;
}

    .btn-danger:hover,
    .btn-danger:active,
    .btn-danger.hover {
        background-color: #d73925;
    }

.btn-warning {
    background-color: #f39c12;
    border-color: #e08e0b;
}

    .btn-warning:hover,
    .btn-warning:active,
    .btn-warning.hover {
        background-color: #e08e0b;
    }

.btn-outline {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}

    .btn-outline:hover,
    .btn-outline:focus,
    .btn-outline:active {
        color: rgba(255, 255, 255, 0.7);
        border-color: rgba(255, 255, 255, 0.7);
    }

.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn[class*='bg-']:hover {
    -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
}

.btn-app {
    border-radius: 3px;
    position: relative;
    padding: 15px 5px;
    margin: 0 0 10px 10px;
    min-width: 80px;
    height: 60px;
    text-align: center;
    color: #666;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    font-size: 12px;
}

    .btn-app > .fa,
    .btn-app > .glyphicon,
    .btn-app > .ion {
        font-size: 20px;
        display: block;
    }

    .btn-app:hover {
        background: #f4f4f4;
        color: #444;
        border-color: #aaa;
    }

    .btn-app:active,
    .btn-app:focus {
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn-app > .badge {
        position: absolute;
        top: -3px;
        right: -10px;
        font-size: 10px;
        font-weight: 400;
    }
/*
 * Component: Nav
 * --------------
 */
.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
    color: #444;
    background: #f7f7f7;
}
/* NAV PILLS */
.nav-pills > li > a {
    border-radius: 0;
    border-top: 3px solid transparent;
    color: #444;
}

    .nav-pills > li > a > .fa,
    .nav-pills > li > a > .glyphicon,
    .nav-pills > li > a > .ion {
        margin-right: 5px;
    }

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    border-top-color: #3c8dbc;
}

.nav-pills > li.active > a {
    font-weight: 600;
}
/* NAV STACKED */
.nav-stacked > li > a {
    border-radius: 0;
    border-top: 0;
    border-left: 3px solid transparent;
    color: #444;
}

.nav-stacked > li.active > a,
.nav-stacked > li.active > a:hover {
    background: transparent;
    color: #444;
    border-top: 0;
    border-left-color: #3c8dbc;
}

.nav-stacked > li.header {
    border-bottom: 1px solid #ddd;
    color: #777;
    margin-bottom: 10px;
    padding: 5px 10px;
    text-transform: uppercase;
}
/* NAV TABS */
.nav-tabs-custom {
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

    .nav-tabs-custom > .nav-tabs {
        margin: 0;
        border-bottom-color: #f4f4f4;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

        .nav-tabs-custom > .nav-tabs > li {
            border-top: 3px solid transparent;
            margin-bottom: -2px;
            margin-right: 5px;
        }

            .nav-tabs-custom > .nav-tabs > li > a {
                color: #444;
                border-radius: 0;
            }

                .nav-tabs-custom > .nav-tabs > li > a.text-muted {
                    color: #999;
                }

                .nav-tabs-custom > .nav-tabs > li > a,
                .nav-tabs-custom > .nav-tabs > li > a:hover {
                    background: transparent;
                    margin: 0;
                }

                    .nav-tabs-custom > .nav-tabs > li > a:hover {
                        color: #999;
                    }

            .nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover,
            .nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus,
            .nav-tabs-custom > .nav-tabs > li:not(.active) > a:active {
                border-color: transparent;
            }

            .nav-tabs-custom > .nav-tabs > li.active {
                border-top-color: #3c8dbc;
            }

                .nav-tabs-custom > .nav-tabs > li.active > a,
                .nav-tabs-custom > .nav-tabs > li.active:hover > a {
                    background-color: #fff;
                    color: #444;
                }

                .nav-tabs-custom > .nav-tabs > li.active > a {
                    border-top-color: transparent;
                    border-left-color: #f4f4f4;
                    border-right-color: #f4f4f4;
                }

            .nav-tabs-custom > .nav-tabs > li:first-of-type {
                margin-left: 0;
            }

                .nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
                    border-left-color: transparent;
                }

        .nav-tabs-custom > .nav-tabs.pull-right {
            float: none !important;
        }

            .nav-tabs-custom > .nav-tabs.pull-right > li {
                float: right;
            }

                .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type {
                    margin-right: 0;
                }

                    .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type > a {
                        border-left-width: 1px;
                    }

                    .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
                        border-left-color: #f4f4f4;
                        border-right-color: transparent;
                    }

        .nav-tabs-custom > .nav-tabs > li.header {
            line-height: 35px;
            padding: 0 10px;
            font-size: 20px;
            color: #444;
        }

            .nav-tabs-custom > .nav-tabs > li.header > .fa,
            .nav-tabs-custom > .nav-tabs > li.header > .glyphicon,
            .nav-tabs-custom > .nav-tabs > li.header > .ion {
                margin-right: 5px;
            }

    .nav-tabs-custom > .tab-content {
        background: #fff;
        padding: 10px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .nav-tabs-custom .dropdown.open > a:active,
    .nav-tabs-custom .dropdown.open > a:focus {
        background: transparent;
        color: #999;
    }
/* PAGINATION */
.pagination > li > a {
    background: #fafafa;
    color: #666;
}

.pagination.pagination-flat > li > a {
    border-radius: 0 !important;
}

.gsAccordion {
    width: 100%;
    display: block;
}

    .gsAccordion > ul {
        list-style: none;
        padding-left: 0;
    }

        .gsAccordion > ul .gsAccordionLi .gsAccordionHeader {
            background-color: rgba(238, 238, 238, 0.78);
            height: 40px;
            line-height: 40px;
            font-size: 20px;
            padding-left: 10px;
            width: 100%;
            display: block;
            margin-top: 1px;
            margin-bottom: 6px;
            border-radius: 4px;
            margin-right: 10px;
            -webkit-box-shadow: 0px 2px 17px 0px rgba(141, 137, 137, 0.31);
            -moz-box-shadow: 0px 2px 17px 0px rgba(141, 137, 137, 0.31);
            box-shadow: 0px 2px 17px 0px rgba(141, 137, 137, 0.31);
            -webkit-transition: background 0.5s;
            -moz-transition: background 0.5s;
            -o-transition: background 0.5s;
            transition: background 0.5s;
        }

            .gsAccordion > ul .gsAccordionLi .gsAccordionHeader:hover {
                background-color: rgba(79, 75, 75, 0.25);
            }

            .gsAccordion > ul .gsAccordionLi .gsAccordionHeader.active {
                background-color: #b59d6e;
                color: #ffffff;
                cursor: pointer;
            }

                .gsAccordion > ul .gsAccordionLi .gsAccordionHeader.active i {
                    color: #ffffff;
                }

            .gsAccordion > ul .gsAccordionLi .gsAccordionHeader .glyphicon {
                float: right;
                margin-right: 10px;
                height: 40px;
                line-height: 40px;
                color: #b3afaf;
            }

        .gsAccordion > ul .gsAccordionLi .gsAccordionContent {
            text-indent: 10px;
            background-color: #ffffff;
            padding: 14px 8px 8px 8px;
            margin-left: 6px;
            margin-right: 6px;
            font-size: 16px;
        }

            .gsAccordion > ul .gsAccordionLi .gsAccordionContent.ar {
                font-size: 22px;
                line-height: 44px;
            }

.modal-footer {
    display: flex;
    justify-content: flex-end;
}

.allRows {
    background: #fff;
    color: #000;
}

.evenRows {
    background: #ffffff;
    color: #000;
}

.oddRows {
    background: #ffffff;
}
/* hovered rows */
.oddHovered {
    background: #e6e6e6;
    color: #000;
}

.evenHovered {
    background: #ffffff;
    color: #000;
}
/* Columns widget */
.filterWidgetTransition {
    -webkit-transition: line-height 0.1s ease;
    -moz-transition: line-height 0.1s ease;
    -o-transition: line-height 0.1s ease;
    transition: line-height 0.1s ease;
}
/* Arrows */
/* black */
/* white */
.tablesorter-custom {
    font: 12px 'trebuchet ms', verdana, arial;
    background-color: #b59d6e;
    margin: 10px 0 15px;
    width: 100%;
    text-align: left;
    border-spacing: 0;
    border: rgba(205, 205, 205, 0.52) 1px solid;
    border-width: 1px 0 0 1px;
}

    .tablesorter-custom th,
    .tablesorter-custom td {
        border: rgba(205, 205, 205, 0.52) 1px solid;
        border-width: 0 px 1px 0;
    }

    .tablesorter-custom th,
    .tablesorter-custom thead td {
        font: 12px 'trebuchet ms', verdana, arial;
        font-weight: bold;
        color: #000;
        background-color: #b59d6e;
        border-collapse: collapse;
        padding: 4px;
    }

    .tablesorter-custom tbody td,
    .tablesorter-custom tfoot th,
    .tablesorter-custom tfoot td {
        padding: 4px;
        vertical-align: top;
    }

    .tablesorter-custom .tablesorter-header {
        background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
        color: #fff;
        background-repeat: no-repeat;
        background-position: center right;
        padding: 8px 20px 8px 4px;
        cursor: pointer;
    }

        .tablesorter-custom .tablesorter-header.sorter-false {
            background-image: none;
            padding: 4px;
        }

    .tablesorter-custom .tablesorter-headerAsc {
        background-color: #917744;
        background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
        color: #fff;
    }

    .tablesorter-custom .tablesorter-headerDesc {
        background-color: #917744;
        background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
        color: #fff;
    }

    .tablesorter-custom tfoot .tablesorter-headerAsc,
    .tablesorter-custom tfoot .tablesorter-headerDesc {
        background-image: none;
    }

    .tablesorter-custom .disabled {
        opacity: 0.5;
        filter: alpha(opacity=50);
        cursor: not-allowed;
    }

    .tablesorter-custom tbody td {
        background: #fff;
        color: #000;
        padding: 4px;
        vertical-align: top;
    }

    .tablesorter-custom tbody tr.odd td {
        background: #ffffff;
    }

    .tablesorter-custom tbody tr.even td {
        background: #ffffff;
        color: #000;
    }

    .tablesorter-custom tbody > tr:hover td,
    .tablesorter-custom tbody > tr:hover + tr.tablesorter-childRow > td,
    .tablesorter-custom tbody > tr:hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td,
    .tablesorter-custom tbody > tr.even:hover > td,
    .tablesorter-custom tbody > tr.even:hover + tr.tablesorter-childRow > td,
    .tablesorter-custom tbody > tr.even:hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td {
        background: #ffffff;
        color: #000;
    }

    .tablesorter-custom tbody > tr.odd:hover > td,
    .tablesorter-custom tbody > tr.odd:hover + tr.tablesorter-childRow > td,
    .tablesorter-custom tbody > tr.odd:hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td {
        background: #e6e6e6;
        color: #000;
    }

    .tablesorter-custom .tablesorter-processing {
        background-image: url('data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=');
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        z-index: 1000;
    }

    .tablesorter-custom tr.odd td.primary {
        background-color: #e6e6e6;
    }

    .tablesorter-custom td.primary,
    .tablesorter-custom tr.even td.primary {
        background-color: #ffffff;
    }

    .tablesorter-custom tr.odd td.secondary {
        background-color: #ffffff;
    }

    .tablesorter-custom td.secondary,
    .tablesorter-custom tr.even td.secondary {
        background-color: #ffffff;
    }

    .tablesorter-custom tr.odd td.tertiary {
        background-color: #ffffff;
    }

    .tablesorter-custom td.tertiary,
    .tablesorter-custom tr.even td.tertiary {
        background-color: #ffffff;
    }

    .tablesorter-custom caption {
        background: #fff;
    }

#keyboard {
    position: absolute;
    display: none;
    border: 1px solid #ccc;
    max-width: 560px;
    width: auto;
    padding: 6px;
    z-index: 10100;
    border-radius: 5px;
    background: #d2d2d2;
    list-style: none;
    font-size: 15px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    top: 2px;
    margin: 0 auto 0;
    text-align: center;
}

    #keyboard input {
        width: 33px;
        height: 33px;
        line-height: 33px;
        margin: 1px;
        margin-top: 3px;
        text-align: center;
        background: #fff;
        border: 1px solid #ccbbbb;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-color: #e5e5e5;
        cursor: pointer;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        padding: 0;
        display: inline-block;
    }

        #keyboard input:hover {
            background-color: rgba(23, 70, 76, 0.33);
            color: #fff;
            border-color: rgba(23, 70, 76, 0.18);
        }

@media (max-width: 768px) {
    #keyboard input {
        font-size: 10px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        margin: 0;
    }
}

#keyboard #spacebar input {
    display: block;
    width: 320px;
    margin: 0 auto;
    max-width: 86%;
    margin-top: 3px;
}

#keyboard .vkBackspace {
    width: 68px;
    font-size: 13px;
}

#keyboard #shift,
#keyboard #shifton {
    width: 70px;
    text-align: center;
    font-size: 13px;
}

#keyboard #row0_shift,
#keyboard #row1_shift,
#keyboard #row2_shift,
#keyboard #row3_shift {
    display: none;
}

#keyboard #row0,
#keyboard #row0_shift {
    margin: 0 auto 0;
}

#keyboard #row1,
#keyboard #row1_shift {
    margin: 0 auto 0;
}

#keyboard #row2,
#keyboard #row2_shift {
    margin: 0 auto 0;
}

#keyboard #shifton {
    border-left: 3px solid #000;
    border-top: 3px solid #000;
}

.slider {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

    .slider.slider-horizontal {
        width: 120px;
        height: 20px;
    }

        .slider.slider-horizontal .slider-track {
            height: 10px;
            width: 100%;
            margin-top: -5px;
            top: 50%;
            left: 0;
        }

        .slider.slider-horizontal .slider-selection,
        .slider.slider-horizontal .slider-track-low,
        .slider.slider-horizontal .slider-track-high {
            height: 100%;
            top: 0;
            bottom: 0;
        }

        .slider.slider-horizontal .slider-tick,
        .slider.slider-horizontal .slider-handle {
            margin-left: -10px;
            margin-top: -5px;
        }

            .slider.slider-horizontal .slider-tick.triangle,
            .slider.slider-horizontal .slider-handle.triangle {
                border-width: 0 10px 10px 10px;
                width: 0;
                height: 0;
                border-bottom-color: #0480be;
                margin-top: 0;
            }

        .slider.slider-horizontal .slider-tick-label-container {
            white-space: nowrap;
            margin-top: 20px;
        }

            .slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
                padding-top: 4px;
                display: inline-block;
                text-align: center;
            }

    .slider.slider-vertical {
        height: 210px;
        width: 20px;
    }

        .slider.slider-vertical .slider-track {
            width: 10px;
            height: 100%;
            margin-left: -5px;
            left: 50%;
            top: 0;
        }

        .slider.slider-vertical .slider-selection {
            width: 100%;
            left: 0;
            top: 0;
            bottom: 0;
        }

        .slider.slider-vertical .slider-track-low,
        .slider.slider-vertical .slider-track-high {
            width: 100%;
            left: 0;
            right: 0;
        }

        .slider.slider-vertical .slider-tick,
        .slider.slider-vertical .slider-handle {
            margin-left: -5px;
            margin-top: -10px;
        }

            .slider.slider-vertical .slider-tick.triangle,
            .slider.slider-vertical .slider-handle.triangle {
                border-width: 10px 0 10px 10px;
                width: 1px;
                height: 1px;
                border-left-color: #0480be;
                margin-left: 0;
            }

        .slider.slider-vertical .slider-tick-label-container {
            white-space: nowrap;
        }

            .slider.slider-vertical .slider-tick-label-container .slider-tick-label {
                padding-left: 4px;
            }

    .slider.slider-disabled .slider-handle {
        background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
        background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
        background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
    }

    .slider.slider-disabled .slider-track {
        background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
        background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
        background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
        cursor: not-allowed;
    }

    .slider input {
        display: none;
    }

    .slider .tooltip.top {
        margin-top: -36px;
    }

    .slider .tooltip-inner {
        white-space: nowrap;
        max-width: none;
    }

    .slider .hide {
        display: none;
    }

.slider-track {
    position: absolute;
    cursor: pointer;
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.slider-selection {
    position: absolute;
    background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
}

    .slider-selection.tick-slider-selection {
        background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
        background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
        background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
    }

.slider-track-low,
.slider-track-high {
    position: absolute;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
}

.slider-handle {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #7e5923;
    /*    background-image: -webkit-linear-gradient(top, #149bdf 0%, #0480be 100%);
    background-image: -o-linear-gradient(top, #149bdf 0%, #0480be 100%);
    background-image: linear-gradient(to bottom, #149bdf 0%, #0480be 100%);*/
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
    filter: none;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    border: 0px solid transparent;
}

    .slider-handle.round {
        border-radius: 50%;
    }

    .slider-handle.triangle {
        background: transparent none;
    }

    .slider-handle.custom {
        background: transparent none;
    }

        .slider-handle.custom::before {
            line-height: 20px;
            font-size: 20px;
            content: '\2605';
            color: #726204;
        }

.slider-tick {
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    filter: none;
    opacity: 0.8;
    border: 0px solid transparent;
}

    .slider-tick.round {
        border-radius: 50%;
    }

    .slider-tick.triangle {
        background: transparent none;
    }

    .slider-tick.custom {
        background: transparent none;
    }

        .slider-tick.custom::before {
            line-height: 20px;
            font-size: 20px;
            content: '\2605';
            color: #726204;
        }

    .slider-tick.in-selection {
        background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
        background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
        background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
        opacity: 1;
    }

.gsct-panel {
    display: block;
    width: 100%;
}

    .gsct-panel .gsct-menu {
        padding-bottom: 15px;
    }

    .gsct-panel .gsct-content-holder {
        padding-bottom: 15px;
    }

        .gsct-panel .gsct-content-holder .mCSB_inside > .mCSB_container {
            margin-right: 25px;
            padding-right: 0;
        }

    .gsct-panel .gsct-menu-inner-holder {
        list-style: none;
        padding-left: 0;
        margin: 0;
        padding: 0;
        padding-top: 14px;
        margin-left: 4px;
    }

    .gsct-panel .gsct-inner-menu-item {
        display: block;
        padding: 10px 10px;
        margin-bottom: -1px;
        background-color: #fff;
        border: none;
        border-top: 1px solid #ddd;
        margin: 0;
        border-radius: 0;
    }

        .gsct-panel .gsct-inner-menu-item:last {
            border-bottom: none;
        }

        .gsct-panel .gsct-inner-menu-item:first-child {
            border-top: none;
            border-top: 1px solid #ddd;
        }

        .gsct-panel .gsct-inner-menu-item.active-item:not(.multi-item) {
            color: #fff;
            background-color: #b59d6e;
        }

    .gsct-panel .gsct-menu-item.active-item:not(.multi-item) {
        color: #fff;
        background-color: #b59d6e;
    }

    .gsct-panel .multi-item i.glyphicon {
        float: right;
        display: inline-block;
    }

    .gsct-panel .gsct-sub-content {
        min-height: 100px;
        padding-top: 5px;
    }

        .gsct-panel .gsct-sub-content .gsct-sub-title {
            font-size: 18px;
            color: #807354;
        }

        .gsct-panel .gsct-sub-content .gsct-sub-text {
            padding-top: 5px;
            padding-bottom: 10px;
            /*border-bottom:1px solid rgba(50,50,50,.15);*/
        }

    .gsct-panel .gsct-title {
        overflow: hidden;
        margin: 0;
        color: #807354;
        margin-bottom: 4px;
        font-size: 22px;
        display: block;
    }

    .gsct-panel .gsct-title-sm {
        overflow: hidden;
        margin: 0;
        color: #807354;
        margin-bottom: 8px;
        font-size: 16px;
        font-weight: 600;
        display: block;
    }

#gsct-goto-top-btn {
    position: absolute;
    z-index: 11000;
    width: 50px;
    height: 50px;
    right: -1px;
    bottom: 10px;
    font-size: 32px;
    opacity: 0.5;
}

    #gsct-goto-top-btn:hover {
        opacity: 1;
    }

/* Seslendirme Listesi Yönetimi modalı için özel z-index */
#playListModalTemp,
#playListModal {
    z-index: 12000 !important;
}

/* PlayList Modal için modern tasarım iyileştirmeleri */
#playListModal .modal-dialog {
    margin: 30px auto;
    max-width: 95%;
    width: 1200px;
}

#playListModal .modal-content {
    border-radius: 16px;
    border: none;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

#playListModal .modal-header {
    background: linear-gradient(135deg, #b59d6e, #9c824f);
    color: white;
    border-bottom: none;
    padding: 20px 30px;
    position: relative;
}

#playListModal .modal-header h4 {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center;
    color: white;
}

#playListModal .modal-header .close {
    color: white;
    opacity: 0.8;
    text-shadow: none;
    font-size: 28px;
    font-weight: 300;
    line-height: 1;
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

#playListModal .modal-header .close:hover {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
}

#playListModal .modal-body {
    padding: 30px;
    background: #f8f9fa;
}

#playListModal .modal-footer {
    background: white;
    border-top: 1px solid #e9ecef;
    padding: 20px 30px;
    border-radius: 0 0 16px 16px;
}

/* Well container iyileştirmeleri */
#playListModal .well {
    border-radius: 12px;
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
    background: white;
    padding: 20px;
    margin-bottom: 20px;
}

#playListModal .bg-title-text {
    font-size: 16px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
    padding: 10px 15px;
    background: linear-gradient(135deg, #f1f3f4, #e9ecef);
    border-radius: 8px;
    border-left: 4px solid #b59d6e;
}

/* Tab iyileştirmeleri */
#playListModal .nav-tabs {
    border-bottom: 2px solid #e9ecef;
    margin-bottom: 15px;
}

#playListModal .nav-tabs > li > a {
    border: none;
    border-radius: 8px 8px 0 0;
    color: #6c757d;
    font-weight: 500;
    padding: 12px 20px;
    margin-right: 4px;
    transition: all 0.3s ease;
}

#playListModal .nav-tabs > li.active > a,
#playListModal .nav-tabs > li.active > a:hover,
#playListModal .nav-tabs > li.active > a:focus {
    background: #b59d6e;
    color: white;
    border: none;
}

#playListModal .nav-tabs > li > a:hover {
    background: #f1f3f4;
    border: none;
}

/* Button grup iyileştirmeleri */
#playListModal .btn-group .btn {
    border-radius: 8px;
    margin-right: 8px;
    font-weight: 500;
    padding: 10px 16px;
    transition: all 0.3s ease;
    border: none;
}

#playListModal .btn-primary {
    background: linear-gradient(135deg, #b59d6e, #9c824f);
    border: none;
}

#playListModal .btn-primary:hover {
    background: linear-gradient(135deg, #9c824f, #876b3a);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(156, 130, 79, 0.3);
}

#playListModal .btn-default {
    background: #6c757d;
    color: white;
}

#playListModal .btn-default:hover {
    background: #5a6268;
    color: white;
    transform: translateY(-1px);
}

/* Bilgi metni iyileştirmeleri */
#rp_select_info {
    padding: 12px 20px;
    background: linear-gradient(135deg, #e3f2fd, #bbdefb);
    border-radius: 8px;
    border-left: 4px solid #2196f3;
    color: #1565c0;
    font-size: 14px;
    margin-bottom: 20px;
    display: block;
}

/* Responsive iyileştirmeler */
@media (max-width: 768px) {
    #playListModal .modal-dialog {
        margin: 10px;
        width: auto;
        max-width: none;
    }
    
    #playListModal .modal-body {
        padding: 15px;
    }
    
    #playListModal .row {
        margin: 0;
    }
    
    #playListModal .col-md-8,
    #playListModal .col-md-4 {
        padding: 0;
        margin-bottom: 15px;
    }
    
    #playListModal .repeatListItem {
        min-height: 70px;
    }
    
    #dynamic_list_container {
        min-height: 150px;
        max-height: 200px;
    }
    
    #playListModal .btn-group .btn {
        margin-bottom: 5px;
        font-size: 12px;
        padding: 8px 12px;
    }
    
    #playListModal .tab-content {
        max-height: 200px;
    }
}

@media (max-width: 480px) {
    #playListModal .repeatListItem {
        min-height: 60px;
    }
    
    #playListModal .item-title {
        font-size: 12px;
    }
    
    #playListModal .item-detail {
        font-size: 10px;
    }
    
    #playListModal .card-icon {
        width: 24px;
        height: 24px;
        font-size: 12px;
    }
    
    #playListModal .modal-header h4 {
        font-size: 18px;
    }
}

/* Animasyon iyileştirmeleri */
@keyframes cardHover {
    0% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-1px) scale(1.02); }
    100% { transform: translateY(-2px) scale(1); }
}

@keyframes selectPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

@keyframes btnPulse {
    0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.7); }
    70% { transform: scale(1.05); box-shadow: 0 0 0 8px rgba(255, 193, 7, 0); }
    100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255, 193, 7, 0); }
}

.repeatListItem:hover {
    animation: cardHover 0.3s ease-out;
}

.repeatListItem.ui-selected .select-indicator,
.repeatListItem.selected .select-indicator {
    animation: selectPulse 0.6s ease-in-out infinite;
}

/* Seçim modu aktif buton pulse efekti */
.btn-pulse {
    animation: btnPulse 2s infinite;
}

/* Seçim modu için kart stilleri */
.selection-mode-active .repeatListItem.selection-mode {
    border: 2px dashed #ffc107;
    background: linear-gradient(135deg, #fff9c4, #fffde7);
}

.selection-mode-active .repeatListItem.selection-mode:hover {
    border-style: solid;
    background: linear-gradient(135deg, #fff8e1, #fff3c4);
    transform: translateY(-1px) scale(1.02);
}

/* Scroll bar özelleştirmeleri */
#dynamic_list_container::-webkit-scrollbar,
.tab-content::-webkit-scrollbar {
    width: 8px;
}

#dynamic_list_container::-webkit-scrollbar-track,
.tab-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

#dynamic_list_container::-webkit-scrollbar-thumb,
.tab-content::-webkit-scrollbar-thumb {
    background: #b59d6e;
    border-radius: 4px;
}

#dynamic_list_container::-webkit-scrollbar-thumb:hover,
.tab-content::-webkit-scrollbar-thumb:hover {
    background: #9c824f;
}

/* Seslendirme Seçimi modalı için özel z-index */
#hafizSelectModalTemp,
#hafizSelectModal {
    z-index: 12000 !important;
}

/* Filtreleme modalı için özel z-index */
#filterSelectModal {
    z-index: 12500 !important;
}

/* Ayet İşlemleri modalı için özel z-index */
#selectMenuModal {
    z-index: 12000 !important;
}

/* Kaydedilenler ve Kaydet modalları için özel z-index */
#favoritesModal,
#addToFavoritesModal {
    z-index: 12000 !important;
}

/* Onay modalı için özel z-index */
#confirmDeleteModal {
    z-index: 12100 !important;
}

/* Modal backdrop'lar için genel kural */
.modal-backdrop {
    z-index: 11999 !important;
}

/* Meal Karşılaştırma modalı için özel z-index */
#ayetCompModal {
    z-index: 12000 !important;
}

/* Meal Karşılaştırma modalında dropdown katmanları üstte kalsın */
#ayetCompModal .select2-container,
#ayetCompModal .select2-container .select2-dropdown,
#ayetCompModal .dropdown-menu,
#ayetCompModal .bootstrap-select .dropdown-menu,
#ayetCompModal .ui-autocomplete {
    z-index: 12110 !important;
}

/* Meal Karşılaştırma modalında overflow kesilmesini engelle */
#ayetCompModal .modal-body,
#ayetCompModal .modal-content,
#ayetCompModal .modal-dialog {
    overflow: visible !important;
}

#hafizSelectModal .select2-container,
#hafizSelectModal .select2-container .select2-dropdown,
#hafizSelectModal .dropdown-menu,
#hafizSelectModal .bootstrap-select .dropdown-menu,
#hafizSelectModal .ui-autocomplete {
    z-index: 12110 !important;
}

#hafizSelectModal .modal-body,
#hafizSelectModal .modal-content,
#hafizSelectModal .modal-dialog {
    overflow: visible !important;
}

#playListModal .select2-container,
#playListModal .select2-container .select2-dropdown,
#playListModal .dropdown-menu,
#playListModal .bootstrap-select .dropdown-menu,
#playListModal .ui-autocomplete {
    z-index: 12110 !important;
}

#playListModal .modal-body,
#playListModal .modal-content,
#playListModal .modal-dialog {
    overflow: visible !important;
}

/* Meal Karşılaştırma modalı için özel z-index */
#ayetCompModal {
    z-index: 12000 !important;
}

/* İlgili Ayetleri Göster modalı için özel z-index */
#fihristItemsModal {
    z-index: 12000 !important;
}

/* Ayet Karşılaştırma modalı dropdown/overflow iyileştirmeleri */
#ayetCompModal .select2-container,
#ayetCompModal .select2-container .select2-dropdown,
#ayetCompModal .dropdown-menu,
#ayetCompModal .bootstrap-select .dropdown-menu,
#ayetCompModal .ui-autocomplete {
    z-index: 12110 !important;
}

#ayetCompModal .modal-body,
#ayetCompModal .modal-content,
#ayetCompModal .modal-dialog {
    overflow: visible !important;
}

/* İlgili Ayetleri Göster modalı dropdown/overflow iyileştirmeleri */
#fihristItemsModal .select2-container,
#fihristItemsModal .select2-container .select2-dropdown,
#fihristItemsModal .dropdown-menu,
#fihristItemsModal .bootstrap-select .dropdown-menu,
#fihristItemsModal .ui-autocomplete {
    z-index: 12110 !important;
}

#fihristItemsModal .modal-body,
#fihristItemsModal .modal-content,
#fihristItemsModal .modal-dialog {
    overflow: visible !important;
}

#hafizSelectModal .select2-container--default .select2-selection--single .select2-selection__arrow b,
#playListModal .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #585858 transparent transparent transparent !important;
    border-width: 5px 4px 0 4px;
}

#hafizSelectModal .dropdown-toggle .caret,
#playListModal .dropdown-toggle .caret {
    border-top-color: #585858 !important;
    border-bottom-color: #585858 !important;
}

.revLiMenu {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

    .revLiMenu .cat_item {
        display: block;
        margin-bottom: 2px;
        position: relative;
    }

        .revLiMenu .cat_item .catLink {
            background: none repeat scroll 0 0 #fff;
            color: #333;
            display: block;
            width: 100%;
            height: 100%;
            /*padding:3px 6px 3px 6px;*/
            padding: 10px 15px;
            border-radius: 4px;
            border-left: 2px solid #e0eaf0;
            font-size: 15px;
            transition: background 0.3ms ease-in-out;
        }

            .revLiMenu .cat_item .catLink:hover {
                color: #fff;
                background-color: #c9bca1;
                cursor: pointer;
            }

            .revLiMenu .cat_item .catLink i {
                display: none;
            }

        .revLiMenu .cat_item.active .catLink {
            background-color: #b59d6e;
            color: #fff;
        }

            .revLiMenu .cat_item.active .catLink i {
                display: inline-block;
                float: right;
                height: 100%;
                position: absolute;
                right: 0;
                height: 15px;
                top: 50%;
                margin-top: -7px;
                right: 5px;
            }

    .revLiMenu .sub_item {
        width: 100%;
        display: block;
        margin-bottom: 2px;
        position: relative;
        float: left;
    }

        .revLiMenu .sub_item .subCatLink {
            background: none repeat scroll 0 0 #fff;
            color: #333;
            display: block;
            width: 100%;
            height: 100%;
            /*padding:3px 6px 3px 6px;*/
            padding: 10px 15px;
            border-radius: 4px;
            border-left: 2px solid #e0eaf0;
            font-size: 14px;
        }

.Arrow {
    color: #222222;
    font-family: "Times New Roman";
    font-size: 0.9em;
    text-decoration: none;
}

.rp_page_seperator {
    width: 2px;
    height: 100%;
    position: absolute;
    left: 50%;
    display: block;
    margin-left: -1px;
    -webkit-box-shadow: inset -25px 0 30px 0 rgba(82, 82, 82, 0.27);
    -moz-box-shadow: inset -25px 0 30px 0 rgba(82, 82, 82, 0.27);
    box-shadow: inset -25px 0 30px 0 rgba(82, 82, 82, 0.27);
    border-right: 1px solid rgba(50, 50, 50, 0.08);
}

.sureHeader {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (min-width: 320px) {
    .sureHeader {
        width: 96%;
    }
}

.sureHeader .sureHeaderText {
    background-repeat: no-repeat;
    background-size: contain;
    height: auto;
    color: #ffffff;
    vertical-align: central;
    width: 100%;
    line-height: 100px;
}

    .sureHeader .sureHeaderText .trTextHolder {
        margin: 0;
        padding: 0;
        font-family: "Times New Roman";
        font-size: 2.5vw;
        font-weight: bold;
        text-align: center;
        line-height: 10%;
        color: #725945;
    }

@media (max-width: 480px) {
    .sureHeader .sureHeaderText .trTextHolder {
        font-size: 14px;
        font-size: 3.0vw;
    }
}

.sureHeader .sureHeaderText .arTextHolder {
    padding: 0;
    margin: 0;
    font-weight: normal;
    line-height: 10%;
    font-family: KuranFont;
    font-size:  54px;
    text-align: center;
    color: #725945;
}

@media (min-width: 1024px) {
    #singleReaderContainer .sureHeader {
        width: 90%;
    }
}

@media (min-width: 1224px) {
    #singleReaderContainer .sureHeader {
        max-width: 900px;
        width: 85%;
    }
}

@media (min-width: 1224px) {
    #singleReaderContainer .quranAyetsContainer {
        padding-left: 50px;
        padding-right: 50px;
    }
}

.ar-besmele-wrapper {
    display: block;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.besmeleText {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ayetNumImgHolder {
    background-image: url("../../images/ayetSayi.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: table-cell;
    width: 70px;
    height: 70px;
    position: relative;
    top: 3px;
    float: left;
    margin-right: 3px;
}

    .ayetNumImgHolder .ayetNumAr {
        position: relative;
        font-family: KuranFont, "Traditional Arabic", "Times New Roman";
        color: #ffffff;
        font-size: 30px;
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
    }

.Ayet-Number {
    font-family: KuranFont, "Traditional Arabic", "Times New Roman";
    color: #A38610;
    cursor: pointer;
    font-size: 22px;
    white-space: nowrap;
    -ms-word-break: keep-all;
    word-break: keep-all;
}

.pointerWrapperCol {
    display: inline-block;
    width: 12%;
    min-width: 10px;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100px;
}

    .pointerWrapperCol .pointerHolder {
        width: 100%;
        min-height: 30px;
        max-width: 100px;
        margin: 0 auto 0;
        display: block;
    }

        .pointerWrapperCol .pointerHolder .pointerImg {
            max-width: 100%;
            height: auto;
            display: block;
        }

.ayetRegionView.active:not(.ui-selecting),
.mealViewFull.active:not(.ui-selecting) {
    background: rgba(180, 134, 16, 0.11);
}

.ayetRegionView.hover:not(.ui-selected):not(.ui-selecting),
kuran-ayet-number.hover,
.mealViewFull.hover:not(.ui-selected):not(.ui-selecting) {
    background-color: rgba(240, 248, 255, 0.46);
}

.mealViewFull .ui-selecting,
.ayetRegionView.ui-selecting,
.ayetWordView.ui-selecting {
    background-color: rgba(254, 202, 64, 0.11);
}

.mealViewFull.ui-selected,
.ayetRegionView.ui-selected,
.ayetWordView.ui-selected {
    background-color: rgba(243, 152, 20, 0.16);
}

#selectable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 60%;
}

.Ayet-Text {
    font-family: KuranFont,KFGQPC Uthman Taha Naskh,KFGQPC_Naskh;
    font-size: 25px;
    line-height: 58px;
    font-weight: normal;
    text-align: justify;
    color: Black;
    direction: rtl;
}

.Ayet-Text-Sm {
    font-size: 16px;
    line-height: 34px;
}

.Kuran-Header {
    direction: ltr;
    font-family: "Times New Roman";
    font-size: 16px;
    font-weight: bold;
    padding: 2px;
    text-align: center;
    margin-bottom: 5px;
    width: 100%;
    color: #333;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .Kuran-Header .trCuzName,
    .Kuran-Header .trSureName,
    .Kuran-Header .trPageNumber {
        font-family: PoliticaFont;
        font-weight: 600;
        font-size: 16px;
    }

    .Kuran-Header .arPageNumber {
        font-family: KuranFont !important;
    }

    .Kuran-Header .pageNumber {
        font-size: 18px;
    }

    .Kuran-Header .kh-sure-holder,
    .Kuran-Header .kh-cuz-holder,
    .Kuran-Header .kh-page-holder {
        display: flex;
        align-items: center;
        margin: 0;
    }

    .Kuran-Header .kh-page-holder {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 3;
    }

    .Kuran-Header .kh-sure-holder {
        text-align: left;
        display: flex;
        align-items: center;
        gap: 10px;
        flex: 0 0 auto;
    }

    .Kuran-Header .kh-meal-dropdown-holder {
        display: inline-block;
        margin-left: 8px;
        margin-right: 8px;
        max-width: 140px;
        overflow: hidden;
    }

    .Kuran-Header .header-meal-select {
        height: 28px;
        font-size: 12px;
        font-weight: normal;
        padding: 6px 12px;
        border: 1px solid #d2d6de;
        border-radius: 6px;
        background-color: #FDF5E6;
        color: #333;
        width: 140px;
        max-width: 140px;
        transition: none;
        font-family: inherit;
        line-height: normal;
        vertical-align: middle;
    }

        .Kuran-Header .header-meal-select:hover {
            border-color: #d2d6de;
            background-color: #FDF5E6;
            box-shadow: none;
        }

        .Kuran-Header .header-meal-select:focus {
            border-color: #b59d6e;
            background-color: #FDF5E6;
            box-shadow: none;
            outline: none;
        }

    .Kuran-Header .header-meal-select + .select2-container {
    height: 20px;
    width: 140px !important;
    max-width: 140px;
}

.Kuran-Header .header-meal-select + .select2-container .select2-selection {
    height: 20px;
    padding: 2px 8px;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #e6d5b8;
    border-radius: 8px;
    background-color: #faf7f0;
    color: #5d4e37;
    transition: all 0.2s ease;
    font-family: inherit;
    line-height: normal;
    vertical-align: middle;
    display: flex;
    align-items: center;
    box-shadow: 0 1px 3px rgba(93, 78, 55, 0.08);
}

.Kuran-Header .header-meal-select + .select2-container .select2-selection:hover {
    border-color: #d4c4a0;
    background-color: #f7f3ea;
    box-shadow: 0 2px 6px rgba(93, 78, 55, 0.12);
}

.Kuran-Header .header-meal-select + .select2-container.select2-container--open .select2-selection {
    border-color: #c8a882;
    background-color: #f7f3ea;
    box-shadow: 0 0 0 3px rgba(200, 168, 130, 0.15);
}

/* Dropdown positioning and overflow handling */
.Kuran-Header .header-meal-select + .select2-container .select2-dropdown {
    z-index: 9999;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #e6d5b8;
    border-top: none;
    border-radius: 0 0 8px 8px;
    background-color: #faf7f0;
}

.Kuran-Header .header-meal-select + .select2-container .select2-selection {
    overflow: hidden;
}

.Kuran-Header .header-meal-select + .select2-container .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
    color: #5d4e37;
    font-weight: 500;
    font-size: 13px;
    display: block;
    line-height: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 105px;
    margin-top: 0;
}

.Kuran-Header .header-meal-select + .select2-container .select2-selection__arrow {
    height: 16px;
    right: 6px;
    display: flex;
    align-items: center;
}

.Kuran-Header .header-meal-select + .select2-container .select2-selection__arrow b {
    border-color: #8b7355 transparent transparent transparent;
    border-width: 5px 4px 0 4px;
    margin-top: 0;
    transition: all 0.2s ease;
}

.Kuran-Header .header-meal-select + .select2-container.select2-container--open .select2-selection__arrow b {
    transform: rotate(180deg);
}

.Kuran-Header .header-meal-select + .select2-container .select2-dropdown {
    border: 1px solid #e6d5b8;
    border-radius: 8px;
    background-color: #faf8f3;
    box-shadow: 0 4px 12px rgba(93, 78, 55, 0.15);
    margin-top: 2px;
    overflow: hidden;
}

.Kuran-Header .header-meal-select + .select2-container .select2-results__option {
    padding: 10px 14px;
    color: #5d4e37;
    font-size: 13px;
    font-weight: 600;
    font-family: inherit;
    transition: all 0.15s ease;
    line-height: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    user-select: none;
    -webkit-user-select: none;
    border-bottom: 1px solid #f0e8d8;
}

.Kuran-Header .header-meal-select + .select2-container .select2-results__option:last-child {
    border-bottom: none;
}

.Kuran-Header .header-meal-select + .select2-container .select2-results__option:hover,
.Kuran-Header .header-meal-select + .select2-container .select2-results__option--highlighted {
    background-color: #c8a882;
    color: white;
    transform: translateX(2px);
}

.Kuran-Header .header-meal-select + .select2-container .select2-results__option[aria-selected="true"] {
    background-color: #b59d6e;
    color: white;
    font-weight: 500;
}
/* Responsive media queries */
@media (max-width: 768px) {
    .Kuran-Header .kh-meal-dropdown-holder {
        max-width: 120px;
        margin-left: 5px;
    }

    .Kuran-Header .header-meal-select {
        width: 120px;
        max-width: 120px;
        font-size: 11px;
        padding: 3px 6px;
        height: 26px;
        line-height: 18px;
    }

    .Kuran-Header .header-meal-select + .select2-container {
        width: 120px !important;
        max-width: 120px;
        height: 26px;
    }

    .Kuran-Header .header-meal-select + .select2-container .select2-selection {
        height: 26px;
        padding: 3px 6px;
        font-size: 11px;
        line-height: 18px;
    }

    .Kuran-Header .header-meal-select + .select2-container .select2-selection__rendered {
        font-size: 11px;
        line-height: 18px;
        height: 18px;
        max-width: 90px;
    }

    .Kuran-Header .header-meal-select + .select2-container .select2-selection__arrow {
        height: 18px;
        right: 5px;
        top: 4px;
    }

    .Kuran-Header .kh-page-holder {
        z-index: 10;
    }
}

@media (max-width: 480px) {
    .Kuran-Header .kh-meal-dropdown-holder {
        max-width: 100px;
        margin-left: 3px;
    }

    .Kuran-Header .header-meal-select {
        width: 100px;
        max-width: 100px;
        font-size: 10px;
        padding: 2px 4px;
        height: 24px;
        line-height: 16px;
    }

    .Kuran-Header .header-meal-select + .select2-container {
        width: 100px !important;
        max-width: 100px;
        height: 24px;
    }

    .Kuran-Header .header-meal-select + .select2-container .select2-selection {
        height: 24px;
        padding: 2px 4px;
        font-size: 10px;
        line-height: 16px;
    }

    .Kuran-Header .header-meal-select + .select2-container .select2-selection__rendered {
        font-size: 10px;
        line-height: 16px;
        height: 16px;
        max-width: 75px;
    }

    .Kuran-Header .header-meal-select + .select2-container .select2-selection__arrow {
        height: 16px;
        right: 4px;
        top: 4px;
    }

    .Kuran-Header .kh-page-holder {
        z-index: 15;
    }
}

    .Kuran-Header .kh-cuz-holder {
        text-align: right;
        flex: 0 0 auto;
    }

    .Kuran-Header .kh-arrow-btn {
        font-size: 18px;
        padding: 3px;
        cursor: pointer;
    }

        .Kuran-Header .kh-arrow-btn i {
            color: #5e5e5e;
        }

        .Kuran-Header .kh-arrow-btn:hover i {
            color: #8c7849;
        }

    .Kuran-Header.ar-reader-header .kh-sure-holder {
        right: 4px;
        float: right;
        text-align: right;
    }

    .Kuran-Header.ar-reader-header .kh-cuz-holder {
        float: left;
        left: 4px;
        text-align: left;
    }

.mutualPanel .Kuran-Header {
    float: right;
}

#rightPanelHolder .Kuran-Header {
    float: left;
}

#leftPanelHolder .Kuran-Header {
    float: right;
}

.Kuran-Cuz-Turkish {
    background-image: url("images/y_cuz.png");
    background-repeat: no-repeat;
    height: 222px;
    /*left: 0px;
  position: absolute;*/
    text-align: center;
    top: 30px;
    width: 55px;
}

.Kuran-Cuz-Text-Turkish {
    font-size: 9px;
    line-height: 10px;
    padding-top: 102px;
    text-align: center;
    color: #9a6e01;
}

.quranAyetsContainer {
    float: left;
    width: 100%;
    font-size: 24px;
    padding-left: 20px;
    min-width: 222px;
    min-height: 125px;
}

    .quranAyetsContainer:after {
        content: "";
        width: 100%;
        display: inline-block;
    }

.quranReaderContainer {
    width: 100%;
    float: left;
}

.quranPageImg {
    position: absolute;
    /*left:-123px;*/
    /*top:-93px;*/
    float: left;
}

.quranPageImgParent {
    position: relative;
    top: 0;
    /*width:724px;
    height:1392px;*/
}

#ayetViewHolder {
    position: absolute;
    top: 0px;
    z-index: 10000;
}

.quranAyetView {
    position: absolute;
    opacity: 0;
}

    .quranAyetView.hover {
        opacity: 0.3;
    }

    .quranAyetView.select {
        opacity: 0.3;
    }

        .quranAyetView.select .ayetRegionView {
            background-color: #698f79;
        }

.ayetRegionView {
    position: absolute;
    /*background-color: ActiveCaption;*/
    min-height: 30px;
}

.ayetWordTrack {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 24px solid #337ab7;
    float: right;
    margin-top: 45px;
    z-index: 100;
    opacity: 0.75;
}

.aw_overlay {
    position: absolute;
    border: 1px solid red;
    background: #dff;
}

#dualReaderContainer .readerFrameScrollContainer .mCSB_scrollTools_vertical {
    right: -10px !important;
}

.readerContainerBase {
    display: inline-block;
    width: 100%;
    height: 100%;
    margin-top: 10px;
    max-height: 100%;
}

.readerFrameScrollContainer {
    display: block;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #E1D4BA transparent;
    scroll-behavior: smooth;
}

.readerFrameScrollContainer::-webkit-scrollbar {
    width: 8px;
}

.readerFrameScrollContainer::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 4px;
}

.readerFrameScrollContainer::-webkit-scrollbar-thumb {
    background: #E1D4BA;
    border-radius: 4px;
    border: 1px solid #d4c5a8;
}

.readerFrameScrollContainer::-webkit-scrollbar-thumb:hover {
    background: #d4c5a8;
}

.swipe-panel-container {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    float: right;
}

#readerContainer {
    border: 1px solid #ffecc8;
    background-color: #fff4df;
    color: #222222;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    padding-left: 12px;
    padding-right: 12px;
    height: 100%;
    -webkit-box-shadow: 0 1px 10px 0 rgba(50, 50, 50, 0.45);
    -moz-box-shadow: 0 1px 10px 0 rgba(50, 50, 50, 0.45);
    /* box-shadow: 0 1px 10px 0 rgba(50, 50, 50, 0.45);*/
    box-shadow: 0 1px 10px 0 rgb(204 187 153);
}

@media (max-width: 460px) {
    #readerContainer {
        padding-left: 4px;
        padding-right: 4px;
    }
}

.mealAyetsContainerFull,
.tefsirAyetsContainerFull,
#quranAyetsContainer {
    padding: 12px 12px;
}

@media (max-width: 460px) {
    .mealAyetsContainerFull,
    .tefsirAyetsContainerFull,
    #quranAyetsContainer {
        padding: 4px 4px;
    }
}

.framedReaderPanelParent {
    display: block;
    width: 100%;
    height: auto;
}

.framedReaderPanel {
    border: 12px solid #E1D4BA;
    border-radius: 12px;
    /*-webkit-border-image: url(../../images/bg_frame.png) 20 repeat;*/
    /* Safari 3.1-5 */
    /*-o-border-image: url(../../images/bg_frame.png) 20 repeat;*/
    /* Opera 11-12.1 */
    /*border-image: url(../../images/bg_frame.png) 20 repeat;
    border-image-slice: 50;*/
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden;
}

@media (max-width: 1124px) {
    .framedReaderPanel {
        /* -webkit-border-image: url(../../images/bg_frame_2.png) 12 fill;
        -o-border-image: url(../../images/bg_frame_2.png) 12 fill;
        border-image: url(../../images/bg_frame_2.png) 12 fill;*/
        border: 12px solid #E1D4BA;
        border-radius: 12px;
        /*border-width: 10px;*/
        border-image-width: 12px;
        border-image-slice: 26;
        display: flex;
        flex-direction: column;
        height: 100%;
        overflow: hidden;
    }
    
    .mealAyetsContainerParent {
        height: 100%;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }
    
    .mealAyetsContainerFull {
        flex: 1;
        overflow-y: auto;
        overflow-x: hidden;
    }
}

@media (max-width: 720px) {
    .framedReaderPanel {
        border: 2px solid transparent;
        -moz-border-image: none;
        -webkit-border-image: none;
        border-image: none;
        display: flex;
        flex-direction: column;
        height: 100%;
        overflow: hidden;
    }
    
    .mealAyetsContainerParent {
        height: 100%;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }
    
    .mealAyetsContainerFull {
        flex: 1;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
    }
    
    .readerFrameScrollContainer {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
    }
}

#rightPanelHolder {
    /*webkit-box-shadow: inset 25px 0 30px 0 rgba(50,50,50,.10);
    -moz-box-shadow: inset 25px 0 30px 0 rgba(50,50,50,.10);
    box-shadow: inset 25px 0 30px 0 rgba(50,50,50,.10);*/
    border-radius: 1px;
}

#leftPanelHolder {
    /*-webkit-box-shadow: inset -25px 0 30px 0 rgba(82, 82, 82, 0.10);
    -moz-box-shadow: inset -25px 0 30px 0 rgba(82, 82, 82, 0.10);
    box-shadow: inset -25px 0 30px 0 rgba(82, 82, 82, 0.10);
    border-right: 1px solid rgba(50, 50, 50, 0.08);*/
    border-radius: 1px;
}

.panelContent {
    display: inline-block;
    width: 100%;
    min-height: 200px;
    min-width: 200px;
}

.panelAndHeaderHolder {
    display: block;
    width: 100%;
}

#rightPanelHolder .mealAyetsContainerParent,
#rightPanelHolder .quranAyetsContainerParent {
    float: left;
}

#leftPanelHolder .mealAyetsContainerParent,
#leftPanelHolder .quranAyetsContainerParent {
    float: right;
}

#rightPanelHolder .pointerWrapperCol {
    float: right;
}

#leftPanelHolder .pointerWrapperCol {
    float: left;
}

.mutualPanel .textQuranCompHolder {
    text-align: center;
    margin-bottom: 15px;
}

.mutualPanel .panelContent {
    max-width: 920px;
    margin: 0 auto 0;
    float: none;
    display: block;
}

@media (min-width: 992px) {
    .mutualPanel .panelContent {
        padding: 20px;
    }

    .readerFrameScrollContainer {
        height: 85vh !important;
    }
}

@media (min-width: 1200px) {
    .mutualPanel .panelContent {
        padding: 30px;
    }
}

.mutualPanel .ai-ayet-seperator {
    width: 100%;
    height: 1px;
    background-color: rgba(177, 145, 68, 0.4);
    display: block;
    margin: 28px 0 28px 0;
}

@media (max-width: 992px) {
    .mutualPanel .ai-ayet-seperator {
        margin: 18px 0 18px 0;
    }
}

.mutual-meal .mealAyetsContainerFull {
    text-align: center;
}

.mealAyetsContainerScroll {
    overflow: auto;
    height: 400px;
    width: 100%;
}

.mealAyetsContainerFull {
    text-align: justify;
    flex: 1;
    overflow-y: hidden;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #E1D4BA transparent;
    scroll-behavior: smooth;
}

.mealAyetsContainerFull::-webkit-scrollbar {
    width: 8px;
}

.mealAyetsContainerFull::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 4px;
}

.mealAyetsContainerFull::-webkit-scrollbar-thumb {
    background: #E1D4BA;
    border-radius: 4px;
    border: 1px solid #d4c5a8;
}

.mealAyetsContainerFull::-webkit-scrollbar-thumb:hover {
    background: #d4c5a8;
}

.mealPointerHolder {
    width: 55px;
    display: inline-block;
    position: absolute;
    left: 0;
}

.mealAyetsContainerParent {
    float: right;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.mealView {
    display: block;
    width: 100%;
    min-height: 40px;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 4px;
    line-height: 160%;
    text-align: left;
    font-size: 15px;
}

.mealViewFull {
    line-height: 1.4;
    padding: 4px;
    border-radius: 12px;
    cursor: pointer;
}

.sureDesc {
    font-family: 'Open Sans Condensed', sans-serif;
    text-align: center;
    font-size: 14px;
    padding: 8px;
    display: block;
    width: 100%;
    margin-bottom: 6px;
}

.sureDetailBtn {
    background: #b59d6e;
    text-align: center;
    border: none;
    border-radius: 8px;
    display: block;
    color: #fff;
    transition: background 0.3s ease, opacity 0.3s ease;
}

    .sureDetailBtn:hover {
        opacity: 1;
        color: #725945;
        background: #EDDCBC;
    }

    .sureDetailBtn:active, .sureDetailBtn::selection, .sureDetailBtn:focus {
        border: none !important;
        outline: none !important;
        background: #b59d6e;
    }

    .sureDetailBtn span {
        padding-left: 6px;
    }

.textQuranCompHolder {
    width: 100%;
    display: block;
}

    .textQuranCompHolder .comp_ayet_holder {
        position: relative;
        z-index: 2;
        text-align: justify;
        direction: rtl;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-line-pack: end;
        -webkit-align-content: flex-end;
        align-content: flex-end;
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

@supports (flex-wrap: wrap) {
    .textQuranCompHolder .comp_ayet_holder {
        display: flex;
    }
}

.textQuranCompHolder .ayetNumImgHolder {
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px;
    float: none;
    position: static;
}

.textQuranCompHolder .ayetNumWr {
    display: inline-block;
}

    .textQuranCompHolder .ayetNumWr .ayetNumImgHolder {
        display: block;
    }

.textQuranCompHolder .secdeAyetNumWr {
    cursor: pointer;
}

.textQuranCompHolder .besmeleArText {
    text-align: center;
    display: block;
}

.textQuranCompHolder .ayetTextWord {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    cursor: pointer;
}

.textQuranCompHolder .textAyetBesmeleHolder {
    display: block;
    width: 100%;
    margin-bottom: 1px;
    text-align: center;
}

.textQuranCompHolder .comp_bg_holder {
    position: relative;
    z-index: 1;
}

.mutualPanel .comp_ayet_holder {
    justify-content: center;
    margin-bottom: 2px;
}

.ta_focus_in {
    color: red;
}

.ayetTextWordHolder {
    min-width: 100%;
    display: inline;
    text-align: justify;
}

    .ayetTextWordHolder.active {
        background: rgba(180, 134, 16, 0.11);
    }

    .ayetTextWordHolder.ui-selected {
        background: rgba(243, 152, 20, 0.16);
    }

    .ayetTextWordHolder.ui-selecting,
    .ayetTextWordHolder.ui-selecting-2 {
        background: rgba(254, 202, 64, 0.11);
    }

    .ayetTextWordHolder:hover:not(.ui-selected):not(.ui-selecting):not(.ui-selecting-2):not(.active) {
        background-color: rgba(240, 248, 255, 0.46);
        color: #323232;
    }

.ayetTextWord {
    display: inline-block;
    min-width: 10px;
}

.atw_w {
    color: red;
}

.ayetTextWordHolder.ui-selected {
    background-color: none !important;
}

.canvas_qc_wr {
    display: block;
    width: 100%;
}

.canvas_bg_holder {
    position: relative;
}

.canvas_qc {
    position: relative;
    display: block;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: end;
    -webkit-align-content: flex-end;
    align-content: flex-end;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    direction: rtl;
}

    .canvas_qc .emptyItem {
        height: 0;
        border: none;
        display: inline-block;
    }

    .canvas_qc .canvas_ah {
        display: inline-block;
        width: 100%;
    }

@supports (flex-wrap: wrap) {
    /* line 11, ../sass/test.scss */
    .canvas_qc {
        display: flex;
    }
}

.canvas_ayet_line_wr {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.canvas_ayet_line {
    border-radius: 12px;
    background: rgba(180, 134, 16, 0.11);
    display: block;
    position: absolute;
    z-index: 0;
}

.canvas_besmele_holder {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.mutualPanel .canvas_qc {
    justify-content: center;
    margin-bottom: 12px;
}

.ayetRowItem.active {
    background: rgba(180, 134, 16, 0.31);
}

.ayetWordCanvas {
    display: table-cell;
    float: right;
}

.aw-track-focus {
    background-color: #ebe8bf !important;
}

.ayetWordRow {
    display: -webkit-flex;
    /* Safari */
    -webkit-justify-content: center;
    /* Safari 6.1+ */
    display: flex;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 4px;
    padding-right: 4px;
}

    .ayetWordRow.lastAyetWordRow {
        text-align: right;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        align-content: flex-end;
    }

.ayetRowItem .secdeAyetNumWr {
    cursor: pointer;
}

.ayetRegionsHolderWrapper {
    position: relative;
    width: 100%;
    display: block;
    height: auto;
}

.ayetRegionsHolder {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.secdeRegion {
    background-color: rgba(100, 2, 2, 0.06);
}

.panelQuranImg {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    pointer-events: none;
}

.ia-word-view {
    position: absolute;
    display: inline-block;
    min-width: 10px;
    min-height: 10px;
}

.iaw-hover {
    background-color: rgba(179, 180, 183, 0.3);
}

.static-line-holder {
    display: block;
    font-family: KuranFontAbay;
    width: 100%;
    font-size: 22px;
    line-height: 250%;
    max-width: 820px;
    margin: 0 auto 0;
    font-size: 36px;
}

    .static-line-holder .static-ayet-line {
        display: block;
        width: 100%;
        direction: rtl;
        display: flex;
        align-content: flex-end;
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

        .static-line-holder .static-ayet-line span {
            display: inline-block;
            font-family: KuranFontAbay;
            padding: 0;
            margin: 0;
        }

    .static-line-holder .static-besmele {
        margin-top: 10px;
        margin-bottom: 10px;
        align-content: flex-end;
        -ms-flex-pack: distribute;
        -webkit-justify-content: center;
        justify-content: center;
    }

.startPageAyetsHolder {
    display: block;
    width: 100%;
    position: relative;
}

    .startPageAyetsHolder .textAyetBesmeleHolder {
        display: block;
        text-align: center;
        padding-bottom: 12px;
        padding-top: 12px;
    }

    .startPageAyetsHolder .spAyetText {
        display: inline;
        line-height: 200%;
        font-size: 20px;
    }

.spAyetsWrapper {
    text-align: center;
    margin: 0 auto 0;
    padding-bottom: 15px;
    padding-top: 15px;
}

    .spAyetsWrapper .comp_ayet_holder {
        text-align: center;
    }

    .spAyetsWrapper .spAyetText {
        text-align: center;
    }

.tefsir_content_holder,
.tefsir_start_holder {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    width: 100%;
}

    .tefsir_content_holder.active .tf_ayet,
    .tefsir_start_holder.active .tf_ayet,
    .tefsir_content_holder.active .tf_ayat_comp_holder,
    .tefsir_start_holder.active .tf_ayat_comp_holder {
        background-color: rgba(180, 134, 16, 0.11);
    }

@media (max-width: 720px) {
    .tefsir_content_holder,
    .tefsir_start_holder {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.tefsirContentText {
    display: block;
    text-align: justify;
}

.tf_ayet {
    text-align: justify;
}

.tefsirHeaderText {
    color: #B19145;
    font-family: PoliticaFont;
}

@media (min-width: 901px) {
    .tefsirHeaderText {
        font-size: 1vw;
        padding-top: 15px;
        padding-bottom: 10px;
    }
}

@media (max-width: 900px) {
    .tefsirHeaderText {
        font-size: 2.5vw;
        padding-top: 12px;
        padding-bottom: 8px;
    }
}

.tefsirAyetsContainerParent {
    float: right;
}

#editor {
    display: block;
    margin-top: 10px;
    overflow: scroll;
    min-height: 150px;
    padding: 15px;
    background-color: #fffde1;
}

.tefsirReaderContainer {
    position: relative;
}

.tefsirNavWrapper {
    position: absolute;
    top: 55px;
    right: 1px;
    display: block;
    z-index: 100;
    width: 186px;
    overflow: hidden;
}

    .tefsirNavWrapper .tefsirNavHolder {
        display: block;
        width: 171px;
        position: relative;
        right: 15px;
    }

    .tefsirNavWrapper .nvgc-move-btn {
        display: inline-block;
        height: 40px;
        float: left;
        cursor: pointer;
        margin: 0;
        margin-left: 6px;
    }

        .tefsirNavWrapper .nvgc-move-btn .btn {
            margin: 0;
            opacity: 0.9;
            width: 20px;
            border-right: none;
        }

            .tefsirNavWrapper .nvgc-move-btn .btn i {
                font-size: 22px;
                line-height: 34px;
                color: #989897;
            }

    .tefsirNavWrapper .nvgc {
        display: inline-block;
        width: 140px;
        float: right;
        background-color: rgba(237, 237, 238, 0.96);
        border-radius: 4px;
    }

.tf_dipnot_hr {
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.39);
    display: block;
    margin: 28px 0 28px 0;
}

@media (max-width: 992px) {
    .tf_dipnot_hr {
        margin: 18px 0 18px 0;
    }
}

.mt-ayet-top-num {
    display: block;
    font-size: 36px;
    color: #b18f48;
    text-align: center;
    margin: 0 auto 0;
    margin-top: 15px;
    padding-bottom: 5px;
    margin-bottom: 1px;
    width: 80%;
    border-bottom: 1px solid rgba(176, 149, 62, 0.35);
    font-family: PoliticaFont;
}

.mt-sure-view {
    position: relative;
    max-width: 100%;
    left: 0;
    right: 0;
    padding: 10px;
    margin-top: 15px;
    min-height: 100px;
    width: 100%;
}

    .mt-sure-view .mts-bg {
        position: absolute;
        width: 100%;
        height: 100%;
        max-width: 522px;
        max-height: 175px;
        background-image: url("../../images/sure_motif.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        top: -12px;
        opacity: 0.4;
    }

    .mt-sure-view .mts-header {
        color: #b0953e;
        display: block;
        text-align: center;
        width: 100%;
        font-size: 28px;
        font-weight: bold;
    }

    .mt-sure-view .mts-besmele {
        color: #9f974e;
        font-size: 18px;
        display: block;
        text-align: center;
        width: 100%;
    }

    .mt-sure-view .mts-desc {
        text-align: center;
        font-size: 16px;
        padding: 8px;
        display: block;
        width: 100%;
        margin-bottom: 6px;
        color: #9f974e;
    }

    .mt-sure-view .mts-divider {
        display: block;
        width: 80%;
        height: 1px;
        background-color: #b0953e;
        text-align: center;
        margin: 0 auto 0;
    }

.tttt {
    display: block;
}

.player-ui-holder {
    display: block;
    width: 100%;
    /*min-height: 120px;*/
    height: auto;
    clear: both;
    /*padding-top: 20px;*/
    /* FALLBACK for .progress
 * (24 steps starting from 1hr filled progress, Decrease second value by 104px for next step)
 * (It needs the container selector to work. Or use div)
 */
    /* This is needed when progress is greater than 50% or for fallback */
}

    .player-ui-holder #playerNavInfo {
        display: none;
        font-size: 32px;
        width: 100%;
        height: 50px;
        line-height: 50px;
        color: #ffffff;
        text-align: center;
        font-family: PoliticaFont;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

        .player-ui-holder #playerNavInfo #pinfo-sure {
            display: inline-block;
        }

        .player-ui-holder #playerNavInfo #pinfo-ayet {
            display: inline-block;
        }

    .player-ui-holder .progress-wrapper {
        display: block;
        margin: 0 auto 0;
        width: 120px;
        height: 120px;
        background-position-x: center;
        background-position-y: center;
        position: relative;
        z-index: 1;
    }

    .player-ui-holder .cp-container :focus {
        border: none;
        outline: 0;
    }

    .player-ui-holder .cp-buffer-1,
    .player-ui-holder .cp-buffer-2,
    .player-ui-holder .cp-progress-1,
    .player-ui-holder .cp-progress-2 {
        position: absolute;
        top: 0;
        left: 0;
        width: 120px;
        height: 120px;
        clip: rect(0px, 60px, 120px, 0);
        -moz-border-radius: 60px;
        -webkit-border-radius: 60px;
        border-radius: 60px;
    }

    .player-ui-holder .cp-buffer-1,
    .player-ui-holder .cp-buffer-2 {
        background: url("player/buffer.png") 0 0 no-repeat;
    }

    .player-ui-holder .cp-container .cp-fallback {
        background: url("player/progress_sprite.png") no-repeat;
        background-position: 0 120px;
    }

    .player-ui-holder .cp-progress-1,
    .player-ui-holder .cp-progress-2 {
        fill: #787f6a !important;
    }

    .player-ui-holder .bg_circle {
        fill: #7e5923;
    }

    .player-ui-holder .circle_svg_wrapper {
        position: absolute;
        width: 120px;
        height: 120px;
    }

    .player-ui-holder .svg_progress_path {
        fill: #7a5622;
    }

    .player-ui-holder .svg_buffer_path {
        fill: #9e702c;
    }

    .player-ui-holder .circle_svg {
        width: 100%;
        height: 100%;
    }

    .player-ui-holder .cp-buffer-holder,
    .player-ui-holder .cp-progress-holder,
    .player-ui-holder .cp-circle-control {
        position: absolute;
        width: 120px;
        height: 120px;
    }

@media (max-width: 768px) {
    .player-ui-holder .cp-buffer-holder,
    .player-ui-holder .cp-progress-holder,
    .player-ui-holder .cp-circle-control {
        width: 120px;
    }
}

.player-ui-holder .cp-circle-control {
    cursor: pointer;
}

.player-ui-holder .cp-buffer-holder,
.player-ui-holder .cp-progress-holder {
    clip: rect(0, 120px, 120px, 60px);
    display: none;
}

    .player-ui-holder .cp-buffer-holder.cp-gt50,
    .player-ui-holder .cp-progress-holder.cp-gt50,
    .player-ui-holder .cp-progress-1.cp-fallback {
        clip: rect(auto, auto, auto, auto);
    }

.player-ui-holder .cp-jplayer {
    width: 0;
    height: 0;
}

.player-ui-holder .playerNavBtn {
    font-size: 38px;
    height: 50px;
    line-height: 50px;
    color: #7e5923 !important;
}

@media (max-width: 768px) {
    .player-ui-holder .playerNavBtn {
        font-size: 30px;
    }
}

.player-ui-holder .playerNavBtn:hover i,
.player-ui-holder .cp-play:hover i,
.player-ui-holder .cp-pause:hover i {
    color: #9e702c !important;
}

.player-ui-holder .playerNavBtn:focus i,
.player-ui-holder .cp-play:focus i,
.player-ui-holder .cp-pause:focus i {
    color: #ba8334 !important;
}

.player-ui-holder .sound-nav-group {
    display: block;
    position: relative;
    top: -88px;
}

    .player-ui-holder .sound-nav-group .player-nav-prev-parent .playerNavBtn {
        max-width: 30px;
        float: right;
        margin: 0 auto 0;
        position: relative;
        right: 30px !important;
    }

    .player-ui-holder .sound-nav-group .player-nav-next-parent {
        max-width: 30px;
        margin-left: 20px !important;
    }

        .player-ui-holder .sound-nav-group .player-nav-next-parent .playerNavBtn {
            margin: 0 auto 0;
            float: left;
        }

    .player-ui-holder .sound-nav-group .sound-play-pause-holder {
        margin: 0;
        position: relative;
        top: -5px;
    }

    .player-ui-holder .sound-nav-group .cp-play,
    .player-ui-holder .sound-nav-group .cp-pause {
        position: relative;
        display: block;
        width: 58px;
        height: 58px;
        z-index: 1;
        cursor: pointer;
        margin: 0 auto;
    }

        .player-ui-holder .sound-nav-group .cp-play span,
        .player-ui-holder .sound-nav-group .cp-pause span {
            text-indent: -9999px;
            display: none;
        }

        .player-ui-holder .sound-nav-group .cp-play i,
        .player-ui-holder .sound-nav-group .cp-pause i {
            line-height: 58px;
            font-size: 54px;
            color: #7e5923;
        }

    .player-ui-holder .sound-nav-group .cp-play {
        left: 6px;
    }

.player-ui-holder .sng-col {
    display: inline-block;
    width: 33%;
    text-align: center;
    margin: 4px 0 4px 0;
}

@media (min-width: 768px) {
    .sidebar-collapse .player-ui-holder {
        /*@media (max-width: @sure-ayet-max-width) {
                  #playerNavInfo {
                      display:block;
          
            #pinfo-sure {
                display:block;
                  font-size:12px;
            }

            #pinfo-ayet {
                display:block;
                font-size:24px;
            }

            #pinfo-seperator {
                display:none;
            }
        }
          }*/
    }

        .sidebar-collapse .player-ui-holder .player-ui-holder {
            min-height: 30px;
            padding-bottom: 15px;
        }

        .sidebar-collapse .player-ui-holder .cp-container {
            height: auto;
        }

        .sidebar-collapse .player-ui-holder .progress-wrapper,
        .sidebar-collapse .player-ui-holder .cp-buffer-holder,
        .sidebar-collapse .player-ui-holder .player-nav-prev-parent,
        .sidebar-collapse .player-ui-holder .player-nav-next-parent {
            display: none;
            height: 0;
            visibility: hidden;
            opacity: 0;
        }

        .sidebar-collapse .player-ui-holder .sound-play-pause-holder {
            width: 40px;
            height: 40px;
            float: left;
            display: block;
            margin-top: 6px;
        }

            .sidebar-collapse .player-ui-holder .sound-play-pause-holder .cp-play,
            .sidebar-collapse .player-ui-holder .sound-play-pause-holder .cp-pause {
                width: 30px;
                height: 30px;
            }

                .sidebar-collapse .player-ui-holder .sound-play-pause-holder .cp-play i,
                .sidebar-collapse .player-ui-holder .sound-play-pause-holder .cp-pause i {
                    font-size: 30px;
                    line-height: 30px;
                }

        .sidebar-collapse .player-ui-holder #cp_container_1 {
            margin: 0;
            padding: 0;
            /*height: 50px;*/
        }

        .sidebar-collapse .player-ui-holder .sound-nav-group {
            display: block;
            position: static;
            z-index: 100;
        }

        .sidebar-collapse .player-ui-holder .cp-play,
        .sidebar-collapse .player-ui-holder .cp-pause {
            /*  width: 26px;
            height: 26px;*/
            background-size: contain;
            position: static;
            /*margin-left: 14px;*/
        }

        .sidebar-collapse .player-ui-holder .pfc-col {
            display: block !important;
            float: left;
            width: 100%;
            height: auto;
        }

        .sidebar-collapse .player-ui-holder #soundVolumeBtn {
            display: none;
        }

        .sidebar-collapse .player-ui-holder .playerFooterControl {
            /*width:@sidebar-width;*/
            width: 100%;
            display: block;
            text-align: center;
            position: static;
        }
}

.player-ui-holder .playerFooterControl {
    /*width:@sidebar-width;*/
    width: 100%;
    display: block;
    text-align: center;
    /*position: absolute;*/
    top: 148px;
}

    .player-ui-holder .playerFooterControl .pfc-col {
        display: inline-block;
        padding-left: 8px;
        padding-right: 8px;
    }

    .player-ui-holder .playerFooterControl .player-footer-btn {
        display: block;
        width: 40px;
        height: 40px;
        margin: 0 auto 0;
    }

        .player-ui-holder .playerFooterControl .player-footer-btn i {
            width: 40px;
            height: 40px;
            color: #7e5923;
            font-size: 28px;
            position: relative;
            top: 4px;
        }

    .player-ui-holder .playerFooterControl .ttButtonIcon {
        display: block;
        height: 40px;
        width: 40px;
        line-height: 40px;
        font-size: 26px;
    }

    .player-ui-holder .playerFooterControl .icn-img {
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 26px 26px;
    }

    .player-ui-holder .playerFooterControl .icn-speaking {
        background-image: url("player/speaking.png");
    }

    .player-ui-holder .playerFooterControl .icn-repeat {
        background-image: url("player/repeat.png");
    }

    .player-ui-holder .playerFooterControl .icn-volume {
        background-image: url("player/volume.png");
    }

#btn_info_s_quran,
#btn_info_s_meal {
    margin-top: 6px;
}

#dynamic_list_container {
    display: block;
    width: 100%;
    min-height: 200px;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #f8f9fa;
    border-radius: 12px;
    padding: 12px;
    border: 2px dashed #dee2e6;
    transition: all 0.3s ease;
}

#dynamic_list_container:empty::before {
    content: "🎵 Seslendirme listeniz boş. Yukarıdan elemanları çift tıklayarak veya 'Listeye Ekle' butonunu kullanarak ekleyebilirsiniz.";
    display: block;
    text-align: center;
    color: #6c757d;
    font-style: italic;
    padding: 40px 20px;
    line-height: 1.5;
}

#dynamic_list_container:not(:empty) {
    border-style: solid;
    border-color: #b59d6e;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

/* Custom empty playlist message styles */
#dynamic_list_container .empty-playlist-message {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    text-align: center;
    color: #6c757d;
    min-height: 160px;
}

#dynamic_list_container .empty-playlist-message .empty-icon {
    font-size: 48px;
    margin-bottom: 15px;
    opacity: 0.7;
}

#dynamic_list_container .empty-playlist-message .empty-text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #495057;
}

#dynamic_list_container .empty-playlist-message .empty-subtitle {
    font-size: 14px;
    line-height: 1.5;
    opacity: 0.8;
    max-width: 280px;
}

/* Disabled button styles for playlist */
#listDeleteBtn.disabled,
#listDeleteAllBtn.disabled,
#listAddBtn.disabled,
#startListBtn.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background-color: #e9ecef !important;
    border-color: #ced4da !important;
    color: #ffffff !important;
}

#listDeleteBtn.disabled:hover,
#listDeleteAllBtn.disabled:hover,
#listAddBtn.disabled:hover,
#startListBtn.disabled:hover {
    background-color: #e9ecef !important;
    border-color: #ced4da !important;
    color: #ffffff !important;
    transform: none !important;
    box-shadow: none !important;
}

/* Playlist button layout with space between */
.d-flex {
    display: flex !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

/* Start button styling */
#startListBtn {
    font-weight: 500;
    min-width: 100px;
    height: 45px;
    padding: 10px 20px;
}

#startListBtn .glyphicon {
    margin-right: 6px;
}

/* Playlist öğeleri için özel stiller */
#dynamic_list_container .repeatListItem {
    margin: 6px 0;
    background: linear-gradient(135deg, #ffffff 0%, #f1f3f4 100%);
    border: 1px solid #e9ecef;
    border-radius: 8px;
    min-height: 60px;
    position: relative;
    transition: all 0.3s ease;
}

#dynamic_list_container .repeatListItem:hover {
    transform: translateX(4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-color: #b59d6e;
}

#dynamic_list_container .repeatListItem.selected {
    color: white;
}

/* Dragging efekti */
#dynamic_list_container .repeatListItem.ui-sortable-helper {
    transform: rotate(3deg);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

/* Playlist'e özgü ikon */
#dynamic_list_container .repeatListItem .card-icon {
    background: linear-gradient(135deg, #28a745, #20c997);
}

#dynamic_list_container .repeatListItem.selected .card-icon {
    background: rgba(255, 255, 255, 0.3);
}

/* Sıra numarası */
#dynamic_list_container .repeatListItem::before {
    content: counter(playlist-counter);
    counter-increment: playlist-counter;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 20px;
    height: 20px;
    background: #b59d6e;
    color: white;
    border-radius: 50%;
    font-size: 11px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

#dynamic_list_container {
    counter-reset: playlist-counter;
}

#dynamic_list_container .repeatListItem.selected::before {
    background: rgba(255, 255, 255, 0.3);
}

.repeatListItem {
    /*display:block;
    padding:4px;
    
    border-bottom:1px solid rgba(10, 59, 66,0.2);*/
    cursor: pointer;
    border: 1px solid rgba(119, 119, 119, 0.27);
    background-color: #ffffff;
    color: #000;
    border-radius: 8px;
    min-height: 80px;
    margin: 8px 0;
    padding: 0;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    overflow: hidden;
    position: relative;
}

/* Modern kart tasarımı */
.repeatListItem.modern-card {
    border: none;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    min-height: 100px;
}

.repeatListItem.modern-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    background: linear-gradient(135deg, #ffffff 0%, #f1f3f4 100%);
}

/* Kart içeriği */
.card-content {
    padding: 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.card-icon {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, #b59d6e, #9c824f);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    opacity: 0.8;
}

.card-text {
    flex: 1;
    padding-right: 40px;
}

.item-title {
    font-size: 14px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 4px;
    line-height: 1.3;
}

.item-detail {
    font-size: 12px;
    color: #6c757d;
    margin-bottom: 2px;
    line-height: 1.2;
}

/* Seçim indikatorü */
.select-indicator {
    position: absolute;
    top: -2px;
    width: 24px;
    height: 24px;
    background: #28a745;
    border-radius: 50%;
    color: white;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border: 2px solid white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

    .repeatListItem:hover {
        background-color: rgba(216, 216, 216, 0.38);
    }

    .repeatListItem.ui-selected,
    .repeatListItem.selected {
        background: linear-gradient(135deg, #b59d6e, #9c824f) !important;
        color: #FFF;
        border-color: #9c824f;
        box-shadow: 0 8px 25px rgba(156, 130, 79, 0.3);
        transform: translateY(-1px);
    }

    .repeatListItem.ui-selected .select-indicator,
    .repeatListItem.selected .select-indicator {
        display: flex;
    }

    .repeatListItem.ui-selected .card-icon,
    .repeatListItem.selected .card-icon {
        background: rgba(255, 255, 255, 0.2);
        color: white;
    }

    .repeatListItem.ui-selected .item-title,
    .repeatListItem.selected .item-title {
        color: white;
    }

    .repeatListItem.ui-selected .item-detail,
    .repeatListItem.selected .item-detail {
        color: rgba(255, 255, 255, 0.8);
    }

    .repeatListItem.ui-selecting {
        color: #FFF;
        background: linear-gradient(135deg, #d4c4a0, #b59d6e);
        border-color: #b59d6e;
        transform: scale(0.98);
    }

/* Seçim modu için basit stiller */
.selection-mode-active .repeatListItem {
    cursor: pointer;
}

.ui-selectable-helper.no-top {
    border-top: 0;
}

.ui-selectable-helper.no-right {
    border-right: 0;
}

.ui-selectable-helper.no-bottom {
    border-bottom: 0;
}

.ui-selectable-helper.no-left {
    border-left: 0;
}

.playerNavBtn {
    cursor: pointer;
}

.sk-circle-holder {
    width: 82px;
    height: 82px;
    margin-top: 19px;
    margin-left: 19px;
    border-radius: 41px;
    display: block;
    position: absolute;
    background-color: rgba(126, 89, 35, 0.11);
    padding: 2px;
}

.sk-fading-circle {
    position: relative;
    width: 100%;
    height: 100%;
}

    .sk-fading-circle .sk-circle {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

        .sk-fading-circle .sk-circle:before {
            content: '';
            display: block;
            margin: 0 auto;
            width: 8%;
            height: 8%;
            background-color: #b68033;
            border-radius: 100%;
            -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
            animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
        }

    .sk-fading-circle .sk-circle2 {
        -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    .sk-fading-circle .sk-circle3 {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
    }

    .sk-fading-circle .sk-circle4 {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .sk-fading-circle .sk-circle5 {
        -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
        transform: rotate(120deg);
    }

    .sk-fading-circle .sk-circle6 {
        -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
        transform: rotate(150deg);
    }

    .sk-fading-circle .sk-circle7 {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sk-fading-circle .sk-circle8 {
        -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
        transform: rotate(210deg);
    }

    .sk-fading-circle .sk-circle9 {
        -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
        transform: rotate(240deg);
    }

    .sk-fading-circle .sk-circle10 {
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .sk-fading-circle .sk-circle11 {
        -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
        transform: rotate(300deg);
    }

    .sk-fading-circle .sk-circle12 {
        -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
        transform: rotate(330deg);
    }

    .sk-fading-circle .sk-circle2:before {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .sk-fading-circle .sk-circle3:before {
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
    }

    .sk-fading-circle .sk-circle4:before {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .sk-fading-circle .sk-circle5:before {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

    .sk-fading-circle .sk-circle6:before {
        -webkit-animation-delay: -0.7s;
        animation-delay: -0.7s;
    }

    .sk-fading-circle .sk-circle7:before {
        -webkit-animation-delay: -0.6s;
        animation-delay: -0.6s;
    }

    .sk-fading-circle .sk-circle8:before {
        -webkit-animation-delay: -0.5s;
        animation-delay: -0.5s;
    }

    .sk-fading-circle .sk-circle9:before {
        -webkit-animation-delay: -0.4s;
        animation-delay: -0.4s;
    }

    .sk-fading-circle .sk-circle10:before {
        -webkit-animation-delay: -0.3s;
        animation-delay: -0.3s;
    }

    .sk-fading-circle .sk-circle11:before {
        -webkit-animation-delay: -0.2s;
        animation-delay: -0.2s;
    }

    .sk-fading-circle .sk-circle12:before {
        -webkit-animation-delay: -0.1s;
        animation-delay: -0.1s;
    }

@-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}

@keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}

.qick-pl-wrapper {
    display: block;
    min-height: 38px;
    width: 100%;
    /*max-width:@sidebar-width;*/
}

    .qick-pl-wrapper .mCSB_inside > .mCSB_container {
        margin-right: 0;
    }

.quick-pl-header {
    background-color: #a8c3da;
    width: 100%;
    border-radius: 1px;
}

.quick-pl-body {
    min-height: 100px;
    background-color: #000000;
}

.quick-pl-ui {
    width: 100%;
    display: block;
    min-height: 38px;
    line-height: 38px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

#quick-pl-collapse-btn {
    display: inline;
    float: right;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 5px;
}

.qpl-suspend #quick-pl-pp-btn {
    color: #a7b1b5;
}

.quick-pl-table {
    height: 120px;
    max-height: 120px;
    background-color: #ecf0f5;
    border-bottom: 1px solid #73afe2;
}

.quick-pl-item {
    cursor: pointer;
    display: block;
    padding: 5px;
    padding-left: 10px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.1);
    font-size: 12px;
    height: 26px;
    color: #333;
    margin-top: 2px;
    background-color: #efefef;
}

    .quick-pl-item:hover {
        background-color: #e0e0e2;
    }

    .quick-pl-item.pli-playing {
        background-color: #e1e1e1;
    }

    .quick-pl-item.pli-suspend {
        background-color: rgba(160, 169, 136, 0.61);
    }

    .quick-pl-item .pl-item-title {
        display: inline-block;
        float: left;
        height: 100%;
    }

    .quick-pl-item .pl-item-icon-holder {
        display: inline-block;
        float: right;
        height: 100%;
        min-width: 30px;
    }

@media (min-width: 768px) {
    .sidebar-collapse .qick-pl-wrapper .bst-icon-btn {
        display: block;
    }

    .sidebar-collapse .qick-pl-wrapper .mCSB_scrollTools,
    .sidebar-collapse .qick-pl-wrapper #quick-pl-collapse-btn,
    .sidebar-collapse .qick-pl-wrapper .quick-pl-table,
    .sidebar-collapse .qick-pl-wrapper .quick-pl-body {
        display: none !important;
    }
}

.pdfRevealPanelHolder {
    background-color: #ffffff !important;
}

    .pdfRevealPanelHolder .revPanel {
        background-color: #ffffff !important;
    }

#pdfContentHolder {
    padding: 16px;
    background-color: #ffffff;
}

    #pdfContentHolder .bas7 {
        width: 25px;
        resize: none;
        font-family: Dia;
        font-size: 11px;
        color: #000000;
        font-style: normal;
    }

    #pdfContentHolder .center-text {
        text-align: center;
        display: block;
    }

    #pdfContentHolder .bas8 {
        font-size: 14px;
        color: #000000;
        font-style: normal;
        text-align: justify;
        text-indent: 30px;
    }

    #pdfContentHolder .bilgi {
        font-family: Dia;
        font-size: 11px;
        color: #990000;
        font-style: normal;
        text-align: center;
    }

.searchPanelHolder .revPanel {
    padding: 8px;
    padding-right: 4px;
    padding-left: 4px;
}

.searchPanelHolder .revealPanelContent {
    position: static !important;
}

.searchPanelHolder .search-input-wrapper {
    position: relative;
    top: 40px;
    height: 70px;
    line-height: 40px;
    display: block;
    background-color: #b59d6e;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

    .searchPanelHolder .search-input-wrapper .search-input-box {
        margin-top: 1px;
        display: flex;
        align-items: center;
        padding-bottom: 1px;
        height: 100%;
    }

#search-input {
    outline: none;
    border-color: none;
    box-shadow: none;
    border-radius: 20px;
    height: 80%;
    font-size: 20px;
}

    #search-input:focus {
        outline: none;
        border-color: transparent !important;
        box-shadow: none;
    }

.searchPanelHolder .search-input-wrapper .search-input-box #search-input {
    position: relative;
    display: block;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    left: 0;
    float: left;
    padding-right: 140px;
    width: 100%;
    right: 0;
    padding-left: 16px;
}

.searchPanelHolder .search-input-wrapper .search-input-box .search-box-control-holder {
    display: inline-block;
    float: left;
    line-height: 30px;
    position: absolute;
    z-index: 10000;
    right: 46px;
    top: 20px;
    float: right;
}

    .searchPanelHolder .search-input-wrapper .search-input-box .search-box-control-holder .search-box-btn {
        display: inline-block;
        width: 26px;
        height: 30px;
        cursor: pointer;
        color: rgba(71, 79, 85, 0.87);
        text-align: center;
        font-size: 20px;
        margin-right: 12px;
    }

        .searchPanelHolder .search-input-wrapper .search-input-box .search-box-control-holder .search-box-btn:hover {
            background-color: rgba(71, 79, 85, 0.27);
        }

.searchPanelHolder .search-input-wrapper .search-input-box .search-action {
    display: inline-block;
    position: absolute;
    right: 14px;
    top: 20px;
    width: 30px;
    height: 30px;
    background: #b59d6e;
    border-top: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    line-height: 28px;
    text-align: center;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    color: #ffffff;
    outline: none;
    border: none;
    border-radius: 50%;
    transition: background 0.3s ease, opacity 0.3s ease;
}

    .searchPanelHolder .search-input-wrapper .search-input-box .search-action:hover {
        background: #a89060 !important;
    }

.itemContentText .bg-primary {
    background-color: #cd9932;
    padding: 4px;
    border-radius: 6px;
}

.searchPanelHolder .searchItem {
    opacity: 0;
    filter: alpha(opacity=50);
    display: block;
    width: 100%;
    padding: 8px;
    background-color: rgba(244, 244, 244, 0.85);
    margin-top: 4px;
    height: auto;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    -webkit-transition: top .3s 0s;
    -moz-transition: top .3s 0s;
    -o-transition: top .3s 0s;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

    .searchPanelHolder .searchItem .itemContentText {
        font-size: 14px;
        display: block;
        width: 100%;
    }

        .searchPanelHolder .searchItem .itemContentText > span {
            display: inline;
        }

        .searchPanelHolder .searchItem .itemContentText .ar,
        .searchPanelHolder .searchItem .itemContentText.ar {
            font-size: 20px;
            line-height: 40px;
        }

    .searchPanelHolder .searchItem .itemType {
        font-size: 12px;
        font-style: italic;
        display: inline;
    }

    .searchPanelHolder .searchItem .searchItemFooter {
        margin-top: 8px;
    }

    .searchPanelHolder .searchItem .search_item_ayet_btn_group {
        float: right;
        display: inline-block !important;
        position: static !important;
        margin-top: 5px;
    }

    .searchPanelHolder .searchItem .item_meal_info {
        margin-left: 0;
        float: left;
        padding-left: 3px;
    }

    .searchPanelHolder .searchItem .search-result-pagination {
        width: 100%;
        min-height: 40px;
        display: block;
        background-color: rgba(244, 244, 244, 0.45);
    }

.gsAccordionLi {
    cursor: pointer;
}

#search-page-prev, #search-page-next {
    border-radius: 12px !important;
}

.searchPanelHolder .searchItem .higlight-word {
    /*background-color:aquamarine;*/
    color: #b69958;
    display: inline;
}

.searchPanelHolder .searchItemSure {
    background-color: #e7ecec;
    color: #000000;
}

.searchPanelHolder .suggestionHolder {
    position: absolute;
    top: 62px;
    min-height: 15px;
    background-color: #ffffff;
    border-radius: 12px;
    z-index: 1000;
    left: 10px;
    right: 10px;
    display: none;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.34);
}

    .searchPanelHolder .suggestionHolder .suggestion-item {
        display: block;
        width: 100%;
        padding: 1px 8px 1px 8px;
        color: #000;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 16px;
        height: 30px;
        line-height: 30px;
        cursor: pointer;
    }

        .searchPanelHolder .suggestionHolder .suggestion-item:hover {
            background-color: rgba(71, 79, 85, 0.17);
        }

        .searchPanelHolder .suggestionHolder .suggestion-item.active {
            background-color: rgba(71, 79, 85, 0.17);
        }

.searchPanelHolder .search-panel-info {
    display: block;
    width: 100%;
    min-height: 100px;
    text-align: center;
    margin-top: 120px;
    color: rgba(71, 79, 85, 0.87);
}

    .searchPanelHolder .search-panel-info .info-icon-holder i {
        font-size: 58px;
        color: rgba(71, 79, 85, 0.37);
    }

.searchPanelHolder .search-result-info {
    width: 100%;
    font-size: 20px;
    line-height: 32px;
    height: 32px;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #b59d6e;
    border-radius: 3px;
    color: #ffffff;
}

    .searchPanelHolder .search-result-info .sr-info-text {
        display: inline-block;
        float: left;
        line-height: 32px;
    }

    .searchPanelHolder .search-result-info .search-top-nav {
        display: inline-block;
        float: right;
        line-height: 32px;
    }

#sr_top_pager a {
    color: #fff;
}

.search-navigate-info {
    margin: 0 12px;
}

.sspp .searchSettingsSelect {
    width: 100%;
    max-width: 300px;
}

.sspp .select2-selection__rendered {
    color: #333 !important;
}

.sspp .panel-body .row {
    text-align: left;
}

.sspp .ssSeperator {
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(71, 79, 85, 0.2);
    margin-top: 8px;
    height: 1px;
}

.reveal-open {
    overflow: hidden;
}

.fixed #revealPanelHolder {
    position: fixed;
}

#revealPanelHolder {
    padding: 0;
    display: none;
    position: absolute;
    left: 230px;
    top: 50px;
    bottom: 0;
    z-index: 100;
    min-height: 250px;
    /*background-color: #e0eaf0;*/
    background-color: #f5f4f4;
    /*    -webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;*/
    /*-webkit-transition: left 0.3s ease-in-out;
    -o-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out;*/
    /*@media (max-width: @screen-sm) {
         left:0;
     }*/
}

    #revealPanelHolder.closed {
        background-color: rgba(224, 234, 240, 0.3);
    }

        #revealPanelHolder.closed .revPanelCloseBtn {
            display: none;
        }

@media (max-width: 768px) {
    #revealPanelHolder {
        left: 0;
    }
}

.sidebar-open #revealPanelHolder {
    left: 230px;
}

@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse #revealPanelHolder {
        left: 50px;
    }
}

.revPanel {
    position: relative;
    top: 40px;
    width: 100%;
    display: block;
    /*height: 100%;*/
    min-width: 150px;
    padding: 8px 8px 8px 0;
    z-index: 1;
    /*background-color: #eeeeee;*/
    background-color: #f5f4f4;
    color: #333;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

    .revPanel .revealPanelContent {
        position: relative;
        display: block;
    }

.revPanelHeader {
    position: absolute;
    top: 1px;
    right: 0;
    left: 0;
    height: 40px;
    background: rgba(255, 255, 255, 0.96);
    z-index: 2;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    -webkit-transition: top .3s 0s;
    -moz-transition: top .3s 0s;
    -o-transition: top .3s 0s;
    transition: top .3s 0s;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding: 0 12px;
}

    .revPanelHeader h1 {
        display: inline-block;
        margin: 0;
        margin-left: 12px;
        font-family: "Open Sans", sans-serif;
        font-size: 20px;
        font-weight: 300;
        letter-spacing: -1px;
        line-height: 40px;
        height: 40px;
        overflow: hidden;
    }

.revPanel.sureListRevPanel {
    height: 100% !important;
    max-height: none !important;
    overflow: hidden !important;
}

#sureGridTable {
    width: 100%;
    height: 100%;
    table-layout: fixed;
}

@media (max-width: 768px) {
    .revPanelHeader h1 {
        font-size: 15px;
    }
}

.revPanelHeader .revPanelCloseBtn {
    margin-top: 5px;
    margin-right: 5px;
    float: right;
    display: inline-block;
    width: 29px;
    height: 29px;
    font-size: 18px;
    line-height: 26px;
    color: #f00;
    background: url(../../images/icon_kapat.png) no-repeat center center;
    z-index: 10000;
    cursor: pointer;
    opacity: 0.7;
    border: none;
}

    .revPanelHeader .revPanelCloseBtn:focus {
        border: 1px solid rgba(224, 234, 240, 0.3);
    }

.modal-scroll-holder {
    display: block;
    width: 100%;
    min-height: 100px;
}

.modal-content-holder {
    display: block;
    width: 100%;
}

.revSlidePanelHolder .revPanel {
    overflow-x: hidden;
    overflow-y: hidden;
}

.revSlidePanelHolder .sp-panels-holder {
    display: block;
    width: 100%;
    position: relative;
    min-height: 100px;
}

.revSlidePanelHolder .sp-panel {
    display: inline-block;
    position: absolute;
    width: 100%;
}

.revSlidePanelHolder .revBackBtn {
    display: inline-block;
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    width: 40px;
    position: relative;
    font-size: 20px;
    padding-top: 0;
    padding-bottom: 0;
    background: #b59d6e;
    outline: none !important;
    border: none;
}

.revSlidePanelHolder .revHeaderTitle {
    display: inline-block;
}

.fihristCatItem {
    display: block;
    width: 100%;
}

.subCatHolder,
.subItemHolder {
    width: 100%;
    display: block;
}

.subCatHolder {
    padding: 0;
}

.subItemHolder {
}

.ct_active {
    background-color: #9e8147 !important;
    color: #ffffff !important;
}

.sb_active {
    background-color: #9e8147 !important;
    color: #ffffff !important;
}

.sub_item:last-child {
    margin-bottom: 10px;
}

.fihrist_item {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #fff4df;
    color: #333;
    margin-bottom: 4px;
    margin-top: 4px;
    font-size: 16px;
}

.fihrist_ayet_info {
    margin-top: 8px;
    padding-left: 10px;
    display: block;
    width: 100%;
    font-size: 12px;
    font-style: italic;
}

.fihrist_ayet_btn_group {
    display: block;
    float: right;
    margin-right: 8px;
}

.fihristSubCol {
    padding-left: 0;
}

@media (max-width: 991px) {
    .fihristSubCol {
        padding-left: 15px;
        padding-top: 16px;
    }
}

#menuScHolder,
#contScHolder {
    display: block;
    width: 100%;
}

.sureListRevPanel .revealPanelContent {
    padding-left: 10px;
}

.sureListRevPanel #sureGridTable tr {
    cursor: pointer;
}

    .sureListRevPanel #sureGridTable tr:hover td {
        transition: background-color 0.25s ease;
        -moz-transition: background-color 0.25s ease;
        -o-transition: background-color 0.25s ease;
        background-color: rgba(235, 235, 235, 0.98);
    }

#readingModePopup .readingModeLink {
    padding-bottom: 12px;
    padding-top: 8px;
}

    #readingModePopup .readingModeLink .popr-item {
        width: 100%;
        height: 36px;
        margin-right: 10px;
        padding-top: 0;
        padding-bottom: 0;
    }

        #readingModePopup .readingModeLink .popr-item i {
            display: inline-block;
            font-size: 36px;
            float: left;
            width: 36px;
            color: #7e5923;
        }

        #readingModePopup .readingModeLink .popr-item span {
            display: inline-block;
            float: left;
            padding-left: 10px;
            line-height: 36px;
            color: #111;
        }

    #readingModePopup .readingModeLink.active {
        background-color: #4800ff;
    }

@media (max-width: 840px) {
    #readingModePopup #r_mode_DoubleQuranMed_parent,
    #readingModePopup #r_mode_DoubleMealMed_parent,
    #readingModePopup #r_mode_DoubleTefsirMed_parent,
    #readingModePopup #r_mode_QuranAndMealMed_parent,
    #readingModePopup #r_mode_QuranAndTefsirMed_parent {
        display: none;
    }
}

.yardim-menu .gsct-inner-menu-item {
    position: relative;
}

.yardim-rev-panel .gsct-sub-text p {
    color: #000;
}

.yardim-rev-panel .key {
    display: inline;
    display: inline-block;
    min-width: 1em;
    padding: .2em .3em;
    font: normal 0.85em/1 "Lucida Grande", Lucida, Arial, sans-serif;
    text-align: center;
    text-decoration: none;
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    border-radius: .3em;
    border: none;
    cursor: default;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .yardim-rev-panel .key.key-big.light {
        font-size: 10px;
        width: 34px;
        height: 34px;
        vertical-align: middle;
        padding-top: 14px;
        margin: 4px 8px 4px 0;
    }

    .yardim-rev-panel .key.light,
    .yardim-rev-panel .light-keys .key {
        background: #fafafa;
        background: -moz-linear-gradient(top, #d2d2d2, #fff);
        background: -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), to(#fff));
        color: #323232;
        text-shadow: 0 0 2px #fff;
        -moz-box-shadow: inset 0 0 1px #fff, inset 0 0 0.4em #c8c8c8, 0 0.1em 0 #828282, 0 0.11em 0 rgba(0, 0, 0, 0.4), 0 0.1em 0.11em rgba(0, 0, 0, 0.9);
        -webkit-box-shadow: inset 0 0 1px #fff, inset 0 0 0.4em #c8c8c8, 0 0.1em 0 #828282, 0 0.11em 0 rgba(0, 0, 0, 0.4), 0 0.1em 0.11em rgba(0, 0, 0, 0.9);
        box-shadow: inset 0 0 1px #fff, inset 0 0 0.4em #c8c8c8, 0 0.1em 0 #828282, 0 0.11em 0 rgba(0, 0, 0, 0.4), 0 0.1em 0.11em rgba(0, 0, 0, 0.9);
    }

    .yardim-rev-panel .key i {
        display: block;
        text-align: center;
        width: 100%;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0;
        line-height: 10px;
    }

.hafiz-img {
    width: 100%;
    max-width: 100px;
    -webkit-box-shadow: 2px 2px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 2px 2px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 2px 2px 5px 0 rgba(50, 50, 50, 0.75);
    border-radius: 3px;
    float: left;
    margin-left: 20px;
}

@media (max-width: 768px) {
    .hafiz-img {
        max-width: 60px;
        margin-right: 10px;
    }
}

.hafiz-info-text {
    text-indent: 10px;
    display: block;
    margin-top: 10px;
    padding-left: 10px;
    margin-bottom: 10px;
    padding-bottom: 22px;
    /*border-bottom: 1px solid rgba(50, 50, 50, 0.15);*/
}

.under_contruct {
    color: #0073b7;
}

.help-fb-form {
    display: block;
    padding: 0 35px 0 35px;
}

.help-menu-item-text {
    display: block;
    padding-right: 30px;
    user-select: none;
    pointer-events: none;
}

.help-menu-item-icon {
    pointer-events: none;
    display: block;
    float: right;
    position: absolute;
    user-select: none;
    right: 4px;
    top: 8px;
    width: 25px;
    height: 25px;
    padding-top: 2px;
    border-radius: 4px;
}

    .help-menu-item-icon i {
        display: block;
        font-size: 20px;
        color: rgba(35, 34, 34, 0.62);
    }

.help_desc_table .key {
    margin: 0 auto !important;
    display: inline-block;
}

.help_desc_table .td_ky_hldr {
    display: block;
    margin: 0 auto !important;
    text-align: center;
}

.help_desc_table i {
    font-size: 20px;
    padding-left: 12px;
    display: table-cell;
    vertical-align: central;
}

.help_desc_table .hdt_cnt {
    display: block;
    margin-top: 10px;
}

#sssHolder .sub_item .subItemHolder {
    padding-bottom: 8px;
    padding-top: 8px;
}

.contextBtnLink {
    text-align: left;
    display: block;
    margin-top: 2px;
}

    .contextBtnLink .popr-item {
        padding: 5px 6px 5px 6px;
    }

#swipeHolder {
    width: 100%;
    min-height: 200px;
    height: 100%;
    display: block;
    background: #457;
    cursor: hand;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    cursor: grab;
    text-align: center;
}

    #swipeHolder ul {
        padding: 0;
        margin: 0;
        border: 0;
    }

    #swipeHolder li.swipe-prev-page {
        background: #577;
    }

    #swipeHolder li.swipe-curr-page {
        background: #1e8;
    }

    #swipeHolder li.swipe-next-page {
        background: #e8b;
    }

#dragend {
    position: absolute;
    bottom: 50px;
    right: 50px;
    background: #345;
    padding: 18px;
    color: #fff;
    border-radius: 3px;
    width: 150px;
    font-size: 15px;
}

    #dragend h1 {
        font-size: 15px;
        font-weight: normal;
        margin-bottom: 12px;
    }

    #dragend a {
        text-decoration: underline;
        color: #fff;
    }
/*
 * General: Miscellaneous
 * ----------------------
 */
.pad {
    padding: 10px;
}

.margin {
    margin: 10px;
}

.margin-bottom {
    margin-bottom: 20px;
}

.margin-bottom-none {
    margin-bottom: 0;
}

.margin-r-5 {
    margin-right: 5px;
}

.inline {
    display: inline;
}

.description-block {
    display: block;
    margin: 10px 0;
    text-align: center;
}

    .description-block.margin-bottom {
        margin-bottom: 25px;
    }

    .description-block > .description-header {
        margin: 0;
        padding: 0;
        font-weight: 600;
        font-size: 16px;
    }

    .description-block > .description-text {
        text-transform: uppercase;
    }

.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black,
.bg-red-active,
.bg-yellow-active,
.bg-aqua-active,
.bg-blue-active,
.bg-light-blue-active,
.bg-green-active,
.bg-navy-active,
.bg-teal-active,
.bg-olive-active,
.bg-lime-active,
.bg-orange-active,
.bg-fuchsia-active,
.bg-purple-active,
.bg-maroon-active,
.bg-black-active {
    color: #fff !important;
}

.bg-gray {
    color: #000;
    background-color: #d2d6de !important;
}

.bg-gray-light {
    background-color: #f7f7f7;
}

.bg-black {
    background-color: #111 !important;
}

.bg-red {
    background-color: #dd4b39 !important;
}

.bg-yellow {
    background-color: #f39c12 !important;
}

.bg-aqua {
    background-color: #00c0ef !important;
}

.bg-blue {
    background-color: #0073b7 !important;
}

.bg-light-blue {
    background-color: #3c8dbc !important;
}

.bg-green {
    background-color: #00a65a !important;
}

.bg-navy {
    background-color: #001F3F !important;
}

.bg-teal {
    background-color: #39CCCC !important;
}

.bg-olive {
    background-color: #3D9970 !important;
}

.bg-lime {
    background-color: #01FF70 !important;
}

.bg-orange {
    background-color: #FF851B !important;
}

.bg-fuchsia {
    background-color: #F012BE !important;
}

.bg-purple {
    background-color: #605ca8 !important;
}

.bg-maroon {
    background-color: #D81B60 !important;
}

.bg-gray-active {
    color: #000;
    background-color: #b5bbc8 !important;
}

.bg-black-active {
    background-color: #000000 !important;
}

.bg-red-active {
    background-color: #d33724 !important;
}

.bg-yellow-active {
    background-color: #db8b0b !important;
}

.bg-aqua-active {
    background-color: #00a7d0 !important;
}

.bg-blue-active {
    background-color: #005384 !important;
}

.bg-light-blue-active {
    background-color: #357ca5 !important;
}

.bg-green-active {
    background-color: #008d4c !important;
}

.bg-navy-active {
    background-color: #001a35 !important;
}

.bg-teal-active {
    background-color: #30bbbb !important;
}

.bg-olive-active {
    background-color: #368763 !important;
}

.bg-lime-active {
    background-color: #00e765 !important;
}

.bg-orange-active {
    background-color: #ff7701 !important;
}

.bg-fuchsia-active {
    background-color: #db0ead !important;
}

.bg-purple-active {
    background-color: #555299 !important;
}

.bg-maroon-active {
    background-color: #ca195a !important;
}

[class^="bg-"].disabled {
    opacity: 0.65;
    filter: alpha(opacity=65);
}

.text-red {
    color: #dd4b39 !important;
}

.text-yellow {
    color: #f39c12 !important;
}

.text-aqua {
    color: #00c0ef !important;
}

.text-blue {
    color: #0073b7 !important;
}

.text-black {
    color: #111 !important;
}

.text-light-blue {
    color: #3c8dbc !important;
}

.text-green {
    color: #00a65a !important;
}

.text-gray {
    color: #d2d6de !important;
}

.text-navy {
    color: #001F3F !important;
}

.text-teal {
    color: #39CCCC !important;
}

.text-olive {
    color: #3D9970 !important;
}

.text-lime {
    color: #01FF70 !important;
}

.text-orange {
    color: #FF851B !important;
}

.text-fuchsia {
    color: #F012BE !important;
}

.text-purple {
    color: #605ca8 !important;
}

.text-maroon {
    color: #D81B60 !important;
}

.link-muted {
    color: #7a869d;
}

    .link-muted:hover,
    .link-muted:focus {
        color: #606c84;
    }

.link-black {
    color: #666;
}

    .link-black:hover,
    .link-black:focus {
        color: #999;
    }

.hide {
    display: none !important;
}

.no-border {
    border: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-shadow {
    box-shadow: none !important;
}

.list-unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-group-unbordered > .list-group-item {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}

.flat {
    border-radius: 0 !important;
}

.text-bold,
.text-bold.table td,
.text-bold.table th {
    font-weight: 700;
}

.text-sm {
    font-size: 12px;
}

.jqstooltip {
    padding: 5px !important;
    width: auto !important;
    height: auto !important;
}

.bg-teal-gradient {
    background: #39CCCC !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #39CCCC), color-stop(1, #7adddd)) !important;
    background: -ms-linear-gradient(bottom, #39CCCC, #7adddd) !important;
    background: -moz-linear-gradient(center bottom, #39CCCC 0%, #7adddd 100%) !important;
    background: -o-linear-gradient(#7adddd, #39CCCC) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7adddd', endColorstr='#39CCCC', GradientType=0) !important;
    color: #fff;
}

.bg-light-blue-gradient {
    background: #3c8dbc !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3c8dbc), color-stop(1, #67a8ce)) !important;
    background: -ms-linear-gradient(bottom, #3c8dbc, #67a8ce) !important;
    background: -moz-linear-gradient(center bottom, #3c8dbc 0%, #67a8ce 100%) !important;
    background: -o-linear-gradient(#67a8ce, #3c8dbc) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67a8ce', endColorstr='#3c8dbc', GradientType=0) !important;
    color: #fff;
}

.bg-blue-gradient {
    background: #0073b7 !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0073b7), color-stop(1, #0089db)) !important;
    background: -ms-linear-gradient(bottom, #0073b7, #0089db) !important;
    background: -moz-linear-gradient(center bottom, #0073b7 0%, #0089db 100%) !important;
    background: -o-linear-gradient(#0089db, #0073b7) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0089db', endColorstr='#0073b7', GradientType=0) !important;
    color: #fff;
}

.bg-aqua-gradient {
    background: #00c0ef !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00c0ef), color-stop(1, #14d1ff)) !important;
    background: -ms-linear-gradient(bottom, #00c0ef, #14d1ff) !important;
    background: -moz-linear-gradient(center bottom, #00c0ef 0%, #14d1ff 100%) !important;
    background: -o-linear-gradient(#14d1ff, #00c0ef) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14d1ff', endColorstr='#00c0ef', GradientType=0) !important;
    color: #fff;
}

.bg-yellow-gradient {
    background: #f39c12 !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f39c12), color-stop(1, #f7bc60)) !important;
    background: -ms-linear-gradient(bottom, #f39c12, #f7bc60) !important;
    background: -moz-linear-gradient(center bottom, #f39c12 0%, #f7bc60 100%) !important;
    background: -o-linear-gradient(#f7bc60, #f39c12) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7bc60', endColorstr='#f39c12', GradientType=0) !important;
    color: #fff;
}

.bg-purple-gradient {
    background: #605ca8 !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #605ca8), color-stop(1, #9491c4)) !important;
    background: -ms-linear-gradient(bottom, #605ca8, #9491c4) !important;
    background: -moz-linear-gradient(center bottom, #605ca8 0%, #9491c4 100%) !important;
    background: -o-linear-gradient(#9491c4, #605ca8) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9491c4', endColorstr='#605ca8', GradientType=0) !important;
    color: #fff;
}

.bg-green-gradient {
    background: #00a65a !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00a65a), color-stop(1, #00ca6d)) !important;
    background: -ms-linear-gradient(bottom, #00a65a, #00ca6d) !important;
    background: -moz-linear-gradient(center bottom, #00a65a 0%, #00ca6d 100%) !important;
    background: -o-linear-gradient(#00ca6d, #00a65a) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ca6d', endColorstr='#00a65a', GradientType=0) !important;
    color: #fff;
}

.bg-red-gradient {
    background: #dd4b39 !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dd4b39), color-stop(1, #e47365)) !important;
    background: -ms-linear-gradient(bottom, #dd4b39, #e47365) !important;
    background: -moz-linear-gradient(center bottom, #dd4b39 0%, #e47365 100%) !important;
    background: -o-linear-gradient(#e47365, #dd4b39) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e47365', endColorstr='#dd4b39', GradientType=0) !important;
    color: #fff;
}

.bg-black-gradient {
    background: #111 !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #111), color-stop(1, #2b2b2b)) !important;
    background: -ms-linear-gradient(bottom, #111, #2b2b2b) !important;
    background: -moz-linear-gradient(center bottom, #111 0%, #2b2b2b 100%) !important;
    background: -o-linear-gradient(#2b2b2b, #111) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#111', GradientType=0) !important;
    color: #fff;
}

.bg-maroon-gradient {
    background: #D81B60 !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #D81B60), color-stop(1, #e73f7c)) !important;
    background: -ms-linear-gradient(bottom, #D81B60, #e73f7c) !important;
    background: -moz-linear-gradient(center bottom, #D81B60 0%, #e73f7c 100%) !important;
    background: -o-linear-gradient(#e73f7c, #D81B60) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e73f7c', endColorstr='#D81B60', GradientType=0) !important;
    color: #fff;
}

.description-block .description-icon {
    font-size: 16px;
}

.no-pad-top {
    padding-top: 0;
}

.position-static {
    position: static !important;
}

.list-header {
    font-size: 15px;
    padding: 10px 4px;
    font-weight: bold;
    color: #666;
}

.list-seperator {
    height: 1px;
    background: #f4f4f4;
    margin: 15px 0 9px 0;
}

.list-link > a {
    padding: 4px;
    color: #777;
}

    .list-link > a:hover {
        color: #222;
    }

.font-light {
    font-weight: 300;
}

.user-block:before,
.user-block:after {
    content: " ";
    display: table;
}

.user-block:after {
    clear: both;
}

.user-block img {
    width: 40px;
    height: 40px;
    float: left;
}

.user-block .username,
.user-block .description,
.user-block .comment {
    display: block;
    margin-left: 50px;
}

.user-block .username {
    font-size: 16px;
    font-weight: 600;
}

.user-block .description {
    color: #999;
    font-size: 13px;
}

.user-block.user-block-sm .username,
.user-block.user-block-sm .description,
.user-block.user-block-sm .comment {
    margin-left: 40px;
}

.user-block.user-block-sm .username {
    font-size: 14px;
}

.img-sm,
.img-md,
.img-lg,
.user-block.user-block-sm img {
    float: left;
}

.img-sm,
.user-block.user-block-sm img {
    width: 30px !important;
    height: 30px !important;
}

    .img-sm + .img-push {
        margin-left: 40px;
    }

.img-md {
    width: 60px;
    height: 60px;
}

    .img-md + .img-push {
        margin-left: 70px;
    }

.img-lg {
    width: 100px;
    height: 100px;
}

    .img-lg + .img-push {
        margin-left: 110px;
    }

.img-bordered {
    border: 3px solid #d2d6de;
    padding: 3px;
}

.img-bordered-sm {
    border: 2px solid #d2d6de;
    padding: 2px;
}

.attachment-block {
    border: 1px solid #f4f4f4;
    padding: 5px;
    margin-bottom: 10px;
    background: #f7f7f7;
}

    .attachment-block .attachment-img {
        max-width: 100px;
        max-height: 100px;
        height: auto;
        float: left;
    }

    .attachment-block .attachment-pushed {
        margin-left: 110px;
    }

    .attachment-block .attachment-heading {
        margin: 0;
    }

    .attachment-block .attachment-text {
        color: #555;
    }

.connectedSortable {
    min-height: 100px;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sort-highlight {
    background: #f4f4f4;
    border: 1px dashed #ddd;
    margin-bottom: 10px;
}

.full-opacity-hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
}

    .full-opacity-hover:hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }

.chart {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .chart svg,
    .chart canvas {
        width: 100% !important;
    }

button.btn.btn-primary.font-button {
    background-image: none !important;
    background-color: #7e5923 !important;
    border-color: #6a4b1d !important;
    color: white !important;
    box-shadow: none;
    padding: 15px 10px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    cursor: pointer;
    max-width: 100% !important;
}

    button.btn.btn-primary.font-button:hover {
        background-color: #5c3f19 !important;
        border-color: #503616 !important;
        color: #fff !important;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    }

section#main {
    /*outline: 15px solid #b89b5c !important;*/
}

#selected-font-display {
    font-size: 16px;
    font-style: italic;
    color: #7e5923;
    border-radius: 12px !important;
    border: 2px solid #7e5923 !important;
    padding: 4px 8px;
    text-align: center;
}

.custom-checkbox-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 12px;
    border: 2px solid #7e5923;
    border-radius: 8px;
    padding: 8px 0;
}

    .custom-checkbox-label input[type="checkbox"] {
        width: 20px;
        height: 20px;
        accent-color: #7e5923;
        cursor: pointer;
        margin: 0;
    }

    .custom-checkbox-label span {
        color: #7e5923;
        font-weight: 500;
        font-size: 20px;
    }

.close-sidebar-btn {
    font-size: 28px;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    padding: 0 12px;
    transition: background 0.2s ease;
    background: rgba(255,255,255,0.4);
}

    .close-sidebar-btn:hover {
        background: rgba(255,255,255, 0.2);
    }

.font-buttons-grid {
    gap: 10px;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
}

#dynamic_list_container {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    #dynamic_list_container .repeatListItem {
        width: 100%; /* Tüm satırı kaplaması için */
        margin-bottom: 0;
        display: flex;
        justify-content: space-between;
    }

.repeatListItem {
    flex: 0 0 calc(25% - 10px);
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 8px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: transform 0.2s;
    height: auto;
}

#startListBtn {
    font-weight: bold;
}

.main-header {
    display: none !important;
}

.nanobar {
    display: none !important;
}

@media (max-width: 992px) {
    .repeatListItem {
        flex: 0 0 calc(33.333% - 10px);
    }

    .main-header {
        display: block !important;
    }

    .nanobar {
        display: block !important;
    }

    .fixed .content-wrapper {
        padding-top: 50px;
    }
}

.hafiz-info-container {
    padding: 15px;
    background: #fff;
    border-radius: 4px;
    margin-top: 20px;
}

    .hafiz-info-container .hafiz-img {
        max-width: 100%;
        border-radius: 4px;
    }

    .hafiz-info-container .hafiz-title {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .hafiz-info-container .hafiz-subtitle {
        font-size: 14px;
        color: #666;
        margin-bottom: 15px;
    }

    .hafiz-info-container .hafiz-info-text {
        line-height: 1.6;
        max-height: 200px;
        overflow: auto;
    }

.hafiz-info-close-btn {
    background: transparent;
    border: none;
    font-size: 24px;
    color: #888;
    opacity: 0.7;
    transition: opacity 0.2s;
}

    .hafiz-info-close-btn:hover {
        opacity: 1;
        color: #000;
    }

.quran-reciter-select-container {
    display: flex;
    justify-content: center;
    margin-top: 12px;
}

.meal-opt-group {
    display: flex;
    justify-content: center;
}

    .meal-opt-group .btn {
        background-color: #f9f9f9;
        border: 1px solid #87692e;
        color: #333;
        margin-top: 12px;
        margin-bottom: 12px;
    }

        .meal-opt-group .btn:hover {
            color: #fff;
        }

        .meal-opt-group .btn.active {
            background-color: #87692e;
            color: white;
            border-color: #87692e;
            height: 100%;
        }

@media (max-width: 768px) {
    .hafiz-info-container .hafiz-img {
        max-width: 20%;
    }
}

@media (max-width: 600px) {
    .meal-opt-group {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

        .meal-opt-group .btn {
            border-radius: 12px !important;
        }

    .quran-reciter-select-container {
        flex-direction: column;
    }
}

#mealAyetsContainer {
    margin-bottom: 50px;
}

#quranHeader {
    width: 100% !important;
}

#mealHeader {
    width: 100% !important;
}

.kh-page-holder {
    user-select: none; /* Yazı seçimini engeller */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

/* ========================================
   Gelişmiş Sürükle-Bırak Stilleri
   ======================================== */

/* Playlist Container */
#dynamic_list_container {
    min-height: 200px;
    position: relative;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-radius: 12px;
    padding: 15px;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
}

#dynamic_list_container.drag-active {
    background: linear-gradient(135deg, #fff3cd, #ffeaa7);
    box-shadow: inset 0 2px 8px rgba(255,193,7,0.2);
    transform: scale(1.02);
}

/* Playlist Placeholder */
.playlist-placeholder {
    background: linear-gradient(45deg, #fff, #f8f9fa);
    border: 3px dashed #007bff !important;
    border-radius: 12px;
    margin: 8px 0;
    padding: 20px;
    text-align: center;
    color: #007bff;
    font-weight: 600;
    position: relative;
    animation: placeholderPulse 1.5s ease-in-out infinite;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes placeholderPulse {
    0%, 100% { opacity: 0.7; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.02); }
}

.playlist-placeholder::before {
    content: "⬇ Buraya bırakın ⬇";
    font-size: 14px;
    font-weight: bold;
}

.playlist-placeholder.multi-item-placeholder::before {
    content: "📋 Buraya bırakın";
    font-size: 15px;
    font-weight: bold;
    color: #28a745;
}

/* Drag Helper */
.multi-drag-helper {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: white;
    padding: 12px 20px;
    border-radius: 25px;
    box-shadow: 0 8px 25px rgba(0,123,255,0.4);
    font-weight: 600;
    font-size: 14px;
    z-index: 10000;
    cursor: grabbing;
    transform: rotate(-2deg);
    animation: dragFloat 0.6s ease-out;
}

@keyframes dragFloat {
    0% { transform: rotate(-2deg) scale(0.9); opacity: 0.8; }
    100% { transform: rotate(-2deg) scale(1); opacity: 1; }
}

.drag-count {
    display: flex;
    align-items: center;
    gap: 8px;
}

.drag-count::before {
    content: "📋";
    font-size: 16px;
}

/* Dragging State */
.repeatListItem.dragging {
    opacity: 0.5;
    transform: scale(0.95);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    z-index: 1000;
}

/* Modern Card Design - Restored to Original Style */
.repeatListItem.modern-card {
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 0;
    margin: 8px 0;
    cursor: pointer;
    position: relative;
    transition: none;
    box-shadow: none;
    padding: 8px 12px;
}

.repeatListItem.modern-card:hover {
    background: #f9f9f9;
    border-color: #ccc;
}

.repeatListItem.modern-card:active {
    background: #f0f0f0;
}

.repeatListItem.modern-card.selected {
    background: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}

.repeatListItem.modern-card.ui-selected {
    background: #fff3cd;
    border-color: #ffeaa7;
    color: #856404;
}

/* Card Content */
.card-content {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}

.card-text {
    flex: 1;
    min-width: 0;
}

.item-title {
    font-weight: normal;
    color: #333;
    font-size: 13px;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-detail {
    color: #666;
    font-size: 11px;
    margin-bottom: 1px;
}

.select-indicator {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 16px;
    height: 16px;
    background: #666;
    color: white;
    border-radius: 0;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 9px;
}

.repeatListItem.selected .select-indicator,
.repeatListItem.ui-selected .select-indicator {
    display: flex;
}

/* Touch Device Optimizations */
.touch-device .repeatListItem.modern-card {
    cursor: default;
    min-height: 40px;
    margin: 6px 0;
}

.touch-device .repeatListItem.modern-card .card-content {
    padding: 0;
}

/* Selection Mode Styles */
.selection-mode-active .repeatListItem.modern-card {
    cursor: pointer;
}

/* Improved Responsive Design */
@media (max-width: 768px) {
    .repeatListItem.modern-card {
        margin: 4px 0;
        padding: 6px 10px;
    }
    
    .card-content {
        padding: 0;
        gap: 6px;
    }
    
    .item-title {
        font-size: 12px;
    }
    
    .item-detail {
        font-size: 10px;
    }
    .sureHeader .sureHeaderText .arTextHolder {
        font-size:  44px;
    }
}


  /* Improved Responsive Design */
@media (max-width: 500px) {
    .sureHeader .sureHeaderText .arTextHolder {
        font-size:  30px;
    }
}

/* Empty State */
#dynamic_list_container:empty::before {
    content: "🎵 Seslendirme listesi boş\ASeçim yapın ve 'Listeye Ekle' butonuna tıklayın";
    white-space: pre;
    display: block;
    text-align: center;
    color: #6c757d;
    font-style: italic;
    padding: 40px 20px;
    border: 2px dashed #dee2e6;
    border-radius: 12px;
    background: linear-gradient(135deg, #f8f9fa, #ffffff);
}

/* Performance Optimizations */
.repeatListItem.modern-card {
    will-change: transform, box-shadow;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

/* Accessibility Improvements */
.repeatListItem.modern-card:focus {
    outline: 3px solid #007bff;
    outline-offset: 2px;
}

/* High DPI Display Support */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    .card-icon {
        box-shadow: 0 2px 6px rgba(0,123,255,0.4);
    }
}

/* Text Selection Prevention for card-text */
.card-text {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}

/* Stylish hover effects for playlist buttons */
#playListModal #selectModeBtn:hover,
#playListModal #listAddBtn:hover,
#playListModal #listDeleteBtn:hover,
#playListModal #listDeleteAllBtn:hover,
#playListModalTemp #selectModeBtn:hover,
#playListModalTemp #listAddBtn:hover,
#playListModalTemp #listDeleteBtn:hover,
#playListModalTemp #listDeleteAllBtn:hover,
#startListBtn:hover,
#selectModeBtn:hover,
#listAddBtn:hover,
#listDeleteBtn:hover,
#listDeleteAllBtn:hover {
    background: linear-gradient(135deg, #8b7355, #6f5c42) !important;
    border-color: #6f5c42 !important;
    color: #fff !important;
    transform: none !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    opacity: 1 !important;
    transition: all 0.2s ease !important;
    -webkit-transition: all 0.2s ease !important;
    -moz-transition: all 0.2s ease !important;
    -o-transition: all 0.2s ease !important;
}

/* Active state for playlist buttons */
#playListModal #selectModeBtn:active,
#playListModal #listAddBtn:active,
#playListModal #listDeleteBtn:active,
#playListModal #listDeleteAllBtn:active,
#playListModalTemp #selectModeBtn:active,
#playListModalTemp #listAddBtn:active,
#playListModalTemp #listDeleteBtn:active,
#playListModalTemp #listDeleteAllBtn:active,
#selectModeBtn:active,
#listAddBtn:active,
#startListBtn:hover,
#listDeleteBtn:active,
#listDeleteAllBtn:active {
    background: linear-gradient(135deg, #6f5c42, #5a4a35) !important;
    border-color: #5a4a35 !important;
    transform: translateY(1px) !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
}

/* Seçim modu stilleri - Seslendirme Listesi */
.selection-mode-active .repeatListItem {
    cursor: pointer !important;
    transition: all 0.2s ease-in-out;
    border: 2px solid transparent;
}

.selection-mode-active .repeatListItem:hover {
    border-color: #3c8dbc;
    box-shadow: 0 2px 8px rgba(60, 141, 188, 0.2);
}

.selection-mode-active .repeatListItem.ui-selected {
    border-color: #367fa9 !important;
    background-color: rgba(60, 141, 188, 0.1) !important;
    box-shadow: 0 3px 12px rgba(60, 141, 188, 0.3);
}

/* Seçim butonu animasyonu */
.btn-pulse {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(255, 193, 7, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 193, 7, 0);
    }
}

/* Info mesajı için modern stil */
#rp_select_info {
    border-radius: 8px;
    border-left: 4px solid #2196f3;
    padding: 12px 16px;
    margin: 10px 0;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}

.leftNavHolder {
    display: none;
}

.sidebar-menu li {
    margin: 1rem;
}