@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&display=swap");
@import url(./bootstrap.min.css);
@import url(./dataTable.bootstrap.min.css);
@import url(./datatable.css);
@import url(./dataTable.responsive.css);
@import url(./select.dataTables.min.css);
@import url(./custom.css);

body {
    font-family: "Inter", sans-serif;
    line-height: 1.3;
    font-size: 14px;
    overflow-x: hidden;
    color: #000;
    background: #fdfdfd;
}
* {
    box-sizing: border-box;
}
p {
    margin: 0;
}
h1, h2, h3, h4, h5 {
    margin-bottom: 0;
}
a {
    text-decoration: none;
    transition: 300ms all;
    color: #000;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    color: #000;
}

button {
    transition: 300ms all;
}
.btn-radius{
    border-radius: 50px;
}
.btn-primary {
    color: #fff;
    background-color: #1a4ca3;
    border-color: #1a4ca3;
}

.btn-primary:hover, .btn-primary:focus {
    color: #fff;
    background-color: #21439d;
    border-color: #21439d;
    box-shadow: none;
}
.form-control {
    height: calc(2.25rem + 6px);
    color: #1A122B;
    border: 1px solid #d4dae3;
    border-radius: .40rem;
    transition: 300ms all;
    font-size: 14px;
}
.form-control:focus {
    color: #1A122B;
    border-color: #1a4ca3;
    box-shadow: 0 0 0 0.10rem #1a4ca3;
}
.btn {
    height: calc(2.25rem + 6px);
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    transition: 300ms all;
    line-height: 2.1;
    border-radius: 50px;
    padding: 0.375rem 1.5rem;
}
button#login_btn{
    border-color: #1a4ca3;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1a4ca3;
    border-color: #1a4ca3;
}
.btn-primary:not(:disabled):not(.disabled):active:focus{
    box-shadow: 0 0 0 0.10rem #1a4ca3;
}
.custom-control-label {
    font-weight: 500;
    font-size: 13px;
    cursor: pointer;
    user-select: none;
}
.btn-border {
    border: 1px solid #d4dae3;
}
.custom-control-label::before  {
    top: 0;
    border: 1px solid #d4dae3;
    transition: 300ms all;
}
.custom-control-label::after{
    transition: 300ms all;
    top: 0;
}
.custom-control-input:checked~.custom-control-label::before, .custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    border-color: #1a4ca3;
    background-color: #1a4ca3;
}
.custom-control-input:focus:not(:checked)~.custom-control-label::before{
    border-color: #1a4ca3;
}
.custom-control-input:focus~.custom-control-label::before {
    box-shadow:none;
}
*:focus,
.btn:focus {
    outline: none !important;
    box-shadow: none;
}

ul {
    margin: 0;
    padding: 0;
}

svg,
path {
    transition: 300ms all;
}

li {
    list-style: none;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/arrow-down.svg) no-repeat center right/12px;
    background-origin: content-box;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #fdfdfd inset !important;
}



/* datatable */

.dataTables_filter {
    float: left !important;
    width: 50%;
    height: 45px;
    line-height: 45px;
    margin-bottom: 15px;
    text-align: left !important;
}
.dataTables_length {
    float: right !important;
    height: 45px;
    line-height: 45px;
}
.dataTables_length label {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 13px;
}
.dataTables_wrapper .dataTables_length select {
    border: 1px solid #d4dae3;
    border-radius:.40rem;
    height: 35px;
    padding: 4px 10px;
    min-width: 60px;
    line-height: 26px;
    font-weight: 500;
    margin: 0 5px;
}
.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #d4dae3;
    border-radius: .40rem;
    padding: 10px 15px;
    background-color: transparent;
    margin-left: 3px !important;
    height: 45px;
    font-size: 14px;
    width: 100%;
    font-weight: 500;
}
table > thead {
    vertical-align: middle;
}
table thead th {
    padding: 8px 12px !important;
    border-bottom: 1px solid #d4dae3 !important;
    height: 30px;
}
table {
    margin: 0;
    width: 100% !important;
    /* border: 1px solid #d4dae3; */
    /* border-radius: 5px; */
    overflow: hidden;
}
.dataTable {
    border-top: 1px solid #d4dae3;
}
table > :not(caption) > * > *,
table thead th {
    border-bottom: 1px solid #d4dae3;
    border-top: 0 !important;
}
table > :not(:first-child) {
    border-top: 0px solid currentColor;
}
table td {
    padding: 8px 12px !important;
    font-size: 14px;
    vertical-align: middle !important;
}
table.dataTable.no-footer {
    background: #fff;
    border-left: 0;
    border-radius: 0;
}
div.dataTables_wrapper div.dataTables_filter label,div.dataTables_wrapper div.dataTables_filter {
    margin-bottom: 0;
    height: inherit;
    line-height: normal ;
    
}
div.dataTables_wrapper div.dataTables_paginate {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 15px;
}
div.dataTables_wrapper div.dataTables_filter input:focus, div.dataTables_wrapper div.dataTables_length select:focus {
    color: #000;
    border-color:  #1a4ca3;
    box-shadow: 0 0 0 0.1rem  #1a4ca3;
}
div.dataTables_wrapper div.dataTables_filter label, div.dataTables_wrapper div.dataTables_filter input {
    width: 100% !important;
}
div#DataTables_Table_0_length {
    padding: 25px 20px;
    height: inherit;
    line-height: inherit;
}
div.dataTables_wrapper div.dataTables_length label {
    margin-bottom: 0;
}
div#DataTables_Table_0_filter {
    padding: 20px;
}
div.dataTables_wrapper div.dataTables_filter input{
    margin-left: 0 !important;
}
table thead th, th {
    color: #969696 !important;
    font-size: 13px;
    white-space: nowrap;
    vertical-align: middle !important;
    font-weight: 500 !important;
}
tbody tr{
    transition: 300ms all;
}
tbody tr:hover {
    background: rgb(26 76 163 / 1.5%);
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #1a4ca3;
    color: #fff;
}
.dataTables_paginate {
    display: flex;
    align-items: center;
}
table.dataTable .selected td.select-checkbox:before {
    border-color: #1a4ca3;
    background-color: #1a4ca3;
}
table.dataTable td.select-checkbox:before,
table.dataTable td.select-checkbox:after {
    left: inherit;
}
table.dataTable tr.selected td.select-checkbox:after {
    left: inherit;
}
th input[type="checkbox"] {
    box-sizing: border-box;
    border: 1px solid #d4dae3;
    border-radius: 0.25rem;
    width: 16px;
    height: 16px;
}

.modal-header h4 {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    position: relative;
    top: 4px;
}
.modal-header {
    padding: 1.3rem 1rem;
    border-color: #d4dae3;
}

.modal-footer{
    border-color: 1px solid #d4dae3;
}

.dropdown-menu {
    border: 1px solid #d4dae3;
  }
.dropdown-menu li a {
    display: block;
    padding: 8px 15px;
    font-size: 14px;
}
.status-label {
    border-radius: 4px;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    padding: 4px 7px;
    letter-spacing: 1px;
    cursor: pointer;
}
.paid-label {
    background: rgb(112, 188, 112, 10%);
    color: rgb(112, 188, 112);
}
.unpaid-label {
    background: rgb(255 72 116 / 10%);
    color: rgb(255 72 116);
}