.logout-btn {
    display: flex;
    color: #c1c6cf !important;
    background: none;
    border: none;
}

.logout-btn p {
    margin-top: -3px !important;
    margin-left: 4px !important;
}

.logout-item {
    padding: 2px 0px;
}

.logout-item:hover {
    background-color: rgba(255, 255, 255, .1);
    color: #fff;
}

.logout-item:hover i,
.logout-item:hover p {
    color: #fff;
}

.accordian-div {
    cursor: grab;
    margin-bottom: 0px;
}

#supplierSuggestions {
    background: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    max-height: 500px;
    overflow-y: auto;
    position: absolute;
    width: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-top: 2px;
    z-index: 1000;
}

.suggestion-item {
    padding: 10px 15px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
}

.suggestion-item:hover,
.suggestion-item.highlighted {
    background-color: rgb(9, 167, 246);
}

.panel-div {
    /*background-color: #474747;*/
    color: #ffffff;
    max-height: 0;
    margin: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 20px;
}

.side-toggle-btn,
.side-toggle-btn:hover {
    position: absolute;
    top: 9px;
    font-size: 22px;
    z-index: 2;
    left: 200px;
    color: white;
    width: 48px !important;
}

h1.page-top-heading {
    margin-left: 0px !important;
}

.main-footer {
    /* margin-left: 0px !important; */
}

.profile-section {
    background: white;
    padding: 20px;
    box-shadow: 1px 6px 5px #c9c9c9;
    margin-bottom: 22px;
}

.profile-section img {
    background: #e9ecef;
    border: solid 2px #dcdcdc;
    padding: 15px;
}

.profile-section .form-control:disabled,
.profile-section .form-control[readonly] {
    background-color: #f5faff;
}

.profile-section .verify-links {
    display: block;
}

.profile-head {
    font-size: 25px;
    margin-left: 12px;
    margin-top: 17px;
    color: #8d8d8d;
}

.profile-head span {
    font-size: 18px;
    color: black;
    display: block;
}

label.error {
    color: red;
}

.draft-app-message {
    color: red;
    font-size: 16px;
}

.draft-app-close-btn {
    border-radius: 100%;
    width: 30px;
    height: 30px;
    background: #6c757d;
    color: white;
    padding: 0px;
    padding-bottom: 3px;
}

#temp-mob-otp-section,
#temp-adh-otp-section {
    color: green;
    display: none;
    font-size: 15px;
    font-style: italic;
}

h3.otp-wrap {
    color: black;
    font-size: 15px;
    font-style: italic;
}

.users-plot-wrap a {
    color: white;
}

.plot-comp-dtl th,
.plot-comp-dtl td span {
    font-size: 16px;
}

.gis-app-para {
    font-size: 28px;
    color: green;
}

/***** Media Screen *******/
@media screen and (max-width: 768px) {
    .content-wrapper {
        height: auto;
    }

    .verify-label {
        display: none;
    }
}

/* modal */
.modal-otp .modal-content {
    border-radius: 10px;

}

.modal-otp .btn-close {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 23px;
    height: 24px;
    background: BLACK;
    opacity: 1;
    padding: 0;
    COLOR: WHITE;
    BORDER-RADIUS: 100%;
    FONT-SIZE: 15PX;
    PADDING: 0PX;
}

.modal-otp .modal-header,
.modal-otp .modal-footer {
    justify-content: center;
    flex-flow: column;
    padding: 50px 50px;
    border: none;

}

.modal-otp .modal-header {
    padding-bottom: 30px;
}

.modal-otp .modal-header h5 {
    font-size: 24px;
    font-weight: 600;
}

.modal-otp .modal-header p {
    max-width: 205px;
    text-align: center;
}

.modal-otp .modal-body {
    padding: 0 50px;
}

.modal-otp .modal-footer a {
    margin: 0;
}

.hide-me {
    display: none;
}

.verifymobform input {
    text-align: center;
}

.veri-error {
    position: absolute;
    top: 8px;
    left: 15px;
    color: white;
    background: red;
    padding: 1px 5px;
    display: none;
}

.veri-success {
    position: absolute;
    top: 8px;
    left: 15px;
    color: white;
    background: green;
    padding: 1px 5px;
    display: none;
}

.accord-link,
.accord-link:hover {
    color: #ffffff;
}

.collapse-div {
    background: rgba(0, 0, 0, .1);
    cursor: grab;
}

.collapse-div a,
.collapse-div a:hover {
    color: white;
    text-decoration: none;
    padding: 3px 0;
}

.seller-buyer-wrapper tr td {
    position: relative;
}

.disabled-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hide-ele {
    display: none;
}

.show-ele {
    display: block;
}

.plot-cut-wrap {
    background-color: #f1f1f1;
}

.gis-tool-custom-wrap {
    min-height: 215px;
    background: #ddf8ff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-veri-icon {
    width: 25px;
    padding: 0px !important;
    border: none !important;
}

.mandatory-sign {
    color: red;
    margin-right: 3px;
}

.fix-padding {
    padding: 1px 14px;
}

.buyer_aadhaar_veri_btn {
    display: none;
}

@media screen and (max-width: 1310px) {
    .verify-links {
        font-size: 9px;
    }
}

/* Prashant Pagination DAshboard all app css*/
.pages {
    padding: 10px 14px;
    color: #000000;
    border-radius: 50%;
    background: #CCC;
    text-decoration: none;
    margin: 0px 6px;
    font-size: 0.9em;
}

.pages:hover {
    color: #ffffff;
    background: #666;
}

.current {
    padding: 10px 14px;
    color: #ffffff;
    background: #73AD21;
    text-decoration: none;
    border-radius: 50%;
    margin: 0px 6px;
}

.readonly_addr {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    display: none;
}

.p_add_wrapper {
    position: relative;
}

#rehearing_details {
    background: #eef9ee;
}

#upload_document {
    background: #fff9ee;
}

#assoc_user_list {
    background: #f5fffe;
}

.kcreport_oth_seller {
    background-color: #f0fff0;
}

#alert_error {
    display: none;
}

#sl_address1 {
    height: 38px;
}