@charset "UTF-8";

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ul li,
p,
ul li a,
form,
label,
button {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
    overscroll-behavior: none;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

:focus,
.btn-light.focus,
.btn-light:focus,
.bootstrap-select .dropdown-toggle:focus,
select.goog-te-combo {
    outline: 0 !important;
}

.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px!important;
}

.mt-20 {
    margin-top: 20px!important;
}

.mb-25 {
    margin-bottom: 25px;
}

/** Custom Style **/
.cmn-tabs {
    background: #F8F8F8;
    padding: 0;
    /* margin: 0px 20px; */
    border-radius: 10px 10px 0px 0px;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    width: fit-content;
    border-bottom: none;
}


.cmn-tabs .nav-link:first-child,
.cmn-tabs .nav-link.active:first-child {
    border-radius: 10px 0px 0px 10px;
}

.cmn-tabs .nav-link.active:first-child {
    border-radius: 10px 0px 0px 10px;
}

.cmn-tabs .nav-link:last-child,
.cmn-tabs .nav-link.active:last-child {
    border-radius: 0px 10px 10px 0px;
}

.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #2aacea;
    border: 0;
    /* border-radius: 10px 10px 0 0; */
}

.nav-tabs .nav-link {
    margin-bottom: 0;
    border: 1px solid #E6E8E8;
    border-radius: 0 0;
    background: transparent;
    color: #4A4646;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    padding: 12px 20px;
    white-space: normal;
}

/* .tab-content {
    background: #fff;
    padding: 20px;
} */

.heading-2 {
    font-family: Inter;
    font-size: 24px;
    font-weight: 600;
    line-height: 31.2px;
    text-align: left;
}

button.btn.primary-btn {
    background: #2aacea;
    padding: 15px 15px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 16px;
    border-radius: 6px;
    text-transform: uppercase;
}

button.btn.primary-btn:hover {
    background: #DB2829;
}

.title-wrap {
    display: flex;
    align-items: center;
    column-gap: 15px;
    justify-content: space-between;
    margin-bottom: 10px;
}

.mandatory-star {
    color: #E70000;
}

.heading-5 {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: #646161;
}

.form-group input.checkbox {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-group label {
    position: relative;
    cursor: pointer;
    /* display: flex;
    align-items: flex-start; */
    padding-left: 26px;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: normal;
    text-align: left;
    color: #000;
    display: block;
}

.form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #000;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 0.45rem;
    display: inline-block;
    /* position: relative; */
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 3px;
    margin-top: 3px;
    position: absolute;
    left: 0;
}

.form-group input:checked+label:before {
    background-color: #2aacea;
    border-color: #2aacea;
}

.form-group input:checked + label::after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.form-group.cst-flex {
    margin-bottom: 0!important;
}

/* .form-group.cst-flex .checkbox-label {
    display: flex;
    align-items: flex-start;
} */

.heading-3 {
    font-family: Inter;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #000000;
}

.heading-4 {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: #000;
    margin-bottom: 5px;
    display: inline-block;
}

/* .step-title {
    margin-bottom: 30px;
} */
.paragraph-1 {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
    padding-left: 26px;
}

.row.cst-gap-3 {
    row-gap: 30px;
}

.form-wrap+.form-wrap {
    margin-top: 40px;
}

/* .checkbox-label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
} */

.checkbox-label input {
    width: fit-content;
    margin-right: 10px;
}

.fieldlabels {
    font-weight: 500 !important;
    font-family: 'Inter', sans-serif !important;
}

.msform input,
.msform textarea, .msform select {
    font-family: 'Inter', sans-serif !important;
}

.custom-file-button input[type=file] {
    min-height: 56px;
    padding-left: 120px;
}

.form-part {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    padding-bottom: 15px;
}
.move-application-right .form-part {
    padding: 20px!important;
}
/* .custom-file-button label {
    color: #646161;
    background-color: #CCCDCD;
    border: 1px solid #CCCDCD;
} */
.custom-file-button label {
    display: flex;
    align-items: center;
    padding: 20px;
    color: #fff;
    background-color: #2AACEA;
    border: 1px solid #2AACEA;
    position: absolute;
    top: 0;
    font-size: 13px;
    bottom: 0;
    border-radius: 6px 0 0 6px;
    height: 100%;
}
.custom-file-button input[type=file]::-webkit-file-upload-button {
	display: none;
}

.custom-file-button input[type=file]::file-selector-button {
	display: none;
}

.custom-file-button:hover label {
    background-color: #2aacea;
    cursor: pointer;
    border-color: #2aacea;
}

.custom-file-button {
	position: relative;
}

.field-wflex {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.custom-file-button {
    position: relative;
}

.msform .nav-tabs .nav-link {
    text-align: center;
}

.custom-file-button:hover label {
    color: #fff;
}

.gap-2 {
    gap: 10px;
}

.mb-30 {
    margin-bottom: 30px;
}

.selected-check .checked-wrap {
    background: #E7F8FC;
    padding: 20px 20px;
    margin-bottom: 20px;
    border-radius: 6px;
    border: 1px solid #2aacea;
}

.remarks-text {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: #E70000;
}

.remarks-text img {
    width: 24px;
    border-radius: 30px;
}

.actor-user {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: #536814;
}

.action-trail-user-content {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 15px;
}

.action-trail-user-content img {
    width: 40px;
    border-radius: 30px;
    display: none;
}

.action-trail-user {
    padding: 20px;
    border-radius: 10px;
    background: #2AACEA1A;
    border: 1px solid #2AACEA33;
}
.move-app-box{
    padding: 20px;
    border-radius: 10px;
    background: #2AACEA1A;
    border: 1px solid #2AACEA33;
}
.move-app-box h5 {
    font-size: 20px;
    color: black;
    font-weight: 600;
}
.move-app-box .unit-heading{
    color: black;
    font-weight: 600 !important;
    margin-bottom: 8px;
}
.move-app-box .unit-documents > div {
    margin-bottom: 8px !important;
}

.action-trail-user-heading {
    display: flex;
    align-items: baseline;
    column-gap: 5px;
    row-gap: 0;
    flex-wrap: wrap;
}
.pdf-lists {
    margin-top: 10px;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: #7E7C7C;
}

.pdf-lists a {
    color: #2aacea;
    text-decoration: underline;
    font-weight: 500;
}

.pt-30 {
    padding-top: 30px;
}

.hide-text {
    visibility: hidden;
}

.msform .nav-tabs .nav-link {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.03em;
    text-align: left;
    color: #7E7C7C;
    padding: 15px 20px;
    border: 0;
    background: transparent !important;
}

.msform .nav-tabs .nav-link.active {
    border: 0;
    border-bottom: 2px solid #2aacea !important;
    color: #2aacea;
}

.msform .tab-content {
    padding: 20px;
    padding-bottom: 5px;
    background: #f5f5f5;
    margin-top: 5px;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.fieldlabels {
    margin-bottom: 2px;
    color: #3A3434;
    padding: 0;
    cursor: default;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    text-align: left;
}

/* .msform input, .msform .form-control,
.msform textarea {
    padding: 16px 16px;
    border: 1px solid #CCCDCD;
    border-radius: 6px;
    margin-top: 0;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #000000;
    background-color: #ffffff;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 400;
}

.msform select.form-select {
    border: 1px solid #CCCDCD;
    border-radius: 6px;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding: 16px 30px 16px 16px;
    background-color: #fff;
    margin-top: 0;
    width: 100%;
    height: auto;
} */
textarea {
    resize: none;
  }
.msform .exit-btn.action-button {
    background: #DB2829;
}
.msform .exit-btn.action-button:hover {
    background: #2aacea;
}
.tab-content .msform .exit-btn.action-button {
    min-width: 120px;
}

.msform .action-button,
.btn-primary {
    background: #2aacea;
    color: white;
    border: 0 none;
    border-radius: 6px;
    cursor: pointer;
    padding: 15px;
    /* float: right; */
    min-width: 75px;
    display: inline-block;
    width: auto;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
}
.tab-content .msform .exit-btn.action-button.primary-btn {
    background: #ce460e;
}
.msform {
    position: relative;
    /* margin-top: 25px; */
}
.approvable_checkbox:disabled + label,
.term_checkbox:disabled + label {
    padding-left: 26px !important;
}

.approvable_checkbox:disabled + label:before,
.term_checkbox:disabled + label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #bdbdbd !important;
    border: 1px solid #bdbdbd;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
                inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 0.45rem;
    display: inline-block !important;
    vertical-align: middle;
    cursor: not-allowed;
    margin-right: 10px;
    border-radius: 3px;
    margin-top: 0px;
    position: absolute;
    left: 0;
    top: 3px;
}

.form-group input:disabled + label {
    color: #3A3434;
    padding: 0;
    cursor: default;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    text-align: left;
    
}

.form-group input:disabled + label:before {
    border-color: #999;
    display: none;
}
.filter-accordion .form-group input.noSelect:disabled + label {
    padding-left: 26px;
}
.filter-accordion .form-group input.noSelect:disabled + label:before {
    border-color: transparent;
    display: inline-block;
    background-color: #999;
}
.no--checkbox + label:before {
    display: none;
}
.checkbox.no--checkbox + label {
    padding: 0;
  }
.form-group input:disabled + label + input, .form-group input:disabled + label + select, .form-group input:disabled + label + textarea, select:disabled, input:disabled, textarea:disabled{
    background-color: #f1f1f1 !important;
    opacity: 0.7;
}

.cst--flex-2 {
    display: flex;
    align-content: center;
    column-gap: 15px;
    justify-content: space-between;
}


.action-trail-user-heading h5 {
    font-family: Inter;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #000;
    display: block;
    width: 100%;
}

.action-trail-user-heading span{
    color: #000000;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    margin-top: 6px;
}
.raise-que {
    color: #000000;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 16px;
}
.raise-que  {
    word-break: break-all;
}
.raise-que-title {
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-align: left;
    color: #928E8E;
    margin-bottom: 10px;
}
.raise-que-wrapper .action-field-title {
    color: #2aacea;
    margin-bottom: 20px;
}

.raise-que-wrapper p:last-child {
    margin: 0;
}
p.date-time-raise {
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-align: left;
    color: #2AACEA;
    margin-top: 20px;
    display: flex;
    align-items: center;
    column-gap: 5px;
    justify-content: flex-end;
}
.right-actionwrapper {
    margin-bottom: 20px;
}

.raise-que-wrapper {
    margin-top: 15px;
    background: #fff;
    padding: 16px;
    border-radius: 8px;
}

.cst-scroll {
    max-height: 600px;
    overflow-y: auto;
}

.cst-order-1 nav {
    margin-bottom: 30px;
}

.content-wrapper>.content {
    padding: 22.5px;
}

.cst-order-3 {
    padding-right: 15px;
}
.cst-order-2 {
    padding-left: 15px;
}
.tab-content .pdf-lists {
    padding-left: 30px;
}

.nav-sidebar .nav-link>.right, .nav-sidebar .nav-link>p>.right {
    top: 16px;
}

.checkbox {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
b, strong {
    font-weight: 700;
}
.row.mb-3 {
    row-gap: 10px;
}
.sidebar {
    padding-bottom: 20px;
}
.form-group.n-group label::before {
    display: none;
}

.form-group.n-group label {
     padding-left: 0;
}
label:not(.form-check-label):not(.custom-file-label) {
    font-weight: initial;
}
.paragraph-1 {
    color: #666;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: center;
    padding: 0;
}
.sub--para-1 {
    text-align: left;
    line-height: normal;
    margin-bottom: 10px;
    font-size: 14px;
}

.progress.password-progress {
    height: 3px !important;
    margin-top: 10px;
    margin-bottom: 0px;
}

.list-unstyled i.fas {
    width: 10px;
    display: inline-block;
}

.list-unstyled i.fas svg {
    width: 10px;
    height: auto;
}

.progress-bar-danger {
    background-color: #e90f10;
}

.progress-bar-warning {
    background-color: #ffad00;
}

.progress-bar-success {
    background-color: #43a047;
}

ul.list-unstyled li {
    font-family: 'Inter';
    font-size: 13px;
    font-weight: 400;
    color: #7e7c7c;
}

span#result {
    font-family: 'Inter';
    font-size: 13px;
    font-weight: 400;
    color: #e90f10;
}

ul.list-unstyled li span {
    display: flex;
    align-items: center;
    column-gap: 3px;
}

ul.list-unstyled i.fas.fa-circle svg.tick-i,
ul.list-unstyled i.fas.fa-check svg.cross-i {
    display: none;
}

ul.list-unstyled i.fas.fa-circle + span {
    color: #f44336;
}

ul.list-unstyled i.fas.fa-check + span {
    color: #43a047;
}

ul.list-unstyled i.fas.fa-check svg {
    width: 11px;
}

div#popover-password,
ul.list-unstyled .fa-check:before,
ul.list-unstyled .fa-circle:before {
    display: none;
}

div#popover-password {
    margin-bottom: 20px;
}
.otp-list {
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: space-between;
}
.otp-list input {
    width: 50px;
    height: 50px;
    padding: 6px;
    /* flex: 1; */
    appearance: none;
    -moz-appearance: textfield;
    text-align: center;
    font-size: 22px;
    color: #20103b;
    font-weight: 500;
}

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

.resend-otp {
	font-weight: 600;
    color: #2aacea;
    text-decoration: underline;
	margin-top: 20px;
	display: inline-block;
	font-size: 15px;
}

.digit-group .splitter {
	font-size: 24px;
	color: #20103b;
}
.signup-text {
    color: #20103b;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

/**** Css ***/
.add-remarks {
    display: none;
}

/** admin table **/
.unit-member-table thead th {
    color: #FFF;
    font-family: Jost;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
    border-right: 1px solid #ffffff;
    /*min-width: 70px!important;
    width: auto!important;*/
}

.unit-member-table thead tr {
    background: #001E4A;
}
.unit-member-table  td {
    font-family: Jost;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #646161;
   word-break: break-word;
}
.unit-member-table span {
    display: block;
}
.unit-member-table span + span {
    margin-top: 6px;
}
.unit-member-table b {
font-family: Jost;
font-size: 14px;
font-weight: 600;
line-height: 18px;
text-align: left;
color: #241D1D;
}
.unit-member-table span img {
    margin-top: 2px;
}

.unit-member-table span.doc-flex {
    display: flex;
    align-items: baseline;
    column-gap: 5px;
}


.unit-member-table .action-trail-user-heading h5 {
    font-family: Inter;
    font-size: 15px;
    font-weight: 600;
    line-height: 15px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.unit-member-table .action-trail-user-heading span {
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.unit-member-table .action-trail-user {
    padding: 10px;
    border-radius: 10px;
    background: #2AACEA1A;
    border: 1px solid #2AACEA33;
}
.unit-member-table .raise-que-title {
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.unit-member-table .raise-que {
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.unit-member-table .date-time-raise {
    font-family: Inter;
    font-size: 13px;
    font-weight: 600;
    line-height: 13px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.unit-member-table .date-time-raise span {
    margin: 0;
}

.remark-flex {
    display: flex;
    align-items: flex-start;
    column-gap: 6px;
    row-gap: 6px;
    margin-top: 6px;
    margin-bottom: 15px;
}

.urc-title {
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    text-align: left;
    color: #241D1D;
}
.remark-flex p {
    margin: 0;
}
body div.dataTables_wrapper div.dataTables_filter label {
    white-space: normal;
}

.back-flex {
    font-family: Inter;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000;
    display: inline-block;
}

.back-flex img {
    margin-right: 20px;
    vertical-align: baseline;
}
.content-header {
    padding: 15px 22px;
}
.back-btn2{
    font-size: 14px;
    font-weight: 500;color: #222;
}
