body,
*:hover {
    cursor: url("./../images/cursor-image.png"), auto;
}

body {
    overflow: hidden;
}

.cursor-not-allowed {
    cursor: not-allowed !important;
}

a,
button {
    cursor: pointer;
}

footer p {
    color: rgb(164, 202, 254);
}

.vs__search,
.vs__search:focus {
    line-height: 1.8 !important;
}

table.dvc-admin-table tbody td {
    padding: 5px 8px;
    border: 1px solid #ccc;
    text-align: center;
}

table.dvc-admin-table thead th {
    padding: 10px 15px;
}

table.dvc-admin-table tbody td input {
    max-width: 200px;
    text-align: center;
}

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

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.menu_con {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu_con .left_side {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu_con .right_side {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu_con .right_side .nav_menu_con {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copy-right {
    display: flex;
    justify-content: space-between;
}

.vue-country-select {
    border-color: rgb(209, 213, 219);
}

.vue-country-select .dropdown {
    padding: 5px !important;
}

.vue-country-select .dropdown-list {
    width: 225px !important;
}

.profile-account-box {
    width: 24%;
    margin: 0 4px;
    display: inline-block;
    min-height: 200px;
    text-align: left;
    vertical-align: top;
}

.top-0-modal .vm--modal {
    top: 0 !important;
    overflow: visible;
}

.top-20-modal .vm--modal {
    top: 20px !important;
    overflow: visible;
}

.top-50-modal .vm--modal {
    top: 50px !important;
    overflow: visible;
}

.top-100-modal .vm--modal {
    top: 100px !important;
    overflow: visible;
}

.profile-tables th {
    font-weight: normal;
}


/* Slide up/down animation style for vue default animation or transition */

@media (max-width: 768px) {
    .profile-account-box {
        width: 32%;
        margin: 2px 2px;

    }
}

@media (min-width: 861px) {
    .menu_con .left_side .logo_con {
        margin-right: 3rem;
    }
}

@media (max-width: 1189px) {
    .menu_con .left_side .site_intro_con {
        display: none;
    }
}

@media (max-width: 860px) {
    .menu_con .right_side .nav_menu_con .nav_menu_links {
        display: none;
    }

    .copy-right {
        display: block;
    }

    .copy-right p:first-child() {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 480px) {
    .profile-account-box {
        width: 48.5%;
        margin: 4px 2px;

    }
}

@media print {
    .non-printable {
        display: none;
    }
}

.btn-up-transparent {
    --hover: #ea851c !important;
}

.btn-up-transparent:focus {
    box-shadow: inset 0 -3.25em 0 0 var(--hover) !important;
    color: white !important;
}



.btn-up-transparent-copy:focus {
    box-shadow: inset -140px 0 0 0 #04AA6D !important;
    color: white !important;
}

.custom-scrollbar::-webkit-scrollbar {
    width: 7px;
    height: 8px;
}

/* Track */
.custom-scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #1f4e79;
    border-radius: 10px;
}

/* Handle on hover */
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #337ab7;
}

/* @media only screen and (max-width: 640px) { */
.vm--modal {
    margin-top: 55px;
}

.vti__input {
    display: none !important;
}

/* } */
.tippy-box[data-theme~="lightc"] {
    background-color: #fcfaf4 !important;
    color: black !important;
}

/* modal styles below */
.mss {
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

@media (min-width: 640px) {
    .mss {

        max-height: 90vh;
    }
}

@media (max-width: 640px) {
    .mss {

        max-height: 95vh;
    }
}

.mss>div {
    padding: 0;
}

.m-bg {
    background-color: rgba(0, 0, 0, 0.5);
}

#headlessui-portal-root {
    z-index: 9999;
    position: relative;
}

.edit-user-modal .mss,
.edit-pass-modal .mss {
    width: 23rem !important;
}

/* xl */
@media (min-width: 768px) {
    .contract-sign-modal .mss {
        width: 50% !important;
    }

    .deed-upload-modal .mss {
        width: 50% !important;
    }

    .text-message-modal .mss {
        width: 40% !important;
    }
}

/* 2xl */
@media (min-width: 1536px) {

    .contract-sign-modal .mss {
        width: 30% !important;
    }

    .deed-upload-modal .mss {
        width: 30% !important;
    }


}

/* toggle button styles */
.switch .track {
    width: 55% !important;
    height: 55% !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3) !important;

}

.switch input:checked+.track>.handle {
    transform: translate(21px) !important;
}

.switch input:checked+.track {
    background-color: #1F4E79 !important;
}

.switch .handle {
    width: 12px !important;
    height: 12px !important;
}

.pac-container {
    background: white !important;
    z-index: 9999 !important;
}