/* Your Custom CSS Goes here */
.image-container {
    position: relative;
    display: inline-block;
}

.right-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 8px;
    margin: 8px;
    border-radius: 8px;
}

.left-icon {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 8px;
    margin: 8px;
    border-radius: 8px;
}

.certificate {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffff00;
    padding: 8px;
    margin: 8px;
    border-radius: 8px;
}

.right-icon i {
    font-size: 20px;
}

.left-icon i {
    font-size: 20px;
}

.certificate i {
    font-size: 20px;
    filter: invert(23%) sepia(75%) saturate(2994%) hue-rotate(343deg) brightness(84%) contrast(97%);
}

.side-title {
    font-weight: 700;
    color: #27313f;
    margin-bottom: 0;
    font-size: 24px;
}

.list-group-flush>.list-group-item {
    padding: 12px 20px;
}

.app-content .content-menu.content-menu-right {
    height: calc(100vh - 130px);
}

.hidden-arrow.dropdown-toggle:after {
    display: none;
}

.accordion-item .accordion-button i {
    filter: invert(23%) sepia(75%) saturate(2994%) hue-rotate(343deg) brightness(84%) contrast(97%);
}

.accordion-item .accordion-button:not(.collapsed) {
    color: #D52528;
}

a {
    color: #D52528;
}

.card-img-top {
    transition: transform 0.2s ease-in-out;
}

.card-img-top:hover {
    transform: scale(1.05);
    cursor: pointer;
    border-radius: 10px;
}

.checkbox-imagen {
    position: absolute;
    top: 15px;
    left: 15px;
    transform: scale(1.5);
}

.fotorama__wrap .fotorama__pointer {
    border-radius: 10px;
}

.fotorama__thumb {
    border-radius: 10px;
}

.fotorama__thumb-border {
    border-radius: 10px;
}

.app-sidebar .logo .logo-icon {
    width: 100%;
    /* background: url(../../images/V8/crm/logo_licenciaapi.png) no-repeat; */
    background: url(../../images/V8/crm/pmx-blanco.png) no-repeat;
    background-position: center;
    background-size: 60%;
    background-color: #D52528 !important;
}

@media (max-width: 576px) {
    .app-sidebar .logo {
        padding-left: 0;
        padding-right: 0;
    }
}

.app-sidebar .logo {
    /* background-color: #FFCCD0; */
    background-color: #D52528 !important;
}

.app-menu>ul>li ul {
    /* background: #FFEAED; */
    background-color: #f0f0f0;
}

body {
    /* background-color: #FFEAED; */
    background-color: #f0f0f0;
}

.fc .fc-non-business {
    background-color: #fff5f6;
}

.fc-h-event {
    background: #FFEAED;
    border-color: #FFEAED;
}

.app-header .nav-notifications-toggle {
    background: #FFCCD0 !important;
    color: #D52528 !important;
}

.app-header::before {
    /* background: linear-gradient(180deg, rgba(255, 234, 237, 0.8) 0, #FFEAED 40%, #FFEAED 78%, rgba(231, 236, 248, 0) 100%); */
    background: linear-gradient(180deg, rgba(240, 240, 240, 0.8) 0, #f0f0f0 40%, #f0f0f0 78%, rgba(231, 236, 248, 0) 100%);
}

.app-menu>ul>li.active-page>a,
.app-menu>ul>li.open>a,
.app-menu>ul>li>a:hover {
    color: #D52528;
}

.header-colorful .app-header .navbar {
    background-color: #D52528;
}

.fc .fc-daygrid-event {
    color: #D52528;
}

.fc-h-event .fc-event-main {
    color: #D52528;
}

.fc-daygrid-event-dot {
    border-color: #D52528;
}

.app-menu>ul>li:hover>a>i:not(.has-sub-menu).material-icons-two-tone {
    filter: invert(23%) sepia(75%) saturate(2994%) hue-rotate(343deg) brightness(84%) contrast(97%);
}

.app-menu>ul>li.active-page>a>i:not(.has-sub-menu).material-icons-two-tone,
.app-menu>ul>li.open>a>i:not(.has-sub-menu).material-icons-two-tone,
.app-menu>ul>li>a:hover>i:not(.has-sub-menu).material-icons-two-tone {
    filter: invert(23%) sepia(75%) saturate(2994%) hue-rotate(343deg) brightness(84%) contrast(97%);
}

.header-colorful .app-header .navbar .navbar-nav>li>a {
    color: #ffc4c4;
}

.pace .pace-progress {
    background: #D52528;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #ff6a76;
    border-color: #ff6a76;
}

.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #ff4857;
    border-color: #ff4857;
}

iframe {
    border-radius: 8px;
}

.app-content .content-menu li a.active::after {
    background-color: #ff4857;
}

.list-group-item.active {
    font-weight: 500;
    background: #FFEAED;
    color: #ff4857;
    border-color: #ece1e1;
}

/* .dropzone {
    background: #ece1e1;
} */

#map {
    height: 60vh;
}

.no-gutter-centered {
    padding-left: 3px;
    padding-right: 3px;
    margin-right: auto;
    margin-left: auto;
}

.extra-padding {
    padding: 6px !important;
}

.hidable {
    display: none;
}

.unhidden {
    display: block;
}

.bootstrap-select .dropdown-menu.show {
    min-width: 100% !important;
    max-width: 100% !important;
    overflow-y: auto;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    left: 5px !important;
    right: 0px !important;
    top: 7px !important;
}

.bootstrap-select button.dropdown-toggle {
    background: #fff;
    color: #24292e !important;
    border-color: #e3e6ea !important;
    padding: 10px 14px 10px 18px !important;
}

.dropdown-toggle.disabled {
    background-color: #e9ecef !important;
}

.bs-searchbox .form-control {
    border-color: #e3e6ea !important;
    background-image: none !important;
}

.dz-image img {
    width: 100% !important;
    height: auto !important;
}

.dropzone .dz-preview .dz-image{
    display: flex;
    align-items: center;
}

.floating-button {
    position: fixed;
    right: 0px;
    bottom: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
    z-index: 997;
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width: 479px) {
    .custom-border {
        border-top: 1px solid #dee2e6 !important;
        border-left: none !important;
    }

    .tracking-border {
        border-left: none !important;
    }
}

/* Small Devices and up */
@media only screen and (min-width: 480px) {
    .custom-border {
        border-top: none;
        border-left: 1px solid #dee2e6 !important;
    }

    .tracking-border {
        border-left: 1px solid #dee2e6 !important;
    }
}

.dropdown-menu li a
{
    padding: 5px 20px;
}

.fc-event.fc-success {
    background: #e6fcf0 !important;
    border-color: #e6fcf0 !important;
    color: #4bad48;
}

.navbar-nav {
    flex-direction: row;
}

.app-header .navbar{
    padding: 0 5px !important;
}

.input-group .btn i{
    margin-left: 0px !important;
    margin-right: 0px  !important;
}

.linked-properties .example-container.disabled, #InmueblesGradosOtros .example-container.disabled {
    background-color: #d7d7d7;
}
  
.linked-properties .example-container.in-another-process, #InmueblesGradosOtros .example-container.in-another-process {
    border: 2px solid red;
}
  
.linked-properties .example-container.is-desarrollo, #InmueblesGradosOtros .example-container.is-desarrollo {
    border: 2px solid #f9ca24;
    background-color: #a5b1c2;
}
  
.linked-properties .example-container.in-process, #InmueblesGradosOtros .example-container.in-process {
  border: 2px solid black;
}

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark{
    top: 15% !important;
    right: 5% !important;
    left: auto;
}

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg{
    width: 25px !important;
    height: 25px !important;
}

.bs-container .dropdown-menu.show{
    min-height: 50vh !important;
}

.bs-container .dropdown-menu.show div.inner.show{
    min-height: 50vh !important;
}