/* skote-h-light.codeigniter.themesbrand.com */

.geo {
    font-family: "Geologica", sans-serif;
}

html,
body {
    font-family: "Geologica", sans-serif;
}

.text-right {
    text-align: right;
}

.navbar-header,
.container,
.container-fluid {
    width: 100%;
    max-width: 1300px !important;
}

.row {
    margin-left: -12px;
    margin-right: -12px;
}

body[data-layout="horizontal"] .page-content {
    padding-left: 0;
    padding-right: 0;
}
.container,
.container-fluid,
.row > * {
    padding-left: 12px;
    padding-right: 12px;
}

.navbar-header .logo {
    font-weight: bold;
    font-size: 34px;
    width: 120px;
}

.navbar-header .logo img {
    display: block;
    width: 100%;
}

.topnav .navbar-nav {
    justify-content: space-between;
    width: 100%;
}
.topnav .navbar-nav .nav-link {
    display: flex;
    padding: 1rem 0.5rem;
    text-transform: uppercase;
}

.topnav .navbar-nav .nav-link i {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 150%;
}

.input.checkbox label {
    display: flex;
}

.input.checkbox label input {
    margin-right: 10px;
}
.navbar-brand-box .logo {
    display: flex;
    line-height: 1;
    height: 100%;
    align-items: center;
}

.topnav {
    max-height: calc(100vh - 70px) !important;
    overflow: auto;
    z-index: 1000;
}

@media (max-width: 576px) {
    .navbar-header,
    .header-item {
        height: 60px;
    }
    .topnav {
        margin-top: 60px;
        max-height: calc(100vh - 60px);
    }

    .navbar-brand-box {
        padding: 0 10px;
        display: block !important;
    }
    .navbar-brand-box .logo {
        font-size: 1rem !important;
    }
    .navbar-brand-box .logo i {
        display: none;
    }
}

@media (max-width: 576px) {
    /* .login {
        overflow: hidden;
        background: red;
    }

    .login .container {
        width: 96%;
        max-width: 96%;
    } */
}

.paginator {
    margin-top: 30px;
    text-align: center;
}
.pagination {
    display: block;
    text-align: center;
}
.pagination li {
    display: inline-block;
    margin: 2px;
}
.pagination li a {
    display: block;
    padding: 4px;
    border-radius: 5px;
    text-align: center;
    min-width: 40px;
    background: #fff;
    color: #556de1;
    border: 1px solid #556de1;
    transition: all 300ms ease;
}
.pagination li.active a {
    color: #fff;
    background: #556de1;
}
.table-fixed-layout {
    table-layout: fixed;
}

.table.table-product {
    border: 1px solid #eee;
}

.table.table-product tr td:first-of-type {
    width: 140px;
    min-width: fit-content;
    white-space: nowrap;
}

.floor {
    position: relative;
    background: #fff;
    border: 1px solid #eee;
    padding: 5px;
    margin-bottom: 20px;
}

.floor .floor-wrapper {
    overflow: auto;
    width: 100%;
    height: 80vh;
    position: relative;
}

.floor img {
    display: block;
    max-height: 100%;
    object-fit: contain;
}
.floor .under {
}
.floor .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.form-group.password {
    position: relative;
}
.form-group.password .togglePassword {
    position: absolute;
    top: 34px;
    right: 10px;
    z-index: 2;
    padding: 0;
}

@media (min-width: 768px) {
    .floor img {
        width: 100%;
        height: auto;
    }
    .floor .floor-wrapper {
        height: auto;
    }
    .floor .under {
        position: static;
    }
}

.card {
    overflow: hidden;
}

label {
    display: block;
    margin-bottom: 5px !important;
}

table th {
    color: #556ee6 !important;
    text-transform: uppercase;
}

.contact-texts ul {
    padding-left: 20px;
    margin: 0;
}

.contact-texts ul li {
    margin-top: 10px;
}
