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

body {
    font-size: 14px;
    text-transform: uppercase !important;
    font-family: 'Poppins', sans-serif;
}

table tr td{
    color: #14142b;
    vertical-align: middle !important;
}

table tr th{
    font-weight: 500;
}

.badge{
    font-weight: 500;
}

*::-webkit-input-placeholder {
    font-family: 'Poppins', sans-serif;
}

*::-moz-placeholder {
    font-family: 'Poppins', sans-serif;
}

*:-ms-input-placeholder {
    font-family: 'Poppins', sans-serif;
}

*::-ms-input-placeholder {
    font-family: 'Poppins', sans-serif;
}

*::placeholder {
    font-family: 'Poppins', sans-serif;
}

*::-webkit-scrollbar {
    width: 12px;
}

*::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px rgba(150, 150, 150, 0.4);
}

*::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    color: rgba(255, 255, 255, 0.3);
    border-radius: 13px;
    box-shadow: inset 0 0 0 10px;
    outline: 1px solid rgb(68, 71, 75);
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
    font-weight: 400 !important;
}

.form-control {
    font-size: 14px;
}

.drml-bg-lightblue {
    background: rgba(229, 241, 255, 1) !important;
}

.drml-bg-lightgray {
    background: rgba(239, 240, 246, 1) !important;
}

.drml-bg-primary {
    background: #5288d9;
}

.drml-bg-primary-i {
    background: #5288d9 !important;
}

.drml-bg-light {
    background: rgba(246, 246, 247, 1) !important;
}

.drml-bg-dark {
    background: #14142b !important;
}

.drml-bg-red {
    background: #eb5757;
}

.drml-bg-dimgray {
    background: #46667c;
}

.drml-bg-orange {
    background: #f2994a;
}

.drml-bg-cyan {
    background: #34b1be;
}

.drml-bg-green {
    background: #27ae60;
}

.drml-text-primary {
    color: #5288d9 !important;
}

.drml-text-dark {
    color: #14142b !important;
}

.drml-text-red {
    color: #eb5757 !important;
}

.drml-border-primary {
    border-color: #5288d9 !important;
}

.drml-border-radius-4 {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.drml-border-radius-12 {
    border-top-left-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.drml-border-radius-16 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.drml-border-radius-20 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.drml-border-radius-25 {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.drml-border-2 {
    border-width: 2px !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}

.drml-spacing-1 {
    letter-spacing: 1px !important;
}

.drml-spacing-2 {
    letter-spacing: 2px !important;
}

.drml-spacing-3 {
    letter-spacing: 3px !important;
}

.drml-spacing-4 {
    letter-spacing: 4px !important;
}

.drml-spacing-5 {
    letter-spacing: 5px !important;
}

.drml-w-160 {
    width: 160px !important;
}

.select2-container--default .select2-selection--single {
    background-color: rgba(239, 240, 246, 1) !important;
    border: none;
    height: 48px;
    padding: 11px 13px 33px 13px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    outline: none;
}

.select2-container--default .select2-selection--multiple {
    background-color: rgba(239, 240, 246, 1) !important;
    padding: 11px 13px 10px 13px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    text-align: left;
}

.select2-selection__choice {
    background-color: #fff !important;
}

.select2-search--dropdown {
    background-color: #fff;
}

.select2-search__field {
    background-color: #fff;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    border: none;
    padding: 200px;
    outline: none;
}

.select2-results {
    background-color: #fff;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 40px !important;
}

.drml-switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 28px;
}

.drml-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.drml-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
}

.drml-slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
}

input:checked + .drml-slider {
    background-color: #5288d9;
}

input:focus + .drml-slider {
    box-shadow: 0 0 1px #5288d9;
}

input:checked + .drml-slider:before {
    transform: translateX(20px);
}

.drml-slider.drml-round {
    border-radius: 24px;
}

.drml-slider.drml-round:before {
    border-radius: 50%;
}

.drml-checkbox-group {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.drml-checkbox-group input {
    position: absolute;
    left: -220px;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.drml-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.drml-checkbox-group:hover input ~ .drml-checkmark {
    background-color: #ccc;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.drml-checkbox-group input:checked ~ .drml-checkmark {
    background-color: #5288d9;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.drml-checkmark:after {
    content: "";
    position: absolute;
    display: none;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.drml-checkbox-group input:checked ~ .drml-checkmark:after {
    display: block;
}

.drml-checkbox-group .drml-checkmark:after {
    left: 7px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

/* START TABLE */

table {
    border-collapse: separate;
    border-spacing: 0;
}

table tr th,
table tr td {
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    padding: 5px;
}

table tr th:first-child,
table tr td:first-child {
    border-left: 1px solid #ddd;
}

table tr th {
    border-top: 1px solid #bbb;
    text-align: left;
}

/* top-left border-radius */
table tr:first-child th:first-child {
    border-top-left-radius: 10px;
}

/* top-right border-radius */
table tr:first-child th:last-child {
    border-top-right-radius: 10px;
}

/* bottom-left border-radius */
table tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

/* bottom-right border-radius */
table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

/* END TABLE */

input[type="search"] {
    font-size: 12px;
}

input[name="submit_search"] {
    font-size: 12px;
    padding-top: 7px;
    padding-bottom: 7px;
}

a[name="create_button"] {
    font-size: 13px;
    padding: 14px;
}

.w-40 {
    width: 40% !important;
}

.drml-btn-link:hover {
    background: #3b6fbf !important;
    color: white !important;
    border-color: #3b6fbf !important;
}

.drml-btn-link:focus {
    background: #3b6fbf !important;
    color: white !important;
    border: 1px solid #5288d9 !important;
}

.drml-btn-link:active {
    background: #3b6fbf !important;
    color: white !important;
    border: 1px solid #5288d9 !important;
}

.drml-btn-primary-xs {
    font-size: 11px;
    padding: 6px;
    background-color: #5288d9;
    color: white !important;
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    box-shadow: none !important;
    outline: none !important;
    border: 1px solid #5288d9 !important;
}

.drml-btn-primary-xs:hover {
    background: #3b6fbf !important;
    color: white !important;
}

.drml-btn-primary-xs:focus {
    background: #3b6fbf !important;
    color: white !important;
}

.drml-btn-primary-xs:active {
    background: #3b6fbf !important;
    color: white !important;
}

.drml-btn-primary-sm {
    font-size: 13px;
    padding: 9px;
    background-color: #5288d9;
    color: white !important;
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    box-shadow: none !important;
    outline: none !important;
    border: 1px solid #5288d9 !important;
}

.drml-btn-primary-sm:hover {
    background: #3b6fbf !important;
    color: white !important;
}

.drml-btn-primary-sm:focus {
    background: #3b6fbf !important;
    color: white !important;
}

.drml-btn-primary-sm:active {
    background: #3b6fbf !important;
    color: white !important;
}

.drml-btn-primary {
    font-size: 13px;
    padding: 12px;
    background-color: #5288d9;
    color: white !important;
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    box-shadow: none !important;
    outline: none !important;
    border: 1px solid #5288d9 !important;
}

.drml-btn-primary:hover {
    background: #3b6fbf !important;
    color: white !important;
}

.drml-btn-primary:focus {
    background: #3b6fbf !important;
    color: white !important;
}

.drml-btn-primary:active {
    background: #3b6fbf !important;
    color: white !important;
}

.drml-btn-outline-primary {
    font-size: 13px;
    padding: 12px;
    background-color: transparent;
    color: #5288d9;
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    box-shadow: none !important;
    outline: none !important;
    border: 1px solid #5288d9 !important;
}

.drml-btn-outline-primary:hover {
    background: #3b6fbf !important;
    border: 1px solid #3b6fbf !important;
    color: white !important;
}

.drml-btn-outline-primary:focus {
    background: #3b6fbf !important;
    border: 1px solid #3b6fbf !important;
    color: white !important;
}

.drml-btn-outline-primary:active {
    background: #3b6fbf !important;
    border: 1px solid #3b6fbf !important;
    color: white !important;
}

.drml-btn-outline-primary-sm {
    font-size: 13px;
    padding: 9px;
    background-color: transparent;
    color: #5288d9;
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    box-shadow: none !important;
    outline: none !important;
    border: 1px solid #5288d9 !important;
}

.drml-btn-outline-primary-sm:hover {
    background: #3b6fbf !important;
    border: 1px solid #3b6fbf !important;
    color: white !important;
}

.drml-btn-outline-primary-sm:focus {
    background: #3b6fbf !important;
    border: 1px solid #3b6fbf !important;
    color: white !important;
}

.drml-btn-outline-primary-sm:active {
    background: #3b6fbf !important;
    border: 1px solid #3b6fbf !important;
    color: white !important;
}

.drml-btn-outline-primary-xs {
    font-size: 12px;
    padding: 6px;
    background-color: transparent;
    color: #5288d9;
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    box-shadow: none !important;
    outline: none !important;
    border: 1px solid #5288d9 !important;
}

.drml-btn-outline-primary-xs:hover {
    background: #3b6fbf !important;
    border: 1px solid #3b6fbf !important;
    color: white !important;
}

.drml-btn-outline-primary-xs:focus {
    background: #3b6fbf !important;
    border: 1px solid #3b6fbf !important;
    color: white !important;
}

.drml-btn-outline-primary-xs:active {
    background: #3b6fbf !important;
    border: 1px solid #3b6fbf !important;
    color: white !important;
}

.drml-btn-outline-white {
    font-size: 13px;
    padding: 9px;
    background-color: transparent;
    color: #fff;
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    box-shadow: none !important;
    outline: none !important;
    border: 1px solid #fff !important;
}

.drml-btn-outline-white:hover{
    color: #fff;
}

.drml-btn-color-green{
    background: #219653;
}

.drml-btn-color-green:hover{
    background: #10743c !important;
}

.ui-helper-hidden-accessible {
    display: none;
}

.ui-timepicker-container {
    z-index: 3500 !important;
}

.drml-icon-eye {
    background-image: url("../media/images/icons/eye.png");
    background-size: cover;
    height: 20px;
    width: 20px;
    display: block;
}

.drml-icon-exclamation-mark-circle {
    background-image: url("../assets/icons/exclamation-mark-circle.svg");
    background-size: cover;
    height: 30px;
    width: 30px;
    display: block;
}

.drml-icon-eye-white {
    background-image: url("../media/images/icons/eye-white.png");
    background-size: cover;
    height: 20px;
    width: 20px;
    display: block;
}

.drml-icon-edit {
    background-image: url("../media/images/icons/edit.png");
    background-size: cover;
    height: 20px;
    width: 20px;
    display: block;
}

.drml-icon-trash {
    background-image: url("../media/images/icons/trash.png");
    background-size: cover;
    height: 20px;
    width: 20px;
    display: block;
}

.drml-icon-approve {
    background-image: url("../media/images/icons/approve.png");
    background-size: cover;
    height: 20px;
    width: 20px;
    display: block;
}

.drml-icon-reject {
    background-image: url("../media/images/icons/reject.png");
    background-size: cover;
    height: 20px;
    width: 20px;
    display: block;
}

.drml-icon-in {
    background-image: url("../media/images/icons/in.png");
    background-size: cover;
    height: 20px;
    width: 20px;
    display: block;
}

.drml-icon-out {
    background-image: url("../media/images/icons/out.png");
    background-size: cover;
    height: 20px;
    width: 20px;
    display: block;
}

.drml-icon-card {
    background-image: url("../media/images/icons/card.png");
    background-size: cover;
    height: 20px;
    width: 20px;
    display: block;
}

.drml-icon-file {
    background-image: url("../media/images/icons/file.png");
    background-size: cover;
    height: 20px;
    width: 20px;
    display: block;
}

.drml-icon-package {
    background-image: url("../media/images/icons/package.png");
    background-size: cover;
    height: 20px;
    width: 20px;
    display: block;
}

.drml-icon-truck {
    background-image: url("../media/images/icons/truck.png");
    background-size: cover;
    height: 20px;
    width: 20px;
    display: block;
}

.drml-icon-download {
    background-image: url("../media/images/icons/download.svg");
    background-size: cover;
    height: 20px;
    width: 20px;
    -webkit-filter: invert(58%) sepia(28%) saturate(4815%) hue-rotate(194deg)
        brightness(90%) contrast(87%);
    filter: invert(58%) sepia(28%) saturate(4815%) hue-rotate(194deg)
        brightness(90%) contrast(87%);
    display: block;
}

.drml-icon-user-shadow {
    background-image: url("../media/images/icons/user-shadow.svg");
    background-size: cover;
    height: 77px;
    width: 77px;
    display: block;
}

.drml-icon-user-dollar {
    background-image: url("../media/images/icons/user-dollar.svg");
    background-size: cover;
    height: 77px;
    width: 77px;
    display: block;
}

.drml-icon-hand-dollar {
    background-image: url("../media/images/icons/hand-dollar.svg");
    background-size: cover;
    height: 77px;
    width: 77px;
    display: block;
}

.drml-icon-gift {
    background-image: url("../media/images/icons/gift.svg");
    background-size: cover;
    height: 77px;
    width: 77px;
    display: block;
}

.drml-icon-user-check {
    background-image: url("../media/images/icons/user-check.svg");
    background-size: cover;
    height: 77px;
    width: 77px;
    display: block;
}

.drml-icon-sheet-calendar {
    background-image: url("../media/images/icons/sheet-calendar.svg");
    background-size: cover;
    height: 77px;
    width: 77px;
    display: block;
}

.drml-icon-sheet-clock {
    background-image: url("../media/images/icons/sheet-clock.svg");
    background-size: cover;
    height: 77px;
    width: 77px;
    display: block;
}

.drml-icon-balance {
    background-image: url("../media/images/icons/balance.svg");
    background-size: cover;
    height: 77px;
    width: 77px;
    display: block;
}

.drml-icon-zakat {
    background-image: url("../media/images/icons/zakat.svg");
    background-size: cover;
    height: 77px;
    width: 77px;
    display: block;
}

.drml-icon-user-gear {
    background-image: url("../media/images/icons/user-gear.svg");
    background-size: cover;
    height: 77px;
    width: 77px;
    display: block;
}

.drml-icon-boxes {
    background-image: url("../media/images/icons/boxes.svg");
    background-size: cover;
    height: 65px;
    width: 77px;
    display: block;
}

.drml-icon-truck-box {
    background-image: url("../media/images/icons/truck-box.svg");
    background-size: cover;
    height: 60px;
    width: 77px;
    display: block;
}

.drml-icon-user-box {
    background-image: url("../media/images/icons/user-box.svg");
    background-size: cover;
    height: 75px;
    width: 77px;
    display: block;
}

.drml-icon-sheet-box {
    background-image: url("../media/images/icons/sheet-box.svg");
    background-size: cover;
    height: 77px;
    width: 77px;
    display: block;
}

.drml-icon-sheet-dollar {
    background-image: url("../media/images/icons/sheet-dollar.svg");
    background-size: cover;
    height: 77px;
    width: 77px;
    display: block;
}

.drml-icon-box-check {
    background-image: url("../media/images/icons/box-check.svg");
    background-size: cover;
    height: 71px;
    width: 77px;
    display: block;
}

.drml-dashboard-header {
    font-size: 16px;
    opacity: 1;
}

.drml-navbar-icon-envelope {
    background-image: url("../media/images/icons/envelope.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 25px !important;
    width: 35px !important;
    display: block;
    margin-top: -3px;
}

.drml-navbar-icon-envelope.active {
    background-image: url("../media/images/icons/envelope-active.svg");
}

.box-1 {
    border: 1px solid #d6d8e7;
    border-radius: 10px;
    background: #fff;
}

.box-1 .title {
    font-size: 20px;
}

.drml-card {
    border-radius: 10px;
}

.drml-card .title {
    font-size: 12px;
    margin-bottom: 5px;
}

.drml-card .content {
    font-size: 16px;
}

.drml-card.drml-card-green {
    color: #fff;
    background: #219653;
}

.drml-card.drml-card-red {
    color: #fff;
    background: #eb5757;
}

.drml-card.drml-card-blue {
    color: #fff;
    background: #5288d9;
}

.drml-card.drml-card-grey {
    color: #fff;
    background: #6e7191;
}

.badge {
    font-size: 1em;
}

.payment-group{
    border: 1px solid #ddd;
    border-radius: 6px;
    margin: 0 8px;
}

.payment-group .payment-group-header{
    border-bottom: 1px solid #ddd;
    padding: 10px 20px;
}

.payment-group .payment-group-content{
    padding: 10px 20px;
}

.no-border{
    border: none !important;
}

.drml-plain-field{
    background: none; 
    outline: none; 
    width: 200px;
    border: none;
}

.drml-image-box{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border: #A0A3BD 1px solid;
}

/* Pagination */
nav ul.pagination .page-item{
    margin: 0 5px;
}

nav ul.pagination .page-item .page-link{
    border-radius: 5px;
    color: #A0A3BD;
    border: 2px solid #dee2e6;
    box-shadow: none;
}

nav ul.pagination .page-item.active .page-link{
    color: #5288D9;
    border: 2px solid #5288D9;
    background: #fff;
}

.modal-content{
    border-radius: 20px;
}

.modal-content .modal-header{
    border-bottom: none;
    padding: 20px 40px;
    position: relative;
}

.bg-warn{
    background: rgba(246, 255, 0, 0.165);
}