
.is-invalid {
    border: 1px solid red !important;
}
body {
    margin: 0 !important;
    padding: 0 !important;
    background-color: #F4F4F4 !important;
    font-family: "Poppins", sans-serif !important;
    font-weight: 400;
}

a {
    transition: background 0.2s, color 0.2s;
}
a:hover,
a:focus {
    text-decoration: none;
}
* {
    box-sizing: border-box;
}
.dt-paging {
    align-items: center;
    justify-content: center;
    display: flex;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
.main-page-right {
    width: 100%;
    background-color: #F4F4F4;
    border-radius: 30px 0 0 30px;
    position: relative;
}
.main-page-right::after {
    content: '';
    background-color: #152C5C;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 0;
    left: 210px;
    z-index: -1;
    transition: all 0.5s ease;
}
.main-page-right::before {
    content: '';
    background-color: #152c5c;
    width: 50px;
    height: 50px;
    position: fixed;
    top: 0;
    left: 210px;
    transition: all 0.5s ease;
}
.main-page.toggled .main-page-right::before, .main-page.toggled .main-page-right::after {
    left: 60px;
    transition: all 0.5s ease;
}
.main-page-right main {
    /* position: relative;
    top: 0;
    z-index: 1; */
    min-height: 100vh;
    background-color: #f4f4f4;
    border-radius: 30px 0 0 30px;
}
.sidebar {
    background-color: #152C5C;
    width: 210px;
    padding: 20px 0 20px 20px;
}
#navbar-wrapper {
    position: fixed !important;
    background-color: #F4F4F4;
    width: calc(100% - 210px) !important;
    z-index: 10 !important;
    border-radius: 30px 0 0 0;
}
.main-page.toggled #navbar-wrapper {
    width: calc(100% - 60px) !important;
}
#content-wrapper {
    padding-top: 96px !important;
}

.main-header {
    border-radius: 30px 0 0 0;
    border-bottom: 1px solid #D9D9D9;
}

/* Sidebar */
.sidebar-brand {
    text-align: center;
    cursor: pointer;
}
.sidebar-brand img {
    margin: 0 auto 20px;
}
#wrapper {
    padding-left: 0;
    transition: all 0.5s ease;
    position: relative;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 210px;
    width: 0;
    height: 100%;
    margin-left: -210px;
    overflow-y: auto;
    overflow-x: hidden;
    /* transition: all 0.5s ease; */
}

#wrapper.toggled #sidebar-wrapper {
    width: 210px;
}
.sidebar-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav > li {
    text-indent: 10px;
}

.sidebar-nav > li a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    display: flex;
    gap: 5px;
    padding: 10px 15px;
    border-radius: 30px 0 0 30px;
}
.main-page.toggled .sidebar-nav > li a {
    text-indent: -9999px;
    padding: 10px 5px;
}
.main-page.toggled .sidebar {
    padding-left: 10px;
}
.main-page.toggled .sidebar-brand {
    padding-right: 10px;
}

.sidebar-nav > li > a:hover,
.sidebar-nav > li > a:focus,
.sidebar-nav > li.active > a {
    text-decoration: none;
    color: #152C5C;
    background: #F4F4F4;
    border-radius: 30px 0 0 30px;
    position: relative;
}
.sidebar-nav > li > a.menu-fill-icon:hover svg path,
.sidebar-nav > li > a.menu-fill-icon:focus svg path,
.sidebar-nav > li.active > a.menu-fill-icon svg path {
    fill: #152C5C;
    stroke: initial;
}
.sidebar-nav > li > a.menu-fill-icon:hover svg path.stroke-path,
.sidebar-nav > li > a.menu-fill-icon:focus svg path.stroke-path,
.sidebar-nav > li.active > a.menu-fill-icon svg path.stroke-path {
    fill: #fff;
    stroke: #152C5C;
}
.sidebar-nav > li > a:hover svg path,
.sidebar-nav > li.active > a svg path {
    stroke: #152C5C;
}

#navbar-wrapper {
    width: 100%;
    position: absolute;
    z-index: 2;
}

#wrapper.toggled #navbar-wrapper {
    position: absolute;
    margin-right: -210px;
}

#navbar-wrapper .navbar {
    border-width: 0 0 0 0;
    background-color: #eee;
    font-size: 24px;
    margin-bottom: 0;
    border-radius: 0;
}

#navbar-wrapper .navbar a {
    color: #757575;
}

#content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
    top: 100px;
}

#wrapper.toggled #content-wrapper {
    position: absolute;
    margin-right: -210px;
}
.menu-shape-1 {
    background-color: #f4f4f4;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -20px;
    right: 0;
    display: none;
    z-index: -1;
}
.menu-shape-1::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #152C5C;
    border-radius: 0 0 50px;
    top: 0;
    right: 0;
}
.menu-shape-2 {
    background-color: #f4f4f4;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -20px;
    right: 0;
    display: none;
    z-index: -1;
}
.menu-shape-2::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #152C5C;
    border-radius: 0 50px 0 0;
    bottom: 0;
    right: 0;
}
.sidebar-nav > li.active > a .menu-shape-1,
.sidebar-nav > li.active > a .menu-shape-2 {
    display: block;
}


/* Header */
.header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 80px;
    padding: 0 30px;
}
.header-left {
    display: flex;
    gap: 15px;
    align-items: center;
}
.header-left #sidebar-toggle svg {
    width: 28px;
    height: 28px;
}
.header-left .page-title {
    font-size: 18px;
    color: #152C5C;
    font-weight: 600;
    margin-top: -4px;
}
.header-profile-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-profile-btn .header-profile-name {
    font-size: 14px;
    font-weight: 400;
    color: #2A58B8;
    background-color: #fff;
    padding: 5px 17px 5px 14px;
    border-radius: 20px 0 0 20px;
    border: 1px solid #2A58B8;
    border-right: 0;
    margin-right: -8px;

}
.header-profile-btn .header-profile-img {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    border: 1px solid #2A58B8;
}
.header-profile-btn .header-profile-img img {
    width: 100%;
    height: 100%;
    border-radius: 100px;
    object-fit: cover;
}
.navbar-brand {
    padding: 0 !important;
    margin: 0 !important;
}


/* card box */
.card-box {
    background-color: #fff;
    border-radius: 12px;
    padding: 20px;
}
.card-box-shadow {
    box-shadow: 0px 0px 10px 0px #0000001A;
    border-radius: 10px;
}
.card-box-shadow-title {
    border-bottom: 1px solid #EEEEEE;
    padding: 15px 20px;
    font-size: 20px;
    font-weight: 500;
    color: #152C5C;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.card-box-shadow-data {
    padding: 20px 20px 0;
    margin-bottom: 20px;
}

/* Table */
.table > :not(:first-child) {
    border-top: 0 !important;
}
table tr th {
    border-color: #EEEEEE;
    font-size: 16px;
    font-weight: 600;
    color: #152C5C;
    padding: 15px 30px 15px 15px !important;
    vertical-align: middle;
    white-space: nowrap;
}
table tr th:hover {
    outline: 0 !important;
}
table tr td {
    border-color: #EEEEEE;
    font-size: 14px;
    color: #555555;
    font-weight: 400;
    padding: 15px !important;
    vertical-align: middle;
}
.table-responsive .dt-scroll-body {
    border-bottom: 0;
}
.dt-paging ul.pagination li:first-child,
.dt-paging ul.pagination li:last-child {
    display: none;
}
.dt-paging ul.pagination .dt-paging-button.disabled {
    opacity: 0.5;
}
.dt-paging ul.pagination .dt-paging-button {
    margin: 0 2px;
}
.dt-paging ul.pagination .dt-paging-button button.next,
.dt-paging ul.pagination .dt-paging-button button.previous {
    width: auto;
    background-color: transparent;
    font-size: 12px;
    font-weight: 500;
    color: #555;
    box-shadow: 0 0 0;
}
.dt-paging ul.pagination .dt-paging-button button.next:hover,
.dt-paging ul.pagination .dt-paging-button button.previous:hover {
    background-color: #152C5C20;
    color: #152C5C;
}
.dt-paging ul.pagination .dt-paging-button button.next::after {
    content: '';
    background-image: url(../images/next-arrow.svg);
    position: absolute;
    top: 7px;
    right: 5px;
    width: 17px;
    height: 17px;
}
.dt-paging ul.pagination .dt-paging-button button.previous::after {
    content: '';
    background-image: url(../images/next-arrow.svg);
    position: absolute;
    top: 7px;
    left: 5px;
    width: 17px;
    height: 17px;
    transform: rotate(180deg);
}
.dt-paging ul.pagination .dt-paging-button button.next {
    padding-right: 21px;
}
.dt-paging ul.pagination .dt-paging-button button.previous {
    padding-left: 21px;
}
.dt-paging ul.pagination .dt-paging-button button {
    background-color: #EEEEEE;
    border-radius: 3px;
    color: #000;
    height: 31px;
    width: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
}
.dt-paging ul.pagination .dt-paging-button.active button {
    background-color: #152C5C;
    color: #fff;
}
.actions-th {
    text-align: right !important;
}

.rempve-column-order {
    padding: 15px !important;
}
.rempve-column-order .dt-column-order {
    display: none !important;
}

.customer-td-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.customer-td-box .customer-td-img {
    min-width: 40px;
    width: 40px;
    min-height: 40px;
    height: 40px;
    border-radius: 100px;
    border: 1px solid #eee;
}
.customer-td-box .customer-td-img img {
    width: 100%;
    height: 100%;
    border-radius: 100px;
    object-fit: cover;
}
.table-blue {
    height: 31px;
    width: 31px;
    background-color: #152C5C;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.table-light-blue {
    height: 31px;
    width: 31px;
    background-color: #2A58B8;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.table-light-blue a:hover,
.table-blue a:hover{
    color: #fff;
}
.table-audit-state {
    height: 31px;
    width: fit-content;
    padding: 0 10px;
    border: 1px solid #152C5C;
    background-color: #E8EAEF;
    color: #152C5C;
    font-size: 12px;
    font-weight: 600;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.table-actions-td {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}
a.table-actions-btn {
    cursor: pointer;
    height: 31px;
    width: 31px;
    border: 1px solid #152C5C4D;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.table-actions-btn:hover {
    border: 1px solid #152C5C;
    background-color: #152C5C;
}
a.table-actions-btn:hover svg path {
    stroke: #fff;
}
a.table-actions-btn:hover svg.fill-icon path {
    stroke: initial;
    fill: #fff;
}
.table-status-text {
    color: #152C5CB2;
}
.table-status-text.complete-status-text {
    color: #152C5C;
}
.dt-type-numeric {
    text-align: left !important;
}
table tr th.dt-orderable-none.dt-type-numeric {
    padding-right: 15px !important;
}
.common-table-search .btn {
    margin-left: 15px;
}
.dt-search input {
    border: 1px solid #E6E6E6;
    height: 40px;
    border-radius: 8px;
    margin: 0;
}
.dt-search input::placeholder {
    color: #9DA1A5;
    opacity: 1;
}

.dt-search input::-ms-input-placeholder {
    color: #9DA1A5;
}
.dt-search input:focus {
    border: 1px solid #152C5C;
    box-shadow: 0 0 0;
}
.table-show-text {
    margin-left: 15px;
    margin-right: -15px;
    font-size: 12px;
    font-weight: 400;
    color: #000;
}
.table-show-text select {
    background-color: #EEEEEE;
    border: 0;
    padding: 7px 31px 7px 10px;
}
.form-select:focus {
    border-color: transparent !important;
    box-shadow: 0 0 0 !important;
}
.add-user-btn {
    display: flex !important;
    gap: 5px !important;
}
.add-user-btn:hover svg path {
    stroke: #152C5C;
}
.add-user-btn svg {
    width: 21px;
    height: 21px;
}
.add-builder-btn {
    display: flex !important;
    gap: 5px !important;
}
.add-builder-btn:hover svg path {
    stroke: #152C5C;
}
.add-builder-btn svg {
    width: 21px;
    height: 21px;
}

/* Tab */
.leave_nav_tabs_box .nav-tabs{
    max-width:225px;
    margin:0 0 10px auto !important;
}
.custom-tab-data {
    position: relative;
    z-index: 9;
}
.custom-tab-main {
    display:flex !important;
    align-items: baseline;
    border: 0 !important;
    flex-wrap: nowrap !important;
    overflow-y: hidden;
    overflow-x: auto;
    padding-left: 61px !important;
    scrollbar-width: 8px; /* For Firefox */
    scrollbar-color: #152c5c  #f1f1f1; /* For Firefox */
}
.custom-tab-main::-webkit-scrollbar {
    height: 8px;
}

.custom-tab-main::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.custom-tab-main::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.custom-tab-main::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Tab two */
.nav-tab-two {
    display: inline-block;
}
.nav-tab-two button.nav-link {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #555;
    padding: 5px 15px;
    height: 40px;
    position: relative;
    width: fit-content;
    white-space: nowrap;
}
.nav-tab-two .nav-tabs {
    border-bottom: 2px solid #dee2e6;
}
.nav-tab-two button.nav-link.active,
.nav-tab-two button.nav-link:hover {
    color: #2A58B8;
    background-color: #152C5C0F !important;
}
.nav-tab-two button.nav-link.active:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #152C5C !important;
}

/* undelete tab */
.un-delete-tab-data {
    padding: 20px;
}

.un-delete-tab-data #nav-tab {
    margin-bottom: 0 !important;
}
.un-delete-tab-data .photos-upload-top {
    margin-top: 20px;
}
.un-delete-tab-data .note-main {
    margin-top: 20px;
}

.add_request_card{
    margin-top:-5px;
    position: relative;
    z-index: 9;
}
button.nav-link {
    float: left;
    margin: 0 5px 0 -30px;
    height: 51px;
    position: relative;
    border: 0 !important;
    background-color: transparent !important;
}
button.nav-link.active {
    z-index: 9;
    outline: 0;
}

button.nav-link label,
button.nav-link input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

button.nav-link input[type="radio"] {
    opacity: 0.011;
    z-index: 100;
}
button.nav-link.active .custom_check_lable,
button.nav-link.active:hover .custom_check_lable,
button.nav-link.active .custom_check_lable:before,
button.nav-link.active:hover .custom_check_lable:before,
button.nav-link.active .custom_check_lable:after,
button.nav-link.active:hover .custom_check_lable:after {
    background: #fff;
    color: #152c5c;
    z-index: 9;
    font-weight: 600;
}

button.nav-link label {
    cursor: pointer;
    z-index: 90;
    line-height: 1.8em;
}

button.nav-link .custom_check_lable{
    display: block;
    padding: 10px 14px 8px;
    background-color: #e3e3e3;
    margin-right: 46px;
    z-index: 2;
    position: relative;
    cursor: pointer;
    color: #777;
    transition: all 250ms ease;
    white-space: nowrap;
}
button.nav-link .custom_check_lable:before,
button.nav-link .custom_check_lable:after {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    width: 34px;
    background-color: #e3e3e3;
    transition: all 250ms ease;
}
button.nav-link .custom_check_lable:after {
    left: -22px;
    transform: skew(-30deg, 0deg);
    box-shadow: rgba(0, 0, 0, .1) -3px 2px 5px, inset rgba(255, 255, 255, .09) 1px 0;
    border-radius: 8px 0 0 0;
}
button.nav-link .custom_check_lable:before {
    right: -22px;
    transform: skew(30deg, 0deg);
    box-shadow: rgba(0, 0, 0, .1) 3px 2px 5px, inset rgba(255, 255, 255, .09) -1px 0;
    border-radius: 0 8px 0 0;
}
.leave_status_box{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    text-align:center;
}
.leave_info_title{
    color:#868686;
}
.leave_info_number {
    font-size: 24px;
    font-weight: 600;
}
.status_icon_box {
    background: var(--purple10);
    height: 78px;
    width: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

/* login */
.login-main-page {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    font-family: "Poppins", sans-serif !important;
}
.login-main-page .login-left {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-image: url(../images/login-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    flex-direction: column;
}
.login-main-page .login-right {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F4F4F4;
    flex-direction: column;
    border-radius: 30px 0 0 30px;
    gap: 10px;
}
.login-welcom-text {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
}
.login-title {
    font-size: 30px;
    font-weight: 500;
    color: #152C5C;
    line-height: 25px;
    margin-bottom: 20px;
}
.login-form-box {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px #00000010;
    width: 100%;
    max-width: 400px;
    padding: 20px;
}
.login-form-box .form-check label {
    color: #a7a7a7;
    font-size: 12px;
    cursor: pointer;
}
.login-form-box .form-check label input {
    cursor: pointer;
}
.forgot-password-text {
    color: #a7a7a7;
    font-size: 12px;
    text-decoration: underline;
}
.forgot-password-text:hover {
    color: #a7a7a7;
    text-decoration: none;
}

/* Form */
form .form-group {
    margin-bottom: 20px;
}
form .form-check {
    padding: 0 !important;
    margin: 0 !important;
}
form .form-check label {
    margin: 0 !important;
}
form .form-check input[type=checkbox] {
    width: 14px;
    height: 14px !important;
    border: 2px solid #A7A7A7 !important;
    border-radius: 2px !important;
    padding: 0 !important;
    box-shadow: 0 0 0 !important;
}
form .form-check input[type="checkbox"]:checked {
    border: 2px solid #152C5C !important;
    background-color: #152C5C !important;
}
form .form-group label {
    font-size: 14px;
    color: #152C5C;
    font-weight: 400;
    margin-bottom: 2px;
}
form .form-group textarea {
    border: 1px solid #E6E6E6;
    padding: 9px 15px;
    font-size: 14px;
    color: #152C5C;
    font-weight: 400;
    border-radius: 5px;
    resize: none;
}

form .form-group .select2-search--inline input {
    height: 26px;
    padding: 9px 10px !important;
}
.form-group .select2-container--default .select2-selection--multiple {
    background-color: transparent;
    border: 1px solid #e6e6e6;
}
.form-group .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f0f1f5;
    border: 1px solid #152c5c;
    margin-right: 5px;
    margin-top: 7px;
    padding: 0 5px;
    font-size: 14px;
    margin-left: 2px;
  }

form .form-group input,
form .form-group select,
form .form-group .select2-container--default .select2-selection--single {
    border: 1px solid #E6E6E6;
    padding: 9px 15px !important;
    font-size: 14px;
    color: #152C5C;
    font-weight: 400;
    height: 40px;
    border-radius: 5px;
    background-color: transparent;
}
form .form-group .select2-container--default .select2-selection--single {
    padding: 9px 35px 9px 15px !important;
}
form .form-group input:focus,
form .form-group textarea:focus,
form .form-group select:focus {
    border: 1px solid #152C5C;
    outline: 0;
    outline-offset: 0;
    box-shadow: 0 0 0;
}
.form-group select {
    padding-right: 30px !important;
}
form .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: initial;
    padding: 0;
}
form .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    margin-right: 10px;
}
/*.select2-search.select2-search--dropdown {*/
/*    display: none !important;*/
/*}*/
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #152C5C !important;
}
.select2-dropdown {
    border-color: #E6E6E6 !important;
}
.select2-selection__clear {
    display: none !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: inline-block;
    width: 16.6px !important;
    height: 8.8px !important;
    border-color: transparent !important;
    left: initial !important;
    top: 14px !important;
    margin: initial !important;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(180deg);
    top: 11px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b::before,
.select2-container--default .select2-selection--single .select2-selection__arrow b::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 0.5px);
    width: 1px;
    height: 10px;
    border-radius: 9999px;
    background-color: #6a6a6a;
    transform-origin: 50% calc(100% - 0.5px);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b::before {
    transform: rotate(45deg);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b::after {
    transform: rotate(-45deg);
}

.input-left-icon {
    position: relative;
}
.input-left-icon .input-icon {
    position: absolute;
    top: 10px;
    left: 15px;
}
.input-left-icon .input-icon-eye {
    position: absolute;
    top: 10px;
    right: 15px;
}
form .form-group .input-left-icon input {
    padding-left: 42px !important;
}
form .form-group .input-left-icon input.password-input {
    padding-left: 42px !important;
    padding-right: 42px !important;
}
form input::placeholder,
form textarea::placeholder {
    color: #9DA1A5 !important;
    opacity: 1;
    font-size: 14px;
}

form input::-ms-input-placeholder,
form textarea::-ms-input-placeholder {
    color: #9DA1A5 !important;
}
form .form-group .error, form .form-check .error label, span.error-text, .error {
    color: red;
    font-size: 12px;
    margin: 0;
}
form .form-group input.error,
form .form-group select.error,
form .form-group textarea.error {
    font-size: 14px;
}
form .form-group input.error,
form .form-group textarea.error {
    color: #152C5C;
}
.is-invalid {
    border: 1px solid #E6E6E6 !important;
    color: #152C5C;
}
.is-invalid:focus {
    border: 1px solid #152C5C !important;
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    box-shadow: 0 0 0 !important;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-image: none !important;
}

.upload-file-box {
    position: relative;
    padding: 15px;
    background-color: #152C5C10;
    border: 2px dotted #152C5C;
    border-radius: 8px;
    margin-bottom: 2px;
}
.upload-file-box input {
    position: absolute;
    width: 100%;
    height: 100% !important;
    opacity: 0;
    z-index: 1;
    top: 0;
    left: 0;
    cursor: pointer;
}
.upload-file-data {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-direction: column;
}
.upload-file-data .upload-file-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 12px;
    color: #152C5C;
    gap: 6px;
    text-align: center;
}
#userUpdate .upload-file-data .upload-file-text {
    display: flex !important;
}
.upload-file-data .upload-img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 10;
}
.upload-file-data .upload-img-box img {
    border: 1px solid #E6E6E6;
    width: 50px;
    height: 40px;
    border-radius: 4px;
    object-fit: cover;
    background-color: #fff;
}
.upload-file-data .upload-img-box .upload-close {
    position: absolute;
    border: 1px solid #E6E6E6;
    background-color: #fff;
    width: 17px;
    height: 17px;
    border-radius: 2px;
    top: -5px;
    right: -3px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.upload-file-data .upload-img-box .upload-close:hover {
    border: 1px solid #152C5C;
    background-color: #fff;
}
.upload-file-data .upload-img-box .upload-close svg {
    width: 7px;
    height: 7px;
}
.upload-file-data .upload-img-box-multi {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
.upload-file-data .upload-img-box-multi .upload-img-list {
    position: relative;
}
.photos-upload-top {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
    padding-bottom: 20px;
}
.photos-upload-top .photos-upload-top-left {
    width: 350px;
}
.photos-upload-top .photos-upload-top-right {
    margin-top: 20px;
}

/* Button */
div .btn {
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}
div .btn-md {
    padding: 8px 15px 10px;
    font-size: 14px;
    line-height: 20px;
}
div .btn-primary {
    background-color: #152C5C;
    border: 1px solid #152C5C;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
}
div .btn-primary:hover,
div .btn-primary:focus {
    background-color: #fff;
    border: 1px solid #152C5C;
    color: #152C5C;
    outline: 0 !important;
    box-shadow: 0 0 0 !important;
}
div .btn-primary:hover svg path,
div .btn-primary:focus svg path {
    stroke: #152C5C;
}
.form-btn-box {
    display: flex;
    gap: 10px;
}

.border-btn {
    height: 30px;
    display: flex;
    align-items: center;
    padding: 4px 15px;
    gap: 5px;
    border: 1px solid #152C5C;
    border-radius: 6px;
    color: #152C5C;
    font-size: 14px;
    font-weight: 400;
}
.border-btn:hover {
    border: 1px solid #152C5C;
    background-color: #152C5C;
    color: #fff;
}
.border-btn:hover svg path {
    stroke: #fff;
}

.btn.btn-fill-icon:hover svg path,
.btn.btn-fill-icon:focus svg path {
    stroke: initial;
    fill: #152C5C;
}

.border-btn-fill-icon.border-btn:hover svg path {
    stroke: initial  ;
    fill: #fff;
}

/* profile page */
.profile-main-page {
    width: 100%;
}
.profile-main-data {
    display: flex;
    gap: 30px;
}
.profile-main-left {
    min-width: 120px;
}
.profile-photo {
    width: 120px;
    height: 120px;
    border-radius: 120px;
    position: relative;
}
.profile-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 2px solid #152C5C;
    border-radius: 120px;
}
.profile-photo input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

/* contract clouses table */
.contract-clouses-table table th:last-child {
    width: 130px;
    max-width: 130px;
    min-width: 130px;
}

.list-group-item {
    cursor: pointer;
}

.page-sub-title {
    font-size: 18px;
    font-weight: 500;
    color: #2A58B8;
    position: relative;
    padding-left: 13px;
    margin-bottom: 15px;
}
.page-sub-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 16%;
    border-left: 2px solid #2A58B8;
    height: 70%;
}

/* Estimates */
.card-title {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    color: #152C5C;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 20px !important;
    padding: 15px;
}
.card-title-btn {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    align-items: flex-start;
    flex-wrap: wrap;
}
.photos-uploaded-box .photos-uploaded-text {
    margin-bottom: 15px;
    font-size: 14px;
    color: #000;
}
.photos-uploaded-text-estimation{
    font-size: 14px;
}
.photos-uploaded-data .photos-uploaded-list {
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}
.photos-uploaded-data .photos-uploaded-list .photos-uploaded-list-img {
    background-color: #e6e6e6;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 206px;
    width: 100%;
    padding: 10px;
}
.photos-uploaded-data .photos-uploaded-list .photos-uploaded-list-img img {
    border-radius: 6px;
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;
}
.photos-uploaded-data .photos-uploaded-list .photos-uploaded-list-img button {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #fff;
    border-radius: 4px;
    width: 28px;
    height: 28px;
    padding: 5px;
}
.photos-uploaded-data .photos-uploaded-list .photos-uploaded-list-img button:hover {
    background-color: #C92D2D;
}
.photos-uploaded-data .photos-uploaded-list .photos-uploaded-list-img button:hover svg path {
    stroke: #fff;
}
.photos-uploaded-data .photos-uploaded-list .photos-uploaded-list-note {
    padding: 10px;
}
.insurance-estimate-input {
    border: 1px solid #E6E6E6 !important;
    padding: 9px 15px !important;
    font-size: 14px !important;
    color: #152C5C;
    font-weight: 400;
    height: 40px;
    border-radius: 5px !important;
    width: 240px;
    margin-left: 8px;
}
.insurance-estimate-input:focus {
    border: 1px solid #152C5C !important;
    outline: 0 !important;
    outline-offset: 0 !important;
    box-shadow: 0 0 0 !important;
}
.form-check-textinput input[type="radio"] {
    margin-top: 14px;
}
.estimates-contract {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 20px;
}
.estimates-contract .card-title-btn {
    justify-content: flex-start;
}
.estimates-price-box {
    display: flex;
    align-items: center;
    gap: 15px;
}
.estimates-price-box .estimates-price {
    font-size: 26px;
    color: #152C5C;
    font-weight: 500;
}
.estimates-price-box .estimates-price span {
    font-weight: 600;
}
.estimates-price-box .border-btn {
    background-color: #152C5C10;
}
.estimates-price-box .border-btn:hover {
    background-color: #152C5C;
}

/* slick */
.estimates-contract-slider .slick-track {
    margin-left: 0;
    margin-left: 0;
}
.estimates-contract-slider .element {
    padding: 0 10px;
    display: inline-block;
    width: 225px;
}
.estimates-contract-slider .slick-slider {
    position: relative;
}
.estimates-contract-slider .slick-list.draggable {
    width: 100%;
    margin: 0 auto;
}
.estimates-contract-slider .slick-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    text-indent: -9999px;
    background-image: url(../images/left-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    border: 1px solid #152C5C;
    background-color: #fff;
    border-radius: 50px;
}
.estimates-contract-slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    text-indent: -9999px;
    background-image: url(../images/right-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    border: 1px solid #152C5C;
    background-color: #fff;
    border-radius: 50px;
}
.estimates-contract-slider .element button {
    background-color: #152C5C10;
    border: 2px solid #152C5C;
    font-size: 16px;
    font-weight: 500;
    color: #152C5C;
    width: 100%;
    min-height: 70px;
    border-radius: 6px;
    position: relative;
    padding: 0 25px;
    height: 100%;
}
.estimates-contract-slider .element button:hover,
.estimates-contract-slider .element button.active {
    background-color: #152C5C;
    color: #fff;
}
.estimates-contract-slider .element button.active img {
    display: none;
}
.estimates-contract-slider .element button.active img {
    position: absolute;
    display: block;
    top: -2px;
    right: -2px;
}

/* Profile */
.info-text-box {
    font-size: 14px;
    color: #A7A7A7;
    font-weight: 400;
    margin-bottom: 20px;
}
.info-text-box .info-text {
    color: #152C5C;
    font-weight: 500;
    display: block;
}
.info-text-box .info-text-big {
    font-weight: 600;
    font-size: 18px;
}
.info-contact {
    margin-bottom: 20px;
}
.info-contact ul li {
    display: flex;
    gap: 3px;
    margin-bottom: 12px;
    margin-left: -4px;
    word-break: break-word;
}
.info-contact ul li svg {
    width: 24px;
}
.info-contact ul li:last-child {
    margin-bottom: 0;
}
.info-contact ul li span {
    font-size: 14px;
    font-weight: 500;
    color: #152C5C;
}
.job-text-top {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.profile-created-box {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
    height: 100%;
}
.profile-created-box .info-text-box {
    width: 185px;
}
.map-icon {
    margin-top: 25px;
}
.map-icon .table-actions-btn {
    height: 40px;
    width: 40px;
}
.map-icon .table-actions-btn svg {
    height: 18px;
    width: 16px;
}
.yellow-color {
    color: #D0A631;
}
.green-color {
    color: #44B211;
}

/* Note */
.note-text-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 0;
}
.note-text-box button {
    white-space: nowrap;
    margin-top: 42px;
}
.note-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding: 15px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 15px;
}
.note-list:last-child {
    border-bottom: 0;
    margin-bottom: 0px;
}
.note-list-left {
    font-size: 14px;
    font-weight: 400;
    color: #555;
}
.note-list-left .note-list-text {
    word-break: break-word;
}
.note-list-left span {
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
    display: block;
}
.note-list-right {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 15px;
}
.note-add-box {
    margin-top: 15px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

/* job site */
.job-site-btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    padding-bottom: 20px;
}

/* Check box */
.check-box-main {
    margin-left: 24px;
    padding-bottom: 20px;
}
.check-box-main .form-check {
    margin-bottom: 14px !important;
}
.check-box-main .form-check:last-child {
    margin-bottom: 0 !important;
}
.check-box-main .form-check.select-all-input label {
    font-size: 16px;
    font-weight: 600;
}
.check-box-main .form-check input[type=checkbox] {
    width: 16px;
    height: 16px !important;
}
.check-box-main .form-check input[type="checkbox"]:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e") !important;
}
.check-box-main .form-check input,
.check-box-main .form-check label {
    cursor: pointer;
}
.check-box-main .form-check label {
    color: #555;
    font-size: 14px;
    font-weight: 400;
}
.check-box-main .form-check input:checked + label {
    color: #152C5C;
}
form .form-check input[type=radio] {
    width: 14px;
    height: 14px !important;
    padding: 0 !important;
    box-shadow: 0 0 0 !important;
}
form .form-check input[type="radio"]:checked {
    border: 2px solid #152C5C !important;
    background-color: #152C5C !important;
}
.contract-name-check .form-check {
    margin-bottom: 5px !important;
}

/* modal */
.modal-header {
    font-size: 20px;
    color: #152C5C;
    font-weight: 500;
    padding: 14px 20px;
}
.modal-header .btn-close {
    background-size: 10px;
}
.modal-body {
    padding: 20px;
}
.btn-close:focus {
    box-shadow: 0 0 0 !important;
}

.form-group .select2-container {
    width: 100% !important;
    z-index: 1;
}
.user-profile-drop {
    overflow: hidden;
}
.user-profile-drop a {
    padding: 5px 15px;
    color: #152C5C;
    width: 100%;
    display: block;
    font-size: 14px;
}
.user-profile-drop a:hover {
    background-color: #152C5C;
    color: #fff;
}

.email-inspection-box ul {
    display: flex;
    flex-direction: column;
}
.email-inspection-box ul li {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.email-inspection-box ul li .email-inspection-box-pdf {
    margin-top: 23px;
}
.email-inspection-box ul li .email-inspection-box-btn {
    margin-top: 23px;
}
.email-inspection-box ul li .email-inspection-box-input input {
    width: 356px;
    border: 1px solid #E6E6E6;
    padding: 9px 15px !important;
    font-size: 14px;
    color: #152C5C;
    font-weight: 400;
    height: 40px;
    border-radius: 5px;
    background-color: transparent;
}
.email-inspection-box ul li .email-inspection-box-input input:hover {
    border: 1px solid #152C5C;
    outline: 0;
    outline-offset: 0;
    box-shadow: 0 0 0;
}
.email-inspection-box ul li .email-inspection-box-input .form-group {
    margin-bottom: 0;
}
.email-inspection-box ul li .email-inspection-box-pdf a.table-actions-btn {
    height: 40px;
    width: 40px;
    background-color: #152C5C10;
    border-radius: 6px;
}
.email-inspection-box ul li .email-inspection-box-btn .job-site-btn {
    padding-bottom: 0;
}
.email-inspection-box ul li .email-inspection-box-pdf a.table-actions-btn:hover {
    background-color: #152C5C;
}
a.table-actions-btn.btn-fill-icon:hover svg path {
    stroke: initial;
    fill: #fff;
}
.photo-upload-date-time {
    position: absolute;
    bottom: 5px;
    left: 5px;
    background-color: #fff;
    color: #152C5C;
    font-size: 12px;
    font-weight: 400;
    padding: 5px 8px;
    border-radius: 4px;
}
.status-job-box {
    background-color: #D2FFA6;
    padding: 0px 10px 2px;
    border-radius: 3px;
}
.bg-FFE285 {
    background-color: #FFE285;
}
.bg-A6C5FF {
    background-color: #A6C5FF;
}
.bg-FFA6A6 {
    background-color: #FFA6A6;
}
.input-info-text {
    font-size: 12px;
    color: #ccc;
    margin-top: 3px;
}



.table thead tr th.dt-type-numeric .dt-column-order::before,
.table thead tr th.dt-type-numeric .dt-column-order::after,
.table thead tr th.dt-orderable-none .dt-column-order::before,
.table thead tr th.dt-orderable-none .dt-column-order::after {
    display: none !important;
}
.table thead tr th .dt-column-order::before,
.table thead tr th .dt-column-order::after {
    position: absolute;
    right: 0.75em;
    font-family: 'FontAwesome';
    opacity: 0.3;
}

.table thead tr th .dt-column-order::before {
    content: '\f0de' !important;
    bottom: 42% !important;
}

.table thead tr th .dt-column-order::after {
    content: '\f0dd' !important;
    top: 42% !important;
}
.loader-box {
    /* display: none; */
    background-color: #152C5C70;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loading .main-page-right {
    filter: blur(10px);
}

.loader-box img {
    width: 100px;
    height: 100px;
}

.delete-import-text.form-check {
    margin-left: 25px !important;
    margin-bottom: 20px !important;
}
.delete-import-text .form-check-label {
    font-size: 14px;
    font-weight: 400;
    color: #555;
}
.download-permit-text {
    font-size: 14px;
    font-weight: 400;
    color: #555;
    margin-bottom: 20px;
}
.download-permit-text a {
    font-size: 14px;
    font-weight: 400;
    color: #152C5C;
    text-decoration: underline;
}
.download-permit-text a:hover {
    color: #152C5C;
    text-decoration: none;
}


/* material-brands */
.material-brands-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    border-radius: 4px;
    padding: 10px;
    font-size: 14px;
    box-shadow: 0 2px 4px #e8e8e8;
    margin-bottom: 10px;
}
.material-brands-name {
    color: #555;
    word-break: break-word;
}
.material-brands-list:hover {
    background-color: #152C5C;
}
.material-brands-list:hover .material-brands-name {
    color: #fff;
}
.material-brands-list .material-brands-btn {
    display: flex;
    gap: 10px;
}
.material-brands-list .material-brands-btn button svg path {
    stroke: #555;
}
.material-brands-list:hover .material-brands-btn button svg path {
    stroke: #ffffffc7;
}
.material-brands-list:hover .material-brands-btn button:hover svg path {
    stroke: #ffffff;
}
.material-tab-top {
    margin-bottom: 20px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
.material-tab-top .material-tab-search {
    position: relative;
    width: 340px;
}
.material-tab-top .material-tab-search input.form-control {
    padding-left: 35px;
}
.material-tab-top .material-tab-search svg {
    position: absolute;
    top: 12px;
    left: 12px;
}

#deletedCustomer_wrapper .common-table-search a,
#deletedJobSites_wrapper .common-table-search a {
    display: none;
}

.material-type-color-top {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #152C5C !important;
}
.select2-container {
    z-index: 9999;
}

/* roles */
.roles-top-form {
    border-bottom: 1px solid #eeeeee;
    padding: 15px 20px;
}
.roles-top-form form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.roles-top-search input {
    width: 335px;
}
.roles-data-main {
    padding: 15px 20px;
}
.roles-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.form-check.full-access-checkbox label {
    font-size: 16px;
    font-weight: 600;
}
.add-role-data-main {
    height: 40vh;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 15px;
}
.add-role-data-main .check-box-main {
    padding-bottom: 10px;
}
.add-role-data-main .check-box-main .form-check {
    margin-bottom: 5px !important;
}
.add-role-data-title {
    font-size: 16px;
    color: #152C5C;
    margin-bottom: 5px;
}

/* pages contract */
.pages-contract-main {
    width: 100%;
    max-height: calc(100vh - 252px);
    overflow: auto;
}
ul.pages-contract-main .pages-contract-list {
    background-color: #F1F2F5;
    border-radius: 8px;
    border: 0;
    border-left: 2px solid #152C5C;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 400;
    color: #555;
    margin-bottom: 10px;
}
ul.pages-contract-main .pages-contract-list.active {
    background-color: #152C5C;
    color: #fff;
}

#newRoleForm .check-box-main,
#updateRole .check-box-main {
    margin-left: 0;
}
#newRoleForm .form-check,
#updateRole .form-check {
    display: flex;
    gap: 5px;
}
#newRoleForm .form-check .form-check-input,
#updateRole .form-check .form-check-input {
    margin-left: 0;
}
#full_access-error {
    color: red;
    font-size: 12px;
    margin: 0 0 20px;
}

/* delete popup */
.delete-popup .modal-header {
    padding-bottom: 0;
    border: 0;
}
.delete-popup .modal-body {
    text-align: center;
}
.delete-popup .modal-body h3 {
    font-size: 18px;
    font-weight: 500;
    color: #152C5C;
    line-height: 26px;
    margin-top: -20px;
}
.delete-popup .delete-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

/* #allMaterialTable_wrapper .dt-layout-start {
    padding-left: 0;
}
#allMaterialTable_wrapper .dt-layout-end {
    padding-right: 0;
}
#allMaterialTable_wrapper .dt-layout-full {
    padding-right: 0;
    padding-left: 0;
} */

.customer-td-name a {
    text-decoration: underline;
    color: #152C5C;
}
.customer-td-name a:hover {
    text-decoration: none;
    color: #152C5C;
}

.swal2-popup div:where(.swal2-icon).swal2-warning {
    border: 3px solid #152C5C;
    color: #152C5C;
    width: 50px;
    height: 50px;
}
.swal2-popup div:where(.swal2-icon) .swal2-icon-content {
    font-size: 2.35em;
    color: #152C5C;
}
.swal2-popup div:where(.swal2-icon) {
    margin: 20px auto 0;
}
.swal2-popup div:where(.swal2-container) h2:where(.swal2-title) {
    padding: 20px 1em 0;
    font-size: 22px;
    color: #152C5C;
}
.swal2-popup .swal2-confirm {
    background-color: #152C5C !important;
    border: 1px solid #152C5C;
    color: #fff !important;
    border-radius: 6px;
    transform: translateY(0);
    transition: initial;
}
.swal2-popup .swal2-confirm:hover {
    background-color: #fff !important;
    color: #152C5C !important;
    background-image: none !important;
    transform: translateY(0);
    transition: initial;
}

.swal2-popup .swal2-cancel {
    background-color: #fff !important;
    color: #152C5C !important;
    background-image: none !important;
    border: 1px solid #152C5C;
    border-radius: 6px;
    transform: translateY(0);
    transition: initial;
}
.swal2-popup .swal2-cancel:hover {
    background-color: #152C5C !important;
    color: #fff !important;
    background-image: none !important;
    transform: translateY(0);
    transition: initial;
}

.no-records-found {
    font-size: 14px;
    color: #555555;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contract-clauses-list .form-check .form-check-input {
    margin-top: 11px;
}

.inactive-text td {
    color: #a8a8a8;
}

.upload-error-message {
    font-size: 12px;
}
a.inspection-attachment-btn {
    height: 40px;
    width: 40px;
    background-color: #152C5C10;
    border-radius: 6px;
    display: flex;
}
a.inspection-attachment-btn:hover {
    background-color: #152C5C;
}
a.inspection-attachment-btn:hover svg path {
    stroke: initial;
    fill: #fff;
}

/*date picker */
div.ui-datepicker {
    width: auto;
}
.ui-datepicker table tr th {
    padding: 8px !important;
}
.ui-datepicker table tr td {
    padding: 8px !important;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    top: 10px;
}
.ui-widget-content .ui-state-active.ui-state-default {
    border: 1px solid #152c5c;
    background: #152c5c;
    color: #fff;
}
.ui-widget-content .ui-state-default {
    text-align: center;
}
div.ui-widget-content .ui-state-highlight {
    border: 1px solid #152c5c;
    background: transparent;
    color: #152c5c;
}
div.ui-datepicker .ui-datepicker-title select {
    padding-top: 5px;
    padding-bottom: 5px;
}
div.ui-datepicker .ui-datepicker-prev {
    left: 2px !important;
}
div.ui-datepicker .ui-datepicker-next {
    right: 2px !important;
}
.datepicker-box {
    position: relative;
}
.datepicker-box input {
    cursor: pointer;
}
.datepicker-box svg {
    position: absolute;
    top: 8px;
    right: 12px;
    z-index: 0;
}
.datepicker-box .form-control:focus {
    background-color: transparent;
}

#allMaterialTable_wrapper .table-show-text {
    margin-left: 0;
}
#allMaterialTable_wrapper .common-table-search {
    position: relative;
    right: -15px;
    padding-right: 0;
}

/* profile accordion */
.profile-accordion .accordion-item {
    background-color: transparent;
    border: 0;
}
.profile-accordion .accordion-collapse.collapse {
    visibility: initial;
}
.profile-accordion .accordion-button.collapsed {
    color: #555 !important;
    font-weight: 400;
}
.profile-accordion .accordion-button {
    outline: 0 !important;
    box-shadow: 0 0 0 !important;
    background-color: transparent !important;
    font-size: 14px;
    color: #152C5C !important;
    font-weight: 600;
    padding: 7px 15px;
    border-bottom: 1px solid #eee !important;
}
.profile-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
.profile-accordion .accordion-button::after {
    width: 15px;
    height: 15px;
    background-size: 15px;
}
.profile-accordion .accordion-body {
    padding-left: 0;
    padding-right: 0;
}

#permitTable tbody td .dt-type-date {
    text-align: left !important;
}

.photos-uploaded-text-inspection {
    font-size: 14px;
    margin-bottom: 10px;
}

/* note modal */
.note-modal-content {
    transform: translatey(-50%);
    top: 50%;
    border-radius: 10px !important;
    border: 0 !important;
}
.note-modal-header {
    padding: 1rem !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
.note-modal-header h4 {
    color: #152C5C;
    font-size: 1.25rem;
    font-weight: 500;
}
.note-modal-header button.close {
    font-size: 16px;
    opacity: 0.5;
    margin-top: 5px;
}
.note-modal-header button.close:hover {
    opacity: 1;
}
.note-form-group label {
    font-size: 14px;
    color: #152C5C;
    font-weight: 400;
    margin-bottom: 2px;
}
.note-modal-body {
    padding: 1rem !important;
}
.note-form-group input.note-form-control {
    border: 1px solid #E6E6E6;
    padding: 9px 15px !important;
    font-size: 14px;
    color: #152C5C;
    font-weight: 400;
    height: 40px;
    border-radius: 5px;
    background-color: transparent;
}
.note-form-group input.note-form-control:focus, .note-form-group textarea:focus, .note-form-group select:focus {
    border: 1px solid #152C5C;
    outline: 0;
    outline-offset: 0;
    box-shadow: 0 0 0;
}
.note-modal-footer {
    height: initial !important;
    padding: 1rem !important;
}
.note-modal-footer .note-btn {
    float: initial !important;
    border-radius: 6px !important;
    padding: 8px 15px 10px;
}
.note-modal-footer .btn-primary.disabled, .note-modal-footer .btn-primary:disabled {
    color: #fff;
    background-color: #152C5C;
    border-color: #152C5C;
}
.note-modal-body .checkbox label {
    display: flex !important;
    gap: 7px;
    align-items: center;
    cursor: pointer;
    width: fit-content;
}
.note-modal-body .checkbox label input {
    border: 2px solid #A7A7A7 !important;
    border-radius: 2px !important;
    padding: 0 !important;
    box-shadow: 0 0 0 !important;
    width: 16px;
    height: 16px;
}
.note-modal-body .checkbox label input[type="checkbox"]:checked {
    border: 2px solid #152C5C !important;
    color: #152C5C !important;
}
.estimates-tab-radio .form-check-textinput label {
    width: 145px;
}
#insurance_number_div label {
    width: 167px;
}
#insurance_number_div input {
    width: 240px;
}

.estimates-tab-radio .error label {
    width: 100%;
}
.dropdown-toggle::after {
    display: none !important;
}


#leakForm .select2-container--disabled{
    background-color: #e9ecef !important;
    opacity: 1 !important;
}

@media (min-width: 992px) {
    #wrapper {
        padding-left: 210px;
    }

    #wrapper.toggled {
        padding-left: 60px;
    }

    #sidebar-wrapper {
        width: 210px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 60px;
    }

    #wrapper.toggled #navbar-wrapper {
        position: absolute;
        margin-right: -190px;
    }

    #wrapper.toggled #content-wrapper {
        position: absolute;
        margin-right: -190px;
    }

    #navbar-wrapper {
        position: relative;
    }

    #wrapper.toggled {
        padding-left: 60px;
    }

    #content-wrapper {
        position: relative;
        top: 0;
    }

    #wrapper.toggled #navbar-wrapper,
    #wrapper.toggled #content-wrapper {
        position: relative;
        margin-right: 60px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #wrapper.toggled #navbar-wrapper {
        position: absolute;
        margin-right: -210px;
    }

    #wrapper.toggled #content-wrapper {
        position: absolute;
        margin-right: -210px;
    }

    #navbar-wrapper {
        position: relative;
    }

    #wrapper.toggled {
        padding-left: 210px;
    }

    #content-wrapper {
        position: relative;
        top: 0;
    }

    #wrapper.toggled #navbar-wrapper,
    #wrapper.toggled #content-wrapper {
        position: relative;
        margin-right: 210px;
    }
}

@media (max-width: 991px) {
    .toggled .main-page-right #navbar-wrapper,
    .toggled .main-page-right #content-wrapper {
        filter: blur(6px);
    }
    .header-profile-name {
        display: none;
    }
    .header-main {
        padding: 0 20px;
        min-height: 60px;
    }
    .sidebar {
        padding: 0;
    }
    .sidebar-brand img {
        margin: 10px auto;
        height: 58px;
    }
    #navbar-wrapper {
        border-radius: 0;
    }
    .main-page-right {
        border-radius: 0;
    }
    .main-page.toggled .sidebar-nav > li a {
        text-indent: initial;
        padding: 10px 15px;
    }
    #content-wrapper {
        padding-top: 76px !important;
    }
    .header-left .page-title {
        font-size: 16px;
    }
    #navbar-wrapper {
        width: 100% !important;
    }
    .main-page.toggled #navbar-wrapper {
        width: calc(100% - 210px) !important;
    }
    .login-main-page {
        flex-direction: column;
    }
    .login-main-page .login-left {
        height: 180px;
        min-height: 180px;
        width: 100%;
    }
    .login-main-page .login-left img {
        height: 80px;
    }
    .login-main-page .login-right {
        width: 100%;
        border-radius: 30px 30px 0 0;
        padding: 40px 20px;
        min-height: calc(100vh - 180px);
    }
    .login-main-page {
        height: auto;
        min-height: initial !important;
        width: 100%;
    }
    .login-welcom-text {
        font-size: 20px;
    }
    .login-title {
        font-size: 24px;
        line-height: 18px;
    }
    .common-table-search {
        flex-direction: column;
        gap: 10px;
        align-items: center;
        justify-content: center;
    }
    .common-table-search a {
        margin: 5px auto 0;
    }
    .table-show-text {
        text-align: center;
    }
    .profile-main-data {
        flex-direction: column;
        gap: 20px;
    }
    .profile-created-box {
        align-items: flex-start;
        justify-content: flex-start;
        margin-top: 20px;
    }
    .dt-search input, .table-show-text select {
        margin: 0 auto;
    }
    .profile-photo {
        width: 90px;
        height: 90px;
    }
    .common-table-search .btn {
        margin-left: 0;
    }
    .main-page-right::after {
        display: none;
    }
    .main-page-right::before {
        display: none;
    }
    #allMaterialTable_wrapper .table-show-text {
        margin-left: 15px;
    }
    #allMaterialTable_wrapper .common-table-search {
        position: initial;
        right: initial;
        padding-right: calc(var(--bs-gutter-x) * .5);
    }
}

@media (max-width: 767px) {
    #wrapper {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 0;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 210px;
    }

    #wrapper.toggled #navbar-wrapper {
        position: absolute;
        margin-right: -210px;
    }

    #wrapper.toggled #content-wrapper {
        position: absolute;
        margin-right: -210px;
    }

    #navbar-wrapper {
        position: relative;
    }

    #wrapper.toggled {
        padding-left: 210px;
    }

    #content-wrapper {
        position: relative;
        top: 0;
    }

    #wrapper.toggled #navbar-wrapper,
    #wrapper.toggled #content-wrapper {
        position: relative;
        margin-right: 210px;
    }
    .note-text-box {
        flex-direction: column;
    }
    .note-list {
        flex-direction: column;
    }
    .note-list-right {
        margin-top: 0;
    }
    .card-box-shadow-title {
        font-size: 16px;
    }
    .photos-upload-top {
        flex-direction: column;
    }
    .photos-upload-top .photos-upload-top-right {
        margin-top: 0;
    }
    .photos-upload-top .photos-upload-top-left {
        width: 100%;
    }
    .card-box-shadow-title {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .card-title-btn {
        justify-content: flex-start;
        align-items: flex-start;
    }
    .estimates-price-box {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .roles-top-form form {
        flex-direction: column;
        width: 100%;
    }
    .roles-top-search {
        width: 100%;
    }
    .roles-top-search input {
        width: 100%;
        margin-bottom: 15px;
    }
    .pages-contract-main {
        max-height: 300px;
        margin-bottom: 20px;
    }
    .note-text-box button {
        margin-top: 0px;
    }
    .email-inspection-box ul li .email-inspection-box-input {
        width: 100%;
    }
    .email-inspection-box ul li .email-inspection-box-pdf {
        margin-top: 0px;
    }
    .email-inspection-box ul li .email-inspection-box-btn {
        margin-top: 0px;
    }
}
@media (max-width: 575px) {
    .map-icon {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .nav-tab-two {
        width: 100%;
        overflow-y: hidden;
        overflow-x: auto;
    }
    .nav-tab-two .nav {
        flex-wrap: nowrap;
        width: fit-content;
    }
    .email-inspection-box ul li .email-inspection-box-input input {
        width: 100%;
    }
    .estimates-price-box .border-btn {
        width: 100%;
        justify-content: center;
    }
    .estimates-contract .border-btn {
        width: 100%;
        justify-content: center;
    }
    .estimates-contract .btn.btn-primary {
        width: 100%;
        justify-content: center;
    }
    #downloadEstimatesBtn, #uploadEstimatesBtn {
        width: 100%;
        justify-content: center;
    }
    .estimates-tab-radio .form-check-textinput label {
        width: 100%;
    }
    .insurance-estimate-input {
        width: calc(100% - 23px);
    }
    #insurance_number_div {
        width: 100%;
    }
    #insurance_number_div input {
        width: 100%;
    }
    .form-check-textinput input[type="radio"] {
        margin-top: 5px;
    }
    /* .estimates-tab-radio .error {
        width: calc(100% + 23px);
        margin-left: -23px;
    } */
}
@media (max-width: 481px) {

    .estimates-tab-radio span.error {
        position: relative;
        left: -23px;
    }
    .estimates-tab-radio span#insurance_number_validate {
        left:initial !important;
    }
}

/* .estimates-contract-slider .slick-initialized .slick-slide {
    min-width: 300px !important;
    width: initial !important;
}
.estimates-contract-slider .slick-track {
    min-width: 300px !important;
    width: initial !important;
} */
