@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,500;0,800;1,600&display=swap');

*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus {
    outline: 0;
}

::-webkit-scrollbar {
    width: 5px;
    height: 3px;
}

::-webkit-scrollbar-track {
  background: #0a071c;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

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

::placeholder {
  color: #4f556a;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #4f556a;
}

::-ms-input-placeholder {
  color: #4f556a;
}



html, body{
    background: #f3f6f9;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
    background-color: var(--bg-1);
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: var(--cl-1);
    overflow: hidden;
    font-size: 0.9rem;
}

pre {
    font-size: 12px;
    color: #009688;
}

a {
  color: var(--cl-3);
}
strong {
    font-weight: bold;
}

td, th {
    padding: 10px 5px;
    border-radius: 0px;
}
th {
    color: var(--cl-4);
    font-weight: 300;
}



input{
	color: var(--cl-3);
    background-color: var(--bg-2) !important;
    padding: 0 20px !important;
    width: calc(100% - 40px) !important;
    height: 45px !important;
    transition: none !important;
    border-radius: 10px !important;
    border: 2px solid var(--cl-7) !important;
    font-size: 14px !important;
}

input.invalid{
    color: var(--cl-6) !important;
    border: 2px solid var(--cl-6) !important;
    box-shadow: none !important;
}

input:disabled {
    color: var(--cl-2) !important;
    background-color: var(--bg-2) !important;
}
input:focus{
	box-shadow: none !important;
    border: 2px solid var(--cl-3) !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}


.color-field input{
    width: 50px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    border: 0 !important;
}

[type="checkbox"]{
	width: 70px !important;
}
[type="checkbox"]+span:not(.lever):before,
[type="checkbox"]:not(.filled-in)+span:not(.lever):after {
    border: 1px solid #9e9e9e;
    border-radius: 5px;
}
[type="checkbox"]:checked+span:not(.lever):before {
    border-radius: 0px;
}

[type="checkbox"].invalid+span {
    color: var(--cl-6) !important;
}





textarea {
    padding: 10px 20px !important;
    min-width: 100% !important;
    height: 100px !important;
    transition: none !important;
    border-radius: 7px !important;
    border: 2px solid var(--cl-7) !important;
    background-color: var(--bg-2) !important;
	overflow-y: auto;
    resize: none;
    color: var(--cl-3);
    font-size: 14px;
}
textarea.h140 {
    height: 140px !important;
}
textarea.h180 {
    height: 180px !important;
}
textarea.h200 {
    height: 200px !important;
}
textarea.h370 {
    height: 370px !important;
}

textarea.invalid{
	color: var(--cl-6) !important;
	border: 2px solid var(--cl-6) !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

textarea:focus{
	box-shadow: none !important;
    border: 2px solid var(--cl-3) !important;
}

.input-field textarea:focus+label{
    color:var(--cl-3) !important;
}





.input-field.col label {
    left: 12px !important;
    top: 3px;
    top: 0 !important;
    background-color: var(--bg-2);
    padding: 0 5px;
    transform: translateY(-10px) scale(1) !important;
    z-index: 2;
    font-size: 0.9rem;
    color: var(--cl-4);
}

.input-field.col label.free {
    left: 0px !important;
    top: 0px;
    top: 0 !important;
    background-color: transparent;
    padding: 0px 10px;
	transform: translateY(0px) scale(1) !important;
	z-index: 2;
	position: relative;
}


.input-field.col label.invalid {
	color: var(--cl-6) !important;
}

.input-field.col .prefix ~ label{
    width: auto;
    left: -28px !important;
}

input.invalid+label{
    color: var(--cl-6) !important;
}


input:disabled+label{
	color: var(--cl-4) !important;
}

.input-field.col label.checkbox {
    left: 0px !important;
    top: 0px;
    top: 0 !important;
    background-color: transparent;
    padding: 0px 10px;
	transform: translateY(0px) scale(1) !important;
	z-index: 2;
	position: relative;
}

.switch label {
    font-size: 14px;
}

.color-field.col label{
	background-color: transparent !important;
    left: 50px !important;
    transform: translateY(15px) scale(1) !important;
}



.input-field .prefix {
    top: 14px;
    left: 15px;
    font-size: 22px;
    color: var(--cl-4);
}
.input-field .prefix.active, input:focus+label{
    color:var(--cl-3) !important;
}

.input-field.iconed input{
    padding-left: 42px !important;
    width: calc(100% - 65px) !important;
    margin-left: 0;
}
.input-field input.invalid ~ .prefix{
    color: var(--cl-6) !important;
}

.input-field .suffix{
    position: absolute;
    transition: color .2s;
    top: 12px;
    right: 18px;
    cursor: pointer;
    font-size: 22px;
    color: var(--cl-4);
}


.character-counter {
    min-height: inherit;
    position: absolute;
    right: 14px;
    top: -8px;
    background-color: var(--bg-2);
    padding: 0 5px;
    color: var(--cl-4);
}


.relative{
    position: relative !important;
}


.collapsible {
    border-top:0;
    border-right:0;
    border: 0;
    border-radius: 8px;
}
.collapsible li, .collapsible.popout>li {
    margin-bottom: 1px;
}
.collapsible-header {
    background-color: var(--bg-3);
    border-bottom: 0;
	display: flex;
    justify-content: space-between;
}




.collapsible-header .flex-left{
	display: flex;
    align-items: center;
    justify-content: flex-start;
	height: 30px;
	    width: 50%;
}
.collapsible-header .flex-right{
	display: flex;
    align-items: center;
    justify-content: flex-end;
	height: 30px;
	width: 50%;
}

.collapsible-body {
    border-bottom: 0;
    background-color: var(--bg-2);
}

.collapsible li:first-child .collapsible-header{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.collapsible li:last-child .collapsible-header, .collapsible li:last-child .collapsible-body {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.collapsible li.active .collapsible-header{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}


.collapsible.popout li.active {
    border-radius: 8px;
}
.collapsible.popout li.active .collapsible-header{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.collapsible.popout li.active .collapsible-body {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}








.error-msg {
	display: none;
}

.error-msg span{
	display: flex;
	align-items: center;
	justify-content: center;
}
.error-msg i{
	margin-right: 10px
}

.row.margined {
    margin-left: -12px !important;
    margin-right: -12px !important;
}


.material-tooltip {
	padding: 8px 12px;
    min-height: 30px;
    background-color: rgb(0 0 0 / 71%);
    border-radius: 10px;
}

.badge{
	border-radius: 10px;
}


.slim {
    border-radius: 7px;
}

.select-wrapper .caret {
    right: 7px;
    z-index: 1;
    fill: rgb(175 179 201);
}

.slim[data-state*=empty] .slim-label {
    color: #494e5d;
}



span.badge {
    padding: 0px 10px;
    margin: 3px;
    font-size: 14px;
    float: none;
    display: inline-block;
    line-height: 24px;
    height: auto;
}


.card {
    border-radius: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid var(--bg-3);
    background-position: right top;
    background-size: 30% auto;
    background-repeat: no-repeat;
    z-index: 1;
    position: inherit;
    width: 100%;
    background-color: var(--bg-3);
    margin: 0;
}
.card.darked{
    background-color: var(--bg-2);
}

.card-header{
	display: flex;
    height: 45px;
    border-bottom: 1px solid var(--bg-1);
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    padding-right: 5px;
}

.card-header .icon-btn{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    line-height: inherit;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: var(--cl-1);
    font-size: 18px;
}
.card-header .icon-btn:hover{
    background-color: var(--bg-1);
}

.card-header .title{
    font-size: 18px;
    font-weight: 300;
}

.card-header i.big{
    font-size: 64px;
    margin-top: 40px;
    transform: rotate3d(0, 1, 0, 0deg);
    transition: all ease 0.5s;
}

.card-header.no-border .title{
    font-size: 22px;
    font-weight: 300;
}


.card-body{
    padding: 20px;
}


.card-body .big-value {
    font-size: 40px;
    font-weight: 300 !important;
    display: flex;
    align-items: center;
}
.card-body .big-value em{
    font-style: normal;
    margin-left: 5px;
    font-size: 16px;
    font-weight: 600;
    color: #b1b1b1;
    padding-top: 8px;
}
.card-body .big-value i{
    margin: 0 15px;
    font-size: 20px;
    font-weight: 100;
    color: #FF9800;
}

.card-body .big-value.link{
    font-size: 20px;
    width: 100px;
}
.card-body .big-value.link i{
    font-size: 70px;
}


.card-body .tiny-text{
	display: block;
    font-size: 12px;
    color: #1bc5bd!important;
    font-weight: 500!important;
}
.card-body .tiny-text i{
	margin: 0 10px;
    font-size: 13px;
    font-weight: 100;
    color: #cdcdcd;
}

.card .card-action {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    border-top: 1px solid var(--bg-1);
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating) {
    color: var(--cl-3);
    margin-right: 0;
    text-transform: none;
}


.card .card-action a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card .card-reveal .card-title {
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.card.shape{
	position: relative;
}

.shape::after {
  content: "";
  opacity: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute; 
  background-position: right top;
  background-size: 30% auto;
  background-repeat: no-repeat;
  z-index: -1;
}

.shape-1::after{
  background-image: url(../img/shapes/abstract-1.svg);
}
.shape-2::after{
  background-image: url(../img/shapes/abstract-2.svg);
}
.shape-3::after{
  background-image: url(../img/shapes/abstract-3.svg);
}
.shape-4::after{
  background-image: url(../img/shapes/abstract-4.svg);
}

.nav-card {
    min-height: 502px;
}

.nav-card .title{
    font-size: 24px;
    font-weight: 600;
    color: #6b9ccc;
}



.card.video{
    border: 2px solid #b6bcc2;
    background-color: #f3f6f9;
}

.card.video .title{
    color: #05349d;
    height: 45px;
    background-color: #cdcdcd;
    display: flex;
    align-items: center;
    padding: 0 15px;
    justify-content: space-between;
}
.card.video .title .icons{
    display: flex;
    align-items: center;
    height: 45px;
    margin-right: -10px;
}

.card.video .title .icons i{
    font-size: 17px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #878787;
}


.card.hover-card{
    transition: all ease 0.2s;
}

.card.hover-card:hover{
    box-shadow: 0px 0px 20px 9px rgb(0 0 0 / 6%);
    background: linear-gradient( 352deg, rgb(255 255 255) 0%, #98b1ca);
}


.card.hover-card:hover .card-header i.big{
    transform: rotate3d(0, 1, 0, 360deg);
}



.card.no-border, .card.no-border .card-header, .card.no-border .card-action{
	border: 0;
}

.card-header.no-border{
	border-bottom: 0;
	background-color: transparent !important;
}

.card-action.no-border{
	border-top: 0;
}



.pointer{
	cursor: pointer;
}
.uppercase{
	text-transform: uppercase
}
.input-field {
    margin-top: 0;
    padding: 0 4px !important;
}

.btn{
    text-decoration: none;
    color: white;
    background-color: var(--cl-3);
    text-align: center;
    letter-spacing: 0;
	-webkit-transition:all .2s ease-out;
    transition:all .2s ease-out;
    cursor: pointer;
    border-radius: 10px;
    line-height: inherit;
	-webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn:hover, .btn-large:hover, .btn-small:hover {
    background-color: var(--cl-3);
}
.btn:focus, .btn-large:focus, .btn-small:focus, .btn-floating:focus {
    color: white;
    background-color: var(--cl-3);
}

.btn.center{
	justify-content: center
}

.z-depth-1-half, .btn:hover, .btn-large:hover, .btn-small:hover, .btn-floating:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
	opacity: 0.8
}

.btn-round{
	border-radius: 50px;
}
.btn-block{
	width: 100%
}
.btn-tiny {
    height: 22px;
    font-size: 10px;
}
.btn-small {
    height: 22px;
    font-size: 12px;
}
.btn-fat{
	height: 48px;
}
.btn-large {
    height: 54px;
    font-size: 16px;
}
.btn-flat {
    color: var(--cl-1);
}
.btn-outline{
    background-color: transparent;
    border: 2px solid var(--cl-3);
    color: var(--cl-3);
}
.btn-outline:hover{
    color: white !important;
    opacity: 1;
}

.btn:disabled{
    background-color: var(--cl-5) !important;
    color: var(--cl-1) !important;
}

.btn-capt{
	text-transform: capitalize;
}

.btn-none{
	text-transform: none;
}



.btn-floating .lni-plus{
    font-size: 14px !important;
}



.btn i{
	width: 20px;
    height: 28px;
}
.btn.btn-tiny i{
    width: 14px;
    height: 20px;
    font-size: 14px;
}
.btn.btn-small i{
    width: 17px;
    height: 25px;
}
.btn.btn-large i{
    width: 22px;
    height: 32px;
}









.icon-btn {
    display: inline-block;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    background-color: #26a69a;
    border-radius: 5px;
    cursor: pointer;
    vertical-align: middle;
}

.icon-btn.btn-flex{
    display: flex;
    line-height: inherit;
    align-items: center;
    justify-content: center;
}


.icon-btn a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;  
}

.icon-btn i {
    width: inherit;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    line-height: 40px;
}

.lg-icon{
    font-size: 90px;
}


.btn.lime, .btn.yellow, .btn.orange, .btn.amber, .btn.white{
    color: black;
}















#toast-container{
    top: 15px;
    right: inherit;
    left: 50%;
    transform: translate(-50%);
    max-width: 400px;
}



.rotate {
    -webkit-animation:spin 1s linear infinite;
    -moz-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }



.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.flex-root {
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1 0 0px;
}
.flex-column-auto {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
.flex-column-fluid {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.flex-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}
.flex-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.align-item-center{
	align-items: center
}

.justify-sb{
	justify-content: space-between
}
.justify-left{
	justify-content: flex-start
}
.justify-right{
	justify-content: flex-end
}
.justify-center{
	justify-content: center
}


.wrapper{
	width: 100%;
}

.container {
    width: 80%;
    max-width: 1600px;
}

.btn-groups{
	display: flex;
	align-items: center;
}

.datepicker-controls {
    position: relative;
}

.dropdown-content {
    width: auto !important;
    border-radius: 8px;
    overflow: hidden;
    left: 0px;
    top: -45px;
    -webkit-box-shadow: 0 0 50px 0 black;
    box-shadow: 0 0 50px 0 black;
    background-color: var(--bg-3);
}

.dropdown-content.select-dropdown{
	max-height: 275px;
    overflow-y: auto;
    width: 100% !important;
}

.dropdown-content li{
    width: 100% !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    margin-left: 0 !important;
}
.dropdown-content li:hover{
    background-color: var(--bg-1) !important;
}

.select-dropdown.dropdown-content li.selected {
    background-color: rgba(0,0,0,0.03) !important;
}

.dropdown-content li a{
    width: 100%;
    font-size: 14px;
    color:#00BCD4;
}

.dropdown-content li a i{
margin: 0;
    margin-right: 8px;
}






.card-header .dropdown-content {
    width: 190px !important;
    border-radius: 4px;
    overflow: hidden;
    left: 160px;
    top: -40px;
}

.card-header .dropdown-content li:hover {
    background-color: var(--bg-1) !important;
}










.right-navs  .dropdown-content {
    width: 190px !important;
    border-radius: 8px;
    overflow: hidden;
	left: 45px;
	top: 0
}

.chart-filter .select-dropdown{
	margin: 0 !important
}


.table-thumb{
	padding: 0;
    max-width: 45px;
    width: 45px;
}

.table-thumb img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-top: 7px;
    border: 1px solid #98b1ca;
}

.list-view{
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}
.list-view li{
	display: flex;
    margin: 5px 0;
    padding: 0;
    align-items: center;
    justify-content: space-between;
}

.list-view li .left-view{
	display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: space-between;
}
.list-view li .left-view .icon{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.list-view li .left-view .icon i{
	font-size: 50px;
}
.list-view li .left-view .icon img{
    width: 50px;
    height: 50px;
}
.list-view li .left-view .text{
	display: flex;
    flex-direction: column;
}
.list-view li .left-view .text span{
    font-weight: 500;
}
.list-view li .left-view .text i{
	font-style: normal;
    font-size: 12px;
}

.list-view li .right-view{
    margin: 0px;
    display: flex;
    align-items: center;
}

.list-view li .right-view .icon{
    width: 30px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}
.list-view li .right-view .icon i{
	font-size: 20px;
}



.shadow-50{
    -webkit-box-shadow: 0 0 50px 0 rgba(82,63,105,.15);
    box-shadow: 0 0 50px 0 rgba(82,63,105,.15);
}

.shadow-25{
    -webkit-box-shadow: 0 0 25px 0 rgba(82,63,105,.15);
    box-shadow: 0 0 25px 0 rgba(82,63,105,.15);
}


td h6,td h5,td h4,td h3,td h2,td h1{
	margin:  0 !important;
}
td h5 em{
	font-size: 14px;
	font-style: normal;
}

tr {
    border-bottom: 1px solid var(--bg-2);
}
table.striped>tbody>tr:nth-child(odd) {
    background-color: var(--bg-2);
}
table.highlight>tbody>tr:hover {
    background-color: var(--bg-2);
}


th.empty, td.empty{
	font-size: 0 !important;
    padding: 0 !important;
    width: 0 !important;
}
th small{
	font-size: 100%;
	font-weight: normal;
}
td a{
    display: flex;
    align-items: center;
}
td a i{
    font-size: medium !important;
}



.datatable{
	display: none;
}

.dataTables_wrapper{
    position: relative;
}
   
.dataTables_length {
	display: flex;
    float: right;
    padding-top: 6px;
}

.dataTables_length label{
    display: flex;
    align-items: center;
    font-size: 14px;
}
.dataTables_length .select-wrapper{
	margin: 0 5px;
    height: 30px;
}
.dataTables_length input{
    width: 30px !important;
    margin: 0 5px;
    height: 30px !important;
    color: #359aa7;
    background-color: #f0f3f5 !important;
    padding: 0 !important;
    text-align: center;
}

.dataTables_length .caret{
	display: none
}
.dataTables_length .dropdown-content {
    min-width: 55px;
}

.dt-buttons{
    position: absolute;
    right: 0;
    display: flex;
}
.dt-buttons .dt-button{
    margin: 0 2px
}

.dataTables_filter{
	display: flex;
	float: left;
	margin-bottom: 20px;
	width: 40%;
}
.dataTables_filter label{
    display: flex;
    align-items: center;
    font-size: 14px;
}

.dataTables_filter  input{
    height: 34px !important;
    outline-offset: 2px;
    margin: 0 !important;
    margin-left: 10px !important;
}


.dataTables_info{
	color: #9c27b0;
    font-size: 14px;
    margin-bottom: 0;
    display: inline-block;
    margin-top: 14px;
}

.dataTables_paginate {
    text-align: center;
    display: inline-block;
    float: right;
    margin-top: 7px;
    background-color: var(--bg-1);
    padding: 6px 4px;
    border-radius: 10px;
}
.paginate_button{
    padding: 3px 10px;
    background-color: var(--bg-2);
    border-radius: 7px;
    margin: 0 2px;
    cursor: pointer;
	transition: all ease 0.3s;
}

.paginate_button.current {
    background-color: var(--cl-3);
    color: #fff;
}
.paginate_button.previous, .paginate_button.next {
    padding: 3px 10px;
    background-color: var(--bg-2);
    border-radius: 7px;
    margin: 0 4px;
    cursor: pointer;
}

.paginate_button.previous:hover, .paginate_button.next:hover, .paginate_button:hover{
    background-color: #b2dbff;
    color: #fff;
}

.paginate_button.previous.disabled, .paginate_button.next.disabled{
	cursor: default;
    background-color: var(--bg-2);
    color: var(--cl-1);
    font-size: 12px;
}


.dataTables_paginate .ellipsis {
    margin: 0 10px;
    color: #989bac;
}

.datatable th{
    background-color: var(--bg-2);
}

.padding-table{

}

.padding-table th,.padding-table td{
	padding: 15px 5px !important;
}



table.no-border tr{
    border: 0 !important;
}



























.modal{
	background-color: transparent;
	max-width: 700px;
	box-shadow: none !important;
}

.modal .modal-header {
    border-radius: 10px 10px 0 0;
    background-color: var(--bg-3);
    padding: 0px 15px 0px 24px;
    height: 56px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header .title{
    font-size: 18px;
    font-weight: 500;
    color: #9aa0bc;
}

.modal-header .close-btn{
    transition: all ease 0.3s;
    color: #9aa0bc;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    display: flex;
}
.modal-header .close-btn:hover{
	transform: rotate(-90deg);
	color: #b51d12;
}

.modal .modal-content {
    padding: 24px;
    background-color: var(--bg-3);
}
.modal.no-footer .modal-content {
    border-radius: 0 0 10px 10px !important;
}
.modal .modal-footer{
    display: flex;
    justify-content: flex-end;
    border-radius: 0 0 10px 10px !important;
    padding: 4px 15px !important;
    min-height: 56px !important;
    height: auto !important;
    background-color: var(--bg-3);
}
.modal-footer .btn{
	margin: 0 5px
}




.modal.small{
	width: 400px;
}
.modal.small .modal-footer{
    display: flex;
    justify-content: space-around;
}


.modal.alert{
	width: 400px;
    border-radius: 10px;
}
.modal.alert .modal-header{
    justify-content: center;
    background-color: transparent;
}
.modal.alert .modal-content{
    justify-content: center;
    text-align: center;
    background-color: transparent;
}
.modal.alert .modal-footer{
    display: flex;
    justify-content: space-around;
    background-color: transparent;
}
.modal.alert .modal-footer .btn{
    width: 49%;
    background-color: transparent;
}




.modal.video .modal-content{
    padding: 0 !important;
    background-color: #000000;
}
.modal.video .modal-content iframe{
    width: 100%;
    height: 500px;
    border: 0;
}








.list-view.cats li{
	background-color: #e4e6ef;
    border-radius: 14px;
	cursor: pointer;
}
.list-view.cats li:hover{
	background-color: #d8dae1;
}
.list-view.cats li.active{
	background-color: #b0bfff;
}


.list-view.cats li .left-view .icon{
	margin-right: 0;
}
.list-view.cats li .left-view .icon i{
	font-size: 24px;
}


.list-view.pros li{
	background-color: #e4e6ef;
    border-radius: 14px;
	cursor: pointer;
	transition: all ease 0.1s;
}
.list-view.pros li:hover{
	background-color: #d8dae1;
}
.list-view.pros li.active{
	background-color: #b0bfff;
}


.list-view.pros li .left-view .icon{
	margin-right: 0;
}
.list-view.pros li .left-view .icon i{
	font-size: 24px;
}






.tabs {
    background-color: transparent
}
.tabs .tab a:focus, .tabs .tab a:focus.active {
    background-color: transparent;
    outline: none;
}
.tabs .tab a:hover, .tabs .tab a.active {
    background-color: transparent;
    color: var(--cl-3);
}
.tabs .tab a {
    color: var(--cl-1);
}
.tabs .indicator{
    display: none
}
.tabs .tab a.iconed {
    display: flex;
    align-items: center;
}




.tabs .tab.disabled a, .tabs .tab.disabled a:hover {
    color: var(--cl-4);
}

.tabs.vertical-tabs .tab a i {
    margin-right: 15px;
    font-size: 18px;
}

.tabs.vertical-tabs .tab span {
    position: absolute;
    right: 10px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
    background-color: #00bcd4;
    color: white;
}




.tabs.vertical-tabs{
	display: flex;
    flex-direction: column;
    height: auto;
}

.tabs.vertical-tabs .indicator{
	display: none
}

.tabs.vertical-tabs .tab{
	width: 100%;
    text-align: left;
    height: 50px;
    display: flex;
    align-items: center;
    position: relative;
}

.tabs.vertical-tabs .tab a {
    padding: 0 10px;
    display: flex;
    align-items: center;
}

.tabs.vertical-tabs .tab a i {
    margin-right: 15px;
}

.tabs.vertical-tabs .tab span {
    position: absolute;
    right: 10px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
    background-color: #00bcd4;
    color: white;
}


.nav-tabs{
   height: auto;
    display: flex;
    flex-direction: column;
}

.nav-tabs .tab{
    display: flex;
    text-align: left;
    padding: 0 5px;
    align-items: center;
    text-transform: none;
}

.nav-tabs .tab a{
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
    height: 50px;
    color: var(--cl-1);
    border: 0;
    font-weight: 300;
}

.tabs.nav-tabs .tab a:hover, .tabs.nav-tabs .tab a.active {
    color: var(--cl-3);
}



















.widget-1{
    display: flex;
    width: 100%;
    height: 100px;
    align-items: center;
    justify-content: space-between;
    background-color: var(--bg-3);
    border-radius: 5px;
    margin-bottom: 15px;
}

.widget-1 .icon{
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.widget-1 .icon i{
    font-size: 45px;
    color: var(--cl-3);
}

.widget-1 .info{
    width: calc(100% - 100px);
}

.widget-1 .info .value{
    font-size: 24px;
    font-weight: 100;
    color: var(--cl-2);
}

.widget-1 .info .desc{
    font-size: 12px;
}








.widget-2{
    display: flex;
    width: 100%;
    height: 150px;
    align-items: center;
    flex-direction: column;
    background-color: var(--bg-3);
    border-radius: 5px;
    margin-bottom: 15px;
}

.widget-2 .w-header{
    display: flex;
    width: 100%;
    height: 50px;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}

.widget-2 .w-header .title{
    padding: 0 10px;
}

.widget-2 .w-header .icon{

}



.widget-2 .w-body{
    display: flex;
    width: 100%;
    height: 100px;
    align-items: center;
    justify-content: space-between;
}


.widget-2 .w-body .icon{
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.widget-2 .w-body .icon i{
    font-size: 45px;
    color: var(--cl-3);
}

.widget-2 .w-body .info{
    width: calc(100% - 80px);
    padding-left: 20px;
}

.widget-2 .w-body .info .value{
    font-size: 24px;
    font-weight: 100;
    color: var(--cl-3);
}

.widget-2 .w-body .info .desc{
    font-size: 12px;
}



.widget-3{
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
    background-color: var(--bg-3);
    border-radius: 5px;
    margin-bottom: 15px;
}

.widget-3 .w-header{
    display: flex;
    width: 100%;
    height: 50px;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}

.widget-3 .w-header .title{
    padding: 0 10px;
}

.widget-3 .w-header .icon{

}



.widget-3 .w-body{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.widget-3 .list{
    display: flex;
    width: calc(100% - 20px);
    flex-direction: column;
    margin: 10px;
}

.widget-3 .list li{
        display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.widget-3 .list .icon{
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.widget-3 .list .icon i{
    font-size: 45px;
    color: var(--cl-3);
}

.widget-3 .list .info{
    width: calc(100% - 60px);
    padding-left: 5px;
}

.widget-3 .list .info .value{
    font-size: 16px;
    font-weight: 100;
}

.widget-3 .list .info .desc{
    font-size: 12px;
}



.widget-4{
    display: flex;
    width: 100%;
    height: 100px;
    align-items: center;
    justify-content: space-between;
    background-color: var(--bg-3);
    border-radius: 5px;
    margin-bottom: 15px;
}

.widget-4 .flex-left{
    display: flex;
    width: 50%;
    align-items: center;
}
.widget-4 .flex-right{
    display: flex;
    width: 50%;
    align-items: center;
    justify-content: flex-end;
}



.widget-4 .avatar{
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.widget-4 .avatar img{
    width: 75px;
    border-radius: 42%;
}
.widget-4 .avatar i{
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 20px;
    height: 20px;
    color: white;
    font-size: 10px;
    border-radius: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 4px black;
}
.widget-4 .icon i{
    font-size: 45px;
    color: var(--cl-3);
}
.widget-4 .info{
    width: calc(100% - 100px);
}
.widget-4 .info .value{
    font-size: 24px;
    font-weight: 100;
    color: var(--cl-2);
}
.widget-4 .info .desc{
    font-size: 12px;
}



.logo{
    width: 220px;
    margin-top: 80px;
    margin-bottom: 20px;
}
.txtor{
    color: #FFC107;
    font-size: 45px;
    font-weight: 100;
    margin-left: 10px; 
}

.ai-bg{
    position:fixed; 
    width: 100%; 
    height: 100%; 
    background: transparent;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


.ai-footer{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
.ai-footer .parts{
    display: flex;
    justify-content: space-between;
    height: 30px;
    align-items: center;
}
.ai-footer .parts .copyright{
    font-size: 12px;
    color: var(--cl-4);
}


/****** Responsive *******************************/

.for-desk{
	display: block;
}
.for-mobile{
	display: none;
}

@media only screen and (max-width: 600px) {
	
	.for-desk{
		display: none;
	}
	.for-mobile{
		display: block;
	}

}















