/*main*/
.fin-widget input::placeholder, .fin-widget textarea::placeholder {
    opacity: 1;
    color: #9ca3af;
}
.fin-widget {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.fin-widget-inner {
    width: 100%;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    opacity: 1;
    background-color: rgb(249 250 251 / 1);
    padding: 1.5rem;
    border-radius: 0.75rem;
}

.fin-widget .fin-form {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0px solid #ddd;
    border-top: none;
    border-radius: 0 0 12px 12px;
    padding-top: 8px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 8px;
}

.fin-widget .fin-form .fin-form-container {
    display: flex;
    gap: 8px;
}

.fin-widget .fin-form .fin-form-container {
    margin-top: 15px;
}

.fin-widget .fin-form .fin-input {
    flex: 1 1 0%;
    padding: 10px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
}

.fin-widget .fin-form button, .fin-widget .fin-form .fin-form-button {
    color: #FFFFFF;
    opacity: 1;
    background-color: #035388;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-radius: 0.25rem;
    outline: none;
    border-width: 0px;
}

.fin-body {
    border: 0px solid #ddd;
    border-top: none;
    height: 420px;
    overflow: auto;
    padding: 12px;
}

.fin-body .fin-message {
    margin: 8px 0px;
    display: flex;
    justify-content: flex-start;
}

.fin-body .fin-message-odd {
    justify-content: flex-start;
}

.fin-body .fin-message-even {
    justify-content: flex-end;
}

.fin-body .fin-message .fin-message-sub {
    max-width: 80%;
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px solid rgb(229, 231, 235);
    background-color: #ffffff;
}

.fin-body .fin-message .fin-message-processing {
    background-image: url("../images/loaders/loader-2.gif");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 256px;
    height: 50px;
}

.fin-body .fin-message-odd .fin-message-sub {
    background-color: #035388;
}

.fin-body .fin-message-even .fin-message-sub {
    background-color: #ffffff;
}

.fin-body .fin-message-odd .fin-message-sub, .fin-body .fin-message-odd .fin-message-sub p {
    color: #FFFFFF;
}

.fin-body .fin-message-even .fin-message-sub, .fin-body .fin-message-even .fin-message-sub p {
    color: #979797;
}
