.tl-input-wrapper {
    /* background-color: #f1f1f6; */
    /* light grey background */
    border-radius: 0.75rem;
    /* rounded corners */
    line-height: normal;
    padding: 6px 14px;
    border: 1px solid #cfd4dc;
    position: relative;
}

.tl-input-wrapper.no-border {
    border: unset;
}

/* dropdown */
.form-floating {
    border-radius: 0.75rem;
    line-height: normal;
    border: 1px solid #cfd4dc;
}

.form-floating > .form-select {
    border: none;
    background-color: unset;
}

.readonly-bg {
    background-color: #f1f1f6;
}

.editable-bg {
    background-color: #ffffff;
}

/* .custom-input-wrapper>input readonly {
    background-color: #f1f1f6;
} */

.custom-label {
    color: #8c82aa;
    font-size: 12px;
    margin-bottom: 0.25rem;
}

.custom-label-small {
    font-size: 11px;
    margin-bottom: 0.25rem;
}

.custom-input {
    background-color: transparent;
    border: none;
    outline: none;
    width: 100%;
    font-size: 14px;
    color: #000;
    line-height: 18px;
    padding: 0;
    display: inline-block;
}

.phone-input {
    border: none !important;
    background-color: transparent !important;
    font-size: 14px;
    box-shadow: none !important; /* removes focus outline shadow */
    padding: 0;
    line-height: 18px;
}

.edit-phone-input {
    border: none !important;
    background-color: transparent !important;
    font-size: 14px;
    box-shadow: none !important; /* removes focus outline shadow */
    padding: 0;
    line-height: 18px;
}

.intl-tel-input {
    width: 100%;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important;
    border: none !important;
    font-size: 14px;
    padding: 0;
    line-height: 18px;
}

.custom-input.form-select {
    padding-left: 10px;
    background-position: right center;
}

.custom-input:focus {
    outline: none;
    box-shadow: none;
}

.field-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.link-btn {
    background-color: #f0492c;
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 10px;
    width: 70%;
}

.link-btn:hover {
    background-color: #d93b1e;
}

.rate-btn {
    background-color: #f0492c;
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 10px;
    width: 100%;
}

.rate-btn:hover {
    background-color: #d93b1e;
}

.status-btn {
    background-color: #EEEEEE;
    color: #28A745;
    border: none;
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 10px;
    width: 100%;
}

.form-check-input:checked {
    background-color: #000 !important;
    border-color: #000 !important;
}

.form-check-input {
    width: 0.8em !important;
    height: 0.8em !important;
    margin-left: -1.2em !important;
}

.form-check-input-ori {
    width: 1em !important;
    height: 1em !important;
    margin-left: 0 !important;
}

.form-check-inline {
    min-height: unset !important;
    margin-right: unset !important;
}

.iti{
    width: 100%;
}
  
.chevron-icon {
    transition: transform 0.2s ease-in-out;
    margin-left: 0.5rem;
}

.collapsed .chevron-icon {
    transform: rotate(180deg);
}

/* Prevent radio selection when clicking collapse header */
.address-header {
    pointer-events: none;
}
.address-header > * {
    pointer-events: auto;
}

@media (max-width: 767px) {
    .custom-input{
        font-size: 12px;
    }
}