/*

* Override Pages default styles or create your own styles here

*/

.quickview-wrapper .nav-tabs {
    background-color: #1DBB99;
}

.quickview-wrapper .nav-tabs > li > a {
    color: #ffffff;
}

.page-item.active .page-link {
    
    color: #575757;
    background-color: #f0f0f0;
    border-color: #575757;
}

.menu-items .user_info_div .user-fullname {
    color: #636262;
}

.blockcode-design{
    border: 1px !important;
    border-color:#cccccc;
    line-height:normal;
    border-style: solid;
    padding-top: 10px;
}
.cd-popup {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
  transform: translateY(-40px);
  transition-property: transform;
  transition-duration: 0.3s;
}

.is-visible .cd-popup-container {
  transform: translateY(0);
}
.alert{
	margin-top: 5%;


}
.alert > p{
	font-size: 13px;
  margin-top:-10px;
}

.hideform {
    display: none;
}
.center {
	position:absolute;
    margin: 0 auto;
    width: 60%;
    height:40%;
    padding: 20px;
    top:72%;
	background-color:#ffffff;
	z-index:10;
	opacity:1;
	left:5%;
	border-style: solid;
}
.ontop {
				z-index: 999;
				width: 100%;
				height: 100%;
				top: 0;
				left: 0;
				display: none;
				position: absolute;
				background-color: #cccccc;
				color: #aaaaaa;
				opacity: .4;
				filter: alpha(opacity = 50);
			}

.required-field-block {
    position: relative;
}

.required-field-block .required-icon {
    display: inline-block;
    vertical-align: middle;
    margin: -0.25em 0.25em 0em;
    background-color: #E8E8E8;
    border-color: #E8E8E8;
    padding: 0.5em 0.8em;
    color: rgba(0, 0, 0, 0.65);
    text-transform: uppercase;
    font-weight: normal;
    border-radius: 0.325em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    transition: background 0.1s linear;
    font-size: 75%;
}

.required-field-block .required-icon {
    background-color: transparent;
    position: absolute;
    top: 0em;
    right: 0em;
    z-index: 10;
    margin: 0em;
    width: 30px;
    height: 30px;
    padding: 0em;
    text-align: center;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.required-field-block .required-icon:after {
    position: absolute;
    content: "";
    right: 1px;
    top: 1px;
    z-index: -1;
    width: 0em;
    height: 0em;
    border-top: 0em solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 0em solid transparent;
    border-right-color: inherit;
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.required-field-block .required-icon .text {
	color: #B80000;
	font-size: 26px;
	margin: -3px 0 0 12px;
}

.kv-avatar .krajee-default.file-preview-frame,.kv-avatar .krajee-default.file-preview-frame:hover {
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    text-align: center;
}
.kv-avatar {
    display: inline-block;
}
.kv-avatar .file-input {
    display: table-cell;
    width: 213px;
}
.kv-reqd {
    color: red;
    font-family: monospace;
    font-weight: normal;
}

.button_image{
    position: relative;
  /* width: 80%;*/
    width: 300px;
}

.button_image img{
width: 100%;
height:150px;
}

.button_image .button_editpic {
    position: absolute;
    top: 10%;
    left: 10%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #555;
    color: white;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;

    text-align: center;
}

.hideform_delete {
    display: none;
}
.center_delete {
    position:absolute;
    margin: 0 auto;
    width: 60%;
    height:40%;
    padding: 20px;
    top:72%;
    background-color:#ffffff;
    z-index:10;
    opacity:1;
    left:5%;
    border-style: solid;
}
.customer .form-group{
    border-left:1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    margin-top: 10px;
    width:100%;
}
.customer .row{
    border-style: solid;
    border-color: grey;
}
.customer .col-md-4{
    border:none;
}

.customer_membership{
    width:33%;
}
.upload {
width: 100%;
height: 30px;
}
.previewBox {
text-align: center;
position: relative;
width: 150px;
height: 150px;
margin-right: 10px;
margin-bottom: 20px;
float: left;
}
.previewBox img {
height: 150px;
width: 150px;
padding: 5px;
border: 1px solid rgb(232, 222, 189);
}
.delete {
color: red;
font-weight: bold;
position: absolute;
top: 0;
cursor: pointer;
width: 20px;
height:  20px;
border-radius: 50%;
background: #ccc;
}
#delete_message
{
    display:none;
    position:fixed;
    top:0px;
    width:100%;
    height:150px;
    background-color:#5882FA;
    text-align:center;
}
#delete_message h2
{
    color:#0431B4;
}
#delete,#cancel
{
    border:none;
    background:none;
    width:100px;
    height:40px;
    font-size:18px;
    border-radius:5px;
    border:2px solid white;
    margin:10px;
    color:#CED8F6;
}
#test_delete
{
    border:none;
    background:none;
    width:400px;
    height:50px;
    font-size:18px;
    border-radius:5px;
    border:2px solid #819FF7;
    margin:10px;
    color:#045FB4;
}
.btn-padding{
    min-width:100px;
}
/*.calendar .calendar-container .event-container .event-inner{
    cursor:pointer;
}*/
.calendar .calendar-container .event-container{
    cursor:pointer;
}
.text-success a{
   color: #10cfbd;
}
.btn-group, .btn-group-vertical{
display: block;

}
.select2-container--default .select2-results__option[aria-selected=true] {
  display: none;
}
.date-text{
    margin-left: 1% ;

}
.form-group-default .form-control {

  margin-top: -1px !important;
}

.label-text{
    margin-top:1%;
}
.fas{
    line-height: 1.42857143 !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td i {

    margin-top: 1px !important;
}

.column-width{
    width:20%;
}

 .terms{
        overflow: scroll;
        min-height: 100px;
        color:blue;
        cursor: pointer;

}

.email-action a{
    white-space: normal !important;;
    word-wrap: break-word !important;;
    line-height: 2.5 !important;;
}

.register-studio{

    padding-right: 10px;
}
.register-studio h3{

    padding-left:10px;

}
.register-studio p{

    padding-left:10px;
}
.size-18{
    font-size: 16px !important;
}
.pg-credit_card{
    top:2px;
  position: relative;


}

#form-register {
  margin-bottom: 12em ! IMPORTANT;
}

.login-txt h3 {
  line-height: 1em;
}

/**************************************/
/******Widget Notification area ******/
/*************************************/
.toast_container {
    display: flex;
    margin-bottom: 5px;
}

.toast_cell{
  width:100%;
}

.add-margin{
  margin-top:20px;
}

.toast_svg{
  fill:#fff;
}

.toast {
  text-align:left;
    padding: 21px 0;
    background-color:#F5F5F5;
    border-radius:4px;
   border-left-color: #F65753;
    border-left-width: thick;
    border-left-style: solid;
}
.toast-info {
  text-align:left;
    padding: 21px 0;
    background-color:#F5F5F5;
    border-radius:4px;
   border-left-color: #1DBB99;
    border-left-width: thick;
    border-left-style: solid;
}
.customer-image-wrapper_banner{
  height:120px;
  margin-bottom: 2px;
}
 .demo-card-scrollable{
    height:550px;
  }

.container_image {
  position: relative;
  width: 100%;
  max-width: 300px;
}

.container_image img {
  width: 100%;
}

.container_image .close_btn {
  position: absolute;
  top: 5%;
  right: 10%;

  color: #000000;
  font-weight: bold;
  font-size: 16px;

  border: none;
  cursor: pointer;

  text-align: center;
}

.customer-image-wrapper{
  height:120px;
  margin-bottom: 2px;
}
.icon-thumbnail2{
  float:left;
}

.icon-thumbnail1{
  float:left;
}
.container_image1 {
  position: relative;
  width: 100%;
 height:auto;
}

.container_image1 img {
  width: 100%;
}

.container_image1 .close_btn {
  position: absolute;
  top: 5%;
  right: 10%;

  color: white;
  font-weight: bold;
  font-size: 16px;

  border: none;
  cursor: pointer;

  text-align: center;
}

.customer-image-wrapper1{

  margin-bottom: 2px;
}
 .padding-top{
  margin-top:100px;
  }



.toast:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
  border-top-left-radius:4px;
  border-bottom-left-radius: 4px;

}



.toast_type {
  color: #3e3e3e;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 8px;
}

.toast_message {
    font-size: 14px;
    margin-top: 0;
  margin-bottom: 0;
    color: #878787;
    white-space:pre-line;
    font-weight: bold;
}

.toast_content{
  display: flex;
align-items: center;
  padding-left:50px;
  padding-right:60px;
}

.toast_height{
  margin-top:10px;
}

.toast_close{
    position: absolute;
    right: 22px;
    cursor:pointer;
    color:#1DBB99;
    font-weight: bold;
    font-size: 18px;


}
.toast_message_alert {
    font-size: 14px;
    margin-top: 0;
  margin-bottom: 0;
    color: #878787;
    font-weight: bold;
    padding-left: 10px;
}

.toast_message:before {
  content:"!";
  position: absolute;
   top:35%;
  left:22px;
  color: #1DBB99;
  border: 2px solid #1DBB99;
  height: 22px;
  width: 22px;
  text-align: center;
  border-radius: 50%;
  font-size: 10px;
}

.toast--yellow .toast_icon{
     position:absolute;
  top:50%;
  left:22px;
  transform:translateY(-50%);
  width:18px;
  height:18px;
  padding: 7px;
  border-radius:50%;
  display:inline-block;
  background-color: transparent;
border-style:solid;
  border-width: 2px;
  border-color: #1DBB99;
  color:#1DBB99;
  content:"!";
  text-align: center;
}

.toast--yellow:before{
  background-color:#1DBB99;
}

.toast--alert .toast_icon{
     position:absolute;
  top:50%;
  left:22px;
  transform:translateY(-50%);
  width:18px;
  height:18px;
  padding: 7px;
  border-radius:50%;
  display:inline-block;
  background-color: transparent;
border-style:solid;
  border-width: 2px;
  border-color: #F65753;
  color:#F65753;
  content:"!";
  text-align: center;
}


.toast_content_alert{
  padding-left:50px;
  padding-right:60px;
   display: flex;
align-items: center;
}

.fa-exclamation-triangle{
  color:#F65753;
}
.fa-info-circle{
  color:#1DBB99;
}
.report-submit-btn{
  margin-top: 12px;
}

.label-text{
  font-family: 'Montserrat';
    font-size: 10.5px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-weight: 500;
}
.paragraph-text{
  display: block;
font-size: 14px;
line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    font-family: -apple-system;
    color:#575757;
}


.class-colum-width{
  width:20% !important;
}
.class-colum-width-extra{
  width:40% !important;
}

.btn-clear{
  background-color: #e7e7e7;
  color: #5e5e5e;
}

.widget-section{
  margin-top: 50px !important;
}

.cancel-membership{
  margin-left: 0px;
  margin-top: 20px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.login-wrapper-password .login-container-password{
  margin: 0 auto;
  float: none;
  max-width: 496px;
  display: block;
  position: relative;
  padding-bottom: 20px;
}

.password-reset p{
  text-align: center;
}
.password-reset h4{
  text-align: center;
}

.password-reset .customer-image-wrapper-password{
  margin-bottom: 2px;
  text-align: center;

}
.description-field{
  white-space:pre-line;
}
.customer_email_button{
  margin-top: 20px;
}

.capacity-pull-right{
  padding-left:20px;
}

.welcome-row {
    background-image: none;
    height: 250px;
    width: 100%;
    padding-top: 40px;
    background-color: #30aeef;
}

.20topmargin{
	margin-top: 20px;
}

.110fontsize {
  font-size: 115% !Important;
}

.super-admin-col-width{
  max-width: 150px;
}

.calendar .calendar-container .event-container .event-title {
    overflow: initial !important;
    text-overflow: initial !important;
}

.calendar .calendar-container .view {
    white-space: initial !important;
}

.booking_style{
margin-top:0px ! important;
}

.cancel_btn_booking{
  margin-top:40px ! important;
}
.confirm_booking_heading{
  color:#000000 ! important;
}

/* Calendar side bar  */

.capacity-disabled-font{
  color:#2c2c2c ! important;
}
.businessname_widget{
text-transform: lowercase;
}

/*** Phones ***/
@media (max-width: 480px) {  
  /* #table-classes td, #table-classes th {
        display: inline-block; /* Make columns stack horizontally */
        width: 100%; /* Each column takes up half the width */
        box-sizing: border-box;
    }*/

	.add-top-padding-on-mobile{padding-top: 5px;}

.calendar .calendar-container .event-container .event-title {
    overflow: initial !important;
    text-overflow: initial !important;

}

.pagination{
  padding-left: 40px !important;
}
  .announcement-banner{
  left: 250px !important;
  right: 0 !important;
  position: fixed !important;
}
}

.ellipses {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inherit;;
}
.ellipses:hover {

  white-space: normal;
  text-overflow: inherit;
}

.truncate {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inherit;
}

button#editCapacity {
  border:none;
  background-color: transparent;
  align-self: baseline;
  padding: 0;
}

.booking-section {
  display: flex;
}

/* @media (min-width: 768px) {
	.booking-section .text-part {
/* @media (min-width: 768px) {
  .booking-section .text-part {
    width: calc(100% - 44px);
  }
} */

.long-text-cell {
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.name-text-cell {
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.status-text-cell {
  max-width: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.capacity-text-cell {
  max-width: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.date-text-cell {
  max-width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.visits-text-cell {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.action-text-cell {
  max-width: 120px;
}

.pass-text-cell {
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.phone-text-cell {
  max-width: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.email-text-cell {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.clickable-column{
  cursor: pointer;
}

.phone-box {
background-color: #1DBB99;
color: #ffffff;
}

.ellipses p {
  margin-left: 5px;
}

.add_pass_section{
 background-color:#f3f3f3;
}

.add_pass_section label{
  font-size: 105%!important;
}

.kriya_password_reset_h4{
    font-size: 23px;
    line-height: 32px;
    text-align: center;
    letter-spacing: normal;
}

.kriya_password_reset_p{
    font-size: 13px;
    letter-spacing: normal;
    line-height: 20px;
    text-align: center;
  }

  .kriya_welcome_banner{
    position: absolute;
    padding-top: 60px;

  }
  .kriya_notification_message{
    z-index: 9;
    float:right;
    position: absolute;
    top:15%;
    width:350px;
    height:auto;
    left:70%
  }
  @media screen and (max-width: 767px) {
     .kriya_notification_message{
      /* z-index: 9;
      float:right;
      position: absolute;*/
      top:10%!important;
      width:460px!important;
      height:auto!important;
      left:15%!important

    }
     .calendar .calendar-container .event-container .event-title {
    overflow: hidden!important;
    text-overflow: ellipsis!important;
  }
 .announcement-banner{
  left: 0px !important;
  right: 0 !important;
  position: fixed !important;
  margin-top: 10px;
  z-index: 1000;
}
  }
  @media screen and (max-width: 567px) {
     .kriya_notification_message{
      /* z-index: 9;
      float:right;
      position: absolute;*/
      top:7%!important;
      width:350px!important;
      height:auto!important;
      left:8%!important

    }
     .button-section{
      width:50%!important;
    }
     .button-section1{
      float:right;
    }
     .calendar .calendar-container .event-container .event-title {
    overflow: hidden!important;
    text-overflow: ellipsis!important;
  }
    
   .announcement-banner{
    left: 0px !important;
    right: 0 !important;
    position: fixed !important;
    margin-top: 10px;
    z-index: 1000;
  }
  }
  @media screen and (max-width: 375px) {
     #table-classes td, #table-classes th {
        display: inline-block; /* Make columns stack horizontally */
        width: 100%; /* Each column takes up half the width */
        box-sizing: border-box;
    }
 
      .kriya_notification_message{
   /*    z-index: 9;
      float:right;
      position: absolute;*/
      top:8%!important;
      width:300px!important;
      height:auto!important;
      left:8%!important
    }
    .button-section{
      width:50%!important;
    }
     .button-section1{
      float:right;
    }

    .calendar .calendar-container .event-container .event-title {
    overflow: hidden!important;
    text-overflow: ellipsis!important;
  }

  }
  @media screen and (max-width: 991px) {
     .kriya_notification_message{
       z-index: 9;
      float:right;
      position: absolute;
      top:10%;
      width:480px;
      height:auto;
      left:15%

    }
 
  }
  .prev_button, .prev_button:focus {
    color: #000;
    background-color: transparent;
    border:none!important;
}
 .button-section{
      width:15%;
    }

    .customer-history-class{
      white-space: normal!important;
    }
    @media (min-width: 375px) and (max-width: 567px) {

      .kriya_notification_message{
   /*    z-index: 9;
      float:right;
      position: absolute;*/
      top:8%!important;
      width:320px!important;
      height:auto!important;
      left:8%!important
    }
    .button-section{
      width:50%!important;
    }
     .button-section1{
      float:right;
    }
 /*   .announcement-banner{
  left: 250px;
  right: 0;
  
}*/

  }
  .text-warning{
    color:#f7cf5f;
  }
  .text-error{
    color:#ff0000;
  }

  .page-sidebar {

  background-color: #fff;

}

.page-sidebar .sidebar-menu .menu-items > li ul.sub-menu {

    background-color: #fff;

}

.page-sidebar .sidebar-menu .menu-items li:hover > a, .page-sidebar .sidebar-menu .menu-items li.open > a, .page-sidebar .sidebar-menu .menu-items li.active > a {

    color: #85858e;

}

.page-sidebar .sidebar-menu .menu-items li:hover > a, .page-sidebar .sidebar-menu .menu-items li.open > a, .page-sidebar .sidebar-menu .menu-items li.active > a {

    color: #85858e;

}

.page-sidebar .sidebar-menu .menu-items li:hover > .icon-thumbnail, .page-sidebar .sidebar-menu .menu-items li.open > .icon-thumbnail, .page-sidebar .sidebar-menu .menu-items li.active > .icon-thumbnail {

    color: #85858e;

}

.navbar-user-dropdown-menu-button-text {

    cursor: pointer;

}
.announcement-banner{
  left: 250px;
  right: 0;
  position: fixed;
  display: flex;
  flex-direction: column; /* Stack announcements vertically */
  gap: 0; /* Ensure no gaps between the alerts */

  z-index: 10;
}

@media (min-width: 767px) and (max-width: 991px) {

    .announcement-banner{
  left: 0px !important;
  right: 0 !important;
  position: fixed !important;
  margin-top: 10px;
  z-index: 1000;
}
  

  }
  .readOnly-text-color{
    color: darkgrey!important;
  }
  .d-none {
  display: none;
}

.d-block {
  display: block;
}
.welcome-heading {
    position: relative; /* Enable z-index */
    z-index: 1; /* Set a lower z-index so it is behind the announcement banner */
    margin: 0 0 20px 0; /* Space below the heading */
    font-size: 24px; /* Adjust font size */
    line-height: 1.2; /* Adjust line height */
    text-align: left; /* Align text to the left */
  }

  /*.subscriptionNotification {
      padding: 10px;
      margin-bottom: 20px;
      border: 1px solid;
      border-radius: 5px;
      width:100%;
      display: flex;
    z-index: 10;
  }*/
  .subscriptionNotification.success {
    height:42px;
    position: relative;
  }
  .subscription-info{
    margin: 0; 
    border: 1px solid #d1ecf1; 
    background-color: #fddede; 
    color: #923535; 
    padding: 10px 15px; 
    border-radius: 3px; 
    width: 100%;
  }
  .subscription-message{
    margin: 0; 
    flex-grow: 1; 
    text-align: left;
  }
  .subscription-close{
     color: #923535 !important; 
     position: absolute; 
     top: 10px; 

  }

  .alert-details{
    margin: 0; 
    border: 1px solid #d1ecf1; 
    background-color: #e0f3ff; 
    color: #5a5a5a; 
    padding: 10px 15px; 
    border-radius: 3px; 
    align-items: center; 
  }

  .alert-message{
    margin: 0; 
    flex-grow: 1; 
    text-align: left;
  }
  .alert-close-button{
    color:#5a5a5a !important;
  }

  .btn-classes {
  background-color: transparent;
  border: none;
  color: #5e5e5e;
  font-family: 'Montserrat';
  font-size: 12px;
  cursor: pointer;
}

@media (max-width: 768px) {
    .form-group.row {
        display: flex;
        flex-wrap: nowrap;
        align-items: center; /* Aligns items vertically */
        justify-content: space-between; /* Adds space between items */
    }
    .form-group.row .col-md-8,
    .form-group.row .col-md-2 {
        flex: 1; /* Adjusts flex to ensure proper spacing */
        max-width: 60%; /* Adjust percentage as needed */
    }
    .form-group.row .col-md-2 {
        max-width: 40%; /* Adjust percentage as needed */
    }
    .form-group .row .input-group,
    .form-group .row button {
        width: 100%;
    }
    .next-btn{
      margin-left:-40px;
    }

    /*.form-group .col-12 {
        width: 100%;
        display: block; /* Stack elements vertically */
        .m-b-3 {
        margin-bottom: 10px; /* Add spacing between elements */
    }

    .form-group .add_new_customer {
        width: 100%; /* Make buttons full width */
    }

  }
  @media (max-width: 400px) {  
  #table-classes td, #table-classes th {
        display: inline-block; /* Make columns stack horizontally */
        width: 100%; /* Each column takes up half the width */
        box-sizing: border-box;
    }
  }

.select_class label:not(.error){
  font-family: 'Montserrat';
  font-size: 10.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 500;
}


}



