.btt-content {
    padding-left: 1rem;
    padding-right: 1rem;
}

.toplevel_page_btt-lot_manager .wp-menu-image.dashicons-location:before {
    color: red !important;
}

@media screen and (min-width: 768px) {
    .btt-content {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media screen and (min-width: 1024px) {
    .btt-content {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

@media screen and (min-width: 1200px) {
    .btt-content {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

.btt-container {
    background-color: white;
}

.btt-container,
.btt-container * {
    box-sizing: border-box;
}
.lotmanager-header {
    background-color: #1158c5;
    color: white !important;
}
.lotmanager-header h1 {
    color: white;
    font-weight: bold;
}
.lotmanager-header .nav .btn {
    margin-right: 0.5rem;
}
.lotmanager-header .nav .btn:last-child {
    margin-right: 0;
}
.lotmanager-header .btn {
    padding: 0.5rem 1.2rem;
    background-color: #588bdf;
    color: white;
    border-radius: 0.25rem;
}
.lotmanager-header .btn.active {
    background-color: #092d64;
}
.panel {
    padding: 8px;
    background-color: white;
    border: 1px solid #dcdcdc;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
.badge {
    padding: 2px 6px;
    border-radius: 4px;
    background-color: lightcyan;
    margin-right: 2px;
}
.badge:last-child {
    margin-right: 0;
}
.block {
    display: block;
}
.flex {
    display: flex;
}
.container {
    display: flex;
    flex-direction: column;
}
.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -1rem;
}
.row .row {
    margin: 0;
}
.col {
    padding: 0 1rem;
}
.space-between {
    justify-content: space-between;
}
.justify-center {
    justify-content: center;
}
.align-center {
    align-items: center;
}
.mb-3 {
    margin-bottom: 1rem;
}
.card {
    border: 0;
    box-shadow: 0 0 0 1px #dcdcdc;
    border-radius: 25px;
}
.table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}
.table thead {
    background-color: #dcdcdc;
    color: #333;
}
.table th {
    text-align: left;

}
.table .actions a {
    margin-right: 2px;
}
.table .actions a:last-child {
    margin-right: 0;
}
.table td,
.table th {
    padding: 8px;
}
.w-25 {
    width: 25%;
}
.w-50 {
    width: 50%;
}
.w-75 {
    width: 75%;
}
.w-100 {
    width: 100%;
}
.w-0 {
    width: 0%;
}
.w-33 {
    width: 33.33%;
}
.d-flex {
    display: flex !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.align-items-center {
    align-items: center !important;
}
.p-3 {
    padding: 1rem;
}
.justify-end {
    justify-content: flex-end !important;
}
.cbtn {
    padding: 4px 48px;
    background-color: lightgray;
    color: black;
    text-decoration: none;
    border: 0;
    line-height: 1.5;
    border-radius: 4px;
}

.cbtn:hover {
    cursor: pointer;
    color: black;
}

.cbtn.primary {
    background-color: blue;
    color: white;
}

.btt_form {

}

.btt_form label {
    display: block;
}

.btt_form input,
.btt_form select,
.btt_form textarea {
    display: block;
    margin-bottom: 1rem;
}