@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);
/*Theme Colors*/
/**
 * Table Of Content
 *
 * 	1. Color system
 *	2. Options
 *	3. Body
 *	4. Typography
 *	5. Breadcrumbs
 *	6. Cards
 *	7. Dropdowns
 *	8. Buttons
 *	9. Typography
 *	10. Progress bars
 *	11. Tables
 *	12. Forms
 *	14. Component
 */
/*******************
 Our income
*******************/
/*#main-wrapper {
    -webkit-user-select: none !important;*/ /* Safari */
    /*-ms-user-select: none !important;*/ /* IE 10 and IE 11 */
    /*user-select: none !important;
}*/
.cmin-height {
    height: 105px;
}

.dt-buttons {
    float: right !important;
}

.bootstrap-autocomplete.dropdown-menu.show .dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    text-decoration: none !important;
}
/*.bootstrap-autocomplete.dropdown-menu.show {
    width: auto !important;
}*/
.bootstrap-autocomplete.dropdown-menu {
    max-height: 200px;
    overflow-y: auto;
}

a.list-group-item.text-decoration-none.active > div > div.col-sm-10.col-md-10.col-lg-10.text-left > p > small.text-muted {
    color: #fff !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    min-width: 290px!important;
} 

/* DROP ZONE */
.dropzone .dz-message:before, .dropzone .dz-preview .dz-remove:before {
    font-family: feather;
    display: inline-block;
    z-index: 2;
    text-indent: 0;
    font-weight: 400;
    -webkit-font-smoothing: antialiased
}

.dropzone:hover {
    background-color: #cccccc17;
}
.dropzone {
    /*min-height: 300px;
    border: 2px dashed #01345F;
    -webkit-transition: border-color .15s linear;
    transition: border-color .15s linear;*/
    display: block;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: 200px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 22px;
    color: #777;
    background-color: #FFF;
    background-image: none;
    text-align: center;
    border: 2px solid #E5E5E5;
    -webkit-transition: border-color .15s linear;
    transition: border-color .15s linear;
}


.dropzone .dz-message {
    font-size: 2rem;
    position: absolute;
    top: 60%;
    right: 0;
    width: 100%;
    height: 300px;
    margin-top: -30px;
    color: #01345F;
    text-align: center
}

.dropzone .dz-message:before {
    content: '\f0ee';
    font-family: "Font Awesome 6 Pro";
    font-size: 80px;
    position: absolute;
    top: -50px;
    width: 80px;
    height: 80px;
    right: 50%;
    margin-right: -40px;
    line-height: 1;
    color: #01345f;
    animation: pulse-black 2s infinite;
    transform: scale(1);
}

@keyframes pulse-black {
     0% {
         transform: scale(0.95);
         box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.0);
     }

     70% {
         transform: scale(1);
         box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
     }

     100% {
         transform: scale(0.95);
         box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
     }
 }

.dropzone .dz-preview.dz-image-preview {
    background: 0 0
}

.dropzone .dz-preview .dz-remove {
    font-size: 1.1rem;
    color: #01345F;
    line-height: 2rem
}

.dropzone .dz-preview .dz-remove:before {
    content: '\e2ae';
    font-family: "Font Awesome 6 Pro";
    line-height: 1;
    padding-right: 4px;
}

.dropzone .dz-preview .dz-remove:hover {
    text-decoration: none;
    color: #01345F
}
div.dataTables_wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.bootstrap-autocomplete.dropdown-menu {
    width: auto !important;
}

.full_modal-dialog {
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.full_modal-content {
    height: 99% !important;
    min-height: 99% !important;
    max-height: 99% !important;
}

#components-reconnect-modal {
    display: none !important;
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .h4-sm {
        font-size: 1.5rem;
    }
}
