html {
    scroll-behavior: smooth;
}

body {
    font-family: "TajawalMedium", sans-serif;
    word-break: break-word;
    overflow-x: hidden;
}

@font-face {
    font-family: Bold;
    src: url(../fonts/Inter_24pt-Bold.ttf);
}

@font-face {
    font-family: Medium;
    src: url(../fonts/Inter_24pt-Medium.ttf);
}

@font-face {
    font-family: Regular;
    src: url(../fonts/Inter_24pt-Regular.ttf);
}


@font-face {
    font-family: TajawalBold;
    src: url(../fonts/Tajawal-Bold.ttf);
}

@font-face {
    font-family: TajawalMedium;
    src: url(../fonts/Tajawal-Medium.ttf);
}

@font-face {
    font-family: TajawalRegular;
    src: url(../fonts/Tajawal-Regular.ttf);
}


ul li,
a:hover {
    list-style-type: none;
    text-decoration: none;
}


button:focus {
    outline: none;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #DFDFDF;
    border-radius: 50px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #7AC17D;
    border-radius: 50px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #7AC17D;
}

.form-control {
    background-color: transparent;
    border-radius: 12px;
    height: 55px;
    border: 1px solid #F1F3F9;
    text-align: start;
    color: #6B6D70;
    padding-inline-start: 35px;
    margin-bottom: 10px;
}

.form-control::placeholder {
    font-family: "TajawalMedium" !important;

}

.form-switch .form-check-input {
    height: 24px;
    width: 50px;
}

option,
select {
    color: #6B6D70;
    font-family: "Medium";
    font-size: 14px;
}

.filupp-file-name {
    padding-inline-end: 20px;
}

.form-control::placeholder,
.filupp-file-name {
    color: #6B6D70;
    font-family: "Medium";
    font-size: 14px;
    height: 100%;
}

.uploadFile:after {
    content: "\f0c6";
    position: absolute;
    top: 14px;
    z-index: 99999;
    left: 7px;
    font-weight: 900;
    font-size: 20px;
    font-family: 'Font Awesome 5 Free';
    color: #6b6d70a3;
    transform: rotate(-44deg);
}

.select:after {
    content: "\f107";
    position: absolute;
    top: 18px;
    z-index: 99999;
    left: 25px;
    font-weight: 900;
    font-size: 15px;
    font-family: 'Font Awesome 5 Free';
    color: #6b6d70a3;
}

.form-control:focus {
    box-shadow: none;
    outline: 0;
    background-color: transparent !important;
    border: 1px solid #F1F3F9;
}

::selection {
    color: #4EAD33;
}

textarea {
    resize: none;
}

textarea.form-control,
textarea.form-control:focus {
    height: auto;
}

.default-btn,
.default-btn:hover {
    background-color: #4EAD33;
    border: 1px solid #4EAD33;
    border-radius: 15px;
    line-height: 2.5;
    color: #fff;
    font-weight: 700;
}

.title,
h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0px;
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: none;
}

.bg-none {
    background: none;
}

a {
    text-decoration: none;
}

.lineThrough {
    text-decoration: line-through;
}



/* ============ colors ================= */
.green-color {
    color: #4EAD33;
}

.dark-color {
    color: #111317;
}

.gray-color {
    color: #626C83;
}

/* ============================================= */
.input-icon {
    position: absolute;
    top: 18px;
    right: 15px;
    font-size: 20px;
}

.login .form-control {
    padding-inline-start: 50px;
    margin-bottom: 10px;
}

/* ============================================= */
.side-dash .links li img {
    width: 25px;
    margin-inline-end: 10px;
}

.nodata {
    opacity: .3;
    width: 300px;
}

.nodata img {
    width: 200px;
}

.border-card {
    border: 2px solid #eee;
    border-radius: 20px;
}


.side-dash .logo {
    width: 150px;
}

.table-block {
    border: 2px solid #eee;
    overflow: hidden;
    border-radius: 25px;
}

.table {
    --bs-table-striped-bg: #F1F3F9 !important;
}

thead tr {
    border-bottom: 0;
    border-color: transparent !important;
    color: #626C83 !important;

}

td,
th {
    color: #626C83 !important;
 
}
td{
    font-family: Medium    !important;
    vertical-align: middle;

}
.ngx-pagination li,
.ngx-pagination .current {
    display: inline-block;
    border: 1px solid #F1F3F9;
    margin-inline: 6px !important;
    border-radius: 7px !important;
    padding: 4px !important;
    min-width: 36px;
    min-height: 36px;
    text-align: center;
}

.ngx-pagination .current {
    border: 1px solid #4EAD33;
    background-color: transparent !important;
    color: #4EAD33 !important;
}

.swal2-popup {
    border-radius: 25px;
}

.swal2-confirm.btn.btn-primary.swal2-styled.swal2-default-outline {
    border: 1px solid #4EAD33 !important;
    color: #4EAD33 !important;
    background-color: transparent !important;
}
.swal2-icon-show{
    display: none !important;
}