﻿

.form-select {
    background-position: left 1rem center !important;
}

.disable-box {
    pointer-events: none;
    filter: blur(3px);
}

.vpd-content {
    width: 100% !important;
}

.vpd-week {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vpd-days .vpd-clearfix {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


@media (max-width: 576px) {
    .index-datepicker .vpd-week {
        font-size: 12px !important;
    }

    .index-datepicker .vpd-prev svg {
        width: 10px;
    }

    .index-datepicker .vpd-day {
        width: 50px !important;
        height: 50px !important;
        line-height: 50px !important;
    }

    .index-datepicker .vpd-day-effect {
        width: 50px !important;
        height: 50px !important;
    }

    .index-datepicker .vpd-next svg {
        width: 10px;
    }

    .index-datepicker .vpd-days {
        font-size: 12px !important;
    }
}

@media (min-width: 576px) {
    .index-datepicker .vpd-week {
        font-size: 12px !important;
    }

    .index-datepicker .vpd-prev svg {
        width: 10px;
    }

    .index-datepicker .vpd-day {
        width: 50px !important;
        height: 50px !important;
        line-height: 50px !important;
    }

    .index-datepicker .vpd-day-effect {
        width: 50px !important;
        height: 50px !important;
    }

    .index-datepicker .vpd-next svg {
        width: 10px;
    }

    .index-datepicker .vpd-days {
        font-size: 12px !important;
    }
}

@media (min-width: 768px) {
    .index-datepicker .vpd-week {
        margin: 30px 0 !important;
        font-size: 25px !important;
    }

    .index-datepicker .vpd-prev svg {
        width: 50px;
    }

    .index-datepicker .vpd-day {
        width: 50px !important;
        height: 50px !important;
        line-height: 50px !important;
    }

    .index-datepicker .vpd-day-effect {
        width: 50px !important;
        height: 50px !important;
    }


    .index-datepicker .vpd-next svg {
        width: 50px;
    }

    .index-datepicker .vpd-days .vpd-clearfix {
        margin: 20px 0 !important;
    }

    .index-datepicker .vpd-days {
        height: 400px !important;
        font-size: 25px !important;
    }
}

@media (min-width: 992px) {
    .index-datepicker .vpd-week {
        margin: 30px 0 !important;
        font-size: 25px !important;
    }

    .index-datepicker .vpd-prev svg {
        width: 50px;
    }

    .index-datepicker .vpd-day {
        width: 50px !important;
        height: 50px !important;
        line-height: 50px !important;
    }

    .index-datepicker .vpd-day-effect {
        width: 50px !important;
        height: 50px !important;
    }


    .index-datepicker .vpd-next svg {
        width: 50px;
    }

    .index-datepicker .vpd-days .vpd-clearfix {
        margin: 20px 0 !important;
    }

    .index-datepicker .vpd-days {
        height: 400px !important;
        font-size: 25px !important;
    }
}

@media (min-width: 1200px) {
    .index-datepicker .vpd-week {
        margin: 30px 0 !important;
        font-size: 25px !important;
    }

    .index-datepicker .vpd-prev svg {
        width: 50px;
    }

    .index-datepicker .vpd-day {
        width: 50px !important;
        height: 50px !important;
        line-height: 50px !important;
    }

    .index-datepicker .vpd-day-effect {
        width: 50px !important;
        height: 50px !important;
    }


    .index-datepicker .vpd-next svg {
        width: 50px;
    }

    .index-datepicker .vpd-days .vpd-clearfix {
        margin: 20px 0 !important;
    }

    .index-datepicker .vpd-days {
        height: 400px !important;
        font-size: 25px !important;
    }
}

.menu-item .menu-link .menu-arrow:after {
    transform: rotate(180deg);
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity .5s ease;
}

.fade-enter-from,
.fade-leave-to {
    opacity: 0;
}

.table:not(.table-bordered) tr, .table:not(.table-bordered) th, .table:not(.table-bordered) td {
    font-size: 14px !important;
}

.timeline-steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.timeline-steps .timeline-step {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 2rem
}

@media (min-width:768px) {
    .timeline-steps .timeline-step:not(:last-child):after {
        content: "";
        display: block;
        border-top: .25rem dashed #3b82f6;
        width: 4rem;
        position: absolute;
        right: 7.85rem;
        top: 1.5rem
    }
    .timeline-steps .timeline-step:not(:first-child):before {
        content: "";
        display: block;
        border-top: .25rem dashed #3b82f6;
        width: 4rem;
        position: absolute;
        left: 7.85rem;
        top: 1.5rem
    }
}

.timeline-steps .timeline-content {
    width: 10rem;
    text-align: center
}

.timeline-steps .timeline-content .inner-circle {
    border-radius: 1.5rem;
    height: 2.2rem;
    width: 2.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #AAA;
    cursor: pointer;
}

.timeline-steps .timeline-step.active .timeline-content .inner-circle {
    background-color: #50cd89
}

.select-item {
    cursor: pointer;
}

.cat-item {
    transition: all 0.3s;
}

.cat-item:hover {
    background-color: #F00 !important;
}

.timeline-steps .timeline-content {
    width: 10rem;
    text-align: center
}

.timeline-steps .timeline-content .inner-circle:after {
    content: "";
    background-color: #AAA;
    display: inline-block;
    height: 3rem;
    width: 3rem;
    min-width: 3rem;
    border-radius: 6.25rem;
    opacity: .5
}

.timeline-steps .timeline-step.active .timeline-content .inner-circle:after {
    background-color: #50cd89;
}


.file-disable {
    pointer-events: none;
    opacity: 0.4;
}

.multiselect-tag {
    padding: 0 8px 0 0 !important;
    background: #222 !important;
}

.multiselect-tag i:before {
    color: #DDD !important;
}

.file-item {
    height: 92px;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
}

.file-item .remove {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 0.2s;
    opacity: 0;
}

.file-item:hover .remove {
    opacity: 1;
}
