@import url('lineicons.css');
@import url('fonts.css');





*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}

:focus {
    outline: 0;
}

::-webkit-scrollbar {
    width: 5px;
    height: 3px;
}

::-webkit-scrollbar-track {
  background: #939393;
}

::-webkit-scrollbar-thumb {
  background: #cbcbcb;
}

::-webkit-scrollbar-thumb:hover {
  background: #dcdcdc;
}

::placeholder {
  color: #c7cbdb;
  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: "Poppins", serif;
	font-size: 14px;
    background-color: #fafafa;
    color: #516581;
}

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: #516581;
    overflow: hidden;
    font-size: 0.9rem;
}

.no-select{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

pre {
    font-size: 12px;
    color: #009688;
}

a {
  color: #40b1af;
}
strong {
    font-weight: bold;
}

td, th {
    padding: 10px 5px;
    border-radius: 0px;
}
.slim-table td, .slim-table th {
    padding: 5px;
}

td{
    font-family: monospace;
    font-size: 14px;
    font-weight: 600;
}
td .avatar{
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 25px;
}



input{
	color:#00054A;
    border: 2px solid #e7e7e7 !important;
    background-color: #fafafa !important;
    padding: 0 20px !important;
    width: calc(100% - 44px) !important;
    height: 42px !important;
    transition: none !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    color:#00054A;
    border: 2px solid #e7e7e7 !important;
    background-color: #fafafa !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    font-weight: 500;
}

input.invalid{
    color: #E91E63 !important;
    border: 2px solid #E91E63 !important;
    box-shadow: none !important;
}

input:disabled {
    color: #7085a1 !important;
    background-color: #d7d7db !important;
}
input:focus {
    box-shadow: none !important;
    border: 2px solid #3F51B5 !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: #E91E63 !important;
}

[type="checkbox"]+span:not(.lever) {
    font-size: 12px !important;
    line-height: 16px;
}



textarea {
    padding: 10px 20px !important;
    min-width: 100% !important;
    height: 100px !important;
    transition: none !important;
    border-radius: 7px !important;
    border: 2px solid #e7e7e7 !important;
    background-color: #fafafa !important;
	overflow-y: auto;
    resize: none;
    color: #40b1af;
    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: #E91E63 !important;
	border: 2px solid #E91E63 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

textarea:focus{
	box-shadow: none !important;
    border: 2px solid #40b1af !important;
}

.input-field textarea:focus+label{
    color: #3F51B5 !important;
}





.input-field.col label {
    left: 5px !important;
    top: 3px;
    top: 0 !important;
    padding: 0 5px;
    transform: translateY(-17px) scale(1) !important;
    z-index: 1;
    font-size: 0.9rem;
    color: #7d8999;
}

.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: 1;
	position: relative;
}


.input-field.col label.invalid {
	color: #E91E63 !important;
}

.input-field.col .prefix ~ label{
    width: auto;
    left: -28px !important;
}

input.invalid+label{
    color: #E91E63 !important;
}


input:disabled+label{
	color: #7d8999 !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: #7d8999;
}
.input-field .prefix.active, input:focus+label {
    color: #3F51B5 !important;
}

.input-field.iconed input{
    padding-left: 42px !important;
    width: calc(100% - 65px) !important;
    margin-left: 0;
}
.input-field input.invalid ~ .prefix{
    color: #E91E63 !important;
}

.input-field .suffix{
    position: absolute;
    transition: color .2s;
    top: 14px;
    right: 20px;
    cursor: pointer;
    font-size: 22px;
    color: #7d8999;
}
.input-field .field-cover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

td input{
	padding: 0 0px !important;
    width: 100% !important;
    height: 27px !important;
    margin: 0 !important;
    text-align: center;
}

.character-counter {
    min-height: inherit;
    position: absolute;
    right: 6px;
    top: -15px;
    color: #7d8999;
}

img.mute{
    filter: grayscale(1) !important;
}


.relative{
    position: relative !important;
}


.collapsible {
    border-top:0;
    border-right:0;
    border: 0;
    border-radius: 1rem;
    margin: 0;
}
.collapsible li, .collapsible.popout>li {
    margin-bottom: 1px;
}

.collapsible-header {
    background-color: #f8f8f8;
    border-bottom: 0;
	display: flex;
    justify-content: space-between;
    padding-left: 44px;
    position: relative;
}
li .collapsible-header::after {
    content: "\f6b7";
    position: absolute;
    line-height: 0;
    font-family: lineicons-fill !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    font-size: 17px;
    left: 14px;
    top: 14px;
}
li.active .collapsible-header::after {
    content: "\f6b6";
}




.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: #d7d7db;
}

.collapsible li:first-child .collapsible-header{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.collapsible li:last-child .collapsible-header, .collapsible li:last-child .collapsible-body {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.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;
}



.datepicker-modal{
    max-width: 380px !important;
    min-width: 300px !important;
    max-height: none;
    border-radius: 10px;
}
.datepicker-container{
    padding: 15px !important;
}
.datepicker-date-display, .datepicker-footer{
    display: none !important;
}
.datepicker-table th {
    background-color: transparent !important;
}
.datepicker-controls .select-wrapper input {
    width: 70px !important;
    border: 0 !important;
}
.datepicker-day-button {
    color: #3862b8;
    font-family: "Oswald", serif !important;
    font-size: 20px;
}
.datepicker-table td.is-selected {
    background-color: #e5e5e5;
}



.sidenav {
    width: 350px;
    background-color: #f8f8f8;
    overflow: hidden;
    padding: 0;
    height: 100%;
    will-change: auto;
}
.sidenav-header{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 60px;
    padding: 10px;
}
.sidenav-body{
    position: fixed;
    left: 0;
    right: 0;
    top: 60px;
    bottom: 0;
    padding: 10px;
    overflow-y: auto;
    overflow-x: hidden;
}
.sidenav-header input{
    height: 35px !important;
}
.sidenav.has-footer .sidenav-body{
    bottom: 70px;
}
.sidenav-footer{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70px;
}
.sidenav.no-header .sidenav-body{
    top: 0px;
}



.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: white;
    color: #00054A;
    border-radius: 10px;
    font-size: 12px;
    box-shadow: 0 1px 3px 0 #eee;
}

.badge{
	border-radius: 10px;
}




.slim {
    border-radius: 7px;
    background-color: #fafafa;
    cursor: pointer;
}
.slim[data-state*=empty]:hover {
    background-color: #fafafa;
}
.slim[data-state*=empty] .slim-label {
    color: #516581 !important;
}

.select-wrapper .caret {
    right: 7px;
    z-index: 1;
    fill: rgb(175 179 201);
}

.slim[data-state*=empty] .slim-label {
    color: #494e5d;
}






.card {
    position: relative;
    width: 100%;
    margin: 0;
    border-radius: 1rem;
    border: 1px solid #e7e7e7;
    z-index: 1;
    background-color: white;
    box-shadow: 0 1px 3px 0 #eee, 0 1px 2px -1px #eee;
}
.card.darked{
    background-color: #d7d7db;
}

.card-header{
	display: flex;
    height: 45px;
    border-bottom: 1px solid #fafafa;
    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: #516581;
    font-size: 18px;
}
.card-header .icon-btn:hover{
    background-color: #fafafa;
}

.card-header .title {
    font-size: 18px;
    font-weight: 400;
}

.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 #fafafa;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating) {
    color: #40b1af;
    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.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%);
}


.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: #00054A;
    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;
    text-transform: none;
}
.btn:hover, .btn-large:hover, .btn-small:hover {
    background-color: #00054A;
}
.btn:focus, .btn-large:focus, .btn-small:focus, .btn-floating:focus {
    color: white;
    background-color: #00054A;
}

.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: 45px;
}
.btn-large {
    height: 54px;
    font-size: 16px;
}
.btn-flat {
    color: #516581;
}
.btn-outline{
    background-color: transparent;
    border: 2px solid #40b1af;
    color: #40b1af;
}
.btn-outline:hover{
    color: white !important;
    opacity: 1;
}

.btn:disabled{
    color: #516581 !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{
    font-family: "Poppins", serif;
    font-weight: 500;
    top: 15px;
    right: inherit;
    left: 50%;
    transform: translate(-50%);
    max-width: 400px;
}
.toast{
    font-size: 14px;
}



.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); } }

.rounded-15{
    border-radius: 25px;
}
.rounded-25{
    border-radius: 25px;
}

.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.flex-wrap {
    flex-wrap: wrap;
}
.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
}
.align-item-left{
	align-items: flex-start
}
.align-item-right{
	align-items: flex-end
}

.justify-sb{
	justify-content: space-between
}
.justify-left{
	justify-content: flex-start
}
.justify-right{
	justify-content: flex-end
}
.justify-center{
	justify-content: center
}

.uppercase{
    text-transform: uppercase;
}
.wrapper{
	width: 100%;
}

.container {
    width: calc(100% - 30px);
    max-width: 1400px;
}

.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: #f8f8f8;
    /* transform-origin: inherit !important; */
}

.dropdown-content.select-dropdown{
	max-height: 275px;
    overflow-y: auto;
}
.dropdown-content.select-dropdown  li {
    min-height: 40px;
}
.dropdown-content.select-dropdown li>span {
    font-size: 14px;
    color: #40b1af;
    display: block;
    line-height: 14px;
    padding: 12px 14px;
}

.dropdown-content li{
    width: 100% !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    margin-left: 0 !important;
}
.dropdown-content li:hover{
    background-color: #fafafa !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;
}

.select-dropdown li.disabled, .select-dropdown li.disabled>span, .select-dropdown li.optgroup {
    color: #a5a5a5 !important;
}




.card-header .dropdown-content {
    width: 190px !important;
    border-radius: 4px;
    overflow: hidden;
    left: 160px;
    top: -40px;
}

.card-header .dropdown-content li:hover {
    background-color: #fafafa !important;
}

.rounded-15 {
    border-radius: 15px;
}
.rounded-25 {
    border-radius: 25px;
}








.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 #fafafa;
}
table.striped>tbody>tr:nth-child(odd) {
    background-color: #ededed;
}
table.highlight>tbody>tr:hover {
    background-color: #ededed;
}
.table-holder{
    position: relative;
    overflow-x: auto;
}


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;
    min-width: 830px;
}
   
.dataTables_length {
	display: flex;
    float: right;
    padding-top: 6px;
}

.dataTables_length label{
    display: flex;
    align-items: center;
    font-size: 12px;
}
.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: 12px;
}

.dataTables_filter  input{
    height: 34px !important;
    outline-offset: 2px;
    margin: 0 !important;
    margin-left: 10px !important;
}


.dataTables_info{
	color: #9c27b0;
    font-size: 12px;
    margin-bottom: 0;
    display: inline-block;
    margin-top: 14px;
}

.dataTables_paginate {
    text-align: center;
    display: inline-block;
    float: right;
    margin-top: 7px;
    background-color: #fafafa;
    padding: 6px 4px;
    border-radius: 10px;
}
.paginate_button{
    padding: 3px 10px;
    background-color: #d7d7db;
    border-radius: 7px;
    margin: 0 2px;
    cursor: pointer;
	transition: all ease 0.3s;
}

.paginate_button.current {
    background-color: #40b1af;
    color: #fff;
}
.paginate_button.previous, .paginate_button.next {
    padding: 3px 10px;
    background-color: #d7d7db;
    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: #d7d7db;
    color: #516581;
    font-size: 12px;
}


.dataTables_paginate .ellipsis {
    margin: 0 10px;
    color: #989bac;
}

.datatable th{
    background-color: #d7d7db;
}

.padding-table{

}

.padding-table th,.padding-table td{
	padding: 15px 5px !important;
}



table.no-border tr{
    border: 0 !important;
}


table.highlight td:hover {

}
























.modal{
	background-color: transparent;
	max-width: 700px;
	box-shadow: none !important;
}

.modal .modal-header {
    border-radius: 10px 10px 0 0;
    background-color: #f8f8f8;
    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: #f8f8f8;
}
.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: #f8f8f8;
}
.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 {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    height: 44px;
    width: fit-content;
    background-color: #ececec;
    margin: 0;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
}
.tabs .tab {
    line-height: 34px;
    height: 34px;
    margin: 0 5px;
    text-transform: none;
}

.tabs .tab a:focus,
.tabs .tab a:focus.active {
    background-color: white;
    outline: none;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 12%);
}

.tabs .tab a:hover,
.tabs .tab a.active {
    background-color: white;
    color: #40b1af;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 12%);
}

.tabs .tab a {
    color: #516581;
    border-radius: 10px;
}
.tabs .indicator{
    display: none
}
.tabs .tab a.iconed {
    display: flex;
    align-items: center;
}




.tabs .tab.disabled a, .tabs .tab.disabled a:hover {
    color: #7d8999;
}





.tabs.vertical-tabs{
	display: flex;
    flex-direction: column;
    height: auto;
    width: 100%;
    overflow: hidden;
    border-radius: 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.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;
    border-radius: 0;
}

.tabs.vertical-tabs .tab a i {
    margin-right: 20px;
    margin-left: 10px;
    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;
}






.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: #516581;
    border: 0;
    font-weight: 300;
}

.tabs.nav-tabs .tab a:hover, .tabs.nav-tabs .tab a.active {
    color: #40b1af;
}



















.widget-1{
    display: flex;
    width: 100%;
    height: 100px;
    align-items: center;
    justify-content: space-between;
    background-color: #f8f8f8;
    border-radius: 5px;
    margin-bottom: 15px;
    transition: all ease 0.3s;
}

.widget-1 .icon{
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.widget-1 .icon i{
    font-size: 45px;
    color: #40b1af;
}

.widget-1 .icon img{
    width: 75px;
    display: block;
}

.widget-1 .info{
    width: calc(100% - 100px);
}

.widget-1 .info .value{
    font-size: 24px;
    font-weight: 100;
    color: #7085a1;
}

.widget-1 .info .desc{
    font-size: 14px;
    color: #6d6d6d;
}








.widget-2{
    display: flex;
    width: 100%;
    height: 150px;
    align-items: center;
    flex-direction: column;
    background-color: white;
    border-radius: 1rem;
    margin-bottom: 15px;
    border: 1px solid #e7e7e7;
    box-shadow: 0 1px 3px 0 #eee, 0 1px 2px -1px #eee;
}

.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: #40b1af;
}

.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: #40b1af;
}

.widget-2 .w-body .info .desc{
    font-size: 12px;
}



.widget-3{
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
    background-color: #f8f8f8;
    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: #40b1af;
}

.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: #f8f8f8;
    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: #40b1af;
}
.widget-4 .info{
    width: calc(100% - 100px);
}
.widget-4 .info .value{
    font-size: 24px;
    font-weight: 100;
    color: #7085a1;
}
.widget-4 .info .desc{
    font-size: 12px;
}



.page-loader{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fafafa;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-loader img{
    width: 110px;
}


.gerdoo {
   font-size: 20px;
   margin: 20px;
   position: relative;
   padding: 0;
   width: 5em;
   height: 5em;
   background-color: #e1e1e9; 
   border-radius: 50%;
   line-height: 5em;
}
.gerdoo:after{
    border: none;
    position: absolute;
    top: 0.35em;
    left: 0.35em;
    text-align: center;
    display: block;
    border-radius: 50%;
    width: 4.3em;
    height: 4.3em;
    background-color: #f4f4f4;
    content: " ";
}
.gerdoo em {
    position: absolute;
    line-height: 5em;
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
    color: #53777A;
    z-index: 2;
    font-style: normal;
    font-size: 12px;
    font-weight: 600;
    font-family: "Oswald", serif !important;
    margin-top: 20px;
}
.gerdoo .clipper { 
   border-radius: 50%;
   width: 5em;
   height: 5em;
   position: absolute; 
   clip: rect(0, 5em, 5em, 2.5em);
}
.gerdoo.over50 .clipper {
   clip: rect(auto,auto,auto,auto);
}
.val {
   position: absolute;
   clip: rect(0, 2.5em, 5em, 0);
   width: 5em;
   height: 5em;
   border-radius: 50%;
   border: 0.45em solid #009688;
   box-sizing: border-box;
}
.gerdoo.over50 .first50-bar {
   position: absolute;
   clip: rect(0, 5em, 5em, 2.5em);
   background-color: #009688;
   border-radius: 50%;
   width: 5em;
   height: 5em;
}
.gerdoo:not(.over50) .first50-bar{
   display: none;
}


.gerdoo.p0 .val { display: none; }
.gerdoo.p1 .val { transform: rotate(4deg); }
.gerdoo.p2 .val { transform: rotate(7deg); }
.gerdoo.p3 .val { transform: rotate(11deg); }
.gerdoo.p4 .val { transform: rotate(14deg); }
.gerdoo.p5 .val { transform: rotate(18deg); }
.gerdoo.p6 .val { transform: rotate(22deg); }
.gerdoo.p7 .val { transform: rotate(25deg); }
.gerdoo.p8 .val { transform: rotate(29deg); }
.gerdoo.p9 .val { transform: rotate(32deg); }
.gerdoo.p10 .val { transform: rotate(36deg); }
.gerdoo.p11 .val { transform: rotate(40deg); }
.gerdoo.p12 .val { transform: rotate(43deg); }
.gerdoo.p13 .val { transform: rotate(47deg); }
.gerdoo.p14 .val { transform: rotate(50deg); }
.gerdoo.p15 .val { transform: rotate(54deg); }
.gerdoo.p16 .val { transform: rotate(58deg); }
.gerdoo.p17 .val { transform: rotate(61deg); }
.gerdoo.p18 .val { transform: rotate(65deg); }
.gerdoo.p19 .val { transform: rotate(68deg); }
.gerdoo.p20 .val { transform: rotate(72deg); }
.gerdoo.p21 .val { transform: rotate(76deg); }
.gerdoo.p22 .val { transform: rotate(79deg); }
.gerdoo.p23 .val { transform: rotate(83deg); }
.gerdoo.p24 .val { transform: rotate(86deg); }
.gerdoo.p25 .val { transform: rotate(90deg); }
.gerdoo.p26 .val { transform: rotate(94deg); }
.gerdoo.p27 .val { transform: rotate(97deg); }
.gerdoo.p28 .val { transform: rotate(101deg); }
.gerdoo.p29 .val { transform: rotate(104deg); }
.gerdoo.p30 .val { transform: rotate(108deg); }
.gerdoo.p31 .val { transform: rotate(112deg); }
.gerdoo.p32 .val { transform: rotate(115deg); }
.gerdoo.p33 .val { transform: rotate(119deg); }
.gerdoo.p34 .val { transform: rotate(122deg); }
.gerdoo.p35 .val { transform: rotate(126deg); }
.gerdoo.p36 .val { transform: rotate(130deg); }
.gerdoo.p37 .val { transform: rotate(133deg); }
.gerdoo.p38 .val { transform: rotate(137deg); }
.gerdoo.p39 .val { transform: rotate(140deg); }
.gerdoo.p40 .val { transform: rotate(144deg); }
.gerdoo.p41 .val { transform: rotate(148deg); }
.gerdoo.p42 .val { transform: rotate(151deg); }
.gerdoo.p43 .val { transform: rotate(155deg); }
.gerdoo.p44 .val { transform: rotate(158deg); }
.gerdoo.p45 .val { transform: rotate(162deg); }
.gerdoo.p46 .val { transform: rotate(166deg); }
.gerdoo.p47 .val { transform: rotate(169deg); }
.gerdoo.p48 .val { transform: rotate(173deg); }
.gerdoo.p49 .val { transform: rotate(176deg); }
.gerdoo.p50 .val { transform: rotate(180deg); }
.gerdoo.p51 .val { transform: rotate(184deg); }
.gerdoo.p52 .val { transform: rotate(187deg); }
.gerdoo.p53 .val { transform: rotate(191deg); }
.gerdoo.p54 .val { transform: rotate(194deg); }
.gerdoo.p55 .val { transform: rotate(198deg); }
.gerdoo.p56 .val { transform: rotate(202deg); }
.gerdoo.p57 .val { transform: rotate(205deg); }
.gerdoo.p58 .val { transform: rotate(209deg); }
.gerdoo.p59 .val { transform: rotate(212deg); }
.gerdoo.p60 .val { transform: rotate(216deg); }
.gerdoo.p61 .val { transform: rotate(220deg); }
.gerdoo.p62 .val { transform: rotate(223deg); }
.gerdoo.p63 .val { transform: rotate(227deg); }
.gerdoo.p64 .val { transform: rotate(230deg); }
.gerdoo.p65 .val { transform: rotate(234deg); }
.gerdoo.p66 .val { transform: rotate(238deg); }
.gerdoo.p67 .val { transform: rotate(241deg); }
.gerdoo.p68 .val { transform: rotate(245deg); }
.gerdoo.p69 .val { transform: rotate(248deg); }
.gerdoo.p70 .val { transform: rotate(252deg); }
.gerdoo.p71 .val { transform: rotate(256deg); }
.gerdoo.p72 .val { transform: rotate(259deg); }
.gerdoo.p73 .val { transform: rotate(263deg); }
.gerdoo.p74 .val { transform: rotate(266deg); }
.gerdoo.p75 .val { transform: rotate(270deg); }
.gerdoo.p76 .val { transform: rotate(274deg); }
.gerdoo.p77 .val { transform: rotate(277deg); }
.gerdoo.p78 .val { transform: rotate(281deg); }
.gerdoo.p79 .val { transform: rotate(284deg); }
.gerdoo.p80 .val { transform: rotate(288deg); }
.gerdoo.p81 .val { transform: rotate(292deg); }
.gerdoo.p82 .val { transform: rotate(295deg); }
.gerdoo.p83 .val { transform: rotate(299deg); }
.gerdoo.p84 .val { transform: rotate(302deg); }
.gerdoo.p85 .val { transform: rotate(306deg); }
.gerdoo.p86 .val { transform: rotate(310deg); }
.gerdoo.p87 .val { transform: rotate(313deg); }
.gerdoo.p88 .val { transform: rotate(317deg); }
.gerdoo.p89 .val { transform: rotate(320deg); }
.gerdoo.p90 .val { transform: rotate(324deg); }
.gerdoo.p91 .val { transform: rotate(328deg); }
.gerdoo.p92 .val { transform: rotate(331deg); }
.gerdoo.p93 .val { transform: rotate(335deg); }
.gerdoo.p94 .val { transform: rotate(338deg); }
.gerdoo.p95 .val { transform: rotate(342deg); }
.gerdoo.p96 .val { transform: rotate(346deg); }
.gerdoo.p97 .val { transform: rotate(349deg); }
.gerdoo.p98 .val { transform: rotate(353deg); }
.gerdoo.p99 .val { transform: rotate(356deg); }
.gerdoo.p100 .val { transform: rotate(360deg); }






/* AUTH *******************************/

.auth-card{
    position: fixed;
    left: 50%;
    top: 80px;
    width: 420px;
    background-color: white;
    border-radius: 1rem;
    padding: 40px;
    transform: translate(-50%);
    border: 1px solid #e7e7e7;
}
.auth-card .logo{
    height: 60px;
}

.auth-card.regis{
    width: 680px;
}
.auth-card.regis .input-field{
    padding: 0 12px !important;
}
.auth-card.regis .input-field.col label{
    left: 14px !important;
}

.auth-copyright{
    position: absolute;
    bottom: -64px;
    left: 50%;
    transform: translate(-50%);
}
.auth-copyright p{
    font-size: 12px;
}

.auth-langs{
    font-size: 14px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: 0;
    margin-top: 5px;
}
.auth-langs li{
    margin: 0 5px;
    cursor: pointer;
}
.auth-langs li.active{
    color: #40b1af;
}


.auth-card input:disabled{
    color:#00054A;
    background-color: #fafafa !important;
}


.ql-container.ql-snow {
    border-radius: 0 0 10px 10px;
    border: 1px solid #e7e7e7;
    background-color: white;
    box-shadow: 0 1px 3px 0 #eee, 0 1px 2px -1px #eee;
    font-family: "Poppins", serif;
}

.ql-toolbar.ql-snow {
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 8px;
    border-radius: 10px 10px 0 0;
    border: 1px solid #e7e7e7;
    font-family: "Poppins", serif;
}








/*** APP *****************************************/

.app{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fafafa;
}

.topbar{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background-color: white;
    z-index: 2;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 17%);
}
.topbar .bars{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bars .left-bar{

}
.left-bar .menu{
    display: flex;
    height: 60px;
    align-items: center;
}
.left-bar .menu .logo{
    width: 52px;
    cursor: pointer;
}
.left-bar .menu .logo img{
    display: block;
    width: 100%;
}
.left-bar .menu ul{
    display: flex;
    height: 60px;
    align-items: center;
}
.left-bar .menu ul li{
    margin-left: 10px;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-family: "Oswald", serif;
}
.left-bar .menu ul li span {
    color: #d3d3ff;
}

.left-bar .menu ul li.active,
.left-bar .menu ul li.active>span{
    color: #40b1af;
}

.nav-drop {
    width: auto !important;
    border-radius: 0 0 1rem 1rem;
    overflow: hidden;
    left: 0px;
    top: -50px;
    -webkit-box-shadow: 5px 12px 10px rgb(0 0 0 / 42%);
    box-shadow: 5px 12px 10px rgb(0 0 0 / 42%);
    background-color: white;
    height: fit-content !important;
    z-index: -1;
    padding: 12px 0;
}
.nav-drop li{
    color: #516581;
    display: flex;
    align-items: center;
    padding: 0 14px;
    font-weight: 300 !important;
    font-size: 12px !important;
    height: 40px;
    min-height: 40px;
    padding-right: 25px;
    font-family: "Poppins", serif !important;
}
.nav-drop li i{
    font-size: 20px;
    margin-right: 20px;
}

.nav-drop.righty li{
    text-align: right;
    justify-content: end;
    padding-right: 0px;
    padding-left: 25px;
}
.nav-drop.righty li i{
    margin-left: 20px;
}

.dropdown-content li.divider {
    min-height: 0;
    height: 0px;
    margin: 8px 0;
    border-bottom: 1px dashed #7d8999 !important;
}




.bars .right-bar{
    display: flex;
    align-items: center;
}

.bars .right-bar .icon{
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
    border-radius: 1rem;
}

.bars .right-bar .avatar{
    width: 40px;
    border-radius: 1rem;
    overflow: hidden;
}
.bars .right-bar .avatar img{
    display: block;
    width: 100%;
}


.quicky{
    display: flex;
    align-items: center;
    width: fit-content;
    height: 32px;
    background-color: #00054A;
    border-radius: 2rem;
    padding: 0 15px;
    color: #FFC107;
    transition: all ease 0.3s;
}
.quicky:hover{
    box-shadow: 0 0 9px rgb(255 193 7 / 40%);
    background-color: #ffc107;
    color: #00054A;
}
.quicky i{
    margin: 0;
    margin-right: -5px;
    margin-left: 10px;
    font-size: 20px;
}
.quicky span{
    font-family: monospace;
    font-size: 15px;
}


.main-timer{
    display: flex;
    align-items: center;
}
.main-timer span{
    font-family: monospace;
    font-size: 26px;
}
.main-timer i{

}




.logo-icon{
    width: 40px;
}



.main{
    position: absolute;
    top: 60px;
    left: 0;
    bottom: 0;
    right: 0;
    padding-bottom: 30px;
    overflow-y: auto;
    overflow-x: hidden;
}
.main-header{
    height: 80px;
    background-color: #f7f7f7;
    display: flex;
    align-items: center;
    box-shadow: inset 0 1px 3px 0 rgb(0 0 0 / 17%);
}







.get-key{
    font-size: 12px !important;
    top: 15px !important;
    font-style: normal;
}

.table-image {
    height: 120px;
}




.pro-filter {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}

.pro-filter .curr-sort{
    display: flex;
    align-items: center;
}

.pro-filter .search-box{
    display: flex;
    align-items: center;
    position: relative;
}
.pro-filter .search-box input{
    margin: 0 !important;
    border-radius: 20px !important;
    height: 40px !important;
    padding-left: 40px !important;
    border: 2px solid #fafafa !important;
    line-height: 40px;
    font-size: 14px !important;
}
.pro-filter .search-box input:focus {
    border: 2px solid #40b1af !important;
}

.pro-filter .search-box em{
    position: absolute;
    right: 15px;
    font-size: 16px;
    cursor: pointer;
}
.pro-filter .search-box i{
    position: absolute;
    left: 12px;
}


.products-grid{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}

.products-grid.x3{
    grid-template-columns: repeat(3, 1fr);
}
.products-grid.x4{
    grid-template-columns: repeat(4, 1fr);
}
.products-grid.x5{
    grid-template-columns: repeat(5, 1fr);
}
.products-grid.x6{
    grid-template-columns: repeat(6, 1fr);
}
.products-grid.x7{
    grid-template-columns: repeat(7, 1fr);
}


.pro-widget{
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    border-radius: 1.5rem;
    border: 1px solid #e7e7e7;
    z-index: 1;
    background-color: white;
    box-shadow: 3px 5px 6px 0 rgb(0 0 0 / 2%);
    transition: all ease 0.3s;
    overflow: hidden;
}
.pro-widget:hover{
    box-shadow: 0 0 14px 8px #e4e4e4;
}

.pro-widget.career{
    border-radius: 90px 90px 0 0;
}
.pro-widget.career img{
    border-radius: 90px 90px 0 0;
    transform: scale(1.1);
    transition: all ease 0.3s;
}
.pro-widget.career:hover{
    box-shadow: 0 0 14px 8px #e4e4e4;
}




.pro-widget img{
    display: block;
    width: 100%;
    border-radius: 1rem;
}

.pro-widget .title{
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    color: #516581;
    font-family: "Oswald", serif;
    font-size: 14px;
}
.pro-widget .price{
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Oswald", serif;
    font-size: 24px;
    background-color: #eee;
    transition: all ease 0.3s;
}
.pro-widget .sub{
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    color: #516581;
}
.pro-widget .sub em{
    font-style: normal;
}

.qty-ctrl{
    position: absolute;
    right: 5px;
    top: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 30px;
    background-color: #eee;
    border-radius: 1rem;
    background-color: #00054A !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.qty-ctrl i{
    font-size: 30px;
    cursor: pointer;
    color: #c2c2f8;
}
.qty-ctrl input{
    border: 0 !important;
    border-radius: 0 !important;
    height: 25px !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
    width: 100% !important;
    background-color: #00054A !important;
    color: white;
}
.qty-ctrl input:focus {
    box-shadow: none !important;
    border: 0 !important;
}

.cart-btn{
    width: 150px;
}
.cart-badge{
    font-style: normal;
    font-size: 10px;
    background: #FFC107;
    color: #00054A;
    padding: 0 5px;
    border-radius: 5px;
}

/* #shopping-card.sidenav {
    width: 450px;
} */

.cart-list{
    margin: 0;
    width: 100%;
}
.cart-list li{
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 14px;
    border-bottom: 1px dashed #c9c9c9;
}
.cart-list li:first-child{
    border-top: 1px dashed #c9c9c9;
}
.cart-list li img{
    width: 65px;
    display: block;
    border-radius: 1rem;
}
.cart-list li .info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10px;
}


.cart-qty-ctrl{
    position: absolute;
    right: 12px;
    top: 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 85px;
    border-radius: 1rem;
    background-color: white;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.cart-qty-ctrl i{
    font-size: 30px;
    cursor: pointer;
    color: #00054A;
}
.cart-qty-ctrl input{
    border: 0 !important;
    border-radius: 0 !important;
    height: 25px !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
    width: 100% !important;
    background-color: white !important;
    color: #00054A;
}
.cart-qty-ctrl input:focus {
    box-shadow: none !important;
    border: 0 !important;
}





.gift-qty-ctrl{
    margin: 12px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90px;
    border-radius: 1rem;
    background-color: #00054A !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.gift-qty-ctrl i{
    font-size: 30px;
    cursor: pointer;
    color: #c2c2f8;
}
.gift-qty-ctrl input{
    border: 0 !important;
    border-radius: 0 !important;
    height: 25px !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
    width: 100% !important;
    background-color: #00054A !important;
    color: white;
}
.gift-qty-ctrl input:focus {
    box-shadow: none !important;
    border: 0 !important;
}



.tpo-qty-ctrl{
    margin: 12px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90px;
    border-radius: 1rem;
    background-color: #00054A !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.tpo-qty-ctrl i{
    font-size: 30px;
    cursor: pointer;
    color: #c2c2f8;
}
.tpo-qty-ctrl input{
    border: 0 !important;
    border-radius: 0 !important;
    height: 25px !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
    width: 100% !important;
    background-color: #00054A !important;
    color: white;
}
.tpo-qty-ctrl input:focus {
    box-shadow: none !important;
    border: 0 !important;
}







.pro-image{
    position: relative;
}
.pro-image img{
    display: block;
    width: 100%;
    box-shadow: 0 1px 3px 0 #eee, 0 1px 2px -1px #eee;
    border: 1px solid #e7e7e7;
    border-radius: 1.5rem;
}
.pro-image i{
    position: absolute;
    right: 7px;
    top: 7px;
    height: 30px;
    width: 30px;
    background-color: #E91E63;
    font-size: 20px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.5rem;
    box-shadow: 2px 3px 4px 0px rgb(0 0 0 / 35%);
}


.pro-show{
    
}
.pro-show img{
    display: block;
    width: 100%;
    box-shadow: 0 1px 3px 0 #eee, 0 1px 2px -1px #eee;
    border: 1px solid #e7e7e7;
    border-radius: 1.2rem;
    box-shadow: 0 1px 3px 0 #bbbbbb, 0 1px 2px -1px #999999;
}

.pro-show .big-img{
    background-color: white;
    padding: 10px;
    border-radius: 1.5rem;
    box-shadow: 0 1px 3px 0 #bbbbbb, 0 1px 2px -1px #999999;
}

.pro-show .thumbs{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.pro-share-link{
    width: 100%;
    border-top: 1px dashed #c9c9c9;
    border-bottom: 1px dashed #c9c9c9;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;  
}









.pack-widget{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    position: relative;
    width: 100%;
    margin: 0;
    border-radius: 1rem;
    border: 3px solid #cdcde5;
    z-index: 1;
    background-color: white;
    box-shadow: 0 1px 3px 0 #bbbbbb, 0 1px 2px -1px #999999;
    transition: all ease 0.3s;
}
.pack-widget:hover{
    background-color: #e7e7f2;
}

.pack-widget .info{
    width: calc(100% - 350px);
    padding: 0 30px;
}
.pack-widget .info .title{
    font-size: 24px;
}
.pack-widget .info .desc span{
    background-color: #e7e7f2;
    padding: 2px 8px;
    border-radius: 7px;
    display: inline-block;
    margin-top: 5px;
}
.pack-widget .info .desc em{
    font-style: normal;
}

.pack-widget .price{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 94px;
    width: 150px;
    font-size: 24px;
    background-color: #cdcde5;
    color: #00054A;
}

.pack-widget .price del{
    font-size: 18px;
    color: #a83a32;
}

.pack-widget .acts{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 200px;
}





.career-badge {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.career-badge .career-img{
    width: 350px;
    text-align: center;
}
.career-badge .career-img img{
    width: 100%;
}
.mainqv-left, .mainqv-right {
    width: calc(100% - 140px)
}
.mainqv-left .info, .mainqv-right .info {
    width: 100%;
    display: flex;
    flex-direction: column
}
.mainqv-left .value,
.mainqv-right .value,
.mainqv-left .desc,
.mainqv-right .desc {
    min-width: 100px
}
.mainqv-left .value,
.mainqv-right .value{
    font-size: 40px;
    color: #7085a1;
    font-weight: 100;
}
.mainqv-left .num,
.mainqv-right .num{
    font-size: 25px;
}




.shopping-progress{
    width: 100%;
    height: 80px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.shopping-progress .ranges{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    position: absolute;
    z-index: 2;
    margin: 0;
    margin-top: 50px;
}
.shopping-progress .ranges li{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    height: 0px;
}
.shopping-progress .ranges li em{
    font-style: normal;
    margin-top: 5px;
    font-size: 10px;
}
.shopping-progress .ranges li span{
    margin-top: 0;
    height: 14px;
}
.shopping-progress .ranges li.done i, .shopping-progress .ranges li.done em{
    color: cyan;
    font-weight: 600;
    margin-top: 15px;
}
.shopping-progress .ranges-prog{
    position: absolute;
    top: 37px;
    left: -4px;
    right: 10px;
    height: 12px;
    border-radius: 10px;
    background-color:#00054A;
    overflow: hidden;
    z-index: 1;
    padding: 2px;
}
.shopping-progress .ranges-prog .seeker{
    height: 8px;
    width: 0%;
    background-color: cyan;
    transition: all ease 0.3s;
    border-radius: 10px;
}

.shopping-progress .totals{
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.shopping-progress .totals li{
    font-size: 22px;
}





.career-widget{
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    border-radius: 90px 90px 10px 10px;
    border: 1px solid #b6b6b6;
    z-index: 1;
    background-color: #f5f5f5;
    box-shadow: 3px 5px 6px 0 rgb(0 0 0 / 2%);
    transition: all ease 0.3s;
    overflow: hidden;
}
.career-widget:hover{
    background-color: white;
    box-shadow: 0 0 20px 5px rgb(137 137 137 / 42%);
}

.career-widget img{
    border-radius: 90px 90px 0 0;
    transform: scale(1.1) rotate(0deg);
    transition: all ease 0.3s;
    width: 100%;
}
.career-widget:hover img{
    transform: scale(1.2) rotate(-15deg);
}
.career-widget .title,.career-widget .date{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #00054A;
    font-family: "Oswald", serif;
    font-size: 18px;
}
.career-widget .date {
    font-size: 15px;
    height: 40px;
    margin: 15px 0;
}















.ref-link {
    display: flex;
    align-items: center;
}
.ref-link span {

}
.ref-link i {
    font-size: 20px;
    cursor: pointer
}



.avatar-box{
    position: relative;
}
.avatar-box i{
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: #FF9800;
    color: #000000;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    box-shadow: 3px 4px 5px rgb(0 0 0 / 10%);
    display: flex;
    align-items: center;
    justify-content: center;
}


.info-avatar{
    width: 100px;
    border-radius: 20%;
    box-shadow: 3px 4px 5px rgb(0 0 0 / 10%);
    border: 2px solid #eee;
}
.info-avatar.flat{
    border-radius: 1rem;
}

.balance{
    font-family: monospace;
    font-size: 32px;
    font-weight: 100;
    color: #FFC107;
}








.wallet-card {
    border-radius: 10px;
    min-height: 230px;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #fefefe !important;
}

.wallet-card .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    z-index: 1;
}
.wallet-card .card-body {
    width: 100%;
    z-index: 2;
}

.wallet-card .balance {
    font-size: 45px;
    font-weight: 300;
    text-align: right;
    margin-top: 5px;
    color: var(--cl-3);
    height: 40px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: end;
    color: #212170;
    font-family: monospace;
}
.wallet-card .balance span{
    color: #a8772f;
    font-size: 33px;
}
.wallet-card .currency {
    font-size: 20px;
    font-weight: 300;
    text-align: right;
    margin-top: 5px;
    height: 30px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: end;
    margin-bottom: 20px;
}

.wallet-card .currency span{
    color: #64400b;
    margin-left: 5px;
}

.wallet-card .info {
    display: flex;
    align-items: center
}
.wallet-card .info img {
    width: 50px;
    opacity: .8
}
.wallet-card .info .desc {
    display: flex;
    flex-direction: column;
    width: 100%
}
.wallet-card .info .desc em {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
}
.wallet-card .info .desc span {
    font-weight: 500;
    font-size: 23px;
    font-family: "Oswald", serif !important;
    letter-spacing: 5px;
}








.card.profile{
    background-color: #f4f4f4 !important;
    height: 733px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.card.profile .info-avatar{
    width: 80%;
}
.card.profile .badges{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #efefef;
}
.card.profile .badges img{
    width: 33%;
    display: block;
    margin: 0 -5px;
}


.home-w1{
    border-radius: 10px;
    min-height: 230px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    background-color: #f4f4f4 !important;
    padding: 20px;
    transition: all ease 0.3s;
}
.home-w1:hover{
    box-shadow: 3px 5px 16px 0px rgb(0 0 0 / 14%);
    background-color: #f4f4f4 !important;
}
.home-w1 img{
    width: 50px;
    transition: all ease 0.3s;
    transform: scale(1);
}
.home-w1:hover img{
    width: 50px;
    transform: scale(1.3);
}
.home-w1 .info{
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
}
.home-w1 span{
    font-family: "Oswald", serif !important;
    font-size: 27px;
    line-height: 30px;
}
.home-w1 span.big{
    font-size: 32px;
    line-height: 35px;
    color: #41aebc;
}
.home-w1 em{
    font-style:normal;
}
.home-w1 .gerdoo{
margin: 10px auto;
}
    

.wallet-card.homei{
    background-color: #f4f4f4 !important;
}
.card.homei{
    border: 0 !important;
}


.home-banner{
    border-radius: 10px;
    min-height: 230px;
    height: 230px;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    overflow: hidden;
}









#tree{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.tree-loader {
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    bottom: -100%;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center
}
.tree-loader.on {
    top: 0;
    bottom: 0
}
.tree-loader polygon {
    stroke-dasharray: 17;
    animation: anm-tr3 1.5s cubic-bezier(.51, .02, .44, .99) infinite;
    stroke: rgb(0 226 255)
}
@keyframes anm-tr3 {
    to {
        stroke-dashoffset: 136
    }
}


.mitch-d3-tree.boxed-tree.default .link {
    fill: none;
    stroke: #738bbf;
    stroke-width: 5px;
    stroke-dasharray: 18px
}
.mitch-d3-tree.boxed-tree.default .node.collapsed .body-group .body-box::after {
    content: "\e6e1";
    position: absolute;
    width: 50px;
    height: 50px;
    right: 10px;
    background-color: beige;
    top: 0
}
.mitch-d3-tree.boxed-tree.default .node.selected .body-group .body-box {
    stroke: #fff;
    stroke-width: 2px;
    stroke-dasharray: 12px
}
.mitch-d3-tree.boxed-tree.default .node .body-group .body-box {
    rx: 30;
    ry: 30;
    cursor: pointer
}
.body-box.level0 {
    fill: #fff !important
}

.body-box.level11 { fill: #d8b3b3 !important; } /* soft red */
.body-box.level12 { fill: #d8c1b3 !important; } /* red-orange */
.body-box.level13 { fill: #d8d1b3 !important; } /* orange-yellow */
.body-box.level14 { fill: #cdd8b3 !important; } /* yellow-green */
.body-box.level15 { fill: #b3d8be !important; } /* green */
.body-box.level16 { fill: #b3d8d3 !important; } /* green-cyan */
.body-box.level17 { fill: #b3cdd8 !important; } /* cyan-blue */
.body-box.level18 { fill: #b3b9d8 !important; } /* blue */
.body-box.level19 { fill: #c1b3d8 !important; } /* blue-violet */
.body-box.level20 { fill: #d1b3d8 !important; } /* violet */
.body-box.level21 { fill: #d8b3d3 !important; } /* violet-pink */
.body-box.level22 { fill: #d8b3c1 !important; } /* pink-red */
.body-box.level23 { fill: #d2cccc !important; } /* very light neutral */
.body-box.level24 { fill: #c6c6c6 !important; } /* light gray */


.body-box.levele {
    stroke: transparent !important;
    fill: transparent !important
}
.body-box.levele ~ g text {
    font-size: 25px !important;
    transform: translate(0, 70px)
}
*[dominant-baseline="alphabetic"] {
    fill: #ffffff !important;
    font-size: 0 !important
}
.mitch-d3-tree.boxed-tree.default .node .title-group .title-box {
    fill: #121722;
    rx: 50;
    ry: 50;
    stroke-width: 8px
}
.mitch-d3-tree.boxed-tree.default .node .title-group .title-box.a0 {
    stroke: #a50b00
}
.mitch-d3-tree.boxed-tree.default .node .title-group .title-box.a1 {
    stroke: #63b900
}
.mitch-d3-tree.boxed-tree.default .node .title-group text {
    fill: #fff;
    font-size: 0px !important
}
.mitch-d3-tree.circle-tree.default .link {
    fill: none;
    stroke: #ccc;
    stroke-width: 2px
}
.mitch-d3-tree.circle-tree.default .node.collapsed circle {
    fill: lightsteelblue
}
.mitch-d3-tree.circle-tree.default .node.selected circle {
    stroke: #00A2A3;
    stroke-width: 2.5px
}
.mitch-d3-tree.circle-tree.default .node circle {
    fill: #fff;
    stroke: steelblue;
    stroke-width: 3px
}
.mitch-d3-tree.circle-tree.default .node text {
    font: 12px sans-serif
}
.body-group text {
    cursor: pointer
}
.body-group text {
    cursor: pointer
}
.body-group .tree-info-name {
    fill: #454585;
    font-size: 18px;
    font-family: oswald;
    font-weight: 600;
    letter-spacing: 1px;
}
.body-group .tree-info-side {
    fill: #999999;
    font-size: 20px;
}
.body-group .tree-info-title {
    font-weight: 900;
    font-size: 12px
}
.body-group .tree-info-value {
        fill: #00054A;
    font-size: 18px;
}
.title-group.node-center {
    transform: translate(60px, -40px) !important;
    cursor: pointer
}






.tree-loading {
    display: table;
    width: 100%;
    height: 100%;
    align-content: center
}
.tree-loading .loading-icon {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    align-content: center
}
.tree-loading .loading-icon img {
    width: 200px
}

.tree-filter {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    width: 50px;
    z-index: 2;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0
}
.tree-filter i {
    margin: 15px 0;
    cursor: pointer
}

.tree-search{
    position: absolute;
    right: -230px;
    top: 20px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 38px;
    width: 200px;
    z-index: 1;
    transition: all ease 0.3s;
}
.tree-search.show{
    right: 20px;
}
.tree-search input{
    height: 32px !important;
    padding: 0 15px !important;
    margin: 0 !important;
    font-weight: 600;
    border: 0 !important;
    line-height: 35px;
    margin-bottom: 0 !important;
}
.tree-search i{
    width: 35px;
    height: 35px;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center; 
}










.chatbox .title{
    display: flex;
    align-items: center;
    font-size: 14px !important;
    font-weight: 500 !important;
}
.chatbox .title img{
    width: 35px;
    display: block;
    border-radius: 50%;
}




.rount-1rem{
    border-radius: 1rem;
}



/****** Announce Screen *******************************/
.ann-screen{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000000;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ann-screen .figure{
    width: 250px;
    margin-right: 50px;
}

.ann-screen .content{
    width: 500px;
}
.ann-screen .title{
font-family: oswald;
    font-size: 26px;
}







/****** Z Footer *******************************/
.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    box-shadow: 1px -6px 13px 0 rgb(0 0 0 / 14%);
    display: none;
}
.footer.gone {
    display: none;
}

.footer .menu{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    margin: 0;
    height: 70px;
    z-index: 3;
}
.footer .menu li{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0;
    height: 70px;
}
.footer .menu li.active{
    color: #2196F3;
}
.footer .menu li.on{
    background-color: #eee;
}
.footer .menu li i{

}
.footer .menu li span{
    font-size: 10px;
    margin-top: 2px;
}
.footer .sub-menu{
    position: absolute;
    bottom: 0;
    background-color: #eee;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 80px;
    border-radius: 15px 15px 0 0;
    z-index: 2;
    transform: translate(0, 100%);
    transition: all ease 0.3s;
}
.footer .sub-menu.on{
    transform: translate(0, 0%);
    box-shadow: 1px -6px 13px 0 rgb(0 0 0 / 14%);
}
.footer .sub-menu li{
    height: 60px;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #d3d3d3;
    color: #1e1e53;
}
.footer .sub-menu li i{
    width: 60px;
    text-align: center;
    margin-left: 5px;
}
.sub-menu-cover {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 22%);
    z-index: -1;
    opacity: 0;
    transition: all ease 0.3s;
}
.sub-menu-cover.on {
    z-index: 1;
    opacity: 1;
}





/****** Responsive *******************************/


.for-mobile{
	display: none;
}


@media only screen and (max-width: 600px) {
	
	.for-desk{
		display: none !important;
	}
	.for-mobile{
		display: block !important;
	}
    .row.margined {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .container {
        width: calc(100% - 20px);
    }

    .main{
        bottom: 70px;
    }
    .footer{
        display: block;
    }
    .sidenav{
       max-width: 80%; 
    }
    .products-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .qty-ctrl{
        width: 40px;
        border-radius: 2rem;
    }
    .gift-qty-ctrl, .tpo-qty-ctrl {
        height: 40px;
        border-radius: 2rem;
        width: 110px;
    }
    .qty-ctrl input, .gift-qty-ctrl input, .tpo-qty-ctrl input {
        pointer-events: none;
    }
    .qty-ctrl i, .gift-qty-ctrl i, .tpo-qty-ctrl i {
        font-size: 40px;
    }
    .widget-4 {
        flex-direction: column;
        justify-content: flex-start;
        height: auto;
        padding: 20px 0;
    }
    .widget-4 .flex-left{
        width: 100%;
        flex-direction: column;
    }
    .widget-4 .info {
        width: 100%;
        text-align: center;
    }
    .widget-4 .flex-right {
        width: 100%;
        justify-content: center;
        margin-top: 10px;
    }
    .widget-4 .flex-right .btn {
        margin: 0 !important
    }
    .auth-card, .auth-card.regis{
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        border-radius: 0px;
        padding: 25px;
        transform: translate(0);
        overflow-y: auto;
    }
    .auth-copyright{
        position: relative;
        transform: inherit;
        text-align: center;
        margin-top: 25px;
        left: inherit;
        bottom: inherit;
    }
    .quicky span {
        font-size: 12px;
    }
    .quicky i {
        font-size: 16px;
    }
    .tabs {
        width: 100% !important;
        justify-content: flex-start !important;
        border-radius: 0 !important;
    }
    .tabs .tab {
        line-height: 42px !important;
        height: 42px !important;
        margin: 0 !important;
    }
    .tabs .tab a {
        padding: 0 14px !important;
        border-radius: 0 !important;
    }
    .pack-widget {
        flex-direction: column;
        height: auto;
        border: 0 !important;
        margin-bottom: 12px !important;
    }
    .pack-widget .info {
        width: 100%;
        padding: 20px 15px;
        text-align: center;
    }
    .pack-widget .price {
        width: 100%;
        height: 60px;
    }
    .pack-widget .acts {
        height: auto;
        width: 100%;
        padding: 30px;
        padding-bottom: 20px;
    }
    .pack-widget .acts .btn{
        width: 100%;
        margin-bottom: 15px;
    }
    .home-w1 {
        margin: 0px -10px;
        margin-top: 10px;
        min-height: auto;
        width: calc(100% + 20px);
        flex-direction: row;
        align-items: center;
    }
    .home-w1 img {
        position: absolute;
        right: 32px;
        top: 32px;
    }
    .home-w1 .gerdoo {
        margin: 0px auto;
    }
    .home-w1 .info {
        width: 50%;
    }

    .ann-screen{
        display: block;
        padding: 30px;
        overflow-y: auto;
    }
    .ann-screen .figure{
        width: 100px;
        margin: 0 auto;
        display: block;
        margin-bottom: 50px;
    }
    .ann-screen .content{
        width: 100%;
    }

}

