@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
:root {
  --theme-color: #377FBF;
  --black-color: #000000;
  --white-color: #ECEFF8;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a 
{
	text-decoration: none!important;
}
/* html {
  scroll-behavior: smooth;
} */

body {
  font-family: 'Inter', sans-serif;
  background: var(--white-color);
  font-size: 14px;
  color: var(--black-color);
  font-weight: 400;
}


ul {
  list-style: none;
  padding: 0;
  margin: 0;
}


img {
  max-width: 100%;
}
/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #aaa;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.outer-section {
    display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.sidebar {
    background: var(--theme-color);
    width: 285px;
    /* height: 100vh; */
	transition: all 0.3s ease-in-out 0s;
    /* overflow: auto; */
}
.logo {
    height: 100px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navigation ul 
{
	padding:0;
	margin:0;
	list-style-type: none;
}
.navigation ul li a {
    padding: 20px 40px;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
	width: 100%;
    line-height: 17px;
    color: #FFFFFF;
	position: relative;
}
.navigation ul li.active a
{
	background: linear-gradient(90deg, #4194DD 0%, #377FBF 73.64%, #377FBF 100%);
}
.navigation ul li.active a:before
{
	width: 10px;
	height: 100%;
	background: #FFFFFF;
	position: absolute;
	left: 0;
	content: '';
	top: 0;
	bottom: 0;
}
.navigation ul li a:hover
{
	background: #0764905c;
}
.admin-header {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100px;
    background: #fff;
	padding: 0 50px;
}
.right-section {
    width: calc(100% - 285px);
	transition: all 0.3s ease-in-out 0s;
}
.header-right {
    margin-left: auto;
}
.page-name {
    display: flex;
    align-items: center;
    font-weight: 600;
    gap: 12px;
	color: var(--theme-color);
}
.page-name a 
{
	margin-top: -2px;
}
.header-right ul {
    display: flex;
    gap: 20px;
}
.header-right ul li a img 
{
	transition: all 0.3s ease-in-out 0s;
}
.header-right ul li a:hover img
{
	transform: scale(1.2);
}
.main-section {
    /* padding: 50px; */
    padding:30px;
    /* height: calc(100vh - 100px); */
    overflow: auto;
}
.navigation
{
	height: calc(100vh - 100px);
    overflow: auto;
}
.breadcrumps-section {
    display: flex;
    align-items: center;
	margin-bottom: 60px;
}
.breadcrumps-section .dropdown {
    margin-left: auto;
}
.page-name-bredcrum {
    display: flex;
    align-items: center;
    gap: 10px;
}
.home-icon
{
	margin-top: -4px;
}
.wk-dropdown 
{
	 display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 20px;
    gap: 10px;
    border: 1px solid #000000;
    border-radius: 5px;
    background: transparent;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
}
.heading {
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 10px;
    display: inline-flex;
    width: 100%;
    align-items: center;
	gap: 10px;
}
.heading span 
{
	font-size: 14px;
	line-height: 17px;
}
.click-on {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #377FBF;
    gap: 5px;
    display: inline-flex;
    margin-bottom: 21px;
}
.tags {
    display: inline-flex;
    width: 100%;
	gap: 20px;
    flex-wrap: wrap;
	margin-bottom: 50px;
}
.tag-btn {
    padding: 10px;
    background: #fff;
    border: 1px solid #fff;
    display: inline-block;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}
.tag-btn:hover
{
	text-decoration: none;
	border-color: #000;
	color: #000000;
}
.add-section {
    display: flex;
    align-items: center;
    width: 100%;
	margin-bottom: 10px;
}
.btn-section span {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    display: inline-flex;
    gap: 7px;
    border-right: 1px solid #606060;
    /* padding-right: 7px; */
    margin-right: 10px;
    cursor:pointer;
}
.btn-section button {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    display: inline-flex;
    gap: 7px;
    border-right: 1px solid #606060;
    /* padding-right: 7px; */
    margin-right: 10px;
    cursor:pointer;
}

.btn-section span:last-child
{
	border: none;
	padding:0;
	margin: 0;
}
.btn-section button img
{
	margin: auto;
}
/* .btn-section span:hover 
{
	text-decoration: underline;
	color: var(--theme-color);
} */

.wk-table thead tr 
{
	border: none;
}
.wk-table thead tr th {
    border: none;
    background-color: #01AE50 !important;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
	background-image: none !important;
    color: #FFFFFF;
    padding: 21px 30px;
    vertical-align: middle;
}
.wk-table thead tr th:first-child 
{
	border-radius: 5px 0 0 5px;
}
.wk-table thead tr th:last-child 
{
	border-radius: 0 5px 5px 0;
}
.wk-table .custom-checkbox {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.wk-table thead .custom-control-label::before {
    background: #fff;
    border:1px solid #fff;
    border-radius: 0 !important;
	top: 0;
}
.wk-table .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #007bff;
    border-color: #007bff !important;
}
.wk-table .custom-control-label::after
{
	top: 0;	
}
.wk-table table
{
	border-spacing: 0 10px !important;
	border: none !important;
}
.wk-table table tr
{
	background: none !important;
}
.wk-table table td 
{
	vertical-align: middle;
	border: none;
	padding: 15px 30px !important;
	background: #FBFBFB;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #000000;

}
.wk-table table tr td:first-child
{
	border-radius: 5px 0 0 5px;
}
.wk-table table tr td:last-child 
{
	border-radius: 0 5px 5px 0;
}
.wk-table tbody .custom-control-label::before {
    background: #fff;
    border:1px solid #000;
    border-radius: 0 !important;
	top: 0px;
}
.btn {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    padding: 10px 20px;
    border-radius: 5px;
}
.btn-primary {
    color: #fff;
    background-color: #377FBF;
    border-color: #377FBF;
}
.wk-table .dataTables_wrapper .dataTables_info {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #000000;
    padding: 0;
}
.wk-table  .dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-align: right;
    color: #000000;
}
.wk-table .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
    background: transparent !important;
    border: none !important;
}
.wk-table .dataTables_wrapper .dataTables_paginate .paginate_button:hover
{
	text-decoration: underline !important;
	color: #000 !important;
}
.dropdown-menu.show {
    display: block;
    left: inherit !important;
    right: 0;
}
.dropdown-item {
    font-size: 14px;
}
.wk-table .bs-select {
    display: none;
}
.wk-table .dataTables_wrapper .dataTables_filter {
    float: left;
    width: 100%;
    text-align: left;
}
.wk-table input[type="search"] {
    border: 1px solid #000000;
    border-radius: 5px;
    background: transparent;
    height: 38px;
    max-width: 565px;
    width: 100%;
    display: inline-block;
	outline: 0 !important;
    font-size: 14px;
	margin: 0;
	padding: 0 15px 0 35px;
}
.wk-table .dataTables_filter label {
    font-size: 0;
    width: 100%;
	position: relative;
}
.wk-table  .dataTables_filter label::before {
    content: url('../images/search-black.svg');
    position: absolute;
    left: 15px;
    top: 12px;
}
.active .sidebar
{
	width: 0;
}
.active .right-section
{
	width: 100%;
}
.active .page-name
{
	display: none;
}
.sitelogo 
{
	margin-left: -35px;
	display:none;
}
.active .sitelogo 
{
	display:block;
}
.card {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 40px;
    margin-bottom: 25px;
}
.wk-label label {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin: 0;
}
.wk-label label span
{
	color: #FF5050;
}
.upload-section .row
{
	margin-bottom:30px;
}
.upload-section .row:last-child
{
	margin-bottom:0px;
}
.company-files .wk-table .dataTables_wrapper .dataTables_filter
{
	display: none;
}
.wk-input input[type="text"] , .wk-input select  {
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-radius: 5px;
    width: 100%;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #000;
    padding: 0 10px;
}
.wk-label {
    padding-top: 10px;
}
.required-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}
.link-btn {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #377FBF;
}

table.dataTable thead .sorting_asc {
    background-image: url("../images/sort-asc.png") !important;
}
table.dataTable thead .sorting_desc {
    background-image: url("../images/sort-dsc.png") !important;
}


.expand-top {
    display: flex;
    flex-wrap: wrap;
}
.user-name {
    max-width: 300px;
    width: 100%;
}
.expand-right {
    flex: 1;
    margin-top: 15px;
}
.user-name-inner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 175px;
    height: 175px;
    background: #004E72;
    font-weight: bold;
    border-radius: 100%;
    font-size: 60px;
    color: #fff;
    margin-bottom: 10px;
}
.user-name span {
    font-size: 30px;
	width: 100%;
	display: inline-block;
    color: #000;
    font-weight: bold;
}
.edit-courses {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #444444;
}
.courses
{
	text-align: center;
}
.courses h4 {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
	margin-bottom: 20px;
}
.counting {
    background: #FFFFFF;
    border-radius: 10px;
    height: 95px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    color: #444444;
}
.btn-all {
    margin-top: 40px;
    display: flex;
	flex-wrap: wrap;
    justify-content: flex-end;
    gap: 25px;
}
.en-head {
    display: flex;
    flex-wrap: wrap;
    margin-top: 70px;
    align-items: center;
	margin-bottom: 20px;
}
.en-right {
    margin-left: auto;
}
.en-right {
    display: flex;
    align-items: center;
    gap: 35px;
}
.en-head h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    margin: 0;
}
.en-level-inner {
    background: #FFFFFF;
    border-radius: 10px 10px 0px 0px;
    padding: 20px 40px;
    display: flex;
    align-items: center;
}
.en-level-inner h5 {
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin: 0;
}
.en-level-right {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 40px;
}
.btn-green {
    background: #01AE50;
    color: #fff;
}
.en-level-inner span {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #444444;
}
.course-progress {
    background: #F4F4F4;
    border-radius: 0px 0px 10px 10px;
    padding: 20px 40px;
    display: flex;
    gap: 40px;
	font-weight: 500;
	transition: all 0.3s ease-in-out 0s;
	font-size: 14px;
	line-height: 17px;
}
.percentage-complete {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #01AE50;
}
.steps {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
}
.progress-bar-outer {
    flex: 1;
}
.progress {
    background: #D9D9D9;
    border-radius: 10px;
    height: 10px;
    margin-top: 4px;
}
.progress-bar {
    background: #01AE50;
}
.en-top-level
{
	margin-bottom: 20px;
}
.paginations {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.total-page , .pagi-right a {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #000000;
}
.pagi-right {
    display: flex;
    gap: 10px;
}
.mt-25
{
	margin-top: 25px;
}
.active .course-progress {
    display: none;
}
.active .en-level-inner
{
	border-radius: 10px;
}
.btn-all .btn 
{
	font-weight: 500;
}
.current-menu-item{
    border-left: 12px solid #fff;
    height: 55px;
    display: flex;
    align-items: center;
    padding-left: 0px;
    background: linear-gradient(90deg, rgba(63,145,217,1) 36%, rgba(55,128,192,1) 90%);
    padding-left: 30px;
}
.current-menu-item a{
padding: 0 !important;
}
.header-right ul li{
list-style: none;
}

#dtBasicExample thead .sorting_asc {
    background-image: url("../images/sort-asc.png") !important;
}
#dtBasicExample thead .sorting_desc {
    background-image: url("../images/sort-dsc.png") !important;
}
#dtBasicExample1 thead .sorting_asc {
    background-image: url("../images/sort-asc.png") !important;
}
#dtBasicExample1 thead .sorting_desc {
    background-image: url("../images/sort-dsc.png") !important;
}
.dataTables_wrapper .dataTables_filter input{
    padding-left: 35 !important;
}