@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700&display=swap');

* {
    font-family: Manrope;
}

/************** Meta ********************/
.font-12 {
    font-size: 12px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.btn-warning,
.badge-warning {
    background-color: #FAB23D;
    border-color: #FAB23D !important;
}

.btn-secondary {
    background-color: #445260 !important;
    border-color: #445260 !important;
}

.text-warning {
    color: #fab23d !important;
}

.text-dark {
    color: #000 !important;
}

.text-secondary {
    color: #445260 !important;
}

.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
    color: #212529;
    background-color: #fab23d;
    border-color: #fab23d !important;
}

.content-wrapper {
    background-color: #FCFCFC !important;
}

.borderless {
    border-radius: 0 !important;
    border: 1px solid #445260 !important;
}

.form-control:focus {
    box-shadow: none !important;
}

input::placeholder {
    font: 12px/3 Manrope;
    color: #C6C7C7 !important;

}

.btn-radius {
    border-radius: 8px;
}

.control-sidebar,
.control-sidebar:before {
    right: 3px;
}

label.error {
    color: #FF0000;
    font-size: 11px;
    display: block;
    margin-top: 5px;
    font-family: Arial, Helvetica, sans-serif;
}

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 300 !important;
}

label.error {
    color: #FF0000;
    font-size: 0.9rem !important;
    display: block;
    margin-top: 5px;
    font-family: Arial, Helvetica, sans-serif;
}

.text-danger {
    color: #FF0000 !important;
}

input.error,
textarea.error,
select.error,
span.error,
.select2-container--default .select2-selection--single.error {
    border: 1px solid #445260 !important;
    font-weight: 300 !important;
    /* color: red !important; */
}

.close {
    opacity: .75;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: transparent !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: transparent !important;
}

/************** Select2 Css ********************/
.select2-container--default .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #445260 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: block;
    width: 100%;
    background: url(https://cdn4.iconfinder.com/data/icons/user-interface-174/32/UIF-76-512.png) !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px !important;
}

.select2-container .select2-selection--single {
    height: 38px !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: #FAB23D !important;
    color: #212529 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: none !important;
    border-style: none !important;
}

select,
body .select2-container--default .select2-selection--single .select2-selection__arrow {
    margin-right: 5px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==");
}

/**************** Datatable Css **************/
table.dataTable>thead {
    background-color: #F4F4F4 !important;
}

table.dataTable>tbody>tr.even {
    background-color: #F4F4F4 !important;
}

table.dataTable.no-footer {
    border-bottom: none !important;
}

.dataTables_info>strong {
    font-size: 16px;
    padding-right: 10px;
}

.dataTables_info>span {
    color: #6F6F6F;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
    top: 30% !important;
    background-color: #d8a002 !important;
}

.paginate_button {
    padding: 0% !important;
    font-size: 12px;
}

.page-link {
    color: #020202 !important;
}

.page-link:focus {
    box-shadow: 0 0 0 0.2rem #ffc10552;
}

.page-item.active .page-link {
    background-color: #FAB23D;
    border-color: #FAB23D;
    color: black;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: none !important;
    background: none !important;
}

.dataTables_info {
    margin-bottom: 5px !important;
    margin-left: 25px !important;
    margin-top: 7px;
}

.dataTables_filter label input {
    border: 1px solid lightgray !important;
    margin: 15px 10px 5px 0px;
}

.dataTables_paginate {
    margin-right: 10px !important;
}

.custom-control-input:checked~.custom-control-label:before {
    border-color: #fab23d !important;
    background-color: #fab23d !important;
}

.custom-control-label:after,
.custom-control-label:before {
    width: 15px;
    height: 15px;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    left: -25px;
    top: 3px;
}

.custom-control-input:focus~.custom-control-label:before {
    box-shadow: 0 0 0 0.2rem rgb(235 177 14 / 41%);
}

@media screen and (max-width: 425px) {
    body {
        background: #445260 !important;
    }
}

@media screen and (max-width: 768px) {
    body {
        background: #445260 !important;
    }
}

@media screen and (min-width: 1080px) {

    .dataTables_scrollHeadInner,
    .dataTable {
        width: 100% !important;
    }
}

/**************** General Model Css **************/

.delete-button,
.unblock-button,
.block-button,
.update-profile-button,
.save-button {
    font-size: 14px;
    font-weight: 700;
    line-height: 19.6px;
    letter-spacing: 0.2px;
    height: 48px;
    color: #141414;
    border-radius: 8px;
    padding-bottom: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cancel-button {
    font-size: 14px;
    font-weight: 700;
    line-height: 19.6px;
    letter-spacing: 0.2px;
    height: 48px;
    color: #141414;
    border: 1px solid #445260;
    border-radius: 8px;
    padding-bottom: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.asideTitle {
    height: 25px;
    font-weight: 600;
    font-size: 18px;
    line-height: 24.59px;
    color: #141414;
}

.block-modal-title,
.unblock-modal-title,
.delete-modal-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 21.86px;
    color: #141414;
}

.block-detail-text p,
.unblock-detail-text p,
.delete-detail-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 21.86px;
    color: #141414;
}

.modal-content {
    background-color: #FCFCFC
}

.nav-link .arrow-up {
    display: none;
}

.nav-sidebar .nav-link>.right:nth-child(2),
.nav-sidebar .nav-link>p>.right:nth-child(2) {
    right: 1rem !important;
}

.unblock-modal {
    max-width: 460px !important;
    height: 350px !important;
}

.delete-modal {
    max-width: 450px !important;
    height: 350px !important;
}

.block-modal {
    max-width: 450px !important;
    height: 350px !important;
}

.sidebar-bar {
    width: 320px !important;
}

.sidebar-bar-content {
    height: 100% !important;
    overflow: auto !important;
}

.sidebar-border {
    border-bottom: 1px solid #F4F4F4 !important
}

.object-fit-cover {
    object-fit: cover !important;
    outline: 0.5px solid #C7CBCF !important;
    outline-offset: -1px !important;
}