.photo-preview {
    width: 100px;
}

.error {
    color: red;
}

.width-15px {
    width: 15px;
}

.file-input__input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.file-input__label {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    padding: 10px 12px;
    background-color: #3e4001;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
}

.file-input__label svg {
    height: 16px;
    margin-right: 4px;
}
.btn-bg-theme-color{
    background-color: #3e4001;
    border-color: #3e4001;
}
.file-input__label:hover,
.btn-bg-theme-color:hover{
    background-color: #5e6007;
    border-color: #5e6007;
}

.w-20
{
    width: 20rem;
}



.zoom-img {
    border-radius: .75rem;
    overflow: hidden;
    transform: translateZ(0);
    margin: 0;
}

.zoom-img img {
    display: block;
    transition: transform .35s ease-in-out
}

.zoom-img:hover img {
    transform: scale(1.05)
}

.social-img img {
    width: 100%;
    margin: auto;
}
.row.social-img div {
    padding: 0px 5px;
}
