body {
    text-rendering: optimizelegibility;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    line-height: 1.65;
    color: #494949;
}

.wrap {
    width: 100%;
    margin: 0;
    padding: 50px 25px;
    max-width: 450px;
    margin: 0 auto;
}
.wrap-full-width {
    max-width: none !important;
    width: 100% !important;
}
.wrap-top-bottom-half {
    padding-top: 25px;
    padding-bottom: 25px;
}

.entry-content ul {
    margin:0 0 0 18px;
    padding: 0;
}
.entry-content p, .entry-content img, .entry-content table, .entry-content ul, .entry-content ol, .entry-content iframe, .entry-content fieldset, .entry-content blockquote {
    margin-bottom: 20px;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 {
    margin-bottom: 20px;
    margin-top: 40px;
}

.nom-top {
    margin-top: 0px !important;
    font-size: 26px;
    line-height: 1.25;
    text-align: start;
}

/*--

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
select,
/*-- textarea,
.field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    display: block;
    height: 40px;
    line-height: 24px;
    font-weight: 500;
    font-size: 16px;
    padding: 8px 0px;
    margin-bottom: 15px;
    border-radius: 0px;
    font-family: 'Poppins', sans-serif;
    vertical-align: middle;
    border: none;
    border-bottom: 1px solid #0088FF;
    box-shadow: none;
    width: 100%;
    color: #000;
    background: none;
    transition: .35s cubic-bezier(0.4, 0, 0.2, 1);
} --*/



.white-inputs input[type="text"],
.white-inputs input[type="password"],
.white-inputs input[type="datetime"],
.white-inputs input[type="datetime-local"],
.white-inputs input[type="date"],
.white-inputs input[type="month"],
.white-inputs input[type="time"],
.white-inputs input[type="week"],
.white-inputs input[type="number"],
.white-inputs input[type="email"],
.white-inputs input[type="url"],
.white-inputs input[type="search"],
.white-inputs input[type="tel"],
.white-inputs input[type="color"],
.white-inputs input[type="file"],
.white-inputs select,
.white-inputs textarea,
.white-inputs .field {
    height: 50px;
    line-height: 34px;
    font-weight: 500;
    font-size: 16px;
    padding: 8px 12px;
    margin-bottom: 15px;
    border-radius: 6px;
    border: 1px solid #fff;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.15);
    width: 100%;
    color: #000;
    background: #fff;
}

.light-content input[type="text"],
.light-content input[type="password"],
.light-content input[type="datetime"],
.light-content input[type="datetime-local"],
.light-content input[type="date"],
.light-content input[type="month"],
.light-content input[type="time"],
.light-content input[type="week"],
.light-content input[type="number"],
.light-content input[type="email"],
.light-content input[type="url"],
.light-content input[type="search"],
.light-content input[type="tel"],
.light-content input[type="color"],
.light-content input[type="file"],
.light-content select,
.light-content textarea,
.light-content .field {
    border-color: #fff;
    color: #fff !important;
}


.light-content input:focus,
.light-content textarea:focus {
    border-color: #6DEDCB !important;
    color: #6DEDCB !important;
}

.light-content input::-webkit-input-placeholder, .light-content textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}
.light-content input::-moz-placeholder, .light-content textarea::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}
.light-content input:-ms-input-placeholder, .light-content textarea:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}
.light-content input:-moz-placeholder, .light-content textarea:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

.light-content input:focus::-webkit-input-placeholder, .light-content textarea:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #6DEDCB;
}
.light-content input:focus::-moz-placeholder, .light-content textarea:focus::-moz-placeholder { /* Firefox 19+ */
    color: #6DEDCB;
}
.light-content input:focus:-ms-input-placeholder, .light-content textarea:focus:-ms-input-placeholder { /* IE 10+ */
    color: #6DEDCB;
}
.light-content input:focus:-moz-placeholder, .light-content textarea:focus:-moz-placeholder { /* Firefox 18- */
    color: #6DEDCB;
}

.light-content textarea {
    border-color: #fff;
}
.light-content label {
    color: #fff;
}

h1,h2,h3,h4,h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700 !important;
    line-height: 1.2;
    color: #106d38;
}

.boxshadow{
    transition: 0.3s;
}
.boxshadow:hover {
    box-shadow: 0px 10px 30px rgba(0,0,0,0.2);
}
.nav-link {
    font-size: 14px !important;
    font-weight: 500 !important; 
}
.footer.bg-dark, footer.bg-dark, .offcanvas {
    background: #106d38 !important;
}
a.logo {
    width: 114px;
    display: block;
    position: relative;
    line-height: 0;
    margin-top: 6px;
    margin-left: -2px;
}
img.logo-icon {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate3d(-35px, 35px, 0px);
    transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}
img.logo-icon.active {
    transform: translate3d(0px, 0px, 0px);
}
@media only screen and (min-width: 350px) {
    a.logo {
        width: 140px;
        margin-top: 3px;
    }
}
@media only screen and (min-width: 370px) {
    a.logo {
        width: 160px;
        margin-top: 0px;
    }
}
a.logo img {
    width: 100%;
    height: auto;
}
img.logo-icon {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate3d(-35px, 35px, 0px);
    transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}
img.logo-icon.active {
    transform: translate3d(0px, 0px, 0px);
}
.logo-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.logo-wrap .logo-single {

}
.logo-wrap .logo-single img {
    max-width: none;
    height: 100%;
    max-height: 2.6vw;
    width: auto;
}
.logo-section .wrap {
    padding-top: 15px;
    padding-bottom: 15px;
}

.logo-section,
.top-section-outer {
    position: relative;
    z-index: 1;
}

.holding a.logo {
    width: 240px;
    pointer-events: none;
}

.logo-slider {
    position: absolute;
    z-index: 5;
    pointer-events: none;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 12px 0px rgba(48,71,239,0.4);
}
.logo-slider img {
    height: 20px;
    width: auto;
}
.logo-slider-1 {
    top: -20px;
    left: 5%;
    padding: 20px 37px;
    animation-duration: 9s;
    animation-delay: 4s;
    animation-iteration-count: infinite;
    animation-name: bounce2;
    animation-timing-function: ease-in-out;
    transform: translateY(25%);
}
.logo-slider-2 {
    top: 40%;
    margin-top: -30px;
    left: 0%;
    padding: 20px 50px;
    animation-duration: 7s;
    animation-delay: 2s;
    animation-iteration-count: infinite;
    animation-name: bounce2;
    animation-timing-function: ease-in-out;
    transform: translateY(25%);
}
.logo-slider-3 {
    top: 75%;
    left: 5%;
    margin-top: -20px;
    animation-duration: 12s;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-name: bounce2;
    animation-timing-function: ease-in-out;
    transform: translateY(25%);
}
.logo-slider-4 {
    top: -20px;
    right: 5%;
    padding: 20px 40px;
    animation-duration: 8s;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-name: bounce2;
    animation-timing-function: ease-in-out;
    transform: translateY(25%);
}
.logo-slider-5 {
    top: 40%;
    margin-top: -30px;
    right: 0%;
    padding: 20px 40px;
    animation-duration: 10s;
    animation-delay: 4s;
    animation-iteration-count: infinite;
    animation-name: bounce2;
    animation-timing-function: ease-in-out;
    transform: translateY(25%);
}
.logo-slider-6 {
    margin-top: -20px;
    top: 75%;
    right: 5%;
    animation-duration: 6s;
    animation-delay: 7s;
    animation-iteration-count: infinite;
    animation-name: bounce2;
    animation-timing-function: ease-in-out;
    transform: translateY(25%);
}

.background-grey {
    background: #e5e5e5;
}

.header-inner-top {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    height: 36px;
}

.wrap {
    width: 100%;
    margin: 0;
    padding: 50px 25px;
    max-width: 450px;
    margin: 0 auto;
}


@media only screen and (min-width: 1200px) {
    .wrap {
        padding-left: 100px;
        padding-right: 100px;
        max-width: 1400px;
    }
}

.cf {
    zoom: 1;
}

.cf::before, .cf::after {
    content: "";
    display: table;
}

.header-inner-top .header-right {
    margin: 0;
    line-height: 36px;
    font-size: 12px;
}

.header-right {
    float: right;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header-inner-top .header-right a {
    margin-left: 30px;
    color: #000;
    font-weight: 500;
}

.header-inner-top .header-right a img {
    margin-right: 5px;
}
.login-icons a img {
    transform: translateY(-1px);
}

.nav-link {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #000;
    padding:0px !important;
}

.nav-item {
    list-style: none !important;
    margin: 0 !important;
    margin-left: 0px !important;
    padding: 0 !important;
}
.navbar {
    padding-top: 20px;
    padding-bottom: 20px;
}

.rounded-pill {
    width:140px !important;
    font-size:12px !important;
    font-weight:500 !important;
}

a.logo {
    width: 114px;
    display: block;
    position: relative;
    line-height: 0;
    margin-top: 6px;
    margin-left: -2px;
}

.header-top {
    z-index: 8888;
}

.signup-overlay {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: auto;
}

.signup-overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.signup-overlay .wrap {
    -ms-flex: 100%;
    flex: 100%;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.signup-overlay .wrap .entry-content {
    position: relative;
}

.bookdemo-overlay {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: auto;
}

.bookdemo-overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.bookdemo-overlay .wrap {
    -ms-flex: 100%;
    flex: 100%;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.bookdemo-overlay .wrap .entry-content {
    position: relative;
}

.background-dark-blue {
    background: #106d38;
}

.close-overlay {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    transition: .35s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 500;
    cursor: pointer;
}
.close-overlay:hover {
    color: #6DEDCB;
}

.close-bookdemooverlay {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    transition: .35s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 500;
    cursor: pointer;
}
.close-bookdemooverlay:hover {
    color: #6DEDCB;
}

input[type="submit"] {
    margin-top: 20px;
}
input[type="radio"] {
    display: inline-block;
}
.radio-label {
    display: inline-block;
    margin-right: 15px;
    position: relative;
    padding-left: 33px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.radio-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

input:focus,
textarea:focus {
    border-color: #0088FF !important;
    background: none;
    color: #000 !important;
    outline: none;
}
.white-inputs input:focus,
.white-inputs textarea:focus {
    border-color: #0088FF !important;
    background: #fff;
    color: #000 !important;
    outline: none;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #e94963;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder { /* Firefox 19+ */
    color: #e94963;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder { /* IE 10+ */
    color: #e94963;
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder { /* Firefox 18- */
    color: #e94963;
}
.white-inputs input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #0088FF;
}
.white-inputs input:focus::-moz-placeholder, textarea:focus::-moz-placeholder { /* Firefox 19+ */
    color: #0088FF;
}
.white-inputs input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder { /* IE 10+ */
    color: #0088FF;
}
.white-inputs input:focus:-moz-placeholder, textarea:focus:-moz-placeholder { /* Firefox 18- */
    color: #0088FF;
}

.light-content input:focus,
.light-content textarea:focus {
    border-color: #6DEDCB !important;
    color: #6DEDCB !important;
}

.light-content input:focus::-webkit-input-placeholder, .light-content textarea:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #6DEDCB;
}
.light-content input:focus::-moz-placeholder, .light-content textarea:focus::-moz-placeholder { /* Firefox 19+ */
    color: #6DEDCB;
}
.light-content input:focus:-ms-input-placeholder, .light-content textarea:focus:-ms-input-placeholder { /* IE 10+ */
    color: #6DEDCB;
}
.light-content input:focus:-moz-placeholder, .light-content textarea:focus:-moz-placeholder { /* Firefox 18- */
    color: #6DEDCB;
}

::placeholder {
    color: white;
    opacity: 1; /* Firefox */
}

.checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #6DEDCB;
    border-radius: 50%;
    transition: .35s cubic-bezier(0.4, 0, 0.2, 1);
}
.radio-label:hover input ~ .checkmark {
    background-color: #fff;
}
.radio-label input:checked ~ .checkmark {
    background-color: #6DEDCB;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.radio-label input:checked ~ .checkmark:after {
    display: block;
}
.radio-label .checkmark:after {
    top: 8px;
    left: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0088FF;
}

.knowledge-bg-image {
    background-color:#08f;
    background-size: cover;
}

.footer-menu {
    margin: 15px 0 0 0px;
    padding: 0;
}
.footer-menu-ul {
    margin: 0px;
    padding: 0;
}
.footer-menu li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
    font-size: 12px;
    font-weight: 500;
}
.footer-menu li a {
    color: #fff;
}
.footer-menu li span {
    cursor: pointer;
    font-weight: 500;
    transition: .35s cubic-bezier(0.4, 0, 0.2, 1);
}
.footer-menu li span:hover,
.footer-menu li a:hover {
    color: #e94963;
    opacity: 1 !important;
}
.footer-menu li:last-of-type {
    margin-right: 0px;
}

.copyright {
    font-size: 11px;
    color: #fff;
    margin-top: 5px;
}

.icon-list.bullet-soft-primary.bullet-bg i {
    background-color: #08f;
}

.icon-list.bullet-soft-primary i {
    color: #fff;
}

.pricing-wrapper [class*="col-"] .pricing.card .card-body {
    padding-top: 0rem;
  }

  .customer-height {
    min-height: 25em;
  }

@media only screen and (min-width: 350px) {
    a.logo {
        width: 140px;
        margin-top: 3px;
    }
}

@media only screen and (min-width: 370px) {
    a.logo {
        width: 160px;
        margin-top: 0px;
    }
    img.logo-icon {
        position: absolute;
        top: 0;
        left: 0;
        transform: translate3d(-35px, 35px, 0px);
        transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
        -webkit-transition-delay: 0.25s;
        transition-delay: 0.25s;
    }
    img.logo-icon.active {
        transform: translate3d(0px, 0px, 0px);
    }
}
a.logo img {
    width: 100%;
    height: auto;
}

@media only screen and (min-width: 768px) {
    a.logo {
        width: 200px;
        margin-bottom: -12px;
    }
    .wrap {
        padding: 100px 50px;
        max-width: none;
    }
    .wrap-top-bottom-half {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .entry-content .button {
        margin-top: 10px;
    }

    .entry-content p, .entry-content img, .entry-content table, .entry-content ul, .entry-content ol, .entry-content iframe, .entry-content fieldset, .entry-content blockquote {
        margin-bottom: 25px;
    }
    .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 {
        margin-bottom: 25px;
        margin-top: 50px;
    }

    .flex-wrap-fields {
        display: flex;
        flex-wrap: wrap;
        margin-left: -50px;
    }
    .flex-wrap-fields .input-wrap {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
        padding-left: 50px;
    }
    .knowledge-bg-image {
        background-size: contain;
    }
}

@media only screen and (min-width: 1000px) {
    a.logo {
        margin-left: -48px;
    }
}

@media only screen and (min-width: 1000px) {
    .nav-item {
        margin-left: 15px !important;
    }
}

@media only screen and (min-width: 1300px) {
    .nav-item {
        margin-left: 20px !important;
    }
}

@keyframes bounce2 {
    0% {
        transform: translateY(25%);
    }
    50% {
        transform: translateY(-25%);
    }
    100% {
        transform: translateY(25%);
    }
}

@media only screen and (min-width: 450px) {
    .logo-wrap .logo-single img {
        max-height: 12px;
    }
    .min-height-mobile {
        min-height: 375px;
    }
}
@media only screen and (min-width: 768px) {
    .logo-wrap {
        margin-left: 0px;
    }

    .logo-wrap .logo-single {
        padding-left: 0px;
    }

    .logo-wrap .logo-single img {
        max-height: 2.2vw;
    }

    .logo-section .wrap {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    a.logo {
        width: 200px;
        margin-bottom: -12px;
    }

    #inner-footer a.logo {
        width: 200px;
        margin-bottom: -10px;
    }
    
}

@media only screen and (min-width: 1000px) {
    .holding a.logo {
        width: 300px;
    }
    .logo-wrap .logo-single img {
        max-height: 23px;
    }
}

@media only screen and (min-width: 1200px) {
    a.logo {
        margin-left: -48px;
    }
    .holding a.logo {
        width: 300px;
        margin-left: -72px;
    }
    .wrap {
        padding-left: 100px;
        padding-right: 100px;
        max-width: 1400px;
    }
}

@media only screen and (min-width: 1500px) {
    .holding a.logo {
        width: 450px;
        margin-left: -108px;
    }
}

.jobdeck-h1 {
    font-size:38px !important;
}

.large-text {
    font-size: 25px;
}

@media only screen and (max-width: 768px) {
    .pagination-dynamic li:not(.prev):not(.next) {
        display: none;
    }
    .jobdeck-h1 {
        font-size:26px !important;
    }
    .large-text {
        font-size: 16px;
    }
    
}

#chat-circle {
    position: fixed;
    bottom: 85px;
    right: 25px;
    background: #0088FF;
    width: 3.3em;
    height: 3.3em;
    border-radius: 50%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.6), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

#chat-overlay {
    background: rgba(255,255,255,0.1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: none;
}

.chat-box {
    display:none;
    background: #efefef;
    position:fixed;
    right:30px;
    bottom:85px;
    width:350px;
    max-width: 85vw;
    max-height:100vh;
    border-radius:5px;
    /*   box-shadow: 0px 5px 35px 9px #464a92; */
    box-shadow: 0px 5px 35px 9px #ccc;
}
.chat-box-toggle {
    float:right;
    margin-right:15px;
    cursor:pointer;
}
.chat-box-header {
    background: #0088FF;
    height:70px;
    padding-left: 15px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    color:white;
    font-size:20px;
    padding-top:17px;
}
.chat-box-body {
    position: relative;
    height:370px;
    height:auto;
    border:1px solid #ccc;
    overflow: hidden;
}
.chat-box-body:after {
    content: "";
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCIgdmlld0JveD0iMCAwIDIwMCAyMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAgOCkiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGNpcmNsZSBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIgY3g9IjE3NiIgY3k9IjEyIiByPSI0Ii8+PHBhdGggZD0iTTIwLjUuNWwyMyAxMW0tMjkgODRsLTMuNzkgMTAuMzc3TTI3LjAzNyAxMzEuNGw1Ljg5OCAyLjIwMy0zLjQ2IDUuOTQ3IDYuMDcyIDIuMzkyLTMuOTMzIDUuNzU4bTEyOC43MzMgMzUuMzdsLjY5My05LjMxNiAxMC4yOTIuMDUyLjQxNi05LjIyMiA5LjI3NC4zMzJNLjUgNDguNXM2LjEzMSA2LjQxMyA2Ljg0NyAxNC44MDVjLjcxNSA4LjM5My0yLjUyIDE0LjgwNi0yLjUyIDE0LjgwNk0xMjQuNTU1IDkwcy03LjQ0NCAwLTEzLjY3IDYuMTkyYy02LjIyNyA2LjE5Mi00LjgzOCAxMi4wMTItNC44MzggMTIuMDEybTIuMjQgNjguNjI2cy00LjAyNi05LjAyNS0xOC4xNDUtOS4wMjUtMTguMTQ1IDUuNy0xOC4xNDUgNS43IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PHBhdGggZD0iTTg1LjcxNiAzNi4xNDZsNS4yNDMtOS41MjFoMTEuMDkzbDUuNDE2IDkuNTIxLTUuNDEgOS4xODVIOTAuOTUzbC01LjIzNy05LjE4NXptNjMuOTA5IDE1LjQ3OWgxMC43NXYxMC43NWgtMTAuNzV6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIvPjxjaXJjbGUgZmlsbD0iIzAwMCIgY3g9IjcxLjUiIGN5PSI3LjUiIHI9IjEuNSIvPjxjaXJjbGUgZmlsbD0iIzAwMCIgY3g9IjE3MC41IiBjeT0iOTUuNSIgcj0iMS41Ii8+PGNpcmNsZSBmaWxsPSIjMDAwIiBjeD0iODEuNSIgY3k9IjEzNC41IiByPSIxLjUiLz48Y2lyY2xlIGZpbGw9IiMwMDAiIGN4PSIxMy41IiBjeT0iMjMuNSIgcj0iMS41Ii8+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTkzIDcxaDN2M2gtM3ptMzMgODRoM3YzaC0zem0tODUgMThoM3YzaC0zeiIvPjxwYXRoIGQ9Ik0zOS4zODQgNTEuMTIybDUuNzU4LTQuNDU0IDYuNDUzIDQuMjA1LTIuMjk0IDcuMzYzaC03Ljc5bC0yLjEyNy03LjExNHpNMTMwLjE5NSA0LjAzbDEzLjgzIDUuMDYyLTEwLjA5IDcuMDQ4LTMuNzQtMTIuMTF6bS04MyA5NWwxNC44MyA1LjQyOS0xMC44MiA3LjU1Ny00LjAxLTEyLjk4N3pNNS4yMTMgMTYxLjQ5NWwxMS4zMjggMjAuODk3TDIuMjY1IDE4MGwyLjk0OC0xOC41MDV6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIvPjxwYXRoIGQ9Ik0xNDkuMDUgMTI3LjQ2OHMtLjUxIDIuMTgzLjk5NSAzLjM2NmMxLjU2IDEuMjI2IDguNjQyLTEuODk1IDMuOTY3LTcuNzg1LTIuMzY3LTIuNDc3LTYuNS0zLjIyNi05LjMzIDAtNS4yMDggNS45MzYgMCAxNy41MSAxMS42MSAxMy43MyAxMi40NTgtNi4yNTcgNS42MzMtMjEuNjU2LTUuMDczLTIyLjY1NC02LjYwMi0uNjA2LTE0LjA0MyAxLjc1Ni0xNi4xNTcgMTAuMjY4LTEuNzE4IDYuOTIgMS41ODQgMTcuMzg3IDEyLjQ1IDIwLjQ3NiAxMC44NjYgMy4wOSAxOS4zMzEtNC4zMSAxOS4zMzEtNC4zMSIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvZz48L3N2Zz4=');
    opacity: 0.1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height:100%;
    position: absolute;
    z-index: -1;
}
#chat-input {
    background: #f4f7f9;
    width:100%;
    position:relative;
    height:47px;
    padding-top:10px;
    padding-right:50px;
    padding-bottom:10px;
    padding-left:15px;
    border:none;
    resize:none;
    outline:none;
    border:1px solid #ccc;
    color:#888;
    border-top:none;
    border-bottom-right-radius:5px;
    border-bottom-left-radius:5px;
    overflow:hidden;
}
#chat-input:focus {
    border-color: #ccc !important;
}
.chat-input > form {
    margin-bottom: 0 !important;
}

#chat-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ccc;
}
#chat-input::-moz-placeholder { /* Firefox 19+ */
    color: #ccc;
}
#chat-input:-ms-input-placeholder { /* IE 10+ */
    color: #ccc;
}
#chat-input:-moz-placeholder { /* Firefox 18- */
    color: #ccc;
}
.chat-submit {
    position:absolute;
    bottom:3px;
    right:10px;
    background: transparent;
    box-shadow:none;
    border:none;
    border-radius:50%;
    color:#0088FF;
    width:35px;
    height:35px;
}
.chat-logs {
    padding:15px;
    height:65vh;
    overflow-y:scroll;
}

.chat-logs::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.chat-logs::-webkit-scrollbar
{
    width: 5px;
    background-color: #F5F5F5;
}

.chat-logs::-webkit-scrollbar-thumb
{
    background-color: #0088FF;
}

@media only screen and (max-width: 500px) {
    .chat-logs {
        height:58vh;
    }
}

.chat-msg.user > .msg-avatar img {
    width:45px;
    height:45px;
    border-radius:50%;
    float:left;
    width:15%;
}
.chat-msg.self > .msg-avatar img {
    width:45px;
    height:45px;
    border-radius:50%;
    float:right;
    width:15%;
}
.cm-msg-text {
    background:white;
    padding:10px 15px 10px 15px;
    color:#666;
    max-width:75%;
    float:left;
    margin-left:10px;
    position:relative;
    margin-bottom:20px;
    border-radius:30px;
}
.chat-msg {
    clear:both;
}
.chat-msg.self > .cm-msg-text {
    float:right;
    margin-right:10px;
    background: #0088FF;
    color:white;
}
.cm-msg-button>ul>li {
    list-style:none;
    float:left;
    width:50%;
}
.cm-msg-button {
    clear: both;
    margin-bottom: 70px;
}

.dot-pulse {
    position: relative;
    left: -9999px;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background-color: #64aeef;
    color: #64aeef;
    box-shadow: 9999px 0 0 -5px;
    animation: dot-pulse 1.5s infinite linear;
    animation-delay: 0.25s;
}
.dot-pulse::before, .dot-pulse::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background-color: #64aeef;
    color: #64aeef;
}
.dot-pulse::before {
    box-shadow: 9984px 0 0 -5px;
    animation: dot-pulse-before 1.5s infinite linear;
    animation-delay: 0s;
}
.dot-pulse::after {
    box-shadow: 10014px 0 0 -5px;
    animation: dot-pulse-after 1.5s infinite linear;
    animation-delay: 0.5s;
}

@keyframes dot-pulse-before {
    0% {
        box-shadow: 9984px 0 0 -5px;
    }
    30% {
        box-shadow: 9984px 0 0 2px;
    }
    60%, 100% {
        box-shadow: 9984px 0 0 -5px;
    }
}
@keyframes dot-pulse {
    0% {
        box-shadow: 9999px 0 0 -5px;
    }
    30% {
        box-shadow: 9999px 0 0 2px;
    }
    60%, 100% {
        box-shadow: 9999px 0 0 -5px;
    }
}
@keyframes dot-pulse-after {
    0% {
        box-shadow: 10014px 0 0 -5px;
    }
    30% {
        box-shadow: 10014px 0 0 2px;
    }
    60%, 100% {
        box-shadow: 10014px 0 0 -5px;
    }
}

.price-value-jobdeck {
    font-size: 1.8rem !important;
    color:#009ef7;
}


.btn-soft-rich {
    --bs-btn-color:#106d38;
    --bs-btn-hover-color: var(--bs-primary);
    --bs-btn-bg: var(--bs-pale-primary);
    --bs-btn-border-color: var(--bs-pale-primary);
    --bs-btn-hover-bg: var(--bs-pale-primary);
    --bs-btn-hover-border-color: var(--bs-pale-primary);
    --bs-btn-active-color: var(--bs-primary);
    --bs-btn-active-bg: var(--bs-pale-primary);
    --bs-btn-active-border-color: var(--bs-pale-primary);
}

.text-rich {
    color: #106d38 !important;
}

.card-title-rich {
    color: #106d38;
  }

  .bg-switch-rich {
    --bs-bg-opacity: 1;
    background-color: #5ec52f !important;
}

.btn-primary-rich {
    --bs-btn-bg: #5ec52f;
    --bs-btn-border-color: #5ec52f;
    --bs-btn-hover-bg: #70d841;
    --bs-btn-hover-border-color: #70d841;
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: var(--bs-primary);
}
.btn-primary-rich {
    --bs-btn-color: var(--bs-white);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-active-color: var(--bs-white);
}