:root {
    --border-color: #4d4d4c;
    --st-color-blue: #366ec7;
}
* {
    margin: 0;
    padding: 0;
}
.dark-mode .modal-window-content, .dark-mode .modal-window-content .bx-ml_top-bar, .dark-mode .modal-window-content .bx-ml_url-bar {
    background: #202020;
}
.dark-mode .modal-window-content {
    border-color: var(--border-color);
    color: #fff;
}
.dark-mode .modal-window-content .bx-ml_url-bar {
    border-top-color: #393a39;
    border-bottom-color: var(--border-color);
    box-shadow: none;
    opacity: 0.98;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, .5);
}
.dark-mode .modal-window-content .bx-ml_url-bar:hover {
    background: #292a2d;
}
.dark-mode .modal-window-content .bx-ml_top-bar .top-bar_buttons div:hover {
    background-color: #37383a;
}
.dark-mode .modal-window-content .bx-ml_top-bar .top-bar_buttons .buttons_turn {
    background: url('../../app/images/dm-turn.png') no-repeat 50%}
.dark-mode .modal-window-content .bx-ml_top-bar .top-bar_buttons .buttons_expand {
    background: url('../../app/images/dm-expand.png') no-repeat 50%}
.dark-mode .modal-window-content .bx-ml_top-bar .top-bar_buttons .buttons_close {
    background: url('../../app/images/close-hover.png') no-repeat 50%}
.dark-mode .modal-window-content .bx-ml_top-bar .top-bar_buttons .buttons_close:hover {
    background: url('../../app/images/close-hover.png') no-repeat 50% #e81123;
}
.dark-mode .modal-window-content .bx-ml_url-bar .url-bar_ssl {
    background: url('../../app/images/dm-ssl.svg') no-repeat center;
}
.dark-mode .modal-window-content .bx-ml_url-bar .url-bar_ssl.active {
    background-color: #565759 !important;
}
.dark-mode .modal-window-content .bx-ml_url-bar .url-bar_ssl:hover {
    background-color: #3e3f41;
}
.dark-mode .modal-window-content .bx-ml_url-bar .url-bar_ssl-drop {
    background: #292a2d;
    border: none;
}
.dark-mode .modal-window-content .bx-ml_url-bar .url-bar_ssl-drop .ssl-drop_close:hover {
    background-color: #37393c;
}
.dark-mode .modal-window-content .bx-ml_url-bar .url-bar_ssl-drop .ssl-drop_close:active {
    background-color: #484b4e;
}
.dark-mode .modal-window-content .bx-ml_url-bar .url-bar_ssl-drop .ssl-drop_close {
    background: url('../../app/images/dm-cross.svg') no-repeat 50%}
.dark-mode .modal-window-content .bx-ml_url-bar .url-bar_ssl-drop .ssl-drop_description .list:hover {
    background: #414245;
}
.dark-mode .modal-window-content .bx-ml_url-bar .url-bar_ssl-drop .ssl-drop_description .list span {
    color: #9aa0a6;
}
.dark-mode .modal-window-content .bx-ml_url-bar .url-bar_ssl-drop .ssl-drop_description .list.list_secure:before {
    background: url('../../app/images/dm-ssl.svg') no-repeat center;
}
.dark-mode .modal-window-content .bx-ml_url-bar .url-bar_ssl-drop .ssl-drop_description .list.list_cookie:before {
    background: url('../../app/images/dm-cookie.svg') no-repeat center;
}
.dark-mode .modal-window-content .bx-ml_url-bar .url-bar_ssl-drop .ssl-drop_description .list.list_settings:before {
    background: url('../../app/images/dm-settings.svg') no-repeat center;
}
.dark-mode .modal-window-content .bx-ml_url-bar .url-bar_ssl-drop .ssl-drop_description .list .arrow {
    background: url('../../app/images/dm-arrow.svg') no-repeat center;
}
.dark-mode .modal-window-content .bx-ml_url-bar .url-bar_ssl-drop .ssl-drop_description .list .external:after {
    background: url('../../app/images/dm-external.svg') no-repeat right;
}
.dark-mode .modal-window-content .bx-ml_url-bar .url-bar_passwords {
    background: url('../../app/images/dm-key.svg') no-repeat center;
}
.dark-mode .modal-window-content .bx-ml_url-bar .url-bar_passwords:hover {
    background-color: #3e3f41;
}
.dark-mode .modal-window-content .bx-ml_url-bar .url-bar_link g {
    color: #9aa0a6!important;
}
.modal-window {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.modal-window[style='display: block;'] {
    opacity: 1;
    visibility: visible;
}
.modal-window[style='display: none;'] {
    display: block!important;
    opacity: 0;
    visibility: hidden;
}
.modal-window[style='display: block;'] .modal-window-content {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    margin-top: 0;
}
.modal-window-content {
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #b2b2b2;
    box-shadow: 0 30px 30px -3px rgba(0, 0, 0, .2);
    border-radius: 10px;
    width: 800px;
    margin-top: 100px;
    font: 14px 'Segoe UI';
    font-weight: 400;
    color: #000;
    opacity: 0;
    visibility: hidden;
    transform: scale(.95);
    transition: opacity .1s ease, transform .1s ease, margin .1s ease;
    position: absolute;
    z-index: 99999;
}
.modal-window-content .bx-ml_top-bar {
    background: #dee1e6;
    border-radius: 9px 9px 0 0;
    height: 30px;
    overflow: hidden;
}
.modal-window-content .bx-ml_top-bar .top-bar_icon {
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    margin: 7px 5px 7px 4px;
    float: left;
    position: relative;
}
.modal-window-content .bx-ml_top-bar .top-bar_title {
    width: calc(100% - 163px);
    line-height: 30px;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    float: left;
    cursor: default;
    user-select: none;
}
.modal-window-content .bx-ml_top-bar .top-bar_buttons {
    float: right;
    overflow: hidden;
}
.modal-window-content .bx-ml_top-bar .top-bar_buttons a, .modal-window-content .bx-ml_top-bar .top-bar_buttons div {
    display: block;
    width: 45px;
    height: 29px;
    float: left;
    cursor: default;
    transition: all .15s ease;
}
.modal-window-content .bx-ml_top-bar .top-bar_buttons div:hover {
    background-color: #c7cacf;
}
.modal-window-content .bx-ml_top-bar .top-bar_buttons .buttons_turn {
    background: url('../../app/images/turn.png') no-repeat 50%}
.modal-window-content .bx-ml_top-bar .top-bar_buttons .buttons_expand {
    background: url('../../app/images/expand.png') no-repeat 50%}
.modal-window-content .bx-ml_top-bar .top-bar_buttons .buttons_close {
    background: url('../../app/images/close.png') no-repeat 50%}
.modal-window-content .bx-ml_top-bar .top-bar_buttons .buttons_close:hover {
    background: url('../../app/images/close-hover.png') no-repeat 50% #e81123;
}
.modal-window-content .bx-ml_url-bar {
    background: #f1f3f4;
    border-top: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
    box-shadow: 0 1px 1px #dbdcdd;
    overflow: hidden;
    transition: all .4s ease;
}
.modal-window-content .bx-ml_url-bar:hover {
    background: #e9ebec;
}
.modal-window-content .bx-ml_url-bar .close_details {
    display: none;
    width: 32px;
    height: 24px;
    position: absolute;
    top: 32px;
    right: 0;
    bottom: 1px;
    left: 2px;
}
.modal-window-content .bx-ml_url-bar .close_details.visible {
    display: block;
}
.modal-window-content .bx-ml_url-bar .url-bar_ssl {
    background: url('../../app/images/ssl.svg') no-repeat center;
    border-radius: 16px;
    width: 32px;
    height: 24px;
    line-height: 24px;
    margin: 1px 0 1px 2px;
    text-align: center;
    float: left;
    position: relative;
    cursor: default;
    transition: all .4s ease;
}
.modal-window-content .bx-ml_url-bar .url-bar_ssl.active {
    background-color: #bec0c2!important;
}
.modal-window-content .bx-ml_url-bar .url-bar_ssl:hover {
    background-color: #d7d7d7;
}
.modal-window-content .bx-ml_url-bar .url-bar_ssl-drop {
    background: #fff;
    border: 1px solid #b2b2b2;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
    border-radius: 4px;
    width: 356px;
    padding-bottom: 8px;
    cursor: default;
    user-select: none;
    position: absolute;
    top: 58px;
    left: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: scale(.95);
    transition: all 0s ease;
}
.modal-window-content .bx-ml_url-bar .url-bar_ssl-drop.visible {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: all .3s ease;
}
.modal-window-content .bx-ml_url-bar .url-bar_ssl-drop .ssl-drop_close {
    background: url('../../app/images/cross.svg') no-repeat 50%;
    background-size: 11px 11px;
    border-radius: 12px;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 13px;
    right: 12px;
    transition: all .2s ease;
}
.modal-window-content .bx-ml_url-bar .url-bar_ssl-drop .ssl-drop_close:hover {
    background-color: #ebebeb;
}
.modal-window-content .bx-ml_url-bar .url-bar_ssl-drop .ssl-drop_close:active {
    background-color: #d3d3d4;
}
.modal-window-content .bx-ml_url-bar .url-bar_ssl-drop .ssl-drop_subtitle {
    margin: 16px 0 10px 16px;
    font-size: 15px;
}
.modal-window-content .bx-ml_url-bar .url-bar_ssl-drop .ssl-drop_description {
    line-height: 20px;
    font-size: 12px;
}
.modal-window-content .bx-ml_url-bar .url-bar_ssl-drop .ssl-drop_description .list {
    height: 40px;
    line-height: 40px;
    padding: 0 20px 0 16px;
    cursor: default;
}
.modal-window-content .bx-ml_url-bar .url-bar_ssl-drop .ssl-drop_description .list:hover {
    background: #e3e3e4;
}
.modal-window-content .bx-ml_url-bar .url-bar_ssl-drop .ssl-drop_description .list:before {
    content: '';
    vertical-align: top;
    display: inline-block;
    width: 14px;
    height: 40px;
    margin-right: 14px;
}
.modal-window-content .bx-ml_url-bar .url-bar_ssl-drop .ssl-drop_description .list.list_secure:before {
    background: url('../../app/images/ssl.svg') no-repeat center;
}
.modal-window-content .bx-ml_url-bar .url-bar_ssl-drop .ssl-drop_description .list.list_cookie:before {
    background: url('../../app/images/cookie.svg') no-repeat center;
}
.modal-window-content .bx-ml_url-bar .url-bar_ssl-drop .ssl-drop_description .list.list_settings:before {
    background: url('../../app/images/settings.svg') no-repeat center;
}
.modal-window-content .bx-ml_url-bar .url-bar_ssl-drop .ssl-drop_description .list span {
    display: inline-block;
    vertical-align: top;
    height: 40px;
    color: grey;
    float: right;
}
.modal-window-content .bx-ml_url-bar .url-bar_ssl-drop .ssl-drop_description .list .arrow {
    background: url('../../app/images/arrow.svg') no-repeat center;
    width: 10px;
    opacity: .95;
}
.modal-window-content .bx-ml_url-bar .url-bar_ssl-drop .ssl-drop_description .list .external:after {
    content: '';
    display: inline-block;
    background: url('../../app/images/external.svg') no-repeat right;
    background-size: 11px;
    vertical-align: top;
    width: 11px;
    height: 40px;
    margin-left: 13px;
    opacity: .95;
}
.modal-window-content .bx-ml_url-bar .url-bar_link {
    scrollbar-width: none;
    width: calc(100% - 68px);
    height: 22px;
    line-height: 22px;
    margin: 2px 0;
    white-space: nowrap;
    cursor: text;
    overflow-x: auto;
    float: left;
}
.modal-window-content .bx-ml_url-bar .url-bar_link::-webkit-scrollbar, .modal-window-content .bx-ml_url-bar .url-bar_link::-webkit-scrollbar-thumb, .modal-window-content .bx-ml_url-bar .url-bar_link::-webkit-scrollbar-track {
    display: none;
}
.modal-window-content .bx-ml_url-bar .url-bar_link div {
    outline: 0;
    user-select: none;
}
.modal-window-content .bx-ml_url-bar .url-bar_passwords {
    background: url('../../app/images/key.svg') no-repeat center;
    border-radius: 16px;
    width: 32px;
    height: 24px;
    line-height: 24px;
    margin: 1px 2px 1px 0;
    text-align: center;
    float: left;
    position: relative;
    cursor: default;
    transition: all .4s ease;
}
.modal-window-content .bx-ml_url-bar .url-bar_passwords:hover {
    background-color: #d7d7d7;
}
.modal-window .bx-ml_inbox {
    height:  640px;
    padding: 0;
}
.modal-window-content .resizerH {
    width: 10px;
    position: absolute;
    top: 0;
    right: -5px;
    bottom: 0;
    cursor: ew-resize;
}
.modal-window-content .resizerW {
    height: 10px;
    position: absolute;
    right: 0;
    bottom: -5px;
    left: 0;
    cursor: ns-resize;
}
.modal-window-content .resizerHW {
    width: 10px;
    height: 10px;
    position: absolute;
    right: -5px;
    bottom: -5px;
    cursor: nwse-resize;
}
.v-progress-circular {
    position: absolute;
    inset: 0;
}
.v-progress-circular>svg {
    width: 16px;
    height: 16px;
    animation: progress-circular-rotate 1.5s linear infinite;
    transform-origin: center center;
    transition: all .2s ease-in-out;
}
.v-progress-circular .v-progress-circular_overlay {
    stroke: currentColor;
    z-index: 2;
    transition: all .85s ease-in-out;
    color: var(--st-color-blue) !important;
    caret-color: var(--st-color-blue) !important;
    animation: progress-circular-dash 1.4s ease-in-out infinite;
    stroke-linecap: round;
    stroke-dasharray: 80, 200;
    stroke-dashoffset: 0px;
}
@keyframes progress-circular-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 100, 200;
        stroke-dashoffset: -15px;
    }
    to {
        stroke-dasharray: 100, 200;
        stroke-dashoffset: -124px;
    }
}@keyframes progress-circular-rotate {
     to {
         transform: rotate(1turn);
     }
 }.wf-fix_border {
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
  }
.bx-ml_top-bar-fix_border {
    border-radius: 0!important;
}
.url-bar_ssl-drop-fix_border {
    border-radius: 0!important;
}
.top-bar_icon-add {
    background: url('../../app/images/icon.png') no-repeat;
    opacity: .95;
}

















 