/* ================================================================================================
// 	File Name: style.scss
// 	Description: Style for customization.
// 	----------------------------------------------------------------------------------------------
// 	Item Name: Chameleon Admin - Modern Bootstrap 4 WebApp & Dashboard HTML Template + UI Kit
// 	Version: 1.0
// 	Author: ThemeSelection
// 	Author URL: https://themeselection.com/
// ================================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.highlight {
    padding: 1px 4px;
    margin: 0 -1px;
}
.highlight, .highlight-dots {
    background-color: #f1f189e0;
     color: black !important; 
    font-weight: bold;
    text-decoration: underline;
}

body, caption{
    color: #3e3d3d;
}
.shawCalRanges{
    
    height: 3.75rem;
}
input.form-control.form-group-xl>.form-control-position, input.form-control.input-xl+.form-control-position, select.form-control:not([size]):not([multiple]).form-group-xl>.form-control-position, select.form-control:not([size]):not([multiple]).input-xl+.form-control-position{
    
    right: 12px;
}
.min-h-500{min-height: 1000px;}
.filters label{
    cursor: pointer;
    vertical-align: middle;
}
.filters input[type=checkbox],.sidebar  input[type=radio]{
    width: 20px;
    height: 20px;
    vertical-align: sub;
}
.padding-30{padding: 30px;}

.nav-item .dropdown-toggle::after{
    right: -8px;
}
.leads .action-lead-button{
    border: none
}
.pre-wrap {
    white-space: pre-wrap;
}
.shawCalRanges{
    padding: 7px;
}
.export-div{padding-top: 7px;}
.bots-list td{vertical-align: middle;}
.margin-auto{margin: auto}
.mt-26{margin-top: 26px;}
.flag{    margin-top: -7px;
          
    left: 12.5%;
    position: absolute;}
.table, .table-hover tbody tr:hover {
    color: #111215;
}
/*.disabled{pointer-events:none; cursor: not-allowed;opacity: .4;}*/





@media(max-width:567px){
    .media .action-lead-button {
        width: 33.33% !important;
    }
    .media .action-lead-button .la{
        font-size: 2em;
    }
    .hidden-sm{display: none;}
    .border-top-blue-grey.border-top-lighten-5 .flag-left{display: none}
}



.save-template-div{
    margin-top: 25px;
}


.post-title {
    font-size: 20px;
    font-weight: 600;
    color: #222222;
    line-height: 24px;
} 

