@import url('login.css');
* {
    margin: 0;
    padding: 0;
}

.tbl-img img {
    width: 23%;
}

.wrapper {
    height: 100vh;
    display: flex;
    flex-direction: column;
}
.btn {
    --bs-btn-padding-x: 0.275rem !important;
    --bs-btn-padding-y: 0.275rem !important;   
    --bs-btn-font-size: 0.945rem !important;
}
    /*.dropdown-menu label, span {
    padding-left: 10px
}

.dropdown-menu input {
    padding-left: 10px
}*/
.accordion-button:not(.collapsed)::after {
    mix-blend-mode: plus-lighter !important;
}
.accordion-button::after {
    mix-blend-mode: plus-lighter !important;
}
.accordion-button b {
    color: #ffffff;
}

@media only screen and (max-width: 600px) {
    .main-logo {
            flex-direction: column;
        }

            .main-logo h1 {
                font-size: 12px !important;
            }

        .logo img {
            width: 55px;
        }

        .main-logo h4 {
            font-size: 9px !important;
        }
    }

    .active-menu {
    background: #eaf2f8;
    color: #03693a;
    font-weight: 500;
}


.sb-sidenav-menu-nested a {
    color: #086a3d;
    font-weight: 500;
}


main {
    flex: 1;
    /* background: #f4f7fa; */
    background: #f0f5f9;
}

 .main-logo {
    padding: 5px 20px;
    flex: 1 0 0;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    flex-direction: column;
}
.main-logo h1 {
    font-size: xx-large;
    line-height: 1.1;
    color: #198754;
    font-weight: 700;
    margin-bottom:5px ;
}
.main-logo h4{
     font-size: 18px;
    line-height: 1.1;
    color: #024425;
    font-weight: 700;
    margin-bottom:5px ;
}

header {
    background-color: #ffffff;
    box-shadow: 0px 8px 13px -3px rgba(0, 0, 0, 0.07);
}


header .navbar {
    margin: auto;
    color: #0c0c0c;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #57C785;
    background: radial-gradient(circle, rgb(25 135 84 / 14%) 37%, rgba(255, 255, 255, 1) 100%);
}


.navbar {
    margin: auto;
    color: #0c0c0c;
    display: flex;
    align-items: center;
    justify-content: center;
   
}


.logo img {
    max-width: 75px;
    mix-blend-mode: multiply;
}

@media screen and (max-width:600px) {

    .sidebar-collapse,
    .small-logo {
        width: auto;
    }
}



.password-hint p,
b {
    font-size: 13px;
    color: #f00;
    padding: 0;
    margin: 0;
}

/*modal screen */
.center-screen {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    /*min-height: 100vh;*/
}

.custom-listing li {
    text-align: left;
    text-transform: none;
}

.custom-listing li a {
    font-size: 14px;
    color: #686767;
    text-decoration: none;
    line-height: 2;
}
.warnning{
    background: #fde6bd;
    font-size: 13px;
    border-radius: 5px;}

.tbl-design th {
    font-size: 13px;   
    background-color: #d9eee1;
    font-weight: 600;
}
.confirm-list li{
    list-style-type: none;
    line-height: 1.8;
}
.logo-top span {
    font-size: 29px;
    vertical-align: middle;
}
.hint-msg span {
    display: block;
    font-size: 14px;
}

footer {
    background-image: url(../assets/img/bottom-sierra.png) !important;
    /*background-color: #2e1971 !important;*/
}

footer.text-muted{
   color: #ffffff !important;
    font-size: 14px; 
}

footer li a {
    color: #ffffff !important;
    font-size: 14px;
}

footer p {
    color: #ffffff !important;
}

.tbl-no-border td {
border: none;
}
/*steper css start here*/

.step-container {
    position: relative;
    text-align: center;
    transform: translateY(-32%);
}



.step-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.step-item {
  text-align: center;
 /*  flex: 1; */
}

.step-circle {
  width: 30px;
  height: 30px;
  background-color: #4285f4;
  color: white;
  border-radius: 50%;
  line-height: 40px;
  margin: auto;
  cursor: pointer;
  font-weight: bold;
   line-height: 30px;
    font-weight: bold;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    /*  margin-bottom: 10px; */
    cursor: pointer;
}
p{
 font-size:14px;
}

.step-label {
  margin-top: 8px;
  font-size: 0.85rem;
  color: #333;
}


.step-line {
    position: absolute;
    top: 16px;
    left: 50px;
    width: calc(100% - 100px);
    height: 2px;
    background-color: #007bff;
    z-index: -1;
}

#multi-step-form {
    overflow-x: hidden;
}

.step h3 {
    background: #cccccc30;
    padding: 4px 11px;
    border-radius: 5px;
}

.table-responsive th {
    font-size: 13px;
    text-align: center;
    white-space: nowrap;
    background-color: #d9eee1;
    font-weight: 600;
}

.table-responsive td {
    font-size: 13px;
}

.form-container {
    margin: auto;
    background: #fff;
    border-radius: 8px;

}

.form-section img {
    width: 100px;
}

h1 {
    text-align: center;
    margin-bottom: 30px;
    color: #2c3e50;
}

.form-section {
    margin-bottom: 35px;
}

.form-section h2 {
    background-color: #e8f0fe;
    padding: 5px 15px;
    border-left: 5px solid #4285f4;
    margin-bottom: 10px;
    font-size: 17px;
    color: #333;
}

    .form-section table, td, th {
        font-size:13px;
    }
    .detail-documents {
        background-color: #f1f1f18a;
    }

    /*header top slider text css*/
.newscontainer {
    position: relative;
    border: 0.13px solid #c8102e;
    /* background: linear-gradient(110deg, #fdcd3b 60%, #ffed4b 60%); */
    font-family: 'Oswald', serif;
    padding: 7px;
    background: #fff;
    border-right: none;
}
    .newscontainer .headertext {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        padding: 10px 10px;
        border-right: 1px solid #777;
        background: #C8102E;
        color: #fff;
        text-shadow: 1px 1px #111;
    }