#jquery-idle-hands {
    display: none;
    color: #333;
    top: -74px;

}
#jquery-idle-hands-overlay {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    b1ackground-color: rgba(0, 0, 0, 0.25) !important;
    background-color: rgb(0 0 0 / 82%) !important;
    z-index: 1001 !important;
    margin: 0 !important;
    margin: 0 !important;
}
#jquery-idle-hands-dialog {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    background-color: #fff !important;
    border-radius: 4px !important;
    padding: 4px !important;
    margin: 0 !important;
    min-width: 300px !important;
    border: 1px solid #000;
    color: #333;
    z-index: 214748 !important;
}

#jquery-idle-hands .modal-header {
    border-bottom: none;
    margin-top: 25px;
}

#jquery-idle-hands  .modal-header  h4 {
    color: #599E2F;
    text-align: center;
}

#jquery-idle-hands-message-container p {

    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #636466;
}

#jquery-idle-hands .btn {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

#jquery-idle-hands-button-container button.btn-green {
    background-color: #599E2F;
    color: #ffffff;
    width: 224px;
}

@media screen and (max-width: 1024px) {
    #jquery-idle-hands {
        top: -174px;

    }
}
@media screen and (max-width: 575px) {
    #jquery-idle-hands-button-container button.btn-green {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #jquery-idle-hands  .modal-header  h4 {
        font-size: 30px;
        font-weight: 600;
    }
}