/* 
    Created on : Feb 27, 2021, 9:16:14 PM
    Author     : mohmmad ZSA
    E-mail     : mohmmad.zoheer2@gmail.com
*/
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tajawal&display=swap');

/*:root {
    --space: 2.7rem;
    --space-xs: calc(var(--space) / 3);
    --space-sm: calc(var(--space) / 2);
    --space-md: calc(var(--space) * 2);
    --space-lg: calc(var(--space) * 3);
    --color-primary: lightgray;
    --color-accent: whitesmoke;
    --color-dark: black;
    --color-mid: gray;
    --color-light: white;
    --color-highlight: dodgerblue;
    --radius: 0.125rem;
}*/

html {
    height: 100% !important;
}

body {
    font-family: 'Tajawal', sans-serif;
    height: 100% !important;
    overflow-anchor: none;
}

#main-body {
    display: none;
    height: 100%;
}

footer.footer {
    z-index: 1;
}

.cursor-pointer {
    cursor: pointer;
}

.number {
    font-family: Nunito, sans-serif !important;
}

html[dir="rtl"] [type="number"] {
    direction: rtl
}

label.required:after {
    content: " *";
    color: red;
}

.bg-light-gainsboro {
    background-color: #eee !important;
}

.tooltip-inner {
    padding: 0.4rem 0.6rem !important;
}

.tooltip-modal-btn[data-toggle="tooltip"] {
    padding-top: 0.6rem;
}

.title-action[data-toggle="tooltip"] {
    padding: 3px 7px 0 7px;
}

#loader-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1059;
    background-color: #000;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0.5;
}

#loader-modal[class="init-loader"]{
    display: block;
    background: none;
    opacity: 1;
}

.loading-spinner-ripple {
    width: 100px;
    height: 100px;
    display: inline-block;
    background: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loading-lyr div:nth-child(1) {
    border-color: #e90c59;
    animation-delay: 0s;
}

.loading-lyr div:nth-child(2) {
    border-color: #46dff0;
    animation-delay: -0.5s;
}

.loading-lyr {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(0.5);
    backface-visibility: hidden;
    transform-origin: 0 0;
}

.loading-lyr div {
    box-sizing: content-box;
}

.loading-lyr div {
    position: absolute;
    border-width: 4px;
    border-style: solid;
    opacity: 1;
    border-radius: 50%;
    animation: loading-lyr 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

@keyframes loading-lyr {
    0% {
        top: 96px;
        left: 96px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 18px;
        left: 18px;
        width: 156px;
        height: 156px;
        opacity: 0;
    }
}

.sidebar-scroll {
    --offset: var(--space-lg);
    flex-grow: 1;
    flex-basis: 300px;
    align-self: start;
    position: sticky;
    top: var(--offset);
}

.component-scroll {
    display: grid;
    grid-template-rows: auto 1fr auto;
}

[data-recording="true"] span {
    animation-name: recording;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.input-error {
    border-color: #e81500 !important;
}

@keyframes recording {
    0% {
        color: red;
    }
    65% {
        color: white;
    }
    100% {
        color: red;
    }
}

.v-align-center {
    vertical-align: middle !important;
}

.btn.no-focus {
    box-shadow: none !important;
}

.table> :not(:first-child) {
    border-top: none !important;
}

.border-none {
    border: none !important;
}

.border-top-none {
    border-top: none !important;
}

.border-hover:hover {
    border: 1px solid #dee2e6 !important;
}

.img-container {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.img-container .over-img {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.65);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
}

.over-img .over-text {
    text-shadow: 2px 2px #000;
    font-size: 16px;
}

.over-img .over-header {
    text-shadow: 2px 2px #000;
}

.text-gold {
    color: #e1b854;
}

.error {
    color: tomato;
}

label.error {
    font-weight: 500;
    width: 100%;
}

.multiselect-container {
    width: 100% !important;
}

html[dir="rtl"] .multiselect-container .multiselect-option.multiselect-group-option-indented {
    padding-right: 1.75rem;
    padding-left: 0.25rem;
}

.dropdown-menu {
    padding: 0.2rem;
    opacity: 0.98;
}
.table .dropdown-menu{
    z-index: 1003;
}
.dropdown-item {
    padding: 1rem;
}

.nav-item .dropdown-item {
    padding: .7rem;
}

.table .dropdown-item {
    padding: .5rem;
}

.dropdown-item.active,
.dropdown-item:active {
    color: black;
    background-color: #ececec;
}

.dropdown-item:hover {
    color: white;
    background-color: #313a46;
}

.dropdown-item:focus {
    color: white;
    background-color: gray;
}

html[dir="rtl"] .form-control::placeholder {
    text-align: right;
}

[dir="ltr"] .form-control.error {
    padding-right: 2.25rem !important;
    background-position: right calc(0.375em + 0.25rem) center !important;

}

[dir="rtl"] .form-control.error {
    padding-left: 2.25rem !important;
    background-position: left calc(0.375em + 0.25rem) center !important;
}

.form-control.error:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25) !important;
}

.password-toggle-ltr,
.password-toggle-rtl {
    position: relative
}

.password-toggle-ltr .form-control {
    padding-right: 2.25rem
}

.password-toggle-rtl .form-control {
    padding-left: 2.25rem
}

.password-toggle-rtl .form-control.error {
    padding-left: 2.25rem !important;
    background-position: left calc(0.375em + 0.25rem) center !important;
}

.password-toggle-btn {
    position: absolute;
    top: 50%;
    margin-bottom: 0;
    padding: .2rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1;
    cursor: pointer;
    z-index: 3;
}

html[dir="ltr"] .password-toggle-btn {
    right: .625rem;
}

html[dir="rtl"] .password-toggle-btn {
    left: .625rem;
}

.password-toggle-btn .password-toggle-indicator {
    transition: color .2s ease-in-out;
    color: #7d879c
}

.password-toggle-btn .password-toggle-indicator:hover {
    color: #4b566b
}

.password-toggle-btn .custom-control-input {
    display: none;
}

.password-toggle-btn .custom-control-input:checked~.password-toggle-indicator {
    color: #07c124;
}

.password-toggle-btn .custom-control-input:checked~.password-toggle-indicator:before {
    content: '\f340';
}

.was-validated .password-toggle-ltr .form-control:invalid,
.was-validated .password-toggle-ltr .form-control.is-invalid,
.was-validated .password-toggle-ltr .form-control:valid,
.was-validated .password-toggle-ltr .form-control.is-valid {
    padding-right: 4rem
}

.was-validated .password-toggle-rtl .form-control:invalid,
.was-validated .password-toggle-rtl .form-control.is-invalid,
.was-validated .password-toggle-rtl .form-control:valid,
.was-validated .password-toggle-rtl .form-control.is-valid {
    padding-left: 4rem
}

.password-toggle-ltr .form-control.error+.password-toggle-btn,
.was-validated .password-toggle-ltr .form-control:invalid+.password-toggle-btn,
.was-validated .password-toggle-ltr .form-control.is-invalid+.password-toggle-btn,
.was-validated .password-toggle-ltr .form-control:valid+.password-toggle-btn,
.was-validated .password-toggle-ltr .form-control.is-valid+.password-toggle-btn {
    right: 2.1rem
}

.password-toggle-rtl .form-control.error+.password-toggle-btn,
.was-validated .password-toggle-rtl .form-control:invalid+.password-toggle-btn,
.was-validated .password-toggle-rtl .form-control.is-invalid+.password-toggle-btn,
.was-validated .password-toggle-rtl .form-control:valid+.password-toggle-btn,
.was-validated .password-toggle-rtl .form-control.is-valid+.password-toggle-btn {
    left: 2.1rem
}

.toast-container {
    z-index: 30000;
}

.j-alert {
    position: fixed !important;
    z-index: 5;
    left: 0;
    bottom: 0;
}

.j-alert .toast {
    max-width: 400px;
    max-height: 300px;
    min-width: 300px;
}

.avatar-lg {
    width: 200px;
}

.avatar-lg img {
    border-radius: 50%;
    width: 100%;
}

.w-0 {
    width: 0.1% !important;
}
.w-10 {
    width: 10% !important;
}
.min-w-100{
    min-width: 100px !important;
}
.font-10 {
    font-size: 10px !important
}

.font-11 {
    font-size: 11px !important
}

.font-12 {
    font-size: 12px !important
}

.font-13 {
    font-size: 13px !important
}

.font-14 {
    font-size: 14px !important
}

.font-15 {
    font-size: 15px !important
}

.font-16 {
    font-size: 16px !important
}

.font-18 {
    font-size: 18px !important
}

.font-20 {
    font-size: 20px !important
}

.font-22 {
    font-size: 22px !important
}

.font-24 {
    font-size: 24px !important
}

.font-26 {
    font-size: 26px !important
}

.font-28 {
    font-size: 28px !important
}

.font-30 {
    font-size: 30px !important
}

.font-36 {
    font-size: 36px !important
}

.font-38 {
    font-size: 38px !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.photoviewer-title {
    color: #ffffff !important;
}

/*
 * bootstrap-tagsinput v0.8.0
 * 
 */
.bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: inline-block;
    padding: 0.15rem 0.2rem;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    width: 100%;
    line-height: 2.5 !important;
    cursor: text;
}

.bootstrap-tagsinput input {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    padding: 0 6px;
    margin: 0;
    width: 100%;
    max-width: inherit;
}

html[dir="rtl"] .bootstrap-tagsinput input {
    text-align-last: right !important;
    direction: rtl !important;
}

.bootstrap-tagsinput.form-control input::-moz-placeholder {
    color: #777;
    opacity: 1;
}

.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
    color: #777;
}

.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
    color: #777;
}

.bootstrap-tagsinput input:focus {
    border: none;
    box-shadow: none;
}

.bootstrap-tagsinput .tag {
    background-color: whitesmoke;
    padding: 0.2rem;
    line-height: 1.5;
    display: inline-flex;
    color: black !important;
    border: lightgray 1px solid;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
    margin-left: 8px;
    cursor: pointer;
}

html[dir="rtl"] .bootstrap-tagsinput .tag [data-role="remove"] {
    margin: 0;
    margin-right: 8px;
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
    content: "X";
    padding: 2px 5px 1px 5px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover:after {
    background-color: rgb(255, 118, 118);
    color: white
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/*
 * End bootstrap-tagsinput v0.8.0
 * 
 */
.tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    cursor: pointer;
}
.tt-menu.tt-open {
    width: max-content !important;
}
html[dir="rtl"] .tt-menu {
    left: auto;
    right: 0 !important;
}
.twitter-typeahead .tt-hint {
    line-height: inherit;
    z-index: -1;
}
html[dir="rtl"] .twitter-typeahead .tt-hint {
    left: unset !important;
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

.tt-suggestion:hover,
.tt-suggestion:focus,
.tt-suggestion.tt-cursor {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}

.card.profile-header {
    border: none;
}

.card.profile-header>.card-header {
    background: rgba(0, 0, 0, 0) linear-gradient(to left, rgba(176, 255, 192, 0.75), rgba(41, 94, 255, 0.21), rgba(90, 137, 227, 0.47)) repeat scroll 0% 0%;
    border-radius: 10px;
}

.profile-page-header {
    background-color: white;
    text-align: center;
}

.profile-page-header .cover-section {
    background-color: rgb(210, 210, 210);
    height: 300px;
}

.profile-page-header img.cover-img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.profile-page-header .cover-tabs {
    margin-top: -120px;
}

.update-profile-img {
    position: absolute;
}

.update-profile-img a:hover {
}

.update-profile-img a {
    position: absolute;
    left: 150px;
    bottom: 10px;
    line-height: 0;
    background: lightgray;
    padding: 10px;
    border-width: 1px;
    border-style: dashed;
    border-radius: 50%;
}

html[dir="rtl"] .update-profile-img a {
    position: absolute;
    left: auto;
    right: 150px;
}

.update-profile-img .bi-camera-fill {
    display: block;
    line-height: 0;
}

.profile-nav .nav-link {
    background-color: white !important;
    border-bottom: #79a6fd;
    border-radius: 0;
    color: gray;
}

.profile-nav .nav-link:hover {
    color: #000;
}

.profile-nav .nav-link.active {
    border-bottom: #79a6fd 4px solid;
    color: #000;
}

select option[value=""] {
    color: tomato !important;
}

.limit-section-mh150 {
    max-height: 150px;
}
.limit-section-mh200 {
    max-height: 200px;
}
.limit-section-mh250 {
    max-height: 250px;
}
.limit-section-mh300 {
    max-height: 300px;
}
.limit-section-mh350 {
    max-height: 350px;
}
.limit-section-mh400 {
    max-height: 400px;
}
[class*="limit-section-mh"] {
    overflow: auto;
    scrollbar-gutter: auto;
    scrollbar-width: thin;
}
[class*="limit-section-mh"]::-webkit-scrollbar {
    width: 8px;
}
[class*="limit-section-mh"]::-webkit-scrollbar-track {
    background: #f1f1f1;
}
[class*="limit-section-mh"]::-webkit-scrollbar-thumb {
    background: #cccccc;
}
[class*="limit-section-mh"]::-webkit-scrollbar-thumb:hover {
    background: #999999;
}
[class*="limit-section-mh"]::-webkit-scrollbar-thumb:active {
    background: #666666;
}
.h-xl-6 {
    height: 200px;
}
@media (min-width: 1200px){
    .h-xl-6 {
        height: 500px !important;
    }
}
