.app-loader {
    height: 100vh !important;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}
.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: auto;
}
.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out;
}
.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
    }
}
@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

.pn{
    display:none;
}

.pn-slider{
    position: absolute;
    top:0;
    left:0;
    bottom: 0;
    width: 430px;
    border: 1px solid #f3f3f3;
    vertical-align: middle;
    margin-left: -1000px;
    transition: all 0.1s ease-in-out;
    box-shadow: 6px 0 8px 0 #666;
    z-index:11;
    background: #fff;
}

.pn-fab {
    width: 50px;
    height: 50px;
    background-color: red;
    border-radius: 50%;
    /* box-shadow: 0 6px 10px 0 #666; */
    transition: all 0.1s ease-in-out;

    font-size: 50px;
    color: white;
    text-align: center;
    line-height: 70px;

    position: fixed;
    right: 50px;
    top: 24px;
    left: 24px;
    display: flex;
    justify-content: center;
    place-content: center;
    align-items: center;
    z-index:11;
}

.pn-fab:hover {
    box-shadow: 0 6px 14px 0 #666;
    transform: scale(1.05);
}

.pn-notes-wrapper{
    width: 425px;
    z-index: 11;
    background: white;
    position: fixed;
    display: flex;
    justify-content: center;
    place-content: center;
    align-items: center
}
.pn-slider-close{
    display: flex;
    justify-content:flex-end;
    align-items:center;
}
.pn-slider-close-btn{
    margin: 8px;
}
#zmmtg-root{
    display: none;
}

.control-label {
    margin-left: 16px;
    text-align: left;
    font-weight: 700;
    text-transform: uppercase;
}

#zmmtg-root {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
}
