.tools-btn {
    color: black;
    cursor: pointer;
    padding: 0 20px;
    display: flex;
    align-items: center;
}

.tools-btn i {
    margin-right: 5px;
}

.tools-btn {
    padding: 3px 20px;
    background-color: #ececec;
    border-radius: 3px;
    transition: .5s;
    margin-left: 20px;
    position: relative;
}
.tools-btn:hover {
    background-color: #cecece;
}

.tools-btn__court {
    position: absolute;
    top: -6px;
    width: 185px !important;
    left: -230px;
    right: 0;
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid #e2e2e2;
    padding: 3px 20px;
    text-align: center;
    font-size: 12px;
    box-shadow: 0 1px 2px 1px rgba(0,0,0,.15), 0 2px 5px -3px rgba(0,0,0,.15);
}

.court__empty__list {
    padding: 5px 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #3333;
}

.court__empty__list:hover {
    background-color: #ececec;
    cursor: pointer;
}

.back__btn__box {
    margin-top: 15px;
    margin-bottom: 10px;
}
.map__loader__text {
    font-size: 12px;
    margin-top: 20px;
    padding: 5px 15px;
    text-align: center;
    border-radius: 15px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.16);
}
.code__item {
    font-size: 14px;
    padding: 3px 10px;
    text-align: center;
    border-radius: 15px;
    background-color: #f3f3f3;
    border: 1px solid rgba(0, 0, 0, 0.16);
    cursor: nw-resize;
    transition: .5s;
}
.code__item:hover {
    background-color: #ffecec;
}
.open__in__to {
    text-decoration: none;
    margin-left: 5px;
}
.open__in__to > i {
    color: #1976d2;
    text-decoration: none;
    transition: .5s;
}
.open__in__to > i:hover {
    color: #044079;
}

.default__v__banner {
    padding: 8px 8px 8px 16px;
    border-bottom: thin solid rgba(0, 0, 0, 0.12);
    color: #000000DE;
    line-height: 18px;
}

.default__badge__wrapper {
    position: relative;
}
.delete__default__badge {
    position: absolute;
    right: -10px;
    top: -10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background-color: red;
    z-index: 2;
    color: #ffffff;
}

.court__search {
    margin-top: 10px;
}

.court__search > input {
    width: 100%;
    padding: 15px 20px;
    outline: none;
    border-top: 1px solid #3333;
}