.main {
    margin: 0.5rem 4rem;
}

.card-admin {
    padding: 2rem;
}

.heading1 {
    margin-top: -0.6rem;
}

.paragraph {
    color: #707895;
}

.btn-admin-cards {
    width: 115px !important;
    height: 37px !important;
}

@media only screen and (max-width: 550px) {
    .actions {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important ;
    }
}
@media only screen and (max-width: 1100px) and (min-width: 550px) {
    .actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.action-cards {
    height: 14.81rem;
}
.page-item.active .page-link {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
}
.breadcrumb-item a,
.breadcrumb li a {
    color: var(--primary-color);
}

.btn-primary {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
}
.btn-primary:hover,
.btn-primary:focus {
    color: #ffe;
    background-color: #23722c;
    border-color: #23722c;
}

.modal-title {
    white-space: nowrap;
}
.golf-tile {
    border: 1px solid var(--primary-color);
    width: 40px;
    height: 40px;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 50%;
}

.golf-tile i {
    color: var(--primary-color);
    font-size: 20px;
}

.doubleRadio {
    position: relative;
}

.doubleRadio .form-check {
    left: 205px;
    position: absolute;
    top: 3px;
}
.doubleRadio .first-radio {
    left: 0px !important;
}
.doubleRadio label {
    line-height: 31px;
}

/* // select2 stylings */

.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: var(--primary-color) !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 38px !important;
}
.select2-container--default .select2-selection--single {
    height: 38px !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 38px !important;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
    color: #fff;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 3px !important;
    margin-top: 2px !important;
    padding: 0 5px;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    color: #fff !important;
    margin-right: 2px !important;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered {
    padding: 3px 5px !important;
}

.bootbox-close-button {
    border: none;
    background: white;
    margin-top: -12px;
    font-size: 21px;
}

.mapHolder {
    position: relative;
    padding: 10px;
    border: 1px solid #ced4da;
}

.mapHolder .searchInput {
    position: absolute;
    z-index: 1000;
    top: 65px;
    width: 68%;
    left: 20px;
    padding: 4px 10px;
    border: none;
}
