
/* EXIBE TRIGGER NORMAL*/
.trigger {
    float: left;
    display: block;
    width: 100%;
    padding: 15px; 
    background: #888;
    font-size: 0.875em;
    /* font-weight: 300; */
    color: #fff;
    /* border: 1px solid #333; */
    margin-bottom: 15px;
    border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;
}

/* EXIBE TRIGGER EM NOTIFICAÇÃO SOBRE A TELA*/
.trigger_notify_box {position: fixed; right: 0; top: 0;padding-top: 5px;padding-right: 15px;width: 390px;max-width: 90%;z-index: 9999;}
.trigger_notify {margin-top: 15px; padding: 20px 40px;background: #333; font-size: 0.8em;border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;overflow: hidden;color: #fff; position: relative; cursor: pointer;}
.trigger_notify i{position: absolute;font-size: 20px;left: 10px;top: 20px;color: #FAFAFA;}
.trigger_notify_time {position: absolute; left: 0;bottom: 0;height: 2px;width: 0%;background: rgba(0, 0, 0, 0.5);}
.trigger_notify p {margin-top: 5px;}

.trigger_primary{background: linear-gradient(87deg, #5e72e4 0, #825ee4 100%) !important;}
.trigger_secondary{background: linear-gradient(87deg, #f7fafc 0, #f7f8fc 100%) !important;}
.trigger_success{background: linear-gradient(87deg, #2dce89 0, #2dcecc 100%) !important;}
.trigger_info{background: linear-gradient(87deg, #11cdef 0, #1171ef 100%) !important;}
.trigger_warning{background: linear-gradient(87deg, #fb6340 0, #fbb140 100%) !important;}
.trigger_danger{background: linear-gradient(87deg, #f5365c 0, #f56036 100%) !important;}
.trigger_light{background: linear-gradient(87deg, #adb5bd 0, #adaebd 100%) !important;}
.trigger_dark{background: linear-gradient(87deg, #212529 0, #212229 100%) !important;}
.trigger_default{background: linear-gradient(87deg, #172b4d 0, #1a174d 100%) !important;}
.trigger_white{background: linear-gradient(87deg, #fff 0, white 100%) !important;}

.ovl-fade {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    }
    
.loader{position:absolute;top:0;right:0;bottom:0; left:0;display:-webkit-flex;display:flex;width:30px;height:6px;margin:auto;color:#CFD8DC;pointer-events:none}

.loader::after,.loader::before {content:''}

.loader::before {-webkit-animation:loader 1.2s linear infinite 0s;animation:loader 1.2s linear infinite 0s;}

.loader::after {-webkit-animation:loader 1.2s linear infinite .2s;animation:loader 1.2s linear infinite .2s}

.loader::after,.loader::before,.loader-inner{-webkit-flex:0 0 auto;flex:0 0 auto;width:6px;height:6px;border-radius:100%;background:currentColor}

.loader-inner{margin-right:6px;margin-left:6px;-webkit-animation:loader 1.2s linear infinite .1s;animation:loader 1.2s linear infinite .1s}

.loader-lg{width:58px;height:14px}

.loader-lg .loader-inner,.loader-lg::after,.loader-lg::before{width:14px;height:14px}

.loader-lg .loader-inner{margin-right:4px;margin-left:4px}

@keyframes loader{
    0%,to{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
    25%,75%{
        -webkit-transform:scale(.5);
        transform:scale(.5)
    }
    }
.core--blue{background-color: #5e72e4 !important}
.core--indigo{background-color:#5603ad !important}
.core--purple{background-color:#8965e0 !important}
.core--pink{background-color:#f3a4b5 !important}
.core--red{background-color:#f5365c !important}
.core--orange{background-color:#fb6340 !important}
.core--yellow{background-color:#ffd600 !important}
.core--green{background-color:#2dce89 !important}
.core--teal{background-color:#11cdef !important}
.core--cyan{background-color:#2bffc6 !important}
.core--gray{background-color:#8898aa !important}
.core--gray-dark{background-color:#323 !important}
.core--light{background-color:#ced4da !important}
.core--secondary{background-color:#f7f !important}
.core--info{background-color:#11cdef !important}
.core--danger{background-color:#f5365c !important}
.core--dark{background-color:#212529 !important}
.core--white{background-color:#d5b6b6 !important}
.core--darker{background-color:black !important}

.core-bg-1{background-color:#5e72e4 !important}
.core-bg-2{background-color:#5603ad !important}
.core-bg-3{background-color:#f3a4b5 !important}
.core-bg-4{background-color:#f5365c !important}
.core-bg-5{background-color:#673AB7 !important}
.core-bg-6{background-color:#673AB7 !important}
.core-bg-7{background-color:#673AB7 !important}
.core-bg-8{background-color:#673AB7 !important}
.core-bg-9{background-color:#673AB7 !important}
.core-bg-1{background-color:#673AB7 !important}

.navbar-vertical .navbar-brand-img, .navbar-vertical .navbar-brand > img {
 filter: grayscale(1);
 max-height: 3rem;
}
.card-profile-image img {min-height: 110px;}

.table .thead-light th {
    color: #000;
    background-color: #f6f9fc;
}
table.dataTable tbody > tr.selected {
    background-color:var(--light)!important;
}
table.dataTable tbody > tr.odd {
    background-color: #e4e4e4a8;
}
table.dataTable tbody > tr.even td , table.dataTable tbody > tr.odd td{
    padding: 0.5rem 1.5rem;
} 
.table thead th {
    font-size: 0.8rem;
}

.loader-table{position:absolute;top:41px;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:#fff;z-index:3;}
.spinner {
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
    border: none!important;
    animation: none!important;
}
.form-group-require {

}
.form-group-require input ,.form-group-require .select2-container .select2-selection--single{
    color: #856200;
    background-color: #FFF9C4;
    border-color: #ffecb8;
}
.form-group-require input:focus {
    color: #212121!important;
    background-color: #fff2cc7d!important;
    border-color: #e4c367!important;
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 400px!important;
    overflow-y: auto;
}
.content-hidden {
    max-height: 310px;
    overflow: hidden;
    position: relative;
    padding-bottom: 40px;
}
.content-hidden:after {
    content:'';
    position: absolute;
    bottom: 0;
    width: 100%;
    box-shadow: 0px 0px 20px 20px #EEEEEE;
}
.select2-container .select2-selection--single {
   height: calc(2.2125rem + 2px)!important;
}
/* input[type='file'] {
    display: none;
} */
.input_image label {
    border: 2px dashed #c7c7c7;
    background: #fff9e6;
    border-radius: 6px;
    cursor: pointer;
    min-height: 100px;
    padding: 10px 20px;
    width: 100%;
    text-align: center;
    color: #5e72e4;
    font-size: 1rem;
    font-weight: 300;
}
.dropzone-previews {
    padding: 2.5% 0 0 0;
    /* max-height: 300px; */
    overflow: auto;
    float: left;
}

.dropzone-previews img {
    width: 47%;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
    background: #f5f5f5;
    cursor: pointer;
    border-radius: 10px;
}
.navbar-vertical.navbar-expand-xs .navbar-nav .nav .nav-link {
    position: relative;
}
.navbar-vertical.navbar-expand-xs .navbar-nav .nav .nav-link:before {
    background: #dee2e6;
    bottom: auto;
    content: "";
    height: 8px;
    left: 23px;
    /* margin-top: 15px; */
    position: absolute;
    right: auto;
    width: 8px;
    z-index: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
} 

.navbar-vertical.navbar-expand-xs .navbar-nav .nav .nav-link:after {
    border-left: 1px solid #dee2e6;
    bottom: 0;
    content: "";
    left: 27px;
    position: absolute;
    top: 0;
}
.navbar-vertical.navbar-expand-xs .navbar-nav > .nav-item > .nav-link.active {
background: #d8fdee;
border-radius: 0px 25px 30px 0px;
max-width: 90%;}

/***********************************
####### MODAL INSERT UPLOAD ########
***********************************/
.input-hidden  {
    display: none!important;
}

.rct_imageupload{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding: 20px;
    z-index: 89;
    box-shadow: 0 0 3px 0 #000;
    background: rgba(0,0,0,0.5);
    
}

.rct_imageupload_content{
    margin: 5% auto;
    max-width: 100%;
    overflow: auto;
    background: #fff;
    width: 500px;
    -webkit-border-radius: 3%;
    border-radius: 3%;
}

.rct_imageupload_actions{
    padding: 20px;
    background: #fff;
}

.rct_imageupload input{
    margin: 0 0 15px 0;display:block;
}

.none{
    display: none;
}
.rct_imageupload label:not(.rct_checkbox) {
    margin-bottom: 30px;
    background: #fff9e6;
    border-radius: 6px;
    cursor: pointer;
    min-height: 100px;
    padding: 10px 20px;
    width: 100%;
    text-align: center;
    color: #5e72e4;
    font-size: 1rem;
    font-weight: 300;
}
.input-checkbox {
    width: 25px;  /* ou o tamanho desejado */
    height: 25px; /* ou o tamanho desejado */
    cursor: pointer; /* opcional, para mudar o cursor para indicar que é clicável */
}
.rct_checkbox {

}
.form-group-require .input-checkbox,
.form-group-require .rct_checkbox {
    display: inline-block;
    vertical-align: middle;
}

.upload_progress {
    padding: 5px; 
    background: #00B594; 
    color: #fff; 
    text-align: center; 
    max-width: 100%;
}
.post-lista .receita {
    margin: 20px 0
 }
 .post-lista .receita img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%
 }
 .post-lista .receita img.img-fluid {
    max-width: 100%;
    height: auto;
    position: static;
    vertical-align: middle;
 }
 .post-lista .receita .info {
    background: #fbf7f1;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 30px 20px 20px
 }
 .post-lista .receita .recipe-overlay {
    background: #fff;
    background: linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(0,0,0,0.7) 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
 }
 .post-lista h2 {
    margin: 30px 0
 }
 .post-lista .receita .recipe {
    position: relative
 }
 .post-lista .receita .recipe-head {
    position: absolute;
    top: 30px;
    left: 30px;
    right: -13px;
    color: #fff;
    z-index: 20;
    max-width: 100%
 }
 .post-lista .receita h3 {
    color: #fff;
    z-index: 20
 }
 .post-lista .receita .rating {
    position: absolute;
    top: 15px;
    right: 15px;
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 12px;
    z-index: 10;
    background: rgba(0,0,0,.3);
    backdrop-filter: blur(5px)
 }
 .post-lista .receita .recipe h2 {
    color: #fff;
    z-index: 20;
    font-size: 20px;
    margin: 10px 0 0
 }
 .post-lista .receita .recipe .overlay {
    background: #fff;
    background: linear-gradient(365deg,rgba(255,255,255,0) 10%,rgba(0,0,0,0.7) 100%)
 }
 .post-lista .receita .recipe .rating {
    right: 60px;
    top: 0
 }
 .post-lista .receita .btn {
    position: absolute;
    bottom: -20px;
    right: 100px;
    padding: 10px 30px;
    font-size: 14px;
    border-radius: 30px!important;
    
    background-color: #eb4f37;
    color: #fff;
 }
 .post-lista .receita .btn i {
    margin-left: 10px
 }
 .post-lista .receita a {
    z-index: 999;
    color: #fff
 }
 .post-lista .imglink {
    display: block;
    width: 100%;
    height: 100%
 }
 .post-lista .receita .video-container {
    margin-bottom: 0
 }
 .hover-zoom {
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
 }
 @media(hover: hover) {
    .hover-zoom img {
       transition:all .3s linear
    }

    .hover-zoom:hover img {
       transform: scale(1.1)
    }
 }
 .hover-zoom+.recipe-head {
    pointer-events: none;
    cursor: default
 }
 .form-check-input,.form-switch .form-check-input{transition:background-color .25s,border-color .25s,background-position .15s ease-in-out,opacity .15s ease-out,box-shadow .15s ease-in-out}.form-check{display:block;min-height:1.5rem;padding-left:1.73em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.73em}.form-check-input{width:1.23em;height:1.23em;margin-top:.135em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:50%;background-size:contain;border:none;color-adjust:exact;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-check-input[type=checkbox]{border-radius:.35rem}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(99%)}.form-check-input:focus{border-color:none;outline:0;box-shadow:none}.form-check-input:checked{background-color:transparent;border-color:transparent}.form-check-input:checked[type=checkbox],.form-check-input:checked[type=radio]{background-image:linear-gradient(310deg,#5e72e4,#825ee4)}.form-check-input[type=checkbox]:indeterminate{background-color:#5e72e4;border-color:#5e72e4;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{opacity:.5}.form-switch .form-check-input{width:2.5rem;margin-left:-3rem;background-image:none;background-position:0;border-radius:2.5rem}@media (prefers-reduced-motion:reduce){.form-check-input,.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{background-image:none}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{pointer-events:none;filter:none;opacity:.65}.form-check:not(.form-switch) .form-check-input[type=checkbox],.form-check:not(.form-switch) .form-check-input[type=radio]{border:1px solid #cbd3da;margin-top:.25rem;position:relative}.form-check:not(.form-switch) .form-check-input[type=checkbox]:checked,.form-check:not(.form-switch) .form-check-input[type=radio]:checked{border:0}.form-check:not(.form-switch) .form-check-input[type=checkbox]:after{transition:opacity .25s ease-in-out;font-family:FontAwesome;content:"\f00c";width:100%;height:100%;color:#fff;position:absolute;display:flex;justify-content:center;align-items:center;font-size:.67rem;opacity:0}.form-check:not(.form-switch) .form-check-input[type=checkbox]:checked:after,.form-check:not(.form-switch) .form-check-input[type=radio]:checked:after{opacity:1}.form-check:not(.form-switch) .form-check-input[type=radio]{transition:border}.form-check:not(.form-switch) .form-check-input[type=radio]:after{transition:opacity .25s ease-in-out;content:"";position:absolute;width:.4375rem;height:.4375rem;border-radius:50%;background-color:#fff;opacity:0}.form-check:not(.form-switch) .form-check-input[type=radio]:checked{padding:6px}.form-check-input[type=checkbox],.form-check-label{cursor:pointer}.form-check-label{font-size:.875rem;font-weight:400}.form-switch{padding-left:3rem;display:flex;align-items:center}.form-switch .form-check-input{border:1px solid #e9ecef;position:relative;background-color:rgba(33,37,41,.1);height:1.25em}.form-switch .form-check-input:after{transition:transform .25s ease-in-out,background-color .25s ease-in-out;content:"";width:1rem;height:1rem;border-radius:50%;position:absolute;background-color:#fff;transform:translateX(1px);box-shadow:0 .25rem .375rem -.0625rem hsla(0,0%,8%,.12),0 .125rem .25rem -.0625rem hsla(0,0%,8%,.07);top:1px}.form-switch .form-check-input:checked:after{transform:translateX(21px)}.form-switch .form-check-input:checked{background-position:100%;background-image:none;border-color:rgba(94,114,228,.95);background-color:rgba(94,114,228,.95)}.form-switch .form-check-label{margin-bottom:0;margin-left:.5rem}