body {
    background-image: url(/assets/img/background-lattepiu@2x-scaled.jpg);
    color: #3e22ff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    height: 100vh;
    margin: 0;
}




/* LOADER */

.sec_loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #4024fe;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.unload{
    opacity: 0;
    visibility: hidden;
    transition: 0.5s linear;
}



.loader-2 {
  display: block;
  height: 100px;
  width: 100px;
  -webkit-animation: loader-2-1 3s linear infinite;
  animation: loader-2-1 3s linear infinite;
}
@-webkit-keyframes loader-2-1 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes loader-2-1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader-2 span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 100px;
  width: 100px;
  clip: rect(16px, 100px, 100px, 0);
  -webkit-animation: loader-2-2 1.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  animation: loader-2-2 1.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}
@-webkit-keyframes loader-2-2 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes loader-2-2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader-2 span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 100px;
  width: 100px;
  border: 3px solid #eb1d9e4f;
  border-top: 4px solid #eb1d9e;
  border-radius: 50%;
  -webkit-animation: loader-2-3 1.5s ease-out infinite;
  animation: loader-2-3 1.5s ease-out infinite;
}
@-webkit-keyframes loader-2-3 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes loader-2-3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader-2 span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 100px;
  width: 100px;
  border: 3px solid #eb1d9ea6;
  border-radius: 50%;
}



/*LOGIN - REGISTER FORM*/


.l-page{
    height:100%;
}

.l-page > main{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 3px solid #3e22ff;
    border-radius: 0;
}

.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: #3e22ff;
    color: #fff;
    margin: -1px;
}

.card-header:first-child {
    border-radius: 0;
}


.card-body {
    flex: 1 1 auto;
    padding: 0;
    margin:-1px;
}



.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-bottom: 1px solid #4022ff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0px !important;
    background-size: contain;
    border: 1px solid rgb(62 34 255);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}










/*GENERALE*/

main{
    transition:0.5s;
}

footer{
    background: #4022ff;
    padding: 2.5rem;
}

.py-4{
    padding-top: 0rem!important;
    padding-bottom: 0rem!important;
    min-height:80vh;
}

.button-milk {
    width: 100%;
    border-radius: 0;
    padding: 20px 20px 20px 20px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.button-milk:hover{
    background-color: #F0F0F0;
    color:#3e22ff;
}


::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0px;
}

/*.bg-#fff {*/
/*    background-color: #ffffff63 !Important;*/
/*}*/

.logo {
    width: 10rem;
}



.row-nav {
    margin: auto;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

.bg-nav{
    background-color: #4022ff;
    color: #fff;
}

.web-menu > li{
    font-family: 'Roboto', sans-serif;
    margin: 0px 15px;
    text-transform: uppercase;
}

.web-menu .nav-link {
    color: #fff;
    font-size: 13px;
    transition: 0.5s all;
    font-weight: 400;
}

.account-menu > li{
    font-family: 'Roboto', sans-serif;
    margin: 0px 15px;
    text-transform: uppercase;
}

.account-menu .nav-link {
    color: #fff;
    font-size: 14px;
    transition: 0.5s all;
    font-weight: 500;
}

.account-menu .nav-link > svg{
    width:20px;
    height:20px;
    cursor:pointer;
}

.account-menu > li:last-child{
    margin-right: 0px;
}

.button-register {
    background: #fff;
    color: #0a58ca !important;
}


.nav-left {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}


.nav-right {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
}




.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background: #fff;
    padding: 0.8rem 0;
    margin-bottom: 2rem;
    list-style: none;
    justify-content: flex-start;
    flex-direction: row;
}

.navigation-breadcrumb{
    font-weight: 500;
    font-size: 14px;
}

.navigation-breadcrumb > a {
    text-decoration: none;
    opacity: 0.5;
    color: #4022ff;
}


.navigation-breadcrumb > span {
    margin: 0rem 2rem;
    opacity: 0.5;
}

.navigation-breadcrumb > span:last-child {
    margin:0rem;
    opacity: 1;
}




/*ACCOUNT SECTIOM*/



.account{
    display: flex;
    flex-direction: row-reverse;
    align-content: center;
    flex-wrap: wrap;
    transition: 0.25s;
    padding: 5px 1rem;
    align-items: center;
    background: linear-gradient(to left, #b2b7c300 50%, #4024fe 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    cursor: pointer;
    justify-content: center;
}

.account:hover{
    background-position: left bottom;
}

.account > p{
    margin: 0;
    margin-right: 1rem;
    color: #4024fe;
    transition: 0.5s;
    text-transform:uppercase;
}

.account > svg > g{
    transition: 0.5s;
}

.account:hover > svg > g{
    fill: #fff;
}

.account:hover > p{
    color: #fff;
}

.section_account{
    z-index: 9;
    position: fixed;
    width: 80%;
    height: 100%;
    background: #4024fe;
    right: -100%;
    transition: 0.5s;
}


.account_open{
    right: 0;
}



























/*OVERLAY*/

.overlay_menu_open{
    position: absolute;
    background: #000000a3;
    width: 100%;
    height: 100%;
    transition: 0.5s linear;
    z-index: 8;
    display: block;
    opacity: 0;
    visibility: hidden;
}

.visible_overlay{
    opacity: 1;
    visibility: visible;
}





/*SIDEBAR*/

.menu_s {
    cursor: pointer;
    width: 34px;
    height: 34px;
    padding: 4px;
}

sidebar{
    position: fixed;
    top: 0;
    left: 0;
    width: 240px;
    height: 100%;
    background: #4024fe;
    transition:0.5s;
    z-index:9;
}

.sidebar_menu{
    display: flex;
    flex-direction: column;
    margin: 5rem 0 0 0;
    height: 100%;
    justify-content: flex-start;
}

.sidebar_menu > ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar_menu > ul > li{
    color: #fff;
}

.sidebar_item {
    display: flex;
    flex-direction: row;
    width: 100%;
    /*padding: 10px;*/
    height: 40px;
    align-content: center;
    margin-bottom: 1rem;
    flex-wrap: wrap;
    align-items: center;
}
.sidebar_label {
    margin-left: 10px;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 1.2;
}

.remove_label_menu{
    display:none;
}

.item_menu {
    width: 100%;
    display: flex;
    padding: 15px 30px;
    color: unset;
    text-decoration: none;
    background: linear-gradient(to left, #b2b7c300 50%, #eb1d9e 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: 0.2s all;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: flex-end;
}


.item_menu:hover{
    background-position: left bottom;
    color:#fff;
}


.item_menu.current_page {
    background: #eb1d9e;
}


.item_menu > svg{
    width:20px;
}

sidebar.close{
    width:80px;
}

sidebar.close > div > ul > li > a > span{
    display:none;
}


.content_menu_open{
  margin-left:240px;  
}









/*SWIPER*/

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 0;
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}


.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    background: #5037ff;
    width: 40px;
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    color: #fff;
}

/*.swiper-button-next > svg, .swiper-button-prev  > svg {*/

/*    fill:#fff;*/
/*}*/


/*.swiper-button-next > svg:hover, .swiper-button-prev  > svg:hover {*/

/*    fill:#eb1d9e;*/
/*}*/



.swiper-slide > img {
    width:100%;
    height: auto;
}

.swiper-slide {
  -webkit-transition: 250ms all;
  transition: 0.5s all;
}

.swiper-slide:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  z-index: 1;
}

.swiper-slide:first-child:hover {
  margin: 0 40px;
}

.swiper-slide:last-child:hover {
  margin: 0 -40px;
}
 .swiper-wrapper {
  padding: 20px 0;
}





.video_swipe{
    
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility:hidden;
    opacity: 0;
    transition:0.5s;
    cursor:pointer;
}

.swiper-slide:hover > .video_swipe{
  opacity:1;
  visibility:visible;
 
}

.swiper-slide> img{
  transition:0.5s;
 
}

.swiper-slide:hover > img{
  opacity:0;
 
}



/*.button_go_course{*/
    
/*    right: 1rem;*/
/*    width: 8.5rem;*/
/*    visibility: hidden;*/
/*    opacity: 0;*/
/*    text-align: center;*/
/*    height: 3rem;*/
/*    cursor: pointer;*/
/*    background: #4024fe;*/
/*    padding: 1rem 0rem;*/
/*    color: #fff;*/
/*    position: absolute;*/
/*    text-transform: uppercase;*/
/*    bottom: 3rem;*/
/*    transition: 0.5s;*/
/*}*/
/*.swiper-slide:hover > .button_go_course{*/
/*    opacity:1;*/
/*    visibility: visible;*/
/*}*/





/*VIDEO*/



.video-js .vjs-picture-in-picture-control {
    cursor: pointer;
    flex: none;
    order: 9;
}


.video-js .vjs-play-progress:before {
    font-size: 0.9em;
    position: absolute;
    right: -0.5em;
    top: -0.3333333333em;
    z-index: 1;
    color: #4022ff;
    border-radius: 50%;
}


.video-js .vjs-big-play-button {
    font-size: 8em;
    height: 6rem;
    width: 6rem;
    position: absolute;
    top: 35%;
    left: 40%;
    padding: 0;
    cursor: pointer;
    opacity: 1;
    border: 0;
    background-color: rgb(43 51 63 / 57%);
    border-radius: 50%;
    transition: all 0.4s;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

.vjs-big-play-button .vjs-icon-placeholder:before {
    content: "\f101";
    font-size: 5rem;
    color: #e4e4e4c7;
    line-height: 6rem;
}

.video-js:hover .vjs-big-play-button, .video-js .vjs-big-play-button:focus {
    border-color: #fff;
    background-color: rgb(43 51 63 / 57%);
    transition: all 0s;
}


.video-js .vjs-progress-control {
    cursor: pointer;
    flex: auto;
    display: flex;
    align-items: center;
    min-width: 4em;
    touch-action: none;
    position: absolute;
    width: 100%;
    bottom: 2rem;
}


.video-js .vjs-play-progress {
    background-color: #4022ff;
}


/*CATEGORIES*/

.title-category{
    
    text-transform:uppercase;
}







/*BOX VIDEO*/

.box-video{
    position:relative;
    box-shadow: 0px 0px 0px 2px #4022ff;
}

.box-video > video{
    width: 100%;
    height: 100%;
}

.status_bar{
    position: absolute;
    width: 100%;
    height: 2px;
    background: black;
}





.status_bar {
    position: absolute;
    width: 0%;
    height: 2px;
    background: red;
    bottom: 3rem;
}






/*.overlay_video_box{*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: calc(100% - 0.5rem);*/
/*    background: rgb(0 0 0);*/
/*    background: linear-gradient(180deg, rgba(0,0,0,0.006337569207370497) 0%, rgba(0,0,0,1) 100%);*/
/*    opacity:0;*/
/*    transition:0.5s all;*/
/*}*/
/*.box-video:hover > .overlay_video_box{*/
/*    opacity:1;*/
/*}*/


.bookmark > svg{
    transition:0.3s;
}

.point_bookmark{
    
    position:absolute;
    width:10px;
    height:10px;
    top:-4px;
    border-radius:50%;
    background:red;
}

.message_bookmark{
    
    position: absolute;
    width: 12rem;
    bottom: 2rem;
    height: 14rem;
    background: #fff;
  
}


.triangle-down {
    width: 0;
    position: absolute;
    bottom: -20px;
    left: 20px;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #3f23ff;
}





.modal-note {
    position: absolute;
    bottom: 0rem;
    z-index: 999;
    color: #3e22ff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 17px;
    background: #fff;
    width: 20rem;
    box-shadow: 5px 5px 0px 0px;
    margin-left: -20px;
    height: 17.7rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    /*--animate-duration:0.5s;*/
    transition:0.2s bottom, 0.2s visibility, 0.2s opacity;
    visibility:hidden;
    opacity:0;
}
.open-modal-note{
    bottom: 5rem;
    visibility:visible;
    opacity:1;
    z-index: 999;
}


.modal-note > form{
    position:relative;
}

 .textarea-note{
    max-height:60px;
 }


.button-note {
    border-radius: 0;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    background-color: #4022ff !important;
    border-color: #4022ff !important;
    float: right;
    color: #fff !important;
    margin-top: 2rem;
    text-transform: uppercase !important;
    letter-spacing: 1px;
}

.close-modal-note{
    position: absolute;
    top: 10px;
    color: #fff;
    right: 10px;
    cursor: pointer;
    background: #4022ff;
}



.next-video{
    width: 15rem;
    height: 3rem;
    position: absolute;
    bottom: 2.5rem;
    background: linear-gradient(to right, #4022ff 50%, #4022ff00 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    cursor: pointer;
    right: 0.5rem;
    display: flex;
    opacity: 0;
    visibility: hidden;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: space-evenly;
    transition:0.5s;
}

.next-video-open{
    opacity: 1;
    visibility: visible;
    background-position: left bottom;
}

.next-video > p{
    position:relative;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.overlay_video_box {
    position: absolute;
    top: 0;
    display: flex;
    left: 0;
    width: 100%;
    height: 482px;
    background: rgb(64 37 255);
    transition: 0.5s all;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    transition: 0.5s all;
    opacity:1;
    visibility:visible;
}

.remove-overlay-box{
    opacity:0;
    visibility:hidden;  
}


.custom-marker{
    background:#fff !Important;
    border-radius:0 !Important;
}


.video-js .vjs-custom-control-spacer {
    display: block;
    width: 80%;
}

.video-js .vjs-fullscreen-control {
    cursor: pointer;
    flex: none;
    order: 10;
}


/*sidebar detail video*/


.collapse-custom{
    position: relative;
    box-shadow: 0px 0px 0px 2px #4022ff;
}

.collapse-custom:first-child{}


.head-list{
    background: #fff;
    color: #4022ff;
    padding: 10px 25px;
    cursor: pointer;
    font-size: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}




.head-list > p{
    margin:0;
    text-transform:uppercase;
}

.head-list > .collapse-icon{
    width:20px;
    height: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.collapse-icon > .bar-1{
    width:100%;
    background: #4022ff;
    height:3px;
}

.collapse-icon > .bar-2{
    width:100%;
    background: #4022ff;
    height:3px;
    margin-top: -3px;
    transition: 0.1s;
    transform:rotate(90deg);
}

.collapse-custom-open > .head-list > .collapse-icon > .bar-2{
    transform: rotate(180deg);
}

.section-collapse {
    height: 0;
    position:relative;
    background: #4022ff;
    transition: 0.2s;
    overflow-y: scroll;
}

/*.section-collapse > .content {*/
/*    transition: 0.2s height, 0.2s visibility;*/
/*    visibility:hidden;*/
/*    position: relative;*/
/*    height: 0;*/
/*}*/


.section-collapse::-webkit-scrollbar-thumb {
    background: #2714a5;
}

.section-collapse::-webkit-scrollbar {
    -webkit-appearance: none;
    background: #4022ff;
    width: 7px;
}


.collapse-custom-open > .section-collapse {
    height: 500px;
}



.collapse-custom-open > .head-list{
    border-bottom: 2px solid;
}



.list-video{
    position: relative;
    padding-bottom: 1rem;
}

.list-item-video{
    position: relative;
    padding-left: 0;
    cursor:pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

.list-item-video.complete{
    opacity: 0.5;
}


.list-item-video:first-child > .box-item{

    border-top: 0px solid #ffffffb3;
}



.list-item-video > .icon-video{
    font-size: 20px;
    width: 20px;
    color: #fff;
    height: 30px;
    display: flex;
    text-align: left;
    flex-direction: column;
    justify-content: center;
}


.box-item{
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    padding: 20px 0px;
    border-top: 2px solid #ffffffb3;
}




.img-video{
    position:relative;
}


.list-item-video > .box-item > .img-video > .status-bar {
    width: 72%;
    background: #ffffff;
    position: absolute;
    height: 6px;
    bottom: 0;
}



.list-item-video > .box-item > .img-video > .time-video {
    background: #000;
    color: #fff;
    position: absolute;
    font-size: 8px;
    font-family: 'Roboto', sans-serif;
    padding: 2px;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    line-height: 8px;
    right: 5px;
    border-radius: 0.25rem;
    bottom: 10px;
}

.list-item-video > .box-item > .description-video{
    margin-left: 1rem;
    max-width: 170px;
}


.list-item-video > .box-item > .description-video > .pre-title-video{
    margin: 0;
    font-size: 10px;
    color: #ffffff52;
    text-transform: uppercase;
}

.list-item-video > .box-item > .description-video > .title-video{
    margin: 0;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff52;
    text-transform: uppercase;
}

.list-item-video > .box-item > .description-video > .short-description-video{
    margin: 0;
    font-size: 14px;
    color: #ffffff52;
}


.list-item-video.active{background: #2714a5;}

.list-item-video.active > .box-item > .description-video > .title-video{
    color: #fff;
}

.list-item-video.active > .box-item > .description-video > .pre-title-video{
    color: #fff;
}


.list-item-video.active > .box-item > .description-video > .short-description-video{
    color: #fff;
}


.list-item-video > .box-item > .icon-complete{
    position: absolute;
    right: 1rem;
    color: #fff;
    top: 1rem;
}

.icons-video {
    color: #fff;
    opacity: 0.5;display: flex;
    height: 65px;
    margin-left: 1rem;width: 22px;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.list-item-video.active > .box-item > .icons-video {
    color: #fff;
opacity: 1;}






.title-course {
    font-weight: bold;
    margin-top: 2rem;
    font-size: 3rem;
    margin-bottom: 1rem;
}

.description-course {
    max-width: 70%;
    font-weight: 300;
    font-size: 15px;
}





.detail-lesson{
    margin-top: 3rem;
}

.title-lesson {
    font-weight: bold;
    margin-bottom: 1rem;
    max-width: 50%;
}

.description-lesson {
    color: #000;
    max-width: 90%;
    font-weight: 300;
    font-size: 15px;
}

.pre-title-lesson {
    text-transform:uppercase;
}

.read-more-lesson {
    font-size: 15px;
    cursor:pointer;
    font-weight:bold;
    text-decoration:underline;
}



.list-resource{
    position: relative;
    padding-bottom: 1rem;
}

.list-item-resource{
    position: relative;
    padding: 10px 10px;
    cursor:pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

.list-item-resource > .description-resource{
    
    margin-left: 1rem;
}

.list-item-resource > .description-resource > .title-resource{
    
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
}

.list-item-resource > .description-resource > .short-description-resource{
    
    margin: 0;
    font-size: 14px;
}




.list-bookmark{
    position: relative;
    padding-bottom: 1rem;
}

.list-item-bookmark{
    position: relative;
    padding: 10px 10px;
    cursor:pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

.list-item-bookmark > .description-bookmark{
    
    margin-left: 1rem;
}

.list-item-bookmark > .description-bookmark > .title-bookmark{
    
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
}

.list-item-bookmark > .description-bookmark > .short-description-bookmark{
    
    margin: 0;
    font-size: 14px;
}


.triangle-right {
      height: 0;
      border-top: 5px solid transparent;
      border-left: 10px solid #fff;
      border-bottom: 5px solid transparent;
    }



.tab-detail {
    display: flex;
    flex-direction: row;
    list-style: none;
    border-bottom: 1px solid;
    padding: 0;
    margin-bottom: 2rem;
}

.tab-detail > .item-tab {
    padding: 0px 1.5rem;
    font-size: 16px;
    cursor: pointer;
    padding-bottom: 0.5rem;
}


.tab-detail > .item-tab.active-tab {
        font-weight: bold;
        border-bottom: 4px solid;
}



.requirements{
    list-style:none;
    padding:0;
}
.requirements > li{
    margin-bottom:1rem;
}

.requirements > li > span{
    margin-right:10px;
}
.requirements > li{
    font-size:15px;
}

.requirements > li > span >svg{
    width: 30px;
    height: 30px;
}




/*CARD COURSE*/



.card-course{
    /* box-shadow: 0px 0px 0px 2px; */
    background: #fff;
}

.card-img{
    border-radius: 0 !important;
    box-shadow: 0px 0px 0px 2px;
}

.card-img > img{
    width:100%;
}

.card-description{
    padding: 1.5rem;
    box-shadow: 0px 0px 0px 2px;
}


.card-description > h4{
    font-weight: bold;
}

.card-description > p{
    font-weight: 300;
}

.card-button{
    box-shadow: 0px 0px 0px 2px #4022ff;
    background: #4022ff;
    padding: 1rem;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    color:#fff;
    text-decoration:none;
}

.card-course > a{
    text-decoration:none;
}






/*PRICE*/


.buy-sec{
    margin-top: 3rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

.price{
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 25px;
}

.old-price{
    text-decoration: line-through;
    opacity: 0.3;
    font-size: 18px;
    font-weight: 500;
}

.button-buy{
    background: #4022ff;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    padding: 1.2rem 2rem;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 3.5px;
}










/*MARGIN*/







/*PADDING*/


.p-l-2{
    padding-left: 2.5rem;
}

.p-0{
    padding:0px;
}

.ptb-6{
    padding-top:6rem;
    padding-bottom:6rem;
}







/*ICONE SVG*/

.lezioni-i{fill:currentColor;opacity:.5;}
.lezioni-i,.lezioni-j{stroke:currentColor;stroke-linejoin:bevel;stroke-width:35.04px;}
.lezioni-j{fill:none;}


.photoshop-i{opacity:.5;}
.photoshop-i,.photoshop-j{fill:currentColor;}
.photoshop-i,.photoshop-k{stroke:currentColor;stroke-linejoin:bevel;stroke-width:35.04px;}
.photoshop-j {
    font-family: 'Roboto';
    font-size: 190.35px;
    letter-spacing: -.05em;
    font-weight: bold;
}
.photoshop-k{fill:none;}


.livello-i{fill:currentColor;opacity:.5;}
.livello-i,.livello-j{stroke:currentColor;stroke-linejoin:bevel;stroke-width:35.04px;}
.livello-j{fill:none;}


.risorse-i{fill:currentColor;opacity:.5;}
.risorse-i,.risorse-j{stroke:currentColor;stroke-linejoin:bevel;stroke-width:35.04px;}
.risorse-j{fill:none;}


.like-i{fill: #fff;}


.like-j{fill:currentColor;}

.wishlist>svg{
    height: 20px;
    width: 20px;
}

.wishlist>svg .like-i{
    fill:#fff;
}

.bookmark-i{fill:none;stroke:currentColor;stroke-linejoin:bevel;stroke-width:35.04px;}

.aggiungi-i{fill:none;stroke:#3e22ff;stroke-linejoin:bevel;stroke-width:35.04px;}


.icons-video > svg .bookmark-i{
        fill: #fff;
}

.bookmark>svg{
    height: 20px;
    width: 20px;
}

.bookmark>svg .aggiungi-i{
    stroke:#fff;
}
.pulse-bookmark > svg .aggiungi-i{
    stroke: #000;
}


.pulse-bookmark > svg {
    
    background: #fff;
    
    box-shadow: 0 0 0 0 rgb(255 255 255);
    
    height: 20px;
    padding: 0;width: 20px;
    transform: scale(1);
    animation: pulse-white 2s infinite;
}


@keyframes pulse-white {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}


.img-bookmark{
    color:#fff;
    width:24px;
    height:24px;
}


.img-resource{
    color:#fff;
    width:24px;
    height:24px; 
}
