:root { 
    --main-danger: #dc3746; 
    --main-danger-hover: #aa001e; 
    --main-warning: #ffc305; 
    --main-success: #4baf50; 
    --main-success-hover: #3c8c3c; 
    --main-info: #2396f0; 
    --very-dark-grey: #323232;
    --dark-brown: #583C34;
    scroll-behavior: initial;
} 

html , body {
    max-width: 100%;
    overflow-x: hidden!important;
    font-weight: 400;
    font-size: 16px;
    color: var(--body-color)!important;
    scroll-behavior: initial;
}
a {
    text-decoration: none;
    color: var(--main-color);
}
a:hover {
    color: var(--main-dark);
}
b , strong , .font-weight-bold {
    font-weight: 700!important;
}
p {
    margin: 0!important;
}
.text-justify , .text-justify * {
    text-align: justify!important;
}
.grecaptcha-badge , .super_hidden , .accordion-button::after , .fc-daygrid-week-number {
    display: none!important;
    visibility: hidden!important;
    opacity: 0!important;
    width: 0!important;
    height: 0!important;
    overflow: hidden!important;
    z-index: -2147483647!important;
    pointer-events: none!important;
}

.sweeping_span{
    border-radius: 15px;
    width: 20px;
    height: 20px;
}

.overflow-hidden {
	overflow-x: hidden!important;
	overflow-y: hidden!important;
	overflow: hidden!important
}
.preloader , .search {
	background-color: #fff;
	height: 100vh;
	width: 100vw;
	position: fixed;
	overflow: hidden;
	z-index: 2147483647;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center
}

.preloader .spinner {
    display: inline-block;
    width: 64px;
    height: 64px;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50% , -50%);
}
.preloader .spinner:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 4px solid var(--main-very-light);
    border-color: var(--main-very-light) transparent var(--main-very-light) transparent;
    animation: spinner 1.2s linear infinite;
}
.preloader span {
	display: inline-block;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
    color: var(--main-very-light);
}
.search > span {
    position: absolute;
    top: 30px;
    right: 30px;
}
.search {
    display: none;
}
.search .form-control {
    background-color: transparent;
    border-radius: 0;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: solid 1px #00000040;
    box-shadow: none!important;
}
::-webkit-scrollbar {
	width: 3px!important;
	height: 0!important
}

::-webkit-scrollbar-track {
	background: #fff
}

::-webkit-scrollbar-thumb {
	background: var(--main-very-dark)
}

::-webkit-scrollbar-thumb:hover {
	background: var(--main-color)
}

::selection {
	background: #43739a40
}

.ease , .contract_trigger , .nav-toggle .nav-toggle-bar,.nav-toggle .nav-toggle-bar::after,.nav-toggle .nav-toggle-bar::before , .news_bg::before , .cool_bg::before , .h_ov::before  {
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}
.cursor-pointer {
    cursor: pointer!important;
}
.cursor-text {
    cursor: text!important;
}
.text-muted {
    color: var(--body-color-t)!important;
}
* , *:focus {
    outline: none!important;
}

img.white_img {
    filter: brightness(0) invert(1);
}
.nav_logo img {
    width: 143px;
}
.nav_logo span {
    font-weight: 600;
}
.nav_link {
    color: var(--body-color);
}
.nav_link:hover {
    color: var(--main-color);
}
.position-relative.nav_link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background-color: var(--body-color);
    opacity: .25;
}
.nav_icon {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    color: #fff;
}
.user_box > span , .municipe_box > span , .school_box > span {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
}
.nav_icon::before  , .user_box > span::before , .municipe_box > span::before , .school_box > span::before {
    transform: translate(-50% , -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
.nav_icon_container:nth-child(1) .nav_icon {
    background-color: #fff;
    color: var(--body-color);
}
.nav_icon_container:nth-child(2) .nav_icon , .municipe_box > span {
    background-color: var(--main-grey);
}
.nav_icon_container:nth-child(3) .nav_icon , .user_box > span {
    background-color: var(--main-color);
}
.nav_icon_container:nth-child(4) .nav_icon , .school_box > span {
    background-color: var(--secondary-color);
}
.navbar-toggler {
    border: none!important;
    outline: none;
    position: relative;
    color: #fff;
    border: none;
    font-size: 30px;
    cursor: pointer;
    padding: 0;
    box-shadow: none!important;
}
.nav-toggle {
	-webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
    height: 2rem;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2.5rem;
    z-index: 2;
}
.nav-toggle .nav-toggle-bar,.nav-toggle .nav-toggle-bar::after,.nav-toggle .nav-toggle-bar::before {
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: var(--body-color-t);
	content: '';
	height: 2px;
}

.nav-toggle .nav-toggle-bar {
	margin-top: 0
}
.nav-toggle .nav-toggle-bar::after {
	margin-top: 0.4rem
}
.nav-toggle .nav-toggle-bar::before {
	margin-top: -0.4rem
}
.nav-toggle.expanded .nav-toggle-bar {
	background: transparent!important
}
.nav-toggle.expanded .nav-toggle-bar::after,.nav-toggle.expanded .nav-toggle-bar::before {
	margin-top: 0
}
.nav-toggle .nav-toggle-bar {
    width: 16px;
}
.nav-toggle .nav-toggle-bar::before {
    width: 8px;
}
.nav-toggle .nav-toggle-bar::after{
    width: 12px;
}
.nav-toggle.expanded .nav-toggle-bar , .nav-toggle.expanded .nav-toggle-bar::before , .nav-toggle.expanded .nav-toggle-bar::after{
    width: 16px;
}
.nav-toggle.expanded .nav-toggle-bar::after {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.nav-toggle.expanded .nav-toggle-bar::before {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
} 
.home_carousel .carousel-item {
    background-size: cover;
    background-position: center;
}
.home_carousel .carousel-inner {
    z-index: -1;
}
.home_carousel::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #00000080;
    z-index: 0;
}
.fc-h-event .fc-event-title {
    white-space: normal;
    cursor: pointer;
}
.modal {
    z-index: 2147483646;
}
.home_carousel .caption {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}
.text-white-muted {
    color: #ffffffbf;
}

[data-href=".second_section"] span.fal , [data-href=".sixth_section"] span.fal {
    font-size: 40px;
    color: var(--main-color);
}
[data-href=".sixth_section"] , [data-href=".sixth_section"] span.fal , [data-href=".sixth_section"] span.fal::before {
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
.bounce {
    animation: bounce 2s infinite;
}
.main_h2 {
    color: var(--main-color);
    font-weight: 600;
}
.main_subtitle {
    color: var(--main-grey);
    font-weight: 600;
}
.secondary_subtitle {
    font-weight: 600;
}
.news_box {
    border-radius: 10px;
    min-height: 200px;
}
.news_bg {
    z-index: 0;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.news_bg::before {
    content: '';
    background-position: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #00000080;
    position: absolute;
}
.news_box:hover .news_bg::before {
    background-color: #000000bf;
}
.news_box:hover .news_bg {
    transform: scale(1.1) rotate(3deg);
}
.news_title {
    bottom: 1rem;
    left: 1rem;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}  
.news_category {
    background: var(--main-color);
    top: 0;
    left: 0;
    border-bottom-right-radius: 10px;
}

.cool_bg {
    z-index: -1;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.cool_bg::before {
    content: '';
    background-position: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #00000080;
    position: absolute;
}
.cool_box:hover .cool_bg::before {
    background-color: #000000bf;
}
.cool_box:hover .cool_bg {
    transform: scale(1.1) rotate(3deg);
}

.cool_title {
    top: 50%;
    transform: translateY(-50%);
    left: 1rem;
    right: 1rem;
    font-size: 24px;
    font-weight: 600;
}  
.go_to {
    bottom: 1rem;
    right: 1rem;
    font-size: 24px;
}
.cool_box:hover .go_to {
    transform: translateX(5px);
}
.floating_link {
    height: 45px;
    position: fixed;
    z-index: 9;
}
.floating_link span {
    font-size: 24px;
    position: relative;
    width: 45px;
    height: 45px;
}
.floating_link span::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
.floating_link.not_hov {
    width: 45px;
}
.left_floating {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    left: 0;
}
.left_floating.hov {
    left: 45px;
    transform: translateX(-100%);
}
.left_floating.hov:hover {
    left: 0;
    transform: translateX(0);
}
.right_floating.hov {
    right: 45px;
    transform: translateX(100%);
}
.right_floating.hov:hover {
    right: 0;
    transform: translateX(0);
}
.left_floating.first {
    top: calc(50% - 45px - 0.5rem);
    color: var(--secondary-color)!important;
}
.left_floating.first:hover {
    background-color: var(--secondary-color)!important;
    color: #fff!important;
}
.left_floating.second {
    top: 50%;
    color: var(--body-color)!important;
}
.left_floating.second:hover {
    background-color: var(--body-color)!important;
    color: #fff!important;
}
.left_floating.third {
    top: calc(50% + 45px + 0.5rem);
    background: var(--secondary-color);
}
.right_floating {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    right: 0;
}
.right_floating.first {
    top: calc(50% - 45px - 0.5rem);
    background: var(--main-grey);
}
.right_floating.second {
    top: 50%;
    background: var(--main-color);
}
.right_floating.third {
    top: calc(50% + 45px + 0.5rem);
    background: var(--secondary-color);
}

.after_scroll .right_floating {
    transform: translateX(150%)!important;
    right: 0!important;
}
.after_scroll .left_floating {
    transform: translateX(-150%)!important;
    left: 0!important;
}
.number {
    font-size: 24px;
    font-weight: 600;
    color: var(--secondary-color);
    line-height: 1;
}
.zi-1 {
    z-index: 1;
}
.bg_first {
    background: var(--main-dark);
}
.bg_second , .footer_section {
    background: var(--main-very-dark);
}
.map_iframe {
    height: 200px;
}
small.small {
    font-size: 60%!important;
    vertical-align: middle;
    opacity: .75;
}
.footer_section a.h5 {
    font-weight: 600;
}
.footer_link {
    color: #ffffffbf;
    font-size: 14px;
}
a.footer_link:not(.cursor-text):hover {
    color: #fff;
}
a.footer_link.cursor-text:hover {
    color: #ffffffbf;
}
.eweb_signature {
    font-size: 75%;
    background: #000;
    color: #ffffffbf;;
}
.eweb_signature a {
    color: #fff;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: var(--body-color);
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f054";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    float: initial;
    transform: scale(0.75);
    opacity: .5;
    z-index: -1;
    position: relative;
}
.main_color {
    color: var(--main-color)!important;
}
.breadcrumb-item a:hover {
    color: var(--main-very-dark);
}
.gallery_caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000bf;
    opacity: 0;
}
a:hover .gallery_caption {
    opacity: 1;
}
.citizens_header {
    background: var(--main-color);
}
.school_header {
    background: var(--secondary-color);
}
.municipality_header {
    background: var(--main-grey);
}
.search_municipality {
    background: var(--secondary-color);
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.search_municipality:hover {
    background: var(--main-success-hover);
}
.citizens_header .form-control {
    background-color: transparent;
    border-radius: 0;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: solid 1px #ffffff40;
    color: #fff;
    box-shadow: none!important;
}
.citizens_header .form-control:hover , .citizens_header .form-control:focus {
    border-bottom: solid 1px #ffffff80;
}
.citizens_header ::-webkit-input-placeholder { /* Edge */
    color: #ffffff80;
}

.citizens_header :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ffffff80;
}

.citizens_header ::placeholder {
    color: #ffffff80;
}

.citizens_header > div > span , .school_header > div > span  ,  .municipality_header > div > span {
    left: 0;
    bottom: 0;
    top: 0;
    right: 50%;
    font-size: 450px;
}
.school_header > div > span  ,  .municipality_header > div > span {
    font-size: 350px;
}
.citizens_header > div > span::before , .school_header > div > span::before  ,  .municipality_header > div > span::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    opacity: .25;
    z-index: 0;
}
.citizens_header > div > div  ,  .municipality_header > div > div  {
    position: relative;
    z-index: 1;
}
.a2a_kit i {
    background: var(--main-grey);
    height: 32px;
    width: 32px;
    position: relative;
}
.a2a_kit a:last-of-type i { 
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}
.a2a_kit i::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
.a2a_button_facebook:hover i {
    background-color: #1978f0!important;
}
.a2a_button_twitter:hover i {
    background-color: #1ea0f0!important;
}
.a2a_button_pinterest:hover i {
    background-color: #e60023!important;
}
.a2a_button_linkedin:hover i {
    background-color: #2878c8!important;
}
.a2a_button_email:hover i {
    background-color: var(--body-color)!important;
}
.a2a_button_whatsapp:hover i {
    background-color: #05cd50!important;
}
.main-btn , .btn_submit , .btn-theme , .btn-primary {
    background: var(--main-color);
    border: none!important;
    border-radius: 0;
}
.main-btn-black {
    background: #000;
    border: none!important;
    border-radius: 15px;
}
.fc-toolbar-title {
    color: var(--main-color);
}
.fc-h-event {
    background-color: var(--bs-red);
    background: var(--bs-red);
    border: none;
    border-radius: 0;
    padding: .5rem;
}
.form-control {
    border-radius: 0;
}
.main-btn:hover , .btn_submit:hover , .btn-theme:hover , .btn-primary:hover {
    background: var(--main-very-dark);
}
.main-btn-grey {
    background: var(--main-grey);
    border: none!important;
}
.main-btn-grey:hover {
    background: var(--body-color-t);
}
.open_close_accordion {
    height: 20px;
    width: 20px;
    font-size: 50%;
    background-color: var(--body-color);
}
.accordion-button:not(.collapsed) .open_close_accordion {
    background-color: var(--main-color);
}
.accordion-button:not(.collapsed) .open_close_accordion::before {
    content: "\f068";
}
.open_close_accordion::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
.accordion-button:focus {
    outline: 0!important;
    box-shadow: none!important;
}
.accordion-button:not(.collapsed) {
    color: var(--main-color)!important;
    background-color: transparent!important;
    box-shadow: none!important;
}
.hide {
    opacity: 0!important;
    z-index: -2147483647!important;
    pointer-events: none!important;
}
.rum_link:hover {
    background-color: #fff!important;
    color: var(--main-dark)!important;
}
.carousel_video {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.loader {
    border-radius: 100%;
    border: solid 10px var(--main-color);
    width: 150px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
}
.loader h3 {
    font-size: 36px;
    color: #777;
}

span sub {
    position: absolute;
    bottom: 20px;
    right: 0;
    transform: translateX(100%);
    font-size: 20px;
}

.lh-1 {
    line-height: 1;
}
.loading_bar {
    height: 4px;
    border-radius: 15px;
}
.umido {
    color: var(--dark-brown);
}
.umido .loading_bar {
    background: var(--dark-brown);
}
.vetro {
    color: var(--bs-green);
}
.vetro .loading_bar {
    background: var(--bs-green);
}
.carta {
    color: var(--bs-blue);
}
.carta .loading_bar {
    background: var(--bs-blue);
}
.indifferenziata {
    color: var(--bs-gray);
}
.indifferenziata .loading_bar {
    background: var(--bs-gray);
}
.plastica {
    color: var(--bs-yellow);
}
.plastica .loading_bar {
    background: var(--bs-yellow);
}
.ingombrante {
    color: var(--bs-orange);
}
.percent {
    margin-left: auto;
    margin-right: auto;
}
.ingombrante .loading_bar {
    background: var(--bs-orange);
}

input[type=range] {
    position: relative;
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    /*background: rgba(calc(255 * var(--red-percentage) / 100), calc(180 * var(--green-percentage) / 100), 0, .6);*/
    background: rgba(33, 37, 41, .1);
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
    pointer-events: none;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 5px;
    height: 20px;
    /*background: rgba(calc(255 * var(--red-percentage) / 100), calc(180 * var(--green-percentage) / 100), 0, 1);*/
    background: #212529;
}

.line {
    background: #efefef; 
    height: 1px; 
    width: 100%
}




/* Cookies banner */
.cookies_banner {
    background: #000;
    z-index: 2147483644;
    max-height: 100vh;
    overflow-y: auto;
}
.cookies_banner.hidden {
    opacity: 0;
    transform: translateY(100%);
}
.cookies_banner_backdrop {
    position: fixed;
    z-index: -2147483647;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: #000000bf;
    opacity: 0;
    pointer-events: none;
}
body.cookies_open .cookies_banner_backdrop {
    z-index: 2147483643;
    opacity: 1;
    pointer-events: initial;
}
.btn_close_banner , .btn_preferences_cookie , .btn_accept_all_cookie , .btn_cookie_policy , .btn_save_cookies , .close_modal_btn {
    border: none;
    border-radius: 10px;
    line-height: 1;
    text-align: center!important;
}
.btn_close_banner , .btn_preferences_cookie {
    background: var(--very-dark-grey);
}
.btn_accept_all_cookie , .btn_save_cookies {
    background: var(--main-color);
}
.btn_cookie_policy , .close_modal_btn {
    background: #e6e6e6;
    color: var(--body-color)!important;
}
.btn_close_banner:hover , .btn_preferences_cookie:hover {
    background: var(--body-color);
}
.btn_accept_all_cookie:hover , .btn_save_cookies:hover {
    background: var(--main-very-light);
}
.btn_cookie_policy:hover , .close_modal_btn:hover {
    background: #dcdcdc;
}
.btn_close_banner.disabled , .btn_accept_all_cookie.disabled , .btn_save_cookies.disabled {
    opacity: .5;
    cursor: not-allowed;
}
#cookies_modal , .modal {
    z-index: 2147483646;
}
.modal-backdrop {
    z-index: 2147483645;
}
.close_cookies_modal {
    color: var(--body-color-t);
}
.close_cookies_modal:hover {
    color: var(--body-color);
}
#cookies_modal .modal-header , #cookies_modal .modal-footer , #cookies_modal .modal-content  , .modal .modal-header , .modal .modal-footer , .modal .modal-content {
    border-radius: 15px;
}
#cookies_modal .modal-header , #cookies_modal .modal-footer , #cookies_modal .border-top , .modal .modal-header , .modal .modal-footer , .modal .border-top {
    border-color: #e6e6e6!important;
}
.form-switch .form-check-input:focus {
    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%2885, 135, 185, 0.25%29'/%3e%3c/svg%3e");
    border-color: var(--main-light);
    box-shadow: 0 0 0 0.25rem var(--main-color-transp);
}
.form-switch .form-check-input:checked {
    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='%23fff'/%3e%3c/svg%3e")!important;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

#cookies_modal .form-check {
    transform: translate(5px, 5px)!important;
}
.ext_policy {
    color: var(--body-color);
}
.ext_policy:hover {
    color: var(--main-color);
}
.recycle_icon_section {
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
    font-size: 450px;
    z-index: 0;
    opacity: .1;
}
.zx-1 {
    z-index: 1;
}
.body_color {
    color: var(--body-color);
}
.cookies_trigger {
    position: fixed;
    bottom: 12px;
    left: 12px;
    border-radius: 100%;
    background-color: var(--main-color);
    height: 48px;
    width: 48px;
    font-size: 24px;
    z-index: 2147483642;
}
.cookies_trigger::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
.modal-backdrop.show {
    opacity: 1;
    background-color: #000000bf;
}
/* End of cookies banner */

.bg_here_100 {
    background: #000000bf;
}
.bg_here_100::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../../media/images/components/trash.jpg);
}
.border_box {
    border-radius: 25px;
    border: solid 4px;
}
.border_box.first_box {
    border-color: #f7cf20;
}
.border_box.second_box {
    border-color: #51aa2c;
}
.border_box.third_box {
    border-color: #005693;
}
.border_box.forth_box {
    border-color: #89898c;
}
.arrow_right {
    right: 1rem;
    top: 50%;
    transform: translateY(-50%) translateX(0);
}
.h_ov:hover .arrow_right {
    transform: translateY(-50%) translateX(50%);
}
.video_section video {
    object-fit: cover;
    object-position: center;
}
.fc-theme-bootstrap5 .fc-list, .fc-theme-bootstrap5 .fc-scrollgrid, .fc-theme-bootstrap5 td, .fc-theme-bootstrap5 th {
    border: 1px solid #ced4da;
}
.bi.bi-chevron-left , .bi.bi-chevron-right {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.bi.bi-chevron-right::before {
    content: "\f054";
}
.bi.bi-chevron-left::before {
    content: "\f053";
}
.bamm_sec .bamm_span {
    font-size: 700px;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    color: #f8f9fa;
}
.card_box , .card_box img {
    border-radius: 15px;
}
.card_title {
    font-size: 24px;
    line-height: 1;
}
.form-check-input:checked {
    background-color: var(--main-color);
    border-color: var(--main-color);
}
.h_ov {
    overflow: hidden;
    position: relative;
}
.h_ov::before {
    content: '';
    top: 0;
    left: 0;
    right: 100%;
    bottom: 0;
    background: var(--light-color);
    position: absolute;
    z-index: -1;
    transform: skewX(0deg);
    transform-origin: top;
}
.h_ov:hover::before {
    right: 25%;
    transform: skewX(-45deg);
}
.h_ov:hover {
    color: var(--main-color)!important;
    border-color: var(--light-color)!important;
}
.webapp_wrapper {
    position: fixed;
    top: 0!important;
    left: 0!important;
    bottom: 0!important;
    right: 0!important;
}
.abs-top {
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
}
.abs-bot {
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 -0.125rem 0.25rem rgb(0 0 0 / 8%)!important;
}
.abs-bot .butt {
    color: var(--body-color)!important;
}
.abs-bot .butt:hover {
    color: var(--secondary-color)!important;
}
.webapp_wrapper .content {
    overflow-y: auto!important;
    overflow-x: hidden!important;
    position: absolute;
    left: 0;
    right: 0;
}
.webapp_wrapper .bg-light-blue {
    background-color: #e7eff5;
    border-radius: 15px;
}
.cont_grey , .cont_blue {
    border-radius: 15px;
}
.cont_grey {
    background-color: var(--body-color-t);
}
.cont_blue {
    background-color: var(--main-color);
}
.cont_grey .bg-white , .cont_blue .bg-white {
    border-radius: 15px;
}
#qr_code img {
    width: 100%;
    display: block;
}
.gm-style .gm-style-iw-c{
    padding: 0 !important;
}
@media only screen and (max-width: 1200px) {
    .video_section video {
        height: initial!important;
    }
    .nav_logo img {
        width: 40px;
    }
    .search_trigger {
        color: var(--body-color);
    }
    .cool_title {
        font-size: 18px;
    }  
    .go_to {
        font-size: 18px;
    }
    .bg_here_50 {
        background: #000000bf;
    }
    .bg_here_50::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(../../media/images/components/trash.jpg);
    }
    .third_section .col-xl-3.col-6.bb:nth-child(2) .cool_box {
        border-bottom: solid 2px var(--main-dark);
    }
    .third_section .col-xl-3.col-6.bb:nth-child(3) .cool_box {
        border-bottom: solid 2px var(--main-light);
    }
    .third_section .col-xl-3.col-6.bb:nth-child(4) .cool_box {
        border-top: solid 2px var(--main-dark);
    }
    .third_section .col-xl-3.col-6.bb:nth-child(5) .cool_box {
        border-top: solid 2px var(--main-light);
    }
    .header_title {
        font-weight: 600;
    }
    .webapp_view .hide_webapp {
        display: none!important;
        visibility: hidden!important;
        opacity: 0!important;
        width: 0!important;
        height: 0!important;
        overflow: hidden!important;
        z-index: -2147483647!important;
        pointer-events: none!important;
    }
}

@media only screen and (min-width: 1200px) {
    .h-xl-100 {
        height: 100%!important;
    }
    
    .video_section video {
        height: 85vh!important;
    }
    .bg_here_100 .user_box > span , .bg_here_100 .municipe_box > span , .bg_here_100 .school_box > span {
        height: 120px;
        width: 120px;
        border-radius: 50%;
        color: #fff;
        font-size: 48px;
    }
    .bg_here_100 small {
        font-size: 18px;
    }
    .header_title {
        font-size: 95px;
    }
    .footer_section a.h5.pb-xl-3 , .footer_section a.h5.py-xl-3 {
        border-bottom: solid 1px #ffffff40;
    }
    .fa-xl-3x {
        font-size: 3rem!important;
    }
    .forth_section::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 50%;
        width: 50%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(../../media/images/components/trash.jpg);
    }
    .forth_section::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 50%;
        width: 50%;
        height: 100%;
        background: #000000bf;
    }
    
    .btd {
        border-top: solid 5px var(--main-dark);
    }
    .btl {
        border-top: solid 5px var(--main-light);
    }

    h3 {
        font-size: 20px;
    }
    
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-15px);
    }
    60% {
      transform: translateY(-5px);
    }
}

th.fc-day-mon .fc-scrollgrid-sync-inner {
    background: #BF0603;
}

th.fc-day-mon .fc-scrollgrid-sync-inner a, th.fc-day-tue .fc-scrollgrid-sync-inner a, th.fc-day-fri .fc-scrollgrid-sync-inner a, th.fc-day-sat .fc-scrollgrid-sync-inner a, th.fc-day-sun .fc-scrollgrid-sync-inner a{
    color: #fff;
}

th.fc-day-tue .fc-scrollgrid-sync-inner {
    background: #FB8500;
}

th.fc-day-wed .fc-scrollgrid-sync-inner {
    background: #FFEE32;
}

th.fc-day-thu .fc-scrollgrid-sync-inner {
    background: #7AE582;
}

th.fc-day-fri .fc-scrollgrid-sync-inner {
    background: #0466C8;
}

th.fc-day-sat .fc-scrollgrid-sync-inner {
    background:  #023E7D;
}

th.fc-day-sun .fc-scrollgrid-sync-inner {
    background:  #C77DFF;
}

.fc-day-sun .fc-daygrid-day-frame {
    background: rgba(199, 125, 255, .1);
}

.fc-day-mon .fc-daygrid-day-frame {
    background: rgba(191, 6, 3, .1);
}

.fc-day-tue .fc-daygrid-day-frame {
    background: rgba(251, 133, 0, .1);
}

.fc-day-wed .fc-daygrid-day-frame {
    background: rgba(255, 238, 50, .1);
}

.fc-day-thu .fc-daygrid-day-frame {
    background: rgba(122, 229, 130, .1);
}

.fc-day-fri .fc-daygrid-day-frame {
    background: rgba(4, 102, 200, .1);
}

.fc-day-sat .fc-daygrid-day-frame {
    background: rgba(2, 62, 125, .1);
}
.fc-toolbar-title , .fc-col-header-cell-cushion {
    text-transform: capitalize;
}
.pwa {
    left: 0;
    right: 0;
    bottom: 8px;
    position: fixed;
    box-shadow: none;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background-color: var(--main-color)!important;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}
.pwa:hover {
    background-color: var(--main-dark)!important;
}
.pwa.opened {
    box-shadow: 0 -0.125rem 0.25rem rgb(0 0 0 / 8%);
    transform: translateY(-100%);
}

.fal , .far , .breadcrumb-item+.breadcrumb-item::before , .bi.bi-chevron-left , .bi.bi-chevron-right {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}

.fa-user-hard-hat:before {
    content: "\f007";
}
.fa-truck-container:before {
    content: "\f0d1";
}

h2 .arera_button{
    font-size: 1.2rem;
    font-weight: 700;
}

.not_openable{
    cursor: unset !important;
}

.accordion-button:hover{
    color: var(--main-color)!important;
}

.icon_arera{
    margin-left: auto;
    width: 50px;
}


/* select */

.select2.select2-container {
    width: 100% !important;
  }
  
.select2.select2-container .select2-selection {
    height: 34px;
    margin-bottom: 15px;
    outline: none !important;
    transition: all .15s ease-in-out;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
    color: #dddddd;
    padding: 6px 15px;
    background: rgba(19, 66, 105, .8);
    font-size: 12px;
}

.select2.select2-container .select2-selection .select2-selection__arrow {
    background: #f8f8f8;
    border-radius: 0 3px 3px 0;
    height: 32px;
    width: 33px;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
    background: transparent;
}

.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-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100% !important;
    box-sizing: border-box;
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: block;
    padding: 0 4px;
    line-height: 29px;
}

.select2-selection__rendered {
    /*border-radius: 10px 0 0 10px !important;*/
    width: 100% !important;
}

.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-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;
    width: 100%;
    margin: 5px 0 0 0;
}

.select2-container .select2-dropdown .select2-results {
    padding: 0;
}

.select2-container .select2-dropdown .select2-results ul {
    color: #dddddd;
    padding: 6px 15px;
    background: rgba(19, 66, 105, .8);
    font-size: 12px;
}

.select2-container {
    transition: all ease .5s;
}
.select2-results {
    transition: all ease .5s;
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
    background-color: #2396f0;
    padding: 4px;
    color: #fff;
}

.select2-results__options {
    list-style: none;
    padding: 6px;
}

.select2-hidden-accessible {
    display: none;
}

.select2-selection__clear {
    background: transparent;
    border: none;
    padding: 4px;
}

.select2-results__message {
    font-size: 12px;
}
/*
.select2-selection {
    width: 300px;
    display: inline-block;
    height: 51px;
}
.select2-selection__single {
    width: 100%;
    display: inline-block;
    margin: 0;
    height: 51px;
    border-radius: 50%;
}

.select2-selection__rendered {
    width: 100%;
    display: block;
    margin: 0;
    position: absolute;
    height: 100%;
}

.select2-selection__placeholder {
    position: absolute;
    width: 100%;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}*/

