@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("fonts.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: #F9F7FE;
    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-color: #C9C9C9;
    height: 44px;
    margin: 0;
    border-radius: 5px;
    padding: 8px 40px 8px 15px;
    display: block;
    width: 100%;
    -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: #654fd3;
    border-color: #654fd3;
    font-weight: 500;
    border: 2px solid;
    background-image: url(../image/arrow-down.svg);
}

.my-profile-choose-file {
    opacity: 0;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    border-radius: 50%;
    display: none;
}

.buttons-csv {
    display: none;
}

.save-alert {
    position: absolute;
    top: 20px;
    left: 50%;
    z-index: 9;
    max-width: max-content;
    width: 100%;
    transform: translate(-50%);
    padding: 15px 30px !important;
    text-align: center;
}

.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 #654FD3; */
    border-radius: 15px;
    background: rgb(101, 79, 211, 20%);
}


/* Handle */

 ::-webkit-scrollbar-thumb {
    background: #654FD3;
    border-radius: 15px;
}


/* Handle on hover */

 ::-webkit-scrollbar-thumb:hover {
    background: #523eb8;
}
form label {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
