@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');
body{
	font-family: 'Work Sans', sans-serif;
    letter-spacing: 0.6px;
}
#login{
	background-image: url(../images/login-bg.png);
	background-size: cover;
	background-position: center center;
	height: 100vh;
	background-attachment: fixed;
}
.login-box {
    box-shadow: 3px 3px 14px rgba(0, 0, 0, 0.8);
    text-align: center;
    margin-top: 180px;
    border-radius: 30px;
    display: flex;
    background: white;
    padding: 0;
    overflow: hidden;
}
.login-box-form {
    width: 50%;
    float: left;
    display: grid;
    align-content: center;
    padding: 0 50px;
}
tr{
    vertical-align: middle;
}
img{
	max-width: 100%;
}
.login-box img{
	max-width: 100%;
	margin: 0 auto;
	margin-bottom: 30px;
}
.login-box img.logo {
    width: 280px;
    margin-bottom: 50px;
}
.login-box .form-control {
    box-shadow: none;
    border: none;
    border-radius: 0px;
    border-bottom: 2px solid #000080;
    font-size: 18px;
}
.input-group{
    margin-top: 20px;
    margin-bottom: 30px;	
}
span#addon-wrapping {
    background: transparent;
    border: none;
    font-size: 24px;
    border-bottom: 2px solid #000080;
    border-radius: 0;
    padding-right: 0;
}
.login-banner {
    width: 48%;
    float: left;
    background: #e7e7e7;
    padding: 60px 70px;
    margin-right: 2%;
    background: rgb(247,247,247);
    background: linear-gradient(270deg, rgb(241 241 241) 0%, rgb(234 234 234) 100%);
}
.btn-login {
    background-image: linear-gradient(#8131e3, #3c269c);
    color: #fff;
    font-size: 16px;
    border-radius: 30px;
    padding: 10px 50px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    box-shadow: none;
    transition: all 0.3s;
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 30px;
}
.btn-login:hover {
	background-image: linear-gradient(#3c269c, #8131e3);
    color: #fff;
    box-shadow: none;
}
.login-box-form span{
	color: #3c269c;
    font-weight: 400;
    font-size: 18px;
}
.login-box-form a {
    color: #3c269c;
    font-weight: 500;
    text-decoration: none;
    font-size: 18px;
    border-bottom: 2px solid #3c269c;
    padding-bottom: 2px;
}
.login-box-form h1 {
    font-size: 22px;
    text-align: left;
    margin-bottom: 30px;
    position: relative;
    color: #3c269c;
    font-weight: 500;
}
.login-box-form h1:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: -14px;
    height: 3px;
    width: 60px;
    background: #3c269c;
}
header{
	position: fixed;
	background: #fff;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px 30px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    z-index: 99;
}
header .logo{
	display: inline-block;
}
div#sidebar {
    background: #ffffff;
    width: 300px;
    float: left;
    padding-top: 77px;
    height: 100vh;
}
div#content {
    background: #f6f6f6;
    width: calc(100% - 300px);
    float: left;
    padding: 15px;
    padding-top: 77px;
    height: 100vh;
    overflow: auto;
}
.left-menu ul {
    list-style-type: none;
    padding: 0;
    height: 85vh;
    position: relative;
    min-height: 350px;
}
.left-menu ul li a {
    color: #656565;
    text-decoration: none;
    font-size: 20px;
    display: block;
    padding: 10px 20px;
    border-bottom: 0px solid #474747;
    transition: all 0.3s;
    margin-bottom: 2px;
}
.left-menu ul li a.active,
.left-menu ul li a:hover {
    background: #f5f3fd;
    color: #000;
    border-radius: 6px;
}
.left-menu ul li a i {
    font-size: 24px;
    margin-right: 8px;
}
section.list-box {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}
div#content h1 {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    margin-top: 10px;
}
table.dataTable thead .sorting_asc:after {
    content: "\f15d";
}
table.dataTable thead .sorting_desc:after {
    content: "\f881";

}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after {
    position: absolute;
    top: 8px;
    right: 8px;
    display: block;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    opacity: 0.5;
}
div#content input.form-control.input-sm {
    width: 70%!important;
}
div#content .paginate_button a {
    color: #fff;
    text-decoration: none;
    padding: 10px 16px;
    display: block;
}
div#content .paginate_button {
    background: #868686;
    color: #fff;
    margin: 0 2px;
    border-radius: 2px;
}
div#content .paginate_button.active{
    background: #000;
}
div#content .paginate_button.disabled a{
    cursor: not-allowed;
}
.dataTables_paginate .pagination {
    justify-content: flex-end;
}
table.table-bordered tbody th, table.table-bordered tbody td {
    border-bottom-width: 1px;
    border-right: 0;
}
table.table-bordered thead th, table.table-bordered thead td {
    border-bottom-width: 2px;
}
table.table-bordered tbody td a{
    color: #000;
    font-size: 24px;
    text-decoration: none;
}
.page-heading {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}
.btn-add{
    background: #0d99ff;
    border-radius: 10px;
    color: #fff;
    transition: all 0.3s;
    padding: 10px 20px;
    box-shadow: none;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.btn-add:hover{
    transition: all 0.3s;
    box-shadow: none;
    background: transparent;
    color: #fff;
}
.btn-add:after {
    content: '';
    position: absolute;
    width: 0%;
    transition: all 0.3s;
    top: 0;
    left: 0;
    background-color: #007ed9;
    height: 100%;
    z-index: -1;
}
.btn-add:hover:after {
    transition: all 0.3s;
    width: 100% ;
}
.names {
    display: flex;
    align-items: center;
}
.names img {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    border: 0px solid #000;
    margin-right: 10px;
}
.names p {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
}
.box {
  position: relative;
  background: #ffffff;
  width: 100%;
}

.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
  border-bottom: 0px solid #f4f4f4;
  margin-bottom: 30px;
}

.box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}

.dropzone-wrapper {
  border: 2px dashed #91b0b3;
  color: #92b0b3;
  position: relative;
  height: 150px;
  border-radius: 20px;
}

.dropzone-desc {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  width: 40%;
  top: 50px;
  font-size: 16px;
}

.dropzone,
.dropzone:focus {
  position: absolute;
  outline: none !important;
  width: 100%;
  height: 150px;
  cursor: pointer;
  opacity: 0;
}

.dropzone-wrapper:hover,
.dropzone-wrapper.dragover {
  background: #ecf0f5;
}

.preview-zone {
  text-align: center;
}

.preview-zone .box {
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 0;
}
.schoole-set .form-control{
    margin-bottom: 33px;
    border: 0px solid #505050;
    border-radius: 0px;
    margin-top: 0px;
    box-shadow: none;
    border-bottom: 2px solid #e1e1e1;
}
.schoole-set .form-group {
    margin-bottom: 33px;
}
.add-form .col-md-6,.add-form .col-md-4 {
    position: relative;
}
.add-form .col-md-6 label,.add-form .col-md-4 label {
    font-size: 16px;
    font-weight: 600;
    background-color: #fff;
    color: #505050;
    padding: 0 10px;
    left: 18px;
}
.add-form .col-md-6 .form-control, .add-form .col-md-4 .form-control {
    margin-bottom: 30px;
    border: 0px solid #505050;
    border-radius: 0px;
    margin-top: 0px;
    box-shadow: none;
    border-bottom: 2px solid #e1e1e1;
}
.add-form .col-md-6 .form-group label.control-label,.add-form .col-md-4 .form-group label.control-label{
    position: unset;
}
.dropzone-desc i {
    font-size: 40px;
}
.box-body img {
    border-radius: 50%;
    margin-bottom: 20px;
    border: 4px solid #dadada;
    max-width: 200px;
    max-height: 200px;
}
.sec-hed p {
    background: #929292;
    display: block;
    margin: 20px 0;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 10px;
}
.btn-opt:active,
.btn-opt:focus {
    box-shadow: none;
}
.btn-opt {
    padding: 0;
    background: transparent;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 20px;
    box-shadow: none;
}
.btn-opt img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #626262;
}
.menu-bar{
    display: none;
}
button.btn.btn-bar {
    font-size: 40px;
    padding: 0 10px;
    line-height: 50px;
    box-shadow: none;
    outline: none;
}
div#sidebar .logo {
    display: none;
}
section.list-box table th{
    border-right: none;
}
section.list-box table {
    max-width: 100%!important;
    border-spacing: 0;
}
.left-menu {
    padding: 20px 20px;
}
.bottom-menu {
    position: absolute;
    bottom: 0;
}
.widget {
    background: #6f6f6f;
    padding: 30px 20px;
    border-radius: 20px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    margin: 10px 0;
    color: #313e4b;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s;
}
.widget:hover {
    transform: scale(1.03);
}
.widget .icon {
    background: white;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    text-align: center;
}
.widget .icon i {
    font-size: 32px;
    line-height: 50px;
    color: #000080;
}
.dashboard-widget{
    margin-top: 30px;
    margin-bottom: 30px;
}
.widget .texts p {
    margin: 0;
    font-size: 18px;
}
.widget .texts h3 {
    margin: 0;
    font-size: 32px;
    line-height: 26px;
}
.bg-1{
    background: rgba(94, 45, 216,0.3);
}
.bg-1 .icon i {
    color: #5e2dd8;
}
.bg-1 .icon {
    background: rgba(94, 45, 216,0.3);
}
.bg-2{
    background: rgba(212, 63, 141,0.3);
}
.bg-2 .icon i {
    color: #d43f8d !important;
}
.bg-2 .icon {
    background: rgba(212, 63, 141,0.3);
}
.bg-3{
    background: rgba(9, 173, 149, 0.3);
}
.bg-3 .icon i {
    color: #09ad95!important;
}
.bg-3 .icon {
    background: rgba(9, 173, 149, 0.3);
}
.bg-4{
    background: rgba(7, 116, 248,0.3);
}
.bg-4 .icon i {
    color: #0774f8!important;
}
.bg-4 .icon {
    background: rgba(7, 116, 248,0.3);
}
.bg-5{
    background: rgba(252, 190, 45,0.3);
}
.bg-5 .icon i {
    color: #fcbe2d !important;
}
.bg-5 .icon {
    background: rgba(252, 190, 45,0.3);
}
.bg-6{
    background: rgba(252, 45, 45,0.3);
}
.bg-6 .icon i {
    color: #d73a3a!important;
}
.bg-6 .icon {
    background: rgba(252, 45, 45,0.3);
}
a.view {
    background: #e4f5ff;
    padding: 8px 24px;
    border-radius: 30px;
    color: #0d82ec!important;
    font-size: 18px!important;
    font-weight: 500;
    transition: all 0.3s;
}
a.view:hover {
    color: #fff!important;
    background: #0d82ec!important;
}
a.disapprove {
    background: #ffe9ec;
    color: red!important;
    height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-size: 21px!important;
    transition: all 0.3s;
}
a.disapprove:hover {
    color: #fff!important;
    background: red!important;
}
a.approve{
    background: #e4fadd;
    color: #66db00!important;
    height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-size: 21px!important;    
    transition: all 0.3s;
}
a.approve:hover{
    color: #fff!important;
    background: #66db00!important;
}
.dashboard-widget a{
    text-decoration: none;
}
.left-menu ul ul {
    height: auto;
    position: unset!important;
    min-height: auto;
    inset: unset!important;
    transform: unset!important;
    border: none;
    padding-left: 20px;
    transition: all 0.3s;
}
.left-menu ul li .dropdown-toggle::after{
    display: none;
}
.left-menu ul li a.dropdown-toggle i:nth-of-type(2) {
    transform: rotate(-90deg);
    float: right;
    font-size: 20px;
    line-height: 24px;
}
.left-menu ul li a.dropdown-toggle.show i:nth-of-type(2){
    transform: rotate(0deg);    
}
.left-menu ul ul a i {
    font-size: 18px;
    margin-right: 0;
}
.dataTables_length, .dataTables_filter {
    margin: 10px 0;
}
table.table-bordered thead th:nth-last-of-type(1) {
    min-width: 90px;
}
.transpoter-view {
    margin-bottom: 30px;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}
.idproof {
    margin-bottom: 30px;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}
.transpoter-view p {
    font-size: 18px;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 10px;
}
.transpoter-view p:nth-last-of-type(1) {
    border-bottom: 0;
}
.transpoter-view p label {
    width: 200px;
    font-size: 18px;
    font-weight: 600;
}
.idproof p label {
    font-size: 18px;
    font-weight: 600;
}
.box-tools button.remove-preview {
    border-radius: 50%;
    font-size: 14px;
    height: 30px;
    width: 30px;
    padding: 0;
    text-align: center;
    line-height: 30px;
}
.modal-confirm h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -10px;
}
.modal-confirm .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    border: none;
    background: transparent;
    position: absolute;
    top: 6px;
    right: 6px;
}
.modal-confirm .icon-box {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 9;
    text-align: center;
    border: 3px solid #f15e5e;
}
.modal-confirm .icon-box i {
    color: #f15e5e;
    font-size: 46px;
    display: inline-block;
    margin-top: 13px;
}
.modal-confirm .modal-header{
    border-bottom: 0;
}
.modal-confirm .modal-body {
    text-align: center;
}
div#DataTables_Table_0_length,
div#DataTables_Table_0_filter {
    display: none;
}
.table-hover>tbody>tr:hover {
    --bs-table-accent-bg: #f7f7f7;
    color: inherit;
}
span.existspan {
    display: none;
    margin-top: -30px;
    color: #ff0000;
    font-weight: 600;
}

@media only screen and (max-width: 600px) {
    .logo img {
        width: 160px!important;
        padding-top: 6px;
    }
    header {
        padding: 10px;
    }
    .page-heading {
        display: block;
        width: 100%;
    }
    div#sidebar {
        width: 0;
        padding-top: 0;
        overflow: hidden;
    }
    div#sidebar.open {
        width: 80%;
        position: fixed;
        z-index: 999999;
    }
    div#content {
        width: 100%;
    }
    .btn-add {
        width: 100%;
    }
    .login-dropdown{
        display: none;
    }
    .menu-bar{
        display: inline-block;
    }
    div#sidebar .logo {
        background: #000;
        padding: 11px 20px;
        display: block;
    }
    .dropzone-desc {
        top: 20px;
    }
}