/*STYLES MT REBORN*/
/*.bg-white.navtabs > .row {
    background-color: #ffffff;
}*/

[contenteditable] {
    -webkit-user-select: text;
    user-select: text;
}

.splide__slide img {
    width: 100%;
    height: auto;
}

/*FONT-SIZES*/
.fz-7 {
    font-size: 7px;
}

.fz-10 {
    font-size: 10px;
}

.fz-11 {
    font-size: 11px;
}

.fz-12 {
    font-size: 12px;
}

.fz-13 {
    font-size: 13px;
}

.fz-14 {
    font-size: 14px;
}

.fz-15 {
    font-size: 15px!important;
}

.fz-16 {
    font-size: 16px;
}

.fz-17 {
    font-size: 17px;
}

.fz-18 {
    font-size: 18px;
}

.fz-19 {
    font-size: 19px;
}

.fz-20 {
    font-size: 20px;
}

.fz-21 {
    font-size: 21px;
}

.fz-22 {
    font-size: 22px;
}

.fz-23 {
    font-size: 23px;
}

.fz-25 {
    font-size: 25px;
}

.fz-26 {
    font-size: 26px;
}

.fz-27 {
    font-size: 27px;
}

.fz-30 {
    font-size: 30px;
}

.fz-32 {
    font-size: 32px;
}

.fz-35 {
    font-size: 35px;
}

.fz-36 {
    font-size: 36px;
}

.fz-37 {
    font-size: 37px;
}

.fz-42{
    font-size: 2.625rem;
}

.fz-45 {
    font-size: 45px;
}

.fz-47 {
    font-size: 47px;
}

@media(max-width: 576px) {
    .fz-xs-20 {
        font-size: 20px;
    }
}

/*FONT-WEIGHT*/
.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.get-back {
    color: #aaaaaa;
}

.get-back i {
    font-size: 16px;
}

.get-back span {
    font-size: 14px;
}

/*LINE HEIGHT*/
.line-h-1 {
    line-height: 1;
}
/*WIDTH*/
.fit-content {
    width: fit-content;
}
/*Label*/
.lbl-primary {
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.73;
    letter-spacing: normal;
    color: #666666;
}

.lbl-checkbox {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.73;
    letter-spacing: normal;
    color: #333333;
}

.lbl-lightgray {
    color: #999999;
}
/*Label end*/

/*Inputs*/
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
}
.form-control-primary {
    border-radius: 6px;
    border: solid 1px #979797;
    background-color: #ffffff;
}

/*Inputs end*/

/*HR divider*/
.hr-divider {
    border: solid 1px #cccccc;
}
/*HR divider end*/

/*Buttons*/
.btn-save {
    border-radius: 25px;
    background-color: #7ad5a3;
    padding: 1rem 4rem;
}

.btn-cancel {
    border-radius: 25px;
    background-color: #999999;
    border-color:#999999;
    padding: 1rem 4rem;
}

.btn-outline-primary:active {
    background-color: #79d5a2;
    border-color: #79d5a2;
    color: #fff;
}

.btn-aqua {
    background: #7AD5A3;
    color: white;
    border-radius: 21px !important;
    padding-top: .5rem !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    padding-bottom: .5rem !important;
    min-width: 8rem;
    font-size: 1.25rem;
}

.change-picture-btn {
    background: #FFFFFF;
    border: 1px solid #CDD6DD;
    box-shadow: 0px 2px 4px rgba(54, 62, 70, 0.13);
    border-radius: 5px;
    padding: 14px 9px 12px 12px;
    bottom: 0;
    right: 15px;
    z-index: 5;
}

.change-picture-btn.top-0{
    top:0;
    bottom: unset;
}
.change-picture-btn.top-1 {
    top: 1rem;
    right: 1rem;
    bottom: unset;
}

.change-picture-btn span {
    color: #363E46;
}

.align-flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.max-h-200px {
    max-height: 200px;
}


/*Buttons end*/

/*Borders*/
.bor-1 {
    border: solid 1px #eeeeee;
}

.bor-b-2 {
    border-bottom: solid 2px #eeeeee;
}
.bor-input-1 {
    border: 1px solid #CDD6DD !important;
}
.bd-2 {
    border: 2px solid;
}
/*Borders end*/
/*Colors*/
.cl-gray {
    color: #666666;
}

.cl-danger {
    color: #E26060; 
}

.cl-success {
    color: #259E5A !important;
}
/*Colors end*/
/***************************************************/

/***STEP 5: Create Categories page***/
.btn-import {
    font-size: 15px;
    padding: .6rem 2rem;
}

.addCategory {
    padding: 2rem 1rem;
}

.btn-addCategory {
    padding: 1rem 2rem;
}

.avatar-category {
    width: 32px;
    height: 32px;
    border-radius: 3px;
    border: solid 1px #d4d4d4;
    background-color: #f3f3f3;
}

.table-category {
    margin-top: 1rem;
    margin-right: -15px;
    margin-left: -15px;
}

.category-row {
    padding: 1.3rem 5rem 1.3rem 1rem;
}

.category-controls {
    position: relative;
}

    .category-controls i,
    .tags-controls {
        color: #babdce;
        cursor: pointer;
    }

        .category-controls i:first-child {
            position: absolute;
            left: -38px;
            top: 2px;
        }

        .category-controls i:last-child {
            position: absolute;
            top: -6px;
        }

.tags-box {
    border-radius: 5px;
    border: solid 1px #e4e4e4;
    margin-top: 1rem;
    padding: 1rem;
    /*padding-right:0;*/
}

.tags-free-box {
    margin-top: 1rem;
    padding: 1rem;
}


div.category-row:nth-child(even) {
    /*background: #eeeeee;*/
    background: #fafafa;
}

div.category-row:nth-child(odd) {
    background: #FFF;
}
/***STEP 5: Create Categories page end***/
/***Create Color Field page***/
.color-controls {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    justify-content: flex-end;
    min-width: 80px;
}

.color-controls i {
    color: #babdce;
    cursor: pointer;
}

.colorpicker-component .input-group-append span.input-group-text {
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
    background-color: #ffffff;
}

.colorpicker-component .input-group-append span.colorpicker-input-addon i {
    height: 25px;
    width: 25px;
    border: 1px solid #dee2e6 !important;
}

.colorpicker-component .color-name {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
    background-color: #ffffff;
    border-left: none;
    width: 120px;
}

.categories-header a {
    font-size: 15px;
    font-weight: bold;
    color: #7bd5a2 !important;
    text-decoration: underline !important;
    cursor: pointer;
}

.colorpicker-bs-popover .popover-body {
    padding: 0!important;
}

.colorpicker-bs-popover .colorpicker {
    position: relative !important;
    border: none !important;
    box-shadow: none !important;
}

.colorpicker-bs-popover .colorpicker::before,
.colorpicker-bs-popover .colorpicker::after {
    display: none!important;
}

/*Radio*/
.radio-group
[type="radio"]:checked, .radio-group
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    .radio-group
    [type="radio"]:checked + label, .radio-group
    [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
    }

        .radio-group
        [type="radio"]:checked + label:before, .radio-group
        [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 3px;
            width: 15px;
            height: 15px;
            border: 1px solid #67b289;
            border-radius: 100%;
            background: #fff;            
        }

        .radio-group
        [type="radio"]:checked + label:after {
            content: '';
            height: 9px;
            width: 9px;
            background: #67b289;
            position: absolute;
            top: 6px;
            left: 3px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .radio-group
        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .radio-group
        [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }
/*Radio end*/

/*Checkbox*/
/* The container */
.container-chk {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.73;
    letter-spacing: normal;
    color: #333333;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .container-chk input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 2px;
    border: solid 1px #979797;
    background-color: #ffffff;
}

/* On mouse-over, add a grey background color */
.container-chk:hover input ~ .checkmark {
    background-color: #ffffff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-chk input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-chk .checkmark:after {
    left: 7px;
    top: -6px;
    width: 5px;
    height: 17px;
    border: solid 1px #979797;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
}
/*Checkbox end*/

/****Create Color Field page end****/

/*END PAGES CATEGORIES*/

/*PAGE GET STARTED REBORN*/

.br-25 {
    border-radius: 25px;
}

.txt-transform-normal {
    text-transform: initial;
}

.br-sm {
    border-radius: 5px;
}

.cards-container{
    padding-top: 50px;
    padding-bottom: 118px;
    padding-left: 60px;
    padding-right: 60px;
}

.align-icon-text {
    display: flex;
    align-items: center;
}

.align-icon-text > svg {
    margin-right: 5px;
}

.object-cover {
    object-fit: cover
}

.object-center {
    object-position: center;
}

.max-h-150{
    height: 150px;
}

.border-b-gray {
    border-bottom: 1px solid #EBEDEE;
}

.modal-wide .modal-content {
    border-radius: 10px;
    border: 0;
}

.modal-wide .modal-body {
    padding: 60px 100px 50px 100px;
}

.modal-wide .btn.btn-radius{
    border-radius: 40px;
}

.modal-wide .btn {
    border-radius: 5px;
    min-width: 153px;
    min-height: 50px;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
}

.modal-wide h4 {
    font-size: 21px;
    line-height: 25px;
    color: #363E46;
    margin-bottom: 10px;
}

.modal-wide h5 {
    font-size: 18px;
    line-height: 22px;
    color: #9999AA;
}

.modal-wide .close {
    background: #FFFFFF;
    border: 1px solid #CDD6DD;
    box-sizing: border-box;
    box-shadow: 0px 2px 4px rgba(54, 62, 70, 0.13);
    border-radius: 50%;
    color: #0083E2; /*PRIMARY COLOR*/
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: 0;
}

.cursor-pointer{
    cursor: pointer;
}

.cursor-default {
    cursor: default !important;
}

.form-control{
    border: 1px solid #CDD6DD;
    border-radius: 3px;
}

.w-inherit {
    width: inherit !important;
    max-width: 44px;
}

.n-resize {
    resize: none;
}

.title-blue {
    color: #007cff
}

.icon-left-input, .icon-right-input{
    position: relative;
}

.icon-left-input.character input{
    padding-left: 20px;
}

.icon-left-input.character span, .icon-left-input.character span{
    top: 8px;
}

.icon-left-input span {
    position: absolute;
    top: 20px;
    left: 10px;
}

.icon-right-input a{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.text-underline{
    text-decoration: underline;
}

.badge-absolute-card {
    top: -35px;
    left: 12px;
}

.btn-og {
    min-width: 153px;
    font-size: 16px;
    text-transform: initial;
    line-height: 18px;
}

.btn__browse {
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
}
.input__price {
    font-size: 14px !important;
    line-height: 17px;
    color: #363E46;
}

.font__options__browse {
    font-size: 12px;
    line-height: 14px;
}

.font__price__listing {
    font-size: 16px;
    line-height: 19px;
}

.text__height {
    overflow: hidden;
    height: 50px;
    word-break: break-all;
}

.content-right-centered {
    padding-left: 3.875rem;
    padding-right: 6.25rem;
}

.grey-x-line{
    border:1px solid #CDD6DD;
}

.btn.btn-social {
    height: 50px;
    font-size: 15px;
    line-height: 17px;
}

.btn.btn-facebook {
    background-color: #3B529D;
    border-radius: 5px;
    text-align: center;    
    color: #ffffff;
    padding-top: 16px;
    padding-bottom: 17px;
    text-transform: initial
}

.btn.btn-google {
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding-top: 16px;
    padding-bottom: 17px;
    text-transform: initial
}

.g_id_signin {
    background: #1a73e8;
    border-radius: 5px;
    height: 50px;
    overflow: hidden;
}

.g_id_signin * {
    border: 0 !important;
}

.g_id_signin.btn-outlined {
    background: white;
}

.btn-social{
    position: relative;
}

.btn-social .social-icon{
    position: absolute;
    left: 12px;
    top: 10px;
}

input.form-control.form-control-lg:not(.input-bs) {
    font-size: 17px;
}

.list-started-steps {
    font-size: 20px;
    line-height: 2.5;
}

.list-started-steps > li {
    border-radius: 30px;
    padding: 0 10px;
    margin-bottom: 10px;
    transition: all .15s 
}
.list-started-steps > li:hover {
    background-color: #F9F9F9;
}

.featured {    
    position: relative;
    overflow: hidden;
}

.featured::before {
    content: "\00a0 \00a0 \00a0 FEATURED";
    position: absolute;
    z-index: 100;
    width: 145px;
    border-right: 14px solid transparent;
    border-left: 29px solid transparent;
    border-bottom: 20px solid #f5a623;
    -moz-transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    top: 15px;
    right: -20px;
    color: #FFF;
    height: 0;
    font-weight: bold;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0.2em;
}

.featured-slider {
    overflow: initial;
}
.featured-slider::before {
    width: 155px;
    top: 27px;
}

#map {
    height: 100%;
    position: relative;
}

.card-map{
    max-width: 280px;
}

.card-map .card-body{
    padding: 10px 15px;
}

/*.card-map img.max-h-200{
    max-height: 146px;
}*/

.gm-style img {
    width: 280px;
}

/*GOOGLE MAP CARD*/
.gm-style .gm-style-iw-c{
    padding: 0;
    overflow: unset;
}

.gm-style-iw-d {
    overflow: unset !important;
}

.gm-ui-hover-effect {
    background: #FFFFFF !important;
    border: 1px solid #CDD6DD !important;
    box-sizing: border-box;
    box-shadow: 0px 2px 4px rgba(54, 62, 70, 0.13);
    border-radius: 50%;
    color: #0083E2; /*PRIMARY COLOR*/
    position: absolute;
    top: -10px !important;
    right: -10px !important;
    line-height: 0;
    opacity: 1;
    width: 24px !important;
    height: 24px !important;
}

.gm-style .gm-style-iw-t::after {
    top: -1px;
}
    /**/

    .next-step {
    background-color: #f9f9f9;
}

.list-started-steps > li > a {
    color: black;
}

.list-started-steps li .feather {
    color: #cdcdcd;
    margin-bottom: -10px;
    width: 35px;
    height: 35px
}

.list-started-steps li.done .feather {
    color: #79d5a2;
}

.list-started-steps li.done a {
    color: #9f9f9f;
}

.link-skip {
    font-size: 15px;
    color: #999999 !important;
}

.btn-blue {
    color: white;
    background-color: #007cff;
    border-color: #007cff;
}

    .btn-blue:hover {
        background-color: #0069d9;
        border-color: #0062cc;
    }

.div-started {
    height: 160px;
}

.div-started2 {
    height: 90px;
    background-image: linear-gradient(to bottom, #f6f6f6, #ffffff 76%);
}

.position-started {
    position: absolute;
    bottom: -40px;
}

.bg-spaceship {
    background: linear-gradient(#ffffff, #4EA4FF);
}

/*END PAGE GET STARTED REBORN*/

/*FORM-CONTROL BIGGER*/

.form-control-xl {
    padding: 1rem 1.313rem;
    border-radius: 6px;
    border: solid 1px #979797;
}

.padding-xl {
    padding: 1rem 1.313rem;
}

/*end form control*/

/*LISTING FIELDS*/

header h1 {
    font-size: 33px;
    font-weight: normal;
}

.fields-title-modal {
    color: #999999;
}


.label-grey {
    font-size: 15px;
    color: #666666;
}

.resource-item > img {
    border-radius: 3px;
    border: solid 1px #e1e1e1;
    object-fit: cover;
}

.btn-fields button{
    min-width: 82px;
    padding: 10px 23px;
    margin-right: 10px;
}

.fields-card {
    padding: 18px 32px 25px 32px;
}

#sortable i {
    color: #babdce;
    font-size: 22px;
}

#sortable td {
    vertical-align: middle;
}

.table.table-striped th, td > span {
    color: #000000;
    font-size: 14px;
}

.table.table-striped th {
    font-weight: bold;
    font-size: 15px;
}

.btn-field {
    height: 40px;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.modal-fields-position {
    position: absolute;
    right: 130px;
}

.fields-modal {
    border-radius: 10px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    max-width: 635px;
    font-size: 15px;
}

.option-fields-modal {
    font-size: 15px;
    font-weight: bold;
    color: #7ad5a3 !important;
    background-color:white;
}

/*    .option-fields-modal:focus{
        box-shadow:none;
    }*/

/*END LISTING FIELDS*/

    /*CUSTOMIZE MENU PAGE*/
    .input-allow {
        width: 34px;
        border-radius: 3px;
        border: solid 1px #b7bbcc;
        text-align: center;
    }

    .input-allow:focus {
        outline: none;
    }

.label-allow {
    color: #8c8f9c;
    font-weight: normal;
    margin-bottom: 0;
}

.fa-sort-down {
    color: #5c5e66 !important;
}

.label-item {
    font-size: 14px;
    font-weight: bold;
}

.label-subitem {
    font-size: 14px;
    color: #757782;
}
.label-subitem.disabled {
    opacity: .5;
}

/*STEPS*/

.overflow-x-auto {
    overflow-x: auto;
}

.radio-styled {
    border-radius: 5px;
    border: solid 1px #cccccc;
    display: flex;
    align-items: center;
    justify-content: initial;
    flex-direction: column;
    height: 180px;
    width: 100%;
    padding: 28px;
}

.be-masked {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

    .monetization-free::before {
        content: "FREE";
        position: absolute;
        z-index: 100;
        width: 100px;
        border-right: 14px solid transparent;
        border-left: 29px solid transparent;
        border-bottom: 22px solid #f8b951;
        transform: rotate(35deg);
        top: 10px;
        right: 1px;
        font-weight: bold;
        color: #fff;
        height: 0;
        font-size: 14px;
        line-height: 1.6;
    }

.monetization-free--soon::before {
    content: "SOON";
    border-bottom: 22px solid #0083E2;
}


.badge-monetization {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 68px;
    display: inline-block;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-right: .5rem;
    margin-bottom: 1rem;
}
.badge-monetization--disabled {
    background-color: #efefef;
}

    .badge-monetization span {
        color: #67B289;
        font-weight: bold;
    }

.active-monetization {
    border: 1px solid #67B289;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}

/* Hide the browser's default checkbox */
.radio-styled input,
.be-masked input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.fake-radio {
    height: 19px;
    width: 19px;
    background-color: #fff;
    padding: 2px;
    display: flex;
    border-radius: 50%;
    border: 1px solid #cccccc;
}

.radio-styled.showprice {
    align-items: flex-start;
    height:fit-content;

}
/* When the checkbox is checked, add a background */
.radio-styled input:checked ~ .fake-radio,
.be-masked input:checked ~ .fake-radio {
    background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.fake-radio:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.radio-styled input:checked ~ .fake-radio:after,
.be-masked input:checked ~ .fake-radio:after {
    display: block;
}

/* Style the checkmark/indicator */
.radio-styled .fake-radio:after,
.be-masked .fake-radio:after {
    background-color: #67b289;
    width: 13px;
    height: 13px;
    border-radius: 50%;
}

.title-span {
    font-size: 19px;
    font-weight: bold;
    color: #000000;
    display: block;
}

.description-span {
    font-size: 16px;
    color: #666666;
}

.textarea-md {
    height: 156px;
}

.textarea-lg {
    height: 300px;
}

.bg-select-file {
    border-radius: 3px;
    background-color: #ededed;
    padding: 4px 16px;
    margin-bottom: 0;
    display: inline
}

.custom-form > input, .custom-form > textarea {
    border: solid 1px #979797 !important;
}

.custom-form > label {
    font-size: 15px;
    font-weight: bold;
    color: #666666;
}

.border-w-n {
    border-width: 0px;
}

/*DATE FORMAT*/
.radio-styled.container-style {
    border: solid 0.5px #cccccc6e !important;
    align-items: start !important;
    border-radius:0px !important;
    padding:20px;
}

/*Multiple Input Emails (STEP 11)*/
.multiple-emails-container {
    border-radius: 6px;
    border: solid 1px #979797;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    padding: 0;
    margin: 0;
    cursor: text;
    width: 100%;
    background-color: white;
}

    .multiple-emails-container input {
        border: 0;
        outline: none;
        margin-bottom: 10px;
        padding-left: 5px;
        margin-top: 10px;
    }

        .multiple-emails-container input.multiple-emails-error {
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px red !important;
            outline: thin auto red !important;
        }

    .multiple-emails-container ul {
        list-style-type: none;
        padding-left: 0;
        display: inline;
    }

.multiple-emails-email {
    border-radius: 13px;
    background-color: #ededed;
    padding: 0 15px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    color: #666666;
    margin-top: 5px;
    height: 26px;
    padding-top: 2px;
}

.multiple-emails-input {
    font-size: 1rem;
    color: #495057;
}

.multiple-emails-close {
    color: #666666;
}

.multiple-emails-close:hover {
    text-decoration: none;
}

/******/

/*END STEPS*/
.container-chk .chekmarkGreen:after {
    left: 7px;
    top: -6px;
    width: 5px;
    height: 17px;
    border: solid 1px #67b289;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
}

.position-down {
    position: absolute;
    top: -5px;
}
/*END CUSTOMIZE MENU PAGE*/

/*STEPS*/

.cl-gray-link {
    color: #aaaaaa;
}

.iframeVideoStepGuide {
    width: 225px;
    height: 149px;
    border-radius: 10px;
}

.commonIcons1515 {
    width: 15px;
    height: 15px;
}

.span-tag {
    border: solid 1px #e4e4e4;
    border-radius: 18px;
    padding-left: 1rem;
    padding-right: 2rem;
    color: #757782;
    font-size: 14px;
}

.position-ellipsis {
    position: absolute;
    top: 2px;
    left: 6px;
}

.none-after:after {
    content: none;
}

.table-category .fa {
    color: #babdce;
}

.table-category .fa-trash {
    color: #dc3545 !important;
}

.fz-22 {
    font-size: 22px;
}

.input-new-tag {
    max-width: 140px;
}

.link-add-tag {
    margin-right: 5px;
    margin-left: 5px;
}

.title-modal {
    font-size: 19px;
    color: #333333;
}

.label-modal {
    font-size: 16px;
    color: #333333;
}

.w-33 {
    width: 33%;
}

.iziToast.iziToast-color-red{
    margin-bottom:60px;
}

/*END STEPS*/
.addon-modal {
    border: 0;
}

.addon-modal p, .addon-modal ul {
    color: #000000;
    font-size: 15px;
}
.addon-modal .modal-header {
    padding: 50px;
    background-color: #f3f3f3;
}

.addon-modal .modal-header button.btn-lg{
    min-height: 50px;
    min-width: 120px;
}
.addon-modal .modal-body {
    padding: 50px;
}

.addon-modal h5{
    font-size: 25px;
    font-weight: bold;
}
.addon-modal h5 ~ span {
    font-size: 20px;
    color: #7ad5a3;
    font-weight: bold;
}

.search-plus-icon {
    font-size: 20px;
    color: #67b289;
    position: absolute;
    top: 15px;
    right: 15px;
}

.be-masked ~ .name{
    font-size: 19px;
    color: #000000;
    font-weight:bold;
}

.be-masked ~ .name ~ p{
    font-size: 14px;
    color: #333333;
}

.be-masked ~ a {
    color: #67b289;
    text-decoration: underline;
}

.card-landing-template {
    height: 100%;
    border: solid 1px #cccccc;
    border-radius: 5px;
}

.card-landing-template .card-body{
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-user-setup {
    height: inherit;
}

.modal-max-index {
    z-index: 9999;
}

.colorpicker-bs-popover {
    z-index: 9999 !important;
}

.object-fit-contain{
    object-fit: contain;
}

.object-fit-none {
    object-fit: none;
}

.no-suggestion-height{
    height:85px;
}

.remove-img {
    font-size: 13px;
    color: #F55C5C;
    margin-left:37px;
    cursor: pointer;
}

.img-object {
    object-fit: contain;
    object-position: center;
}

.input-nav {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #CECECE;
    border-radius: 4px;
    background-color: #ffffff;
}

.input-nav.landing-input{
    height: 51px;
    padding: 3px 3px 3px 19.5px;
}

.input-nav .input-separator {
    height: 1.875rem;
    width: 1px;
    background-color: #E0E0E0;
}

.input-nav input {
    background-color: transparent;
    border: none !important;
    padding-left: 2.5rem;
    font-size: 14px !important;
}

.input-nav.landing-input input{
    padding-left: 0;
}

.input-nav .input-icon-left {
    left: .8rem;
}

.input-nav input:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.top-search-bar {
    /* position: relative;
    display: flex;
    align-items: center;
    border: 1px solid rgb(0 0 0 / 0%);
    border-radius: 4px;
    background-color: rgb(0 0 0 / 20%);*/
}

input.search-bar__input {
    padding: 5px 0px 5px 35px;
    background-color: rgb(0 0 0 / 20%);
    color: white;
    border: 1px solid rgb(0 0 0 / 0%);
    border-radius: 4px;
    max-width: 170px;
}
.search-bar__input::placeholder { 
    color: rgb(255 255 255 / 75%);
    opacity: 1; /* Firefox */
}
.top-search-bar svg {
    left: 8px;
}
/*Messages Audit view*/
.message-audit .table tbody td {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.message-audit .table tbody td:hover {
    /*show text complete*/
    text-overflow: clip;
    white-space: normal;
    word-break: break-all;
}

/**/
.border-gray {
    border: 1px solid #DAE3EB;
}

.message-audit-details .back-button {
    border: 1px solid #CDD6DD;
    box-sizing: border-box;
    box-shadow: 0px 2px 4px rgba(54, 62, 70, 0.13);
    border-radius: 5px;
    padding: 11px 16px 12px 16px;
    color: #363E46;
    font-size: 15px;
    min-width: 81px;
    position: -webkit-sticky;
    position: sticky;
    top: 10%;
    left: 5%;
    background-color: white;
    z-index: 10;
}
    .message-audit-details .back-button.inbox {
        top: 38%;
        left: 33%;
        max-width: 82px;
        height: 41px;
    }

.inbox-container {
    padding: 51px 104px 0px 104px;
}

.chat-msg {
    font-size: 14px;
    line-height: 20px;
    color: #363E46;
    margin-bottom: 0;
}

.inbox-container .msg-coming {
    background: #e9f2f9;
}

.negotiation-card {
    border: 1px solid #DAE3EB;
    box-shadow: 0px 3px 2px rgba(54, 62, 70, 0.05);
    border-radius: 10px;
    padding: 22px 31px 32px 24px;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .negotiation-card .card-title, .title-letter-spacing {
        font-size: 11px;
        line-height: 13px;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #9AA0A6;
    }

    .negotiation-card p {
        font-size: 13px;
        line-height: 16px;
        color: #363E46;
    }


.custom-scroll-bar::-webkit-scrollbar-track {
    margin-top: 65px;
}

/* width */
.custom-scroll-bar::-webkit-scrollbar, table.delimited-body-table tbody::-webkit-scrollbar {
    width: 5px;
}

.max-height-500 {
    max-height: 500px;
}

/* Track */
.custom-scroll-bar::-webkit-scrollbar-track, table.delimited-body-table tbody::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
}

/* Handle */
.custom-scroll-bar::-webkit-scrollbar-thumb, table.delimited-body-table tbody::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

/* Handle on hover */
.custom-scroll-bar::-webkit-scrollbar-thumb:hover, table.delimited-body-table tbody::-webkit-scrollbar-thumb:hover {
    background: #555;
    border-radius: 5px;
}



/*Messages Audit view end*/
/*Admin Transactions view*/
.delimited-table {
    height: 250px;
    margin-bottom: 3rem;
    overflow-y: overlay;
}

/* width */
.delimited-table::-webkit-scrollbar, table.delimited-body-table tbody::-webkit-scrollbar{
    width: 5px;
}

/* Track */
.delimited-table::-webkit-scrollbar-track, table.delimited-body-table tbody::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
}

/* Handle */
.delimited-table::-webkit-scrollbar-thumb, table.delimited-body-table tbody::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

/* Handle on hover */
.delimited-table::-webkit-scrollbar-thumb:hover, table.delimited-body-table tbody::-webkit-scrollbar-thumb:hover {
    background: #555;
    border-radius: 5px;
}

table.delimited-body-table tbody {
    display: block;
    max-height: 453px;
    overflow-y: overlay;
}

table.delimited-body-table a {
    text-decoration: underline;
}

table.delimited-body-table thead, table.delimited-body-table tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

table.delimited-body-table thead tr th:first-child, table.delimited-body-table tbody tr td:first-child{
    width: 10px;
}

.delimited-body-table td{
    vertical-align: middle;
}

.reviews-table .w-15 {
    width: 15%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tableFixHead thead th {
    position: sticky;
    top: 0;
    z-index: 1;
}

.reviews-table .w-4 {
    width: 4%!important;
}

.reviews-table .w-12 {
    width: 12% !important;
}

.reviews-table .w-9 {
    width: 9% !important;
}

.reviews-table .w-44 {
    width: 44% !important;
}

[name='content'] .more-text {
    display: none;
}
/*Admin Transactions view end*/

.cells-y-align td {
    vertical-align: middle;
}


.bg-progress-bar {
    height: 10px;
    background-color: #EAEAEA;
}

.progress__bar {
    height: 100%;
    background-color: #7AD5A3;
    display: block;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.iframe__landing {
    height: 400px;
}

/*Login & Signup*/
.removePaddingMain {
    padding-bottom: 0 !important;
}
.login-cont > div:first-child {
    background-position: center;
    background-size: cover;
}
.login-cont > div {
    overflow-y: auto;
}

/* CHECKOUT */
.recurring-booking .cl-gray{
    color: #666 !important;
}
.recurring-booking .switch  {
    transform: translateY(3px);
}
#booking-selector {
    margin-bottom: 100px;
}
/*Login & Signup*/

.btn-payment-trustshare {
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid black;
    border-radius: 3px;
    padding: 0.4rem 0.5rem;
    cursor: pointer;
    width: 100%;
    padding: 1.0625rem 1.875rem;
    font-size: 16px;
    font-weight: 700;
}

.btn-payment-trustshare img {
    width: 100px;
    height: 15px;
    margin-left: 0.5rem;
}

/*MEDIA QUERY*/
@media (max-width: 1700px) {
    /****BROWSE REQUEST******/
    .browse-price-manual-component .character {
        width: 35% !important;
    }
    .icon-left-input.character input {
        padding-right: 10px;
    }
}
@media (max-width: 768px) {
    .btn-fields button {
        min-width: unset;
    }
    /*GetStartedReborn page*/
    .text-center-sm {
        text-align: center;
    }

    .div-started {
        height: 420px;
    }

    .tooltipSuccess .tooltipSuccessBody {
        width: 340px;
    }
    /*GetStartedReborn end*/


    /*CreateColorField page*/
    .color-container .col-md-8 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .color-container .color-controls {
        margin-top: 1rem;
    }
    /*CreateColorField page*/
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }
}

@media (max-width: 768px) {
    .modal-fields-position {
        right: 10px;
        left: 10px;
    }

    .w-100-sm {
        width: 100%;
    }
}
/*google button*/
.login-content .abcRioButtonIcon svg {
    width: 25px;
    height: 25px;
}

.login-content .g-signin2 .abcRioButtonIcon {
    background-color: transparent !important;
    position: absolute;
    top: 4px;
    left: 5px;
}

.login-content div.abcRioButton.abcRioButtonLightBlue {
    box-shadow: none;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    border-radius: 5px;
}

.login-content .g-signin2.w-100 > .abcRioButtonLightBlue {
    width: 100% !important;
}

.login-content .g-signin2 div.abcRioButton.abcRioButtonLightBlue {
    background-color: transparent;
    height: 50px !important;
}

.login-content .g-signin2 div.abcRioButton.abcRioButtonLightBlue,
.login-content .g-signin2 {
    padding: 0 !important;
    background-color: #fff;
}

.login-content .g-signin2 span.abcRioButtonContents {
    font-family: 'Lato', sans-serif; 
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    position: absolute;
    top: 6px;
    left: 40%;
    font-size: 15px!important;
}

.login-content .g-signin2 .abcRioButtonContentWrapper {
    position: relative;
}
.login-content .g-signin2.w-100 > .abcRioButtonLightBlue {
    width: 100% !important;
}
/*google button end*/

.b-top {
    border-top: 2px solid #eeeeee;
}

.group-select-plan {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.br-10{
    border-radius: 10px;
}

@media (max-width: 800px) {
    .group-select-plan > .card {
        -ms-flex: auto;
        flex: auto;
        border: none;
    }

    .group-select-plan > .card:not(:last-child) {
        border-bottom: 1px solid rgba(0,0,0,.125) !important;
        margin-bottom: 1rem;
    }

}
.border-red {
    border-color: red;
}

.btn-stripe-modal {
    font-size: .92rem;
    line-height: 1;
    border-radius: .25rem;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

.close-circle {
    border: 1px solid #dee2e6 !important;
}

    .close-circle > span {
        color: #79d5a2;
    }

.close-circle:focus{
    outline: none;
}

/* Category New */
.arrow {
    height: 14px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    top: 0px;
    transform: rotateZ(-90deg);
}

.arrow-down {
    transform: rotateZ(0);
}

.content-info {
    background-color: #F5F5F5;
}

.fa-caret-up {
    color: #CCCCCC;
}

.content-info .fa-info-circle {
    color: #F5A623;
}

.info-tag {
    padding: 3px 8px;
}

.drageable:last-child {
    margin-bottom: 10px;
} 

.delete {
    display: none;
} 

/* CustomField 2*/
.tag-free label {
    background-color: #F5F8FA;
    border: 0.5px solid #CCCCCC;
    border-radius: 59px;
    padding: 1px 9px;
}

.tag-free > input:checked + label {
    background-color: #0083E2; /*PRIMARY COLOR*/
    color: #ffffff;
}

input[type=checkbox], input[type=radio] {
    width: 20px;
    height: 18px;
}

.dropdown-action-listing {
    color: #212529;
    background-color: transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
}

.dropdown-action-listing.focus, .dropdown-action-listing:focus {
    box-shadow: unset;      
}

.dropdown-action-listing::after {
    display: none;
}

.not-drag {
    background-color: #fafafa;
}

.not-drag label {
    color: #969a9e;
}

.not-drag span {
    color: #c8cbce;
}

.drageable {
    padding-top: 7px;
    padding-bottom: 5px;
}

.arrow {
    height: 14px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    top: 0px;
    transform: rotateZ(-90deg);
}

.arrow-down {
    transform: rotateZ(0);
}

.drageable.cursor-move {
    cursor: move;
}

label.sub-category-toggle {
    width: 275px;
}
.percentage-commission {
    position: absolute;
    top: 40px;
    left: 130px;
}

.img-video-thumbnail { 
    width: 60px;
    height: 50px;
}

.profile-img-loginbar {
    width: 30px;
    height: 30px;
}

.profile-user-table {
    width: 42px;
    height: 42px;
}

/*DARK THEME*/
body.dark-theme .tag-free label {
    background-color: inherit;
}

body.dark-theme .btn-payment-trustshare {
    color: var(--color-white);
    border: 1px solid var(--color-white);
}