/*# sourceMappingURL=custom.css.map */
.validation-errors-list{
    list-style-type: none;
    margin-left:-40px;
}
.validation-errors-list li{
    color:red;
    font-weight:bold;
}
.text-red-600{
    color:red;
    font-weight: 600;
}
.cities_excel{
    display: none;
}
.profile_picture_input, .cover_picture_input{
    display: none;
}
.profile-picture-main{
    display: block;
    height:150px;
    width:150px;
    border-radius: 250px;
}

.cover-picture-main{
    display: block;
    height:150px;
}
textarea{
    min-height:150px;
}
.cke_chrome{
    border: none;       
}

.custom-switch{
    padding-left:0px;
}
.media_thumn_in_row{
    padding:10px;
    box-shadow:0 2px 5px #acb5f6;
    border-radius:5px;
    margin:10px 0px 10px 0px;
}
.bradius{
    border-radius: 15px;
}
/**
* Nestable Draggable Handles
*/
.dd3-content {
    display: block;
    height: 45px;
    padding: 5px 10px 5px 54px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    line-height: 32px;
    background: #ffffff;
    box-shadow:0 2px 6px #acb5f6;
    border-radius: 250px 0px 0px 250px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd3-content:hover {
    box-shadow: none;
}

.dd-dragel > .dd3-item > .dd3-content {
    margin: 0;
}

    
.dd3-item {
    margin: 10px 0;
    
}
.dd3-item:hover{
    
}
.dd3-item > button {
    margin-left: 30px;
}

.dd3-handle {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    cursor: move;
    width: 45px;
    height: 45px;
    text-indent: 70px;
    white-space: nowrap;
    overflow: hidden;
    
    background: var(--primary);
    border-radius: 250px 0px 0px 250px;
}

.dd3-handle:before {
    content: '≡';
    display: block;
    position: absolute;
    left: 0;
    top: 12px;
    width: 100%;
    text-align: center;
    text-indent: 0;
    color: #fff;
    font-size: 25px;
    font-weight: bolder;
}



.item-edit {
    font-size: 13px;
    float: right;
    color: rgb(49, 35, 248);
    cursor: pointer;
}
.item-edit:hover {
    text-decoration: underline;
}

.item-settings.d-none {
    display: none!important;
}
.item-settings {
    display: block;
    padding: 10px;
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #acb5f6;
    background: #fff;
    border-top: none;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
}
.item-settings p {
    margin-top: 0;
}

.item-settings p label {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
}

.item-settings p label input {
    border: 1px solid #ddd;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    background-color: #fff;
    color: #32373c;
    outline: 0;
    border-spacing: 0;
    width: -webkit-fill-available;
    clear: both;
    margin: 0;
    font-size: 14px;
    padding: 5px;
    border-radius: 0;
}
.position_relative{
    position: relative;
}
.position_absolute{
    position: absolute;
}
.item-settings .item-delete {
    color: #a00;
}
.filter_launcher{
   
}
.index_filters .fas{
    
    
}
.index_filters{
    width:350px;
    float:right;
}
.filters_layover_box{
    min-height: 500px;
    width:100%;
    z-index: 100;
    background: red;
    display: none;
}
.padding10{
    padding:10px;
}
.search_form_agents{
    
    display: none;
    border-bottom: 1px solid #acb5f6;
}
.profile_image_vsmall{
    border-radius: 250px;
    width:100px;
    height:100px;
    padding:15px;
}