@font-face {
    font-family: Brandon-Grotesque;
    font-weight: bold;
    src: url("../fonts/brandon-grotesque/brandon-grotesque-black.otf") format("opentype");
}

/* Bootstap  */
html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background-color: #fff;
    box-sizing: border-box;
    line-height: 1.15;
    ms-overflow-style: scrollbar;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    color: #444344;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #444344;
}

::-ms-input-placeholder {
    color: #636263 !important;
}

::-webkit-input-placeholder {
    color: #636263 !important;
    font-size: 14px !important;
}

::-moz-placeholder {
    color: #636263 !important;
    font-size: 14px !important;
}

:-ms-input-placeholder {
    color: #444344 !important;
    font-size: 14px !important;
}

::placeholder {
    color: #636263 !important;
    font-size: 14px !important;
}

::-moz-selection,
::-moz-selection {
    background-color: #333;
    color: #fffc79;
}

::selection,
::selection {
    background-color: #333;
    color: #fffc79;
}

a,
a:visited {
    color: #444344;
    transition: all 0.25s;
}

a:hover {
    color: #434243;
}

.h-100vh {
    height: 100%;
    min-height: 100vh;
}

.form-control:focus {
    border-color: #434243;
    box-shadow: none;
}

.text-yellow {
    color: #FFFC79;
}

.text-success {
    color: #2dce89 !important;
}

.font-weight-700 {
    font-weight: 700;
}

.font-brandon {
    font-family: "Brandon-Grotesque", sans-serif;
}

.font-open-sans {
    font-family: "Open Sans", sans-serif;
}

.form-control {
    border-radius: 4px !important;
    border: 1px solid #c7c7c7;
    font-size: 14px;
    height: auto;
    padding: 9px 24px;
}

.custom-checkbox .custom-control-label::before {
    border: none;

    box-shadow: 0px 1px 3px rgba(50, 50, 93, 0.15),
        0px 1px 0px rgba(0, 0, 0, 0.02);
}

.custom-control-input:checked~.custom-control-label::before {
    background-color: #444344;
    border-color: #444344;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url(data:image/png;
 base64, iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAYAAABi8KSDAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABnSURBVHgBjY8BDcAgDASZg0pAwqTMyeaASZkDpEwCEpBQ2lAIITT0kw/Jc9+0hzMIEYEesLAMR3K2gAGrnh14C/i24Of2AjwFjGP4SRiGzJOTGOYpvTCBXtuvFRjKKrgoXM4iPkz7K/jlhS14SoZ1AAAAAElFTkSuQmCC);
}

.custom-control-input:focus~.custom-control-label::before {
    border-color: #444344;
    border: none;

    box-shadow: 0px 1px 3px rgba(50, 50, 93, 0.15),
        0px 1px 0px rgba(0, 0, 0, 0.02);
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #444344;
}

body .custom-btn {
    background-color: #444344;
    color: #fffc79;
    font-weight: 700;
    padding: 13px;
    transition: all 0.35s;
    min-width: 150px;

    box-shadow: 0px 4px 6px rgba(50, 50, 93, 0.11),
        0px 1px 3px rgba(0, 0, 0, 0.08);
}

.custom-btn.custom-outline-btn {
    background-color: #fff;
    color: #444344;
    border: 1px solid #444344;
}

.custom-btn:hover,
.custom-btn.custom-outline-btn:hover {
    background-color: #fffc79;
    border-color: #fffc79;
    color: #444344;
}


.hidden {
    display: none !important;
}



/* Sign up */
.header {
    font-size: 36px;
}

.subheader {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 35px;
}

.password-info {
    color: #8898aa;
}

.sign-up-img {
    width: 100%;
}

.right-subtitle {
    font-size: 18px;
}

@media only screen and (max-width: 540px) {
    .mobile-hidden {
        display: none;
    }

    .right-subtitle {
        font-size: 16px;
        margin-bottom: 80px;
    }
}

.signin-section {
    background-color: rgba(255, 255, 255, 0.04);
    height: 26%;
    max-width: 350px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}

.signin-section-wrapper {
    position: relative;
}

.signin-bgimg {
    bottom: 0;
    height: auto;
    left: 0;
    position: absolute;
    width: 65%;
}

.custom-signin-btn {
    border-radius: 8px;
    border: 1px solid #fff;
    color: #fff !important;
    -webkit-filter: drop-shadow(0px 4px 6px rgba(50, 50, 93, 0.11));
    filter: drop-shadow(0px 4px 6px rgba(50, 50, 93, 0.11));
    font-weight: 700;
    letter-spacing: 0.02em;
    padding: 13px 52px;
    position: absolute;
    right: 83px;
    text-align: center;
    top: 83px;
    transition: all 0.35s;
    z-index: 10;
    border-color: white;

    drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.08));
}

.custom-dropdown-btn {
    border-radius: 8px;
    border: 1px solid #fff;
    color: #fff !important;
    -webkit-filter: drop-shadow(0px 4px 6px rgba(50, 50, 93, 0.11));
    filter: drop-shadow(0px 4px 6px rgba(50, 50, 93, 0.11));
    font-weight: 700;
    letter-spacing: 0.02em;
    text-align: center;
    font-size: 1rem;
    transition: all 0.35s;
    z-index: 10;

    drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.08));
}

.custom-signin-btn:hover {
    background-color: #fffc79;
    border-color: #fffc79;
    color: #444344 !important;
}

.dropdownHover:hover {
    background-color: #fffc79 !important;
    border-color: #fffc79 !important;
    color: #444344 !important;
    
}

/* UI USERS*/
body .main-content .container-fluid.full-width {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body .bg-primary {
    background-color: #444344 !important;
}


body .breadcrumb-dark .breadcrumb-item a,
body .breadcrumb-dark .breadcrumb-item.active {
    color: #fffc79 !important;
}

body .alert {
    border-radius: 0;
}

body .alert-danger {
    background-color: #dc8686;
    border-color: #dc8686;
}

body .alert-success {
    background-color: #34be53;
    border-color: #34be53;
}

body .form-control {
    color: #444344 !important;
}

/* body .form-control: */

.chips {
    border: 1px solid #FFFFFF;
    filter: drop-shadow(0px 4px 6px rgba(50, 50, 93, 0.11)) drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.08));
    border-radius: 50px;
    padding: 6px 12px;
    color: #FFFFFF;
    letter-spacing: -0.3px;
    font-size: 12px;
    margin-right: 20px;
}

.custom-btn {}

/* Top bar */
body .sidenav-toggler-dark .sidenav-toggler-line,
body .sidenav-toggler-line {
    background-color: #fff;
}

body .navbar-top.border-bottom.navbar-dark {
    border-color: #797979 !important;
}

.notification-section {
    z-index: 999;
}

/* Sidebar */
body .navbar-vertical .navbar-brand-img,
body .navbar-vertical .navbar-brand>img {
    max-height: 90px;
}

body .navbar-vertical.navbar-dark {
    background-color: #444344;
    border-right: 1px solid #797979;
}

body .sidenav .navbar-brand {
    padding: 0;
}

body .breadcrumb-dark .breadcrumb-item+.breadcrumb-item::before {
    color: #fffc79;
}

body .header.bg-primary {
    color: #fffc79;
}

body .navbar-vertical.navbar-expand-xs .navbar-nav>.nav-item>.nav-link.active {
    background: #fffc79;
}

body .sidenav .nav-link-text {
    opacity: 1 !important;
}

body .nav-link.active .nav-link-text {
    color: #444344;
    font-weight: 700;
}

body .nav-link i.ni {
    color: #fff;
}

body .nav-link.active i.ni,
body .nav-link.active i.fa {
    color: #444344 !important;
}

body .nav-item:hover .nav-link i.ni,
body .nav-item:hover .nav-link .nav-link-text,
body .nav-item:hover .nav-link i.fa {
    color: #fffc79;
}


body .nav-link.active:hover .nav-link-text {
    color: #444344;
}


body .header.bg-primary {
    font-size: 16px;
}

body .header.bg-primary a {
    color: #fffc79;
}

body .breadcrumb-dark .breadcrumb-item {
    font-size: 16px;
    font-weight: 400;
}

body .breadcrumb-dark .breadcrumb-item.active {
    font-weight: 700;
}

body .navbar-top .nav-link i.ni {
    color: #fffc79;
    font-size: 28px;
}

body .card-header h3 {
    font-family: "Brandon-Grotesque", sans-serif;
    font-size: 22px;
    font-weight: 500;
}

body .card,
body .card-header {
    background: none;
    box-shadow: none;
}

/* Dashboard */
.locations-header {
    margin-bottom: 24px;
}

.locations-header-item,
.locations-content-item {
    width: 20%;
}

.locations-header-item {
    font-size: 16px;
}

.locations-content-items {
    align-items: center;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 0px 32px rgba(136, 152, 170, 0.15);
    margin-bottom: 20px;
    padding: 14px 10px;
    transition: all 0.3s;
}


.locations-content-items:hover {
    box-shadow: 0px 0px 16px rgba(136, 152, 170, 0.05);
}

.locations-content-item .item-img {
    max-width: 85px;
}

.locations-status {
    border-radius: 10px;
    display: inline-block;
    font-size: 12px;
    padding: 2px 8px 2px 15px;
    text-transform: capitalize;
}

.locations-status.locations-status-available {
    background-color: #cdffcd;
    color: #007f00;
    position: relative;
}

.locations-status.locations-status-offline {
    background-color: #f3c7c4;
    color: #d7443a;
    position: relative;
}

.locations-status.locations-status-maintenance {
    background-color: #ffeccc;
    color: #965e00;
    position: relative;
}

.locations-status.locations-status-coming_soon {
    background-color: #949494;
    color: black;
    position: relative;
}

.locations-status::before {
    border-radius: 3px;
    content: "";
    height: 6px;
    left: 6px;
    position: absolute;
    top: calc(50% - 3px);
    width: 6px;
}

.locations-status.locations-status-available::before {
    background-color: #007f00;
}

.locations-status.locations-status-offline::before {
    background-color: #965e00;
}

.locations-status.locations-status-maintenance::before {
    background-color: #ce8500;
}

.locations-status.locations-status-coming_soon::before {
    background-color: black;
}

.sm-locations-header {
    display: none;
}

.locations-action-btn {
    display: inline-block;
    padding: 3px;
}

@media screen and (max-width:540px) {
    .locations-content-items {
        flex-wrap: wrap;
        /* flex-direction: column; */
    }

    .locations-content-item {
        width: 100%;
        font-weight: 700;
    }

    .locations-header-item {
        display: none;
    }

    .sm-locations-header {
        display: inline-block;
        font-weight: 400;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 14px;
    }

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

    .sm-w-100 {
        width: 100%;
    }

    .sm-w-50 {
        width: 50%;
    }

    .sm-order-1 {
        order: 1
    }

    .sm-order-2 {
        order: 2
    }

    .sm-order-3 {
        order: 3
    }

    .sm-order-4 {
        order: 4
    }

    .sm-order-5 {
        order: 5
    }

    .locations-content-item .item-img {
        max-width: 100%;
    }
}

/* Pods */
body .bg-gradient-default {
    background: linear-gradient(0deg, rgba(68, 67, 68, 0.5), rgba(68, 67, 68, 0.5)) !important;
}

.pods-header {
    font-weight: 500;
    font-size: 45px;
    line-height: 64px;
    margin-right: 20px;
}

.pods-subheader {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
}


.pods-wrapper {
    position: relative;
}

.pods-bg {
    background: #444344;
    border-radius: 4px 50px 4px 4px;
    left: -20px;
    bottom: -20px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.pods-img-wrapper {
    background-color: #9B9AA5;
    display: inline-block;
    padding: 20px;
    border-radius: 4px 50px 4px 4px;
    position: relative;
    z-index: 10;
}

.pods-img {
    max-width: 400px;
}

.map-view {
    display: none;
}

.map-view-section-bg {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.45);
    width: 100%;
    height: 100%;
    z-index: 1100;
}

.map-view-section {
    width: 100%;
    max-width: 890px;
    height: 480px;
    background-color: #fff;
    position: fixed;
    z-index: 1101;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    padding: 2px;
    box-shadow: 0px 0px 32px rgba(136, 152, 170, 0.15);
    border-radius: 6px;
}

.map-view-map {
    position: relative;
    padding-bottom: 40px;
    height: 100%;

}

.map-view-header {
    padding: 24px;
    font-weight: 700;
    font-size: 17px;
    color: #444344;
}

.map-view-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.map-view-map iframe::-webkit-scrollbar {
    display: none;
}

/* Profile */

.profile-section {
    background: #FFFFFF;
    box-shadow: 0px 0px 32px rgba(136, 152, 170, 0.15);
    border-radius: 6px;
}

.account-name {
    line-height: 1.1;
}

.account-photo {
    max-width: 124px;
}

.history-header {
    font-size: 20px;
    line-height: 20px;
    padding: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.history-content {
    padding: 15px 19px;
}

.history-list-backround {
    position: relative;
    margin-right: 25px;
}

.history-list-backround::before {
    position: absolute;
    left: calc(50% - 1px);
    width: 1px;
    border-left: 2px dashed #797979;
    margin-top: 10px;
    content: '';
    height: 100%;
}

.history-list-backround img {
    width: 45px;
    height: 45px;
    position: relative;
    z-index: 1;
}

.history-list-items {
    padding-top: 20px;

}

.history-list-item {
    margin-bottom: 45px;
}

.history-list-item:last-child {
    margin-bottom: 0;
}

.history-list-date {
    color: #8898AA;
    font-size: 13px;
    line-height: 16px;
}

.history-list-place {
    font-size: 18px;
    line-height: 20px;
}


.profile-edit-section {
    margin-top: 50px;
}

.profile-edit-section .form-control-label {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #444344;
}

.profile-edit-data {
    padding: 40px;
    max-width: 420px;
}

.profile-edit-upload-photo {
    position: relative;
    margin-left: 60px;
    margin-top: -20px;
    width: 24px;
    height: 24px;
    background: #444344;
    border-radius: 4px;
}

@media screen and (max-width:540px) {
    .profile-edit-section {
        flex-wrap: wrap;
    }

    .profile-edit-data .buttons-section {
        flex-wrap: wrap;
    }

    .profile-edit-data .buttons-section a,
    .profile-edit-data .buttons-section button {
        width: 100%;
        margin-top: 20px;
    }

    body .mt--100 {
        margin-top: -50px;
    }
}

/* Notification Center */

.notification-center {
    padding: 22px 32px;
}

.notification-header {
    font-size: 28px;
    color: #444344;
    margin-bottom: 45px;
}

.notification-item {
    margin-bottom: 44px;
}

.notification-icon {
    margin-right: 10px;
    width: 42px;
    height: 42px;
    border-radius: 21px;
    border: 2px solid #444344;
}

.notification-data {
    width: 60%;
}

.notification-item-title {
    font-size: 18px;
    line-height: 26px;
    color: #000;
    margin-bottom: 5px;
    margin-top: 3px;
}

.notification-item-text {
    color: #000;
    font-size: 12px;
    line-height: 17px;
}

.notification-time {
    color: #6C6C6C;
    font-size: 11px;
    line-height: 17px;
}


/* Verification - Page */
.redirect-body {
    width: 100%;
    height: 100vh;
    background-color: #444344;
}

.redirect-modal {
    width: 100%;
    max-width: 1024px;
    padding: 100px;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
}

.direct-modal-icon {
    margin-bottom: 55px;
}

.redirect-modal-title {
    font-weight: 500;
    font-size: 40px;
    margin-bottom: 55px;
}

.redirect-modal-text {
    width: 100%;
    max-width: 580px;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    margin-bottom: 55px;
}

/* First time questions */
#questionpopup.modal {
    background-color: rgba(33, 33, 33, 0.6)
}

.questionpopup-body {
    background-color: #fff;
    border-radius: 8px;
}

body #progressbar li.active:before,
body #progressbar li.active:after {
    background-color: #444344;
}

#progressbar li:before {
    width: 7px;
    height: 7px;
    background-color: #797979;
}

.questionpopup-name {
    font-weight: 500;
    font-size: 30px;
    line-height: 43px;
}

.questionpopup-txt {
    margin: 0 auto;
    max-width: 345px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
}
.questionpopup-txt-2{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}

#pod-bg-cover_img
{
    min-height: 500px;
    background-image: url("{% static 'assets/img/theme/profile-cover.jpg' %}");
    background-size: cover;
    background-position: center top;
}
