.date-v1 {
    font-size: 18px;
    color: #2B3A42;
    font-weight: 500;
}

.info-name {
    font-size: 12px;
}

.info-name .name-m {
    color: #2B3A42;
}

.heading-big, .heading-small {
    font-weight: bold;
    text-transform: uppercase;
    color: #2B3A42;
}

.heading-big {
    font-size: 16px;
    margin-bottom: 20px;
}

.heading-small {
    font-size: 14px;
    margin-bottom: 10px;
}

.switch {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #2B3A42;
    font-weight: 500;
    cursor: pointer;
}

label.switch input[type="checkbox"] + span {

}

.card {
    color: #2B3A42;
    border-radius: 10px;
}

.card-shadow:before {
    content: "";
    position: absolute;
    width: 90%;
    height: 90%;
    box-shadow: 0px 8px 25px 12px #777;
    z-index: -1;
    background: #777;
    top: 5%;
    left: 5%;
    transform: skew(0, 5deg);
}

.card-body p {
    margin-bottom: 10px;
}

.reference, .sms, .users-clients, .lot-statistics {
    padding: 14px 36px 15px 14px;
    margin-bottom: 2rem;
}

.bg-block, .bg-block1 {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}

.bg-block1 {
    padding: 30px 20px;
}

.label-field {
    display: block;
    font-size: 14px;
    color: #4A90E2;
}

.group .label-select, .group .label-top {
    top: -20px;
}

.table-v1 {
    color: #333;
}

.table-v1 thead {
    background-color: #fafafa;
}

.table-v1 tbody {
    background-color: #fff;
}

.table-v1 thead th {
    border-bottom-width: 1px;
}

.table-v1 tbody tr:hover, .table-v1 .table-active {
    background-color: #fafafa;
}

.form .custom-select-bg {
    background-position: 95% 50% !important;
}

.lots-block {
    color: #333;
}

.payment {
    font-weight: 700;
    font-size: 18px;
    color: #2B3A42;
}

.records-v2 {
    font-size: 1rem;
    line-height: 1;
}

.custom-select-v2 {
    border-width: 0 0 1px 0;
    width: 100%;
    border-radius: 0;
    background-size: 3%;
}

.custom-checkbox-v2 {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1.5;
}

.custom-checkbox-v2 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark-indicator {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 3px;
}

.custom-checkbox-v2 input:checked ~ .checkmark-indicator {
    background: url(../img/bg_check.svg) no-repeat 50%;
}
