@import url("https://fonts.googleapis.com/css2?family=Audiowide&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");

* {
    font-family: Poppins;
}
/* All colors use in this project */
:root {
    --white-color: #ffffff;
    --black-color: #000000;
    --stroke-gray-color: #d0d5dd;
    --dark-gray-color: #344054;
    --light-gray-color: #475467;
    --empty-field-color: #667085;
    --primary-green-color: #2dbb54;
    --in-process-color: #2196f3;
    --pending-color: #e8b00b;
    --cancel-color: #fb2a2a;
    --lime-green-color: #16a70f;
    --violet-needed-color: #9747ff;
    --bright-blue-color: #2989ff;
    --vivid-red-rides-color: #ff3429;
    --orange-yellow-color: #f3a23d;
    --dark-green-color: #34a853;
    --grey-color: #cccccc;
    --very-light-gray-color: #f1f1f1;
    --charcoal-gray-color: #5f6368;
    --green-color: #008000;
    --bright-gray-color: #e9e9e9;
    --yellow-color: #ffc107;
}

/************** 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;
}
.font-weight-600 {
    font-weight: 600 !important;
}

.font-weight-700 {
    font-weight: 700 !important;
}
.border-radius-8 {
    border-radius: 8px;
}

h1.pageTitle {
    font-family: Poppins;
    font-weight: 500;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #000000;
    margin-top: 20px;
}

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

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

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

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

.form-control:focus {
    box-shadow: none !important;
}
#customSearch::placeholder {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    padding-left: 10px;
}
.btn-radius-4 {
    border-radius: 4px;
}
.btn-radius-12 {
    border-radius: 12px;
}

.btn-radius-16 {
    border-radius: 16px;
}
.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: 500;
}

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;
}

.close {
    opacity: 0.75;
}

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

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

/************** Select2 Css ********************/
.card {
    background: #ffffff;
    border: 1px solid #d0d5dd !important;
    border-radius: 10px;
    box-shadow: none;
}

/************** 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: #e6e6e6 !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-selection--single
    .select2-selection__arrow
    b {
    border-color: none !important;
    border-style: none !important;
}

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

/**************** Datatable Css **************/
table.dataTable > thead {
    background-color: #ffffff !important;
}
.table td,
.table th {
    vertical-align: middle;
}
.table th {
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
}

.table td {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
}
table.dataTable > tbody > tr.even {
    background-color: #ffffff !important;
}

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

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

.dataTables_info > span {
    color: #000;
}

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;
}

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

.page-link {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px !important;
    color: #d0d5dd;
}

.page-title {
    font-size: 36px;
    font-weight: 500;
    line-height: 54px;
    text-align: left;
}

.page-item.active .page-link {
    color: black;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: none !important;
    background: none !important;
}
div.dataTables_wrapper div.dataTables_info {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}
.dataTables_info {
    margin-bottom: 5px !important;
    margin-left: 18px !important;
    margin-top: 7px;
}

.dataTables_filter label input {
    border: 1px solid #e6e6e6 !important;
    margin: 15px 10px 5px 0px;
}
input.search-bar {
    height: 52px;
    border-radius: 50px;
    border: 1px solid #e6e6e6;
}

input.search-bar::placeholder {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    padding-left: 10px;
}
.search-icon {
    position: absolute;
    left: 18px;
    top: 48%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: url("../../img/search-icon.png") no-repeat center;
    z-index: 2;
}

.dataTables_paginate {
    margin-right: 10px !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;
}
div::-webkit-scrollbar {
    width: 5px;
}
.table-responsive::-webkit-scrollbar {
    height: 5px;
}

div::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

div::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

@media screen and (max-width: 425px) {
}

@media screen and (max-width: 768px) {
}

@media screen and (min-width: 1080px) {
    .dataTables_scrollHeadInner,
    .dataTable {
        width: 100% !important;
    }
}

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

.save-button {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    height: 48px;
    color: #ffffff;
    border-radius: 24px;
    padding-bottom: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2dbb54;
}

.cancel-button {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    height: 48px;
    color: #344054;
    background-color: #ffffff;
    border-radius: 24px;
    padding-bottom: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.delete-button {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    height: 48px;
    color: #ffffff;
    border-radius: 24px;
    padding-bottom: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fb2a2a;
}

/**************** Aside sidebar Model Css **************/
.asideTitle {
    height: 25px;
    font-weight: 600;
    font-size: 18px;
    line-height: 24.59px;
    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;
}
.main-sidebar {
    background-color: #475467;
}
[class*="sidebar-dark"] .brand-link {
    border-bottom: 1px solid #ffffff33;
    padding-block: 18px;
}
.brand-text {
    font-family: Audiowide;
    font-size: 20px;
    font-weight: 400;
    line-height: 25.5px;
    letter-spacing: -0.16500000655651093px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.sidebar-bar {
    width: 320px !important;
}

.sidebar-bar-content {
    height: 100% !important;
    overflow: auto !important;
}
.sidebar-border {
    border-bottom: 1px solid #f4f4f4 !important;
}
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #2dbb54;
    border-radius: 8px;
}
.object-fit-cover {
    object-fit: cover !important;
    outline: 0.5px solid #c7cbcf !important;
    outline-offset: -1px !important;
}
.nav-sidebar > .nav-item .nav-icon {
    color: white;
}
.nav-sidebar > .nav-item svg {
    margin-left: 0.05rem;
    font-size: 1.2rem;
    margin-right: 0.2rem;
}

.fixedBottom {
    position: fixed;
    bottom: 0px;
    width: 250px;
}

/**************** Button css **************/
.approve-btn {
    width: 238.5px;
    height: 48px;
    padding: 12px 0px 0px 0px;
    gap: 12px;
    border-radius: 24px 0px 0px 0px;
    opacity: 0px;
    background-color: var(--primary-green-color, #2dbb54);
}

.reject-btn {
    width: 238.5px;
    height: 48px;
    padding: 12px 0px 0px 0px;
    gap: 12px;
    border-radius: 24px 0px 0px 0px;
    opacity: 0px;
    background-color: var(--cancel-color, #fb2a2a);
}

.delete-btn {
    width: 150px;
    height: 48px;
    padding: 12px 0px 0px 0px;
    gap: 10px;
    border-radius: 24px 0px 0px 0px;
    opacity: 0px;
    background-color: var(--cancel-color, #fb2a2a);
}

.cancel-btn {
    width: 173px;
    height: 48px;
    padding: 12px 0px 0px 0px;
    gap: 10px;
    border-radius: 24px 0px 0px 0px;
    border: 1px 0px 0px 0px;
    opacity: 0px;
    border: 1px solid var(--light-gray-color);
    background-color: #e9e9e9;
}

.yes-btn {
    width: 173px;
    height: 48px;
    padding: 12px 0px 0px 0px;
    gap: 10px;
    border-radius: 24px 0px 0px 0px;
    border: 1px 0px 0px 0px;
    opacity: 0px;
    background-color: var(--cancel-color, #fb2a2a);
}

.green-tab {
    padding: 12px 0px 0px 0px;
    gap: 10px;
    border-radius: 4px 0px 0px 0px;
    opacity: 0px;
    background-color: var(--primary-green-color, #2dbb54);
}
.save-btn,
.update-btn,
.send-btn {
    width: 120px;
    height: 48px;
    padding: 12px 0px 0px 0px;
    gap: 10px;
    border-radius: 24px 0px 0px 0px;
    opacity: 0px;
    background-color: var(--primary-green-color, #2dbb54);
}

.reply-btn {
    width: 174px;
    height: 48px;

    padding: 12px 0px 0px 0px;
    gap: 10px;
    border-radius: 24px 0px 0px 0px;
    opacity: 0px;
    background-color: #6c757d;
}
.mark-as-resolved {
    width: 174px;
    height: 48px;
    padding: 12px 0px 0px 0px;
    gap: 10px;
    border-radius: 24px 0px 0px 0px;
    opacity: 0px;
    background-color: var(--primary-green-color, #2dbb54);
}

/**************** Badges css **************/
.green-badge {
    padding: 12px 0px 0px 0px;
    gap: 10px;
    border-radius: 4px 0px 0px 0px;
    opacity: 0px;
    background-color: rgba(45, 187, 84, 0.1);
}
.yellow-badge {
    padding: 12px 0px 0px 0px;
    gap: 10px;
    border-radius: 4px 0px 0px 0px;
    opacity: 0px;
    background-color: rgba(255, 193, 7, 0.1);
}

.red-badge {
    padding: 12px 0px 0px 0px;
    gap: 10px;
    border-radius: 4px 0px 0px 0px;
    opacity: 0px;
    background: rgba(251, 42, 42, 0.1);
}
