/* 
/* 
/*  custom.css
/*
/*  If not using Gulp and Sass, add your custom CSS below then include it
/*  in your page by adding a reference to assets/css/custom.css in the head of each page.
/*
*/

.pac-container {
    /* put Google geocomplete list on top of Bootstrap modal */
    z-index: 9999;
}

@media (max-width: 1199.98px) {
    .main-container > section.space-xlg:first-child {
        padding-top: 7.5rem;
    }
}

.main-container [data-sticky].position-fixed {
    padding-top: 1.5rem;
}

.bs-alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.bs-alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.bs-alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.bs-alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.bs-alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.bs-bg-danger {
    background-color: #f8d7da;
}

.bs-alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.bs-bg-warning {
    background-color: #fff3cd;
}

.bs-alert-dismissible {
    padding-right: 4rem;
}

.text-indent{
    text-indent: 50px;
}

.vl {
    border-left: 5px solid green;
    height: 50px;
    margin-left:50px;
}

.scrollable-menu {
    height: auto;
    max-height: 700px;
    overflow-x: hidden;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #0c5460;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #0c5460;
    cursor: pointer;
}


.custom-Checkbox-x1 {
    top: .8rem;
    width: 1.25rem;
    height: 1.25rem;
}

.checkbox-1x {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
}

.checkbox-2x {
    transform: scale(2);
    -webkit-transform: scale(2);
}