.dont-break-out {

    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;

    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;

}

.o-switch label.active {
    background-color: #3a99b2;
    color:#fff
}
.o-switch label.btn-secondary {
    margin-left: 2px!important;
    margin-right: 2px!important;
    border:  1px solid #3a99b2 ;
    padding-left:10px;
    padding-right:10px;

}

@media (min-width: 415px) {
    .o-switch label.off-button {
        width: 81px;

    }
}

.select2-search__field
{
    padding: 4px;
    width: 200px!important;
    box-sizing: border-box;
}

#fc-who-are-we-cont{
    margin-top:50px;
}
.fc-header-subtitle {
    color: gray;
    mix-blend-mode: difference;
}

@media (max-width: 992px) {
    .fc-stories {
        margin-top:50px!important;


    }
}

#fc-who-are-we-cont {
    margin-top:30px;
}

@media (max-width: 414px) {
    .fc-header {
        height: 70vh;
    }
}
@media (max-width: 228px) {
    .fc-header {
        height: 65vh;
    }
}
a.anchor-handle {
    position: absolute;
    top: 0;
    visibility: hidden;
}
@media (max-width: 764px) {
    a.anchor-handle {
        top: -30px;
        display: block;
        position: relative;
        visibility: hidden;
    }

    .edit-profile{
        padding-left: 20px;
        padding-right: 20px;
    }
}
ul.fc-alert-submenu
{
    height:25px;
}

.img-w-200 {
    width: 200px!important;
    height: auto;
}
.img-w-190 {
    width: 190px!important;
    height: auto;
}
.img-w-180 {
    width: 180px!important;
    height: auto;
}
.img-w-170 {
    width: 170px!important;
    height: auto;
}
.img-w-160 {
    width: 160px!important;
    height: auto;
}
.img-w-150 {
    width: 150px!important;
    height: auto;
}
.img-w-140 {
    width: 140px!important;
    height: auto;
}
.img-w-130 {
    width: 130px!important;
    height: auto;
}
.img-w-125 {
    width: 125px!important;
    height: auto;
}
.img-w-120 {
    width: 120px!important;
    height: auto;
}
.img-w-110 {
    width: 110px!important;
    height: auto;
}
.img-w-100 {
    width: 100px!important;
    height: auto;
}
.img-w-90 {
    width: 90px!important;
    height: auto;
}
.img-w-80 {
    width: 80px!important;
    height: auto;
}
.img-w-70 {
    width: 70px!important;
    height: auto;
}
.img-w-60 {
    width: 60px!important;
    height: auto;
}
.img-w-50 {
    width: 50px!important;
    height: auto;
}
.img-w-40 {
    width: 40px!important;
    height: auto;
}
.img-w-30 {
    width: 30px!important;
    height: auto;
}
.img-w-20 {
    width: 20px!important;
    height: auto;
}
.img-q-10 {
    width: 10px!important;
    height: auto;
}
.fc-icon-block-sub-title{
    font-size: 22px;
    font-family: Roboto-Medium;
    margin: 10px 0;
}
.fc-icon-block-subtitle{
    font-size: 22px;
    font-family: Roboto-Medium;
    margin: 10px 0;
}
.text-light-orange{
    color:#f89d6a!important;
}
.text-light-purple{
    color:#9da5ce!important;
}
.text-dark-purple{
    color:#6471b6!important;
}
.text-light-red{
    color:#f37b73!important;
}
.text-light-pink{
    color:#cd89af!important;
}
.text-light-green{
    color:#96cfab!important;
}

.ribbon-box .ribbon-warning {
    background: #f1dea4;
    margin-bottom : 0;
}

.ribbon-warning {
    padding: 15px 20px!important;
}

.ribbon-box.float-left {
    margin-left: -30px !important;
    margin-right: -30px !important;
    margin-top: 10px !important;
    border-radius: 0;
}
.fc-line {
    width:25%!important;
}
.fc-app-right {
    max-width: 100%!important;

}

.project-tags .select2-search__field {
    width:600px!important;
}



.btn-murky {
    color: #fff;
    background-color: #612c2c!important;
    border-color: #3b1b1b !important;
}

.btn-murky:hover {
    color: #fff;
    background-color: #612c2c!important;
    border-color: #3b1b1b!important;
}

@media (max-width: 414px) {
    .navbar-header {
        margin-left: 10px!important;
        margin-right: 10px!important;
    }
    .fc-story-picture {
        margin-left:0!important;
        margin-right:0!important;
    }
    .fc-story-text-cont{
        margin-left:0!important;
        margin-right:0!important;
    }

}

@media (max-width: 767px) {
    .form-block-mobile {
        width: 100%!important;
        padding-left:10px!important;
        padding-right:10px!important;
    }
    .register-mobile {
        padding-left:0!important;
        padding-right:0!important;
    }
}
.landingheader {
    letter-spacing: normal;
}

@media (max-width: 480px) {
    .landingsubtitle {
        display: block!important;
        line-height: 15px!important;
    }

    #landing #landing-logo {
        text-align: center;
        padding-bottom: 10px;
        margin-top: 30px;
        margin-bottom:0;
    }
    .landing-spacing{
        letter-spacing: -1px!important;
        font-weight: 700!important;
    }
}

.active-container {
    padding: 10px;
    font-size: 15px;
    background-color: #ffffff!important;
    color: #3998b1!important;
    border: 1px solid #3998b1;
    width:150px!important;
}

.inactive-container {
    padding: 10px;
    font-size: 15px;
    background-color: #3998b1;
    color: #ffffff;
    width:150px!important;
}
.inactive-container:hover {
    padding: 10px;
    font-size: 15px;
    background-color: #ffffff!important;
    color: #3998b1!important;
    border: 1px solid #3998b1;
    width:150px!important;
}

.btn-primary[disabled]{
    background-color: #3a99b2;
}
.btn-primary[disabled]:hover{
    background-color: #3a99b2;
}


.tfc-cancel .menu-bar .cancel-container i {
    font-size: 55px;
}


.share-container {
    min-width:175px;
}

.stButton .chicklets{
    height:30px!important;
    width:30px!important;

}
.stButton .email {
    margin-left:60px!important;
}

.stButton  .instagram {
    margin-left:45px!important;
}
.stButton  .linkedin {
    margin-left:30px!important;
}

.stButton  .twitter {
    margin-left:15px!important;
}
.stButton  .facebook {
    margin-left:0px!important;
}

@media (min-width: 991px) {
    .founder-container {
        margin: 110px auto;
        padding-top: 0;
    }
}
#slug.valid {
    border: #0F9E5E 1px solid !important;
    color: #0F9E5E!important;
}
#slug.in-valid {
    border: #951d1d 1px solid !important;
    color: #951d1d!important;
}
#slug-message-in-valid {
    color: #951d1d!important;
}
#slug-message-valid {
    color: #0F9E5E!important;
}



.center-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.join-community {
    font-size: 13px!important;
    padding: 10px 18px 10px 18px!important;
}
.request-join-community {
    font-size: 13px!important;
    padding: 10px 18px 10px 18px!important;
}

.elearning .videotick {
    font-size:14px!important;
}

.deal-preview{
    background-color: #FFFFFF;
    border:1px solid #707070;
    padding:15px;
}

.deal-header {
    font-weight: 700;
    font-size: 25px;
    color: #464646;
}

.deal-tooltip-card {
    margin-bottom:20px;
}

.color-primary {
    color: #3a99b2;
}
.border-primary-rounded {
    border-radius: 10px;
    padding:50px;
    margin: 10px 10px!important;
    border: 1px solid #3a99b2;
}

.deal-carousel  {
    max-height: 187px;
    overflow: hidden;
}
.dealCarouselImg img {
    width: 100%;
    height: auto;
}

@media (min-width: 991px) {
    .dealPageCarouselImg img {
        width: auto;
    }
}

.two-lines {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;     /* fallback */
    max-height: 32px;      /* fallback */
    -webkit-line-clamp: 2; /* number of lines to show */
    min-height: 30px;
    -webkit-box-orient: vertical;
}

.one-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 20px;     /* fallback */
    max-height: 20px;      /* fallback */
    -webkit-line-clamp: 1; /* number of lines to show */
    -webkit-box-orient: vertical;
}
.hover-green {
    color: black!important;
}
.hover-green:hover {
    color: #3a99b2!important;
}
.post-button-placement {
    margin-left: -10px;
    padding: 8px 10px 8px 10px;
}
.post-reply-background {
    border-radius: 25px;
    background-color: rgba(96, 96, 96, 0.11);
}

.image-cnt {
    position: relative; /* set container to a relative position */
}

.butt-cnt {
    position: absolute; /* set button to an absolute position */
    bottom: 0; /* adjust the top position of the button */
    right: 0; /* adjust the left position of the button */
    z-index: 2; /* set a higher z-index than the image */
    background-color: #3a99b2; /* set your desired background color */
    color: #fff; /* set your desired text color */
    font-size: smaller;
    padding: 5px; /* set your desired padding */
    cursor: pointer; /* change mouse cursor on hover */
}
.nav-menu-hover {
    font-weight:600;
    color:#333;
    overflow: hidden;
}
.nav-menu-hover a:hover {
    color: #3a99b2!important;
}
.fc-tab {
    border:none!important;
}
.active a.fc-tab {
    border-bottom: #3a99b2 2px solid!important;
}
.fc-text-gray {
    color: #333!important;
}
.fc-text-light-gray {
    color: rgba(51, 51, 51, 0.71) !important;
}
.fc-text-gray:hover {
    color: #3a99b2!important;
}
.hide-full {
    max-height: 150px;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(180deg,#000000 90%,transparent)
}

.mobile-nav-collapse {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    text-transform: capitalize;
    letter-spacing: .15em;
    list-style: none;
    box-sizing: border-box;
    background-color: transparent;
    transition: all .2s ease-in-out;
    text-decoration: none!important;
    display: block;
    clear: both;
    font-weight: 400;
    white-space: nowrap;
    font-size: 14px;
    padding: 5px 1px 5px 0;
    line-height: 20px;
    color: #fff!important;
    font-family: Roboto-Light;
}
.mobile-nav-collapse a {
    text-decoration: none!important;
    color: #fff!important;
}
.dropdown-header-collapse {
    margin-left: 10px!important;
    padding-left:0!important;
    background-color: unset!important;
}
.dropdown-menu-right-collapse {
    margin-top:0!important;
    padding-left: 0;
}

.dropdown-menu-right-collapse a {
    padding-left:15px;
    padding-bottom: 6px;
    display: block;
}

.dropdown-menu-right-collapse .dropdown-menu-right-collapse a {
    padding-left:30px;
}

.header-container .navbar .dropdown-menu-right-collapse {
    background-color: #3f3f3f;
}

.header-container .navbar .dropdown-menu-right-collapse .mobile-nav-collapse .dropdown-menu-right-collapse {
    background-color: #474747;
}
.voucher-text-off {
    display:none;
}
.voucher-text-on {
    display:block;
}
.story-item-overlay {
    position: relative;
    width: 100%;
    
}
.overlay-item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
}
.overlay-content-overlay {
    padding: 20px;
    position: absolute;
    top: 0;
    height:314px;
    color: white;
}
.font-14 {
    font-size: 14px;
}
.font-18 {
    font-size: 18px;
}
.font-8 {
    font-size: 8px
}
.contitem {
    height: 300px; /* Can be anything */
    position: relative;
}
.contitemfull {
    height: 85vh; /* Can be anything */
    position: relative;
}
.margin-h-auto {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.pulser {
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: 9;
    opacity: 1;
}

@-webkit-keyframes pulsate {
    0% {
        opacity: 0.5;
    }
    50% {
        color:#000000;
        opacity: 1.0;
    }
    100% {
        opacity: 0.5;
    }
}


.progress-segment {
    display: flex;
    margin-bottom: 25px;
}

.segment-item {
    width: 100%;
    background-color: rgba(211, 211, 211, 0.47);
    margin-right: 2px;
    height: 8px;

    &:first-child {
        border-top-left-radius: 5px;
    }

    &:last-child {
        border-top-right-radius: 5px;

    }

    &.blue-common {
        background: #0c9ec7 !important;
    }

    &.light-blue-common {
        background: rgba(12, 158, 199, 0.46) !important;
    }

    &.lighter-blue-common {
        background: rgba(12, 158, 199, 0.25) !important;
    }

}

.suggested-prompts {
}

.mb-0 {
    margin-bottom: 0!important;
}
.mt-0 {
    margin-top: 0!important;
}

.container-center-image {
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center;    /* Centers vertically */
    height: 100%;           /* Ensure the container has a defined height */
}

.col-xs-offset-0-5 {
    margin-left: 4.16666666%;
}
