@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700&display=swap');
@import url("bootstrap.min.css");
@import url("dataTables.checkboxes.css");
@import url("datatables.min.css");
@import url("bootstrap-datepicker.css");
@import url("custom.css");
@import url("responsive.css");
body {
    line-height: 1.3;
    font-size: 14px;
    overflow-x: hidden;
    background: #f5f5f5;
    font-family: 'Inter', sans-serif;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
}

 ::selection {
    color: #000;
    background: rgb(229, 246, 254);
}

img {
    max-width: 100%;
}
table {
    font-family: 'Inter', sans-serif;
}
img,
label {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    -webkit-transition: 300ms all;
    transition: 300ms all;
    color: #000;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    font-weight: 700;
}

h1 {
    font-size: 65px;
    line-height: 78px;
}

h2 {
    font-size: 40px;
    line-height: 50px;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

select {
    color: #707070;
    border: 1px solid #094e5d38;
    height: 44px;
    margin: 0;
    border-radius: 5px;
    padding: 8px 40px 8px 15px;
    display: block;
    width: 100%;
    background-color: #f5f5f5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-position: center right 15px;
    background-image: url(../image/arrow-down-black.svg);
}

.tabel-head select {
    color: #094e5d;
    border-color: #094e5d;
    font-weight: 500;
    border: 2px solid;
}

.my-profile-choose-file {
    opacity: 0;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    border-radius: 50%;
    display: none;
}

.buttons-csv {
    display: none;
}

/* Flash alerts are converted to top-right toasts by app-toast.js */
.save-alert,
main > .alert.alert-dismissible[role="alert"],
.page-inner > .alert.alert-dismissible[role="alert"],
.ad-inr > .alert.alert-dismissible[role="alert"],
.login-card > .alert.alert-dismissible[role="alert"] {
    display: none !important;
}

.result-main-wrap .save-alert {
    display: block !important;
}

.save-alert p {
    margin-bottom: 0;
}

.fade.in:not(.show) {
    opacity: 1;
}

.swal-footer {
    text-align: center !important;
}

.alert-dismissible .close {
    position: absolute;
    top: -25px;
    right: -25px;
    z-index: 2;
    font-size: 30px;
    padding: .75rem 1.25rem;
    color: inherit;
}

.p-relative {
    position: relative;
}


/* width */

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}


/* Track */

 ::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 5px #094e5d; */
    border-radius: 15px;
    background: rgb(9, 78, 93, 20%);
}


/* Handle */

 ::-webkit-scrollbar-thumb {
    background: #094e5d;
    border-radius: 15px;
}


/* Handle on hover */

 ::-webkit-scrollbar-thumb:hover {
    background: #094e5d;
}
form label {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
