 @-webkit-keyframes outer {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes outer {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes inner {
    0% {
        -webkit-transform: rotate(-64.8deg);
        transform: rotate(-64.8deg)
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes inner {
    0% {
        -webkit-transform: rotate(-64.8deg);
        transform: rotate(-64.8deg)
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes arc {
    0% {
        stroke-dasharray: 1 210.49px;
        stroke-dashoffset: 0
    }

    40% {
        stroke-dasharray: 172.6px,210.49px;
        stroke-dashoffset: 0
    }

    to {
        stroke-dasharray: 1 210.49px;
        stroke-dashoffset: -172.6px
    }
}

@keyframes arc {
    0% {
        stroke-dasharray: 1 210.49px;
        stroke-dashoffset: 0
    }

    40% {
        stroke-dasharray: 172.6px,210.49px;
        stroke-dashoffset: 0
    }

    to {
        stroke-dasharray: 1 210.49px;
        stroke-dashoffset: -172.6px
    }
}

@-webkit-keyframes hierarchical_show {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.2,.2,2);
        transform: scale3d(.2,.2,2)
    }

    50% {
        opacity: 1
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes hierarchical_show {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.2,.2,2);
        transform: scale3d(.2,.2,2)
    }

    50% {
        opacity: 1
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@-webkit-keyframes hierarchical_slide {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,160%,0);
        transform: translate3d(0,160%,0)
    }

    33% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes hierarchical_slide {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,160%,0);
        transform: translate3d(0,160%,0)
    }

    33% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%
    }

    60%,to {
        left: 100%;
        right: -90%
    }
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%
    }

    60%,to {
        left: 100%;
        right: -90%
    }
}

@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%
    }

    60%,to {
        left: 107%;
        right: -8%
    }
}

@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%
    }

    60%,to {
        left: 107%;
        right: -8%
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(20px)
    }
}

@keyframes fadeInDownn {
    0% {
        opacity: 0;
        transform: translateY(-2px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes ripple-shadow {
    0%,to {
        box-shadow: 0 0 0 transparent
    }

    20% {
        box-shadow: 0 4px 16px rgba(0,0,0,.3)
    }
}

@-webkit-keyframes ripple-shadow {
    0%,to {
        box-shadow: 0 0 0 transparent
    }

    20% {
        box-shadow: 0 4px 16px rgba(0,0,0,.3)
    }
}

@keyframes ripple {
    to {
        transform: scale(24);
        opacity: 0
    }
}

@-webkit-keyframes ripple {
    to {
        -webkit-transform: scale(24);
        opacity: 0
    }
}

@keyframes circle-outline {
    0% {
        stroke-dashoffset: 800;
        opacity: 0
    }

    to {
        opacity: 1;
        stroke-dashoffset: 0
    }
}

@keyframes text-outline {
    0% {
        opacity: 0;
        stroke-dashoffset: 400
    }

    to {
        opacity: 1;
        stroke-dashoffset: 0
    }
}

@keyframes s3 {
    to {
        transform: rotate(1turn)
    }
}

@keyframes ct4 {
    to {
        left: calc(100% + 40px)
    }
}

@keyframes p6 {
    0% {
        background-position: -150%0,-150%0
    }

    66% {
        background-position: 250%0,-150%0
    }

    to {
        background-position: 250%0,250%0
    }
}

@keyframes borderAnimation {
    0% {
        border-width: 1px
    }

    50% {
        border-width: 2px
    }

    to {
        border-width: 3px
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(-9px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

[class^=uk-animation-] {
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-animation-duration: 280ms;
    animation-duration: 280ms
}

.uk-alert {
    border: 0;
    background: #1976d2;
    color: #fff;
    text-shadow: none;
    padding-right: 32px;
    position: relative;
    display: block
}

.uk-alert-success {
    background: #8bc34a!important
}

.uk-alert-warning {
    background: #ffa000!important
}

.uk-alert-close {
    position: absolute;
    top: 10px;
    right: 8px;
    float: none!important;
    margin: 0!important
}

.uk-alert-close:after {
    color: #fff!important
}

.uk-button {
    font-weight: 400;
    border-radius: 2px;
    -webkit-transition: all .2s cubic-bezier(.4,0,.2,1);
    transition: all .2s cubic-bezier(.4,0,.2,1)
}

.uk-modal-dialog {
    display: block!important;
    -webkit-animation: none!important;
    animation: none!important
}

.uk-open .uk-modal-dialog {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.uk-modal-dialog .uk-modal-header .uk-modal-title {
    margin: 0;
    font: 500 18px/28px Roboto,sans-serif
}

.uk-modal-dialog .uk-modal-header .uk-modal-title span {
    font-size: 16px;
    display: block;
    color: #727272
}

.uk-modal-dialog .uk-modal-header .material-icons {
    font-size: 24px;
    vertical-align: -8px;
    cursor: default
}

.uk-modal-dialog .uk-modal-footer {
    background: #fff
}

.uk-modal-dialog .uk-modal-footer:after,.uk-modal-dialog .uk-modal-footer:before {
    content: " ";
    display: table
}

.uk-modal-dialog .uk-modal-footer:after {
    clear: both
}

.uk-modal-dialog .uk-modal-footer .md-icon-btn {
    margin-top: 2px
}

.uk-modal-dialog>.uk-close:first-child {
    top: 8px;
    right: 8px;
    position: absolute
}

.uk-modal-dialog .uk-overflow-container {
    margin: 16px 0
}

.uk-modal .uk-margin.uk-modal-content {
    margin-bottom: 0
}

[data-uk-dropdown*=justify] {
    position: static!important
}

[data-uk-dropdown*=justify] [class*=uk-dropdown-width] {
    left: 0!important;
    width: 100%!important;
    min-width: inherit!important;
    margin-left: 0!important
}

.uk-grid+.uk-grid,.uk-grid-margin,.uk-grid>*>.uk-panel+.uk-panel {
    margin-top: 24px
}

.uk-height-viewport {
    min-height: 200px
}

[class*=uk-icon-] {
    color: #727272
}

.uk-input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.uk-input-group>input[type=text] {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    display: table-cell
}

.uk-input-group>.md-input-wrapper {
    display: inline-block
}

.uk-list-hover li:hover {
    background: rgba(0,0,0,.1)
}

.uk-text-primary {
    color: #2196f3!important
}

.uk-text-success {
    color: #7cb342!important
}

.uk-text-warning {
    color: #ffa000!important
}

.uk-margin-bottom {
    margin-bottom: 16px!important
}

.uk-margin-medium-bottom {
    margin-bottom: 32px!important
}

.uk-margin-medium-top {
    margin-top: 32px!important
}

.uk-close {
    font-size: 18px;
    opacity: 1
}

.uk-close:focus,.uk-close:hover {
    opacity: 1
}

.uk-close:after {
    opacity: 1!important;
    color: #727272;
    content: "";
    font-family: material icons
}

.md-card .md-card-head.head_background .md-card-head-text {
    color: #fff
}

.uk-accordion-alt .uk-accordion-title {
    background: #fff;
    margin: 0;
    padding: 16px 24px 16px 48px;
    border-top: 1px solid rgba(0,0,0,.12)
}

.uk-accordion-alt .uk-accordion-title:first-child {
    border-top: none
}

.uk-accordion-alt .uk-accordion-title:after {
    color: #2196f3;
    content: "";
    right: auto;
    left: 16px;
    top: 16px
}

.uk-accordion-alt .uk-accordion-title.uk-active:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    content: ""
}

.uk-accordion-alt .uk-accordion-content {
    padding: 24px
}

[data-nestable-action=toggle] {
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

[data-uk-slideshow-slide] {
    cursor: pointer
}

[data-uk-slider] {
    direction: ltr
}

html[dir=rtl] .uk-slider>* {
    direction: rtl
}

.uk-tab>li>a:focus,.uk-tab>li>a:hover {
    background: 0 0;
    border-bottom-color: #b2dbfb
}

.uk-tab-icons>li>a {
    min-width: 64px
}

.uk-tab-icons>li>a>.material-icons {
    font-size: 24px
}

.lte-ie9 [class*=uk-animation-] {
    opacity: 1!important
}

.md-btn {
    background: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    min-height: 31px;
    min-width: 70px;
    padding: 2px 16px;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-transition: all 280ms ease;
    transition: all 280ms ease;
    color: #212121;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: middle;
    font: 500 14px/31px Roboto,sans-serif!important
}

.md-btn:active,.md-btn:focus,.md-btn:hover {
    background: #fff;
    outline: 0;
    text-decoration: none;
    color: #212121;
    box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23)
}

.md-btn.uk-active,.md-btn:active {
    box-shadow: 0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23)
}

.md-btn.uk-active {
    position: relative
}

.md-btn.uk-active:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    content: "";
    border: 2px solid rgba(0,0,0,.4);
    border-radius: 2px
}

.md-card+.md-card,.md-card+.uk-grid,.uk-grid+.md-card {
    margin-top: 25px
}

.md-card .md-card-head {
    height: 160px;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,.12)
}

.md-card .md-card-head-menu {
    position: absolute;
    right: 8px;
    top: 8px
}

.md-card .md-card-head-text {
    padding: 8px 16px 16px;
    font: 500 16px/22px Roboto,sans-serif;
    color: #212121;
    margin: 0
}

.md-card .md-card-head-text span {
    display: block;
    font: 400 12px/18px Roboto,sans-serif;
    margin-top: -2px
}

.md-card .md-card-head-icon {
    font-size: 48px;
    color: #fff;
    vertical-align: middle
}

.md-card .md-card-head.head_background {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-bottom-color: transparent
}

.md-card .md-card-head.head_background_top {
    background-repeat: no-repeat;
    background-position: center top
}

.md-card .md-card-head.head_background_bottom {
    background-repeat: no-repeat;
    background-position: center bottom
}

.md-card .md-card-head-img {
    height: 100%;
    width: auto
}

.md-card.md-card-overlay {
    overflow: hidden;
    padding-bottom: 54px
}

.md-card.md-card-overlay .md-card-content {
    height: 142px;
    overflow: hidden;
    box-sizing: border-box
}

.md-card.md-card-hover,.md-card.md-card-overlay .md-card-overlay-content {
    -webkit-transition: all 280ms cubic-bezier(.4,0,.2,1);
    transition: all 280ms cubic-bezier(.4,0,.2,1)
}

.md-card.md-card-overlay .md-card-overlay-content {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 0 16px;
    margin-top: -54px;
    border-top: 1px solid rgba(0,0,0,.12);
    text-align: left;
    bottom: 0;
    background: #fff;
    z-index: 10
}

.md-card.md-card-overlay .md-card-overlay-content p {
    margin: 0
}

.md-card.md-card-overlay .md-card-overlay-content p+* {
    margin-top: 16px
}

.md-card.md-card-overlay .md-card-overlay-content p+p {
    margin-top: 4px
}

.md-card.md-card-overlay .md-card-overlay-header {
    padding: 12px 0
}

.md-card.md-card-overlay .md-card-overlay-header:after,.md-card.md-card-overlay .md-card-overlay-header:before {
    content: " ";
    display: table
}

.md-card.md-card-overlay .md-card-overlay-header:after {
    clear: both
}

.md-card.md-card-overlay .md-card-overlay-header h3,.md-card.md-card-overlay .md-card-overlay-header h4 {
    margin: 0;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    padding-right: 32px;
    box-sizing: border-box
}

.md-card.md-card-overlay .md-card-overlay-header h3 {
    font: 400 16px/30px Roboto,sans-serif
}

.md-card.md-card-overlay .md-card-overlay-header h4 {
    font: 500 14px/30px Roboto,sans-serif
}

.md-card.md-card-overlay .md-card-overlay-header .md-icon {
    position: absolute;
    right: 12px;
    top: 11px
}

.md-card.md-card-overlay-active .md-card-overlay-content {
    top: -1px;
    margin-top: 0
}

.md-card.md-card-hover {
    will-change: box-shadow
}

.md-card.md-card-hover:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23)
}

.md-card-primary,.md-card-success,.md-card-warning {
    border-left: 4px solid transparent
}

.md-card-primary {
    border-left-color: #2196f3
}

.md-card-success {
    border-left-color: #7cb342
}

.md-card-warning {
    border-left-color: #ffa000
}

.md-card-list-wrapper,.md-card-list-wrapper *,.md-card-list-wrapper:after,.md-card-list-wrapper:before {
    box-sizing: border-box
}

.md-card-list-wrapper .md-card-list-header {
    position: absolute;
    top: -24px;
    left: 0
}

.md-card-list-wrapper .md-card-list {
    margin: 48px 0 0;
    position: relative
}

.md-card-list-wrapper .md-card-list:first-child {
    margin-top: 24px
}

.md-card-list-wrapper .md-card-list>ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.md-card-list-wrapper .md-card-list>ul>li {
    margin: 0;
    list-style: none;
    min-height: 34px;
    padding: 8px 16px;
    font-size: 13px;
    -webkit-transition: background 150ms,padding .2s;
    transition: background 150ms,padding .2s;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)
}

.md-card-list-wrapper .md-card-list>ul>li:after,.md-card-list-wrapper .md-card-list>ul>li:before {
    content: " ";
    display: table
}

.md-card-list-wrapper .md-card-list>ul>li:after {
    clear: both
}

input:not([type]).md-input,input[type=color].md-input,input[type=date].md-input,input[type=datetime-local].md-input,input[type=datetime].md-input,input[type=email].md-input,input[type=month].md-input,input[type=number].md-input,input[type=password].md-input,input[type=search].md-input,input[type=tel].md-input,input[type=text].md-input,input[type=time].md-input,input[type=url].md-input,input[type=week].md-input {
    border-radius: 0;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: rgba(0,0,0,.12);
    font: 400 15px/18px Roboto,sans-serif;
    box-shadow: inset 0-1px 0 transparent;
    box-sizing: border-box;
    padding: 12px 4px;
    background: 0 0;
    width: 100%;
    display: block
}

input:not([type]).md-input.md-input-danger {
    border-color: #e53935
}

input:not([type]).md-input.md-input-danger:focus {
    border-bottom-color: #e53935
}

input:not([type]).md-input.md-input-success,input[type=color].md-input.md-input-success,input[type=date].md-input.md-input-success,input[type=datetime-local].md-input.md-input-success,input[type=datetime].md-input.md-input-success,input[type=email].md-input.md-input-success,input[type=month].md-input.md-input-success,input[type=number].md-input.md-input-success,input[type=password].md-input.md-input-success,input[type=search].md-input.md-input-success,input[type=tel].md-input.md-input-success,input[type=text].md-input.md-input-success,input[type=time].md-input.md-input-success,input[type=url].md-input.md-input-success,input[type=week].md-input.md-input-success {
    border-color: #7cb342
}

input:not([type]).md-input.md-input-success:focus,input[type=color].md-input.md-input-success:focus,input[type=date].md-input.md-input-success:focus,input[type=datetime-local].md-input.md-input-success:focus,input[type=datetime].md-input.md-input-success:focus,input[type=email].md-input.md-input-success:focus,input[type=month].md-input.md-input-success:focus,input[type=number].md-input.md-input-success:focus,input[type=password].md-input.md-input-success:focus,input[type=search].md-input.md-input-success:focus,input[type=tel].md-input.md-input-success:focus,input[type=text].md-input.md-input-success:focus,input[type=time].md-input.md-input-success:focus,input[type=url].md-input.md-input-success:focus,input[type=week].md-input.md-input-success:focus {
    border-bottom-color: #7cb342
}

input:not([type]).md-input:focus,input[type=color].md-input:focus,input[type=date].md-input:focus,input[type=datetime-local].md-input:focus,input[type=datetime].md-input:focus,input[type=email].md-input:focus,input[type=month].md-input:focus,input[type=number].md-input:focus,input[type=password].md-input:focus,input[type=search].md-input:focus,input[type=tel].md-input:focus,input[type=text].md-input:focus,input[type=time].md-input:focus,input[type=url].md-input:focus,input[type=week].md-input:focus {
    background: 0 0;
    border-color: rgba(0,0,0,.12)
}

input:not([type]).md-input-small {
    padding: 4px
}

input:not([type]).md-input.uk-form-width-mini {
    width: 40px
}

input:not([type]).md-input.uk-form-width-small {
    width: 130px
}

input:not([type]).md-input.uk-form-width-medium {
    width: 200px
}

input:not([type]).md-input.uk-form-width-large {
    width: 500px
}

.md-input-width-medium {
    min-width: 160px!important
}

.md-input-wrapper {
    position: relative;
    padding-top: 4px;
    width: 100%;
    display: block
}

.md-input-wrapper>label {
    color: #727272;
    position: absolute;
    top: 16px;
    left: 4px;
    right: 0;
    pointer-events: none;
    -webkit-transition: all 150ms ease-out;
    transition: all 150ms ease-out
}

.md-input-wrapper+* {
    margin-top: 10px
}

label.md-label {
    color: #999;
    padding: 0 6px;
    font-size: 11px
}

.material-icons.md-18 {
    font-size: 18px;
    vertical-align: -4px
}

#menu_top>li>a .material-icons {
    font-size: 24px;
    vertical-align: -8px
}

.material-icons.md-36 {
    font-size: 36px;
    vertical-align: -16px
}

.material-icons.md-48 {
    font-size: 48px;
    vertical-align: -24px
}

.md-list,.md-list>li {
    margin: 0;
    padding: 0;
    list-style: none
}

.md-list>li {
    min-height: 48px;
    padding: 8px 4px;
    border-bottom: 1px solid rgba(0,0,0,.12);
    position: relative
}

.md-list,.md-list *,.md-list:after,.md-list:before,.md-list>li {
    box-sizing: border-box
}

.md-list>li>.md-list-content {
    overflow: hidden
}

.md-list>li>.md-list-content>span {
    display: block
}

.md-list>li>.md-list-content .md-list-menu {
    float: right
}

.md-list>li>.md-list-content .md-list-menu .md-list-menu-toggle {
    display: block;
    font-size: 18px;
    color: rgba(0,0,0,.8);
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 14px;
    text-align: center
}

.md-list>li>.md-list-content .md-list-action {
    float: right;
    margin-left: 8px;
    margin-top: 2px;
    display: none
}

.md-list>li>a.md-list-content {
    display: block;
    color: #212121
}

.md-list>li:last-child {
    border-bottom: none
}

.md-list>li:hover>.md-list-content .md-list-action,.uk-touch .md-list>li>.md-list-content .md-list-action,article,aside,details,figcaption,figure,footer,header,main,nav,section,summary {
    display: block
}

.uk-touch .md-list-content .md-list-action {
    display: block!important
}

.md-icon {
    font-size: 24px;
    line-height: 32px!important;
    height: 32px!important;
    color: #727272;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: background 280ms ease-out,color 280ms ease-out;
    transition: background 280ms ease-out,color 280ms ease-out;
    width: 32px!important;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.md-icon.active,.md-icon:active,.md-icon:focus,.md-icon:hover {
    color: #212121;
    background: rgba(0,0,0,.08)
}

.md-icon+.md-icon {
    margin-left: 4px
}

.md-icon-btn {
    display: inline-block
}

.md-icon-btn.active .md-icon,.uk-open>.md-icon {
    color: #212121;
    background: rgba(0,0,0,.08)
}

button.md-icon {
    background: 0 0;
    border: 0;
    outline: 0
}

.md-hr {
    margin: 32px 0;
    height: 0;
    border-top: 2px solid rgba(0,0,0,.12)
}

:not(pre)>code[class*=language-] {
    background-color: #fdfdfd;
    box-sizing: border-box;
    margin-bottom: 1em;
    position: relative;
    padding: .2em;
    border-radius: .3em;
    color: #c92c2c;
    border: 1px solid rgba(0,0,0,.1);
    display: inline;
    white-space: normal
}

:not(pre)>code[class*=language-]:after {
    right: .75em;
    left: auto;
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg)
}

.selectize-input {
    background: #fff;
    cursor: text;
    border: 1px solid #d0d0d0;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.1)
}

.selectize-input>* {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1
}

.selectize-input>input {
    display: inline-block!important;
    padding: 0!important;
    min-height: 0!important;
    max-height: none!important;
    max-width: 100%!important;
    margin: 0 2px 0 0!important;
    text-indent: 0!important;
    border: 0!important;
    background: 0 0!important;
    line-height: inherit!important;
    -webkit-user-select: auto!important;
    box-shadow: none!important
}

.selectize-input>input::-ms-clear,input::-ms-clear {
    display: none
}

.selectize-input>input:focus {
    outline: 0!important
}

.selectize-input {
    border-color: rgba(0,0,0,.12);
    padding: 6px 8px;
    border-radius: 0;
    box-shadow: none
}

.selectize-input:before {
    display: none
}

#header_main .uk-navbar .uk-navbar-nav>li {
    position: static
}

@media only screen and (max-width:767px) {
    #header_main .uk-navbar .uk-navbar-nav>li>a {
        line-height: 44px;
        padding: 2px 10px 0
    }
}

#header_main .uk-navbar .uk-navbar-nav>li.uk-open>a:after {
    border-bottom-color: #fff;
    -webkit-transition: all 280ms cubic-bezier(.4,0,.2,1);
    transition: all 280ms cubic-bezier(.4,0,.2,1);
    z-index: 1104
}

@media only screen and (max-width:767px) {
    #header_main .sSwitch.sSwitch_right {
        margin-left: 24px
    }
}

@media only screen and (max-width:767px) {
    .main_logo_top {
        min-width: inherit
    }
}

.main_logo_top>a img {
    max-height: 48px;
    width: auto
}

@media only screen and (max-width:767px) {
    #sidebar_main {
        width: 280px;
        -webkit-transform: translate3d(-280px,0,0);
        transform: translate3d(-280px,0,0)
    }
}

#sidebar_main .menu_section ul>li,.search_list>li {
    padding: 0;
    margin: 0;
    list-style: none
}

@media only screen and (max-width:767px) {
    #sidebar_main .menu_section>ul>li>a {
        font-size: 16px
    }
}

#sidebar_main .menu_section>ul>li>a>.menu_icon .material-icons {
    font-size: 24px;
    vertical-align: top
}

@media only screen and (max-width:1219px) {
    .sidebar_main_active #sidebar_main {
        box-shadow: 0 0 4px rgba(0,0,0,.14),2px 4px 8px rgba(0,0,0,.28)
    }
}

@media only screen and (min-width:1220px) {
    .sidebar_main_active #header_main,.sidebar_main_active #page_content {
        margin-left: 240px
    }
}

@media only screen and (max-width:1219px) {
    .sidebar_main_active #page_content:before {
        opacity: 1;
        z-index: 1184
    }
}

@media only screen and (min-width:1220px) {
    .sidebar_main_open #sidebar_main {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    .sidebar_main_open #header_main,.sidebar_main_open #page_content {
        margin-left: 240px
    }

    .sidebar_main_open:not(.steps) .sSwitch_left .sSwitchIcon:after,.sidebar_main_open:not(.steps) .sSwitch_left .sSwitchIcon:before {
        top: 0!important
    }

    .sidebar_main_open #header_main .sSwitch.sSwitch_left:before {
        opacity: 1
    }

    .sidebar_main_open #header_main .sSwitch.sSwitch_left .sSwitchIcon {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    .sidebar_main_open #header_main .sSwitch.sSwitch_left .sSwitchIcon:after,.sidebar_main_open #header_main .sSwitch.sSwitch_left .sSwitchIcon:before {
        width: 12px
    }

    .sidebar_main_open #header_main .sSwitch.sSwitch_left .sSwitchIcon:before {
        top: 4px;
        -webkit-transform: rotate(35deg);
        transform: rotate(35deg);
        -webkit-transform-origin: left top;
        transform-origin: left top
    }

    .sidebar_main_open #header_main .sSwitch.sSwitch_left .sSwitchIcon:after {
        top: -4px;
        -webkit-transform: rotate(-35deg);
        transform: rotate(-35deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

#sidebar_secondary .uk-switcher>li {
    padding: 16px 16px 0
}

.sidebar_main_active:not(.steps) .sSwitch_left .sSwitchIcon:after,.sidebar_main_active:not(.steps) .sSwitch_left .sSwitchIcon:before {
    top: 0!important
}

@media only screen and (max-width:767px) {
    #menu_top>li>a {
        padding: 0 8px
    }
}

#menu_top>li>a>span {
    margin-left: 8px;
    vertical-align: -2px
}

@media (min-height:768px) {
    #menu_top>li [class*=uk-dropdown-width] {
        max-height: 640px;
        overflow-y: auto
    }
}

#footer,html {
    background: #fff
}

#footer {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 0 25px;
    border-top: 1px solid rgba(0,0,0,.12);
    line-height: 48px
}

@media only screen and (min-width:1220px) {
    .sidebar_main_active #footer,.sidebar_main_open #footer {
        margin-left: 240px
    }
}

.user_content {
    padding: 32px
}

#tabs_search_content>li {
    padding: 24px
}

#sidebar_main .menu_section ul,.search_list {
    padding: 0;
    list-style: none
}

.search_list {
    margin: 0
}

.search_list_link {
    color: #7cb342;
    display: block;
    margin-bottom: 2px
}

.search_list p {
    margin: 0;
    font-size: 13px
}

.search_list li {
    padding: 24px 0
}

.search_list li:after,.search_list li:before {
    content: " ";
    display: table
}

.search_list li:after {
    clear: both
}

.search_list li+li {
    border-top: 1px solid rgba(0,0,0,.08)
}

.search_list_content {
    overflow: hidden
}

html {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #ececec;
    font: 400 12px/18px Helvetica,Arial,sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    color: #444;
    scroll-behavior: smooth
}

a,button {
    outline: 0!important
}

a {
    -webkit-tap-highlight-color: transparent
}

a:active {
    color: #0d47a1;
    text-decoration: none
}

:not(pre)>code,:not(pre)>kbd,:not(pre)>samp {
    font: 400 12px/18px"Source Code Pro",Consolas,Monaco,"Andale Mono",monospace!important;
    color: #d32f2f
}

*>.uk-text-large {
    margin-top: 16px
}

.img_medium {
    width: 240px;
    max-width: 100%;
    height: auto
}

@media print {
    *,:after,:before {
        background: 0 0!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }

    a,a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " ("attr(href)")"
    }

    a[href^="#"]:after,a[href^="javascript:"]:after {
        content: ""
    }

    img {
        page-break-inside: avoid;
        max-width: 100%!important
    }

    h2,h3,p {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    #header_main {
        width: 0!important;
        height: 0!important;
        overflow: hidden!important;
        margin: 0!important;
        left: 0!important
    }

    #header_main,#sidebar_main {
        display: none!important
    }

    #sidebar_main,#sidebar_secondary,#style_switcher {
        width: 0!important;
        height: 0!important;
        overflow: hidden!important;
        margin: 0!important
    }

    #sidebar_secondary,#style_switcher,.sidebar_main_active #header_main {
        display: none!important;
        left: 0!important
    }

    body {
        background: #fff;
        padding: 20px!important
    }

    body:after {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        display: block;
        z-index: 9999
    }

    #sidebar_main {
        left: -240px!important
    }

    #page_content,body {
        overflow-y: visible!important
    }

    #page_content {
        margin: 0!important;
        -webkit-transition: none!important;
        transition: none!important
    }

    #page_content:before {
        display: none!important
    }

    #page_content,.md-card-content {
        height: auto!important
    }
}

#sidebar_main .menu_section>ul>li ul,body,ol>li>ol,ol>li>ul,ul>li>ol,ul>li>ul {
    margin: 0
}

a {
    background: 0 0
}

a:active,a:hover {
    outline: 0
}

.uk-link {
    color: #07d;
    text-decoration: none
}

.uk-link,a {
    cursor: pointer
}

.uk-link:hover {
    color: #059
}

.uk-link:hover,a:hover {
    text-decoration: underline
}

audio,canvas,iframe,img,svg,video {
    vertical-align: middle
}

audio,canvas,video {
    max-width: 100%;
    height: auto;
    box-sizing: border-box
}

ol {
    padding-left: 30px
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

hr {
    box-sizing: content-box;
    height: 0;
    margin: 6px 0 5px;
    border: 0;
    border-top: 1px solid #ddd
}

address {
    font-style: normal
}

blockquote {
    padding-left: 15px;
    border-left: 5px solid #ddd;
    font-size: 16px;
    line-height: 22px;
    font-style: italic
}

pre {
    padding: 10px;
    background: #fafafa;
    font: 12px/18px Consolas,monospace,serif;
    color: #444;
    -moz-tab-size: 4;
    tab-size: 4;
    overflow: auto;
    border: 1px solid #ddd;
    font-family: kalpurush;
    font-size: 15px;
    white-space: pre-line;
    line-break: auto;
    border-radius: 12px;
    margin-top: 2px;
    /*height: 64.5vh*/
}

::-moz-selection {
    background: #39f;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #39f;
    color: #fff;
    text-shadow: none
}

.uk-width-1-4 {
    width: 25%
}

.uk-tab-flip>li {
    float: right
}

.uk-tab-flip>li:nth-child(n+2)>a {
    margin-left: 0;
    margin-right: 5px
}

.uk-tab-center {
    border-bottom: 1px solid #ddd
}

.uk-tab-center:after,.uk-tab-center:before {
    content: "";
    display: table
}

.uk-tab-center:after {
    clear: both
}

.uk-tab-center .uk-tab {
    position: relative;
    right: 50%;
    border: 0;
    float: right
}

.uk-tab-center .uk-tab>li {
    position: relative;
    right: -50%
}

.uk-tab-center .uk-tab>li>a {
    text-align: center
}

.uk-tab-bottom,.uk-tab-center-bottom {
    border-top: 1px solid #ddd;
    border-bottom: none
}

.uk-tab-bottom>li {
    margin-top: -1px;
    margin-bottom: 0
}

.uk-tab-bottom>li>a {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom-width: 1px;
    border-top-width: 0
}

.uk-tab-bottom>li.uk-open:not(.uk-active)>a,.uk-tab-bottom>li:not(.uk-active)>a:focus,.uk-tab-bottom>li:not(.uk-active)>a:hover {
    margin-bottom: 0;
    margin-top: 1px;
    padding-bottom: 8px;
    padding-top: 7px
}

.uk-tab-bottom>li.uk-active>a {
    border-top-color: transparent;
    border-bottom-color: #ddd
}

.uk-tab-grid.uk-tab-bottom {
    border-top: none
}

.uk-tab-grid.uk-tab-bottom:before {
    top: -1px;
    bottom: auto
}

@media (min-width:768px) {
    .uk-tab-left,.uk-tab-right {
        border-bottom: none
    }

    .uk-tab-left>li,.uk-tab-right>li {
        margin-bottom: 0;
        float: none
    }

    .uk-tab-left>li>a,.uk-tab-right>li>a {
        padding-top: 8px;
        padding-bottom: 8px
    }

    .uk-tab-left>li:nth-child(n+2)>a,.uk-tab-right>li:nth-child(n+2)>a {
        margin-left: 0;
        margin-top: 5px
    }

    .uk-tab-left>li.uk-active>a,.uk-tab-right>li.uk-active>a {
        border-color: #ddd
    }

    .uk-tab-left {
        border-right: 1px solid #ddd
    }

    .uk-tab-left>li {
        margin-right: -1px
    }

    .uk-tab-left>li>a {
        border-bottom-width: 1px;
        border-right-width: 0
    }

    .uk-tab-left>li:not(.uk-active)>a:focus,.uk-tab-left>li:not(.uk-active)>a:hover {
        margin-bottom: 0;
        margin-right: 1px;
        padding-bottom: 8px;
        padding-right: 11px
    }

    .uk-tab-left>li.uk-active>a {
        border-right-color: transparent
    }

    .uk-tab-right {
        border-left: 1px solid #ddd
    }

    .uk-tab-right>li {
        margin-left: -1px
    }

    .uk-tab-right>li>a {
        border-bottom-width: 1px;
        border-left-width: 0
    }

    .uk-tab-right>li:not(.uk-active)>a:focus,.uk-tab-right>li:not(.uk-active)>a:hover {
        margin-bottom: 0;
        margin-left: 1px;
        padding-bottom: 8px;
        padding-left: 11px
    }

    .uk-tab-right>li.uk-active>a {
        border-left-color: transparent
    }
}

.uk-tab-bottom>li>a {
    border-radius: 0 0 4px 4px
}

@media (min-width:768px) {
    .uk-tab-left>li>a {
        border-radius: 4px 0 0 4px
    }

    .uk-tab-right>li>a {
        border-radius: 0 4px 4px 0
    }
}

@media (max-width:767px) {
    .uk-modal-dialog {
        width: auto;
        margin: 10px auto
    }
}

@media (max-width:767px) {
    .uk-modal-dialog-lightbox>.uk-close:first-child {
        top: -7px;
        right: -7px
    }
}

@media (min-width:768px) {
    .uk-modal-dialog-large {
        width: 930px
    }
}

@media (min-width:1220px) {
    .uk-modal-dialog-large {
        width: 1130px
    }
}

.uk-modal-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 25px;
    color: #ddd
}

.uk-modal-spinner:after {
    content: "";
    display: block;
    font-family: FontAwesome;
    -webkit-animation: uk-rotate 2s infinite linear;
    animation: uk-rotate 2s infinite linear
}

.uk-offcanvas {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    touch-action: none;
    background: rgba(0,0,0,.1)
}

.uk-offcanvas.uk-active {
    display: block
}

.uk-offcanvas-page {
    position: fixed;
    -webkit-transition: margin-left .3s ease-in-out;
    transition: margin-left .3s ease-in-out;
    margin-left: 0
}

.uk-offcanvas-bar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 1001;
    width: 270px;
    max-width: 100%;
    background: #333;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -ms-scroll-chaining: none
}

.uk-offcanvas.uk-active .uk-offcanvas-bar-flip[mode=reveal].uk-offcanvas-bar-show>*,.uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.uk-offcanvas-bar-flip {
    left: auto;
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.uk-offcanvas-bar[mode=none] {
    -webkit-transition: none;
    transition: none
}

.uk-offcanvas-bar[mode=reveal] {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    clip: rect(0,0,100vh,0);
    -webkit-transition: -webkit-transform .3s ease-in-out,clip .3s ease-in-out;
    transition: transform .3s ease-in-out,clip .3s ease-in-out
}

.uk-offcanvas-bar-flip[mode=reveal] {
    clip: none;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.uk-offcanvas-bar-flip[mode=reveal]>* {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out
}

.uk-offcanvas .uk-panel {
    margin: 20px 15px;
    color: #777;
    text-shadow: 0 1px 0 rgba(0,0,0,.5)
}

.uk-offcanvas .uk-panel-title {
    color: #ccc
}

.uk-offcanvas .uk-panel a:not([class]) {
    color: #ccc
}

.uk-offcanvas .uk-panel a:not([class]):hover {
    color: #fff
}

.uk-offcanvas-bar-flip:after,.uk-offcanvas-bar:after {
    width: 1px;
    background: rgba(0,0,0,.6);
    box-shadow: 0 0 5px 2px rgba(0,0,0,.6)
}

.uk-offcanvas-bar:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0
}

.uk-offcanvas-bar-flip:after {
    right: auto;
    left: 0
}

.uk-navbar {
    background: #f5f5f5;
    color: #444;
    border: 1px solid rgba(0,0,0,.06);
    border-radius: 4px
}

.uk-navbar:after,.uk-navbar:before {
    content: "";
    display: table
}

.uk-navbar:after {
    clear: both
}

.uk-tab {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #ddd
}

.uk-tab:after,.uk-tab:before {
    content: "";
    display: table
}

.uk-tab:after {
    clear: both
}

.uk-tab>li {
    float: left;
    position: relative;
    margin-bottom: 0;
    margin-top: 0;
    z-index: 1
}

.uk-tab>li>a {
    text-decoration: none;
    border-radius: 4px 4px 0 0
}

.uk-tab>li:nth-child(n+2)>a {
    margin-left: 5px
}

.uk-tab>li.uk-open>a,.uk-tab>li>a:focus,.uk-tab>li>a:hover {
    border-color: rgba(0,0,0,.06);
    background: #f5f5f5;
    color: #059;
    outline: 0
}

.uk-tab>li.uk-open:not(.uk-active)>a,.uk-tab>li:not(.uk-active)>a:focus,.uk-tab>li:not(.uk-active)>a:hover {
    margin-bottom: 1px;
    padding-bottom: 7px
}

.uk-tab>li.uk-disabled>a {
    color: #999;
    cursor: text
}

.uk-tab>li.uk-disabled.uk-active>a,.uk-tab>li.uk-disabled>a:focus,.uk-tab>li.uk-disabled>a:hover {
    background: 0 0;
    border-color: transparent
}

.uk-tab>li.uk-tab-responsive>a {
    margin-left: 0;
    margin-right: 0
}

.uk-tab-grid {
    border-bottom: none;
    position: relative;
    z-index: 0
}

.uk-tab-grid:before {
    display: block;
    position: absolute;
    left: 5px;
    right: 0;
    bottom: -1px;
    border-top: 1px solid #ddd;
    z-index: -1
}

.uk-tab-grid>li:first-child>a {
    margin-left: 5px
}

.uk-tab-grid>li>a {
    text-align: center
}

.uk-button-dropdown {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.uk-dropdown,.uk-dropdown-blank {
    display: none;
    position: absolute;
    z-index: 1020;
    box-sizing: border-box;
    width: 200px
}

.uk-dropdown {
    padding: 15px;
    background: #fff;
    color: #444;
    font-size: 1rem;
    vertical-align: top
}

.uk-open>.uk-dropdown,.uk-open>.uk-dropdown-blank {
    display: block;
    -webkit-animation: uk-fade .2s ease-in-out;
    animation: uk-fade .2s ease-in-out;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.uk-dropdown-top {
    margin-top: -5px
}

.uk-dropdown-bottom {
    margin-top: 5px
}

.uk-dropdown-left {
    margin-left: -5px
}

.uk-dropdown-right {
    margin-left: 5px
}

.uk-dropdown .uk-nav {
    margin: 0-15px
}

.uk-dropdown-grid>[class*=uk-width-]>.uk-panel+.uk-panel,.uk-grid .uk-dropdown-grid+.uk-dropdown-grid {
    margin-top: 15px
}

@media (min-width:768px) {
    .uk-dropdown:not(.uk-dropdown-stack)>.uk-dropdown-grid {
        margin-left: -15px;
        margin-right: -15px
    }

    .uk-dropdown:not(.uk-dropdown-stack)>.uk-dropdown-grid>[class*=uk-width-] {
        padding-left: 15px;
        padding-right: 15px
    }

    .uk-dropdown:not(.uk-dropdown-stack)>.uk-dropdown-grid>[class*=uk-width-]:nth-child(n+2) {
        border-left: 1px solid #ddd
    }

    .uk-dropdown-width-2:not(.uk-dropdown-stack) {
        width: 400px
    }

    .uk-dropdown-width-3:not(.uk-dropdown-stack) {
        width: 600px
    }

    .uk-dropdown-width-4:not(.uk-dropdown-stack) {
        width: 800px
    }

    .uk-dropdown-width-5:not(.uk-dropdown-stack) {
        width: 1000px
    }
}

@media (max-width:767px) {
    .uk-dropdown-grid>[class*=uk-width-] {
        width: 100%
    }

    .uk-dropdown-grid>[class*=uk-width-]:nth-child(n+2) {
        margin-top: 15px
    }
}

.uk-dropdown-stack>.uk-dropdown-grid>[class*=uk-width-] {
    width: 100%
}

.uk-dropdown-stack>.uk-dropdown-grid>[class*=uk-width-]:nth-child(n+2) {
    margin-top: 15px
}

.uk-dropdown-small {
    min-width: 150px;
    width: auto;
    padding: 5px;
    white-space: nowrap
}

.uk-dropdown-small .uk-nav {
    margin: 0-5px
}

.uk-dropdown-navbar {
    margin-top: 6px;
    background: #fff;
    color: #444;
    left: -1px
}

.uk-open>.uk-dropdown-navbar {
    -webkit-animation: uk-slide-top-fixed .2s ease-in-out;
    animation: uk-slide-top-fixed .2s ease-in-out
}

.uk-dropdown-scrollable {
    overflow-y: auto;
    max-height: 200px
}

.uk-dropdown-navbar.uk-dropdown-flip {
    left: auto
}

.uk-modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
    background: rgba(0,0,0,.6);
    opacity: 0;
    touch-action: cross-slide-y pinch-zoom double-tap-zoom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.uk-modal.uk-open {
    opacity: 1
}

.uk-modal-page,.uk-modal-page body {
    overflow: hidden
}

.uk-modal-dialog {
    position: relative;
    box-sizing: border-box;
    max-width: 100%;
    max-width: calc(100% - 20px);
    background: #fff;
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: opacity .3s linear,-webkit-transform .3s ease-out
}

@media (max-width:767px) {
    .uk-modal-dialog {
        width: auto;
        margin: 10px auto
    }
}

.uk-open .uk-modal-dialog {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.uk-modal-dialog>:not([class*=uk-modal-]):last-child {
    margin-bottom: 0
}

.uk-modal-dialog>.uk-close:first-child {
    margin: -10px -10px 0 0;
    float: right
}

.uk-modal-dialog>.uk-close:first-child+:not([class*=uk-modal-]) {
    margin-top: 0
}

.uk-modal-dialog-lightbox {
    margin: 15px auto;
    padding: 0;
    max-width: 95%;
    max-width: calc(100% - 30px);
    min-height: 50px;
    border-radius: 0
}

.uk-modal-dialog-lightbox>.uk-close:first-child {
    position: absolute;
    top: -12px;
    right: -12px;
    margin: 0;
    float: none
}

@media (max-width:767px) {
    .uk-modal-dialog-lightbox>.uk-close:first-child {
        top: -7px;
        right: -7px
    }
}

.uk-modal-dialog-blank {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear
}

.uk-modal-dialog-blank>.uk-close:first-child {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    margin: 0;
    float: none
}

@media (min-width:768px) {
    .uk-modal-dialog-large {
        width: 930px
    }
}

@media (min-width:1220px) {
    .uk-modal-dialog-large {
        width: 1130px
    }
}

.uk-modal-header {
    margin: -20px -20px 15px;
    padding: 20px;
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
    background: #fafafa
}

.uk-modal-footer {
    margin: 15px -20px -20px;
    padding: 20px;
    border-top: 1px solid #ddd;
    border-radius: 0 0 4px 4px;
    background: #fafafa
}

.uk-modal-footer>:last-child,.uk-modal-header>:last-child {
    margin-bottom: 0
}

.uk-modal-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin-bottom: -10px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.uk-switcher {
    margin: 0;
    padding: 0;
    list-style: none;
    touch-action: cross-slide-y pinch-zoom double-tap-zoom
}

.uk-switcher>:not(.uk-active) {
    display: none
}

.uk-margin {
    margin-bottom: 15px
}

.uk-margin-remove {
    margin: 0!important
}

.uk-hidden {
    display: none!important;
    visibility: hidden!important
}

.uk-dropdown {
    -webkit-transform: scale(.25,0);
    transform: scale(.25,0);
    opacity: 0;
    -webkit-transition: all 280ms cubic-bezier(.4,0,.2,1);
    transition: all 280ms cubic-bezier(.4,0,.2,1);
    -webkit-animation: none!important;
    animation: none!important;
    -webkit-transform-origin: 50%0!important;
    transform-origin: 50%0!important;
    box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
    border: 0
}

.uk-dropdown.uk-dropdown-small {
    width: 160px
}

.uk-accordion-title {
    background: #f5f5f5;
    line-height: 24px;
    cursor: pointer
}

.uk-accordion-content:after,.uk-accordion-content:before {
    content: "";
    display: table
}

.uk-accordion-content:after {
    clear: both
}

.uk-accordion-content>:last-child {
    margin-bottom: 0
}

.uk-accordion-title {
    background: rgba(153,153,153,.2);
    position: relative
}

.uk-accordion-title:after,.uk-tab-responsive>a:before {
    font-family: material icons;
    color: #727272;
    font-size: 18px
}

.uk-accordion-title:after {
    content: "";
    position: absolute;
    top: 8px;
    right: 8px;
    display: block;
    -webkit-transition: -webkit-transform 280ms;
    transition: transform 280ms;
    transition: transform 280ms,-webkit-transform 280ms
}

.uk-accordion-title.uk-active:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.uk-accordion-title-primary {
    background: #2196f3;
    color: #fff
}

.uk-accordion-title-primary:after,.uk-accordion-title-success:after,.uk-accordion-title-warning:after {
    color: #fff
}

.uk-accordion-title-success {
    background: #7cb342;
    color: #fff
}

.uk-accordion-title-warning {
    background: #ffa000;
    color: #fff
}

.uk-accordion-content {
    padding: 16px
}

.uk-tab {
    border-bottom-color: rgba(0,0,0,.12)
}

.uk-tab>li.uk-active>a {
    background: 0 0!important;
    background: #fff;
    color: #444;
    background-color: #fcfcfc;
    border-width: 1px;
    border-style: solid;
    border-color: #db49ff #fb00ff #d2d2d2 #f009ff
}

.uk-tab-responsive>a:before {
    content: "";
    margin-right: 8px;
    vertical-align: -4px
}

.uk-switcher {
    overflow: hidden
}

input:not([type]),input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select,textarea {
    outline: 0
}

.material-icons {
    color: rgba(0,0,0,.54)
}

.scroll-wrapper {
    overflow: hidden!important
}

.scroll-element {
    display: none
}

.scroll-element,.scroll-element div {
    box-sizing: content-box
}

.scroll-element.scroll-x.scroll-scrollx_visible,.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block
}

.scroll-element .scroll-arrow,.scroll-element .scroll-bar {
    cursor: default
}

.scrollbar-inner>.scroll-element,.scrollbar-inner>.scroll-element div {
    background: 0 0;
    border: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-inner>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-inner>.scroll-element .scroll-element_track {
    display: none
}

.scrollbar-inner>.scroll-element .scroll-bar {
    background-color: #6c6e71;
    display: block;
    opacity: 0;
    border-radius: 6px;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.scrollbar-inner>.scroll-element.scroll-x {
    bottom: 0;
    height: 0;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%
}

.scrollbar-inner>.scroll-element.scroll-x .scroll-bar {
    height: 7px;
    min-width: 10px;
    top: -9px
}

.scrollbar-inner>.scroll-element.scroll-x .scroll-element_outer {
    left: 2px
}

.scrollbar-inner>.scroll-element.scroll-x .scroll-element_size {
    left: -4px
}

.scrollbar-inner>.scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 0
}

.scrollbar-inner>.scroll-element.scroll-y .scroll-bar {
    left: -5px;
    min-height: 13px;
    width: 11px
}

.scrollbar-inner>.scroll-element.scroll-y .scroll-element_outer {
    top: 2px
}

.scrollbar-inner>.scroll-element.scroll-y .scroll-element_size {
    top: -4px
}

.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px
}

.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px
}

.scrollbar-inner:hover>.scroll-element .scroll-bar,.scrollbar-inner>.scroll-element.scroll-draggable .scroll-bar {
    opacity: .7
}

#header_main {
    background: #1976d2;
    box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23)
}

#header_main:after,#header_main:before {
    content: " ";
    display: table
}

#header_main:after {
    clear: both
}

#header_main .uk-navbar {
    border: 0;
    background: 0 0
}

#header_main .uk-navbar .uk-navbar-nav {
    position: relative
}

#header_main .uk-navbar .uk-navbar-nav>li>a {
    color: #fff;
    text-shadow: none;
    border: 0;
    line-height: 44px;
    font-family: Roboto,helvetica neue,Helvetica,Arial,sans-serif;
    box-sizing: border-box;
    height: 48px;
    z-index: auto;
    cursor: pointer
}

@media only screen and (max-width:767px) {
    #header_main .uk-navbar .uk-navbar-nav>li>a {
        line-height: 44px;
        padding: 2px 10px 0
    }
}

#header_main .uk-navbar .uk-navbar-nav>li>a:active,#header_main .uk-navbar .uk-navbar-nav>li>a:focus {
    background: 0 0
}

#header_main .uk-navbar .uk-navbar-nav>li>a:after {
    position: absolute;
    bottom: -2px;
    left: 50%;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    margin-left: -6px;
    z-index: -1;
    -webkit-transition: all .1s ease-in 0s;
    transition: all .1s ease-in 0s
}

#header_main .uk-navbar .uk-navbar-nav>li>a.navbar_link {
    line-height: 48px
}

#header_main .uk-navbar .uk-navbar-nav>li.uk-active>a,#header_main .uk-navbar .uk-navbar-nav>li.uk-open>a,#header_main .uk-navbar .uk-navbar-nav>li:focus>a,#header_main .uk-navbar .uk-navbar-nav>li:hover>a {
    background: 0 0
}

#header_main .uk-navbar .uk-navbar-nav>li.uk-open>a,#sidebar_main .menu_section>ul>li.act_section.submenu_trigger>a {
    position: relative
}

#header_main .uk-navbar .uk-navbar-nav>li .uk-dropdown {
    margin-top: 1px;
    max-height: 300px;
    top: 100%!important;
    right: 0!important;
    left: auto!important
}

#header_main .uk-navbar .uk-navbar-nav>li .uk-dropdown .md-list {
    margin-left: -10px
}

#header_main .uk-navbar .uk-navbar-nav>li .uk-dropdown .md-list>li {
    margin-right: 16px
}

#header_main .uk-navbar .uk-navbar-nav>li .uk-dropdown .uk-switcher {
    max-height: 216px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

#header_main .user_actions .user_action_icon {
    display: block;
    position: relative;
    text-align: center;
    padding-top: 4px
}

#header_main .user_actions .user_action_icon:focus,#header_main .user_actions .user_action_icon:hover {
    text-decoration: none
}

#header_main .user_actions .user_action_icon>.uk-badge {
    background: rgba(0,0,0,.5);
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 8px;
    min-width: 20px;
    padding: 1px 4px;
    line-height: 14px;
    border-radius: 2px
}

#header_main .sSwitch {
    display: block;
    height: 2px;
    width: 20px
}

#header_main .sSwitch .sSwitchIcon,#header_main .sSwitch .sSwitchIcon:after,#header_main .sSwitch .sSwitchIcon:before {
    background: #fff;
    -webkit-transition: all .6s cubic-bezier(.4,0,.2,1);
    transition: all .6s cubic-bezier(.4,0,.2,1);
    display: block;
    height: 2px;
    width: 20px
}

#header_main .sSwitch,#header_main .sSwitch .sSwitchIcon {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#header_main .sSwitch .sSwitchIcon {
    position: relative;
    will-change: transform
}

#header_main .sSwitch .sSwitchIcon:after,#header_main .sSwitch .sSwitchIcon:before {
    content: "";
    position: absolute;
    z-index: -1
}

#header_main .sSwitch .sSwitchIcon:before {
    top: 6px
}

#header_main .sSwitch .sSwitchIcon:after {
    top: -6px
}

#header_main .sSwitch.sSwitch_left {
    float: left;
    margin-right: 16px
}

#header_main .sSwitch.sSwitch_left:before {
    left: -8px
}

#header_main .sSwitch.sSwitch_left .sSwitchIcon,#header_main .sSwitch.sSwitch_right .sSwitchIcon,#sidebar_main .menu_section>ul>li.act_section.submenu_trigger>a:before,#sidebar_main .menu_section>ul>li.submenu_trigger li.submenu_trigger.act_section>a:before {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

#header_main .sSwitch.sSwitch_left .sSwitchIcon:after,#header_main .sSwitch.sSwitch_left .sSwitchIcon:before {
    left: 0
}

#header_main .sSwitch.sSwitch_right {
    float: right;
    margin-left: 30px
}

#header_main .sSwitch.sSwitch_right:before {
    right: -8px
}

@media only screen and (max-width:767px) {
    #header_main .sSwitch.sSwitch_right {
        margin-left: 24px
    }
}

#header_main .sSwitch.sSwitch_right .sSwitchIcon:after,#header_main .sSwitch.sSwitch_right .sSwitchIcon:before {
    right: 0
}

#header_main .sSwitch.sSwitch_right.sidebar_secondary_check,#sidebar_main .sidebar_main_header .sidebar_logo a .logo_light,.sidebar_mini #sidebar_main .sidebar_main_header .sidebar_actions .selectize-control .selectize-input:after {
    display: none
}

#header_main .header_main_search_form form {
    display: block;
    position: static
}

#header_main .header_main_search_form .md-icon,#header_main .header_main_search_form .md-icon:focus,#header_main .header_main_search_form .md-icon:hover {
    color: #fff
}

#header_main .header_main_search_form [data-uk-autocomplete] .uk-dropdown {
    left: 40px;
    right: 46px;
    width: auto
}

#header_main .header_main_search_input {
    background: rgba(255,255,255,.2)
}

#header_main .header_main_search_btn {
    position: absolute;
    top: 0;
    right: -2px;
    cursor: pointer
}

#header_main .header_main_search_close {
    position: absolute;
    top: 3px;
    left: 2px
}

.header_double_height:after {
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    height: 59px;
    background: #1976d2;
    content: "";
    display: block
}

.header_double_height #header_main {
    box-shadow: none;
    position: absolute
}

.header_double_height #page_content {
    position: relative;
    overflow: hidden;
    padding-top: 10px
}

.header_double_height #page_content_inner {
    padding: 0
}

.header_double_height .md-card-single {
    position: relative;
    z-index: 1;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.header_double_height .md-card-single .md-card-content {
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch
}

.header_double_height .md-list-outside-wrapper {
    margin-top: 48px
}

.main_logo_top {
    float: left;
    line-height: 48px;
    min-width: 240px;
    display: block
}

@media only screen and (max-width:767px) {
    .main_logo_top {
        min-width: inherit
    }
}

.main_logo_top>a {
    display: inline-block;
    line-height: 48px
}

.header_full #sidebar_main {
    top: 48px;
    height: auto
}

.header_full #header_main {
    margin-left: 0!important;
    z-index: 1214
}

.header_full.sidebar_mini #sidebar_main .menu_section>ul>li>a>.menu_title,.header_full.sidebar_mini #sidebar_main .menu_section>ul>li>ul {
    top: 48px
}

#sidebar_main {
    border-right: 1px solid rgba(0,0,0,.12)
}

@media only screen and (max-width:767px) {
    #sidebar_main {
        width: 280px;
        -webkit-transform: translate3d(-280px,0,0);
        transform: translate3d(-280px,0,0)
    }
}

#sidebar_main .menu_section .menu_heading {
    font: 400 12px/16px Roboto,sans-serif;
    margin: 0 0 12px;
    padding: 6px 6px 12px;
    border-bottom: 1px solid rgba(0,0,0,.12);
    text-transform: uppercase;
    color: #212121
}

#sidebar_main .menu_section>ul>li>a {
    position: relative
}

@media only screen and (max-width:767px) {
    #sidebar_main .menu_section>ul>li>a {
        font-size: 16px
    }
}

#sidebar_main .menu_section>ul>li>a:hover {
    text-decoration: none
}

#sidebar_main .menu_section>ul>li>a>.menu_icon {
    width: 48px;
    text-align: left;
    display: inline-block;
    color: #727272
}

#sidebar_main .menu_section>ul>li>a .menu_title {
    display: inline-block
}

#sidebar_main .menu_section>ul>li>a .uk-badge {
    padding: 1px 4px;
    text-transform: uppercase;
    font-size: 10px;
    position: absolute;
    left: 34px;
    top: 0
}

#sidebar_main .menu_section>ul>li.current_section>a .menu_title,#sidebar_main .menu_section>ul>li.current_section>a>.menu_icon .material-icons {
    color: #7cb342
}

#sidebar_main .menu_section>ul>li ul li.act_item a {
    font-weight: 500;
    background-color: rgba(255,255,255,.73);
    color: 0;
    background-color: rgb(106 214 238/73%);
    border-radius: 40px;
    background: linear-gradient(135deg, #97ffd9, #59e6ff) !important;

}

#sidebar_main .menu_section>ul>li ul li.menu_subtitle {
    font-weight: 500;
    font-size: 13px;
    color: #aaa;
    padding: 16px 0 4px 72px
}

#sidebar_main .menu_section>ul>li.submenu_trigger>a,.sidebar_mini #sidebar_main .menu_section>ul>li {
    position: relative
}

#sidebar_main .menu_section>ul>li.submenu_trigger li.submenu_trigger>a:before,#sidebar_main .menu_section>ul>li.submenu_trigger>a:before {
    position: absolute;
    right: 8px;
    top: 9px;
    content: "";
    font-family: material icons;
    font-size: 18px;
    display: block;
    color: #727272;
    -webkit-transition: -webkit-transform 280ms;
    transition: transform 280ms;
    transition: transform 280ms,-webkit-transform 280ms
}

#sidebar_main .menu_section>ul>li.submenu_trigger li ul {
    margin-left: 0
}

#sidebar_main .menu_section>ul>li.submenu_trigger li.submenu_trigger>a:before {
    top: 7px;
    content: ""
}

@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:192),only screen and (min-resolution:192dppx),only screen and (min-resolution:2dppx) {
    #sidebar_main .sidebar_main_header {
        background-size: 310px 310px
    }
}

#sidebar_main .sidebar_main_header .sidebar_logo a {
    display: inline;
    margin-left: 0
}

#sidebar_main .sidebar_main_header .sidebar_actions {
    margin: 0 20px
}

#sidebar_main .sidebar_main_header .sidebar_actions:after,#sidebar_main .sidebar_main_header .sidebar_actions:before {
    content: " ";
    display: table
}

#sidebar_main .sidebar_main_header .sidebar_actions:after {
    clear: both
}

#sidebar_main .sidebar_main_header .sidebar_actions .selectize-control {
    float: left;
    height: 40px
}

#sidebar_main .sidebar_main_header .sidebar_actions .selectize-control .selectize-input:after {
    margin-top: -13px!important;
    right: 32px
}

#sidebar_main .sidebar_main_header .sidebar_actions .selectize-input {
    width: 48px;
    border: 0;
    padding: 6px 0;
    background: 0 0
}

#sidebar_main .sidebar_main_header .sidebar_actions .selectize-input input {
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    user-select: none!important
}

#sidebar_main .sidebar_main_header .sidebar_actions .selectize-dropdown {
    width: 160px!important;
    margin-left: -8px
}

#sidebar_main .sidebar_main_header .sidebar_actions .selectize-dropdown .item-icon {
    margin-right: 8px
}

#sidebar_main .sSidebar_show {
    display: none!important
}

.sidebar_main_active #sidebar_main {
    -webkit-transform: translate3d(0,0,0)
}

@media only screen and (max-width:1219px) {
    .sidebar_main_active #sidebar_main {
        box-shadow: 0 0 4px rgba(0,0,0,.14),2px 4px 8px rgba(0,0,0,.28)
    }
}

@media only screen and (min-width:1220px) {
    .sidebar_main_active #header_main,.sidebar_main_active #page_content,.sidebar_main_active #top_bar {
        margin-left: 240px
    }
}

@media only screen and (max-width:1219px) {
    .sidebar_main_active #page_content:before {
        opacity: 1;
        z-index: 1184
    }
}

.sidebar_main_active #header_main .sSwitch.sSwitch_left:before {
    opacity: 1
}

.sidebar_main_active #header_main .sSwitch.sSwitch_left .sSwitchIcon {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.sidebar_main_active #header_main .sSwitch.sSwitch_left .sSwitchIcon:after,.sidebar_main_active #header_main .sSwitch.sSwitch_left .sSwitchIcon:before {
    width: 12px
}

.sidebar_main_active #header_main .sSwitch.sSwitch_left .sSwitchIcon:before {
    top: 4px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.sidebar_main_active #header_main .sSwitch.sSwitch_left .sSwitchIcon:after {
    top: -4px;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

@media only screen and (min-width:1220px) {
    .sidebar_main_open #sidebar_main {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    .sidebar_main_open #header_main,.sidebar_main_open #page_content,.sidebar_main_open #top_bar {
        margin-left: 240px
    }

    .sidebar_main_open:not(.steps) .sSwitch_left .sSwitchIcon:after,.sidebar_main_open:not(.steps) .sSwitch_left .sSwitchIcon:before {
        top: 0!important
    }

    .sidebar_main_open #header_main .sSwitch.sSwitch_left:before {
        opacity: 1
    }

    .sidebar_main_open #header_main .sSwitch.sSwitch_left .sSwitchIcon {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    .sidebar_main_open #header_main .sSwitch.sSwitch_left .sSwitchIcon:after,.sidebar_main_open #header_main .sSwitch.sSwitch_left .sSwitchIcon:before {
        width: 12px
    }

    .sidebar_main_open #header_main .sSwitch.sSwitch_left .sSwitchIcon:before {
        top: 4px;
        -webkit-transform: rotate(35deg);
        transform: rotate(35deg);
        -webkit-transform-origin: left top;
        transform-origin: left top
    }

    .sidebar_main_open #header_main .sSwitch.sSwitch_left .sSwitchIcon:after {
        top: -4px;
        -webkit-transform: rotate(-35deg);
        transform: rotate(-35deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

@media only screen and (max-width:1219px) {
    .sidebar_main_hiding #page_content:before {
        opacity: 0;
        z-index: 1109
    }
}

.sidebar_mini #sidebar_main {
    width: 60px;
    background: #fff;
    margin-left: 0;
    -webkit-transform: none;
    transform: none;
    left: 0
}

.sidebar_mini #sidebar_main .sidebar_main_header {
    background-position: 0 0
}

.sidebar_mini #sidebar_main .sidebar_main_header .sidebar_logo a {
    margin-left: 0;
    text-align: center;
    display: block
}

.sidebar_mini #sidebar_main .sidebar_main_header .sidebar_actions {
    margin: 0 8px
}

.sidebar_mini #sidebar_main .sidebar_main_header .sidebar_actions .selectize-control {
    padding-left: 13px
}

.sidebar_mini #sidebar_main .sidebar_main_header .sidebar_actions .selectize-control .selectize-input {
    width: auto;
    text-align: center
}

.sidebar_mini #sidebar_main .menu_section>ul>li>a {
    padding: 0;
    display: block;
    height: 42px;
    text-align: center
}

.sidebar_mini #sidebar_main .menu_section>ul>li>a .menu_icon {
    display: inline-block;
    text-align: center;
    height: 48px
}

.sidebar_mini #sidebar_main .menu_section>ul>li>a .menu_icon .material-icons {
    line-height: 42px
}

.sidebar_mini #sidebar_main .menu_section>ul>li>a>.menu_title {
    text-align: left;
    position: fixed;
    left: 59px;
    top: 0;
    width: 202px;
    display: none;
    padding: 0 16px 0 17px;
    line-height: 50px;
    height: 48px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    background: #7cb342;
    color: #fff;
    z-index: 1124
}

.sidebar_mini #sidebar_main .menu_section>ul>li>a .uk-badge {
    left: 4px
}

.sidebar_mini #sidebar_main .menu_section>ul>li.sidebar_submenu>a:before {
    position: absolute;
    right: 2px;
    top: 10px;
    content: "";
    font-family: material icons;
    font-size: 14px;
    display: block;
    color: #727272
}

#sidebar_secondary {
    position: fixed;
    right: 0;
    -webkit-transform: translate3d(288px,0,0);
    transform: translate3d(288px,0,0);
    bottom: 0;
    border-left: 1px solid rgba(0,0,0,.12);
    width: 280px;
    background: #fff;
    overflow: hidden;
    z-index: 1104;
    box-shadow: 0 0 4px rgba(0,0,0,.14),-2px 4px 8px rgba(0,0,0,.28);
    -webkit-transition: all 280ms cubic-bezier(.4,0,.2,1);
    transition: all 280ms cubic-bezier(.4,0,.2,1);
    will-change: transform
}

#sidebar_secondary,#sidebar_secondary *,#sidebar_secondary:after,#sidebar_secondary:before {
    box-sizing: border-box
}

#sidebar_secondary .sidebar_secondary_wrapper {
    margin: 8px 16px
}

.header_double_height #sidebar_secondary {
    top: 58px
}

#sidebar_secondary .uk-tab {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: #fff
}

#sidebar_secondary.tabbed_sidebar {
    padding-top: 44px
}

.sidebar_secondary_active #sidebar_secondary {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.sidebar_secondary_active:not(.steps) .sSwitch_right .sSwitchIcon:after,.sidebar_secondary_active:not(.steps) .sSwitch_right .sSwitchIcon:before {
    top: 0!important
}

.sidebar_secondary_active #header_main .sSwitch.sSwitch_right:before {
    opacity: 1
}

.sidebar_secondary_active #header_main .sSwitch.sSwitch_right .sSwitchIcon {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.sidebar_secondary_active #header_main .sSwitch.sSwitch_right .sSwitchIcon:after,.sidebar_secondary_active #header_main .sSwitch.sSwitch_right .sSwitchIcon:before {
    width: 12px
}

.sidebar_secondary_active #header_main .sSwitch.sSwitch_right .sSwitchIcon:before {
    top: 4px;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

.sidebar_secondary_active #header_main .sSwitch.sSwitch_right .sSwitchIcon:after {
    top: -4px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transform-origin: right top;
    transform-origin: right top
}

#top_bar {
    background: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
    height: 40px;
    position: fixed;
    top: 48px;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 0 25px
}

#top_bar,#top_bar *,#top_bar:after,#top_bar:before,img,svg {
    box-sizing: border-box
}

#menu_top,#menu_top>li,#top_bar .top_bar_nav,#top_bar .top_bar_nav>li {
    margin: 0;
    padding: 0;
    list-style: none
}

#top_bar .top_bar_nav>li {
    float: left;
    text-align: center
}

#menu_top>li>a,#top_bar .top_bar_nav>li>a {
    line-height: 40px;
    display: block;
    color: #212121;
    padding: 0 16px
}

#top_bar .top_bar_nav>li>a {
    font-weight: 500
}

#top_bar .top_bar_nav>li.uk-active a,#top_bar .top_bar_nav>li>a:hover {
    box-shadow: inset 0-3px 0#2196f3
}

#top_bar .uk-slidenav-position:after,#top_bar .uk-slidenav-position:before {
    position: absolute;
    width: 25px;
    height: 100%;
    display: block;
    top: 0;
    content: ""
}

#top_bar .uk-slidenav-position:before {
    left: -25px
}

#top_bar .uk-slidenav-position:after {
    right: -25px
}

#top_bar .uk-slidenav-position:hover .uk-slidenav {
    display: none
}

#top_bar .uk-slidenav-position.uk-slidenav-hover:hover .uk-slidenav {
    display: block
}

#top_bar .uk-slidenav {
    font-size: 32px;
    height: 50px;
    width: 24px
}

#top_bar .uk-slidenav-previous {
    left: -25px
}

#top_bar .uk-slidenav-next {
    right: -25px
}

.top_bar_active {
    padding-top: 88px
}

.top_bar_active #header_main {
    box-shadow: none
}

#page_heading h1 {
    font: 500 22px/28px Roboto,sans-serif;
    margin: 0
}

#page_heading .heading_actions {
    float: right;
    margin-top: 8px;
    padding-right: 15px
}

#page_heading .heading_actions>* {
    display: inline-block;
    margin-left: 8px;
    position: relative
}

#page_heading .heading_actions .material-icons {
    font-size: 24px
}

#page_heading.uk-active {
    border-bottom: none;
    box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
    z-index: 100
}

.page_heading_active #header_main {
    box-shadow: none
}

#menu_top_dropdown .top_menu_toggle {
    height: 48px;
    line-height: 51px;
    color: #fff;
    display: block;
    padding: 0 8px
}

#menu_top_dropdown .top_menu_toggle .material-icons {
    color: #fff
}

#menu_top_dropdown .uk-dropdown {
    margin-top: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    max-height: 340px
}

@media screen and (max-height:320px) {
    #menu_top_dropdown .uk-dropdown {
        max-height: 252px
    }
}

#menu_top,#menu_top>li {
    position: relative
}

#menu_top>li {
    float: left
}

#menu_top>li>a {
    height: 40px;
    min-width: 60px;
    text-align: center;
    position: relative
}

@media only screen and (max-width:767px) {
    #menu_top>li>a {
        padding: 0 8px
    }
}

#menu_top>li>a:hover {
    background: rgba(0,0,0,.085)
}

#menu_top>li[data-uk-dropdown]>a {
    padding-right: 32px
}

#menu_top>li[data-uk-dropdown]>a:after {
    position: absolute;
    right: 4px;
    top: 2px;
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    font-size: 18px;
    font-family: material icons;
    color: #727272
}

#menu_top>li.uk-open>a,.uk-dropdown>ul>li>a:hover {
    background: rgba(0,0,0,.085)
}

#menu_top>li .uk-dropdown {
    margin-top: 1px;
    top: 100%!important
}

@media (max-height:767px) {
    #menu_top>li .uk-dropdown {
        max-height: 200px!important;
        overflow-y: auto!important
    }
}

@media (min-height:768px) {
    #menu_top>li [class*=uk-dropdown-width] {
        max-height: 640px;
        overflow-y: auto
    }
}

#page_content:before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.3);
    display: block;
    opacity: 0;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    z-index: -1
}

#sidebar_main .sidebar_main_header {
    border-bottom: 1px solid rgba(0,0,0,.12);
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: -20px -124px;
    box-shadow: 0 3px 12px rgba(0,0,0,.23),0 3px 12px rgba(0,0,0,.16)
}

#sidebar_main .menu_section>ul>li>a {
    font: 400 14px/25px Prompt,sans-serif;
    padding: 6px 5px;
    display: block;
    overflow: hidden;
    color: #444
}

@media only screen and (min-width:768px) {
    #sidebar_main .sidebar_main_header {
        top: 0;
        position: fixed;
        left: 0;
        z-index: 1500
    }

    #sidebar_main .menu_section ul {
        margin-top: 105px
    }
}

.md-user-image {
    width: 34px;
    border-radius: 50%;
    height: auto
}

.material-icons {
    font-family: material icons;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    vertical-align: -4px;
    color: #7cb342
}

img,svg {
    max-width: 100%;
    height: 100%
}

.uk-modal-dialog .uk-modal-header {
    font-weight: 700;
    font-size: 13px;
    cursor: move;
    position: relative;
    color: #474747;
    text-shadow: 0 1px 0 rgba(255,255,255,.75);
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#cfd1cf));
    background-image: -moz-linear-gradient(top,#f5f5f5,#cfd1cf);
    background-image: -webkit-linear-gradient(top,#f5f5f5,#cfd1cf);
    background-image: -o-linear-gradient(top,#f5f5f5,#cfd1cf);
    background-image: -ms-linear-gradient(top,#f5f5f5,#cfd1cf);
    background-image: linear-gradient(top,#f5f5f5,#cfd1cf)
}

.uk-modal-dialog {
    box-shadow: 0 19px 38px rgba(0,0,0,.3),0 15px 12px rgba(0,0,0,.22)
}

.modal-header,.uk-modal-dialog .uk-modal-footer,.uk-modal-dialog .uk-modal-header {
    -moz-box-shadow: 0 1px 0#fff inset;
    -webkit-box-shadow: 0 1px 0#fff inset;
    box-shadow: 0 1px 0#fff inset;
    background: #cfd1cf
}

.uk-modal-dialog .uk-modal-footer {
    text-align: right;
    position: relative;
    border: 0;
    outline: 1px solid #bfbfbf;
    -moz-border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#cfd1cf));
    background-image: -moz-linear-gradient(top,#ebebeb,#cfd1cf);
    background-image: -webkit-linear-gradient(top,#ebebeb,#cfd1cf);
    background-image: -o-linear-gradient(top,#ebebeb,#cfd1cf);
    background-image: -ms-linear-gradient(top,#ebebeb,#cfd1cf);
    background-image: linear-gradient(top,#ebebeb,#cfd1cf)
}

.modal-header {
    min-height: 16.428571429px;
    color: #474747;
    text-shadow: 0 1px 0 rgba(255,255,255,.75);
    border-bottom: 1px solid #999;
    padding: 6px 10px;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#cfd1cf));
    background-image: -moz-linear-gradient(top,#f5f5f5,#cfd1cf);
    background-image: -webkit-linear-gradient(top,#f5f5f5,#cfd1cf);
    background-image: -o-linear-gradient(top,#f5f5f5,#cfd1cf);
    background-image: -ms-linear-gradient(top,#f5f5f5,#cfd1cf);
    background-image: linear-gradient(top,#f5f5f5,#cfd1cf)
}

#style_switcher_toggle {
    position: absolute;
    bottom: 1px
}

.md-card {
    background: #fff
}

::-webkit-scrollbar-button {
    background-image: url()
}

::-webkit-scrollbar-track {
    background-color: rgba(204,204,204,.43)
}

::-webkit-scrollbar-corner {
    background-color: #ccc
}

::-webkit-resizer {
    background-image: url()
}

body {
    min-height: 100%;
    font: 400 11px/1.22857"Kalpurush";
    padding-top: 38px;
    box-sizing: border-box;
    background-color: #f4f8fb;
    font-family: "Kalpurush"
}

body::-webkit-scrollbar {
    display: none;
    overflow: hidden:
}

@media only screen and (max-width:767px) {
    #header_main .uk-navbar .uk-navbar-nav>li>a {
        padding: 1px 15px 5px
    }
}

.uldeign {
    border-bottom: 1px solid rgba(0,0,0,.25)
}

#header_main {
    border-bottom: 1px solid transparent;
    background: #2a92e4
}

#sidebar_main .menu_section>ul>li ul a:hover {
    text-decoration: none;
    background-color: #eee;
    transition: background-color 0s;
    background-color: rgb(106 214 238/73%);
    border-radius: 40px;
        background: linear-gradient(135deg, #97ffd9, #59e6ff) !important;
}

#sidebar_main .menu_section>ul>li>a:hover {
    background-color: #eee;
    transition: background-color .4s;
    background: #0288d1;
    background: -webkit-linear-gradient(45deg,#0288d1 0,#26c6da 100%);
    background: linear-gradient(45deg,#99d5f7 0,#26c6da 100%);
        background: linear-gradient(135deg, #97ffd9, #59e6ff) !important;
}

.container {
    padding-left: 0;
    padding-right: 0
}

.medelnewcss {
    background: #fff
}

.text-right {
    text-align: right;
    font-family: abel,sans-serif
}

.md-card .md-card-content {
    padding: 10px
}

.uk-modal-dialog {
    -webkit-transition: opacity 480ms ease-in,-webkit-transform 480ms cubic-bezier(.4,0,.2,1);
    transition: transform 280ms cubic-bezier(.4,0,.2,1),opacity 280ms ease-in;
    transition: transform 280ms cubic-bezier(.4,0,.2,1),opacity 280ms ease-in,-webkit-transform 280ms cubic-bezier(.4,0,.2,1);
    -webkit-transform: scale(0);
    transform: scale(0);
    webkit-transition: .9s ease-in-out;
    transition: all ease-in-out .25s;
    transform: scaleX(.6) translate3d(0,60%,0)
}

.uk-modal {
    z-index: 1304;
    background: rgba(0,0,0,.5);
    -webkit-transition: opacity 250ms ease-out;
    transition: opacity 450ms ease-out;
    overflow: auto!important;
    overflow-y: auto;
    transition: .9s cubic-bezier(.25,.8,.5,1)
}

#sidebar_main,.md-card {
    webkit-box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)
}

#header_main {
    background-color: #2196f3
}

.progresst {
    background-clip: padding-box;
    margin: .5rem 0 1rem
}

.progresst .indeterminate {
    background-color: #008cfb
}

.progresst .indeterminate:after,.progresst .indeterminate:before {
    content: "";
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left,right;
    -webkit-animation: indeterminate 2.1s cubic-bezier(.65,.815,.735,.395) infinite;
    animation: indeterminate 2.1s cubic-bezier(.65,.815,.735,.395) infinite
}

.progresst .indeterminate:after {
    -webkit-animation: indeterminate-short 2.1s cubic-bezier(.165,.84,.44,1) infinite;
    animation: indeterminate-short 2.1s cubic-bezier(.165,.84,.44,1) infinite;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s
}

li {
    animation: fadeInLefts 0s
}

.animated,.animated2,.animated3 {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out
}

.animated2,.animated3 {
    animation-duration: 2s
}

.fadeInLeft {
    animation-name: fadeInLeft
}

.fadeInUp {
    animation-name: fadeInUp
}

.ripple {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border-radius: inherit;
    pointer-events: none;
    animation: ripple-shadow .4s forwards;
    -webkit-animation: ripple-shadow .4s forwards
}

[class*=mad-button-] {
    display: inline-block;
    text-align: center;
    position: relative;
    margin: 0;
    white-space: nowrap;
    vertical-align: middle;
    font-family: roboto,sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    border: 0;
    outline: 0;
    background: 0 0;
    transition: .3s;
    cursor: pointer;
    color: rgba(0,0,0,.82)
}

[class*=mad-button-] i.material-icons {
    vertical-align: middle;
    padding: 0
}

#sidebar_main .menu_section>ul>li ul a {
    padding: 7px 6px;
    display: block;
    font: 400 14px/19px Kalpurush;
    color: #000;
    border-bottom: 1px solid #8a93ff6e;
    background-color: rgb(255 255 255/0%);
    border-radius: 18px
}

@media only screen and (max-width:767px) {
    #sidebar_main {
        width: 240px;
        -webkit-transform: translate3d(-280px,0,0);
        transform: translate3d(-280px,0,0)
    }
}

.md-card {
    background: #fff0;
    position: relative;
    box-shadow: 0 1px 0 transparent,0 1px 0 transparent;
    border: 0
}

::-webkit-scrollbar-thumb {
    background-color: #2196f3;
    border-radius: 0
}

::-webkit-scrollbar-track {
    background-color: transparent
}

.selectize-input::after {
    content: " ";
    display: block;
    clear: left
}

.selectize-input,.selectize-input input {
    color: #303030;
    font-size: 13px;
    line-height: 18px;
    -webkit-font-smoothing: inherit;
    font-family: play,sans-serif
}

a {
    text-decoration: none!important;
    color: var(--color-primary, #2a6df4)
}

.background {
    fill: none;
    stroke: #fafafa;
    stroke-width: 5px;
    stroke-dasharray: 800px;
    stroke-dashoffset: 0;
    opacity: 0;
    animation: 4s circle-outline infinite alternate
}

.ayah-bullet {
    margin-left: 20px;
    --size: 30px;
    width: var(--size);
    height: var(--size)
}

.main-surahbox {
    width: 100%
}

#surah {
    margin-top: 1px;
    flex-direction: column;
    align-items: center
}

#surah .basmalah {
    text-align: center;
    padding-top: 10px
}

#surah,#surah .ayah .ayah-wrapper,.ayah {
    display: flex;
    justify-content: center
}

.ayah {
    outline: 0;
    width: 97%;
    margin-top: 10px;
    background: #fffffffa;
    border-radius: 20px;
    box-shadow: 0 8px 38px rgba(0,0,0,.05)
}

#surah .ayah .ayah-wrapper {
    width: 75vw;
    padding: 10px;
    flex-direction: column;
    align-items: center
}

#surah .ayah .ayah-wrapper .ayah-upperpart {
    display: flex;
    justify-content: space-between;
    width: 100%
}

#surah .ayah .ayah-wrapper .ayah-upperpart-mobile {
    display: none;
    justify-content: space-between;
    align-items: center
}

#surah .ayah .ayah-wrapper .ayah-upperpart-mobile .surah-ayah-index {
    font-size: 20px;
    color: #000;
    background-color: var(--grey-light-border);
    line-height: 20px;
    padding: 5px
}

#surah .ayah .ayah-wrapper .ayah-lowerpart {
    display: flex;
    justify-content: space-between;
    width: 100%
}

#surah .ayah .surah-ayah-index {
    font-weight: 400;
    font-size: 20px;
    color: var(--logo-bg);
    margin-right: 30px;
    line-height: 70px;
    font-family: "Kalpurush"
}

#surah .ayah .ayah-p {
    font-family: Nooheri,serif;
    direction: rtl;
    text-align: right;
    color: var(--surah-text)
}

.translationText {
    font-size: 23px;
    margin: 20px 0;
    direction: ltr;
    color: var(--surah-text);
    text-align: left;
    margin-bottom: 20px!important
}

@media (max-width:1566px) {
    #surah .ayah .surah-ayah-index {
        font-size: 24px
    }
}

@media (max-width:1170px) {
    #surah .basmalah {
        padding: 0 30px
    }

    #surah .ayah .ayah-wrapper {
        width: 98vw
    }

    #surah .ayah .ayah-wrapper .ayah-upperpart {
        justify-content: flex-end
    }

    #surah .ayah .ayah-wrapper .ayah-upperpart .surah-ayah-index {
        display: none
    }

    #surah .ayah .ayah-wrapper .ayah-upperpart-mobile {
        display: flex;
        width: 100%;
        justify-content: flex-start
    }

    .ayah-bullet {
        --size: 20px;
        width: var(--size);
        height: var(--size)
    }
}

.bismillahText {
    height: 75px
}

#surah .ayah .ayah-wrapper .ayah-upperpart {
    margin-bottom: 15px
}

.pageFilterButton {
    right: 20px;
    position: absolute;
    top: 5px;
    cursor: pointer
}

.rl {
    float: none;
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 10px
}

.row {
    margin-right: 0
}

.hadiths-list {
    color: #3c3c3c;
    margin-top: 20px
}

.narrated-by {
    color: #259221;
    margin-bottom: 15px;
    font-size: 16px
}

.had h3 {
    font-size: 22px;
    padding-left: 15px;
    line-height: 21px;
    height: 20px;
    margin: 10px -5px 20px;
    color: #6bb71c;
    font-family: kalpurush,"Helvetica Neue",sans-serif
}

.hadith-des {
    font-size: 16px;
    color: #000;
    line-height: 1.6em;
    text-shadow: .2px .1px #dedede
}

@media (max-width:620px) and (min-width:200px) {
    .note {
        margin-bottom: 10px!important
    }
}

@media (max-width:400px) and (min-width:200px) {
    .rl {
        float: none;
        padding-right: 10px
    }

    .had {
        width: 96%
    }

    .hadith {
        padding: 15px 10px
    }
}

@media (max-width:991px) and (min-width:200px) {
    .sonod {
        float: left
    }

    .note {
        margin-bottom: 10px!important
    }
}

@media (max-width:740px) {
    .rl {
        float: none
    }
}

@media (max-width:991px) and (min-width:100px) {
    .hadith-des {
        font-size: 17px
    }

    .had {
        width: 98%
    }

    .hadith {
        padding: 18px
    }
}

.hadithMenuee .cass--l1 .cal {
    background: rgb(151 219 255);
    background-color: #b6dbf9
}

.link {
    color: #000
}

.hadithMenuee .casl2 .cal {
    background-color: #e3f2fd00;
    border-bottom: 0 solid #727272
}

a:link {
    text-decoration: none
}

.row.hadis-extra {
    background-color: #f5f5f5;
    padding: 10px 0;
    margin: 0;
    border: 1px solid #dfdfdf;
    color: #666
}

.arabicShowHideButton {
    width: 100px;
    float: right
}

.hadith-des {
    text-indent: 10%
}

.font-arabic {
    font-family: alqalam;
    direction: rtl;
    text-align: right;
    font-size: 1.15rem;
    line-height: 2.2rem
}

.numberDesign {
    width: 50px;
    height: 50px;
    color: #00f
}

.ayah-bullet2 {
    --size: 30px;
    width: var(--size);
    height: var(--size)
}

.ayatDetailsDropDown {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3)
}

.dropdown-menu {
    float: right
}

.dropdown-submenu.pull-left>.dropdown-menu {
    width: 100%
}

.vhumikaText {
    font-size: 18px;
    cursor: pointer
}

.transLationTitle {
    font-size: 10px;
    color: #8a2be2;
    font-style: italic
}

.suraAyatNumber {
    font-weight: 400;
    font-size: 15px;
    color: var(--logo-bg);
    margin-right: 20px;
    font-family: "Kalpurush",arial,sans-serif;
    color: #8a2be2;
    border: 1px solid #bebbbb45;
    border-radius: 50px;
    height: 21px
}

#sidebar_secondary .quranPage .uk-accordion-title {
    background: rgb(246 246 246/79%)
}

#sidebar_secondary .quranPage .uk-accordion-content {
    padding: 0
}

#sidebar_secondary .quranPage .uk-accordion-title {
    background: rgba(153,153,153,.2);
    border-radius: 19px;
    border: 0;
    margin: 0 0 4px;
    font-size: 15px;
    font-weight: 400;
    padding: 8px 24px 8px 16px;
    position: relative
}

::after,::before {
    box-sizing: inherit
}

* {
    font: inherit;
    box-sizing: border-box
}

ul {
    list-style: none
}

.cd-accordion {
    background: #4c5057;
    background: var(--cd-color-1);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: 0 1px 8px rgba(0,0,0,.1),0 16px 48px rgba(0,0,0,.1),0 24px 60px rgba(0,0,0,.1);
    box-shadow: var(--shadow-lg)
}

.cd-accordion--animated .cal::before {
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s
}

.cass {
    display: none;
    overflow: hidden
}

.caii {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.cai {
    position: absolute;
    opacity: 0
}

.cal {
    background: #4c5057;
    background: var(--cd-color-1);
    font-size: 14px
}

.cal span {
    -ms-flex-order: 3;
    order: 3
}

.cal:hover {
    background: #535860;
    background: hsl(var(--cd-color-1-h),var(--cd-color-1-s),calc(var(--cd-color-1-l)*1.1))
}

.cal::after,.calif::before {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    background-image: url(../img/cd-icons.svg);
    background-repeat: no-repeat;
    margin-right: .25em;
    margin-right: var(--space-xxxs)
}

.calif::before {
    -ms-flex-order: 1;
    order: 1
}

.cal::after {
    -ms-flex-order: 2;
    order: 2
}

.calif::before {
    background-position: 0 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.calif::after {
    background-position: -16px 0
}

.cdalii::after {
    background-position: -48px 0;
    display: none
}

.cai:checked+.cal::before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.cai:checked+.cal::after {
    background-position: -32px 0
}

.cai:checked~.cass,.control input:checked~.control__indicator:after {
    display: block
}

.cass--l1 .cal {
    background: #313439;
    background: hsl(var(--cd-color-1-h),var(--cd-color-1-s),calc(var(--cd-color-1-l)*.65));
    --color-shadow: lightness(hsl(218, 7%, 32%), 0.85);
    --color-shadow: lightness(var(--cd-color-1), 0.85);
    box-shadow: inset 0-1px lightness(#4c5057,.85);
    box-shadow: inset 0-1px var(--color-shadow);
    padding-left: calc(1.25em + 16px);
    padding-left: calc(var(--space-md) + 16px)
}

.cass--l1 .cal:hover {
    background: #393c41;
    background: hsl(var(--cd-color-1-h),var(--cd-color-1-s),calc(var(--cd-color-1-l)*.75))
}

.caii:last-child .cal {
    box-shadow: none
}

.casl2 .cal {
    padding-left: calc(1.5em + 32px);
    padding-left: calc(var(--space-md) + var(--space-xxxs) + 32px)
}

.hadithMenuee .cass--l1 .cal {
    font-size: 15px;
    background: #c0e3ff;
    padding-left: 7px
}

#sidebar_main ul li,.hadithMenuee a,.subjectMenuee a {
    color: #000
}

.hadithMenuee .casl2 .cal {
    font-size: 13px;
    padding-left: 11px
}

.subjectMenuee .cal {
    background: linear-gradient(90deg,#d0c4ff,#44e5e0)
}

.subjectMenuee .cass--l1 .cal {
    font-size: 15px;
    background: #cfcfcf57
}

.subjectMenuee .casl2 .cal {
    background-color: #a4d5ce;
    font-size: 13px;
    padding-left: 11px
}

.cass--l1 .cal {
    font-size: 12px
}

.quranBulet {
    content: " ";
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -31px;
    top: 8px
}

.basmalah {
    height: 85px;
    max-width: 250px
}

.cal {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background: #add8e6;
    --color-shadow: lightness(hsl(218, 7%, 32%), 1.2);
    --color-shadow: lightness(var(--cd-color-1), 1.2);
    box-shadow: inset 0-1px lightness(#4c5057,1.2);
    box-shadow: inset 0-1px var(--color-shadow);
    color: #fff;
    color: var(--color-white);
    padding: 0 .2em 0 8px
}

.content p,.quranMenu .cal {
    font-size: 16px
}

.quranMenu .cal::after,.quranMenu .calif::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-image: url(../assets/library/cd-icons.svg);
    background-repeat: no-repeat;
    margin-right: .25em;
    margin-right: var(--space-xxxs)
}

.suraNumberSize {
    font-size: 15px
}

.menuSuraNameText {
    font-size: 18px
}

label {
    display: inline-block;
    margin-bottom: 2px;
    font-weight: 700
}

.hadithMenuee .cal,.subjectMenuee .cal {
    border-bottom: 1px solid #020202;
    font-size: 18px
}

.subjectMenuee .cal {
    padding: 0 .2em
}

.normalArabicText {
    margin-inline-end: auto
}

.bywords-word {
    display: flex;
    flex-direction: column;
    justify-content: none;
    align-items: center;
    margin: 0;
    background: 0 0;
    border-radius: 30px;
    padding: 0 7px 7px;
    cursor: pointer
}

.panel-body {
    padding: 5px
}

.slidecontainer {
    width: 100%
}

.size-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    margin-right: 10px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: 0;
    opacity: .7;
    -webkit-transition: .2s;
    transition: opacity .2s
}

.size-slider:hover {
    opacity: 1
}

.size-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4caf50;
    cursor: pointer
}

.size-slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4caf50;
    cursor: pointer
}

.control-group {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 5px
}

.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 15px
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6
}

.control--radio .control__indicator {
    border-radius: 50%
}

.control input:focus~.control__indicator,.control:hover input~.control__indicator {
    background: #ccc
}

.control input:checked~.control__indicator {
    background: #2aa1c0
}

.control input:checked:focus~.control__indicator,.control:hover input:not([disabled]):checked~.control__indicator {
    background: #0e647d
}

.control input:disabled~.control__indicator {
    background: #e6e6e6;
    opacity: .6;
    pointer-events: none
}

.control__indicator:after,.qTranscheckmark:after {
    content: "";
    position: absolute;
    display: none
}

.control--checkbox .control__indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.control--checkbox input:disabled~.control__indicator:after {
    border-color: #7b7b7b
}

.control--radio .control__indicator:after {
    left: 7px;
    top: 7px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #fff
}

.control--radio input:disabled~.control__indicator:after {
    background: #7b7b7b
}

.select,.select select {
    display: inline-block;
    width: 100%
}

.select {
    position: relative;
    margin-bottom: 15px
}

.select select {
    cursor: pointer;
    padding: 10px 15px;
    outline: 0;
    border: 0;
    border-radius: 0;
    background: #e6e6e6;
    color: #7b7b7b;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

.select select::-ms-expand {
    display: none
}

.select select:focus,.select select:hover {
    color: #000;
    background: #ccc
}

.select select:disabled {
    opacity: .5;
    pointer-events: none
}

.select__arrow {
    position: absolute;
    top: 16px;
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0;
    border-color: #7b7b7b transparent transparent
}

.select select:focus~.select__arrow,.select select:hover~.select__arrow {
    border-top-color: #000
}

.select select:disabled~.select__arrow {
    border-top-color: #ccc
}

#sidebar_main {
    background-image: linear-gradient(to right,#84fab0 0,#8fd3f4 51%,#84fab0 100%);
    background: linear-gradient(90deg,#ebe6ff,#37fff975);
    width: 30em;
    border-right: 0 solid transparent;
    position: fixed;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translate3d(-30em,0,0);
    transform: translate3d(-30em,0,0);
    z-index: 1204;
    background: #fff;
    will-change: transform
}

#sidebar_main .menu_section>ul>li.act_section.submenu_trigger>a {
    background-color: #55b1ef94
}

table {
    max-width: 100%;
    background-color: #ffffffd6
}

table tbody {
    background-color: #ffffff6b
}

.main-content,.uk-tab>li>a {
    background-color: transparent;
    padding: 1px 5px 40px;
    position: relative
}

@media only screen and (max-width:768px) {
    #sidebar_main {
        width: 28em;
        -webkit-transform: translate3d(-28em,0,0);
        transform: translate3d(-28em,0,0)
    }
}

@media only screen and (min-width:1094px) {
    .sidebar_main_open #header_main,.sidebar_main_open #page_content,.sidebar_main_open #top_bar {
        margin-left: 30em
    }
}

#sidebar_main .sidebar_main_header {
    width: 100%
}

@media only screen and (min-width:1094px) {
    .sidebar_main_active #header_main,.sidebar_main_active #page_content,.sidebar_main_active #top_bar {
        margin-left: 30em
    }
}

.sidebar_main_open #header_main,.sidebar_main_open #page_content,.sidebar_main_open #top_bar {
    margin-left: 30em
}

@media only screen and (min-width:1094px) {
    .sidebar_main_active #footer,.sidebar_main_open #footer {
        margin-left: 30em
    }
}

.sidebar_main_active #chatbox_wrapper,.sidebar_main_open #chatbox_wrapper {
    left: 30em
}

.boxed_layout.sidebar_main_active #page_content,.boxed_layout.sidebar_main_open #page_content {
    padding-left: 30em
}

.suranameCaliHolder-suraName2 {
    text-align: center;
    font-size: 18px!important;
    margin-top: -11px;
    line-height: 100%;
    color: coral
}

#sidebar_main .sidebar_main_header {
    height: 11.2em;
    background-color: #fffaf0;
    background: linear-gradient(90deg,#ebe6ff,#37fff9);
    top: 0;
    position: fixed;
    left: 0;
    z-index: 1500
}

#sidebar_main .sidebar_main_header .sidebar_logo {
    height: 65px;
    line-height: 48px;
    overflow: hidden
}

.tabContainerBar {
    background-color: #f6f6f6;
    height: 5.3em;
    padding: .2em;
    border-bottom-width: .1em;
    border-bottom-style: solid;
    border-bottom-color: #e6e6e6;
    min-width: 30em!important
}

.uk-tab>li>a {
    color: #212121;
    font-weight: 500;
    float: left;
    display: block;
    height: 4.1em;
    cursor: pointer;
    -webkit-border-top-left-radius: .9em;
    -moz-border-radius-topleft: .9em;
    border-top-left-radius: .9em;
    -webkit-border-top-right-radius: .9em;
    -moz-border-radius-topright: .9em;
    border-top-right-radius: .9em;
    font-size: 13px;
    text-transform: uppercase;
    border: 1px solid #dcdcdc;
    border-bottom: 2px solid transparent;
    min-width: 77px;
    max-width: 100%;
    text-align: center;
    -webkit-transition: all 220ms cubic-bezier(.4,0,.2,1);
    transition: all 220ms cubic-bezier(.4,0,.2,1);
    padding: 3px!important;
    margin: 0!important;
    box-sizing: border-box;
    top: 1px;
    text-shadow: none
}

.uk-modal-dialog {
    width: 70%;
    border-radius: 10px;
    box-shadow: 0 19px 38px rgb(0 0 0/30%),0 15px 12px rgb(0 0 0/22%);
    padding: 0 0 10px
}

#sidebar_secondary {
    top: 38px;
    background: linear-gradient(28deg,#c5eff7,#e1f9fc)
}

@media only screen and (max-width:1019px) {
    .quranTabXX {
        background-image: url(img/quran.png);
        background-repeat: no-repeat;
        background-position: center .86em;
        background-size: auto
    }
}

@media only screen and (max-width:1000px) {
    #sidebar_main .sidebar_main_header {
        height: 11.5em
    }
}

.scroll-wrapper {
    padding: 0!important;
    position: relative
}

#sidebar_main .menu_section>ul>li.submenu_trigger li.submenu_trigger>a {
    position: relative;
    padding-right: 6px
}

#page_content_inner {
    padding: 0 0 1px 1px
}

#loadrequlist {
    height: 86vh;
    overflow-y: scroll;
    width: 100%
}

#header_main {
    background: #7fffd4;
    box-shadow: 0 3px 6px rgb(0 0 0/16%),0 3px 6px rgb(0 0 0/23%);
    padding: 0 25px;
    height: 38px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1104
}

#load2TabHeaderTop {
    box-shadow: 1px 2px 4px 0 rgb(0 0 0/20%);
    min-height: 45px;
    background-color: #f3feffe6;
    border-top-width: 0;
    border-radius: 20px;
    margin-top: 0px;
    margin-left: 11px;
    box-shadow: 0 4px 25px -7px rgba(9,136,183,.2)
}

.scroll-wrapper>.scroll-content::-webkit-scrollbar {
    height: 0;
    width: 5px
}

::-webkit-scrollbar {
    width: 3px;
    height: 3px
}

::-webkit-scrollbar-button {
    width: 3px;
    height: 12px;
    background-color: #7cb342
}

#wait2 {
    width: 32px;
    height: 32px;
    border: 0 solid #000;
    position: absolute;
    top: auto;
    left: 90%;
    padding: 2px;
    display: inline;
    z-index: 2000;
    margin-top: -40px
}

.menuSuraDetails {
    color: #28689c7d;
    font-size: 12px
}

.menuSuraNajilPlace {
    color: darkorchidss
}

#header_main .sSwitch {
    cursor: pointer;
    margin: 12px 0 0;
    padding: 6px 0;
    position: relative
}

#header_main .sSwitch:before {
    content: "";
    position: absolute;
    top: -2px;
    width: 2px;
    height: 18px;
    background: rgba(255,255,255,.6);
    display: block;
    opacity: 0;
    -webkit-transition: opacity 280ms cubic-bezier(.4,0,.2,1);
    transition: opacity 280ms cubic-bezier(.4,0,.2,1)
}

#header_main .user_actions a.user_action_image {
    position: relative;
    line-height: 38px!important
}

#sidebar_main {
    background: linear-gradient(90deg,#ebe6ff,#37fff9);
    background-size: 200%auto
}

#sidebar_main .menu_section ul {
    margin: 0
}

.menu_section {
    margin-top: 12.8em
}

.quranMenu .quran_list {
    padding: 8px 10px 2px!important
}

.hadithMenuee .firstLevelAccordingMenu,.subjectMenuee .firstLevelAccordingMenu {
    font-weight: 500;
    cursor: pointer;
    background: linear-gradient(90deg,#d0c4ffb3,#44e5e085)
}

.subjectMenuee .firstLevelAccordingMenu {
    padding: .8em .2em;
    font-size: 16px;
    border-radius: 40px
}

.hadithMenuee .firstLevelAccordingMenu {
    border-radius: 24px;
    background-color: #d0eaff;
    background: rgb(141 215 254);
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    border-bottom: 1px solid #0202023d
}

.secondLevelAccordingMenu,.slevelamh {
    display: block;
    color: #000;
    cursor: pointer
}

.secondLevelAccordingMenu {
    padding: 9px 10px;
    font: 400 14px;
    border-bottom: 0 solid #dcdcdc;
    background-color: rgb(255 255 255/0%)
}

.slevelamh {
    padding: 4px 5px 1px;
    font: 400 13px;
    font-size: 14px
}

.hnar {
    color: #727272;
    font-size: 11px
}

@media only screen and (max-width:768px) {
    #load2TabHeaderTop {
        box-shadow: 1px 2px 4px 0 rgb(0 0 0/20%);
        min-height: 50px;
        border-radius: 10px;
        background-color: #f3feffe6;
        border: 0 solid #fafafa;
        border-top-width: 0;
        width: 97%;
        margin-top: 7px;
        margin-left: 5px
    }
}

.suraBanglameaningSize {
    font-size: 12px;
    color: #556b2f
}

#header_main .header_main_search_form {
    display: none;
    position: relative;
    padding: 2px 46px 0 40px;
    margin: 3px 0;
    background: rgb(208 195 72/50%)
}

#header_main .header_main_search_input {
    border: 0;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0;
    vertical-align: top;
    padding: 6px 15px;
    font-size: 16px;
    height: auto;
    background: rgb(208 195 72/50%);
    color: #fff
}

.material-icons.md-24 {
    font-size: 24px;
    vertical-align: -1px
}

.progresstxx {
    position: fixed;
    top: -6px;
    height: 4px;
    display: block;
    width: 100%;
    background-color: #acece6;
    border-radius: 2px;
    background-clip: padding-box;
    margin: .5rem 0 1rem;
    overflow: hidden;
    z-index: 1300
}

.suranameCaliHolder2 {
    height: 45px;
    max-width: 250px;
    background-image: url(../img/suraNameCaligraphySVG.svg);
    background-size: 100% 100%;
    font-size: 17px;
    text-align: center;
    margin-top: 3px
}

.suranameCaliHolder1,.suranameCaliHolder3 {
    height: 40px;
    max-width: 130px;
    background-image: url(../img/suraNameCaligraphySide.svg);
    background-size: 100% 100%;
    margin-top: .3%
}

.suranameCaliHolder3 {
    background-image: url(../img/suraNameCaligraphySide.png)
}

.suranameCaliHolder-suraName13 {
    text-align: center;
    font-size: 12px!important;
    margin-top: 0px;
    line-height: 100%;
    cursor: pointer
}

.pageFilterButtonImage {
    width: 50px;
    height: 50px
}

.uk-modal-dialog .uk-modal-footer {
    margin: 0 0-23px;
    padding: 8px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    z-index: 1080
}

.uk-modal-dialog .uk-modal-header {
    background: 0 0;
    border-bottom: none;
    margin: 0;
    padding: 0 32px 0 24px;
    overflow: hidden
}

.arabicText {
    text-align: right
}

@media only screen and (max-width:600px) {
    .dd {
        display: inline
    }
}

.QuranSettingPanel .uk-accordion-title {
    background: rgba(153,153,153,.2);
    border-radius: 0;
    border: 0;
    margin: 0 0 4px;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    padding: 5px 15px!important
}

.QuranSettingPanel .control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 6px;
    cursor: pointer;
    font-size: 13px
}

.qSettingpanel {
    cursor: pointer;
    font-size: 14px;
    border: 1px solid #80808042;
    height: 30px;
    padding: 5px 47px 0 29px;
    border-radius: 18px
}

.act_items {
    color: #da2525;
    background-color: rgba(255,255,255,.73)
}

.act_items a:active {
    color: #00f
}

.mdcardvh {
    height: 85vh
}

@media only screen and (max-width:768px) {
    #sidebar_main {
        width: 25em
    }

    .suranameCaliHolder-suraName2 {
        text-align: center;
        font-size: 13px!important;
        margin-top: -5px
    }

    .suranameCaliHolder2 {
        margin-left: 0;
        width: 100%;
        max-width: 190px;
        height: 45px;
        font-size: 13px!important
    }

    .suranameCaliHolder1,.suranameCaliHolder3 {
        margin-left: 0;
        height: 40px;
        width: 70px;
        font-size: 9px!important
    }

    .tabContainerBar {
        min-width: 20em!important
    }

    .uk-tab>li>a {
        min-width: 67px
    }

    .uk-modal-dialog {
        width: 95%;
        top: 0!important
    }
}

svg:not(:root).svg-inline--fa {
    overflow: visible
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em
}

.svg-inline--fa.fa-w-11 {
    width: .6875em
}

.svg-inline--fa.fa-w-12 {
    width: .75em
}

.svg-inline--fa.fa-w-16 {
    width: 1em
}

.svg-inline--fa.fa-w-18 {
    width: 1.125em
}

#bne-navbar {
    min-height: 35px
}

@media screen and (max-width:768px) {
    #bne-navbar,#bne-navbar * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        border-right: 1px solid
    }

    #bne-navbar * {
        position: relative
    }

    #bne-navbar {
        z-index: 1000;
        width: 100%;
        min-width: 100%;
        min-height: 50px;
        background: #fff;
        box-shadow: 0 0 5px rgba(0,0,0,.2);
        transition: opacity .3s,visibility .2s
    }

    #bne-navbar.active {
        opacity: 1;
        transition: opacity .2s,visibility .3s;
        visibility: visible
    }

    #bne-navbar,#bne-navbar .bne-navbar-overlay {
        visibility: hidden;
        opacity: 0;
        position: fixed;
        right: 0;
        left: 0;
        bottom: 0
    }

    #bne-navbar .bne-navbar-overlay {
        background: rgba(0,0,0,.8);
        top: 0;
        z-index: 2;
        transition: opacity .3s ease
    }

    #bne-navbar .bne-navbar-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 50px
    }

    #bne-navbar .bne-navbar-btn-wrapper {
        -webkit-box-flex: 1;
        -ms-flex: 1 0;
        flex: 1 0
    }

    #bne-navbar .bne-navbar-btn-wrapper:hover {
        background: rgba(0,0,0,.1);
        box-shadow: inset 0 0 4px rgba(0,0,0,.1)
    }

    #bne-navbar .bne-navbar-link {
        display: block;
        width: 100%;
        height: 100%;
        padding: 10px;
        color: #777;
        text-align: center;
        transition: all .3s ease
    }

    #bne-navbar .bne-navbar-icon {
        font-size: 25px;
        line-height: 25px
    }

    #bne-navbar .bne-navbar-title {
        display: block;
        font-size: 12px
    }

    #bne-navbar .bne-navbar-menu {
        position: fixed;
        z-index: 2;
        margin-left: auto;
        height: 100%;
        width: 100%;
        max-width: 350px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #222;
        box-shadow: 0 0 5px rgba(0,0,0,.4);
        font-size: 14px;
        -webkit-transition: -webkit-transform .4s ease;
        transition: transform .4s ease;
        -webkit-transform: translateX(450px);
        transform: translateX(450px);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    #bne-navbar .bne-navbar-menu.text-light * {
        color: #fff
    }

    #bne-navbar .bne-navbar-menu-inner {
        height: 100%;
        width: 100%;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch
    }

    #bne-navbar .bne-navbar-menu .bne-navbar-menu-header {
        z-index: 1;
        padding: 10px 20px;
        height: 45px;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        background: rgba(0,0,0,.2);
        border-bottom: 1px solid rgba(0,0,0,.4)
    }

    #bne-navbar .bne-navbar-menu .bne-navbar-title {
        display: block;
        float: left;
        font-size: 18px;
        text-align: left
    }

    #bne-navbar .bne-navbar-menu .bne-navbar-menu-close {
        position: relative;
        display: block;
        float: right;
        height: 25px;
        cursor: pointer;
        font-size: 25px;
        line-height: 25px
    }

    #bne-navbar .bne-navbar-menu .bne-navbar-menu-body {
        padding: 20px
    }

    #bne-navbar .bne-navbar-menu .bne-navbar-custom-menu {
        margin: 0-20px
    }

    #bne-navbar .bne-navbar-menu .bne-navbar-custom-menu ul {
        list-style: none
    }

    #bne-navbar .bne-navbar-menu .bne-navbar-custom-menu li a {
        display: block;
        border-bottom: 1px solid rgba(0,0,0,.2);
        font-weight: 700;
        font-size: 16px;
        transition: all .3s ease;
        padding: 1em 20px
    }

    #bne-navbar .bne-navbar-menu .bne-navbar-custom-menu li a:hover {
        background: rgba(255,255,255,.1);
        margin-left: -20px;
        padding-left: 60px
    }

    #bne-navbar .bne-navbar-menu .bne-navbar-custom-menu li li a {
        padding-left: 40px
    }

    #bne-navbar .bne-navbar-menu .bne-navbar-custom-menu li li a:hover {
        margin-left: -40px;
        padding-left: 100px
    }

    #bne-navbar .quranTab {
        background-position: center 3px
    }
}

@media all {
    a {
        background-color: transparent
    }

    a:active,a:hover {
        outline: 0
    }

    svg:not(:root) {
        overflow: hidden
    }@    media print {
        *,: after,:before{color:#000!important;
        text-shadow: none!important;
        background: 0 0!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important
    }

    a,a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " ("attr(href)")"
    }

    a[href^="#"]:after {
        content: ""
    }
}

*,:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus,a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

ul {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul {
    margin-bottom: 0
}}

@media screen and (max-width:768px) {
    html:not(.bne-accessible) a:focus {
        outline: 0
    }

    a,a:active,a:focus,a:hover,a:visited {
        text-decoration: none
    }

    .text-light {
        color: #fff;
        text-shadow: 0 1px 0 rgba(0,0,0,.3)
    }
}

a,a:hover {
    color: inherit
}

.suranameCaliHolder1 {
    width: 25%;
    float: left;
    padding: 15px
}

.suranameCaliHolder2,.suranameCaliHolder3 {
    width: 50%;
    float: left;
    padding: 15px
}

.suranameCaliHolder3 {
    width: 25%
}

#header_main,#page_content,#top_bar {
    will-change: margin;
    -webkit-transition: margin 0ms;
    transition: margin 0ms
}

.uk-form input:not([type]),.uk-form input[type=color],.uk-form input[type=date],.uk-form input[type=datetime-local],.uk-form input[type=datetime],.uk-form input[type=email],.uk-form input[type=month],.uk-form input[type=number],.uk-form input[type=password],.uk-form input[type=search],.uk-form input[type=tel],.uk-form input[type=text],.uk-form input[type=time],.uk-form input[type=url],.uk-form input[type=week],.uk-form select,.uk-form textarea {
    height: 30px;
    max-width: 100%;
    padding: 4px 6px;
    border: 1px solid rgba(0,0,0,.23);
    color: #444;
    -webkit-transition: all .2s linear;
    -webkit-transition-property: border,background,color,box-shadow,padding;
    transition: all .2s linear;
    transition-property: border,background,color,box-shadow,padding;
    border-radius: 18px;
    box-shadow: 0 0 0 rgba(0,0,0,.12),0 0 0 rgba(0,0,0,.24)
}

#submit {
    border-radius: 18px;
    font-size: 15px
}

.uk-tab-grid {
    margin-left: 1px
}

#header_main {
    background: linear-gradient(28deg,#c5eff7,#95f3ff)
}

#header_main .sSwitch .sSwitchIcon,#header_main .sSwitch .sSwitchIcon:after,#header_main .sSwitch .sSwitchIcon:before {
    background: #4f54dc
}

.uk-dropdown {
    border-radius: 20px
}

.switch-field label:hover,.uk-button-dropdown {
    cursor: pointer
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Kalpurush",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500
}

.uk-accordion-title {
    margin: 2px 0 4px;
    font-size: 16px;
    border-radius: 24px;
    padding: 9px 10px 8px;
    box-shadow: 0 3px 7px rgba(0,0,0,.03);
    border: 1px solid #ccc
}

.translationCheckcheckbox-container {
    display: flex
}

.translationCheck {
    flex: 1;
    margin-left: 6px
}

.qTranscontainer {
    display: block;
    position: relative;
    padding-left: 22px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 0 solid
}

.qTranscontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.qTranscheckmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid;
    background: #fff0;
    border-radius: 5px
}

.qTranscontainer:hover input~.qTranscheckmark {
    background-color: #ccc
}

.qTranscontainer input:checked~.qTranscheckmark {
    background-color: #2196f3
}

.qTranscontainer input:checked~.qTranscheckmark:after {
    display: block
}

.qTranscontainer .qTranscheckmark:after {
    left: 7px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.hiddenContent {
    display: none
}

.bne-navbar-link {
    text-decoration: none;
    color: inherit
}

.bne-navbar-link:hover {
    filter: brightness(120%)
}

.bne-navbar-link.active,ul>li.uk-width-1-4.uk-active {
    filter: invert(27%) sepia(37%) saturate(2878%) hue-rotate(179deg) brightness(104%) contrast(97%)
}

.hadisTabXX,.libraryTabXX,.quranTabXX,.subjectWiseTabXX {
    background-image: url(imgs/qicon32.svg);
    background-repeat: no-repeat;
    background-position: center .86em;
    background-size: auto
}

.hadisTabXX,.libraryTabXX,.subjectWiseTabXX {
    background-image: url(../imgs/sb26.svg)
}

.hadisTabXX,.libraryTabXX {
    background-image: url(../imgs/hadith11.svg)
}

.libraryTabXX {
    background-image: url(../imgs/librarys6.svg)
}

.ayah-middle-part {
    display: flex;
    flex-wrap: wrap!important;
    justify-content: right;
    flex-flow: row-reverse;
    text-align: right;
    width: 100%;
    margin: 0
}

.uk-modal-dialog {
    margin: 33px auto
}

.searchInput {
    height: 35px
}

.suraNumberBack {
    content: " ";
    background-image: url(../img/qNumberDes2.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 41px!important;
    height: 43px;
    position: absolute;
    left: 5px;
    top: 3px
}

.ayah-bulletss {
    margin-left: 12px
}

.switch-field,.switch-field-two {
    display: flex;
    margin-bottom: 36px;
    overflow: hidden;
    margin-left: 8px
}

.switch-field-two {
    margin-bottom: 9px;
    flex-direction: column
}

.switch-field input {
    position: absolute!important;
    clip: rect(0,0,0,0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden
}

.switch-field label {
    color: rgba(0,0,0,.6);
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 8px 7px;
    border: 1px solid rgba(0,0,0,.2);
    transition: all .1s ease-in-out;
    width: 30%;
    margin-bottom: 6px;
    border-radius: 15px;
    margin-right: 9px
}

.switch-field-two label {
    width: 97%
}

.switch-field input:checked+label {
    background-color: #a5dc86;
    box-shadow: none
}

.switch-field input:checked+label::before {
    content: "✓";
    display: inline-block;
    margin-right: 5px;
    font-size: 14px;
    color: #fff
}

#sidebarSetting .uk-accordion-content {
    padding: 0
}

#sidebarSetting .uk-accordion-title {
    border-radius: 22px;
    border: 1px solid #999999cf;
    margin: 0 0 8px;
    font-size: 15px;
    padding: 4px 11px 4px 18px;
    position: relative;
    font-weight: 700;
    background-color: #8ec5fc;
    background-image: linear-gradient(261deg,#8ec5fc 0,#e0c3fc 100%)
}

@media only screen and (max-width:768px) {
    .suraAyatNumber {
        display: none
    }
}

@media only screen and (min-width:769px) {
    .suraAyatNumberMobile {
        display: none
    }
}

#submit {
    background: #2196f300;
    border: 1px solid #aaa;
    color: #000;
    box-shadow: 0 0 0 rgba(0,0,0,.12),0 0 0 rgba(0,0,0,.24)
}

#submit:hover {
    border: 1px solid #ff1919;
    color: #fff!important;
    background: #f6b93b;
    border-color: #f6b93b!important;
    transition: all .4s ease 0s
}

.suraAyatNumberMobile {
    font-family: "Kalpurush",arial,sans-serif;
    color: #8a2be2;
    border: 1px solid #bebbbb45;
    border-radius: 50px;
    height: 14px;
    font-size: 13px
}

#load2TabHeaderTop {
    width: 97.5%
}

.trans-verse {
    margin: 0 0 3px
}

.ayah-paragraf {
    margin: 0 0 5px
}

.cursor-pointer {
    cursor: pointer
}

.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    align-content: stretch
}

.flex-items:nth-child(1),.flex-items:nth-child(2),.flex-items:nth-child(3) {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0
}

.flex-items:nth-child(3) {
    flex-shrink: 0
}

.uk-accordion-content .ayah {
    width: 100%
}

#surah .uk-accordion-content {
    padding: 2px
}

.clearable {
    background: #fff url(https://i.stack.imgur.com/mJotv.gif)no-repeat right -10px center;
    border: 1px solid #999;
    padding: 3px 18px 3px 4px;
    border-radius: 3px;
    transition: background .4s
}

.clearable.x {
    background-position: right 5px center
}

.clearable.onX {
    cursor: pointer
}

.clearable::-ms-clear {
    display: none;
    width: 0;
    height: 0
}

.sticky-element,.uk-accordion-title {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1
}

.sticky-element {
    top: 125px;
    z-index: 1600
}

.topBoxx {
    height: 50px;
    border-radius: 20px;
    padding: 5px;
    text-align: center;
    margin: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,.25);
    border: 1px solid #80808033
}

.analyseHadithDetails {
    padding: 4px 10px 1px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 15px;
    color: #fff;
    background-color: #48b04d
}

.hadithMenuee .cal .calif {
    padding: .7em .3em;
    border-bottom: 1px solid rgba(0,0,0,.2);
    font-size: 18px
}

.hadithMenuee .casl2 {
    background-color: #ffffff00;
    padding-left: 11px;
    font-size: 11px;
    border-bottom: 1px solid #cbc0c0
}

.cal .cdalii a {
    padding: 0 7px;
    display: block;
    font: 400 14px/19px Kalpurush;
    color: #000;
    border-bottom: 0 solid #8a93ff8a;
    background-color: rgb(255 255 255);
    border-radius: 6px
}

.hadithMenuee .cal {
    padding: 0 .2em;
    border-bottom: 1px solid rgba(0,0,0,.23)
}

.tooltip {
    position: fixed;
    background-color: #333;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    bottom: 10px;
    right: 10px;
    z-index: 999;
    opacity: 0;
    transition: opacity .3s ease-in-out
}

.tooltip.show {
    opacity: 1
}

.hSettingPanel {
    display: none
}

.subjectMenuee .cass--l1 .cal {
    background: #bae4f7;
    border-radius: 11px;
    border: 1px solid rgb(0 0 0/18%);
    margin-left: 4px;
    cursor: pointer;
    padding: 5px
}

.hadithMenuee .cass--l1 .cal {
    background: #cfcfcf57;
    background: #c8e2ee;
    border-radius: 13px;
    border-bottom: 1px solid rgba(0,0,0,.3);
    margin-left: 3px
}

.hSearch-custom-select {
    width: 200px;
    position: relative;
    display: inline-block
}

.hSearch-dropdown,.hSearch-select-input {
    width: 100%;
    border: 1px solid #ccc;
    background-color: #fff
}

.hSearch-select-input {
    padding: 10px;
    border-radius: 4px;
    cursor: pointer
}

.hSearch-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    border-top: none;
    border-radius: 0 0 4px 4px;
    display: none;
    max-height: 150px;
    overflow-y: auto
}

.hSearch-dropdown-item {
    padding: 10px;
    cursor: pointer;
    transition: background-color .3s
}

.hSearch-dropdown-item:hover {
    background-color: #f0f0f0
}

.hadith-des2 {
    display: block
}

.arabicText {
    margin-bottom: 8px;
    direction: rtl;
    font-size: 16px;
    font-family: "PDMS Islam"
}

.arabicText2 {
    margin-bottom: 8px;
    font-size: 14px;
    margin-top: -5px;
    color: #00f;
    line-height: 17px
}

.tab-wrap {
    transition: .3s box-shadow ease;
    border-radius: 6px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    list-style: none;
    background-color: #fff;
    margin: 40px 0
}

.tab-wrap:hover {
    box-shadow: 0 12px 23px rgba(0,0,0,.23),0 10px 10px rgba(0,0,0,.19)
}

.tab {
    display: none
}

.tab:checked:nth-of-type(1)~.tab__content:nth-of-type(1),.tab:checked:nth-of-type(2)~.tab__content:nth-of-type(2),.tab:checked:nth-of-type(3)~.tab__content:nth-of-type(3),.tab:checked:nth-of-type(4)~.tab__content:nth-of-type(4),.tab:checked:nth-of-type(5)~.tab__content:nth-of-type(5) {
    opacity: 1;
    transition: .5s opacity ease-in,.8s transform ease;
    position: relative;
    top: 0;
    z-index: 100;
    transform: translateY(0);
    text-shadow: 0 0 0
}

.tab:first-of-type:not(:last-of-type)+label {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.tab:not(:first-of-type):not(:last-of-type)+label {
    border-radius: 0
}

.tab:last-of-type:not(:first-of-type)+label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.tab:checked+label {
    cursor: default;
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)
}

.tab:checked+label,.tab:checked+label:hover {
    box-shadow: 0-1px 0#fff inset;
    background-color: #fff
}

.tab+label {
    box-shadow: 0-1px 0#eee inset;
    border-radius: 6px 6px 0 0;
    cursor: pointer;
    display: block;
    text-decoration: none;
    color: #333;
    flex-grow: 3;
    background-color: #f2f2f2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    transition: .3s background-color ease,.3s box-shadow ease;
    height: 48px;
    box-sizing: border-box;
    padding: 11px;
    box-shadow: -1px -1px 0 rgba(0,0,0,.12),0 0 2px rgba(0,0,0,.24)
}

.tab+label:hover {
    background-color: #f9f9f9;
    box-shadow: 0 1px 0#f4f4f4 inset
}

.tab__content {
    padding: 5px 8px;
    background-color: transparent;
    position: absolute;
    width: 100%;
    z-index: -1;
    opacity: 0;
    left: 0;
    transform: translateY(-3px);
    border-radius: 6px;
    height: 80vh
}

.container {
    margin: 0 auto;
    display: block;
    max-width: 800px
}

.container>:not(.tab-wrap) {
    padding: 0 80px
}

.acordingAyah .ayah {
    outline: 0;
    width: 100%;
    margin-top: 1px;
    background: #fffffffa;
    border-radius: 16px;
    box-shadow: 7px 14px 20px 11px rgb(192 186 186/0%);
    --tw-shadow: 0px 4px 24px 0px rgb(88 102 126 / 0%), 0px 1px 2px 0px rgb(88 102 126 / 0%);
    --tw-shadow-colored: 0px 4px 24px 0px var(--tw-shadow-color), 0px 1px 2px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)
}

.acordingAyah .ayah-wrapper {
    border: 2px solid #817a7a1f;
    padding: 0 5px;
    width: 102%;
    border-radius: 18px
}

.subjectMenuee .firstLevelAccordingMenu {
    background: linear-gradient(90deg,#d0c4ff00,#44e5e000);
    border: 1px solid #98bdff;
    box-shadow: 0 1px 2px 0 rgb(0 0 0/9%);
    margin: 5px 0
}

.hadithMenuee .firstLevelAccordingMenu {
    padding: .6em .1em;
    border: 1px solid rgb(0 0 0/14%);
    font-size: 17px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0/9%);
   background: linear-gradient(90deg, #d0c4ff, #44e5e000);
    margin-bottom: 7px;
 
}

  @media (max-width: 768px) {
 .hadithMenuee .firstLevelAccordingMenu,
.subjectMenuee .firstLevelAccordingMenu {
    background: linear-gradient(90deg, #d0c4ffcf, #44e5e0);
    position: sticky;
    top: 63px;  
    z-index: 1001;
  }
}


@media (min-width: 769px) {
  .hadithMenuee .firstLevelAccordingMenu,
.subjectMenuee .firstLevelAccordingMenu {
    background: linear-gradient(90deg, #d0c4ffcf, #44e5e0);
    position: sticky;
    top: 126px;  
    z-index: 1001;
  }
}





.firstLevelAccordingMenu:hover {
    background-color: rgb(106 214 238/73%);
    border-radius: 40px;
    box-shadow: 0 5px 35px 0 rgba(0,0,0,.1);
    transition: all .2s ease 0s;
    -webkit-transition: all .2s ease 0s
}

.stickyList:hover {
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    cursor: pointer
}

.hadith {
    margin-bottom: 20px;
    font-weight: 400;
    color: #000;
    padding: 8px 20px;
    border-radius: 20px;
    white-space: normal;
    background-color: #fcfdff;
    box-shadow: 2px 4px 12px rgba(0,0,0,.08);
    transition: all .3s cubic-bezier(0,0,.5,1)
}

.onHoverAnimation:hover {
    box-shadow: 2px 4px 16px rgba(0,0,0,.16);
    transform: scale3d(1.01,1.01,1.01)
}

.hadith-des2 {
    font-family: Al_Mushaf;
    margin: 15px 0 30px;
    line-height: 30px;
    color: #6e6e6e;
    font-size: 20px
}

.hadisNumDes {
    border: 1px solid;
    border-radius: 9px;
    padding: 0 8px;
    font-size: 16px;
    background-color: #f0f8ff
}

.topTextSubject {
    padding: 7px 0;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px
}

@media (max-width:768px) {
    .topTextSubject {
        padding: 0;
        font-size: 13px;
        line-height: 15px
    }
}

.bywords-word:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(217 237 235/var(--tw-bg-opacity))
}

.suranameCaliHolder1,.suranameCaliHolder2,.suranameCaliHolder3 {
    margin-left: 0
}

.Qflex-container {
    display: flex;
    height: 100%;
    gap: 5px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-content: stretch
}

.Qitem1 {
    flex-grow: 25
}

.Qitem2 {
    flex-grow: 50
}

.Qitem3 {
    flex-grow: 25
}

#sidebar_main {
    -webkit-transition: all 280ms cubic-bezier(.4,0,.2,1);
    transition: all 280ms cubic-bezier(.4,0,.2,1)
}

.sidebar_main_active #sidebar_main {
    transform: translate3d(0,0,0)
}

#page_heading {
    background: #fff;
    padding: 16px 24px;
    border-bottom: 1px solid rgba(0,0,0,.12);
    box-sizing: border-box;
    min-height: 60px
}

.custom-loader {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: conic-gradient(#0000 10%,#766df4);
    -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 4px),#000 0);
    animation: s3 1s infinite linear;
    position: absolute;
    top: auto;
    left: 90%;
    padding: 2px;
    display: inline;
    z-index: 2000;
    margin-top: -40px
}

#yourElementx {
    opacity: 0;
    transition: .5s opacity ease-in,.8s transform ease;
    transform: translateY(-20px)
}

#loader {
    display: block;
    margin: auto
}

#respon .ayah {
    width: 100%
}

.SEflex-container {
    display: flex;
    height: 100%;
    gap: 5px
}

.SEitem1 {
    flex-grow: 2;
    border-right: 2px solid #cccccc96
}

.SEitem2 {
    flex-grow: 150;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px
}

.uk-subnav {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
    margin-top: -5px;
    padding: 0;
    list-style: none;
    flex-direction: column;
    margin-bottom: 1px
}

.uk-subnav>* {
    -ms-flex: none;
    -webkit-flex: none;
    flex: none;
    padding-left: 0;
    margin-top: 2px;
    position: relative;
    border-bottom: 1px solid #b6b6b6;
    border-radius: 0;
    box-shadow: 20px 0 20px 0 rgba(0,0,0,.05)
}

.uk-subnav-pill>*>:focus,.uk-subnav-pill>*>:hover {
    background: #fafafa00;
    color: #444;
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 1px rgb(0 0 0/0%)
}

#submit,button {
    margin-top: 0
}

.uk-subnav-pill>.uk-active>* {
    background: #00a8e600;
    color: #ff3f3f;
    box-shadow: inset 0 0 0 rgba(0,0,0,.05);
    font-size: 14px;
    font-weight: 700;
    border-right: 3px solid #ed462f;
    border-left: 3px solid #ed462f;
    width: 100%
}

.custom-loader2 {
    width: 240px;
    height: 44px;
    border-radius: 80px;
    color: #e4e4ed;
    border: 4px solid;
    position: relative;
    overflow: hidden
}

.custom-loader2::before {
    content: "";
    position: absolute;
    margin: 4px;
    width: 28px;
    top: 0;
    bottom: 0;
    left: -40px;
    border-radius: inherit;
    background: #766df4;
    box-shadow: -20px 0 24px 6px #766df4;
    clip-path: polygon(0 5%,100%0,100% 100%,0 95%,-60px 50%);
    animation: ct4 1s infinite linear
}

.custom-loader3 {
    height: 6px;
    background: linear-gradient(#766df4 0 0),linear-gradient(#766df4 0 0),#e4e4ed;
    background-size: 60% 100%;
    background-repeat: no-repeat;
    animation: p6 3s infinite;
    background-color: #acece6;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 1300
}
 
.progresst {
    display: block;
    border-radius: 0;
    margin: 0;
    overflow: hidden;
    height: 6px;
    background: linear-gradient(#766df4 0 0),linear-gradient(#766df4 0 0),#e4e4ed;
    background-size: 60% 100%;
    background-repeat: no-repeat;
    animation: p6 3s infinite;
    background-color: #acece6;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 1300
}

.material-symbols-outlined {
    vertical-align: middle
}

.load2TabHeaderTop {
    display: flex;
    align-items: center;
    border: .5px solid #ccc
}

.topTextSubject {
    margin: 0;
    padding-left: 10px
}

.hiLiAnyItemOnHover:hover {
    width: 30px;
    height: 31px;
    line-height: 1;
    font-size: 26px;
    border-radius: 50%;
    background: #7aaf42cf;
    box-shadow: 1px 1px 2px rgb(0 0 0/20%);
    border: 0;
    color: #fff;
    padding: 4px 3px;
    transition: color .4s ease-in-out,background-color .3s ease-in-out
}

.hadith-footer {
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    padding: 2px 10px 0;
    gap: 5px;
    height: 33px
}

.had {
    float: none;
    width: 100%;
    text-align: justify;
    padding: 2px 8px 3px
}

.analysisPart {
    flex-grow: 4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    gap: 5px
}

.actionIconPart {
    flex-grow: 6;
    flex: 6 1 auto;
    justify-content: flex-end;
    gap: 5px
}

.label.validity,.sameHadith {
    padding: 4px 10px 1px;
    border-radius: 15px;
    font-size: 13px;
    font-weight: 400
}

.sameHadith {
    color: #060606;
    background-color: #48b04d00
}

.analyseHadithDetailsx {
    flex-grow: 20
}

.actionIconPart {
    display: flex;
    align-items: center
}

.itemx {
    margin-right: 10px
}

.material-icons,.sonod {
    font-size: 15px
}

.sonod {
    color: #000;
    padding-left: 0
}

.label.validity {
    border: .5px solid #afafaf
}

.itemx {
    position: relative;
    display: block;
    text-align: center;
    border-radius: 50%;
    transition: .5s
}

@media only screen and (max-width:768px) {
    .itemxPb {
        display: none
    }

    .label.validity {
        padding: 4px 6px 1px;
        font-size: 12px
    }

    .hadith-footer {
        padding: 2px 0 0;
        gap: 0
    }
}

.material-symbols-outlined {
    transition: all 300ms
}

.material-symbols-outlined:hover {
    color: #fff!important;
    background: rgba(0,0,0,.5);
    border-radius: 50%;
    padding: 1px
}

.fadeInUp-animation {
    animation: .5s fadeInUp
}

.rl {
    transform: translateY(-3px)
}

.fadeInUp-animation {
    opacity: 1;
    transition: .5s opacity ease-in,.8s transform ease;
    transform: translateY(0)
}

.contentPage {
    transition: transform 1s cubic-bezier(.23,1,.32,1) .5s,opacity .7s cubic-bezier(.23,1,.32,1) .2s;
    opacity: 1;
    transform: translate3d(0,0,0);
    transition-delay: .2s,.4s
}

.hideRange {
    display: none
}

.ald {
    padding: 5px 2px 5px 9px!important;
    display: block;
    font-size: 13px!important;
    color: #000;
    border-bottom: 1px solid #b4adad!important;
    background-color: rgb(255 255 255/75%)
}

.popupX {
    position: absolute;
    left: 40%;
    z-index: 1309;
    background: #fffefe;
    padding: 15px;
    border-radius: 15px;
    top: 10%;
    max-width: 380px;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 10px 15px rgba(0,0,0,.1);
    transform: translate(-50%,-50%) scale(1.2);
    transition: top 0s .2s ease-in-out,opacity .2s 0s ease-in-out,transform .2s 0s ease-in-out
}

.popupX.show {
    top: 50%;
    left: 50%;
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%,-50%) scale(1);
    transition: top 0s 0s ease-in-out,opacity .2s 0s ease-in-out,transform .2s 0s ease-in-out
}

.popupX :is(header,.icons,.field) {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.popupX header {
    padding-bottom: 7px;
    border-bottom: 1px solid #ebedf9;
    font-size: 16px
}

.icons a,header .closex {
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    transition: all .3s ease-in-out
}

header .closex {
    color: #878787;
    font-size: 17px;
    background: #f3f3f3;
    height: 33px;
    width: 33px;
    cursor: pointer
}

header .closex:hover {
    background: #ebedf9
}

.popupX .content {
    margin: 20px 0
}

.popupX .icons {
    margin: 15px 0 20px
}

.content .icons a {
    height: 50px;
    width: 50px;
    font-size: 20px;
    text-decoration: none;
    border: 1px solid transparent
}

.icons a i {
    transition: transform .3s ease-in-out
}

.icons a:nth-child(1) {
    color: #1877f2;
    border-color: #b7d4fb
}

.icons a:nth-child(1):hover {
    background: #1877f2
}

.icons a:nth-child(2) {
    color: #46c1f6;
    border-color: #b6e7fc
}

.icons a:nth-child(2):hover {
    background: #46c1f6
}

.icons a:nth-child(3) {
    color: #e1306c;
    border-color: #f5bccf
}

.icons a:nth-child(3):hover {
    background: #e1306c
}

.icons a:nth-child(4) {
    color: #25d366;
    border-color: #bef4d2
}

.icons a:nth-child(4):hover {
    background: #25d366
}

.icons a:nth-child(5) {
    color: #08c;
    border-color: #b3e6ff
}

.icons a:nth-child(5):hover {
    background: #08c
}

.icons a:hover {
    color: #fff;
    border-color: transparent
}

.icons a:hover i {
    transform: scale(1.2)
}

.content .field {
    margin: 12px 0-5px;
    height: 45px;
    border-radius: 4px;
    padding: 0 5px;
    border: 1px solid #757171
}

.field.active {
    border-color: #7d2ae8
}

.field i {
    width: 50px;
    font-size: 18px;
    text-align: center
}

.field.active i {
    color: #7d2ae8
}

.field input {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    font-size: 15px
}

.field button {
    color: #fff;
    padding: 5px 18px;
    background: #7d2ae8
}

.field button:hover {
    background: #8d39fa
}

.popupX ol,ul {
    padding-left: 0
}

#bne-navbar,.overlay {
    position: fixed;
    width: 100%;
    left: 0
}

.overlay {
    top: 0;
    height: 100%;
    background: rgba(0,0,0,.5);
    display: none;
    z-index: 1304
}

#bne-navbar {
    z-index: 999;
    min-width: 100%;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: opacity .3s,visibility .2s;
    visibility: hidden
}

@media screen and (max-width:768px) {
    #bne-navbar .bne-navbar-inner {
        height: 50px
    }

    #bne-navbar {
        min-height: 50px;
        box-shadow: 0-4px 5px -2px rgba(0,0,0,.2)
    }

    #bne-navbar .bne-navbar-link {
        padding: 3px
    }

    #bne-navbar,#bne-navbar * {
        border-right: 1px solid transparent
    }

    #bne-navbar .bne-navbar-title {
        display: block;
        font-size: 13px
    }

    #bne-navbar .material-symbols-outlined {
        font-size: 27px
    }
}

#menuTopNav .material-symbols-outlined {
    font-size: 30px
}

#searchForm .material-symbols-outlined {
    font-size: 12px
}

.BottomPadding {
    padding-bottom: 60px
}

#menu1xx {
    display: flex;
    align-items: center;
    list-style: none
}

.quran_list {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.suraNumberSize {
    margin-left: 8px;
    margin-top: -3px;
    padding-top: 10px;
    position: absolute
}

.menuSuraDetails,.menuSuraNameText {
    margin-left: 51px
}

#optionCheckForHadith input {
    opacity: 0;
    position: absolute
}

#optionCheckForHadith label {
    position: relative;
    display: block;
    background: #f8f8f8;
    border: 1px solid #f0f0f0;
    border-radius: 2em;
    padding: .5em 1em .5em 5em;
    box-shadow: 0 1px 2px rgba(100,100,100,.5) inset,0 0 10px rgba(100,100,100,.1) inset;
    cursor: pointer;
    text-shadow: 0 2px 2px #fff;
    margin: 3px;
    font-size: 16px
}

#optionCheckForHadith label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: .7em;
    width: 3em;
    height: 1.2em;
    border-radius: .6em;
    background: #eee;
    transform: translateY(-50%);
    box-shadow: 0 1px 3px rgba(100,100,100,.5) inset,0 0 10px rgba(100,100,100,.2) inset
}

#optionCheckForHadith label::after {
    content: "";
    position: absolute;
    top: 50%;
    left: .5em;
    width: 1.4em;
    height: 1.4em;
    border: .25em solid #fafafa;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #ddd;
    background-image: linear-gradient(to top,#fff 0,#fff 40%,transparent 100%);
    transform: translateY(-50%);
    box-shadow: 0 3px 3px rgba(0,0,0,.5)
}

#optionCheckForHadith label,label::after,label::before {
    transition: all .2s cubic-bezier(.165,.84,.44,1)
}

#optionCheckForHadith label:hover,input:focus+label {
    color: #000
}

#optionCheckForHadith label:hover::after,input:focus+label::after {
    background-color: #ccc;
    box-shadow: 0 1px 2px rgba(0,0,0,.5)
}

#optionCheckForHadith input:checked {
    counter-increment: total
}

#optionCheckForHadith input:checked+label::before {
    background: #1ce
}

#optionCheckForHadith input:checked+label::after {
    transform: translateX(2em) translateY(-50%)
}

@font-face {
    font-family:"Al_Mushaf";src:url(../fonts/Al_Mushaf.ttf)format("truetype");font-weight:400;font-style:normal
}

.uk-accordion-title {
    background: #f0f2f5
}

#bne-navbar .material-symbols-outlined:hover {
    color: #e53935!important;
    background: rgb(0 0 0/0%);
    border-radius: 50%;
    padding: 1px;
    font-weight: 700
}

@media screen and (min-width:769px) {
    .tab+label {
        padding: 8px;
        font-size: 1vw
    }
}

.mIconn {
    filter: invert(50%) sepia(0%) saturate(958%) hue-rotate(330deg) brightness(102%) contrast(84%);
    height: 30px;
    width: 30px
}

.mIconn path {
    stroke-width: 1
}

.mIconnTopBar {
    filter: invert(22%) sepia(13%) saturate(1159%) hue-rotate(141deg) brightness(94%) contrast(90%);
    height: 35px;
    width: 35px
}

.arrow {
    border: solid #7cb342;
    border-width: 0 2px 2px 0;
    font-size: 9px;
    display: inline-block;
    width: 1em;
    height: 1em;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -4px;
    margin-left: 5px
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.faq-drawer {
    margin-bottom: 3px
}

.faq-drawer__content-wrapper {
    max-height: 0;
    overflow: hidden;
    transition: .25s ease-in-out
}

.faq-drawer__title {
    cursor: pointer;
    display: block;
    transition: all .25s ease-out
}

.faq-drawer__title::after {
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: " ";
    display: inline-block;
    float: right;
    height: 10px;
    left: 2px;
    position: relative;
    right: 20px;
    top: 2px;
    transform: rotate(135deg);
    transition: .35s ease-in-out;
    vertical-align: top;
    width: 10px
}

.faq-drawer__title:hover {
    color: #4e4b52
}

.faq-drawer__trigger:checked+.faq-drawer__title+.faq-drawer__content-wrapper {
    max-height: 100%
}

.faq-drawer__trigger:checked+.faq-drawer__title::after {
    transform: rotate(-45deg);
    transition: .25s ease-in-out
}

input[type=checkbox] {
    display: none
}

.uk-dropdown-shown {
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    opacity: 1
}

.uk-dropdown-active {
    display: block!important
}

.touchscroll {
    overflow-y: auto!important;
    -webkit-overflow-scrolling: touch
}

.uk-nav li>a {
    display: block;
    text-decoration: none
}

.uk-nav>li>a {
    padding: 2px 10px
}

.uk-nav-dropdown>li>a:focus,.uk-nav-dropdown>li>a:hover {
    background: #00a8e6;
    outline: 0;
    box-shadow: inset 0 0 5px rgba(0,0,0,.05);
    text-shadow: 0-1px 0 rgba(0,0,0,.1);
    text-shadow: none;
    box-shadow: none;
    color: #212121;
    background: rgba(153,153,153,.2)
}

.uk-dropdown>ul>li>a {
    font-size: 14px;
    color: #212121
}

.mLogo {
    height: 66px;
    width: 329px
}

.ayah-bullet2 {
    max-width: 30px
}

@font-face {
    font-family:"Al_Mushaf";src:url(../fonts/Al_Mushaf.ttf)format("truetype");font-weight:400;font-style:normal
}

.ssSubTitle {
    font-size: 17px;
    border: 1px solid gray;
    padding: 3px;
    border-radius: 18px;
    margin: 8px;
    left: 10%;
    float: left
}

.uk-accordion-title {
    background: #aed7ff;
    font-weight: 400;
    color: #2f4f4f
}

@media screen and (min-width:769px) {
    .tab+label {
        padding: 8px;
        font-size: 1vw
    }
}

.scroll-wrapper>.scroll-content {
    border: 0!important;
    box-sizing: content-box!important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none!important;
    overflow-y: scroll!important;
    overflow-x: hidden!important;
    padding: 0;
    position: relative!important;
    top: 0;
    width: auto!important
}

.scrollbar-inner {
    height: 100%!important;
    max-height: 100%;
    overflow-y: auto
}

#sidebar_main,#sidebar_main *,#sidebar_main :after,#sidebar_main :before,#sidebar_main:after,#sidebar_main:before {
    box-sizing: border-box
}

.tab__content {
    overflow: auto
}
 
 
 
 
  
 
#surah .ayah .ayah-wrapper {
    width: 100%;
 
}
 
 
.ssSubTitle {
    font-size: 17px;
    border: 1px solid #80808075;
    padding: 3px;
    border-radius: 18px;
    margin: 8px;
    left: 10%;
    float: none;
    text-align: center;
    background-color: #9cd6ff63;
    font-weight: 500;
    width: 90%;
    margin: 10px auto;
	
}

#surah .ayah .ayah-wrapper, .ayah {
    display: block;
    justify-content: center;
}

.no-data-container {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center;     /* Center vertically */
    height: 60vh;           /* Full viewport height */
    width: 100%;             /* Full width */
    text-align: center;      /* Center text */
}

.no-data-container span {
    font-size: 18px; /* Adjust font size as needed */
    color: #333;     /* Adjust text color as needed */
}


 
 
 
#wait3 {
  width: 30%; /* Set width to 30% of the parent */
    height: auto; /* Automatically adjust the height */
    max-width: 82px; /* Set a maximum width for small screens */
    border: 0px solid black;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2px;
    display: inline;
    z-index: 2000;
}


.material-icons {
    font-size: 16px;
}


.uk-accordion-title {
 
    background: #d9dffd;
    font-weight: 400;
    color: #000000;
    background-color: #8ec5fc00;
    background-image: linear-gradient(261deg, #cedefe 0%, #d9defd 100%);
    width: 98%;
    margin: 3px auto;
 
 
}

 



.icons a:nth-child(1) {
    background-color: blueviolet;
}
 
 
 #surah .ayah .ayah-wrapper .ayah-upperpart {
    width: 98.6%;
}
 
 
 .uk-button-dropdown {

    position: absolute;
}

.material-icons {
 
    vertical-align: -7px;
 
}

#surah .ayah .ayah-wrapper { 
    padding: 17px; 
}

.translationText {
    margin-bottom: 10px !important;
}


#filterInput {
    width: 95%;
    margin: 0px 9px 9px 9px;
    border: 1px solid #999;
    height: 34px;
    border-radius: 24px;
    background-color: #faebd700;
    font-size: 15px;
}


body {
    background-image: linear-gradient(81deg, #e4edfe 0%, #e6e9fd 100%);
}

.grassCard {
    background: rgba(255, 255, 255, 0.2);
    border: solid 1px rgba(255, 255, 255, 0.7);
    background: rgb(255 255 255 / 50%);
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
 
    /* background-color: #fefefebf; */
}
 
 
 .tab__content {
 
    background-image: linear-gradient(81deg, #e4edfe 0%, #e6e9fd 100%);
}
 

.uk-accordion-title {
 
    background-image: linear-gradient(261deg, #d9f4ff 0%, #f9e7ff 100%);
 
}

 .tab__content .hadith {
    margin: 5px 6px 18px 6px; 
    padding: 8px 20px;
    border-radius: 25px; 
    background-color: #fefefea3; 
}


.material-symbols-outlined:hover {
 
    background: rgb(0 0 0 / 17%);
    border-radius: 100%;
 
}


.uk-modal-dialog {
 
    border-radius: 25px;}

.tab:first-of-type:not(:last-of-type) + label {
    border-top-left-radius: 25px;
 
}

.tab:last-of-type:not(:first-of-type) + label {
    border-top-right-radius: 25px;
  
}

.tab-wrap {
    border-radius: 25px !important;
}

.uk-modal-dialog .uk-modal-footer {
  
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
 
}
 

#loadrequlist .ssSubTitle {
    font-size: 17px;
    border: 1px solid #808c7275;
    padding: 6px;
    border-radius: 18px;
    background-color: #9cd6ff63;
    background-image: linear-gradient(6deg, #f0fbc9 0%, #fdccff 100%);
}


#respon .ayah {
    width: 97%;
}


.suranameCaliHolder1 {
    background-image: url(../img/suraNameCaligraphySide.png);
}

.tab + label {
    outline: 1px solid #bfbfbf;
}


 
.tab__content {
 
 
 
    transform: translateY(2rem);
    transition: all 0.5s cubic-bezier(0.2, 0, 0, 1);
}


.tab:checked:nth-of-type(1)~.tab__content:nth-of-type(1), .tab:checked:nth-of-type(2)~.tab__content:nth-of-type(2), .tab:checked:nth-of-type(3)~.tab__content:nth-of-type(3), .tab:checked:nth-of-type(4)~.tab__content:nth-of-type(4), .tab:checked:nth-of-type(5)~.tab__content:nth-of-type(5), .tab:checked:nth-of-type(6)~.tab__content:nth-of-type(6) {
    opacity: 1;
 
    position: relative;
    top: 0;
    z-index: 100;
    transform: translateY(0);
 
    transition-delay: 0.5s;
}
 
 
 
  #SearchMainCon .serTabContainer {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    font-size: 0;
    box-shadow: 0 0 6px RGBa(0, 0, 0, 0.5);
    border-radius: 28px;
    max-width: 100%;
    overflow: hidden;
  }
  #SearchMainCon .serTabContainer input {
    display: none;
  }
  #SearchMainCon .serTabContainer input:checked + label {
        background: #eee;
    border-right: 1px solid #9999991f;
    border-radius: 2px;
    border-left: 1px solid #99999936;
    color: chocolate;
    font-weight: 600;
    font-size: large;
    font-style: normal;
  }
  #SearchMainCon .serTabContainer input#tab1:checked ~ .line {
    left: 0%;
  }
  #SearchMainCon .serTabContainer input#tab1:checked ~ .content-container #c1 {
    opacity: 1;
    visibility: visible;
  }
  #SearchMainCon .serTabContainer input#tab2:checked ~ .line {
    left: 25%;
  }
  #SearchMainCon .serTabContainer input#tab2:checked ~ .content-container #c2 {
    opacity: 1;
    visibility: visible;
  }
  #SearchMainCon .serTabContainer input#tab3:checked ~ .line {
    left: 50%;
  }
  #SearchMainCon .serTabContainer input#tab3:checked ~ .content-container #c3 {
    opacity: 1;
    visibility: visible;
  }
  #SearchMainCon .serTabContainer input#tab4:checked ~ .line {
    left: 75%;
  }
  #SearchMainCon .serTabContainer input#tab4:checked ~ .content-container #c4 {
    opacity: 1;
    visibility: visible;
  }
  
  
  
  #SearchMainCon .serTabContainer label {
    display: inline-block;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    width: 25%;
    text-align: center;
    background: #f4f4f4;
    color: #555;
    position: relative;
    transition: 0.25s background ease;
    cursor: pointer;
    border-bottom: 2px solid #99999973;
    font-style: italic;
   margin-bottom: 1px;
    outline: 1px solid #ddd;
  }
  #SearchMainCon .serTabContainer label::after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    display: block;
    background: #ccc;
    bottom: 0;
    opacity: 0;
    left: 0;
    transition: 0.25s ease;
  }
  #SearchMainCon .serTabContainer label:hover::after {
    opacity: 1;
  }
  #SearchMainCon .serTabContainer .line {
    position: absolute;
    height: 2px;
    background: #1E88E5;
    width: 25%;
    top: 34px;
    left: 0;
    transition: 0.25s ease;
  }
  #SearchMainCon .serTabContainer .content-container {
    background: #ffffff;
    fill-opacity: 30;
    position: relative;
    height: 100px;
    font-size: 16px;
  }
  #SearchMainCon .serTabContainer .content-container .content {
    position: absolute;
    padding: 10px;
    width: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0s 0.25s;
    color: #333;
  }
  #SearchMainCon .serTabContainer .content-container .content h3 {
    font-weight: 200;
    margin: 10px 0;
  }
  #SearchMainCon .serTabContainer .content-container .content p {
    margin: 10px 0;
  }
  #SearchMainCon .serTabContainer .content-container .content p,
  #SearchMainCon .serTabContainer .content-container .content i {
    font-size: 13px;
  }

#searchForm {
    margin-left: 0;
    background: rgb(255 255 255 / 0%);
    box-shadow: -2px 1px 6px 0 rgb(31 38 135 / 0%);
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 0px;
    border: 1px solid rgb(255 255 255 / 0%);
}

#searchForm input {

height: 35px;

}
 

/* Dropdown button */
.dropbtn {
    background-color: #fafafa00;
    color: #333;
    padding: 7px;
    font-size: 13px;
    border: none;
    cursor: pointer;
    width: 100%;
    border: 1px solid #b9b9b9;
    border-radius: 33px;
    text-align: left;
    height: 35px;
}

/* Dropdown container */
.dropdown {
    position: relative;
    display: inline-block;
    
    width: 48%; /* Ensures the dropdown button takes 100% of parent width */
}

/* Dropdown content */
.dropdown-content {
    display: none;
    position: fixed;
    background-color: #f9f9f9;
    width: 100%;
    max-width: 350px; /* Max width for the dropdown */
    min-width: 180px; /* Min width for the dropdown */
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    padding: 0px;
    border: 1px solid #ccc;
    border-radius: 8px;
    max-height: 331px; /* Max height to maintain scroll */
    overflow: hidden; /* Hide overflow content */
}

/* Filter input styles */
.dropdown-filter {
    padding: 10px;
    background-color: #eee;
}

.dropdown-filter input {
    width: 100% !important;
    padding: 5px !important;
    box-sizing: border-box !important;
	display: inline-block !important;
}

/* Scrollable list container */
.dropdown-list {
    max-height: 200px;
    overflow-y: auto;
    padding: 0px;
    box-sizing: border-box;
}

/* Footer styles */
.dropdown-footer {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    background-color: #eee;
    border-top: 1px solid #ccc;
}

/* OK Button in the footer */
.ok-btn {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}

.ok-btn:hover {
    background-color: #45a049;
}

/* Style for the dropdown items */
.dropdown-content label {
display: inline-block !important;
    padding: 5px;
    cursor: pointer !important;
    font-size: 14px !important;
    width: 100% !important;
    text-align: left !important;
    height: 35px !important;
    line-height: 22px !important;
}

/* Inline checkbox for better alignment */
.dropdown-content input[type="checkbox"] {
    display: inline-block !important;
    margin-right: 7px;
   height: 15px !important;
}

/* Ensure select all and checkboxes are aligned */
.dropdown-footer label {
    margin: 0;
}

  
 
 
:root {
    --switches-bg-color: goldenrod;
    --switches-label-color: white;
    --switch-bg-color: white;
    --switch-text-color: goldenrod;
}
 

/* Switch container */
.threeSwitch-switches-container {
width: 100%;
    position: relative;
    display: flex;
    padding: 0;
    background: #daa52000;
    line-height: 3rem;
    border-radius: 3rem;
    float: left;
    border: 1px solid #999999;
    color: #110e0e;
 
}

/* Hide radio buttons */
.threeSwitch-switches-container input {
    visibility: hidden;
    position: absolute;
    top: 0;
}

/* Custom Label for switches */
.threeSwitch-label {
display: inline-block !important;
    width: 50% !important;
    padding: 0;
    margin: 0;
    text-align: center !important;
    cursor: pointer !important;
    color: #000 !important;
    line-height: 34px !important;
    background: #00000000 !important;
    font-style: normal;
    border: none;
    position: relative !important;
    transition: 0.25s all ease !important;
border: 1px solid #9999994d !important;
    font-weight: 400;
    border-radius: 25px;
}

/* Switch highlighter (wrapper) */
.threeSwitch-switch-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 33.33%;
    padding: 0.15rem;
    z-index: 3;
    transition: transform .5s cubic-bezier(.77, 0, .175, 1);
}

 
.threeSwitch-switch-wrapperSub {
    width: 50%;
}

/* Switch box */
.threeSwitch-switch {
    border-radius: 3rem;
    background: #daa520;
    height: 100%;
    border: 1px solid #999999;
}

/* Switch labels inside the switch (hidden initially) */
.threeSwitch-switch div {
width: 100%;
    text-align: center;
    opacity: 0;
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity .2s cubic-bezier(.77, 0, .175, 1) .125s;
    font-weight: 700;
}

/* Animation for each switch when checked */

/* First switch */
.threeSwitch-switches-container input:nth-of-type(1):checked~.threeSwitch-switch-wrapper {
    transform: translateX(0%);
}

.threeSwitch-switches-container input:nth-of-type(1):checked~.threeSwitch-switch-wrapper .threeSwitch-switch div:nth-of-type(1) {
    opacity: 1;
}

/* Second switch */
.threeSwitch-switches-container input:nth-of-type(2):checked~.threeSwitch-switch-wrapper {
    transform: translateX(100%);
}

.threeSwitch-switches-container input:nth-of-type(2):checked~.threeSwitch-switch-wrapper .threeSwitch-switch div:nth-of-type(2) {
    opacity: 1;
}

/* Third switch */
.threeSwitch-switches-container input:nth-of-type(3):checked~.threeSwitch-switch-wrapper {
    transform: translateX(200%);
}

.threeSwitch-switches-container input:nth-of-type(3):checked~.threeSwitch-switch-wrapper .threeSwitch-switch div:nth-of-type(3) {
    opacity: 1;
}

 
	/* Search History Container */
#searchHistoryContainer {
    padding: 10px;
 
    border-radius: 5px;
    max-width: 600px;
    margin: 10px auto;
}

#searchHistoryContainer h3 {
    text-align: center;
    color: #333;
    margin-bottom: 15px;
    font-size: 1.5em;
}

/* History List Styling */
.history-container {
    list-style-type: none;
    padding: 0;
    margin: 0;
	font-size: 15px;
}

.category-item {
    margin-bottom: 15px;
}

.category-title {
    font-weight: bold;
    font-size: 1.2em;
    color: #007BFF;
    padding-bottom: 5px;
    display: inline-block;
}

.search-list {
    list-style-type: none;
    padding-left: 15px;
    margin-top: 10px;
    border-left: 2px solid #007BFF;
}

.search-item {
    padding: 5px 0;
    cursor: pointer;
    font-size: 1em;
    color: #555;
}

.search-item:hover {
    color: #007BFF;
    text-decoration: underline;
}

 
	
.main-popup {
     position: fixed;
    z-index: 1210;
    width: 50%;
    top: 3%;
    left: 29%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: visible;
    transform: translateY(-350px);
    transition: all .8s ease;
     

}


.main-popup.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(20px);
  transition: all .6s ease;
}

 
.searchOverlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 1205;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease;
}

.searchOverlay.visible {
  opacity: 1;
  visibility: visible;
}


 @media (max-width: 768px) {

 .main-popup {
 
        width: 92%;
        top: 3%;
        left: 4%;
 
 
}

 }

 
 /* Default (Both Desktop and Mobile) View */
#c1, #c3 {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  flex-direction: column; /* Flex direction will follow mobile view by default */
}


#c2{
   display: flex;
  flex-wrap: wrap;
  gap: 17px;
  flex-direction: column; /* Flex direction will follow mobile view by default */
   
}


.threeSwitch-container {
  order: 2; /* Follow mobile order by default */
  width: 100%;
}

.header_main_search_input {
  order: 1; /* Search input comes first */
  width: 100%;
}

.md-btn-containerX {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 5px;
   margin-top: 10px;
  order: 5; /* Buttons will appear last */
}

.md-btn-containerX .md-btnX {
  width: 48%;
 
  border-radius: 25px;
  height: 42px;
}

.serchtypeSelect, 
#hadithBookOption1, 
#hadithBookOption2, 
#hadithBookOption3 {
  width: 48%; /* Same width for both mobile and desktop */
  flex-basis: unset; /* Flex-basis will not be applied */
}

/* Dropdown order follows mobile order */
.serchtypeSelect, 
#hadithBookOption1 {
  order: 3;
}

#hadithBookOption2, 
#hadithBookOption3 {
  order: 4;
}

#SearchMainCon {
  height: 290px;
}

.row-combo {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
  order: 4;
  margin-top: 5px;
}

#SearchMainCon .serTabContainer .content-container {
  height: 287px;
}

#SearchMainCon .serTabContainer .line {
  top: 38px;
}

#SearchMainCon .serTabContainer label {
  height: 39px;
  line-height: 36px;
}

.clearable {
  background: #ffffff00;
  border: 1px solid #999;
  padding: 3px 18px 3px 4px;
  border-radius: 25px;
  transition: background .4s;
  height: 34px;
}

#submit, .serchtypeSelect {
  background: #ff149300;
  border-radius: 25px;
}

 

.custom-btn {
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}

/* 7 */
.btn-7 {
background: linear-gradient(0deg, rgba(255,151,0,1) 0%, rgba(251,75,2,1) 100%);
  line-height: 42px;
  padding: 0;
  border: none;
}
.btn-7 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.btn-7:before,
.btn-7:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: rgba(251,75,2,1);
  box-shadow:
   -7px -7px 20px 0px rgba(255,255,255,.9),
   -4px -4px 5px 0px rgba(255,255,255,.9),
   7px 7px 20px 0px rgba(0,0,0,.2),
   4px 4px 5px 0px rgba(0,0,0,.3);
  transition: all 0.3s ease;
}
.btn-7:before{
   height: 0%;
   width: 2px;
}
.btn-7:after {
  width: 0%;
  height: 2px;
}
.btn-7:hover{
  color: rgba(251,75,2,1);
  background: transparent;
}
.btn-7:hover:before {
  height: 100%;
}
.btn-7:hover:after {
  width: 100%;
}
.btn-7 span:before,
.btn-7 span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: rgba(251,75,2,1);
  box-shadow:
   -7px -7px 20px 0px rgba(255,255,255,.9),
   -4px -4px 5px 0px rgba(255,255,255,.9),
   7px 7px 20px 0px rgba(0,0,0,.2),
   4px 4px 5px 0px rgba(0,0,0,.3);
  transition: all 0.3s ease;
}
.btn-7 span:before {
  width: 2px;
  height: 0%;
}
.btn-7 span:after {
  height: 2px;
  width: 0%;
}
.btn-7 span:hover:before {
  height: 100%;
}
.btn-7 span:hover:after {
  width: 100%;
}

/* 8 */
.btn-8 {
  background-color: #f0ecfc;
background-image: linear-gradient(315deg, #f0ecfc 0%, #c797eb 74%);
  line-height: 42px;
  padding: 0;
  border: none;
}
.btn-8 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.btn-8:before,
.btn-8:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: #c797eb;
  /*box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);*/
  transition: all 0.3s ease;
}
.btn-8:before{
   height: 0%;
   width: 2px;
}
.btn-8:after {
  width: 0%;
  height: 2px;
}
.btn-8:hover:before {
  height: 100%;
}
.btn-8:hover:after {
  width: 100%;
}
.btn-8:hover{
  background: transparent;
}
.btn-8 span:hover{
  color: #c797eb;
}
.btn-8 span:before,
.btn-8 span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #c797eb;
  /*box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);*/
  transition: all 0.3s ease;
}
.btn-8 span:before {
  width: 2px;
  height: 0%;
}
.btn-8 span:after {
  height: 2px;
  width: 0%;
}
.btn-8 span:hover:before {
  height: 100%;
}
.btn-8 span:hover:after {
  width: 100%;
}
  

.select {

    margin-bottom: 7px;
}

 
	
.bottom-sheet-container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease-out;
  justify-content: center;
  align-items: flex-end;
  opacity: 0;
  visibility: hidden;
  display: flex;
}

.bottom-sheet {
  position: relative;
  background-color: #fff;
  position: relative;
  max-width: 42rem;
  width: 100%;
  border-radius: 1.5rem 1.5rem 0 0;
  border: 1px solid #dee2ee;
  transform: translateY(100%);
  transition: all 0.3s ease-out;
}
.bottom-sheet-header {
  display: flex;
  align-items: center;
  padding: 0rem 2rem;
  border-bottom: 1px solid #dee2ee;
  flex-direction: row-reverse;
}
.bottom-sheet-body {
  padding-left: 2rem;
  padding-right: 2rem;
}
.bottom-sheet-body .content > * {
border-bottom: 1px solid #ccc;
    padding: 2px 0;
    margin: 0;
    font-size: 17px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    line-height: 35px;
}
.bottom-sheet .close-button {
  border: 0;
  cursor: pointer;
  padding: 1rem;
  margin-left: -1rem;
  display: flex;
  align-items: center;
  background: none;
  outline: 0;
}
.bottom-sheet .close-button svg {
  width: 1.25rem;
}

.show-bottom-sheet {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 2003;
}
.show-bottom-sheet .bottom-sheet {
  transform: translateY(0);
}




  #tabInModel  input#tab8:checked ~ .lineForMoDelTab {
    left: 0%;
  }
 
  #tabInModel  input#tab4:checked ~ .lineForMoDelTab {
    left: 50%;
  }
  
  
  
    #tabInModelTafsir  input#tab4:checked ~ .lineForMoDelTab {
    left: 0%;
  }
 
  #tabInModelTafsir  input#tab5:checked ~ .lineForMoDelTab {
    left: 17%;
  }
  
    #tabInModelTafsir  input#tab6:checked ~ .lineForMoDelTab {
    left: 34%;
  }
 
  #tabInModelTafsir  input#tab7:checked ~ .lineForMoDelTab {
    left: 51%;
  }
  
    #tabInModelTafsir  input#tab8:checked ~ .lineForMoDelTab {
    left: 67%;
  }
  
   #tabInModelTafsir  input#tab9:checked ~ .lineForMoDelTab {
    left: 84%;
  }
 
 
  
   .lineForMoDelTab {
    position: absolute;
    height: 2px;
    background: #1E88E5; 
    top: 47px;
    left: 0;
    transition: 0.65s ease;
  }
  
  
 #tabInModel .lineForMoDelTab { 
    width: 49%; 
  }

 #tabInModelTafsir .lineForMoDelTab { 
    width: 16%; 
  }


	html {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #ececec;
    font: 400 12px/18px Helvetica,Arial,sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    color: #444;
    scroll-behavior: smooth
}
 

body {
    min-height: 100%;
    font: 400 11px/1.22857143 "Kalpurush", sans-serif;
    padding-top: 48px;
    box-sizing: border-box
 
        padding: 20px!important
		    font-family: "Kalpurush"
			 
    padding-top: 38px;
    box-sizing: border-box;
    background-color: #f4f8fb;
}
 

body::-webkit-scrollbar {
    display: none;
    overflow: hidden:
}

#loadrequlist {
    height: 84vh;
	
	}

 

.arabicText {
    margin-bottom: 8px;
    direction: rtl;
    font-size: 16px;
    font-family: "PDMS Islam"
}



a,button {
    outline: 0!important
}

a {
    -webkit-tap-highlight-color: transparent
}

a:active {
    color: #0d47a1;
    text-decoration: none
}
 
  
 .new-flex-container {

    display: flex;
    background-color: #bbdefb;
    height: 100%;
    padding: 15px;
    gap: 5px;

}

.new-flex-container > div {
    background: #ffecb3;
    border: 3px solid #ffcc80;
    border-radius: 5px;
    padding: 8px;
}

.new-item1 { 
    flex-grow: 50;
}

.new-item2 { 
    flex-grow: 50;
}

.new-item3 { 
    flex-grow: 50;
}

.new-icons {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.new-socialIcon {
    margin-right: 10px;
}

.new-column {
    float: left;
    width: 33.3%;
    margin-bottom: 16px;
    padding: 0 8px;
}

.new-card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    margin: 8px;
    border-radius: 15px;
 
	background-color: #8ec5fc;
  background-image: linear-gradient(62deg, #8ec5fc 0%, #e0c3fc 100%);
}

.new-about-section {
    padding: 50px;
    text-align: center;
    background-color: #474e5d;
    color: white;
}

.new-container {
    padding: 0 15px;
    text-align: left;
    padding-top: 2px;
}

.new-container::after, .new-row::after {
    content: "";
    clear: both;
    display: table;
}

.new-title {
    color: grey;
}

.new-button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 8px;
    color: white;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    width: 100%;
}

.new-button:hover {
    background-color: #555;
}

@media screen and (max-width: 650px) {
    .new-column {
        width: 100%;
        display: block;
    }
}

.new-featureTile {
    font-size: 19px;
    text-align: center;
    font-weight: 900;
    padding: 0px 0px 0px 0px;
    border: 1px solid #72727259;
    border-radius: 15px;
    width: 80%;
    margin: 10px auto;
    color: blueviolet;
    padding: 4px;
}

 
.new-featureList li {
border: 1px solid hsl(218deg 7% 32% / 12%);
    border-radius: 25px;
    font-size: 15px;
    padding: 5px;
    margin-bottom: 2px;
	font-weight: bold;
}

 
 
 
  

.dashAboutUs {
    /* background-image: linear-gradient(122deg, lavenderblush, lavender); */
    border-radius: 1rem;
    margin-top: 20px;
    background-color: #8ec5fc00;
    background-image: linear-gradient(1deg, #ddd7ff 0%, #cff3ff 100%);

}


.dashH2 {

text-align: center;
    font-size: 20px;
    font-weight: bold;
    border: 1px solid black;
    padding: 8px;
    margin-top: 20px;
    border-radius: 25px;
    color: blueviolet;
    width: 80%;
    display: block;
    margin: 20px auto;

}





.ir {
  display: block;
  overflow: visible;
  padding: 0 0 100%;
  position: relative;
  height: 0;
  width: 100%;
}

.ir > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
 

.soc {
display: block;
    font-size: 0;
    list-style: none;
    margin: 0 auto;
    padding: 0px;
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
}
.soc li {
  display: inline-block;
  margin: 1rem;
}
.soc a, .soc svg {
  display: block;
}
.soc a {
    height: 4.6rem;
    width: 4.6rem;
}

.icon-32:hover, .icon-31:hover, .icon-30:hover, .icon-29:hover, .icon-28:hover, .icon-27:hover, .icon-26:hover, .icon-25:hover, .icon-24:hover, .icon-23:hover, .icon-22:hover, .icon-21:hover, .icon-20:hover, .icon-19:hover, .icon-18:hover, .icon-17:hover, .icon-16:hover, .icon-15:hover, .icon-14:hover, .icon-13:hover, .icon-12:hover, .icon-11:hover, .icon-10:hover, .icon-9:hover, .icon-8:hover, .icon-7:hover, .icon-6:hover, .icon-5:hover, .icon-4:hover, .icon-3:hover, .icon-2:hover, .icon-1:hover {
  border-radius: 100%;
  fill: #0e1a25;
  transform: scale(1.25);
  transition: background-color 0.5s, transform 0.5s ease-out;
}


 
.icon-10 {
  fill: #26d926;
}
.icon-10:hover {
  background: #26d926;
}
 
.icon-15 {
  fill: #26d9d9;
}
.icon-15:hover {
  background: #26d9d9;
}
 
.icon-26 {
  fill: #d926b5;
}
.icon-26:hover {
  background: #d926b5;
}
 
.icon-28 {
  fill: #d9266e;
}
.icon-28:hover {
  background: #d9266e;
}
 
.Dashcontainer {
    width: 100%;
    font-size: 15px;
    padding: 5px;
}

 

.DashcontainerH2 {
 
    font-size: 19px;
color: chocolate;
}

.dashDivSize {
height: 340px;

}

.dashAboutUs {
 
    border-radius: 3rem;
 
    margin: 20px;
	
}


.switch-field,.switch-field-two {
    display: flex;
    margin-bottom: 36px;
    overflow: hidden;
    margin-left: 8px
}

.switch-field-two {
    margin-bottom: 9px;
    flex-direction: column
}

.switch-field input {
    position: absolute!important;
    clip: rect(0,0,0,0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden
}

.switch-field label {
    color: rgba(0,0,0,.6);
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 8px 7px;
    border: 1px solid rgba(0,0,0,.2);
    transition: all .1s ease-in-out;
    width: 30%;
    margin-bottom: 6px;
    border-radius: 15px;
    margin-right: 9px
}

.switch-field-two label {
    width: 97%
}

.switch-field input:checked+label {
    background-color: #a5dc86;
    box-shadow: none;
    background-image: linear-gradient(261deg, #84d6ff 0%, #b79aff 100%);
}

.switch-field input:checked+label::before {
    content: "✓";
    display: inline-block;
    margin-right: 5px;
    font-size: 14px;
    color: #fff
}



 
 
 
/* load2TabHeaderTop এর জন্য শুধু position styling */
#load2TabHeaderTop {
    position: relative;
    z-index: 1000;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* কোনো background styling নেই - existing style থাকবে */
}

#load2TabHeaderTop.sticky-active {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1001 !important;
    /* কোনো background color change নেই */
}

/* switchFieldContainer এর জন্য styling */
.switch-field-container {
    position: relative;
    z-index: 999;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* Normal state এ existing background থাকবে */
}

/* Sticky state - শুধু switchFieldContainer এর background change */
.switch-field-container.sticky-active {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 999 !important;
    background-color: #ffffff !important; /* White background শুধু sticky হলে */
    border-bottom: 1px solid #e0e0e0 !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.08) !important;
}

/* Switch field নিজের styling */
.switch-field.switch-field-two.switch-fieldNew {
    margin: 0;
    padding: 10px 13px 2px 5px;
    /* Existing styling preserve */
}

/* Sticky হলে switch field এর transparent background */
.switch-field-container.sticky-active .switch-field.switch-field-two.switch-fieldNew {
    background-color: transparent;
}

/* Content padding when sticky elements are active */
body.sticky-headers-active #loadrequlist {
    padding-top: 120px;
    transition: padding-top 0.3s ease;
}

/* Mobile responsive */
@media (max-width: 768px) {
    body.sticky-headers-active #loadrequlist {
        padding-top: 140px;
    }
    
    .switch-field-container.sticky-active {
        font-size: 14px;
        background-color: #e4ecfe !important; /* Mobile এ light gray */
    }
}

/* Enhanced visual effects শুধু switchFieldContainer এর জন্য */
.switch-field-container.sticky-active {
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
}

/* Normal state এ switchFieldContainer এর কোনো forced background নেই */
.switch-field-container:not(.sticky-active) {
    background-color: initial;
    border-bottom: none;
    box-shadow: none;
}
 

 
/* ✅ FIXED: Filter Input Sticky - No Height Conflicts */
#filterInput {
    position: sticky;
    top: 0;
    z-index: 1001;
    background-color: white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    margin-bottom: 10px;
    
    /* ✅ FIXED: Input styling without height conflicts */
    width: calc(100% - 30px);
    padding: 12px 15px;
    margin-left: 15px;
    margin-right: 15px;
    border: 2px solid #ddd;
    border-radius: 25px;
    font-size: 14px;
    font-family: "Kalpurush", sans-serif;
    transition: all 0.3s ease;
    /* ✅ REMOVED: height: 100% !important; - This was causing scroll issues */
}

/* ✅ FIXED: Parent containers proper height without conflicts */
.menu_section {
    height: calc(100vh - 150px);
    overflow: visible; /* ✅ CHANGED: from hidden to visible */
}

#tabs_1_content {
    /* ✅ REMOVED: height: 100%; - Let it be natural height */
    overflow: visible; /* ✅ CHANGED: from hidden to visible */
}

.load1Tab {
    height: calc(100vh - 150px) !important; /* ✅ FIXED: Specific height */
    overflow-y: auto !important;
    padding: 0;
}

.quranMenu {
    margin-top: 0; /* Remove top margin */
    padding-top: 0;
}

/* Alternative: যদি উপরের সমাধান কাজ না করে তাহলে JavaScript দিয়ে */
.filter-sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1001 !important;
    background: white !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2) !important;
}

.content-with-sticky-filter {
    padding-top: 70px !important;
}

/* Desktop View - 126px from top */
@media (min-width: 769px) {
    #filterInput {
        top: 0px;
    }
}

/* Mobile View - 63px from top */
@media (max-width: 768px) {
    #filterInput {
        top: 0px;
    }
} 
 
/* Quran Container - Flex Layout */
.quran-main-container {
    display: flex;
    width: 85%;
    height: 100%;
    gap: 0px;
}

/* Quran Menu - Left Side */
.quranMenu {
    flex: 1;
    margin-top: 0;
    padding-top: 0;
    width: calc(100% - 50px);
}

/* Ayat Numbers Sidebar - Fixed Position */
.ayat-sidebar {
    position: fixed !important;
    right: 0;
    top: 179px;
    bottom: 0;
    width: 50px;
    background: rgb(255 255 255 / 0%);
    border-left: 1px solid #dddddd00;
    padding: 5px;
    box-shadow: inset 1px -8px 11px 0px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    overflow-y: auto;
    border-radius: 24px;
}

/* Mobile View - 63px from top */
@media (max-width: 768px) {
.ayat-sidebar {
    top: 110px;
   }
} 

/* Ayat Items */
.ayat-item {
    display: block;
    width: 35px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 2px auto;
    background: #f8f9fa69;
    border: 1px solid #dee2e600;
    border-radius: 15px;
    font-size: 11px;
    font-weight: bold;
    color: #495057;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: "Kalpurush", sans-serif;
}

.ayat-item:hover {
    background: #007bff;
    color: white;
    transform: scale(1.05);
}

/* Scrollbar styling for ayat sidebar */
.ayat-sidebar::-webkit-scrollbar {
    width: 4px;
}

.ayat-sidebar::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.ayat-sidebar::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 10px;
}

.ayat-sidebar::-webkit-scrollbar-thumb:hover {
    background: #a1a1a1;
}

/* Default message when no sura selected */
.ayat-placeholder {
    padding: 20px 5px;
    text-align: center;
    color: #888;
    font-size: 10px;
    font-family: "Kalpurush", sans-serif;
    line-height: 1.3;
}

.uk-accordion-title::after {
    content: "▼"; /* Unicode down arrow */
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 16px;
    color: #727272;
    transition: transform 0.3s ease;
}

.uk-accordion-title.uk-active::after {
    content: "▲"; /* Unicode up arrow */
    transform: translateY(-50%) rotate(0deg);
}

/* Hadith View Mode Styles */
.hadithViewToggle {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    display: flex;
    gap: 5px;
    align-items: center;
    z-index: 10;
}

.viewModeBtn {
    background: #f8f9fa;
    border: 1px solid #ddd;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
}

.viewModeBtn:hover {
    background: #e9ecef;
    border-color: #adb5bd;
}

.viewModeBtn.active {
    background: #007bff;
    border-color: #007bff;
    color: white;
}

.viewModeBtn svg {
    opacity: 0.7;
}

.viewModeBtn.active svg {
    opacity: 1;
}

/* Default View - Hide side by side content */
body:not(.hadith-view-sideBySide) .hadith-content-side-by-side {
    display: none;
}

/* Side by Side View - Hide default content and show side by side */
body.hadith-view-sideBySide .hadith-content-default {
    display: none;
}

body.hadith-view-sideBySide .hadith-content-side-by-side {
    display: block;
}

/* Side by Side Layout Styles */
.hadith-side-container {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.hadith-side {
    flex: 1;
    padding: 15px;
    border-radius: 8px;
    min-height: 100px;
}

.hadith-side-bengali {
    background-color: #f8f9fa;
    border-left: 4px solid #28a745;
    order: 1;
}

.hadith-side-arabic {
    background-color: #fff5f5;
    border-right: 4px solid #dc3545;
    direction: rtl;
    text-align: right;
    order: 2;
}

.hadith-side-arabic .hadith-des2 {
    font-family: 'Arial', sans-serif;
    line-height: 1.8;
    font-size: 18px;
}

/* Responsive Design for Side by Side View */
@media (max-width: 768px) {
    .hadith-side-container {
        flex-direction: column;
        gap: 15px;
    }
    
    .hadith-side-bengali {
        order: 2;
    }
    
    .hadith-side-arabic {
        order: 1;
    }
    
    /* Hide view toggle buttons on mobile */
    .hadithViewToggle {
        display: none !important;
    }
    
    /* Force default view on mobile regardless of setting */
    body .hadith-content-side-by-side {
        display: none !important;
    }
    
    body .hadith-content-default {
        display: block !important;
    }
}

/* Ensure proper styling for hadith content */
.hadith-content-default,
.hadith-content-side-by-side {
    width: 100%;
}

.hadith-side .narrated-by,
.hadith-side .hadith-des,
.hadith-side .hadith-des2 {
    margin-bottom: 10px;
}

.hadith-side .narrated-by a {
    color: #007bff;
    text-decoration: none;
}

.hadith-side .narrated-by a:hover {
    text-decoration: underline;
}



  