@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins/Poppins Regular 400.ttf") format("truetype");
}
@font-face {
    font-family: "PoppinsMedium";
    src: url("../fonts/Poppins/Poppins-Medium.ttf") format("truetype");
}
@font-face {
    font-family: "PoppinsSemiBold";
    src: url("../fonts/Poppins/Poppins-SemiBold.ttf") format("truetype");
}


body {
    font-family: 'Poppins', sans-serif;
    background-color: white;
    color: #191919;
    padding-bottom: 0px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'PoppinsMedium', sans-serif;
}


.gray-text{
    color: #969696;
}
.link-color{
    color: #5985EE;
}
.form-control{
    background-color: #E9EFF6;
    border: 1px solid #E9EFF6;
    border-radius: 10px;
    height: 45px;
    color: #000000;
}
.form-control:focus{
    background-color: #E9EFF6;
    box-shadow: 0px 5px 15px #1592E64D;
    border-color: #1592E6;
}

form ::-webkit-input-placeholder, .modal form ::-webkit-input-placeholder { /* Edge */
    color: #000000 !important;
}

form :-ms-input-placeholder, .modal form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000000 !important;
}

form ::placeholder, .modal form ::placeholder {
    color: #000000 !important;
    opacity: 1;
}
.btn-custom{
    background-color: #1592E6 !important;
    border-radius: 10px !important;
    height: 45px !important;
    box-shadow:none !important;
}

label{
    font-weight: 100 !important;
    font-family: 'PoppinsMedium', sans-serif;
}
.step-div{
    min-width: 109px;
    text-align: center;
}
.step{
    width: 25px;
    height: 25px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1592E6;
    margin: 0 auto;
    border:2px solid #DDDFE1;
    font-size: 11px;
    z-index: 2;
    position: relative;
}
.step.step-active{
    width: 25px;
    height: 25px;
    background-color: #1592E6;
    color: white;
    border:2px solid #1592E6;
    padding: 13px;
}
.step-div .active{
    color: #1592E6;
}
.step-progress{
    top: 12px;
    right: -48px;
    height: 4px;
    width: 96px;
    background-color: #F3F3F3;
}
.progressbar{
    background-color: #1592E6;
    height: 100%;
}
.step-heading{
    position: absolute;
    text-align: center;
    width: 100%;
    top: 2.7rem;
    color: #464A53;
    font-size: 11px;
    font-family: 'PoppinsMedium', sans-serif;
}
.step-heading-active{
    font-size: 13px;
    top: 2.5rem;
    color: #1592E6;
}

.required-true {
    background-color: #E9EFF6;
}
.required-false {
    background-color: #FFEFEF;
}
.form-control.required-true {
    background-color: #E9EFF6;
}
.form-control.is-valid{
    background-color: #E9EFF6;
}
.form-control.required-false {
    background-color: #FFEFEF;
}
.form-control.is-invalid {
    background-color: #FFEFEF;
}
.text-required{
    color: #FC7F7F;
    font-size: 10px;
    font-weight: 100;
}
.step-btn-position{
    position: absolute;
    right: 15px;
    bottom: 45px
}
.select2-container .select2-selection--single{
    background-color: #E9EFF6 !important;
    border: 1px solid #E9EFF6 !important;
    height: 45px !important;
    color: #000000 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #000000 !important;
    line-height: 42px !important;
    border-radius: 10px !important;

}
.select2-container--default .select2-selection--single{
    border-radius: 10px !important;
}
.close-div{
    text-align: right;
    display: block;
    margin-right: 7px;
    margin-bottom: 5px;
    color: #FC7F7F;
}
.cursor-pointer{
    cursor: pointer;
}


/* width */
::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    border-radius: 8px !important;

}

/* Track */
::-webkit-scrollbar-track {
    background: #E6E6E6;
    border-radius: 8px !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #1592E6;
    border-radius: 8px !important;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #1592E6;
}


/*table*/
.table-style{
    border-radius: 25px;
}
.table-style{
    background-color: #E3F4FF;
    color: #000000;
}
.table-style tbody{
    background-color: #FBFBFB;
    color: #000000;
}
.table-style thead th{
    padding-top: 20px;
    padding-bottom: 20px;
}

.table-style thead td{
    font-weight: 100;
}
.line1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.line2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.logo-position{
    position: absolute;
    left: 50px;
    top: 24px;
}
.line-height-btn{
    line-height: 2.4;
}
.input-group-text{
    background-color: #e9eff6 !important;
    border: 0px solid #e9eff6 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 8px !important;
}

.height-step-table{
    height: calc(100vh - 230px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 15px;
}
@media only screen and (max-width: 1024px) {
    .mobile-step{
        overflow-x: auto;
        padding-bottom: 55px;
    }
    .step-btn-position{
        position: relative;
        right: 0px;
        bottom: 0px
    }

    .height-step-table{
        height: auto;
        overflow-y: auto;
        overflow-x: hidden;
        padding-right: 0px;
    }
}

@media only screen and (max-width: 768px) {
    .mobile-step{
        overflow-x: auto;
        padding-bottom: 55px;
    }
    .step-btn-position{
        position: relative;
        right: 0px;
        bottom: 0px
    }

    .form-button button{
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    .height-step-table{
        height: auto;
        overflow-y: auto;
        overflow-x: hidden;
        padding-right: 0px;
    }
}

@media only screen and (min-width: 1900px) {
    .step-div {
        min-width: 146px;
    }
    .step-progress{
        right: -58px;
        width: 116px;
    }
}

@media only screen and (min-width: 1600px) {
    .m-large-auto{
        margin: 0 auto;
    }
}
