*{
    font-family: "Nunito", sans-serif;
}
:root{
    --color1: #F8F9FC;
    --color2: #4686FA;
    --color3: #02024f;
    --color4: #2eca6a;
    --color5: #dc3545;
    --color6: #3572E2;
}
.color2{
    color: var(--color2);
}
.color4{
    color: var(--color4);
}
[v-cloak] {
  display: none;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Quicksand", sans-serif;
    color: var(--color3);
}

/* Colors*/
.text-bg-success{
    background-color: var(--color4)!important;
}
.text-bg-error{
    background-color: var(--color5)!important;
}
.bg-1 {
    background: var(--color2)!important;
}

/* utils */
.center-xy, .center-screen {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100%;
}
.center-screen {
    min-height: 100vh;
}
.a-no-dec {
    text-decoration: none;
}
.line-separator {
    width: 100%;
    height: 1px;
    background: #e3e8ea;
    display: inline-block;
    line-height: 8px;
}

/*
Scroll
 */
.custom-scroll::-webkit-scrollbar {
    width: 4px;
}
.custom-scroll::-webkit-scrollbar-track {
    border-radius: 0;
}
.custom-scroll::-webkit-scrollbar-thumb {
    background: #7f7f7f;
    border-radius: 0;
}

/*
Auth page
 */
body.auth-page{
    margin:0;
    min-height: 100vh;
    background: var(--color1);
    border: none;
}
.auth-page .brand{
    color: var(--color3);
    font-weight: 700;
    font-size: 23px;
    font-family: "Quicksand", sans-serif;
}

/*
Fonts
 */
.title-font{
    font-family: "Quicksand", sans-serif;
}
.fs-09{
    font-size: 0.9em;
}

.fw-600{
    font-weight: 600;
}
.fw-700{
    font-weight: 700;
}
.fs-12{
    font-size: 12px;
}
.fs-13{
    font-size: 13px;
}
.fs-14{
    font-size: 14px;
}
.fs-16{
    font-size: 16px;
}
.fs-18 {
    font-size: 18px;
}
.fs-20 {
    font-size: 20px;
}
.fs-22{
    font-size: 22px;
}
.fs-24 {
    font-size: 24px;
}
.fs-26 {
    font-size: 26px;
}
.fs-40{
    font-size: 40px;
}
.fw-700{
    font-weight: 700;
}
.fw-600{
    font-weight: 600;
}
.fw-500{
    font-weight: 500;
}

/*
Buttons
 */
.btn.custom{
    border-radius: 0.5em;
    font-family: "Quicksand", sans-serif;
}
.btn.custom.btn-primary{
    background: var(--color2)!important;
    border: 0.1em solid var(--color2);
    box-shadow: none;
}
.btn.custom.btn-primary:hover{
    opacity: 0.9;
}
.btn.custom.btn-primary:focus{
    box-shadow: none;
}
.btn.custom.btn-outline-primary{
    border: 0.1em solid var(--color2);
    box-shadow: none;
    color: var(--color2);
}
.btn.custom.btn-outline-primary:hover{
    background: var(--color2)!important;
    color: #fff;
}
.btn.custom.btn-outline-primary:focus{
    box-shadow: none;
    background: var(--color2)!important;
    color: #fff;
}
.btn.custom.btn-light{
    color: #02024f;
    background: #F4F7FF;
    border: none;
}
.btn.custom.btn-light:hover, .btn.custom.btn-light:focus{
    background: #e3e9fa;
}

/*
Toasts
 */
.toast .icon{
    width: 1.25rem;
    height:1.25rem;
    border-radius: 0.375rem;
    position: relative;
}

/* forms */
label{
    font-weight: 600;
    font-size: 0.9em;
    opacity: 0.8;
}
::placeholder{
    font-size: 13px;
    opacity: 0.8!important;
}
input.form-control, select.form-select, textarea.form-control{
    border: 0.1em solid #EAEBEF;
    font-size: 0.9em;
    border-radius: 0.5em;
    box-shadow: none;
}
input.form-control:focus, textarea.form-control:focus, select.form-select:focus {
    border: solid 0.1em var(--color2);
    box-shadow: none;
}
input.form-control:hover, select.form-select:hover, textarea.form-control:hover{
    border: solid 0.1em var(--color2);
    box-shadow: none;
}
select.form-select:hover{
    cursor: pointer;
}
.input-group.custom .input-group-text{
    border-radius: 0.5em;
    background: var(--color2);
    border: solid 0.1em var(--color2);
    color: #fff;
}
.input-group.custom input.form-control{
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group.custom2 input.form-control{
    width: 0;
    padding-left: 0;
    padding-right: 0;
    visibility: hidden;
}
.input-group.custom2 .input-group-text{
    background: var(--color2);
    border: solid 0.1em var(--color2);
    overflow: hidden;
    border-radius: 0.5em!important;
    color: #fff;
}
.form-check-input.custom{
    height: 1.2em;
    width: 1.2em;
    box-shadow: none;
    vertical-align: -1px;
}
.form-check-input.custom:checked {
    background-color: var(--color2);
    border-color: var(--color2);
}

/* Customize bootstrap card */
.card.custom1{
    box-shadow: none;
    border: none;
    border-radius: 0.5em;
    overflow: hidden;
    background: #fff;
}
.card.custom1 .card-header{
    background: #fff;
    border-bottom: 1px solid #efecec;
}
.card.custom1 .card-header h5{
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Quicksand", sans-serif;
    font-size: 1em;
}

.card.custom2 {
    border: none;
    background: #fff;
    overflow: hidden;
}
.card.custom2 h4{
    color: #212121;
    font-weight: 700;
    font-size: 14px;
    margin-top: 3px;
    margin-bottom: 3px;
}
.card.custom2 p{
    color: #2E2F2E;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 400;
}
.card.custom2 img{
    width: 40px;
}
.card.custom2 .row div[class*="col"]{
    border-right: 1px dashed rgba(88, 70, 249, 0.2);
}
.card.custom2 .row div[class*="col"]:last-of-type{
    border-right: none;
}
@media only screen and (max-width: 768px) {
    .card.custom2 .row div[class*="col"]:nth-of-type(even){
        border-right: none;
    }
    .card.custom2 .row div[class*="col"]:nth-of-type(-n+2){
        border-bottom: 1px dashed rgba(88, 70, 249, 0.2);
    }
}

.card.custom3 {
    border: none;
    background: #F5F5F5;
}
.card.custom3 .card-header{
    background: #F5F5F5;
    text-align: center;
    border-bottom: none;
}
.card.custom3 .card-header h5{
    font-weight: 700;
    font-size: 14px;
    color: #212121;
    margin-bottom: 0;
}

.apexcharts-legend {
  justify-content: center !important;
  top: 0 !important;
}

/*
Dropdown
 */
.dropdown-menu.custom{
    border: 1px solid #efecec;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.05);
}
.dropdown-menu.custom .dropdown-item{
    font-size: 13px;
}
.dropdown-menu.custom .dropdown-divider{
    border-top: 1px solid #efecec;
}

/*
Breadcrumbs
 */
.breadcrumb{
    background: transparent;
    margin: 0;
}
.breadcrumb .breadcrumb-item::before {
    content: "-";
}
.breadcrumb .breadcrumb-item:first-of-type::before{
    content: none;
}
.breadcrumb .breadcrumb-item.active {
    opacity: 0.8;
}

/* Modals */
.modal.custom .modal-content{
    border-radius: 0.5em;
    border: none;
}
.modal h6.title{
    font-size: 1em;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
}

/*
Documents
 */
.pending{
    color: var(--color5);
    cursor: pointer;
}
.verified{
    color: var(--color4);
    cursor: pointer;
}

/*
Info block
 */
.info-block{
    background: rgba(88, 70, 249, 0.05);
    padding: 0.5em;
    border-radius: 0.5em;
}
.info-block .row div[class*="col"]{
    border-right: 0.1em dashed rgba(88, 70, 249, 0.2);
}
.info-block .row div[class*="col"]:last-of-type{
    border-right: none;
}
.info-block h6{
    font-weight: 600;
    font-size: 0.75em;
    font-family: "Quicksand", sans-serif;
}
.info-block p{
    margin: 0;
    font-size: 0.8em;
    opacity: 80%;
}

.info-block.block2{
    background: #fff;
}
.info-block.block2 .col:last-of-type{
    border-right: none;
}

.info-blocks .info-block{
    border-radius: 0;
    border-bottom: 1px dashed rgba(88, 70, 249, 0.2);
}
.info-blocks .info-block:first-of-type{
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
}
.info-blocks .info-block:last-of-type{
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    border-bottom: none;
}
.info-blocks .info-block img {
    width: 35px;
}

/* ---------------------------------- */
/* Tables
------------------------------------- */
table.basic-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border: none;
	margin-bottom: 20px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff;
}

table.basic-table th {
	text-align: left;
	color: #fff;
	vertical-align: top;
	font-weight: 700;
}

table.basic-table th:first-child { border-radius: 4px 0 0 4px; }
table.basic-table th:last-child { border-radius: 0 4px 4px 0; }


table.basic-table th,
table.basic-table td {
	padding: 15px 28px;
}

table.basic-table tr:nth-child(odd) {
	background-color: #F5F6FB;
}

table.basic-table td:hover {
    cursor: pointer;
}

table.basic-table { margin-bottom: 0; }


@media screen and (max-width: 600px) {

	table { border: 0; }
	table th { display: none; }

	table tr {
		display: block;
		margin-bottom: 0;
        border-bottom: #F5F6FB 1px solid;
	}
	table td {
		border-bottom: 1px solid #F5F6FB;
		display: block;
		font-size: 14px;
		text-align: right;
	}

	table td:before {
		content: attr(data-label);
		float: left;
		font-weight: 600;
	}

	table tr:last-child, table tr:first-child { border-bottom: 0; }
}

/*
Tables
 */
.table.custom{
    background: rgba(88, 70, 249, 0.05);
    overflow-y: visible;
    border-radius: 0.5em;
}
.table.custom tr{
    border: 1px solid rgba(88, 70, 249, 0.1);
}
.table.custom th{
    color: var(--color3);
    font-family: "Quicksand", sans-serif;
}
.table.custom td{
    opacity: 80%;
}
.table-responsive .dropdown,
.table-responsive .btn-group,
.table-responsive .btn-group-vertical {
    position: static;
}

/* select 2 */
.select2.select2-container .select2-selection {
    border: 0.1em solid #EAEBEF;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    height: 36px;
    outline: none !important;
    transition: all .15s ease-in-out;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
    line-height: 1.5;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 0.9em;
}

.select2.select2-container .select2-selection .select2-selection__arrow {
    display: none;
}



.select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow {
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--multiple {
    border: 1px solid #34495e;
}

.select2.select2-container .select2-selection--multiple {
    height: auto;
    min-height: 34px;
}

.select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
    margin-top: 0;
    height: 32px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: block;
    padding: 0 4px;
    line-height: 29px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 4px 4px 0 0;
  padding: 0 6px 0 22px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  position: relative;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  margin: 0;
  text-align: center;
  color: #e74c3c;
  font-weight: bold;
  font-size: 16px;
}

.select2-container .select2-dropdown {
  background: transparent;
  border: none;
  margin-top: -5px;
}

.select2-container .select2-dropdown .select2-search {
  padding: 0;
}

.select2-container .select2-dropdown .select2-search input {
  outline: none !important;
  border: 0.1em solid #EAEBEF; !important;
  border-bottom: none !important;
  padding: 4px 6px !important;
}

.select2-container .select2-dropdown .select2-results {
  padding: 0;
}

.select2-container .select2-dropdown .select2-results ul {
  background: #fff;
  border: 0.1em solid #EAEBEF;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    font-size: 13px;
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
  background-color: #3498db;
}

.select2-container .select2-dropdown .select2-results ul::-webkit-scrollbar{
    width: 3px;
}
/* Track */
.select2-container .select2-dropdown .select2-results ul::-webkit-scrollbar-track {
    border-radius: 0;
}

/* Handle */
.select2-container .select2-dropdown .select2-results ul::-webkit-scrollbar-thumb {
    background: #7f7f7f;
    border-radius: 0;
}
