body {
    margin: 0;
    overflow: hidden;
}

body:before {
    content: "";

    position: fixed;
    height: 100%;
    left: 0;
    right: 0;
    z-index: -1;

    /* Remove white blur border */
    transform: scale(1.1);

    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);

    display: block;

    background: linear-gradient(-72deg, rgba(141, 182, 0, 0.5), rgba(30, 175, 204, 0.5)) no-repeat, url("../../assets/background/jenn-wood-ubi_zSz98Xc-unsplash.jpg") center/cover no-repeat;
}

#preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: linear-gradient(-72deg, rgba(141, 182, 0, 0.75), rgba(30, 175, 204, 0.75));
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
}

.glowingOrb {
    margin: auto;
}

.glowingOrSizing {
    width: 150px;
    height: 150px;
}

.glowingOrb:before {
    position: absolute;
    content: '';
    width: inherit;
    height: inherit;
    border-radius: 100%;
    box-shadow:
        0 -10px 20px 20px #ffffff40 inset,
        0 -5px 15px 10px #ffffff50 inset,
        0 -2px 5px #ffffff80 inset,
        0 -3px 2px #ffffffBB inset,
        0 2px 0px #ffffff,
        0 2px 3px #ffffff,
        0 5px 5px #ffffff90,
        0 10px 15px #ffffff60,
        0 10px 20px 20px #ffffff40;
    animation: 2s rotate linear infinite;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}

/********************************/
/* Digit Map Headers            */
/********************************/

.digitMap-header-container {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: stretch !important;
    overflow-x: clip !important;
}

.digitmap-header {
    position: relative;
    padding: 0.5em 1em;
    z-index: 0;
    color: #F2F2F2;
    font-size: 1rem;
    background: #1F2D3F;
}

.digitmap-sub-header {
    flex: 1 !important;
    position: relative;
    padding: 0.6em 0.25em 0.4em 1.5em;
    z-index: 0;
    color: #1F2D3F;
    font-size: 1rem;
    background: #1F2D3F;
}

.digitmap-sub-header::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    padding-top: 5px;

    transform-origin: bottom left;
    -ms-transform: skew(-18deg);
    -webkit-transform: skew(-18deg);
    transform: skew(-18deg);
}

/********************************/
/* Icon Colors                  */
/********************************/

.icon-color-ocean-sky-fade {
    background: linear-gradient(72deg, rgba(30, 175, 204, 1), rgba(30, 102, 153, 1));
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*****************/
/* Flexible Form */
/*****************/

.flexible-form {
    width: 100%;
}

.form-item-bottom-border {
    border-bottom: 1px solid lightgrey;
}

.flexible-form-container {
    background-color: #F2F2F2;
    border-radius: 8px;
    border-top: unset !important;
    border-left: 1px solid #5a697310;
    border-right: 1px solid #5a697310;
    border-bottom: 1px solid #5A697310;
}

.flex-form-ul {
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
}

.provisioning-field~.subtitle-backdrop {
    border-top: unset !important;
}

.subtitle-backdrop+.flex-form-item {
    padding-top: 8px;
}

.provisioning-field~.subtitle-backdrop:first-child,
.card-expanded-content .subtitle-backdrop:first-child,
.flex-form-field .subtitle-backdrop:first-child,
.flex-form-ul .subtitle-backdrop:first-child {
    border-top: unset !important;
    margin-top: unset !important;
}

.flex-form-item~.subtitle-backdrop {
    margin-top: 4px;
    margin-bottom: 4px;
}

.provisioning-control .circle-icon-backdrop {
    margin-top: 8px;
    margin-bottom: 8px;
}

.provisioning-field>.field-padding {
    padding: 8px;
}

li.flex-form-item.field-padding:first-child {
    padding-top: 8px;
}

li.flex-form-item.field-padding:last-child {
    padding-bottom: 8px;
}

.field-padding {
    padding: 4px 8px;
}

.no-field-padding {
    padding: 0px !important;
}

.provisioning-field~.warningBox,
.flex-form-item~.warningBox,
.provisioning-field~.infoBox,
.flex-form-item~.infoBox,
.provisioning-field~.successBox,
.flex-form-item~.successBox,
.provisioning-field~.errorBox,
.flex-form-item~.errorBox {
    margin-top: 8px;
    margin-right: 8px;
    margin-left: 8px;
    margin-bottom: 4px;
}

.provisioning-field~.warningBox:last-child,
.flex-form-item~.warningBox:last-child,
.provisioning-field~.infoBox:last-child,
.flex-form-item~.infoBox:last-child,
.provisioning-field~.successBox:last-child,
.flex-form-item~.successBox:last-child,
.provisioning-field~.errorBox:last-child,
.flex-form-item~.errorBox:last-child {
    margin-bottom: 8px !important;
}

.flex-form-header {
    padding-left: 8px;
    background-color: #DFDFDF90;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: 1px solid #1E6699;
    z-index: 1;
    border-image: linear-gradient(to right, transparent, #1E6699 5% 95%, transparent) 100% 1;
}

.flex-form-header-title {
    color: #1F2D3F;
    font-weight: bold;
    font-size: 1.25em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    padding-top: 6px;
    padding-bottom: 6px;
}

@media (max-width: 400px) {
    .flex-form-header-title {
        font-size: 1.5em;
    }
}

@media (max-width: 325px) {
    .flex-form-header-title {
        font-size: 1.25em;
    }
}

.flex-form-sub-header {
    background-color: #5a96c825;
    border-bottom: 1px solid #bedc82;
}

.flex-form-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.flexible-form-container .flex-form-ul .flex-form-item:first-child {
    padding-top: 8px;
}

.flexible-form-container .flex-form-ul .flex-form-item:last-child {
    padding-bottom: 4px !important;
}

.flex-form-ul:not([style*="display: none;"]):last-child {
    margin-bottom: 4px;
}

.flex-form-label {
    font-weight: 400;
    letter-spacing: .06em;
    text-transform: uppercase;
    overflow-wrap: break-word !important;
    line-height: normal;

    padding: 6px 12px 6px 0px;

    color: #1F2D3F;
}

.flex-form-item>.flex-form-label {
    width: 40%;
    max-width: 240px !important;
    text-align: right;
}

.flex-form-label-required {
    background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24" viewBox="0 0 24 24"><path d="M0 0h24v24H0z" fill="none"/><path fill="rgb(242,72,72)" d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2z"/></svg>') no-repeat 95% 50%;
    background-size: 14px;
    padding-right: 30px !important;
}

@media (max-width: 400px) {
    .flex-form-item>.flex-form-label {
        width: 100%;
        max-width: 100% !important;
        text-align: left;
        padding-bottom: 8px !important;
    }
}

.flex-form-item>.flex-form-field {
    display: flex;
    flex-grow: 1;
    color: #1F2D3F;
    font-weight: bold;
    font-size: 1.1em;
    width: 60%;
}

.flex-form-field>.jewel.label:first-of-type {
    line-height: normal;
}

.flex-form-required-icon {
    color: #F24848;
    font-size: 14px !important;
    padding-left: 5px;
}

.flex-form-item>.flex-form-field>:first-child {
    width: 100% !important;
}

.flex-form-item>.flex-form-field>.jewel.switch>*:last-child {
    margin-left: 1em;
}

.flex-form-item-info-message {
    opacity: 0;
    height: 0;
    border-radius: 0 0 5px 5px;
    border-top: none;
    color: white;
    font-weight: normal !important;
    padding-left: 32px;
    position: relative;
    background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path fill="rgb(255,255,255)" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"/></svg>') no-repeat 8px 50% #5a96c8;
    background-size: 16px !important;
    box-shadow: 0px 0px 4px rgb(95, 210, 240);
    transition: all 0.33s ease-out;
}

.flex-form-item-info-message-show {
    opacity: 1;
    margin-top: -2px;
    height: unset;
    padding-top: 8px;
    padding-bottom: 8px;
}

.flex-form-item-info-message-show>* {
    height: auto !important;
}

.flex-form-item-info-message-valid {
    background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path fill="rgb(255,255,255)" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/></svg>') no-repeat 8px 50% #8DB600;
}

.flex-form-item-info-message-invalid {
    background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path fill="rgb(255,255,255)" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"/></svg>') no-repeat 8px 50% #F24848;
}

/********************************/
/* Provisioning                 */
/********************************/

.provisioning-field {
    width: 100%;
    background: linear-gradient(to right, #1EAFCC40 0%, #8DB60060 100%) center left/0% 100% no-repeat;
    transition: background-size 0.15s ease;
}

.provisioning-control {
    position: relative;
    align-self: stretch;
    background-color: #b4b9bf;
    border-right: 3px solid #5a96c8;
    min-width: 56px;
    width: 56px;
}

.provisioning-field>.jewel.checkbox {
    margin-left: 3px;
    margin-right: 14px;
}

.provisioning-field>div>.jewel.checkbox>span {
    padding: 0px 2px 0px 0px;
}

.provisioning-field>.flex-form-item>.flex-form-label+* {
    color: #1F2D3F;
}

.provisioning-field-selected {
    background-size: 100% 100% !important;
}

.provisioning-field-border {
    border-bottom: 1px solid #1F2D3F90;
}

.provisioning-field-selected .flex-form-item>.flex-form-label {
    color: #1F2D3F;
}

/***************/
/* Grid Styles */
/***************/

.grid>.grid-divider-line {
    border-left: 1px solid #CCCCCC;
    margin-left: -1px !important;
}

/********************/
/* Input Validation */
/********************/

input[type="text"]:invalid {
    background: rgba(242, 72, 72, 0.35);
    border-color: #F24848;
}

input[type="text"]:focus:invalid {
    background: linear-gradient(white, #f3f3f3);
}

/******************************/
/* Placehold Loader Animation */
/******************************/

.placeholder-container {
    width: 100%;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.placeholder-loader {
    width: 0%;
    height: 10px;
    margin: 0px 0px 8px 0px;

    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(190, 220, 130) 100%);
    border-radius: 10px;
    animation: placeholder-loading-keyframes 2.5s infinite;
}

.placeholder-loader:nth-child(1) {
    animation-delay: 0.0s;
}

.placeholder-loader:nth-child(2) {
    animation-delay: 0.2s;
}

.placeholder-loader:nth-child(3) {
    animation-delay: 0.4s;
}

.placeholder-loader:last-child {
    margin-bottom: 0px;
}

@keyframes placeholder-loading-keyframes {
    0% {
        width: 5%;
        opacity: 0.25;
    }

    50% {
        width: 100%;
        opacity: 1;
    }

    100% {
        width: 5%;
        opacity: 0.25;
    }
}

/***********************************/
/* Loading Bar                     */
/***********************************/

.loading-bar {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    overflow-x: hidden;
    background-color: #8DB600;
}

.loading-bar:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: #bedc82;
    animation: loading-bar-keyframes 2.0s cubic-bezier(.5, .01, .51, 1) infinite;
}

@keyframes loading-bar-keyframes {
    0% {
        transform: translateX(-100%)
    }

    45% {
        transform: translateX(0)
    }

    55% {
        transform: translateX(0)
    }

    90% {
        transform: translateX(100%)
    }

    100% {
        transform: translateX(100%)
    }
}

/***********/
/* General */
/***********/

.voicemail-new-highlight {
    background: linear-gradient(to right, rgba(30, 102, 153, 0.65) 0px, rgba(30, 102, 153, 0.33) 5px, rgba(31, 45, 63, 0.2) 100%) !important;
}
