html {}

body {
    font-family: 'Noto Kufi Arabic';
    background-color: #eee;
}

a {
    text-decoration: none;
}

[dir="rtl"] .border-start {
    border-left: none !important;
    border-right: 1px solid #dee2e6 !important;
}

[dir="rtl"] .border-end {
    border-right: none !important;
    border-left: 1px solid #dee2e6 !important;
}

.header-fixed {
    position: fixed !important;
    z-index: 999999;
    top: 0;
    width: 100%;
    height: auto;
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
    opacity: 95%;
    animation: fadeInDown .4s ease-in-out;
}

.strip-top {
    position: relative;
}

.strip-top:before {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 90px;
    border-bottom: 2px solid var(--bs-primary);
}

.strip-bottom {
    position: relative;
}

.strip-bottom:after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    width: 90px;
    border-bottom: 2px solid var(--bs-primary);
}

.fg-page-title {
    margin: 0;
}

.fg-section {
    /*background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 15px;*/
}

.fg-section-header {
    /*border-bottom: 1px solid #ccc;*/
}

.fg-section-title {
    /*font-weight: bold;
    padding: 8px;
    margin: 0;*/
}

.fg-section-title:after {
    /*display: block;
    width: 90px;
    border-bottom: 2px solid var(--bs-primary);*/
}

.fg-thumbnail {
    position: relative;
    width: 100%;
}

.fg-thumbnail img {
    width: 100%;
    height: auto;
}

.fg-thumbnail-image {
    width: 100%;
    height: auto;
}
.top-nav {
    font-size: 80%;
}

pre,
.pre,
code,
.code {
    direction: ltr;
    background: url(../images/code-bg.png);
    font: 11px/19px'andale mono', 'lucida console', monospace;
    padding: 3px;
    display: block;
    overflow-x: visible;
    overflow-y: hidden;
    margin: 0 0 20px 0;
    color: #666;
    border-top: 1px solid #E1E1E1;
    border-left: 1px solid #E1E1E1;
    border-bottom: 1px solid #F0F0F0;
    border-right: 1px solid #F0F0F0;
}

.breadcrumb-nav {
    background-color: #f7f7f7;
    background-image: url(../images/breadcrumb-bg.png);
    background-repeat: repeat;
    background-position: center top;
    -moz-background-size: auto;
    background-size: auto;
    padding: 0px 15px 0px 15px;
    border-top: 1px solid #ebebeb;
}

.breadcrumb {
    margin: 0;
}

.header-user-avatar {
    height: 30px;
}

.header-account-menu-toggler {
    position: relative;
    border-radius: 50px;
    overflow: hidden;
}

[dir=rtl] .dropdown-menu {
    right: auto;
    left: 0;
}

.fg-password-toggle {
    cursor: pointer;
}

.project-meta {
    font-size: 80%;
}

.has-invalid {
    color: var(--bs-danger) !important;
}

.has-invalid input,
.has-invalid button,
.has-invalid .input-group-text {
    border-color: var(--bs-danger) !important;
}

.has-invalid .invalid-feedback {
    display: block;
    font-size: 10px;
}

.is-invalid,
.is-invalid .list-group-item {
    border-color: var(--bs-danger) !important;
    color: var(--bs-danger) !important;
}

.home-cover-bg {
    background-color: #393939;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
}

.home-cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/kinsan-cover.png);
    opacity: 0.6;
    background-size: cover;
    z-index: -1;
}

.home-socials {
    background-color: #07070766;
    color: #fff;
}

.fg-progress {
    display: none;
}

/* phone selector */
.iti {
    direction: ltr;
    display: block;
}

/*.intl-tel-input {
  display: table-cell;
}
.intl-tel-input .selected-flag {
  z-index: 4;
}
.intl-tel-input .country-list {
  z-index: 5;
}
.input-group .intl-tel-input .form-control {
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
}*/
.btn-backtop {
    position: fixed;
    bottom: 40px;
    left: 20px;
    z-index: 1000;
    padding: 8px 12px 8px;
    cursor: pointer;
    color: #fff;
    background-color: #3799ef;
    border-radius: 4px;
    opacity: .8;
    display: none;
}

.fg-media-picker {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.fg-media-preview {
    width: 100%;
    height: auto;
}

.fg-media-id,
.fg-media-url {
    display: none;
}

.form-switch .form-check-input {
    background-repeat: no-repeat;
}

.fg-location-modal {
    z-index: 999999;
}

.fg-modal-map {
    width: 100%;
    height: 400px;
}

.fg-fund-action-button {
    --bs-btn-padding-y: .25rem;
    --bs-btn-padding-x: .5rem;
    --bs-btn-font-size: .75rem;
}

.swear-cover {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    backdrop-filter: blur(10px);
}

.form-control:focus {
    box-shadow: none;
    border-color: #BA68C8
}

.profile-button {
    background: rgb(99, 39, 120);
    box-shadow: none;
    border: none
}

.profile-button:hover {
    background: #682773
}

.profile-button:focus {
    background: #682773;
    box-shadow: none
}

.profile-button:active {
    background: #682773;
    box-shadow: none
}

.back:hover {
    color: #682773;
    cursor: pointer
}

.labels {
    font-size: 11px
}

.add-experience:hover {
    background: #BA68C8;
    color: #fff;
    cursor: pointer;
    border: solid 1px #BA68C8
}

.avatar-container {
    position: relative;
    width: 150px;
    height: 150px;
}

.avatar-container .avatar-image {
    width: 100%;
    height: 100%;
}

.avatar-edit {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 10px;
}
.avatar-container .confirm-mark {
    position: absolute;
    bottom: 0;
    margin-bottom: 2px;
    left: 50%;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: -13px;
}
.fg-progress {
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    left: 50%;
    margin-left: -40px;
}

.fg-progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 5px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.fg-progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.fg-progress .progress-left {
    left: 0;
}

.fg-progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 5px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.fg-progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.fg-progress .progress-right {
    right: 0;
}

.fg-progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    /*animation: loading-1 1.8s linear forwards;*/
}

.fg-progress .progress-value {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    text-shadow: 0 0 2px #444;
    line-height: 80px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%;
}

.fg-progress.blue .progress-bar {
    border-color: #049dff;
}

.fg-progress.blue .progress-left .progress-bar {
    /*animation: loading-2 1.5s linear forwards 1.8s;*/
}

.fg-progress .progress-input {
    width: 40px;
    height: 30px;
    position: absolute;
    top: 100%;
    right: 0;
}

.progress.yellow .progress-bar {
    border-color: #fdba04;
}

.progress.yellow .progress-left .progress-bar {
    animation: loading-3 1s linear forwards 1.8s;
}

.progress.pink .progress-bar {
    border-color: #ed687c;
}

.progress.pink .progress-left .progress-bar {
    animation: loading-4 0.4s linear forwards 1.8s;
}

.progress.green .progress-bar {
    border-color: #1abc9c;
}

.progress.green .progress-left .progress-bar {
    animation: loading-5 1.2s linear forwards 1.8s;
}

.img-thumbnail-sm {
    width: 150px;
    height: auto;
    max-height: 150px;
}

.modal-loader {
    background-color: #ffffffa6;
}

.modal-loader i {
    position: absolute;
    top: 50%;
    margin-top: -22.5px;
}

.progresses {
    display: flex;
    align-items: center;
}

.line {

    width: 120px;
    height: 6px;
    background: #63d19e;
}


.steps {

    display: flex;
    background-color: #63d19e;
    color: #fff;
    font-size: 14px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;

}
.fg-modal{
    z-index: 999999;
}
.modal{
    z-index: 999999;
}
.fg-map{
    height: 400px;
}
.gradient-custom-2 {
    background: #fccb90;
    background: -webkit-linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);
    background: linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);
}
.krajee-default.file-preview-frame {
    max-width: -webkit-fill-available;
}
.krajee-default.file-preview-frame .kv-file-content {
    max-width: 100%;
}
.fs-10px{
    font-size: 10px;
}
.fs-12px{
    font-size: 12px;
}
.finance-form-progress{
    display: none;
}
@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

@media only screen and (max-width: 990px) {
    .progress {
        margin-bottom: 20px;
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 769px) {
    .gradient-custom-2 {
        border-top-right-radius: .3rem;
        border-bottom-right-radius: .3rem;
    }
}