.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

:root {
    --wi-microsite-width: 450px;
    --wi-microsite-header-h: 50px;

    --wi-color-primary: #4B8F76;
    --wi-bg-tdark: rgba(0, 0, 0, 0.6);

    --pr-color-red: #CA0703;
}

.pr-bg-red {
    background-color: var(--pr-color-red);
}

.wi-color-very-high {
    color: #00c400;
}

.wi-color-high {
    color: #2b7a2b;
}

.wi-color-medium {
    color: #FF9933;
}

.wi-color-low {
    color: #b42a00;
}

.wi-bg-tdark {
    background-color: var(--wi-bg-tdark) !important;
}

.wi-border-rounded-5 {
    border-radius: 5px;
}

.wi-microsite-prev {
    width: var(--wi-microsite-width);
    height: auto;
    border: solid 1px #828282;
}

.body-text-3 {
    font-size: 16px;
    font-family: Rubik, 'Trebuchet MS', Helvetica, sans-serif;
    color: #555555;
}

.wi-microsite-prev .wi-header {
    height: auto;
    width: 100%;
    background-color: #FECC2D;
}

.wi-microsite-prev .wi-banner {
    background-color: #E0E0E0;
    position: relative;
}

.wi-gray-element {
    background-color: #E0E0E0 !important;
}

.wi-microsite-prev .wi-banner .wi-gradient {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 60%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    z-index: 1;
}

.v-select.wi-is-invalid .vs__dropdown-toggle {
    border: 1px solid #e3342f;
}

.wi-bg-secondary {
    background-color: #F9F7F6;
}

.fake-input-sm {
    border: 1px solid lightgray;
    border-radius: 3px;
    height: 15px;
}

.wi-fake-card {
    border-radius: 4px;
    height: 55px;
}

.wi-subtitle-2 {
    font-weight: 500;
    letter-spacing: -0.48px;
    color: #3C475B;
    font-size: 0.875rem;
}

.wi-footer-copyright-section {
    background-color: var(--wi-color-primary);
}

.wi-text-body-2 {
    font-weight: 300;
    color: #3C475B;
    font-size: 0.75rem;
}

.wi-color-white {
    color: white !important;
}

.wi-btn-outline-circle.wi-icon-instagram-footer {
    position: relative;
    width: 32px;
    height: 32px;
    border: 1px solid #3C475B;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/images/instagram-bg-yellow.png');
    opacity: 1;
    z-index: 2;
}

.wi-btn-outline-circle.wi-icon-instagram-footer:hover {
    position: relative;
    width: 32px;
    height: 32px;
    border: 1px solid #FECC2D;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/images/instagram-bg-dark.png');
    opacity: 1;
    z-index: 2;
}

.wi-btn-outline-circle.wi-icon-facebook-footer {
    position: relative;
    width: 32px;
    height: 32px;
    border: 1px solid #3C475B;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/images/facebook-bg-yellow.png');
    opacity: 1;
    z-index: 2;
}

.wi-btn-outline-circle.wi-icon-facebook-footer:hover {
    position: relative;
    width: 32px;
    height: 32px;
    border: 1px solid #FECC2D;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/images/facebook-bg-dark.png');
    opacity: 1;
    z-index: 2;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    font-weight: 300;
}

small, .small {
    font-weight: 300;
}

.btn.btn-sm.btn-action {
    padding: 1px 5px;
}

.wi-link {
    cursor: pointer !important;
}

table.wi-table-hover tbody tr:hover {
    background-color: #FECC2D !important;
}

.v-middle {
    vertical-align: middle !important;
}

label.required:after {
    color: red;
    content: " *";
}

span.required:after {
    color: red;
    content: " *";
}

.btn-menu-margin-top {
    margin-top: 20px;
}

.btn.btn-float-right {
    float: right;
}

.no-wrap-text {
    white-space: nowrap;
}

.nav-buttons-container {
    margin-bottom: 5px;
    text-align: right;
}

.max-height-450 {
    max-height: 450px;
}

.img-social-network {
    max-height: 36px;
    max-width: 36px;
    /*display: inline-block;*/
}

.img-logo-container {
    border-color: #DFDFDF;
    border-width: 1px;
    /*border-radius: 5px;*/
    border-style: solid;
    max-width: 160px; 
    max-height: 160px; 
    text-align: center; 
    display: inline-block;
}

.img-logo-mounted-container {
    border-color: rgb(160, 160, 160);
    border-width: 1px;
    border-radius: 50%;
    border-style: solid;
    width: 160px;
    height: 160px;
    text-align: center; 
    vertical-align: middle;
    margin-top: -80px;
    margin-left: 50px;
    position: relative;
    padding: 2px;
    background-color: white;
    overflow: hidden;
}

.img-logo-mounted-container img.img-logo {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 160px;
    height: auto;
}

.img-logo-container-btn {
    margin: 0px auto; 
    border: #DFDFDF solid 1px;
}

.btn-change-logo-container {
    height: auto; 
    width: 100%;
    max-width: 154px;
    background-color: rgba(36, 36, 36, 0.808);
    display: inline-block;
    color: white;
    cursor: pointer;
    position: absolute;
    bottom: 0px;
    left: 2px;
}

.btn-change-logo-container img {
    width: auto; 
    height: auto; 
    display: block; 
    max-width: 100%; 
    max-height: 36px;
    margin: auto;
    
}

.btn-change-photo-property-container {
    height: auto; 
    width: 100%;
    /* max-width: 160px; */
    background-color: rgba(36, 36, 36, 0.808);
    /* background-color: gray; */
    display: inline-block;
    color: white;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 5px;
    text-align: right;
}

.img-banner-container {
    border-color: rgb(160, 160, 160);
    border-width: 1px;
    border-style: solid;
    max-height: 320px !important;
    overflow: hidden;
    display: inline-block;
    position: relative;
}

.btn-change-banner-container {
    height: auto; 
    width: auto;
    max-width: 160px;
    background-color: rgba(36, 36, 36, 0.808);
    display: inline-block;
    color: white;
    cursor: pointer;
    position: absolute;
    bottom: 1px;
    right: 1px;
    text-align: right;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 20px;
    padding-left: 20px;
}

.btn-change-banner-container img {
    width: auto; 
    height: auto; 
    display: inline-block; 
    max-width: 100%; 
    max-height: 36px;
    
}

.img-logo-user-navbar {
    border-color: rgb(250, 250, 250);
    border-width: 1px;
    border-radius: 50%;
    border-style: solid;
    width: 38px;
    height: 38px;
    /* max-height: 38px; */
    /* max-width: 38px; */
    text-align: center; 
    display: inline-block;
    position: relative;
    /* padding: 1px; */
    background-color: white;
    overflow: hidden;
}

iframe {
    width: 100% !important;
}

.img-logo-user-navbar img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 38px;
    height: auto;
}

.img-icon-item {
    border-color: rgb(145, 145, 145);
    border-width: 1px;
    border-radius: 50%;
    border-style: solid;
    width: 36px;
    height: 36px;
    /* max-height: 36px; */
    /* max-width: 36px; */
    text-align: center; 
    display: inline-block;
    position: relative;
    /* padding: 1px; */
    background-color: white;
    overflow: hidden;
}

.img-icon-item img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 36px;
    height: auto;
}

.img-icon-item-square {
    border-color: rgb(145, 145, 145);
    border-width: 1px;
    border-radius: 4px;
    border-style: solid;
    width: 36px;
    height: 36px;
    /* max-height: 36px;
    max-width: 36px; */
    text-align: center; 
    display: inline-block;
    position: relative;
    /* padding: 1px; */
    background-color: white;
    overflow: hidden;
}

.img-icon-item-square img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 36px;
    height: auto;
}

.placeholder-photo-item-container {
    border-color: rgb(160, 160, 160);
    border-width: 2px;
    border-radius: 5px;
    border-style: solid;
    width: 100%;
    height: 160px;
    /* max-height: 160px; */
    /* min-height: 80px; */
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    padding: 2px;
    background-color: rgb(226, 226, 226);
    overflow: hidden;
}

.placeholder-photo-item-container img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: 60%;
}

.photo-item-container {
    border-color: rgb(160, 160, 160);
    border-width: 2px;
    border-radius: 5px;
    border-style: solid;
    width: 100%;
    height: 160px;
    /* max-height: 160px; */
    /* min-height: 80px; */
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    padding: 2px;
    /* background-color: rgb(226, 226, 226); */
    overflow: hidden;
}

.photo-item-container img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
}

.img-photo-user-container {
    border-color: rgb(160, 160, 160);
    border-width: 1px;
    border-radius: 50%;
    border-style: solid;
    width: 160px;
    height: 160px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    padding: 2px;
    background-color: white;
    overflow: hidden;
}

.img-photo-user-container img.img-photo {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 154px;
    height: auto;
}

.btn-change-photo-user-container {
    height: auto;
    width: 100%;
    max-width: 160px;
    background-color: rgba(36, 36, 36, 0.808);
    display: inline-block;
    color: white;
    cursor: pointer;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.btn-change-photo-user-container img {
    width: auto; 
    height: auto; 
    display: block; 
    max-width: 100%; 
    max-height: 36px;
    margin: auto;
    
}

.wi-logo-header {
    height: 38px;
    width: auto;
}

.wi-bg-yellow {
    background-color: var(--wi-color-primary);
}

.slide-fade-enter-active {
    transition: all .25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
} 

.slide-fade-leave-active {
    transition: all .6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transform: translateY(-50vh);
    opacity: 0;
}

.slide-fade-enter {
    transform: translateY(-50vh);
    opacity: 0;
} 

.map-container {
    height: 380px;
    width: auto;
    border: solid 1px rgb(133, 133, 133);
    border-radius: 4px;
}

.main-photo-mark {
    width: 100px;
    height: 28px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-image: url('/images/main_photo_tag.png');
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    padding-left: 6px;
    padding-top: 4px;
    text-align: left;
    font-size: 11pt;
    /* border: 1px solid blue; */
}