body,
html {
    background: #0C2647;
    height: 100%;
    margin: 0;
    color: #ffffff;
    scroll-behavior: smooth;
}

.bg-primary {
    background: #0C2647 !important;
}

.bg-secondary {
    background: #FE7F32 !important;
}

.bg-progressbar-green {
    background: linear-gradient(90deg, #29f31e 0%, #29f31e 100%);
}

.bg-gradient-progressbar-green {
    background: linear-gradient(90deg, #29f31e 0%, #29f31e 80%, #e28707 90%, #e21e1e 100%);
}

.bg-gradient-progressbar {
    background: #ffffff;
    background: linear-gradient(90deg, #29f31e 0%, #29f31e 80%, #e28707 90%, #e21e1e 100%);
}

.img-main-content {
    position: relative;
    height: 60vw;
    width: 10vw;
    border-radius: 5vw;
    margin-top: 5vw;
    max-height: 40rem;
    max-width: 40rem;
}

.img-main {
    height: 60vw;
    max-height: 35rem;
    position: absolute;
    bottom: 0;
    left: 160%;
    transform: translateX(-50%);
    z-index: 0;
    opacity: 0.8;
}

.img-pricing-content {
    position: relative;
    height: 15vw;
    width: 10vw;
    border-radius: 5vw;
    margin-top: 0;
    max-height: 40rem;
    max-width: 40rem;
}

.img-pricing {
    height: 25vw;
    max-height: 25rem;
    position: absolute;
    bottom: 0;
    left: 130%;
    transform: translateX(-50%);
    z-index: 0;
    opacity: 0.8;
}

.text-warning {
    color: #FE7F32 !important;
}

.btn-secondary {
    background-color: #FE7F32;
    color: #ffffff;
    border: #f07020;
}

.btn-secondary:hover {
    background-color: #cf5b12;
    color: #ffffff;
    border: #f07020;

}

.btn-outline-secondary {
    color: #ffffff;
}

.btn-outline-secondary:hover {
    background-color: #FE7F32;
}

.navbar .nav-link {
    color: #ffffff;
}

.dropdown-item {
    color: #000000 !important;
}

.dropdown-item:hover {
    color: #000000 !important;
}

.nav-pills > li > a.active {
    background-color: #FE7F32 !important;
}

.display-md {
    display: none;
}

.display-lg {
    display: block;
}

.footer,
.footer a {
    color: #FE7F32;
}

.footer-menu a:hover,
.footer-menu svg:hover {
    color: #ffffff;
}

.logo-lg {
    max-width: 100px;
}

.btn-100 {
    max-width: 100%;
}

.btn-50 {
    max-width: 50%;
}

.top-divider {
    min-height: 8%;
}

.fs-0 {
    font-size: 4em;
}

.tabs-clients a {
    color: #FE7F32;
}

.tabs-providers a {
    color: #FE7F32;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
    border-color: #504e50;
    border-bottom-color: transparent;
}

.nav-tabs {
    border-bottom: 1px solid #585657;
}

.nav-tabs a.nav-link.active,
.nav-tabs a.nav-link.active:hover,
.nav-tabs a.nav-link.active:focus {
    border-color: #000000;
    border-bottom-color: transparent;
    color: #6c6c6c;
    font-weight: bold;
}

.nav-tabs,
.nav-tabs a.nav-link {
    border-bottom: 1px solid #000000;
}

.floating-height {
    height: 3.5rem;
}

.navbar a {
    color: #cccccc;
}

.overlay {
    display: none;
    -webkit-transition: 2s ease-in-out;
    -moz-transition: 2s ease-in-out;
    -o-transition: 2s ease-in-out;
    -ms-transition: 2s ease-in-out;
    -webkit-appearance: none;
    transition: 2s all;
    opacity: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(51, 51, 51, 0.7);
    z-index: 10;
}

.overlayShow {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(51, 51, 51, 0.7);
    z-index: 100001 !important;
    -webkit-transition: 2s ease-in-out;
    -moz-transition: 2s ease-in-out;
    -o-transition: 2s ease-in-out;
    -ms-transition: 2s ease-in-out;
    -webkit-appearance: none;
    transition: 2s all;
}

.bg-transparent {
    opacity: 1;
}

.form-register {
    width: 50%;
}

.btn-wap {
    color: #128c7e;
    font-weight: 600;
    position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: 99;
    font-size: 3.5em;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.btn-wap:hover {
    color: #9feab2;
    transition: .1s ease-in;
    -webkit-transition: .1s ease-in;
    -moz-transition: .1s ease-in;
    -o-transition: .1s ease-in;
    -ms-transition: .1s ease-in;
}

.zoom {
    transition: transform .2s;
    /* Animation */
}

.zoom:hover {
    transform: scale(1.2);
    z-index: 1;
}

.circle {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    padding: 10px;
    background: #fb0771;
    border: 3px solid #9b069e;
    color: #ffffff;
    text-align: center;
    font: 32px Arial, sans-serif;
    position: relative;
}

textarea {
    width: 100%;
    height: 200px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 4px solid #cccccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    font-size: 16px;
    color: #000000;
}

textarea:focus {
    border: 4px solid #fb0771;
}

label {
    color: #1b1a1b;
}

.img-flag {
    width: 18px;
    height: auto;
}

.dropdown-menu-scrolling {
    max-height: 200px;
    overflow-y: scroll;
}

.main-container {
    width: 50%;
}

/* STEPS */
.progresses {
    display: flex;
    align-items: center;
    max-width: 100%;
}

.line {
    width: 120px;
    height: 6px;
}

.step-on {
    background: #FE7F32;

}

.step-off {
    background: #c0bebe;
}

/*  */

.step {

    display: flex;
    color: #fff;
    font-size: 14px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;

}


.profile-header-img {
    border: 8px #dfdbdb solid;
    width: 240px;
    height: 200px;
}

.profile-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.day-col {
    max-width: 14.2857%;
}

.live_search {
    position: absolute;
    display: none;
    z-index: 2;
    top: 55px;
    background: #ffffff;
    padding: 6px 2px 6px 2px;
    color: #000000;
    min-width: 200px;
}

.item-suggest {
    font-size: 1em;
    background: #d5d4d4;
    color: #000000;
    /* padding: 6px 2px 6px 2px; */

}

.pre-text {
    max-width: 800px;
    background: rgb(255, 251, 251);
    color: rgb(0, 0, 0);
    overflow-y: scroll;
    max-height: 200px;
    padding: 50px;
    text-align: justify;

}

.loader {
    width: 60px;
    height: 60px;
    background: #f07020;
    display: block;
    margin: 20px auto;
    position: relative;
    box-sizing: border-box;
    animation: rotationBack 1s ease-in-out infinite reverse;
}

.loader::before {
    content: '';
    box-sizing: border-box;
    left: 0;
    top: 0;
    transform: rotate(45deg);
    position: absolute;
    width: 60px;
    height: 60px;
    background: #f07020;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.loader::after {
    content: '';
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #FFF;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

#loader-container {
    background: rgb(242, 238, 238);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

#loader-spin {
    position: fixed;
    left: 45%;
    top: 30%;
}

.question {
    padding: 0;
}

.question .btn {
    float: left;
    margin: 0 5px 0 0;
    width: 100px;
    height: 40px;
    position: relative;
    font-size: 1em;
    max-width: 18%;

}

.question .btn:hover {
    background: #0998f7;
    font-size: 1.2em;
    max-width: 18%;

}

.btn-selected {
    background: #0998f7;
    font-size: 1.4em;
    font-weight: bold;
    max-width: 18%;

}

.r1 {
    background: rgb(255, 5, 5);
    background: linear-gradient(90deg, rgba(255, 5, 5, 1) 0%, rgba(255, 0, 0, 1) 58%, rgba(255, 85, 0, 1) 100%);
    max-width: 18%;
    font-weight: bold;

}

.r2 {
    background: rgb(255, 85, 0);
    background: linear-gradient(90deg, rgba(255, 85, 0, 1) 0%, rgba(255, 85, 0, 1) 58%, rgba(255, 188, 0, 1) 100%);
    max-width: 18%;
    font-weight: bold;

}

.r3 {
    background: rgb(255, 188, 0);
    background: linear-gradient(90deg, rgba(255, 188, 0, 1) 0%, rgba(255, 188, 0, 1) 58%, rgba(232, 255, 0, 1) 100%);
    max-width: 18%;
    font-weight: bold;

}

.r4 {
    background: rgb(232, 255, 0);
    background: linear-gradient(90deg, rgba(232, 255, 0, 1) 0%, rgba(232, 255, 0, 1) 58%, rgba(164, 255, 0, 1) 100%);
    max-width: 18%;
    font-weight: bold;

}

.r5 {
    background: rgb(164, 255, 0);
    background: linear-gradient(90deg, rgba(164, 255, 0, 1) 0%, rgba(164, 255, 0, 1) 16%, rgba(86, 255, 0, 1) 100%);
    max-width: 18%;
    font-weight: bold;

}

/*Survey options*/

@keyframes rotationBack {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@media (max-width: 991px) {
    .day-col {
        max-width: 100%;
    }

    .display-md {
        display: block;
    }

    .display-lg {
        display: none;
    }

    .btn-100 {
        width: 100%;
    }

    .btn-50,
    .form-register {
        width: 100%;
    }

    .logo-md {
        max-width: 100px;
    }

    .form-register {
        width: 100%;
    }

    .fs-0 {
        font-size: 3em;
    }

    .img-main-content {
        height: 40vw;
        width: 40vw;
    }

    .img-main {
        height: 45vw;
        left: 100%;

    }

    .img-pricing-content {
        height: 35vw;
        width: 20vw;
    }

    .img-pricing {
        height: 38vw;
    }

    .container {
        margin-left: 1%;
        width: 98%;
        padding: 0;
    }
}
