﻿@font-face {
    font-family: 'KurdishFont';
    src: url('../fonts/KurdishFont_Bold.eot?#iefix?ver=1') format('embedded-opentype'), url('../fonts/KurdishFont_Bold.woff?ver=1') format('woff'), url('../fonts/KurdishFont_Bold.ttf?ver=1') format('truetype'), url('../fonts/KurdishFont_Bold.svg#KurdishFont?ver=1') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'KurdishFont';
    src: url('../fonts/KurdishFont.eot?#iefix?ver=1') format('embedded-opentype'), url('../fonts/KurdishFont.woff?ver=1') format('woff'), url('../fonts/KurdishFont.ttf?ver=1') format('truetype'), url('../fonts/KurdishFont.svg#KurdishFont?ver=1') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'KurdishFont';
    src: url('../fonts/KurdishFont_Light.eot?#iefix?ver=1') format('embedded-opentype'), url('../fonts/KurdishFont_Light.woff?ver=1') format('woff'), url('../fonts/KurdishFont_Light.ttf?ver=1') format('truetype'), url('../fonts/KurdishFont_Light.svg#KurdishFont?ver=1') format('svg');
    font-weight: lighter;
    font-style: normal;
}

html, body {
    color: #fff;
    font-family: 'KurdishFont', 'Roboto', sans-serif;
}

.btn {
    font-family: 'KurdishFont', 'Roboto', sans-serif !important;
}

    .btn.btn-sm {
        font-weight: lighter !important;
    }

.direction-rtl {
    direction: rtl !important;
}

.direction-ltr {
    direction: ltr !important;
}

.lds-ring {
    display: inline-block;
    position: absolute;
    width: 64px;
    height: 64px;
    left: calc(50% - 32px);
    top: calc(50% - 32px);
}

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 51px;
        height: 51px;
        margin: 6px;
        border: 6px solid #fff;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #fff transparent transparent transparent;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    z-index: 9999;
}

.blur-transition {
    -webkit-transition: .5s linear -webkit-filter;
    -webkit-transition: .5s linear filter;
    transition: .5s linear filter;
}

.blur {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.close {
    font-size: 1.3rem;
}

.coockie-consert.alert-dark {
    background: rgba(0,0,0,.7) !important;
}

.coockie-consert {
    position: absolute;
    bottom: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #fff;
}

a {
    color: rgba(255,255,255,.5);
}

    a:hover {
        color: #fff;
    }

.step-holder {
    background-color: #f9fafb;
}

    .step-holder .nav-step .nav-link {
        background-color: transparent;
    }

        .step-holder .nav-step .nav-link.saved .rounded-circle {
            color: #17c671;
            box-shadow: 0 0.5rem 1rem rgba(23, 198, 113, 0.5) !important;
        }

        .step-holder .nav-step .nav-link.active .rounded-circle {
            color: #5142CC;
            box-shadow: 0 0.5rem 1rem rgba(81, 66, 204, 0.5) !important;
        }

        .step-holder .nav-step .nav-link .rounded-circle {
            font-size: 1.2rem;
            font-weight: bold;
            color: #8b8b8c;
            width: 65px;
            height: 65px;
            background-color: #f9fafb;
            line-height: 65px;
            text-align: center;
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25) !important;
        }

    .step-holder .nav-step h1 {
        font-size: .9rem;
        color: #333;
        line-height: 1.2rem;
    }

    .step-holder .nav-step .nav-link.saved + h1 {
        font-weight: bold;
        color: #17c671;
    }

    .step-holder .nav-step .nav-link.active + h1 {
        font-weight: bold;
        color: #5142CC;
    }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, .nav {
    font-family: 'KurdishFont','Roboto', sans-serif;
}

.step-holder .nav-step .nav-link {
    position: relative;
}

/*.inner-wrapper{
    max-height:95%;
    overflow-y:auto;
    overflow-x:hidden;
}*/

.step-holder .step-title {
    color: #333;
    position: relative;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bolder;
    margin-top: 1rem;
}

    .step-holder .step-title::after {
        content: "";
        position: absolute;
        width: 24px;
        bottom: -5px;
        left: calc(50% - 12px);
        right: calc(50% - 12px);
        border-bottom: 2px solid #5142CC;
    }

.float-side {
    float: left;
}

.float-unside {
    float: right;
}

.nav-item.nav-step a {
    cursor: default !important;
}

.input-group-text {
    color: #6c757d
}

.attach-section {
    padding: 15px 15px 20px;
    border-top: solid 1px #d8e2e7;
}

.attach-subtitle {
    padding: 5px 0 20px;
}

    .attach-subtitle h3 {
        font-weight: 600;
        font-size: 1rem;
        margin: 0;
    }

.drop-zone {
    width: 205px;
    height: 150px;
    border: dashed 2px #adb7be;
    text-align: center;
    padding: 25px 0 0;
}

    .drop-zone .font-icon {
        line-height: 60px;
        color: #919fa9;
        font-size: 2.75rem;
    }

    .drop-zone .drop-zone-caption {
        font-size: 1rem;
        font-weight: 600;
        color: #919fa9;
        margin: 0 0 1rem;
    }

.btn-file {
    position: relative;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

    .btn-file input[type=file] {
        position: absolute;
        left: 0;
        top: 0;
        height: 200px;
        width: 1000px;
        opacity: 0;
        cursor: pointer;
    }

.attach-section .drop-zone {
    width: 100%;
}

.attached-section {
    /*max-height: 290px;*/
    border-top: solid 1px #d8e2e7;
}

.attached-section-in {
    padding: 15px 15px 20px;
    overflow: hidden;
}

.attached-section-grid {
    zoom: 1;
    margin: 0 -30px 0 0;
}

    .attached-section-grid:before {
        content: " ";
        display: table;
    }

    .attached-section-grid .gd-doc {
        text-align: center;
        font-size: 0.875rem;
        line-height: 1.6;
    }

    .attached-section-grid .gd-doc {
        float: left;
        margin: 0 30px 30px 0;
    }

.gd-doc .gd-doc-preview {
    margin: 0 0 .6rem;
    position: relative
}

    .gd-doc .gd-doc-preview img {
        height: 128px;
        max-width: 100%;
        display: block;
        width: 90px;
        margin: 0 auto;
        border: solid 2px #dbe4ea;
        -webkit-border-radius: 4px;
        border-radius: 4px
    }

    .gd-doc .gd-doc-preview .icon {
        display: none;
        width: 22px;
        height: 22px;
        background: #00a8ff;
        -webkit-border-radius: .25rem 0 0 0;
        border-radius: .25rem 0 0 0;
        position: absolute;
        bottom: 2px;
        right: 2px;
        color: #fff;
        text-align: center;
        line-height: 22px
    }

        .gd-doc .gd-doc-preview .icon .font-icon {
            vertical-align: middle;
            position: relative;
            top: 2px
        }

    .gd-doc .gd-doc-preview a {
        position: relative;
        display: inline-block
    }

        .gd-doc .gd-doc-preview a:hover img {
            border-color: #00a8ff
        }

        .gd-doc .gd-doc-preview a:hover .icon {
            display: block
        }

.gd-doc .gd-doc-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600
}

.gd-doc .gd-doc-date {
    color: #6c7a86
}

.gd-doc-grid {
    zoom: 1
}

    .gd-doc-grid:after, .gd-doc-grid:before {
        content: " ";
        display: table
    }

    .gd-doc-grid:after {
        clear: both
    }

.gd-doc-col {
    float: left;
    width: 25%
}

.cursor-pointer {
    cursor: pointer;
}

@media (max-width:480px) {
    .gd-doc-col {
        width: 33.333333%
    }
}

@media (max-width:380px) {
    .gd-doc-col {
        width: 50%
    }
}

@media (max-width:321px) {
    .gd-doc-col {
        width: 100%
    }
}

@media (min-width: 576px) {
}

@media (max-width: 992px) {
    .step-holder.fix-header .step-top-buttons {
        display: none;
    }

    .step-holder.fix-header #MainStepTab {
        padding:0 !important;
    }
}

@media (min-width: 768px) {
    .step-holder .nav-step:not(:last-child) .nav-link:after {
        content: "";
        position: absolute;
        width: 80%;
        border-top: 2px solid #8b8b8c;
        top: calc(50% - 1px);
    }

    .step-holder .nav-step:not(:last-child) .nav-link.saved:after {
        border-top: 0;
        height: 2px;
        background: #17c671;
    }

    .step-holder .nav-step:not(:last-child) .nav-link.active:after {
        border-top: 0;
        height: 2px;
        background-image: linear-gradient(to right, #5142CC, #8b8b8c);
    }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

.attach-section .invalid-feedback.filled {
    display: block !important;
}

.image-holder {
    border: 3px solid #becad6 !important;
}

.text-white .close {
    color: #fff;
}

.shards-landing-page--1 .welcome:before {
    opacity: .7 !important;
}

textarea {
    resize: none;
}

.card:not(.step-holder) {
    background-color: transparent;
    box-shadow: unset;
}

    .card:not(.step-holder) .card-body {
        border: 1px solid #becad6 !important;
        background-color: #fff;
    }

[data-toggle="collapse"] {
    cursor: pointer;
}

.select2-container--bootstrap4 .select2-selection {
    background-color: #fff;
}

.select2-results__option[aria-selected] {
    color: #333;
}

.select2-container--bootstrap4 .select2-results__option--highlighted, .select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected=true] {
    color: #fff;
}

#MainStepTab, .step-top-buttons {
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
}

.step-holder.fix-header {
    margin-top: 180px;
}

    .step-holder.fix-header #MainStepTab {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        padding: 0 100px;
        background-color: #f9fafbf1;
        z-index: 9999;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
        border-bottom: 1px solid #ccc;
    }

    .step-holder.fix-header .step-top-buttons {
        position: fixed;
        z-index: 9999;
        right: 0;
        left: 0;
        top: 10px;
        padding: 15px;
    }
