﻿.card-custom {
    border-radius: 20px 0px 0px 20px
}

.card-body {
    padding: 0.875rem  !important;
}

.square {
    height: 190px;
    width: 130px;
    margin-left: 10%;
    margin-top:5%;
}

.center-cropped {
    background-position: center center;
    background-repeat: no-repeat;
}

.card-img {
    max-width: 100%;
    max-height: 100%;
    margin: 5px;
    margin-top: 20px;
    border-radius: 25px;
    border: #000000c2 1px solid;
}

.card-title-orion {
    margin-bottom: var(--bs-card-title-spacer-y);
    font-weight: 200;
    font-size: 1.1rem;
    text-align: start;
    line-height: 1;
    width: 100%;
    color: #008080 !important;
}

.card-subtitle-time {
    margin-bottom: var(--bs-card-subtitle-spacer-y);
    font-weight: 400;
    line-height: 1;
    color: #F3378E !important;
}

.btn-tag {
    z-index: 3;
    padding: 0px;
    border-radius: 20px 0px 0px 20px;
    /* background-color: #008080 !important; */
    position: relative;
    width: 100%;
    height: 100%;
}

.text-badge {
    --bs-badge-font-size: 25px;
    --bs-badge-font-weight: 600;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: var(--bs-border-radius);
    display: block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    white-space: nowrap;
    rotate: -90deg;
    margin-bottom: -4rem;
    margin-top: 1rem;
    position: initial;
}

#modalTicketLabel {
    font-size: 0.8rem !important;
}

#status-buttons {
    position: relative; /* 1 */
    display: inline-block; /* 2 */
}

#status-buttons a {
        color: #000000 !important;
        line-height: 1;
        display: inline-block;
        font-size: 13px;
        font-weight: normal;
        margin-right: 0;
        text-align: center;
        text-transform: uppercase;
        width: 75px;
        text-decoration: none;
}

#status-buttons .a-overdue {
        color: #F3378E !important;
        display: inline-block;
        font-size: 11px;
        font-weight: normal;
        margin-right: 0;
        text-align: center;
        width: 75px;
}

#status-buttons a:hover {
        text-decoration: none;
}

#status-buttons span {
        color: text;
        display: block;
        height: 25px;
        margin: 0 auto 10px;
        padding-top: 20px;
        width: 50px;
}

.progress-bar-vertical {
    width: 20px;
    height: 280px;
    display: flex;
    align-items: flex-end;
    margin-right: 20px;
    float: left;
    margin-left: 5px;
    border: #000 1px solid;
    border-radius: 15px;
}

.progress-bar-vertical .progress-bar {
    width: 100%;
    -webkit-transition: height 0.6s ease;
    -o-transition: height 0.6s ease;
    transition: height 0.6s ease;
}

.capacity_label {
    margin-left: -25px
}

@media only screen  and (min-width: 1200px)   and (max-width: 1600px) {
   .square {
        margin-left: 2%;
    }
}

@media only screen  and (min-width: 1024px)   and (max-width: 1200px) {
    .square {
        margin-left: 5%;
        margin-top: 5%;
    }
}

@media only screen and (max-width: 1024px) {


    .square {
        height: 200px;
        width: 100%;
        max-width: 100%;
        max-height: 100%;
        margin-left: 2%;
        margin: 5px;
    }
}

@media only screen and (max-width: 768px) {
    .center-cropped {
        max-width: 100%;
        max-height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .capacity_label {
        margin-left: -15px
    }

  
    .square {
        height: 200px;
        width: auto;
     
    }
    .card-img {
        max-width: 100%;
        max-height: 100%;
        border-radius: 25px;
        border: #000000c2 1px solid;
    }
    
    #status-buttons a {
        color: #000000 !important;
        line-height: 1;
        display: inline-block;
        font-size: 12px;
        font-weight: normal;
        margin-right: 0;
        text-align: center;
        text-transform: uppercase;
        width: 70px;
        text-decoration: none;
    }

    #status-buttons .a-overdue {
        color: #F3378E !important;
        display: inline-block;
        font-size: 11px;
        font-weight: normal;
        margin-right: 0;
        text-align: center;
        width: 50px;
    }
}

/*STYLE form CIRCULAR progress BAR */

.progress-bar-circular {
    position: relative;
    height: 100px;
    width: 100px;
}

    .progress-bar-circular div {
        position: absolute;
        height: 100px;
        width: 100px;
        border-radius: 50%;
    }

        .progress-bar-circular div span {
            position: absolute;
            font-family: Arial;
            font-size: 15px;
            line-height: 75px;
            height: 75px;
            width: 75px;
            left: 12.5px;
            top: 12.5px;
            text-align: center;
            border-radius: 50%;
            background-color: white;
        }

    .progress-bar-circular .background {
        background-color: #b3cef6;
    }

    .progress-bar-circular .rotate {
        clip: rect(0 50px 100px 0);
        background-color: #4b86db;
    }

    .progress-bar-circular .left {
        clip: rect(0 50px 100px 0);
        opacity: 1;
        background-color: #b3cef6;
    }

    .progress-bar-circular .right {
        clip: rect(0 50px 100px 0);
        transform: rotate(180deg);
        opacity: 0;
        background-color: #4b86db;
    }

    

@keyframes toggle {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


@media screen and (max-width: 575px) {
    .justify-content-graph {
        justify-content: center !important;    
    }  

    .mt-custom {
        margin-top: 2rem;
    }
}

@media  screen and (min-width: 576px) and (max-width: 767px) {
    .mt-custom {
        margin-top: 1rem;
    }
    
}

@media  screen and (min-width: 576px) {
    .justify-content-graph {
        justify-content: flex-start !important;
        
    }

    .justify-content-ticket {
        justify-content: flex-end !important;        
    }
    
}

.align-items-end{
    padding-left: 10px !important;
}