/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}*/

/*custom css classes*/
/*.euro {
    background-color: #003883;
}*/

/*  right section in dashboard css */
/*.bg-gray{
    background-color:#f7f7fa
}
#rightSection{
    width:calc(100% - 50px);
    margin-left:auto;
    margin-top:45px;
    margin-bottom:60px;
    float:right;
}
.left-menu{
    background:#ffd800;
    position:fixed;
    height:calc(100%-58px);
    width:100%;
    top:58px;
    overflow:auto;
    z-index:99;
}
.left-menu.small{
    width:150px;
    float :left;

}
.slow {
    _webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;*/
   /* -ms-transition: all .5s ease-out;*/
    /*-o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.menu .fa-solid fa-bars {
    display:block;
}
.menu .fa-solid fa-xmark{
    display:none;
}
.menu .fa-solid fa-bars {
    display: none;
}

.menu .fa-solid fa-xmark {
    display: block;
}*/

.wizard .steps > ul li {
    margin-bottom: 40px;
    width: 100%;
    position: relative;
    text-align: center;
}

/*        .wizard .steps>ul li:after,*/
.wizard .steps > ul li:before {
    content: '';
    width: 100%;
    height: 4px;
    background: #ccc;
    position: absolute;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
    z-index: 0;
}

.wizard .steps > ul li:before {
    left: -50%;
}

/*
                .wizard .steps>ul li:after {
                    right: 0;
                }
        */

.wizard .steps > ul li.first:before,
.wizard .steps > ul li.last:after {
    display: none;
}

.wizard .steps > ul li.current:before,
.wizard .steps > ul li.done:before {
    background-image: linear-gradient(310deg, #2dce89 0%, #2dcecc 100%);
}

.wizard .steps > ul li a {
    padding: 0;
    background-color: transparent !important;
    position: relative;
    z-index: 1;
}

    .wizard .steps > ul li a .bd-wizard-step-icon {
        display: block;
        padding: 2px;
        background-color: #fff !important;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        margin: 0 auto;
    }

.wizard .steps > ul li .bg-gradient-success {
    display: block;
    position: relative;
    z-index: 1;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    line-height: 34px;
}

.wizard .steps > ul li.current:not(.done) .bg-gradient-success {
    background-image: linear-gradient(310deg, #fb6340 0%, #fbb140 100%);
}

.wizard .steps > ul li .bd-wizard-step-title {
    position: absolute;
    width: 100%;
    white-space: nowrap;
    text-align: center;
    bottom: -28px;
    font-weight: 600;
    font-size: 15px;
}

.wizard .steps > ul li.disabled a .media-body,
.wizard .steps > ul li.disabled a .bg-gradient-success {
    opacity: .3;
}

.wizard .steps > ul li.disabled .bg-gradient-success {
    background-color: #ddd !important;
    background-image: none !important;
}

    .wizard .steps > ul li.disabled .bg-gradient-success i {
        color: #a1a1a1;
    }

/*
.form-select {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4rem;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d2d6da;
    appearance: none;
    border-radius: 0.5rem;
    transition: box-shadow 0.15s ease, border-color 0.15s ease;
} 

*/
