/* Your custom styles below */

/* Tippy */
.tippy-html-content {
    display: none;
}

/* Card */
.card.custom {
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

.card.custom .card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.card.custom .card-body {
    padding-left: 0;
    padding-right: 0;
}

.card.custom .card-body .card-title {
    font-size: 1.2rem;
}

.card.custom .card-body .card-text {
    font-size: 0.8rem;
    height: 5.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card.custom .card-footer {
    border-top: 0;
    padding: 0;
}

/* Input */
.input :not(.form-control) :not(.ts-dropdown) {
    height: 100%;
}

/* Search Input */

input.form-control.search-input {
    border: 1px solid var(--phoenix-input-border-color);
}

/* Media Uploader */
.media-uploader {
    position: relative;
    cursor: pointer;
    opacity: 1;
    z-index: 2;
}

.media-uploader-label,
.media-uploader-remove {
    position: absolute;
    z-index: 3;
}

.media-uploader-label {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
}

.media-uploader-label a:hover,
.media-uploader-label i:hover,
.media-uploader-label svg:hover {
    opacity: 0.5;
}

.media-uploader-remove {
    top: 0.6rem;
    right: 0.6rem;
}

.media-uploader-image {
    position: relative;
}

.media-uploader-image,
.media-uploader-file {
    width: inherit;
    height: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: rgba(255, 255, 255, 0.4);
    border: var(--phoenix-card-border-width) solid var(--phoenix-card-border-color);
    box-shadow: 0px 2px 4px -2px rgba(36, 40, 46, .08);
}

.media-uploader-image.round,
.media-uploader-file.round {
    border-radius: 100%;
}

.media-uploader-place {
    position: relative;
    width: inherit;
    height: inherit;
    z-index: 1;
}

.media-uploader-message {
    position: absolute;
    width: 100%;
    height: inherit;
    top: 0;
}

.media-uploader-message div {
    width: inherit;
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 0.64rem;
    text-transform: uppercase;
    color: rgba(var(--phoenix-700-rgb), 1);
}

/* Profile */
.profile-border {
    border: solid 2px transparent;
    border-radius: 100%;
    box-shadow: 0px 0px 6px 2px var(--phoenix-card-border-color);
}

/* Dropdown Menu */
.dropdown-menu hr {
    margin: 1rem 0;
    border-color: inherit;
}

/* Frontend */
#logo_home img {
    max-height: 50px;
}

#title-order-details {
    font-size: 1.3125rem;
    font-weight: 600;
}

.badge-header-cart {
    width: 16px;
    height: 16px;
    background-color: #f00;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 16px;
    font-size: 12px;
    text-align: center;
    display: block;
    color: white;
}

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

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

.btn-close {
    color: #b5b3b3 !important;
}

.question_title h3 {
    margin-top: 0;
}

.question_title {
    padding: 25px 0 0 0;
}

/* Swal Errors */
.swal-form-validation-error {
    border-bottom-color: #DC3545 !important;
}

.swal-form-validation-error::placeholder {
    color: #DC3545 !important;
    font-size: 0.8rem;
    margin: 0;
}

/* Search Box */
.search-input {
    margin: 0 !important;
}

.container {
    max-width: 1200px !important;
}

.swal-wide {
    width: 850px !important;
}

/* Nav Item Image */
.nav-item-image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 38px;
    height: 38px;
}

.nav-customer .nav-link.active .card {
    border: 2px solid;
}

.nav-customer .nav-link.active .card.primary {
    border: 2px solid rgba(var(--phoenix-primary-500-rgb)) !important;
}

.nav-customer .nav-link.active .card.success {
    border: 2px solid rgba(var(--phoenix-success-500-rgb)) !important;
}

.nav-customer .nav-link.active .card.warning {
    border: 2px solid rgba(var(--phoenix-warning-500-rgb)) !important;
}

/* Nav Counter */
.nav-counter {
    flex: none !important;
    margin-right: 1rem;
}

.nav-counter .nav-link:before {
    height: 0 !important;
}

/* Label Check List */
.form-label-check-list {
    font-size: 0.8rem !important;
}

.form-label-check-list .invalid-feedback {
    font-size: 80%;
}

/* Nav Item Check List */
.nav-item-check-list-primary::before {
    background: var(--phoenix-theme-wizard-active-color) !important;
}

.nav-item-check-list-success::before {
    background: var(--phoenix-theme-wizard-complete-color) !important;
}

/* Card Body */
.card-body-check-list {
    height: 51vh;
    overflow: auto;
}

/* Tab Content */
.tab-content-check-list {
    height: 100%;
}

/*-----------------------------------------------
| Toastify
------------------------------------------------*/

.toastify-success {
    background: var(--phoenix-success) !important;
    color: var(--phoenix-white) !important;
}

.toastify-danger {
    background: var(--phoenix-danger) !important;
    color: var(--phoenix-white) !important;
}

/**
 * ==============================================
 * Dot Carousel
 * ==============================================
 */
.dot-carousel {
    position: relative;
    left: -9999px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #3774ff;
    color: #3774ff;
    box-shadow: 9984px 0 0 0 #3774ff, 9999px 0 0 0 #3774ff, 10014px 0 0 0 #3774ff;
    animation: dot-carousel 1.5s infinite linear;
}

@keyframes dot-carousel {

    0% {
        box-shadow: 9984px 0 0 -1px #3774ff, 9999px 0 0 1px #3774ff, 10014px 0 0 -1px #3774ff;
    }

    50% {
        box-shadow: 10014px 0 0 -1px #3774ff, 9984px 0 0 -1px #3774ff, 9999px 0 0 1px #3774ff;
    }

    100% {
        box-shadow: 9999px 0 0 1px #3774ff, 10014px 0 0 -1px #3774ff, 9984px 0 0 -1px #3774ff;
    }
}

/*-----------------------------------------------
| Card Kit Serie side description appear
------------------------------------------------*/

.cardKitSerie .image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.cardKitSerie .image img {
    width: 100%;
    transition: .5s;
}

.cardKitSerie:hover .image img {
    opacity: .5;
    transform: translateX(30%);
    /*100%*/
}

.cardKitSerie .details {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    /*100%*/
    height: 100%;
    background: #f8f8f8;
    transition: .5s;
    transform-origin: left;
    transform: perspective(2000px) rotateY(-90deg);
}

.cardKitSerie:hover .details {
    transform: perspective(2000px) rotateY(0deg);
}

.cardKitSerie .details .center {
    padding: 20px;
    width: 100%;
    text-align: center;
    background: #f8f8f8;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.cardKitSerie .details .center h1 {
    margin: 0;
    padding: 0;
    color: #ff3636;
    line-height: 20px;
    font-size: 20px;
    text-transform: uppercase;
}

.cardKitSerie .details .center h1 span {
    font-size: 14px;
    color: #262626;
}

.cardKitSerie .details .center p {
    margin: 10px 0;
    padding: 0;
    color: #262626;
}

.cardKitSerie .details .center ul {
    margin: 10px auto 0;
    padding: 0;
    display: table;
}

.cardKitSerie .details .center ul li {
    list-style: none;
    margin: 0 5px;
    float: left;
}

.cardKitSerie .details .center ul li a {
    display: block;
    background: #262626;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transform: .5s;
}

.cardKitSerie .details .center ul li a:hover {
    background: #ff3636;
}

/*----- Misc -----*/
.template-item {
    border-bottom: 1px solid #cacdd6;
    padding: 3px;
    border-left: 3px solid #cacdd6;
}
.chat {
    height: calc(100vh - (var(--phoenix-navbar-top-height) + 10rem));
}
.text-highlight {
    background-color: yellow;
}
.img-thumbnail-item {
    aspect-ratio: 1;
    object-fit: contain;
    width: 50px;
}
.alert-subtle-warning {
    color: #bc3803 !important;
    background-color: #ffefca !important;
}
.text-copy {
    cursor: pointer;
}
.cursor-pointer {
    cursor: pointer;
}
.checkbox-cart-item {
    position: absolute;
    left: 60px;
    top: 20px;
    border: 1px solid black;
    visibility: visible !important;
    width: 20px;
    height: 20px;
}
.drag-cart-item {
    position: absolute;
    left: 20px;
    top: 20px;
    visibility: visible !important;
    width: 20px;
    height: 20px;
}
.body-configurator .ts-wrapper,
.swal2-modal .ts-wrapper {
    height: 44px !important;
    border-radius: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid #409fff !important;
    background-color: rgba(28, 93, 171, 0.03) !important;
    padding-left: 15px !important;
    padding-top: 5px !important;
}
.body-configurator .ts-control,
.swal2-modal .ts-control {
    border: 0 !important;
    background: transparent !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    padding: 6px 0 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;

    ::placeholder {
        font-size: 1rem !important;
    }
}
.body-configurator .ts-dropdown-content,
.swal2-modal .ts-dropdown-content {
    font-weight: 400 !important;
}