/* @import 'https://fonts.googleapis.com/css2? family= Montserrat:ital,wght@0,400;0,500;0,600;0,900;1,300 & family= Nunito:wght@300 & display=swap'; */
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";


@font-face {
	font-family: 'Soft Marshmallow';
	src: url('../../fontes/Soft Marshmallow.otf');
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    /* display: flex;
    width: 100%;
    align-items: stretch; */
    position: relative;
    top: 0;
    height: 100vh;
    overflow-x: hidden;
    z-index: 2;
}

#sidebar {
    min-width: 260px;
    max-width: 260px;
    width: 260px;
    height: 100%;
    max-height: 100%;
    color: var(--white);
    /* transition: all 0.3s; */
    transition: all .5s cubic-bezier(.685,.0473,.346,1);
    background-color: #696058;
	background-image: linear-gradient(230deg, #696058 5%, #696058 -50%, #000 72%);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 999; 
}

#sidebar.active {margin-left: -260px;}

#sidebar .sidebar-header {
    padding: 15px;
    text-align: center;
    position: relative;
}

#sidebar .sidebar-header > img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

#sidebar .sidebar-header > h4 {
    margin-top: 10px;
    font-size: 1rem;
    text-transform: uppercase;
}

#sidebar .line {
    height: 1px;
    width: calc(100% - 30px);
    background-color: hsla(0,0%,100%,.3);
    margin: auto;
}

#sidebar .user {
    padding-bottom: 20px;
    margin: 20px auto 0;
    position: relative;
}

#sidebar .user .photo {
    width: 40px;
    height: 40px;
    overflow: hidden;
    float: left;
    z-index: 5;
    margin-right: 12px;
    border-radius: 50%;
    margin-left: 23px;
    position: relative;
}

#sidebar .user .photo > img {width: 100%;}

#sidebar .user .info > a {
    display: block;
    line-height: 40px;
}

#sidebar .user .info > ul {
    margin-bottom: 0;
    margin-top: 1rem;
}

#sidebar .user .info > ul > li > a {
    font-size: 0.9em !important;
    text-transform: capitalize !important;
    margin: 5px 15px 0;
    padding: 5px 10px;
}

#sidebar .user .info > ul > li > a > i {
    margin-right: 12px;
    font-size: 15px;
    color: var(--gray-light);
}

#sidebar ul.components {padding: 20px 0;}

#sidebar ul p {
    color: var(--white);
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    margin: 10px 15px 0;
    padding: 10px 10px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 30px;
    display: block;
    position: relative;
}

#sidebar ul li a:hover {
    color: var(--gray-light);
}

#sidebar ul li.active,
#sidebar ul li.active > a > i,
a[aria-expanded="true"] {
    color: var(--active);
    position: relative;
}


#sidebar  ul li.active:not([data-toggle=collapse]):before {
    border-right: 18px solid #ddd;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    opacity: 1;
    top: 6px;
    transition: opacity .15s ease-in;
}

#sidebar  ul li.active:not([data-toggle=collapse]):after {
    border-right: 17px solid #f4f3ef;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    opacity: 1;
    top: 7px;
    transition: opacity .15s ease-in;
}

a[data-toggle="collapse"] { position: relative;}

#sidebar ul li .list-a > i {
    font-size: 24px;
    margin-right: 12px;
    color: var(--gray-light);
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    text-transform: capitalize !important;
}

ul.CTAs {padding: 20px;}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

.CTAs {padding: 20px;}

/* ---------------------------------------------------
    NAVBAR STYLE
----------------------------------------------------- */
.navbar {
    padding: 15px 10px;
    margin-bottom: 1rem;
    background: var(--white);
    border: none;
    border-radius: 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.btn-chevron {
    box-shadow: none;
    outline: none !important;
    border: none;

    background: var(--chevron);
    color: var(--white);
    height: 2.375rem;
    min-width: 2.375rem;
    width: 2.375rem;
    overflow: hidden;
    border-radius: 30px;
}

.btn-chevron:focus {box-shadow: none !important;}

.navbar-brand {padding-left: 10px;}

.navbar-header-ul li a {position: relative;}
.nav-item-notification a > i {font-size: 18px;}

.nav-item-notification a > span {
    position: absolute;
    transform: scale(1);
    transform-origin: top right;
    left: 16px;
    margin-top: -0.45rem;
    color: var(--white);
    background-color: var(--danger);
}

.navbar-header .nav-btn-img > a img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.nav-btn-img .dropdown-menu-avatar{right: 0.75rem;}

.nav-btn-img .dropdown-menu-avatar> .dropdown-item {
    font-size: .85rem !important;
    color: var(--chevron) !important;
    font-family: 'Nunito';
}

.nav-btn-img .dropdown-menu-avatar> .dropdown-item:hover {
    background-color:  var(--chevron-light) !important;
    color: var(--white) !important;
}

#dropdown-item-icon { color: var(--gray-light) !important;}

.divider {
    width: 0;
    border-right: 1px solid #e3e6f0;
    height: calc(4.375rem - 2rem);
    margin: auto 1rem;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 0 1.5rem 20px 1.5rem;
    min-height: 100vh;
    transition: all 0.3s;
    position: relative;
}

#content h2 {
    font-family: 'Soft Marshmallow';
    color: var(--chevron-light);
    margin-bottom: 50px;
}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
.btn-col-pdf {margin-bottom: 10px;}

/* ---------------------------------------------------
    TABELA
----------------------------------------------------- */
.table-responsive {overflow: auto;}
thead {background-color: var(--thead) !important;}
.table tr { background-color: transparent !important;}

.table thead th {
    border-bottom: 1px solid var(--border-table-title);
    text-transform: uppercase;
    color: var(--active);
}

.table td, .table th {
    border-top: 1px solid var(--border-form-control);
    padding: 0.75rem !important;
    vertical-align: inherit !important;
}

tbody {background: var(--tbody) !important;}

.bt-title {position: relative;}

.bt-title:hover::before {
    background: var(--border-form-control);
    padding: 3px 5px;
    border-radius: 4px;
    position: absolute;
    top: 25px;
    right: 0;
    color: #b3b3b3;
}

.btn-icon {margin-bottom: 5px;}
.bt-info:hover::before    {content: "Visualizar Dados";}
.bt-edit:hover::before    {content: "Editar Usuário";}
.bt-cad:hover::before     {content: "Cadastrar Usuários";}
.bt-refrash:hover::before {content: "Renovar Usuário";}
.bt-delet:hover::before   {content: "Deletar Usuário";}


.statusH {
    background: var(--btn-refrash) !important;
    color: var(--white);
    border-top: 1px solid var(--border-refrash) !important;
    /* border-bottom: 1px solid var(--border-refrash) !important; */
}

.statusR {
    background: var(--btn-success) !important;
    color: var(--white);
    border-top: 1px solid var(--border-success) !important;
    /* border-bottom: 1px solid var(--border-success) !important; */
}

.statusV {
    background:var(--danger) !important;
    color: var(--white);
    border-top: 1px solid var(--border-danger) !important;
    /* border-bottom: 1px solid var(--border-danger) !important; */
}

.card-modal-visualizar .card-body .card-headerVZ {
    background: #7e7e7e;
    color: #fff;
}

.ce {
    background-color: var(--thead);
    border-bottom: 1px solid var(--border-table-title);
    text-transform: uppercase;
    color: var(--active);
    width: 25%;
    text-align: right;
    border-top: 1px solid var(--border-form-control) !important;
    border-bottom: 1px solid var(--border-form-control) !important;

}

.cd {background: var(--tbody);}

.card-headerPl {
    background: #7e7e7e;
    color: #fff;
    padding: 10px 15px 10px;
    margin-bottom: 1rem;
}

.card-headerPl > h4 {margin-bottom: 0;}
.card-PL {height: 357px !important;}

/* ---------------------------------------------------
    CADASTRO DE CLIENTES
----------------------------------------------------- */
.card-custom {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    height: 565px;
}

.card-body {position: relative;}
.card-body-custom {padding: 0 !important;}
/* #card-body-cadastro {padding: 0;} */

.form-step {
    background: var(--white);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 15px 10px;
    transition: 0.5s;
    margin-top: 40px;
}

#Form2,
#Form3 {
    visibility: hidden;
}

.step-row {
    width: 100%;
    height: 40px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
}

.step-col {
    width: 100%;
    text-align: center;
    color: #333;
    position: relative;
}

.step-active {color: var(--white);}

#progress {
    position: absolute;
    height: 40px;
    width: 240px;
    width: 31%;
    background: var(--progress);
    border-top-left-radius: 12px;
    transition: 1s;
}

#progress::after {
    content: "";
    height: 0;
    width: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    right: -20px;
    top: 0;
    border-left: 20px solid var(--green-yellow);
}

#Form3 textarea {
    height: 403px; 
    resize: none;
}


/* ---------------------------------------------------
    MENSAGEM WHATSAPP
----------------------------------------------------- */

.card-header-wt {box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);}

.wt-col > h4 {
    background-color: var(--thead);
    border-bottom: 1px solid var(--border-table-title);
    text-transform: uppercase;
    color: var(--active);
    padding: 0.75rem !important;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
}

.msgWt {min-height: 200px !important;}

.wt-column {
    background: var(--tbody) !important;
    padding: 10px;
}

.wt-column .form-control {background: var(--white) !important;}

.panel {
    margin: 40px auto 40px; 
    max-width: 500px;
    text-align: center;
}

.button_outer {
    background: #83ccd3; 
    border-radius:30px; 
    text-align: center; 
    height: 50px; 
    width: 200px; 
    display: inline-block; 
    transition: .2s; 
    position: relative; 
    overflow: hidden;
}

.btn_uploadAV,
.btn_uploadVE,
.btn_uploadVD  {
    padding: 17px 30px 12px; 
    color: #fff; 
    text-align: center; 
    position: relative; 
    display: inline-block; 
    overflow: hidden; 
    z-index: 3; 
    white-space: nowrap;
}

.btn_uploadAV input,
.btn_uploadVE input,
.btn_uploadVD input {
    position: absolute; 
    width: 100%; 
    left: 0; 
    top: 0; 
    width: 100%; 
    height: 105%; 
    cursor: pointer;
    opacity: 0;
}

.file_uploadingAV,
.file_uploadingVE,
.file_uploadingVD {
    width: 100%; 
    height: 10px; 
    margin-top: 20px; 
    background: #ccc;
}

.file_uploadingAV .btn_upload {display: none;}
.file_uploadingVE .btn_upload {display: none;}
.file_uploadingVD .btn_upload {display: none;}

.processing_barAV,
.processing_barVE,
.processing_barVD {
    position: absolute; 
    left: 0; 
    top: 0; 
    width: 0; 
    height: 100%; 
    border-radius: 30px; 
    background:#83ccd3; 
    transition: 3s;
}

.file_uploadingAV .processing_barAV {width: 100%;}
.file_uploadingVE .processing_barVE {width: 100%;}
.file_uploadingVD .processing_barVD {width: 100%;}

.success_boxAV,
.success_boxVE,
.success_boxVD {
    display: none; 
    width: 50px; 
    height: 50px; 
    position: relative;
}

.success_boxAV:before,
.success_boxVE:before,
.success_boxVD:before {
    content: ''; 
    display: block; 
    width: 9px;
    height: 18px; 
    border-bottom: 6px solid #fff; 
    border-right: 6px solid #fff;
     -webkit-transform:rotate(45deg); 
     -moz-transform:rotate(45deg); 
     -ms-transform:rotate(45deg); 
     transform:rotate(45deg); 
     position: absolute; 
     left: 17px; 
     top: 10px;
}

.file_uploadedAV .success_boxAV {display: inline-block;}
.file_uploadedVE .success_boxVE {display: inline-block;}
.file_uploadedVD .success_boxVD {display: inline-block;}

.file_uploadedAV,
.file_uploadedVE,
.file_uploadedVD {
    margin-top: 0; 
    width: 50px; 
    background:#83ccd3; 
    height: 50px;
}

.uploaded_file_viewAV,
.uploaded_file_viewVE,
.uploaded_file_viewVD {
    max-width: 300px; 
    margin: 40px auto; 
    text-align: center; 
    position: relative; 
    transition: .2s; 
    opacity: 0; 
    border: 2px solid #ddd;
    padding: 15px;
}

.file_removeAV,
.file_removeVE,
.file_removeVD {
    width: 30px; 
    height: 30px; 
    border-radius: 50%; 
    display: block; 
    position: absolute; 
    background: #aaa; 
    line-height: 30px; 
    color: #fff; 
    font-size: 12px; 
    cursor: pointer; 
    right: -15px; 
    top: -15px;
}

.file_removeAV:hover,
.file_removeVE:hover,
.file_removeVD:hover {
    background: #222; 
    transition: .2s;
}

.uploaded_file_viewAV img {max-width: 100%;}
.uploaded_file_viewVE img {max-width: 100%;}
.uploaded_file_viewVD img {max-width: 100%;}
.uploaded_file_viewAV.show {opacity: 1;}
.uploaded_file_viewVE.show {opacity: 1;}
.uploaded_file_viewVD.show {opacity: 1;}

.error_msgAV,
.error_msgVE,
.error_msgVD {
    text-align: center; 
    color: #f00
}

/* ---------------------------------------------------
    SUPORTE
----------------------------------------------------- */
.card-custom-suporte {margin-bottom: 0;}
.card-custom-suporte textarea.form-control {min-height: 200px;}

.suporte {margin: 15px 0}

.suporte-whats-col {
    position: relative;
    background: #cecece;
    min-height: 400px;
}

.suporte-whats {
    background-image: url('../../Images/whatsapp.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}

.suporte-whats h3 {
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    width: 100%;
    font-size: 22px;
}

.suporte-whats a {
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    width: 100%;
}

.img-whats {
    background-image: url('../../Images/btn-whatsapp.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 75px;
    width: 290px;
    cursor: pointer;
    position: absolute;
    top: 325px;
    left: 50%;
    transform: translateX(-50%);
}

.img-whats:hover {background-image: url('../../Images/btn-whatsapp2.png');}

/* ---------------------------------------------------
    MODAIS
----------------------------------------------------- */
/* .Modal {display: none;} */

.col-form-custom {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.close {
    outline: none !important;
    font-size: 1.7rem !important;
    color: var(--danger) !important;
}

.close:hover {color: var(--btn-dangerHover) !important;}


/* ---------------------------------------------------
    SEARCH
----------------------------------------------------- */
.form-search {
    display: flex;
    flex-wrap: nowrap;
}

.button{
    position:relative;
    display:inline-block;
    bottom: 3px;
}
  
.btn-search{
    padding: 0.285rem 0.65rem;
    font-size: 1rem;
    font-weight: 400;
    background: var(--btn-info);
    border-color: var(--btn-info);
    color: var(--white);
    outline: var(--btn-infoHover) !important;
    
    -webkit-box-shadow:inset 0 1px 0 #FFE5C4, 0 5px 0 var(--btn-infoHover);
    -moz-box-shadow:inset 0 1px 0 #FFE5C4, 0 5px 0 var(--btn-infoHover);
    box-shadow:inset 0 1px 0 #FFE5C4, 0 5px 0 var(--btn-infoHover);
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
  
.btn-search:active{
    top:10px;
    background-color: var(--btn-infoHover);
    
    -webkit-box-shadow:inset 0 1px 0 #FFE5C4, inset 0 -3px 0 var(--btn-infoHover);
    -moz-box-shadow:inset 0 1px 0 #FFE5C4, inset 0 -3px 0 var(--btn-infoHover);
    box-shadow:inset 0 1px 0 #FFE5C4, inset 0 -3px 0 var(--btn-infoHover);
}

.button:hover {
    transform: translateY(-0px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.button:active {
    transform: translateY(2px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
  
.button:after {
    content:"";
    height:100%;
    width:100%;
    padding:4px;
    position: absolute;
    bottom:-15px;
    left:-4px;
    z-index:-1;
    background: var(--btn-infoHover);
    border-color: var(--btn-infoHover);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: all .4s;
}

.button:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}

.button-animated {
    animation: moveInBottom 5s ease-out;
    animation-fill-mode: backwards;
}

@keyframes moveInBottom {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
} 

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    .main_content {width: calc(100% - 0px);}
    .main_content-active { width: calc(100% - 260px);}
    #sidebar {margin-left: -260px;} 
    #sidebar.active { margin-left: 0;} 
    #sidebarCollapse span {display: none;}

    .card-suporte-col {
        padding: 0;
        margin-bottom: 50px;
    }

    .suporte-whats h3 { top: 40%;}
    .img-whats {top: 220px;}

}

/* 400px */
@media (max-width: 25em) {
    #content {padding: 0 1rem 20px 1rem !important;}

    .suporte-whats h3 {
        top: 42%;
        font-size: 20px;
    }

    .img-whats {width: 240px;}
}


