.bg-fdfdfe {
    background-color: #fdfdfe;
}
.gradient-text {
    background: linear-gradient(90deg, #e8729f, #a93afe, #4157fe);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.main {
    background: url("../images/bj-f9772288d982703400b7a008301197a4.png") no-repeat;
    background-color: #fef9f4;
    flex: 1;
    background-size: 100% 100%;
}
.no-border:hover, .no-border:focus {
    border: none;
    outline: none;
}
.custom-textarea{
    color: #313238 !important;
    font-size: 14px !important;
}
.custom-textarea::placeholder {
    color: #b1b6cc !important;
    font-size: 14px !important;
}
.btn-custom-submit {
    background: linear-gradient(45deg, #fa7d72, #bc47ee, #4c56fe);
    border: none;
    color: white;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: bolder;
    border-radius: 80px;
    transition: background 0.3s ease;
}
.grey-line {
    border-top: dashed 1px #dfdfff;
}
.text-purple {
    color: #7c4dff !important;
}
.custom-textarea {
    resize: none !important;
}
.type-btn{
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    justify-content: center;
    height: 27px;
    flex-shrink: 0;
    padding: 0 15px;
    box-sizing: border-box;
    background: #e9f9ed;
    color: #50c08a;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rate {
    font-size: 20px;
    margin-right: 10px;
    color: #50c08a;
}
.bg-red-light {
    background-color: #ffc1c1;
}
.bg-orange-light {
    background-color: #f7ec88;
}
.bg-green-light {
    background-color: #84d1ac;
}
.confidence-score-circle {
    width: 12px;
    min-width: 12px;
    height: 12px;
    min-height: 12px;
    border-radius: 50%;
    margin-right: 5px;
    border: 1px solid #888888;
}
.opacity-light-off {
    opacity: 0.3;
    border: 0px;
}
.vertical-divider {
    background-color: #d9d9d9;
    width: 1px;
    height: auto;
    align-self: stretch;
    flex-shrink: 0;
}