
/* Info
================================================== 
     Author: http://bootstraptemplates.net 
 ================================================== 
 Info */

.hidden{
    display: none;
}
.disabled-div {
    pointer-events: none !important;
    opacity: 0.7 !important;
}

/* info color */
.bg-info {
    background-color: #2380fb !important;
}
.text-info {
    color: #2380fb !important;
}
.btn-info {
    background-color: #2380fb;
    border-color: #2380fb;
}

/* primary color */
.btn-outline-primary:hover{
    color: #fff;
    background-color: #0050b5;
    border-color: #0050b5;
}


/* home: welcome */
.container-home-welcome{
     background-color: #0050b5;
    /*background-image: linear-gradient(180deg,#0050b5 15%,#19a0ff 100%)!important;*/
}

/* home: prefooter */
.custom-section-1:before{
    top: 0px;
}

/* home: pricing */
.pricing--pema .pricing-item{
    /* width: 25%; */
}
.pricing--pema .pricing-feature-list{
    padding: 1.5em 0.5em 1.5em;
}
.m-list--link{
    padding-top: 0.225rem;
    padding-bottom: 0.225rem;
    border-bottom: 1px dashed #97a4af;
    color: #343a40;
}
/*.pricing--pema .m-link-muted{
    border-bottom: none;
    color: #77838f;
}*/


/* home: mobile */
.btn[data-toggle=tab][aria-selected=false] {
    background-color: rgba(0, 0, 0, 0) !important;
    border-color: rgba(0, 0, 0, 0) !important;
    color: #1e2022 !important;
}