.aside_btn a button {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    background: #3097d1;
}

.aside_btn a:hover,
.aside_btn a button:hover {
    text-decoration: none;
    background: #3097d1;
}

/*loader css starts*/

.loader-reg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

/* Don't use IDs in selectors */

#koka {
    margin: 5px;
    border: 0;
    padding: 10px 20px;
    font: bold 16px Roboto, Arial, sans-serif;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    z-index: 0;
    position: absolute;
    left: 0;
    bottom: 30px;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    right: 0;
    max-width: 220px;
    top: 60%;
}

.heading {
    margin: 0 0 15px;
    text-transform: uppercase;
}

#homeOwner+.container br {
    display: none;
}

/*sliding image for admin section in project list*/
.slider-img{
    text-align: center;
}
.slider-img img{
    object-fit: cover;
    max-height:500px !important;
}
.carousel-inner{
    min-height: 500px !important;
}
#carousel-example-generic{
    width: 50%;
    margin: auto;
}
.carousel-control{
    color: #3C8DBC !important;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.custom-file-label {
    display: block;
    color: white;
    cursor: pointer;
    position: relative;
    margin-bottom: .5rem !important;
    font-weight: normal !important;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 2px) - 1px* 2);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0;
}

.file-input {
    display: none !important;
}
.croppie-container { width: 100%; max-width: 300px; margin: auto; }
#croppie-modal { 
    display: none; 
    text-align: center; 
    padding: 20px; 
    max-width: 400px; 
    background: white; 
    overflow: hidden;
    position: relative;
}
#crop-result { margin-top: 20px; display: none; width: 200px; height: 200px; }

#croppie-cover-container { width: 100%; max-width: 1080px; margin: auto; }
#cover-croppie-modal { 
    display: none; 
    text-align: center; 
    padding: 20px; 
    max-width: 1080px; 
    background: white; 
    overflow: hidden;
    position: relative;
}
#crop-cover-result { margin-top: 20px; display: none; width: 935px; height: 415px; }

.datepicker{
    z-index: 10000 !important;
}

.fancybox-content {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    overflow: visible !important;
}
.fancybox-slide--inline {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    max-width: 100%;
    overflow: hidden;
}
.fancybox-slide--iframe .fancybox-content {
    width: 90% !important;
    max-width: 1024px;
    height: 90% !important;
    max-height: 768px;
}
.lg-upload {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	cursor: pointer;
}
.pac-container {
	z-index: 2001 !important;
}

.service_location_list {
	list-style: none;
}

.service_location_list input[type=checkbox] {
	margin-right: 5px;
}

div.dt-buttons {
    position: relative !important;
    float: right;
}

.dt-button-collection {
    background-color: white;
    border: 1px solid #ccc;
    padding: 0;
    min-width: 150px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.dt-button-collection .dt-button {
    display: block;
    width: 100%;
    text-align: left;
    padding: 8px 12px;
    background: none;
    border: none;
    color: #333;
    font-size: 14px;
    cursor: pointer;
}
.dt-button-collection .dt-button:hover {
    background-color: #f0f0f0;
}

/* Make the wrapper relative so the dropdown aligns to it */
.custom-dropdown-wrapper {
    position: relative;
    display: inline-block;
    padding-right: 3px;
}

/* Move the WHOLE dropdown menu to align right */
div.dt-button-collection {
    position: absolute !important;
    top: 100% !important;
    left: auto !important;
    right: 0 !important;
    margin-top: 4px;
    min-width: 160px;
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 9999 !important;
}

/* Style the actual menu items */
div.dt-button-collection .dt-button {
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px 16px;
    background: none;
    border: none;
    color: #333;
    font-size: 14px;
}
div.dt-button-collection .dt-button:hover {
    background-color: #f5f5f5;
}


@media (min-width: 768px){
    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {
        width: 214px !important;
    }
    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>span:not(.pull-right){
        width: 214px !important;
    }
    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>span.pull-right-container{
        display: none !important;
    }
}