.bg-akash {
    background-color: #1143a4 !important;
}
.akash-sub-text {
    font-family: "Imperial Script", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    letter-spacing: 1px;
    text-shadow: 4px 4px 10px rgb(0 0 0 / 50%);
}
.login-logo {
    width: 180px;
    height: auto;
    background: #fff;
    border-radius: 5px;
    padding: 10px;
}
@media screen and (max-width:768px){
    .login-logo {
        width: 150px;
        height: auto;
    }
}
.main-logo {
    width: 90px;
    height: auto;
    background: #fff;
    border-radius: 5px;
    padding: 5px;
}

.file-preview {
    border-radius: .25rem;
  }
  .file-drop-zone-title {
    padding: 35px 10px;
    font-size: 16px;
  }
  .file-drop-zone {
    min-height: auto;
  }
  .krajee-default.file-preview-frame {
    border-radius: .25rem;
    border: 1px solid rgb(221 221 221);
    box-shadow: 0 1px 3px rgb(219 226 239 / 50%), 0 1px 2px rgb(219 226 239 / 50%);
    transition: .15s all;
  }
  .krajee-default.file-preview-frame:not(.file-preview-error):hover {
    border: 1px solid rgb(203 203 203);
    box-shadow: 0 1px 8px rgb(219 226 239 / 50%), 0 1px 6px rgb(219 226 239 / 50%);
  }
  .btn-kv-borderless, .btn-kv-toggleheader, .btn-kv-fullscreen {
    display: none;
    visibility: hidden;
  }
  .file-drop-zone .file-preview-thumbnails .file-preview-frame .file-thumbnail-footer .file-actions, .krajee-default .file-drag-handle, .krajee-default .file-upload-indicator {
    display: none;
    visibility: hidden;
  }
  .krajee-default.file-preview-frame .file-thumbnail-footer {
    height: auto;
  }
  .krajee-default.file-preview-frame .kv-file-content {
    width: 200px;
    height: auto;
  }
  .krajee-default .file-footer-caption {
    margin-bottom: 0;
  }

  .wizard-btns .btn {
    margin: 4px auto;
  }
  
.timeline-steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.timeline-steps .timeline-step {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 1rem
}

@media (max-width:768px) {
    .timeline-steps .timeline-step:not(:last-child):after {
        content: "";
        display: block;
        border-left: .25rem dotted #6c757d;
        height: .7rem;
        position: absolute;
        left: auto;
        right: auto;
        top: 1.7rem;
    }
    .timeline-steps .timeline-step:not(:first-child):before {
        content: "";
        display: block;
        border-left: .25rem dotted #6c757d;
        height: 0.7rem;
        position: absolute;
        left: auto;
        right: auto;
        top: -1.4rem;
    }
}

@media (min-width:768px) {
    .timeline-steps {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .timeline-steps .timeline-step:not(:last-child):after {
        content: "";
        display: block;
        border-top: .25rem dotted #6c757d;
        width: 3.4rem;
        position: absolute;
        left: 5.5rem;
        top: .3125rem
    }
    .timeline-steps .timeline-step:not(:first-child):before {
        content: "";
        display: block;
        border-top: .25rem dotted #6c757d;
        width: 3.3rem;
        position: absolute;
        right: 5.5rem;
        top: .3125rem
    }
}

.timeline-steps .timeline-content {
    width: 8rem;
    text-align: center;
}

.timeline-steps .timeline-content .inner-circle {
    border-radius: 1.5rem;
    height: 1rem;
    width: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #6c757d;
}

.timeline-steps .timeline-content .inner-circle:before {
    content: "";
    background-color: #6c757d;
    display: inline-block;
    height: 2rem;
    width: 2rem;
    min-width: 2rem;
    border-radius: 6.25rem;
    opacity: .5
}

.timeline-steps .timeline-step.success .timeline-content .inner-circle, .timeline-steps .timeline-step.success .timeline-content .inner-circle:before {
    background-color: #139a52;
}

.timeline-steps .timeline-step.success:not(:last-child):after, .timeline-steps .timeline-step.success:not(:first-child):before {
    border-color: #139a52;
}

.timeline-steps .timeline-step.error .timeline-content .inner-circle, .timeline-steps .timeline-step.error .timeline-content .inner-circle:before {
    background-color: #d61f47;
}

.timeline-steps .timeline-step.error:not(:last-child):after, .timeline-steps .timeline-step.error:not(:first-child):before {
    border-color: #d61f47;
}
