body#ct-controller-ui #wpadminbar.nojq {
display: none !important;
}
html.ng-scope {
margin-top: 0 !important;
--wp-admin--admin-bar--height: 0px;
scroll-padding-top: var(--wp-admin--admin-bar--height);
}
html.ng-scope.hydrated > body > #wpadminbar.nojq {
display: none !important;
}body.modal_active {
overflow: hidden;
}
.modal {
background-color: #fff;
width: 50%;
max-height: 95vh;
position: fixed;
top: 50%;
left: 50%;
z-index: 999999;
transform: translate(-50%, -50%);
padding: 50px;
box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
border-radius: 3px;
word-wrap: break-word;
transform-origin: center;
transition: opacity 0.4s ease-out, visibility 0.4s, transform 0.4s;
overflow-y: scroll; }
.modal--closed {
visibility: hidden;
opacity: 0;
transform: translate(-50%, -50%) scale(0.2);
}
.modal__overlay {
position: fixed;
background-color: rgba(44, 43, 125, 0.55);
width: 100%;
height: 100%;
backdrop-filter: blur(5px);
transition: opacity 0.4s ease-out, visibility 0.4s;
top: 0;
left: 0;
z-index: 999998;
}
.modal__overlay--hidden {
visibility: hidden;
opacity: 0;
}
.modal__btn-open {
margin-top: 2rem;
cursor: pointer;
}
.modal__btn-close {
background-color: transparent;
border: none;
fill: #915b10;
padding: 10px;
position: absolute;
right: 5px;
top: 5px;
cursor: pointer;
transition: all 0.2s;
z-index: 1;
}
.modal__btn-close .icon__close {
width: 20px;
height: 20px;
}
.modal__btn-close:hover, .modal__btn-close:active {
fill: rgba(145, 91, 16, 0.9);
transform: scale(0.95);
}
.oxygen-control-row.oxygen-control-row-bottom-bar-code-editor {
position: fixed;
}