html {
    font-size: 14px;
    height: 100%
}
::-webkit-scrollbar {
    width: 0.5rem;
}
::-webkit-scrollbar:horizontal {
    height: 5px !important;
    border-radius: 10px;
    }
::-webkit-scrollbar-track {
    background: #E9ECEF;
}
::-webkit-scrollbar-thumb {
    background: #C1C1C1;
    height:5px
}
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}
html {
    position: relative;
    min-height: 100%;
}
body {
    margin-bottom: 60px;
    height: 100%;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}
.disabled {
    pointer-events: none;
}
.header-section {
    background-color: #1A428A;
    font-size: 20px;
}
.local {
    font-family: 'helvetica';
}

.head-line {
    font-family: 'helvetica';
        font-weight: 600;
}
.header-logo {
    width: 14rem;
}
.header-logo-mid {
    width:57vh;
}
.px{
    padding-inline:7rem;
}
.form-head {
    font-size: 25px;
    font-weight: 600;
}

.container-section {
    flex: 1; 
}
.container-div {
    border: 1px solid #00000054;
    background-color: white;
}
.header-style {
    font-size: 40px;
    font-weight: 400;
}

.error-section-img {
    width: 3rem;
}

.data-font {
    font-size: 20px;
    font-weight: 300;
}

.font-weight {
    font-weight: 600;
}

.overflow-table {
    overflow-x: auto;
    max-width: 100%;
    display: block;
}

.well-image {
    width: 4rem;
}

.width-style {
    width: unset !important;
}

.label-bgd {
    background-color: darkblue;
}

.preview-bgd {
    background-color: #EFECEB !important;
}
.box-height {
    height: 34vh !important;
    width: 69vh;
}
.input-type{
    width:8rem !important;
}
.input-type-select {
    width: 10.2rem !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.input-type-number {
    width: 5.8rem !important;
}
.btn-submit {
    color: #fff;
    background-color: #0d6efd;
    
}
.btn-submit:hover {
    color: black;
    background-color: #5ba0d9b0;
    }
.row-style{
    margin-top:0.4rem;
}
.form-control:focus {
    box-shadow: unset !important;
}
.logo-margin {
    margin-left: 7.5rem;
}
.text-font{
    font-size:0.8rem;
}
.fw-style{
    font-size:12px;
}
.form-control:disabled {
    background-color: #ffffff !important;
    
}