*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.cursor-pointer {
    cursor: pointer;
}
.bg-green, .bg-success {
    background-color: #3b5a90 !important;
}
.bg-blue {
    background-color: #1e8fd3;
}
.bg-dr-gray {
    background-color: #58715f;
}
.text-green {
    color: #198754;
}
.text-blue {
    color: #1e8fd3;
}
.text-dr-gray {
    color: #7e7b7f;
}
.w-webkit {
    width: -webkit-fill-available;
}
.op-1 {
    opacity: 1;
}
.cl-header {
   display: flex;
    /* justify-content: center; */
    align-items: center;
    column-gap: 18px;
}
.cl-logo img {
    height:71px;
    width: 64px;
}
.cl-logo-nm p {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}
.cl-logo-nm p i {
    margin-right: 8px;
}
.side-step .nav-tabs {
    display: block;
    white-space: nowrap;
    border: 0;
}

.body-section {
    /* border: 1px solid #b3b3b3; */
    /* padding: 10px; */
    border-radius: 3px;
    height: calc(100vh - 90px);
    min-height: 300px;
    margin-left: 270px;
    position: relative;
}
.side-step {
    border: 1px solid #ffffff;
    background-color: #3b5a90;
    padding: 2px;
    width: 270px;
    position: fixed;
    bottom: 0px;
    top: 71px;
    left: 0px;
    z-index: 999;
}
.side-step .nav-link {
    width: -webkit-fill-available;
    text-align: left;
    color: #dddddd;
    border-radius: 0;
    cursor: not-allowed;
    border: 0;
    font-weight: 500;
    position: relative;
}
.side-step .nav-link.active {
    background-color: #f8f9fa;
    color: #3b5a90;
    cursor: pointer;
}

.side-step .nav-link.active::before {
    content: "";
    width: 5px;
    background-color: #f8f9fa;
    position: absolute;
    right: -4px;
    top: 0;
    bottom: 0px;
    box-shadow: 2px 0 4px #e3e3e3;
}
.side-step .nav-link:hover {
    border: 0;
}
.form-detail {
    width: -webkit-fill-available;
    margin-left: 0;
}
.form-detail .tab-content {
height: calc(100vh - 71px);
    min-height: 278px;
        overflow: auto;
    scrollbar-width: none;
}
.total-text-with-bg {
    color: #ffffff;
    font-weight: 550;
    font-size: 17px;
    width: fit-content;
    padding: 5px 40px;
    border-radius: 2px;
    margin-bottom: 0px;
    white-space: nowrap;
    line-height: normal;
}
.form-box {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 6px;
}
.form-label {
    margin-bottom: 3px;
    font-weight: 500;
    color: #646464;
    font-size: 14px;
    line-height: normal;
}
.important-smb {
    color: red;
}
.form-input {
    border: 1px solid #646464;
    border-radius: 2px;
    height: 34px;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 6px;
    color: #585858;
    background-color: transparent;
}


.extra-form-input {
    border: 1px solid #646464;
    border-radius: 2px;
    height: 34px;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 6px;
    color: #585858;
    background-color: transparent;
}
.btn-fix {
    position: sticky;
    bottom: 0px;
    background-color: #f8f9fa;
    border-top: 1px solid #a5a5a5;
    box-shadow: 0px -3px 2px #0000001c;
}

.border-box {
    border: 1px solid #646464;
    border-radius: 2px;
    height: 34px;
    padding: 0;
}
.form-input:focus-within, .form-input:hover {
        border: 1px solid #198754;
} 
.form-input:focus {
    outline: none;
}
.form-box:focus-within .form-label, .form-box:hover .form-label {
    color: #198754;
}
.form-box:focus-within .border-box, .form-box:hover .border-box {
        border: 1px solid #198754;
} 
.form-box:focus-within .size-text, .form-box:hover .size-text, .form-box:focus-within .custom-calendar-icon, .form-box:hover .custom-calendar-icon, .form-box:focus-within .form-input, .form-box:hover .form-input {
    color: #1e8fd3;
}
.form-box:focus-within .small-btn-box, .form-box:hover .small-btn-box {
    color: #fff;
    background-color: #1e8fd3; 
    border-left: 1px solid #1e8fd3;
}
.form-input:disabled{
    color: #7c7c7c;
    background-color: #dcdcdc;
    border-color: #c4c4c4;
}

.form-input:disabled:hover{
    color: #7c7c7c;
}
.under-lb-box {
    border: 1px solid #7e7b7f;
    border-top: 0;
    position: relative;
    padding: 0px 4px 8px 4px;
}
.under-lb-box::before {
    content: "";
    position: absolute;
    right: -1px;
    width: 1px;
    height: 21px;
    background-color: #7e7b7f;
    top: -21px;
}
.radio-check {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #7c7c7c;
    cursor: pointer;
}
.under-label {
    cursor: pointer;
}

.radio-check input {
        accent-color: #198754;
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.radio-check input:checked + .under-label {
  color: #198754;
}

.radio-check:hover {
color: #198754;
}
.cl-sub-heading {
    margin: 0;
    font-size: 16px;
    color: #2a3e34;
    background-color: #e4e6e5;
    width: fit-content;
    padding: 3px 6px;
    border-radius: 3px;
}
.hide-file-input {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
}
.size-text {
    font-size: 12px;
    font-weight: 500;
    color: #838383;
    padding: 4px;
}
.small-btn-box {
    border: none;
    background-color: #1e8fd3;
    color: #ffffff;
    font-size: 12px;
    padding: 2px 6px;
    height: 100%;
    font-weight: 500;
    border-left: 1px solid #646464;
    transition: all 0.3s;
}
.cl-form-btn {
    background-color: #198754;
    border: 1px solid #198754;
    color: #fff;
    font-size: 14px;
    height: 34px;
    min-width: 75px;
    border-radius: 3px;
    font-weight: 400;
    margin: 0;
    transition: 0.5s;
    cursor: pointer;
    padding: 1px 5px;
}
.cl-form-btn:hover {
    background-color: transparent;
        color: #198754;
}
    .cl-form-btn:disabled {
        background-color: #909090;
        border: 1px solid #909090;
        cursor: not-allowed;
    }
        .cl-form-btn:disabled:hover {
            background-color: #909090;
            border: 1px solid #909090;
            color: #fff;
            cursor: not-allowed;
        }
.back-btn {
    background-color: #3b5a90;
    border: 1px solid #3b5a90;
}
.back-btn:hover {
        background-color: transparent;
        color: #3b5a90;
}
.btn-ico {
    display: none;
}
.ut-box {
    padding-left: 0 !important;
}
.form-check.ut-box .form-check-input {
    margin-left: 0 !important;
}
.radio-check input[type="text"] {
    width: 100%;
    height: 34px;
    cursor: text;
}
.condition-para {
    text-align: justify;
    font-size: 16px;
}

 @media (max-width: 1000px) {
        input.form-control {
            font-size: 0.8rem;
        }

    .small-font-tab {
        font-size: 0.8rem;
    }
    .side-step {
    width: 185px;
    }
    .body-section {
        margin-left: 184px;
    }
    .condition-para {
    font-size: 14px;
}
}

@media (max-width:768px) {
  
    .cl-logo-nm p {
    font-size: 17px;
    text-align: center;
}


.side-step {
    border: 1px solid #ffffff;
        background-color: #3b5a90;
        padding: 1px;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        top: 76;
        z-index: 999;
        width: 100px;
}

.body-section {
    /* border: 1px solid #b3b3b3; */
    /* padding: 10px; */
    border-radius: 3px;
    height: calc(100vh - 90px);
    min-height: 300px;
    margin-left: 100px;
    position: relative;
}



.side-step .nav-tabs {
    display: flex;
    margin-bottom: 0 !important;
}
.side-step .nav-link {
    width: calc(100vw/5);
            padding: 3px;
}
.btn-nm {
    display: none;
}
.btn-ico {
        display: block;
        text-align: center;
        font-size: 22px;
}
.side-step .nav-link.active {
    border-radius: 3px 3px 0
}
.side-step .nav-link.active::before {
    width: auto;
    height: 4px;
    left: 0;
    right: 0;
    top: auto;
    bottom: -2px;
    box-shadow: 0px 2px 4px #e3e3e3;
    }
  
    .form-detail .tab-content {
        height: calc(100vh - 71px);
        min-height: 252px;
    }

}

@media (max-width:576px) {
    .cl-logo-nm p {
    font-size: 17px;
    text-align: center;
}

.side-step {
   border: 1px solid #ffffff;
        background-color: #3b5a90;
        padding: 1px;
        position: fixed;
        bottom: auto;
        left: 0;
        right: 0;
        top: 71px;
        z-index: 999;
        width: auto;
}

.body-section {
    /* border: 1px solid #b3b3b3; */
    /* padding: 10px; */
    border-radius: 3px;
    height: calc(100vh - 90px);
    min-height: 300px;
    margin-left: 0px;
    position: relative;
}



.side-step .nav-tabs {
    display: flex;
    margin-bottom: 0 !important;
}
.side-step .nav-link {
    width: calc(100vw/5);
            padding: 3px;
}
.btn-nm {
    display: none;
}
.btn-ico {
        display: block;
        text-align: center;
        font-size: 22px;
}
.side-step .nav-link.active {
    border-radius: 3px 3px 0
}
.side-step .nav-link.active::before {
    width: auto;
    height: 4px;
    left: 0;
    right: 0;
    top: auto;
    bottom: -2px;
    box-shadow: 0px 2px 4px #e3e3e3;
    }
    .form-detail {
        margin-top: 45px;
    }
    .form-detail .tab-content {
        height: calc(100vh - 116px);
        min-height: 252px;
    }
}
.incr {
   font-size: 12px; 
   margin: 0;
}
.form-box .abcid{
    position: absolute;
    right: 3px;
    font-size: 12px;
    top: 3px;
}


.nav-link .next_button {
    display: none;
  }
  .nav-link .active .next_button{
    display: block;
  }
.fade:not(.show) {
    opacity: 0;
    display: none;
}