﻿body {
    font-family: EYInterstate-Regular,"Noto Sans",Arial,sans-serif !important;
}
.logo_txt {
    font-size: 12px;
    color: #ffffff;
    position: absolute;
    padding-left: 37px;
    margin-top: 7px;
}
.navbar {
    height: 50px !important;
}
.bg-color {
    background-color: #2e2e38 !important;
    width:100%;
}
.bg-image {
    background-color: #1a1a24;
    width:100%;
    background-repeat: no-repeat;
    height: 100vh;
    overflow: auto;
}
.btn {
    font: 14px EYInterstate-Bold,"Noto Sans",Arial,sans-serif !important;
    font-weight: bold !important;
    line-height: 1.375rem !important;
    color: #2e2e38;
    transition: all .3s ease;
    border-radius: 0 !important;
    border: .0625rem solid transparent;
    height: 2.813rem;
    vertical-align: middle;
    min-width: 6.875rem;
    cursor: pointer;
    box-shadow: none;
    padding: 1px 20px 0px !important;
    display: inline-block;
    text-align: center;
    user-select: none;
}
.btn--progress.btn--progress-primary {
    background-color: #ffe600;
    color: #2e2e38;
}
.btn--progress {
    position: relative;
}
.btn--progress.btn--progress-primary.active, .btn--progress.btn--progress-primary.focus, .btn--progress.btn--progress-primary.hover, .btn--progress.btn--progress-primary:active, .btn--progress.btn--progress-primary:focus, .btn--progress.btn--progress-primary:hover {
    background-color: #2e2e38;
    color: #fff;
}
.btn:hover {
    text-decoration: none;
}
.des_box{
    background-color:#2e2e38;
    opacity:0.8;
    height:auto;
}
.txt_color{
    color:#ffffff;
}
.icon_color {
    color: #ff9831;
    vertical-align: middle;
    margin-right: .3125rem;
}
.txt_color1 {
    color: #ffe600;
    cursor:pointer;
}
.txt_heading{
    font-size:18px;
}
.txt_content{
    font-size: 14px;
}
.txt_link {
    color: #115db7 !important;
}
.txt_error {
    font-size: .875rem !important;
    font-family: EYInterstate-Light,"Noto Sans",Arial,sans-serif;
    line-height: 1.5rem !important;
    font-weight: 300;
    color: #FFFFFF;
    margin: 0;
}
.card_heading{
    font-size:14px;
    font-weight:500;
    background-color:#f6f6fa;
    padding:1rem;
}
.card_border {
    border-left:6px solid #ffe600;
}
.card_content {
    font-size: 12px;
    background-color: #ffffff;
    height:auto;
    padding:1rem;
}
.card_content1 {
    font-size: 12px;
    background-color: #20202c;
    height: auto;
    padding: 1rem;
    color:#ffffff;
}
a{
    font-weight:bold;
    font-size:12px;
}
a:hover{
    color:#747480 !important;
    cursor:pointer;
}
a:focus {
        color: #ffe600;
        cursor: pointer;
    }
a:active {
        color: #ffe600;
        cursor: pointer;
    }
.footer_txt {
    position: fixed;
    font-size: 12px;
    color: #ffffff;
    bottom: 0;
    text-align: center;
    height: 50px;
}

