@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #292b2c;
    background-color: #f5f5f5;
    font-family: "Roboto", sans-serif;
}

.h4,
h4 {
    font-size: 1.5rem;
}

body .form-control:focus,
.single-line:focus {
    border-color: #1ab394 !important;
    box-shadow: none !important;
}

body a {
    color: #0275d8;
    text-decoration: none;
}

.btn-primary {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
    box-shadow: none !important;
}

.btn-secondary {
    color: #fff;
    background-color: #1ab394;
    border-color: #1ab394;
    box-shadow: none !important;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    background-color: #18a689;
    border-color: #18a689;
}

.error {
    color: red;
}

.validation-error {
    font-size: 11px;
    display: none;
}

.sidebar-collapse {
    display: block;
    clear: both;
    width: 100%;
}

.nav_logo img {
    display: block;
    width: 100%;
}

.disable_negtive_margin {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.navbar-default {
    background: -webkit-linear-gradient(left, #3931af, #00c6ff);
    height: 100%;
    overflow-y: scroll;
    background: linear-gradient(left, #3931af, #00c6ff);
    background: -moz-linear-gradient(left, #3931af, #00c6ff);
    background: -webkit-gradient(left, #3931af, #00c6ff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3931af', endColorstr='#00c6ff');
    background: -o-linear-gradient(left, #3931af, #00c6ff);
}

@media (min-width: 768px) {
    .layoutOuterLeft {
        z-index: 201;
        position: fixed;
        max-width: 230px;
        left: 0px;
        height: 100%;
        transition: all .2s linear;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
    }
}

.nav-header {
    margin-top: 10px;
}

#side-menu>li {
    display: block;
    clear: both;
    width: 100%;
    margin-bottom: 10px;
}

#side-menu>li>a {
    color: #fff;
    padding: 4px 20px 4px 25px;
    box-sizing: border-box;
    display: flex;
    width: 100%;
    align-items: center;
    column-gap: 0;
    font-size: 14px;
    font-weight: 500;
}

#side-menu>li>a i {
    line-height: 41px;
}

#side-menu>li>a>span {
    width: 87%;
    margin-left: auto;
}

#side-menu>li .left_sidebar_logo {
    display: none;
}

.layoutOuter {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    margin: 0px;
    overflow-x: hidden;
    padding-bottom: 80px;
}

.layoutOuterRight {
    display: block;
    width: calc(100% - 230px);
    margin-left: auto;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
}

#header-top-nav {
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    background: #fff;
}

.nav.navbar-right>li>a {
    color: #333;
}

.nav.navbar-top-links a {
    font-size: 14px;
    font-weight: 600;
}

.pageContent {
    display: block;
    clear: both;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
}

.pageTitle {
    padding: 10px 0px;
    background: #236ACE;
}

.pageTitle h2 {
    display: block;
    width: 100%;
    margin: 0px;
    color: #fff;
    font-size: 20px;
    line-height: 26px;
}

.pageTitle h2 span {
    font-size: 16px;
    line-height: 20px;
}

.btn_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    box-sizing: border-box;
    column-gap: 10px;
}

.nav>li.active {
    border-left: 4px solid #2dcecc;
    background: linear-gradient(87deg, #2dce89 0, #2dcecc 100%);
}

.record_count {
    font-size: 12px;
    display: inline-block;
    padding: 8px 8px;
    text-align: center;
    border: 1px solid #ccc;
    background: #fff;
    line-height: 14px;
    font-weight: 500;
}

.customListingTable {
    box-shadow: 0 25px 20px -20px rgba(0, 0, 0, 0.3), 0 0 15px rgba(0, 0, 0, 0.06);
    background: rgba(255, 255, 255, 0.5);
    border-radius: 0px 0px 10px 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
}

.customListingTable td {
    font-size: 13px;
    font-weight: 400;
}

.form_shadow_box {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 0px 0px 10px 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    padding: 20px;
    box-sizing: border-box;
}

body input,
body select {
    box-shadow: none !important;
}

.edit_btn {
    display: inline-flex;
    padding: 5px;
    background: #099145;
    color: #fff;
    justify-content: center;
    align-items: center;
}

.info_btn,
.follow_up_trigger,
.internal_message_trigger {
    display: inline-flex;
    padding: 5px;
    background: #F0B24F;
    color: #fff;
    justify-content: center;
    align-items: center;
    min-width: 25px;
}

body .follow_up_trigger {
    background: #0F76BB;
}

body .internal_message_trigger {
    background: #6DBDC4;
}

.edit_btn:hover,
.edit_btn:focus,
.edit_btn:active {
    background: #057736;
    color: #fff;
}

.info_btn:hover,
.info_btn:focus,
.info_btn:active {
    background: #b5812d;
    color: #fff;
}

body .follow_up_trigger:hover,
body .follow_up_trigger:focus,
body .follow_up_trigger:active {
    background: #095486;
    color: #fff;
}

body .internal_message_trigger:hover,
body .internal_message_trigger:focus,
body .internal_message_trigger:active {
    background: #386c71;
    color: #fff;
}

.popContentInner {
    display: block;
    clear: both;
    width: 100%;
    padding: 30px 0px;
    box-sizing: border-box;
}

.popContentInnerHeader {
    display: block;
    clear: both;
    width: 100%;
    box-sizing: border-box;
    padding: 30px 20px 0px;
}

#follow_up_popup .popContentInner,
#internal_messages_popup .popContentInner {
    background: #efefef;
    margin-bottom: 30px;
}

body #follow_up_popup .popContentInner {
    margin-bottom: 0px;
}

.popContentInner label,
.popContentInnerHeader label {
    display: block;
    clear: both;
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    color: #a3a3a3;
    font-weight: 400;
    margin-bottom: 2px;
}

.popContentInner span,
.popContentInnerHeader span {
    font-weight: 600;
}

.modal .modal-content {
    border: 11px solid #3792CB;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    background-color: #FFFFFF;
}

.modal .modal-header {
    background: #00c6ff;
    padding: 10px 15px;
    box-sizing: border-box;
    border-radius: 0px;
    justify-content: center;
}

.modal .modal-header .modal-title {
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0px;
}

button.btn-close {
    position: absolute;
    top: -25px;
    right: -25px;
    background: linear-gradient(87deg, #2dce89 0, #2dcecc 100%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    opacity: 1;
    margin-right: 0 !important;
    border: 2px solid #fff;
    font-size: 30px;
    padding: 0px 0px 0px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 20px;
}

button.btn-close:hover {
    color: #fff;
    opacity: 1;
}

.customListingTable .inactive_status td {
    color: red;
}

body .btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #ec971f;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
    color: #fff;
    background-color: #f7a54a;
    border-color: #f7a54a;
}

body .btn {
    text-transform: uppercase;
    font-weight: 500;
    box-shadow: none !important;
    font-size: 14px;
}

body .btn-clear {
    color: #fff;
    background-color: #2095F2;
    border-color: #2095F2;
}

.btn-clear:hover,
.btn-clear:focus,
.btn-clear:active {
    color: #fff;
    background-color: #2095F2;
    border-color: #2095F2;
}

.filter_content {
    background: #efefef;
}

.filter_content_inner {
    padding: 30px 15px;
    width: 100%;
    box-sizing: border-box;
    display: none;
}

.filter_content_inner label {
    font-size: 14px;
    font-weight: 500;
    display: block;
    clear: both;
    width: 100%;
    margin-bottom: 5px;
}

body .select2 {
    font-size: 14px;
    width: 100% !important
}

.filter_outer {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
    align-items: center;
}

.filter_outer>span:first-child {
    font-weight: 600;
}

.filter_tag {
    font-size: 13px;
    line-height: 14px;
    font-weight: 500;
}

.filter_tag span {
    background: #f8ac5a;
    padding: 2px 5px;
    color: #fff;
    display: inline-block;
    margin-left: 2px;
}

.no_record_found {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    display: block;
    width: 100%;
    padding: 20px 0px;
}

.pagination {
    margin: 0px;
    text-align: center;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #f4f4f4;
    border-color: #DDDDDD;
    color: inherit;
    cursor: default;
    z-index: 2;
}

.pagination>li>a,
.pagination>li>a,
.pagination>li>span {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    color: inherit;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 5px 13px;
    position: relative;
    text-decoration: none;
    font-size: 13px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.disabled_form input,
.disabled_form select,
.disabled_form textarea {
    background: #efefef;
    pointer-events: none;
}

#header-top-nav .navbar-top-links {
    column-gap: 20px;
    align-items: center;
    font-size: 14px;
}

#header-top-nav .navbar-top-links .user_info span {
    display: inline-block;
    margin-left: 5px;
    font-weight: 600;
}

.lead_status {
    display: inline-block;
    background: #23c6c8;
    color: #fff;
    padding: 2px 10px;
    border-radius: 15px;
    width: 100%;
    text-align: center;
    max-width: 130px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
}

.lead_status.in_process_status {
    background: #1357BE;
}

.lead_status.customer_setup_status {
    background: #1ab394;
}

.lead_status.declined_status {
    background: #ed5565;
}

/* Loader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #0880e8;
    border-top-color: #bfe0fd;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

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

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

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

/*Ajax Loader*/
.loader_box {
    display: block;
    clear: both;
    width: 100%;
    text-align: center;
    padding: 20px 0px;
    box-sizing: border-box;
}

.loader_box img {
    display: inline-block;
    width: 100%;
    max-width: 40px;
    height: auto;
}

#follow_up_popup .modal-body,
#internal_messages_popup .modal-body {
    padding: 0px;
}

.popContentInnerActionHeader {
    box-sizing: border-box;
    border-bottom: 1px solid #d5d5d5;
    width: 100%;
    max-width: calc(100% - 40px);
    margin: 0px auto;
}

.popContentInnerActionHeader h3 {
    font-size: 20px;
    line-height: 24px;
    margin: 0px;
}

.popContentInnerActionHeader .btn {
    border-radius: 0px;
}

.comment_area,
.presentation_area,
.text_message_area {
    display: none;
    clear: both;
    width: 100%;
    padding: 0px 30px;
    box-sizing: border-box;
}

.follow_comment_area_inner,
.presentation_area_inner,
.text_message_area_inner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    column-gap: 20px;
    margin-top: 20px;
    justify-content: center;
}

body .presentation_area_inner,
body .text_message_area_inner {
    margin-bottom: 20px;
}

.follow_comment_area_inner textarea,
body .text_message_area_inner textarea {
    max-width: calc(100% - 150px);
}

.presentation_area_inner .form-select {
    max-width: 270px;
}

body .form-control:focus,
body .form-select:focus {
    border-color: #ced4da;
}

.presentation_area_inner p,
.text_message_area_inner p {
    display: block;
    clear: both;
    width: 100%;
    text-align: center;
    margin: 0px 0px 5px;
    font-weight: 500;
}

.comment_listing,
.email_log_content,
.text_message_listing {
    display: block;
    clear: both;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    padding: 0px;
    max-width: calc(100% - 50px);
    margin: 0px auto;
}

body .email_log_content {
    padding: 20px 10px;
    background: #fff;
    max-width: calc(100% - 30px);
}

body .text_message_listing {
    padding: 20px 10px;
    max-width: 100%;
}

.comment_listing ul,
.text_message_listing ul {
    display: block;
    list-style: none;
    padding: 0px;
    box-sizing: border-box;
    width: 100%;
    margin: 20px 0px 0px;
}

.comment_listing ul li,
.text_message_listing ul li {
    display: block;
    clear: both;
    width: 100%;
    padding: 0px 10px 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
    border-bottom: 1px solid #d5d5d5;
}

.text_message_listing ul li.leftSideMessage {
    text-align: left;
}

.text_message_listing ul li.rightSideMessage {
    text-align: right;
}

.comment_listing ul li:last-child,
.text_message_listing ul li:last-child {
    border: none;
}

.comment_listing ul li span.commentBy,
.comment_listing ul li .commentDate,
.text_message_listing ul li span.commentBy,
.text_message_listing ul li .commentDate {
    display: block;
    clear: both;
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    color: #7a7a7a;
}

.comment_listing ul li p,
.text_message_listing ul li p {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    margin: 0px;
    padding: 5px 0px 5px 10px;
    box-sizing: border-box;
}

body .comment_listing ul li .commentDate,
.text_message_listing ul li .commentDate {
    color: #888;
    font-size: 12px;
    line-height: 14px;
}

.sendPresentation,
.sendTextMessage {
    margin-left: auto;
}

.email_log_content table th {
    font-size: 13px;
    line-height: 14px;
}

.email_log_content table td {
    font-size: 12px;
    line-height: 14px;
}

.recent_lead_comment p {
    font-size: 13px;
    line-height: 15px;
    margin: 0px;
}

.recent_lead_comment span {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
}

.recent_lead_comment {
    max-width: 200px;
    position: relative;
    cursor: pointer;
}

.recent_lead_comment:hover .recent_comment {
    opacity: 1;
}

.recent_lead_comment p {
    font-size: 12px;
    line-height: 14px;
    margin: 0px;
    position: absolute;
    top: 40px;
    z-index: 100;
    background: #0baaf0;
    padding: 10px;
    box-sizing: border-box;
    left: 0px;
    opacity: 0;
    transition: all .2s linear;
    color: #fff;
    border: 2px solid blue;
}

.alert-blank-field {
    color: red;
    padding-left: 20px;
    display: block;
    clear: both;
    width: 100%;
    text-align: center;
}

.animated_block_inner {
    border-left: 4px solid #00c6ff;
    background: -webkit-linear-gradient(left, #3931af, #00c6ff);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 25px 20px -20px rgba(0, 0, 0, .3), 0 0 15px rgba(0, 0, 0, .06);
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    position: relative;
    min-height: 120px;
}

.animated_block_inner:hover {
    transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}

.Ocean {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    bottom: -90px;
}

.Wave {
    width: 1200px;
    animation-name: swell;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    fill: #fff;
    opacity: 0.5;
}

@keyframes swell {
    0% {
        transform: translateX(-50%);
    }

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

.animated_block_inner span,
.animated_block_inner .fa {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
}

.animated_block_inner h3 {
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    margin: 10px 0px 20px;
}


.animatedCircles {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #fff;
}

.animatedCircles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: #2dce89;
    animation: animate 25s linear infinite;
    bottom: -150px;
}

.animatedCircles li:nth-child(1) {
    left: 25%;
    width: 65px;
    height: 65px;
    animation-delay: 0s;
}


.animatedCircles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.animatedCircles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
    background: #CAEDFF;
}

.animatedCircles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
    background: #2dce89;
}

.animatedCircles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
    background: #CAEDFF;
}

.animatedCircles li:nth-child(6) {
    left: 75%;
    width: 90px;
    height: 90px;
    animation-delay: 3s;
}

.animatedCircles li:nth-child(7) {
    left: 35%;
    width: 110px;
    height: 110px;
    animation-delay: 7s;
    background: #CAEDFF;
}

.animatedCircles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.animatedCircles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
    background: #CAEDFF;
}

.animatedCircles li:nth-child(10) {
    left: 85%;
    width: 110px;
    height: 110px;
    animation-delay: 0s;
    animation-duration: 11s;
    background: #CAEDFF;
}

@keyframes animate {

    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}

.dashboard_map .card {
    display: block;
    width: 100%;
    height: auto;
    min-height: 450px;
    position: relative;
    overflow: hidden;
}

.dashboard_map .card iframe {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    transition: all .5s linear;
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
}

.dashboard_map .card iframe.usa_map_iframe {
    z-index: 100;
    top: 150%;
    transition: all .5s linear;
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
}

.dashboard_map .card.is-flipped iframe.usa_map_iframe {
    top: 0px;
}

.copy_footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    background: #2095F2;
    padding: 10px 0px;
    color: #fff;
    z-index: 200;
}

.layoutOuter.left_close .layoutOuterLeft #side-menu span,
.layoutOuter.left_close .layoutOuterLeft #side-menu .nav_logo img {
    display: none;
}

.layoutOuter.left_close .layoutOuterLeft {
    max-width: 90px;
}

.layoutOuter.left_close .layoutOuterRight {
    width: calc(100% - 90px);
}

.layoutOuter.left_close #side-menu>li .left_sidebar_logo {
    display: block;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
}

.layoutOuter.left_close #side-menu>li.nav_logo a {
    padding: 10px 0px !important;
}

.headings {
    margin-bottom: 0px;
    font-size: 16px;
    padding: 0px 15px 0px;
    text-transform: uppercase;
    margin-top: 0px;
    border: 3px solid;
    line-height: 1.89;
    color: #369df5;
    border-image-source: linear-gradient(30deg, #009BFF, #1ab394);
    border-image-slice: 1;
    margin-left: 0px;
    background: #F2F5F7;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headings span {
    display: inline-block;
    vertical-align: bottom;
    font-size: 12px;
    color: #111;
    text-transform: none;
}

.headings input#daylight_saving {
    margin-right: 5px;
    margin-top: 3px;
}

.header_alerts {
    color: red;
    position: relative;
}

.alert_count {
    display: none;
    position: absolute;
    top: -14px;
    background: red;
    color: #fff;
    padding: 2px 9px;
    font-size: 11px;
    line-height: 14px;
    border-radius: 100px;
    right: -17px;
}

.nav.navbar-right>li.header_alerts>a {
    color: red;
}

.border_heading {
    display: block;
    clear: both;
    width: 100%;
    margin: 0px;
    color: #369df5;
    font-family: 'Poppins', sans-serif;
    border-image-source: linear-gradient(30deg, #009BFF, #1ab394);
    border-image-slice: 1;
    border: 3px solid;
    padding: 5px 20px;
    box-sizing: border-box;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 26px;
    font-size: 18px;
}

.alert_box {
    display: flex;
    background: #f2dede;
    box-shadow: 0 25px 20px -20px rgb(0 0 0 / 30%), 0 0 15px rgb(0 0 0 / 6%);
    padding: 20px;
    box-sizing: border-box;
    column-gap: 10px;
    align-items: flex-start;
    color: #cd2525;
}

.alert_box i {
    font-size: 30px;
}

.alert_box .date {
    display: block;
    clear: both;
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    margin-top: 5px;
}