body {
    font-family: 'Open Sans', sans-serif;
    background: #ebeef5;
}

body > .columns {
    margin: 0;
}

.pdt-30 {
    padding-top: 30px;
}

span.required {
    color: #d32f2f;
}

h2.error {
    background: #f44336;
    color: #fff;
    padding: 4px;
    font-weight: bold;
}

h2.soon {
    color: #f44336;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.button.is-primary {
    background-color: #041586;
}

.button.is-primary.is-hovered,
.button.is-primary:hover {
    background-color: #0000FF;
}

.spinner-box {
    height: 100px;
    width: 100%;
    position: fixed;
    z-index: 99;
    display: none;
}

.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #f44336;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
    0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
    }

    50% { 
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.navbar-link.is-active,
.navbar-link:hover,
a.navbar-item.is-active,
a.navbar-item:hover {
    color: #c5cae9;
}

.hm-sidebar {
    background: #16162b;
    height: 100vh;
}

.hm-sidebar .navbar-brand {
    background: #16162b;
    justify-content: center;
    width: 100%;
    padding-top: 15px;
}

.hm-sidebar .navbar-item {
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
}

.hm-sidebar .hm-logo {
    width: 60px;
    height: 60px;
    max-height: 100%;
    margin-right: 10px;
    margin-bottom: 9px;
}

.menu {
    padding: 16px;

}

.menu-list {
    margin-left: 10px;
}

.menu-list li {
    padding: 8px 0;
}

.menu-list a {
    display: flex;
    align-items: center;
}

.menu-list a span {
    color: #fff;
}

.menu-list a.active {
    background: #f5f5f5;
}

.menu-list a.active span,
.menu-list a:hover span {
    color: #00008B;
}

.menu-list img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.hm-content {
    padding: 30px 30px 30px 30px;
}

.hm-content .label {
    color: #000000;
    font-weight: normal;
}

.count-box {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 20px auto;
    border-radius: 3px;
}

.count-box h2 {
    font-size: 60px;
    padding-top: 0px;
    color: white;
}
.count-box .icon {
    position: relative;
    margin: 30px;
}
.count-box .icon i{
    font-size: 50px;
    margin-right: 30px;
    color: #209cee;
}

/* .count-box h3 {
    width: 110%;
    text-align: center;
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 3px;
    color: #000000;
    padding: 4px 0;
    font-size: 20px;
    background: #ffffff;
    border: 2px solid #a2b7b7;
} */

.count-box.flats
{   
      background: #16162b;
 }

 .count-box.available 
{   
      background: #16162b;
 }

/* .count-box.flats h3,
.count-box.available h3 {
    font-size: 20px;
    background: #ffffff;
    border: 2px solid #a2b7b7;
}
*/
.count-box.renters {
      background: #16162b;

}
.count-box h3{
    color: #ebeef5;
    font-size: 24px;
}

.hm-panel {
    border: 1px solid rgba(153, 153, 153, .5);
    border-radius: 5px;
}

.hm-panel h3 {
    background: #16162b;
    color: #fff;
    padding: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #fff;
}

.hm-panel ul {
    padding: 10px;
}

.hm-panel li {
    font-size: 14px;
    padding: 10px 0;
}

.hm-panel li:not(:last-child) {
    border-bottom: 1px solid rgba(153, 153, 153, .2);
}

.add-new-flat,
.add-new-renter {
    margin: 40px 2% 40px 0;
}

.table.hm-flats,
.table.hm-renters,
.table.hm-invoices {
    margin-top: 30px;
    width: 98%;
}

.table.hm-flats td,
.table.hm-renters td,
.table.hm-invoices td {
    font-size: 14px;
}

.table.hm-flats thead td,
.table.hm-renters thead td,
.table.hm-invoices thead td {
    color: #00008B;
    font-weight: bold;
}

.table.hm-flats .actions div,
.table.hm-renters .actions div,
.table.hm-invoices .actions div {
    display: flex;
}

.table.hm-flats .actions img,
.table.hm-renters .actions img,
.table.hm-invoices .actions img {
    max-width: 25px;
    max-height: 25px;
    padding: 0 2px;
}

.email-box {
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(76, 175, 80, .25);
    padding-bottom: 20px;
}

.email-note {
    color: #f44336;
    font-size: 12px;
    float: right;
}

.hm-subtitle {
    color: #00008B;
    font-size: 30px;
    margin: 30px 0;
    border-bottom: 1px dashed rgba(0, 150, 136, .5);
}

.hm-select,
.hm-select select {
    width: 100%;
}

.invoice-tabel {
    font-size: 14px;
}

.invoice-tabel thead td {
    color: #00008B;
    font-weight: bold;
}

.invoice-tabel.create tbody td {
    padding: 0;
}

.invoice-tabel tbody td:first-child {
    padding-left: 10px;
    line-height: 2;
}

.invoice-tabel input {
    width: 100%;
    padding: 10px;
    border: 0;
}

.invoice-tabel.create tbody .row-total td {
    padding: 10px;
    font-weight: bold;
}

.row-total td:first-child,
.row-total td:nth-child(2) {
    border: 0;
}

.invoice-modal .modal-content {
    padding: 20px;
    background: #fff;
    border-radius: 3px;
}

.invoice-modal .modal-content h2 {
    text-align: center;
    font-weight: bold;
    text-decoration: underline;
}

.hm-manager-profile-img {
    text-align: center;
}
.hm-renfer-profile {
    position: relative;
    /* margin-left: 0.75rem !important;
    margin-top: 0.75rem !important; */
    padding: 20px;
    background: white;
    box-shadow: 0px 0px 3px 3px #80808014;
    vertical-align: middle;
    align-items: center;
}

.hm-manager-profile-img img{
    border-radius: 50%;
    width: 200px;
}

.hm-payment{
    vertical-align: middle;
    align-items: center;
    text-align: center;
    z-index: 0;
    margin-top: 50px;
}

.hm-p-success-message .checkmark-icon {
    display: flex;
    justify-content: center;
}
  
.hm-p-success-message {
    text-align: center;
    padding: 20px 0px;
}

.hm-p-success-message h3 {
    font-size: 24px;
    padding: 0px 0px 10px;
}
.hm-p-success-message p {
    padding: 0px 0px 10px;
}

.hm-p-success-message input {
    padding: 7px 20px !important;
    border-radius: 5px;
    color: #fff !important;
}

.hm-sidebar .menu-list i{
    color: #fff;
    font-size: 25px;
    margin-right: 10px;
}

.hm-sidebar .menu-list li a:hover i{
    color: #333;
}

.hm-sidebar .menu-list li a.active i{
    color: #333;
}

.hm-card {
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 4px #0a0a0a14;
}

.hm-card-header {
    box-shadow: none;
    padding: 15px;
    background: #fafafa;
    font-size: 20px;
    border-radius: 5px;
}

.hm-card-body {
    padding: 15px;
}

.hm-success-notice {
    background: #407a31e6;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.hm-success-notice p{
    color: #fff;
}

.hm-payment-notice {
    background: #ff3860;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
    margin-top: -20px;
}
.hm-payment-notice span{
    margin-left: 26px;
}
.hm-payment-notice i {
    font-size: 20px;
    margin-right: 10px;
    position: absolute;
    top: 5px;
}



