@import url("app.css");
@import url("semantic.min.css");
@import url("dropify.min.css");
@import url("range-slider.css");
@import url("range-slider.skinHTML5.css");

nav.menu {
    background-image: linear-gradient(to left, #5161b0, #283278);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    height: 60px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
}

.menu .ui.circular.label, .ui.circular.labels .label{
    top: -11px;
    left: 7px;
    min-width: 1.5em;
    min-height: 1.5em;
    max-height: 1.5em;
    padding: 2px !important;
}

.btn-custom {
    width: 340px;
    height: 62px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 10px;
}

.btn-custom-primary {
    background-color: #283278;
    border-radius: 6px;
    color: #ffffff;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    text-transform: uppercase;
    display: flex;
    justify-items: center;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.btn-custom-primary:hover {
    background-color: #ffffff;
    border: 1px solid #283278;
    color: #283278;
}

.btn-custom a {
    font-family: Helvetica;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #283278;
    text-transform: uppercase;
}

.dropify-wrapper {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 200px;
    width: 200px;
}

.publicacao.cover{
    width: 220px;
    height: 220px;
}

.frm_usuario .usuario{
    height: 100px !important;
    width: 100px !important;
}

.frm_usuario .usuario .dropify-wrapper {
    border-radius: 100%;
}

.frm_promocao .cover{
    width: 250px;
    height: 250px;
}

.frm_promocao textarea{
    border: 1px solid #ced4da !important;
}

.frm_comunidade .cover{
    width: 250px;
    height: 250px;
}

#mapa.container-fluid{
    height: calc(100% - 65px);
}

.button-primary {
    cursor: pointer;
    display: block;
    border: 0 !important;
    padding: 10px 60px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
    background-color: #2d3033;
    background-color: rgb(45, 48, 51);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
    text-transform: uppercase;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
}

.button-primary:hover {
    cursor: pointer;
    background-color: rgba(45, 48, 51, 0.9);
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25), 2px 2px 3px rgba(0, 0, 0, 0.25);
}

div.cards.scrolling {
    height: 600px;
    overflow-y: auto;
}

div.d-flex.justify-content-center.mt-5 {
    background-color: #e9e9e9 !important;
    height: 90px;
    width: 100%;
    margin: 0 -15px;
}

div.d-flex.justify-content-center.mt-5 img {
    margin-top: 30px;
}

div.d-flex.justify-content-center h1 {
    font-family: Helvetica;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #4a4a4a;
}

.section#footer {
    background: #111b3e;
    color: var(--white);
    padding: 50px 0;
}

.section#footer .row > div {
    margin-bottom: 15px;
}

.section#footer .logo,
.section#footer .devmaker {
    width: 100%;
    font-size: 10px;
}

.section#footer .logo,
.section#footer .logo img,
.section#footer .logo p {
    margin-bottom: 15px;
}

.section#footer .logo {
    margin-bottom: 40px;
}

.section#footer .logo img {
    height: 20px;
}

.section#footer .devmaker img {
    height: 50px;
}

.section#footer .menu {
    display: flex;
    flex-direction: column;
}

.section#footer .menu .item {
    color: var(--white);
    padding: 10px 0px;
    font-size: 18px;
}

.section#footer .social {
    display: flex;
}

.section#footer .social .item {
    color: var(--white);
    margin-right: 10px;
    width: 45px;
    height: 45px;
}

.section#footer .social .item img {
    width: 100%;
    height: 100%;
}

footer .icon-facebook, footer .icon-instagram {
    color: #8B9DC3;
    text-decoration: none;
}

footer .icon-facebook i {
    transition-duration: 0.5s;
}

footer .icon-facebook i:hover {
    transition-duration: 0.2s;
    color: #3b5998;
}

footer .icon-instagram i {
    transition-property: background-color;
    transition-duration: 2s;
    transition-timing-function: linear;
    transition-delay: 2s;
}

footer .icon-instagram i:hover {
    transition-property: background-color;
    transition-duration: 2s;
    transition-timing-function: linear;
    transition-delay: 2s;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.page-content > h2 {
    margin-top: 0px;
}

.portlet .portlet-title {
    display: flex;
    align-items: center;
}

.portlet .portlet-title .title {
    margin: 0px;
}

.card.type-01 {
    -webkit-box-shadow: 0px 3px 10px #999;
    -moz-box-shadow: 0px 3px 10px #999;
    box-shadow: 0px 3px 10px #999;
    border-radius: 0.5rem;
    margin-bottom: 15px;
}

a.card.type-01 {
    text-decoration: none;
}

.card.type-01 .card-header .title {
    display: flex;
    align-items: center;
}

.card.type-01 .card-header .title img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 10px;
}

.card.type-01 h5 {
    margin: 0px;
    font-weight: bold;
    color: #333;
}

.card.type-01 small {
    color: #aaa;
}

.card.type-01 .card-header {
    padding: 10px 15px;
}

.card.type-01 .card-body {

}

.card.type-01 .card-body img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.card.type-01 .card-footer {
    padding: 10px 15px;
}

.status.online {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #5CD068;
}

.status.online {
    width: 10px;
    height: 10px;
    border-radius: 50% !important;
    background: #5CD068;
}

.status.offline {
    width: 10px;
    height: 10px;
    border-radius: 50% !important;
    background: #EC5454;
    position: relative;
}

.btn-online .status,
.btn-offline .status {
    margin-right: 5px;
}

.btn-online {
    background: #fff;
    color: #247088;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-offline {
    background: #247088;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*~~ Chat ~~*/

.chat .scrollable {
    height: 100%;
}

.chat .p-r-0 {
    padding-right: 0px;
}

.chat .p-r-0 {
    padding-right: 0px;
}

.chat {
    height: 80vh;
}

.chat > .row {
    margin: 0px;
}

.chat > .row,
.chat > .row > div {
    height: 100%;
    padding: 0px;
}

.chat > .row > div:first-child {

}

.chat > .row > .users-list {
    background: #283278;
    padding-left: 0px;
    padding-right: 0px;
    color: #fff;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column;
}

.chat > .row > .chat-section {
    background: #d9d9d9;
}

.chat > .row > .chat-section .content {
    background: #d9d9d9;
    padding: 15px 25px 15px 15px;
    height: 90%;
    overflow: hidden;
}

.chat > .row > .chat-section .content .image + strong {
    text-align: center;
}

.chat > .row > .chat-section .footer {
    background: #fff;
    height: 10%;
}

.chat > .row > .chat-section .footer .input-group,
.chat > .row > .chat-section .footer .input-group .form-control,
.chat > .row > .chat-section .footer .input-group .input-group-addon {
    height: 100%;
    border: none;
}

.chat > .row > .chat-section .footer .input-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chat > .row > .chat-section .footer .input-group .form-control {
    font-size: 14px;
    width: 100%;
    padding-right: 115px;
}

.chat > .row > .chat-section .footer .input-group .input-group-addon {
    font-size: 18px;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -80px;
    position: relative;
    left: -20px;
    /*margin-right: 20px;*/
    border: none;
    z-index: 9;
    background: #283278;
    color: #fff;
    cursor: pointer;
}

.chat > .row > .chat-section .footer .input-group .input-group-addon i {
    color: #fff;
}

.chat .search .input-group {
    background: #041C23;
    border-radius: 0.5rem !important;
}

.chat .search .input-group .form-control,
.chat .search .input-group .input-group-addon {
    background: transparent !important;
    border: none;
}

.chat .slimScrollBar {
    height: 100%;
}

.chat .search {
    padding: 30px 25px 15px 25px;
}

.chat .actions {
    padding: 15px 25px 30px 25px;
}

.chat .users {
    height: 100%;
    overflow: hidden;
}

.chat .users .user {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 25px;
    transition: 0.3s;
    cursor: pointer;
}

.chat .users .user.active {
    background: #3fc1c9;
    transition: 0.3s;
}

.chat .users .user:hover {
    background: #4553b5;
    transition: 0.3s;
}

.chat .users .user .image .status {
    width: 15px;
    height: 15px;
    margin-bottom: -17px;
    position: relative;
    z-index: 1;
}

.chat .users .user .image img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.chat .content .you {
    justify-content: flex-start;
}

.chat .content .me {
    justify-content: flex-end;
    margin-right: 2px;
}

.chat .content .you,
.chat .content .me {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

.chat .content .me .message:before {
    content: "";
    display: block;
    float: right;
    margin-right: -17px;
    margin-top: 10px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 7px solid #283278;
    border-bottom: 5px solid transparent;
}

.chat .content .you .message:before {
    content: "";
    display: block;
    float: left;
    margin-left: -17px;
    margin-top: 10px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 7px solid #fff;
    border-bottom: 5px solid transparent;
}

.chat .content .you .message {
    max-width: calc(100% - 40px);
    background: #fff;
    color: #333;
    border-radius: 10px !important;
    padding: 5px 10px;
}

.chat .content .me .message {
    max-width: calc(100% - 50px);
    background: #283278;
    color: #fff;
    border-radius: 10px !important;
    padding: 5px 10px;
}

.chat .content .you .image,
.chat .content .me .image {
    width: 40px;
    height: 40px;
}

.chat .content .me .image {
    order: 2;
}

.chat .content .you .message {
    text-align: left;
    border-radius: 20px;
    /*border-bottom-left-radius:0px;*/
    margin-left: 10px;
}

.chat .content .me .message {
    text-align: right;
    border-radius: 20px;
    /*border-bottom-right-radius:0px;*/
    margin-right: 10px;
}

.chat .content .you .message p,
.chat .content .me .message p {
    padding: 5px 10px;
    margin: 0px;
    /*float:left;*/
}

.chat .content .you .image img,
.chat .content .me .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.chat .form {
    background: #fff;
}

.chat .form .content {
    padding: 15px 25px;
}

.chat .form h5 {
    font-weight: bold;
    color: #3fc1c9;
}

.chat .form .input-group {
    border: none;
    background: #e9e9e9;
    border-radius: 0.5rem !important;
}

.chat .form .input-group .form-control,
.chat .form .input-group .input-group-addon {
    border: none;
    background: transparent;
}

.chat .form .input-group .input-group-addon i {
    color: #b9b9b9;
}

.flex {
    display: flex;
}

.flex-aic {
    display: flex;
    align-items: center;
}

.topicos .topico {
    padding: 15px;
}

.topicos.type-01 .topico {
    margin-bottom: 15px;
    border: 2px solid #f1f1f1;
}

.topicos.type-01 .topico .right {
    width: 100%;
}

.topicos:not(.type-01) .topico:nth-child(odd),
.topicos.type-01 .topico.you {
    background: #f1f1f1;
    padding: 15px;
}

.topicos .topico {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.topicos .topico .name-date,
.topicos .topico .anwsers-reply {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.topicos .topico .grey {
    font-size: 12px;
    color: #999;
}

.topicos .topico h5 {
    font-size: 16px;
    font-weight: bold;
    color: #555;
}

.topicos .topico .left {
    margin-right: 15px;
}

.topicos .topico .left .image {
    width: 60px;
    height: 60px;
}

.topicos .topico .left .image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.topicos .btn-reply {
    color: rgb(39, 172, 96);
    padding: 0px;
    font-weight: bold;
}

.topico-sender {
    height: 60px !important;
    border: 2px solid #f1f1f1;
    display: flex;
    justify-content: space-between;
}

.topico-sender .form-control {
    padding: 10px 40px;
}

.topico-sender .form-control + .input-group-addon {
    height: 40px;
    width: 40px;
    border-radius: 0.5rem !important;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 9px;
    left: -15px;
}

.topico-sender .form-control + .input-group-addon i {
    color: #fff;
}

.topico-sender .input-group-addon,
.topico-sender .form-control {
    height: 100%;
    background: transparent;
    border: none;
}

.topico-sender .input-group-addon img {
    width: 40px;
    height: 40px;
}

.p-all-0 {
    padding: 0px;
}

#loja .input-group {
    border: 1px solid #b9b9b9;
    border-radius: 0.5rem !important;
}

#loja .form-control {
    border-radius: 0.5rem !important;
}

#loja .input-group .form-control,
#loja .input-group .input-group-addon {
    background: transparent;
    border: none;
    border-radius: 0.5rem !important;
}

#loja .products.destaque {
    background: #f1f1f1;
}

#loja .products {
    padding: 25px 25px;
    margin-left: -20px;
    margin-right: -20px;
}

#loja .products .card,
.product {
    -webkit-box-shadow: 0px 5px 10px #d9d9d9;
    -moz-box-shadow: 0px 5px 10px #d9d9d9;
    box-shadow: 0px 5px 10px #d9d9d9;
    border-radius: 0.5rem !important;
}

#loja .products .card .image,
.product .image {
    width: 100%;
    height: 150px;
}

#loja .products .card .image img,
.product .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#loja .products .card .info,
.product .info {
    padding: 5px 10px;
    background: #fff;
}

#loja .products .card .info h6,
#loja .products .card .info strong,
.product .info h6,
.product .info strong {
    font-size: 12px;
    margin-bottom: 0px;
}

#loja .products .card .info strong,
.product .info strong {
    margin-top: 5px;
}

#loja .green,
.product .green {
    color: rgb(39, 172, 96);
}

#loja .lojas .title,
.product .title {
    display: flex;
    align-items: center;
}

#loja .lojas .title .image {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

#loja .lojas .title .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

#loja .lojas .title h5 {
    font-weight: bold;
}

#loja .lojas .title .grey {
    color: #777;
}

#loja .lojas .loja:not(:last-child) {
    padding-bottom: 15px;
}

#loja .lojas .card.type-02 {
    display: flex;
    margin-bottom: 15px;
    height: 70px;
}

#loja .lojas .card.type-02 .image {
    width: 80px;
    height: 100%;
}

#loja .lojas .card.type-02 .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.green {
    color: rgb(39, 172, 96);
}

.flex-aic {
    display: flex !important;
    align-items: center !important;
}

.table-farmacia thead tr th {
    text-align: left !important;
    padding: 10px 15px !important;
}

.table-farmacia tbody tr td {
    vertical-align: middle;
    height: 40px;
    text-align: left !important;
    padding: 10px 15px !important;
}

.modal .close {
    font-size: 14px;
    cursor: pointer;
}

.blue {
    color: rgb(47, 106, 172);
}

.btn-solicitar {
    background: rgb(0, 133, 141);
    color: #fff;
}

.loja-title {
    display: flex;
    align-items: center;
}

.loja-title .image {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.loja-title .image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.loja-title .info .grey {
    color: #666;
}

.lightSlider.lSSlide li img {
    width: 100%;
    object-fit: cover;
}

#imageGallery {
    height: auto !important;
}

.custom-card.type-01 {
    border: 1px solid #b9b9b9;
    border-left: 10px solid #3fc1c9;
    border-radius: 0.5rem !important;
    padding: 10px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: #444;
}

.custom-card.type-01 h4,
.custom-card.type-01 p {
    margin: 0px;
}

.custom-card.type-01 p {
    margin-top: 10px;
    color: #777;
}

.download.item {
    color: #444;
    margin: 10px 0px;
    padding-bottom: 10px;
}

.download.item i {
    color: #d40629;
}

.bg-blue,
.btn-blue {
    background: rgb(74, 144, 226);
    color: #fff;
}

.items.prescicao .item {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #d9d9d9;
    margin-right: 20px;
    cursor: pointer;
}

.items.prescicao .item i {
    color: #fff;
}

.items.prescicao .item:hover,
.items.prescicao .item.active {
    background: rgb(74, 144, 226);
}

.items.prescicao {
    display: flex;
    margin: 20px 0px;
}

textarea {
    border: 0 !important;
}

.ui.button.default {
    background:#283278;
    color:#fff;
    transition:0.3s;
    transform:scale(1.0);
}

.ui.button.default:hover {
    transition:0.3s;
    transform:scale(1.05);
}

label[for="file"] {
    cursor: pointer;
}

.btn-container {
    width: auto;
    height: auto;
    box-sizing: border-box;
    display: inline-block;
    font-family: Roboto;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.1px;
    text-align: left;
    color: #909090;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.56);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.56);
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.56);
}

.button.type-01 {
    border-radius: 0.25rem;
}

.button.type-01.default {
    width: 60px;
    height: 100%;
    background: #283278;
    color: #ffffff !important;
}

.button.type-01.default:hover {
    background: #283278CC;
    color: #ffffff;
}

.button.type-01.default:active {
    background: #28327880;
    color: #ffffff;
}

.button.type-01.default:focus {
    background: #28327880;
    color: #ffffff;
}

.jumbotron .master-filter > div {
    padding: 0px 3px;
}

.jumbotron .master-filter .button {
    height: 60px;
    width: 100%;
}

a.button, .button {
    padding: 10px 15px;
    outline: none;
    border: 1px solid transparent;
    background: transparent;
    transition: 0.3s;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

.button:hover, .button:active, .button:focus {
    transition: 0.3s;
    transform: scale(1.05);
}

.form-group {
    margin: 0 !important;
    border: 0 !important;
}

.form-group .input-group {
    height: 55px;
}

.form-group .input-group input::placeholder {
    opacity: 0.5;
    font-family: Roboto;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.1px;
    text-align: left;
    color: #909090;
}

.form-group .input-group-text {
    border: 0 !important;
    border-radius: 0;
    background: transparent;
}

.form-group #field-1 {
    border: 0 !important;
    border-radius: 0;
}

.scrolling {
    overflow-y: scroll !important;
    overflow-x: hidden !important;
}

textarea {
    border: 1px solid #ced4da !important;
}

button.send, button.button-primary {
    width: 100%;
}

button.send {
    margin: 0 !important;
    cursor: pointer;
    display: block;
    border: 0 !important;
    padding: 10px 60px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    text-transform: uppercase;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
    /*width: auto !important;*/
    height: auto !important;
    border-radius: 0;
}

/* Fixers */

.black{
    color:#444;
}

.ui.add{
    width:50px;
    height:50px;
    border-radius:50%;
    outline:none;
    border:none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:32px;
    margin:25px 0px;
    background-image: linear-gradient(to left, #5161b0, #283278);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    color:#fff;
}