body,h1,h2,h3,h4,h5 {font-family: "Poppins", sans-serif;}
body {font-size:16px;}
h1,h2,h3,h4,h5{color:#333;text-transform:uppercase}

a{text-underline-position:under}


.m-0{margin:0}
.mt-0{margin-top:0;}
.mb-0{margin-bottom:0}
.mb-8{margin-bottom:8px;}


.position-fill{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%;background:rgba(0,0,0,.5)}

.container-flex{display:flex;}

.loader {border: 16px solid #f3f3f3;border-top: 16px solid #2196F3!important; border-radius: 50%;display:inline-block;width: 120px;height: 120px;animation: spin 2s linear infinite;}
.loader-small{width:30px;height:30px;border-width:3px!important;animation-duration: 1s;}
.loader-xsmall{width:20px;height:20px;border-width:3px!important;animation-duration: 1s;}
.loader-tiny{width:15px;height:15px;border-width:2px!important;animation-duration: 1s;}
.loader-with-text-container{display:flex;align-items: center;}
.loader-text{margin-left:16px;font-weight:bold}

/* modal */
.w3-modal{padding-bottom:100px;}

.w3-main{transition:none}
.w3-sidebar{z-index:12;width:250px;display:none;border-radius: 0 16px 16px 0;}
#master-container{margin-top:80px;}
.w3-sidebar h3{margin-top:48px}
.menu-item.active,
.has-sub-menu-items.active{color:#8DB74E!important;/*cursor:default;*/}

.menu-item{font-size: 16px;text-transform:uppercase}
.sub-menu-item{font-size:12px;text-transform:uppercase}

.sub-menu-item.active{/*color:#000;background-color:#2196F3!important;font-weight:bold*/background:#4CAF50!important;color:#fff!important;}

.ui-autocomplete-loading:after{content:'load'}
.ui-autocomplete{max-height:300px;overflow:auto}

/* INPUT */
.w3-check input {width: 24px;height: 24px;position: relative;/*top: 6px;*/margin-right: 8px;}
.form-field{margin-bottom:16px;}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
/*  -webkit-text-fill-color: white !important;*/
}

.col-widget{width:100%;}
.widget{margin-bottom:16px;background:#fff;padding:16px;}

.ui-autocomplete{padding:16px 0}

/* image upload */
.upload-image-drop-area{background-color:#f5f5f5;background-size: cover;background-position: center;border: #999 1px dashed;padding-top:calc(800/1200 * 100%);font-size: 18px;position:relative;transition:background .3s ease;cursor:pointer}
.input-file{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}
/*.cropper-container.cropper-bg,.cropper-canvas,.cropper-canvas img{width:100%!important;}*/
.preview{overflow:hidden;}


/* datatable */
.dataTables_empty{color:#000}


.flatpickr-innerContainer{width:100%;}
.flatpickr-rContainer{width:100%;}
.newsletter > div {display: flex;align-items: center;}
.newsletter img {width: 100px;}

.icon-switch-lingua-newsletter{margin-left: 8px;font-size: 19px;cursor: pointer;vertical-align:bottom}

.w3-button{text-transform:uppercase}




@media(min-width:993px) {
    .w3-sidebar h3,#master-container{margin-top:0}
    #modal-switch-lingua-newsletter .w3-modal-content{width:500px!important}
}

@media(max-width:1279px){
    .flatpickr-calendar{width:308px!important;}
}


@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
