/********** - GLOBAL STYLES - **********/
@font-face {
    font-family: "SourceCodePro-600";
    src: url(../fonts/source-code-pro/SourceCodePro-Black.ttf);
}

@font-face {
    font-family: "SourceCodePro-500";
    src: url(../fonts/source-code-pro/SourceCodePro-Bold.ttf);
}

@font-face {
    font-family: "SourceCodePro-400";
    src: url(../fonts/source-code-pro/SourceCodePro-Medium.ttf);
}

@font-face {
    font-family: "SourceCodePro-300";
    src: url(../fonts/source-code-pro/SourceCodePro-Regular.ttf);
}

@font-face {
    font-family: "SourceCodePro-200";
    src: url(../fonts/source-code-pro/SourceCodePro-Light.ttf);
}

@font-face {
    font-family: "SourceCodePro-100";
    src: url(../);
}

/********** - RESET STYLES - **********/
html, *{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    box-sizing: border-box;
}

*:focus-visible{
    outline: inherit !important;
}

body{
    background: transparent;
}

h1, h2, h3, h4, h5, h6, p, span, b, a, button, div, section, article{
    font-family: "SourceCodePro-300";
    font-size: 16px;
}

li{
    list-style: none;  
}

button{
    border: none;
    outline: none;
    padding: 12px 28px 12px;
    border-radius: 6px;
    cursor: pointer;
}

img{
    /*width: 100%;*/
}


/********** - scrollbar - **********/
/* Default */
::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
}
  
::-webkit-scrollbar-track { 
    border-radius: 0;
}

::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.1); 
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,.2); 
}

/* Personalized */
.custom-scroll-x::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
}
  
.custom-scroll-x::-webkit-scrollbar-track { 
    border-radius: 10px;
}

.custom-scroll-x::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.1); 
    border-radius: 0;
}

.custom-scroll-x::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,.2); 
}

.custom-scroll-y::-webkit-scrollbar {
    height: 6px;
    background-color: transparent;
}
  
.custom-scroll-y::-webkit-scrollbar-track { 
    border-radius: 10px;
}

.custom-scroll-y::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.1); 
    border-radius: 10px;
}

.custom-scroll-y::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,.2); 
}

/********** - MODAL - **********/
.modal{
    /*background: linear-gradient(45deg, black, transparent);*/
    /*backdrop-filter: blur(30px);*/
}

.modal-header{
    border: none;
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 10px 10px 0px;
}

.modal-title{
    font-family: "SourceCodePro-500";    
    margin: 0;
    width: 100%;
    padding: 0 10px 0;
}

.modal-body{
    position: relative;
}


.modal-content{
    border-radius: 1.6rem;
    border: none;
    background: #FFFFFF;
    /*background: linear-gradient(180deg, rgba(255,255,255, 1) 50%, rgba(255,255,255, .9), rgba(255,255,255, 1));*/    
    box-shadow: 0 0 40px -10px rgba(0,0,0,.1);
}

.modal-footer{
    border: none;
}

/********** - MODULE CONTAINER - **********/
.module-container{
    margin-top: 100px;
}

/********** - GLOBAL - MEDIA QUERIES - **********/
/*--------- Max Width ---------*/
/*{ EXTRA LARGE }*/
@media only screen and (max-width: 1199px){
}

/*{ LARGE }*/
@media only screen and (max-width: 991px){
}

/*{ MEDIUM }*/

@media only screen and (max-width: 767px){
}

/*{ SMALL }*/
@media only screen and (max-width: 575px){
}

/*--------- Min Width ---------*/
@media (min-width: 576px) {
    .hp-modal-xl {
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    .hp-modal-xl {
        max-width: 1000px;
    }
}

/********** - HELP CLASSES - **********/
/* BACKGROUND -------------------- */
.hp-bg-transparent{
    background-color: transparent !important;
}

.hp-bg-silver1{
    background-color: #eeeeee !important;
}

.hp-bg-silver2{
    background-color: #f8f8f8 !important;
}

.hp-bg-red1{
    background-color: #ea0066 !important;
}

.hp-bg-green1{
    background: #3ae8bf !important;    
}

.hp-bg-green2{
    background: #61f6bd !important;
}

.hp-bg-green3{
    background: #93ffd5 !important;
}

.hp-bg-green4{
    background: #14373d !important;
}

.hp-bg-green5{
    background: #00cbad !important;
}

.hp-bg-green6{
    background: #00b383 !important;
}

/* COLOR -------------------- */
.hp-color-silver1{
    color: #eeeeee !important;
}

.hp-color-sky-blue1{
    color: turquoise !important;
}

.hp-color-red1{
    color: #ea0066 !important;
}

.hp-color-yellow1{
    color: rgb(255, 252, 53) !important;
}

.hp-color-yellow2{
    color: rgb(255, 187, 0) !important;
}

.hp-color-purple1{
    color:rgb(105, 0, 105) !important;
}


.hp-color-green1{
    color: #3ae8bf !important;    
}

.hp-color-green2{
    color: #3ad197 !important;
}

.hp-color-green3{
    color: #93ffd5 !important;
}

.hp-color-green4{
    color: #14373d !important;
}

.hp-color-green5{
    color: #00cbad !important;
}

.hp-color-green6{
    color: #00b383 !important;
}


.hp-color-white-alpha-01{
    color: rgba(255, 255, 255, 0.1) !important;
}

.hp-color-white-alpha-02{
    color: rgba(255, 255, 255, 0.2) !important;
}

.hp-color-white-alpha-03{
    color: rgba(255, 255, 255, 0.3) !important;
}

.hp-color-white-alpha-04{
    color: rgba(255, 255, 255, 0.4) !important;
}

.hp-color-white-alpha-05{
    color: rgba(255, 255, 255, 0.5) !important;
}

/* Font / Weight -------------------- */
.hp-f-weight-100 {
    font-family: "SourceCodePro-100" !important;
}

.hp-f-weight-200 {
    font-family: "SourceCodePro-200" !important;
}

.hp-f-weight-300 {
    font-family: "SourceCodePro-300" !important;
}

.hp-f-weight-400 {
    font-family: "SourceCodePro-400" !important;
}

.hp-f-weight-500 {
    font-family: "SourceCodePro-500" !important;
}

.hp-f-weight-600 {
    font-family: "SourceCodePro-600" !important;
}
