
    /*Define custom properties*/
:root {
    --black-color: #202020;
    --success-color: #82d616;
    --primary-color: #DB9F85;
    --accent-color: #E2B8A6;
}



        /*Custom styles*/
        .logo{
            max-width: 155px;
            max-height: 103px;
        }

        /*.splide__slide__container img{
            object-fit: cover;
            width: 100%;
        }*/

        .overlay{
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            background: linear-gradient(0deg, rgba(32, 32, 32, 0.10) 0%, rgba(32, 32, 32, 0.10) 100%)
        }

        .border-radius-4xl{
            border-radius: 40px !important;
        }

        .splide__pagination__page{
            width: 12px !important;
            height: 12px !important;
        }

        .splide__pagination__page.is-active{
            background-color: #FFDC32;
            width: 40px !important;
            border-radius: 6px !important;
            opacity: 1 !important;
        }

        .splide__arrow{
            bottom: 0 !important;
            top: 97% !important;
        }

        .splide__arrow--prev{
            left: 30%;
            background: transparent !important;
        }

         .splide__arrow--next{
            right: 30%;
             background: transparent !important;
        }

         .splide__arrow svg{
             fill: white !important;
         }

        .splide__pagination li{
            padding-left: 5px !important;
            padding-right: 5px !important;
        }

        .assistant .progress{
            background: #ccc;
            border: 0;
            border-radius: 50%;
            display: inline-block;
            height: 8px;
            margin: 3px;
            opacity: .7;
            padding: 0;
            position: relative;
            transition: transform .2s linear;
            width: 12px !important;
            height: 12px !important;
        }

        .assistant .progress.active{
            background-color: #FFDC32;
            width: 40px !important;
            border-radius: 6px !important;
            opacity: 1 !important;
        }

        .gr-filter-project-energy.active .ci{
            background: transparent !important;
            border: none !important;
        }

        .ci {
            display: inline-block;
            height: 40px;
            width: 40px;

            border-radius: 12px;
            border: 2px solid #D9D9D9;
            background: #FFF;
        }

        .ci.icon-24x{
            display: inline-block;
            height: 24px !important;
            width: 24px !important;
        }

        .ci.icon-30x{
            display: inline-block;
            height: 30px !important;
            width: 30px !important;
        }

        .max-width-24px{
            max-width: 24px !important;
        }

        .ci.small-radius{
            border-radius: 6px !important;
        }

        /*.ci.icon-20x{
            display: inline-block;
            height: 20px !important;
            width: 20px !important;
        }

        .ci.icon-22x{
            display: inline-block;
            height: 25px !important;
            width: 25px !important;
        }

        .ci.icon-40x{
            display: inline-block;
            height: 40px !important;
            width: 40px !important;
        }

        .ci.icon-35x{
            display: inline-block;
            height: 35px !important;
            width: 35px !important;
        }

        .ci.icon-64x{
            height: 64px !important;
            width: 64px !important;
        }

        .ci.hamburguer{
            height: 40px !important;
            width: 40px !important;
        }

        .ci.active{
            background: rgba(255, 235, 43, 0.20);
            border: 2px solid #FFC600;
        }

        .ci.placeinput{
            fill: rgb(134, 134, 134);
            border: none;
            background: transparent;
            opacity: 0.5 !important;
        }

        .ci.noborder{
            border: none !important;
        }


        .ci.nobackground{
            background: transparent !important;
        }

        .ci.ci-alert{
            background: coral;
        }*/

        .btn-small-icon{
            width: 64px !important;
            height: 46px !important;
        }


        .table-btn-icon{
            padding-left: 12px !important;
        }

        .background-no{
            background: transparent !important;
        }


        .border-right-1{
            border-right: 2px solid #D9D9D9 !important;
        }

        hr.border, .border-separator{
            border-bottom: 1px solid #D9D9D9 !important;
        }

        .max-height-vh-95 {
          max-height: 95vh !important;
        }


        .btn-interval {
            border-radius: 23px !important;
            background: rgba(32, 32, 32, 0.05);
            border: none !important;
        }

        /*.btn-interval.active {
            background: rgba(255, 235, 43, 0.20) !important;
            border: 1px solid #FFC600 !important;
            /*border: 2px solid #FFC600 !important;*/
        /*}*/

        .no-shadow{
            box-shadow: none !important;
        }

        div.dataTables_wrapper div.dataTables_paginate ul.pagination{
            justify-content: flex-start !important;
        }

        .btn-close.btn-close-client, .btn-close.btn-close-project{
            width: 1em !important;
            height: 1em !important;
        }

        .disabled {
         cursor: not-allowed;
         pointer-events: none;
         opacity: .65;
     }

    .line-height-1 {
        line-height: 1 !important;
    }

    .slide-gallery{
        background-size: cover;
    }

    .title-section{
        text-decoration: underline;
        /*text-decoration-color: #FFC600 !important;*/
    }

    /* Subir archivos*/
    .hiddenfile {
        width: 0px;
        height: 0px;
        overflow: hidden;
    }

    .short-fix-p{
        height: 3.24em !important;
        line-height: 1.62em !important;
    }

    .btn-form{
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }

    .btn-cancel-form{
        border: 1px solid #868686 !important;
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }

    .dataTables_filter input.form-control-sm {
        /*border-radius: 0px !important;*/
        font-size: 0.875rem !important;
        /*border-bottom: 1px solid #FFB607 !important;*/
    }


    div.dataTables_wrapper div.dataTables_info {
        white-space: normal !important;
    }

    .form-switch .form-check-input.primary {
        border: 1px solid #e9ecef !important;
        position: relative;
        background-color: rgba(33, 37, 41, .5);
        height: 1.25em;
    }

    .form-switch .form-check-input.primary:checked {
        /*background: #FFDC32 !important;*/
    }

    .nav.nav-pills {
        background: transparent !important;
    }

    .moving-tab {
        border-radius: 0 !important;
        /*border-bottom: 1px solid #FFDC32 !important;*/
    }

    .nav.nav-pills .nav-link.active {
        font-weight: bold;
        box-shadow: none !important;
        color: #202020 !important;
    }

    .nav.nav-pills {
        border-radius: 0 !important;
        border-bottom: 1px solid rgba(32, 32, 32, 0.05) !important;
        padding-bottom: 0px !important;
    }



#whatsapp-container {
    position: fixed;
    bottom: 30px;
    right:20px;
    z-index: 9;
}


#whatsapp{
    background: #25d366 !important;
    border-radius: 50%;
    padding: 10px;
    padding-left: 15px;
    width: 60px;
    height: 60px;
}

.bg-whatsapp{
    background: #25d366 !important;
    color: white;
}

.overflow-y-auto{
    overflow-y: auto;
}

