html,
body {
    background-color: #fff;
    color: #636b6f;
    font-family: "Nunito", sans-serif;
    font-weight: 200;
    height: 100vh;
    margin: 0;
}
a,
a:hover,
a:active {
    color: #5867dd;
    text-decoration: none;
}
:root {
    --primary-color: #23517a;
    --secondary-color: #23517a;
}

h3 {
    font-size: 1.6rem;
    font-weight: 600;
}

.btn.focus,
.btn:focus {
    box-shadow: none !important;
}

.text-danger {
    color: #e52f08 !important;
}

.text-muted {
    color: #a1a1a1 !important;
}

/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* ======== */
.mb-14 {
    margin-bottom: 8px;
}
.mb-10 {
    margin-bottom: 10px;
}

.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.content {
    text-align: center;
}

.title {
    font-size: 84px;
}

.links > a {
    color: #636b6f;
    padding: 0 25px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.1rem;
    text-decoration: none;
    text-transform: uppercase;
}

a.btn-default {
    /* background: #f3f3f3; */
    background-color: #fff !important;
    /* color: #23517a !important; */
    box-shadow: 0 0 10px #00000017 !important;
    border-radius: 25px;
    margin-bottom: 5px;
}

.m-b-md {
    margin-bottom: 30px;
}

/* style updates */

.chatbox__text {
    padding: 10px 20px !important;
}

.chatbox__message--bot .chatbox__text {
    background-color: #e5e7eb !important;
    color: #23517a !important;
    padding: 10px 20px !important;
    /* box-shadow: 0 0 10px #00000017 !important; */
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1) !important;
    /* border-radius: 10px !important; */
}

.chatbox__message--user .chatbox__user img {
    display: none;
}

.chatbox__message--user .message {
    margin-right: 0px !important;
}

#submitReplyBtn .chatbox__editor .btn-brand {
    /* background-color: #23517a; */
    /* display: flex;
    align-items: center;
    justify-content: center; */
}

#submitButton {
    /* transform: rotate(390deg);
    transition: all 0.5s ease-in-out */
    opacity: 1;
}

.disabled-button {
    background-color: #ccc;
    color: #666;
    cursor: not-allowed;
    opacity: 1;
    /* transform: rotate(0deg)!important; */
    transition: all 0.5s ease-in-out;
}

.disabled-link {
    background: #f1f1f1;
    pointer-events: none;
}
