@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;500;700;900&display=swap');
*{
    font-family: 'Roboto', sans-serif;
}
.bg-light-2{
    background-color: #e3e3e3;
}
.bg-light-3{
    background-color: #e7e7e7;
}


.login-main{
    background-image: url('bg.jpg');
    background-size: cover;
}
.login-card{
    background: white;
    padding: 14px 35px;
    border-radius: 8px;
}

#main-wrapper .left-sidebar[data-sidebarbg=skin5], #main-wrapper .left-sidebar[data-sidebarbg=skin5] ul {
    background: #f9fafb!important;
}
.sidebar-nav ul .sidebar-item .sidebar-link {
    color: #000;
}
.sidebar-nav ul .sidebar-item .sidebar-link i {
    font-style: normal;
    width: 35px;
    line-height: 25px;
    font-size: 23px;
    color: #940000;
    display: inline-block;
    text-align: center;
}

#main-wrapper .topbar .top-navbar .navbar-header[data-logobg=skin5] {
    background: #ffffff;
}

#navbarSupportedContent {
    background: #ffffff!important;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgb(0 0 0 / 80%);
}
#main-wrapper .topbar .navbar-collapse[data-navbarbg=skin5], #main-wrapper .topbar[data-navbarbg=skin5] {
    background: #ffffff;
}
.bg-light-2 {
    background-color: #d2d3d4!important;
}
.table-sm td, .table-sm th {
    padding: 0.3rem;
    font-size: 13px;
}
.logo-text, a{
    color: #000;
}

.card .card-title {
    position: relative;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 24px;
}

.sidebar-nav ul .sidebar-item .sidebar-link {
    border-bottom: 1px solid #0000001f;
}

.box {
    border-radius: 2px;
    padding: 10px;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}
#chat input{
    width: 100% ;
}

#findings input{
    width: 100% ;
}
.nav-link :hover{
    color:#000;
}
.tab-mian-head{
    background: #ffa5002b;
    width: 100%;
    padding: 10px 13px;
    font-size: 1rem;
    border-bottom: 2px solid #e74c3c;
}
.tab-pane .tab-mian-head{
    margin-left: 8px;
    margin-right: 8px;
}
.bg-red{
    background-color: #a63336!important;
    color:#fff!important;
}
.btn{
    border-radius:2em;
}
.btn-sm{
    font-size:.7rem;
}
.btn-red {
    color: #fff;
    background-color: #a63336;
    border-color: #a63336;
    padding:5px 15px !important;
    margin-bottom: 5px;
}
.btn-red:hover {
    color: #fff;
    background-color: #a63336;
    border-color: #a63336;
    opacity:.9;
}
.nav-tabs .nav-link{
    font-size: .7rem;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #4F5467;
    background-color: #ff5543;
    /* border-color: #dee2e6 #dee2e6 #fff; */
    border-top: 2px solid #a63336;
    border-left: 2px solid #a63336;
    border-right: 2px solid #a63336;
    background-color: #a63336;
    color: #fbfbfb;
}
.tab-content>.active {
    display: block;
    background-color: #f7f7f763;
}


.nav-tabs .nav-item {
    margin-bottom: -3px !important;
}

/*tabs*/
nav >.nav.nav-tabs{

    border: none;
    color:#fff;
    background:#272e38;
    border-radius:0;

}
nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active
{
    border: none;
    padding: 18px 25px;
    color:#fff;
    background:#272e38;
    border-radius:0;
}

nav > div a.nav-item.nav-link.active::after
{
    content: "";
    position: relative;
    bottom: -60px;
    left: -10%;
    border: 15px solid transparent;
    border-top-color: #e74c3c ;
}
.tab-content{
    background: #fdfdfd;
    border: 1px solid #ddd;
    border-top:5px solid #a63336;
    border-bottom:5px solid #a63336;
    padding:0px 0px;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus
{
    border: none;
    background: #e74c3c;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}

.sidebar-nav i{
    color:red;
}

.wizard-content .wizard>.actions>ul>li>a {
    width: 120px !important;
    text-align: center !important;
}
.wizard-content .wizard>.actions>ul>li>a:hover {
    opacity: .8;
}
.wizard > .steps .number {
    font-size: inherit !important;
}
.wizard .form-control  {
    margin-bottom: 1.1rem;
}

.wizard  err{

    margin-top: -20px;
    display: block;
    height: 20px;
}



input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.wizard-content .wizard>.actions>ul>li>a {
    background: #a63336;
    color: #fff;
    display: block;
    padding: 7px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
}
.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    background: #a63336;
    color: #fff;
    cursor: default;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.Check-Lists h6{
    font-weight: bold;
    color: #676767;
    font-size: 14px;
}
.Check-Lists h6>strong{
    color: #5a5a5a;
}
.Check-Lists strong{
    color: #000000;
    font-size: 85%;
    font-size: 14px;
}
/* .col-form-label{
    min-height: 58px;
} */
.Offer-Letter-label{
    margin-bottom: 20px;
}

.mb-45{
    margin-bottom: 1.3rem!important;
}
.mt-35{
    margin-top: 1.3rem!important;
}


td {
    vertical-align: middle !important;
}

td a, td input, td img {
    vertical-align: middle;
    display: inline-block;
}
.table th, .table thead th {
    font-weight: 500;
    white-space: nowrap !important;
}
.iti {
    width: 100% !important;
}
.iti .error{
    position: absolute;
    top: 55px;
}
