:root{
	--primary: rgba(103,160,24,1);
	--bs-btn-disabled-bg: rgba(103,160,24,0.6);
	--bs-btn-disabled-border-color: rgba(103,160,24,0.6);
	--bs-primary-rgb: 103,160,24;
	--primary-hex: rgba(103,160,24,1);
	--bs-link-color-rgb: 0, 96, 160;
	--bs-primary-bg-subtle: color-mix(in srgb, #67a018, rgb(255,255,255) 70%);
	--bs-border-radius-lg: 8px;
	--bs-border-radius: 6px;
	--bs-border-radius-sm: 4px;
	--bs-body-line-height: 1.7;
    --bs-list-group-active-border-color: var(--primary);
    --bs-list-group-active-bg: var(--primary);
}

.btn-primary{
	background-color: var(--primary);
	border: var(--bs-btn-border-width) solid color-mix(in srgb,var(--primary) 80%, black);
}
.btn-primary:hover{
	background-color: color-mix(in srgb,var(--primary) 80%, black);
	border: var(--bs-btn-border-width) solid var(--primary);
}
.btn-primary:active{
	background-color: color-mix(in srgb,var(--primary) 60%, black) !important;
	border: var(--bs-btn-border-width) solid var(--primary) !important;
}

.btn-primary.disabled{
	opacity: 0.6;
	background-color: var(--primary) !important;
	border: var(--bs-btn-border-width) solid color-mix(in srgb,var(--primary) 80%, black) !important;
}

.btn-primary:disabled{
	opacity: 0.6;
	background-color: var(--primary) !important;
	border: var(--bs-btn-border-width) solid color-mix(in srgb,var(--primary) 80%, black) !important;
}

.btn-outline-primary{
	border: var(--bs-btn-border-width) solid var(--primary);
	color: var(--primary);
}
.btn-outline-primary:hover{
	background-color: color-mix(in srgb,var(--primary) 95%, black);
	border: var(--bs-btn-border-width) solid var(--primary);
}
.btn-outline-primary:active{
	background-color: color-mix(in srgb,var(--primary) 60%, black) !important;
	border: var(--bs-btn-border-width) solid var(--primary) !important;
}

.btn-outline-primary.disabled{
	opacity: 0.6;
	border: var(--bs-btn-border-width) solid var(--primary) !important;
	color: var(--primary) !important;
}

.btn-outline-primary:disabled{
	opacity: 0.6;
	border: var(--bs-btn-border-width) solid var(--primary) !important;
	color: var(--primary) !important;
}

.dropdown-item:active{
	background-color: var(--primary);
	border: var(--bs-btn-border-width) solid color-mix(in srgb,var(--primary) 80%, black);
}

.select2-container--bootstrap-5 .select2-dropdown{
	border-color: var(--primary);
}
.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection{
	border-color: var(--primary);
}

.select2 .select2-container .select2-container--bootstrap-5{
	border-radius: var(--bs-border-radius) !important;
}

.select2 .select2-container .select2-container--bootstrap-5 > .selection{
	border-radius: var(--bs-border-radius) !important;
}

.select2-selection{
	border-radius: var(--bs-border-radius) !important;
}

.right-icon{
	position: absolute;
	right: 20px;
	top: 50%;
	transform-origin: center;
	transform: translateY(-50%) scale(1.0);
	font-size: 50px;
	opacity: 0.4;
	transition: all 0.2s;
}

.grow-icon{
	transform-origin: center;
	transform: scale(1.0);
	opacity: 0.4;
	transition: all 0.2s;
}

.btn:hover .right-icon{
	transform: translateY(-50%) scale(1.05);
	opacity: 0.75;
}

.btn:hover .grow-icon{
	transform: scale(1.05);
	opacity: 0.75;
}

*{
	/*-ms-overflow-style: none;
	scrollbar-width: none;*/
	font-family: Roboto,-apple-system,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.row-space{
	border-top: 30px solid transparent;
}

a.fa-solid{
	text-decoration: none;
}

body{
	background-color: #ecf0f5;
}

.content-wrapper{
	flex: 1;
	overflow-y: auto;
	padding: 0px;
	margin: 0px;
}

.warning-hot-top{
	background-color: rgba(250,240,0,0.55);
	width: 100%;
	min-height: 30px;
	padding-top: 2px;
	font-size: 17px;
	text-align: center;
	z-index: 1000;
}

.btn-tool{
	opacity: 0.5;
	transition: all 0.3s;
}

.btn-tool:hover{
	opacity: 1;
	transition: all 0.02s;
}

.btn-tool.show{
	opacity: 1;
}

.btn-tool.disabled{
	background-color: rgba(0, 0, 0, 0.1);
	border-color: rgba(0, 0, 0, 0.1);
	opacity: 0.4;
}

.collapse-sidebar{
	background-color: rgba(0, 0, 0, 0.2);
    z-index: 100;
}

.table-selected{
	background: linear-gradient(90deg, var(--primary) 3px, color-mix(in srgb,var(--primary) 10%, transparent) 3px) !important;
}

.btn.nav-link:hover{
	transition: all 0s;
	background-color: rgba(255, 255, 255, 0.1);
}

.swal2-toast{
	text-align: center !important;
	align-items: center !important;
	align-content: center !important;
}

.swal2-title{
	text-align: center !important;
	align-items: center !important;
	align-content: center !important;
}

td{
	background-color: transparent !important;
}

.tight-selector{
	height: 25px;
	width: 155px;
	font-size: 15px;
	padding: 0px;
	padding-top: 2px;
	padding-left: 5px;
}

.pretty-button-servers{
	background-color: rgb(255,255,255);
	border: 1px solid rgba(0,0,0,0.1);
	transition: all 0.5s;
	border: 1px solid rgba(0,0,0,0);
}
.pretty-button-servers:hover {
	box-shadow: 0px 0px 1px var(--primary);
	border: 1px solid var(--primary) !important;
	transition: all 0.1s;
}
.pretty-button-servers-selected {
	box-shadow: 0px 0px 3px var(--primary);
	background-color: color-mix( in srgb, var(--primary) 3%, white);
	transition: all 1s;
	border: 1px solid var(--primary);
	transform: translateY(-3px);
}
.pretty-button-servers-selected:hover {
	box-shadow: 0px 0px 3px var(--primary);
	background-color: color-mix( in srgb, var(--primary) 10%, white);
	transition: all 0.2s;
	border: 1px solid var(--primary);
}
.pretty-button-dedicated{
	background-color: rgb(255,255,255);
	transition: all 0.5s;
	border: 1px solid rgba(0,0,0,0);
}
.pretty-button-dedicated:hover {
	box-shadow: 0px 0px 1px var(--primary);
	border: 1px solid var(--primary);
	transition: all 0.1s;
}
.pretty-button-dedicated-selected {
	box-shadow: 0px 0px 3px var(--primary);
	background-color: color-mix( in srgb, var(--primary) 3%, white);
	transition: all 13s;
	border: 1px solid var(--primary);
	transform: translateY(-3px);
}
.pretty-button-dedicated-selected:hover {
	box-shadow: 0px 0px 3px var(--primary);
	background-color: color-mix( in srgb, var(--primary) 10%, white);
	transition: all 0.1s;
	border: 1px solid var(--primary);
}

@media only screen and (max-width: 700px) {
	.desktop-version{
		display: none !important;
	}
	.mobile-text-center{
		text-align: center;
	}
	.mobile-mx-auto{
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (min-width: 700px) {
	.phone-version{
		display: none !important;
	}
	.desktop-text-center{
		text-align: center;
	}
	.desktop-mx-auto{
		margin-left: auto;
		margin-right: auto;
	}
	body{
		overflow-x: hidden !important;
	}
}


.btn{
	-webkit-backface-visibility: hidden;
	transform: translateZ(0);
	will-change: transform;
	-webkit-perspective: 1000;
	transition: all 0.2s !important;
}

.btn:Active{
	transition: all 0.01s !important;
	transform: scale(0.98) !important;
	box-shadow: inset 0px 0px 30px rgba(255, 255, 255, 0.1);
}

.form-check-input:not(.flex-shrink-0) {
	background-size: 0%;
	-webkit-backface-visibility: hidden;
	transform: translateZ(0);
	will-change: transform;
	-webkit-perspective: 1000;
	transition: all 0.2s, background-size 0.3s !important;
	cursor: pointer;
    background-image: none;
}
.form-check-input:not(.flex-shrink-0)::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
    /*transform: rotate(135deg) scale(0,2);
    transition: all 0.3s;
    filter: brightness(70%) sepia(100%) hue-rotate(40deg) saturate(600%) brightness(70%);
    opacity: 0;*/

    transform: scale(1.3);
    filter: brightness(70%) sepia(100%) hue-rotate(40deg) saturate(400%) brightness(60%);
    transition: all 0.25s, filter 0.23s;
    clip-path: circle(0% at 20% 30%);
}

.form-check-input:not(.flex-shrink-0):checked[type=checkbox] {
	background-color: var(--primary);
	border-color: var(--primary);
	background-size: 130%;
}
.form-check-input:not(.flex-shrink-0):checked[type=checkbox]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s, filter 0.05s;
    clip-path: circle(85% at 50% 100%);
    filter: brightness(100%) sepia(0%) hue-rotate(30deg) saturate(1000%);
    /*filter: brightness(100%) sepia(0%) hue-rotate(30deg) saturate(1000%);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
    transform: rotate(0deg) scale(1.4,1.4);
    opacity: 1;*/
}

.form-check-input:not(.flex-shrink-0):focus {
	border-color: var(--primary);
	box-shadow: 0 0 0 0.25rem color-mix( in srgb, var(--primary) 40%, transparent );
}

.form-check-input:not(.flex-shrink-0):Active {
	transition: all 0.01s, background-size 0.3s !important;
	transform: scale(0.98) !important;
}


.form-check{
	cursor: pointer;
}

.form-switch > .form-check-input{
	transition: all 0.3s;
	cursor: pointer;
}

.form-switch > .form-check-input:checked{
    background-color: var(--primary);
    border-color: var(--primary);
}

.form-switch > .form-check-input:checked:focus{
    box-shadow: 0 0 0 0.25rem color-mix( in srgb, var(--primary) 40%, transparent );
}


.form-switch > .form-check-input:not(:checked):focus {
	border-color: var(--primary);
	box-shadow: 0 0 0 0.25rem color-mix( in srgb, var(--primary) 40%, transparent );
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
}

.cursor-pointer{
	cursor: pointer;
}


.btn-outline-light:Focus {
  border: solid 3px var(--primary);
}

.form-check-input{
    transition: all 0.15s;
}

.form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary);
}

.hidden-content-ready{
    background-color: color-mix(in srgb, var(--bs-secondary-bg) 0%, var(--bs-body-bg));
    transition: all 0.15s;
    color: rgba(0,0,0,1);
    text-shadow: 0 0 0px rgba(0,0,0,1);
}

.censore-input{
    color: rgba(0,0,0,0);
    background-color: color-mix(in srgb, var(--bs-secondary-bg) 100%, var(--bs-body-bg));
    text-shadow: 0px 0 7px rgba(0,0,0,0.3);
}

.message-editing{
    transform: translateX(-20px);
    outline: 2px solid var(--primary);
}

.collapse{

}
