.blur {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    pointer-events:none;
}

#incorrectlogin, #incorrectlogin500, #userexists, #baddata, #error500, #restored {
    color: red;
    display: none;
    text-align: center;
    width: 100%;    
}

.social-links a {
    margin: 5px 15px 0px 15px;
    color: #777;
}

.social-links a:hover, .hint {
    color: #1967D2;
}


.form-group .counter {
    position: absolute;
    right: 10px;
    font-size: 0.8em;
}

#kid-details, #hero-details {
    display: none;
}

.theme-btn {
    cursor: pointer;
}

.list_loader {
    margin: 0px 50px 50px 50%;
    width: 64px;
}

.main-box {
    min-height: 80px;
}

.grl {
    color: #D90166 !important;
}

.modal {
    z-index: 1100;
}

.ui-button {
    position: relative;
    text-align: center;
    white-space: nowrap;
    color: #1967D2;
    background-color: #E2EAF8;
    font-size: 15px;
    line-height: 20px;
    border-radius: 8px;
    font-weight: 400;
    padding: 18px 30px 15px 30px;
    position: relative;
    display: inline-flex;
    transition: all 0.5s ease;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin: 10px 20px 10px 20px !important;
}

.ui-dialog-titlebar-close {
    display: none;
}

.ui-dialog, .ui-dialog .ui-dialog-buttonpane, .ui-widget-content {
    border: none !important;
    border-width: 0 !important;
}

.ui-corner-all {
    border-radius: 10px !important;
}

.ui-dialog-titlebar {
    display: none !important;
}

.divider {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 20px;
    color: #696969;
    background: #ffffff;
    margin: 10px 0 25px;
}

.modal {
    text-align: center;
    margin: 30px 10px 0px 10px;
}

.modal p {
    padding: 10px 20px;
    font-size: 1.2em;
}

.modal .text {
    color: #000000;
}

.candidate-block-three .post-tags li {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.delete-tale-button {
    right: 20px;
    position: absolute;
}

ul.persons img {
    height: 64px;
    width: 64px;
    border-radius: 32px;
    margin-right: 10px;
}

.ss-main .ss-multi-selected {
    font-size: 15px !important;
    min-height: 60px !important;
    background: #F0F5F7 !important;
    border: 1px solid #F0F5F7 !important;
    border-radius: 5px !important;
}

.ss-main .ss-multi-selected .ss-values .ss-disabled {
    color: #888!important;
    font-weight: 450 !important;
}

.ss-content .ss-list .ss-option {
    font-size: 15px !important;
}

.ss-main .ss-multi-selected .ss-add {
    margin: 25px 12px 0 5px !important;
}

.ss-main .ss-multi-selected .ss-values .ss-value {
    padding: 0px 10px !important;
    margin: 12px 5px !important;
}

.ss-value-delete {
    font-size: 20px !important;
    font-weight: bold !important;
    margin: -3px 0 0 10px !important;
}

input[type="search"]::-webkit-search-cancel-button {
    display: none !important;
}

ul.persons li label {
    padding: 10px;
}

ul.persons li:has(input:checked) label {
    box-shadow: #1967D2 0px 0px 15px;
    font-weight: bold;
    border-radius: 10px;
}

.checkboxes input[type="checkbox"] + label:before {
    display: none;
}

.message-box {
    padding: 5px 30px !important;
}

.message-box p {
    /* font-size: 16px !important; */
    line-height: 25px !important;
    margin-top: 30px;
}

#plot {
    height: 310px !important;
}

@media only screen and (max-width: 599px) {
    .search-box-one .form-group input[type="text"], .search-box-one .form-group input[type="search"] {
        width: 175px;
    }
}

#topBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #555; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 32px; /* Increase font size */
}

#topBtn:hover {
    background-color: #333; /* Add a dark-grey background on hover */
}

.soon {
    font-size: 0.6em;
    color: #0a0;
    font-weight: bold;
    /* background: #0a0; */
    /* border-radius: 10px; */
    /* padding: 1px 7px 1px 6px; */
    margin-left: 5px;
}

.verified {
    font-size: 0.6em;
    color: #0a0;
    font-weight: bold;
    /* background: #0a0; */
    /* border-radius: 10px; */
    /* padding: 1px 7px 1px 6px; */
    margin-left: 5px;
}

.not-verified {
    font-size: 0.6em;
    color: #f00;
    font-weight: bold;
    /* background: #0a0; */
    /* border-radius: 10px; */
    /* padding: 1px 7px 1px 6px; */
    margin-left: 5px;
}

.resend-mail {
    margin-left: 10px;
    text-decoration: underline;
}

.clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}

.tooltip-btn {
    cursor: pointer;
}

.tooltip-btn:hover {
    background: #1967D2;
    color: #fff !important;
}

/* add blue slider as progress */
.slider-on:before { 
    background-color: #1967D2;
}

.hide {
    display: none !important;
}

.company-block-three .tale-content {
    padding-left: 0 !important;
}

.ui-dialog {
    border: 1px solid #ccc !important;
}

#invoices-details li span.invoice-status {
    background: #eee;
    border: 1px solid #ccc;
    padding: 1px 6px;
    border-radius: 5px;
    color: #777;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0 10px;
}

#invoices-details li div.invoice-desrciption {
    display: inline-flex;
    min-width: 270px;
}

#invoices-details li div.invoice-date {
    display: inline-flex;
    min-width: 100px;
}


#invoices-details li {
    list-style: circle;
    margin-left: 20px;
}

/* MAP */
#map {
    width: 100%;
    height: 700px;
}

@media only screen and (max-width: 599px) {
    #map {
        height: 400px;
    }    
}

.leaflet-pane {
    z-index: 0 !important;
}

.ui-item h4 {
    font-size: 24px !important;
}

#systemsList .job-block .content {
    padding-left: 0 !important;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 20px !important;
}

@media only screen and (max-width: 599px) {
    #systemsList .job-block .job-other-info {
        margin-top: 20px;
        margin-left: 0 !important;
    }
}

.job-other-info li.error {
    background: rgba(255, 0, 0, 0.5);
    color: #ffff;
}

.job-block .job-info li {
    padding-left: 0 !important;
}

#systemsList .job-block .job-info {
    display: block !important;
}

.job-block .job-info li span{
    font-size: 16px;
    margin-right: 5px;
}

.status-indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); /* Внешняя тень */
    background: radial-gradient(circle, rgba(255, 255, 255, 0.6) 0%, rgba(0, 0, 0, 0) 70%);
}

.green {
    background-color: #00ff00;
}

.yellow {
    background-color: #ffcc00; /* темнее, ближе к оранжевому */
}

.red {
    background-color: red;
}
  
.vpn-btn {
    height: 16px !important;
    line-height: 0px !important;
    width: 49%;
    margin-bottom: 10px;
}