body{
    background-color: #f5f8fa;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 350px;
}

@font-face {
    font-family: 'azn';
    src: url('/fonts/azn/azn.eot');
    src: url('/fonts/azn/azn.eot?#iefix') format('embedded-opentype'),
    url('/fonts/azn/azn.woff') format('woff'),
    url('/fonts/azn/azn.ttf') format('truetype'),
    url('/fonts/azn/azn.svg#jaznb') format('svg');
    font-weight: normal;
    font-style: normal;
}

.disableClick{
    pointer-events: none;
}

.manat{
    font-family: 'azn';
}

.nowrap{
    white-space: nowrap;
}

.toolbar{
    margin-bottom: unset !important;
    background: unset;
}
.toolbar .btn.btn-custom {
    background-color: rgba(255,255,255,.1);
}

.form-control[disabled]{
    background-color: #e4e7ea;;
}

.stepper.stepper-pills .stepper-item.current .stepper-label .stepper-title {
    color: #009ef7;
}
.stepper.stepper-pills .stepper-item .stepper-icon .stepper-number i{
    font-weight: 600;
    color: #009ef7!important;
    font-size: 1.25rem;
}
.stepper.stepper-pills .stepper-item.current .stepper-icon .stepper-number i{
    color: #fff!important;
    font-size: 1.25rem;
}
.stepper.last [data-kt-stepper-action=submit] {
    display: unset !important;
}
.table-bordered>:not(caption)>*>* {
    border-width: 0 1px;
}

.stepper.stepper-pills.stepper-tab .stepper-item.current:last-child .stepper-icon{
    background-color: #009ef7;
}

.stepper.stepper-pills.stepper-tab .stepper-item.completed .stepper-icon .stepper-number,
.stepper.stepper-pills.stepper-tab .stepper-item.current:last-child .stepper-icon .stepper-number{
    display: unset;
}
.stepper.stepper-pills.stepper-tab .stepper-item.completed .stepper-label .stepper-title{
    color: #3f4254;
}
.stepper.stepper-pills.stepper-tab .stepper-item.current:last-child .stepper-label .stepper-title{
    color: #009ef7;
}





@media only screen and (max-width: 1024px){ /* Laptop */
    .stepper.stepper-pills.stepper-column:not(.stepper-tab) .stepper-nav {
        flex-direction: unset;
    }
    .stepper.stepper-pills.stepper-column:not(.stepper-tab) .stepper-item {
        position: unset;
        margin-right:1rem;
    }
    .stepper.stepper-pills.stepper-column:not(.stepper-tab) .stepper-icon {
        z-index: 1;
        margin-right:0.5rem;
    }
    .stepper.stepper-pills.stepper-column:not(.stepper-tab) .stepper-line {
        display: none;
    }
    .stepper.stepper-pills.stepper-column:not(.stepper-tab) .stepper-item:first-child .stepper-line {
        top: 0;
    }
    .stepper.stepper-pills.stepper-column:not(.stepper-tab) .stepper-item:last-child .stepper-line {
        bottom: 0;
    }
}
@media only screen and (max-width: 767px) {
    /* Mobile */
    .stepper.stepper-pills.stepper-column:not(.stepper-tab) .stepper-item {
        display: none;
    }
    .stepper.stepper-pills.stepper-column:not(.stepper-tab) .stepper-item.current{
        display: flex;
    }
}

.croppaOneFile {
    width: 200px;
    height: 200px;
    display: inline-block;
}

.croppaOneFile > div{
    width: 200px;
    height: 200px;
}

.croppaOneFile .croppaOneFileUploader {
    cursor: pointer;
    border: 2px dashed #ebedf2;
    position: relative;
}

.croppaOneFile .croppaOneFileUploader i {
    width: 54px;
    height: 54px;
    font-size: 50px;
    color: #525672;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
}

.croppaOneFile .croppaOneFileUploaderInput {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.croppaOneFile .croppaOneFileImage {
    display: none;
    position: relative;
}

.croppaOneFile i {
    position: absolute;
    font-size: 30px;
    color: red;
    z-index: 1;
    right: -16px;
    top: -16px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
}

select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
    background: #eee;
    box-shadow: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow,
select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
    display: none;
}

.dp-note{
    position:absolute;
    left:50%;
    bottom:10%;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%)
}
.-selected- .dp-note.bg-success{
    background-color:#fff !important;
}

.separator.separator-content {
    display: flex;
    align-items: center;
    border-bottom: 0;
    text-align: center;
}
.separator.separator-content::before, .separator.separator-content::after {
    content: " ";
    width: 50%;
    border-bottom: 1px solid #F4F4F4;
}
.separator.separator-content::before {
    margin-right: 1.25rem;
}
.separator.separator-content::after {
    margin-left: 1.25rem;
}
