@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    font-family: 'Poppins', sans-serif;
}


.head_main {
background: rgba(0, 0, 0, 0.482);
position: fixed;
width: 100%;
z-index: 5;
backdrop-filter: blur(20px);
}
.main-area{
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
}
a{
    text-decoration: none !important;
}
.container{
    max-width: 1200px;
}
.logo-head {
    width: 130px;
    display: inline-block;
    padding: 11px 0px;
    align-items: left;
}

.logo-head1 a{
    font-size: 32px;
    padding-right: 40px;
    font-weight: 900;
    color: #ffffffeb;
}
.logo-head1 a:hover {
    color: #a7f432;
}
.header-content {
    text-align: end;
    display: flex;
    justify-content: end;
}
.header-content a, .header-content span{
    font-size: 15px;
    letter-spacing: 0.3px;
    color: #fff;
    background: #1E222F;
    border-radius: 36px;
    margin-right: 17px;
    font-weight: 500;
    padding: 10px 30px;
    border: 1px solid #1E222F;
}

.footer-area {
    position: relative;
    bottom: 10px;
    left: 0;
    right: 0;
    margin-top: 30px;

}
.copy-right-1 a {
    color: #fff;
    border-right: 2px solid #a4ef31;
    font-weight: 500;
    padding: 1px 15px;
    font-size: 14px;
}
.copy-right-1 a:last-child{
    border-right: none;

}
.form-control {
    display: block;
    width: 100%;
    height: calc(2.5em + 0.75rem + 6px);
    padding: 0.375rem 1.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 5.25rem;
    border: 1px solid #ffffff00;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.main-inner {
    padding-top: 130px;
}
.main-inner-content h3{
    font-size: 32px;
    padding-bottom: 13px;
    font-weight: 700;
    color: #fff;
}
.main-inner-content h3 span{
    color: #A7F432;
    display: inline-block;
    margin-left: 11px;
}
.form-group.has-search {
    display: flex;
    align-items: center;
    transition-duration: 0.5s;
    background: #fff;
    border: 3px solid #fff;
    border-radius: 100px;
    justify-content: space-between;
}
.form-group.has-search a i {
    background: #1e222f;
    font-size: 16px;
    border-radius: 50%;
    margin-right: 15px;
    margin: 7px;
    padding: 11px 15px;
    color: #fff;
}

.form-control:focus {
    color: #49505700;
    background-color: #fff;
    border-color: #ffffff00;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}
.form-group.has-search:hover {
    transition-duration: 0.5s;
    border: 3px solid #a7f432;
}
.btn1 {
    font-size: 15px;
    letter-spacing: 0.3px;
    color: #000;
    background: #a7f432;
    border-radius: 36px;
    display: inline-block;
    margin-right: 17px;
    margin-top: 8px;
    font-weight: 500;
    padding: 10px 30px;
    border: 1px solid #3e5816;
    margin: 0;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.5s;
}
.adsrcg {
    position: relative;
    top: 5px;
}
a.advancmode {
    color: #fff;
    font-weight: 400;
   
}
.btn1:hover{
    color: #000;
     background: #a7f432a3;
    border: 1px solid #3e5816;
}
.btn2{
    color: #a7f432;
    font-weight: 600;
    letter-spacing: 0.3px;
}
.btn2:hover{
    color:  #a7f432;
}
.btn-area {
    display: flex;    
    gap: 15px;
    color: #fff;
    position: relative;
    flex-direction: column;
}
.btn-area-menu {
    display: flex;
    align-items: center;
    gap: 30px;
}
.modal-content {   
    background-color: #000;   
    border: 1px solid rgb(58 58 58);   
}
h4#myModalLabel {
    color: #fff;
    font-weight: 300;
    font-size: 32px;
}
#myModal{
    padding:10% 0;
}
h4#myModalLabel a {
    color: #fff;
    font-weight: 700;
}
.modal-header {
    margin: 0;
    padding: 15px 15px 5px 15px;
    border: none;
}
button.close {
    color: #fff;
}
.modalterms {
    padding: 0 8px;
    color: #fff;
}
.modalterms a {    
    color: #fff;
    text-decoration: underline !important;
}
.mlogin {
    color: #fff;
    text-indent: 5px;
    margin-top: 20px;
}
.modal-subheader {
    color: #fff;
    padding: 10px 10px;
}
.modalsocialbox{
    display: block;
    justify-items: center;
    justify-content: space-evenly;
}
.errormsessage{
    color: red;
   
    width: auto;
    margin-bottom: 10px;
    background: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
}
.modalsocialbox a
{
    font-size: 15px;
    letter-spacing: 0.3px;
    color: #fff;
    display: inline-block;
    width: 49%;
    text-align: center;
   
}
button.closelogin {
    position: absolute;
    top: 25px;
    right: 20px;
}
.form-group.has-search input {
    border: none;
    background: transparent;
    margin-left: 10px;
    box-shadow: none;
    border: none;
    outline: none;
}
button.closelogin {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 25px;
}
.modal-content{
    padding: 15px;
}
.modal-title{
    color: #009688 !important;
    font-weight: bold !important;
}
.mlogin .form-group.has-search {
    border: solid 2px #000;
}
.modal-body hr {
    margin: 25px 0;
    background: #eeeeee4f;
}
.add-on .input-group-btn > .btn {
  border-left-width:0;left:-2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* stop the glowing blue shadow */
.add-on .form-control:focus {
   box-shadow:none;
   -webkit-box-shadow:none; 
   border-color:#cccccc; 
}

.my-navbar-nav > li > a {
  border-right: 1px solid #ddd;
  padding-bottom: 15px;
  padding-top: 15px;
}
.my-navbar-nav:last-child{ border-right:0}
.round-btn{
  height: 50px;
  width: 50px;
  background-color:transparent;
  border-radius: 34px;
  text-align: center;
  line-height: 50px;
  color:gray;
  float: right;
}
.flip-icon{
 -webkit-transform: scaleX(-1);
 transform: scaleX(-1);
}
.hidden-search-box{
  display: none;
  position:relative;
  float:right;
  background-color: rgb(52, 73, 94);
  
  width: 100%;
  z-index: 1000;

}
.addon-btn{
  width: 50px; 
  background-color: rgb(30 34 47);
  border: 0 none;
  margin-top: -5px;
  color: #ffffff;
}
.addon-text-box, addon-text-box:active{
  background-color: transparent!important;
  border: 0 none;
  color:  #ffffff!important;
  border-radius: 0;  
  font-weight: 600;
  margin-left: calc(5px + 1.13em);
  margin-right: calc(5px + 1.13em);
  text-transform: uppercase;
}
.traingle{
  height:15px;
  width: 15px;
  background-color: transparent;
  border-left: 15px transparent solid;
  border-right: 15px transparent solid;
  border-bottom: 15px rgb(30 34 47) solid;
  float:right;
  margin-top: -10px;
  margin-right: 10px;
}
.srbox {
    position: absolute;
    width: 100%;
    top: 95px;
    left: 0;
    right: 4%;
    margin: 0 auto;
}


.menuOption{  
  width: 100%;
  height: auto;
 /* position:absolute;
  top:50px; */
  z-index: 1;
 /* -webkit-box-shadow: inset 1px 0px 1px 0px rgba(232,232,232,1);
  -moz-box-shadow: inset 1px 0px 1px 0px rgba(232,232,232,1);
  box-shadow: inset 1px 0px 1px 0px rgba(232,232,232,1);*/
  transition:0.5s ease-out;
/*  opacity:0;*/
display: none;
}
.menu__container_option {
    padding: 20px 10px;
    position: relative;
    background: #000;
    margin-bottom: 20px;
}
.show-menu-option {   
/*    opacity: 1;*/
/*    top: 70px;*/
display: inline-block;
}


.slick-slider .element{
  height:auto;
  width:100px;
  background-color:#000;
  border: solid 1px #262626;
  color:#fff;
  border-radius:0;
  display:inline-block;
  margin:0px 10px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  font-size:20px;
}
.slick-slider .slick-disabled {
  opacity : 0; 
  pointer-events:none;
}

.slick-prev:before {
    content: "\f104";
    color: #fff;
    font-size: 42px;
    font-family: 'FontAwesome';
}

.slick-next:before {
    content: "\f105";
    color: #fff;
    font-size: 42px;
    font-family: 'FontAwesome';
}
span.slick-next {
    right: 0;
    top: 40%;
    position: absolute;
    cursor: pointer;
}
span.slick-prev {
    left: 0;
    top: 40%;
    position: absolute;
    cursor: pointer;
}


.slidemain {
    position: relative;
    cursor: pointer;
}

.slidehead {
    display: block;
    height: 170px;
}

.slidehead img {
    object-fit: cover;
    height: 170px;
    width: 100%;
}

.slidebdy h3 {
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.slidebdy {
    padding: 20px 10px 0px 10px;
}

.slidebdy p {
    font-size: 14px;
    font-weight: 300;
}

.sidesmartbtn {
    display: flex;
    justify-content: space-between;
}

.sidesmartbtn a {
    display: block;
    font-size: 13px;   
    padding: 0 5px;
    border-radius: 3px;
    font-weight: 300;
    color: #fff;
}  
.sidesmartbtn a:first-child {
    background: #e322ba;
} 
.sidesmartbtn a:nth-child(2) {
    background: #7B0BE3;
} 
.sidesmartbtn a:nth-child(3) {
    background: #FA4B00;
} 
.sidesmartbtn a:nth-child(4) {
    background: #525001;
} 



span.mantine-qo1k2.mantine-Button-label {
    position: absolute;
    top: 0;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: block;
    background: #000000a6;
    bottom: 35px;
    padding: 90px 0 130px 0;
}
span.mantine-qo1k2.mantine-Button-label a {
    color: #fff;
    font-size: 14px;
    border: solid 1px #fa4b00;
    padding: 10px 10px;
    
}
span.mantine-qo1k2.mantine-Button-label a:hover {
 background-color: #000;

}
a.viexmpl {
    border: 0 !important;
    display: block;
    text-decoration: underline;
    position: relative;
    text-decoration: underline !important;
}
a.viexmpl:hover {
    background: transparent !important;
}

.slidefootr a {
    color: #fff;
    font-size: 14px;
    border: solid 1px #101010;
    padding: 3px 80px;
}
.slidefootr {
    text-align: center;
    margin: 10px 0;
}
.slidefootr a:hover {
    background: #101010;
}


.slidebottomwrap {
    position: relative;
    margin-top: 50px;
}

.slidebottomwrap h3 {
    font-size: 18px;
}

.slidebottomwrap i {
    color: #9b9b9b;
}

.sbwbtn {
    display: flex;
    gap: 10px;
}

.sbwbtn a {
    background: #009688;
    padding: 7px 30px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
}

.sbwbtn a:hover {
    background: #06625a;
}
.popover.fade.bs-popover-right.show, .popover-header{
    background: #0f0f0f;
    color: #fff;
}
.bs-popover-auto[x-placement^=right]>.arrow::after, .bs-popover-right>.arrow::after{
    background: transparent;
    color: #fff;
    border-right-color: #0f0f0f;
}
.popover-header{
    border-bottom: 1px solid #1a1a1a;
}
.popover-body{
    color: #fff;
}


.slick-track{
 margin-left: inherit !important;
 margin-right: inherit !important;
 display: flex !important;
}
.slick-initialized .slick-slide {   
    min-width: 260px !important;
}
.header-content .dropdown-toggle::after{
    display: none;
}
.dropdown-menu.show {
    background: #1e222f;
    border: solid 1px #363c50;
    border-radius: 0;
}
.dropdown-menu a {
    display: block;
    padding: 5px 10px;
    font-weight: 300;
}
.dropdown-menu span {
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 300;
    color: #8c8d93;
}
.modlbar {
    margin-top: 20px;
}
.modlbar h3 {
    font-size: 18px;
    display: inline-block;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-weight: 600;
}
.modlbar .nav-tabs {
    border-bottom: none;
}
.modlbar .nav-tabs .nav-link:focus, .modlbar .nav-tabs .nav-link:hover {
border-color: transparent;

}
.modlbar .nav-tabs .nav-item.show .nav-link, .modlbar .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #000;
    border-color: transparent !important;
}
.modlbar .nav-tabs .nav-link {      
    background: #02020291;
    color: #fff;
    margin-right: 5px;
}
.modlbar .nav-tabs .nav-link span{
    background: #525001;
    color: #fff;
    margin-left: 10px;
    display: inline-block;
    padding: 0px 15px;
    border-radius: 30px;
    font-size: 14px;
    text-transform: uppercase;
}
.membshiphead {
    text-align: center;
    margin-bottom: 30px;
}

.membshiphead h1 {
    font-size: 40px;
    text-transform: lowercase;
    font-weight: 700;
    color: #ef7746;
    margin: 0;
}
.membshiphead h2 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin: 10px 0;
}

.mebcard {
position: relative;
border: solid 1px #747474;
margin-bottom: 20px;
}

.mebrHead {
position: relative;
height: 160px;
}

.mebrHead img {height: 160px;width: 100%;object-fit: cover;}

.mebrBody {
padding: 20px 20px;
color: #fff;
min-height: 570px;
}

.mebrBody ul {   
margin-top: 20px;
list-style: none;
padding: 0 15px;
}

.mebrBody ul li {
line-height: 36px;
}

.mebrBody ul li i.fa {
font-size: 20px;    
margin-right: 10px;
}

.mebrBody ul li i.fa.fa-check {
color: green;
}

.mebrBody h3 {
    font-size: 26px;
    text-transform: lowercase;
    font-weight: 700;
}

.mebrBody h4 {
font-size: 18px;
font-weight: 600;
color: rgb(134, 142, 150);
}
.mebrfotr {
padding: 0 20px 15px;
}
a.paid {
background: green !important;
}
a.paid:hover {
background: transparent !important;
border:solid 1px green !important;
}
.proplan h3{
color: #ef7746;
}

.mebrfotr a {
   padding: 10px 18px;
box-sizing: border-box;
height: 36px;
display: block;
width: 100%;
border-radius: 4px;
font-weight: 600;
position: relative;
line-height: 1;
font-size: 14px;
user-select: none;
cursor: pointer;
border: 1px solid rgb(55, 58, 64);
background-color: rgb(37, 38, 43);
color: rgb(255, 255, 255);
text-align: center;
}
.mebrfotr a:hover {
background: transparent;
}
.quesans {
color: #fff;
position:relative;
}
.quesans hr  {
border-bottom: solid 1px #cccccc26;   
}

.quesans h5 {
font-size: 18px;
font-weight: 600;
}

.quesans p {
font-size: 14px;
font-weight: 300;
}

.modal-content.myModalSetting {
padding: 10px 15px;
    color: #fff;
}
.modal-header h2 {
font-size: 32px !important;
}
.modal-content.myModalSetting h2 {
font-size: 16px;
}
.modal-content.myModalSetting .modal-header {   
padding: 15px 15px 5px 0px;    
}

.onoffswitch {
position: relative; width: 190px;
-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
display: none;
}
.onoffswitch-label {
display: block; overflow: hidden; cursor: pointer;
border: 2px solid #999999; border-radius: 20px;
}
.onoffswitch-inner {
display: block; width: 200%; margin-left: -100%;
transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
box-sizing: border-box;
}
.onoffswitch-inner:before {
content: "On";
padding-left: 10px;
background-color: green; color: #FFFFFF;
}
.onoffswitch-inner:after {
content: "Disable safe mode";
padding-right: 10px;
background-color: red; color: #FFFFFF;
text-align: right;
}
.onoffswitch-switch {
display: block; width: 46px; margin: 2px;
background: #FFFFFF;
position: absolute; top: 0; bottom: 0;   
border: 2px solid #999999; border-radius: 20px;
transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
right: 0px; 
}
.myMoSetStch {
position: relative;
}
.privybtn {
display: flex;
flex-direction: column;
}
span.tog {
background: #fff;
width: 20px;
height: 20px;
display: block;
position: absolute;
border-radius: 50%;
top: 5px;
right: 3px;
z-index: 5;
}
.box2 {
font-size: 14px;
font-weight: 200;
padding: 20px 15px;
border: solid 1px #222;
margin-top: 30px;
}
.privybtn a {
background: #31343a;
display: block;
text-align: center;
padding: 10px 0;
margin-bottom: 10px;
border-radius: 3px;
color: #fff;
}

.box1 {
font-size: 14px;
font-weight: 200;
padding: 20px 15px;
border: solid 1px #222;
margin-top: 30px;
    color: #fff;
}
.box1 .sbwbtn a{
text-decoration: none !important;
}
.box1 a {
color: #fff;
text-decoration: underline !important;    
}
.next-Alert {
display: flex;
gap: 10px;
background: #404040;
padding: 10px;
}
.switch {
display: block;
margin-top: 4px;
position: relative;
}

.switch-toggle {
position: absolute;  
visibility: hidden;
}

.switch-toggle ~ .switch-label {
display: block;
position: relative;
cursor: pointer;
outline: none;
user-select: none;
width: 170px;
padding: 15px 0;
}

.switch-toggle ~ .switch-label:before,
.switch-toggle ~ .switch-label:after {
display: block;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
color: #fff;  
font-size: 20px;
text-align: left;
line-height: 30px; 
text-indent: 10px;
}

.switch-toggle ~ .switch-label:before {
background-color: green;
content: attr(switch-off);
transition: transform 0.5s;
backface-visibility: hidden;
border-radius: 50px;
font-size: 14px;
}

.switch-toggle ~ .switch-label:after {
background-color: red;
content: attr(switch-on);
transition: transform 0.5s;
transform: rotateY(180deg);
backface-visibility: hidden;
  font-size: 14px;
  border-radius: 50px;
}

.switch-toggle:checked ~ .switch-label:before {
transform: rotateY(100deg);
}

.switch-toggle:checked ~ .switch-label:after {
transform: rotateY(0);
}

.switch-toggle:checked ~ #box1, .switch-toggle:not(checked) ~ #box2 {
display: block;
}

.switch-toggle:not(checked) ~ #box1, .switch-toggle:checked ~ #box2 {
display: none;
}


/*Home Tabs*/
.tabshome.nav-tabs {
border-bottom: none !important;
    margin-bottom: 20px;
}
.tabshome.nav-tabs .nav-item.show .nav-link, .tabshome.nav-tabs .nav-link.active {
color: #A7F432;
background-color: transparent !important;
border-color: transparent !important;
font-size: 20px;
font-weight: 300;
}
.tabshome.nav-tabs .nav-link:focus, .tabshome.nav-tabs .nav-link:hover {
border-color: transparent !important;
color: #A7F432;
}
.tabshome.nav-tabs .nav-link {    
border: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
font-size: 20px;
font-weight: 300;
color: #fff;
padding-left: 0;
padding-right: 30px;
position: relative;
}
.tabshome.nav-tabs .nav-link:after {
position: absolute;
right: 13px;
top: 15px;
border-right: solid 1px #fff;
content: '';
height: 20px;
transform: rotate(35deg);
}
.tabshome.nav-tabs .nav-link.lst:after {
border: none;
}

.defaultHding {
    position: absolute;
left: -20px;
font-size: 32px;
font-weight: 300;
color: #fff;
top: 60px;
width: 30px;
display: block;
word-break: break-all;
text-align: center;
line-height: 45px;
text-transform: uppercase;
}
ul.nav.nav-tabs{
position: relative;
}
.tab-content{
position: relative;
}

.expTop{
color: #fff;
cursor: pointer;
}
.expTop:hover{
color: #A7F432;
}

.explortopstng h2 {
font-size: 18px !important;
color: #fff;
}
.explortopstngbdy select {
width: 100%;
background: #000 !important;
color: #fff;
    font-size: 16px;
    font-weight: 200;
}

.explortopstngbdy {
padding: 10px 15px;
}
.modal-content.explortopstng {
padding: 0 0 30px 0;

}

.myDiv{
display:none;
padding:10px;
margin-top:20px;
} 

/*RWD*/


@media (max-width: 991px) {
.header-content a, .header-content span {
    font-size: 14px;
    letter-spacing: 0.3px;
    display: flex;
    color: #fff;
    background: #1E222F;
    border-radius: 36px;
    margin-right: 13px;
    text-align: center;
    font-weight: 500;
    padding: 6px 23px;
    border: 1px solid #1E222F;
    justify-content: center;
    align-items: center;
}
.logo-head1 a {
    font-size: 32px;
    padding-left: 20px;
    padding-right: 0px;
    font-weight: 900;
    color: #ffffffeb;
}
}


@media (max-width: 779px) {
    #Modalimageresponse button{
        font-size: 18px !important;
        font-weight:  600 !important;
    }

    div.restrictbox .description {
        display: inline-block;
        max-width: 100%;
    }
   
    div.restrictbox .image img {
        max-width: 100%;
        height: auto;
    }
    div.restrictbox{
        padding:20px 20px !important;
    }
    .restrictbox p {
        color: #fff;
        max-width: 100%;
        text-align: center;
        padding: 10px 3% !important;
    }    
    .logo-head1 a {
        font-size: 16px;
        padding-right: 22px;
        font-weight: 600;
        letter-spacing: 0.3px;
        color: #ffffffeb;
    }
    .main-inner {
        padding-top: 40px;
    }
    .logo-head1 {
        display: flex;
        justify-content: center;
        margin: 20px 0;
        flex-wrap: wrap;
    }
    .head_main {
        text-align: center;
        background: #00000094;
        padding: 20px 0;
            position: relative;
    }
    .header-content {    
        justify-content: center;
        flex-direction: column;
        text-align: left; 
        width:200px;
        margin: 0 auto;
    }
    .sbwbtn {   
        flex-wrap: wrap;
    }
    .btn-area-menu {  
        flex-wrap: wrap;
    }
    .main-inner-content h3 {
        font-size: 32px;   
    }
    .modlbar h3{
        font-size: 18px;
    }
    .header-content a, .header-content span{
        margin-bottom: 10px;
    }
    .srbox {   
        top: 347px;
    }
}


@media (max-width: 767.98px) {
    .mebrBody{
        min-height: auto !important;
    }
    div.freemodecl{
        position: relative;
        right: 0;
        /* top: 0; */
        background: hsl(92.59deg 54.36% 70.78%);
        padding: 5px 10px;
        border: 2px solid hsl(90.49deg 53.98% 22.16%);
        font-weight: bold;
        max-width: 100%;
        font-size: 12px;
        bottom: 0;
        margin: 10px;
    }
}