@charset "UTF-8";
/* CSS Document */
body {
    font-family: "Lato";
}

label {
    color: #263b67;
}
.app-header {
    /* height: 70px;*/
    border-bottom: 1px solid #d8d8d8;
}

.logo_header img {
    height: 22px;
}

.app-header .app-header__content {
    padding-right: 30px;
}
.ps--active-y > .ps__rail-y {
    display: none !important;
}
.card-header small {
    display: none;
}
.template_form-contol {
    box-sizing: border-box;
    margin-right: 5px;
}

/* .hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    background-color: #014ceb;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #014ceb;
} */
.header-user-info .widget-heading {
    text-align: center;
}
.header-user-info .widget-heading small {
    display: block;
}
.app-container {
    background-color: #f2f6fe !important;
    /* overflow: hidden; */
}
.app-header__logo .logo-src {
    height: 47px;
    width: 100%;
    background: url(../images/logo-2.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.app-sidebar .app-sidebar__inner {
    padding:0;
}
.app-sidebar .scrollbar-sidebar {
    background-position: -800px -10px;
    overflow-y: scroll !important;
    font-weight: 600;
}
.scrollbar-sidebar::-webkit-scrollbar {
    width: 0px;
    display: unset;
}
.closed-sidebar:not(.sidebar-mobile-open)
    .app-sidebar:hover
    .scrollbar-sidebar {
    position: relative !important;
    height: 100% !important;
    overflow: scroll !important;
    overflow-y: scroll !important;
}
.closed-sidebar:not(.sidebar-mobile-open) .app-sidebar .scrollbar-sidebar {
    position: static;
    height: auto;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
}
.app-sidebar__heading {
    color: #fff;
}

.fixed-sidebar .app-sidebar {
    height: 103vh;;
}
.slick-initialized .slick-slide {
    margin-bottom: -5px;
}

.property-header-title,.header-user-name-initials {
    color: #011237;
    font-family: Lato;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
}

.header-user-name-initials {
    background-color: #e9f0fd;
    border-radius: 50%;
    width: fit-content;
    padding: 5px;
}

.header-btn-lg {
    margin-left: 1rem;
}

.colapse_btn {
    position: relative !important;
    top: 45px !important;
    background: #fff;
    color: #014ceb;
    font-weight: 900 !important;
    width: 2.3em;
    height: 2.3em;
    border-radius: 50%;
    margin-right: 1.5em;
    opacity: 1 !important;
    z-index: 999999999 !important;
}
.colapse_btn:hover {
    color: #fff;
    background: #014ceb;
    opacity: 1 !important;
    transition: 0.2s ease-in-out;
}
.colapse_btn_open {
    left: 90px;
    padding-top: 0px;
    transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    -webkit-transform: rotate(0deg) !important;
    transition: transform 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.colapse_btn_closed {
    left: -110px;
    padding-top: 0px;
    transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    -webkit-transform: rotate(180deg) !important;
    transition: transform 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.hover_colapse_btn {
    left: 90px;
    padding-top: 0px;
    transition: 0.2s ease-in-out;
}

/*NOTIFICATION*/
.bg-primary {
    background-color: #014ceb !important;
}
.badge-primary {
    color: #fff;
    background-color: #014ceb;
}
.text-primary {
    color: #014ceb !important;
}
/*LOGIN*/
#logo-top img {
    width: 250px;
}
.space-top {
    margin-top: 20%;
}
.or-login {
    margin-top: 50px;
}
.btn-login-custom {
    margin-top: 7px;
    transition: 0.3s ease-in-out;
}
.btn-login-custom:hover {
    filter: brightness(95%);
    -webkit-filter: brightness(95%);
    -moz-filter: brightness(95%);
    -o-filter: brightness(95%);
    -ms-filter: brightness(95%);
    transition: 0.3s ease-in-out;
}
/*LOGOUT*/
.bg-info {
    background-color: #014ceb !important;
}
.btn-outline-primary {
    color: #014ceb;
    border-radius: 4px;
    border: 1px solid #014ceb;
    background: #f7fafe;
    height: 34px;
    line-height: 20px;
}
.btn-outline-primary:hover {
    color: #014ceb;
    border: 1px solid var(--Primary-Bright-Blue, #014ceb);
    background: #eef4ff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active {
    color: #fff !important;
    background-color: #014ceb;
}
/*WARNING*/
.btn-outline-warning:hover {
    color: #212529;
    background-color: #fec90f;
}
.btn-outline-warning:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #fec90f;
}
.badge-warning {
    color: #263B67;
    background-color: #fec90f;
}
.bg-warning {
    background-color: #fec90f !important;
}
/*CARD*/

.card-header > .nav .nav-link::before {
    background: #014ceb;
}

.tabs-animated .nav-link {
    color: #011237;
}

.card-header > .nav .nav-link.active {
    color: #014ceb;
}

.card-header > .nav .nav-link:hover {
    color: #014ceb;
}
.custom-card {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(184, 184, 184, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(184, 184, 184, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(184, 184, 184, 0.5);
}

.card-margin-bottom {
    margin-bottom: 70px;
}

/*BTN_FOCUS*/
.btn-focus {
    color: #fff;
    background: linear-gradient(to bottom, #27233a 50%, #0f0538 50%) no-repeat
        scroll right bottom / 100% 210% #0f0538 !important;
    overflow: hidden;
    border: none !important;
    border-radius: 3px;
    transition: all 0.3s ease;
}
.btn-focus:hover {
    background-position: right top !important;
    color: #ffffff !important;

    background-color: #054adc;
}
.tabs-animated .nav-link::before {
    background: #014ceb;
}
.dropdown-menu .dropdown-header {
    color: #014ceb;
}
.dropdown-item:hover,
.dropdown-item:focus {
    color: #0f0538;
    background-color: #6fc7e2;
}
hr.custom-hr {
    border-top: 1px solid #014ceb;
}
.integrations {
    width: 85px;
    margin: 0 50px 0 0;
    border-radius: 3px;
}
.connect-integrations {
    position: absolute;
    right: 20px;
}
.integrations-rent {
    width: 180px;
    vertical-align: top;
}
/*NAVIGATION SIDEBAR MENU*/

.vertical-nav-menu li {
    padding: 0px 15px 0px 15px;
    transition: all 0.3s ease;
}
.vertical-nav-menu li:hover {
    background-position: right top !important;
    color: #ffffff !important;
    transition: all 0.3s ease;
}
.vertical-nav-menu li a {
    font-family: "Lato";
    color: #fff;
    font-size: 15px;
    line-height: 3.4rem;
    font-weight: 600 !important;
    height: 3.4rem;
    border-radius: 4px;
    display: flex;
    align-items: center;

}

.vertical-nav-menu ul:before {
    height: 0;
}

.mm-show > .vertical-nav-menu li a:hover {
    background-color: #014ceb;
    color: white;
}

.vertical-nav-menu li.mm-active > a {
}
.vertical-nav-menu li > a {
    /* color: #0f0538 !important; */
    height: 40px !important;
}
.mm-active {
    background: #014ceb;
}
/* .mm-active:hover {
    background: #0f0538;
} */
.vertical-nav-menu ul::before {
    background: #6fc7e2;
}
.vertical-nav-menu li a:hover {
    /* background: none; */
    color: #0f0538;
    transition: 0.2s;
}
.vertical-nav-menu ul > li {
    padding: 0px 15px 0px 0;
    background: none !important;
}
.vertical-nav-menu ul > li > a {
    font-size: 16px;
    color: #fff;
}
.vertical-nav-menu ul > li:last-child {
    border: none !important;
}
.vertical-nav-menu ul>li>a {
    padding: 0 0.5rem 0;
}
.vertical-nav-menu ul  {
    padding: 0 0 0 2rem;
}

.vertical-nav-menu ul > li > a:hover {
    color: #0f0538;
}
.vertical-nav-menu ul > li > a.mm-active {
    color: #0f0538;
    background: none;
}
.vertical-nav-menu i.metismenu-state-icon,
.vertical-nav-menu i.metismenu-icon {
    font-size: 1.5rem;
    opacity: 1;
}
.vertical-nav-menu i.metismenu-state-icon,
.vertical-nav-menu i.metismenu-icon:hover {
    opacity: 1;
}
/*.app-logo {
	height:63px;
	width:100%;
	background:url(../images/logo-2.png);
	background-repeat: no-repeat;
	background-size: auto 100%;

	position: absolute;
	left: 40%;
	margin-bottom: 100px;
}*/
/*SEARCH BAR HEADER*/
.search-wrapper .input-holder .search-icon span::before {
    background: #014ceb;
}
.search-wrapper .input-holder .search-icon span::after {
    border: 2px solid #014ceb;
}
.search-wrapper .close::before,
.search-wrapper .close::after {
    background: #014ceb;
}
.search-wrapper.active .close {
    background: #fff !important;
}

#loading-search {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: white url(../images/loading-animation.gif) center center
        no-repeat;
    opacity: 0.7;
    z-index: 99999999;
}

#loading-search.faq {
    opacity: 0.6;
    background: black url(../images/loading-animation.gif) center center
        no-repeat;
}
#loading-search-nurture {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: white url(../images/loading-animation.gif) center center
        no-repeat;
    opacity: 0.7;
    z-index: 99999999;
}
/*DROPDOWN CUSTOM SELECT2 - SEARCH BAR*/
.select2-container {
    max-width: 100% !important;
}
.select2-container .select2-selection--single {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    border: 1px solid #014ceb !important;
    border-radius: 3px;
    padding: 10px 18px 10px 10px !important;
    width: 100% !important;
    height: auto !important;
}
.select2-container .select2-selection--single:focus {
    outline-color: #014ceb !important;
}
.select2-search--dropdown .select2-search__field {
    padding: 7px;
    outline-offset: 0 !important;
    border: 1px solid #014ceb !important;
}
.select2-search--dropdown .select2-search__field:focus {
    outline-color: #014ceb !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 40px !important;
    top: 5px !important;
    right: 5px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #014ceb !important;
}
.select2-results__option {
    padding-left: 14px !important;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #e3eaec !important;
}
.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: #014ceb !important;
    color: #fff !important;
}

.select2-selection__clear {
    margin: 5px 10px 0 5px !important;
}
/*END DROPDOWN CUSTOM SELECT2 - SEARCH BAR*/

/*HEADINGS*/
.page-title-heading h1 {
    font-family: "Lato", sans-serif;
    color: #0f0538;
}

.page-title-heading h4 {
    margin-bottom: 0 !important;
    color: #011237;
    font-weight: 700;
}
.text-blue {
    color: #014ceb !important;
}
.bot-title {
    padding: 0 40px 0 0;
    color: #0f0538;
    font-size: 16px;
}
/*FORM FIELDS/BUTTON STYLE*/
.form-control {
    font-family: "Lato", sans-serif;
    height: auto;
    border-radius: 3px;
    line-height: 1.4;
    padding: 2px 20px 2px 20px;
    color: #263b67;
    font-size: 16px;
    height: 36px;
    border-radius: 8px;
    border: 1px solid #ced4da;
}
.form-control:focus {
    border-radius: 8px;
    /* height: 36px; */
    border: 1px solid var(--Primary-Bright-Blue, #014ceb);
    background: var(--Background-Light-Grey-Blue, #f2f6fe);
    box-shadow: 0px 0px 3px 0px #326eed;
}
.custom-select {
    font-size: 14px;
    height: auto;
    border: 1px solid #014ceb;
    padding: 0 20px !important;
    line-height: 1.4;
    height: 36px;
    border-radius: 8px;
    border: 1px solid #ced4da;
    background: #fff;
}
.custom-select:focus {
    border: 1px solid #014ceb;
    background: #f2f6fe;
    box-shadow: 0px 0px 3px 0px #014ceb;
}

.custom-select option[selected] {
    background-color: #014ceb;
    color: #FFF;
}
.dropzone {
    border: 1px solid #014ceb !important;
    border-radius: 3px !important;
}
.dropzone .dz-message {
    margin: 2.7em 0 !important;
}
/*TABS-PRIMARY*/
.btn-primary.btn-shadow {
    background: #014ceb !important;
    border: none !important;
    box-shadow: 0 0.125rem 0.625rem rgba(184, 184, 184, 0.4),
        0 0.0625rem 0.125rem rgba(184, 184, 184, 0.5);
}
.btn-primary.btn-shadow:hover {
    background: #fec90f !important;
    border: none !important;
    box-shadow: 0 0.125rem 0.625rem rgba(184, 184, 184, 0.5),
        0 0.0625rem 0.125rem rgba(184, 184, 184, 0.6);
}
.btn-primary.btn-shadow .active {
    color: #212529 !important;
    background-color: #fec90f;
    /*box-shadow: 0 0.125rem 0.625rem #0f053950, 0 0.0625rem 0.125rem #0f053960 !important;*/
}
.btn.btn-shadow.active {
    color: #FFF;
    text-align: center;
    font-family: Lato;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.2px;
    background: #014CEB !important;
    border: none;
}
.btn-shadow-custom {
    font-size: 0.87rem !important;
    padding: 0.495rem 0.99rem !important;
}
/*TIMELINE UPCOMING*/
.timeline-b {
    background: #a5bbc330;
}
.vertical-time-icons .vertical-timeline-element-icon .timeline-icon {
    width: 50px;
    height: 50px;
    margin-left: 10px;
}
.vertical-timeline-element-content-custom {
    margin: 0 0 40px 60px !important;
}
.vertical-timeline-element-content-custom .timeline-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 10px 40px;
    padding: 2px 0 0;
}
.vertical-timeline-element-content-custom p {
    color: #6c757d;
    font-size: 14px;
    margin: 0 0 0 40px;
}
.vertical-time-icons::before {
    left: 43px;
    background: #fff;
}
.timeline-date {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 5px 0 0 20px;
    width: 50px;
}
.date-t {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}
.scroll-area-lg-custom {
    height: 330px;
    overflow-x: hidden;
}
/*LEADS CARD MODAL*/

.card-custom-modal {
    margin-bottom: 0px !important;
    box-shadow: none !important;
}
/*.florplans {

    height: 150px;
	width: auto;
}*/
#florplans_inactive {
    opacity: 0.4 !important;
}
.slider-item {
    background: #fff !important;
}
.normal {
    font-weight: 500;
    font-family: "Lato", sans-serif;
    color: #495057;
}
.get_notified {
    margin: 5px 0 10px 15px;
}
.get_notified_buttons {
    margin: 5px 0 20px 25px;
}
.get_notified_icon {
    font-size: 17px;
    color: #263B67;
    background: #fec90f !important;
    border-radius: 3px;
    padding: 0.375rem 0.75rem;
}
#notified_me {
    display: none;
}
#notified_me1 {
    display: none;
}

#badge-warning {
    font-size: 9.5px;
    color: #263B67;
    background: linear-gradient(to bottom, #fad161 50%, #fec90f 50%) no-repeat
        scroll right bottom / 100% 210% #fec90f !important;
    transition: all 0.3s ease;
}
#badge-warning:hover {
    cursor: pointer !important;
    color: #263B67 !important;
    border-color: #fad161;
    background-position: right top !important;
    transition: all 0.3s ease;
}
.carousel-indicators li {
    position: relative;
    top: 30px !important;
    background-color: #014ceb;
}
.controls-carousel > a {
    position: relative;
    top: 20px !important;
    left: 45%;
    color: #014ceb;
    font-size: 30px;
    transition: all 0.3s ease;
}
.controls-carousel > a:hover {
    text-decoration: none !important;
    color: #0f0538;
    transition: all 0.3s ease;
}
.widget-content .widget-content-left .widget-heading {
    opacity: 10;
    font-weight: 900;
    font-family: "Lato", sans-serif;
}

.header-right-menu {
    display: flex;
    align-items: center;
}

.header-right-menu img {
    margin-right: 8px;
}
.modal-content-custom {
    background-color: transparent;
    border: none;
}
.modal-dialog-custom {
    box-shadow: none !important;
    border: none;
    display: flex;
    justify-content: center;
}
.modal-dialog-custom-blackouts {
    max-width: 950px !important;
}
.scroll-area-sm-custom {
    height: 500px;
    overflow-x: hidden;
}


.modal-dialog-delete-blackout {
    position: relative;
    width: 517px;
    min-height: 213px;
    max-height: 230px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 8px 10px 0px rgba(144, 144, 144, 0.25);
}

.menu-header-blackout-delete {
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-header-title-blackout-delete {
    color: var(--Secondary-text-secondary, #263B67);
    text-align: center;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 0;
}

.menu-header-title-blackout-delete-info {
    color: var(--Secondary-text-secondary, #263B67);
    text-align: center;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 228.571% */
    margin-bottom: 30px;
}

.menu-header-close-icon-blackout {
    position: absolute;
    top: 10px;
    right: 10px;
}

.body-content-blackout-delete {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-top: 45px;
}

.btn-blackout-delete-wrapper, .btn-blackout-delete-wrapper-all-remove {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.btn-blackout-delete-wrapper-all {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    width: 326px;
    margin: auto;
}

.btn-blackout-lg {
    width: 157px;
    height: 42px !important;
}

/*ANSWERS*/
.form-control-60 {
    width: 60%;
    float: left;
    margin: 0 20px 16px 0;
}


.btn-side.add_more_button{
    height: auto;
}

.more-button:hover {
    cursor: pointer;
}
.radio_questions {
    float: left;
    margin-right: 20px;
    margin-top: 7px;
}
/*END ANSWERS*/
.form-style {
    font-size: 16px;
    padding: 22px 20px 22px 20px !important;
    color: #495057;
    background-color: #fff;
    border: 1px solid #014ceb;
    border-radius: 3px;
}
.form-style:focus {
    box-shadow: 0px 0em 0.5em #014ceb;
}
.btn-primary {
    color: #fff;
    background: #014ceb;
    overflow: hidden;
    border: 1px solid #014ceb;
    border-radius: 4px;
    transition: all 0.3s ease;
    height: 34px;
}

.btn-primary-conversation-history {
    color: #fff;
    background: #014ceb;
    overflow: hidden;
    border: 1px solid #014ceb;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn-lg {
    height: 42px !important;
    line-height: 25px;
}

.btn-sm {
    height: 28px !important;
    /* line-height: 12px; */
}

.btn-primary:hover {
    background-position: right top !important;
    color: #ffffff !important;
    border-color: #054adc;
    /* transition: all 0.3s ease; */
    background-color: #054adc;
}
.btn-primary:disabled {
    color: #fff;
    border: none !important;
    background-color: #e0e0e0;
}

.btn-primary:focus {
    background-color: #0644c9;
    border: #0644c9;
}
.btn-outline-primary {
    border-color: #014ceb;
}
.btn-outline-primary:hover {
    border-color: #014ceb;
}
.border-primary {
    border-color: #014ceb !important;
}
.custom-link > a {
    color: #fff !important;
    text-decoration: none;
}
.custom-link > a:hover {
    text-decoration: none !important;
}
.custom-link:hover {
    background-color: #0f0538 !important;
    transition: all 0.3s ease;
}
.btn-warning {
    color: #fff;
    background: #fec90f;
    overflow: hidden;
    border: 1px solid #fec90f;
    border-radius: 3px;
    transition: all 0.3s ease;
}
.btn-warning:hover {
    color: #212529 !important;
    border-color: #fad161;
    background-position: right top !important;
    transition: all 0.3s ease;
}
.btn-danger {
    border: 1px solid #f04a72;
    background: #f04a72;
    transition: all 0.3s ease;
    height: 34px;
}
.btn-danger:hover {
    border-color: #e4335e;
    background-color: #e4335e;
}
.btn-secondary {
    color: #fff;
    background: linear-gradient(to bottom, #98a5b0 50%, #6c757d 50%) no-repeat
        scroll right bottom / 100% 210% #6c757d !important;
    overflow: hidden;
    border: none !important;
    border-radius: 3px;
    transition: all 0.3s ease;
}
.btn-secondary:hover {
    background-position: right top !important;
    color: #ffffff !important;
    transition: all 0.3s ease;
}
.btn-secondary-custom {
    color: #fff;
    font-size: 16px;
    background: linear-gradient(to bottom, #98a5b0 50%, #6c757d 50%) no-repeat
        scroll right bottom / 100% 210% #6c757d !important;
    overflow: hidden;
    border: none !important;
    border-radius: 3px;
    padding: 15px 30px 15px 30px !important;
    transition: all 0.3s ease;
}
.btn-secondary-custom:hover {
    background-position: right top !important;
    color: #ffffff !important;
    transition: all 0.3s ease;
}
.btn-danger-custom {
    color: #fff;
    font-size: 16px;
    background: #f04a72 !important;
    overflow: hidden;
    border: none !important;
    border-radius: 3px;
    transition: all 0.3s ease;
}
.btn-danger-custom:hover {
    border-color: #e4335e !important;
    background-color: #e4335e !important;
    color: #ffffff !important;
    transition: all 0.3s ease;
}
/*BTN PRIMARY CUSTOM*/
.btn-primary-custom {
    color: #fff;
    font-size: 16px;
    background: #014ceb;
    overflow: hidden;
    border: none !important;
    border-radius: 3px;
    padding: 15px 30px 15px 30px !important;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-primary-custom:hover {
    background-position: right top !important;
    color: #ffffff !important;
    transition: all 0.3s ease;
    background-color: #054adc;
}
.btn-select-deselect-all {
    color: #fff;
    background: #263b67 !important;
    border: 1px solid #263b67 !important;
}
.btn-select-deselect-all:hover {
    color: #fff;
    background: #263b67 !important;
    border: 1px solid #263b67 !important;
    cursor: pointer;
}
.user-control-menu {
    color: #515c75;
    font-family: Lato;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.504px;
    padding: 0;
}
.user-control-menu:hover {
    background: #dfeaff;
}
.notification {
    background-color: #014ceb;
    color: white;
    text-decoration: none !important;
    padding: 6px 14px;
    position: relative;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #014ceb;
    transition: all 0.3s ease;
    overflow: visible;
}
.notification:hover {
    background-position: right top !important;
    color: #ffffff !important;
    border-color: #6fc7e2;
    transition: all 0.3s ease;
}
.notification .badge {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 5px 7px;
    border-radius: 50%;
    background-color: #28c6b3;
}
.footer-login {
    position: absolute;
    bottom: 0px;
}
.footer-register {
    position: absolute;
    bottom: 0px;
}
.form-check {
    padding-left: 0rem;
}
/*PLACEHOLDER STYLE*/
.form-control::-webkit-input-placeholder {
    color: #b0adad;
}
.form-control::-moz-placeholder {
    color: #b0adad;
}
.form-control:-ms-input-placeholder {
    color: #b0adad;
}
.form-control::-ms-input-placeholder {
    color: #b0adad;
}
.form-control::placeholder {
    color: #b0adad;
}
/*CHECKBOX STYLE*/
input[type="checkbox"] {
    position: relative;
    cursor: pointer;
}
input[type="checkbox"]:before {
    content: "";
    display: block;
    position: absolute;
    height: 22px;
    width: 22px;
    top: -5px;
    left: 0;
    border: 1px solid #014ceb;
    border-radius: 2px;
    background-color: #fff;
}
input[type="checkbox"]:checked:before {
    background-color: #014ceb;
}
input[type="checkbox"]:checked:after {
    content: "";
    display: block;
    position: absolute;
    left: 9px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
input[type="checkbox"]:disabled:before {
    background-color: #dae4e8 !important;
    border-color: #a5bbc3 !important;
}
.checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-left: 0px !important;
    cursor: pointer;
    font-size: 14px !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default checkbox */
.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    left: 0;
    height: 22px;
    width: 22px;
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #014ceb;
}
/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
    background-color: #014ceb;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.checkbox .checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*END CHECKBOX STYLE*/
/*RADIO STYLE */
input[type="radio"] {
    position: relative;
    cursor: pointer;
    margin-right: 13px;
}
input[type="radio"]:before {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: -1px;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border: 1px solid #014ceb;
    border-radius: 50%;
}
input[type="radio"]:checked:before {
    background-color: #014ceb;
}
input[type="radio"]:checked:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
}
input[type="radio"]:disabled:before {
    background-color: #dae4e8 !important;
    border-color: #a5bbc3 !important;
}

/* CUSTOM RADIO */
.radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    margin-left: 0px !important;
    cursor: pointer;
    font-size: 14px !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default radio button */
.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
/* Create a custom radio button */
.checkmark-radio {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border: 1px solid #014ceb;
    border-radius: 50%;
}
/* When the radio button is checked, add a blue background */
.radio input:checked ~ .checkmark-radio {
    background-color: #014ceb;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-radio:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the indicator (dot/circle) when checked */
.radio input:checked ~ .checkmark-radio:after {
    display: block;
}
/* Style the indicator (dot/circle) */
.radio .checkmark-radio:after {
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
}
.btn-full {
    width: 100% !important;
}
/*END RADIO STYLE*/
.p-forgot {
    padding-left: 0 !important;
    color: #0f0539;
}
.p-forgot:hover {
    color: #014ceb;
    text-decoration: none;
}
/*TIMEPICKER*/
/*.gj-icon {
  line-height: 1.8;
  padding-right: 10px;
}*/
.timepicker-input {
    width: 100%;
    height: 33px;
    padding-left: 10px;
    font-size: 14px;
    border-radius: 3px;
    border: 1px solid #014ceb;
}
.timepicker-input:focus {
    border: 1px solid #014ceb;
}
.gj-icon {
    width: 40px;
    height: 33px;
    position: absolute;
    right: 0px !important;
    color: #fff;
    padding-left: 10px;
    border: 1px solid #014ceb;
    border-radius: 3px;
    background: linear-gradient(to bottom, #6fc7e2 50%, #014ceb 50%) no-repeat
        scroll right bottom / 100% 210% #014ceb !important;
    line-height: 1.6;
    transition: all 0.3s ease;
}
.gj-icon:hover {
    background-position: right top !important;
    border-color: #6fc7e2;
    transition: all 0.3s ease;
}
.gj-timepicker-md [role="right-icon"] {
    font-size: 20px;
}
.gj-picker-md [role="header"] {
    background: #014ceb;
}
.gj-picker-md [role="body"] [role="arrow"] {
    background-color: #014ceb;
}
.gj-picker-md [role="footer"] button.gj-button-md {
    color: #014ceb;
}
.gj-picker-md .arrow-begin {
    background-color: #014ceb;
}
.gj-picker-md .arrow-end {
    border: 16px solid #014ceb;
}
.gj-picker-md [role="body"] [role="arrow"] {
    background-color: #014ceb;
}
/*LOGIN STYLE*/
.slick-slider .slide-img-bg {
    opacity: 1;
    background-color: #fff;
}
.slide-img-bg {
    background-image: url("../images/login/1-1.jpg");
    background-size: auto;
    background-position: -230px 0;
}
#cloud-1 {
    visibility: hidden;
    top: 15%;
    display: block;
    position: absolute;
    animation: move_clouds_1 35s linear infinite;
    z-index: 12;
}
#cloud-2 {
    visibility: hidden;
    top: 20%;
    display: block;
    position: absolute;
    animation: move_clouds_2 25s linear infinite;
    z-index: 11;
}
#cloud-3 {
    visibility: hidden;
    top: 2%;
    display: block;
    position: absolute;
    animation: move_clouds_3 45s linear infinite;
    z-index: 10;
}

.fixed-mb-intens {
margin-bottom: 180px;
}
@keyframes move_clouds_1 {
    0% {
        left: -190px;
    }
    100% {
        left: 100%;
    }
}
@keyframes move_clouds_2 {
    0% {
        right: -250px;
    }
    100% {
        right: 100%;
    }
}
@keyframes move_clouds_3 {
    0% {
        left: -700px;
    }
    100% {
        left: 100%;
    }
}
.card-header {
    border-bottom-width: 1px;
    border-color: #014ceb;
}
/*GRID*/
.grid-no-border {
    border: none !important;
}
/*TABs Titles*/
.tabs-lg-alternate.card-header .widget-number {
    font-size: 1.7em;
}
/*TOOLTIP*/
.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem;
}
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
    top: 21px !important;
    left: 15px !important;
}
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    top: 8px !important;
    left: 3px !important;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
}
.bs-tooltip-right {
    top: -40px !important;
    left: -45px !important;
}
.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem;
}
.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
    top: 21px !important;
    right: 25px !important;
}
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    top: 8px !important;
    right: 28px !important;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
}
.bs-tooltip-left {
    top: -40px !important;
    left: 50px !important;
}
/*END TOOLTIP*/
/*TABLES*/
.table {
    white-space: nowrap !important;
    width: 100% !important;
    border-collapse: collapse !important;
}

table.dataTable {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.dt-scroll, #propertySpecialTable, #floorplanSpecialTable, #unitSpecialTable {
    margin: 1rem 0 ;
   ;
}
.table-striped tbody tr:nth-of-type(odd) {
    /*background-color: rgba(0,0,0,0.03);*/
    background: #f2f6fe;
}
.table-hover tbody tr:nth-of-type(even):hover {
    background-color: #f9fbff;
}

table.dataTable th.dt-type-numeric,
table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
  text-align: left !important;
}


.table th,
.table td {
    padding: 0.75rem;
    vertical-align: middle;
    border: none !important;
    font-family: "Lato", sans-serif;
    font-size: 14px !important;
}
.table tbody tr:first-child {
    border-top: 3px solid #014ceb !important;
}
.table-gallery {
    white-space: normal !important;
}
.dataTables_scrollHead {
    margin-top: 10px !important;
    border-top: 1px solid #e9ecef !important;
    border-bottom: 3px solid #014ceb !important;
    overflow: auto !important;
    overflow-x: hidden !important;
}
.dataTables_scrollHeadInner {
    /* margin-top: -10px !important; */
    /* width: auto !important;*/
    padding-right: 0px !important;
}
.action_title {
    position: sticky !important;
    background-color: #f2f6fe;
    right: 0 !important;
    width: 5% !important;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    box-shadow: -5px 2px 7px -3px rgba(108, 108, 108, 0.5);
    -webkit-box-shadow: -5px 2px 7px -3px rgba(108, 108, 108, 0.5);
    -moz-box-shadow: -5px 2px 7px -3px rgba(108, 108, 108, 0.5);
    color: #263b67;
}

.action_title_floorplans {
    position: sticky !important;
    background-color: #f2f6fe;
    right: 0 !important;
    width: 5% !important;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    box-shadow: -5px 2px 7px -3px rgba(108, 108, 108, 0.5);
    -webkit-box-shadow: -5px 2px 7px -3px rgba(108, 108, 108, 0.5);
    -moz-box-shadow: -5px 2px 7px -3px rgba(108, 108, 108, 0.5);
    color: #263b67;
}

.fixed_width_specials {
    width: 17% !important;
}
.fixed_width_files_action {
    max-width: 125px;
    min-width: 125px;
}

.fixed_width_checklist_edit, .fixed_width_templates {
    min-width: 135px;
    max-width: 135px;
}
.fixed_width_actions {
    max-width: 140px;
    min-width: 140px;
}
.fixed_width_actions_floorplans {
    max-width: 175px;
    min-width: 175px;
}

.fixed_width_actions_term_units {
    max-width: 70px;
    min-width: 70px;
}
.fixed_width_sources {
    max-width: 90px;
    min-width: 90px;
}

.fixed_width_actions_interest_list, .fixed_width_actions_protocols {
    max-width: 179px;
    min-width: 179px;
}
.fixed_width_actions_users {
    max-width: 185px;
    min-width: 185px;
}

.fixed_width_galery {
    width: 100px !important;
}
.fixed_width_campaign {
    width: 140px !important;
}
.fixed_width_protocols {
    width: 140px !important;
}
.fixed_width_virtual {
    width: 160px !important;
}
.fixed_width_floorplans {
    width: 10.5% !important;
}
.fixed_width_checklist {
    width: 90px !important;
}
.fixed_width_contacts_labels {
    width: 125px !important;
}
.action_buttons {
    position: sticky !important;
    right: 0 !important;
    background-color: #f2f6fe !important;
    box-shadow: -5px 2px 7px -3px rgba(108, 108, 108, 0.5);
    -webkit-box-shadow: -5px 2px 7px -3px rgba(108, 108, 108, 0.5);
    -moz-box-shadow: -5px 2px 7px -3px rgba(108, 108, 108, 0.5);
}
.fixed_width_user_name, .fixed_width_checklist_first_name {
    width: auto;
}
div.dataTables_wrapper div.dataTables_length select {
    width: 70px;
}
.table-horizontal {
    max-width: auto !important;
    overflow-x: hidden !important;
}
.table-horizontal-open {
    max-width: auto !important;
    overflow-x: hidden !important;
}
.page-item.active .page-link,
.pagination .active.page-number .page-link {
    z-index: 1;
    color: #fff;
    background-color: #014ceb;
    border-color: #014ceb;
}
.pagination li a {
    color: #014ceb;
}
.pagination li a:hover {
    color: #014ceb;
}

/*FOOTER*/
.logo-footer {
    height: 30px;
    width: 55px;
    /* background: url("../../assets/images/crm/betterbot-new.svg"); */
    background-repeat: no-repeat;
    background-size: auto 100%;
    margin-left: 20px;
}
.logo-footer img {
    height: 30px !important;
}
.separator {
    padding: 0 10px 0 10px;
}
.footer-copyright {
    font-size: 14px;
}
.footer-copyright a {
    color: #014ceb;
    transition: 0.4s;
}
.footer-copyright a:hover {
    color: #0f0539;
    text-decoration: none;
    transition: 0.4s;
}
.hidden {
    visibility: hidden;
}
/*MODAL*/
.modal {
    position: fixed;
    top: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100% !important;
    height: 100vh !important;
    z-index: 999999 !important;
}

.modal-body,
.modal-footer {
    background: #f7f8fa;
}
.modal-centar {
    left: 7.1% !important;
}
.closed-sidebar .modal-centar {
    left: 2.4% !important;
}
#passwordModal {
    position: fixed;
    top: 0px !important;
}
.close {
    color: #fff;
    background: linear-gradient(to bottom, #6fc7e2 50%, #014ceb 50%) no-repeat
        scroll right bottom / 100% 210% #014ceb !important;
    border-radius: 50%;
    text-shadow: none;
    line-height: 1.1;
    opacity: 1;
    transition: all 0.3s ease;
}
.close:hover {
    color: #fff;
    background-position: right top !important;
    background-color: #054adc;
}
.modal-header .close {
    padding: 0.17rem 0.71rem 0.27rem 0.71rem;
    margin: 5px 0 5px auto;
}
.modal-header {
    border-bottom: 1px solid #dee2e6;
    background: #f2f6fe;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
/* TOOLTIP */
.info_circle {
    color: #ccdadf;
}
.info_circle i {
    font-size: 16px;
}
.info_circle_switch {
    position: relative;
    color: #ccdadf;
    float: right;
    margin-left: 5px !important;
}
.info_circle_switch i {
    font-size: 16px;
}
/*.tooltip-inner {
  background-color: #ccdadf !important;
	color: #0f0539;
	font-size: 10px;
	padding: 10px 10px 10px 10px;
}
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
  border-top-color: #ccdadf;
}*/
.space {
    height: 100px;
}
.custom-title a {
    font-size: 22px;
}
.position-d-t {
    position: absolute;
    left: -110px !important;
}
#custom-timeline .vertical-timeline::before {
    position: absolute;
    left: 152px !important;
}
.badge-custom {
    font-size: 11px !important;
}
.move-right-badge {
    margin-left: 70px !important;
}
.move-right-content h4 {
    margin-left: 70px !important;
}
.move-right-content p {
    margin-left: 70px !important;
}
.title-heading {
    font-family: "Lato", sans-serif;
    color: #0f0538 !important;
    font-weight: 900 !important;
}
/*NOTES*/
#note {
    margin-left: 120px !important;
}
.comments {
    width: 100% !important;
    margin: 0px auto !important;
    border-left: none !important;
    padding: 5px 10px 5px 15px !important;
}
.comments > p {
    background-color: #fff;
    padding: 20px !important;
    font-size: 15px !important;
    font-family: "Lato", sans-serif !important;
    border: 1px solid #014ceb !important;
    border-radius: 3px;
    line-height: 1.2;
    position: relative;
}
.comments > p:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #014ceb transparent transparent !important;
    border-width: 8px;
    position: absolute;
    left: -17px;
    top: 10px;
}
.comments > p:before {
    content: "";
    display: none !important;
    width: 15px !important;
    height: 15px !important;
    border-radius: 50%;
    background-color: #014ceb !important;
    border: 3px solid #fec90f !important;
    position: absolute;
    top: 10px;
    left: -40px !important;
}
/*COLORPICKER*/
.minicolors-theme-bootstrap .minicolors-input {
    width: 100%;
    font-size: 14px;
    height: auto;
    border: 1px solid #014ceb;
    border-radius: 3px;
    padding: 18px 20px 18px 58px !important;
    line-height: 1;
}
.minicolors-theme-bootstrap .minicolors-swatch {
    top: 5px !important;
    left: 6px !important;
    width: 45px !important;
    height: 45px !important;
    border-radius: 3px;
}
/*CUSTOM CSS*/
#editor {
    height: 170px !important;
}
.ace-tm .ace_gutter-active-line {
    background-color: #a5bbc3 !important;
}
.ace-tm .ace_gutter {
    background: #a5bbc350 !important;
}
.ace_text-input {
    background: #a5bbc3 !important;
}
.ace_scroller {
    background-color: #ecf0f3 !important;
}
/*CALENDAR*/
.fc .fc-daygrid-day.fc-day-today {
    background-color: rgba(165, 187, 195, 0.5) !important;
}
.fc .fc-button-primary {
    color: #014ceb !important;
    background-color: #dfeaff !important;
    border-color: #dfeaff !important;
}
.fc .fc-button-primary:hover {
    color: #fff !important;
    background-color: #014ceb !important;
    border-color: #014ceb !important;
}
.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:not(:disabled):active {
    color: #fff !important;
    background-color: #014ceb !important;
    border-color: #014ceb !important;
}
.fc .fc-button-primary:focus,
.fc .fc-button-primary:not(:disabled).fc-button-active:focus,
.fc .fc-button-primary:not(:disabled):active:focus {
    box-shadow: none !important;
}
.fc .fc-button:focus {
    box-shadow: none !important;
}
.fc .fc-daygrid-day.fc-day-today {
    color: #fff !important;
    background-color: #014ceb !important;
    border: 1px solid #ecf6fa !important;
}
.fc-theme-standard td,
.fc-theme-standard th {
    border: none !important;
    border-right: 1px solid #fff !important;
    background-color: #fff !important;
}
.fc-theme-standard td,
.fc-theme-standard th:nth-child(odd) {
    border: none !important;
    border-right: 1px solid #fff !important;
    background-color: rgba(118, 150, 219, 0.1) !important;
}
.fc .fc-toolbar-title {
    font-size: 1.75em;
    margin: 0;
    font-weight: 900 !important;
    color: #0f0538 !important;
}
.fc .fc-col-header-cell-cushion {
    display: inline-block;
    padding: 3px 4px !important;
    font-size: 16px !important;
    color: #0f0538 !important;
}
.fc .fc-timegrid-slot-minor {
    border-top-style: solid;
}
.fc .fc-event,
.fc .fc-scrollgrid table tr:nth-child(odd) {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    background-color: #fff;
}
.fc-v-event {
    display: block;
    border: 1px solid #014ceb;
}
.fc-v-event {
    padding: 10px 10px;
    font-size: 12px;
    color: #212529;
    background-color: #014ceb;
    font-weight: 900;
    border: 1px ridge;
    height: 100%;
}
.fc-timegrid-event-harness-inset .fc-timegrid-event,
.fc-timegrid-event.fc-event-mirror {
    box-shadow: -1px 1px 2px 1px rgba(97, 97, 97, 0.5) !important;
    border: ridge 1px !important;
}
.fc-timegrid-event .fc-event-time {
    display: none;
}
.fc-daygrid-event-dot {
    border: 4px solid #014ceb !important;
}

.fc-today-button[disabled] {
    background-color: #014ceb !important;
    color: white !important;
    opacity: 1 !important;
}
.fc-daygrid-dot-event .fc-event-title {
    color: #fff;
}
.fc-direction-ltr .fc-daygrid-event .fc-event-time {
    color: #fff;
    padding-right: 10px;
}
.fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-direction-rtl .fc-daygrid-event.fc-event-start {
    border-color: #014ceb !important;
    background-color: #014ceb;
}
.m5-left {
    margin-left: 5px;
}
.hours_app {
    width: 110px !important;
    display: inline !important;
}
.email_logo_ybrand {
    width: 100% !important;
}
img.floorplan_img {
    width: 50px;
    height: 50px;
    object-fit: contain !important;
}
img.floorplan_img_new {
    max-width: 100% !important;
    max-height: 8rem !important;
    object-fit: contain !important;
}
img.floorplan_img_edit {
    max-width: 100% !important;
    max-height: 8rem !important;
    margin-bottom: 10px;
    vertical-align: top !important;
    object-fit: contain !important;
}
.app-container-overflow {
    overflow: hidden !important;
}

.app-right-custom {
    flex: 0 0 100%;
    max-width: 100%;
    overflow-y: scroll !important;
    height: 100vh !important;
    padding-bottom: 80px;
}

.custom-footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.close-modal {
    margin-left: auto;
}

.labels-container-contacts {
    display: flex;
    gap:8px;
}

/* .fixed-height-intents {
    height: 30vh;
} */
.source_mapping_wrapper-container {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.closed-sidebar .app-sidebar .app-sidebar__inner ul li a {
    text-indent: -99rem;
    padding: 0;
    display: list-item;
}

@media only screen and (max-width: 1440px) {
    /*LOGIN*/
    #logo-top img {
        width: 200px;
    }
    .space-top {
        margin-top: 15%;
    }
    .or-login {
        margin-top: 30px;
    }
    .btn-login-custom {
        margin-top: 5px;
    }
    .table-horizontal {
        max-width: auto !important;
        overflow-x: hidden !important;
    }
    .table-horizontal-open {
        max-width: 1250px !important;
        overflow-x: hidden !important;
    }
    .modal-dialog-custom-blackouts {
        max-width: 700px !important;
    }
    .col-100-laptop {
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
    .form-control {
        font-size: 13px;
        padding: 5px 8px 5px 10px !important;
    }
    .custom-select {
        font-size: 13px;
        /* padding: 17px 12px 17px 10px !important; */
        line-height: 1;
    }
}
@media only screen and (max-width: 1366px) {
    .btn-primary-custom {
        font-size: 14px;
        padding: 14px 30px 14px 30px !important;
    }
    .btn-secondary-custom {
        font-size: 14px;
        padding: 14px 30px 14px 30px !important;
    }
    .btn-danger-custom {
        font-size: 14px;
    }
    /*NAVIGATION SIDEBAR MENU*/
    .vertical-nav-menu li {

        padding: 0 15px 0 15px;
    }
    .vertical-nav-menu li a {
        font-size: 15px;
    }
    .vertical-nav-menu ul > li {
        padding: 0px 15px 0px 0;
    }
    /*TABs Titles*/
    .tabs-lg-alternate.card-header .widget-number {
        font-size: 1.5em;
    }
    .widget-laptop .pl-1 {
        font-size: 10px !important;
    }
    .modal-centar {
        left: 10.5% !important;
    }
    .closed-sidebar .modal-centar {
        left: 3% !important;
    }
    .scroll-area-sm-custom {
        height: 400px;
    }
    .table-horizontal {
        max-width: auto !important;
        overflow-x: hidden !important;
    }
    .table-horizontal-open {
        max-width: 1180px !important;
        overflow-x: hidden !important;
    }
}
@media only screen and (max-width: 1248px) {
    .closed-sidebar.closed-sidebar-mobile
        .app-header
        .app-header__logo
        .header__pane {
        display: inline-block !important;
    }
    .modal-dialog-custom-blackouts {
        max-width: 750px !important;
    }
}
@media only screen and (max-width: 1024px) {
    /*TABs Titles*/
    .tabs-lg-alternate.card-header .widget-number {
        font-size: 1.2em;
    }
    .timepicker-input {
        width: 100px;
    }
    .menu-header-image-custom {
        background-position: 0 -150px;
    }
    .scroll-area-lg-custom {
        height: 550px;
    }
    .modal-centar {
        left: 3.5% !important;
    }
    .closed-sidebar .modal-centar {
        left: 3.5% !important;
    }
    .table-horizontal {
        max-width: auto !important;
        overflow-x: hidden !important;
    }
    .table-horizontal-open {
        max-width: 820px !important;
        overflow-x: hidden !important;
    }

    .hours_app {
        width: 35% !important;
    }
    #login-right .col-lg-9 {
        flex: 0 0 90%;
        max-width: 90%;
    }
    .or-login {
        margin-top: 60px;
    }
}
@media only screen and (max-width: 995px) {
    .closed-sidebar.closed-sidebar-mobile
        .app-header
        .app-header__logo
        .header__pane {
        display: none !important;
    }
    #showhide {
        display: none !important;
    }

    .app-wrapper-footer {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .app-header__logo .logo-src {
        height: 33px;
        width: 97px;
    }
    .or-login {
        margin-top: 40px;
    }

    .btn-primary:not(:disabled):not(.disabled).active {
        border-color: #6fc7e2;
    }
    .btn-icon-vertical {
        margin-right: -10px;
        padding-right: 20px;
    }
    .app-footer .app-footer__inner .app-footer-right {
        display: flex;
    }
    .app-footer .app-footer__inner .app-footer-left {
        width: 25%;
    }
    .m10-top {
        margin-top: 15px;
    }
    .separator {
        padding: 0 5px 0 5px;
        font-size: 9px;
    }
    .integrations {
        margin-bottom: 10px;
    }
    .integrations-rent {
        margin-bottom: 10px;
    }
    .col-5-mobile {
        width: 35%;
    }
    .col-7-mobile {
        width: 65%;
    }
    .mobile-bottom-space {
        margin-bottom: 20px;
    }
    .footer-copyright {
        font-size: 9px;
    }
    .tabs-lg-alternate.card-header > .nav .nav-item .widget-number {
        font-size: 1rem;
    }
    .menu-header-image-custom {
        background-position: 0 -100px;
    }
    .widget-laptop .pl-1 {
        font-size: 14px !important;
    }
    .scroll-area-lg-custom {
        height: 350px;
    }
    .modal-centar {
        left: 0 !important;
    }
    .closed-sidebar-mobile .modal-centar {
        left: 0 !important;
    }
    .table-gallery {
        white-space: nowrap !important;
    }
    .table-horizontal {
        max-width: auto !important;
        overflow-x: hidden !important;
    }
    .table-horizontal-open {
        max-width: auto !important;
        overflow-x: hidden !important;
    }
}
@media only screen and (max-width: 600px) {
    .col-50-custom {
        width: 50% !important;
    }
    .mobile-block {
        display: block;
        font-size: 1.29rem;
        padding: 0 20px 0 20px;
    }
    .mobile-block-agents {
        display: block;
        font-size: 1.25rem;
        padding: 0 20px 21px 20px;
    }
    .mobile-block-api {
        display: block;
        font-size: 1.25rem;
        padding: 0 20px 21px 20px;
    }
    .mobile-block-lead {
        display: block;
        font-size: 1.25rem;
        padding: 0 13px 0 15px;
    }
    .mobile-block-entrata {
        display: block;
        font-size: 1.25rem;
        padding: 11px 13px 11px 15px;
    }
    .menu-header-image-custom {
        background-position: 0 0px;
    }
    .space {
        height: 0px;
    }
    .custom-title a {
        font-size: 16px !important;
    }
    .modal {
        top: 60px;
    }
    .controls-carousel > a {
        left: 38%;
    }
    .form-control-60 {
        width: 100% !important;
        float: left;
        margin: 10px 20px 10px 0;
    }
    .action_title {
        position: static !important;
    }
    .action_buttons {
        position: static !important;
    }
    #note {
        margin-left: 85px !important;
    }
    .comments {
        width: 90% !important;
        padding: 5px 10px 10px 0px !important;
    }
    .comments > p {
        background-color: #fff;
        padding: 15px !important;
        font-size: 13px !important;
    }
    .badge-custom {
        font-size: 8px !important;
    }
    .move-right-badge {
        margin-left: 32px !important;
    }
    .move-right-content h4 {
        margin-left: 30px !important;
    }
    .move-right-content p {
        margin-left: 30px !important;
    }
    #custom-timeline .vertical-timeline::before {
        position: absolute;
        left: 112px !important;
    }
    .dd-select {
        max-width: 100% !important;
    }
    .input_floorplan_upload {
        width: 100% !important;
    }
    img.floorplan_img_new {
        height: 150px !important;
    }
    img.floorplan_img_edit {
        height: 150px !important;
    }
    .footer-login {
        bottom: -10%;
    }
    .footer-register {
        bottom: -35%;
    }
    .card-footer {
        padding-bottom: 30px !important;
    }
    .floorplan_img_new {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

#floorplan_upload {
    display: none;
}

.availability_link_disabled {
    pointer-events: none !important;
    background: #dddddd;
}

pre.unstyled {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 100%;
    margin-bottom: 0;
}


.ms-container .ms-list {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    border: 1px solid #014ceb !important;
    box-shadow: none !important;
    height: 180px !important;
    width: 100% !important;
    border-radius: 8px !important;
}

.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    background-color: #014ceb !important;
}
.ms-container {
    background: url("../images/switch.png") 50% 50% no-repeat !important;
    margin-bottom: 20px !important;
    width: 100% !important;
}

input.search-input {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    margin-top: 8px;
    width: 100% !important;
    height: auto;
    border: 1px solid #ced4da !important;
    border-radius: 8px;
    line-height: 1;
    padding: 15px 20px 15px 20px !important;
}
input.search-input:focus {
    border: 1px solid #014ceb !important;
    box-shadow: 0px 0em 0.5em #014ceb !important;
    outline: none !important;
}
input.search-input:active {
    border: 1px solid #014ceb !important;
    box-shadow: 0px 0em 0.5em #014ceb !important;
    outline: none !important;
}

#over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0.9;
    filter: alpha(opacity = 90);
    background: #fff;
}

.form-control.is-valid {
    background-image: none !important;
}

.select2-container--default.select2-container--focus
    .select2-selection--multiple {
    border: solid #014ceb 1px !important;

}
.select2-container--default .select2-selection--multiple {
    border: solid #014ceb 1px !important;
    border-radius: 8px;
}
.select2-search__field {
    padding-left: 5px !important;
    width: 100% !important;
}

.select2-selection__choice {
    background-color: #014ceb !important;
    border: 1px solid #014ceb !important;
    color: white !important;
    width: fit-content;
    border-radius: 6px;
    margin: 2px;
    padding: 2px 4px;
}

.select2-selection--multiple:before, .select2-selection:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 42%;
    border-top: 5px solid #888;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    cursor: pointer;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    color: white !important;
}
.select2-container--default .select2-selection--multiple {
    padding-right: 30px; /* Adjust based on the size of the arrow */
}

.form-control-custom:focus {
    box-shadow: 0px 0em 0.5em #014ceb !important;
}

.form-control-custom:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

.form-control-custom {
    border: 1px solid #014ceb !important;

}

.ignored-source {
    background-color: #fff0f0 !important;
}

.mt-25 {
    margin-top: 25px;
}



#quicklinks option:hover{
    background-color: #014CEB;
    color: #fff;
}

.ai-button {
    border-radius: 4px;
    border: 1px solid #7b79fe !important;
    color: #7b79fe !important;
    font-family: Lato;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    background-color: white !important;
}
.ai-button img {
    margin-right: 5px;
}

.ai-button:hover {
    background-color: #f1f1fb !important;
    color: #fff;
}

.title-icon {
    width: 37px;
    height: 37px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    filter: drop-shadow(0px 2px 3.000000238418579px rgba(4, 9, 20, 0.03))
        drop-shadow(0px 4px 8.5px rgba(4, 9, 20, 0.05))
        drop-shadow(
            0px 15.000000953674316px 22.500001907348633px rgba(4, 9, 20, 0.03)
        )
        drop-shadow(0px 7.500000476837158px 35px rgba(4, 9, 20, 0.03));
}

.app-page-title {
    padding: 15px 30px;
    height: 76px !important;
    border-bottom: 1px solid #d5dded;
    background: linear-gradient(180deg, #E5EFFF -163.82%, #FFF 99.83%) !important;
    box-shadow: 0px 4px 4px 0px rgba(205, 205, 205, 0.25);
}

.app-page-title .page-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-title-actions a, .page-title-actions button {
    margin-bottom: 0 !important;
}
.calendar-page-title-actions-wrapper {
    display: flex;
    gap: 10px;

}

.app-page-title h1 {
    margin-bottom: 0 !important;
    font-size: 22px;
    font-weight: 700;
}

.app-page-title h4 {
    font-size: 20px;
}

.page-title-icon {
    width: 36px !important;
    height: 36px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: none !important;
    margin: 0 15px 0 0 !important;
    padding: 0 !important;
}

.page-title-icon img {
    display: inline-block;
    margin: auto;
}

.small-screen-hide {
    display: none;
}

/* .app-main .app-main__inner {
    padding: 50px 28px ;
} */

.card-header,
.card-title {
    color: #011237;
    font-size: 15px;
}

.card.mb-3 {
    margin-bottom: 20px !important;
}

.card {
    border-radius: 8px;
    box-shadow: 0px 2px 3px 0px rgba(4, 9, 20, 0.03),
        0px 4px 8.5px 0px rgba(4, 9, 20, 0.05),
        0px 15px 22.5px 0px rgba(4, 9, 20, 0.03),
        0px 7.5px 35px 0px rgba(4, 9, 20, 0.03),
        0px 0px 5px 0px rgba(184, 184, 184, 0.5);
}

.no-radius {
    border-radius: 0;
}

.fixed-notes-bottom-margin {
    margin-bottom: 210px !important;
}

@media only screen and (min-width: 1200px) {
    .small-screen-hide {
        display: block;
    }

    .small-screen-show {
        display: none;
    }
}

/* CRM MAIN STYLES */

.app-main {
    padding-top: 59px !important;
}
.crm-main {
    /* background-color: #4271cd !important; */
    height: calc(100vh - 60px);
    overflow: hidden;
    font-family: Lato;

    .app-main__inner {
        padding: 0 !important;
        height: calc(100vh - 60px);
    }

    .app-page-title {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 30px;
        margin: 0;
    }

    .main-title {
        color: #495057;
        font-family: Lato;
        font-size: 20px;
        line-height: 30px;
    }

    .content-wrapper {
        padding: 28px 28px 0 28px;
        height: calc(100vh - 133px);
    }

    .crm-btn {
        display: inline-block;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 6px 16px;
        border-radius: 4px;
        height: 36px;
        min-width: 91px;
        font-weight: 500;
        line-height: 19.2px;
        text-decoration: none;
        cursor: pointer;
        > img {
            margin-right: 5px;
        }
    }

    .crm-primary-btn {
        border: 1px solid #014ceb;
        background: #014ceb;
        color: #fff;
    }

    .crm-primary-btn:hover {
        border: 1px solid #054adc;
        background: #054adc;
    }

    .crm-outline-btn {
        color: #014ceb;
        border: 1px solid #014ceb;
        background-color: #f7fafe;
    }

    .crm-outline-btn:hover {
        background: #eef4ff;
    }

    .crm-btn-sm {
        height: 32px !important;
        font-size: 13px;
    }

    .crm-btn-no-border {
        border: none !important;
        background-color: white;
    }

    .crm-btn-danger {
        color: #ff5157 !important;
    }

    .crm-btn-danger:hover {
        background: #F5E8EB !important;
        color: #ff5157 !important;
        opacity: 1 !important;
        transition: 0.2s ease-in-out;
    }

    .custome-select {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: start;
        color: rgba(13, 27, 62, 0.7) !important;
        background: unset !important;
        font-family: Lato;
        font-size: 14px;
        font-style: normal;
        font-weight: 900;
        line-height: 21px;
        text-transform: uppercase;
    }
    .custome-select:hover {
        color: rgba(13, 27, 62, 0.7) !important;
    }

    .form-control:focus {
        background-color: unset !important;
        border-radius: 8px;
        border: 1px solid #014ceb;
        background: var(--Background-Light-Grey-Blue, #f2f6fe);
        box-shadow: 0px 0px 3px 0px #326eed;
    }

    textarea.form-control:focus {
        height: unset;
    }

    .custome-select:focus {
        box-shadow: none;
        border: none;
        outline: none;
    }

    .custome-select:focus {
        box-shadow: none;
        background-color: rgba(255, 255, 255, 0.45);
    }
    .custome-select:focus > option {
        background-color: rgba(255, 255, 255, 0.45);
    }

    .scrollable::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px #f1f1f1;
        background-color: #f1f1f1;
    }
    .scrollable::-webkit-scrollbar {
        height: 6px;
        width: 6px;
        background-color: white;
    }

    .scrollable::-webkit-scrollbar-thumb {
        background-color: #e1e1e1;
        border-radius: 24px;
    }

    .crm-dropdown {
        width: 300px;
        border-bottom: 1px solid #dee2e6;
        /* border-bottom: 1px solid #dee2e6; */
    }

    .multi-line-ellipsis {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
    }

    .input-group-addon {
        display: none;
    }

    .gj-picker-bootstrap table tr td.disabled div {
        color: lightgray;
    }

    .gj-picker-bootstrap table tr td.selected div {
        background: #6fc7e2 !important;
    }

    .gj-picker div[role="navigator"] {
        align-items: center;
    }

    .gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
        background: #6fc7e2 !important;
    }
    .card-header-tab {
        background-color: #fff;
    }
    .scroll-horizontal {
        height: calc(100vh - 545px);
    }

    .scroll-horizontal > table {
        min-width: 100%;
    }
}

.modal-backdrop {
    display: none !important;
}

.app-theme-white .app-page-title {
    background: #e9f0fd;
}

/* FULL CALENDAR CUSTOME CSS */
.fc .fc-event,
.fc .fc-scrollgrid table tr:nth-child(odd) {
    background-color: #f2f6fe;
}

.icon-color {
    color: #28c6b3;
}

.i-chrome, .i-safari {
    background-repeat: no-repeat;
}

.betterbot-icon {
    width: 19px;
}

.remove-outline:focus {
    border: none !important;
    box-shadow: none !important;
}

.badge-danger {
    color: #fff;
    background-color: #f04a72;
}

.badge-success {
    color: #FFF;
    background-color: #28C6B3;
}

.swal2-popup .swal2-styled.swal2-confirm {
    background-color: #f04a72 !important;
    border-radius: 4px;
    width: 90px;
    height: 42px;
    font-family: Lato !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 24px !important;/* 171.429% */
    letter-spacing: 0.4px !important;
    text-transform: capitalize;
    outline: none !important;
}

.swal2-popup .swal2-styled:focus {
    box-shadow: none !important;
}


.swal2-popup .swal2-styled.swal2-cancel {
    display: flex !important;
    justify-content: center;
    background-color: #f7fafe !important;
    border: 1px solid #014ceb !important;
    border-radius: 4px;
    color: #014ceb !important;
    width: 90px;
    height: 42px;
    font-family: Lato !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 24px !important; /* 171.429% */
    letter-spacing: 0.4px !important;
}


.btn-icon-only .btn-icon-wrapper {
    margin-bottom: 3px;
}
.select2-selection__rendered {
    display: flex !important;
    flex-wrap: wrap !important;
    list-style-type: none;
    margin-bottom: .5rem;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 15px !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    top: 35% !important;
}

.select2-container--default .select2-selection--single {
    height: 36px !important;
    border-radius: 8px !important;
}

.nearby-btn {
    border-color: #28c6b3;
    color: #263b67;
}

.nearby-btn:hover {
   background-color: #ebfbf9;
   border-color: #28c6b3;
}

.nearby-btn:focus, .nearby-btn:active{
    background-color: #DAF1EE !important;
    border-color: #28C6B3 !important;
 }

 .password-container {
    position: relative;
   }

.eye-icon {
     cursor: pointer;
     display: inline-block;
     z-index: 2;
     position: absolute;
     right:5px;
     top: 50%;
     transform: translate(-50%, -50%);
 }

 .pe-7s-delete-user{
    width: 17px;
 }

  .is-invalid ~ .eye-icon {
    display: none;
 }

/* Sortable table buttons */

.dt-buttons {
    max-width: 70%;
}

button.dt-button {
    border: 1px solid #014ceb !important;
    background: #014ceb !important;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 16px !important;
    border-radius: 4px !important;
    height: 28px;
    min-width: 91px;
    font-weight: 500;
    line-height: 19.2px;
    text-decoration: none;
    cursor: pointer;
}

button.dt-button:hover {
    border: 1px solid #054adc !important;
    background: #054adc !important;
}

div.dt-search {
   max-width: 30%;
   margin-left: auto;
   display: flex;
   justify-content: flex-end;
   align-items: center;
   label {
    margin-bottom: 0;
   }
}

div.dt-container .dt-length {
   float: left;
   width: 30%;
   height: 60px;
   display: flex;
   align-items: center;

   .dt-input {
    margin-right: 5px;
   }

   label {
    margin-bottom: 0;
   }
}

div.dt-container .paginator{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin-left: auto;
    height: 50px;
    justify-content: center;
}


div.dt-container .dt-input {
    border-radius: 8px !important;
}

div.dt-container .dt-input:focus-visible {
    border: 1px solid #014ceb !important;
    background-color: #f2f6fe !important;
    outline: none !important;
}

.dt-paging-button {
    border-radius: 4px !important;
    border: 2px solid #cddff4 !important;
    background-color: #fcfefe !important;
    color: #263b67 !important;
}

.dt-paging-button.current {
    background-color: #014ceb !important;
}
div > div.dt-container .dt-paging .dt-paging-button.current{
    color: white !important;
}
.dt-paging .dt-paging-button:hover {
    background: #dfeaff !important;
}

div.dt-container .dt-paging .dt-paging-button:hover {
    color: black !important;
}

.dt-paging-button.disabled:hover {
    background-color: #fcfefe !important;
}

#sortableTable tr:first-of-type th, #propertySpecialTable tr:first-of-type th, #floorplanSpecialTable tr:first-of-type th, #unitSpecialTable tr:first-of-type th {
    border-bottom: 3px solid #014ceb !important;
}
