*{
    font-family: "Nunito", sans-serif;
}
:root{
    --primary-color: #129ab2;
    --primary-color2: #1E3650;
    --primary-color3: #0d6efd;
}
.no-txt-dec{
    text-decoration: none;
}
.bg-1{
    background: var(--primary-color3)!important;
}
.bg-2{
    background: #152E4D!important;
}
.color-1{
    color: #F6611F!important;
}
.line-separator {
    width: 100%;
    height: 0.05em;
    background: rgba(255,255,255,0.1);
    display: inline-block;
}
.action-wrap{
    background: #e6e9ec;
    padding: 10px;
    border-radius: 3px;
}

/* 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;
}

/*
Buttons
 */
.btn.custom{
    border-radius: 0.5em;
    font-family: "Quicksand", sans-serif;
}
.btn.custom.btn-primary{
    background: #2C7BE5!important;
    border: 0.1em solid #2C7BE5;
    box-shadow: none;
}
.btn.custom.btn-primary:hover{
    background: #2569c3!important;
    border: 0.1em solid #2569c3;
}
.btn.custom.btn-primary:focus{
    box-shadow: none;
}

/*
Breadcrumbs
 */
.breadcrumb{
    background: transparent;
    margin: 0;
}
.breadcrumb .breadcrumb-item::before {
  content: "-";
    color: #14396b;
}
.breadcrumb .breadcrumb-item:first-of-type::before{
    content: none;
}
.breadcrumb .breadcrumb-item.active {
    color: #fff;
    opacity: 0.8;
}
.breadcrumb-item .text-primary{
    color: #14396b !important;
}

/*
Auth page
 */
body.auth-page{
    margin:0;
    min-height: 100vh;
    background: var(--primary-color);
    border: none;
}

/* auth */
.auth-credits{
    color: #fff;
    background: #2a2a2a;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 15px;
}
.auth-credits a{
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
}
.auth-credits a:hover{
    color: #fff;
}

/*
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;
}

/* forms */
label{
    font-weight: 600;
    font-size: 0.9em;
    color: #fff;
    opacity: 0.8;
}
::placeholder{
    font-size: 13px;
    color: #fff!important;
    opacity: 0.8!important;
}
input.form-control, select.form-select, textarea.form-control{
    border: 0.1em solid #1E3A5C;
    font-size: 0.9em;
    border-radius: 0.5em;
    box-shadow: none;
    background: #1E3A5C;
    color: #fff;
}
input.form-control:focus, textarea.form-control:focus, select.form-select:focus {
    border: solid 0.1em var(--primary-color3);
    box-shadow: none;
    background: #1E3A5C;
    color: #fff;
}
input.form-control:hover, select.form-select:hover, textarea.form-control:hover{
    border: solid 0.1em var(--primary-color3);
    box-shadow: none;
    background: #1E3A5C;
    color: #fff;
}
select.form-select:hover{
    cursor: pointer;
}
.input-group.custom .input-group-text{
    border-radius: 0.5em;
    background: var(--primary-color3);
    border: solid 0.1em var(--primary-color3);
    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(--primary-color3);
    border: solid 0.1em var(--primary-color3);
    color: #fff;
    overflow: hidden;
    border-radius: 0.5em!important;
}

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

.card.custom1.type2 {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.card.custom2{
    border: 1px solid #152E4D;
    border-radius: 0.5em;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.02);
    background: var(--primary-color2);
}
.card.custom2 .more{
    text-decoration: none;
    color: #8884b1;
}
.card.custom2 h5{
    font-size: 16px;
    font-weight: 700;
    font-family: "Quicksand", sans-serif;
    color: #fff;
}
.card.custom2 p{
    color: #aba7c7;
}
.card.custom2 .icon-center-wrap{
    border-radius: 0.5em;
    box-shadow: none;
    width: 45px;
    height: 45px;
    background: var(--background);
}
.card.custom2 .icon-center-wrap img{
    width: 20px;
}
.card.custom3{
    box-shadow: none;
    background: var(--primary-color2);
    border: 1px solid var(--primary-color2);
    border-radius: 0.5em;
}
.card.custom3 .top-block{
    padding-top: 8px;
    padding-bottom: 8px;
    background: var(--primary-color2);
    border-radius: 5px;
    color: #fff;
    margin-bottom: 10px;
}
.card.custom3 .top-block img{
    width: 20px;
}
.card.custom3 p{
    color: rgba(255,255,255,0.8);
}
.card.custom3 h5{
    color: #fff;
}
.card.custom3 a{
    text-decoration: none;
}
/*
Dropdown
 */
.dropdown-menu.custom{
    border: 1px solid #12263F;
    background: #152E4D;
}
.dropdown-menu.custom .dropdown-item{
    color: #fff;
}
.dropdown-menu.custom .dropdown-item:hover{
    background: rgba(255, 255, 255, 0.1);
}

/*icons*/
.icon-center-wrap{
    width: 40px;
    height: 40px;
    border-radius: 6px;
    border: 1px solid #fff;
    background: transparent;
    position: relative;
    box-shadow: 0 8px 28px rgba(120, 84, 247, 0.2);
}
.icon-center-wrap .icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 14px;
}
.icon-center-wrap img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 20px;
}

.icon-center-wrap.wrap2 {
    width: 50px;
    height: 50px;
    background: #5846f9;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border: none;
    color: #fff;
    cursor: pointer;
}
.icon-center-wrap.wrap2 img {
    width: 20px;
}

/*************************
Dashboard
 *************************/

/* dashboard sidebar */
#dashboard-sidebar{
    height: 100vh;
    width: 250px;
    background: var(--primary-color2);
    position: fixed;
    float: left;
    z-index: 20;
}
#dashboard-sidebar.shown {
    left: 0;
}
.dashboard-sidebar-toggle{
    display: none;
}
#dashboard-sidebar-overlay{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.7;
    z-index: 15;
    display: none;
}
#dashboard-sidebar-overlay a{
    top: 5px; right: 5px; color: #fff; position: fixed;
    text-decoration: none;
}
#dashboard-sidebar-overlay a i{
    font-size: 30px;
}
#dashboard-sidebar-main{
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 50px;
}
/* width */
#dashboard-sidebar-main::-webkit-scrollbar {
    width: 3px;
}

/* Track */
#dashboard-sidebar-main::-webkit-scrollbar-track {
    border-radius: 0;
}

/* Handle */
#dashboard-sidebar-main::-webkit-scrollbar-thumb {
    background: #7f7f7f;
    border-radius: 0;
}
#dashboard-wrapper{
    padding-left: 250px;
    background: var(--primary-color);
}

/* dashboard header */
#dashboard-header{
    position: fixed; top: 0;
    left: 0;
    width: 100%;
    padding-left: 250px;
    background: var(--primary-color2);
    padding-top: 5px;
    padding-bottom: 5px;
    transition: padding-top .4s linear, padding-bottom .4s linear;
    z-index: 10;
}
#dashboard-header .nav .nav-link{
    padding-right: 0;
}
#dashboard-header .nav{
    padding: 0!important;
}
#dashboard-header .dashboard-sidebar-toggle{
    text-decoration: none;
    color: #fff;
    opacity: 0.8;
}
#dashboard-header .dashboard-sidebar-toggle i{
    font-size: 25px;
}
#dashboard-header .brand{
    font-size: 22px;
    color: #fff;
    opacity: 0.8;
}
#dashboard-header .logo2{
    width: 120px;
    display: inline;
}
#dashboard-header .link{
    margin-right: 15px;
    text-decoration: none;
    font-weight: 600;
    color: #fff;
    opacity: 0.8;
}
#dashboard-header .link{
    font-weight: 500;
    font-size: 14px;
}
#dashboard-header .link:last-of-type{
    margin-right: 0;
}
#dashboard-header .icon-center-wrap{
    width: 35px;
    height: 35px;
    background: transparent;
    box-shadow: none;
    border-radius: 0.5em;
    border: none;
    color: #333;
    cursor: pointer;
}
#dashboard-header .icon-center-wrap .icon{
    color: #fff;
    font-size: 25px;
    opacity: 0.8;
}
#dashboard-header .usr img{
    width: 35px;
    border-radius: 0.4em;
}
#dashboard-header .user-name{
    color: #02024f;
    font-family: "Quicksand", sans-serif;
}

/* dashboard footer */
#dashboard-footer{
    background: var(--primary-color2);
    font-size: 14px;
    padding: 20px 0;
    text-align: center;
}
#dashboard-footer p {
    color: #fff;
    opacity: 0.8;
}

@media (max-width: 768px) {
  #dashboard-footer .copyright, #dashboard-footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
}
#dashboard-footer ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    text-align: right;
}
#dashboard-footer ul li:first-child {
    margin-left: 0;
}
#dashboard-footer ul li {
    display: inline-block;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
}
#dashboard-footer ul li::before {
    content: '';
    position: absolute;
    top: 5px;
    right: -12px;
    width: 1px;
    height: 12px;
    background-color: #3c62e9;
}
#dashboard-footer ul li:last-of-type::before {
    display: none;
}

@media only screen and (max-width: 992px) {
    #dashboard-sidebar {
        width: 70vw;
        left: -70vw;
    }
    .dashboard-sidebar-toggle{
        display: block;
    }
    #dashboard-wrapper{
        padding-left: 0;
    }
    #dashboard-header {
        padding: 0;
    }
    #dashboard-main-content .dashboard-inner{
        padding-top: 50px;
    }
}
@media only screen and (min-width: 992px) {
    #dashboard-sidebar-main{
        overflow-y: hidden;
    }
    #dashboard-sidebar-main:hover{
        overflow-y: auto;
    }
}

#dashboard-sidebar .brand {
    margin: 15px 0;
    font-weight: 700;
    font-size: 25px;
}
#dashboard-sidebar .logo {
    width: 150px;
}

#dashboard-main-content{
    background: var(--primary-color);
}

.nav-container .navigation-main{
    padding-top: 2rem;
}
.nav-container .navigation-main .nav-item {
    position: relative;
    margin-bottom: 10px;
}
.nav-container .navigation-main .nav-item a {
    display: block;
    overflow: hidden;
    padding: 10px 15px;
    margin-left: 15px;
    margin-right: 15px;
    color: #fff;
    position: relative;
    text-decoration: none;
    border-radius: 0.5em;
    opacity: 0.8;
    font-weight: 600;
}
.nav-container .navigation-main .nav-item.active a, .nav-container .navigation-main .nav-item:hover a{
    background: rgba(255,255,255,0.1);
    color: #2eca6a;
    opacity: 1;
}
.nav-container .navigation-main .nav-item a i {
    font-size: 20px; margin-right: 10px; display: inline-block; vertical-align: -4px;
}
.nav-container .navigation-main .nav-item a img {
    margin-right: 10px; display: inline-block; width: 20px;
}
.nav-container .navigation-main .nav-item a span {
    font-size: 13px; }
.nav-container .navigation-main .nav-item a .badge {
    position: absolute; right: 30px; text-align: center; top: 16px; vertical-align: middle;
    white-space: nowrap; opacity: 1; visibility: visible; border-radius: 4px; font-size: 75%;
    padding: 4px 7px; margin-right: 5px; font-weight: 800; color: #fff;
    -webkit-transition: opacity 0.3s linear; transition: opacity 0.3s linear; text-transform: uppercase;
}
.nav-container .navigation-main .nav-item a.disabled {
    opacity: 0.5; cursor: not-allowed !important;
}
.nav-container .navigation-main .nav-item.has-sub a::before {
    content: "\e844"; font-family: "iconkit"; position: absolute; right: 3px; top: 15px;
    -moz-transform: rotate(0deg); -o-transform: rotate(0deg); -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg); transform: rotate(0deg);
    -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
}
.nav-container .navigation-main .nav-item.has-sub .submenu-content {
    background-color: #F5F6FB;
}
.nav-container .navigation-main .nav-item.has-sub .submenu-content .menu-item {
    padding: 10px 5px; font-size: 13px; padding-left: 50px; margin: 0;
}
.nav-container .navigation-main .nav-item.has-sub .submenu-content .menu-item::before {
    display: none;
}
.nav-container .navigation-main .nav-item.has-sub .submenu-content .menu-item.active {
    color: #5846f9;
}
.nav-container .navigation-main .nav-item.has-sub .submenu-content .nav-item::after {
    display: none;
}
.nav-container .navigation-main .nav-item.has-sub .submenu-content .nav-item a {
    position: relative;
}
.nav-container .navigation-main .nav-item.has-sub .submenu-content .nav-item a::before {
    content: "\e844"; font-family: "iconkit"; position: absolute; right: 20px; top: 10px;
    display: inline-block; -moz-transform: rotate(0deg); -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);
    -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
}
.nav-container .navigation-main .nav-item.has-sub .submenu-content .nav-item .submenu-content .menu-item {
    padding-left: 70px;
}
.nav-container .navigation-main .nav-item.has-sub .submenu-content .nav-item .submenu-content .menu-item::before {
    display: none;
}
.nav-container .navigation-main .nav-item.has-sub .submenu-content .nav-item.open a::before {
    -moz-transform: rotate(90deg); -o-transform: rotate(90deg); -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg); transform: rotate(90deg);
}
.nav-container .navigation-main .nav-item:not(.open) .submenu-content {
    display: none;
}
.nav-container .navigation-main .nav-item.open a::before {
    -moz-transform: rotate(90deg); -o-transform: rotate(90deg); -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg); transform: rotate(90deg);
}
.nav-container .navigation-main .nav-item.open::after {
    background: #5846f9; border-radius: 10px; color: #fff; content: " "; height: 30px; left: 0;
    position: absolute; top: 10px; width: 3px;
}
/*.nav-container .navigation-main .nav-item.active::after {
    background: #5846f9; border-radius: 10px; color: #fff; content: " ";
    height: 30px; left: 0; top: 10px; position: absolute; width: 3px;
}*/
.nav-container .navigation-main .nav-level {
    font-size: 14px; font-weight: 700;
    padding: 8px 20px;
    text-transform: uppercase; width: 100%; color: #02024f;
    font-family: "Quicksand", sans-serif;
    border-top: 1px solid #F5F6FB;
}
.nav-container .navigation-main .hr-line {

    width: 100%;
    border-top: 1px solid #F5F6FB;
}



.sidebar-header {
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex;
    display: flex; -webkit-align-items: center; -moz-align-items: center;
    -ms-align-items: center; align-items: center; -webkit-justify-content: space-between;
    -moz-justify-content: space-between; -ms-justify-content: space-between;
    justify-content: space-between; -ms-flex-pack: space-between; padding: 13px 15px; height: 60px;
}
.sidebar-header .header-brand {
    display: block; font-size: 20px; font-weight: 700; color: #fff;
    font-family: "Quicksand", sans-serif;
    margin-top: 15px;
}

.txt-center-wrap{
    width: 35px;
    height: 35px;
    border-radius: 0.5em;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
}
.txt-center-wrap .txt{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    opacity: 0.8;
}

/* ---------------------------------- */
/* Tables
------------------------------------- */
table.basic-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border: none;
	margin-bottom: 20px;
    border-radius: 4px;
    background: var(--primary-color2);
    overflow: hidden;
}

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: var(--primary-color2);
}

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: rgba(255,255,255,0.2) 1px solid;
	}
	table td {
		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; }
}

/*
Breaches
 */
.breaches .breach .card-footer{
    border-top: 1px solid rgba(255,255,255,0.1);
}
.breaches .breach .card-header{
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.breaches .breach .more-info .item{
    padding-right: 5px;
    margin-right: 10px;
    border-right: 1px solid rgba(255,255,255,0.1);
}
.breaches .breach .more-info .item:last-of-type{
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

/* 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;
}

/* ---------------------------------- */
/* Radio Button
------------------------------------- */

.radio {
	display: inline-block;
	vertical-align: top;
}

.radio label {
	margin: 3px 0;
	cursor: pointer;
	position: relative;
	padding-left: 29px;
	line-height: 25px;
}

.radio input[type="radio"] {
	position: absolute;
	opacity: 0;
}

.radio input[type="radio"] + label .radio-label {
	content: '';
	background: #fff;
	border-radius: 100%;
	border: 2px solid #b4b4b4;
	display: inline-block;
	width: 18px;
	height: 18px;
	position: relative;
	margin-right: 5px;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	transition: all 250ms ease;
	background-color: #fff;
	box-shadow: inset 0 0 0 8px #fff;
	z-index: 100;
	position: absolute;
	top: 2px;
	left: 0;
}

.radio input[type="radio"] + label .radio-label:after {
	background-color: #66676b;
	content: "";
	top: 3px;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	opacity: 1;
	transition: 0.3s;
	border-radius: 50%;
	transform: scale(0);
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.radio input[type="radio"]:checked + label .radio-label {
	background-color: #5846f9;
	border-color: #5846f9;
	box-shadow: inset 0 0 0 3px #fff;
}

.radio-label:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	background-color: transparent;
	display: block
}

.interactive-effect label .radio-label:before {
	animation: radius-shadow 0.4s;
}

@keyframes radius-shadow {
  0% { box-shadow: 0 0 0 0 rgba(102,103,107,0.4); }
  100% { box-shadow: 0 0 0 10px rgba(0,0,0,0); }
}

.small-label {
	border-radius: 4px;
	display: inline-block;
	background: #e0f5d7;
	color: #449626;
	padding: 0 8px;
	line-height: 27px;
	height: 26px;
	margin-left: 5px;
	position: relative;
	top: -1px;
}


/* ---------------------------------- */
/* Checkbox
------------------------------------- */
.checkbox {
	display: inline-block;
	margin-bottom: 0;
}

.checkbox input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.checkbox label {
	position: relative;
	cursor: pointer;
	padding-left: 30px;
	line-height: 25px;
}

.checkbox label span.checkbox-icon {
	content:'';
	-webkit-appearance: none;
	background-color: transparent;
	border: 2px solid #b4b4b4;
	height: 20px;
	width: 20px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 5px;
	border-radius: 4px;
	transition: 0.3s;
	position: absolute;
	left: 0;
	top: 1px;
}

.checkbox input + label span.checkbox-icon:after {
	position: absolute;
	top: 2px;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 0;
	content: '';
	display: block;
	width: 6px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: scale(0.5) rotate(45deg);
	transition: all 0.35s cubic-bezier(0.3,-.41,.19,2), opacity 0.3s;
}

.checkbox input:checked + label span.checkbox-icon {
	border-color: var(--primary-color3);
	background-color: var(--primary-color3);
}

.checkbox input:checked + label span.checkbox-icon:after {
	transform: scale(1) rotate(45deg);
	opacity: 1;
}

/* ---------------------------------- */
/* Custom Upload Button
------------------------------------- */
.uploadButton {
  display: block;
  font-style: normal;
  font-size: 14px;
}

.uploadButton .uploadButton-input {
  opacity: 0;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
}

.uploadButton .uploadButton-button {
	box-sizing: border-box;
	padding: 6px 8px;
	cursor: pointer;
	border-radius: 3px;
	color: #fff;
	background: #5846f9;
	border: none;
	transition: 0.3s;
	margin: 0;
	outline: none;
}

.uploadButton .uploadButton-button:hover {
	background: #4b39e0;
}


/*
Info block
 */
.info-block{
    background: rgba(88, 70, 249, 0.05);
    padding: 0.5em;
    border-radius: 0.5em;
}
.info-block .col{
    border-right: 0.1em solid #e0e0e0;
}
.info-block .col:last-of-type{
    border-right: none;
}
.info-block h6{
    font-weight: 600;
    font-size: 0.75em;
    font-family: "Quicksand", sans-serif;
    color: #fff;
}
.info-block p{
    margin: 0;
    font-size: 0.8em;
    color: #fff;
    opacity: 80%;
}

/* select 2 */
.select2.select2-container .select2-selection {
  border: 0.1em solid #1E3A5C;
  -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;
    background: #1E3A5C;

}

.select2.select2-container .select2-selection .select2-selection__rendered {
    color: #fff;
    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 {
  background: #1E3A5C;
}

.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: 1px solid #34495e !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: #1E3A5C;
  border: 1px solid #34495e;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    font-size: 13px;
    color: #fff;
}

.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;
}

/*
Logs
 */
.logs .item{
    padding: 10px;
    border-bottom: 1px solid rgba(255,255,255,.25);
}
.logs .item:last-of-type{
    border-bottom: none;
}
.logs .item .change{
    color: var(--bs-orange);
}
.logs .item .addition{
    color: #2eca6a;
}
.logs .item .deletion{
    color: var(--bs-danger);
}


#fixed-bottom-overlay {
    position: fixed;
    bottom: 30px;
    right: 0.75rem;
    z-index: 999;
}