﻿html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    font-family: 'Jost', sans-serif;
    font-family: 'Roboto Slab', serif;
    background: #f6f8f9;
}
.form-control, .form-select {
    color: #424a51 !important;
    background-color: #fff !important;
    font-size: 13px !important;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef !important;
    opacity: 1;
}
/*.form-control {
    border-left: none !important;
    border-top: none !important;
    margin-top: 0.6px;
}
.form-control:focus {
    box-shadow: 0 0 0 .25rem rgba(202, 210, 221, 0.25);
}*/
.input-group-text {
    background:#fff !important;
}
.text-content-center {
    justify-content: center;
    display: flex;
    align-items: center;
}
.main-body {
    background: linear-gradient(#fff,#46a84654,#10ddc017);
    border-radius: 12px;
}
.icon-color {
    color: #808080ba !important;
}
.fa {
    font-size: 13px !important;
}

input::placeholder {
    font-size: 16px;
    color:red;
}

.btn-color {
    background-color: #12A7A1;
    color: #fff;
    
}
header,navbar-expand-lg,nav,.footer {
    background: radial-gradient(circle, rgb(131 19 95), rgb(52 103 129), rgb(8 120 66)) !important;
    color: #fff;
    
}

.navbar-brand {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
.navbar-brand img {
  height: 43px !important;
}
label {
    font-weight: bold !important;
    font-size: 14px !important;
}
.required:after {
    content: " *";
    color: red;
}
@charset "UTF-8";
.wrapper {
  font-family: 'Helvetica';
  font-size: 14px;
}

.StepProgress {
  position: relative;
  padding-left: 45px;
  list-style: none;
}
.StepProgress::before {
  display: inline-block;
  content: '';
  position: absolute;
  top: 0;
  left: 15px;
  width: 10px;
  height: 100%;
  border-left: 2px solid #CCC;
}
.StepProgress-item {
  position: relative;
  counter-increment: list;
}
.StepProgress-item:not(:last-child) {
  padding-bottom: 20px;
}
.StepProgress-item::before {
  display: inline-block;
  content: '';
  position: absolute;
  left: -30px;
  height: 100%;
  width: 10px;
}
    .StepProgress-item::after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 0;
        left: -39px;
        width: 20px;
        height: 20px;
        border: 2px solid #CCC;
        border-radius: 50%;
        background-color: #FFF;
    }
.StepProgress-item.is-done::before {
  border-left: 2px solid green;
}
.StepProgress-item.is-done::after {
  content: "✔";
  font-size: 13px;
  color: #FFF;
  text-align: center;
  border: 2px solid green;
  background-color: green;
}
.StepProgress-item.current::before {
  border-left: 2px solid green;
}
    .StepProgress-item.current::after {
        content: counter(list);
        padding-top: 1px;
        width: 25px;
        height: 25px;
        top: -4px;
        left: -40px;
        font-size: 14px;
        text-align: center;
        color: green;
        border: 2px solid green;
        background-color: white;
    }
.StepProgress strong {
  display: block;
}
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #12a85b;
    color: #fff;
    height:35px !important;
    font-size: 13px !important;
}
.navbar {
    z-index: 1 !important;
}
.form-label {
    margin-bottom: 0.0rem !important;
}
.mb-3 {
    margin-bottom: .5rem !important;
}
.alert-dismissible .btn-close {
    padding: 0.8rem 1rem;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 2px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #ff097c;
    color: white;
    cursor: pointer;
    padding: 7px;
    border-radius: 26px;
    width: 36px;
}

    #myBtn:hover {
        background-color: #555;
    }
.sweet-alert {
    width: 351px !important;
    padding: 11px !important;
}

    .sweet-alert button {
        padding: 8px 18px !important;
        margin: 15px 5px !important;
    }

    .sweet-alert .sa-icon {
        width: 63px !important;
        height: 66px !important;
    }

        .sweet-alert .sa-icon.sa-error .sa-line {
            position: absolute;
            height: 5px;
            width: 33px !important;
            background-color: #F27474;
            display: block;
            top: 37px;
            border-radius: 2px;
        }

        .sweet-alert .sa-icon.sa-success .sa-placeholder {
            border: 4px solid rgba(82, 191, 21, 0.8) !important;
        }

        .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
            width: 47px !important;
            right: -10px !important;
            top: 39px !important;
        }

.nk-sidebar {
    background: linear-gradient(#047354, #f9010191) !important;
    transition: all .2s ease;
}

.text-success {
    color: #fff !important;
}

.swal-footer {
    text-align: center !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}
.fontsi{
    font-size:17px;
}
.select2-container .select2-selection--single {
    height: 34px !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ccc !important;
    border-radius: 0px !important;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
    
    display: none !important;
}
.select2-container{
    width:100% !important;
}
@media only screen and (max-width: 767px) {
    .wrapper{
        display:none !important;
    }
    .progress {
        display: flex !important;
    }
    .progress-bar {
        background-color: #e10101 !important;
    }
}
/*use for  preloader*/
#preloader {
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999999;
    background: #fff;
}

.loader {
    position: absolute;
    width: 5rem;
    height: 10rem;
    top: 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.circular {
    animation: rotate 2s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -3.5rem;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -12.4rem;
    }
}

@keyframes color {
    100%, 0% {
        stroke: #d62d20;
    }

    40% {
        stroke: #0057e7;
    }

    66% {
        stroke: #008744;
    }

    80%, 90% {
        stroke: #ffa700;
    }
}
/*last update 21/05/2023*/
/*end pre loader*/
/*07/06/2023 start*//**/

.loading {
    margin-top: 119px;
    margin-left: -70px;
    color: #074c75;
    font-weight: bold;
    font-size: 16px;
    background: white;
    padding: 4px;
}
.select2-dropdown .select2-results__option {
  position: relative;
}
#Preview
{
    transform: rotateY(180deg);
    -webkit-transform:rotateY(180deg); /* Safari and Chrome */
    -moz-transform:rotateY(180deg); /* Firefox */
}
.displnone {
    display: none;
}

img[src*="google-play.png"] {
  display: none;
}
img[src*="apple-store.png"] {
  display: none;
}
a.mt-2[href="https://ibank.mutualtrustbank.com/RegistrationSelfAccount/Reg_SelfAcc_VerifyAccountInfo.aspx"] {
  display: none !important;
}
