#ribbon {
    position: sticky;
}

#ribbon #ribbon-tab-header-strip {
    padding: 5px 0 0 10px;
    margin: unset;
    background-color: #F3F3F8;
}
.select2-container .select2-selection--single{
    height: 37.5px !important;
    border: 1px solid var(--vz-input-border) !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 37.5px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    padding: 8px 20px 8px 8px;
    line-height: 20px !important;
}

.chrome-top {
    background-color: rgba(3, 98, 255, 0.4) !important;
    backdrop-filter: blur(8px) !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .9rem center;
    background-size: 16px 12px;
}

.select2-selection__arrow {
    display: none;
}

/* .chromeKlasor iframe {
    height: calc(100% - 96px) !important;
} */