.uxas-ace_invoice-price-footer .read_more:hover,
.ace_invoice-managament-information button[type="submit"]:hover,
.uxas-ace_invoice-tag-a:hover,
#form_aceInvoice .btn.edit_view_price:hover,
.form-polls-body button[name="polls_cancel"]:hover,
.form-polls-body button:hover
{
    background:#ffda03;
    border-color:#ffda03;
}
.uxas-ace_invoice-like-span.active, .be-tag-block .be-tags a, .be-tag-block .be-tags,
.view_price,
.ace_invoice-managament-information .help-block a{
  color:#2fb5d2;
}
.uxas_title_block:hover,
.read_more:hover,
.ace_invoice-managament-information .help-block a:hover,
#form_aceInvoice a.uxas_button_backtolist:hover{
    color: #ffda03;
}
.uxas-ace_invoice-slider.carousel .slick-dots .slick-active button{
    border-color: #2fb5d2;
}
.ace_invoice-managament-information button[type="submit"],
.uxas-ace_invoice-slider.carousel .slick-dots .slick-active button,
.aceInvoice_view_all, .view_all_link,
.aceInvoice_view_all_button a,
.form-polls-body button,
.add_new_price_aceInvoice a,
#form_aceInvoice button[type="submit"],
#form_aceInvoice .btn.edit_view_price,
.uxas_aceInvoice_loading .squaresWaveG
{
  background:#2fb5d2; 
}

.aceInvoice_view_all:hover, .view_all_link:hover,
.aceInvoice_view_all_button a:hover,
.add_new_price_aceInvoice a:hover,
#form_aceInvoice button[type='submit']:hover
{
  background:#ffda03; 
}
.uxas_ace_invoice_ltr_mode a:hover,
.uxas-ace_invoice-wrapper-detail a:hover,
.uxas-ace_invoice-like-span:hover,
.ace_invoice-main-page a:hover,
.uxas_button_backtolist:hover{
    color: #ffda03;
}

.form-polls-body button {
    border: 1px solid #2fb5d2;
}
.aceInvoice_view_all, .view_all_link {
    background-color: #2fb5d2;
}
.aceInvoice_view_all:hover, .view_all_link:hover {
    background-color: #ffda03;
}
@keyframes bounce_squaresWaveG {
    0% {
        background-color: #2fb5d2;
    }

    100% {
        background-color: rgb(255, 255, 255);
    }
}

@-o-keyframes bounce_squaresWaveG {
    0% {
        background-color: #2fb5d2;
    }

    100% {
        background-color: rgb(255, 255, 255);
    }
}

@-ms-keyframes bounce_squaresWaveG {
    0% {
        background-color: #2fb5d2;
    }

    100% {
        background-color: rgb(255, 255, 255);
    }
}

@-webkit-keyframes bounce_squaresWaveG {
    0% {
        background-color: #2fb5d2;
    }

    100% {
        background-color: rgb(255, 255, 255);
    }
}

@-moz-keyframes bounce_squaresWaveG {
    0% {
        background-color: #2fb5d2;
    }

    100% {
        background-color: rgb(255, 255, 255);
    }
}

.ace_invoice-button-icon:not(.up) {
    background-image: url('../../chevron-up.svg');
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    width: 0.9em;
    height: 0.7em;
    position: absolute;
    right: 1em;
    top: 1.3em;
    cursor: pointer;
}

.ace_invoice-button-icon {
    background-image: url('../../chevron-down.svg');
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    width: 0.9em;
    height: 0.7em;
    position: absolute;
    right: 1em;
    top: 1.3em;
    cursor: pointer;
}

.plus {
    background-image: url('../../plus.svg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    cursor: pointer;
}

.menu {
    background-image: url('../../menu.svg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    position: absolute;
    cursor: pointer;
}

.ace_invoice-wrapper {
    position: relative;
    height: 38px;
    background: white;
    margin-bottom: 2em;
}

.ace_invoice-select {
    height: 138px;
    margin-top: -2em;
    background: #F0EAE0;
    margin-bottom: 1em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 1em;
}

.ace_invoice-select input {
    float: left;
    width: 1.5em;
    height: 1.5em;
    margin-right: 1em;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    cursor: pointer;
    background: white;
}
.ace_invoice-select input:checked {
    background: white url("data:image/svg+xml,%3Csvg width='17' height='13' viewBox='0 0 17 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 5.5L7 10.5L15.5 2' stroke='%2303993F' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A") no-repeat center;

}

.font-bold {
    font-weight: 600 !important;
}

.aceInvoice_price_wrapper {
    padding: 0;
    margin: auto;
}

button.btn.btn-ace_invoice {
    background: white;
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    color: black;
    border: none;
    align-items: center;
}

button.btn.btn-ace_invoice span {
    font-weight: 700;
    color: #DC1F1A;
    margin-right: 2em;
}

button.btn.btn-ace_invoice:focus {
   outline: none;
}

.button-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.button-icon {
    width: 28px;
    height: 28px;
    background: white;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-icon:hover {
    transform: scale(1.1);
}

.button-wrap button:focus {
    outline: none;
}
.button-wrap button {
    text-transform: uppercase;
    font-family: Open-sans, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: .9em;
}

.ace_invoice-input-wrapper {
    width: 100%;
    padding: 1em 3em;
    z-index: 99;
}

.ace_invoice-input-wrapper textarea {
    width: 100%;
    height: 200px;
}

.modal-dialog-centered {
    justify-content: center;
}

.tox.tox-tinymce {
    border: 1px solid #BDBDBD;
    border-radius: 0;
}

.tox .tox-menubar,
.tox:not(.tox-tinymce-inline) .tox-editor-header,
.tox .tox-toolbar-overlord .tox-toolbar__primary,
.tox .tox-menubar+.tox-toolbar-overlord,
.tox .tox-edit-area__iframe,
.tox .tox-statusbar {
    background: #F5F1EB !important;
}

.tox .tox-statusbar__branding svg {
    display: none;
}

#aceInvoiceModal .modal-header {
    display: flex;
    justify-content: space-between;
}

#aceInvoiceModal .modal-content {
    width: 500px;
    height: 500px;
}

#aceInvoiceModal .modal-title {
    width: 95%;
}

#aceInvoiceModal .modal-body {
    overflow-y: scroll;
    height: 400px;
    cursor: pointer;
}

#aceInvoiceModal .modal-body li {
    list-style: none;
    padding: 0 0.6em;
}

#aceInvoiceModal .modal-body li:hover ,#aceInvoiceModal .modal-body li:hover p, #aceInvoiceModal .modal-body li:hover span {
    color: #03993f !important;
}

#aceInvoiceModal .modal-body .control-label {
    display: flex;
    padding-bottom: 1em;
}

#aceInvoiceModal .modal-body .form-control {
    background: white;
}

#aceInvoiceModal .modal-body .form-control:focus {
    outline: none;
}

#aceInvoiceModal .modal-header .close {
    font-size: xx-large;
    width: 5%;
}
#aceInvoiceModal .modal-body .tree {
    position: sticky;
    top: 0;
}

#character_count {
    font-family: Open-sans, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    color: black;
    padding: 0 3.7em;
}

.tox.tox-tinymce {
    height: 200px !important;
}

.ace_invoice-title {
    font-size: .875rem;
    color: #232323;
    font-weight: 700;
    margin-left: .7em;
    display: block;
}

.ace_invoice-price-cart {
    margin-left: 0.3em;
    font-size: 16px;
    color: #232323;
    font-weight: 700;
}

.remove-ace_invoice-from-cart {
    color: #232323;
    margin-left: 0.5em;
    display: flex;;
}

.row-summary {
    display: flex;
    justify-content: space-evenly;
    padding-top: 1em;
}

.row-summary .product-price {
    display: flex;
    justify-content: flex-end;
}

.row-summary .ace_invoice-title {
    padding: 0 0 0 5px;
}

.row-summary .ace_invoice-text {
    padding-left: 0;
}

@media only screen and (max-width: 600px) {
    .ace_invoice-input-wrapper {
       padding: 1em 0;
    }

    .tox.tox-tinymce {
        height: 300px !important;
    }

    .ace_invoice-select {
        height: 218px;
    }

    .tox.tox-tinymce {
        height: 300px;
    }

    #character_count {
        padding: 0;
    }

    .button-wrap button {
        font-size: .7em;
    }

    button.btn.btn-ace_invoice {
        font-size: .8em;
        line-height: 2;
    }
}
