body,
body .input-group-text {
    font-family: 'Noto Sans Tamil', sans-serif !important;
    color: #797D9A;
}

body .btn {
    font-family: 'Noto Sans Tamil', sans-serif !important;
}

h1, h2, h3, h4 {
    font-family: 'Bitter', sans-serif !important;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #0A1045;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 1rem;
}

h4.light {
    color: #797D9A;
}

.p-4-5 {
    padding: 32px;
}

/** General */
.form-floating input[required] + label::after {
    content: ' *';
}

.pointer {
    cursor: pointer;
}

.border-rounded {
    border: 1px solid #E7E7EC;
    border-radius: 8px;
    padding: 16px 16px 0;
}

.text-green {
    color: #0BCC6F;
}

/** Links */
a {
    text-decoration: none;
    color: #797D9A;
}

a:hover {
    color: #242856;
}

/** Forms */
.input-group:focus-within {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
    z-index: 3;
    border-radius: .25rem;
}

.input-group .form-control:focus {
    box-shadow: none !important;
    border-color: #dee2e6;
}

.input-group .form-select:focus {
    box-shadow: none !important;
    border: 1px solid #dee2e6;
}

body .input-group-text {
    background-color: #fff;
    color: #797D9A;
}

body .input-group-text {
    padding: 16px 0 16px 16px;
}

body .input-group-select .input-group-text {
    padding: 12px 0 8px 16px;
}

body .input-group-select .form-floating > .form-select {
    padding-bottom: 8px;
    padding-top: 26px;
}

body .form-floating > .form-control {
    padding: 16px 16px 16px 12px;
}

body .bg-dark .input-group {
    border-radius: 10px;
}

body .bg-dark .input-group-text,
body .bg-dark select,
body .bg-dark input,
body .bg-dark input:focus,
body .bg-dark .input-group .form-control:focus {
    background-color: #222858;
    border-color: #222858;
    color: #fff;
}

body .bg-dark .input-group-text {
    color: #797D9A;
}

body .bg-dark select {
    background: #222858 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23797D9A' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") no-repeat right 16px center/15px 15px !important;
}

body .bg-dark .input-group select:focus,
body .bg-dark .input-group select:focus-visible {
    border: 0;
}

body .bg-dark .input-group label,
body .bg-dark .input-group input:focus ~ label,
body .bg-dark .input-group .form-control:not(:placeholder-shown) ~ label {
    color: #797D9A;
}

body .bg-dark .input-group label::after,
body .bg-dark .input-group input:focus ~ label::after,
body .bg-dark .input-group .form-control:not(:placeholder-shown) ~ label::after {
    background-color: transparent;
}

body .form-floating > label {
    color: #3c3c3c;
}

.btn.btn-primary,
.btn.btn-primary:active {
    background: #F7A569;
    border-color: #F7A569;
}

.form-check .form-check-input[type=checkbox] {
    border-color: #0A1045;
}

.form-check .form-check-label {
    padding-top: 2px;
}

.form-check-button {
    position: relative;
    border: 1px solid #E7E7EC;
    border-radius: 8px;
    padding-left: 0;
}

.form-check-button .form-check-input {
    position: absolute;
    left: 40px;
    top: 16px;
}

.form-check-button label.form-check-label {
    display: block;
    cursor: pointer;
    padding: 18px 16px 14px 46px;
}

body .form-check-input:checked {
    background-color: #0A1045;
}

/** Tailwind Hero icons */
.h-6.w-6 {
    width: 24px;
    height: 24px;
}

/** Nav */
.column-nav {
    width: 320px;
    min-width: 320px;
    transition: 200ms;
}

.column-nav.collapse {
    width: 88px;
    min-width: 88px;
}

.column-nav .logo-full {
    width: 220px;
}

.column-nav .logo-mark {
    width: 40px;
    display: none;
}

.column-nav.collapse .logo-full {
    display: none;
}

.column-nav.collapse .logo-mark {
    display: block;
}

.nav .nav-item .nav-link {
    padding: 16px;
    margin-bottom: 16px;
    color: #797D9A;
}

.column-nav:not(.collapse) .nav .nav-item .nav-link svg {
    margin-right: 14px;
}

.column-nav.collapse .nav-item .nav-link span {
    display: none;
}

.nav .nav-item .nav-link:hover {
    background-color: #848DCC;
    color: #0A1045;
}

.nav .nav-item .nav-link.active {
    background-color: #DDE1F8;
    color: #0A1045;
    font-weight: 400;
}

/** Tables */
table.table {
    border-spacing: 0 8px;
    border-collapse: separate;
    position: relative;
}

table.table thead tr th {
    background-color: transparent;
    border-bottom: 0;
}

table.table thead th {
    color: #797D9A;
    font-weight: 400;
}

table.table thead th svg.h-6.w-6 {
    width: 16px;
    height: 16px;
}

table.table tbody tr {
    border-radius: 4px;
    box-shadow: 1px 3px 4px 0 rgba(0, 0, 0, 0.06);
}

table.table tbody tr.highlight {
    box-shadow: 0 0 8px 0 #7380CA;
}

table.table tbody tr:hover td {
    box-shadow: none;
    background-color: #F9F9FA;
}

table.table tbody tr td {
    padding-top: 15px;
    padding-bottom: 15px;
    vertical-align: middle;
    color: #0A1045;
    height: 64px;
}

table.table tbody tr th:first-child,
table.table tbody tr td:first-child {
    padding-left: 16px;
}

table.table tbody tr td:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

table.table tbody tr td:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

table.table tbody a.btn-txt-primary {
    color: #F7A569;
    font-size: 1rem;
}

table.table tbody a.btn-txt-primary:hover {
    color: #EAB27E;
}

table.table tr.warning td {
    border-top: 1px solid #CC0B0B;
    border-bottom: 1px solid #CC0B0B;
    background-color: #FFF5F5;
}

table.table tr.warning td:first-child {
    border-left: 1px solid #CC0B0B;
}

table.table tr.warning td:last-child {
    border-right: 1px solid #CC0B0B;
}

table.table tr.warning svg.warning {
    color: #CC0B0B;
    margin-right: 8px;
}

/** Pagination */
.pagination .previous a,
.pagination .next a {
    display: block;
    padding: 20px;
    background-color: #FFF;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    margin: 0 10px;
    color: #0A1045;
}

.pagination .current,
.pagination .page a,
.pagination .page-separator {
    display: block;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    text-align: center;
    margin: 18px 10px;
    padding-top: 2px;
    color: #797D9A;
}

.pagination .current {
    background-color: #F7A569;
    color: #FFF;
}

.pagination .page a:hover {
    background-color: #DDE1F8;
    color: #0A1045;
}

/** Text */
.text-dark {
    color: #0A1045 !important;
}

/** Login */
.btn-login {
    font-size: 14px;
    padding: 12px 0;
}

@media (min-width: 900px) {
    #form-login .input-group {
        min-width: 450px;
    }
}

/** Header */
.bg-dark .btn.btn-lg {
    color: #F1F3FE;
    font-size: 14px;
    padding: 16px 24px;
}

.bg-dark .btn.btn-lg svg {
    margin-left: 8px;
}

.bg-dark .btn.light {
    color: #797D9A;
    font-size: 12px;
    padding: 0;
}

.page-header {
    padding: 56px 40px;
}

.page-header h1 {
    color: #FFF;
}

/** Tabs */
body .nav-tabs .nav-link {
    color: #797D9A;
    border: 0;
    border-bottom: 2px solid #0A1045;
    padding: 20px;
}

body .nav-tabs .nav-link.active,
body .nav-tabs .nav-link:hover {
    color: #F1F3FE;
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #7380CA;
}

/** Tabs -- scroll */
.tabs-scroll .wrapper-nav {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    padding: 5px;
    height: 63px;
}

.tabs-scroll .wrapper-nav nav.list {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 3500px;
    margin-top: 0;
    border-bottom: 0;
}

.tabs-scroll .wrapper-nav nav.list a {
    font-size: 14px;
}

.tabs-scroll .wrapper-nav nav.list li {
    display: table-cell;
    position: relative;
    text-align: center;
    cursor: grab;
    color: #efefef;
    vertical-align: middle;
}

.tabs-scroll .scroller {
    text-align: center;
    cursor: pointer;
    display: none;
    padding: 16px;
    margin-top: 8px;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #222858;
    color: #FFF;
    border-radius: 50%;
}

.tabs-scroll .scroller svg {
    width: 12px;
    height: 12px;
}

/** Modal */
.modal .modal-header {
    background-color: #F1F3FE;
    border-bottom: 0;
    font-weight: 600;
}

.modal .modal-body {
    max-height: calc(100vh - 220px);
    overflow-y: auto;
}

/** Alert */
.alert.alert-danger {
    border: 1px solid #CC0B0B;
    background-color: #FFF5F5;
}

.alert.alert-danger svg {
    color: #CC0B0B;
}

.alert.alert-secondary {
    border: 1px solid #E7E7EC;
    background-color: #FFF;
}

/** Page-modal */
.page-modal {
    height: calc(100vh - 190px - 106px);
    overflow-y: auto;
}

.page-modal.full-height {
    height: calc(100vh - 170px);
}

.page-modal-buttons {
    background-color: #FFF;
    padding: 24px 32px;
    border-top: 1px solid #E7E7EC;
    left: 320px;
}

.nav-collapsed .page-modal-buttons {
    left: 88px;
}

.page-modal-buttons .btn.cancel {
    color: #797D9A;
}

.page-modal-buttons .btn {
    font-size: 14px;
    padding: 16px 16px 16px 24px;
}

.page-modal-buttons .btn svg {
    margin-left: 6px;
}

/** collapse */
.collapse-container a .collapse-up {
    display: none;
}

.collapse-container a:not(.collapsed) .collapse-up {
    display: block;
}

.collapse-container a .collapse-down {
    display: block;
}

.collapse-container a:not(.collapsed) .collapse-down {
    display: none;
}

/** Pages */
body.backend {
    background-color: #F1F3FE;
}

body .bg-dark {
    background-color: #0A1045 !important;
}

.rounded-tl {
    border-top-left-radius: 10px;
}

.rounded-l {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.form-group.end-date .form-check {
    padding-top: 16px;
}

/** Pages - Search */
.search .input-group-text {
    cursor: pointer;
}

/** Pages - Chat */
.chat {
    cursor: pointer;
}

.chat .image,
.chat-details .image {
    width: 48px;
    height: 48px;
    margin-right: 16px;
    background-color: #FFF;
    border-radius: 80px;
    padding: 12px 9px;
}

.chat .image img,
.chat-details .image img {
    width: 30px;
}

.chat .title,
.chat-inner .title {
    font-size: 1rem;
    color: #fff;
}

.chat .online,
.chat-inner .online {
    font-size: 12px;
}

.chat-details {
    transition: visibility 0s, opacity 200ms ease-in;
    visibility: visible;
    opacity: 1;
    width: 375px;
    background-color: #0A1045;
    padding: 16px 24px;
    border-radius: 6px;
    position: absolute;
    right: 16px;
    top: 16px;
    min-height: 200px;
    z-index: 1000;
}

.chat-details.hidden {
    transition: visibility 200ms ease-out, opacity 200ms ease-out;
    visibility: hidden;
    opacity: 0;
}

.chat-details #call-me-form #call-me-submit {
    padding: 16px;
}

.chat-details .call-me-finished,
.chat-details .call-me-error {
    font-size: 14px;
}

/** Pages - Progress bar */
body .progress {
    height: 24px;
    position: relative;
    border-radius: 8px;
    background-color: #F1F3FE;
}

body .progress .progress-bar {
    padding-top: 2px;
}

body .progress .progress-bar.bg-success {
    background-color: #0BCC6F !important;
}

body .progress .progress-text {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 100%;
    padding-top: 4px;
    color: #F1F3FE;
}

body .progress .progress-text.black {
    color: #0A1045;
}

/** Pages - Upload */
.file-drop .file-drop-area {
    position: relative;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 25px;
    background-color: #F1F3FE;
    border-radius: 8px;
    transition: 0.2s;
    text-align: center;
    color: #0A1045;
}

.file-drop .choose-file-button svg {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

.file-drop .file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}

/** Pages - Questionnaire */
body .text-muted {
    color: #9E9FB4 !important;
}

/**
 * End of style-new.css
 */
