
#ddlLinkToEngineFieldId select:disabled + .text-danger {
    display: inline;
}
.page-link {
    display: inline-block;
    text-align: center;
    border-radius: 50%;
}

.pagination {
    margin-top: 20px;
    text-align: center;
}
.disabled-icon {
    opacity: 0.4;
    pointer-events: none;
    cursor: default;
}

/*change by nikita*/
.hotelDataForm {
    display: none; 
}
.btn-spacing {
    margin-left: 10px;
}
.formSpace {
    margin: 5px;
}

.pointer {
    cursor: pointer;
}

.toggle {
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 18px;
    margin-left: 10px;
    margin-top: 6px;
}

    .toggle input {
        display: none;
    }

.special-page .toggle {
    margin-top: 5px;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: gray;
    transition: .4s;
    border-radius: 34px;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 10px;
        width: 10px;
        left: 1px;
        bottom: 4px;
        background-color: white;
        transition: .4s;
        border-radius: 50%;
    }

input:checked + .slider {
    background-color: slateblue;
}

    input:checked + .slider:before {
        transform: translateX(18px);
    }

#data-table {
    border-spacing: 0;
    border-collapse: separate;
    border: 1px solid #ddd;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
}

    #data-table th,
    #data-table td {
        max-width: 200px;
        white-space: nowrap;
        text-overflow: ellipsis;
        word-wrap: break-word;
        word-break: break-word;
        white-space: normal;
    }

#btnSearch {
    float: left;
    margin-right: 4px;
    justify-content: space-between;
}

.btnSpace {
    margin-top: 5px;
    margin: 4px;
}

.error-message {
    color: red;
    display: none;
    position: absolute;
    bottom: -1.5em;
    font-size: 12px;
}

#response-form-modal .input-group, #response-form-modal .input-group-addon {
    margin-top: 10px;
    border: none;
}

#response-form .input-group-addon, #response-form-modal .input-group-addon {
    min-width: 220px;
    text-align: left;
}

#response-form-modal .form-control {
    height: 30px;
    box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-radius: 0;
}

.custom-link {
    color: 
        slateblue;
    
}
    .custom-link:hover {
        color: blue !important;
        text-decoration: underline !important; 
    }

.fa-edit {
    color: slateblue;
}

.mdi-delete {
    color: red;
    font-size: 20px;
}

.pointer {
    cursor: pointer;
}

.RequestLog input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 5px;
    font-size: 14px;
    background-color: #f8f9fa;
}

    .RequestLog input[type="text"]:focus {
        border-color: #eff0f2;
        outline: none;
        background-color: #ffffff;
    }

.RequestLog {
    padding: 8px;
    vertical-align: middle;
}

.align-right {
    text-align: right;
}

.dropdown-container {
    display: flex;
    align-items: center;
}

    .dropdown-container .form-select.large-dropdown {
        width: 200px;
        height: 40px;
        font-size: 16px;
        padding: 50px;
    }

    .dropdown-container .btn {
        margin-left: 10px;
    }

.form-control {
    background-color: #fff !important;
}

.form-select {
    background-color: #fff !important;
}

.invalid-tooltip {
    margin-top: -0.9rem !important;
}

.was-validated .form-select:valid:not([multiple]):not([size]) {
    background-image: none !important;
}

.fa-edit, .fa-sitemap, .fa-file-contract, .fa-paper-plane, .fa-cloud, .fa-cogs, .fa-print, .fa-building, .fa-file-export {
    color: slateblue;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid slateblue !important;
    background: slateblue !important;
    font-weight: normal !important;
    color: #ffffff !important;
}
.mt-custom {
    margin-top: 18px;
}
.mt-md-0 {
    margin-top: 32px !important;
}

.mt-4 {
    margin-top: 1.3rem !important;
}

.text-md-end {
    text-align: center !important;
}

.page-link {
    display: inline-block;
    text-align: center;
    border-radius: 50%;
}

label {
    font-weight: 500;
    margin-bottom: .0rem !important;
}

div:where(.swal2-container) .swal2-input {
    height: 45px;
    width: 370px;
    padding: 0 .75em;
}

div:where(.swal2-container) div:where(.swal2-actions) {
    display: flex;
    z-index: 1;
    box-sizing: border-box;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: auto;
    margin: 0.0em auto 0 !important;
    padding: 0;
}
.cardeffect:hover, .cardeffect.selected {
    background-color: #e4e1f5;
    color: slateblue;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .cardeffect.selected h3, .cardeffect.selected h4 {
        color: slateblue;
        cursor: pointer;
    }

    .cardeffect.selected footer {
        color: slateblue;
        cursor: pointer;
    }
.blockquote-footer, .blockquote-header {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: calc(100%-40px);
}
.cardshadow {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}

.clientPList {
    overflow-x: auto;
    overflow-y: auto;
    max-height: 400px;
    position: relative;
}
.modal-header {
    background-color: rgba(82, 55, 131, 0.85);
}
.modal-title{
    color:azure;
}
.scrollable-x {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

.is-invalid {
    border-color: initial !important; 
    background-image: none !important; 
    padding-right: 0 !important;
}

/* Start Loader Css  Added by: NIKITA MISHRA 20250331*/
#dvLoader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10001;
    display: none;
}

.loader {
    width: 120px;
    height: 120px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
}

.dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    animation: bounce 1.5s infinite ease-in-out;
}

    .dot:nth-child(1) {
        animation-delay: 0s;
        background: #9a8cfc;
    }

    .dot:nth-child(2) {
        animation-delay: 0.2s;
        background: #7f6bfa;
    }

    .dot:nth-child(3) {
        animation-delay: 0.4s;
        background: #5a4af4;
    }

    .dot:nth-child(4) {
        animation-delay: 0.6s;
        background: #3b28f7;
    }

    .dot:nth-child(5) {
        animation-delay: 0.8s;
        background: #2d1f9a;
    }

@keyframes bounce {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.5);
        opacity: 0.5;
    }
}
/* End */