﻿.selected-provider-list {
    height: 40px;
    border: 1.5px solid #A3BAC6;
    border-radius: 1px;
    color: #163b69;
    font-weight: 500;
    font-size: 100%;
}

.can-not-find-business {
    text-decoration: none;
    margin-top: 5px;
    cursor: pointer;
}

.can-not-find-business:hover {
    text-decoration: none;
}

.text-title {
    color: #333;
}

.on-boarding-form-body {
    min-height: 400px;
    width: 400px;
}

.font-size-14px {
    font-size: 14px;
}

.search-business {
    position: relative;
    padding-right: 22px !important;
}

.search-icon {
    position: absolute;
    top: 12px;
    right: 6px;
    font-size: 14px;
}

.terms-text {
    cursor: default;
}