@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/Inter-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.woff') format('woff');
}

html,
body {
    background-color: #FAFAFA;
}

.mb_10 {
    margin-bottom: 10px;
}

.mb_20 {
    margin-bottom: 20px;
}

.ml_12 {
    margin-left: 12px;
}

.w-fit-contet {
    width: fit-content;
}

.align-div-right {
    margin-left: auto;
}

.display_table {
    display: table;
}

.vertical_center {
    display: table-cell;
    vertical-align: middle;
}


/* width */

::-webkit-scrollbar {
    width: 7px;
}


/* Track */

 ::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 5px grey; */
    background-color: #fff;
    border-radius: 10px;
}


/* Handle */

 ::-webkit-scrollbar-thumb {
    background: #4E4E4E;
    border-radius: 10px;
}


/* Handle on hover */

 ::-webkit-scrollbar-thumb:hover {
    background: #333333;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 9px;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #fff;
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

#sidebar .custom-menu {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 0;
    margin-right: -20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#sidebar .custom-menu .btn.btn-primary {
    background: #6749b9;
    border-color: #6749b9;
}

#sidebar .custom-menu .btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

#content {
    width: 100%;
    padding: 0;
    min-height: 100vh;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#sidebar ul.components {
    padding: 0;
}

#sidebar ul li a {
    padding: 10px 0;
    display: block;
    color: #8C8C8C;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    text-align: left;
}

#sidebar ul li a div {
    margin-left: 10px;
}

#sidebar ul li {
    padding: 5px 20px;
}

#sidebar ul li.active,
#sidebar ul li:hover {
    background-color: #F4F4F4;
    color: #202020;
    border-right: 5px solid #2E69DB;
}

#sidebar ul li.active a,
#sidebar ul li a:hover {
    color: #202020;
    text-decoration: none;
}

#sidebar ul li.active a path,
#sidebar ul li a:hover path {
    fill: #2E69DB;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.logo_div {
    margin-bottom: 100px;
    margin-top: 30px;
}

.header {
    background-color: #fff;
    padding: 5px 48px;
}

.content_body {
    padding: 5px 48px;
    padding-top: 30px;
}

.header-icons>div {
    margin-left: 40px;
}

.myinput_search {
    background: #F3F3F3;
    border: none;
    border-radius: 10px;
    height: 44px;
    width: 553px;
    padding: 0 20px 0 50px;
}

.top_left_icon {
    position: absolute;
    top: 11px;
    left: 15px;
}

.cp_1 {
    padding: 5px 10px;
}

.cp_2 {
    padding: 12px 51px;
}

.br-6 {
    border-radius: 6px;
}

.br-11 {
    border-radius: 11px;
}

.bg_E9F3FF {
    background-color: #E9F3FF;
}

.bg_2E69DB {
    background-color: #2E69DB;
}

.bg_F4F4F4 {
    background-color: #F4F4F4;
}

.text_color_202020 {
    color: #202020;
}

.text_color_4E4E4E {
    color: #4E4E4E;
}

.text_color_2E69DB {
    color: #2E69DB;
}

.text_color_8C8C8C {
    color: #8C8C8C;
}

.text_1 {
    font-family: Inter;
    font-size: 24px;
    font-weight: 600;
    line-height: 29.05px;
}

.text_2 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
}

.text_3 {
    font-family: Inter;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.52px;
}

.text_4 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.text_5 {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 24.2px;
}

.text_6 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.36px;
}

.mybtn1 {
    border: none;
    padding: 12px 40px;
    border-radius: 12px;
}

.mybtn2 {
    border: none;
    padding: 7px 20px;
    border-radius: 6px;
}

.mybtn3 {
    border: none;
    padding: 9px 20px;
    border-radius: 12px;
    min-width: 206px;
}

.mybtn1:focus,
.mybtn2:focus,
.mybtn3:focus {
    border: none;
    outline: none;
}

.table_div {
    background: #FFFFFF;
    box-shadow: 0px 0px 40px 0px #0000001A;
    padding: 15px 10px;
    border-radius: 20px;
    margin-bottom: 50px;
}

.mytable {
    width: 100%;
}

table.dataTable {
    width: 100% !important;
}

.mytable thead tr th {
    background-color: #F4F4F4;
    border: none !important;
    color: #202020;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.mytable tbody tr td {
    color: #4E4E4E;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.mytable thead tr th:first-child {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

.mytable thead tr th:first-child,
.mytable tbody tr td:first-child {
    text-align: center;
}

.mytable thead tr th:last-child {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.mytable thead tr th,
.mytable tbody tr td {
    border: none;
    vertical-align: middle;
}

.mytable tbody tr.even {
    background: #E9F3FF !important;
}

.dataTables_wrapper .dataTables_length {
    float: unset !important;
    position: absolute;
    left: 50%;
    bottom: 8px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #4E4E4E;
}

.dataTables_wrapper .dataTables_info {
    float: unset !important;
    position: absolute;
    bottom: 25px;
    right: 6%;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #4E4E4E;
}

.dataTables_wrapper .dataTables_paginate {
    float: unset !important;
    position: absolute;
    bottom: 15px;
    left: 5%;
}

.dataTables_wrapper .dataTables_length select {
    border: none !important;
    outline: none !important;
    padding: 10px !important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: 1px solid #4E4E4E !important;
    background-color: #E9F3FF !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 1.25px;
    text-align: center !important;
    min-width: 38px !important;
    height: 38px;
    border-radius: 100px !important;
    padding: 10px 5px !important;
    cursor: pointer !important;
    margin: 0 5px !important;
    color: #1066CB !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #2E69DB;
    color: #fff !important;
    border: none;
}

.paginate_button.disabled,
.paginate_button.disabled:hover {
    cursor: default !important;
    color: #666 !important;
    border: 1px solid transparent !important;
    background: transparent !important;
    box-shadow: none !important;
    background: transparent !important;
}

.dataTables_wrapper {
    padding-bottom: 65px;
    min-height: 250px;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    max-height: 170px;
    overflow-y: scroll;
}

.dropdown-item {
    padding: 2px 10px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.36px;
    margin: 10px 0;
    color: #4E4E4E !important;
}

.dropdown-item:hover {
    background-color: #E9F3FF;
    border-radius: 6px;
}

.pagination_div>div {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 1.25px;
    text-align: center;
    width: 38px;
    height: 38px;
    border-radius: 100px;
    padding: 10px 0;
    cursor: pointer;
    margin: 0 5px;
    color: #1066CB;
}

.pagination_div>div.pagination_icon {
    padding: 9px 0 10px 0;
}

.pagination_div>div:hover,
.pagination_div>div.active {
    background-color: #2E69DB;
    color: #fff;
}

.pagination_div>div:hover svg path {
    fill: #fff;
}

.dropdown_page_records {
    border: none;
    outline: none;
    padding: 10px;
    border-radius: 4px, 4px, 0px, 0px;
    border-bottom: 1px solid #4E4E4E;
}

.my_btn_close {
    background-color: #E9F3FF !important;
    width: 36px;
    height: 36px;
    border-radius: 100px;
    padding: 4px 8px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.modal-body {
    padding: 25px 40px 40px 40px;
}

.myinputSelect {
    border: 1px solid #8C8C8C;
    width: 100%;
    border-radius: 12px;
    height: 43px;
    padding-left: 10px;
}

.options_pills {
    background-color: #FAFAFA;
    border-radius: 40px;
    padding: 0px 7px;
    margin: 5px;
    margin-left: 0;
    cursor: pointer;
}

.modal-backdrop {
    width: 100%;
    height: 100%;
}

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

.login_content {
    max-width: 50%;
    min-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
}

.header_front {
    padding: 11px 68px 10px 29px;
    background: #202020;
    margin-bottom: 16px;
}

@media (max-width: 1050px) {
    .content_body {
        padding: 5px 30px;
        padding-top: 30px;
    }
    .header {
        padding: 5px 30px;
    }
    #sidebar {
        min-width: 210px;
        max-width: 210px;
    }
}

@media (max-width: 992px) {
    .myinput_search {
        width: 350px;
    }
    .header-icons>div {
        margin-left: 20px;
    }
    .header_front {
        padding: 11px 20px 10px 20px;
    }
    .cp_2 {
        padding: 10px 30px;
    }
    .dataTables_wrapper {
        padding-bottom: 100px;
    }
    .dataTables_wrapper .dataTables_paginate {
        bottom: 50px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }
    .dataTables_wrapper .dataTables_length {
        left: 5%;
        bottom: 8px;
    }
    .dataTables_wrapper .dataTables_info {
        font-size: 12px;
    }
    .dataTables_wrapper .dataTables_length {
        font-size: 12px;
    }
    .dataTables_wrapper .dataTables_length select {
        padding: 5px 10px !important;
        background-position-y: 4px;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button {
        font-size: 12px;
    }
    ..dataTables_wrapper .dataTables_paginate .paginate_button {
        min-width: 30px !important;
        height: 30px;
        padding: 6px 5px !important;
    }
}

@media (max-width: 768px) {
    .align-div-md-center {
        margin-left: auto;
        margin-right: auto;
    }
    .mb-15-md>div {
        margin-bottom: 15px;
    }
    .text_1 {
        font-size: 20px;
        line-height: 24.05px;
    }
    .text_2 {
        font-size: 14px;
        line-height: 18.36px;
    }
    .mybtn1 {
        border: none;
        padding: 10px 20px;
        border-radius: 10px;
    }
    .mytable thead tr th {
        font-size: 16px;
    }
    .mytable tbody tr td {
        font-size: 14px;
    }
}