@import url('//fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');

body{
    font-family: 'Nunito Sans', sans-serif !important;
}

h1{
    font-family: Poppins; 
}
.login p{
    font-family: Barlow, sans-serif;
}

form.login_form input {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 19px;
    padding-left: 22px;
    font-family: 'Poppins';
}

form.login_form input:focus {
    box-shadow: none !important;
    border: 2px solid #0a6640;
}
a{
    text-decoration: none;
}

form.login_form input:focus::placeholder {
    color: black;
}

form.login_form button {
    font-family: 'Poppins';
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 21px;
}

.hlogo{
    width: 100%;
    height: 63px;
    object-fit: contain;
    margin-left: 28px;
}
/* dashboard css  */
.vertical-nav-menu i.metismenu-state-icon, .vertical-nav-menu i {
    text-align: center;
    width: 28px;
    height: 26px;
    line-height: 36px;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -17px;
    font-size: 22px;
   transition: color 300ms;
}

.vertical-nav-menu i.metismenu-state-icon {
    left: auto !important;
}

.vertical-nav-menu li.mm-active>a i.metismenu-state-icon {
    transform: rotate(270deg) !important;
} 

.scrollbar-sidebar {
    background: #f8f9fb;
}

.app-main__inner {
    background: white;
}
.app-header__content {
    background: white;
}

.filter_column select.form-select.form-select-lg {
    font-size: 17px;
}

.calc_cont {
    border: 2px solid #ced4da;
    padding: 35px 36px;
    border-radius: 8px;
    display: bl;
    width: 32%;
    margin: 0 0px 0px 13px;
}

.main-card th {
    font-size: 14px;
}


.modal-backdrop.fade.show {
    all: unset;
}

.modal-dialog {
    margin-top: 70px !important;
}

a.clear_f {
    position: relative;
    top: 7px;
    color: gray;
}

@media (min-width: 576px){
.modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
}

}
a{
    color: unset !important;
}
a:hover{
    text-decoration: none;
}

.prod_form {
    border: 2px solid #c3c3c3;
    padding: 15px 8px;
    height: 100%;
    border-radius: 7px;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    /* max-height: 352px !important; */
    overflow-y: auto;
}

.prod_form p {
    font-size: 13px;
    color: #6f6f6f;
}

.table_action{
    display: flex;
    justify-content: space-around;
    margin-top: 19px;
    border-top:none !important ;
    align-items: center;
}


@media (min-width: 576px){
.modal-dialog {
    max-width: 697px;
    margin: 1.75rem auto;
    margin-left: 30% !important;
}
}

.modal-content {
    max-height: 550px;
}
.prod_form h5 {
    font-size: 18px;
}

.accordion-button:not(.collapsed) {
    background: no-repeat;
    color: black;
    border: none !important;
}










/*custom font*/
@import url(//fonts.googleapis.com/css?family=Montserrat);

/*basic reset*/
* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    background: #eee;
}

body {
    font-family: Montserrat, arial, verdana;
    background: transparent;
}

/*form styles*/
#msform {
    text-align: center;
    position: relative;
    margin-top: 30px;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 8px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;

    /*stacking fieldsets above each other*/
    position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

/*inputs*/
#msform input, #msform textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 13px;
}

#msform input:focus, #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #2098ce;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
}

/*buttons*/
#msform .action-button {
    width: 100px;
    background: #2098ce;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #2098ce;
}

#msform .action-button-previous {
    width: 100px;
    background: #aCbEd0;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button-previous:hover, #msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #aCbEd0;
}

/*headings*/
.fs-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: bold;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

#progressbar li {
    list-style-type: none;
    color: #666;
    text-transform: uppercase;
    font-size: 9px;
    width: 33.33%;
    float: left;
    position: relative;
    letter-spacing: 1px;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 24px;
    height: 24px;
    line-height: 26px;
    display: block;
    font-size: 12px;
    color: #333;
    background: white;
    border-radius: 25px;
    margin: 0 auto 10px auto;
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps blue*/
/*The number of the step and the connector before it = blue*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #2098ce;
    color: white;
}