
#status-bar {
    padding: 10px 0;
}
#status-bar .alert {
    border: 6px solid #ddd;
}
#status-bar-whatsapp-groups {
    padding: 15px 10px;
}
div#main-wrapper {
    border-top: 6px solid #00266D;
}
div#main-wrapper > .header {
    background-color: #FFF;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

select option {
    color: #000;
}
#page-title {
    padding: 30px;
    margin-bottom: 20px;
    border-left: 10px solid #AAA;
    background-color: #FFF;
}
#page-title h1 {
    font-size: 28px;
}
#new-post-button {
    width: 100%;
    font-weight: bold;
    font-family: Arial;
    text-transform: uppercase;
}
#new-business-button {
    width: 100%;
    font-weight: bold;
    font-family: Arial;
    text-transform: uppercase;
}

/* .post-picture-featured-frame {
    display: none;
    overflow: hidden;
    margin: 0px -32px 0 -32px;
    background-color: #F0F1F4;
}
.post-picture-featured {
    text-align: center;
}
.post-picture-featured img {
    height: 100%;
    margin: 0 auto;
} */
.post-picture-option-frame {
    /* display: none; */
    clear: both;
    overflow: hidden;
    margin: 0px -32px 0px -32px;
    padding: 0px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}
.post-picture-option {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    /* cursor: pointer; */
    /* border: 5px solid #EAF5FF; */
    background-color: #EAF5FF;
    background-color: #333;
}
.post-video-option {
    position: relative !important;
}
.post-picture-option.selected img {
    opacity: 0.7;
}
.post-picture-option.selected source {
    opacity: 0.7;
}
.post-picture-option img {
    position: absolute;
    top: 0;
    left: 0;
}
.post-picture-option source {
    position: absolute;
    top: 0;
    left: 0;
}

.custom-attachment {
    margin-top: 40px;
}
.custom-user {
    float: left;
    clear: both;
    width: fit-content;
}
.custom-user-picture {
    float: left;
    overflow: hidden;
    border-radius: 50%;
}
.custom-user-picture img {
    width: 30px;
    height: 30px;
}

.custom-view-buttons {
    clear: both;
    overflow: hidden;
    border-top: 1px solid #ddd;
    margin: 0px -32px -31px -32px;
}

#btn-acesss-whatsapp-group {
    float: right;
    width: 100%;
    text-align: center;
    padding: 10px 20px;
    color: #FFF;
    margin: 0 auto;
    border-radius: 5px;
    background-color: #28af51;

}

h4.custom-badge-location {
    float: right;
    color: #888;
    font-size: 18px;
    font-weight: weight;
    text-align: right;
}
h4.custom-badge-location  small.custom-distance {
    font-size: 16px;
}
h4.custom-post-date {
    color: #888;
}
h4.custom-badge-category {
    float: left;
    margin-bottom: 20px;
    margin-right: 10px;
}
h4.custom-badge-category > a {
    color: #FFF;
    margin-bottom: 8px;
    padding: 3px 14px;
    border-radius: 10px;
    font-size: 14px;
    background-color: #aaa;
}
/* h4.custom-badge-category-vertodos > a { background-color: #333; }
h4.custom-badge-category-oportunidades > a { background-color: #8628FE; }
h4.custom-badge-category-profissionais > a { background-color: #0079D9; }
h4.custom-badge-category-moradia > a { background-color: #00ADCD; }
h4.custom-badge-category-compra > a { background-color: #48BD7A; }
h4.custom-badge-category-doacoes > a { background-color: #DA6DC7; }
h4.custom-badge-category-eventos > a { background-color: #FF0075; }
h4.custom-badge-category-indicacoes > a { background-color: #FF64AA; }
h4.custom-badge-category-empresas > a { background-color: #28AF51; }

.custom-color-admin { border-left: 8px solid #0f92fb !important; }
.custom-color-vertodos { border-left: 8px solid #333 !important; }
.custom-color-oportunidades { border-left: 8px solid #8628FE !important; }
.custom-color-profissionais { border-left: 8px solid #0079D9 !important; }
.custom-color-moradia { border-left: 8px solid #00ADCD !important; }
.custom-color-compra { border-left: 8px solid #48BD7A !important; }
.custom-color-doacoes { border-left: 8px solid #DA6DC7 !important; }
.custom-color-eventos { border-left: 8px solid #FF0075 !important; }
.custom-color-indicacoes { border-left: 8px solid #FF64AA !important; }
.custom-color-empresas { border-left: 8px solid #28AF51 !important; }

.custom-background-vertodos { background-color: #333 !important; }
.custom-background-oportunidades { background-color: #8628FE !important; }
.custom-background-profissionais { background-color:  #0079D9 !important; }
.custom-background-moradia { background-color:  #00ADCD !important; }
.custom-background-compra { background-color:  #48BD7A !important; }
.custom-background-doacoes { background-color:  #DA6DC7 !important; }
.custom-background-eventos { background-color:  #FF0075 !important; }
.custom-background-indicacoes { background-color:  #FF64AA !important; }
.custom-background-empresas { background-color:  #28AF51 !important; }

.custom-text-vertodos { color: #333 !important; }
.custom-text-oportunidades { color: #8628FE !important; }
.custom-text-profissionais { color:  #0079D9 !important; }
.custom-text-moradia { color:  #00ADCD !important; }
.custom-text-compra { color:  #48BD7A !important; }
.custom-text-doacoes { color:  #DA6DC7 !important; }
.custom-text-eventos { color:  #FF0075 !important; }
.custom-text-indicacoes { color:  #FF64AA !important; }
.custom-text-empresas { color:  #28AF51 !important; } */

h4.custom-badge-category-vertodos > a { background-color: #333; }
h4.custom-badge-category-oportunidades > a { background-color: #8628FE; }
h4.custom-badge-category-profissionais > a { background-color: #0079D9; }
h4.custom-badge-category-moradia > a { background-color: #00ADCD; }
h4.custom-badge-category-compra > a { background-color: #48BD7A; }
h4.custom-badge-category-doacoes > a { background-color: #C1A817; }
h4.custom-badge-category-indicacoes > a { background-color: #ff9900; }
h4.custom-badge-category-eventos > a { background-color: #cc6600; }
h4.custom-badge-category-imoveis > a { background-color: #cc99ff; }
h4.custom-badge-category-veiculos > a { background-color: #FF64AA; }
h4.custom-badge-category-servicos > a { background-color: #FF0075; }
h4.custom-badge-category-empresas > a { background-color: #cc0000; }

h4.custom-badge-category-sponsored > a { background-color: goldenrod; }
h4.custom-badge-category-sponsored > div { background-color: goldenrod; color: white; font-size: 15px; padding: 2px 12px; border-radius: 15px; }

h4.custom-badge-category-pending > a {
    background-color: #A60000 !important;
}
h4.custom-badge-pending-payment > a {
    background-color: orange !important;
}
h4.custom-badge-paid > a {
    background-color: rgb(28, 158, 28) !important;
}

.custom-color-admin { border-left: 8px solid #0f92fb !important; }
.custom-color-minhas { border-left: 8px solid #0f92fb !important; }

.custom-color-vertodos { border-left: 8px solid #333 !important; }
.custom-color-oportunidades { border-left: 8px solid #8628FE !important; }
.custom-color-profissionais { border-left: 8px solid #0079D9 !important; }
.custom-color-moradia { border-left: 8px solid #00ADCD !important; }
.custom-color-compra { border-left: 8px solid #48BD7A !important; }
.custom-color-doacoes { border-left: 8px solid #C1A817 !important; }
.custom-color-indicacoes { border-left: 8px solid #ff9900 !important; }
.custom-color-eventos { border-left: 8px solid #cc6600 !important; }
.custom-color-imoveis { border-left: 8px solid #cc99ff !important; }
.custom-color-veiculos { border-left: 8px solid #FF64AA !important; }
.custom-color-servicos { border-left: 8px solid #FF0075 !important; }
.custom-color-empresas { border-left: 8px solid #cc0000 !important; }

.custom-background-vertodos { background-color: #333 !important; }
.custom-background-oportunidades { background-color: #8628FE !important; }
.custom-background-profissionais { background-color:  #0079D9 !important; }
.custom-background-moradia { background-color:  #00ADCD !important; }
.custom-background-compra { background-color:  #48BD7A !important; }
.custom-background-doacoes { background-color:  #C1A817 !important; }
.custom-background-indicacoes { background-color:  #ff9900 !important; }
.custom-background-eventos { background-color:  #cc6600 !important; }
.custom-background-imoveis { background-color:  #cc99ff !important; }
.custom-background-veiculos { background-color:  #FF64AA !important; }
.custom-background-servicos { background-color:  #FF0075 !important; }
.custom-background-empresas { background-color:  #cc0000 !important; }

.custom-text-vertodos { color: #333 !important; }
.custom-text-oportunidades { color: #8628FE !important; }
.custom-text-profissionais { color:  #0079D9 !important; }
.custom-text-moradia { color:  #00ADCD !important; }
.custom-text-compra { color:  #48BD7A !important; }
.custom-text-doacoes { color:  #C1A817 !important; }
.custom-text-indicacoes { color:  #ff9900 !important; }
.custom-text-eventos { color:  #cc6600 !important; }
.custom-text-imoveis { color:  #cc99ff !important; }
.custom-text-veiculos { color:  #FF64AA !important; }
.custom-text-servicos { color:  #FF0075 !important; }
.custom-text-empresas { color:  #cc0000 !important; }

.custo-test {

    color: #333;
    color: #8628FE;
    color: #3f3fc0;
    color: #0079D9;
    color: #00ADCD;
    color: #48BD7A;
    color: #9ae411;
    color: #ff9900;
    color: #cc6600;
    color: #cc0000;
    color: #FF0075;
    color: #FF64AA;
    color: #cc99ff;

    color: #333333;
    color: #000000;
    color: #000000;
    color: #f5f5f5;
    color: #ffffff;
    color: #cccccc;

    color: #cccc00;
    color: #28AF51;

    color: #6633cc;
    color: #0079D9;
    color: #00ADCD;
    color: #28AF51;

    color: #cc99ff;
    color: #9966ff;
    color: #6633cc;
    color: #6666ff;
    color: #0000ff;
    color: #ff6666;
    color: #ff0000;
    color: #cc0000;
    color: #66ff66;
    color: #00ff00;
    color: #00cc00;
    color: #ffff99;
    color: #ffff00;
    color: #cccc00;
    color: #ffcc99;
    color: #ff9900;
    color: #cc6600;
    color: #99ffcc;
    color: #00ffcc;
    color: #00cc99;
    color: #ff99cc;
    color: #ff66a3;
    color: #cc3366;
    color: #66a3e0;
    color: #4ecfe1;
    color: #00ADCD;
    color: #008fa9;
    color: #0079D9;
    color: #005499;
    color: #70d896;
    color: #48BD7A;
    color: #4ecf74;
    color: #28AF51;
    color: #3c9c56;
    color: #1d8f3c;
    color: #e794d6;
    color: #ff8fbb;
    color: #FF64AA;
    color: #ff4b91;
    color: #DA6DC7;
    color: #b74b9c;
    color: #e83b86;
    color: #FF0075;
    color: #d3005d;

}
/* #DA6DC7 */

.custom-post-item {
    border: 1px solid #ddd;
}
.custom-post-item-pending {

}
div.custom-location {
    margin-bottom: 10px;
}
div.custom-view-button {
    float: left;
}
div.custom-view-button a {
    float: left;
    padding: 14px 20px;
}

div.custom-user-date-title {
    /* border: 1px solid red; */
}
div.custom-user-date-title .custom-user {
    /* border: 1px solid red; */
}
div.custom-user-date-title .custom-user-picture {
    margin-right: 10px;
    /* border: 1px solid red; */
}
div.custom-user-date-title .custom-post-title {
    color: #2D4379;
    font-size: 22px;
    text-align: left;
    /* border: 1px solid red; */
}
div.custom-user-date-title .custom-user-name {
    margin: 0;
    float: left;
    font-size: 13px;
    /* border: 1px solid red; */
}
div.custom-user-date-title .custom-user-name a {
    font-weight: bold;
    margin-bottom: 30px;
}
div.custom-user-date-title span.custom-post-time-elapsed {
    /* color: #888;
    font-weight: bold;
    margin-top: 10px !important;
    font-size: 13px !important; */
    /* border: 1px solid red; */
}
div.custom-user-date-title span.custom-date {
    color: #888;
    font-weight: normal;
    /* margin-top: 10px !important;
    font-size: 13px !important; */
    /* border: 1px solid red; */
}
div.custom-post-item .custom-post-description {
    margin: 20px 0 28px 0;
}
div.custom-post-item .custom-post-description a {
    font-weight:500;
    font-size: 19px;
    color: #7A88A8;
}
div.custom-post-item .custom-post-description a:hover {
    color: #566483
}
div.custom-post-item .custom-post-description div.read-more{
    font-weight: bold;
    font-size: 15px;
    color: #888;
    padding: 20px 20px 0 0;
}
div.custom-post-item .custom-post-description div.read-more:hover{
    color: #655;
}

/* Buttons */
div.custom-view-buttons {
	background:#f4f5f7;
}
/* Button Whatsapp */
div.custom-view-button a.whatsapp {
	color:#ffffff;
	background:#14b47c;
    border: 1px solid #14b47c;
}
div.custom-view-button a.whatsapp-pending-payment {
	color:#ffffff;
	background:orange;
    border: 1px solid orange;
}
/* Button Whatsapp */
div.custom-view-button a.mask-as-unavailable {
	color: #001930;
	background:#f4f5f7;
    border: 1px solid #f1f3f7;
}
/* Button Whatsapp */
div.custom-view-button a.unavailable {
	color: #00305c;
    background-color: #D0E8FB;
    border: 1px solid #D0E8FB;
}
/* Button Whatsapp */
div.custom-view-button a.smsto {
	color: #FFF;
	background:#6D9FCF;
    border: 1px solid #6D9FCF;
}
/* Button Whatsapp */
div.custom-view-button a.callto {
	color: #FFF;
	background:#6D9FCF;
    border: 1px solid #6D9FCF;
}
/* Button Whatsapp */
div.custom-view-button a.mailto {
	color: #FFF;
	background:#6D9FCF;
    border: 1px solid #6D9FCF;
}
/* Button Whatsapp */
div.custom-view-button a.edit {
    font-weight: bold;
	color: #001930;
	background:#f4f5f7;
    border: 1px solid #f1f3f7;
}
div.custom-view-button a.edit:hover {

}
/* Button Whatsapp */

div.custom-view-button-edit {
    float: right;
}
div.custom-view-button-favorite {
    float: right;
}
div.custom-view-button-favorite .fas,
div.custom-view-button-favorite .far {
    color: red;
}
div.custom-view-button i.far,
div.custom-view-button i.fab,
div.custom-view-button i.fas {
    margin-right: 10px;
    font-size: 16px;
}
div.custom-view-button i.far,
div.custom-view-button i.fab,
div.custom-view-button i.fas {
    width: 20px;
    text-align: center;
    font-size: 16px;
}
#additional-line{
    font-weight: bold;
}
.custom-widget-boxed-header {
    padding-left: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 3px;
}
.custom-widget-boxed-header h4 a {
    /* padding-top: 12px; */
}
.custom-widget-boxed-header h4 small {
    padding-bottom: 12px;
    font-size: 15px;
    color: #888;
}

#blank-page {
    border-radius: 5px;
    background-color: #FFF;
    padding: 30px;
    line-height: 2.0;
    border: 1px solid #ddd;
}
#blank-page h1 {
    font-size: 35px;
    margin-bottom: 30px;
    color: #1A73E8;
}
#blank-page h5 {
    color: #888;
}
#blank-page h4 {
    color: #333;
}
#blank-page h3 {
    color: #333;
    margin-top: 50px;
    text-transform: uppercase;
}
#blank-page ul {
    list-style: circle !important;
    list-style-type: circle !important;
}
#blank-page ol {
    list-style: decimal !important;
    list-style-type: decimal !important;
}
#blank-page ul li,
#blank-page ol li {
    font-size: 18px;
}
#blank-page p {
    font-size: 19px;
    font-weight: normal;
    margin-top: 10px;
}
#blank-page li p {
    font-size: 19px;
    font-weight: normal;
    margin-top: 30px;
    margin-left: -30px;
}
#blank-page p.center {
    text-align: center;
}
#blank-page p img {
    margin: 0 auto;
    width: 100%;
    margin-top: 30px;
}
#blank-page-title {
    margin-bottom: 30px;
    padding-bottom: 0px;
    border-bottom: 1px solid #ddd;
}
#blank-page-content {
    font-weight: normal !important;
}
#blank-page-content > p {
    font-size: 19px;
}
#blank-page-content > a {
    font-size: 19px;
    color: #0866FF;
}
#blank-page-content ul li,
#blank-page-content ol li {
    margin-top: 30px;
    font-weight: bold;
    font-size: 24px;
}
#blank-page-content ul li p,
#blank-page-content ol li p {
    font-weight: normal;
    font-size: 19px;
}
#blank-page-content ul li h4,
#blank-page-content ol li h4 {
    font-size: 24px;
}


#blank-page-links {
    border-radius: 5px;
    background-color: #FFF;
    padding: 25px;
    line-height: 2.0;
    border: 1px solid #ddd;
}
#blank-page-links-title {

}
#blank-page-links-title h3 {
    margin-bottom: 20px;
}
#blank-page-links-content {

}
#blank-page-links-content h3 {
    font-size: 20px;
}
#blank-page-links-content ul {
    padding-left: -10px;
}
#blank-page-links-content ul li {

}
#blank-page-links-content ul li a {
    font-size: 17px;
}

#header-logoff {
    clear: both;
    width: 216px;
    height: 32px;
    color: #333;
    text-align: left;
}
#header-logoff-left {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
#header-logoff-left #user-picture {
    overflow: hidden;
    border-radius: 50px;
}
#header-logoff-left #user-picture img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 7px solid #D8DBE2;
}
#header-logoff-right {
    float: left;
}
#header-logoff-right #user-name {
    font-weight: bold;
    margin-top: 7px;
}
#header-logoff-right #logoff-link {

}
#header-logoff-right #logoff-link a {
    color: #888;
}

.my-business-box {
    font-family: Arial;
    background-color: #FFF;
    margin-bottom: 30px;
}
.my-business-box div.row {
    padding: 30px;
}

.table th {
    font-weight: bold !important;
}
.table .badge {
    font-size: 14px;
}
.table .fas {
    font-size: 20px;
}

.business-box {
    padding: 32px;
    font-family: Arial;
    background-color: #FFF;
    margin-bottom: 30px !important;
}
.business-box-page .business-name h3 a {
    font-size: 24px !important;
}
.business-box .business-name h3 a {
    font-size: 19px;
}
.business-box .custom-view-buttons{
    margin-top: 30px;
}
.business-box .session {
    margin-top: 12px;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 2px;
    text-transform: uppercase;
}
/* .business-box>div>div { */
    /* padding: 40px 20px; */
/* } */
.business-logo {

}
.business-logo img {
    width: 100%;
}
.business-nitch-location{

}
.business-formation {

}
.business-about {
    color: #555;
    font-size: 15px;
    border-radius: 3px;
}
.business-website .fas,
.business-website .fab {
    margin-right: 7px;
}
.business-website .website {
    color: #333;
}
.business-website .facebook {
    color: #0866FF;
}
.business-website .instagram {
    color: #F7222D;
}
.business-registered .far,
.business-licensed .far,
.business-insured .far {
    color: green;
    margin-right: 7px;
}
.business-registered .far,
.business-licensed .far,
.business-insured .far {
    color: green;
    margin-right: 7px;
}
.business-service-name .fas {
    color: green;
    margin-right: 7px;
}

.custom-homepage-category {
    text-align: center;
    color: #FFF;
    padding: 40px 0;
    margin-bottom: 30px;
}
.custom-homepage-category-icon {
    font-size: 40px;
}
.custom-homepage-category-name {
    font-size: 20px;
}
.custom-homepage-category-name a {
    color: #FFF;
}

#modal-zipcode {
    display: none;
}
#modal-zipcode #modal-zipcode-input {
    width: 100%;
    font-size: 35px;
    text-align: center;
}
#modal-zipcode #modal-zipcode-button {
    width: 100%;
    font-weight: bold;
}
#modal-zipcode #modal-zipcode-text {
    font-weight: bold;
    font-size: 21px;
}
#modal-zipcode #modal-zipcode-text-container {
    margin-top: 20px;
}
#modal-zipcode #modal-zipcode-text-container #modal-zipcode-icon.far {
    display: none;
    margin-top: 20px;
    margin-right: 5px;
    font-size: 20px;
    color: green;
}

#modal-zipcode .modal-title,
#modal-zipcode .modal-signin {
    font-size: 25px;
}

#modal-confirm-message,
#modal-success-message,
#modal-error-message {
    font-size: 18px;
}

#modal-confirm-button-continue {
    background-color: #0f92fb;
}
#modal-confirm-button-cancel {
    background-color: #d41d1d;
}

#google-login-pagetop {
    display: none;
    width: 100%;
    background-color: #FFF;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
#google-login-pagetop-text {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.business-logo-editing {
    margin-top: 20px;
}
.business-logo-editing img {
    max-width: 350px;
}

.post-logo-editing {
    margin-top: 20px;
}
.post-logo-editing img {
    width: 100%;
}

#term-search {
    position: relative;
}
#term-search #search-term-icon.fas {
    position: absolute;
    top: 20px;
    left: 32px;
    cursor: pointer;
}
#term-search input[type="text"][name="term"] {
    font-size: 18px;
    margin-bottom: 20px;
    padding-left: 50px;
}

#container-post-create {
    padding-top: 30px !important;
}
#container-post-create ._dashboard_content {
    padding: 20px;
}
#container-post-create label {
    color: #7A88A8;
    text-transform: uppercase;
}
#container-post-create select,
#container-post-create input[type='text'],
#container-post-create input[type='file'],
#container-post-create textarea {
    background-color: #EFF2F9;
    color: #00305c;
    padding: 18px;
    font-size: 18px;
    font-weight: normal;
}
#container-post-create select:focus,
#container-post-create input[type='text']:focus,
#container-post-create input[type='file']:focus,
#container-post-create textarea:focus {
    background-color: #FFF;
}
#container-post-create input[type='file'] {
    padding: 16px 10px 20px 25px;
}
#container-post-create input[type='checkbox'],
#container-post-create input[type='radio'] {
    margin-right: 8px;
}
#container-post-create #zipcode-search-results {
    display: none;
    z-index: 100;
    clear: both;
    width: 100%;
    margin-top: 2px;
    background-color: #FFF;
    border: 1px solid #ddd;
    max-height: 400px;
    overflow-y: scroll;
    /* border: 1px solid red; */
}
#container-post-create .zipcode-search-result {
    /* display: block; */
    width: 100%;
    clear: both;
    cursor: pointer;
    background-color: #FFF;
    border: 1px solid #ddd;
    border-top: none;
    /* border: 1px solid red; */

}
#container-post-create .zipcode-search-result:hover {
    background-color: #ddd;
}
#container-post-create .zipcode-search-result:last-child {
    /* border: none; */
}
#container-post-create .zipcode-search-result-city {
    float: left;
    padding: 15px 18px;
    /* border: 1px solid red; */

}
#container-post-create .zipcode-search-result-zipcode {
    float: left;
    padding: 15px 18px;
    /* border: 1px solid red; */

}

/* O que você deseja publicar? post-choose */

#post-choice-container {
    margin-bottom: 30px;
}
.post-choice {
    clear: both;
    overflow: hidden;
    padding: 20px 30px;
    margin-bottom: 5px;
    background-color: #F5F5F5;
}
a.a-post-choice-paid:hover{
    color: green;
}
.post-choice:hover {
    background-color: #effdff;
}
.post-choice-tag {
    clear: both;
    overflow: hidden;
}
.post-choice-tag .tag {
    float: left;
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
}
.post-choice-tag .tag .fas,
.post-choice-tag .tag .far {
    width: 22px;
    margin-right: 7px;
    text-align: center;
}
.post-choice-tag .tag-green {
    color: #28af51;
}
.post-choice-tag .tag-empresa {
    color: #0b85ec;
}
.post-choice-tag .tag-pessoa {
    color: #0b85ec;
}
.post-choice-title {
    color: #00305c;
    font-size: 18px;
    font-weight: bold;
    margin-left: 34px;
}
.post-choice-description {
    padding-left: 34px;
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 5px;
    color: #7A88A8;
    font-size: 14px;
    font-weight: 500;
}
.post-choice-notallowed {
    padding-left: 34px;
    margin-top: 5px;
    font-weight: bold;
    color: #0079D9;
    font-size: 14px;
}
.post-choice-icon {
    position: absolute;
    right: 45px;
    top: 11px;
    font-size: 25px;
}

form {
    font-size: 110%;
}
form label {
    /* text-transform: uppercase; */
    letter-spacing: 0.05em;
}

.btn-save {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1.2px;
}
.btn-preview {
    background-color: #28af51;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1.2px;
}
.btn-delete {
    background-color: #d41d1d;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1.2px;
}


#st-cmp-v2 {
    display: none !important;
}

.preview-paragraph {
    font-size: 19px;
    color: #7A88A8;
}

.post-preview-receipt {
    background: #ffffff;
    border-radius: 6px;
    padding: 30px;
    width: 100%;
}
.post-preview-receipt {

}
.post-preview-receipt {

}
.post-preview-receipt {

}

@media (max-width: 767px) {

    ._list_110_caption {
		text-align: left;
	}

    #btn-acesss-whatsapp-group {
		margin-top: 15px;
	}
    div.custom-post-item {

    }
    div.custom-post-item ._list_110_caption {
        width: 100%;
        margin-bottom: 0;
    }
    div.div.custom-view-button-edit,
    div.custom-view-button {
        float: none !important;
        clear: both;
        text-align: left;
    }
    div.custom-view-button a {
        width: 100%;
    }
    h4.custom-badge-location {
        text-align: left;
        margin-bottom: 20px;
    }
    h4.custom-badge-location,
    h4.custom-badge-category {
        clear: both;
        overflow: hidden;
        float: none;
    }
    h4.custom-badge-location div,
    h4.custom-badge-category div {
        float: left;
    }
    #header-logoff {
        color: #FFF;
        margin-top: 20px;
    }
    .custom-user {

    }
}

@media (max-width: 600px) {


}
@media (max-width: 420px) {
    .post-choice-icon {
        display: none;
    }
    .post-choice {
        margin-bottom: 20px;
    }
    .post-choice-tag .tag {
        font-size: 15px;
    }
    .post-choice-title {
        font-size: 14px;
    }
    .post-choice-description {
        display: none;
    }
}