/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Raleway:100,400,600,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Baloo+Chettan&display=swap");

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

/*@import url(animate.min.css);*/
/*@import url(normalize.css);*/
/*@import url(icomoon.css);*/
/*@import url(font-awesome.min.css);*/
/*@import url(meanmenu.css);*/
/*@import url(owl.carousel.min.css);*/
/*@import url(swiper.min.css);*/
/*@import url(slick.css);*/
/*@import url(jquery.fancybox.min.css);*/
/*@import url(jquery-ui.css);*/
/*@import url(nice-select.css);*/

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/


@media only screen and (max-width: 1100px) {
    .nav-link {
     font-size: 8px!important;
    }
    .nav-link div:first-child{
        font-size: 7px!important;
    }
  }
  @media only screen and (max-width: 800px) {
    .nav-link {
     font-size: 6px!important;
    }
    .nav-link div:first-child{
        font-size: 4px!important;
    }
  }

* {
    box-sizing: border-box !important;
}


/* dashboard */
.c-dashboardInfo {
    margin-bottom: 15px;
  }
  .c-dashboardInfo .wrap {
    background: #ffffff;
    box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 40px 25px 20px;
    height: 100%;
  }
  .c-dashboardInfo__title,
  .c-dashboardInfo__subInfo {
    color: #6c6c6c;
    font-size: 1em;
  }

  .c-dashboardInfo__count {
    font-weight: 600;
    font-size: 1.5em;
    line-height: 64px;
    color: #323c43;
  }
  .c-dashboardInfo .wrap:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    content: "";
  }

  .c-dashboardInfo:nth-child(1) .wrap:after {
    background: linear-gradient(82.59deg, #00c48c 0%, #00a173 100%);
  }
  .c-dashboardInfo:nth-child(2) .wrap:after {
    background: linear-gradient(81.67deg, #0084f4 0%, #1a4da2 100%);
  }
  .c-dashboardInfo:nth-child(3) .wrap:after {
    background: linear-gradient(69.83deg, #0084f4 0%, #00c48c 100%);
  }
  .c-dashboardInfo:nth-child(4) .wrap:after {
    background: linear-gradient(81.67deg, #ff647c 0%, #1f5dc5 100%);
  }
  .c-dashboardInfo__title svg {
    color: #d7d7d7;
    margin-left: 5px;
  }
  .MuiSvgIcon-root-19 {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 24px;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    user-select: none;
    flex-shrink: 0;
  }

/* dashboard */





.container {
    max-width: 1170px;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    line-height: 1.80857;
    font-weight: normal;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    /* color: #111111; */
    color: #fff;
    margin: 0;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 13px;
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none !important;
    opacity: 1;
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    /* list-style: none; */

}

p {
    margin: 0px;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

:focus {
    outline: 0;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    /* border-color: #ffffff !important; */
    border-color: #ffffff;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.full {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

/**-- heading section --**/

/*---------------------------- preloader area ----------------------------*/

.loader_bg {
    position: fixed;
    z-index: 9999999;
    background: #fff;
    width: 100%;
    height: 100%;
}

.loader {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader img {
    width: 280px;
}

/*-- header area --*/

/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/

/*-- navigation--*/

.navigation.navbar {
    float: right;
    padding-top: 5px !important;
    padding: 0;
}

.navigation.navbar-dark .navbar-nav .nav-link {
    /* padding: 7px 0px 29px 0px; */
    /* margin: 0 10px; */
    color: #202020;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: #e8e9eb solid 3px;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
    color: #00274a;
    border-bottom: #00274a solid 3px;
}

.navigation.navbar-dark .navbar-nav .active > .nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show > .nav-link {
    color: #00274a;
    border-bottom: #00274a solid 3px;
}

.navbar-expand-md .navbar-nav {
    padding-right: 10px;
}

.header {
    width: 100%;
    height: 90px;
    padding: 21px 0px;
    background: url(../images/header.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    border-top: #00274a solid 5px;

}
.sub-menubar{
    width: 100%;
    height: 70px;
    background: #0a63b2;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    padding-left: 100px;
}

/** banner section **/

.banner_main {
    position: relative;
}

.banner .carousel-indicators li {
    width: 20px;
    height: 20px;
    border-radius: 30px;
    background: #000;
}

.banner .carousel-indicators .active {
    background-color: #fe0000;
}

.banner_text {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.stewart span {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 44px;
    line-height: 35px;
    color: #fff;
    display: block;
    padding-bottom: 24px;
}

.stewart h1 {
    padding-bottom: 35px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 111px;
    line-height: 90px;
    color: #fff;
}

.stewart p {
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    color: #fff;
}

.stewart .read_more {
    max-width: 205px;
    height: 53px;
    padding: 10px 0;
    color: #fff !important;
    font-size: 18px;
    text-transform: uppercase;
    background-color: #00274a;
}

.stewart .read_more:hover {
    background-color: #121212;
}

#myCarousel a.carousel-control-next,
#myCarousel a.carousel-control-prev {
    top: 80%;
    background: #111;
    opacity: 1;
    font-size: 30px;
    width: 69px;
    color: #fff;
    height: 68px;
    border-radius: 50%;
}

#myCarousel a.carousel-control-next:focus,
#myCarousel a.carousel-control-next:hover,
#myCarousel a.carousel-control-prev:focus,
#myCarousel a.carousel-control-prev:hover {
    background: #fff;
    color: #111;
}

#myCarousel a.carousel-control-prev {
    position: absolute;
    left: 8%;
}

#myCarousel a.carousel-control-next {
    position: absolute;
    right: 81%;
}

.carousel-indicators {
    display: none;
}

/** end banner section **/

.titlepage {
    text-align: center;
    padding-bottom: 40px;
}

.titlepage h2 {
    font-size: 40px;
    color: #191919;
    line-height: 45px;
    font-weight: 500;
    padding: 0;
    display: inline-block;
}

.titlepage h2::before {
    position: relative;
    content: "";
    background-color: #00274a;
    width: 100px;
    height: 5px;
    top: 55px;
    display: block;
    margin: 0 auto;
    margin-right: 0;
}

.d_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.read_more {
    font-size: 17px;
    background-color: #191919;
    color: #fff;
    padding: 8px 0px;
    width: 100%;
    max-width: 168px;
    text-align: center;
    display: inline-block;
    transition: ease-in all 0.5s;
    font-weight: 500;
    border-radius: 15px;
    margin-top: 50px;
}

.read_more:hover {
    background: #00274a;
    color: #fff;
    transition: ease-in all 0.5s;
}

/** about section **/

.about {
    background-color: #fff;
    padding-top: 50px;
}

.about .titlepage {
    text-align: left;
    padding-bottom: 0;
    max-width: 443px;
    width: 100%;
    float: right;
}

.about .titlepage h2 {
    margin-bottom: 25px;
}

.about .titlepage p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #090808;
}

.about_img {
    overflow: hidden;
}

.about_img figure {
    margin: 0;
}

.about_img figure img {
    width: 100%;
    transition: all 0.5s;
}

.about_img figure img:hover {
    transform: scale(1.2);
}

/** end about section **/

/** services section **/

.services {
    background-color: #00274a;
    padding: 60px 0 30px 0;
    margin-top: 90px;
}

.services .titlepage {
    text-align: center;
}

.services .titlepage h2 {
    color: #fff;
}

.services .titlepage h2::before {
    background-color: #000000;
}

.services .titlepage p {
    color: #fff;
    font-size: 17px;
    margin-top: 25px;
    font-weight: 400;
}

.se_img {
    text-align: center;
    background-color: #000;
    margin-bottom: 30px;
    /*  custom */
    border: 8px solid limegreen;
    border-radius: 20px;
}

.se_img figure {
    margin: 0;
}

.se_img figure img {
    width: 100%;
    transition: all 0.5s;
    /* custom */
    border-radius: 12px 12px 0 0;
}
.se_img .touchhover {
    visibility: hidden;
    color: white;
    position: absolute;
    top: 39%;
    left: 37%;
    font-weight: bold;
}
.se_img a:hover .touchhover {
    visibility: visible;
}
.se_img figure img:hover {
    opacity: 0.5;
    cursor: pointer;
}

/* custom style */
.se_img p {
    color: white;
}
/* custom style */
.resize_img img {
    width: 149px;
    height: 112px;
}
.input-group-text {
    width: 275px;
}
.input-group {
    margin: 5px 0;
}
.input-group textarea {
    height: 150px;
    resize: none;
}
.get-id{
    cursor: pointer;

}
.get-id:hover{
    background: #084e87;
    color: white;
}
/* custom style */

/** end services section **/

/** latest news **/

.latest {
    padding-top: 80px;
}

.latest .titlepage p {
    color: #000000;
    font-size: 17px;
    line-height: 20px;
    padding-top: 25px;
}

.news_img figure {
    margin: 0;
}

.news_img figure img {
    width: 100%;
}

/** end latest news **/

/** trainers section **/

.trainers {
    background: url(../images/tra_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 60px 0 30px 0;
    margin-top: 60px;
}

.trainers .titlepage {
    text-align: center;
}

.trainers .titlepage h2 {
    color: #fff;
}

.trainers .titlepage h2::before {
    background-color: #fff;
}

.trainers .titlepage p {
    color: #fff;
    font-size: 17px;
    margin-top: 25px;
}

.trainers .trainer_box {
    text-align: left;
    margin-bottom: 30px;
    transition: ease-in all 0.5s;
}

.trainers .trainer_box .trainer_img {
    overflow: hidden;
}

.trainers .trainer_box .trainer_img figure {
    margin: 0;
}

.trainers .trainer_box .trainer_img figure img {
    width: 100%;
    transition: all 0.5s;
}

.trainers .trainer_box .trainer_img figure img:hover {
    transform: scale(1.2);
}

.trainers .trainer_box .trainer {
    padding: 33px 30px;
    text-align: center;
}

.trainers .trainer_box .trainer h3 {
    color: #fff;
    font-size: 25px;
    line-height: 20px;
    font-weight: 500;
    padding-bottom: 20px;
    text-transform: uppercase;
    transition: ease-in all 0.5s;
    margin: auto;
}

.trainers .trainer_box .trainer p {
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    transition: ease-in all 0.5s;
}

#trai:hover.trainer_box {
    background-color: #fff;
    transition: ease-in all 0.5s;
}

#trai:hover .trainer h3 {
    color: #00274a;
    transition: ease-in all 0.5s;
}

#trai:hover .trainer p {
    color: #000000;
    transition: ease-in all 0.5s;
}

/** end trainers section **/

/** gallery  section **/

.gallery {
    background-color: #00274a;
    margin-top: 80px;
    padding: 60px 0 30px 0;
}

.gallery .titlepage h2 {
    color: #fff;
}

.gallery .titlepage h2::before {
    background-color: #000;
    top: 65px;
}

.gallery .titlepage p {
    color: #fff;
    font-size: 17px;
    line-height: 28px;
    margin-top: 30px;
}

.gallery .gallery_box {
    overflow: hidden;
    margin-bottom: 30px;
    transition: ease-in all 0.4s;
}

.gallery .gallery_img :hover {
    transform: scale(1.2);
    transition: ease-in all 0.3s;
}

.gallery .gallery_img {
    width: 100%;
    transition: ease-in all 0.3s;
    margin-bottom: 30px;
    display: block;
    overflow: hidden;
}

.gallery .gallery_img img {
    width: 100%;
    transition: ease-in all 0.3s;
    display: block;
}

/** end gallery  section **/

/** contact section **/

.contact {
    background: #fff;
    padding-top: 80px;
}

.contact .titlepage {
    text-align: left;
    padding-bottom: 48px;
}

.main_form .contactus {
    padding: 0 15px;
    margin-bottom: 25px;
    width: 100%;
    height: 50px;
    background: #fff;
    color: #00274a;
    font-size: 16px;
    font-weight: normal;
    border-radius: 10px;
    border: #0f98f8 solid 1px;
}

.main_form .textarea {
    border: #fff solid 1px;
    margin-bottom: 25px;
    width: 100%;
    background: #fff;
    color: #00274a;
    font-size: 16px;
    font-weight: normal;
    padding: 12px 15px 0 15px;
    border-radius: 10px;
    border: #0f98f8 solid 1px;
    height: 122px;
}

.main_form .send_btn {
    font-size: 18px;
    transition: ease-in all 0.5s;
    background-color: #191919;
    text-transform: uppercase;
    color: #fff;
    padding: 8px 0px;
    max-width: 168px;
    width: 100%;
    display: block;
    margin-top: 10px !important;
    font-weight: 500;
    border-radius: 10px;
}

.main_form .send_btn:hover {
    background-color: #00274a;
    transition: ease-in all 0.5s;
    color: #fff;
}

#request *::placeholder {
    color: #00274a;
    opacity: 1;
}

/** end contact section **/

/** footer **/

.footer {
    background: #00274a;
    margin-top: 80px;
    padding-top: 80px;
    text-align: center;
}

.footer h3 {
    font-weight: 600;
    font-size: 25px;
    line-height: 24px;
    text-align: left;
    color: #fff;
    margin-bottom: 15px;
    display: table;
}

ul.conta li {
    color: #fff;
    text-align: left;
    padding-bottom: 20px;
    font-size: 20px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

ul.conta li i {
    padding-right: 15px;
    text-align: center;
    font-size: 39px;
    width: 55px;
}

ul.conta li a {
    color: #fff;
}

ul.link_menu li {
    display: block;
    text-align: left;
}

ul.link_menu li a {
    color: #fff;
    font-size: 17px;
    line-height: 33px;
    display: block;
    width: -moz-max-content;
}

.bottom_form {
    display: flex;
    flex-wrap: wrap;
    margin-top: 32px;
}

.bottom_form .enter {
    border: inherit;
    padding: 0px 19px;
    width: 100%;
    height: 45px;
    background: #fffffff2;
    color: #c3c2c2;
    font-size: 17px;
    font-weight: 500;
    float: left;
    margin-bottom: 20px;
}

.sub_btn {
    font-size: 17px;
    transition: ease-in all 0.5s;
    background-color: #cb8f00;
    color: #fff;
    padding: 8px 0px;
    max-width: 147px;
    width: 100%;
    font-weight: 500;
    text-transform: uppercase;
    height: 47px;
}

.sub_btn:hover {
    background-color: #191919;
    transition: ease-in all 0.5s;
    color: #fff;
}

.copyright {
    margin-top: 60px;
    padding-bottom: 20px;
    background-color: #fff;
    border-right: inherit;
    border-left: inherit;
}

.copyright p {
    color: #000;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    padding-top: 25px;
    font-weight: normal;
}

.copyright a {
    color: #000;
}

.copyright a:hover {
    color: #00274a;
}

/** end footer **/

/*****     Custom CSS for Application Form  *****/
.app_form_cust {
    width: 900px !important;
}
.p_tag:first-child {
    color: black;
    text-align: center;
    font-weight: bolder;
    margin: 50px 0;
    font-size: 30px;
}
.p_tag:nth-child(2) {
    color: black;
    text-align: center;
    font-weight: bolder;
    margin: 15px 0;
    font-size: 20px;
}
.app_form_cust .table tr td:last-child {
    width: 57%;
}
.app_form_cust .table tr td input {
    width: 100%;
}
/*****     Custom CSS for Application Form  *****/
/*****     Custom CSS for Order Details  *****/
.hasdisable {
    display: none;
}
.removecart {
    cursor: pointer;
}
/*****     Custom CSS for Order Details  *****/
/*****     Custom CSS for Order form image slider  *****/
.slider-container {
    width: 100%;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.image-container {
    /* width: 100%; */
    clear: both;
    position: relative;
    animation-name: slider;
    animation-duration: 30s;
    animation-delay: 10s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: backwards;
    animation-play-state: running;
}

.slider-image {
    width: auto;
    float: left;
    position: relative;
}

@keyframes slider {
    0% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(-25%x, 0);
    }
    50% {
        transform: translate(-50%, 0);
    }
    75% {
        transform: translate(-75%, 0);
    }
    100% {
        /*transform: translate(-876px, 0);*/
        transform: translate(0, 0);
    }
}

/*****     Custom CSS for Order form image slider  *****/
/*****     Custom CSS for career  *****/
.margin_bottom_20 {
    margin-bottom: 20px;
}
/*****     Custom CSS for career  *****/
/*****     Custom CSS for commission  *****/
.comision-items {
    display: flex;
    justify-content: space-between;
}
.comision-items p {
    height: 1.5rem;
}
.comision-item-img {
    padding: 10px;
    border: 3px solid blueviolet;
    margin: 5px 0;
}
.comision-item-head {
    padding: 0 10px;
    background-color: #084e87;
    color: white;
}
.comision-item-row {
    padding: 0 10px;
    color: white;
    /* background-color: #70543b; */
    background-color: #ed4637;
    margin-top: 5px;
}
.item-font-12, .item-font-12 p{
    font-size: 12px;
}
.headline-text{
    font-size: 16px;
    color: darkred;
    font-weight: 900;
    text-align: center;
}
.lavoro, .attivita, .pensionata{
    display: none;
}
/*****     Custom CSS for commission  *****/

/**  inner page css **/

.back_re {
    background-color: #022c53;
}

.back_re .title {
    text-align: center;
}

.back_re .title h2 {
    color: #fff;
    font-size: 40px;
    padding: 40px 0;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 35px;
}

.margin_0 {
    margin: 0 !important;
}


/* for custom dropdown menu with search css >>>>>>>>>> */
/* own edited */
.dropdown_select_btn, .dropdown_list_item{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.dropdown_select_btn{
    padding: 0 20px;
    border-radius: 7px;
    justify-content: space-between;
}
.dropdown_select_btn span{
    transition: transform 0.3s linear;
}
.dropdown_main_container.active .dropdown_select_btn svg{
    transform: rotate(-180deg);
}
.dropdown_content{
    width: 100%;
    position: absolute;
    z-index: 999;
    display: none;
    padding: 10px;
    margin-top: 50px;
    background: #fff;
    border-radius: 7px;
}
.dropdown_main_container.active .dropdown_content{
    display: block;
}
.dropdown_content .dropdown_search{
    position: relative;
}
/* .dropdown_search i{
    top: 50%;
    left: 15px;
    color: #999;
    font-size: 20px;
    pointer-events: none;
    transform: translateY(-50%);
    position: absolute;
} */

.dropdown_search input:focus{
    padding-left: 42px;
    border: 2px solid #4285f4;
}
.dropdown_search input::placeholder{
    color: #bfbfbf;
}
.dropdown_content .dropdown_options{
    margin-top: 10px;
    max-height: 250px;
    overflow-y: auto;
    padding-right: 7px;
}
.dropdown_options::-webkit-scrollbar{
    width: 7px;
}
.dropdown_options::-webkit-scrollbar-track{
    background: #f1f1f1;
    border-radius: 25px;
}
.dropdown_options::-webkit-scrollbar-thumb{
    background: #ccc;
    border-radius: 25px;
}
.dropdown_options::-webkit-scrollbar-thumb:hover{
    background: #b3b3b3;
}
.dropdown_options li{
    /* flex-direction: column; */
    display: inherit;
    padding: 5px;
}
.dropdown_options li:nth-child(odd){
    background: #f2f2f2;
}
.dropdown_options li:hover, li.selected{
    border-radius: 5px;
    background: #e7edab;
}
.dropdown_options li.selected{
    background: #e7edab !important;
}
.dropdown_list_item_name_2nd {
    font-size: 12px;
    font-style: italic;
    color: black;
}
.dropdown-item:hover{
    background-color: #00274a !important;
    color: #fff !important;
}
#navbarDropdownMenuLink-bus + div.dropdown-menu::before{
    content: " ";
}
#navbarDropdownMenuLink-bus + div.dropdown-menu > a.dropdown-item:first-child{
    background-color: #5cac00;
    color: #fff;
}
#navbarDropdownMenuLink-bus + div.dropdown-menu > a.dropdown-item:last-child{
    background-color: #303f9f;
    color: #fff;
}
/* own edited ------------- */

/* bolletini css */
.ricaricapay:hover {
    cursor: pointer;
}
.ricaricapay::after {
    color: red;
}
.bolletiniPhoneNumber {
    border: 1px solid red!important;
}
/* bolletini css */
