.error{
    color:#680101;
    font-size: 14px;
}
.bg-dark-green{
    background: #0b2d13 !important;
}
.resize-none{
    resize:none !important;
}
.loader-div {
    display: none;
    position: fixed;
    margin: 0px;
    padding: 0px;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 30001;
    opacity: 0.8;
}

.loader-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}