@font-face {
    font-family: 'Moncler GothicWeb TT';
    src: url('../font/MonclerGothicWebTT-Light_ttf.ttf') format('truetype');
    src: url('../font/MonclerGothicWebTT-Book_ttf.ttf') format('truetype'), url('../font/MonclerGothicWebTT-Light-RU.ttf') format('truetype');
}

button:hover {

    transition: 0.3s;
}

button {
    cursor: pointer;
}

a:hover {
    color: #FEF000;
}

a:hover {
    color: rgb(187, 187, 187) !important;
    transition: 0.3s;
}


a:hover {
    color: #bbbbbb !important;
}

.hover-effect:hover {
    color: #a5a5a5 !important;
}

.hover-item:hover{
    transition: 0.3s;
    background-color:rgba(0, 61, 110, 0.03)!important;
}

.hover-app-effect:hover {
    transition: 0.3s;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.13), 0 0 0 0 rgba(0,0,0,0.05);
    background-color: #efe104 !important;
}

label{
    display:unset!important;
}


@media screen and (min-width: 992px) and (max-width: 1199px) {
    .fix-search {
        max-width: 282px !important;
    }
}

.ms-core-menu-link:hover {
    color: #000 !important;
}

@media screen and (min-width: 992px) {
    .ms-srch-hover-outerContainer {
        left: 550px !important;
    }
}

body {
    font-family: 'Moncler GothicWeb TT',Helvetica,Arial,sans-serif;
    background-color: #F0F0F0;
}

.title-font {
    font-family: 'Moncler GothicWeb TT',Helvetica,Arial,sans-serif;
    font-weight: 200;
}

.font-weight-bold{
    /*font-family: 'Kievit-Bold', sans-serif !important;*/
    font-weight:700!Important;
}

.moncler-color {
    color: #003D6E!important;
}

span.moncler-color:hover{
    text-decoration:underline;
    text-decoration-color:#003D6E;
}

.moncler-color-black{
    color:#000000!important;
}

.moncler-color-grey{
    color:#D8D8D8;
}

.bg-gray-moncler {
    background-color: #F7F7F7;
}

button {
    min-width: 10px !important;
}

.moncler-action-button{
    background: none;
    color: #000000;
    font-size: 13px;
    /*padding-left: 40px;
    padding-right: 40px;*/
    height: 44px;
    border:solid!important;
    border-width:1px!important;
    border-color: #cecece!important;
    width: 205px;
}

.moncler-button{
    background-color:#003D6E;
    color:#ffffff;
    font-size: 13px;
    padding-left:40px;
    padding-right:40px;
    height:44px;
    border:none;
}

.moncler-button-secondary{
    background-color:#000000;
    color:#ffffff;
    font-size: 13px;
    padding-left:40px;
    padding-right:40px;
    height:44px;
    border:none;
}

.moncler-login-button{
    background-color:#003D6E;
    color:#ffffff;
    font-size: 13px;
    padding-left:40px;
    padding-right:40px;
    height:44px;
    border:none;
}

@media screen and (max-width: 991px) {
    .moncler-button{
        background-color:#003D6E;
        color:#ffffff;
        font-size: 13px;
        width:30px;
        height:30px;
        padding:0px;
        border:none;
        margin-top:20px!important;
    } 
}

.pv-4p {
    padding-top: 4px;
    padding-bottom: 4px;
}

.p-30 {
    padding: 30px !important;
}

.w-80 {
    width: 80% !important;
}

.w-90 {
    width: 90% !important;
}

.w-120p {
    width: 120px !important;
}

.w-100p {
    width: 100px !important;
}

.w-40p{
    width:40px!important;
}

.mb-14{
    margin-bottom:14px!important;
}
@media screen and (max-width: 768px) {
    .w-sm-100{
        width:100%;
    }
}

.f-size-24 {
    font-size: 24px !important;
}

.f-size-20 {
    font-size: 20px !important;
}

.f-size-11{
    font-size:11px!important;
}

.f-size-10{
    font-size:10px!important;
}

.f-size-18 {
    font-size: 18px !important;
}

.f-size-40 {
    font-size: 40px !important;
}

.f-size-15{
    font-size:15px !important;
}

.f-size-6 {
    font-size: 6px !important;
}

.f-size-9{
    font-size:9px!important;
}

.f-size-13 {
    font-size: 13px !important;
}

.f-size-30{
    font-size: 30px!important;
}

@media screen and (max-width: 991px) {
    h1{
        font-size:23px;
    } 
}

.d-inline-block {
    display: inline-block !important;
}

a{
    color:unset!important;
}

.square {
    float: left;
    position: relative;
    width: 30%;
    padding-bottom: 30%; /* = width for a 1:1 aspect ratio */
    margin: 1.66%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; /* you change this to "contain" if you don't want the images to be cropped */
    background-color: red;
}

/*.carousel-control-prev {
    justify-content: flex-start !important;
    opacity: 1 !important;
    width: 5% !important;
}

.carousel-control-next {
    justify-content: flex-end !important;
    opacity: 1 !important;
    width: 5% !important;
}*/

/*.btn-outline-danger:hover {
    color: #dc3545;
}*/

.carousel-caption {
    position: absolute;
    right:0;
    bottom: 0px;
    left:0;
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 20px;
    color: #000000;
    text-align:left;
    width: 100%;
    padding-left: 15px;
    padding-right:15px;
    height:144px;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -14px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

.btn-outline-danger:hover {
    color: white;
    border: solid !important;
    border-color: #dc3545 !important;
    border-width: 1px !important;
}

    .btn-outline-danger:hover i {
        color: white;
    }
.btn-primary:hover {
    color: #fff;
    background-color: #013c6e!important;
    border-color: #013c6e!important;
}

.btn-default{
    background-color: #cecece!important;
    border-color: #cecece!important;
}



/*#region HeaderNav*/

ul.navbar-nav li.dropdown:hover div.dropdown-menu-hover {
    display: block;
}

.bg-moncler {
    background-color: #FEF000;
}

.bg-moncler-trasparent {
    background-color: #FFFFFF;
    opacity: 0.8;
}

.bg-moncler-black{
    background-color: #1A1A1A
}

.bottom-line {
    border-bottom: solid;
    border-bottom-width: 2px;
    border-bottom-color: #FEF000;
}

.dropdown-menu {
    border-radius: 0px !important;
    /*margin-top: 7px !important;*/
    right:23px;
    left:unset;
}

.navbar-light .navbar-toggler {
    border: none !important;
}

button:focus {
    outline: none !important;
}

a:hover {
    text-decoration: none !important;
}

.dropdown-item {
    color: #FFFFFF !important;
    font-weight:200;
    font-size:13px;
}

.dropdown-menu {
    /*box-shadow: 3px 3px 6px -4px rgba(0,0,0,0.3), -3px 3px 6px -4px rgba(0,0,0,0.3);*/
    box-shadow:none!important;
    background-color:#383838;
    border:none;
}

.navbar .dropdown-menu {
    margin-top: 20px !important;
}

@media screen and (max-width: 991px) {
    .navbar .dropdown-menu {
        margin-top: 5px !important;
        right: 5px;
    }
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.81) !important;
    color: #000000 !important;
}

@media screen and (max-width: 991px) {
    .dropdown-menu {
        border: none !important;
        background-color:#383838;
        box-shadow: none !important;
    }

    .dropdown-item {
        color: #fff !important;
        font-size: 13px !important;
    }
}

@media screen and (min-width: 992px) {
    .fix-nav {
        height: 80px !important;
    }
}

.lang-fix{
    position:relative;
    right:-15%;
}

@media screen and (min-width: 768px) {
    .lang-fix{
        position:relative;
        right:-28%;
    }
}


.moncler-color-black{
    color:#1A1A1A!important;
}

.moncler-background-black{
    background-color:#1A1A1A!important;
}

.moncler-color-gray{
    color:#D6D6D6!important;
}

.moncler-color-b-hover:hover{
    color:#666!important;
}

.dropdown-menu{
    /*padding:0px!important;*/
}

.fix-nav-moncler:hover{
    background-color: rgba(239, 225, 4, 0) !important;
}

.dropdown-menu > li a:hover{
    background: rgb(253, 242, 144)!important;
    color: white;
}

.dropdown-menu > li.show{
    background-color:#fff!important;
}

.dropdown-item:first-child{
    border-radius:0px!important;
}

.dropdown-toggle.toggle-language::after {
    display:none;
}

.fix-lang{
    min-width: 20px!important;
}

.logo-moncler{
    width:110px!important;
}

@media screen and (max-width: 991px) {
    .logo-moncler{
        width:85px!important;
    } 
}

/*#endregion HeaderNav*/

/*#region Search*/

.moncler_search {
    /*font-size: 0.9rem;*/
    border-width: 2px;
    border-radius: 0px;
    height: 44px;
    margin-top: 14px;
    margin-bottom: 14px;
    border:none!important;
    min-width: 260px!important;
    background-color: #E6E6E6;
}

.moncler_input{
    /*font-size: 0.9rem;*/
    border-width: 2px;
    border-radius: 0px;
    height: 44px;
    margin-top: 14px;
    margin-bottom: 14px;
    border:none!important;
    width:100%!important;
    background-color: #E6E6E6;
}

.moncler_kpi {
    border-width: 2px;
    border-radius: 0px;
    height: 35px;
    margin-top: 14px;
    margin-bottom: 14px;
    border: none!important;
    background-color: #969696;
    font-size: 13px;
}

.moncler_lang {
    /*font-size: 0.9rem;*/
    border-width: 2px;
    border-radius: 0px;
    height: 44px;
    margin-top: 14px;
    margin-bottom: 14px;
    border:none!important;
    background-color: #E6E6E6;
}

.moncler_notification{
    position: absolute;
    left: 155px;
    top: -5px;
    border-radius:50px;
}

.moncler_notification_small{
    position: relative!important;
    right: 12px!important;
    left: -11px!important;
    top: -9px!important;
    border-radius: 50px!important;
}

.search-button {
    background:none;
    border: none;
}

input::-webkit-input-placeholder {
  color: #B2B2B2;
  font-size:13px;
  display: block;
}

input:-moz-placeholder { 
  color: #B2B2B2;
  font-size:13px;
  display: block;
}

input::-ms-input-placeholder  { 
  color: #B2B2B2;
  font-size:13px;
  display: block;
}

input::placeholder{
  color: #B2B2B2;
  font-size:13px;
  display: block;
}

.bg-light{
    background-color:#9D9D9D!important;
}
/*#endregion*/


/*#region My apps*/

.box-grid {
    width: 100px;
    height: 100px;
    background-color: #FEF000;
    margin: 10px;
    display: inline-flex !important;
    display: -ms-inline-flexbox !important;
}

@media screen and (max-width: 410px) {
    .box-grid {
        width: 100px;
        height: 100px;
        background-color: #FEF000;
        margin: 5px;
        display: inline-flex !important;
        display: -ms-inline-flexbox !important;
    }
}

.selected-app {
    box-shadow: 0 4px 6px 0 rgba(32,33,36,0.28);
}

.align-icon-custom{
    vertical-align:middle;
}

.fix-ml-grid{
    margin-left:-10px!important;
}

.width-48{
    width:48px;
}

.fix-title-app{
    margin-top:-10px;
}
/*#endregion myapps*/

.bg-grey{
    background-color:#F7F7F7;
}

/*#region Breadcrumb*/

.card-news{
    border-radius:0!important;
    border:none!important;
    border-top:solid!important;
    border-top-width: 14px!important;
    border-top-color:#FEF000!important;
}

.card-news-body{
    background-color:#F0F0F0;
}

.bg-light-news{
    background-color:#F7F7F7;
}

.img-card-moncler{
    background: url(../img/politecnico.jpg);
    background-repeat: no-repeat;
    height: 230px;
    background-size: cover;
}

.triangle-bottomright {
    width: 0;
    height: 0;
    border-bottom: 30px solid grey;
    border-left: 30px solid transparent;
    float: right;
    margin-right: 0rem;
    margin-top: -10px;
}
/*#endregion*/

/*#region Breadcrumb*/

.card-news:hover {
    transition: 0.5s;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.13), 0 0 0 0 rgba(0,0,0,0.05);
}

.card-bg-color{
    background-color:#F0F0F0;
}
/*#endregion*/


/*#region SEARCH RESULT*/

.histogram_bar_active {
    background-color: #fef000!important;
    border-left: 1px solid #929292!important;
    border-right: 1px solid #929292!important;
    border-top: 2px solid #000000!important;
}

.histogram_bar_active:hover, .histogram_bar_inactive:hover {
    background-color: #f5f183;
    border-left: 1px solid #929292!important;
    border-right: 1px solid #929292!important;
    border-top: 2px solid #000000;
}

.histogram_bar_active:active, .histogram_bar_inactive:active {
    background-color: #fef000!important;
    border-left: 1px solid #929292!important;
    border-right: 1px solid #929292!important;
    border-top: 2px solid #000000;
}

.ajax__multi_slider_default .inner_rail_horizontal {
    background-color: #fef000!important;
    border-top: 1px solid #000000!important;
    border-bottom: 1px solid #000000!important;
}

.histogram_container {
    border-bottom: 1px solid #000000;
}

/*#endregion*/



/* PAGINATION */

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #f7f7f7;
    border: none; 
}


/*#endregion*/

/* MODAL */

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background:none;
    background-clip: padding-box;
    border: none;
    border-radius:0;
    outline: 0;
}

.modal-backdrop {
   opacity: 0.9!important;
}

.modal-scroll{
    max-height: 100vh;
    overflow-y: auto;
}

.modal-footer {
    border-top: none;
}

/*#endregion*/

/* DROPDOWN */
.dropdown-toggle::after {
    display: none!important;
}

.login_form{
    max-width:350px;
}

.moncler_badge{
    background-color: #fff;
    border-radius: 2px;
    padding: 6px;
    border: solid;
    border-width: 1px;
    border-color: #dcdcdc;
}


/* TABS TICKET*/
.nav-tabs .nav-link {
    padding-right: 35px;
    padding-left: 35px;
    padding-top: 4px;
    padding-bottom: 5px;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: rgba(233, 236, 239, 0);
    color:#929292!important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #fff;
    border: solid;
    border-radius: 0;
    border-width: 1px;
    padding-right: 35px;
    padding-left: 35px;
    border-color: #cecece;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #6d6d6d!important;
}

.scroll-tab{
    background-color: #e8e8e8;
    padding: 13px;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    overflow-x: none;
    overflow-y: hidden;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.scroll-tab::-webkit-scrollbar { 
    /* display: none!important;  */
}

/* TABS TICKET*/
@media screen and (max-width: 767px) {
    .tab-step-mobile{
        width:100%;
        text-align:left;
    }
}
/*end*/

@media screen and (min-width: 991px) {
    .details-container{
        min-height:300px;
    }
}

.shadow-gradient-scrollbar{
    height: 54px;
    width: 78px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #e8e8e8 50%)!important;
    background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #e8e8e8 50%)!important;
    background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #e8e8e8 50%)!important;
    position: absolute;
    right: 14px;
    top: 1px;
    opacity: 1;
    pointer-events:none;
}

/*CHECKBOX CUSTOM*/

/* The container */
.checkbox-moncler {
  display: block;
  position: relative;
  padding-left: 0px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-moncler input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkbox-moncler {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #d4d4d4;
}

/* On mouse-over, add a grey background color */
.checkbox-moncler:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-moncler input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-moncler input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-moncler .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #003d6e;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cursor-pointer{
    cursor:pointer;
}

/* PAGINATION.JS */

.paginationjs .paginationjs-pages li {
    border: 0px solid #dedede!important;
}

.paginationjs .paginationjs-pages li.active>a {
    height: 30px;
    line-height: 30px;
    background: #aaa;
    color: #fff!important;
}



/*SWITCH TOGGLE*/

.switch {
  position: relative!important;
  display: inline-block!important;
  width: 60px!important;
  height: 34px!important;
}

.switch input { 
  opacity: 0!important;
  width: 0!important;
  height: 0!important;
}

.slider {
  position: absolute!important;
  cursor: pointer!important;
  top: 0!important;
  left: 0!important;
  right: 0!important;
  bottom: 0!important;
  background-color: #ccc!important;
  -webkit-transition: .4s!important;
  transition: .4s!important;
  border-radius: 24px;
}

.slider:before {
  position: absolute!important;
  content: ""!important;
  height: 26px!important;
  width: 26px!important;
  left: 4px!important;
  bottom: 4px!important;
  background-color: white!important;
  -webkit-transition: .4s!important;
  transition: .4s!important;
  border-radius: 24px;
}

input:checked + .slider {
    background-color: #013d6e!important;
}

input:focus + .slider {
  box-shadow: 0 0 1px #013d6e!important;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px)!important;
  -ms-transform: translateX(26px)!important;
  transform: translateX(26px)!important;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px!important;
}

.slider.round:before {
  border-radius: 50%!important;
}


/*SWITCH TOGGLE END*/

.paginationjs-pages ul {
    float: left!important; 
    left: 50%!important; 
    position: relative!important;
}


.paginationjs-pages ul > li {
    left: -50%!important; 
    position: relative!important;
} 



/*INTRO JS CUSTOM*/

.introjs-helperLayer {
    box-sizing: content-box!important;
    position: absolute!important!important;
    z-index: 9999998!important;
    background-color: #fff!important;
    background-color: rgba(255,255,255,.5)!important;
    border: none!important;
    border-radius: 0px!important;
    box-shadow: 0 2px 15px rgba(0,0,0,.4)!important;
    -webkit-transition: all .3s ease-out!important;
    -moz-transition: all .3s ease-out!important;
    -ms-transition: all .3s ease-out!important;
    -o-transition: all .3s ease-out!important;
    transition: all .3s ease-out!important;
}

.introjs-button {
    box-sizing: content-box!important;
    position: relative!important;
    overflow: visible!important;
    display: inline-block!important;
    padding: .3em .8em!important;
    margin: 0!important;
    text-decoration: none!important;
    text-shadow: 1px 1px 0 #fff!important;
    font: 11px/normal sans-serif!important;
    color: #333!important;
    white-space: nowrap!important;
    cursor: pointer!important;
    outline: 0!important;
    background-color: #ececec!important;
    zoom: 1!important;
    margin-top: 10px!important;
    border-radius: 0px!important;
    text-transform:uppercase!important;
}

.introjs-tooltip {
    border-radius: 0px!important;
}

.introjs-helperNumberLayer {
    background:none!important;
    background-color: #003D6E!important;
}

/*INTRO JS CUSTOM END*/

.value-cut{
    width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.w-label{
    width:72px!important;
}

.span-truncate{
    white-space: nowrap; 
    width: 200px; 
    overflow: hidden;   
    text-overflow: ellipsis;
}

.toast{
    background-color: white !important;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #fff!important;
    background-color: #545b62!important;
    border-color: #4e555b!important;
}

.b-radius-1{
    border-radius:1px!important;
}

.mb-0imp{
    margin-bottom:0px!important;
}

.mt-0imp{
    margin-top:0px!important;
}

.ml-0imp{
    margin-left:0px!important;
}

.select2-container--default .select2-selection--single{
    background:none!important;
    border:none!important;
    margin-top:7px!important;
}

.select2-container--default .select2-selection--single:focus {
    outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px!important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 11px!important;
}

.select2-dropdown {
    background-color: #868686!important;
}

.select2-results__option {
    color: #fff!important;
}

.select2-search__field:focus{
    outline:none!important;
}

.w-label {
    width: 55px !important;
}

.w-label-fix {
    width: 86px !important;
}

@media screen and (max-width: 576px) {
    .w-100-sm {
        width: 100% !important;
    }
}

.bootstrap-select > .dropdown-toggle {
    background-color: #e6e6e6;
    border-radius: 0px;
    border-width: 2px;
    border-radius: 0px;
    height: 44px;
    margin-bottom: 14px;
    border: none !important;
    width: 100% !important;
    background-color: #E6E6E6;
}

@media screen and (min-width: 480px) {
    .fix-header{
        z-index: 100;
        position: fixed;
        width: 100%;
    }
    
    .fix-layout{
        position: relative;
        top: 120px;
    }
}

.menu-color{
    background-color: #f0f0f0;
    padding-bottom: 5px;
}


.chat-button{
    background-color: #000000;
    border-radius: 100px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding-top: 13px;
    padding-left: 16px;
    height: 50px;
    width: 50px;
}

.chat-box{
    position: fixed;
    right: 20px;
    bottom: 90px;
    width: 300px;
}

.chat-container{
    max-height:400px!important;
    overflow-y:scroll!important;
}

.bg-light-grey{
    background-color:#f7f7f7!important;
}

.toggle-group {
    width: 210%!important;
}

.btn-default {
    border-color: #000000!important;
}

.toggle-handle {
    right: 3px!important;
}

.toggle-on {
    left: -4px!important;
}

.infinite-scroll-items {
    overflow-y: scroll;
    overflow-x: hidden;
}
