@font-face {
    font-family: Gotham;
    src: url(../fonts/gotham-light-webfont.woff2) format('woff2'), url(../fonts/gotham-light-webfont.woff) format('woff'), url(../fonts/gotham-light.ttf) format('ttf')
}

@font-face {
    font-family: 'Gotham Bold';
    src: url(../fonts/GothamBold.woff2) format('woff2'), url(../fonts/GothamBold.woff) format('woff'), url(../fonts/GothamBold.ttf) format('ttf')
}

body{
    font-family: "Gotham",sans-serif !important;
}
a{
    text-decoration: none;
}
.btn-primary, .dataTables_wrapper.dt-bootstrap .dataTables_paginate .pagination .paginate_button.active a, .dataTables_wrapper.dt-bootstrap4 .dataTables_paginate .pagination .paginate_button.active a {
    background: #1C5FE9 !important;
    border-color: #1C5FE9 !important;
}
.form-control{
    font-weight: normal;
}
.btn:focus, a:focus,input:focus,.form-control:focus,button:focus,.form-select
{
    outline: none !important;
    box-shadow: none !important;
}
select.form-select,.select2.select2-container .selection .select2-selection.select2-selection--single .select2-selection__rendered,.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option{
    font-weight: normal;
}

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

.menu-image img{
    position: relative;
}

.input-group-text{
    background: #f1f1f1;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}
.input-group-text:hover{
    cursor: pointer;
}

.block-title {
    text-transform: uppercase;
    color: #000;
    font-size: 1rem;
    text-align: center;
}
.block-total {
    color: #3070b8;
    font-size: 42px;
    text-align: center;
    font-weight: 200;
}
.block-footer {
    color: #6a6a6a;
    font-size: 12px;
    text-transform: uppercase;
}

.widget-stats .stats-progress, .widget.widget-stats .stats-progress {
    background: rgba(0,0,0,.1);
    height: 3px;
}

.stats-down .stats-desc {
    color: #ff0000 !important;
}

.stats-up .stats-desc {
    color: #4CD964 !important;
}

.stats-up .progress-bar {
    background: #4CD964 !important;
}

.stats-down .progress-bar {
    background: #ff0000 !important;
}

.live-wire-frame{
    position: relative;
}

.btn-scroll-to-top{
    background: #1C5FE9;
}

.page-heading{
    margin-top: 20px;
}

.dataTables_length select option{
    font-weight: normal !important;
}

table.table-bordered.dataTable th, table.table-bordered.dataTable td {
    border-bottom-width: 0 !important;
}

table .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
table .dropdown-menu li {
    font-size: 14px;
}
td ul.dropdown-menu li a {
    padding-left: 5px;
    color: #000000;
    display: block;
}
td ul.dropdown-menu li a:hover{
    background: #1C5FE9;
    color: #FFFFFF;
}

td ul.dropdown-menu li a:hover i{
    color: #FFFFFF !important;
}

.required{
    color: #ff0000;
}

.nav-tabs .nav-item .nav-link{
    border: 1px solid #1C5FE9;
    color: #000000;
    border-bottom: none;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #FFFFFF;
    background-color: #1C5FE9;
    border-color: #1C5FE9;
}

.nav-tabs{
    border-bottom: 2px solid #1C5FE9;
}



.nav-tabs li.active a,.nav-tabs li a:hover,.nav-tabs li.active a:hover{
    background: #1C5FE9 !important;
    color: #fff !important;
}

.form-check-input:checked {
    background-color: #1C5FE9;
    border-color: #1C5FE9;
}

.trial-box{
    border: 1px solid #ff0000;
    padding: 5px;
    display: inline;
    line-height: 2;
}

.pagination .page-item .page-link:hover{
    background-color: #1C5FE9;
    border-color: #1C5FE9;
    color: #FFFFFF;
}

.bg-grey{
    background: #aaa;
    color: #fff;
}

.inactiveMixin {
    content: "";
    position: absolute;
    display: block;
}
.beforeAnimation {
    transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
}
.afterAnimation {
    box-shadow: 0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 0px 0 hsla(0, 0%, 0%, 0.04), 0 4px 9px hsla(0, 0%, 0%, 0.13), 0 3px 3px hsla(0, 0%, 0%, 0.05);
    transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
}
.toggleWrapper input.mobileToggle {
    opacity: 0;
    position: absolute;
}
.toggleWrapper input.mobileToggle + label {
    position: relative;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: 0.4s ease;
    height: 20px;
    width: 40px;
    border-radius: 60px;
    background: #cdcdcd;
}
.toggleWrapper input.mobileToggle + label:before {
    content: "";
    position: absolute;
    display: block;
    transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
    height: 20px;
    width: 40px;
    top: 0;
    left: 0;
    border-radius: 30px;
}
.toggleWrapper input.mobileToggle + label:after {
    content: "";
    position: absolute;
    display: block;
    box-shadow: 0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 0px 0 hsla(0, 0%, 0%, 0.04), 0 4px 9px hsla(0, 0%, 0%, 0.13), 0 3px 3px hsla(0, 0%, 0%, 0.05);
    transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
    background: #ffffff;
    height: 18px;
    width: 20px;
    top: 0;
    left: 0px;
    border-radius: 60px;
}
.toggleWrapper input.mobileToggle:checked + label:before {
    background: #63ff63;
    transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
}
.toggleWrapper input.mobileToggle:checked + label:after {
    left: 24px;
}

.toggleWrapper label:hover{
    cursor: pointer;
}

.btn-log{
    border-color: #2d353c;
}

#image_previews img {
    max-height: 120px;
}

#image_previews li {
    border: 2px solid #c6ced5;
}

#image_previews li:first-child {
    border: 3px solid #1C5FE9;
}

#image_previews li {
    margin-bottom: 1rem;
    position: relative;
}

#image_previews .actions {
    position: absolute;
    top: 2px;
    right: 2px;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    color: #1C5FE9;
    display: none;
}

.publish-options .btn{
    width: 11rem;
    margin-bottom: 1rem;
}

.whatsapp-btn{
    background: #25D366 !important;
    border-color: #25D366 !important;
    color: #ffffff !important;
}
.facebook-btn{
    background: #4267B2 !important;
    border-color: #4267B2 !important;
    color: #ffffff !important;
}
.twitter-btn{
    background: #1DA1F2 !important;
    border-color: #1DA1F2 !important;
    color: #ffffff !important;
}

.dropdown-menu.media-list .media .media-object{
    color: #1C5FE9;
}
.dropdown-item.media:hover{
    background-color: #1C5FE9;
}
.dropdown-item.media:hover .media-object,.dropdown-item.media:hover .media-body .media-heading{
    color: #FFFFFF;
}
.dash-site {
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.fc .fc-event, .fc a.fc-event,.fc .fc-event:hover, .fc a.fc-event {
    border: none;
    background: #4e5c68;
    font-weight: 600;
    color: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.fc .fc-event, .fc a.fc-event, .fc:hover .fc-event, .fc:hover a.fc-event{
    background: #4e5c68 !important;
}
.fc-col-header-cell-cushion,.fc-daygrid-day-number{
    color: #000;
}

.pace-active{
    display: none !important;
}

@media screen and (min-width: 576px) {
    .modal-dialog.property-type-modal{
        max-width: 600px;
    }
}