/* body{
        width: 100%;
        max-width: 1440px;
        margin: 0 auto;
} */

.kt-container.kt-container--fluid {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}


select {
    width: 100%;
    display: block !important;
}

input {
    min-width: 1px;
}

.form-control {
    font-size: 14px !important;
}

.input-group-text.kv-datetime-remove,
.input-group-text.kv-date-remove {
    display: none;
}


/* Sidebar */
.action-buttons {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    margin-bottom: 10px !important;
    padding-bottom: 20px !important;
    border-bottom: 1px solid #ebedf2 !important;
}

.action-buttons a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #e2e5ec;
    background: #f7f8fa;
    /* max-width: 90px !important; */
    max-width: max-content;
    height: 34px !important;
    min-height: 34px !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.action-buttons a:hover {
    background: rgba(245, 245, 245);
}

.action-buttons a i {
    color: #5867dd !important;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 !important;
    flex: 0 !important;
    font-size: 1rem !important;
}

/*Tooltip*/
.tooltip {
    z-index: 1040;
}

/* Filte r*/
.filter {
    border-bottom: 1px solid #ebedf2;
}


.filter-content {
    padding: 25px;
}

.filter .form-group {
    margin-bottom: 0;
}

.filter-search {
    width: 100%;
}

.filter-search span {
    display: none;
}

.filter-search i {
    padding: 0;
}


.btn-filter button {
    width: 100%;
    border: 1px solid #e2e5ec;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: transparent;
    height: 40px;
    color: #646c9a;
    font-size: 14px;
    padding: 0 10px;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.btn-filter-desktop button:hover {
    background: #f7f8fa;
}


.btn-filter-desktop button {
    border-radius: 4px;
    height: 38.39px;
}

.btn-filter-arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.btn-filter-arrow-up {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.btn-filter-mobile {
    display: none !important;
}




/* General */

.page-title {
    background: transparent;
    box-shadow: none;
}

.page-title .m-portlet__head {
    height: initial;
    padding-bottom: 2rem;
}

.page-title h1 {
    font-size: 25px;
    margin-bottom: 0;
    line-height: 1;
}

.kt-subheader .kt-subheader__main .kt-subheader__title {
    font-size: 20px;
    color: #434349;
}

/*.kt-menu__item--open .kt-menu__submenu{
        display: block !important;
}
*/
hr {
    border-top: 1px solid #ebedf2;
}

.position-relative {
    position: relative;
}

.btn-file input[type=file] {
    cursor: pointer;
}


/*Header*/

.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo img {
    max-width: 70px;
}

.logo-text {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    display: block;
    margin-left: 15px;
    line-height: 26px;
}

.name-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 3px;
}

.name-wrap span {
    margin-left: auto;
}


.kt-menu__nav {
    padding: 5px 0 !important;
}

.kt-menu__nav>li {
    padding: 0 10px !important;
}

.kt-menu__nav>li.action-buttons {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 20px !important;
}


/* Form-Add */
.add-testimonial__top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.add-testimonial__top h3 {
    margin-left: 15px;
    color: #434349;
}

.form-control-record {
    width: 100%;
}

.form-add-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.form-add-photo .btn {
    margin: 0;
}

.socseti {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -10px;
}

.socseti a {
    /* border: 1px solid #000; */
    width: 32px;
    height: 32px;
    border-radius: 100%;
    display: block;
    margin-right: 20px;
}


.file-input-ajax-new .file-preview {
    height: 80px;
}

.update-page {
    width: 100%;
}

.update-page .file-input-ajax-new .file-preview {
    min-height: 180px;
    height: auto;
}

.add-testimonial-page .file-input-ajax-new .file-preview {
    height: 140px;
}



.file-preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    padding: 15px;
}

.krajee-default.file-preview-frame {
    margin: 0 !important;
    border: none !important;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2) !important;
}

.krajee-default.file-preview-frame:not(.file-preview-error):hover {
    margin: 0 !important;
    border: none !important;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2) !important;
}


.fileinput-remove.close {
    display: none;
}

.file-drop-zone {
    border: none !important;
    padding: 0 !important;
    margin: 0;
     !important;
}

.file-drop-zone-title {
    padding: 35px 10px;
}

.file-actions {
    display: none;
}

.file-upload-indicator {
    display: none;
}

.file-input-ajax-new .btn-primary,
.field-content-picture_path .btn-primary {
    background-color: #1dc9b7 !important;
    border-color: #1dc9b7 !important;
    cursor: pointer;
}

.mtf-logo .btn-primary {
    background-color: #1dc9b7 !important;
    border-color: #1dc9b7 !important;
}

.mtf-logo .btn-primary:hover {
    background-color: #18a899 !important;
    border-color: #179c8e !important;
}

.file-input-ajax-new .btn-primary:hover {
    background-color: #18a899;
    border-color: #179c8e;
}

.file-input-ajax-new .btn-primary:focus {
    background-color: #18a899 !important;
    border-color: #179c8e !important;
}

.krajee-default.file-preview-frame .file-thumbnail-footer {
    height: 50px;
}

.krajee-default.file-preview-frame .kv-file-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* Reviews link */
.reviews__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.reviews__link_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
}

.reviews__link span {
    margin-left: 0px;
    display: block;
    font-weight: 500;
    font-size: 14px;
}

.reviews__link a {
    margin-left: 5px;
    font-size: 14px;
}

.reviews__link .btn {
    padding: .3rem .7rem;
}

.reviews__link .btn .fa-copy {
    font-size: 12px;
}

/* Affiliate Link */
.affiliate__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.affiliate__link .fa-link {
    font-size: 1.2rem;
}

.affiliate__link a {
    margin: 0 10px 0 8px;
    font-size: 14px;
}

.affiliate__link .btn {
    padding: .3rem .7rem;
}

.affiliate__link .btn .fa-copy {
    font-size: 12px;
}




/* Import Testimonials */
.import-testimonials {
    width: 100%;
}

.import-testimonials .row {
    margin-left: 0;
    margin-right: 0;
}

.btn-block-import {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-block-import button {
    margin: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn-block-import button .icon {
    /* width: 18px;
    height: 18px; */
    border-radius: 100%;
    /* border: 1px solid #fff; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
    padding: 0;
}

.btn-block-import button .kt-font-brand {
    font-size: 14px;
    color: #fff !important;
    padding: 0;
}

.import-testimonials__btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2rem;
}

.import-testimonials .kt-portlet__head-actions {
    margin-left: 5px;
}

.import-testimonials .kt-portlet__head {
    padding: 0 0 20px 0;
    margin-bottom: 20px;
    min-height: auto;
}

.import-testimonials .kt-portlet__head .dropdown-menu {
    padding: 0;
    -webkit-transform: translate3d(-152px, 38px, 0px);
    transform: translate3d(-152px, 38px, 0px);
    min-width: 18rem;
}

.dropdown-menu {
    z-index: 1000;
}

.import-testimonials__btn a {
    margin: 0 10px;
}

.import-testimonials .btn-csv {
    background: rgb(65, 164, 101);
    color: #ffffff;
}

.import-testimonials .btn-csv:hover {
    background: rgb(57, 148, 90);
}

.import-testimonials .btn-xls {
    background: rgb(65, 164, 101);
    color: #ffffff;
}

.import-testimonials .btn-xls:hover {
    background: rgb(57, 148, 90);
}



.dropzone {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dropzone h3 {
    margin-bottom: 0;
}

.btn-video-record {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.btn-video-record svg {
    fill: #fff;
    width: 14px;
    margin-right: 5px;
}

.rating-container .star {
    width: auto;
}

.rating-stars .svg-inline--fa.fa-w-18 {
    width: 26px !important;
    height: auto !important;
}

.rating-container .clear-rating {
    display: none;
}

.rating-lg {
    font-size: larger;
}




/* Manage */
.stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.manage {
    border-bottom: 1px solid #ebedf2;
}

.manage__bottom {
    margin-top: .8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

.manage:last-child {
    border-bottom: none;
}

.manage .ava {
    width: 100%;
    height: 100%;
    border: none;
}

.manage .kt-widget__head {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.manage .kt-widget__username {
    padding-right: 20px;
}

.kt-widget__desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 900px;
    line-height: 1.5 !important;
}

.list-testimonial div:not(:last-child) .manage {
    border-bottom: 1px solid #ebedf2;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.stars-title,
.source-title {
    font-weight: 500;
    margin-right: 10px;
    display: block;
}

.source {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 30px;
}

.source-icon {
    margin-right: 10px;
}

.source .source-icon img {
    width: 25px;
}

.manage .kt-widget__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*.kt-widget .kt-widget__action, .btn-secondary:not(:disabled):not(.disabled).active{
        background-color: transparent;
        border-color: #e2e5ec;
}*/

.manage .kt-switch {
    padding: 0;
}

.manage .kt-switch label {
    margin-bottom: 0;
    display: block;
}

.manage .kt-widget__pic {
    position: relative;
}

.manage .type {
    display: none;
}

.photo-or-video {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, .95);
    bottom: 5px;
    right: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-shadow: 0 9px 16px 0 rgba(153, 153, 153, .55) !important;
}

.photo-or-video svg {
    fill: #222;
    width: 18px;
}



/* Update */
.dropzone {
    border: 2px dashed rgb(235, 237, 242);
}

.row-editor-upload {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}


.krajee-default.file-preview-frame .kv-file-content {
    width: 173px;
    height: 120px;
}

.update .btn {
    margin-right: 10px;
}





/* Footer */
.footer {
    width: 100%;
}

.footer h3 {
    color: #434349;
}

.footer .menu {
    padding: 0;
}

.footer .menu li {
    list-style: none;
}

.footer .menu li a {
    color: #595d6e;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 5px 0;
    display: block;
}

.footer .menu li a:hover {
    color: #5d78ff;
}

.footer .copyright {
    margin-top: 30px;
}

.footer .copyright__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer .copyright-text span {
    color: #434349;
}

.footer .copyright-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.socseti a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-logo {
    max-width: 220px;
}





/* Share */

.share li a svg {
    font-size: 1.8rem !important;
}

.popover-info>.popover-title {
    background-color: #1e1e2d;
    color: #fff;
}

.popover-header .close {
    color: #ffffff;
    opacity: 1;
}

.list-inline {
    padding: 0;
    margin: 0;
}

.popover-x.is-bs4.left>.arrow {
    right: -1.1rem;
    margin-top: -13px;
}




/* Personal Layout */
.personal-layout {
    opacity: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.personal-layout .kt-portlet__body {
    width: 100%;
}

.personal-layout .kt-portlet__head {
    margin-bottom: 2rem;
}

.personal-layout .kt-portlet__head {
    padding: 0;
    min-height: 40px;
}


.personal-layout .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

.personal-layout .kt-checkbox {
    margin-bottom: 0;
    margin-left: 10px;
}

/* .personal-layout .row{
        margin-bottom: 10px;
} */

.icon-faq {
    height: 16px;
    min-width: 16px;
    border: 1px solid #5578eb;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 100%;
    margin-left: 10px;
    color: #5578eb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    padding-top: 2px;
    padding-left: 1px;
    cursor: pointer;
    position: relative;
}

.icon-faq:hover {
    background: #5578eb;
    color: #ffffff;
}

.panel-preview {
    border-radius: 4px;
    border: 1px solid #ebedf2;
    margin-bottom: 20px;
}

.panel-heading {
    background-color: #f9f9fc;
    padding: 10px;
    color: #48465b;
    font-weight: 500;
    font-size: 1.2rem;
}

.panel-body {
    min-height: 220px;
    padding: 5px;
    position: relative;
}

.panel-body svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 100px;
    opacity: 0.1;
    max-width: 170px;
}


.panel-stiky {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}

.block-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
}

.block-btn-border {
    border-top: 1px solid #ebedf2;
    padding-top: 20px;
}

.block-btn-summary {
    border-top: 1px solid #ebedf2;
    padding-top: 20px;
}

.summary-badge {
    border: 1px solid #ebedf2;
    padding: 20px;
}

.btn-padding {
    padding: 0.65rem 2rem;
}

.form-group-mb {
    margin-bottom: 0;
}

.bottom-btn {
    margin-bottom: 5px !important;
}

.block-btn div {
    margin-right: 10px;
    width: 100%;
}

.block-btn div:last-child {
    margin-right: 0;
}

.block-btn a {
    background: #f7f8fa;
    border: 1px solid #e2e5ec;
    cursor: pointer;
    width: 100%;
}

.block-btn a:hover {
    background-color: rgba(245, 245, 245);
    border: 1px solid #e2e5ec;
}

.block-btn a i {
    font-size: 18px !important;
    color: #5867dd;
    padding: 0;
}

.block-btn .sendcode i {
    margin-top: 2px;
}


.bottom-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.bottom-btn .btn {
    margin-left: 10px;
}

.flex-nw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.text-ml {
    margin-left: 10px;
    display: block;
}

.input-small {
    max-width: 100px;
}

.kt-checkbox>span:after,
.kt-radio>input:checked~span:after {
    border: solid #5d78ff;
}

.table-source {
    text-transform: uppercase;
    font-weight: 500;
}

.table {
    margin-bottom: 0 !important;
}

.not-connected {
    color: #646c9a;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    /* padding: 5px 20px; */
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.connected {
    color: #646c9a;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    /* padding: 5px 20px; */
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.ratings-table-img {
    width: 48px;
}

.form-group-checkbox label {
    margin-right: -6px;
}

.form-group-checkbox .icon-faq {
    margin-left: 12px;
}

.checkbox-left {
    margin-right: 100px;
}

.kt-radio-inline-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 39px;
}

.kt-radio-inline label label {
    cursor: pointer;
    margin-bottom: 0;
}

.kt-radio-inline .kt-radio {
    margin-bottom: 0;
}

/* .testimonial-per-page{
        display: none;
} */

.button-options-color {
    display: none;
}

.button-options-start-end {
    display: none;
}

.button-options-text {
    display: none;
}


.table .kt-checkbox>input {
    position: relative;
}

.badge-img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    /*max-width: 150px;*/
}

.badge-block {
    border: 1px solid #ebedf2;
    padding: 20px;
}

#resizable {
    display: none;
}

.kt-portlet__body.badge {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* PAGE Testimonial Summary Badge */
.rating-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px;
}

.rating-block .text-center {
    font-size: 14px;
}

.fasrating__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 0 20px;
}

.rating__wrap .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.rating__wrap .percent span {
    white-space: nowrap;
}

.rating__wrap .progress {
    width: 100%;
    /*width: 340px;*/
    height: 6px;
    margin: 0 10px;
    display: block;
}

.rating__wrapper {
    width: 90%;
}

.rating__wrap .progress-bar {
    height: 100%;
    background: #646c9a;
}

.star-rating {
    margin-bottom: 8px;
}

.star-rating svg {
    font-size: 25px;
    margin: 0 1px;
}

.star-rating path {
    fill: #fde16d;
}

.rating__wrap .fa-star {
    display: block;
    margin-top: -2px;
    min-width: 14px;
    max-width: 14px;
    height: 14px;
}

.rating-number {
    margin-right: 5px;
    display: block;
    font-weight: 500;
    width: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.table-rbs .btn-secondary i {
    padding: 0;
}



.table-rbs thead th {
    background-color: #f9f9fc !important;
    border-bottom: #f9f9fc !important;
}

.table-rbs tbody td {
    vertical-align: middle;
}

.table-rbs tbody tr:first-child td {
    border-top: none;
}

.table-rbs .kt-checkbox {
    margin-left: 0;
}

.table-rbs-img {
    width: 100%;
    max-width: 26px;
}

.table-rbs-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.title-slider {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 500;
    cursor: pointer;
    border: 1px solid #e2e5ec;
    padding: 0.65rem 1rem;
    background-color: #ffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.title-slider:hover {
    background-color: #f9f9fc;
}

.title-slider span {
    font-weight: 500;
}

.title-slider-arrow {
    width: 7px;
    height: 7px;
    border-top: 2px solid #646c9a;
    border-right: 2px solid #646c9a;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-left: 10px;
    margin-top: -1px;
}

.title-slider-active .title-slider-arrow {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 2px;
}

.table-sizes {
    display: none;
}

.table-sizes-color {
    background: #f9f9fc;
    /* background: #222; */
}

.table-rbs .kt-switch {
    height: 24px;
    margin-top: 6px;
}

.table-rbs .kt-switch label {
    margin-bottom: 0 !important;
}

.table-sizes th {
    font-weight: 400;
}

.table-rbs-btn .flaticon2-plus {
    font-size: 13px !important;
}

.table-rbs-btn .btn {
    width: 41px;
    height: 36px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.table-rbs-btn .btn .flaticon2-plus {
    font-size: 13px !important;
}



/* Table Link */
.table-link-img {
    border-radius: 100%;
    width: 20px;
    margin: 0 auto;
    display: block;
}

.table-link tbody td {
    vertical-align: middle;
}

.table-link tbody tr th {
    text-align: center;
}

.table-link tbody th {
    vertical-align: middle;
    font-weight: 400;
}

.table-link .btn {
    width: 100%;
    padding: 0 5px;
    height: 32px;
    min-width: 54px;
    max-width: 54px;
    float: right;
}

.table-link .btn .fa-copy {
    font-size: 13px !important;
}


.table-link tbody tr td:nth-child(3) {
    border-right: none;
}

.table-link tbody tr td:last-child {
    border-left: none;
}

.table-link-title {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    display: block;
}

.form-group-mtf .kt-checkbox {
    padding-left: 25px;
}




.row-aifs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}


.mtf-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.mtf-info .fa-arrows-alt {
    margin: 0 5px !important;
}

.mtf-info .kt-checkbox {
    margin-left: 5px;
    padding-left: 25px;
    pointer-events: none;
}

.mtf-logo-btn {
    margin-top: 10px;
}

.mtf-logo-btn .btn {
    margin-right: 10px;
}

.mtf-logo-title {
    display: block;
    margin-bottom: 10px;
}


.table-coupon tbody th {
    font-weight: 400 !important;
}

.coupon-button-wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.table-coupon-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.table-coupon-icon {
    cursor: pointer;
    margin: 0 1px;
    color: #646c9a;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: none;
    background: none;
}



.table-coupon-icon:hover {
    color: #212529;
}

.table thead th,
.table thead td,
.table tbody th {
    white-space: nowrap;
}



.add-coupon-link .flaticon2-plus {
    font-size: 12px;
    margin-right: 5px;
}

.form-group-jcsb {
    border-bottom: 1px solid #ebedf2;
    padding-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form-group-jcsb .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.filter-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 6px;
}

.filter-icon .la {
    margin: 2px 0 !important;
    font-size: 9px;
}

.filter-content-hide {
    display: none;
}

.search-mob {
    display: none;
}

/* modal-coupon */
#modal-coupon .modal__wrap {
    padding: 20px;
    overflow: hidden;
}

/* modal-coupon */
#modal-view .modal__wrap {
    padding: 20px;
    overflow: hidden;
}

#modal-coupon .modal__wrap .form-group {
    margin-bottom: 1rem;
}


.tooltip {
    z-index: 10000 !important;
}

.code-modal .modal-body p {
    font-size: 12px;
}

.modal-body p {
    overflow: hidden;
}

.copy-input {
    position: absolute;
    left: -9999px;
    top: -9999px;
}

.list-coupons .filter {
    /* margin-bottom: 20px; */
    border-bottom: none;
}

.list-coupons .filter-content {
    padding: 0;
    margin-bottom: 20px;
}

.jcsb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-right: 0 !important;
}


.table-coupon .fa-long-arrow-alt-down {
    color: #212529 !important;
    font-size: 10px;
    margin-left: 5px;
}


/* .code-modal-two{
        display: block !important;
        opacity: 1 !important;
} */

.code-modal-two .btn-primary {
    float: right;
    margin: 10px 0 0 auto;
}

.code-modal__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 20px;
}

.code-modal__wrap .modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.code-modal__wrap .modal-body:not(:last-child) {
    padding-bottom: 25px;
    margin-bottom: 5px;
}

.code-modal__wrap .modal-body:not(:last-child):after {
    content: '';
    display: block;
    width: calc(100% - 35px);
    height: 1px;
    background: #ebedf2;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* Pagination */
.pagination:not(:last-child) {
    display: none;
}

.pagination .next,
.pagination .prev {
    background: rgba(93, 120, 255, 0.1);
    font-size: 1.5rem;
}

.pagination .next a,
.pagination .next span,
.pagination .prev a,
.pagination .prev span {
    font-size: 1.5rem;
}


.pagination li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0.5rem;
    border-radius: 4px;
}

.pagination li a,
.pagination li span {
    font-weight: 500;
    color: #74788d;
    font-size: 1rem;
    padding: 0 0.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 30px;
    min-height: 30px;
    margin: 0;
}

.pagination .active {
    background: #5d78ff;
}

.pagination .active a {
    color: #ffffff;
}

.pagination li:hover {
    background: #5d78ff;
}

.pagination li:hover a,
.pagination li:hover span {
    color: #ffffff;
}


.youtube-text {
    margin-bottom: 15px;
    display: block;
}

.youtube-chanel-status {
    margin-bottom: 15px;
    display: block;
}

.youtube-hide {
    display: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.youtube-connected .youtube-show {
    display: none;
}

.youtube-connected .youtube-hide {
    display: block;
}

.btn-youtube .fa-youtube {
    margin-bottom: -2px;
    margin-right: 5px;
}

.btn-revoke {
    background: #d11a2a;
    color: #ffffff;
}

.btn-revoke:hover {
    background: #BE1524;
}

#email-code-to-developer .form-group {
    margin-bottom: 0;
}


.aifs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.google-map {
    width: 100%;
    height: 300px;
    background: #222;
    display: block;
}

.form-subtitle {
    margin-top: 3px;
    display: block;
}

.btn-add {
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 38.39px;
}


/* Seo */
.seo__keywords_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
}

.seo-keywords {
    background: #f7f8fa;
    border: 1px solid #e2e5ec;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.seo-keyword-close {
    margin-left: 10px;
    width: 10px;
    height: 10px;
    position: relative;
}

.seo-keyword-close:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #595d6e;
    left: 0;
    top: 4px;
}

.seo-keyword-close:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #595d6e;
    left: 0;
    top: 4px;
}

.coupon-icon {
    width: 17px;
    fill: #cacad2;
    margin-left: 0px !important;
    /* transition: 0.3s; */
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--open>.kt-menu__link .coupon-icon {
    fill: #5d78ff !important;
}

.kt-menu__item:hover .coupon-icon {
    fill: #5d78ff;
}

.fileinput-remove-button {
    -webkit-transition: 0s !important;
    transition: 0s !important;
}

/*.fileinput-remove-button:hover{
        background: #f7f8fa !important;
        border: 1px solid #e8ecfa !important;
        transition: 0s !important;
}*/

.fileinput-remove-button span,
.fileinput-remove-button .fa-trash-alt {
    -webkit-transition: 0s !important;
    transition: 0s !important;
}

/*.fileinput-remove-button:hover span,
.fileinput-remove-button:hover .fa-trash-alt{
        color: #74788d;
}*/

.btn-help {
    margin: 0;
    margin-left: 10px;
}

.btn-help .fa-question {
    font-size: 12px !important;
    color: #646c9a;
}

.btn-coup {
    width: 37px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    margin-left: 10px;
    padding: 0;
}

.btn-coup svg {
    width: 15px;
    height: 15px;
    fill: #595d6e;
}

.unique__link_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}

.unique__link span,
.unique__link a {
    display: block;
    font-size: 14px;
}

.unique__link span {
    margin-right: 5px;

}

.unique__link-text {
    width: 100%;
    max-width: 600px;
}

.unique__link .btn {
    padding: .3rem .7rem;
    margin-left: 10px;
    margin-top: -2px;
}

.unique__link .btn .fa-copy {
    font-size: 12px;
}


.form-group-keywords {
    margin-bottom: 10px;
}

.row-record {
    width: 100%;
}


.form-add-record .url-or-record {
    margin: 0 10px;
}

.btn-video-record {
    min-width: 125px;
    max-width: 125px;
}

.textarea-autosize {
    overflow: hidden !important;
    resize: none;
}

.coupon-code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.coupon-code .kt-checkbox>input {
    position: relative;
}

.coupon-code .kt-checkbox {
    padding-left: 10px;
    margin-bottom: 0;
    margin-left: 10px;
    white-space: nowrap;
}

.add-testimonial .form-group {
    margin-bottom: 1rem;
}


/* Softtable */
#sortable {
    list-style: none;
    padding: 0;
    margin: 0;
}

#sortable .ui-state-default {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
}


.ui-state-default .row {
    width: 90%;
    margin-right: 0;
}

.btn-custom {
    padding: 0;
    height: 36px;
    min-width: 36px;
    font-weight: 400;
    font-size: 1rem;
    margin-left: 10px;
    text-transform: uppercase;
}

.btn-custom:active {
    background: none !important;
    border: 1px solid #e2e5ec !important;
}

.btn-custom-plus {
    margin-top: 10px;
    margin-left: 0;
    width: calc(100% - 92px);
    font-weight: 500;
}

.btn-custom .fa-minus,
.btn-custom .fa-plus {
    font-size: 1rem;
    font-weight: 500;
    font-size: .9rem;
}

.btn-custom-plus .fa-plus {
    margin-left: 5px;
    margin-top: 2px;

}

/*.disable .manage-checkbox{
        background: #f9f9fc;
}*/

.manage-checkbox {
    min-height: 36px;
    border: 1px solid #e2e5ec;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 10px;
    width: calc(100% - 92px);
    background: #fff;
}

/* .manage-checkbox-new{
        background: rgba(247,247,247);
} */

.manage-checkbox_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 36px;
}

.manage-checkbox_wrap .kt-checkbox>span {
    top: 9px;
}

.manage-checkbox_wrap .manage-checkbox-custom {
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    color: #454545;
}

.manage-checkbox_wrap .manage-checkbox-custom:focus {
    border: none;
    outline: none;
}

.sortable-elements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sortable-elements .manage-checkbox .arrow {
    cursor: default;
}

.manage-checkbox .arrow {
    padding: 0 10px;
    border-right: 1px solid #e2e5ec;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    min-width: 33px;
    max-width: 33px;
    height: 100%;
    min-height: 36px;
}

.manage-checkbox .kt-checkbox {
    width: 100%;
    height: 100%;
}

.manage-checkbox_wrap .kt-checkbox {
    width: auto;
}


.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-light:focus {
    outline: none !important;
}

.manage-form .ui-state-default {
    border: none;
    background: transparent;
}

.table-coupon tbody tr {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

/* .table-coupon tbody tr:hover{
        background: #f7f8fa;
} */




/* Modal Preview */
#modal-preview .modal__wrap {
    padding: 20px;
}

#customer-profile .modal__wrap {
    padding: 20px;
}

#new-customer .modal__wrap {
    padding: 20px;
}

#customer-profile .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 0 !important;
    padding-top: 10px;
    margin: 0 20px;
}

#customer-profile .nav-tabs.nav-tabs-line .nav-link {
    padding-bottom: 6px;
    font-size: 14px;
}

#new-customer .modal-lg {
    max-width: 550px !important;
}

.preview-name {
    font-weight: 700;
    font-size: 20px;
    display: block;
    margin-right: 20px;
}

.preview-title {
    font-weight: 500;
    display: block;
}

.preview__item {
    margin-bottom: 10px;
    width: 100%;
}

.preview__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* border-bottom: 1px solid #e2e5ec; */
    padding-bottom: 20px;
}

.preview-cod {
    background: #1dc9b7;
    padding: 3px 10px;
    border-radius: 40px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}

.preview-offer-block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
}

.preview-offer {
    padding: 8px 25px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    background: #b31217;
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
}

.preview-img {
    min-width: 150px;
    max-width: 150px;
    height: 150px;
    background: #222;
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    margin-right: 10px;
}

.preview-img img {
    width: 100%;
    height: 100%;
}

#preview-coupon {
    display: none;
}

.btn-back {
    display: none;
}

.link-mob {
    display: none;
    margin-top: 4px;
    margin-right: 5px;
}


/* Flyout Icons */
.flyout-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flyout-icons label {
    font-size: 25px !important;
    line-height: 1 !important;
    margin: 0 !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 !important;
    border: 0 !important;
    max-width: 30px;
    max-height: 30px;
    cursor: pointer;
}

/*.flyout-icons label:hover, .flyout-icons label.active{
        
}
*/
.flyout-icons-item:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    cursor: pointer;
}

.flyout-icons-item.active {
    background: #f7f8fa;
    border: 1px solid #e2e5ec !important;
    /*transform: scale(1.3);*/
}

.flyout-icons-item.active:hover {
    -webkit-transform: none;
    transform: none;
    cursor: default;
}

.flyout-icons-item.active:hover label {
    cursor: default;
}

.flyout-icons-item {
    border: 1px solid transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    outline: 0 !important;
    border: 1px solid rgba(0, 0, 0, 0) !important;
    min-width: 35px;
    min-height: 35px;
}

.flyout-icons-item input {
    display: none;
}

.flyout-icons-item .fa-star {
    font-size: 21px;
}

.flyout-icons-item .fa-upload {
    font-size: 18px;
}

.flyout-icons-item .fa-ban {
    font-size: 21px;
}



.flyout-icons .active {
    border: 1px solid #e2e5ec;
}


.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active {
    background: #5867dd;
    border-color: #5867dd;
}

.notification-slider {
    display: none;
}

.automate-size {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 2rem;
}

.rating-block-wrap {
    margin-left: auto;
    margin-right: auto;
}

.badge-block {
    width: 210px;
    height: 210px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.automate-size-border {
    border: 1px solid #ebedf2;
    padding: 15px;
}

#automate-size {
    width: 100%;
}

table {
    margin-bottom: 0 !important;
}


.iframe-tsp {
    width: 100%;
    min-height: 400px;
    margin-top: 30px;
}

#complete-profile .modal-lg {
    max-width: 550px !important;
}


.complete-profile__wrap {
    padding: 50px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-cp {
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
    margin-top: 20px;
}

.modal-title-second {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 10px;
}

.table-agency-block .table-responsive {
    min-height: 240px;
}


.table-agency tbody td {
    vertical-align: middle;

}

.table-agency-second-box {
    display: none;
}

.open-table {
    display: table-row !important;
}

.table-agency-second:hover {
    background: transparent !important;
}

.table-agency-second>td {
    padding: 0;
    border-top: none;
}

.table-agency-second table {
    margin-left: 40px;
    border: none;
    margin-bottom: 10px !important;
}

.table-agency-second table th {
    font-weight: 500;
    border-top: none;
}


.table-agency-second table td {
    border-top: none;
}

.btn-show-table {
    position: relative;
}

.btn-show-table::after {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    background: #222;
    opacity: 0;
    top: -1px;
    left: 0;
    cursor: pointer;
}

.btn-show-table .fa-caret-down {
    font-size: 1.4rem;
    color: #5d78ff;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    cursor: pointer;
    position: relative;
    display: block;
    top: 1px;
    left: 4px;
}

.btn-show-table-rotate .fa-caret-down {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.kt-header__topbar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn-back-agency {
    height: 32px !important;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    margin-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-back-agency .la-arrow-left {
    margin-top: 1px;
}

.btn-icon {
    cursor: pointer;
}

.table-agency_test {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.table-agency_test_item {
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.table-agency_test_item strong {
    font-weight: 500;
    font-size: 12px;
}

.table-agency_test_item-number {
    font-size: 12px;
    display: block;
    margin-left: 4px;
}

.table-agency_test_item svg {
    width: 12px;
    height: 12px;
}

.kt-header__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.color-hide {
    display: none;
}






@media (max-width: 1919px) {
    .block-btn a {
        width: 100%;
    }
}

@media (max-width: 1619px) {

    .col-laptop-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

}

@media (max-width: 1400px) {

    .affiliate__link a {
        font-size: 13px;
    }
}

@media (max-width: 1300px) {

    .personal-layout {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .personal-layout .col-lg-7,
    .personal-layout .col-lg-5,
    .personal-layout .col-lg-8 {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-laptop-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

}

@media (max-width: 1199px) {

    .btn-back-agency-desktop {
        display: none;
    }

    .btn-back-agency .la-arrow-left {
        margin-top: 0;
    }

    .btn-back-agency {
        margin-right: 50px;
    }

    .rating__wrapper {
        width: 60%;
    }

    .btn-add {
        height: 35.59px;
    }

    .btn-filter-desktop button {
        height: 35.59px;
    }

    .list-coupons .filter-content {
        margin-bottom: 0px;
        padding-bottom: 15px;
    }

    .import-testimonials .kt-portlet__head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .import-testimonials .kt-portlet__head-actions {
        position: absolute;
        right: 0;
        top: -6px;
    }

    .import-testimonials .kt-portlet__head-toolbar {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .import-testimonials .kt-portlet__head-toolbar {
        margin-top: 26px;
    }
}

.form__testimonial-second .form__testimonial_nav {
    position: absolute;
    right: 35px;
    margin-top: -96px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 55px;
    height: auto;

}

.form__testimonial-second .form__testimonial_nav-item {
    margin: 0;
    margin-bottom: 7px;
    width: 20px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form__testimonial_nav-photos {
    padding-top: 6px;
}

/* .form__testimonial-second .form__testimonial_nav-item:nth-child(3){
    position: absolute;
    left: 0;
    top: 34px;
} */
/* 
.form__testimonial_nav-photo{
    left: -34px !important;
    top: 37px !important;
} */

.btn-convert-to-text {
    opacity: 1;
}

/* .form__testimonial_nav .form__testimonial_nav-photos{
    position: relative;
    right: 0;
    margin-top: 0;
} */

.form__testimonial_nav-item svg {
    width: 20px;
}

.form__testimonial-item textarea {
    padding-right: 90px;
}

.summary-badge-top {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    margin-bottom: 2rem;
}

.account-btn {
    padding: 0;
    margin-top: 10px;
}

.account-btn a {
    margin-right: 10px;
}

.table-agency-block .table th,
.table-agency-block .table td {
    vertical-align: inherit !important;
}

.list-view .items {
    margin-left: -10px !important;
}

#testimonial-items {
    opacity: .4 !important;
}

.list-coupons .table {
    margin-bottom: 20px !important;
}

.list-coupons table tbody tr td:last-child {
    text-align: center;
}

@media (max-width: 1024px) {

    .summary-badge-top {
        max-width: 100%;
    }

    .table-coupon-icon {
        margin: 0 10px;
    }

    .import-testimonials .kt-portlet__head {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .import-testimonials .kt-portlet__head-actions {
        position: relative;
        top: 0;
    }

    .import-testimonials .kt-portlet__head-toolbar {
        margin-top: 0px;
    }

    .kt-header__topbar-item--langs {
        position: fixed;
    }

    .kt-header-mobile--fixed .kt-header__topbar {
        width: 50px;
        z-index: 200;
        top: 56px;
        right: 50px;
        background: transparent;
        left: auto;
    }

    .kt-header__topbar-item--user img {
        display: none;
    }

    .kt-radio-inline-two {
        min-height: 35px;
    }

    .personal-layout .row {
        margin-bottom: 0;
    }

    .kt-menu__nav {
        padding: 25px 0 !important;
    }

    .col-table-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .automate-size-border {
        width: initial;
        height: initial;
    }
}

@media (max-width: 991px) {

    .automate-size {
        display: none;
    }

    .notification-slider {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 15px;
        margin-bottom: 15px;
        font-size: 13px;
    }

    .kt-portlet__head-label {
        display: none !important;
    }

    .kt-portlet__head-toolbar {
        margin: 0 auto;
    }

    .personal-layout .kt-portlet__head-label {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }



    .row-media-checkbox {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

}

@media (max-width: 767px) {

    .form__testimonial-second .form__testimonial_nav-item:nth-child(3) {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
    }

    .kt-login.kt-login--v6 .kt-login__aside .kt-login__wrapper .kt-login__account {
        margin-top: 40px !important;
    }

    .form__testimonial .submit {
        margin-top: 20px;
    }

    .kv-table-wrap tr>td:first-child {
        font-size: 14px !important;
    }

    .youtube-btn_wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .btn-youtube {
        margin-left: 0 !important;
        margin-top: 10px !important;
    }

    .form__testimonial-item textarea {
        padding-right: 12px;
    }



    .form__testimonial_nav-photos {
        padding-top: 3px;
    }

    .form__testimonial_nav-item svg {
        width: 100%;
    }

    .rating__wrapper {
        width: auto;
    }

    .table-link .btn {
        display: none;
    }

    .unique__link_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .link-desktop {
        display: none;
    }

    .link-mob {
        display: block;
    }

    .unique__link .btn {
        display: none;
    }

    #modal-preview .modal__wrap {
        padding: 15px;
    }

    .preview-offer-block {
        margin-top: 20px;
    }

    /* .affiliate__link{
            flex-direction: column;
            align-items: flex-start;
    } */

    /* .affiliate__link .fa-link{
            display: none;
    } */

    /* .affiliate__link a{
            margin: 0 10px 10px 0;
    } */

    .affiliate__link .btn {
        display: none;
    }

    .search-mob {
        display: block;
    }

    .filter-content-hide {
        padding-bottom: 10px;
    }

    .search-laptop {
        display: none;
        display: block;
    }

    .list-coupons .filter-content {
        margin-bottom: 0;
        padding-bottom: 0;
    }


    .btn-filter-desktop {
        display: none !important;
    }

    .btn-filter-mobile {
        display: block !important;
        margin-bottom: 15px;
    }

    .btn-filter-manage {
        padding: 20px 20px 0 20px;
    }

    .filter__wrapper {
        display: none;
    }

    .filter__wrapper .filter-content,
    .filter__wrapper .filter-content-hide {
        display: block;
    }

    .filter__wrapper .filter-search {
        display: none;
    }

    .list-coupons .filter-mobile {
        padding: 0;
        padding-bottom: 20px;
    }


    .table-link-title {
        font-size: 14px;
    }

    .fxp {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-top: 0rem !important;
    }

    .dpl {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 2rem;
    }

    .mobile-mt {
        margin-top: 2rem;
    }

    #modal-coupon .modal__wrap .mobile-mt {
        margin-top: 1rem;
    }

    #modal-coupon .modal__wrap {
        padding: 15px;
    }

    /* Footer */
    .footer .copyright-img {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 20px;
    }

    .copyright-text {
        text-align: center;
    }

    .footer .menu {
        margin-bottom: 0;
    }

    .socseti {
        margin: 20px 0 20px 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer-badge {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer .menu li a {
        text-align: center;
        padding: 8px 0;
    }

    .socseti a {
        margin: 0;
        margin: 0 10px;
    }


    /* Form */
    .form-add .row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0;
    }



    .form-control-record {
        max-width: 50%;
    }

    .form-add-photo .btn {
        margin: 15px 0;
    }

    .form-add-btn .btn {
        margin-left: 15px;
        margin-bottom: 0;
    }

    /* Import Testimonials */
    .import-testimonials .kt-portlet__head,
    .import-testimonials .kt-portlet__head-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .import-testimonials .kt-portlet__head-actions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: 0;
        margin-top: 5px;
    }

    .import-testimonials .kt-portlet__head-label {
        display: none !important;
    }

    .import-testimonials .kt-portlet__head-actions,
    .import-testimonials .dropdown,
    .import-testimonials .dropdown-toggle {
        width: 100%;
        max-width: 270px;
    }

    .btn-block-import button,
    .import-testimonials__btn a {
        margin: 5px 0;
        width: 100%;
        max-width: 270px;
    }

    .import-testimonials .kt-portlet__head .dropdown-menu {
        width: 100%;
        max-width: 270px;
        -webkit-transform: translate3d(0px, 36px, 0px);
        transform: translate3d(0px, 36px, 0px);
    }

    /* Manage */
    .manage .kt-widget__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .manage .kt-widget__content {
        padding-left: 0 !important;
        margin-top: 0.6rem !important;
    }

    .manage .kt-widget__action {
        margin-left: -.5rem;
    }

    .kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__pic {
        min-width: 110px;
        max-width: 110px;
        height: 110px;
    }

    .kt-widget__subhead {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: .4rem 0 .3rem !important;
    }

    .kt-widget__subhead a {
        padding: 0.5rem 1rem 0.5rem 0 !important;
    }

    .manage-statistic .kt-portlet {
        margin-bottom: 10px;
    }

    .manage-statistic {
        padding: 0 5px;
    }

    .manage-statistic .col-6 {
        padding-right: 5px;
        padding-left: 5px;
    }

    .manage .ava {
        margin-top: 0;
    }

    .manage .kt-widget__pic {
        margin-top: 0;
    }

    .manage .kt-widget__head {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }


    .manage__bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .source {
        margin-left: 0;
        padding: 5px 0;
    }

    .stars {
        margin-right: 25px;
        padding: 5px 0;
    }

    .bottom-btn {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .bottom-btn .btn {
        margin-left: 0;
        margin-right: 15px;
    }

    .bottom-btn .btn:last-child {
        margin-right: 0;
    }

    .panel-body {
        min-height: 200px;
    }

    .panel-body svg {
        max-width: 120px;
    }

    .col-laptop-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-laptop-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .rating__wrap .progress {
        width: 220px;
    }

    .add-testimonial .mobile-mt {
        margin-top: 1rem;
    }

    .reviews__link_left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .reviews__link a {
        margin-left: 0;
    }

    .reviews__link .btn {
        display: none;
    }

    .form-control {
        font-size: 14px;
    }

}

@media(max-width: 480px) {

    .btn-back-agency span {
        display: none;
    }

    .btn-back-agency .la-arrow-left {
        left: 3px;
        position: relative;
    }


    .jcsb {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .top__right {
        margin-top: 10px;
    }

    .filter-content {
        display: none;
        padding: 20px;
        padding-top: 0;
    }

    .filter-content .form-group {
        margin-bottom: 10px;
    }

    .filter-mobile {
        display: block;
    }

    .filter-search span {
        display: inline;
        font-size: 14px;
        margin-left: 4px;
    }

    .filter-search i {
        font-size: 1.1rem !important;
    }

    .ui-state-default .btn {
        margin-left: 5px;
        min-width: 35px;
    }

    .manage-checkbox {
        width: 100%;
    }
}

@media(max-width: 374px) {
    .rating__wrap .progress {
        width: 180px;
    }

    .rating-stars img {
        width: 46px;
    }

    .form__testimonial .block-second {
        width: 260px;
    }

    .form__testimonial-section .container {
        margin-left: -15px;
    }

    .mtf-info {
        display: none;
    }

    .kt-header-mobile--fixed .kt-header__topbar {
        right: 45px !important;
    }

    .btn-back-agency {
        margin-right: 40px;
    }

    .logo-text {
        font-size: 14px !important;
        line-height: 15px !important;
    }

    .logo img {
        max-width: 42px !important;
    }



    .add-testimonial .btn-padding {
        padding: 0.65rem 1rem;
    }

}



/* LOGIN */

.kt-login.kt-login--v6 {
    background: #fff;
}

.kt-login.kt-login--v6 .kt-login__aside {
    padding: 2rem;
    background: #fff;
    /* width: 600px; */
}

.kt-login.kt-login--v6 .kt-login__aside .kt-login__wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2rem;
}

.kt-login.kt-login--v6 .kt-login__aside .kt-login__wrapper .kt-login__container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 400px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 5rem;
}

.kt-login.kt-login--v6 .kt-login__aside .kt-login__wrapper .kt-login__container .kt-login__body {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.kt-login.kt-login--v6 .kt-login__aside .kt-login__wrapper .kt-login__container .kt-login__logo {
    text-align: center;
    margin: 0 auto 20px auto;
}

.kt-login.kt-login--v6 .kt-login__aside .kt-login__wrapper .kt-login__container .kt-login__head {
    margin-top: 1rem;
    text-align: center;
}

.kt-login.kt-login--v6 .kt-login__aside .kt-login__wrapper .kt-login__container .kt-login__head .kt-login__title {
    text-align: center;
    font-size: 1.5rem;
    color: #595d6e;
    font-weight: 500;
    font-size: 22px;
}

.kt-login.kt-login--v6 .kt-login__aside .kt-login__wrapper .kt-login__container .kt-login__head .kt-login__desc {
    text-align: center;
    font-size: 1rem;
    color: #74788d;
    font-weight: 400;
    margin-top: 1rem;
}

.kt-login.kt-login--v6 .kt-login__aside .kt-login__wrapper .kt-login__container .kt-login__form {
    margin-top: 40px;
}

.kt-login.kt-login--v6 .kt-login__aside .kt-login__wrapper .kt-login__container .kt-login__form .form-group {
    margin: 0;
    padding: 0;
    position: relative;
    margin-bottom: 27px;
}

.kt-login__form .form-group:last-child {
    margin-bottom: 0 !important;
}

.kt-login.kt-login--v6 .kt-login__aside .kt-login__wrapper .kt-login__container .kt-login__form .form-group label {
    line-height: 1;
    margin-bottom: 5px;
    color: #999;
}


.kt-login.kt-login--v6 .kt-login__aside .kt-login__wrapper .kt-login__container .kt-login__form .form-control {
    height: 40px;
    border-radius: 4px;
    /* border: 0; */
    /* border-bottom: 1px solid rgba(235, 237, 242, 0.8); */
    padding: 1rem 0;
    margin-top: 0.1rem;
    color: #595d6e;
    border: 1px solid #c6c8d1;
    padding-left: 20px;
}

.mb0 {
    margin-bottom: 0 !important;
}


.kt-login.kt-login--v6 .kt-login__aside .kt-login__wrapper .kt-login__container .kt-login__form .form-control::-moz-placeholder {
    color: #74788d;
    opacity: 1;
}

.kt-login.kt-login--v6 .kt-login__aside .kt-login__wrapper .kt-login__container .kt-login__form .form-control:-ms-input-placeholder {
    color: #74788d;
}

.kt-login.kt-login--v6 .kt-login__aside .kt-login__wrapper .kt-login__container .kt-login__form .form-control::-webkit-input-placeholder {
    color: #74788d;
}

.kt-login.kt-login--v6 .kt-login__aside .kt-login__wrapper .kt-login__container .kt-login__form .form-control.form-control-last {
    border: 0;
}

.kt-login.kt-login--v6 .kt-login__aside .kt-login__wrapper .kt-login__container .kt-login__actions {
    margin: 30px 0 35px;
    text-align: center;
}



.kt-login.kt-login--v6 .kt-login__aside .kt-login__wrapper .kt-login__container .kt-login__extra {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.kt-login.kt-login--v6 .kt-login__aside .kt-login__wrapper .kt-login__container .kt-login__extra label {
    margin: 0;
}

.kt-login.kt-login--v6 .kt-login__aside .kt-login__wrapper .kt-login__container .kt-login__extra a {
    font-weight: 500;
    color: #34495e;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    display: inline-block;
    border-bottom: 1px dashed transparent;
}

.kt-login.kt-login--v6 .kt-login__aside .kt-login__wrapper .kt-login__container .kt-login__extra a:hover {
    /* -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; */
    /* color: #5d78ff; */
    border-bottom: 1px dashed #34495e;
}

.kt-login.kt-login--v6 .kt-login__aside .kt-login__wrapper .kt-login__account {
    text-align: center;
    margin-top: 55px;
}

.kt-login.kt-login--v6 .kt-login__aside .kt-login__wrapper .kt-login__account .kt-login__account-msg {
    font-size: 1rem;
    font-weight: 500;
    color: #999;
}

.kt-login.kt-login--v6 .kt-login__aside .kt-login__wrapper .kt-login__account .kt-login__account-link {
    font-size: 1rem;
    font-weight: 500;
    color: #34495e;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    margin-left: -5px;
    border-bottom: 1px dashed transparent;
}

.kt-login.kt-login--v6 .kt-login__aside .kt-login__wrapper .kt-login__account .kt-login__account-link:hover {
    /* -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; */
    /* color: #5d78ff; */
    border-bottom: 1px dashed #34495e;
}

.kt-login.kt-login--v6 .btn {
    height: 46px;
    padding-left: 3rem;
    padding-right: 3rem;
}

.btn-sign {
    width: 180px;
    height: 40px !important;
    border-radius: 4px;
    background-color: #ff6600;
    border: none;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    margin: 0 auto;
    box-shadow: none !important;
    color: #ffffff;
}

.btn-sign:hover,
.btn-sign:active,
.btn-sign:focus {
    background: #df5900 !important;
}

.btn-sign-m0 {
    margin: 0;
}

.kt-login__actions-df {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0 !important;
}

.kt-login__actions-df button {
    width: auto;
    margin: 0 0.5rem !important;
    padding: 0 3rem !important;
}

.kt-login.kt-login--v6 .btn~.btn {
    margin-left: 0.5rem;
}

.kt-login.kt-login--v6 .kt-login__content {
    background-size: cover;
    background-repeat: no-repeat;
}

.kt-login.kt-login--v6 .kt-login__content .kt-login__section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.kt-login.kt-login--v6 .kt-login__content .kt-login__section .kt-login__title {
    color: #ffffff;
    font-size: 3.5rem;
    font-weight: 500;
    margin-bottom: 2rem;
}

.kt-login.kt-login--v6 .kt-login__content .kt-login__section .kt-login__desc {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.1rem;
    font-weight: 400;
}

.kt-login.kt-login--v6.kt-login--signin .kt-login__signup {
    display: none;
}

.kt-login.kt-login--v6.kt-login--signin .kt-login__signin {
    display: block;
}

.kt-login.kt-login--v6.kt-login--signin .kt-login__forgot {
    display: none;
}

.kt-login.kt-login--v6.kt-login--signup .kt-login__signup {
    display: block;
}

.kt-login.kt-login--v6.kt-login--signup .kt-login__signin {
    display: none;
}

.kt-login.kt-login--v6.kt-login--signup .kt-login__forgot {
    display: none;
}

.kt-login.kt-login--v6.kt-login--signup .kt-login__account {
    display: none;
}

.kt-login.kt-login--v6.kt-login--forgot .kt-login__signup {
    display: none;
}

.kt-login.kt-login--v6.kt-login--forgot .kt-login__signin {
    display: none;
}

.kt-login.kt-login--v6.kt-login--forgot .kt-login__forgot {
    display: block;
}

.kt-login.kt-login--v6 .kt-login__aside .kt-login__wrapper {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.11);
    width: 460px;
    padding-top: 2rem !important;
}

.kt-login__signin .kt-login__logo a {
    display: block;
}

.dfac {
    display: flex;
    align-items: center;
}

.kt-login.kt-login--v6 .kt-login__content .kt-login__section .kt-login__title {
    color: #595d6e;
    text-align: center;
}

.kt-login__block img {
    width: 500px;
    height: auto;
}

.login-container {
    width: 100%;
    max-width: 1170px !important;
    margin: 0 auto;
    display: flex;
    /* background: #ccc; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-slider_wrap {
    width: 650px;
    height: 662px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.11);
    position: relative;
    margin-left: 30px;
}

.login-slider {
    display: block;
}

.login-slider-item {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.login-slider-item-text {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 5px;
    background: #fff;
    color: #333333;
    font-family: Poppins;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
}

.login-slider-item-img {
    width: 100%;
    height: 582px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.login-slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    z-index: 10;
    bottom: 12px;
    right: 12px;
}

.login-slider .slick-dots li {
    width: 14px;
    height: 14px;
    border: 2px solid #c6c8d1;
    background-color: transparent;
    margin: 0 2px;
    list-style: none;
    border-radius: 100%;
    box-shadow: none;
}

.login-slider .slick-dots .slick-active {
    background-color: #ff6600;
    border: 2px solid #ff6600;
    width: 16px;
    height: 16px;
}

.login-slider .slick-dots li button {
    font-size: 0;
    border: none;
    outline: none;
    opacity: 0;
}

.p0 {
    padding: 0 !important;
}

.kt-login__account-second {
    display: block !important;
}




@media (max-width: 1199px) {

    .login-container {
        flex-direction: column !important;
        align-items: center;
        padding: 50px 20px;
        max-width: 700px;
    }

    .kt-login.kt-login--v6 .kt-login__aside {
        width: 100%;
        max-width: 700px;
        margin-bottom: 50px;
    }

    .login-slider_wrap {
        width: 100%;
        max-width: 700px;
        margin-left: 0;
        height: 380px;
    }

    .login-slider-item-text {
        height: 60px;
        font-size: 20px;
    }

    .login-slider-item-img {
        height: 320px;
    }

}

@media (max-width: 1199px) {
    .kt-login.kt-login--v6 {
        height: 100%;
    }

    .kt-login.kt-login--v6 .kt-login__aside {
        padding: 20px 15px;
        width: 100%;
    }

    .kt-login.kt-login--v6 .kt-login__aside .kt-login__wrapper {
        width: 100%;
        margin: 0 auto;
        padding: 30px 15px;
    }

    .kt-login.kt-login--v6 .kt-login__aside .kt-login__wrapper .kt-login__container {
        width: 100%;
        padding-bottom: 20px;
    }

    .kt-login.kt-login--v6 .kt-login__aside .kt-login__wrapper .kt-login__container .kt-login__form {
        margin-top: 20px;
    }

    .kt-login.kt-login--v6 .kt-login__aside .kt-login__wrapper .kt-login__container .kt-login__actions {
        margin: 20px 0;
    }

    .kt-login.kt-login--v6 .kt-login__aside .kt-login__wrapper .kt-login__logo {
        margin: 20px auto;
    }

    .kt-login.kt-login--v6 .kt-login__aside .kt-login__account {
        margin-top: 1.5rem;
    }

    .kt-login.kt-login--v6 .kt-login__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px 15px;
    }

    .kt-login.kt-login--v6 .kt-login__content .kt-login__section .kt-login__title {
        font-size: 1.3rem;
        margin-bottom: 1rem;
    }

    .kt-login.kt-login--v6 .kt-login__content .kt-login__section .kt-login__desc {
        font-size: 1rem;
        margin: 0;
    }
}

@media (max-width: 767px) {

    .pagination {
        overflow-x: scroll;
    }

    .kt-login.kt-login--v6 .kt-login__aside {
        max-width: 340px;
    }

    .login-slider_wrap {
        max-width: 340px;
    }

    .login-slider-item-text {
        font-size: 15px;
        padding: 0 20px;
        height: 50px;
    }

    .login-slider_wrap {
        height: 270px;

    }

    .login-slider-item-img {
        height: 220px;
    }

    .kt-login.kt-login--v6 .kt-login__aside .kt-login__wrapper .kt-login__container .kt-login__head .kt-login__title {
        font-size: 18px;
    }

    .kt-login.kt-login--v6 .kt-login__aside .kt-login__wrapper .kt-login__container .kt-login__logo a img {
        width: 100px;
    }

    .btn-block-import {
        flex-direction: column;
        align-items: center;
    }

    .page__login .btn-facebook,
    .page__login .btn-google {
        width: calc(100%) !important;
        margin: 0 !important;
    }

    .page__login .btn-facebook {
        margin-bottom: 10px !important;
    }

}

@media (max-width: 374px) {

    .kt-login.kt-login--v6 .kt-login__aside {
        max-width: 300px;
    }

    .login-slider_wrap {
        max-width: 300px;
    }

}

.registration-form-item {
    position: relative;
}




/* Registration */
.registration {
    font-family: 'Roboto', sans-serif;
    width: 100%;
    height: auto;
    min-height: 100vh;
    background: #fff;

}

.registration_wrap {
    position: relative;
    overflow: hidden;
    display: flex;
    background: #fff;
    /* flex-wrap: wrap; */
}

.registration .col {
    width: auto;
    min-width: 50%;
    height: auto;
    min-height: 100vh;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    padding: 25px 45px;
}

.registration .col-left {
    background-color: #f1f2ea;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    /* padding-top: 15%; */
}

.registration-center .col-left {
    padding-top: 13%;
}

.registration .col-left-step2 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.registration .info .title {
    display: block;
    color: #42433b;
    font-size: 24px;
    font-weight: 300;
    line-height: 38px;
    text-transform: uppercase;
    width: 100%;
    max-width: 530px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 45px;
}

.registration .info__list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.registration .info__list_item {
    width: 450px;
    height: 50px;
    border-radius: 40px;
    background: #fff;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.registration .info__list_item:last-child {
    margin-bottom: 0;
}

.registration .info__list_item-number {
    width: 48px;
    height: 48px;
    border: 1px solid #86ab39;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #83a737;
    font-size: 24px;
    margin-right: 15px;
}

.registration .info__list_item-text {
    margin: 0;
    max-width: 316px;
    font-size: 18px;
    line-height: 22px;
    color: #85887a;
}

.registration .reviews {
    width: 100%;
    max-width: 740px;
    margin-top: 120px;
    /* background: #222; */
}

.registration .reviews_col {
    margin: 0 5px;
}

.registration .slick-initialized .slick-slide:focus {
    outline: none;
}

.registration .reviews_item {
    margin-bottom: 50px;
}

.registration .reviews_item-text {
    background: #fff;
    padding: 20px 25px;
    border-radius: 15px;
    position: relative;
}

.registration .reviews_item-text-icon {
    position: absolute;
    bottom: -28px;
    left: 44px;

}

.registration .reviews_item-text p {
    margin: 0;
    color: #85887a;
    font-size: 14px;
    font-style: italic;
    line-height: 20px;
}

.registration .reviews_item-bottom {
    display: flex;
    align-items: center;
    margin-left: 85px;
    margin-top: 10px;
}

.registration .reviews_item-photo {
    width: 61px;
    height: 61px;
    border-radius: 100%;
    margin-right: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.registration .reviews_item-line {
    display: block;
    margin: 0 10px;
}

.registration .reviews_item-bottom {
    color: #42433b;
    font-size: 14px;
    font-weight: 500;
    line-height: 38px;
}

.registration .reviews .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.registration .reviews .slick-dots li button {
    font-size: 0;
    display: none !important;

}

.registration .reviews .slick-dots li {
    width: 10px;
    height: 10px;
    background-color: #c8c9c3;
    border-radius: 100%;
    margin: 0 6px;
}

.registration .reviews .slick-dots .slick-active {
    background-color: #686868;
}




/* FORM BOX */
.registration .box {
    width: 100%;
    max-width: 677px;
    box-shadow: 0 2px 15px rgba(97, 104, 82, 0.25);
    background-color: #ffffff;
    padding: 15px 75px 50px;
}

.registration .box-second {
    padding-bottom: 50px;
}

.registration .box-logo img {
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 325px;
}

.registration .box .title {
    font-size: 24px;
    color: #42433b;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 15px;
    display: block;
}

.registration .steps {
    margin: 30px 0 40px;
    width: 100%;
}

.registration .steps_text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.registration .steps_text-item {
    color: #8c8e90;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

.registration .steps_text .active {
    color: #86ab38;
}

.registration .steps_wrap {
    width: 96%;
    margin: 0 auto;
    margin-top: 13px;
    position: relative;
}

.registration .steps_line {
    display: flex;
    align-items: center;
}

.registration .steps_line-item {
    width: 100%;
    height: 2px;
    background-color: #c8c9cd;
}

.registration .steps_line .active {
    background-color: #86ab38;
}

.registration .steps_circle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.registration .steps_circle-item {
    min-width: 8px;
    height: 8px;
    background-color: #d3d4d8;
    border-radius: 100%;
    position: absolute;
    display: block;
}

.registration .steps_circle-item:nth-child(1) {
    left: 0;
    /* transform: translateX(-50%); */
}

.registration .steps_circle-item:nth-child(2) {
    left: 33%;
    transform: translateX(-33%);
}
.registration .steps_circle-item:nth-child(3) {
    left: 66%;
    transform: translateX(-66%);
}

.registration .steps_circle-item:nth-child(4) {
    position: absolute;
    right: 0;
    /* transform: translateX(50%); */
}

.registration .steps_circle .active {
    background: #fff;
    border: 4px solid #86ab38;
    min-width: 18px;
    height: 18px;
}

.registration .form {
    width: 100%;
}

.registration .form-item {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
}

.registration .form-item:last-child {
    margin-bottom: 0;
}

.registration .form-item input, 
.registration .form-item select {
    width: 100%;
    height: 60px;
    border-radius: 2px;
    color: #42433b;
    padding-left: 25px;
    border: 1px solid #d4d5d9;
}

.registration .form-item-text {
    color: #a8aaac;
    font-size: 16px;
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    cursor: text;
}

/* .registration .form-item input:not(:placeholder-shown)~span {
    font-size: 12px;
    top: 0%;
    transform: translateY(53%);
} */

.registration .form-item input:focus~span {
    font-size: 12px;
    top: 0%;
    transform: translateY(53%);
}

.registration .form-item input:focus,
.registration .form-item textarea:focus {
    outline: none;
}

.registration .form-item textarea {
    width: 100%;
    height: 129px;
    border-radius: 2px;
    border: 1px solid #d4d5d9;
    background-color: #ffffff;
    padding: 25px;
    padding-right: 100px;
    color: #42433b;
    resize: none;
    font-size: 16px;
}

.registration .form-item input::placeholder,
.registration .form-item textarea::placeholder {
    color: #a8aaac;
}

.registration .form-item input:-ms-input-placeholder,
.registration .form-item textarea:-ms-input-placeholder {
    color: #a8aaac;
}

.registration .form-item input::-ms-input-placeholder,
.registration .form-item textarea::-ms-input-placeholder {
    color: #a8aaac;
}

.registration .form-file-box {
    width: 100%;
    border: 1px dashed #7b9e32;
    margin-bottom: 10px;
    height: 200px;
    display: none;
    padding: 20px;
    overflow: hidden;
}

.registration .form-file-box-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;

}

.registration .form-file-preview-photo {
    width: auto;
    height: 100%;
}

.registration .form-file-preview-video {
    height: 100%;
    width: auto;
}

.registration .form-item-file {
    width: 100%;
}

.registration .form-item-file input {
    position: absolute;
    display: none;
}

.registration .form-file-btn {
    width: 100%;
    height: 60px;
    border-radius: 2px;
    border: 1px dashed #7b9e32;
    background-color: #eaeedd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #7b9e32;
    cursor: pointer;
    transition: 0.3s;
}

.registration .form-file-btn:hover {
    background-color: #e8efd1;
}

.registration .form-password-icon svg {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    width: 27px;
    height: 17px;
    fill: #d3d5d8;
    cursor: pointer;
}

.registration .hide-eye {
    display: none;
}



.registration .conditions {
    margin: 10px 0 60px;
    color: #8c8e90;
    font-size: 12px;
    text-align: left;
}

.registration .conditions a {
    color: #86ab38;
    text-decoration: underline;
    transition: 0.3s;
}

.registration .conditions a:hover {
    text-decoration: none;
}

.registration .form-wrap {
    display: flex;
    align-items: center;
}

.registration .form-wrap .form-item {
    margin-right: 20px;
}

.registration .form-wrap .form-item:last-child {
    margin-right: 0;
    margin-bottom: 20px;
}

.registration .form-buttons {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.form-buttons_item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
}

.registration .form .submit {
    width: 100%;
    height: 60px;
    box-shadow: 0 4px 15px rgba(86, 106, 43, 0.25);
    border-radius: 2px;
    background-color: #ffffff;
    background-image: linear-gradient(to right, #7a9d31 0%, #86ab38 50%, #a2ce46 100%);
    cursor: pointer;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    transition: 0.3s;
}

.registration .form .submit:hover {
    box-shadow: 0 4px 15px rgba(86, 106, 43, 0.55);
}

.registration .box .cancel {
    color: #848689;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    transition: .3s;
    display: table;
    border-bottom: 1px solid transparent;
}

.registration .box .cancel:hover {
    border-bottom: 1px solid #848689;
}

.registration .box .subtitle {
    text-align: center;
    max-width: 425px;
    margin: 0 auto;
    margin-bottom: 35px;
    display: block;
    color: #42433b;
    font-size: 20px;
    text-transform: uppercase;
}

.registration .box .description {
    text-align: center;
    max-width: 405px;
    margin: 0 auto;
    display: block;
    color: #42433b;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.registration .form-radio {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    position: relative;
    left: 30px;
    margin-bottom: 60px;
}

.registration .form-radio-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    margin-bottom: 15px;
}

.registration .form-radio-item input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.registration .form-radio-item input:checked~.form-radio-item-icon span {
    opacity: 1;
}

.registration .form-radio-item p {
    margin: 0;
    padding: 0;
    color: #42433b;
    font-size: 16px;
    font-weight: 400;
}


.registration .form-radio-item-icon {
    min-width: 15px;
    height: 15px;
    border: 1px solid #86ab38;
    background-color: #ffffff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.registration .form-radio-item-icon span {
    width: 11px;
    height: 11px;
    background: #86ab38;
    display: block;
    border-radius: 100%;
    opacity: 0;
    transition: 0.3s;
}


.registration .badge {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.registration .badge-title {
    color: #42433b;
    font-size: 24px;
    font-weight: 300;
    line-height: 38px;
    text-transform: uppercase;
    width: 100%;
    max-width: 645px;
    display: block;
    text-align: center;
    white-space: normal;
}

.registration .badge-description {
    color: #42433b;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    width: 100%;
    max-width: 590px;
    display: block;
    white-space: normal;
}

.registration .badge__wrap {
    display: flex;
    margin: 55px 0 40px;
}

.registration .badge-item {
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 14px;
    width: 197px;
    padding: 22px 0 30px;
    box-shadow: 0 0 15px rgba(97, 104, 82, 0.1);
    border-radius: 30px;
    background-color: #ffffff;

}

.registration .badge-item .bronze {
    color: #d87136;
}

.registration .badge-item .silver {
    color: #a6acb5;
}

.registration .badge-item .gold {
    color: #f9bb08;
}

.registration .badge-item-number {
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin: 25px 0 15px;
}

.registration .badge-item-name {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}


.registration .slick-dots>li {
    display: inline-block;
}

.registration .slick-dots>li:only-child {
    display: none;
}

.registration .rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 70px 0 30px;
    padding: 10px 20px;
    background-image: linear-gradient(to right, #ffffff 0%, #a1ce46 100%);
}

.registration .rating-title {
    color: #a8aaac;
    font-size: 16px;
}

.registration .rating-stars {
    display: flex;
    align-items: center;
}

.registration .rating-stars svg {
    fill: #fff;
    margin-left: 7px;
}

.registration .tips-title {
    color: #42433b;
    font-size: 24px;
    font-weight: 300;
    line-height: 38px;
    text-transform: uppercase;
    font-weight: 300;
    display: block;
    text-align: center;
    margin-bottom: 80px;
}

.registration .tips-title span {
    font-weight: 500;
}

.registration .tips__wrap {
    width: 100%;
    max-width: 656px;
    background: #fff;
    padding: 50px;
    border: 1px dashed #7b9e32;
    border-radius: 2px;
}

.registration .tips_item {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.registration .tips_item:last-child {
    margin-bottom: 0;
}

.registration .tips_item-number {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    width: 25px;
    height: 25px;
    background-color: #86ab38;
    border-radius: 100px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}

.registration .tips_item-text {
    color: #41433b;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
}

.registration .login-controller button {
    width: 206px !important;
    margin: 0 10px !important;
}

.registration .login-controller a {
    width: 206px !important;
    margin: 0 10px !important;
}

.registration .btn-block-import .btn-facebook {
    padding-left: 45px;
}

.registration .btn-google {
    padding-left: 53px;
}

.registration .btn-google:focus,
.registration .btn-google:active {
    background: #3367d6 !important;
}

.registration .form-file-preview {
    height: 100%;
    width: auto;
}

.error {
    color: #ff2929;
    font-size: 12px;
    font-style: italic;
    position: absolute;
    left: 0;
    bottom: -16px;
    display: none;
}

.btn-stop-record {
    display: flex;
    align-items: center;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    transition: .3s background;
    margin: 4rem auto;
}

.btn-stop-record svg {
    margin-right: 5px;
    min-width: 16px !important;
    min-width: 16px;
    animation: shadow-pulse 1s infinite;
    border-radius: 100%;
}


@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.4);
    }

    100% {
        box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
    }
}


.stop-record-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: transparent;
    overflow: hidden;
}

.stop-record-line span {
    display: block;
    width: 100%;
    height: 100%;
    background: #222;
    animation: line 45s linear;
    position: relative;
}

@keyframes line {
    0% {
        transform: translateX(-100%);
    }

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

.registration-form_icon {
    display: flex;
    position: absolute;
    right: 25px;
    top: 15px;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 56px;
}

.registration-form_icon .form__testimonial_nav-item {
    width: 20px;
    margin-bottom: 8px;
}

.registration-form_icon .form__testimonial_nav-photos {
    padding-top: 2px;
}


.registration .link_name .btn-close {
    margin-top: -3px;
}

.registration .form__testimonial_wrapper_item {
    width: 100%;
}


.kt-font-brand {
    margin: 0;
    padding: 0;
}



/* .recorder-block {
    margin: 40px 0;
} */

.btn-start-record {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4rem auto;
}

.btn-start-record svg {
    margin-right: 10px;
}

.btn-save-record {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem auto 4rem;
}

.btn-save-record svg {
    margin-right: 10px;
}

.modal-dialog-record {
    max-width: 450px;
}

.modal-dialog-record .modal-body {
    padding: 0;
}

.modal-dialog-record #audio {
    margin-top: 1rem;
}


.row-small {
    width: 30% !important;
}

.dots-line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #7b9e32;
    opacity: 0.5;
    margin: 30px 0;
}

.btn-badge-code {
    border: 1px solid #d4d5d9;
    padding: 16px 0;
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: 0.3s;
    text-align: center;
    margin-top: 30px;
    color: #42433b;
}

.btn-badge-code:hover {
    background: #d4d5d9;
    cursor: pointer;
}

button {
    border: none;
}

@media (max-width: 1600px) {

    /* .registration .form-item input:not(:placeholder-shown)~span {
        font-size: 12px;
        top: 0%;
        transform: translateY(60%);
    } */

    .registration .box {
        padding-left: 55px;
        padding-right: 55px;
    }

    .registration .form-item input {
        height: 60px;
    }

    .registration .form .submit {
        height: 60px;
    }

    .registration .rating {
        margin: 30px 0;
    }

    .registration .box .title {
        margin-top: 25px;
        font-size: 22px;
    }

    .registration .form-file-btn {
        height: 60px;
    }

    .registration .box-logo img {
        max-width: 325px;
    }

    .registration .tips-title {
        margin-bottom: 40px;
    }

    .registration .form-item textarea {
        height: 119px;
    }

    .registration .form-item {
        margin-bottom: 15px;
    }

    .registration .box .description {
        max-width: 505px;
    }

    .registration .badge__wrap {
        margin: 30px 0;
    }

    .registration .badge-title {
        line-height: 30px;
    }

    .registration .box .subtitle {
        margin-bottom: 25px;
    }

    .registration .reviews {
        margin-top: 70px;
    }

    .registration .conditions {
        margin-bottom: 40px;
    }

    .registration .info .title {
        margin-bottom: 30px;
        line-height: 30px;
    }

}

@media (max-width: 1199px) {

    .registration .col-left {
        display: none;
    }

    .registration .box {
        padding-bottom: 80px;
    }

}

@media (max-width: 767px) {

    .registration-form_icon {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        top: 0;
        right: 0;
        left: 0;
        margin-bottom: 20px;
        width: 130px;
    }

    .registration-form_icon .form__testimonial_nav-photos {
        padding-top: 0;
    }

    .registration-form_icon .form__testimonial_nav-item {
        margin: 0;
        margin-right: 10px;
    }

    .registration .form-item-text {
        left: 15px;
    }

    .registration .btn-block-import {
        flex-direction: row;
    }

    .registration .login-controller button {
        width: 170px !important;
        height: 34px !important;
        margin: 0 8px !important;
    }

    .registration .btn-facebook,
    .registration .btn-google {
        font-size: 12px;
    }

    .registration .btn-facebook:before {
        width: 29px;
        height: 21px;
        top: 6px;
        left: 1px;
    }

    .registration .btn-block-import .btn-facebook {
        padding-left: 36px;
    }

    .registration .btn-google {
        padding-left: 42px;
    }

    .registration .btn-google:before {
        width: 32px;
        height: 32px;
    }

}

@media (max-width: 600px) {

    .registration .box {
        box-shadow: none;
        padding: 50px 20px;
    }

    .registration .col {
        padding: 0;
    }

    .registration .form-item input {
        height: 60px;
        padding-left: 15px;
    }

    .registration .form-item textarea {
        padding: 15px;
    }

    .registration .form .submit {
        height: 60px;
        margin-top: 0;
    }

    .registration .box .cancel {
        margin-top: 0;
    }

    .registration .box .title {
        font-size: 18px;
        margin-top: 20px;
    }

    .registration .steps {
        margin: 30px 0 55px;
    }



    .registration .conditions {
        margin-bottom: 20px;
    }


    .registration .box-logo img {
        max-width: 215px;
    }

    .registration .form-file-btn {
        height: 60px;
    }

    .registration .form-wrap {
        flex-direction: column;
    }

    .registration .form-wrap .form-item {
        margin-right: 0;
    }

    .registration .form-radio {
        left: 0;
        margin-bottom: 20px;
    }

    .registration .box .description {
        font-size: 12px;
        line-height: 20px;
    }

    .registration .box .subtitle {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .registration .rating {
        padding: 10px;
        margin: 30px 0;
    }

    .registration .form-buttons {
        display: flex;
        align-items: center;
        margin-top: 30px;
    }

    .registration .form-buttons .submit {
        order: 2;
    }

    .registration .form-buttons .cancel {
        width: 100%;
    }

    .registration .form-radio-item p {
        font-size: 14px;
    }

    .btn-badge-code {
        font-size: 14px;
    }


}

@media (max-width: 374px) {

    .registration .rating-stars svg {
        width: 24px;
        height: 24px;
    }

    .registration .btn-block-import .btn-facebook {
        padding-left: 35px;
        font-size: 10px;
    }

    .registration .btn-google {
        padding-left: 40px;
        font-size: 10px;
    }

}


.registration .testimonial-table__wrap {
    width: 100%;
    max-width: 800px;
    /* margin: 100px; */
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.registration .testimonial-table-title {
    text-align: center;
    font-size: 20px;
    display: block;
    font-weight: 500;
}



.registration .testimonial-table-large_wrap table {
    border: 1px solid #ebedf2;
    /* min-width: 640px; */
    /* max-width: 640px; */
}

.registration .testimonial-table-large_wrap table tr th {
    border-bottom: 1px solid #ebedf2;
    background-color: #f7f8fa;
    font-weight: 700;
}

.registration .testimonial-table_bottom:last-child {
    border-bottom: none;
}

.registration .testimonial-table-large_wrap table tr th,
.registration .testimonial-table-large_wrap table tr td {
    border-right: 1px solid #ebedf2;
    padding: 10px;
}

.registration .testimonial-table-large_wrap table tr td {
    border-bottom: 1px solid #ebedf2;
}

.registration .testimonial-table-large_wrap table tr th:nth-child(1),
.registration .testimonial-table-large_wrap table tr td:nth-child(1) {
    min-width: 90px;
    max-width: 90px;
}

.registration .testimonial-table-large_wrap table tr th:nth-child(2),
.registration .testimonial-table-large_wrap table tr td:nth-child(2) {
    max-width: 250px;
}



.registration .testimonial-table_btn {
    margin: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.registration .testimonial-table_btn-item {
    width: fit-content;
    height: 36px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px !important;
    border-radius: 4px;
    cursor: pointer;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500 !important;
    transition: 0.3s;
}

.registration .testimonial-table_btn-item.btn-csv {
    background: #af0606;
}

.registration .testimonial-table_btn-item.btn-csv:hover {
    background: #9b0505;
}

.registration .testimonial-table_btn-item.btn-facebook {
    background: #4c69ba;
}

.registration .testimonial-table_btn-item.btn-facebook:hover {
    background: #3b5999;
}

.registration .testimonial-table_btn-item.btn-google {
    background: #4285f4;
}

.registration .testimonial-table_btn-item.btn-google:hover {
    background-color: #3367d6;
}

.registration .testimonial-table_btn-item svg {
    width: 16px;
    height: 16px;
    fill: #fff;
    margin-right: 10px;
}

.registration .testimonial-table-btn {
    background-color: #1dc9b7;
    border-radius: 4px;
    width: 43px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0 auto;
}

.registration .testimonial-table-btn svg {
    fill: #fff;
    width: 15px;
    margin-left: 2px;

}

.registration .testimonial-table-accounts {
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
}

.testimonial-table_btn-item:before {
    display: none;
}

.testimonial-table_btn-item {
    height: 40px !important;
}

.testimonial-table-small .testimonial-table_top .col:nth-child(1),
.testimonial-table-small .testimonial-table_bottom .col:nth-child(1) {
    min-width: 60%;
}

.registration-large .box {
    max-width: 750px;
}

.btn-back {
    padding: 10px 20px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5867dd;
    border: 1px solid #5867dd;
    transition: .3s;
    margin: 60px 0 auto auto;
    width: fit-content;
}

.btn-back:hover {
    background: #5867dd;
    color: #fff;
}

.testimonial-table-large-item .col:nth-child(2) {
    min-width: 40%;
}

.testimonial-table-large-item .col:nth-child(5) {
    max-width: 60px;
}

.testimonial-table-large-item .col:nth-child(6) {
    max-width: 40px;
}

.test-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.test-btn .btn {
    min-width: 170px;
    margin: 0 10px;
    cursor: pointer;
}

.test-btn-delete svg {
    width: 16px;
    height: 16px;
    transition: 0.3s;
    cursor: pointer;
}

.test-btn-delete svg:hover {
    fill: #5867dd;
}

.modall {
    margin-top: 30px;
}

.complete-profile__wrap select {
    height: calc(1.5em + 1.3rem + 2px);
    padding: 0.65rem 1rem;
    border: 1px solid #e2e5ec;
    background: #fff;
}

.complete-profile__wrap select:focus {
    outline: none;
}

#reviews-import-modal .modal-lg {
    max-width: 600px;
}

.testimonial-table-auto {
    min-width: auto !important;
}

@media (max-width:1199px) {
    .testimonial-table-large_wrap {
        overflow-x: scroll;
    }

    .registration .testimonial-table-large_wrap table {
        border: 1px solid #ebedf2;
        min-width: 640px;
        max-width: 640px;
    }
}


@media (max-width:767px) {

    .registration .testimonial-table_btn {
        flex-direction: column;
        align-items: center;
        width: 220px;
        margin: 30px auto;
    }

    .registration .testimonial-table_btn-item {
        width: 100%;
        margin: 0 !important;
        margin-bottom: 10px !important;
    }

    .registration .testimonial-table-btn {
        width: 36px;
        height: 30px;
    }

    .test-btn .btn {
        min-width: 100px;
    }

}


.action-buttons {
    padding-left: 20px !important;
    padding-right: 20px !important;
}


@media (max-width:1400px) {

    .kt-widget__desc {
        max-width: 900px;
    }

}

@media (max-width:1300px) {

    .kt-widget__desc {
        max-width: 620px;
    }
}


@media (max-width:1199px) {

    .kt-widget__desc {
        max-width: 820px;
    }

}

@media (max-width:991px) {

    .kt-widget__desc {
        max-width: 610px;
    }

}

.form-item-next {
    font-size: 16px;
    color: #8c8e90;
}

.form-item-next a {
    color: #86ab38;
    text-decoration: underline;
    transition: 0.3s;
}

.form .conditions {
    margin: 0px;
}

.registration .box .cancel a {
    color: #848689;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    cursor: pointer;
    transition: .3s;
    display: table;
}








/* Manage Testimonials */
.manage_modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: none;
    overflow-y: scroll;

}

.manage_modal-overlay_wrap {
    width: 100%;
    height: initial;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.manage_testimonials {
    /* position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); */
    background: #fff;
    border-radius: 10px;
    width: 90%;
    max-width: 1160px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .25);
    padding-bottom: 50px;
    position: relative;
    /* max-height: 90%; */
}

.manage_testimonials .modal-header {
    justify-content: center;
}

.manage_testimonials .modal-title {
    text-align: center;
}

.manage_testimonials_head {
    padding: 15px 0;
    border-bottom: 1px solid #707070;
    max-width: 90%;
    margin: 0 auto;
}

.manage_testimonials_head .title {
    text-align: center;
    font-size: 18px;
    color: #40292E;
    font-weight: 400;
}

.manage_testimonials_wrap {
    padding: 30px 100px 0px 150px;
    display: flex;
    flex-wrap: wrap;
}

.manage_testimonials-item {
    flex-basis: calc(100% / 3 - 50px);
    margin-right: 50px;
    margin-bottom: 37px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 156px;
    background: #F7F8FA;
    border: 1px solid #EBEEF2;
    border-radius: 4px;
    padding-bottom: 13px;
    transition: 0.3s;
}

.manage_testimonials-item:hover {
    background: #4354D9;
}

.manage_testimonials-item:hover span {
    color: #ffffff;
}

.manage_testimonials-item:hover svg path {
    fill: #ffffff;
}

.manage_testimonials-item:nth-child(8) svg path {
    transition: 0.3s;
}

.manage_testimonials-item:nth-child(8):hover svg path {
    fill: transparent;
}

.manage_testimonials-item:nth-child(8):hover svg path {
    stroke: #fff;
}

.manage_testimonials-item span {
    margin-top: 24px;
    font-size: 12px;
    color: #4354D9;
    transition: 0.3s;
}

.manage_testimonials-item svg path {
    transition: 0.3s;
}

.manage_testimonials_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 150px;
    padding-right: 150px;

}

.manage_testimonials_checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 0 !important;
}

.manage_testimonials_checkbox span {
    display: block;
    top: -2px;
}

.btn-manage_modal {
    display: block;
    margin-right: 18px;
    cursor: pointer;
}

.btn-manage_modal svg {
    transition: .3s;
}

.btn-manage_modal rect {
    transition: 0.3s;
}

.btn-manage_modal:hover rect {
    fill: rgba(60, 60, 60, 1);
}





@media (max-width:1199px) {

    .manage_testimonials_wrap {
        padding: 30px 20px 0px 50px;
    }

    .manage_testimonials-item {
        flex-basis: calc(100% / 3 - 30px);
        margin-right: 30px;
        margin-bottom: 30px;
    }

    .manage_testimonials_bottom {
        padding-left: 50px;
        padding-right: 50px;
    }

    .btn-manage_modal {
        position: fixed;
        z-index: 100;
        right: 90px;
        top: 20px;
    }

}

@media (max-width:767px) {

    .manage_testimonials {
        width: 100%;
        box-shadow: none;
        height: calc(100% - 60px);
        margin-top: 27px;
        border-radius: 0;
    }

    .manage_modal-overlay {
        padding-top: 16px;
    }

    .manage_testimonials_wrap {
        padding: 30px 20px 0px 20px;
    }

    .manage_testimonials-item {
        flex-basis: calc(100%);
        margin-right: 0px;
        margin-bottom: 12px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        height: 45px;
        padding: 0;
        overflow: hidden;
    }

    .manage_testimonials-item-icon {
        width: 54px !important;
        display: flex;
        justify-content: center;
        position: relative;
        overflow: hidden;
        height: 100%;
    }

    .manage_testimonials-item span {
        margin-top: 0;
    }

    .manage_testimonials-item svg,
    .manage_testimonials-item img {
        height: 44px !important;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .manage_testimonials-item:nth-child(8) svg {
        max-width: 48px;
    }

    .manage_testimonials-item img {
        height: 35px !important;
    }

    .manage_testimonials_bottom {
        padding-left: 20px;
        padding-right: 20px;
    }

}






/* Testimonial */

.form__testimonial-widget .form__testimonial .submit {
    margin-top: 10px;
    margin-bottom: 20px;
}

.form__testimonial-widget .rating-stars img {
    width: 48px;
}

.form__testimonial-widget .block-second {
    width: 450px;
    position: relative;
}

.form__testimonial-widget .form__testimonial_nav {
    right: 15px;
}

.form__testimonial-widget .form__testimonial-widget_top {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.form__testimonial-widget .form__testimonial-widget_top .form__testimonial-logo {
    margin: 0;
    width: 100px;
}

.form__testimonial-widget .form__testimonial-widget_top .form__testimonial-title {
    margin: 0;
    margin-left: 20px;
    width: auto;
    max-width: 220px;
}

.form__testimonial-widget .form__testimonial-widget_top .form__testimonial-title .text-center {
    text-align: left !important;

}

@media (max-width: 767px) {

    .form__testimonial-widget .container {
        max-width: 585px;
    }

    .form__testimonial-widget .no-gutters {
        flex-direction: row;
        margin-right: -30px !important;
    }

    .form__testimonial-widget .no-gutters .form__testimonial-item {
        flex-basis: calc(100% / 2 - 30px) !important;
        margin-right: 30px;
        margin-bottom: 0 !important;
    }

    .form__testimonial-widget .form__testimonial_mobile {
        margin-bottom: 0;
    }

}

@media (max-width: 510px) {

    .form__testimonial-widget .form__testimonial-widget_top .form__testimonial-title {
        max-width: 200px;
    }

    .form__testimonial-widget .form__testimonial_mobile {
        margin-bottom: 28px;
    }

    .form__testimonial-widget .block-second {
        width: 290px;
    }

    .form__testimonial-widget .no-gutters {
        flex-direction: column;
        margin-right: 0 !important;
    }

    .form__testimonial-second .form__testimonial_nav {
        position: relative;
        right: auto;
        left: 0;
        margin-top: 0;
        justify-content: flex-start;
        width: 100% !important;
    }

    .form__testimonial-second .form__testimonial_nav-item {
        margin-left: 0;
        margin-right: 20px;
        display: block;
    }

    .form__testimonial-widget .form__testimonial-title {
        margin-left: 10px;
    }

    .form__testimonial-widget .rating-stars img {
        width: 42px;
    }

    .form__testimonial-widget .form__testimonial-item label {
        line-height: 1;
        margin-bottom: 3px;
    }

    .form__testimonial-widget .form__testimonial-item {
        margin-bottom: 0 !important;
    }

    .form__testimonial-widget .form__testimonial_mobile {
        margin-bottom: 20px;
    }

    .form__testimonial-widget .form__testimonial .submit {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .form__testimonial-widget .form__testimonial-logo {
        width: 102px;
    }


}

@media (max-width: 374px) {
    .form__testimonial-widget .container {
        margin-left: 0 !important;
    }
}