.modal .bg-primary .btn-close {
    background: transparent url("./btn-close.svg") !important;
}

.incomplete-profile {
    background-image: url("./profile-bg.svg") !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.error-bg {
    background-image: url("./extras.jpg") !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.plane-bg {
    background-image: url("./Plane.png") !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.uk-bg {
    background-image: url("./uk-bg.png") !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.us-bg {
    background-image: url("./us-bg.png") !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.eu-bg {
    background-image: url("./eu-bg.png") !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-dollar {
    background-image: url("./dollar-bg.png") !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-naira {
    background-image: url("./naira-bg.png") !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}