.resultlink {
    color: #220700;
    text-decoration: none;
}

.loading {
    position: fixed;
    z-index: 9999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.9);
}
.d-none{
    display:none;
}

:checked + .w-checkbox-input, .w-checkbox-input  :checked {
    background-color: transparent;

    background-image: url('/public/design/cms-panel/images/check-orange.svg');

    background-size: 15px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}


.oval-obj.white {
    background-color: #fff;
}
