@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,500,700");
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700&display=swap');
/*
 *
 *   INSPINIA - Responsive Admin Theme
 *   version 2.4
 *
*/
    #map {
        width: 100%;
        height: 100%;
    }
    .d-flex-row {
        display: flex; 
        flex-direction: row; 
        flex-wrap: wrap; 
        justify-content:  flex-start; 
        align-items: flex-start;
        height:auto;
    }

    .input[type="file"] {
        display: none;
    }

    .custom-file-upload {
        border: none;
        display: inline-block;
        padding: 6px 12px;
        cursor: pointer;
    }

    .TabSelect {
        cursor: pointer;
        border-bottom: 2px solid #773FAF;
        text-align: center;
        font-size: medium;
    }

    .TabDefault {
        cursor: pointer;
        border-bottom: 2px solid #e6e6e6;
        text-align: center;
        font-size: medium;
    }

    .badge-Complement {
        font-size: x-small !important;
        background-color: #f4f6f8 !important;
    }

    .tooltip-inner {
        max-width: 350px;
    }

    .buttonPX {
        background-color: #f4f6f8 !important;
        color: #000;
        margin-left: 25px;
        margin-top: -5px;
        padding: 5px;
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 10px
    }

    .px-btn-primary {
        background-color: #6a52fd !important;
        border-radius: 5px;
        border-color: #6a52fd;
        color: #FFFFFF;
    }


    .px-bg-primary {
        background-color: #6a52fd !important;
        text-align: center;
        border-color: #6a52fd;
        color: #FFFFFF;
    }

    .px-btn-primary:hover {
        background-color: #773FAF !important;
        border-color: #773FAF;
        color: #FFFFFF !important;
    }
    .px-bg-primary:hover {
        background-color: #773FAF !important;
        border-color: #773FAF;
        color: #FFFFFF !important;
    }

    .px-btn-default {
        background-color: #fff !important;
        border-radius: 5px;
        margin-right: 30px;
        border-color: #773FAf;
        color: #773FAF;
    }
    .px-btn-write {
        background-color: #fff !important;
        border-radius: 5px;
        margin-right: 30px;
        border: 1px solid #e7eaec;
        color: #6a52fd;
    }

    .px-btn-default:hover,
    .px-btn-default:active {
        background-color: #f4f6f8 !important;
        border-color: #773FAF;
        color: #773FAF;
    }

    .px-btn-trasparent {
        background-color: transparent !important;
        border-radius: 5px;
        margin-right: 30px;
        border-color: transparent;
        color: #6a52fd;
        font-weight: bold;
    }

    .px-btn-trasparent:hover,
    .px-btn-trasparent:active {
        background-color: transparent;
        border-color: transparent;
        color: #773FAF;
        font-weight: bold;
    }
    .px-border-green {
        border-left: 2px solid #6a52fd;
        background-color: #f1f1f1;
    }
    .progress-bar-px {
        background-color: #B7A8Fe !important;
        color: #6a52fd !important;
    }

    .px-dropdownmenu {
        border-radius: 10px;
        font-family: Inter;
        font-weight: 500;
        font-size: 12px !important;
        text-align: left !important;
        padding: 2px !important;
        width: 200px;
        border: solid 0.5px #f0f0f0;
    }

[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}

[data-title]:after {
    content: attr(data-title);
    background-color: #000;
    color: #fff;
    font-size: 12px;
    position: absolute;
    padding: 1px 5px 2px 5px;
    left: 5px;
    top: -25px;
    word-break: break-word;
    white-space: pre-line;
    overflow-wrap: break-word;
    /* box-shadow: 1px 1px 3px #222222;*/
    opacity: 0;
    border: none;
    width:auto;
    max-width:500px;
    z-index: 99999;
    visibility: hidden;
    border-radius: 5px;
}

[data-title] {
    position: absolute;
}

.tip {
    border-bottom: 1px dashed;
    text-decoration: none
}

    .tip:hover {
        cursor: help;
        position: relative
    }

    .tip span {
        display: none
    }

    .tip:hover span {        
        padding: 5px;
        display: block;
        z-index: 100;
        background-color: #000;
        left: 10px;
        margin: 10px;
        width: auto;
        max-width:300px;
        position: absolute;
        top: -40px;
        border-radius:5px;
        text-decoration: none;
        color:#fff;
    }


/* The actual timeline (the vertical ruler) */
.timeline {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

    /* The actual timeline (the vertical ruler) */
    .timeline::after {
        content: '';
        position: absolute;
        width: 6px;
        background-color: white;
        top: 0;
        bottom: 0;
        left: 9.5%;
        margin-left: -3px;
        
    }


/* Container around content */
.timeline-container {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

    /* The circles on the timeline */
    .timeline-container::after {
        content: '';
        position: absolute;
        width: 25px;
        height: 25px;
        right: -17px;
        background-color: #e9e5ff;
        border: 4px solid #634dec;
        top: 15px;
        border-radius: 50%;
        z-index: 1;
    }

/* Place the container to the left */
.timeline-left {
    left: 0;
}

/* Place the container to the right */
.timeline-right {
    left: 50%;
}

/* Add arrows to the left container (pointing right) */
.timeline-left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.timeline-right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.timeline-right::after {
    left: -16px;
}

/* The actual content */
.timeline-content {
    padding: 20px 30px;
    background-color: white;
    position: relative;
    border-radius: 6px;
}