.was-validated .form-control.is-invalid {
    border-color: #ed2000;
    padding-right: calc(1.49em + 1rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns= 'http://www.w3.org/2000/svg' viewBox= '0 0 12 12' width= '12' height= '12' fill= 'none' stroke= '%23ed2000' %3e%3ccircle cx= '6' cy= '6' r= '4.5' /%3e%3cpath stroke-linejoin= 'round' d= 'M5.8 3.6h.4L6 6.5z' /%3e%3ccircle cx= '6' cy= '8.2' r= '.6' fill= '%23ed2000' stroke= 'none' /%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.3725em + 0.25rem) center;
    background-size: calc(0.745em + 0.5rem) calc(0.745em + 0.5rem);
}

.was-validated .form-control.is-invalid:focus {
    border-color: #ed2000;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(237, 32, 0, .25);
    box-shadow: 0 0 0 0.25rem rgba(237, 32, 0, .25);
}

.was-validated .form-select.is-invalid {
    border-color: #ed2000;
    padding-right: 5rem;
    background-image: var(--phoenix-form-select-indicator), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ed2000'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ed2000' stroke='none'/%3e%3c/svg%3e") !important;
    background-position: right 1rem center, center right 2.5rem;
    background-size: 9px 12px, calc(0.745em + 0.5rem) calc(0.745em + 0.5rem);
}

.was-validated .form-select.is-invalid:focus {
    border-color: #ed2000;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(237, 32, 0, .25);
    box-shadow: 0 0 0 0.25rem rgba(237, 32, 0, .25);
}

.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiM2ZTc4OTEiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0iZmVhdGhlciBmZWF0aGVyLXgiPjxsaW5lIHgxPSIxOCIgeTE9IjYiIHgyPSI2IiB5Mj0iMTgiPjwvbGluZT48bGluZSB4MT0iNiIgeTE9IjYiIHgyPSIxOCIgeTI9IjE4Ij48L2xpbmU+PC9zdmc+");
    background-color: rgba(0,0,0,0) !important;
}

.choices .choices__list--dropdown .choices__item--selectable {
    font-size: 12px !important;
}

.backdrop__fullscreen {
    position: fixed;
    z-index: 100000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.4);
}

.backdrop__fullscreen__loading {
    position: fixed;
    z-index: 100000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.navbar-vertical .navbar-vertical-content .navbar-nav .nav-link.active {
    color: var(--phoenix-navbar-vertical-link-active-color);
    background-color: var(--phoenix-navbar-vertical-link-hover-bg);
}

img {
    max-width: 100% !important;
}


h4 {
    font-size: 16px;
}

.ribbon {
    font-size: 14px;
    padding: 5px;
    position: absolute;
    left: -25px;
    top: 43px;
    text-align: center;
    border-radius: 25px;
    transform: rotate(327deg);
    background-color: #377bb6;
    color: white;
    transition: all 2s ease;
    z-index: 1;
}

.ribbon:hover {
    background-color: #0b1733;
}

@media only screen and (max-width: 568px) {
    .container, .product-filter-container, .container-fluid, .container-small-xl, .container-small-lg, .container-small-md, .container-small-sm, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
        padding: 0 !important;
    }
}

.dashboard__icon__info {
    display: flex;
    align-items: center;
    gap: 5px;
}

.search-box {
    width: auto;
}

.table > tbody > tr > td:first-child {
    padding-right: 10px;
}

.form-label {
    font-size: 0.7rem;
}

.tinymce__label {
    position: absolute;
    z-index: 10;
    top: 0;
    font-size: 1rem;
    margin-top: 7px;
}

.ltr {
    direction: ltr;
}

.w-fit-content {
    width: fit-content;
}

/* Button Colors Vars - start */
.btn-secondary {
    --phoenix-btn-color: #fff;
    --phoenix-btn-bg: #0c0404;
    --phoenix-btn-border-color: transparent;
    --phoenix-btn-hover-color: #000;
    --phoenix-btn-hover-bg: #e2e3e7;
    --phoenix-btn-hover-border-color: rgba(0, 0, 0, 0.2);
    --phoenix-btn-focus-shadow-rgb: 255, 255, 255;
    --phoenix-btn-active-color: #fff;
    --phoenix-btn-active-bg: #272c3b;
    --phoenix-btn-active-border-color: rgba(0, 0, 0, 0.25);
    --phoenix-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
    --phoenix-btn-disabled-color: #fff;
    --phoenix-btn-disabled-bg: #31374a;
    --phoenix-btn-disabled-border-color: transparent;
}

/* Button Colors Vars - end */


.microphone__btn {
    border: none;
    padding: 0;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    font-size: 3em;
    color: #fff;
    margin: 0;
    position: relative;
    z-index: 999;
    display: inline-block;
    line-height: 100px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: var(--phoenix-primary) none;
}

.microphone__btn__ring {
    content: '';
    width: 100px;
    height: 100px;
    background: var(--phoenix-primary-500);
    border: 5px solid var(--phoenix-primary-500);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(50%);
    animation: pulsate infinite 1.5s;
}

.microphone__btn__ring.delay {
    animation-delay: 1s;
}

.input__microphone {
    cursor: pointer;
    transition: all 0.5s ease;
}

.input__microphone:hover {
    background-color: var(--phoenix-primary) !important;
    color: var(--phoenix-white) !important;
}

.textarea__microphone {
    cursor: pointer;
    transition: all 0.5s ease;
    position: absolute;
    bottom: 4%;
    right: 2.5%;
}

.textarea__microphone:hover {
    color: var(--phoenix-primary) !important;
}

.tinymce__microphone {
    cursor: pointer;
    transition: all 0.5s ease;
    position: absolute;
    bottom: 7%;
    right: 1.5%;
}

.tinymce__microphone:hover {
    color: var(--phoenix-primary) !important;
}

.navbar-vertical.navbar-expand-lg .navbar-vertical-content .navbar-nav .nav-link {
    margin-right: 0.2rem;
}

.clone__item__div {
    max-width: 95%;
}

.clone__remove__btn {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(50%);
    padding: 5px 8px;
}

.choices .choices__inner {
    font-size: 14px;
}

main div.content {
    transition: all 0.5s ease;
}

/* width */
nav.navbar .navbar-vertical-content::-webkit-scrollbar {
    width: 5px !important;
}

/* Track */
nav.navbar .navbar-vertical-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey !important;
    border-radius: 10px !important;
}

/* Handle */
nav.navbar .navbar-vertical-content::-webkit-scrollbar-thumb {
    background: var(--phoenix-white) !important;
    border-radius: 10px !important;
}

/* Handle on hover */
nav.navbar .navbar-vertical-content::-webkit-scrollbar-thumb:hover {
    background: #ffa700 !important;
}

.content .scrollbar::-webkit-scrollbar {
    width: 5px !important;
}

.content .scrollbar::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey !important;
    border-radius: 10px !important;
}

.content .scrollbar::-webkit-scrollbar-thumb {
    background: var(--phoenix-info) !important;
    border-radius: 10px !important;
}

.content .scrollbar::-webkit-scrollbar-thumb:hover {
    background: var(--phoenix-primary) !important;
}

.scrollbar::-webkit-scrollbar-thumb, .offcanvas.faq-sidebar::-webkit-scrollbar-thumb, .tox .tox-toolbar--scrolling::-webkit-scrollbar-thumb, .picmo__picker.picmo__picker .picmo__emojiArea::-webkit-scrollbar-thumb, html:not(.navbar-vertical-collapsed) .navbar-vertical .navbar-vertical-content::-webkit-scrollbar-thumb, .scrollbar-overlay::-webkit-scrollbar-thumb {
    visibility: visible !important;
}

.navbar-expand .navbar-toggler {
    display: block;
}

@media only screen and (min-width: 568px) {
    .navbar-expand .navbar-toggler {
        display: none;
    }
}

/*Animations - start */
@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(1, 1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.3, 1.3);
        opacity: 0;
    }
}

.fade__in__out {
    animation: fadeInOut 3s linear infinite;
}

@keyframes fadeInOut {
    0% {
        opacity: 0.2;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.2;
    }
}


@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(1, 1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.3, 1.3);
        opacity: 0;
    }
}

@-webkit-keyframes fadeOut {
    0% {opacity: 1;}
    100% {opacity: 0;}
}

@keyframes fadeOut {
    0% {opacity: 1;}
    100% {opacity: 0;}
}

.fade__out {
    animation: fadeOut 1s linear;
}

/*Animations - end*/


