* {
    margin: 0;
    padding: 0;
}

body {
    position: relative;
    transition: all 0.2s ease-in-out;
    color: #000;
    background: #f0f0f0;
    padding-bottom: 70px;
    height: 100%;
    min-height: 100vh;
}

a {
    color: #0eb6e7;
}

    a:hover, a:focus {
        color: #0eb6e7;
        text-decoration: none;
        outline: none;
    }

ol, ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

small {
    color: #9c97ac;
}

img {
    max-width: 100%;
    max-height: 100%;
}

    img:hover, img:focus {
        outline: none;
    }

textarea {
    resize: none;
}

section, footer {
    padding: 40px 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}

.font-300 {
    font-weight: 300;
}

.font-400 {
    font-weight: 400;
}

.font-500 {
    font-weight: 500;
}

.font-600 {
    font-weight: 600;
}

.font-700 {
    font-weight: 700;
}

.font-800 {
    font-weight: 800;
}

.font-900 {
    font-weight: 900;
}

.font-xs {
    font-size: 0.6rem;
}

.font-nr {
    font-size: 0.875rem;
}

.font-sm {
    font-size: 1rem;
}

.font-md {
    font-size: 1.3rem;
}

.font-lg {
    font-size: 1.7rem;
}

.font-xl {
    font-size: 2.3rem;
}

.font-xxl {
    font-size: 3rem;
}

table th[valign="middle"], .table th[valign="middle"], table td[valign="middle"], .table td[valign="middle"] {
    vertical-align: middle;
}

/* bootstrap overwrite */
.text-dark-golden {
    color: #254899 !important;
}

.text-primary {
    color: #0eb6e7 !important;
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 90%;
}

.input-group .btn {
    min-width: 40px;
}

.btn-primary {
    background: #0eb6e7 !important;
    border-color: #0eb6e7 !important;
}

.btn-outline-primary {
    color: #0eb6e7;
    border-color: #0eb6e7;
}

    .btn-outline-primary:hover {
        background-color: #254899;
        border-color: #254899;
    }

.btn-link {
    color: #0eb6e7;
}

.form-control {
    height: 40px;
    border-color: #9caab5;
    border-radius: 6px;
    border-radius: 0;
    color: black !important;
}

    .form-control:focus {
        border-color: #9caab5;
    }

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #0eb6e7;
    background-color: #0eb6e7;
}

/* custom select */
.custom-selection {
    height: 40px;
    border-color: #9caab5;
    width: 100%;
    border-radius: 0;
    padding-right: 50px;
}

    .custom-selection:focus {
        border-color: #9caab5;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
    }

    .custom-selection:before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 40px;
        background: #e6f8fd;
        border-left: solid 1px #9caab5;
    }

    .custom-selection.nice-select:after {
        border-bottom: 2px solid #000;
        border-right: 2px solid #000;
        height: 8px;
        width: 8px;
        right: 16px;
    }

    .custom-selection.nice-select.open .list {
        width: 100%;
    }

/* video call */
.video-body {
    height: 100vh;
    width: 100%;
    background: #2b2c33;
    position: relative;
}

.video-logo {
    position: absolute;
    top: 20px;
    left: 20px;
}

.video-action {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    bottom: 60px;
    left: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.3);
    padding: 5px 15px;
    min-height: 40px;
    border-radius: 3rem;
    z-index: 1;
}

    .video-action .btn-link {
        border-radius: 50%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        min-height: 45px;
    }

        .video-action .btn-link:hover {
            background: rgba(0, 0, 0, 0.5);
            color: #0eb6e7;
            text-decoration: none;
        }

.video-call {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

    .video-call img {
        height: 100%;
    }

/* edit survey page */
.video-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.video-thumbnail {
    display: inline-block;
    height: 100px;
    width: 100px;
    margin: 5px;
    position: relative;
    border: solid 1px #9caab5;
    border-radius: 5px;
}

    .video-thumbnail .btn {
        height: 100%;
        width: 100%;
        border-radius: 5px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

        .video-thumbnail .btn video {
            max-height: 100%;
            max-width: 100%;
        }

.delete-video {
    position: absolute;
    top: -12px;
    right: -12px;
    background: #fff;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    border: solid 1px #9caab5;
    padding: 1px;
    color: #0eb6e7;
    text-align: center;
}

    .delete-video:hover {
        background: #0eb6e7;
        color: #fff;
    }

.saved-document {
    margin: 0 -5px;
}

    .saved-document li {
        display: inline-block;
        margin: 3px 5px;
        padding: 0px 6px 3px;
        background: #fff;
        border: solid 1px #9caab5;
        border-radius: 2rem;
    }

        .saved-document li a {
            padding: 1px 0;
            height: 16px;
            width: 16px;
            border-radius: 50%;
            margin-left: 5px;
            line-height: 0;
        }

            .saved-document li a .bx {
                font-size: 13px;
            }

.map-address {
    display: block;
    height: 350px;
    width: 100%;
}

    .map-address img {
        height: 100%;
        width: 100%;
    }

/* login page */
.wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    height: 100vh;
    padding: 20px;
}

.formContent {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #008965;
    width: 90%;
    max-width: 450px;
    position: relative;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
    text-align: center;
}

.formFooter {
    display: inline-block;
    width: 100%;
    background: #254899;
    border-top: 1px solid #008965;
    padding: 25px;
    text-align: center;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

/* footer */
.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

/* media queries */
@media (min-width:768px) {
    .video-action {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
    }
}
/*.col-search-input {
        width: 120px;
    }*/


.overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #0000002e;
}

.overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #0eb6e7 !important;
}

.bg-success {
    background-color: #0eb6e7 !important;
}
