﻿body {
}

.account__login--header__title {
    color: var(--bs-green);
}

.border-bottom-dashed {
    border-bottom: 1px dashed #000000;
}

.divSearchContainer {
    width: 100%;
    padding: 10px;
    border: none !important;
}

.divError {
    height: 20px;
    font-size: 12px;
}

.divImage {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    background-color: white;
    text-align: center;
    border: 1px solid black;
    padding: 20px;
    margin-bottom: 10px;
}

.divDeleteImage {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.errorMessage {
    display: block;
    font-size: 14px;
    height: 20px;
    color: red;
    margin-top: 7px;
}

.marginTop-26 {
    margin-top: 26px;
}

.singleImage {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    background-color: white;
    text-align: center;
    border: 1px solid black;
    padding: 15px;
    margin-bottom: 10px;
}

.font-sizeOne {
    font-size: 16px !important;
}