body {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "SF Pro Text", sans-serif !important;
}

a {
    text-decoration: none !important;
    outline: none;
}

p {
    margin-bottom: 0 !important;
}

.text-default {
    color: #202223;
}

.bg-primary-main {
    background: #fd6672 !important;
}

.text-primary-main {
    color: #fd6672;
}

.primary-dark {
    color: #804247;
}

.bg-primary-dark {
    background: #804247;
}

.bg-success-main {
    background: #2e7d32;
}

.bg-error-main {
    background: #d32f2f;
}

.bg-warning-main {
    background: #ed6c02;
}

.cursor-pointer {
    cursor: pointer;
}
/* border */
.bt {
    border-top: 1px solid #ccc;
}

.bb {
    border-bottom: 1px solid #ccc;
}

.br {
    border-right: 1px solid #ccc;
}

.bl {
    border-left: 1px solid #ccc;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1720px !important;
        padding-right: 5rem;
        padding-left: 5rem;
    }
}

/* input styles */
.form-control {
    font-size: 15px !important;
    font-family: "SF Pro Text", sans-serif;
    border: 1px solid #c9cccf !important;
    border-radius: 4px !important;
}

.form-label {
    font-size: 15px;
    font-family: "SF Pro Text", sans-serif;
}

.form-check input:focus {
    outline: none !important;
}

input::placeholder {
    color: #999 !important;
}

input::-webkit-input-placeholder {
    color: #999;
}

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

.scroll {
    overflow: auto;
    height: 100vh;
}

.form-check input:focus {
    outline: none !important;
}

.form-select:focus {
    border-color: transparent !important;
    outline: 0;
    box-shadow: none !important;
}

.btn-close:focus {
    box-shadow: none !important;
}

/* button styles */
.auth-button-container button {
    background: #fd6672;
    font-size: 14px;
    font-weight: 500;
    font-family: "SF Pro Text", sans-serif;
    padding: 8px 16px;
    border-radius: 4px !important;
}

.auth-button-container button:hover {
    background: #fd6672;
}

/* scrollbar */
::-webkit-scrollbar {
    background: transparent;
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: #e0e0e0;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #e0e0e0;
}

/* main-content */
.main-content {
    background: #fafafa;
}

.page-content {
    box-shadow: 0px 0px 0px 1px #e0e0e0;
    border-radius: 4px;
    background: #fff;
}

.layout-content {
    padding: 0 1.5rem;
}

.page-title-box {
    padding: 12px 1.5rem;
    box-shadow: 0px 0px 0px 1px #e0e0e0;
}

.page-title-box h4 {
    margin: 0;
}

/* breadcrumb style */
.page-title-right .breadcrumb .breadcrumb-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.breadcrumb-item.active a {
    color: rgba(0, 0, 0, 0.6);
}
.cursor-pointer {
    cursor: pointer;
}

/* select-2 dropdown */
.select2-search--dropdown .select2-search__field {
    padding: 0 0.75rem !important;
}

.select2-container .select2-dropdown .select2-results ul li {
    font-size: 14px;
    color: #202223 !important;
    font-weight: 400;
    line-height: 18px;
}

/* pagination */
.pagination span {
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.3px;
}

.page-item select {
    border: none !important;
    background: none !important;
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.3px;
}

.page-item select:focus-visible {
    outline: none !important;
}
.pagination-list {
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.3px;
}

.pagination-btn li {
    list-style-type: none;
}

.pagination-btn a {
    color: rgba(0, 0, 0, 0.54);
}

.pagination-btn .fa-chevron-left {
    font-size: 12px;
}

.pagination-btn .fa-chevron-right {
    font-size: 12px;
}

.order-select-list .control-label {
    position: initial !important;
}

.order-select-list {
    margin-top: 5px !important;
}

.form-group .select2-container--default .select2-selection--single {
    height: unset;
    padding: 9px 10px;
}

.form-group
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.select2-selection.select2-selection--multiple {
    padding-top: 4px;
    padding-bottom: 4px;
}

.dataTables_wrapper .dataTables_filter input {
    padding: 0.375rem 0.75rem;
    height: 100%;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
}

.dataTables_length select {
    background: none !important;
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.3px;
    padding: 7px;
    border-radius: 20px;
}

.w-40{
    width: 40px;
}