

.btn-outline {
    border-width: 2px;
    padding: 7.728px 14.928px;
    padding: 1.0rem 0.933rem
}

.h-60px {
    height: 60px;
}


@media (min-width: 500px) {

    #modalevento{
        padding-right: 17px;
        display: block;
    } 

    .tab-margin-50{
        margin: 50px;
    }
    
    .event-type-svg {
        height: 40px;
        width: 40px;
        position: absolute;
        margin-left: 250px;
        margin-top: -6px;
       
        /* pointer-events: none;
        position: absolute;
        right: 25px;
        top: 10px; */
    }
    
    .event-type-text{
        position: absolute;
        margin-left: 50px;
        font-size: large;
      
    }
    
    
    .datepicker-inline {
    
        margin: 30px 40px;
    }
    
    .datepicker-days{
        background-color: #F5F5F5;
        padding: 20px;
        width: 255px;
    }
    
    .btn-selected {
            color: #FFF !important;
            background-color: #383f48 !important;
            border-color: #383f48 !important;
    }
    
    .tab-content-height-680 {
        height: 680px;
    }
}

@media (max-width: 490px) {
    .tab-margin-50{
        margin: 10px;
    }
    
    .event-type-svg {
        height: 40px;
        width: 40px;
        position: absolute;
        margin-left: 190px;
        margin-top: -6px;
       
        /* pointer-events: none;
        position: absolute;
        right: 25px;
        top: 10px; */
    }
    
    .event-type-text{
        position: absolute;
        margin-left: 0px;
        font-size: large;
      
    }
    

    .datepicker-inline {
    
        margin-right: auto!important;
        margin-left: auto!important;
    }
    
    .datepicker-days{
        background-color: #F5F5F5;
        /* padding: 20px; */
        /* width: 255px; */
    }
    
    .btn-selected {
            color: #FFF !important;
            background-color: #383f48 !important;
            border-color: #383f48 !important;
    }
    
    .tab-content-height-680 {
        height: 680px;
    }

    .justify-content-center {
        justify-content: center!important;
        padding: 0;
    }
}



