@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    padding: 0px;
    margin: 0px;
    outline: none;
}

/************
Variable CSS
**********/

:root{
    --main-bg:#F9FAFB;
    --primary:#670EF2;
    --info:#0571FF;
    --success:#4AB563;
    --warning:#FFD556;
    --danger:#DC3545;
    --indigo:#8035F7;
    --purple:#8661CA;
    --pink:#D53384;
    --header-height:3rem;
}

/********** CSS Variable End ******/

/****** Base Css ******/
*,
::before,
::after{
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}

body{
    color: var(--second-color);
    font-size: 13px;
    font-weight: 400;
    font-family: var(--body-font);
    line-height: 28px;
    overflow: hidden;
    background: hsl(218.77deg 100% 96.77%)
}

img{
    vertical-align: middle;
    height: auto;
}

a{
    text-decoration: none;
    display: inline-block;
}

a:hover{
    text-decoration: none;
    color: var(--white-color);
}

ul, ol{
    list-style: none;
}

button:focus{
    outline: none;
}

/************** Base CSS End *********/

h1,h2,h3,h4,h5,h6,p,ul,li,span,label{
    margin: 0;
}
h1, .h1{
    font-weight: 600;
    font-size: 3rem;
}
h4, .h4{
    font-weight: 600;
    font-size: 1.5rem;
    padding: 5px 10px;
}
h5, .h5{
    font-weight: 500;
    font-size: 1.3rem;
    padding: 5px 10px;
}

ul{
    padding: 0;
    list-style: none;
}

ovh{
    overflow: hidden;
}

table.table{
    white-space: nowrap;
}

body{
    color: #746d94;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    overflow-y: auto;
}
a{
    color: #746d94;
    cursor: pointer;
}
a:hover{
    color: #746d94;
    cursor: pointer;
}

.header-container{
    background: #fff;
}
header.header {
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    height: 60px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
}
.brand {
    display: flex;
    align-items: center;
    font-weight: 700;
    padding: 5px 15px;
    font-size: 20px;
    height: 60px;
    background: #fff;
    box-shadow: -1px 4px 20px 1px #f1f1f185;
    cursor: pointer;
}

ul li a i {
    font-size: 16px;
    padding: 5px 5px;
}
ul li ul li a i {
    font-size: 16px;
    padding: 0px 5px;
}

.menu_bars{
    padding: 5px 15px;
    font-size: 1.5em;
}
.sidebar-container{
    float: left;
    width: 260px;
    position: fixed;
    background-color: #fff;
    min-height: 100vh;
    box-shadow: rgba(17, 17, 26, 0.1) 1px 0px 0px;
}
.sidebar-container ul{
    background-color: #fff;
}
.sidebar-container ul li{
    border-bottom: 1px ridge #EFF4FF;
    align-items: center;
}
.sidebar-container ul li a{
    margin: 1px 0px;
    padding: 5px 10px;
    display: block;
    font-size: 16px;
}
.sidebar-container ul li a:hover{
    color: black;
}
.sidebar-container ul li .sub_menu{
    display: none;
}
.sidebar-container ul li ul li{
    padding-left: 15px;
    border: none;
}
.sidebar-container ul li ul li a{
    font-size: 14px;
}

.has_submenu{
    position: relative;
}

.has_submenu_icon i{
    font-size: 1em;
    position: absolute;
    top: 10px;
    right: 10px;
}

.sidebar-container ul li .active{
    color: #1E1E1E;
    border-left: 3px solid #0066FF;
    background: #B6BE01;
}

.sidebar-container ul li ul li .active{
    color: #0066FF;
    border-left: 0px solid #0066FF;
    background: transparent;
}
a.collapseBar {
    font-size: 25px;
    padding: 5px 15px;
}
.header-left .collapseBar{
    display: none;
}
.header ul li {
    display: inline-block;
    align-items: center;
    border-radius: 100%;
    border: 1px dashed #ddd;
    width: 35px;
    height: 35px;
    padding: 0px;
}
a#notificationDropdown {
    padding-left: 4px;
}
.dropdown_user{
    background: #7BA937;
    text-align: center;
    padding: 10px 15px;
}
.dropdown_user img{
    width: 50%;
    border-radius: 3px;
}
.dropdown>.dropdown-menu {
    overflow: hidden;
    width: 15em;
    padding: 0px;
    right: 0;
    left: auto;
    border: none;
    margin-top: 15px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.12), 0 2px 2px rgba(0,0,0,0.12);
}
.notification>.dropdown-menu {
    width: 18em;
}
.dropdown-menu>.dropdown-item{
    padding: 5px 10px;
    border-bottom: 1px dashed #ddd;
}

.dropdown-toggle::after {
    display: none;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.badge{
    border-radius: 1px;
}
.notification_header{
    background: #ede6ff;
    border-top: 5px solid #0066ff;
    padding: 5px 10px;
}

.header .user img{
    max-width: 100%;
    border-radius: 100%;
}

.content{
    padding-left: 260px;
}
.page_content{
    padding: 10px 15px;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background: #fff !important;
    background-clip: border-box;
    border-radius: 6px !important;
    border: transparent;
    margin-bottom: 1.3rem;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1);
}
.card-header {
    background: #feffe6;
    border-top: 5px solid #B6BE01;
    padding: 5px 10px;
}
.card-title {
    font-size: 1.5em;
    margin: 0px;
}
.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.modal-header {
    background: #feffe6;
    border-top: 5px solid #B6BE01;
    padding: 5px 10px;
    font-weight: 600;
    font-size: 18px;
    opacity: 0.8;
}
.modal-header .btn-close {
    padding: 3px;
    margin: 3px;
    font-size: 12px;
}

.modal-footer {
    padding: 5px 10px;
}

.project-card .project-content {
    width: 100%;
}
.project-card .project-content ul strong {
    color: #282f53;
    font-size: 12px;
    font-weight: 400;
}
.project-card .project-content ul span {
    color: #323232;
    float: right;
    font-weight: 600;
    text-align: right;
    margin-left: auto;
}

label{
    font-weight: 600;
    opacity: 0.8;
}
.form-control {
    font-size: 14px;
    padding: 0.275rem 0.5rem;
    border-radius: 2px;
    line-height: 16px;
    opacity: 0.8;
}

.form-control:focus {
    box-shadow: 0 0 0 0 rgba(13,110,253,.25);
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ddd !important;
    border-radius: 2px !important;
}
.select2-container .select2-selection--single {
    height: 34px !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #ddd 1px !important;
    outline: 0;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #ddd !important;
    border-radius: 2px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 0px solid #ddd !important;
    border-radius: 1px !important;
    margin-left: 3px;
    margin-top: 3px;
    padding: 0;
    padding-left: 20px;
}

.btn {
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: 1px;
    background-color: var(--bs-btn-bg);
    padding: 5px 10px;
}
.btn-sm{
    padding: 3px 5px;
}
.alert {
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: 2px;
    padding: 5px 10px;
}
.alert-dismissible .btn-close {
    font-size: 12px;
    position: absolute;
    top: 10px;
    right: 5px;
    z-index: 2;
    padding: 3px 5px;
}
.btn-close:focus {
    outline: 0;
    box-shadow: none;
    opacity: 0.8;
}
.btn-group-sm>.btn, .btn-sm {
    --bs-btn-padding-y: 0.15rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: 1px;
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 15px;
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}
.accordion-button:focus {
    z-index: 3;
    border-color: #0066FF;
    outline: 0;
    box-shadow: none;
}

.row {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 0.5em;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-0 * var(--bs-gutter-y));
    margin-right: calc(-.0 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.table {
    background: #c9d0f5;
    border-top: 2px solid #0066FF;
    border-radius: 5px;
    border-right-width: 0;
}

.table th {
    padding: 5px 10px;
    background: #f3f3ff;
    border-top-width: 1px;
}
.table td {
    padding: 3px 10px;
    border-bottom-width: 1px;
}

table.table-bordered.dataTable {
    background: #c9d0f5;
    border-top: 2px solid #0066FF;
    border-radius: 5px;
    border-right-width: 0;
}

table.table-bordered.dataTable thead tr:first-child th, table.table-bordered.dataTable thead tr:first-child td {
    padding: 5px 10px;
    background: #f3f3ff;
    border-top-width: 1px;
}
table.table-bordered.dataTable th, table.table-bordered.dataTable td {
    padding: 3px 10px;
    border-bottom-width: 1px;
}
div.dataTables_wrapper div.dataTables_filter {
    display: inline-block;
    text-align: right;
    float: inline-end;
}
.dataTables_wrapper .dataTables_filter input {
    border-radius: 1px;
    padding: 0px 10px !important;
}

div.dt-buttons>.dt-button, div.dt-buttons>div.dt-button-split .dt-button {
    padding: 3px 10px !important;
    /* background-color: rgba(0, 0, 0, 0.1); */
    background: #F3F3FF;
    border: 1px solid #ddd;
}
.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 15px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    min-width: 12px !important;
    padding: 0px 10px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none;
    box-shadow: inset 0 0 0 #111 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.5em 1em;
    border: 1px solid #eee !important;
    background: #F3F3FF !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: inherit !important;
    background: #076AFF !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #076AFF !important;
    background: #111;
}
div.dt-buttons {
    padding: 8px 0px;
    float: left;
}
div.dt-button-collection .dt-button {
    padding: 3px 10px;
}

.pagination {
    display: flex;
    padding: 0;
    list-style: none;
    --bs-pagination-border-radius: 1px;
}
a.page-link {
    font-size: 12px;
    padding: 0px 10px;
}
.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(13,110,253,.25);
}
.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(13,110,253,.25);
}
.form-check-input[type=checkbox] {
    margin-top: 7px;
    border-radius: 2px;
}
.form-check-input[type=radio] {
    margin-top: 7px;
}

.select2{
    width: 100% !important;
}
div:where(.swal2-container) div:where(.swal2-popup) {
    width: 25em !important;
    max-width: 100%;
    padding: 0 0 0.25em;
    border-radius: 5px;
    font-size: 14px;
}
small{
    font-size: 10px;
}