.btn-theme-blue {
    background-color: #0078BF;
    color: #fff;
    padding: 8px 34px 8px 34px;
    border-radius: 3px !important;
}

.btn-theme-blue:hover,
.btn-theme-blue:active {
    background-color: #0081cc !important;
    color: #fff !important;
}

.btn-theme {
    background-color: #F2F2F2;
    color: #55749c !important;
    /* padding: 8px 34px 8px 34px; */
    font-weight: 600 !important;
    font-size: 0.9rem;
    border-radius: 0px !important;
}

.btn-theme:hover,
.btn-theme:active {
    background-color: #e2e2e2 !important;
}

.btn-theme2 {
    background-color: #e2e2e2;
    color: #55749c !important;
    font-weight: 600 !important;
    font-size: 0.9rem;
    border-radius: 0px !important;
}

.btn-theme2:hover,
.btn-theme2:active {
    background-color: #F2F2F2 !important;
}

.text-theme {
    color: #0081cc !important;
}

.btn-theme-blue-outline {
    border-color: #0078BF;
    color: #0078BF;
    padding: 8px 34px 8px 34px;
    border-radius: 3px !important;
}

.btn-theme-blue-outline:hover,
.btn-theme-blue-outline:active {
    background-color: #0078BF !important;
    color: #fff !important;
}

.form-control-theme {
    padding-top: 8px;
    padding-bottom: 8px;
}

.bg-theme-blue {
    background-color: #0078BF;
}

.minWidth90vw {
    min-width: 93vw;
}

.font8 {
    font-size: 0.8rem !important;
}

.font7 {
    font-size: 0.7rem;
}

.font6 {
    font-size: 0.6rem;
}

.font9 {
    font-size: 0.9rem !important;
}

.cursor-pointer {
    cursor: pointer;
}

.stroke-secondary .mdc-circular-progress__indeterminate-circle-graphic {
    stroke: #858585 !important;
}

.font600 {
    font-weight: 600 !important;
}
.font1_2rem{
    font-size: 1.2rem !important;
}
.full-background {
    min-height: calc(100vh - 89px);
    background-color: #023353;
  }