.landing-page .carousel .item {
    height: 100px;
}
.landing-page .header-back {
    height: 100px;
}
.landing-page .carousel {
    height: 100px;
}
.m-t-23 {
    margin-top: 19px;
}
.execute-exercise .exercise-question {
    font-size: 14px;
    margin-top: 15px;
}
.execute-exercise .exercise-question .message {
    background: #EFEFEF;
}
.execute-exercise  .message {
    word-break: break-word;
}
.execute-exercise figure.image img{
   width: 100%;
    height: auto;
}
.execute-exercise a{
   font-size: 12px;
    color: #ba527c;
    text-decoration: none;
}
.execute-exercise .exercise-reference,
.execute-exercise .exercise-hint {
    font-size: 13px;
    padding: 5px;
}
.execute-exercise .exercise-question label,
.execute-exercise .exercise-user-response label,
.execute-exercise .after-response label,
.execute-exercise .exercise-reference label {
    font-size: 11px;
    font-style: italic;
    display: flex;
    justify-content: space-between;
}
.multi-response {
    margin: 0;
    padding: 0;
}
.multi-response li {
    padding: 10px 10px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    width: 100%;
}
.pending-response {
    background: #EFEFEF;
    border: 1px solid #CCC;
}
.append-to-solution {
    background: #EFEFEF;
    border: 1px solid #0000cc;
}
.solutions {
    display: flex;
    flex-direction: column;
}
.solutions .solution {
    display: flex;
    flex-direction: row;
    height: 40px;
    align-items: center;
}
.solutions .solution .elements_for_new{
    background: #f6f6f6;
}
.solutions .solution b{
    width: 95px;
}
.solutions .solution span{
    min-width: 565px;
}
.solutions .save-solution{
    text-align: center;
    margin-top: 5px;
}
.apply-filter {

}

.top-header {
    width: 100% !important;
    height: 10px;
    padding: 0;
    border-top: 2px solid #FFF;
}
.top-header .top-line {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    height: 10px;
    flex-direction: row;
}
.top-header .top-line div{
    height: 100%;
    width: 20vw;
}
.logo-header {
    display: flex;
    flex-direction: row;
}
.logo-header .logo-1,
.logo-header .logo-3 {
    width: 25%;
    margin-top: 45px;
}
.logo-header .logo-2 {
    width: 50%;
    margin-top: 15px;
}
.logo-header .logo-2 img {
    width: 100%;
}
.logo-header .logo-1 img,
.logo-header .logo-3 img{
    width: 20%;
}
.logo-header .logo-1  {
    text-align: left;
}
.logo-header .logo-3  {
    text-align: right;
}
.navbar-private-area {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.navbar-private-area .nav-item {
    font-size: 14px;
    padding: 0 15px;
    font-weight: bolder;
    text-transform: uppercase;
}

.register-now,
.login-now {
    font-weight: bolder;
    color: #ba527c;
}

.ck-voice-label {
    display: none !important;
}
.features-text p{
    color: rgb(103, 106, 108) !important;
}

@media (min-width: 1200px) {
    .container {
        width: 1600px;
    }
}

@media (max-width: 475px) {
    #page-wrapper {
        padding: 0;
    }
    .top-navigation .wrapper.wrapper-content {
        padding: 10px 0;
    }
    .solutions .solution span{
        min-width: 265px;
    }
    .logo-header .logo-1, .logo-header .logo-3 {
        width: 20%;
        margin-top: 30px;
    }
    .logo-header .logo-2 {
        width: 90%;
        margin-top: 20px;
    }
    .logo-header .logo-1 img, .logo-header .logo-3 img {
        width: 55%;
    }
}


.overlay {
    background-color: rgba(255, 255, 255, 0.5);
    color: #fff;
    font-weight: 600;
    text-align: center;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay span {
    text-align: center;
    display: block;
    color: #000;
    font-size: 16px;
}

.overlay-top {
    align-items: start !important;
}

.overlay-top span {
    font-size: 1.5em !important;
}
