.ck-editor__editable,
textarea {
    min-height: 150px;
}

.datatable {
    width: 100% !important;
}

.dataTables_length,
.dataTables_filter,
.dt-buttons {
    margin-bottom: 0.333em;
    margin-top: 0.2rem;
}

.dataTables_filter {
    margin-right: 0.2rem;
}

.dt-buttons .btn {
    margin-left: 0.333em;
    border-radius: 0;
}

.table.datatable {
    box-sizing: border-box;
    border-collapse: collapse;
}

table.dataTable thead th {
    border-bottom: 2px solid #c8ced3;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #c8ced3;
}

.select2 {
    max-width: 100%;
    width: 100% !important;
}

.select2-selection__rendered {
    padding-bottom: 5px !important;
}

.has-error .invalid-feedback {
    display: block !important;
}

.btn-info,
.badge-info {
    color: white;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none;
}

.sidebar .nav-item {
    cursor: pointer;
}

.btn-default {
    color: #23282c;
    background-color: #f0f3f5;
    border-color: #f0f3f5;
}

.btn-default.focus,
.btn-default:focus {
    box-shadow: 0 0 0 0.2rem rgba(209, 213, 215, 0.5);
}

.btn-default:hover {
    color: #23282c;
    background-color: #d9e1e6;
    border-color: #d1dbe1;
}

.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-ipo {
    color: #ffffff !important;
    background-color: #20a8d8 !important;
    border-color: #20a8d8 !important;
}

.btn-ipo.focus,
.btn-ipo:focus {
    box-shadow: 0 0 0 0.2rem rgba(209, 213, 215, 0.5);
}

.btn-ipo:hover {
    color: #ffffff !important;
    background-color: #007bff !important;
    border-color: #007bff !important;
}

.login-logo a img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    width: 40%;
}

.navbar-brand-full img {
    width: 140px;
}

.sidebar .nav-link:hover {
    background-color: #007bff;
}

.sidebar .nav-link.active .nav-icon {
    color: #20a8d8;
}

.error {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #f86c6b;
}

a {
    color: #20a8d8;
}

a:hover {
    color: #007bff;
}

.required {
    color: #f86c6b;
}

.report-summary-header {
    border-bottom: solid 1px #e8ecf1;
}

.font-weight-semibold {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}

.report-inner-cards-wrapper {
    padding-top: 25px;
}

.report-inner-cards-wrapper .report-inner-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-right: solid 1px #e8ecf1;
    border-right-color: rgb(232, 236, 241);
    padding: 0 40px;
}

.report-inner-cards-wrapper .report-inner-card .inner-card-icon {
    width: 62px;
    height: 62px;
    font-size: 25px;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
}

.report-inner-cards-wrapper .report-inner-card .inner-card-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.report-inner-cards-wrapper .report-inner-card .report-title {
    font-size: 14px;
    font-weight: 600;
    color: #111111;
}

.report-inner-cards-wrapper .report-inner-card h4 {
    font-weight: bold;
}

.report-inner-cards-wrapper .report-inner-card .report-count {
    font-size: 14px;
    color: #8e32e9;
}

.quick-action-toolbar .card .quick-action-btns .btn-wrapper {
    border-right: 1px solid #e8ecf1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.quick-action-toolbar .card .card-header {
    color: #ffffff;
    padding: 12px 30px;
    background-image: -webkit-gradient(
        linear,
        right top,
        left top,
        from(#fad961),
        to(#f76b1c)
    );
    background-image: linear-gradient(to left, #fad961, #f76b1c);
    border: 0;
    border-radius: 0;
}

.stretch-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
}

.stretch-card > .card {
    width: 100%;
    min-width: 100%;
}

.pagination li.active .page-link {
    z-index: 1 !important;
    color: #fff !important;
    background-color: #20a8d8 !important;
    border-color: #20a8d8 !important;
}

.dataTables_processing {
    border: 16px solid #f3f3f3 !important;
    border-radius: 50% !important;
    border-top: 16px solid #20a8d8 !important;
    width: 120px !important;
    height: 120px !important;
    -webkit-animation: spin 2s linear infinite !important;
    animation: spin 2s linear infinite !important;
    margin-top: -60px !important;
    margin-left: -60px !important;
    position: fixed !important;
    z-index: 999 !important;
}

@font-face {
    src: url("../assets/fonts/sofia-pro-regular.ttf");
    font-family: "Sofia Pro";
}

.scrollable-content {
    height: 100vh;
    overflow-y: scroll;
}

.menu-bar {
    height: 100vh;
}

.no-border-table-link table tbody tr td:last-child div a {
    border: none !important;
}

.no-border-table-button table tbody tr td:last-child div button {
    border: none !important;
}

.our-sofia-font {
    font-family: 'Sofia Pro' !important;
    font-style: normal;
    font-weight: normal;
}

.tab-button {
    margin-left: auto !important;
    align-items: center !important;
    justify-content: center !important;
}

.nav-link.active {
    background: transparent !important;
    border-color: transparent !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 3px solid #200BAE !important;
    stroke: none !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 120% !important;
}

.btn-metro {
    color: #ffffff !important;
}

.btn-metro-inverse {
    background-color: #ffffff !important;
}

.btn-default {
    color: #000 !important;
    background-color: transparent !important;
    border-color: #eee !important;
}

.btn-broker {
    color: black !important;
    background-color: white !important;
    border-color: black !important;
    font-weight: 600;
}

.prospectus-singluar-detail div table th {
    height: 40px;
    font-size: 14px !important;
    line-height: 100% !important;
    color: #444444 !important;

}

.prospectus-singluar-detail div table td div {
    height: 40px;
    font-size: 14px !important;
    line-height: 120% !important;
    color: #444444 !important;

}

.prospectus-singluar-detail div.overflow-y-auto.relative {
    height: calc(100vh - 300px);
}

.prospectus-singluar-detail .no-border-table-link.no-border-table-button .rounded-xl {
    border-radius: 0;
}

.prospectus-singluar-detail div.border.border-gray-300 {
    border-radius: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
}

.prospectus-singluar-detail thead tr.bg-gray-50 {
    background-color: #F7F9FC !important;
}

.prospectus-singluar-detail div table thead {
    background: #F7F9FC !important;
}

.prospectus-singluar-detail div.overflow-y-auto.relative {
    height: calc(100vh - 0px);
}

.prospectus-singluar-detail thead tr.bg-gray-50 th button {
    font-size: 14px;
    line-height: 100%;
    color: #444444;
}

.prospectus-btn-group {
    margin-left: auto !important;
    align-items: center !important;
    justify-content: center !important;
}

.modal-title {
    font-weight: normal !important;
    font-size: 18px !important;
    line-height: 22px !important;
}

.modal-dialog {
    width: 500px !important;
    height: 447px !important;
    margin-bottom: auto !important;
}

.modal-subtitle {
    font-weight: normal;
    font-size: 12px !important;
    line-height: 14px !important;
    color: #666666 !important;
}

.form-headings {
    font-weight: normal;
    font-size: 18px !important;
    line-height: 22px !important;
}

.form-sub-headings {
    font-weight: normal;
    font-size: 14px !important;
    line-height: 17px !important;
}

.file-upload, .file-input {
    color: black !important;
    border: 1px solid #E4E4E4;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 20px;
    width: 100%;
    cursor: pointer;
}

.file-input input[type='file'] {
    height: 0;
    width: 0;
    overflow: hidden;
    position: absolute;
}

.file-input-gray {
    background: #FAFAFA;
}

.logo-upload {
    color: black !important;
    border: 1px solid #E4E4E4;
    box-sizing: border-box;
    border-radius: 5px;
    width: 322px;
    padding: 20px;
}

.file-upload label {
    background-color: #FAFAFA !important;
}

.file-upload-instruction {
    width: 348px;
    height: 24px;
    font-size: 16px;
    line-height: 24px;
}

.upload-icon {
    margin: auto !important;
    margin-top: 10px !important;
}

.bold {
    font-weight: bold !important;
    font-size: 16px !important;
    line-height: 22px !important;
}

.prospectus-actions {
    width: 100%;
    height: 80px;
    background: #F6F6F6 !important;
    border-radius: 5px;
}

.form-input {
    background: #FAFAFA !important;
    border: 1px solid #EAEAEA !important;
    box-sizing: border-box !important;
    border-radius: 5px !important;

}

body {
    background: #F7F9FC !important;
    font-family: 'Sofia Pro' !important;
    font-style: normal;
}

.tab-content {
    padding: 0 !important;
    border: none !important;
}

.tab-pane {
    border: none !important;
}

.offer-container {
    background: #FFFFFF;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    padding-top: 20px !important;
    padding-left: 20px !important;
}

.btn-danger {
    color: #fff !important;
    background-color: #e3342f !important;
    border-color: #e3342f !important;
}
