body {
    overflow: auto;
}

body.signin-page {
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}

.form-signin {
    width: 100%;
    max-width: 400px;
    padding: 15px;
    margin: auto;
}

.cl-text-nowrap {
    white-space: nowrap !important;
}
.cl-text-wrap {
    white-space: normal !important;
}

.form-check-input.btn-warning:checked {
    background-color: #ffc107!important;
    border-color: #ffc107!important;
}

.home-scaning-actions, .ad-slot-actions {
    display: none;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}

.home-scaning-actions > *, .ad-slot-actions > * {
    width: calc(50% - 1px);
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: #fff;
    text-decoration: unset;
    cursor: pointer;
}

.ad-slot-actions > * {
    width: 100%;
}

.home-scaning-actions > *:hover, .ad-slot-actions > *:hover {
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
}

.home-scanned-item-inside:hover .home-scaning-actions {
    display: flex;
}

.scan-google-explain-color {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-left: 2px;
    border-radius: 50px;
    vertical-align: middle;
}

.home-in-notice-badge, .home-archived-badge {
    position: absolute;
    width: 60px;
    height: 30px;
    background-color: #ffc38b;
    right: -20px;
    top: -5px;
    transform: rotate(45deg);
    box-shadow: 0 0 10px rgba(0, 0, 0, .45);
}

.home-reports > * {
    margin-right: 2px;
    margin-left: 2px;
}

.home-archived-badge {
    background-color: #b1ebcc;
    left: -20px;
    transform: rotate(-45deg);
}

.notifications-permission-container.hide {
    display: none;
}

.home-actions {
    background-color: #f3f3f3;
}

.home-scanned-item {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
}

.notifications-permission-toast {
    z-index: 999;
    background-color: #fff!important;
}

.alert {
    z-index: 9999!important;
}

.bootbox.change-home-dialog {
    z-index: 9999999999!important;
}

::placeholder {
    opacity: 0.3!important;
}

.list-group {
    width: auto;
}

.form-check-input:checked + .form-checked-content {
    opacity: .5;
}

.form-check-input-placeholder {
    pointer-events: none;
    border-style: dashed;
}
[contenteditable]:focus {
    outline: 0;
}

.list-group-checkable {
    display: grid;
    gap: .5rem;
    border: 0;
}
.list-group-checkable .list-group-item {
    cursor: pointer;
    border-radius: .5rem;
}
.list-group-item-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.list-group-item-check:hover + .list-group-item {
    background-color: var(--bs-light);
}
.list-group-item-check:checked + .list-group-item {
    color: #fff;
    background-color: var(--bs-blue);
}
.list-group-item-check[disabled] + .list-group-item,
.list-group-item-check:disabled + .list-group-item {
    pointer-events: none;
    filter: none;
    opacity: .5;
}

.main-header {
    background-color: var(--bs-indigo);
    color: #fff;
    display: flex;
    align-items: center;
    font-weight: 700;
}

.logo-text {
    font-size: 1.3em;
}

.logo-text > * {
    display: block;
}

.logo-text .copyright {
    font-size: 10px;
    display: block;
}

.header-logo {
    image-rendering: optimizequality;
    image-rendering: -webkit-optimize-contrast;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    border: 0;
    outline: none!important;
}

.report-graph-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 400px;
    padding: 20px 15px 15px 15px;
    margin: 0px auto 0px auto;
    border: 1px solid #ddd;
    background: #fff;
}

.div-report-plot-area {
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 1.2em;
}

.indexes-archive-item, .indexes-archive-item small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.indexes-archive-items > .indexes-archive-item {
    flex: 1 1 300px;
    min-width: 0;
}

.background-orange {
    background-color: var(--bs-orange);
}

.background-purple {
    background-color: var(--bs-purple);
}

.background-red {
    background-color: var(--bs-red);
}

.background-rich-pink {
    background-color: #bd50d6;
}

.background-turq {
    background-color: #206c8d;
}

.background-blue-lite {
    background-color: #4295c1;
}

.background-blue-lite2 {
    background-color: #3a68ff;
}

.background-green {
    background-color: var(--bs-green);
}

.background-green-light {
    background-color: #7baf21;
}

.background-blue-light {
    background-color: #7e8c98;
}

.btn.background-turq:hover {
    background-color: #1b5a75;
}

.maximize-table-item {
    max-width: 280px;
    overflow: hidden;
    text-overflow : ellipsis;
}

.panel-heading {
    display: block;
    position: relative;
    color: #fff;
}

.panel-heading span {
    padding: 0 10px;
    font-size: 2em;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.clickable {
    cursor: pointer;
}

.grabber {
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.grabber:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.mail-gmail-item:hover .mail-gmail-overlay {
    display: none!important;
}

.is-new-notice {
    background-color: #fff0d6;
}

.is-done-notice {
    background-color: #bce4d2;
}

.mark-as-done-inside.is-done-notice {
    background-color: #3c8663;
}

.is-new-notice.is-done-notice {
    background-color: #cbeaf5;
}

.fa, .far, .fas {
    pointer-events: none;
}

.notice_urls_list {
    counter-reset: list-number;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.notice_urls_list li {
    display: block;
    position: relative;
    overflow-wrap: break-word;
}

.view-url-num {
    padding: 0 6px!important;
    font-size: 12px!important;
    font-weight: 700!important;
    vertical-align: baseline!important;
    min-width: 42px;
}

.url-item-inside {
    margin-right: 30px;
}

.url-item-inside .mark-url-as-review {
    display: none;
}

.url-item-inside:hover .mark-url-as-review {
    display: flex;
}

.index-check-changer {
    padding: 0 6px!important;
    font-weight: 700!important;
    vertical-align: baseline!important;
    min-width: 42px;
}

/*
.notice_urls_list li:before {
    color: #b7b7b7;
    content: counter(list-number, decimal-leading-zero) ".";
    counter-increment: list-number;
    font-size: 13px;
    font-weight: 600;
    text-align: right;
    white-space: nowrap;
    left: -40px;
    position: absolute;
    top: 0;
}
 */

.item-head-info > * {
    display: block;
    margin-bottom: 5px;
}

.is-unlocked-notice .view-notice {
    background-color: #216896!important;
    border-color: #004673!important;
}

.is-unlocked-notice .view-notice:hover {
    background-color: #1a557b!important;
}

.is-cannot-unlock-notice .view-notice {
    background-color: #964421 !important;
    border-color: #731b00 !important;
}

.is-cannot-unlock-notice .view-notice:hover {
    background-color: #7b3c1a !important;
}

.form-div {
    display: flex;
    flex: 1;
}

.form-div > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group:not(.has-validation) .form-div > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation) .form-div > .dropdown-toggle:nth-last-child(n+3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.ad-slot-period-wrap {
    width: 100px;
    flex: 0 auto;
}

.modal-second-line-small {
    display: block;
    font-size: 16px;
}

.flatpickr-input[readonly] {
    background-color: #f9f9f9!important;
}

.select2-container--open {
    z-index: 99999;
}

.ad-slot-changersites-wrap {
    display: flex;
    flex: 1 1 auto;
}

.ad-slot-changersites-wrap .select2-container {
    height: 100%;
    width: 100%!important;
}

.ad-slot-changersites-wrap .select2-container .select2-selection--single {
    height: 100%;
}

.ad-slot-changersites-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
}

img.emoji {
    width: 20px;
    vertical-align: middle;
}






/*Animations*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }

.animated-fast {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0); }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0); } }
@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0); }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight; }

@-webkit-keyframes bounceInRight {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0); }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0); }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0); }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0); }
    to {
        -webkit-transform: none;
        transform: none; } }
@keyframes bounceInRight {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0); }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0); }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0); }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0); }
    to {
        -webkit-transform: none;
        transform: none; } }
.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight; }

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1); }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05); }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1); } }
@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1); }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05); }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1); } }
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse; }

@-webkit-keyframes flash {
    50%,
    from,
    to {
        opacity: 1; }
    25%,
    75% {
        opacity: 0.5; } }
@keyframes flash {
    50%,
    from,
    to {
        opacity: 1; }
    25%,
    75% {
        opacity: 0.5; } }
.flash {
    -webkit-animation-name: flash;
    animation-name: flash; }

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -20%, 0);
        visibility: visible; }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -20%, 0);
        visibility: visible; }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown; }

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible; }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible; }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0); }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none; } }
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0); }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none; } }
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0); }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none; } }
@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}
/*-----*/

/* media */
@media screen and (max-width:720px){
    #div_login{
        width: 99%;
    }
}
@media (min-width: 576px) {
    .text-sm-nowrap {
        white-space: nowrap !important;
    }
    .text-sm-wrap {
        white-space: normal !important;
    }
    .panel-heading-title {
        min-width: 300px;
    }
}
@media (min-width: 768px) {
    .list-group {
        width: auto;
        max-width: 460px;
    }
}
@media (min-width: 992px) {
    .text-lg-nowrap {
        white-space: nowrap !important;
    }
    .text-lg-wrap {
        white-space: normal !important;
    }
}

@media (max-width: 991px) {
    .view-url-num {
        margin-right: 10px!important;
    }
}
@media (max-width: 768px){
    .notifications-permission-container .container {
        box-sizing: content-box!important;
    }
    .notifications-permission-toast {
        width: 100%!important;
        max-width: inherit!important;
    }
}

@media (max-width: 575px){
    .notifications-permission-toast {
        left: 0!important;
    }
}