﻿.navbar .navbar-menu-wrapper .navbar-nav .nav-item .welcome-text {
    display: block;
}

.page-body-wrapper {
    padding-top: 55px;
}


.message-container {
    position: fixed;
    top: 40px;
    right: 50%;
    transform: translate(50%,-50%) !important;
    width: auto;
    max-width: 90%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); /* Increased shadow for more depth */
    border-radius: 10px; /* Increased border radius for a modern look */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0; /* Hidden by default */
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out; /* Smooth transitions */
    outline: 0;
}

.message-content {
    text-align: center;
    padding: 12px 24px; /* Increased padding for more comfort */
    font-size: 1rem;
    font-family: Arial, sans-serif;
    margin: 0;
    border-radius: inherit; /* Inherits the border radius from the container */
}

.footer {
    padding: 30px 0px;
    margin-left: 40px;
}

.message-content.success {
    background-color: #d4edda;
    color: #155724;
    font-weight: 600;
    border-left: 5px solid #28a745;
}

.message-content.error {
    background-color: #f8d7da;
    color: #721c24;
    font-weight: 600;
    border-left: 5px solid #dc3545;
}

.message-content.alert {
    background-color: #fff3cd;
    color: #856404;
    font-weight: 600;
    border-left: 5px solid #ffc107;
}

/* When showing the message, adjust transform to translate X and reset Y */
.message-container.show {
    opacity: 1;
    transform: translate(-50%, 0); /* Centered in view */
}



@media only screen and (max-width: 600px) {
    .navbar .navbar-menu-wrapper .navbar-nav .nav-item .welcome-text {
        font-size: 22px;
        line-height: 26px;
    }
}

nav#sidebar {
    margin-top: 20px;
}

.sidebar .nav .nav-item .nav-link i.menu-icon {
    font-size: 18px;
    line-height: 1;
    margin-right: 7px;
}

.sidebar .nav .nav-item.active > .nav-link .menu-title {
    font-size: 14px;
}

.sidebar .nav .nav-item .nav-link .menu-title {
    font-size: 13px;
}

.form-select {
    height: 36px;
}

.dropdown-menu.dt-button-collection span {
    font-size: 14px;
}

.auth .brand-logo {
    margin-bottom: 16px !important;
}

.form-step h3 {
    font-size: 18px !important;
}

.forReg {
    /*height: 255px;*/
    overflow-y: auto;
    overflow-x: hidden;
}

    .forReg::-webkit-scrollbar {
        width: 8px;
    }

    .forReg::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }

    .forReg::-webkit-scrollbar-thumb {
        background-color: #d5d5d5;
    }

.forReg {
    padding-right: 8px;
}

.table.select-table td p {
    margin: 0px !important;
}

a {
    color: rgb(197 132 47);
    text-decoration: none;
}

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: 2px solid rgb(255 255 255 / 5%) !important;
    outline-offset: -2px;
}

select.form-control {
    line-height: 20px;
}

a:hover, a label:hover {
    cursor: pointer !important;
}

.navbar .navbar-menu-wrapper {
    padding-top: 0px;
}

.navbar .navbar-menu-wrapper {
    padding-bottom: 0px;
    height: 60px;
}

.navbar .navbar-brand-wrapper {
    height: 60px;
    padding: 0px 35px;
}

.sidebar .nav.sub-menu .nav-item .nav-link {
    font-size: 13px;
}

.sidebar .nav .nav-item.active > .nav-link .menu-title {
    font-size: 13px;
}

.table td {
    font-size: 13px !important;
}

a#lnkName {
    font-size: 13px;
}

.table thead th {
    font-size: 13px;
}

.btn {
    font-size: 13px;
}

li.dt-paging-button.page-item.active {
    background-color: #8b4d05;
}

em.error {
    color: red;
}

@media only screen and (max-width: 768px) {
    .cust-flex-bt {
        align-items: center;
        flex-direction: column;
    }

    .cust-head-flex {
        flex-direction: column;
        gap: 15px;
    }

    .tanew1 {
        flex-direction: column;
        gap: 20px;
        align-items: start !important;
    }

    .navbar .navbar-brand-wrapper {
        padding: 0px 0px;
    }

    .page-body-wrapper {
        padding-top: 70px;
    }
}

.dt-buttons.btn-group button {
    background: #fffcf8 !important;
    border-color: #efb7674a !important;
    color: #f1ad4c !important;
    font-weight: 500 !important;
    padding: 12px !important;
}

    .dt-buttons.btn-group button:hover {
        background: #d4a05d !important;
        color: #ffffff !important;
    }

.d-flex.justify-content-between.align-content-center h4 {
    font-size: 17px !important;
}

select.form-control, select.typeahead, select.tt-query, select.tt-hint, .select2-container--default .select2-selection--single select.select2-search__field, .select2-container--default select.select2-selection--single {
    color: #000;
    background: url(../img/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: 97% center;
}

.shadow-sm {
    box-shadow: 0px 0px 0.25rem rgba(0, 0, 0, 0.075) !important;
}



.content-wrapper {
    padding: 0.5rem 2.187rem 1.5rem 1.5rem !important;
}


/*.main-panel {
    width: calc(100% - 250px) !important;
}


.sidebar {
    width: 250px !important;
}*/

.pagination li {
    line-height: 1 !important;
}

@media only screen and (max-width: 992px) {
    .login-r-image {
        display: none;
    }

    .main-panel {
        width: 100% !important;
    }

    .sidebar {
        width: unset !important;
    }
}

.form-group input {
    padding-left: 13px;
}

.form-group label {
    color: #7d7d7d !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #3b3b3b !important;
}

.form-group.submtit input {
    padding-left: 24px;
}

.btn {
    /*    height: 41px;
    padding-top: 12px;*/
    height: 35px;
    padding: 9px 15px !important;
}

.table th, .table td {
   /*padding: .8rem 0.2375rem !important;*/
    height: 40px;
}*/

@media (max-width: 991px) {
    .navbar .navbar-brand-wrapper .navbar-brand.brand-logo-mini {
        display: inline-block;
        width: 100px;
    }
}

.navbar .navbar-brand-wrapper .brand-logo-mini img {
    width: 100px;
}

.dt-column-title b {
    font-weight: 600;
}

.pageHeadsupportiveicon {
    font-size: 24px;
    color: #e5b271;
    margin-right: 5px;
}

.cust-head-flex h4 {
    margin: 0px !important;
}

.form-step h3 {
    margin-bottom: 20px;
}

.Bapprove:hover {
    color: #ffffff;
    background-color: #0ca10c;
}

.Breject:hover {
    color: #ffffff;
    background-color: red;
}

.prof_inner h6 {
    /*  display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 14px;
    margin-bottom: 0px;*/
    max-width: 135px;
    font-size: 13px;
}

.up-doc img {
    width: 27px;
}

h6#MainContainer_txtAddress1, h6#MainContainer_txtAddress2 {
    word-break: break-all;
    line-height: 20px;
}

div#MainContainer_divApprove {
    width: 170px;
}

.up-doc .d-flex {
    gap: 5px;
}


.dt-bootstrap5 .row.mt-2.justify-content-between {
    width: 100%;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #000 !important;
    background-color: var(--bs-dropdown-link-hover-bg);
}

.dropdown-item.active, .dropdown-item:active {
    color: #000 !important;
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg);
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: transparent;
}

.dropdown .dropdown-menu .dropdown-item {
    font-size: 13px !important;
}

.useric {
    background-color: #172d88;
    color: white;
    height: 31px;
    width: 31px;
    text-align: center;
    font-size: 18px !important;
    line-height: 30px !important;
    border-radius: 34px;
    background: linear-gradient(to right, #F5BB69, #b38652) !important;
}

h1.welcome-text {
    margin-left: 15px;
}

table th {
    /*    background-color: #fbfaf5 !important;
    color: #1d377c !important;
    text-align: left !important;*/
    background: linear-gradient(to right, #f38f00, #b38652) !important;
    color: transparent !important; /* Make the text itself transparent */
    background-clip: text !important; /* Clip the background to the text */
    -webkit-background-clip: text !important; /* Webkit-specific for Safari */
    text-align: left !important;
}

table.table.dataTable > tbody > tr:nth-of-type(2n) > * {
    box-shadow: inset 0 0 0 9999px rgb(255 255 255);
}
table.table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) > * {
    box-shadow: inset 0 0 0 9999px rgb(255 255 255 / 5%)!important;
}

a.nav-link {
    text-wrap: auto !important;
    line-height: 18px !important;
}

.btn-success {
    background: #2d9d00 !important;
    color: #ffffff;
}

.prof_inner {
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

    .prof_inner span {
        position: absolute;
        color: white;
        background-color: black;
        width: 120px;
        font-size: 14px;
        padding: 5px;
        transition: 0.3s;
        opacity: 0;
        text-align: center;
        border-radius: 5px;
    }

    .prof_inner:hover {
        overflow: visible;
    }

        .prof_inner:hover span {
            opacity: 1;
        }

    .prof_inner span::after {
        content: "";
        position: absolute;
        border: 10px solid transparent;
    }

    .prof_inner[data-position = "top"] span {
        top: -35px;
        left: -10px;
    }

        .prof_inner[data-position = "top"] span::after {
            border-top-color: black;
            left: 50px;
            bottom: -20px;
        }

    .prof_inner[data-position = "left"] span {
        top: 10px;
        left: -150px;
    }

        .prof_inner[data-position = "left"] span::after {
            border-left-color: black;
            right: -20px;
            bottom: 5px;
        }

.prof_innerr[data-position = "bottom"] span {
    bottom: -45px;
    left: -10px;
}

.prof_inner[data-position = "bottom"] span::after {
    border-bottom-color: black;
    left: 50px;
    top: -20px;
}

.prof_inner[data-position = "right"] span {
    top: 10px;
    right: -150px;
}

    .prof_inner[data-position = "right"] span::after {
        border-right-color: black;
        left: -20px;
        bottom: 5px;
    }

.dsRegWrap {
    border: 1px solid #ededed;
    border-radius: 12px;
    padding-top: 15px;
    margin-bottom: 12px;
}

.dsRegWrapSup {
    border: 1px solid #ededed;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 12px;
    margin-top: 15px;
}

    .dsRegWrapSup h5 {
        color: black;
    }

    .dsRegWrapSup h5 {
        color: black;
        font-size: 16px;
        margin-bottom: 15px;
    }
#MainContainer_BtnBckOwner {
    background-color: #b9b9b9;
    border: none;
}