.tracking-widget {
    margin-top: 30px;
    background-color: #FFFFFF;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

ul.tracking-tabs {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #e9ecef;
}

.tracking-tabs li.tab {
    list-style: none;
    padding: 10px 20px;
    background-color: #FFFFFF;
    cursor: pointer;
    position: relative;
}

.tracking-tabs li.tab.active:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #007bff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.tracking-tabs li button {
    color: #3f4254;
}

.tracking-tabs li.active button {
    color: #007bff;
}

.tracking-tab-content {
    margin: 0 0 30px 0;
    padding: 20px;
    background-color: #FFFFFF;
}

.tracking-tab-content .page-title {
    font-size: 24px;
    color: #3f4254;
    margin-bottom: 20px;
}

.tracking-tab-content .page-sub_title {
    font-size: 16px;
    color: #6c757d;
    margin-bottom: 20px;
}

.tracking-tab-content label {
    display: block;
}

.tracking-tab-content input[type="text"],
.tracking-tab-content input[type="phone"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    margin-bottom: 10px;
}

.legend-label {
    width: 100%;
    padding: 5px;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.legend-description textarea {
    width: 100%;
    min-height: 50px;
    font-size: 14px;
    color: #6c757d;
    border: 1px solid #ced4da;
    padding: 10px;
    border-radius: 4px;
    resize: none;
}

input:focus-visible,
textarea:focus-visible {
    outline: none;
    ;
}

.platform-wrapper {
    width: 50%;
}

.platform-wrapper label {
    color: #3f4254;
    margin: 0;
}

.platform-icon {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    margin-right: 10px;
}

@media(max-width: 768px) {
    .platform-wrapper {
        width: 100%;
    }
}
