﻿
textarea, input {
    direction: rtl !important;
}

.danger-note-label {
    color: red;
    border-bottom: 1px solid;
}

.intire-row {
    padding-right: 0 !important;
}

span.select2-selection__clear {
    padding-left: 10px;
}

.swal2-popup {
    width: 35em !important;
    font-size: 1.5rem !important;
}

.swal2-actions {
    display: flex;
    flex-direction: row-reverse;
}

.swal2-title, .swal2-content {
    direction: rtl !important;
}

.error {
    color: red !important;
}

.flex-label {
    flex: 1;
    display: flex;
    align-items: flex-end;
}

.flex-input {
    flex: 2;
    display: flex;
    align-items: flex-end;
}

/* Buttons */
.btn-pink {
    margin: 0;
    height: 30px;
    font-size: 14px;
    cursor: pointer;
    color: #FFFFFF;
    border-radius: 0.5rem;
    background-color: #dc348b;
    border: 1px solid #dc348b;
    padding: 0px 20px 0px 20px;
    transition: all 0.4s ease 0s;
}

    .btn-pink:hover:enabled {
        color: #dc348b;
        background-color: #FFFFFF;
    }

    .btn-pink:disabled {
        cursor: not-allowed;
        color: #dc348b;
        border: #dc348b solid 1px;
        background-color: #e3e3e3;
    }

.btn-pink-secondary {
    margin: 0;
    height: 30px;
    border: 1px solid #dc348b;
    font-size: 14px;
    cursor: pointer;
    color: #dc348b;
    border-radius: 0.5rem;
    background-color: #FFFFFF;
    padding: 0px 20px 0px 20px;
    transition: all 0.4s ease 0s;
}

    .btn-pink-secondary:hover:enabled {
        color: #FFFFFF;
        background-color: #dc348b;
    }

    .btn-pink-secondary:disabled {
        cursor: not-allowed;
        color: #dc348b;
        border: #dc348b solid 1px;
        background-color: #e3e3e3;
    }

.btn-blue {
    margin: 0;
    height: 30px;
    font-size: 14px;
    cursor: pointer;
    color: #FFFFFF;
    border-radius: 0.5rem;
    background-color: #2A3F54;
    border: 1px solid #2A3F54;
    padding: 0px 20px 0px 20px;
    transition: all 0.4s ease 0s;
}

    .btn-blue:hover:enabled {
        color: #2A3F54;
        background-color: #FFFFFF;
    }

    .btn-blue:disabled {
        cursor: not-allowed;
        color: #2A3F54;
        border: #2A3F54 solid 1px;
        background-color: #e3e3e3;
    }

.btn-blue-secondary {
    margin: 0;
    height: 30px;
    color: #2A3F54;
    font-size: 14px;
    cursor: pointer;
    border-radius: 0.5rem;
    border: 1px solid #2A3F54;
    background-color: #FFFFFF;
    padding: 0px 20px 0px 20px;
    transition: all 0.4s ease 0s;
}

    .btn-blue-secondary:hover:enabled {
        color: #FFFFFF;
        background-color: #2A3F54;
    }

    .btn-blue-secondary:disabled {
        cursor: not-allowed;
        color: #2A3F54;
        border: #2A3F54 solid 1px;
        background-color: #e3e3e3;
    }



.textarea-Notes {
    width: 98%;
    height: 100px;
    resize: none;
    font-size: 15px;
    color: #32476f;
    border-radius: 10px;
    border: 1px solid #32476f !important;
    outline: none !important;
}

.p-0 {
    padding: 0 !important;
}


.required-input {
    width: 100%;
    padding: 2px;
    font-size: 14px;
    border: none !important;
    color: #32476f !important;
    background-color: white !important;
    border-bottom: 2px solid red !important;
}
.preload {
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(51,51,51,0.7),rgba(51,51,51,0.7));
    position: fixed;
    top: 0;
    left: 0;
    font-family: monospace;
    z-index: 1000;
}
.load-logo {
    width: 300px;
    height: 70px;
    font-size: 50px;
    text-shadow: -1px 2px 2px #000;
    text-align: center;
    position: fixed;
    top: 40%;
}

.loader-frame {
    width: 300px;
    height: 300px;
    margin: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.loader1, .loader2 {
    position: absolute;
    border: 5px solid transparent;
    border-radius: 50%;
}

.loader1 {
    width: 300px;
    height: 300px;
    border-top: 5px solid azure;
    border-bottom: 5px solid azure;
    animation: ClockWise 2s linear infinite;
}

.loader2 {
    width: 290px;
    height: 290px;
    border-left: 5px solid darkturquoise;
    border-right: 5px solid darkturquoise;
    top: 5px;
    left: 5px;
    animation: AntiClockWise 2s linear infinite;
}

@keyframes ClockWise {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes AntiClockWise {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@font-face {
    font-family: 'varelaround-regular';
    src: url('../fonts/varelaround-regular.ttf') format('truetype');
}

* {
    font-family: varelaround-regular;
}

label {
    font-size: 16px;
    color: #32476f !important;
    font-weight: 500 !important;
}

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

.inputStyle {
    width: 100%;
    padding: 2px;
    font-size: 14px;
    border: none !important;
    color: #32476f !important;
    background-color: white !important;
    border-bottom: 2px solid #43c2e8 !important;
}

    .inputStyle:disabled:hover {
        cursor: not-allowed;
    }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

input:required:invalid, select:required, select:required + .select2-container--default .select2-selection--single {
    border: none;
    border-bottom: 2px solid #43c2e8 !important;
}

    input:required:invalid, select:required:invalid, select:required:invalid + .select2-container--default .select2-selection--single {
        border: none;
        border-bottom: 1px solid #dc348b !important;
    }

select, select + .select2-container--default .select2-selection--single {
    border: none !important;
    border-bottom: 2px solid #43c2e8 !important;
}

/*.form-control {
    color: black !important;
    border: none !important;
    border-radius: 0.75rem !important;
    background-color: #f3f0f0 !important;
    -webkit-box-shadow: none !important;
}*/

/*.form-control {
    border-radius: 0.5rem !important;
    border-color: #aaaaaa !important;
}*/

.table > thead:first-child > tr:first-child > th {
    background-color: #202e49 !important;
    color: white !important;
}

.LightBlueFont {
    /*color: #34a9df !important;*/
    color: #32476f !important;
}

.SemiBlueFont {
    color: #202e49 !important;
}

.DarkBlueFont {
    color: #172335 !important;
}

.BlueFont {
    color: #304460 !important;
}

.YellowFont {
    color: #faeb52 !important;
}

.PinkFont {
    color: #dc348b !important;
}

.LightGrayFont {
    color: #f7f7f7 !important;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: middle !important;
}

table.dataTable {
    font-size: 16px !important;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 15px !important;
}

.has-feedback label ~ .form-control-feedback {
    top: 50% !important;
}

.btn.focus, .btn:focus, .btn:hover {
    color: white !important;
}

input::placeholder {
    color: gray !important;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: gray !important;
}

input::-ms-input-placeholder {
    color: gray !important;
}

/*.select2-container--default .select2-selection--single {
    border: none !important;
    border-radius: 0 !important;
}*/

.btn-primary, .btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #e31892 !important;
    border: none !important;
    border-radius: 0.5rem !important;
    padding: 5px 20px !important;
}

    .btn-primary:hover {
        border: none !important;
        color: #fff !important;
        background-color: #dc348b !important;
    }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #aaaaaa !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444 !important;
    line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px !important;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 10px !important;
}

tbody {
    color: #34a9df !important;
}

th {
    text-align: center !important;
    background-color: #f7f7f7 !important;
}

.nav_menu {
    padding: 10px;
}

*::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

*::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

*::-webkit-scrollbar-thumb {
    background-color: #a1a6ab;
    outline: 1px solid slategrey;
}

html, body {
    height: 100%;
}

.row {
    margin: 0 !important;
}

table {
    border-radius: 0.75rem !important;
}

.lds-ellipsis {
    width: 80px;
    display: inline-block;
    position: absolute;
    top: -20px;
    left: 10%;
    visibility: hidden;
}

    .lds-ellipsis div {
        position: absolute;
        top: 33px;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: #1c99f6;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1) {
            left: 8px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 8px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 32px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 56px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

.form-control {
    box-shadow: unset !important;
    -webkit-box-shadow: unset !important;
    transition: unset !important;
    -webkit-transition: unset !important;
    height: 38px !important;
}



input[type='checkbox'], input[type='radio'] {
    --active: #dc348b;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, .3);
    --border: #bbc1e1;
    --border-hover: #275efe;
    --background: #fff;
    --disabled: #f6f8ff;
    --disabled-inner: #e1e6f9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    outline: none !important;
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
}

    input[type='checkbox']:after, input[type='radio']:after {
        content: '';
        display: block;
        left: 0;
        top: 0;
        position: absolute;
        transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    }

    input[type='checkbox']:checked, input[type='radio']:checked {
        --b: var(--active);
        --bc: var(--active);
        --d-o: 0.3s;
        --d-t: 0.6s;
        --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
    }

    input[type='checkbox']:disabled, input[type='radio']:disabled {
        --b: var(--disabled);
        cursor: not-allowed;
        opacity: 0.9;
    }

        input[type='checkbox']:disabled:checked, input[type='radio']:disabled:checked {
            --b: var(--disabled-inner);
            --bc: var(--border);
        }

        input[type='checkbox']:disabled + label, input[type='radio']:disabled + label {
            cursor: not-allowed;
        }

    input[type='checkbox']:hover:not(:checked):not(:disabled), input[type='radio']:hover:not(:checked):not(:disabled) {
        --bc: var(--border-hover);
    }

    input[type='checkbox']:focus, input[type='radio']:focus {
        box-shadow: 0 0 0 var(--focus);
    }

    input[type='checkbox']:not(.switch), input[type='radio']:not(.switch) {
        width: 21px;
    }

        input[type='checkbox']:not(.switch):after, input[type='radio']:not(.switch):after {
            opacity: var(--o, 0);
        }

        input[type='checkbox']:not(.switch):checked, input[type='radio']:not(.switch):checked {
            --o: 1;
        }

    input[type='checkbox'] + label, input[type='radio'] + label {
        font-size: 14px;
        line-height: 21px;
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        margin-left: 4px;
    }

    input[type='checkbox']:not(.switch) {
        border-radius: 7px;
    }

        input[type='checkbox']:not(.switch):after {
            width: 5px;
            height: 9px;
            border: 2px solid var(--active-inner);
            border-top: 0;
            border-left: 0;
            left: 7px;
            top: 4px;
            transform: rotate(var(--r, 20deg));
        }

        input[type='checkbox']:not(.switch):checked {
            --r: 43deg;
        }

    input[type='checkbox'].switch {
        width: 38px;
        border-radius: 11px;
    }

        input[type='checkbox'].switch:after {
            left: 2px;
            top: 2px;
            border-radius: 50%;
            width: 15px;
            height: 15px;
            background: var(--ab, var(--border));
            transform: translateX(var(--x, 0));
        }

        input[type='checkbox'].switch:checked {
            --ab: var(--active-inner);
            --x: 17px;
        }

        input[type='checkbox'].switch:disabled:not(:checked):after {
            opacity: 0.6;
        }

input[type='radio'] {
    border-radius: 50%;
}

    input[type='radio']:after {
        width: 19px;
        height: 19px;
        border-radius: 50%;
        background: var(--active-inner);
        opacity: 0;
        transform: scale(var(--s, 0.7));
    }

    input[type='radio']:checked {
        --s: 0.5;
    }

html {
    box-sizing: border-box;
}

.checkbox-label {
    font-size: 16px !important;
    padding-top: 3px !important;
}


.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}