#kt_content_container {
    max-width: 100%;
}
.aside .aside-toolbar .aside-search {
    border-bottom: none;
}

.required:after {
    content: "";
    padding-left: 0px;
}

.breadcrumb-item a {
    color: #a1a5b7!important;
}

.breadcrumb-item a:hover {
    color: #009ef7!important;
}

.data-grid {
    padding-top: 0px!important;
}

.assgn-list {
    margin-top: 15px;
}
.ui-autocomplete {
    z-index: 9999;
}

.btn-close.fileinput-remove {
    display: none;
}

.file-preview {
    padding: 0px;
}

.file-drop-zone {
    border: none;
    margin: 0px;
    padding: 5px;
}

.campaign-left-side {
    background-color: #f1faff!important;
}

#email-template-preview-title {
    margin-top: 35px;
}

.selected-current-step {
    background-color: #009ef7!important;
}

.bubble-element {
    position: absolute;
    box-sizing: border-box;
    z-index: 2;
    height: 75px;
    width: 75px;
    left: 0px;
    top: 0px;
    white-space: pre-wrap;
    overflow: visible;
    padding: 17.5px 0px 0px;
    font-family: Montserrat;
    font-size: 3.2rem!important;
    font-weight: 500;
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 1;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(107, 107, 107);
    background-color: rgb(218, 225, 231);
    border-radius: 180px;
    text-decoration: none;
    font-style: normal;
}
.current .bubble-element {
    background-color: #009ef7;
    color: #ffffff!important;
}
.bubble-r-box {
    height: 75px;
    left: 11px;
    width: 75px;
}

.stepper-item.current:after {
    background-color: white!important;
}

.client-step-1 .invalid-feedback {
    position: absolute;
    margin-top: -90px;
    margin-left: 20px;
}

.email-request .invalid-feedback,
.sms-request .invalid-feedback,
.location-allowed .invalid-feedback,
.user-account-allowed .invalid-feedback {
    position: absolute;
    margin-top: 0px;
    margin-left: 0px;
}

.logo-header-link {
    font-size: 35px;
}

.help-block {
    color: red;
}

.width-50 {
    width: 50px;
}

.star-icon {
    font-size: 6.75rem;
    cursor: pointer;
}
.rating-label {
    margin: 15px;
}

#rate-us-form {
    margin-top: 25px;
}
.rate-us-form-wrap {
    margin-top: 25px;
 }

.make-bold {
    font-weight: bolder;
}

.remove-email-step,
.remove-sms-step {
    position: absolute;
    right: 0px;
    top: -5px;
}

.remove-email-step i,
.remove-sms-step i {
    color: red;
    font-size: 15px;
}

.btn-sm {
    padding: 0.45rem 0.8em!important;
}
.mar-5 {
    margin-right: 5px;
}

.star-icon {
     color: #ffad0f;
}

.submit-feedback-btn {
    margin-top: -100px;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .star-icon {
        font-size: 5.0rem;
    }
}