div.hopscotch-bubble .hopscotch-bubble-content {
    margin: 0;
}

.hopscotch-bubble-arrow-container > * {
    display: none;
}

div.hopscotch-bubble .hopscotch-bubble-number {
    background: none;
    display: none;
}

.hopscotch-bubble {
    font-family: 'Proxima N W01 At Reg';
    border: none !important;
    color: rgb(153, 153, 153);
}

.hopscotch-bubble .hopscotch-title {
    font-family: 'Proxima N W01 At Smbd';
    text-transform: uppercase;
    color: rgb(77, 77, 77);
    font-size: 15pt;
    line-height: 18pt;
}

div.hopscotch-bubble .hopscotch-nav-button.next,
div.hopscotch-bubble .hopscotch-nav-button.prev {
    font-size: 15pt;
    line-height: 18pt;
    color: rgb(153, 153, 153);
    font-family: 'Proxima N W01 At Bold';
    border: 1.5pt solid rgb(179, 179, 179);
    border-radius: 0;
    text-transform: uppercase;
    padding: 3px 27px;
    background-color: white;
    background-image: none;
    text-shadow: none;
    box-shadow: none;
    height: auto;
}

div.hopscotch-bubble .hopscotch-nav-button.next:active,
div.hopscotch-bubble .hopscotch-nav-button.next:hover,
div.hopscotch-bubble .hopscotch-nav-button.prev:active,
div.hopscotch-bubble .hopscotch-nav-button.prev:hover {
    color: white;
    background-color: rgb(212, 14, 47) !important;
    border: 1.5pt solid rgb(212, 14, 47);
    background-image: none;
    text-shadow: none;
    box-shadow: none;
    height: auto;
}

div.hopscotch-bubble .hopscotch-nav-button.next:active {
    border: 1px inset rgba(0, 0, 0, 0.3);
}

div.hopscotch-bubble .hopscotch-bubble-close {
    padding: 7px;
    position: absolute;
    color: transparent;
    background-color: transparent;
    border: none;
    margin: 0;
    border: none;
    display: block;
    top: 0;
    right: 0;
}

div.hopscotch-bubble .hopscotch-bubble-close::after {
    content: '';
    position: absolute;
    background-image: url(../png/icon-close-black.png);
    background-size: 0.75em;
    top: 5px;
    right: 5px;
    height: 0.75em;
    width: 0.75em;
    background-repeat: no-repeat;
}

div.hopscotch-bubble .hopscotch-content {
    font-family: 'Proxima N W01 At Reg';
    font-size: 11pt;
}

#tour-modal {
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    z-index: 800;
}

.highlighted {
    z-index: 801 !important;
    position: relative;
    transition: all 1s ease !important;
    background-color: white;
}

.highlighted#defining-objective-container,
.highlighted#standard-operating-objective-container {
    padding: 0.5%;
    padding-top: 0;
}

.highlighted#defining-objective-container > div:first-child,
.highlighted#standard-operating-objective-container > div:first-child {
    padding-top: 1%;
}

.modal {
    z-index: 9999;
}

/* quill styles */
.ql-editor.ql-blank::before {
    font-size: 20px;
    font-family: 'Proxima N W01 At Reg';
    color: rgb(179, 179, 179);
    font-style: normal;
}

.ql-editor {
    padding-left: 0.25%;
    padding-right: 0;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    font-size: 20px; /* 15pt equiv */
    /* line-height: 18pt; */
    font-family: 'Proxima N W01 At Reg';
    color: rgb(102, 102, 102);
    border: none;
}

.ql-container,
.ql-container.ql-snow {
    border: none;
}

.ql-toolbar button,
.ql-snow.ql-toolbar button {
    float: none;
    vertical-align: middle;
}

.ql-toolbar.ql-snow .ql-picker-label {
    opacity: 0;
}

.tooltip {
    z-index: 2000 !important;
}

#video-modal .modal-content {
    width: 56vw;
    height: 34.29vw;
}

#video-modal .modal-body {
    position: relative;
    height: 94%;
}

#video-modal iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 95%;
    margin-top: 1.5%;
}

#video-modal .close {
    opacity: 1;
    height: 0.5em;
    margin-top: 13px;
    margin-right: 11px;
}

#video-modal h4 {
    display: inline-block;
}

#whiteboard .ql-snow .ql-picker.ql-expanded .ql-picker-options {
    top: -605%;
}

#whiteboard .ql-editor,
#whiteboard .ql-editor.ql-blank::before {
    font-size: 16px;
}
