body {
    height: 100vh;
    /* font-family: myFirstFont ; */
    font-family: 'Varela Round', sans-serif;
    margin: 0px;
    background-color: #32465a;
    background-image: url('data:image/svg+xml,%3Csvg width="52" height="26" viewBox="0 0 52 26" xmlns="http://www.w3.org/2000/svg"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg fill="%239C92AC" fill-opacity="0.4"%3E%3Cpath d="M10 10c0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6h2c0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4v2c-3.314 0-6-2.686-6-6 0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6zm25.464-1.95l8.486 8.486-1.414 1.414-8.486-8.486 1.414-1.414z" /%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
}


/* @font-face {
  font-family: 'Varela Round', sans-serif;
  src: url(/static/font/CorpoS.ttf);
} */

.main-card {
    background: white;
    color: #32465A;
    width: 100%;
    height: 100%;
    margin: 0 px auto;
    border-radius: 0px;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.main-title {
    background-color: #3770a7;
    font-family: 'Varela Round', sans-serif;
    font-size: 24px;
    padding: 10px;
    color: white;
}

.main-title img {
    border-radius: 50%;
    margin-right: 5px;
    background-color: #808080a3;
    width: 50px;
    height: 50px;
}

.chat-area {
    background-color: white;
    flex-grow: 1;
    overflow: auto;
    overflow-x: hidden;
    border-radius: 0px;
    padding: 16px;
    display: flex;
    flex-direction: column;
}

.input-message {
    padding: 8px 24px;
    flex-grow: 1;
    margin: 0px 8px 0px 0px;
    border-radius: 7px;
    border: none;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.input-message:focus {
    outline: none;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.25);
}

.input-div {
    height: 48px;
    width: calc(100% - 32px);
    margin: 16px;
    display: flex;
}

.input-div1 {
    height: 25px;
    width: 100%;
    border-top: 1px solid #c6c2c2;
    background-color: #e6e6e6;
}

.input-div1 span {
    /* color: #6f6f6f; */
    color: #435f7a;
    /* font-family: serif; */
    font-size: 17px;
    font-weight: 600;
}

.in-con {
    color: currentColor;
    cursor: pointer;
    font-size: 22px;
    margin-top: 11px;
    margin-right: 10px;
}

.in-con:hover {
    color: #4180dd;
}

.input-send {
    outline: none;
    background-color: #3770a7;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    border: none;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.input-send:hover {
    cursor: pointer;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.25);
}

.input-send svg {
    fill: white;
    margin: 11px 8px;
}

.input-send:focus {
    outline: none;
}

.chat-message-div {
    display: flex;
}

.chat-message {
    background-color: whitesmoke;
    margin-top: 8%;
    margin-right: 8%!important;
    margin-bottom: 15%;
    margin-left: 7%;
    font-family: 'Varela Round', sans-serif;
    font-size: 14px;
    padding: 8px 14px;
    animation-name: fadeIn;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 100ms;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.11);
    color: black;
    border-radius: 6px;
}

.chat-message-bot {
    background-color: whitesmoke;
    margin-top: 4%;
    margin-right: 6%!important;
    margin-bottom: 13%;
    margin-left: 13%!important;
    font-family: 'Varela Round', sans-serif;
    font-size: 14px;
    padding: 8px 14px;
    animation-name: fadeIn;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 100ms;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.11);
    color: black;
    border-radius: 6px;
}

.chat-message-newbot {
    background-color: #e9ecef;
    margin-top: 4%;
    margin-right: 6%!important;
    margin-bottom: 13%;
    margin-left: 13%!important;
    font-family: 'Varela Round', sans-serif;
    font-size: 16px;
    /* margin: 8px 16px; */
    padding: 16px 24px;
    animation-name: fadeIn;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 100ms;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.11);
    color: white;
    border-radius: 10px;
}

.chat-message-newbot .newbot-btn {
    background-color: #435f7a;
    color: white;
    margin-bottom: 10px;
    width: -webkit-fill-available;
    border-radius: 10px;
    text-align: justify;
}

.chat-message-newbot .newbot-btn:hover {
    background-color: #5d83a7;
}

.chat-message-newbot .newbot-btn:focus {
    outline: none;
}

.ticket button {
    width: 100%;
    background-color: darkgray;
    border-radius: 5px;
    border-color: gray;
}

.chatOptions {
    margin-top: -2%;
    margin-right: 8%!important;
    /* margin-bottom:13%; */
    margin-left: 8%!important;
    font-family: botplatform-font, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    /* margin: 8px 16px; */
    padding: 16px 24px;
    color: white;
    border-radius: 10px;
}

.chatOptions button {
    padding: 8px 12px;
    border: 1px solid rgb(21, 21, 23);
    border-radius: 20px;
    color: rgb(93, 101, 116);
    margin: 8px 8px 0px 0px;
    cursor: pointer;
    background: rgb(255, 255, 255);
    font-size: 14px;
    outline: none;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: botplatform-font, "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
}

.chatOptions button a {
    text-decoration: none;
    color: rgb(93, 101, 116);
}

.chatOptions button:hover {
    background-color: rgb(30, 29, 29);
    color: #fff;
}

.chatOptions button:focus {
    outline: none;
}

.chatOptions button:hover a:hover {
    color: #fff;
}

.ticketform {
    background-color: aliceblue;
    color: black;
    width: 325px;
    height: 322px;
    border-radius: 8px;
}

.ticketform input[type=date],
.ticketform input[type=email],
.ticketform input[type=text],
.ticketform select,
.ticketform textarea {
    border-radius: 4px;
    border: 0.5px solid #00000085;
}

.ticketform input[type=date]:focus,
.ticketform input[type=email]:focus,
.ticketform input[type=text]:focus,
.ticketform select:focus,
.ticketform textarea:focus {
    border-radius: 4px;
    border: 2px solid #435f7a;
    outline: none;
}

.ticketform input[disabled],
select[disabled],
textarea[disabled],
.addbtn[disabled] {
    cursor: not-allowed;
}

.ticketform input[type=date][disabled],
.ticketform input[type=radio][disabled],
.ticketform input[type=text][disabled],
.ticketform input[type=email][disabled],
.ticketform select[disabled],
.ticketform textarea[disabled] {
    border: 1px solid rgb(225, 225, 225);
    color: rgb(0, 0, 0);
    background: rgb(255, 255, 255);
}

.ticketcontainer {
    background-color: aliceblue;
    width: 315px;
    height: auto;
}

.formtitle {
    width: 100%;
    padding-left: 10px;
    background-color: #435f7a;
    border-radius: 8px 8px 0px 0px;
}

.formtitle span {
    color: white;
}

.namediv {
    padding: 9px 16px 0px 16px;
    background-color: aliceblue;
}

.leftdiv {
    width: 50%;
    height: 50px;
    margin-top: 3px;
}

.rightdiv {
    margin-top: -50px;
    margin-left: 50%;
    width: 50%;
    height: 50px;
}

.ticketform .addbtn {
    position: relative;
    background-color: #435f7a;
    color: white;
    top: -35px;
    margin-left: 33px;
    margin-top: 5px;
    border-radius: 5px;
    padding: 5px 12px 5px 12px;
    border: none;
}

.ticketform .addbtn:hover {
    background-color: #5d83a7;
}

.loadlab {
    position: relative;
    background-color: #4180DD;
    color: white;
    text-align: center;
    width: 92px;
    height: 29px;
    border-radius: 4px;
    padding-top: 3px;
    top: -29px;
    cursor: pointer;
}

.loadlab:hover {
    background-color: #3770a7;
}

.formalert {
    position: relative;
    color: red;
    top: -29px;
    margin: 5px;
    visibility: hidden;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}