@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
:root {
	--default: #1e88e5;
	--default-light: #70b1ec;
	--pale: #E4E9F2;
	--pale-dark: #b8c3d7;
	--gray: #7688a1;
	--placeholder: #F1F2F4;
}

* {margin: 0; padding: 0; font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';}
*, *:before, *:after {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-font-smoothing: antialiased;}
body, input, textarea {font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';}
input[type=button], input[type=submit], button {-webkit-appearance: none; border-radius: 0;}
b, strong {font-weight: bold;}
a {color: inherit; text-decoration: none;}
a:hover {text-decoration: none;}
:focus {outline: 0;}
#__next {width: 100vw; height: 100vh; overflow: hidden;}

ul, li {list-style: none;}
button {background: none; border: 1px #ccc solid;}

.textError{text-align: center; color:red; font-weight: bold;}
.errorBorder{border: 1px solid red !important;}

.MuiDialog-paperWidthSm {overflow-x: hidden;}
.MuiButtonBase-root.selectedTag {background: #eee;}
.MuiButtonBase-root.campanhaWrapButton {display: flex; justify-content: flex-start; min-width: 327px;}
.MuiButtonBase-root.campanhaWrapSelected {background: #eee;}

.wrapDialog {max-width: 590px; max-height: 650px; padding: 10px;}
.wrapDialog .wrapTitle {display: flex; flex-direction: row; font-weight: bold;}
.wrapDialog .wrapTitle .title {display: flex; align-items: center; flex-grow: 1; padding: 0 10px;font-size:1rem}
.wrapDialog .wrapButtons {padding: 10px; display: flex; justify-content: flex-end;}
.form-massivo .MuiDialog-paperWidthSm{max-width:980px;}
.form-massivo.massivo .MuiDialog-paperWidthSm{width:980px;}
.form-massivo.form-single .MuiDialog-paperWidthSm{max-width:700px;}
.form-massivo .wrapTitle{background:#FFF; color:#000;}
.form-massivo .wrapTitle svg{ color:#000;}
.wrapDialog .titleHead{background:#FFF; padding:0 10px 5px ;}
.wrapDialog .titleHead h4{color:#000; font-size:20px; font-weight:normal;}
.MuiFilledInput-root{background-color: #FFF!important;}

.row-reverse { display: flex; flex-direction: row-reverse; align-items: center;}
.center {display: flex; align-items: center;}

.wrapDialog .title-pausa{width:100%; text-align:center;}
.wrapDialog .title-pausa h4{font-size:24px; color:#35587A;}
.wrapDialog .botoes-pausa{width:100%; margin:80px 0 0 0; padding:0 100px 60px; display:flex; justify-content:center; align-items:center;}
.wrapDialog .botoes-pausa button{cursor:pointer; font-size:24px; color:#fff; padding:10px 30px; border:0; border-radius:5px;}
.wrapDialog .botoes-pausa .sim{background:#00CE7F; margin:0 50px 0 0;}
.wrapDialog .botoes-pausa .nao{background:#E33442;}


.wrapModalGeneric {display: flex; align-items: center; justify-content: center;}
.wrapModalGeneric .wrapperGeneric {background: #fff; padding: 30px; border: 1px #333 solid; box-shadow: 0 0 10px #999; position: relative;}
.wrapModalGeneric .wrapperGeneric .title {font-size: 20px; font-weight: bold; margin: 0 0 10px;}
.wrapModalGeneric .wrapperGeneric .message {font-size: 14px;}
.wrapModalGeneric .close {position: absolute; width: 30px; height: 30px; top: 0; right: 0; display: flex; align-items: center; justify-content: center; font-size: 16px; cursor: pointer; font-weight: bold; color: #666;}
.wrapModalGeneric .close:hover {background: #eee;}

.clearfix:after {content: "."; display: block; height: 20px; clear: both; visibility: hidden;}

.wrapPausas {}
.wrapPausas .pausaItem {width: 100%; padding: 10px 15px; display: block; cursor: pointer; color:#35587A; border-bottom:1px solid #C6C6C6;}
.wrapPausas .pausaItem:last-child{border-bottom:0;}
.wrapPausas .pausaItem:hover {background: #eee;}

.wrapHeader {height: 58px; width: 100%;  display: flex;
	justify-content: space-between; align-items: center; padding: 0 20px; background-color: #fff; color: #fff; position: relative;}
.wrapHeader .hidden {opacity: 0;}
.wrapHeader .block {display: flex; flex: 1;}
.wrapHeader .block.clock { display: flex !important; color: #9E9E9E;;align-items: center; justify-content: space-between; position:relative;}


/* .wrapHeader .column-logo img{position: absolute; left: 50%; transform: translateX(-50%);} */

.wrapHeader .block.menu {justify-content: flex-end;}

.wrapHeader .painel-resultados{transition:all 1s ease; cursor:pointer; border-bottom-left-radius:40px; border-bottom-right-radius:40px; position:absolute; padding:10px 15px; bottom:-30px; left:50%; transform:translate(-50%, 0); display:flex; align-items:center; justify-content:center; background: url(/bg-gradient.png) center repeat-y;}
.wrapHeader .painel-resultados.active{bottom:-480px;}
.wrapHeader .painel-resultados span{display:block; margin:0 25px; font-size:0.8em;}
.wrapHeader .painel-resultados svg{width:23px;}
.wrapHeader .painel-resultados.active svg{transform:rotate(180deg);}
.wrapHeader .box-resultados{transition:all 1s ease; display:flex; justify-content:space-between; position:absolute; top:65px; left:50%; transform:translate(-50%,0); height:0; background-image: linear-gradient(to right, #1b2d3e , #355779); width:100%; overflow:hidden;}
.wrapHeader .box-resultados.active{ visibility: visible; padding:50px 0; opacity:1;  height:450px;}
.wrapHeader .box-resultados .box-item{width:33%; display:flex; flex-direction:column; border-right:1px solid #fff; padding:0 1.5%;}
.wrapHeader .box-resultados .box-item:last-child{border:0;}
.wrapHeader .box-resultados .box-item .title{width:100%; text-align:center; margin:0 0 50px 0;}
.wrapHeader .box-resultados .box-item .title h3{font-size:1.25vw; color:#86CCE6;}
.wrapHeader .box-resultados .box-item .content{display: grid; grid-template-columns: repeat(auto-fill, minmax(22%, 1fr)); grid-row-gap: 45px; grid-column-gap: 4%;}
.wrapHeader .box-resultados .box-item .content .item{display:flex; background:red; border-radius:7px; flex-direction:column; align-items:center; justify-content:center; padding:15px;}
.wrapHeader .box-resultados .box-item .content .item span{text-align:center; display:block; font-size:0.8vw; margin:0 0 2px 0;}
.wrapHeader .box-resultados .box-item .content .item h3{text-align:center; font-size:1.2vw; border-radius:5px;}

.menu .wrapButton {display: flex; align-items: center; margin: 0 100px 0 0;}
.wrapOperador {display: flex; align-items: center;}
.wrapOperador p{color:black; width: max-content;}

.visible_user{width: 200px; display: flex; align-items: center;padding-right: 25px;font-size: 12px;font-weight: 400;}
.visible_user span{color:rgb(67, 212, 67); font-size: 14px;}
.visible_user .status_current{text-transform: capitalize; padding: 0 10px}
.visible_user .status_current.offline{color:red}

.visible_user #box-select ul.active{min-width: 60px;}
.visible_user #box-select ul.active li:last-child span{color:red}
.visible_user #box-select {
    padding: 0;
    margin: 0;
    min-height: 0;
    height: 20px;
    border: none;
	color:transparent;
	z-index: 1;
    width: 35px;
}

.menu .wrapOperador .name {color: #9E9E9E;line-height: 4px; text-align: right; margin: 0 20px 0 0;}
.menu .wrapOperador .name div{display:flex; align-items:center;}
.menu .wrapOperador .name div img{margin-right:5px; width:21px;filter: brightness(0.5);}
.menu .wrapOperador .name small {font-size: 12px;}
.menu .wrapOperador .name span { display: flex; flex-direction: flex-start; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 12px; overflow: hidden; min-width: 80px; }
.menu .wrapOperador .wrapButtonMenu {margin: 0 0 0 20px;}
.wrapButton.pause{margin-right: 12%; width:40px; height:40px; border-radius:50%; background:none!important; display:flex; align-items:center; justify-content:center;background: #fff; box-shadow: 4px 4px 15px rgba(95, 95, 95, 0.2);}
.wrapButton.pause button{margin:0;}
/* .wrapButton.pause svg path{fill:#3f51b5;color: #3f51b5;} */
.wrapButton.pause .stop svg  {filter:none!important}
.wrapButton.pause .stop svg path {fill:#3f51b5!important;color: #3f51b5;}

.hamburguer{cursor:pointer; display:flex; flex-direction:column; justify-content:space-between; align-items:flex-end; height:25px; width:40px;}
.hamburguer .risco{transition:all .3s ease; width:100%; height:4px; background:#2C66F6; border-radius:10px;}
.hamburguer .risco:nth-child(2){width:85%;}
.hamburguer.active .risco:nth-child(2){transform:translateX(-100px); opacity:0;}
.hamburguer.active .risco:first-child{width:65%; transform:rotate(-45deg) translateY(5px) translateX(-12px);}
.hamburguer.active .risco:last-child{width:65%; transform:rotate(45deg) translateX(-10px) translateY(-3px);}

/* .logo .alt img {max-width: 55px; margin:0 10px;filter:brightness(0.5)} */
.logo .alt .logo-doc {max-width: 80px; margin:0 10px;}
.logo .alt b {font-weight: bold; margin: 0 5px 0 0;}

.wrapMenu {width: 300px; height: calc(100vh - 70px); position: fixed; bottom: 0px; right: -300px; padding: 10px 0; box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3); background:#fff; z-index: 999; transition: all .3s;}
.wrapMenu.visible {right: 0; box-shadow: 5px 0 20px 0 rgba(0, 0, 0, 0.3);}
.wrapMenu ul {display: flex; flex-direction: column; justify-content: flex-start; align-items: center;}
.wrapMenu ul li {background: #fff; width: 100%; color: #35587A; border-bottom: 1px #C6C6C6 solid; transition: all .2s;}
.wrapMenu ul li:last-child {border-bottom: 0;}
.wrapMenu ul li a {display: flex; align-items: center; justify-content: flex-start; cursor: pointer; padding: 10px 20px; font-weight: bold;}
.wrapMenu ul li a .icon {width: 25px; height: 25px; margin: 0 15px 0 0; padding: 5px; border-radius: 50%; transition: all .2s;}
.wrapMenu ul li a .icon path {fill: #35587A; transition: all .2s;}
.wrapMenu ul li a:hover {color: var(--default);}
.wrapMenu ul li a:hover .icon {background: #fff;}
.wrapMenu ul li a:hover .icon path {fill: var(--default);}
.wrapMenu ul li a .logout-icon svg{transform:scale(1.2)}
.wrapMenu ul li a .dashboard-icon svg {transform:scale(1.5)}
.wrapMenu ul li ul{border-top:1px solid #c6c6c6;}
.wrapMenu ul li ul li{margin:0;}
.wrapMenu ul li ul li a{padding-left:60px;}

.overlayMenu {position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 100; background: rgba(0, 0, 0, 0.3); display: block; opacity: 0; visibility: hidden; transition: all .3s;}
.overlayMenu.visible {opacity: 1; visibility: visible;}
.overlayMenu .btn {position: absolute; top: 13px; left: 20px;}
.overlayMenu .btn svg path {fill: #fff;}

.wrapForm {min-width: 600px; min-height: 300px; padding: 0 10px 10px;}
.wrapForm form {display: flex; flex-wrap: wrap;}
.wrapForm form.padding{ padding:0 30px 0 0;}
.wrapForm .utms {display: flex; flex-direction: row; justify-content: space-between;}
.wrapForm .utms > div {width: calc(33% - 10px);}
.wrapForm p {font-size: 16px; color: var(--default); margin: 0 0 10px;}
.wrapForm p.invalid {color: #d00; margin: 0 0 5px; width: calc(100% - 45px); font-size: 10px;}
.wrapForm form.flex{justify-content:space-between;}
.wrapForm form.flex .col{width:44%; display:flex; flex-direction:column; padding:0 10px;}
.wrapForm form.flex .col.col2{width:56%;}
.wrapForm form.flex .col .example{width:100%; display:flex;}
.wrapForm form.flex .col .example span{font-size:16px; color:#35587A; font-weight:normal;}
.wrapForm form.flex .col .example button{cursor:pointer; border:1px solid #00CE7F; font-size:20px; color:#00CE7F; font-weight:normal; border-radius:5px; font-family: Lato; width:100px; height:34px; display:flex; align-items:center; justify-content:center;}
.wrapForm form.flex .col .upload{width:100%; margin-bottom:25px; padding:100px 0 22px 0; position:relative; border:2px dashed #86CCE6; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center;}
.wrapForm form.flex .col .upload h4{margin:20px 0 40px 0; font-size:24px; color:#35587A; font-weight:bold;}
.wrapForm form.flex .col .upload input[type="file"] {display: none;}
.wrapForm form.flex .col .upload label{display: inline-block; padding:20px 40px; cursor: pointer; background:#35587A; border-radius:5px; color:#fff; font-size:24px; font-weight:normal;}



.MuiInputLabel-outlined {background: #fff;}
.MuiInputLabel-outlined.MuiInputLabel-shrink {padding: 0 10px;}

.wrapFilters {color:black;display: flex; justify-content: space-between; border-bottom: 1px #ddd solid; background-color: #fff; padding-left: 20px; min-height: 45px;}
.wrapFilters select {margin: 10px 10px 10px 0; width: 50%; justify-self: flex-end;}
.wrapFilters .filter:hover {background: rgba(134, 204, 230, 0.30);}
.wrapFilters .filter span.icon{margin:0 7px 0 0; width:18px;}

.wrapFilters button.btn-filtrar {width: 25px; height: 25px; background-color: #fff; border-radius: 50%; overflow: hidden;}
.wrapFilters button.btn-filtrar svg {padding: 2px;}
.wrapFilters button.btn-filtrar svg path{fill: #5D78F6;}
.wrapFilters .ic-filtrar {max-width: 15px; margin: 2px auto;}
.wrapFilters .ic-filtrar path,
.wrapFilters .ic-filtrar rect {fill: #ffffff;}

.wrapFilters .wrapTermoInput {background-color: white; cursor: auto; padding-bottom: 10px; margin: 25px 10px 10px; display: flex; align-items: center; justify-content: space-between; border-bottom:1px solid #707070;}
.wrapFilters .wrapTermoInput input {height: 100%; padding: 0 5px; border-radius: 3px; border: 0;}
.wrapFilters .wrapTermoInput button {height: 100%; border-radius: 3px; margin: 0 0 0 10px; background: transparent; color: #35587A; font-size:14px; font-weight: bold; border: 0; cursor: pointer;}
.wrapFilters .wrapTermoInput svg{width:18px; margin:0 7px 0 0;}
.filtro-overlay{width:100%; height:100vh; position:fixed; top:0; left:0; background:rgba(0,0,0,0.5); z-index:989;}

.wrapFilters .filterRangeDate {padding: 10px; display: flex; justify-content: space-around; cursor: auto;}
.wrapFilters .filterRangeDate p {padding: 0 0 10px; font-size: 12px; text-align: center;}
.wrapFilters .filterRangeDate p span {font-weight: bold;}
.wrapFilters .filterRangeDate .rangeFinal {margin: 0 0 0 10px;}
.wrapFilters .rangeFooter {margin: 0 10px 10px; display: flex; justify-content: space-between; align-items: center; cursor: auto;}
.wrapFilters .rangeFooter p {font-size: 14px;}
.wrapFilters .rangeFooter .filtrarData {background: var(--default); border: 1px var(--default) solid; color: #ffffff; padding: 8px; cursor: pointer; border-radius: 5px; width: 30%; align-self: flex-end;}
.wrapFilters .rangeFooter .filtrarData:hover {background: #ffffff; color: var(--default);}

.wrapFilters .bubbles {display: flex; align-items: center; flex-wrap:wrap; flex: 1; padding: 0 0 10px 0;}
.wrapFilters .bubbles .bubble {font-size: 0.7em; padding: 2px 20px; border: 1px #5D78F6 solid; background: transparent; border-radius: 10px; margin: 10px 10px 0 0; color: #5D78F6; display: flex; align-items: center; position: relative;}
.wrapFilters .bubbles .bubble.hasClick {cursor: pointer;}
.wrapFilters .bubbles .bubble.hasClick:hover {background: var(--pale-dark);}
.wrapFilters .bubbles .bubble .range {margin: 0 0 0 3px;}
.wrapFilters .bubbles .bubble > a {margin: 0 0 0 5px; cursor: pointer; text-align: center; width: 17px; font-size: 1.1em; font-weight: 800;}
.wrapFilters .bubbles .bubble > a:hover {transform: scale(1.2);}
.wrapFilters .bubbles .bubble .wrapFloatCalendar {position: absolute; top: 30px; background: #fff; left: 0;}

.wrapFilters .wrapDropDown{border-bottom:1px solid #70707024;}
.wrapFilters .wrapDropDown:last-child{border-bottom:0;}
.wrapFilters .wrapDropDown svg path{fill:#35587A}
.wrapFilters .wrapDropDown .wrapButton {display: flex; width: 100%; height: max-content; padding:10px}

.wrapCalendar {box-shadow: 5px 5px 10px #ccc; cursor: auto; font-size: 15px;}
.wrapCalendar .headerCalendar {display: grid; grid-template-columns: 1fr 5fr 1fr;}
.wrapCalendar .headerCalendar a {height: 40px; display: flex; justify-content: center; align-items: center; cursor: pointer;}
.wrapCalendar .headerCalendar a:first-child {border-right: 1px #ccc solid; padding: 0 0 0 8px;}
.wrapCalendar .headerCalendar a:hover {background: #f6f6f6;}
.wrapCalendar .headerCalendar span {display: flex; align-items: center; justify-content: center; border-right: 1px #ccc solid; background: #E4E9F2;}
.wrapCalendar .calendar-frame {width: 300px; height: 300px;}

.dropDownPopup {min-width:250px !important; position: absolute; border: 1px solid #dadada; display: flex; flex-direction: column; background: #fff; z-index: 999;}
.dropDownPopup .calendar{box-shadow: 0px 4px 10px rgb(95 95 95 / 20%); padding: 10px;}

.dropDownPopup.maxheight{max-height:305px; overflow-y:auto;}
.dropDownPopup .select_agente{max-height:305px; overflow-y:scroll;}
.dropDownPopup .wrap-error-validation{height: 10px !important;}


.wrapDropDown { position: relative; display: flex; align-items: center; justify-content: space-between; cursor: pointer;}
.wrapDropDown .dropItem {font-size: 14px; color: #35587A; flex: 1;}
.wrapDropDown .itemDif {border-bottom: 1px solid #70707024; display:flex; font-size: 14px; color: #35587A; flex: 1; padding: 13px 10px; align-items:center;}
.wrapDropDown .itemDif svg{width:18px; margin:0 7px 0 0;}
.wrapDropDown .itemDif:hover{background:#F2F4F8;}

.dropDownPopup .input_search {padding-top: 15px; position: relative; margin-left: 5px; margin-right: 0px;}
.dropDownPopup .input_search svg{position: absolute;top: 24px;right: 11px;width: 20px;height: 20px;}



.wrapDropItem {background-color: white; border-bottom:1px solid #70707024; width: 100%; font-size: 14px; color: #35587A; padding: 13px 10px; cursor: pointer; display: flex; align-items: center;}
.wrapDropItem:last-child{border-bottom:0;}
.wrapDropItem.selected,
.wrapDropItem:hover {background: #F2F4F8;}
.wrapDropItem svg {width: 17px !important; height: 13px; margin:0 7px 0 0;}

.wrapDropItem.selected {position: relative;}
.wrapDropItem.selected .icon{position: absolute; right: 5px;}

.dashboard-overlay {width: 100%; height: calc(100vh - 70px); display: flex; flex: 1;}
.dashboard {background: #d8dbf554; padding: 8px 10px 5px; height: 100%; flex: 1; display: grid; grid-gap: 8px; grid-template-rows: minmax(0, 1fr);grid-template-columns: minmax(320px, 29%) minmax(400px, 33.3%) minmax(40px, 40px) minmax(320px, 35%);}


.panels {background: #ffffff; height: 100%; display: flex; flex-direction: column;}
.panels.sem-flex{display:block;}
.panels.leads .icon-button.avancar {box-shadow: 4px 4px 15px rgba(95, 95, 95, 0.2)!important; border: 2px solid #fff; background: #fff; display: flex; justify-content: center;}
.panels.leads .icon-button.avancar svg { width: 25px; height: 25px;}
.panels.leads .icon-button.avancar:hover  { border: 2px solid #fff;}
.panels.leads .iconTitle {width: 22px; height: 22px; margin: 0 10px 0 0; display: none;}
.panels.leads .options .avancar span { display: none;}
.panels.leads .options .avancar svg {background: #fff; border-radius: 50%; padding: 2px;}
.panels.leads .options .avancar svg path {fill: #00ce7f;}

.panels.leads .wrapChatRow {background: #FEFEFE; margin-bottom: auto; overflow: auto;}
.panels.leads .wrapChatRow.menuMenuLeadActive {overflow: initial;}
.panels.leads .wrapChatRow .chatRowContainer {position: relative;margin: 5px 0; display: flex; flex-direction: column; gap: 6px;}


.loading_login {width: 30px;}
.loading img {width: 30px;}
.loading { display: flex; justify-content: center; padding-top: 20px; align-items: center;}

.panelHeader {min-height: 45px; padding: 0 20px; background-color: #fff;
	display: flex; flex-direction: row; justify-content: space-between; align-items: center; border-radius: 5px 5px 0 0;;
	position: relative;}
.panelHeader.atendimento, .header-colum{padding:0; border-bottom:0;    border-top: 3px solid #786BE6;
    border-radius: 6px 6px 0px 0px;
    background: #FFFFFF;
}
.panelHeader .title {display: flex; flex-direction: row; align-items: center;}
.panelHeader .title .text {font-size: 0.95em; color: #2A2D33;}
.panel-leads-header{
	border-top:3px solid #786BE6;
	border-radius: 6px 6px 0px 0px;
	background: #FFFFFF;
	/* box-shadow: 0px 4px 10px rgba(95, 95, 95, 0.2); */
}
.wrapAcoes { padding: 10px; }
.wrapAcoes .wrapAcao + .wrapAcao {margin: 20px 0 0;}
.wrapAcoes .wrapAcao .acao {border: 1px #ccc solid;}
.wrapAcoes .wrapAcao #box-input label { left: 0; padding-left: 0; }
.form-line {width:100%; display:flex; align-items: center; margin:10px 0; flex-direction: row;}

.wrapAcoes .wrapAcao .name {font-weight: 600; font-size: 15px; margin: 0 0 5px;}
.wrapAcoes .wrapReagendar .reagendar {padding: 10px; display: block; width: 100%; cursor: pointer;}
.wrapAcoes .wrapReagendar .reagendar.disabled {cursor: auto;}
.wrapAcoes .wrapReagendar .reagendar input {margin: 0 10px 0 0;}
.wrapAcoes .wrapReagendar .wrapReagendarCalendar {display: none; border-top: 1px #ccc solid;}
.wrapAcoes .wrapReagendar .wrapReagendarCalendar.visible {display: block;}

.wrapAcoes .wrapAgentes {display:flex; flex-direction: column; max-height: 265px; overflow: hidden;}
.wrapAcoes .wrapAgentes .list {
	height: 265px;
    overflow-x: hidden;
    overflow-y: auto;
}
.wrapAcoes .wrapAgentes .agentesWrapButton {display: flex; justify-content: flex-start; min-width: 320px;}
.wrapAcoes .wrapAgentes .agentesWrapSelected {background: #eee;}
.wrapAcoes .wrapAgentes .agentesAvatar {margin: 0 15px 0 0;}
.wrapAcoes .wrapAgentes .wrapText {display: flex; flex-direction: column; justify-content: center; align-items: flex-start;}
.wrapAcoes .wrapAgentes .wrapText span {font-size: 12px; text-transform: none; line-height: normal;}
.wrapAcoes .wrapAgentes .wrapText span.text {font-weight: normal;}

.wrapAgentes .input_search {padding-top: 15px; position: relative; margin-left: 5px; margin-right: 0px;}
.wrapAgentes .input_search svg{position: absolute;top: 24px;right: 11px;width: 20px;height: 20px;}
.wrapAgentes .select_agente {
    max-height: 300px;
    min-height: 300px !important;
    overflow-y: scroll;
}

.wrapAcoes .wrapValidate {display: flex; justify-content: center; flex-direction: column; font-size: 13px; margin: 5px 0 0;}
.wrapAcoes .wrapValidate span {padding: 0 3px;}
.wrapAcoes .wrapValidate .validate {color: #f00; text-align: center;}

.wrapAcoes .react-datepicker {border: 0; border-radius: 0; display: block; overflow: hidden;}
.wrapAcoes .react-datepicker__header {border-radius: 0;}
.wrapAcoes .react-datepicker__month-container {width: calc(100% - 85px);}

/*.wrapperChat {width: 100%; min-height: 64px; align-items: center; justify-content: flex-end; display: flex; position: absolute; padding: 0px; border-bottom: 0.001em #E4E9F2 solid; cursor: pointer; color: #5c5c5e;}*/
.wrapperChat {width: 100%; min-height: 75px; align-items: center; justify-content: center; display: flex;
	border-bottom: 1px #E4E9F2 solid; cursor: pointer; color: #5c5c5e;background: #FFFFFF;
	box-shadow: 3px 3px 10px rgba(95, 95, 95, 0.15);
	border-radius: 5px; position: absolute; }

.wrapperChat.interna{width: 98%; position:relative; padding:0 10px 0 15px; border-bottom: none;}
.wrapperChat.interna .wrapRoundedImage{left: 1rem;padding-right: 2em;}
.wrapperChat:hover {background-color: #f3f4f8!important;}
.wrapperChat.zindex{z-index:99;}
.wrapperChat.active-overlay{z-index: 990 !important; background: rgba(0,0,0, 0) !important; border: 0;}
.wrapperChat.interna:hover{background:transparent;}

.wrapperChat .info * {color: #9E9E9E; fill: #9E9E9E}

.wrapperChat.selected{position: relative;}
.wrapperChat.selected::after {content: '';border: 2px solid #6180fa;width: 100%;height: 102%;position: absolute;top: 0;left: 0;border-radius: 5px;border-right: none;}

.wrapperChat .tag {font-size: 11px; font-weight:500;}
.wrapperChat .userInfo {flex-grow: 1; display: flex; flex-direction: column; height: 100%; justify-content: space-evenly;}
.wrapperChat .userInfo .nome {font-size: 13px; color:#4D4D4D}
.wrapperChat .userInfo .wrapAgente {margin-top:3px; font-size: 11px; color:#5B5B5B; display: flex; flex-direction: row; align-items: center;}
.wrapperChat .userInfo .wrapAgente .icon {width: 12px; height: 14px; margin: 0 5px 0 0;}
.wrapperChat .userInfo .wrapAgente .icon svg path{fill:#4D4D4D;}
.wrapperChat .userInfo .wrapAgente .lastTipo {margin: 0 0 0 5px; display: none;}
.wrapperChat .info {height: 100%; display: flex; flex-direction: column; justify-content: space-evenly; align-items: flex-end; font-size: 11px;}
.wrapperChat .info .infoBottom {display: flex; align-items: center;}
.wrapperChat .info .infoBottom .reagendado {margin: 10px 0 0 0;}
.wrapperChat .info .infoBottom .reagendado b {margin: 0 0 0 3px;}
.wrapperChat .info .infoBottom .interation { 
	background: #31ad18;
	color: white !important;
	padding: 2px 5px;
	border-radius: 5px;
	font-size: 11px;
	font-weight: bold;
	margin: 4px 0 0 5px;

}
.wrapperChat .info .origem {width: 15px; height: 15px; flex-shrink: 0;}
.wrapperChat .info .origem img {width: 100%;}
.wrapperChat .info .wrapTimeEvent {display: flex; align-items: center; line-height: 15px;}
.wrapperChat .info .wrapTimeEvent .time {font-size: 12px;}
.wrapperChat .info .wrapTimeEvent svg{width:12px; margin:0 5px 0 0;}
.wrapperChat .info .wrapTimeEvent .wrapLastEvent {margin: 0 5px 0 0;}
.wrapperChat .wrapButtonMenu{z-index: 1; position:absolute; left:0;}
.wrapperChat .wrapButtonMenu svg path{fill:#dddddd;}
.wrapperChat .wrapButtonMenu .dropDownPopup{top:0; box-shadow:0 0 10px #000; left:30px; width:140px; z-index:990;}

.panels.chat {position: relative;}
.panels.chat .panelHeader { min-height: 70px; border-bottom-color: #e6e6e6;border-top:3px solid #786BE6;border-radius: 6px 6px 0px 0px;background: #FFFFFF;}
.panels.chat .panelHeader .title,
.panels.chat .panelHeader .options {width: 200px; top: 5px;}
.panels.chat .panelHeader .options {justify-content: flex-end;}
.panels.chat .panelHeader .timer {flex-grow: 1; display: flex; align-items: center; justify-content: center; padding: 0 50px 0 0; opacity: 0;}
.panels .options {display: flex; align-items: center; position: absolute; right: 30px;}
.panels .options .icon-button.stop {box-shadow: 4px 4px 15px rgba(95, 95, 95, 0.2);transition:all .2s ease; position:relative; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; background: white; border-radius: 50%;}
.panels .options .icon-button.stop svg {transition:all .2s ease; width: 15px; height: 15px;}
.panels .options .icon-button.stop:hover svg{width:18px; height:18px;}
.panels .options .avancar {box-shadow: 4px 4px 15px rgba(95, 95, 95, 0.2)!important;position:relative; display: flex; justify-content: space-between; align-items: center; height: 40px; width: 40px;
	padding: 3px; border-radius: 50%;border: 1px #fff solid; font-weight: bold; background: #ffffff url(/icons/play.svg) center no-repeat; background-size: 20px;}
.panels .options .avancar span {color: #5D78F6 !important; flex-grow: 1; text-align: center; opacity: 0;}
.panels .options .avancar:hover{width:120px; border-radius:30px; background-position:15%}
.panels .options .avancar:hover span{opacity:1;}
.panels .options .avancar svg {width: auto;}
.panels .options .avancar svg .__circle {fill: #5D78F6;}
.panels .options .avancar svg .__check {fill: #FFF;}
.panels .options .avancar:hover {border: 1px solid #5D78F6;}
.panels .options .avancar:hover span {color: #5D78F6;}
.panels .options .avancar[disabled] {background: #CCC; border-color: #AAA;}
.panels .options .avancar[disabled] svg .__circle {fill: #CCC;}
.panels .options .avancar[disabled] span {color: #FFF;}

/* .panels.chat .panelHeader .title{width: 100%;} */
.panels.chat .panelHeader .title .text{width: 60%;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}

/* .wrapChatBubble {display: flex; flex-direction: column; height:100%; justify-content: flex-end; position: relative; overflow-y:hidden;} */
.wrapChatBubble {display: flex; flex-direction: column; height:100%; position: relative;}
.wrapChatInputs { position:relative; padding: 10px 20px 17px; display: flex; flex-direction: column; border-radius: 5px; height: max-content; box-shadow: 0px -4px 4px rgb(95 95 95 / 7%);}
.buttonGroups .group {display: flex; flex-direction: column; margin-bottom: 10px;}
.wrapFormChat .wrapChatInput .buttonGroups .group button { 
	width: 25px; 
	height: 25px;
	min-width: 25px; 
	min-height: 25px;
	margin-bottom: 5px;
}
.buttonGroups .group button svg{ width: 20px; height: 20px;}
.buttonGroups .group button svg g path{
	fill:#5D78F6!important
}
/* .panels.chat .wrapChatBubble .loading {display: flex; justify-content: center; align-items: center; padding: 0 20px; flex-grow: 1;} */
/* //.panels.chat .wrapChatBubble .loading img {width: 30px; margin: 0 10px 0 0;} */
/*.wrapChatBubble{height:calc(100% - 90px) !important;}*/
.formulario form div{margin-top: 2rem!important;margin-bottom:1rem}
.formulario span {font-size: 14px;    margin-top: 1rem;display: block;}
.wrapChatBubble .channelButtons{ display: flex; flex-direction: row;height: 30px;padding: 0 20px;background-image: linear-gradient(to right, #1b2d3e , #355779);display: flex;flex-direction: row;align-items: center;
	position: relative;box-shadow: 0px 4px 4px rgb(95 95 95 / 20%);background:#FFF
}

.wrapLightbox {
	width: 100%; height: 100%; background: rgba(0, 0, 0, 0.3); position: fixed; z-index: 999; top: 0; left: 0; display: flex; align-items: flex-end; justify-content: center;
	background: url(/loading.svg) center no-repeat;background-color: rgba(0, 0, 0, 0.5); background-size: 50px;visibility: hidden;opacity: 0;transition: all .3s;
}

.wrapLightbox.open {
	visibility: visible;
	opacity: 1;
}

.wrapLightbox.full iframe{max-width:100%; margin:0;}
.wrapLightbox.full .hamburguer{position:absolute; right:20px; top:20px;}
.wrapLightbox .wrapClose {
	width: 100%; height: 40px;
	position: absolute; top: 10px;
	display: flex; align-items: center; justify-content: center;
}
.wrapLightbox .wrapClose a {background: #d00; cursor: pointer; font-size: 14px; color: #fff; font-weight: bold; padding: 10px; border-radius: 5px; height: 40px; display: flex; align-items: center; justify-content: center;}
.wrapLightbox .wrapClose a:hover {background: #fff; color: #d00;}
.wrapLightbox img,
.wrapLightbox iframe {max-width: calc(100% - 70px); max-height: calc(100% - 70px); border: 0; margin: 0 0 10px;}
.wrapLightbox iframe {width: 100%; height: 100%;}
.wrapLightbox img {align-self: center; object-fit: contain; margin: 60px 0 0;}

.panels.infos {display: grid; grid-template-columns: 1fr; grid-gap: 12px; grid-template-rows: 1fr min-content min-content 2fr;  background: white;}
.panels.infos.semgrid{display:flex;}

.wrapMsg{margin-bottom: 5px !important;}
.wrapMsg.noradius.cliente,
.wrapMsg.noradius.self{border-radius: 5px;}

.wrapMsg .wrapImg {margin: 0 0 10px; display: flex; flex-direction: column; cursor: pointer;}
.wrapMsg .wrapImg span {margin: 8px 3px 0; font-size: 14px;}
/* .wrapMsg audio, */
.wrapMsg img,
.wrapMsg video {max-height: 300px; object-fit: contain; max-width:300px;margin-bottom: 15px;}

.contentAudioPlayer{display: flex;align-items: center; gap: 9px;}
.contentAudioPlayer button{cursor: pointer; border: none; padding: 2px 6px;border-radius: 13px;background: #dedede;font-weight: 600; font-size: 12px; min-width: 40px; height: 20px;}

.wrapMsg p {font-size: 13px;}
.wrapMsg p a {cursor: pointer; text-decoration: underline;}
.wrapMsg p a:hover {text-decoration: none;}
.wrapMsg .msg {margin: 5px 0 3px; display:flex; justify-content: flex-end; align-items: center; color: #e2e0ff; font-size: 9px; width:100%;}
.wrapMsg .msg.imagem{display:flex; justify-content:flex-end;}
.wrapMsg .msg br{display:none;}
.wrapMsg .msg.brnone{width:auto; position:relative; margin:0; padding:0 20px 0 0; height:90%;}
.wrapMsg .msg.brnone:after{content:''; position:absolute; top:0; right:10px; width:1px; height:100%; background:#c6c6c6;}
.wrapMsg .msg.brnone br{display:block;}
.wrapMsg .msg svg {margin-left: 5px;}
.wrapMsg .midia {margin: 0 0 10px; overflow: hidden; display: flex; flex-direction: column; align-items: center;}
.wrapMsg .midia .extImg {width: 70px; max-width: initial;min-width: initial;}
.wrapMsg .midia p {margin: 0;}
.wrapMsg .midia a {
	width: 70px; height: 70px; position: relative; cursor: pointer;
	transition: all .3s; border-radius: 5px; margin: 0 0 5px;
}
.wrapMsg .midia a.other-file {
	width: 60px; height: 60px; position: relative; cursor: pointer;
	transition: all .3s; border-radius: 5px; border: 1px #ccc solid; margin: 0 0 5px;
	background: url(/icons/doc.svg) 10px center no-repeat #fafafa; background-size: auto calc(100% - 20px);
}
.wrapMsg .midia a span {font-size: 9px; color: #fff; text-transform: uppercase; font-weight: bold; position: absolute; top: 28px; left: 12px; width: 28px; height: 14px; display: flex; align-items: center; justify-content: center;}
.wrapMsg .wrapGravacao {display: flex; flex-direction: column; align-items: flex-end; margin: 0 0 10px;}
.wrapMsg .wrapGravacao audio {margin: 0 0 5px;}
.wrapMsg .wrapGravacao small {font-size: 12px; font-style: italic;}
.wrapMsg .wrapIcon {position: absolute; bottom: 50%; transform:translate(0%, 50%); right: -25px;}
.wrapMsg .wrapIcon button {width: 20px; height: 20px;}
.wrapMsg .wrapIcon .icon path {fill: var(--gray);}
.wrapMsg .wrapIcon img{cursor:pointer; max-height:auto; max-width:auto; min-width:auto;}
.wrapMsg.cliente + .wrapMsg.cliente,
.wrapMsg.self + .wrapMsg.self {margin: 1px 0 0 0;}
.wrapMsg.cliente + .wrapMsg.cliente:after,
.wrapMsg.self + .wrapMsg.self:after {display: none;}
.wrapMsg .popupComplemento {position: absolute; background: #fff; box-shadow: 3px 3px 5px 0 #A8A8A8; padding: 10px; z-index: 1; top: 50px; width: 280px;}
.wrapMsg .popupComplemento.left{right:-130px;}
.wrapMsg .popupComplemento.right{left:100%;}

.wrapMsg {display: block !important; max-width: 86%; position: relative; padding: 13px 18px 0 14px; margin: 30px 0 0 0; align-items: flex-end; flex-direction: column;}
.wrapMsg.msg-midia{display:flex !important; align-items:flex-start !important;}
.wrapMsg:after {content: ''; position: absolute; top: 0;}

.wrapMsg.self{box-shadow: 0px 3px 10px 0px #5F5F5F26; background: #f3f4f6; border-radius: 13px 13px; align-self: flex-end;}
.wrapMsg.self span{color:#606060}

.wrapMsg.self:after{right: -10px; top: 0;border-right: 10px solid transparent; border-left: 10px solid #f3f4f6; border-top: 13px solid #f3f4f6; border-bottom: 13px solid transparent;}
.wrapMsg.cliente{ border-radius:0 13px; align-self:flex-start; background: #786BE6; color: white;}
.wrapMsg.whatsapp.cliente{
	background: #786BE6;
	color: white;
};
.wrapMsg.whatsapp.cliente .wrapIcon{display: none;}
.wrapMsg.whatsapp.cliente:hover .wrapIcon{display: block;}

.wrapMsg.sms.cliente{background:#d6d3ff;}
.wrapMsg.messenger.cliente{background:#d3eaff;}


.wrapMsg.whatsapp.cliente:after{left:-10px; border-right:10px solid #786BE6; border-left:10px solid transparent; border-top:13px solid #786BE6;}
.wrapMsg.sms.cliente:after{left:-10px; border-right:10px solid #d6d3ff; border-left:10px solid transparent; border-top:13px solid #d6d3ff;}
.wrapMsg.messenger.cliente:after{left:-10px; border-right:10px solid #d3eaff; border-left:10px solid transparent; border-top:13px solid #d3eaff;}

.wrapMsg.historico{max-width:100%;}
.wrapMsg .files_downloads{background: white;padding: 10px;border-radius: 10px; margin: 10px 0;}
.wrapMsg .files_downloads .file{margin-bottom: 3px; display: flex; align-items: center; gap: 10px;}
.wrapMsg .files_downloads .file .file_name p{ width: 245px;font-size: 14px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}

.wrapFormChat {display: flex; flex-grow: 1;}
.wrapFormChat .wrapActions {width: 100%; display: flex; justify-content: space-around; align-items: center;}
.wrapFormChat textarea{min-height: initial;}


.wrapFormChat .chatInputMessage {
	position: relative;
	background-color: #fff;
	box-shadow: 4px 4px 15px rgba(95, 95, 95, 0.2);
	border-radius: 20px;
	flex-grow: 1;
	overflow-x: hidden;
	
	padding: 9px 5px 12px 10px;
    margin: 5px 10px;

	min-height: 40px;
	max-height: 80px;
	font-size: 15px;
	line-height: 20px;
}

.wrapFormChat .chatInputMessage.writing {position: absolute; bottom: 10px;}
.wrapFormChat .chatInputMessage .placeholderMessage{user-select: none; pointer-events: none; position: absolute; visibility: visible; height: 0; color: rgb(97, 97, 97)}
.wrapFormChat .chatInputMessage .placeholderMessage.hidden{visibility: hidden;}

/* .wrapFormChat .chatTextarea::placeholder {color: rgb(97, 97, 97);} */
.control-buttons-chat{position: relative; bottom: 4px;}
.wrapFormChat .wrapChatInput {width: 100%; display: flex; align-items: flex-end; min-height: 60px;}
.wrapFormChat .wrapChatInput button {
	border-radius: 50%;
	cursor: pointer;
	border: 0;
	transition: all .3s;
	width: 39px;
	height: 39px;
	min-width: 39px;
	min-height: 39px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.wrapFormChat .wrapChatInput button:focus {outline: none; box-shadow: 0 0 5px 2px rgb(77, 144, 254);}


.wrap-channel-buttons {  cursor: pointer; display: flex; flex-direction: row; align-items: center; padding-right: 8px; padding-left: 5px; margin-right: 5px; padding-bottom: 2px;}
.wrap-channel-buttons { border-bottom: 2px solid transparent;}
.wrap-channel-buttons.active { border-color: #5D78F6;}
.wrap-channel-buttons span { color: white; font-size: 10px;}
.wrap-channel-buttons .sms svg g path{fill:#FFF}
.wrap-channel-buttons .sms svg path{fill:rgb(91, 198, 144)}

.wrap_ticket { position: absolute; right: 30px; }
.wrap_ticket.acitve:after { position: absolute; content: 'Copiado com sucesso!'; background-color: rgb(91, 198, 144); color: white  }
.wrap_ticket .ticket_number { display: flex; }
.wrap_ticket .ticket_number p, span { font-size: 12px;}

.wrapChatInputs.wrap_call { display: flex; flex-direction: row; align-items: center; height: 110px;}
.wrapChatInputs .call {background: #fff url(/icons/phone.svg) center no-repeat; border-radius: 50%; width: 39px; height: 39px; cursor: pointer; border: 0; transition: all .3s;     box-shadow: 4px 4px 15px rgba(95, 95, 95, 0.2);}
.wrapChatInputs .call__title {font-size: 12px; color: #535353; padding-left: 12px;}
.wrapChatInputs .call:focus {outline: none; box-shadow: 0 0 5px 2px rgb(77, 144, 254);}
.wrapChatInputs .call:hover {background-color: #941824;}

/* .wrapCall button.call {background: #fff url(/icons/phone.svg) center no-repeat; background-size: 50%;}
.wrapCall button.call:hover {background-color: #941824;}  */


.wrapFormChat .wrapChatInput button.send {background: #786be6  url(/icons/send.svg) center no-repeat; background-size: 50%;}
.wrapFormChat .wrapChatInput button.send:hover {background-color: #00ce7f;}
.wrapFormChat .wrapChatInput button[disabled] {cursor: default; background-color: #ddd !important;}
.wrapFormChat .wrapChatInput button.mic{margin:0 0 0 10px; background:#272626; display:flex; align-items:center; justify-content:center;}
.wrapFormChat .wrapChatInput button.mic svg{color:#fff;}

.list_mensagens {display: flex; flex-direction: column; max-height: 300px;}
.list_mensagens .text {font-weight: 300;}

.wrapBubbles {width:100%; display: flex; flex-direction: column-reverse; overflow-y: auto; overflow-x: hidden; padding: 0 30px; /*height: calc(100% - 170px); */height:100%;}
.wrapBubbles a{color: #6b82b7;text-decoration: initial;}



.pausaOverlay {position: fixed; width: 100%; height: 100%; top: 0; left: 0; background: rgba(228, 233, 242, 0.7); z-index: 999; display: flex; justify-content: center; align-items: center;}
.pausaContainer {max-width: 600px; width: 85%; height: 400px; border: 2px #7688A1 dashed; background: var(--pale); color: var(--default); font-size: 18px; padding: 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 0 30px rgba(0, 0, 0, 0.3); transition: .3s all;}
.pausaContainer:hover {box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);}
.pausaContainer p {font-size: 20px; text-align: center; margin: 10px 0 0;}
.pausaContainer p small {font-weight: bold;}
.pausaContainer .wrapResume {display: flex; flex-direction: row; align-items: center;}
/* .pausaContainer .wrapResume .resume {} */
.pausaContainer .wrapResume .resume path {fill: var(--default);}
.pausaLoading { display: flex; justify-content: center; align-items: center; }
.pausaLoading img { position: relative !important; left: 0 !important; transform: none !important; width: 30px; margin-right: 10px;  }

/* .iconDisabled {} */
.iconDisabled path {fill: #ccc;}


.wrapPhoneDialog {position: fixed;right:0;top: 0;z-index: 10;height: 100%;background: #fff;transition: all .3s;transform: translateX(100%); max-width: 450px; padding: 15px;box-shadow: -6px 0px 10px rgb(95 95 95 / 15%);}
.wrapPhoneDialog.active {transition: all .3s;transform: translateX(0%);}


.wrapPhoneDialog .messagesTemplates{background-color: #FAFAFA;overflow: auto;}
.wrapPhoneDialog .messagesTemplates .messagesTemplatesPush .title,
.wrapPhoneDialog .messagesTemplates .messagesTemplatesPush .description{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}

.wrapPhoneDialog .messagesTemplates .messagesTemplatesPush .title{color:#2C66F6;font-size: 16px;font-weight: 800;}
.wrapPhoneDialog .messagesTemplates .messagesTemplatesPush .resumo{display: flex; align-items: center;}
.wrapPhoneDialog .messagesTemplates .messagesTemplatesPush .icon{cursor: pointer}
.wrapPhoneDialog .messagesTemplates .messagesTemplatesPush .icon svg{ transition: .2s;width: 0px;}
.wrapPhoneDialog .messagesTemplates .messagesTemplatesPush:hover .icon svg{transition: all .2s;width: 22px; margin-right: 10px;}

.wrapPhoneDialog .messagesTemplates .messagesTemplatesPush .description{color:#646569;font-size: 14px;font-weight: 500;}
.wrapPhoneDialog .messagesTemplates .messagesTemplatesPush:hover{background-color: #f5f5f5;}
.wrapPhoneDialog .messagesTemplates .messagesTemplatesPush{padding:20px;}

.wrapPhoneDialog p {font-weight: 600; font-size: 21px; max-width: 375px; width: 100%; color: var(--default); margin: 0 0 10px;}
.wrapPhoneDialog p.invalid {color: #d00; margin: 5px 0 0; width: calc(100% - 45px); text-align: center;}
.wrapPhoneDialog ul span {font-size: 15px; font-weight: 400; color: var(--default); text-transform: lowercase; padding-bottom: 10px;}
.wrapPhoneDialog .description {font-size: 12px;padding-top: 10px; color:#7D828C;overflow: hidden;}
.wrapPhoneDialog #box-select svg{transition: all .2s ease; position: absolute; top:50%; right: 10px; width: 15px; transform: translateY(-50%) rotate(90deg);}
.wrapPhoneDialog #box-select svg.active{transform: translateY(-50%) rotate(-90deg);}
.wrapPhoneDialog #box-select label.active.filled{top:12px;  padding: 0;}
.wrapPhoneDialog #box-select label{padding-left: 0;}
.wrapPhoneDialog #box-select{border: none; border-bottom: 1px solid #c4c4c4;}
.wrapPhoneDialog #box-select.filled{border-radius: 0;padding-right: 0 !important; width: 100%;}
.wrapPhoneDialog_button{margin: 0 0 0 auto;}

.wrapPhoneDialog .phoneDialog {display: grid;grid-template-rows: repeat(2, max-content) 1fr;height: 100%; }
.wrapPhoneDialog .phoneDialog .closeDialog {padding: 5px 5px 7px 5px; position: absolute; width: 25px; height: 25px; top: 10px; right: 15px; display: flex; align-items: center; justify-content: center; font-size: 16px; cursor: pointer; font-weight: bold; color: #000;}
.wrapPhoneDialog .phoneDialog .closeDialog:hover {background-color: #c9c9c9;transition: all .1s;box-shadow: 0 10px 34px -13px rgba(0,0,0,.75), 0 1px 2px 0rgba(0,0,0,.2);border-radius: 18px;}
.wrapPhoneDialog .phoneDialog .inputSearch{position: relative;}
.wrapPhoneDialog .phoneDialog .inputSearch .icon{position: absolute; top: 11px; right: 9px; }
.wrapPhoneDialog .phoneDialog .inputSearch .icon svg{width: 15px; height: 15px;}
.wrapPhoneDialog .phoneDialog .inputSearch #box-input input.filled{padding-right: 35px;}
.wrapPhoneDialog .phoneDialog .overlay {width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(0, 0, 0, 0.1); z-index: 9;}
.wrapPhoneDialog .phoneDialog .wrapInput {display: flex; margin: 10px 0 0; position: relative;}
.wrapPhoneDialog .phoneDialog .wrapInput div {height: 40px; border: 0; color: #5b5b5b; font-size: 16px; flex-grow: 1; display: flex; flex-direction: column;}
.wrapPhoneDialog .phoneDialog .wrapInput div small {font-size: 11px;}
.wrapPhoneDialog .phoneDialog .wrapInput button {width: 30px; height: 30px; align-self: flex-end; margin: 0 0 30px 15px;}
.wrapPhoneDialog .phoneDialog .wrapInput button .enviar path {fill: var(--default);}

.wrapPhoneDialog .phoneDialog .canais{width:100%; display:flex; justify-content:space-between; flex-wrap:wrap;}
.wrapPhoneDialog .phoneDialog .canais .title{width:100%; margin:0 0 10px 0;}
.wrapPhoneDialog .phoneDialog .canais .title span{color: rgba(0, 0, 0, 0.54); padding: 0; font-family: "Lato", "Helvetica", "Arial", sans-serif; font-weight: 400; line-height: 1; letter-spacing: 0.00938em; font-size: 16px;}

.wrapPhoneDialog .phoneDialog .radio-toolbar {width:30%; cursor:pointer;}
.wrapPhoneDialog .phoneDialog .radio-toolbar svg{width:25px !important;}
.wrapPhoneDialog .phoneDialog .radio-toolbar input[type="radio"] {opacity: 0; position: fixed; width: 0;}
.wrapPhoneDialog .phoneDialog .radio-toolbar label {border: 3px solid transparent; border-radius: 10px; width:100%; height:50px; display:flex; align-items:center; justify-content:center;}
.wrapPhoneDialog .phoneDialog .radio-toolbar label.whatsapp{background:#44DF60;}
.wrapPhoneDialog .phoneDialog .radio-toolbar label.facebook{background:#3B5999;}
.wrapPhoneDialog .phoneDialog .radio-toolbar label.telegram{background:#04A1D8;}
.wrapPhoneDialog .phoneDialog .radio-toolbar label.whatsapp:hover {background:#00c623;}
.wrapPhoneDialog .phoneDialog .radio-toolbar label.facebook:hover {background:#14306c}
.wrapPhoneDialog .phoneDialog .radio-toolbar label.telegram:hover {background:#025975;}
.wrapPhoneDialog .phoneDialog .radio-toolbar input[type="radio"]:checked + label {background:rgba(0,0,0, 0.6);}
.wrapPhoneDialog .phoneDialog .radio-toolbar input[type="radio"]:checked + label.whatsapp {border-color: #44DF60;}
.wrapPhoneDialog .phoneDialog .radio-toolbar input[type="radio"]:checked + label.facebook {border-color: #3B5999;}
.wrapPhoneDialog .phoneDialog .radio-toolbar input[type="radio"]:checked + label.telegram {border-color: #04A1D8;}

.wrapPhoneDialog ul li{position: relative;}
.wrapPhoneDialog ul li:before {content: '';background-color: #786be6;position: absolute;top: 50%;transform: translateY(-50%);left: 1px;width: 2px;height: 0%;transition: all .3s;border-radius: 8px;}
.wrapPhoneDialog ul li.selected:before{height: 100%;} 
.wrapPhoneDialog ul li:hover:before{height: 100%;}
.wrapPhoneDialog #box-select ul.active{box-shadow: none; overflow-y: auto; height: calc(65vh - 215px); max-height: 395px; top:90%}

.wrapPhoneDialog .phoneDialogTitle{font-weight: bold; font-size: 18px}
.wrapPhoneDialog .phoneDialogDescription{color:#092C4C; font-weight: 500; margin: 10px 0;}

.wrap-tags {background: #fff; display: flex; flex-direction: column; position: relative; overflow:hidden;}
.wrap-tags .wrapOptions {height:100%; display: flex; justify-content: space-between; align-items: center; flex: 1;}
.wrap-tags .wrapOptions .option{border:0; outline: 0; border-bottom:3px solid transparent; user-select:none; cursor:pointer; width:50%; height:100%; display:flex; align-items:center; justify-content:center; text-align:center; color:#2A2D33; opacity: .35; font-size:12px;  font-weight:bold;}
.wrap-tags .wrapOptions .option.active{border-bottom:3px solid #786BE6; cursor:auto; color:#2A2D33; opacity:1;}
.timer {display: flex; justify-content: center; align-items: center; flex-direction: column;}
.timer p {font-size: 17px; color: var(--default); font-weight: 500;}
.timer span {margin: 0 3px;}
.timer small {font-size: 12px; color: #5B5B5B;}

.wrapHistoricos{display:flex; flex-direction:column; padding:20px 0 0 0; overflow-y:scroll;}
.wrapHistoricos .item{height:100%; width:100%; display:flex; align-items:center; justify-content:space-between; border-bottom:2px solid #E9E9E9;}
.wrapHistoricos .item:last-child{border-bottom:2px solid transparent;}
.wrapHistoricos .item button{cursor:pointer; width:30px; border:0; outline:0; font-size:17px;}
.wrapHistoricos .item .sub{height:100%; width:18%; display:flex; flex-direction:column; justify-content:space-between; text-align:center; padding:10px 5px;}
.wrapHistoricos .item .sub.menor{width:15%;}
.wrapHistoricos .item .sub.maior{width:21%;}
.wrapHistoricos .item .sub span{display:block; color:#B4B4B4; font-size:13px; font-weight:normal;}
.wrapHistoricos .item .sub span:last-child{color:#506E8C;}

#wrap_historico_detalhes{width:100%; position:relative; display:flex; flex-grow:1;}
#wrap_historico_detalhes .indent{display:flex; flex-direction:column; width:100%;}
#wrap_historico_detalhes .indent .head{width:100%; background:#fff;border-top:3px solid #786BE6; padding:5px 10px; display:flex; flex-wrap:wrap; border-top-left-radius:5px; border-top-right-radius:5px;}
#wrap_historico_detalhes .indent .head .title{flex-grow:1;}
#wrap_historico_detalhes .indent .head .title h4{color:#2A2D33; font-size:20px; font-weight:normal;}
#wrap_historico_detalhes .indent .head .arrow{margin:0 10px 0 0;}
#wrap_historico_detalhes .indent .head .arrow.arrow2{margin:0 30px 0 0;}
#wrap_historico_detalhes .indent .head .arrow svg{width:20px; cursor:pointer;}
#wrap_historico_detalhes .indent .head .arrow svg path{fill:#2A2D33}
#wrap_historico_detalhes .indent .head .close{cursor:pointer;}
#wrap_historico_detalhes .indent .head .close svg{width:15px;}
#wrap_historico_detalhes .indent .head .close svg path{fill:#2A2D33;}
#wrap_historico_detalhes .indent .head .topicos{margin:20px 0 0 0; width:100%; display:flex; justify-content:space-between;}
#wrap_historico_detalhes .indent .head .topicos .topico{width:18%; display:flex; flex-direction:column; justify-content:space-between; text-align:center;}
#wrap_historico_detalhes .indent .head .topicos .topico span{color:#2A2D33; font-size:12px;}
#wrap_historico_detalhes .indent .head .topicos .topico span:last-child{color:#B4B4B4}
/*#wrap_historico_detalhes .indent .body{width:100%; padding:10px 5px; flex-grow:1; display: grid; grid-template-rows: minmax(0, 0.3fr) minmax(0, 0.4fr) minmax(0, 0.3fr); grid-gap:15px 0;}*/
#wrap_historico_detalhes .indent .body{width:100%; flex-grow:1; display: grid; grid-template-rows: minmax(0, 200px) minmax(0, 300px) minmax(0, 200px); grid-gap:15px 0;}
#wrap_historico_detalhes .indent .body .item{width:100%; display:flex; flex-direction:column; align-items:center; justify-content:flex-start;}
#wrap_historico_detalhes .indent .body .item .nome{width:100%; background: #c6c6c6; padding:5px 10px;}
#wrap_historico_detalhes .indent .body .item .nome h4{color:#35587a; font-size:16px; font-weight:normal;}
#wrap_historico_detalhes .indent .body .item .content{width:97%; padding:5px 0; overflow-y:scroll; flex-grow:1;}
#wrap_historico_detalhes .indent .body .item .content .row{width:100%; display:flex; justify-content:space-between;}
#wrap_historico_detalhes .indent .body .item .content .row .col{text-align:left; width:18%; padding:0 3px 0 0; word-break:break-word;}
#wrap_historico_detalhes .indent .body .item .content .row .col.menor{width:13%;}
#wrap_historico_detalhes .indent .body .item .content .row .col span{font-size:11px; color:#35587A;}
#wrap_historico_detalhes .indent .body .item .content .row.azul .col span{font-weight:bold;}
#wrap_historico_detalhes .indent .body .item .content .row .col svg{width:20px; height:20px;}
#wrap_historico_detalhes .indent .body .item .content .row .col svg path{fill:#35587A;}
#wrap_historico_detalhes .indent .body .item .content .row .col .audio-file svg{cursor:pointer;}
#wrap_historico_detalhes .indent .body .item .content .row .col .audio-file .play svg path{fill:#fff;}
#wrap_historico_detalhes .indent .body .conjunto{width:100%; display:flex; justify-content:space-between;}
#wrap_historico_detalhes .indent .body .conjunto .item{width:49%;}

.wrapEventos {padding: 0 15px 15px; overflow: hidden; display: flex; flex-direction: column; height: calc(100% - 120px);}
.wrapEventos.sempadding{padding:0; height:auto;}
.wrapEventos .eventos {flex-grow: 1; overflow-y: auto; overflow-x: hidden; display:flex; flex-direction:column;}
.wrapEventos .eventoHeader,
.wrapEventos .evento {font-size: .6em; padding: 0; background: #f8f9fa; display: flex; }
.wrapEventos .eventoHeader {color: #5B5B5B; background: #f8f9fa; font-weight: bold;}
.wrapEventos .evento .bullet {border-radius: 20px; height: 20px; width:20px; margin: 0 10px 0 0; border: 1px #ccc solid;}
.wrapEventos .evento span {position:relative; font-size:12px; min-height:22px; display: flex; align-items: center;color: #7D828C;background:#fff;border-bottom: 1px solid #F1F0FC;border-top: 1px solid #F1F0FC;height:40px;display: flex;align-items: center}
.wrapEventos .evento span.descricao{padding:0 0 0 30px;}
.wrapEventos .evento span .descricao-color{position:absolute; top:0; left:0; width:20px; height:100%;
    border-radius: 50px;
    height: 8px;
    width: 8px;
    top: 1.2em;
    left: 1em;}
.wrapEventos .eventoHeader div{padding:5px 0; height:33px; font-size:12px;}
.wrapEventos .eventoHeader .descricao{padding-left:30px; }
.wrapEventos .eventoHeader div{display:flex;align-items: center;}
.wrapEventos .evento:nth-child(odd) {background: #efefef;}
.wrapEventos .evento .icon svg {width: 15px;}
.wrapEventos .evento .data .clock {margin: 0 5px 0 0;}
.wrapEventos .evento .data .clock path {fill: #000000;}
.wrapEventos .descricao {width: 45%;}
.wrapEventos .fila {width: 20%;}
.wrapEventos .agente {width: 15%; text-align: center; justify-content: center;}
.wrapEventos .data {width: 20%; justify-content: center; text-align: center; min-width: 90px;}
.wrapEventos .data .icon {width: 17px;}
.panelHeader + .wrapEventos {padding: 0; height: calc(100% - 60px);}

.wrapFormComplementos {}
.wrapFormComplementos .list .valor{filter: blur(0px);}
.wrapFormComplementos .list .valor:hover{filter: blur(0px);}
.wrapFormComplementos .salvar path,
.popupComplemento .salvar path {fill: #009847;}
.wrapFormComplementos .limpar path,
.popupComplemento .limpar path {fill: #BE1E2D;}

.wrapComplementos .wrapFormComplementos .popupSuggest__ {height: calc(100% - 60px);}

.wrapComplementos {background: #fff;}
.wrapComplementos .iconTitle {width: 22px; height: 22px; margin: 0 10px 0 0;}
.wrapComplementos .wrapFormComplementos {padding: 5px; display: flex; flex-direction: column; height: calc(100% - 30px); position: relative;}
.wrapComplementos .list {flex-grow:1; padding:0; overflow-y: auto; overflow-x: hidden; height: 100%; max-height:205px;}
.wrapComplementos .list:first-child {margin: 0; height: 100%;}
.wrapComplementos .list li {display: flex; justify-content: space-around; align-items: center; padding: 0; min-height: 25px; background: #fff;}
.wrapComplementos .list li:nth-child(odd) {background: #fff;}
.wrapComplementos .list li > div {height: 100%; justify-content: flex-start; align-items: center; font-size: 0.8em; color: #7D828C;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px; padding: 0 5px 0 0; width: 45%; display: flex;}
.wrapComplementos .list li .chave {padding:0 0 0 5px;}
.wrapComplementos .list li .button{width:70px; background:transparent; height:100%;}
.wrapComplementos .list li a{cursor:pointer;}
.wrapComplementos .list li audio{height:30px; margin:4px 0;}
.wrapComplementos .list li .valor {display: flex; position:relative; cursor: copy;}
.wrapComplementos .list li .valor svg{max-height:100%; cursor:pointer;}
.wrapComplementos .list li .valor .icon.call svg{width: 16px; height: auto; cursor:pointer;}
.wrapComplementos .list li .valor .icon.edit svg{transform: rotate(-85deg);}
.wrapComplementos .list li .valor .icon {width: 20px; margin: 0 0 0 5px; padding: 4px; display: none; cursor: pointer;}
.wrapComplementos .list li .valor .icon.v {display: block;}
.wrapComplementos .list li .valor .icon svg, .wrapComplementos .list li .valor .icon svg g path {fill: var(--default);}
.wrapComplementos .list li .valor:hover .icon {display: block;}
.wrapComplementos .divisao{display:flex; align-items:center;}
.wrapComplementos .divisao.start{align-items:flex-start; margin:20px 0 0 0; flex-grow:1; height:100%; overflow-y: scroll;}
.wrapComplementos .divisao.start button{cursor:pointer; margin:0 3px 0 3px; font-size:14px; color:#00CE7F; border:1px solid #00CE7F; border-radius:10px; padding:1px 12px; background: #fff}

/*.wrapComplementos .divisao.start .wrapPushAlert { position: relative}*/
/*.wrapComplementos .divisao.start .pushAlert { position: absolute; background: #3B5999; color: #fff; height: 35px; width: 80px }*/

.wrapComplementos .divisao h4{margin:0 22px 0 0; font-size:15px; color:#333333; font-weight:normal;}

.panels .options .avancar,
.panels .options .avancar span {transition: all .3s;}

.wrapToast {cursor: pointer;}

.wrapPhoneButton { position: absolute; width:39px; z-index: 100;}
.wrapPhoneButton .ovarlayIframe {height: 100%; background: rgba(0, 0, 0, 0.01); position: absolute;}
.wrapPhoneButton .circle {background:none!important;cursor: pointer; width: 35px; height: 35px; border-radius: 50%; padding: 7px;  box-shadow: 4px 4px 15px rgba(95, 95, 95, 0.2);}
.wrapPhoneButton .circle svg circle {fill: #f44336;}
.wrapPhoneButton .box {display: none; width: 100%; transform: scale(0.7); position: absolute; top: -65px; left: -53px;}
.wrapPhoneButton .box.active {display: block;}
.wrapPhoneButton .box.invertido {top: -615px;}

.whatsappPushButton {display: flex; align-items: center; justify-content: center; padding: 15px; border-radius: 20px; color: white; font-weight: 700; background-color: #5D78F6; width: 180px; position: absolute; left: 50%; transform: translateX(-50%); height: 54px; }
.whatsappPushButton img{margin-left: 10px;}
.whatsappPushButton.tabCall.disabled{cursor: no-drop; background-color: red;}

#wrap_faq{width:100%; height:100%; display:flex; flex-direction:column; padding:0 0 50px 0; align-items:center;}
#wrap_faq .title{width:100%; background:#35587A; margin:0 0 15px 0; padding:5px 15px;}
#wrap_faq .title h2{font-size:25px; color:#fff;}
#wrap_faq .box-pesquisa{width:100%; display:flex; justify-content:center; align-items:center; flex-direction:column; padding:0 15px;}
#wrap_faq .box-pesquisa .texto{width:70%;}
#wrap_faq .box-pesquisa .texto h4{color: #35587A; text-align:center;}
#wrap_faq .box-pesquisa form{margin:30px 0; display:flex; align-items:center; justify-content:center; border-bottom: 2px solid #35587A; padding:0 0 2px 0;}
#wrap_faq .box-pesquisa form input[type='text']{border:0; outline:0; margin:0 40px 0 10px; width:220px;}
#wrap_faq .box-pesquisa form input[type='submit']{cursor:pointer; border:0; outline:0; background:transparent; color:#35587A; font-weight:bold;}
#wrap_faq .faqs{width:100%; padding:0 0 0 5%; flex-grow:1; display:flex; margin:40px 0 0 0; max-height:41vh;}
#wrap_faq .faqs .categorias{width:20%; display:flex; flex-direction:column;}
#wrap_faq .faqs .categorias .categoria{user-select:none; cursor:pointer; width:auto; margin:0 0 10px 0; position:relative;}
#wrap_faq .faqs .categorias .categoria span{position:relative; font-size:16px; color:#35587A; font-weight:bold;}
#wrap_faq .faqs .categorias .categoria.active span:after{content:''; position:absolute; left:0; bottom:-2px; width:100%; height:1px; background: #35587A;}
#wrap_faq .faqs .categorias .categoria:last-child{margin:0;}
#wrap_faq .faqs .lista{flex-grow:1; padding:0 15% 0 0; display:flex; flex-direction:column; overflow-y:scroll;}
#wrap_faq .faqs .lista .secao{width:100%; display:flex; flex-direction:column; margin:0 0 30px 0;}
#wrap_faq .faqs .lista .secao h4{color:#ff0000;}
#wrap_faq .faqs .lista .secao:last-child{margin:0;}
#wrap_faq .faqs .lista .secao .cat{width:100%;}
#wrap_faq .faqs .lista .secao .cat h4{color:#35587A;}
#wrap_faq .faqs .lista .secao .item{width:100%; margin:20px 0 0 0;}
#wrap_faq .faqs .lista .secao .item span{display:block; margin:0 0 5px 0; color:#35587A;}
#wrap_faq .faqs .lista .secao .item span:last-child{margin:0;}
.faq .MuiDialog-paperWidthSm{max-width:1200px; width:90%; height:70vh;}
.faq .MuiDialog-paperWidthSm .wrapDialog{overflow:hidden; max-height:100%; height:100%;}
.faq .wrapDialog .wrapTitle{background:#35587A;}
.faq .wrapDialog .wrapTitle .title{background:#35587A; color:#fff; font-weight:normal;}
.faq .wrapDialog .wrapTitle svg{color:#fff;}

.dropDownPopup.radius{border-radius:5px;}
.dropdown-submenu{position:relative; padding:15px 10px;}
.dropdown-submenu .title{margin:0 0 15px 0;}
.dropdown-submenu .title h4{font-size:14px; color:#333333; font-weight:normal;}
.dropdown-submenu .arrow{ position:absolute; top:0; left:-10px; width: 0; height: 0; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-right:20px solid #fff;}
.dropdown-submenu .close{cursor:pointer; width:15px; height:15px; position:absolute; top:13px; right:10px;}

.box-error { position: absolute; width: 100%; text-align: center; padding: 20px; background-color: red; top: 0; color: white; font-weight: 600;}
.box-error.relative{position:relative; font-size: 12px;}
.box-error.relative:after{content:''; position:absolute; top:0; left:-50px; width:50px; height:100%; background:red;}
.box-error.relative:before{content:''; position:absolute; top:0; right:-50px; width:50px; height:100%; background:red;}

.botoes.calendar{border:0; width:100%; margin:5px 0 10px; display:flex; align-items:center; justify-content:flex-end; padding:0 10px 0 0;box-shadow: none; }
.botoes.calendar .botao{margin:0 0 0 30px;}
.botoes.calendar .botao span{font-size:15px; font-weight:bold;}
.botoes.calendar .botao.cancelar span{color:#35587A;}
.botoes.calendar .botao.ok span{color:#00CE7F; border-color: #00CE7F;}


#wrap_popup{opacity:0; visibility:hidden; transition:all .3s ease; width:320px; z-index:999; position:absolute; bottom:50px; left:-110px; background:#fff; border-radius:5px;}
#wrap_popup.active{display:block; opacity:1; visibility: visible;}
#wrap_popup.pausa{left: initial;bottom: auto;top: 10px;right: -20%;min-width: 200px; width: initial;}
#wrap_popup .indent{padding:10px 0; display:flex; max-height:50vh; flex-direction:column;}
#wrap_popup .indent .row{width:100%; display:flex; padding:0 10px; align-items:center;}
#wrap_popup .indent .title{flex-grow:1;}
#wrap_popup .indent .title h4{color:#333333; font-size:14px; font-weight:normal;}
#wrap_popup .indent .close{cursor:pointer; margin-left:15px; width:15px;}
#wrap_popup .indent .content{width:100%; overflow-y:scroll; overflow-x: hidden;}
#wrap_popup .indent .content{margin-top:15px;}
#wrap_popup .indent .content button{width: 100%; display:flex; justify-content:flex-start; padding:10px; text-transform:none; font-size:14px; color:#35587A; border-bottom:1px solid #707070; border-radius:0;}
#wrap_popup .indent .content button:hover{background:rgba(134, 204, 230, 0.30)}
#wrap_popup .indent .content button:last-child{border-bottom:0;}
#wrap_popup .indent .content span{opacity:1 !important}
#wrap_popup .triangulo {width: 0; height: 0; border-left: 7px solid transparent; border-right: 7px solid transparent; border-top: 10px solid #fff; position:absolute; left:46.5%; transform:translate(-50%, 0)}
#wrap_popup.pausa .triangulo { width: 0; height: 0; border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-right:10px solid #fff; position:absolute; left:-2.5%; top:12%; transform:translate(-50%, -50%)}
.popup-overlay{opacity:0; visibility:hidden; transition:all .3s ease; z-index:900; position:fixed; top:0; left:0; width:100%; height:100vh; background:rgba(0,0,0, 0.5);}
.popup-overlay.active{opacity:1; visibility: visible; }

#wrap_popup.top{left:auto; right:65px; bottom:auto; top:calc(100% + 2px)}
#wrap_popup.top.right{right:0px;}
#wrap_popup.top .indent .content span{color:#35587A !important; }
#wrap_popup.top .triangulo{left:auto; right:0; top:-7px; border-bottom: 10px solid #fff; border-top:0; }

#wrap_popup.red {border-left: 4px solid red; }
#wrap_popup.green {border-left: 4px solid green; }
#wrap_popup.blue {border-left: 4px solid blue; }
#wrap_popup.yellow {border-left: 4px solid yellow; }

#chronometer { font-size: 19px; font-weight: 300; color: rgb(69, 69, 69); }

@keyframes animation-placeholder{
	0%{left:-100%;}
	100%{left:100%;}
}

.animation-placeholder{ position:relative; overflow:hidden;}
.animation-placeholder:after{animation: animation-placeholder 1.5s infinite; filter:blur(60px); border-radius:50%; content:''; position:absolute; top:0; left:-100%; width:70%; height:100%; background:#CCCCCC;}

#placeholder-chat{cursor:not-allowed; width:100%; height:100%; flex-grow:1; display:flex; flex-direction:column;}
#placeholder-chat .head{width:100%; height:101px; border-radius:5px; background:var(--placeholder);}
#placeholder-chat .body{flex-grow:1; width:100%; display:flex; padding:0 20px 0 0; flex-direction:column; align-items:flex-end; overflow-y:scroll;}
#placeholder-chat .body .message{width:30%; max-width:30%; margin:20px 0 0 0; height: 40px; border-radius:13px; background:var(--placeholder);}
#placeholder-chat .body .message.message2{width:35%; max-width:35%;}
#placeholder-chat .body .message.message3{width:20%; max-width:20%;}
#placeholder-chat .footer{height:110px; border-radius:5px; width:100%; background:var(--placeholder);}

#placeholder-info{cursor:not-allowed; width:100%; height:100%; flex-grow:1; display:flex; flex-direction:column; z-index: 0;}
#placeholder-info .head{position:relative; width:100%; height:45px; border-radius:5px; background:var(--placeholder); margin:0 0 20px 0;}
#placeholder-info .head:before{content:''; position:absolute; bottom:0; left:0; width:50%; height:3px; background:#E33442;}
#placeholder-info .head.right:before{left:auto; right: 0;}
#placeholder-info .risco{width:100%; margin:10px 0; height:2px; background:var(--placeholder);}
#placeholder-info .eventos{width:100%; display:flex; flex-direction:column;}
#placeholder-info .eventos .evento{width:100%; height:22px; display:flex; background:#E6E6E6;}
#placeholder-info .eventos .evento .cor{width:20px; background:rgb(241, 174, 241);}
#placeholder-info .eventos .evento .cor.verde{ background:rgb(182, 215, 168);}
#placeholder-info .eventos .evento .content{flex-grow:1; background:var(--placeholder);}
#placeholder-info .complementos{margin:20px 0 0 0; width:100%; display:flex; flex-direction:column; overflow:hidden;}
#placeholder-info .complementos .complemento{width:100%; height:25px; background:var(--placeholder);}
#placeholder-info .complementos .complemento:nth-child(odd) {background: #E6E6E6;}

#placeholder-atendimentos{cursor:not-allowed; width:100%; height:400px; flex-grow:1; display:flex; flex-direction:column;}
#placeholder-atendimentos .atendimento{width:100%; padding:0 15px; height:80px; border-bottom:1px #E4E9F2 solid; display:flex; align-items:center; justify-content:space-between;}
#placeholder-atendimentos .atendimento.atribuido{background:linear-gradient(90deg, rgb(255, 255, 255) 25%, rgb(182, 215, 168) 100%);}
#placeholder-atendimentos .atendimento.criado{background:linear-gradient(90deg, rgb(255, 255, 255) 25%, rgb(241, 174, 241) 100%)}
#placeholder-atendimentos .atendimento.compra{background:linear-gradient(90deg, rgb(255, 255, 255) 25%, rgb(255, 241, 183) 100%)}
#placeholder-atendimentos .atendimento .user{display:flex; align-items:center;}
#placeholder-atendimentos .atendimento .user .menu{width:4px; height:19px; margin:0 10px 0 0; display:flex; flex-direction:column; justify-content:space-evenly;}
#placeholder-atendimentos .atendimento .user .menu .dot{width:100%; height:4px; border-radius:50%; background:#7688A1;}
#placeholder-atendimentos .atendimento .user .image{width:40px; height:40px; border-radius:50%; background:var(--placeholder);}
#placeholder-atendimentos .atendimento .user .data{margin:0 0 0 10px; display:flex; justify-content:center; flex-direction:column;}
#placeholder-atendimentos .atendimento .user .data .userdata{width:70px; height: 10px; background:var(--placeholder); margin:0 0 3px 0;}
#placeholder-atendimentos .atendimento .user .data .userdata:last-child{margin:0;}
#placeholder-atendimentos .atendimento .info{display:flex; flex-direction:column;}
#placeholder-atendimentos .atendimento .info .data{width:100px; height:10px; background:var(--placeholder); margin:0 0 7px 0;}
#placeholder-atendimentos .atendimento .info .data:last-child{margin:0;}

.no-leads{width:100%; text-align:center; margin-top:30px; font-size:13px; color:#000;}




.fileInput {display: none;}
.dropMedia { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 9; background: rgba(228, 233, 242, 1); display: flex; justify-content: center; align-items: center; visibility: hidden; opacity: 0;}
.dropMedia:after {content: ''; position: absolute; top: 5px; left: 5px; width: calc(100% - 10px); height: calc(100% - 10px); display: block; border: 5px #ccc dashed; border-radius: 5px;}
.dropMedia.alert:after{border-color: rgb(255, 145, 0);}
.dropMedia.alert .dragAlert p{text-align: center; color:rgb(255, 145, 0)}
.dropMedia.alert .dragAlert p.symbol{font-size: 25px;}
.dropMedia.visible {visibility: visible; opacity: 1;}
.dropMedia p {font-weight: bold; font-size: 20px; color: #1E88E5;}

.ArrowBackMobile{display:none!important}
.menu-infos-mobile{    margin-left: 1rem;display:none!important}
.logo-block{display:block!important}

@media screen and (max-width: 1550px) {
	.panels.chat .panelHeader .title .text{width: 55%;}
}
@media screen and (max-width: 1280px) {
	.dashboard {padding: 5px 5px 5px; grid-gap: 5px; }
}

@media screen and (max-width: 1100px) {
	/* .dashboard{grid-template-columns: minmax(308px, 0.3fr) minmax(340px, 0.4fr) minmax(350px, 0.3fr); grid-gap:5px;} */
	.dashboard{grid-template-columns: minmax(320px, 29%) minmax(400px, 32%) minmax(40px, 40px) minmax(320px, 35.5%)}
	.wrapEventos .eventoHeader, .wrapEventos .evento{word-break:break-word;}
	.wrapperChat .userInfo .nome{font-size:10px;}
	.wrapHistoricos .item .sub{word-break:break-word;}
	.wrapperChat .tag{font-size:10px;}
	.wrapperChat .info .wrapTimeEvent .time{font-size:10px;}
	.panelHeader .title .text{font-size:0.7em;}
	.wrap-tags .wrapOptions .option{font-size:11px;}
	.wrapComplementos .list li > div{font-size:0.6em;}
	.wrapEventos .eventoHeader div{font-size:10px;}
	.wrapEventos .evento span{font-size:10px;}
	#wrap_historico_detalhes .indent .body .item .content .row .col span{font-size:10px;}
	#wrap_historico_detalhes .indent .body .item .nome h4{font-size:12px;}
	.wrapHistoricos .item .sub span{font-size:10px;}
	.wrapHistoricos .item button{width:20px;}
	#wrap_historico_detalhes .indent .body .item .content .row .col:nth-child(2){width:30px;}
	#wrap_historico_detalhes .indent .body .item .content .row .col:nth-child(5){width:47px;}
	#wrap_historico_detalhes .indent .body .item .content .row .col:nth-child(6){width:49px;}

	.wrapMsg{max-width:100% !important;}
	.wrapMsg audio {max-width:250px;}

}



.dashboard .menu__content{position: absolute;top: 15px;left: 50%;transform: translateX(-50%);}
.dashboard .menu__content .item_menu{margin-bottom: 15px; position: relative;}
.dashboard .menu__content .item_menu:before{content: ''; background-color:#786be6; position: absolute; top: 50%; transform: translateY(-50%); left: -3px; width: 2px; height: 0%; transition: all .3s; border-radius: 8px;}
.dashboard .menu__content .item_menu.active:before{ height: 80%;transition: all .3s;}

.dashboard .menu__content .item_menu button{transition: all .5s; transform: scale(1);}
.dashboard .menu__content .item_menu:hover button{transition: all .5s; transform: scale(1.2);}

.dynamic_form{overflow-x: hidden;overflow-y: auto;}

.d-none{display: none;}
.d-block{display: block;}


.loaderForm { width: 100%; display: flex; justify-content: center;}

.panelHeader.comments, 
.panelHeader .comments,
.panelHeader .panel_comments{height: calc(100% - 20px);}

.panel_title{font-weight: 400;font-size: 20px; margin-bottom: 20px;}

.panel_comments{width: 100%;padding: 20px 0 0 20px;}
.panel_comments .comments{width: 100%; display: flex;flex-direction: column;justify-content: space-between;flex-direction: column;align-items: flex-start;}
.panel_comments .comments .new_comment{width: calc(100% - 20px);display: flex;align-items: center;}
.panel_comments .comments .new_comment .button{padding: 7px 15px; margin-left: 15px;border-radius: 10px;background-color: #e33333;color: white;border: none;font-weight: bold;cursor: pointer;}

.all_comments{width: 100%; height: 70vh; overflow-y: scroll;}
.comment_alert{text-align: center;font-size: 16px;padding: 20px;}

.comment_user{width: 85%; padding: 10px;background: #f3f4f6;border-radius: 10px;margin: 15px 0;}
.comment_user .comment_user_data{margin: 5px 0 3px;display: flex;justify-content: flex-end;align-items: center;color: #8b8d8c;font-size: 9px;width: 100%;}


.iconSearchGlobal{width: 100%; display: flex; align-items: center; justify-content: start;position: relative; right: 15px;}

.panelSearchGlobal{position: fixed;top: 0;right: 0;min-width: 320px; width: 30vw;background: white;height: 100vh;z-index: 100;padding: 50px 20px;box-shadow: -6px 0px 10px rgb(95 95 95 / 15%);}
.panelSearchGlobal .close{cursor: pointer; color:black; font-size: 15px; font-weight: 900; position: fixed; top: 10px; right: 20px;}

.panelSearchGlobal_header{display: flex; gap: 0 20px; align-items: center;}
.panelSearchGlobal_header .header_input{position: relative;display: flex; align-items: center;width: 100%;}
.panelSearchGlobal_header .header_input button{position: absolute; left: 0; z-index: 2;}

.panelSearchGlobal_header .header_input #box-input label.default {top:49%}
.panelSearchGlobal_header .header_input #box-input label.active {top:0}

.panelSearchGlobal_header .header_input #box-input label {color:#9E9E9E; padding-left: 30px;}
.panelSearchGlobal_header .header_input #box-input input{font-size: 17px; padding-left: 30px;}

.panelSearchGlobal_header .wrap-error-validation{display: none;}

.panelSearchGlobal .clearSearch{position: absolute; top:15px; right: 20px;}
.panelSearchGlobal .clearSearch_button{width: 15px;height: 15px;cursor: pointer;background: transparent !important;color: black !important;border: none;border-radius: initial;}

.panelSearchGlobal .searchGlobal_result *{color:initial}

.panelSearchGlobal .searchGlobal_result_header{padding: 25px 0; display: flex; align-items: flex-end;}
.panelSearchGlobal .searchGlobal_result_header hr{height: 1px;width: 100%;}

.panelSearchGlobal .searchGlobal_result .searchGlobal_result_title{font-weight: bold;font-size: 15px;line-height: 22px;color: #2A2D33;}

.panelSearchGlobal .searchGlobal_result_leads{height: calc(100vh - 170px);overflow: hidden scroll;}

.panelSearchGlobal .searchGlobal_result .lead{border-radius: 8px; margin-bottom: 5px; width: 97%; border-bottom: 1px solid #f1f1f1; padding: 10px 15px 10px 15px; display: grid; gap:15px; grid-template-columns: 1fr 3fr 3fr;}
.panelSearchGlobal .searchGlobal_result .lead.disabled * {cursor: initial; opacity: 0.8; user-select: none;}

.panelSearchGlobal .searchGlobal_result .lead:hover{background: #f1f1f1;}
.panelSearchGlobal .searchGlobal_result .lead:last-child{border: none;}

.panelSearchGlobal .searchGlobal_result .lead .lead_avatar *{color:white}
.panelSearchGlobal .searchGlobal_result .lead .lead_avatar{display: flex;align-items: center;justify-content: center;background: #5BC690;border-radius: 50px;width: 50px;height: 50px;border: 2px solid #EC79AD;}

.panelSearchGlobal .searchGlobal_result .lead .lead_about{display: flex; flex-direction: column;}
.panelSearchGlobal .searchGlobal_result .lead .lead_about h3{color:#2A2D33; font-size: 14px;}
.panelSearchGlobal .searchGlobal_result .lead .lead_about span{color:#5BC690; font-size: 13px;}
.panelSearchGlobal .searchGlobal_result .lead .lead_about *{padding-bottom: 5px;}
.panelSearchGlobal .searchGlobal_result .lead .lead_about button{padding: 0;}
.panelSearchGlobal .searchGlobal_result .lead .lead_about .red { color: red;}

.panelSearchGlobal .searchGlobal_result .lead .lead_about .allocation {padding-bottom: 0; display: flex; align-items: center;}
.panelSearchGlobal .searchGlobal_result .lead .lead_about .allocation p{padding-left: 6px; font-size: 12px;}
.panelSearchGlobal .searchGlobal_result .lead .lead_about .allocation p{padding-left: 6px; font-size: 12px;}

.panelSearchGlobal .searchGlobal_result .lead .lead_contact *{color:#303030; padding-bottom: 5px;}
.panelSearchGlobal .searchGlobal_result .lead .lead_contact p { font-size: 12px;}


.input_search input{
	border: none;
    border-bottom: 1px solid red;
    border-radius: 0;
    width: 100%;
    padding-left: 10px;
    padding: 10px;
    margin-bottom: 15px;
}



.listagem_filas {padding-left: 10px; margin-top: 5px; display: flex;flex-wrap: wrap;gap: 5px;}
.listagem_filas .listagem_filas_fila{cursor: pointer;color: #5D78F6;padding: 4px 10px;display: inline-block;border: 1px solid #5d78f6;border-radius: 10px;margin: 2px 0;font-size: 10px; position: relative;}
.listagem_filas .listagem_filas_fila.active{background-color: #5D78F6; color: white;}
.listagem_filas .listagem_filas_fila .mark { position: absolute;
    right: -5px;
    border-radius: 50%;
    background: red;
	color: #fff;
    font-size: 9px;
    font-weight: 900;
    margin-top: -14px; 
	height: 17px;
    width: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dashboard .column.cell.selected .bg{color: white !important; opacity: 1 !important;}
.dashboard .calendar{height: initial;}

@media screen and (max-width: 1000px) {
	.dashboard {display: grid; height: auto; grid-template-rows: auto; grid-template-columns: auto; overflow-x: hidden; overflow-y: auto; position: relative; grid-gap: 0;}
	.panels {height: calc(100vh - 75px);}
	.panels.chat {width: 100%;}
	.panels.infos {height: auto; grid-template-columns: auto; grid-template-rows: auto; grid-gap: 10px;}
	.panels.leads,
	.panels.infos {position: absolute; width: 75%; top: 0; left: -80%; z-index: 99; box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.3); height: calc(100vh - 50px);}
	.panels.infos {left: auto; right: -80%; box-shadow: -5px -5px 20px 0 rgba(0, 0, 0, 0.3);}
	.panel-mobile-active{position: relative!important;width: 100%!important;left:0!important;}
	.panel-mobile-inactive{position: absolute!important;width: 0%!important;left:-100%!important;}
	.logo-block{display: none!important;}
	.row-reverse{display:none}
	.block .menu{flex:0!important}
	.wrapHeader .block{flex:0}
	.ArrowBackMobile{display:block!important}
	.menu-infos-mobile{display:block!important}
	/* .wrapForm form.padding{width:70%!important} */
	.popupTag {transform: translateX(2%);position: absolute!important;margin:0 auto;left: auto;right: auto!important;}
	.triangulo{display:none!important}
	.dashboard .menu__content{display: flex;width: 100%;top:0;padding-top: 7px;justify-content: space-evenly;}
	.dashboard .menu__content .item_menu:before{transform: rotate(90deg);left: 50%;top:70%;}
	.wrapForm{min-width: initial; width: 100%; max-width: 600px;}
	.wrapForm form.padding{padding: 15px 0;}
	.listagem_filas{padding:0 10px 0 5px;flex-wrap: nowrap; width: 100vw; overflow-x: scroll;}
	.listagem_filas .listagem_filas_fila {width: max-content;min-width: max-content;margin: 10px 0;}
	.wrapFilters{padding-left: 0;}

	#placeholder-info{visibility: hidden;}

	.panelSearchGlobal{padding: 50px 10px;}
	.panelSearchGlobal_header .header_input #box-input label.active{padding-left: 0;}
	.panelSearchGlobal .searchGlobal_result .lead{ padding-left: 0; display: grid; grid-area: lead; grid-template-areas: "leadt lead_about lead_about" "lead lead_contact lead_contact"}
	.panelSearchGlobal .searchGlobal_result .lead .lead_about{grid-area: lead_about;}
	.panelSearchGlobal .searchGlobal_result .lead .lead_contact{grid-area: lead_contact;}
	.panelSearchGlobal .searchGlobal_result .lead:last-child{border-bottom: 1px solid #c3c3c3; border-radius: 0;}
	.panelSearchGlobal .searchGlobal_result .lead{gap: 10px;}

	.panelHeader.hidden-info{display: none;}
	.panelHeader.header-colum.messageTemplate{position: absolute; left: 1%; top: 52px; width: 98%; height: 100%; box-shadow: -5px -5px 20px 0 rgb(0 0 0 / 30%);}
	.panelHeader.header-colum{box-shadow: -5px -5px 20px 0 rgb(0 0 0 / 30%);}
	.mensagens_template .mensagem_template .mensagem_content .mensagem_content_resumo{width: initial !important;}

	.wrapHeader .column-logo img.desktop{display: none}
	.wrapButton.pause{margin-right: 0;}
	.wrapHeader .block.clock{gap: 0 20px;right: 13vw;}
	#wrap_popup.pausa{position: absolute;left: 93%;right: initial;transform: translateX(-50%);}
	.wrapperChat {width: 98%;}
}

@media screen and (min-width: 1000px) {
	.wrapHeader .column-clock{position: relative; right: 4.8%;}
	.wrapHeader .column-logo{position: relative; right: 4.5%;}

	.wrapHeader .column-logo img {position: absolute;left: 50%;transform: translateX(-50%);}
	.wrapHeader .column-logo img.mobile{display: none}
	.logo .alt {font-size: 20px; margin: 0 0 0 10px; display: flex; align-items: center;}
	.wrapPhoneDialog{min-width: 450px;}
}



#copyText{color: white;max-width: 70px;max-height: 30px;background: #01ce80;padding: 10px;display: flex;align-items: center;justify-content: center;border-radius: 8px;z-index: 9999;position: fixed;bottom: 10vh;right: 40px;opacity: 0;visibility: hidden;transform: translateX(100px);transition: all 1s;}
#copyText.active{opacity: 1;visibility: visible;transform: translateX(0);transition: all .5s;}


.produtos_interesse{display: flex;}
.produtos_interesse p{ min-width: 85px; font-size: 12px;padding-right: 10px;color: #7D828C;}
.produtos_interesse #chip{width: 100%; border-radius: 16px; padding: 6px; background-color: #e0e0e0; border: none; min-width: initial; min-height: initial;}
.produtos_interesse #chip .chip-item{background-color: white;height: 26px;}
.produtos_interesse #chip .chip_list {height: 28px; border: 1px solid #5d78f6; background-color: #fff; margin: initial;}
.produtos_interesse #chip .chip_list *{background-color: white;}
.produtos_interesse #chip .chip_list .chip_filter .chip_filter__item.active {color:white; background-color: #5d78f6;}
.produtos_interesse #chip .chip_list #box-input input{height:16px;}

#chip{height: max-content;}
#chip .chip_list .chip_filter::-webkit-scrollbar {width:8px;}
#chip .chip_list .chip_filter::-webkit-scrollbar-thumb {background-color: #90A4AE ;border-radius: 6px;border: 2px solid white;}

/* .wrapChatBubble .escritor-email{background: #fff;margin: 0 10px;border-radius: 10px;padding: 20px 15px;position: relative;bottom: 20px;z-index: 99;} */

.wrapChatBubble .content_mail {position: relative;}
.wrapChatBubble .content_mail .icone_upload_file {cursor: pointer; position: absolute;left: 190px;top: 8px;}
.wrapChatBubble .content_mail ul{position: absolute;bottom: 10px;left: 10px;}
.wrapChatBubble .content_mail ul .item_file{display: flex; align-items: center;}
.wrapChatBubble .content_mail ul .item_file span{padding-top: 2px; padding-left: 5px; cursor: pointer;}



.dashboard{
	background-image: url(/bg-dots.svg);
	background-position: center;
    background-size: contain;
    background-repeat: repeat;
}


@media screen and (max-width: 400px) {
.wrapHeader .wrapOperador .hamburguer.lead-active-mobile {	position: relative; right: 0;}
}
@media screen and (max-width: 1000px) {
	.dashboard {display: grid; height: auto; grid-template-rows: auto; grid-template-columns: auto; overflow: hidden; position: relative; grid-gap: 0;}
	.panels {height: calc(100vh - 75px);}
	.panels.chat {width: 100%;}
	.panels.infos {height: auto; grid-template-columns: auto; grid-template-rows: auto; grid-gap: 10px;}
	
	.panels.leads,
	.panels.infos {position: absolute; width: 75%; left: -80%; z-index: 99; box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.3); height: calc(100vh - 50px);}
	
	.panels.infos {left: auto; right: -80%; box-shadow: -5px -5px 20px 0 rgba(0, 0, 0, 0.3);}
	.panel-mobile-inactive{position: absolute!important;width: 0%!important;left:-100%!important;}

	.logo-block{display: none!important;}
	.row-reverse{display:none}
	.block .menu{flex:0!important}
	.wrapHeader .block{flex:0}
	.ArrowBackMobile{display:block!important}
	.menu-infos-mobile{display:block!important}
	.popupTag {transform: translateX(2%);position: absolute!important;margin:0 auto;left: auto;right: auto!important;}
	.triangulo{display:none!important}
	.dashboard .menu__content{display: flex;width: 100%;top:0;padding-top: 7px;justify-content: space-evenly;}
	.dashboard .menu__content .item_menu:before{transform: rotate(90deg);left: 50%;top:70%;}
	.wrapForm{min-width: initial; width: 100%; max-width: 600px;}
	.wrapForm form.padding{padding: 0 15px;}
	
	/* .wrapHeader .clock.column-logo, 
	.wrapHeader .clock.column-clock button{display: none !important;}
	 */

	.wrapHeader .clock.column-clock .center{position: relative; left: 5px; width: max-content;}
	.wrapHeader .ArrowBackMobile{position: absolute; left: 15px;} 
	.wrapHeader .wrapOperador .hamburguer.lead-active-mobile {position: relative; right: 0;}
	
	.menu .wrapOperador .status_user{position: relative; left: 15px;}
	.menu .wrapOperador .status_user.lead-active-mobile{position: relative; left: 7px;}
	
	.panels.leads .wrapChatRow{height:max-content; padding-bottom: 60px;}
	.dashboard .panels.chat.panel-mobile-active .wrapChatBubble{overflow: initial;}
	.dashboard .panels.chat.panel-mobile-active .wrapFormChat .chatTextarea{margin-left: 0; padding: 10px 15px 5px 15px;}
	.dashboard .panels.chat.panel-mobile-active .wrapBubbles{padding: 0;}
	.dashboard .panels.chat.panel-mobile-active .wrapChatInputs{padding: 10px;}
	
	.panelHeader.atendimento.hidden-info{display: none;}
	.panelHeader.atendimento.visible-info{display: block;}
	.wrapPhoneDialog.active{width: 60%;}
}


.details_atendimento { border-top: 1px solid #786BE6; border-radius: 5px; padding-left: 10px; padding-top: 10px; display: flex; flex-direction: row;}
.details_atendimento p {font-size: 0.64rem; color: #807382;}
.details_atendimento p strong {font-size: 0.74rem; color: #3d3d3d;}

.details_fields_atendimento { padding-left: 10px; padding-bottom: 10px; display: flex; flex-direction: row;}
.details_fields_atendimento_item { display: flex; flex-direction: row;}
.details_fields_atendimento_item p { text-align: right; margin-right: 6px; min-width: 50px; font-size: 0.74rem; color: #807382;}
.details_fields_atendimento_item strong { margin-right: 30px; font-size: 0.74rem; color: #3d3d3d;}


.soft-phone{transition: all .3s;bottom: 10px;min-width: 170px; width: 28.68vw;}
.soft-phone.active{transition: all .3s}

.soft-phone .visible_user #box-select ul{top:-72px}
.soft-phone .visible_user #box-select img{transform: translateY(-50%) rotate(-90deg)}
.soft-phone .visible_user #box-select img.active{transform: translateY(-50%) rotate(90deg)}

.soft-phone.call.disabled{color:red;cursor: no-drop;}
.soft-phone.call.active .call-header{border-bottom: 3px solid transparent; background: #786BE6;color: white;}
.soft-phone.call.active .call-header.missed-call{border-bottom-color: #EE8031;}
.soft-phone.call.active .call-content {min-height: 120px;}
.soft-phone.call.active .call-content .content-info{opacity: 1;}
.soft-phone.call.active .call-content hr{opacity: 1;}

/* .soft-phone .call-header{border-radius: 10px 10px 0 0;} */
.soft-phone .call-header.disabled{border-color: red;}

.soft-phone .call-header,
.soft-phone .call-content{border-top: 3px solid #786BE6; background-color: white; padding:2px 15px 2px 15px; box-shadow: 0px 4px 10px rgb(95 95 95 / 20%); font-family: 'Lato'; font-size: 14px; font-weight: 700;}

.soft-phone .call-content{border-top: none}
.soft-phone .call-content hr{opacity: 0; border: 1px solid #D4D4D4; margin: 0 0 2px 0; }
.soft-phone.active .call-content hr{ margin: 10px 0; }
.soft-phone .call-content .content-info{opacity: 0; height: 0;}
.soft-phone .call-content .content-info .view-lead{cursor: pointer; padding-right: 20px; color: #5382f8}

.soft-phone .call-content .content-info.active{transition: all .3s; opacity: 1; height: initial;}

.soft-phone .codigo {display: flex; justify-content: space-between; align-items: center;}
.soft-phone .codigo button{padding: 0;}
.soft-phone .codigo p{color: #9E9E9E;font-weight: 500; margin-right: 5px;}
.soft-phone .codigo svg{width: 24px; height: 24px;}

.soft-phone .status{display: flex; align-items: center;}
.soft-phone .call-content .content-info .missedCall{background: #EE8031;color: white;padding: 8px 28px;border-radius: 50px;}

.soft-phone .call-header,
.soft-phone .call-content .content-status,
.soft-phone .call-content .content-info,
.soft-phone .call-content .info-buttons{ display: flex; align-items: center; justify-content: space-between;}

.soft-phone .info-user{color:#2A2D33}
.soft-phone .info-user .tag-user{color:#E7A747}
.soft-phone .call-content .info-user p{padding-bottom: 6px;}

.soft-phone .info-buttons{display: flex; gap: 10px;}

.soft-phone .button-answer svg{width: 54px; height: 54px;}
.soft-phone .button-ignore {margin-right: 15px;}
.soft-phone .button-ignore svg{width: 34px; height: 34px;}

.soft-phone .button-answer,
.soft-phone .button-ignore{border-radius: 100px;animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);}
.soft-phone .button-answer{box-shadow: 0 0 0 0 rgb(44 102 246);width: 62px;}
@keyframes pulsing { to { box-shadow: 0 0 0 20px rgba(232, 76, 61, 0); }}
.soft-phone .button-ignore.talking svg{width: 54px;height: 54px;transform: translateX(-15px);transition: all .5s;}
.soft-phone .info-buttons .actions-talking svg{margin-bottom: 5px;}

.progressBar{display: block; height: 5px; transition: all 2s; border-radius:5px;}
.service_number {display: flex; justify-content: flex-end; font-size: 12px; width: 100%;}
.wrap-abracador{height:calc(100vh - 270px);}

.service_number {display: flex; justify-content: flex-end; font-size: 12px; width: 100%;}
.mensagens_template{position: relative; background-color: #FAFAFA; width: 100%;position: absolute; top:0; display: grid; grid-template-rows: 100px 60px auto; height: 100%;}

.mensagens_template .mensagem_template{background-color: #fff; padding: 16px; display: flex; justify-content: space-between; align-items: end;}
.mensagens_template .mensagem_template .mensagem_info{display: flex;justify-content: space-between;flex-direction: column;height: 100%; min-height: 90px;}
.mensagens_template .mensagem_template .mensagem_content .mensagem_content_resumo{color:#555555; overflow: hidden; width: 350px; margin: 5px 0 10px 0;}
.mensagens_template .mensagem_template .mensagem_content .mensagem_content_admin{margin-right: 10px; color:#959595; font-size: 11px;}
.mensagens_template .mensagem_template .mensagem_titulo{text-transform: uppercase; color:#2C66F6}

.mensagens_template .mensagem_template_header {background-color: #fff; margin-bottom: 12px;}
.mensagens_template .mensagem_template_header p{font-size: 18px; text-align: center; font-weight: 700; color:#2A2D33; padding: 35px 0;     box-shadow: 0px 7px 10px rgb(95 95 95 / 20%);}

.mensagens_template .mensagem_template_content{overflow: auto;height: 100%;}
.mensagens_template .mensagem_template_content svg{position: relative; right: 1px; width: 15px; height: 15px;}

.mensagem_template_content .mensagem_buttons{margin-top: 15px; display: flex; gap: 10px;}
.mensagem_template_content .mensagem_buttons .button{border-radius: 50px; padding: 5px 5px; transition: all .3s; cursor: pointer;}
.mensagem_buttons.send_message .button:hover{background-color: #2C66F6;transition: all .3s;}
.mensagem_buttons.send_message .button:hover svg path{padding: 3px; fill:#fff;}

.mensagens_template .wrapTermoInput {width: 75%; padding: 0 15px; background-color: white; cursor: auto; display: flex; align-items: center;}
.mensagens_template .wrapTermoInput input {width: 100%; height: 35px; padding: 0 5px; border-radius: 3px; border: 0;}
.mensagens_template .wrapTermoInput button {height: 100%; border-radius: 3px; margin: 0 0 0 10px; background: transparent; color: #35587A; font-size:14px; font-weight: bold; border: 0; cursor: pointer;}
.mensagens_template .wrapTermoInput svg{width:18px; margin:0 7px 0 0;}
.mensagens_template .wrapTermoInput svg path{fill:#2C66F6}
.mensagens_template .mensagem_template_search{background-color: #FAFAFA;position: relative; display: flex; align-items: center; justify-content: space-between;}
.mensagens_template .mensagem_template_search *{background-color: #FAFAFA;}
.mensagens_template .mensagem_template_search:after {margin-bottom: 10px; content: ''; position: absolute; left: 15px; bottom: 0; width: 70%; height: 2px; background-color: #2C66F6;}



.mensagens_template #wrap_superdialog {height: 100%;}
.mensagens_template #wrap_superdialog .indent-sdl{height: 450px; padding: 15px 15px 0 15px; right: 4%;}
.mensagens_template #wrap_superdialog .indent-sdl .content-superdialog{height: 100%;}
.mensagens_template #wrap_superdialog .indent-sdl .head-superdialog .close{bottom: 0;}
.mensagens_template #box-select{padding-top: 0 !important; width: 100%;}

.mensagens_template #wrap_superdialog .modal_message_content{height: 100%;overflow: auto;overflow-x: hidden;}

.mensagens_template #wrap_superdialog .modal_message_content #box-input textarea{border: 1px solid #c4c4c4;}
.mensagens_template #wrap_superdialog .modal_message_content #box-input textarea::placeholder {font-size: .75rem;}
.mensagens_template #wrap_superdialog .modal_message_content #box-input textarea.errorBorder::placeholder {color:red}

.mensagens_template .mensagem_preview{padding: 10px 15px; margin: 10px 15px 15px 0; box-shadow: 0px 3px 10px 0px #5f5f5f26;background: #f3f4f6;border-radius: 13px 13px;}

.mensagens_template .button_new_message svg{cursor: pointer; background-color: #fff;position: relative; right: 15px; box-shadow: 4px 4px 20px rgb(95 95 95 / 15%);border-radius: 25px;}
.mensagens_template .nova_mensagem{height: 0; max-height: 0; transform: translateX(200%); border-radius: 7px 7px 0 0;background-color: #fff; position: absolute; top: -3px; right: 0; width: 100%; height: 100%; transition: all .3s;}
.mensagens_template .nova_mensagem.active{height: 100%; max-height: initial; transform: translateX(0%); transition: all .3s;}


.mensagens_template .nova_mensagem .nova_mensagem_header{border-radius: 7px 7px 0 0; padding: 15px 25px; text-align: center;  background-color: #5BC690; color:#fff }
.mensagens_template .nova_mensagem .nova_mensagem_header p{font-weight: bold; font-size: 18px;}
.mensagens_template .nova_mensagem .nova_mensagem_close {width: 20px; height: 20px; cursor: pointer; font-size: 18px; position: absolute; right: 15px; top: 15px;}


.mensagens_template .nova_mensagem #box-input input, 
.mensagens_template .nova_mensagem #box-input textarea{ border: 1px solid #5BC690 ;}

.nova_mensagem .nova_mensagem_content svg{width: 15px; height: 15px;}
.nova_mensagem .icone_message{display: flex; justify-content: flex-end; margin-bottom: 15px;}
.nova_mensagem .icone_message svg{cursor: pointer;}
.nova_mensagem .nova_mensagem_content{padding: 15px;display: grid;grid-template-rows: 155px 4fr 1fr; height: 100%;}


.nova_mensagem .nova_mensagem_content .text_area_preview{padding: 20px 15px; border: 1px solid #5bc690;border-radius: 8px;}
.nova_mensagem .nova_mensagem_content .text_area_preview .buttons {display: flex; gap: 10px; align-items: center;}
.nova_mensagem .nova_mensagem_content .text_area_preview .buttons svg{cursor: pointer; height: 15px;}
.nova_mensagem .nova_mensagem_content .text_area_preview .item_message{min-height: 38px; display: flex; justify-content: space-between; align-items: center ; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #e0e0e0;}
.nova_mensagem .nova_mensagem_content .text_area_preview .item_message_content{display: grid; align-items: center; grid-template-columns: 30px 3fr;}
.nova_mensagem .nova_mensagem_content .text_area_preview .item_message_content .media{height: 25px; border-radius: 4px;}
.nova_mensagem .nova_mensagem_content .text_area_preview .item_message_content audio.media{height: 25px;}

.nova_mensagem .nova_mensagem_content .text_area_preview,
.nova_mensagem .text_area_preview #box-input, 
.nova_mensagem textarea {height:100%}

.mensagens_template .nova_mensagem_buttons{margin-bottom: 25px; display: flex; align-items: center; justify-content: space-between;}
.mensagens_template .modal_message_content .nova_mensagem_buttons{position: absolute; right: 15px; bottom: 0px;}

.mensagens_template .salvar,
.mensagens_template .cancelar{text-align: center; cursor: pointer;}

.mensagens_template .salvar{padding: 10px; border-radius: 25px;margin-left: 15px; background-color: #5BC690; color:#fff; }

.mensagens_template .cancelar, 
.mensagens_template .deletar{min-width: 75px; color:#E37672}

.mensagens_template .preview_messages{height: 100%;overflow: auto;}
.mensagens_template .modal_message_content.view #wrap_superdialog .indent-sdl{height: 75vh; padding-right: 0;}
.mensagens_template .modal_message_content.view .item_message{max-width: 80%;width: max-content; margin: 15px 15px 15px auto;box-shadow: 0px 3px 10px 0px #5f5f5f26;background: #f3f4f6;border-radius: 13px 13px;padding: 10px;}
.mensagens_template .modal_message_content.view .item_message img, video{max-width: 230px; border-radius: 13px;}
.mensagens_template .modal_message_content.view .item_message video{max-width: 260px;}
.mensagens_template .modal_message_content.view .item_message audio{height: 20px;}

.react-toast-notifications__container{max-height: fit-content !important; bottom: initial !important; top: 0;}

.mensagem_template_overlay{display: none;}
.mensagem_template_overlay.active{display: block; position: absolute; top: 0;left: 0;width: 100%;height: 100%;background: #00000099;}

.mensagem_template_overlay .alerta{display: flex;flex-direction: column; align-items: center;justify-content: center;height: 100%;color: #ffffff;font-weight: bold;font-size: 22px;}
.mensagem_template_overlay .alerta svg{margin: 15px 0; width: 25px; height: 25px;}
.mensagem_template_overlay .alerta svg path{fill:#fff}
.mensagem_template_overlay div p {max-width: 80%;}

.wrap-abracador{height:calc(100vh - 270px);}


#wrap_dialog .indent-dl .content-dialog { width: 100% !important;}




#phone-soft #wrap_dialog .indent-dl{
	display: flex; margin: auto; flex-direction: column; align-items: center; justify-content:flex-start; width: 513px; height: 347px; background: #FFFFFF; box-shadow: 0px 4px 23px #0000003f; border-radius: 36px;
}

#phone-soft .modal_tel .modal_tel__center{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 70px auto;
    gap: 60px;
}

#phone-soft .modal_tel .modal_tel__center .info-buttons{     
	display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 30px;
    border: none;
	margin: auto;
	max-width: 250px;
    width: 100%;}



#phone-soft .modal_tel .modal_tel__center .info-buttons .button-answer svg.jsx-651903344{width: 78px; height: 78px;}
#phone-soft .modal_tel .modal_tel__center .info-buttons .button-ignore {margin-right: 15px;}
#phone-soft .modal_tel .modal_tel__center .info-buttons .button-ignore svg.jsx-651903344{width: 49px; height: 49px;}
#phone-soft .modal_tel .modal_tel__center .info-buttons .button-answer button, #phone-soft .modal_tel .modal_tel__center .info-buttons .button-ignore button{border: none;}


#phone-soft .modal_tel .modal_tel__center .info-buttons .button-answer svg,
#phone-soft .modal_tel .modal_tel__center .info-buttons .button-ignore svg{border-radius: 100px;animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1); width: 100%;}
#phone-soft .modal_tel .modal_tel__center .info-buttons .button-answer svg{box-shadow: 0 0 0 0 rgb(44 102 246); }
@keyframes pulsing { to { box-shadow: 0 0 0 20px rgba(232, 76, 61, 0); }}







/* Video Phone */

.soft-video{ transition: all .3s;bottom: 10px;min-width: 170px; width: 28.68vw; }
.soft-video.active{transition: all .3s}

.soft-video .visible_user #box-select ul{top:-72px}
.soft-video .visible_user #box-select img{transform: translateY(-50%) rotate(-90deg)}
.soft-video .visible_user #box-select img.active{transform: translateY(-50%) rotate(90deg)}

.soft-video.call.disabled{color:red;cursor: no-drop;}
.soft-video.call.active .call-header{border-bottom: 3px solid transparent;color: white;}
.soft-video.call.active .call-header.missed-call{border-bottom-color: #EE8031;}
.soft-video.call.active .call-content .content-info{opacity: 1;}
.soft-video.call.active .call-content hr{opacity: 1;}

.soft-video .call-header, .soft-video .call-content{border-top: 3px solid #786BE6; background-color: white; padding:2px 0 2px 15px; box-shadow: 0px 4px 10px rgb(95 95 95 / 20%); font-family: 'Lato'; font-size: 14px; font-weight: 700;}

.soft-video .call-content{border-top: none}
.soft-video .call-content hr{opacity: 0; border: 1px solid #D4D4D4; margin: 0 0 2px 0; }
.soft-video.active .call-content hr{ margin: 10px 0; }
.soft-video .call-content .content-info{opacity: 0; height: 0;}
.soft-video .call-content .content-info .view-lead{cursor: pointer; padding-right: 20px; color: #5382f8}

.soft-video .call-content .content-info.active{transition: all .3s; opacity: 1; height: initial;}
.soft-video .call-content .content-info .buttons-control { display: flex; flex-direction: row; position: absolute; top: 73%; }
.soft-video .call-content .content-info .buttons-control:before { background: linear-gradient(-45deg, #000000 0%, #b000b3 100% );}

.soft-video .codigo {display: flex; justify-content: space-between; align-items: center;}
.soft-video .codigo button{padding: 0;}
.soft-video .codigo p{color: #9E9E9E;font-weight: 500; margin-right: 5px;}
.soft-video .codigo svg{width: 24px; height: 24px;}

.soft-video .status{display: flex; align-items: center;}
.soft-video .call-content .content-info .missedCall{background: #EE8031;color: white;padding: 8px 28px;border-radius: 50px;}

.soft-video .call-header,
.soft-video .call-content .content-status,
.soft-video .call-content .content-info,
.soft-video .call-content .info-buttons{ display: flex; align-items: center; justify-content: space-between;}

.soft-video .info-user{color:#2A2D33}
.soft-video .info-user .tag-user{color:#E7A747}
.soft-video .call-content .info-user p{padding-bottom: 6px;}

.soft-video .info-buttons{display: flex; gap: 10px;}

.soft-video .button-answer svg{width: 54px; height: 54px;}
.soft-video .button-ignore {margin-right: 15px;}
.soft-video .button-ignore svg{width: 34px; height: 34px;}

.soft-video .button-answer,
.soft-video .button-ignore{border-radius: 100px;animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);}
.soft-video .button-answer{box-shadow: 0 0 0 0 rgb(44 102 246);width: 62px;}
/* @keyframes pulsing { to { box-shadow: 0 0 0 20px rgba(232, 76, 61, 0); }} */
.soft-video .button-ignore.talking svg{width: 54px;height: 54px;transform: translateX(-15px);transition: all .5s;}
.soft-video .info-buttons .actions-talking svg{margin-bottom: 5px;}

#video-soft #wrap_dialog .indent-dl{
	display: flex; margin: auto; flex-direction: column; align-items: center; justify-content:flex-start; width: 513px; height: 347px; background: #FFFFFF; box-shadow: 0px 4px 23px #0000003f; border-radius: 36px;
}

#video-soft .modal_tel .modal_tel__center{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 70px auto;
    gap: 60px;
}

#video-soft .modal_tel .modal_tel__center .info-buttons{     
	display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 30px;
    border: none;
	margin: auto;
	max-width: 250px;
    width: 100%;}



#video-soft .modal_tel .modal_tel__center .info-buttons .button-answer svg.jsx-651903344{width: 78px; height: 78px;}
#video-soft .modal_tel .modal_tel__center .info-buttons .button-ignore {margin-right: 15px;}
#video-soft .modal_tel .modal_tel__center .info-buttons .button-ignore svg.jsx-651903344{width: 49px; height: 49px;}
#video-soft .modal_tel .modal_tel__center .info-buttons .button-answer button, #video-soft .modal_tel .modal_tel__center .info-buttons .button-ignore button{border: none;}


#video-soft .modal_tel .modal_tel__center .info-buttons .button-answer svg,
#video-soft .modal_tel .modal_tel__center .info-buttons .button-ignore svg{border-radius: 100px;animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1); width: 100%;}
#video-soft .modal_tel .modal_tel__center .info-buttons .button-answer svg{box-shadow: 0 0 0 0 rgb(44 102 246); }

/* Fim Video Phone */


.soft { background: #009847; overflow-x:scroll;}
.soft ul { display: flex; flex-direction: row; } 
.soft ul li:first-child { width: 50% } 
.soft .tab-content { background: #eee; }
.soft .tab-content .tab-pane { visibility: hidden }
.soft .tab-content .tab-pane.active { visibility: visible !important; }

*,
*:before,
*:after {
	box-sizing: border-box;
}

.icon {
	font-family: 'Material Icons', serif;
	font-style: normal;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	text-rendering: optimizeLegibility;
	font-feature-settings: 'liga';
}

/* GENERAL */
header {
	display: block;
	width: 100%;
	padding: 1.75em 0;
	border-bottom: 1px solid lightgray;
	background: white;
}

/* GRID */
.row {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	height: 33px;
}

.row-middle {
	align-items: center;
}

.column {
	flex-grow: 1;
	flex-basis: 0;
	max-width: 100%;
}

.col-center {
	display: flex;
	justify-content: center;
	color: #35587A;
}


.col-end {
	width: 20px;
	margin-right: 20px;
}

/* Calendar */
	#calendarAgto.calendarAgto  {
			position: relative;
			margin-top: 10px;
			overflow-y: scroll;
			padding: 15px 0 0 20px;
}


#calendarAgto.calendarAgto h1 {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	margin-left: 10px;
	color: #000000;
	text-align: start;
	width: 96%;
}
#calendar {	width: 350px !important; height: 230px !important; }
/* #ca { display: flex; flex-direction: column; gap: 20px; margin-top: 10px; padding: 0 20px; width: 100%; max-width: 500px; }
#ca .calendar {	display: block;	position: relative;	width: 100%; background: white; box-shadow: 0px 3.2px 7.2px -3.2px #8A89F4; border-radius: 8px; min-height: 260px; }
#ca .calendar .row { height: 32px; justify-content: center; }
#ca .calendar .title { width: 100%;	background: #fff; padding: 5px 10px; border-top: 3px solid #786BE6; border-radius: 5px 5px 0 0; }
#ca .calendar .title span {	font-size: 14px; color: black; font-weight: lighter; }
#ca .calendar .header {	text-transform: uppercase;	font-weight: 700; color: #000;	font-size: 80%;	padding: 0.5em 0; background: #FFF; }
#ca .calendar .header span { color: black; } 
#ca .calendar .header .icon { cursor: pointer; transition: .15s ease-out; color: black; transform: scale(1.75); }
#ca .calendar .header .icon:first-of-type {	margin-left: 1em;}
#ca .calendar .header .icon:last-of-type { margin-right: 1em; }
#ca .calendar .days { text-transform: uppercase; font-weight: 400; color: gray; font-size: 70%; padding: .75em 0; border-bottom: 1px solid lightgray; }
#ca .calendar .body .cell { position: relative; overflow: hidden; cursor: pointer; transition:none; flex-grow: 0; width: 14%; }
#ca .calendar .body .row:last-child { border-bottom: none; }
#ca .calendar .body .cell:last-child { border-right: none; }
#ca .calendar .body .cell .number { position: absolute; font-size: 82.5%; line-height: 1; top: 50%; right: 50%; font-weight: 300; color: #35587A; z-index: 9; transform: translate(-50%, -50%); }
#ca .calendar .body .cell.disabled .number { color: #adbcc9; }
#ca .calendar .body .selected .number {	visibility: hidden; }
#ca .calendar .body .disabled { color: lightgray; pointer-events: none; }
#ca .calendar .body .cell .bg {	font-weight: 700; line-height: 1; font-size: 82.5%;	position: absolute;	left: 50%; top: 50%; transform: translate(-50%, -50%); letter-spacing: -.07em; z-index: 9; }
#ca .calendar .body .cell.selected:after { z-index: 1; border-radius: 50%; content: ''; position: absolute;	top: 0;	left: 0; width: 100%; height: 100%;	background: #35587A; clip-path: circle(); }
#ca .calendar .bullet {	display: flex;	background-color: #00CE7F;    border-radius: 50%; height: 13px; width: 13px; right: 12px; color: #fff; font-size: 11px; align-items: center; justify-content: center; }
#ca .box__button button.box__button--primary { height: 16px; }
#ca .box__button button.box__button--primary.botao { height: 36px; }
#ca .calendar .body .column.cell:hover,
#ca .calendar .body .column:hover,
#ca .calendar .body .cell:hover,
#ca .calendar .body .column.cell.disabled:hover, 
#ca .calendar .body:hover, 
#ca .calendar .body .bg:hover,
#ca .calendar .body .number:hover { background: transparent !important; background-color: transparent !important; opacity: 1 !important; color: #ff7482 !important; } */

#calendarAgto .search-calendar3 {
	width: 96%;
    margin: 30px auto;
}
#calendarAgto .search-calendar3 .header_input {
	display: flex;
	gap: 0 20px;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
}
#calendarAgto .search-calendar3 .header_input {
	position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    gap: 5px;
    flex-direction: row;
}
#calendarAgto #box-input input.standard {
    border: 0;
    border-bottom: 2px solid #c4c4c4;
    padding: 5px 0;
}
#calendarAgto #box-input .wrap-error-validation {
    height: 0px;
    margin: 0;
    display: none;
}

.panelHeader.header-colum.calendar3 {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
}

.box__button button.box__button--center {
    justify-content: center;
	height: 20px;

}

#ca .panelSearch-Calendar3_header { display: flex; gap: 0 20px;	align-items: center; width: 100%; }
#ca .panelSearch-Calendar3_header .header_input { position: relative; display: flex; align-items: center; width: 100%; }
#ca .panelSearch-Calendar3_header .header_input button { position: absolute; left: 0; z-index: 2; }
#ca .panelSearch-Calendar3_header .header_input #box-input label.default { top: 49% }
#ca .panelSearch-Calendar3_header .header_input #box-input label.active { top: 0 }
#ca .panelSearch-Calendar3_header .header_input #box-input label, #box-input label.active {	color: #9E9E9E; }
#ca .panelSearch-Calendar3_header .header_input #box-input input { font-size: 17px; padding-left: 0 !important; }
#ca .panelSearch-Calendar3_header .wrap-error-validation { display: none; }
#ca .panelSearch-Calendar3 .clearSearch { position: absolute; top: 15px; right: 20px; }
#ca .panelSearch-Calendar3 .clearSearch_button { width: 15px; height: 15px; cursor: pointer; background: transparent !important; color: black !important; border: none; border-radius: initial; }
#ca .panelSearch-Calendar3 .searchGlobal_result * {	color: initial; }
#ca .panelSearch-Calendar3 .searchGlobal_result_header { padding: 25px 0; display: flex; align-items: flex-end; }
#ca .panelSearch-Calendar3 .searchGlobal_result_header hr { height: 1px; width: 100%; }
#ca .panelSearch-Calendar3 .searchGlobal_result .searchGlobal_result_title { font-weight: bold; font-size: 15px; line-height: 22px;	color: #2A2D33; }
#ca .panelSearch-Calendar3 .searchGlobal_result_leads {	height: calc(100% - 70px); }

#calendarAgto .search-calendar3 .lead {
	border-radius: 8px;
	margin-bottom: 5px;
	width: 97%;
	border-bottom: 1px solid #D4D4D4;
	padding: 10px 15px 10px 15px;
	display: grid;
	gap: 15px;
	grid-template-columns: 1fr 3fr 3fr;
}

#calendarAgto .search-calendar3 .lead.disabled * {
	cursor: initial;
	opacity: 0.8;
	user-select: none;
}

#calendarAgto .search-calendar3 .lead:hover {
	background: #f1f1f1;
}


#calendarAgto .search-calendar3 .lead .lead_avatar * {
	color: white
}

#calendarAgto .search-calendar3 .lead .lead_avatar {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #5BC690;
	border-radius: 50px;
	width: 50px;
	height: 50px;
	border: 2px solid #EC79AD;
}

#calendarAgto .search-calendar3 .lead .lead_about {
	display: flex;
	flex-direction: column;
}

#calendarAgto .search-calendar3 .lead .lead_about h3 {
	color: #2A2D33;
	font-size: 14px;
}

#calendarAgto .search-calendar3 .lead .lead_about span {
	color: #5BC690;
	font-size: 13px;
}

#calendarAgto .search-calendar3 .lead .lead_about * {
	padding-bottom: 5px;
}

#calendarAgto .search-calendar3 .lead .lead_about button {
	padding: 0;
}

#calendarAgto .search-calendar3 .lead .lead_about .red {
	color: red;
}

#calendarAgto .search-calendar3 .lead .lead_about .allocation {
	padding-bottom: 0;
	display: flex;
	align-items: center;
}

#calendarAgto .search-calendar3 .lead .lead_about .allocation p {
	padding-left: 6px;
	font-size: 12px;
}

#calendarAgto .search-calendar3 .lead .lead_about .allocation p {
	padding-left: 6px;
	font-size: 12px;
}

#calendarAgto .search-calendar3 .lead .lead_contact * {
	color: #303030;
	padding-bottom: 5px;
}

#calendarAgto .search-calendar3 .lead .lead_contact p {
	font-size: 12px;
}

.horizontal_tab { display: inline-block; -webkit-font-smoothing: antialiased;}
.horizontal__tab__nav__item { font-family: inherit; font-size: 0.85rem; font-weight: 500; cursor: pointer; padding: 5px 10px; width: 180px; border: 1px solid #5d78f6; color: #5d78f6; }
.horizontal__tab__nav__item { background-position: center; border-top-left-radius: 3px; border-top-right-radius: 3px; height: 26px;}
.horizontal__tab__nav__item:hover { background-image: radial-gradient(circle, transparent 1%, #cddae4 1%); background-position: center; background-size: 15000%;}
.horizontal__tab__nav__item.active { background-color: #5D78F6 !important; color: white; }
.horizontal__icon__nav__item { font-size: 12px; margin: 1px 3px 0 2px; color: #5D78F6; }
.horizontal__icon__nav__item.active { background-color: #5D78F6 !important; color: white; }
.horizontal_tab__nav { display: flex; }
.horizontal_tab--side { display: inline-flex; flex-direction: row; }
.horizontal_tab--side .horizontal_tab__nav { flex-direction: column; border-bottom: none; gap: 3px; }
.horizontal_tab--side .horizontal__tab__nav__item.active { background-color: #cf52e0; color: white; }
.horizontal_tab__content .tab { display: none }
.horizontal_tab__content .tab_active { display: block; }


.button_simple { padding: 2px; font-size: 11px; color: #5D78F6; border: 0; cursor: pointer;}


.labelTitle {
	font-size: 12px;
	font-weight: 800;
	color: #333;
	padding-left: 16px;
}


.wrapIcons {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

.ia {
	background: #ff7100;
	color: white !important;
	padding: 2px 5px;
	border-radius: 5px;
	font-size: 11px;
	font-weight: bold;
}

/* Editable List */
.editable-list {
	display: grid;
	background: #fff;
	border-radius: 8px;
	/* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
	overflow: hidden;
	font-family: 'Lato', 'Helvetica', 'Arial', sans-serif;
	padding:0; border-bottom:0;    border-top: 3px solid #786BE6;
    border-radius: 6px 6px 0px 0px;
    background: #FFFFFF;
  }
  
  /* Insert Section Styles */
  .insert-section {
	border-bottom: 1px solid #e9ecef;
	background: #f8f9fa;
  }
  
  .add-button-container {
	display: flex;
	justify-content: flex-end;
  }
  
  .add-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border: none;
	border-radius: 8px;
	background: var(--default, #00c78b);
	color: white;
	font-size: 17px;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.2s ease;
	box-shadow: 0 2px 4px rgba(30, 136, 229, 0.2);
  }
  
  .add-btn:hover {
	background: var(--default-light, #70b1ec);
	transform: translateY(-1px);
	box-shadow: 0 4px 8px rgba(30, 136, 229, 0.3);
  }
  
  .add-btn:active {
	transform: translateY(0);
	box-shadow: 0 2px 4px rgba(30, 136, 229, 0.2);
  }
  
  .insert-form {
	display: flex;
	gap: 12px;
	align-items: flex-end;
  }
  
  .form-fields {
	display: flex;
	gap: 10px;
	flex: 1;
  }
  
  .insert-input {
	flex: 1;
	padding: 5px 10px;
	border: 2px solid #e9ecef;
	border-radius: 6px;
	font-size: 14px;
	font-family: inherit;
	background: #fff;
	height: 34px;
	transition: border-color 0.2s ease;
  }
  
  .insert-input:focus {
	outline: none;
	border-color: var(--default, #1e88e5);
	box-shadow: 0 0 0 3px rgba(30, 136, 229, 0.1);
  }
  
  .insert-input::placeholder {
	color: #6c757d;
  }
  
  .form-actions {
	display: flex;
	gap: 8px;
  }
  
  .action-btn:disabled {
	opacity: 0.5;
	cursor: not-allowed;
  }
  
  .action-btn:disabled:hover {
	background: transparent;
	transform: none;
  }
  
  .editable-list-header {
	display: grid;
	grid-template-columns: 1fr 2fr 120px;
	gap: 16px;
	border-bottom: 1px solid #e9ecef;
	font-weight: 600;
	color: #495057;
	font-size: 12px;
	padding: 0 16px;
	height: 34px;
  }
  
  .header-key,
  .header-value,
  .header-actions {
	display: flex;
	align-items: center;
  }
  
  .header-actions {
	justify-content: center;
  }
  
  .editable-list-body {
	max-height: 300px;
	overflow-y: auto;
  }
  
  .editable-list-item {
	display: grid;
	grid-template-columns: 1fr 2fr 120px;
	gap: 16px;
	padding: 4px 16px;
	border-bottom: 1px solid #f1f3f4;
	transition: background-color 0.2s ease;
	align-items: center;
	position: relative;
  }
  
  .editable-list-item:hover {
	background-color: #f8f9fa;
  }
  
  .editable-list-item:last-child {
	border-bottom: none;
  }
  
  .item-key {
	display: flex;
	align-items: center;
  }
  
  .key-text {
	color: #495057;
	font-weight: 500;
	font-size: 12px;
	word-break: break-word;
  }
  
  .item-value {
	display: flex;
	align-items: center;
	min-height: 32px;
  }
  
  .value-text {
	color: #212529;
	font-size: 12px;
	word-break: break-word;
	line-height: 1.2;
  }
  
  .edit-input {
	width: 100%;
	padding: 5px 12px;
	border: 2px solid var(--default, #1e88e5);
	border-radius: 4px;
	font-size: 14px;
	font-family: inherit;
	background: #fff;
	transition: border-color 0.2s ease;
  }
  
  .edit-input:focus {
	outline: none;
	border-color: var(--default-light, #70b1ec);
	box-shadow: 0 0 0 3px rgba(30, 136, 229, 0.1);
  }
  
  .item-actions {
	display: flex;
  }
  
  .view-actions,
  .edit-actions {
	display: flex;
  }
  
  .action-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 28px;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	transition: all 0.2s ease;
	background: transparent;
  }
  
  .action-btn img {
	width: 16px;
	height: 16px;
	filter: brightness(0) saturate(100%) invert(44%) sepia(8%) saturate(878%) hue-rotate(201deg) brightness(92%) contrast(86%);
  }
  
  .edit-btn:hover {
	background-color: #e3f2fd;
  }
  
  .edit-btn:hover img {
	filter: brightness(0) saturate(100%) invert(27%) sepia(98%) saturate(1807%) hue-rotate(204deg) brightness(91%) contrast(88%);
  }
  
  .delete-btn:hover {
	background-color: #ffebee;
  }
  
  .delete-btn:hover img {
	filter: brightness(0) saturate(100%) invert(19%) sepia(94%) saturate(7151%) hue-rotate(352deg) brightness(98%) contrast(118%);
  }
  
  .save-btn:hover {
	background-color: #e8f5e8;
  }
  
  .save-btn:hover img {
	filter: brightness(0) saturate(100%) invert(34%) sepia(98%) saturate(2045%) hue-rotate(88deg) brightness(96%) contrast(106%);
  }
  
  .cancel-btn:hover {
	background-color: #ffebee;
  }
  
  .cancel-btn:hover img {
	filter: brightness(0) saturate(100%) invert(44%) sepia(8%) saturate(878%) hue-rotate(201deg) brightness(72%) contrast(86%);
  }
  
  .action-btn:active {
	transform: scale(0.95);
  }
  
  .empty-state {
	padding: 40px 16px;
	text-align: center;
	color: var(--gray, #7688a1);
	font-style: italic;
	font-size: 12px;
  }
  
  
  .wrapper-value-text {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	position: relative;
  }
  
  /* Responsividade */
  @media (max-width: 768px) {
	.insert-section {
	  padding: 12px;
	}
	
	.insert-form {
	  flex-direction: column;
	  gap: 12px;
	  align-items: stretch;
	}
	
	.form-fields {
	  flex-direction: column;
	  gap: 8px;
	}
	
	.form-actions {
	  justify-content: flex-end;
	}
	
	.editable-list-header,
	.editable-list-item {
	  grid-template-columns: 1fr 1.5fr 100px;
	  gap: 12px;
	  padding: 12px;
	  
	}
	
	.header-key,
	.header-value,
	.key-text,
	.value-text {
	  font-size: 12px;
	}
	
	.action-btn {
	  width: 28px;
	  height: 28px;
	}
	
	.action-btn img {
	  width: 14px;
	  height: 14px;
	}
	
	.view-actions,
	.edit-actions {
	  gap: 6px;
	}
  }
  
  @media (max-width: 480px) {
	.editable-list-header {
	  display: none;
	}
	
	.editable-list-item {
	  grid-template-columns: 1fr;
	  gap: 8px;
	  padding: 16px 12px;
	  border-radius: 6px;
	  margin: 0 8px 8px 8px;
	  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	}
	
	.item-key::before {
	  content: "Chave: ";
	  font-weight: 600;
	  color: var(--gray, #7688a1);
	  margin-right: 8px;
	}
	
	.item-value::before {
	  content: "Valor: ";
	  font-weight: 600;
	  color: var(--gray, #7688a1);
	  margin-right: 8px;
	}
	
	.item-actions {
	  justify-content: flex-end;
	  padding-top: 8px;
	  border-top: 1px solid #f1f3f4;
	}
  
	.display-block {
	  display: block !important;
	}
  
	.display-none {
	  display: none;
	}
  }
  
  /* End Editable List */
  
  
:root {
	--default: #1e88e5;
	--default-light: #70b1ec;
	--pale: #E4E9F2;
	--gray: #7688a1;
}

.calendar-tile {cursor: pointer; overflow: visible !important; border-right: 1px solid #ccc; border-top: 1px solid #ccc; display: flex; justify-content: flex-start; align-items: center; flex-direction: column; padding: 3px 0; position: relative;}
.calendar-tile:nth-child(7n) {border-right: 0;}
.calendar-tile:hover {background: #f6f6f6;}
.calendar-tile.today {position: relative;}
.calendar-tile.today:after {content: ''; position: absolute; width: 100%; height: 3px; bottom: 0; left: 0; background: var(--default);}
.calendar-tile.out {color: #aaa;}
.calendar-tile .wrapTile {}
.calendar-tile .wrapTile .tile {}
.calendar-tile .wrapTile .tile small {position: absolute; bottom: 3px; width: 100%; left: 0;}

.plus-more {color: var(--default); float: left; cursor: pointer; margin: 4% 0 0 2%;}
.plus-more:hover {opacity: 0.85;}

.week-day-headers {margin: 0; color: var(--gray);}

.MuiCard-root-1 {overflow: visible !important;}

.single-day-event,
.placeholder-event,
.multi-day-event {text-align: left; margin: 2% 10px 0 2px; overflow-x: hidden; overflow-y: hidden; cursor: pointer;}
.single-day-event:hover,
.placeholder-event:hover,
.multi-day-event:hover {opacity: 0.95;}

.multi-day-event {position: relative !important; overflow: hidden; text-overflow: ellipsis;}
.placeholder-event {visibility: hidden;}

.event-text {display: flex; align-items: center; height: 100%; float: left; overflow-x: hidden; overflow-y: hidden; white-space: nowrap; margin: auto 5px; color: white;}
.event-continues-arrow {align-items: center; flex-direction: row; height: 100%; width: 15px; margin: auto 5px; color: white; float: right; overflow-y: hidden;}
.calendar-container {height: 100%; width: 100%; text-align: center;}
.menu-calendar-container {display: flex; flex-direction: row; width: 100%;}
.calendar-tile-container {width: 100%; height: 100%; display: grid; grid-template-columns: repeat(7, 1fr);}
.mini-event {width: 20px; height: 20px; border-radius: 50%; line-height: 19px; background: var(--default); color: #fff; position: absolute; bottom: 7px;}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  margin-left: -8px;
  position: absolute;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  border-top: none;
  border-bottom-color: #f0f0f0;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  border-bottom: none;
  border-top-color: #fff;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
}

.react-datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}

.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}

.react-datepicker--time-only .react-datepicker__time {
  border-radius: 0.3rem;
}

.react-datepicker--time-only .react-datepicker__time-box {
  border-radius: 0.3rem;
}

.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

.react-datepicker-popper {
  z-index: 1;
}

.react-datepicker-popper[data-placement^="bottom"] {
  margin-top: 10px;
}

.react-datepicker-popper[data-placement="bottom-end"] .react-datepicker__triangle, .react-datepicker-popper[data-placement="top-end"] .react-datepicker__triangle {
  left: auto;
  right: 50px;
}

.react-datepicker-popper[data-placement^="top"] {
  margin-bottom: 10px;
}

.react-datepicker-popper[data-placement^="right"] {
  margin-left: 8px;
}

.react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}

.react-datepicker-popper[data-placement^="left"] {
  margin-right: 8px;
}

.react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  padding-top: 8px;
  position: relative;
}

.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  background: none;
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  padding: 0;
  border: 0.45rem solid transparent;
  z-index: 1;
  height: 10px;
  width: 10px;
  text-indent: -999em;
  overflow: hidden;
}

.react-datepicker__navigation--previous {
  left: 10px;
  border-right-color: #ccc;
}

.react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

.react-datepicker__navigation--previous--disabled, .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__navigation--next {
  right: 10px;
  border-left-color: #ccc;
}

.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 80px;
}

.react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

.react-datepicker__navigation--next--disabled, .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__navigation--years-previous {
  top: 4px;
  border-top-color: #ccc;
}

.react-datepicker__navigation--years-previous:hover {
  border-top-color: #b3b3b3;
}

.react-datepicker__navigation--years-upcoming {
  top: -4px;
  border-bottom-color: #ccc;
}

.react-datepicker__navigation--years-upcoming:hover {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__year-container {
  margin: 0.4rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}

.react-datepicker__year-container-text {
  display: inline-block;
  cursor: pointer;
  flex: 1 0 30%;
  width: 12px;
  padding: 2px;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}

.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}

.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: 85px;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"] {
  -moz-appearance: textfield;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px;
}

.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -72px;
  top: 0;
}

.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + (1.7rem / 2));
  overflow-y: scroll;
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
  box-sizing: content-box;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__month--selected, .react-datepicker__month--in-selecting-range, .react-datepicker__month--in-range,
.react-datepicker__quarter--selected,
.react-datepicker__quarter--in-selecting-range,
.react-datepicker__quarter--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}

.react-datepicker__month--selected:hover, .react-datepicker__month--in-selecting-range:hover, .react-datepicker__month--in-range:hover,
.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter--in-selecting-range:hover,
.react-datepicker__quarter--in-range:hover {
  background-color: #1d5d90;
}

.react-datepicker__month--disabled,
.react-datepicker__quarter--disabled {
  color: #ccc;
  pointer-events: none;
}

.react-datepicker__month--disabled:hover,
.react-datepicker__quarter--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text {
  cursor: pointer;
}

.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today {
  font-weight: bold;
}

.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}

.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover,
.react-datepicker__quarter-text--highlighted:hover {
  background-color: #32be3f;
}

.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1 {
  color: magenta;
}

.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2 {
  color: green;
}

.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}

.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--in-range:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff;
}

.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--in-selecting-range ,
.react-datepicker__month-text--in-selecting-range ,
.react-datepicker__quarter-text--in-selecting-range {
  background-color: rgba(33, 107, 165, 0.5);
}

.react-datepicker__month--selecting-range .react-datepicker__day--in-range , .react-datepicker__month--selecting-range
.react-datepicker__month-text--in-range , .react-datepicker__month--selecting-range
.react-datepicker__quarter-text--in-range {
  background-color: #f0f0f0;
  color: #000;
}

.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled {
  cursor: default;
  color: #ccc;
}

.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover,
.react-datepicker__quarter-text--disabled:hover {
  background-color: transparent;
}

.react-datepicker__month-text.react-datepicker__month--selected:hover, .react-datepicker__month-text.react-datepicker__month--in-range:hover, .react-datepicker__month-text.react-datepicker__quarter--selected:hover, .react-datepicker__month-text.react-datepicker__quarter--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__month--selected:hover,
.react-datepicker__quarter-text.react-datepicker__month--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover {
  background-color: #216ba5;
}

.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover {
  background-color: #f0f0f0;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
}

.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}

.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  border-top-color: #ccc;
  float: right;
  margin-left: 20px;
  top: 8px;
  position: relative;
  border-width: 0.45rem;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}

.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}

.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0px 6px 0px 0px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "\D7";
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}

.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}

@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}

.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__portal .react-datepicker__navigation {
  border: 0.81rem solid transparent;
}

.react-datepicker__portal .react-datepicker__navigation--previous {
  border-right-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

.react-datepicker__portal .react-datepicker__navigation--previous--disabled, .react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__portal .react-datepicker__navigation--next {
  border-left-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

.react-datepicker__portal .react-datepicker__navigation--next--disabled, .react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}

.react-tel-input{font-family:'Roboto',sans-serif;font-size:15px;position:relative;width:100%}.react-tel-input :disabled{cursor:not-allowed}.react-tel-input .flag{width:16px;height:11px;background-image:url(data:image/png;base64,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)}.react-tel-input .ad{background-position:-16px 0}.react-tel-input .ae{background-position:-32px 0}.react-tel-input .af{background-position:-48px 0}.react-tel-input .ag{background-position:-64px 0}.react-tel-input .ai{background-position:-80px 0}.react-tel-input .al{background-position:-96px 0}.react-tel-input .am{background-position:-112px 0}.react-tel-input .ao{background-position:-128px 0}.react-tel-input .ar{background-position:-144px 0}.react-tel-input .as{background-position:-160px 0}.react-tel-input .at{background-position:-176px 0}.react-tel-input .au{background-position:-192px 0}.react-tel-input .aw{background-position:-208px 0}.react-tel-input .az{background-position:-224px 0}.react-tel-input .ba{background-position:-240px 0}.react-tel-input .bb{background-position:0 -11px}.react-tel-input .bd{background-position:-16px -11px}.react-tel-input .be{background-position:-32px -11px}.react-tel-input .bf{background-position:-48px -11px}.react-tel-input .bg{background-position:-64px -11px}.react-tel-input .bh{background-position:-80px -11px}.react-tel-input .bi{background-position:-96px -11px}.react-tel-input .bj{background-position:-112px -11px}.react-tel-input .bm{background-position:-128px -11px}.react-tel-input .bn{background-position:-144px -11px}.react-tel-input .bo{background-position:-160px -11px}.react-tel-input .br{background-position:-176px -11px}.react-tel-input .bs{background-position:-192px -11px}.react-tel-input .bt{background-position:-208px -11px}.react-tel-input .bw{background-position:-224px -11px}.react-tel-input .by{background-position:-240px -11px}.react-tel-input .bz{background-position:0 -22px}.react-tel-input .ca{background-position:-16px -22px}.react-tel-input .cd{background-position:-32px -22px}.react-tel-input .cf{background-position:-48px -22px}.react-tel-input .cg{background-position:-64px -22px}.react-tel-input .ch{background-position:-80px -22px}.react-tel-input .ci{background-position:-96px -22px}.react-tel-input .ck{background-position:-112px -22px}.react-tel-input .cl{background-position:-128px -22px}.react-tel-input .cm{background-position:-144px -22px}.react-tel-input .cn{background-position:-160px -22px}.react-tel-input .co{background-position:-176px -22px}.react-tel-input .cr{background-position:-192px -22px}.react-tel-input .cu{background-position:-208px -22px}.react-tel-input .cv{background-position:-224px -22px}.react-tel-input .cw{background-position:-240px -22px}.react-tel-input .cy{background-position:0 -33px}.react-tel-input .cz{background-position:-16px -33px}.react-tel-input .de{background-position:-32px -33px}.react-tel-input .dj{background-position:-48px -33px}.react-tel-input .dk{background-position:-64px -33px}.react-tel-input .dm{background-position:-80px -33px}.react-tel-input .do{background-position:-96px -33px}.react-tel-input .dz{background-position:-112px -33px}.react-tel-input .ec{background-position:-128px -33px}.react-tel-input .ee{background-position:-144px -33px}.react-tel-input .eg{background-position:-160px -33px}.react-tel-input .er{background-position:-176px -33px}.react-tel-input .es{background-position:-192px -33px}.react-tel-input .et{background-position:-208px -33px}.react-tel-input .fi{background-position:-224px -33px}.react-tel-input .fj{background-position:-240px -33px}.react-tel-input .fk{background-position:0 -44px}.react-tel-input .fm{background-position:-16px -44px}.react-tel-input .fo{background-position:-32px -44px}.react-tel-input .fr,.react-tel-input .bl,.react-tel-input .mf{background-position:-48px -44px}.react-tel-input .ga{background-position:-64px -44px}.react-tel-input .gb{background-position:-80px -44px}.react-tel-input .gd{background-position:-96px -44px}.react-tel-input .ge{background-position:-112px -44px}.react-tel-input .gf{background-position:-128px -44px}.react-tel-input .gh{background-position:-144px -44px}.react-tel-input .gi{background-position:-160px -44px}.react-tel-input .gl{background-position:-176px -44px}.react-tel-input .gm{background-position:-192px -44px}.react-tel-input .gn{background-position:-208px -44px}.react-tel-input .gp{background-position:-224px -44px}.react-tel-input .gq{background-position:-240px -44px}.react-tel-input .gr{background-position:0 -55px}.react-tel-input .gt{background-position:-16px -55px}.react-tel-input .gu{background-position:-32px -55px}.react-tel-input .gw{background-position:-48px -55px}.react-tel-input .gy{background-position:-64px -55px}.react-tel-input .hk{background-position:-80px -55px}.react-tel-input .hn{background-position:-96px -55px}.react-tel-input .hr{background-position:-112px -55px}.react-tel-input .ht{background-position:-128px -55px}.react-tel-input .hu{background-position:-144px -55px}.react-tel-input .id{background-position:-160px -55px}.react-tel-input .ie{background-position:-176px -55px}.react-tel-input .il{background-position:-192px -55px}.react-tel-input .in{background-position:-208px -55px}.react-tel-input .io{background-position:-224px -55px}.react-tel-input .iq{background-position:-240px -55px}.react-tel-input .ir{background-position:0 -66px}.react-tel-input .is{background-position:-16px -66px}.react-tel-input .it{background-position:-32px -66px}.react-tel-input .je{background-position:-144px -154px}.react-tel-input .jm{background-position:-48px -66px}.react-tel-input .jo{background-position:-64px -66px}.react-tel-input .jp{background-position:-80px -66px}.react-tel-input .ke{background-position:-96px -66px}.react-tel-input .kg{background-position:-112px -66px}.react-tel-input .kh{background-position:-128px -66px}.react-tel-input .ki{background-position:-144px -66px}.react-tel-input .xk{background-position:-128px -154px}.react-tel-input .km{background-position:-160px -66px}.react-tel-input .kn{background-position:-176px -66px}.react-tel-input .kp{background-position:-192px -66px}.react-tel-input .kr{background-position:-208px -66px}.react-tel-input .kw{background-position:-224px -66px}.react-tel-input .ky{background-position:-240px -66px}.react-tel-input .kz{background-position:0 -77px}.react-tel-input .la{background-position:-16px -77px}.react-tel-input .lb{background-position:-32px -77px}.react-tel-input .lc{background-position:-48px -77px}.react-tel-input .li{background-position:-64px -77px}.react-tel-input .lk{background-position:-80px -77px}.react-tel-input .lr{background-position:-96px -77px}.react-tel-input .ls{background-position:-112px -77px}.react-tel-input .lt{background-position:-128px -77px}.react-tel-input .lu{background-position:-144px -77px}.react-tel-input .lv{background-position:-160px -77px}.react-tel-input .ly{background-position:-176px -77px}.react-tel-input .ma{background-position:-192px -77px}.react-tel-input .mc{background-position:-208px -77px}.react-tel-input .md{background-position:-224px -77px}.react-tel-input .me{background-position:-112px -154px;height:12px}.react-tel-input .mg{background-position:0 -88px}.react-tel-input .mh{background-position:-16px -88px}.react-tel-input .mk{background-position:-32px -88px}.react-tel-input .ml{background-position:-48px -88px}.react-tel-input .mm{background-position:-64px -88px}.react-tel-input .mn{background-position:-80px -88px}.react-tel-input .mo{background-position:-96px -88px}.react-tel-input .mp{background-position:-112px -88px}.react-tel-input .mq{background-position:-128px -88px}.react-tel-input .mr{background-position:-144px -88px}.react-tel-input .ms{background-position:-160px -88px}.react-tel-input .mt{background-position:-176px -88px}.react-tel-input .mu{background-position:-192px -88px}.react-tel-input .mv{background-position:-208px -88px}.react-tel-input .mw{background-position:-224px -88px}.react-tel-input .mx{background-position:-240px -88px}.react-tel-input .my{background-position:0 -99px}.react-tel-input .mz{background-position:-16px -99px}.react-tel-input .na{background-position:-32px -99px}.react-tel-input .nc{background-position:-48px -99px}.react-tel-input .ne{background-position:-64px -99px}.react-tel-input .nf{background-position:-80px -99px}.react-tel-input .ng{background-position:-96px -99px}.react-tel-input .ni{background-position:-112px -99px}.react-tel-input .nl,.react-tel-input .bq{background-position:-128px -99px}.react-tel-input .no{background-position:-144px -99px}.react-tel-input .np{background-position:-160px -99px}.react-tel-input .nr{background-position:-176px -99px}.react-tel-input .nu{background-position:-192px -99px}.react-tel-input .nz{background-position:-208px -99px}.react-tel-input .om{background-position:-224px -99px}.react-tel-input .pa{background-position:-240px -99px}.react-tel-input .pe{background-position:0 -110px}.react-tel-input .pf{background-position:-16px -110px}.react-tel-input .pg{background-position:-32px -110px}.react-tel-input .ph{background-position:-48px -110px}.react-tel-input .pk{background-position:-64px -110px}.react-tel-input .pl{background-position:-80px -110px}.react-tel-input .pm{background-position:-96px -110px}.react-tel-input .pr{background-position:-112px -110px}.react-tel-input .ps{background-position:-128px -110px}.react-tel-input .pt{background-position:-144px -110px}.react-tel-input .pw{background-position:-160px -110px}.react-tel-input .py{background-position:-176px -110px}.react-tel-input .qa{background-position:-192px -110px}.react-tel-input .re{background-position:-208px -110px}.react-tel-input .ro{background-position:-224px -110px}.react-tel-input .rs{background-position:-240px -110px}.react-tel-input .ru{background-position:0 -121px}.react-tel-input .rw{background-position:-16px -121px}.react-tel-input .sa{background-position:-32px -121px}.react-tel-input .sb{background-position:-48px -121px}.react-tel-input .sc{background-position:-64px -121px}.react-tel-input .sd{background-position:-80px -121px}.react-tel-input .se{background-position:-96px -121px}.react-tel-input .sg{background-position:-112px -121px}.react-tel-input .sh{background-position:-128px -121px}.react-tel-input .si{background-position:-144px -121px}.react-tel-input .sk{background-position:-160px -121px}.react-tel-input .sl{background-position:-176px -121px}.react-tel-input .sm{background-position:-192px -121px}.react-tel-input .sn{background-position:-208px -121px}.react-tel-input .so{background-position:-224px -121px}.react-tel-input .sr{background-position:-240px -121px}.react-tel-input .ss{background-position:0 -132px}.react-tel-input .st{background-position:-16px -132px}.react-tel-input .sv{background-position:-32px -132px}.react-tel-input .sx{background-position:-48px -132px}.react-tel-input .sy{background-position:-64px -132px}.react-tel-input .sz{background-position:-80px -132px}.react-tel-input .tc{background-position:-96px -132px}.react-tel-input .td{background-position:-112px -132px}.react-tel-input .tg{background-position:-128px -132px}.react-tel-input .th{background-position:-144px -132px}.react-tel-input .tj{background-position:-160px -132px}.react-tel-input .tk{background-position:-176px -132px}.react-tel-input .tl{background-position:-192px -132px}.react-tel-input .tm{background-position:-208px -132px}.react-tel-input .tn{background-position:-224px -132px}.react-tel-input .to{background-position:-240px -132px}.react-tel-input .tr{background-position:0 -143px}.react-tel-input .tt{background-position:-16px -143px}.react-tel-input .tv{background-position:-32px -143px}.react-tel-input .tw{background-position:-48px -143px}.react-tel-input .tz{background-position:-64px -143px}.react-tel-input .ua{background-position:-80px -143px}.react-tel-input .ug{background-position:-96px -143px}.react-tel-input .us{background-position:-112px -143px}.react-tel-input .uy{background-position:-128px -143px}.react-tel-input .uz{background-position:-144px -143px}.react-tel-input .va{background-position:-160px -143px}.react-tel-input .vc{background-position:-176px -143px}.react-tel-input .ve{background-position:-192px -143px}.react-tel-input .vg{background-position:-208px -143px}.react-tel-input .vi{background-position:-224px -143px}.react-tel-input .vn{background-position:-240px -143px}.react-tel-input .vu{background-position:0 -154px}.react-tel-input .wf{background-position:-16px -154px}.react-tel-input .ws{background-position:-32px -154px}.react-tel-input .ye{background-position:-48px -154px}.react-tel-input .za{background-position:-64px -154px}.react-tel-input .zm{background-position:-80px -154px}.react-tel-input .zw{background-position:-96px -154px}.react-tel-input *{box-sizing:border-box;-moz-box-sizing:border-box}.react-tel-input .hide{display:none}.react-tel-input .v-hide{visibility:hidden}.react-tel-input .form-control{position:relative;font-size:14px;letter-spacing:.01rem;margin-top:0 !important;margin-bottom:0 !important;padding-left:48px;margin-left:0;background:#FFFFFF;border:1px solid #CACACA;border-radius:5px;line-height:25px;height:35px;width:300px;outline:none}.react-tel-input .form-control.invalid-number{border:1px solid #d79f9f;background-color:#FAF0F0;border-left-color:#cacaca}.react-tel-input .form-control.invalid-number:focus{border:1px solid #d79f9f;border-left-color:#cacaca;background-color:#FAF0F0}.react-tel-input .flag-dropdown{position:absolute;top:0;bottom:0;padding:0;background-color:#f5f5f5;border:1px solid #cacaca;border-radius:3px 0 0 3px}.react-tel-input .flag-dropdown:hover,.react-tel-input .flag-dropdown:focus{cursor:pointer}.react-tel-input .flag-dropdown.invalid-number{border-color:#d79f9f}.react-tel-input .flag-dropdown.open{z-index:2;background:#fff;border-radius:3px 0 0 0}.react-tel-input .flag-dropdown.open .selected-flag{background:#fff;border-radius:3px 0 0 0}.react-tel-input input[disabled]+.flag-dropdown:hover{cursor:default}.react-tel-input input[disabled]+.flag-dropdown:hover .selected-flag{background-color:transparent}.react-tel-input .selected-flag{outline:none;position:relative;width:38px;height:100%;padding:0 0 0 8px;border-radius:3px 0 0 3px}.react-tel-input .selected-flag:hover,.react-tel-input .selected-flag:focus{background-color:#fff}.react-tel-input .selected-flag .flag{position:absolute;top:50%;margin-top:-5px}.react-tel-input .selected-flag .arrow{position:relative;top:50%;margin-top:-2px;left:20px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555}.react-tel-input .selected-flag .arrow.up{border-top:none;border-bottom:4px solid #555}.react-tel-input .country-list{outline:none;z-index:1;list-style:none;position:absolute;padding:0;margin:10px 0 10px -1px;box-shadow:1px 2px 10px rgba(0,0,0,0.35);background-color:white;width:300px;max-height:200px;overflow-y:scroll;border-radius:0 0 3px 3px}.react-tel-input .country-list .flag{display:inline-block}.react-tel-input .country-list .divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc}.react-tel-input .country-list .country{padding:7px 9px}.react-tel-input .country-list .country .dial-code{color:#6b6b6b}.react-tel-input .country-list .country:hover{background-color:#f1f1f1}.react-tel-input .country-list .country.highlight{background-color:#f1f1f1}.react-tel-input .country-list .flag{margin-right:7px;margin-top:2px}.react-tel-input .country-list .country-name{margin-right:6px}.react-tel-input .country-list .search{position:sticky;top:0;background-color:#fff;padding:10px 0 6px 10px}.react-tel-input .country-list .search-emoji{font-size:15px}.react-tel-input .country-list .search-box{border:1px solid #cacaca;border-radius:3px;font-size:15px;line-height:15px;margin-left:6px;padding:3px 8px 5px;outline:none}.react-tel-input .country-list .no-entries-message{padding:7px 10px 11px;opacity:.7}.react-tel-input .invalid-number-message{position:absolute;z-index:1;font-size:13px;left:46px;top:-8px;background:#fff;padding:0 2px;color:#de0000}.react-tel-input .special-label{display:none;position:absolute;z-index:1;font-size:13px;left:46px;top:-8px;background:#fff;padding:0 2px;white-space:nowrap}
*,*:before,*:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-font-smoothing: antialiased !important;}
.icon {
	font-family: 'Material Icons', serif;
	font-style: normal;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
}
/* GENERAL */
header {
	display: block;
	width: 100%;
	padding: 1.75em 0;
	border-bottom: 1px solid lightgray;
	background: white;
}
/* GRID */
.row {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	height: 33px;
}
.row-middle {
	align-items: center;
}
.column {
	flex-grow: 1;
	flex-basis: 0;
	max-width: 100%;
}
.col-center {
	display: flex;
	justify-content: center;
	color:#35587A;
}
.col-start {

}
.col-end {
	width: 20px;
	margin-right: 20px;
}
/* Calendar */
.calendar {
	display: block;
	position: relative;
	width: 250px;
	background: white;
	margin:0 auto;
}
.calendar .title{width:100%; background:#fff; padding:5px 10px; border-top: 3px solid #786BE6; border-radius: 5px 5px 0 0;}
.calendar .title span{font-size:14px; color:black; font-weight:lighter;}
.calendar .header {
	text-transform: uppercase;
	font-weight: 700;
	color: #000;
	font-size: 80%;
	padding: 0.5em 0;
	background:#FFF;
}
.calendar .header span{color:black;}
.calendar .header .icon {
	cursor: pointer;
	transition: .15s ease-out;
	color:black;
	transform: scale(1.75);

}
.calendar .header .icon:first-of-type {
	margin-left: 1em;
}
.calendar .header .icon:last-of-type {
	margin-right: 1em;
}
.calendar .days {
	text-transform: uppercase;
	font-weight: 400;
	color: gray;
	font-size: 70%;
	padding: .75em 0;
	border-bottom: 1px solid lightgray;
}
.calendar .body .cell {
	position: relative;
	/*height: 3em;*/
	overflow: hidden;
	cursor: pointer;
	/*background: white;*/
	transition: 0.25s ease-out;
}
.calendar .body .cell:hover {
	background: whitesmoke;
	transition: 0.5s ease-out;
}
.calendar .body .row {
}
.calendar .body .row:last-child {
	border-bottom: none;
}
.calendar .body .cell:last-child {
	border-right: none;
}
.calendar .body .cell .number {
	position: absolute;
	font-size: 82.5%;
	line-height: 1;
	top: .75em;
	right: .75em;
	font-weight: 300;
	color: #35587A;
	z-index:9;
}
.calendar .body .cell.disabled .number{color:#adbcc9;}
.calendar .body .selected .number   {
	visibility:hidden;
}
.calendar .body .disabled {
	color: lightgray;
	pointer-events: none;
}
.calendar .body .cell .bg {
	font-weight: 700;
	line-height: 1;
	color: #fff;
	opacity: 0;
	font-size: 82.5%;
	position: absolute;
	left:50%; top:50%; transform:translate(-50%, -50%);
	letter-spacing: -.07em;
	z-index:9;
}
.calendar .body .selected .bg  {
	opacity: 1;
}
.calendar .body .cell.selected:after{z-index:1; border-radius:50%; content:''; position:absolute; top:0; left:0; width:100%; height:100%; background:#35587A;}
.calendar .body .column {
	flex-grow: 0;
	flex-basis: calc(100%/7);
	width: calc(100%/7);
}
.fds {
}
.bullet {
	display: flex;
	background-color: #00CE7F;
	border-radius: 50%;
	height: 13px;
	width: 13px;
	color: #ffffff;
	font-size: 10px;
	align-items: center;
	justify-content: center;
	position:absolute;top:0; right:0; z-index:9;
;
}

