/**********malayalam**************/
@font-face {
  font-family: 'Noto Sans Malayalam';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/NotoSansMalayalam-Regular.eot');
  src: url('../fonts/NotoSansMalayalam-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/NotoSansMalayalam-Regular.woff2') format('woff2'),
       url('../fonts/NotoSansMalayalam-Regular.woff') format('woff'),
       url('../fonts/NotoSansMalayalam-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'arambld';
    src: url('../fonts/arambld.eot');
    src: url('../fonts/arambld.eot?#iefix') format('embedded-opentype'),
         url('../fonts/arambld.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'aram';
    src: url('../fonts/aramreg.eot');
    src: url('../fonts/aramref.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aramreg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*-----------------------------------Font Family Arabic-------------------------------------*/

@font-face {
    font-family: AmiriWeb;
    font-style: normal; 
    font-weight: 400;
    src: url('../fonts/arabic/amiri-regular.eot?') format('eot'),
         url('../fonts/arabic/amiri-regular.woff') format('woff'),
         url('../fonts/arabic/amiri-regular.ttf')  format('truetype');
}

@font-face {
    font-family: Amiri QuranWeb;
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/arabic/amiri-quran.eot?') format('eot'),
         url('../fonts/arabic/amiri-quran.woff') format('woff'),
         url('../fonts/arabic/amiri-quran.ttf')  format('truetype');
}

@font-face {
    font-family: AmiriWeb;
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/arabic/amiri-bold.eot?') format('eot'),
         url('../fonts/arabic/amiri-bold.woff') format('woff'),
         url('../fonts/arabic/amiri-bold.ttf')  format('truetype');
}

@font-face {
    font-family: AmiriWeb;
    font-style: oblique;
    font-weight: 400;
    src: url('../fonts/arabic/amiri-slanted.eot?') format('eot'),
         url('../fonts/arabic/amiri-slanted.woff') format('woff'),
         url('../fonts/arabic/amiri-slanted.ttf')  format('truetype');
}

@font-face {
    font-family: AmiriWeb;
    font-style: oblique;
    font-weight: 700;
    src: url('../fonts/arabic/amiri-boldslanted.eot?') format('eot'),
         url('../fonts/arabic/amiri-boldslanted.woff') format('woff'),
         url('../fonts/arabic/amiri-boldslanted.ttf')  format('truetype');
}

@font-face {
    font-family: bismillah;
    src: url('../fonts/arabic/bismillah.eot?') format('eot'),
         url('../fonts/arabic/bismillah.woff') format('woff'),
         url('../fonts/arabic/bismillah.ttf')  format('truetype');
}
/*************************/
.topnav {
	
	background: rgb(9,138,168);
background: linear-gradient(90deg, rgba(9,138,168,1) 0%, rgba(9,138,168,1) 35%, rgba(112,117,226,1) 100%); /* W3C */
	
  /* background: rgb(11,149,166);
background-image: linear-gradient(90deg, rgba(11,149,166,1) 0%, rgba(9,121,63,1) 38%, rgba(7,110,112,1) 75%, rgba(0,212,255,1) 100%) url(../images/hd-bg.png) repeat ;
    padding: 0 calc(24px / 2)
    padding: 0 calc(24px / 2) */
}

.topnav .topnav-menu {
    margin: 0;
    padding: 0
}

.topnav .navbar-nav .nav-link {
    font-size: .9375rem;
    position: relative;
    padding: 1rem 1.3rem
}

@media (min-width: 1200px) {
    .container-fluid {
        max-width: 86.5%
    }
}

@media (min-width: 992px) {
    .topnav .navbar-nav .nav-item:first-of-type .nav-link {
        padding-left: 0
    }
    .topnav .dropdown-item {
        padding: .5rem 1.5rem;
        min-width: 180px
    }
    .topnav .dropdown .dropdown-menu {
        margin-top: 0;
        border-radius: 0 0 .25rem .25rem
    }
    .topnav .dropdown .dropdown-menu .arrow-down::after {
        right: 15px;
        -webkit-transform: rotate(-135deg) translateY(-50%);
        transform: rotate(-135deg) translateY(-50%);
        position: absolute
    }
    .topnav .dropdown .dropdown-menu .dropdown .dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
        display: none
    }
    .topnav .dropdown:hover>.dropdown-menu {
        display: block
    }
    .topnav .dropdown:hover>.dropdown-menu>.dropdown:hover>.dropdown-menu {
        display: block
    }
    .navbar-toggle {
        display: none
    }
}

.arrow-down {
    display: inline-block
}

.arrow-down:after {
    border-color: initial;
    border-style: solid;
    border-width: 0 0 1px 1px;
    content: "";
    height: .4em;
    display: inline-block;
    right: 5px;
    top: 50%;
    margin-left: 10px;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: .4em
}

@media (max-width: 1199.98px) {
    .topnav-menu .navbar-nav li:last-of-type .dropdown .dropdown-menu {
        right: 100%;
        left: auto
    }
}

@media (max-width: 991.98px) {
    .topnav .navbar-nav .nav-link {
        padding: 0.75rem 1.1rem
    }
    .topnav .dropdown .dropdown-menu {
        background-color: transparent;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-left: 15px
    }
    .topnav .dropdown .dropdown-item {
        position: relative;
        color: rgba(255, 255, 255, 0.5);
        background-color: transparent
    }
    .topnav .dropdown .dropdown-item.active,
    .topnav .dropdown .dropdown-item:active {
        color: #fff
    }
    .topnav .arrow-down::after {
        right: 15px;
        position: absolute
    }
}

#page-topbar {
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    /*background: #fff *//*url(../images/hd-bg.png) repeat*/;
	box-shadow: 0 1px 20px rgb(0 0 0 / 15%);
background: #78510D;
background: url(../images/pat-bg.png) repeat, -webkit-linear-gradient(left, rgba(120, 81, 13, 1) 0%, rgba(155, 105, 42, 1) 51%, rgba(120, 81, 13, 1) 100%);
background: url(../images/pat-bg.png) repeat, -o-linear-gradient(left, rgba(120, 81, 13, 1) 0%, rgba(155, 105, 42, 1) 51%, rgba(120, 81, 13, 1) 100%);
background: url(../images/pat-bg.png) repeat, linear-gradient(to right, rgba(120, 81, 13, 1) 0%, rgba(155, 105, 42, 1) 51%, rgba(120, 81, 13, 1) 100%);
}

.navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    height: 90px
}

.page-content {
    padding: 24px calc(24px / 2) 60px calc(24px / 2)
}

.header-item {
    height: 80px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.header-profile-user {
    height: 32px;
    width: 32px
}

.header-breadcumb {
    padding-left: 5px
}

.header-breadcumb .header-pretitle {
    color: #2e7ce4;
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 3px
}

.header-breadcumb .header-pretitle i {
    padding: 0 5px
}

.header-breadcumb .header-title {
    margin-bottom: 0;
    font-size: 20px
}

@media (max-width: 767px) {
    .header-breadcumb .header-title {
        font-size: 18px
    }
}

.noti-icon i {
    font-size: 24px;
    color: #627898
}

.noti-icon .badge {
    position: absolute;
    top: 20px
}

.footer {
    border-top: 1px solid #dee2e6;
    bottom: 0;
    padding: 19px 12px 20px;
    position: absolute;
    right: 0;
    color: #627898;
    left: 0
}

.avatar-xs {
    height: 2rem;
    width: 2rem
}

.avatar-sm {
    height: 3rem;
    width: 3rem
}

.avatar-md {
    height: 4.5rem;
    width: 4.5rem
}

.avatar-lg {
    height: 6rem;
    width: 6rem
}

.avatar-xl {
    height: 7.5rem;
    width: 7.5rem
}

.avatar-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #2e7ce4;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.font-size-12 {
    font-size: 12px !important
}

.font-size-13 {
    font-size: 13px !important
}

.font-size-14 {
    font-size: 14px !important
}

.font-size-15 {
    font-size: 15px !important
}

.font-size-16 {
    font-size: 16px !important
}

.font-size-17 {
    font-size: 17px !important
}

.font-size-18 {
    font-size: 18px !important
}

.font-size-20 {
    font-size: 20px !important
}

.font-size-22 {
    font-size: 22px !important
}

.social-list-item {
    height: 2rem;
    width: 2rem;
    line-height: calc(2rem - 2px);
    display: block;
    border: 1px solid #adb5bd;
    border-radius: 50%;
    color: #adb5bd;
    text-align: center
}

.scrollspy-example {
    position: relative;
    height: 200px;
    margin-top: .5rem;
    overflow: auto
}

.icons-list {
    color: #627898
}

.icons-list div {
    cursor: pointer;
    line-height: 45px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    text-align: center
}

.icons-list i {
    font-size: 22px;
    line-height: 30px;
    display: block
}

.button-examples {
    margin-left: -5px;
    margin-bottom: -10px
}

.button-examples .btn {
    margin-bottom: 10px;
    margin-left: 5px
}

.slimScrollDiv {
    height: auto !important
}

.swal2-modal {
    font-family: "DM Sans", sans-serif;
    -webkit-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1)
}

.swal2-modal .swal2-title {
    font-size: 24px
}

.swal2-modal .swal2-content {
    font-size: 16px
}

.swal2-modal .swal2-spacer {
    margin: 10px 0
}

.swal2-modal .swal2-file,
.swal2-modal .swal2-input,
.swal2-modal .swal2-textarea {
    border: 2px solid #dee2e6;
    font-size: 16px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.swal2-modal .swal2-confirm.btn-confirm {
    background-color: #2e7ce4 !important;
    font-size: .875rem
}

.swal2-modal .swal2-cancel.btn-cancel {
    background-color: #df3554 !important;
    font-size: .875rem
}

.swal2-modal .swal2-styled:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.swal2-icon.swal2-question {
    color: #2e7ce4;
    border-color: #2e7ce4
}

.swal2-icon.swal2-success {
    border-color: #00c2b2
}

.swal2-icon.swal2-success .line,
.swal2-icon.swal2-success [class^=swal2-success-line][class$=long],
.swal2-icon.swal2-success [class^=swal2-success-line] {
    background-color: #00c2b2
}

.swal2-icon.swal2-success .placeholder,
.swal2-icon.swal2-success .swal2-success-ring {
    border-color: #00c2b2
}

.swal2-icon.swal2-warning {
    color: #f1bf43;
    border-color: #f1bf43
}

.swal2-icon.swal2-error {
    border-color: #df3554
}

.swal2-icon.swal2-error .line {
    background-color: #df3554
}

.swal2-icon.swal2-info {
    color: #38b3d6;
    border-color: #38b3d6
}

.swal2-icon.swal2-info {
    border-color: #38b3d6
}

.swal2-icon.swal2-info .line {
    background-color: #38b3d6
}

.swal2-modal .swal2-file:focus,
.swal2-modal .swal2-input:focus,
.swal2-modal .swal2-textarea:focus {
    outline: 0;
    border: 2px solid #2e7ce4
}

.swal2-container.swal2-shown {
    background-color: rgba(19, 40, 67, 0.5)
}

.morris-chart text {
    font-family: "DM Sans", sans-serif !important
}

.morris-hover {
    position: absolute;
    z-index: 10
}

.morris-hover.morris-default-style {
    font-size: 12px;
    text-align: center;
    border-radius: 5px;
    padding: 10px 12px;
    background: #132843;
    color: #fff;
    font-family: "DM Sans", sans-serif
}

.morris-hover.morris-default-style .morris-hover-row-label {
    font-weight: bold;
    margin: 0.25em 0;
    font-family: "DM Sans", sans-serif
}

.morris-hover.morris-default-style .morris-hover-point {
    white-space: nowrap;
    margin: 0.1em 0;
    color: #fff
}

.jqstooltip {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: auto !important;
    height: auto !important;
    background-color: #132843 !important;
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    padding: 5px 10px !important;
    border-radius: 3px;
    border-color: #132843 !important
}

.jqsfield {
    color: #fff !important;
    font-size: 12px !important;
    line-height: 18px !important;
    font-family: "DM Sans", sans-serif !important;
    font-weight: 500 !important
}

[data-plugin="knob"] {
    font-family: "DM Sans", sans-serif !important;
    font-weight: 500 !important
}

.dataTables_wrapper.container-fluid {
    padding: 0
}

table.dataTable {
    border-collapse: collapse !important;
    margin-bottom: 15px !important
}

table.dataTable tbody>tr.selected,
table.dataTable tbody>tr>.selected {
    background-color: #2e7ce4
}

table.dataTable tbody>tr.selected td,
table.dataTable tbody>tr>.selected td {
    border-color: #2e7ce4
}

table.dataTable tbody td:focus {
    outline: none !important
}

table.dataTable tbody th.focus,
table.dataTable tbody td.focus {
    outline: 2px solid #2e7ce4 !important;
    outline-offset: -1px;
    color: #2e7ce4;
    background-color: rgba(46, 124, 228, 0.15)
}

.dataTables_info {
    font-weight: 500
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>th:first-child:before {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    background-color: #00c2b2;
    top: .75rem
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
    background-color: #df3554;
    top: .75rem
}

div.dt-button-info {
    background-color: #2e7ce4;
    border: none;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    text-align: center;
    z-index: 21
}

div.dt-button-info h2 {
    border-bottom: none;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff
}

@media (max-width: 767.98px) {
    li.paginate_button.previous,
    li.paginate_button.next {
        display: inline-block;
        font-size: 1.5rem
    }
    li.paginate_button {
        display: none
    }
    .dataTables_paginate ul {
        text-align: center;
        display: block;
        margin: 1rem 0 0 !important
    }
    div.dt-buttons {
        display: inline-table;
        margin-bottom: 1rem
    }
}

.activate-select .sorting_1 {
    background-color: #f8f9fa
}

.calendar {
    float: left;
    margin-bottom: 0
}

.none-border .modal-footer {
    border-top: none
}

.fc-toolbar {
    margin-bottom: 5px
}

.fc-toolbar h2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase
}

.fc-day {
    background: #fff
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
    z-index: 0
}

.fc-widget-header {
    border: 1px solid #ced4da;
    background-color: #f8f9fa

}

.fc-widget-content {
    border: 1px solid #ced4da
}

.fc th.fc-widget-header {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0;
    font-weight: 600;
    text-transform: uppercase
}

.fc-button {
    background: #fff;
    border: 1px solid #ced4da;
    color: #495057;
    text-transform: capitalize
}

.fc-text-arrow {
    font-family: arial;
    font-size: 16px
}

.fc-state-hover {
    background: #ced4da
}

.fc-state-highlight {
    background: #f0f0f0
}

.fc-cell-overlay {
    background: #f0f0f0
}

.fc-unthemed .fc-today {
    background: #fff
}

.fc-event {
    border-radius: 3px;
    border: none;
    cursor: move;
    font-size: 13px;
    margin: 5px 0;
    padding: 5px 10px;
    background-color: #ccdff8;
    color: #2e7ce4 !important;
    border-left: 3px solid #2e7ce4
}

.fc-event.ui-draggable {
    padding: 10px
}

.external-event {
    color: #fff;
    cursor: move;
    margin: 10px 0;
    padding: 6px 10px
}

.fc-basic-view td.fc-week-number span {
    padding-right: 5px
}

.fc-basic-view td.fc-day-number {
    padding-right: 5px
}

@media (max-width: 767.98px) {
    .fc-toolbar .fc-left,
    .fc-toolbar .fc-right,
    .fc-toolbar .fc-center {
        float: none;
        display: block;
        clear: both;
        margin: 10px 0
    }
    .fc .fc-toolbar>*>* {
        float: none
    }
    .fc-today-button {
        display: none
    }
}

.gmaps {
    height: 450px;
    width: 100%;
    border: 0
}

.gmaps-dark {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%)
}

.jvectormap-tip {
    border: none;
    background: #343a40;
    color: #f8f9fa;
    font-family: "DM Sans", sans-serif;
    font-size: .875rem;
    padding: 5px 8px
}

.select2-container .select2-selection--single {
    border: 1px solid #ced4da;
    height: 35px;
    outline: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 33px;
    padding-left: 12px
}

.select2-container .select2-selection--single .select2-selection__arrow {
    height: 34px;
    width: 34px;
    right: 3px
}

.select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: #cbd3da transparent transparent transparent;
    border-width: 6px 6px 0 6px
}

.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #cbd3da transparent !important;
    border-width: 0 6px 6px 6px !important
}

.select2-results__option {
    padding: 6px 12px
}

.select2-dropdown {
    border: 1px solid #e9ecef;
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 2px 4px 0 rgba(14, 30, 37, 0.12);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 2px 4px 0 rgba(14, 30, 37, 0.12)
}

.select2-container--default .select2-search--dropdown {
    padding: 10px;
    background-color: #fff
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #e9ecef;
    outline: none
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #2e7ce4
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f8f9fa;
    color: #132843
}

.select2-container--default .select2-results__option[aria-selected=true]:hover {
    background-color: #2e7ce4;
    color: #fff
}

.select2-container .select2-selection--multiple {
    min-height: 35px;
    border: 1px solid #ced4da !important
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 1px 10px
}

.select2-container .select2-selection--multiple .select2-search__field {
    border: 0
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #2e7ce4;
    border: none;
    color: #fff;
    border-radius: 3px;
    padding: 0 7px;
    margin-top: 7px
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    margin-right: 5px
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff
}

.datepicker {
    padding: 10px !important
}

.datepicker td,
.datepicker th {
    width: 30px;
    height: 30px;
    border-radius: 50%
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td .active.disabled:hover[disabled],
.datepicker table tr td .active.disabled[disabled],
.datepicker table tr td .active:active,
.datepicker table tr td .active:hover,
.datepicker table tr td .active:hover.active,
.datepicker table tr td .active:hover.disabled,
.datepicker table tr td .active:hover:active,
.datepicker table tr td .active:hover:hover,
.datepicker table tr td .active:hover[disabled],
.datepicker table tr td .active[disabled],
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled],
.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
    background-color: #2e7ce4 !important;
    background-image: none !important;
    color: #fff
}

.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover,
.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
    background: #ebf0f7
}

.datepicker table tr td.new,
.datepicker table tr td.old,
.datepicker table tr td span.new,
.datepicker table tr td span.old {
    color: #495057;
    opacity: 0.4
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
    background: #ebf0f7
}

.datepicker .datepicker-switch:hover {
    background: none
}

.datepicker-dropdown:after {
    border-bottom: 6px solid #fff
}

.datepicker-dropdown:before {
    border-bottom-color: #ebf0f7
}

.datepicker-dropdown.datepicker-orient-top:before {
    border-top: 7px solid #ebf0f7
}

.datepicker-dropdown.datepicker-orient-top:after {
    border-top: 6px solid #fff
}

.daterangepicker {
    font-family: "DM Sans", sans-serif;
    border: 1px solid #ebf0f7;
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 2px 4px 0 rgba(14, 30, 37, 0.12);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 2px 4px 0 rgba(14, 30, 37, 0.12);
    background-color: #fff
}

.daterangepicker .calendar-table {
    border: 1px solid #fff;
    background-color: #fff
}

.daterangepicker .calendar-table td,
.daterangepicker .calendar-table th {
    color: #627898
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
    border-color: #adb5bd
}

.daterangepicker td.in-range {
    background-color: #edeff1;
    color: #495057
}

.daterangepicker td.off,
.daterangepicker td.off.end-date,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date {
    background-color: #fff;
    color: #132843;
    opacity: 0.5
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #2e7ce4;
    color: #fff
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    background-color: #2e7ce4;
    color: #fff
}

.daterangepicker:after {
    border-bottom: 6px solid #fff
}

.daterangepicker:before {
    border-bottom: 7px solid #ebf0f7
}

.daterangepicker .ranges li.active {
    background-color: #2e7ce4
}

.daterangepicker .ranges li:hover {
    background-color: #f8f9fa
}

.daterangepicker .drp-buttons {
    border-top: 1px solid #ebf0f7
}

.daterangepicker select.ampmselect,
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect {
    background: #fff;
    border: 1px solid #fff;
    color: #fff
}

.daterangepicker.show-ranges .drp-calendar.left {
    border-left: 1px solid #ebf0f7
}

.bg-login {
    background: url("../images/bg-login.jpg");
    background-position: center;
    background-size: cover
}

.bg-register {
    background: url("../images/bg-register.jpg");
    background-position: center;
    background-size: cover
}

.card-pricing {
    position: relative;
    border-radius: 10px
}

.card-pricing .card-pricing-icon {
    font-size: 22px;
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 2px 4px 0 rgba(14, 30, 37, 0.12);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 2px 4px 0 rgba(14, 30, 37, 0.12);
    height: 60px;
    display: inline-block;
    width: 60px;
    line-height: 62px;
    border-radius: 50%
}

.card-pricing .card-pricing-features {
    color: #627898;
    list-style: none;
    margin: 0;
    padding: 20px 0 0 0
}

.card-pricing .card-pricing-features li {
    padding: 15px
}
/******************new css**********/
.text-center.sr-form {
    margin: 25px 18%;
}
.text-center.sr-form input.form-control {
    height: 55px;
    border-radius: 50px 0 0 50px;
}
.card.fixed-btn {
    border: 0 ;
    box-shadow: none !important;
    background: none !important;
    border-radius: 0 !important;
}
.card.fixed-btn .button-examples .btn {
    padding: 8px 18px;
}
button.btn.btn-src {
    background: #754b16;
    border: solid 1px #8b5b21;
    width: 60px;
    font-size: 24px;
    color: #fff;
}
@media (min-width: 1200px){
.container.index {
    max-width: 980px;
}
}
.s-index {
    border: solid 1px #eaeaea;
    height: 35px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
	border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    margin: 10px;
    background: #f0f0f0;
	display: flex;
}
.chapter-list {
    margin-bottom: 25px;
}
.num {
    width: 13%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    float: left;
    height: 33px;
    vertical-align: middle;
    padding: 5px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    margin-right: 5px;
	background: #78510D;
background: linear-gradient(90deg, rgba(120, 81, 13, 1) 0%, rgba(155, 105, 42, 1) 51%, rgba(120, 81, 13, 1) 100%);
}
.sr-name {
    width: 85%;
    float: left;
    padding: 5px 5px 1px;
    font-size: 18px;
    font-family: 'aram';
    color: #2d2d2d;
}
.sr-name a {
    color: #452e10 !important;
}
.sr-name a:hover {
    color: #815B00 !important;
}
p.aya-txt {
    font-family: 'AmiriWeb';
    text-align: right;
    direction: rtl;
    font-size: 22px;
    margin: 15px 5px;
    line-height: 2;
	color: #222;
    padding: 5px;
}
.ay {
    border: solid 1px #a0874f;
    border-radius: 20px;
    padding: 3px 8px;
    font-size: 14px;
    font-family: 'Noto Sans Malayalam';
    color: #3c3c3c !important;
    margin: 5px;
}
p.aya-mean {
    padding: 8px;
    margin: 10px;
    font-family: 'Noto Sans Malayalam';
    font-size: 15px;
    line-height: 1.5;
	background: #f8f8f8;
	color: #444;
	text-align: left;
}
.bismi {
    font-family: bismillah;
    font-size: 50px;
    text-align: center;
	margin-bottom: 0px;
	color: #53390D;
}
p.bs-mean {
    font-family: 'Noto Sans Malayalam';
    font-size: 15px;
    text-align: center;
	margin-bottom: 25px;
}
.form-control.goto {
    width: 100px;
}
.form-control.mlw {
    max-width: 200px;
}
.btn i {
    color: #dbdbdb !important;
}
.text-right.d-none.d-lg-block a {
    color: #6e561a !important;
}
.mt-2.mt-lg-0.nxt-pre {
    padding-top: 18px;
}
.mt-2.mt-lg-0.nxt-pre .btn-dark {
    background: #a68d52;
    border: solid 1px #5c5c5c;
    border-radius: 10px;
}
	.mt-2.mt-lg-0.nxt-pre .btn-dark i {
    font-size: 24px;
    vertical-align: middle;
    color: #fff !important;
}
/*.text-center.s-name {
    font-family: 'Noto Sans Malayalam';
    font-size: 24px;
    color: #3d7fc5;
    font-weight: 600;
}*/

.sr-head.text-center h4 {
    font-size: 18px;
    font-family: Noto Sans Malayalam;
    font-weight: 700;
    color: #444 !important;
    width: 44%;
    background: #fffdfa;
    margin: 10px auto;
    border-bottom: 1px solid #94752b;
    border-top: 1px solid #94752b;
    text-align: left;
    height: 60px;
    border-radius: 30px;
    padding: 18px 30px 15px;
    box-shadow: 1px 0 2px 1px #ccc;
}
.sr-head:after, .sr-head:before {
    background-repeat: no-repeat;
    padding: 60px 0 0 38px;
    content: " ";
    position: absolute;
    top: 11px;
}

.sr-head:before {
    background-image: url(../images/hd-left.png);
    left: 27.6%;
}
.sr-head:after {
    background-image: url(../images/hd-right.png);
    right: 27.6%;
}

.card {
    border-radius: 20px;
}
.text-center.s-name {
/*background-image: url(../images/title-bg.png);*/
    background-repeat: no-repeat;
    background-position: center;
    font-family: 'arambld';
    font-size: 22px;
    text-align: center;
    height: 80px;
    padding: 21px;
    color: #9a692a;
}

.sr-head.text-center h4 span.arabi {
    font-size: 18px;
    text-align: right;
    direction: rtl;
    float: right;
    font-family: Amiri QuranWeb;
    line-height: 1.1;
}

.col-lg-12.ayath {
    border-bottom: solid 1px #e7e7e7;
    margin-bottom: 10px;
    background: #fff;
    box-shadow: 0px 1px 1px 1px #f8f8f8;
    padding: 5px 10px !important;
	float:left;
	
}
.col-lg-12.ayath:hover {
    background: #fffcf8;
}	
button.btn.btn-f {
    color: coral;
    padding: 2px;
	font-weight: 600;
}
.col-md-12.intro {
    margin-top: 15px;
}
.btn-intro {
	font-family: 'arambld';
	font-size: 15px;
	background: #eee;
	border: solid 1px #ccc;
	border-radius: 20px;

}
.col-md-12.intro .modal-title {
    font-size: 16px;
    font-family: 'arambld';
}
.modal-body p {
    font-size: 14px;
    font-family: 'Noto Sans Malayalam';
    text-align: justify;
}
.popover-body {
    font-family: 'arambld';
    font-size: 13px;
    word-break: break-all;
    text-align: center;
    line-height: 1.3;
}
.wordmean {
    float: right;
    text-align: center;
    padding: 0 5px;
    margin: 5px 2px 8px;
    min-width: 60px;
    width: auto;
    text-shadow: none;
	border: solid 1px #f4f4f4;
    border-radius: 10px;
    margin: 8px;
    background: #f7f7f7;
}
.wordmean .word {
    font-family: Amiri QuranWeb !important;
    font-size: 21px;
    font-weight: 500;
    line-height: 2.5;
    direction: rtl;
    vertical-align: top;
    margin-bottom: 8px;
    color: #444;
    margin-top: -5px;
}
.wordmean .mean {
    font-family: 'aram';
    font-size: 13px;
    text-align: center;
    direction: ltr;
    margin-bottom: 5px;
	color: #555;
}
.trans {
    float: left;
    width: 98%;
    font-family: 'Noto Sans Malayalam';
    text-align: left;
    min-height: 35px;
    line-height: 1.4;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 600;
    /*background: #f7f7f7;*/
    padding: 8px;
    margin-bottom: 8px;
    color: #444;
}
.action-container {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 10px;
    padding: 5px;
    max-width: 300px;
    background: #F9E6C8;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    float: left;
}
    .action-btn {
    background: #fef4e4;
    border: none;
    padding: 3px 11px;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 15px;
    color: #644c10;
    /*box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);*/
}

    .action-btn:hover {
      background: #644c10;
      color: #ffffff;
      transform: scale(1.1);
    }
.number {
    vertical-align: middle;
    padding: 6px 10px 5px 5px;
    font-size: 16px;
    color: #805a00;
    border-right: solid 1px #ccc;
}

.btn-success{
    color: #fff;
    background-color: #875c19 !important;
    border-color: #875c19 !important;
}
button.btn.btn-light.dropdown-toggle {
    width: 18px;
    padding: 0px;
    margin-top: 12px;
}
select.form-control.sura {
    font-family: 'aram', Arial;
    font-size: 15px;
	color: #875c19;
}
label.mr-2 {
    font-weight: 600;
    color: #875c19;
    font-family: Verdana;
    font-size: 12px;
}
.dropdown-menu.form.show {
    max-width: 260px;
    padding: 10px;
}
.dropdown-menu.form.show .form-group {
    margin: 5px;
    width: 100%;
}
.app-player {
    width: 50%;
    position: fixed;
    bottom: -33px;
    left: 1%;
    z-index: 10000;
    text-align: center;
    margin: 20px auto;
    padding: 5px;
    right: 1%;
    background: #c5c5c5;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border: solid 1px #eee;
}

.app-player button.close {
    top: -11px;
    position: relative;
    background: #fff;
    padding: 2px 5px;
    right: 0;
}
.row.player {
    background: #986728;
    border-radius: 28px;
    margin: 0 auto;
    padding-top: 0px;
    padding-left: 4px;
    border: solid 1px #eee;
    margin-bottom: 10px;
}
audio {
    width: 100%;
    height: 40px;
    border-radius: 30px;
    background: #986728;
	margin-left: 8px;
}
.row.player .card {
    margin: 0;
    padding: 2px !important;
    background: none;
    border: none !important;
}
.row.player .card-body {
    padding-top: 5px !important;
    margin-left: -14px !important;
}	
select.rcts {
    vertical-align: middle;
    margin-top: 6px;
    height: 40px;
	width: 100%;
    border-radius: 20px;
    padding: 8px;
    border: none;
    font-family: 'Noto Sans Malayalam';
}

select.rcts {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}
select {

  /* styling */
  background-color: white;
  border: thin solid blue;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select: .rcts:focus {
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}


select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.app-ios {
    left: 20px;
    position: fixed;
    top: 60%;
    z-index: 1000000;
}	
.app-an {
    left: 20px;
    position: fixed;
    top: 66%;
    z-index: 1000000;
}	
a.wl-img img {
    width: 40px;
	-webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
  filter: grayscale(0);
	-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;	
}
a.wl-img img:hover{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);	
}

@media screen and (max-width: 768px) {

#content-desktop {display: none;}

}
@media screen and (min-width: 769px) {

#content-mobile {display: none;}
	
	
}
@media screen and (max-width: 768px) {
.sr-head.text-center h4{
		text-align: center;
	    font-size: 100%;
        padding-top: 21px;
	}
	.sr-head.text-center h4 span.arabi{
		display: none;
		
	}
	.ay{
		font-size: 50%;
	}

}

@media screen and (min-device-width: 320px) and (max-device-width: 991px) {

.col-lg-2 {
    
    max-width: 6%;
}
	.page-content {
    padding: 2px;
}
	.col-xl-12 { padding: 1px}
	.card-body { padding: 4px;}
	.col-lg-8 {
    max-width: 86%;
}

}
button#dropdownMenuLink {
    background: #514433;
    border: solid 1px #ccc;
    margin: 8px -10px;
    color: #fff;
}
 
/* Sidebar trigger button */
    .open-btn {
      position: fixed;
      top: 20px;
      right: 20px;
      background: #1e3a8a;
      color: white;
      border: none;
      padding: 12px 15px;
      border-radius: 50%;
      font-size: 20px;
      cursor: pointer;
      z-index: 1001;
    }

    /* Overlay background */
    .overlay {
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0, 0, 0, 0.5);
      opacity: 0;
      visibility: hidden;
      transition: 0.3s;
      z-index: 1000;
    }

    .overlay.active {
      opacity: 1;
      visibility: visible;
    }

    /* Sidebar form */
    .sidebar {
      position: fixed;
      top: 0;
      right: -400px;
      width: 285px;
      height: 100%;
      background: #f9fafb;
      box-shadow: -3px 0 8px rgba(0, 0, 0, 0.2);
      padding: 20px;
      transition: right 0.3s ease;
      z-index: 1002;
    }

    .sidebar.active {
      right: 0;
    }

    .sidebar h2 {
      margin-top: 0;
    }

    .close-icon {
    font-size: 12px;
    cursor: pointer;
    color: #ffffff;
    float: left;
    margin-bottom: 10px;
    margin-left: -35px;
    margin-top: -15px;
    background: #333333e8;
    border-radius: 100px;
    padding: 5px 10px;
    font-weight: normal;
    border: solid 1px #ccc;
}

    a.ay2 img {
    width: 23px;
    height: auto;
}
