body {
    background-color: #fff;
    color: var(--main-color);
    margin: 0 0px 0 0px;
    font-family: 'Museo Sans Cyrl', sans-serif;
    text-shadow: 0 1px 1px rgb(0 0 0 / 12%);
    height: 100%;
    letter-spacing: -0.2px;
}

.hide {
    display: none;
}

#modal-share_safeview .modal-header {
    display: block;
}

#modal-share_safeview .close {
    border: none;
    top: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-header:before {
    display: table;
    content: " ";
}

.copytoClipBoard {
    width: 86px !important;
}


.qr_code {
    width: 100%;
}

#miniqr > div, #miniqr_pl > div {
    box-shadow: rgb(33 33 172 / 85%) 0px 1px 5px;
    background-color: #2121ac;
    color: white;
    height: 40px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    font-size: 26px;
    position: relative;
}

#miniqr > div > img, #miniqr_pl > div > img
 {
    height: 36px;
    position: absolute;
    top: -4px;
    left: 38px;
 }

 #customize-shortlink #chevron {
     top: 0px !important;
 }