/**
 *
 *  AUTHOR : JS
 *  COPYRIGHT (C) 2026 BRISKSTAR TECHNOLOGIES LLC
 *
**/

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    outline: none;
    box-sizing: border-box;
}

/* HIDE DEFAULT SCROLLBAR */
*::-webkit-scrollbar {
    display: none;
    visibility: hidden;
}

/* HIDE DEFAULT VALUE CONTROLS FOR INPUT-TYPE NUMBER */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* HIDE DEFAULT VALUE CONTROLS FOR INPUT-TYPE NUMBER | Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

html,
body {
    height: 100vh;
    width: 100vw;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
}

img {
    pointer-events: none;
}

.btn {
    text-transform: uppercase !important;
}

.navbar-vertical .navbar-nav .nav-link > div {
    width: 26px;
    margin-right: 10px;
    text-align: left;
}

.right-sidebar {
    overflow-y: auto;
    min-height: calc(100% - 51px);
    overflow-x: hidden;
    height: auto;
    padding-bottom: 60px;
}

.table-responsive {
    user-select: none;
}

.table-responsive .text-dark {
    color: #231F20 !important;
}

@media (max-width:1199px) {
    .footer {
        position: fixed;
        width: calc(100% - 0px);
        bottom: 0;
        left: 0px;
    }
}

@media (max-width:767px) {
    .footer {
        position: relative;
        width: calc(100% - 0px);
        bottom: 0;
        left: 0px;
        background: transparent !important;
        box-shadow: none;
    }

    .right-sidebar {
        min-height: auto;
        padding-bottom: 0px;
    }

    .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .table {
        border-collapse: collapse;
        width: 100%;
    }

    .table-responsive {
        overflow-x: scroll;
        -webkit-overflow-scrolling: auto;
    }
}

/* Changes : 2025-02-14 */
.card h3 {
    font-size: 22px;
    padding: 0 0 10px;
}

.card {
    padding: 30px 30px;
}

.btn:hover,
.btn:focus {
    opacity: 1 !important;
    box-shadow: none !important;
}

.btn-primary {
    background-color: #1282a6;
    border: 0;
}

.btn-primary:hover,
.btn-primary:focus {
     background-color: #05274D !important;
}

.btn-secondary {
    background-color: #05274D;
}

.btn-secondary:hover {
    background-color: #1282a6;
}

.card-header .btn:hover {
    background-color: #05274D;
    opacity: 1 !important;
    box-shadow: none !important;
}

.card-header .btn:hover svg {
    filter: brightness(0) invert(1);
}

.title {
    font-size: 30px;
    padding: 30px 0;
}

.section-title {
    font-size: 22px;
    margin: 0;
    padding: 0 0 15px;
}

.card .card-header {
    padding: 0 0 1rem;
}

.card-header .btn-dark.me-2 {
    margin-right: 0 !important;
}

.btn-check:checked + .btn {
    color: #1282a6;
    box-shadow: none !important;
}

.img-placeholder {
    width: 50%;
    display: block;
    margin: 0 auto;
}

.footer {
    transition: .3s ease-in-out;
}

.footer .nav-link:hover {
    color: #1282A6 !important;
}

.navbar-main {
    padding: 10px 30px !important;
}

.table td,
.table th {
    padding: 10px 15px !important;
}

.navbar-nav .dropdown-menu {
    padding: 0;
    background: #fff !important;
    right: 20px;
}

.dropdown-item {
    border-radius: 0;
}

#HEAD_PROFILE_POPUP + .dropdown-menu .dropdown-item:hover {
    background: #1282a6;
    color: #fff;
}

.navbar-nav .nav-link:hover svg {
    fill: #1282a6;
}

.choices__list--multiple .choices__item {
    background-color: #1282a6 !important;
    border: 1px solid #1282a6 !important;
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
    border-left: 1px solid #fff !important;
    padding: 0 10px !important;
    margin: 0 -4px 0 5px;
}

.navbar-vertical .navbar-nav > .nav-item .nav-link:hover {
    color: #fff;
    background-color: #1282A6;
    background: #1282A6;
    box-shadow: 0 20px 27px 0 rgba(0, 0, 0, 0.05);
    border-radius: 0.25rem;
}

.navbar-vertical .navbar-nav > .nav-item.border-start .nav-link.active {
    background: #1282A6;
}

.sidenav-header {
    height: 4.875rem;
    width: 100%;
    position: sticky;
    top: 0;
    background: #231f20;
    z-index: 5;
    padding: 1rem 2.5rem !important;
}

.sidenav .navbar-brand {
    padding: 0 !important;
    border: 0 !important;
}

.btn.btn-white:hover {
    border: 1px solid #dde0e5;
    color: #1282a6;
}

.mw-96{
    min-width: 96px;
    margin-bottom: 0;
}

.ql-toolbar.ql-snow {
    border: 1px solid #dde0e5 !important;
    border-radius: 0.375rem 0.375rem 0 0;
    border-bottom: 0 !important;
}

.ql-container.ql-snow {
    border: 1px solid #dde0e5 !important;
    border-radius: 0 0 0.375rem 0.375rem;
}

.choices__inner {
    background: #fff !important;
    border-radius: 0.375rem !important;
    border: 1px solid #dde0e5 !important;
}

.choices__input::placeholder {
    color: #94a3b8 !important;
}

.choices__input{
    background: #fff !important;
}

.card-home {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
}

.validation-summary-errors ul{
    list-style: none;
    padding: 0;
}

.validation-summary-errors ul li{
    font-size: 14px;
}

.img-box {
    border-radius: 0.375rem !important;
    border: 1px solid #dde0e5 !important;
    padding: 20px 20px;
    text-align: center;
}

.table-responsive {
    border-left: 1px solid #dde0e5;
    border-right: 1px solid #dde0e5;
}

.table-responsive .table tr th:first-child, .table-responsive .table tr td:first-child {
    border-left: 0 !important;
}

.table-responsive .table tr th:last-child, .table-responsive .table tr td:last-child {
    border-right: 0 !important;
}

@media (max-width: 767px){
    .navbar-main nav h6 {
        font-size: 13px;
    }
    .navbar-collapse{
       margin-top: 0 !important;
    }
    .navbar-nav .nav-item{
        padding: 0 5px !important
    }
    .navbar-main {
        padding: 10px 10px !important;
    }
    .navbar > .container, .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
        justify-content: end;
    }
}

.img-box{
    text-align: left;
}

.img-box img {
    height: 60px;
}

.edit-form .input-block {
    /*
    display: flex;
    align-items: center;
    padding: 0 0 10px;
    */
}

.edit-form .input-block label{

    font-size: 14px;
}

.table-responsive {
    border: 1px solid #dde0e5;
    padding: 5px 20px 20px !important;
    border-radius: 0.375rem;
}

.table-responsive .table tr th{
    min-width: 150px;
    max-width: 200px;
}

.table-responsive .table tr th:last-child{
    min-width: max-content;
}

div.dt-container .dt-paging .dt-paging-button {
    padding: 2px 10px;
    border: 0;
    min-width: 30px;
}

div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover {
    background: #1282A6;
    color: #fff !important;
    border: 0;
}

div.dt-container .dt-paging .dt-paging-button:hover {
    background: #1282A6;
    color: #fff !important;
    border: 0;
}

div.dt-container .dt-input {
    border: 1px solid #dde0e5 !important;
}

.dt-search input {
    padding: 5px 10px !important;
    border: 1px solid #dde0e5 !important;
}

.dt-search input::placeholder {
    font-size: 13px;
}

.dt-length label {
    padding-left: 5px !important;
    color: #64748b !important;
    font-weight: 400;
}

.dt-info {
    color: #64748b !important;
}

div.dt-container select.dt-input {
    color: #64748b !important;
}

@media (max-width: 767px) {
    .edit-form .input-block {
        flex-flow: wrap;
    }
    .edit-form .input-block label {
        width: 100%;
    }
    .edit-form .input-block .form-control {
        width: 100%;
    }
}

/*
.dt-length,
.dt-search {
    position: sticky;
    background: #fff;   
    z-index: 10;
}

div.dt-container div.dt-layout-row {
    margin: 20px 0 40px;
}

@media (max-width: 767px){
    .dt-length,
    .dt-search {
        position: relative;
        background: #fff;
        z-index: 10;
    }
}
*/

.table-responsive .table tr th:last-child, .table-responsive .table tr td:last-child {
    position: sticky;
    top: 0;
    right: -20px;
    background: #fff;
}

.table-responsive p {
    max-width: max-content;
}

.table-responsive img {
    max-width: 100px;
    width: max-content;
}

.right-sidebar .table-responsive p, .right-sidebar .table-responsive span {
    color: #64748b !important;
}

.right-sidebar .table-responsive p, .right-sidebar .table-responsive span {
    color: #64748b !important;
}

.right-sidebar .table-responsive th p, .right-sidebar .table-responsive th span {
    font-weight: 600;
}

.table-bordered > :not(caption) > * > * {
    border-width: 0;
}

table.dataTable > thead > tr > th, table.dataTable > thead > tr > td{
    border-bottom: 0;
}

table.dataTable thead > tr > th.dt-orderable-asc:hover, table.dataTable thead > tr > th.dt-orderable-desc:hover, table.dataTable thead > tr > td.dt-orderable-asc:hover, table.dataTable thead > tr > td.dt-orderable-desc:hover {
    outline: 0;
}

.table td, .table th {
    padding: 14px 15px !important;
}

.table th:last-child .dt-column-order {
    display: none;
}

.table td a {
    color: #64748b !important;
    height: 28px;
    width: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgb(18 130 166 / 7%);
    border-radius: 4px;
}

div.dt-container.dt-empty-footer tbody > tr:last-child > * {
     border-bottom: 0; 
}

.right-sidebar .table-responsive .text-info {
    color: #55a6f8 !important;
}

.right-sidebar .table-responsive .text-success {
    color: #67c23a !important;
}

.right-sidebar .table-responsive .text-primary {
    color: #774dd3 !important;
}

.right-sidebar .table-responsive .text-warning {
    color: #f19937 !important;
}

.right-sidebar .table-responsive .text-secondary {
    color: #251e20 !important;
}

.right-sidebar .table-responsive .text-danger {
    color: #ea4e3d !important;
}

/*
#projectList th:nth-child(3), #projectList td:nth-child(3) {
    white-space: inherit !important;
    min-width: 250px;
}
*/

#projectList th {
    width: 25%;
    max-width: 100px;
}

.inner-table td{
    padding: 7px 0 !important;
    white-space: pre-wrap !important;
    width: 50% !important;
}

div:where(.swal2-container) .swal2-html-container{
    font-size: 16px;
}

.swal2-actions button {
    background: #1282A6;
    color: #fff;
    padding: 5px 20px;
}

.swal2-actions button:focus{
    box-shadow: none;
}

.swal2-title h6{
    font-size: 24px !important;
}

body .dt-scroll-body table{
    border-width: 0px !important;
}

.table-responsive .avatar {
    height: 48px;
    width: 48px;
    min-width: 48px;
}
.table-responsive .table th {
    border-top: 1px solid #dde0e5;
    border-bottom: 1px solid #dde0e5;
}

#projectList_wrapper .inner-table {
    width: 50% !important;
}

#projectList_wrapper .inner-table td{
    position: inherit;
}

@media (max-width: 1600px) {
    #projectList_wrapper .inner-table {
        width: 100% !important;
    }
    #projectList_wrapper .inner-table td{
        min-width: 150px;
        position: inherit;
    }
}

#projectList img {
    max-width: 150px;
    width: max-content;
}

.fixed-buttons {
    position: fixed;
    bottom: 47px;
    padding: 20px 20px;
    background: #fff;
    border-radius: 0.375rem;
    border: 1px solid #dde0e5 !important;
    width: 100%;
    max-width: 1542px;
    z-index: 9;
    text-align: right;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;*/
}
.fixed-buttons input{
    margin: 0;
}

.dropdown-custom ul{
   padding-left: 15px;
}

@media (max-width: 1800px){
    .fixed-buttons {
        max-width: 1222px;
    }
}
@media (max-width: 1599px) {
    .fixed-buttons {
        max-width: 1158px;
    }
}
@media (max-width: 1440px) {
    .fixed-buttons {
        max-width: 1062px;
    }
}
@media (max-width: 1400px) {
    .fixed-buttons {
        max-width: 1022px;
    }
}
@media (max-width: 1399px) {
    .fixed-buttons {
        max-width: 988px;
    }
}
@media (max-width: 1300px) {
    .fixed-buttons {
        max-width: 917px;
    }
}
@media (max-width: 1280px) {
    .fixed-buttons {
        max-width: 902px;
    }
}
@media (max-width: 1200px) {
    .fixed-buttons {
        max-width: 1084px;
    }
}
@media (max-width: 1024px) {
    .fixed-buttons {
        max-width: 928px;
    }
}
@media (max-width: 992px) {
    .fixed-buttons {
        max-width: 672px;
    }
}
@media (max-width: 767px) {
    .fixed-buttons {
        max-width: inherit;
        position: static;
        bottom: 0;
        text-align: center;
    }
}

.navbar-main {
    padding: 20px 30px !important;
    position: relative;
    z-index: 9;
}

#propertyList table td {
    padding: 7px 15px !important;
}
#permissionList table td {
    padding: 5px 15px !important;
}

.navbar-main .dropdown-menu li {
    border-bottom: 1px solid #f1f1f1;
    margin: 0;
}

.navbar-main .dropdown-menu li:last-child {
    border: 0;
}

.navbar-main .navbar-nav .dropdown-menu {
    top: 70px;
}

.navbar-expand-lg .navbar-nav .nav-link:focus{
    box-shadow: none;
}

.error-page {
    padding: 60px 0 !important;
}

.error-page h1{
    padding: 30px 0;
    color: #000;
    font-size: 32px;
}

.error-page .error-img {
    max-width: 50%;
    margin: 0 auto;
}

.error-page-unauthorized .error-img {
    max-width: 30%;
}

@media (max-width: 1600px) {
    .error-page h1{
        font-size: 28px;
        padding: 20px 0;
    }
    .error-page .error-img {
        max-width: 40%;
        margin: 0 auto;
    }
    .error-page-unauthorized .error-img {
        max-width: 25%;
    }
}

@media (max-width: 767px) {
    .error-page h1 {
        font-size: 22px;
        padding: 20px 0;
    }
    .error-page .error-img {
        max-width: 60%;
        margin: 0 auto;
    }

}

.error-img-home{
   max-width: 35%;
}

.field-error {
    font-size: 14px;
}

.field-validation-error{
    font-size: 14px;
}

.form-control.is-invalid:focus {
    box-shadow: none;
    border-color: #fd5c70;
}

.navbar-main .dropdown-menu li:nth-child(2){
    border-bottom: 0;
}

.input-group .form-control:not(:first-child).is-invalid {
    border-left: 1px solid #fd5c70;
}

/* 2026-01-29 Phase-3 : Client Required Changes & Design Enhancements */

.phase-accordion {
    margin-top: 15px;
    position:relative;
}

.phase-accordion .accordion-header  {
    background: #1282a624;
    padding: 12px 20px;
    border-radius: 5px !important;
    border: 1px solid #1282a654;
    font-size: 16px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.phase-accordion .btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.phase-accordion .accordion-header  span {
    display: inline-block;
}

.phase-accordion .accordion-button {
    padding: 7px;
}

.phase-accordion .accordion-header .accordion-button i {
    margin-left:auto;
}

.phase-accordion .accordion-body {
    background: #f9fafb;
}

.phase-accordion .accordion-button:not(.collapsed)::after, .accordion-button::after {
    display: none;
}

.phase-accordion button.accordion-button.collapsed i {
    transform: rotate(0deg);
}

.phase-accordion button.accordion-button i {
    transform: rotate(180deg);
}

.phase-accordion .accordion-button {
    color: #1282a6;
}

.phase-accordion .small-btn {
    padding: 7px 15px;
}

.phase-accordion .accordion-collapse.collapse.show .accordion-body {
    padding: 0;
}

.phase-accordion .accordion-button.new-accordion-button {
    padding: 0;
    font-weight: 700;
}