.widget-url-container {
    display: flex;
    flex-direction: row;
    padding: 10px;
    justify-content: space-between;
}

#widget-url-text {
    padding: 10px;
    margin: 0;
    word-break: break-all;
}

.required-field::after {
    content: "*";
    color: #f06548;
}

.btn-fw {
    min-width: 7rem;
}

.pr-0 {
    padding-right: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.row .choices {
    margin-bottom: 0;
}

.form-checkbox-lg input[type=checkbox] {
    width: 18px;
    height: 18px;
}

.form-checkbox-lg label {
    padding: 1px 0 1px 5px;
}

.was-validated .is-invalid {
    border-color: #f06548;
    padding-right: calc(1.5em + 1rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f06548'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f06548' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .25rem) center;
    background-size: calc(.75em + .5rem) calc(.75em + .5rem)
}

.choices .choices__list--dropdown {
    z-index: 5 !important;
}

.dt-btn-info {
    position:fixed;
    top:50%;
    left:50%;
    width:400px;
    margin-top:-100px;
    margin-left:-200px;
    background-color:white;
    border:2px solid #111;
    box-shadow:3px 4px 10px 1px rgba(0, 0, 0, 0.3);
    border-radius:3px;
    text-align:center;
    z-index:21
}

.dt-btn-info h2 {
    padding:.5em;
    margin:0;
    font-weight:normal;
    border-bottom:1px solid #ddd;
    background-color:#f3f3f3
}

.avatar-container {
    height: 60px;
    width: 300px;
}

.carrier-avatar-img {
    height: 60px;
    object-fit: contain;
}