

/*
Template Name: Synrok - Mobile HTML Template
Author: codervent
Email: codervent@gmail.com
File: style.css
*/

/*
Table of index
*/

/* 
- General
- Header
- Searchbar
- loader
- Footer
- Pag Content
- Utilities
- Radio & Checkbox
- Product Details
- Metis Menu
- Order Tracking
- Animation
 */





 /*General*/

body{
    
    font-family: 'Montserrat', sans-serif!important;
    font-size: 16px;
    font-weight: 400;
    background-color: #ffffff;
    
    /* Sets the outline color of mud text field*/
    --mud-palette-primary: #5320AAff;
    
    /* Sets the color of mud button when hovered*/
   --mud-palette-error-darken: #340275;
    
    
    
    
    --mud-typography-button-family: 'Montserrat', sans-serif;
    --pin-primary: #d1d5db;
    --mud-default-borderradius: 12px;
    --mud-zindex-popover: 12000;
    --mud-palette-warning: #ff9800ff;
    
    --mud-palette-secondary: #ff4081ff;
    --mud-palette-tertiary: #1ec8a5ff;
    /*--mud-palette-info: #2196f3ff;*/
    --mud-palette-success: #00c853ff;

    /*Fluent Validator Error Text Color*/

    .mud-input-helper-text.mud-input-error {
        color: red !important;
    }

    .mud-progress-linear.mud-progress-linear-color-tertiary:not(.mud-progress-linear-buffer) .mud-progress-linear-bar {
        background-color: var(--mud-palette-primary);
    }

    .mud-fab-label {
        text-wrap: nowrap;
    }

    .mud-fab-extended.mud-fab-size-large {
        padding: 0 16px 0 8px;
    }
    
    
    
    --mud-palette-error: #5320AA;
    --mud-palette-dark: #424242ff;
    
    --mud-palette-primary-text: #ffffffff;
    --mud-palette-secondary-text: #ffffffff;
    --mud-palette-tertiary-text: #ffffffff;
    --mud-palette-action-disabled-background: #65656542;
    
    --mud-palette-table-striped: #f5f5f5;
    --mud-palette-info: #DAC4FF;
    
}

a {
    text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #212529;
}

::placeholder {
    color: #000;
    opacity: 0.3 !important;
}

::-webkit-scrollbar {
    width: 0 !important;
}

/*USERBACK*/
#userback_button_container .userback-button-w {
    height: 20px!important;
}
#userback_button_container .userback-button {
    line-height: 18px!important;
}

/* Header */
.top-header {
    width: auto;
    height: 60px;
    background-color: #ffffff;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
}

.page-content {
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 1.1rem;
}

.top-header .navbar .nav-button a{
    font-size: 25px;
    color: #212529;
}

.top-header .navbar .top-right-menu a.nav-link{
    font-size: 20px;
    color: #212529;
}

.top-header .top-right-menu .cart-badge {
    position: absolute;
    top: 6px;
    right: 0px;
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 12px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #212529;
}

/* Searchbar */

.top-header .navbar .searchbar {
    display: none;
}

.top-header .navbar .full-search-bar {
    display: flex;
    align-items: center;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-bottom: 1px solid #dee2e6;
    z-index: 100;
    background-color: #ffffff;
    height: 65px;
    padding: 0 1.0rem;
    -webkit-animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown;
    animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown;
}

.top-header .navbar .full-search-bar .form-control {
    background-color: #f6f6f6;
    border-radius: 0.5rem;
    
}

.theme-color {
    color: var(--mud-palette-error);
}

.top-header .navbar .full-search-bar .form-control:focus {
    background-color: #ffffff;
    border: 1px solid #212529;
}


.searchbar .search-icon {
    margin-left: 2rem !important;
}

.searchbar .search-close-icon {
    margin-right: 2rem !important;
}

.form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: #212529;
    border: 1px solid #212529;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(33, 37, 41, 0.0)
}


/* loader */

.loader-wrapper {
    position: fixed;
    display: none;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: #212529;
}


/* footer */

.wrapper .page-footer {
    width: auto;
    height: 70px;
    background-color: #ffffff;
    
}

.wrapper .page-footer .navbar a.nav-link {
    color: #212529; 
}


.wrapper .page-footer .navbar a.nav-link .icon {
   font-size: 20px;
}

.wrapper .page-footer .navbar a.nav-link .name {
    font-size: 14px;
 }


.wrapper .sidenav .offcanvas-header {
    height: auto;
}

.wrapper .sidenav .offcanvas {
    width: 300px;
}

/* Pag Content */

.category-img figure {
    margin: auto;
}

.category-img figcaption {
    font-size: 12px;
    color: #212529;
    text-align: center;
    padding-top: 5px;
    font-weight: 600;
}


/* Utilities */

.bg-red {
    background-color: #ff2c2c !important;
}

.bg-green {
    background-color: #21ad61 !important;
}

.bg-purple {
    background-color: #723da6 !important;
}

.border-light {
    border-color: rgba(255, 255, 255, 0.12) !important
}

.bg-facebook {
    background-color: #3b5998 !important;
}

.bg-pinterest {
    background-color: #c8232c !important;
}

.bg-linkedin {
    background-color: #0072b1 !important;
}

.bg-apple {
    background-color: #000 !important;
}

.text-purple {
    color: #723da6 !important;
}
.text-orange {
    color: #ff822c !important;
}
.text-cyane {
    color: #00FFFF !important;
}
.text-brown {
    color: #ce5334 !important;
}
.text-ten {
    color: #5eff00 !important;
}
.text-pink {
    color: #ff006f !important;
}

.section-title {
    color: #212529;
    font-size: 18px;
}

.review-item .client-name {
    color: #212529;
    font-size: 14px;
}

.product-short-title {
    color: #212529;
    font-size: 14px;
}

.font-12 {
    font-size: 12px;
}

.rounded-end-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0!important;
}

.rounded-start-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0!important;
}

.btn-ecomm {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0.5rem 1.5rem;
    border-radius: 0;
    z-index: 6;
}


.filter-menu .nav-link {
    border-radius: 0;
    color: #363d46;
    background-color: #fbfbfb;
    border-bottom: 1px solid #eee;
}

.filter-menu .nav-link.active {
    color: #1b222d;
    background-color: #ffffff;
}

.filter-content .product-number {
    color: #b7b7b7;
    margin-left: 7px;
}


/* Radio & Checkbox */

.form-check-input,
.form-check-input,
.form-check-label {
  cursor: pointer;
}

.product-number {
  color: #b7b7b7;
  margin-left: 7px;
}


.form-check-input:checked,
.form-check-input:checked {
  background-color: #212529;
  border-color: #212529;
}

.form-check-input:focus,
.form-check-input:focus {
  border-color: #212529;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(34, 38, 42, 0.0)
}

.similar-products a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    color: #212529;
    font-size: 16px;
    border-radius: 50%;
}

.h-90 {
    height: 90%!important;
}

.rounded-top-left-right-lg {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}


.offcanvas-footer {
    background-color: #ffffff;
}


/* Product Details */

.product-image-slider .slick-list {
   margin: 0 0;
}

.product-image-slider .slick-slide {
    margin: 0 0;
}


.product-image-slider .slick-dots {
    bottom: 0;
}
.slick-dots {
    display: none!important;
}
.slick-dotted.slick-slider {
    margin-bottom: 10px!important;
}

.share-product {
    width: 35px;
    height: 35px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #212529;
    background-color: #fff;
    z-index: 1;
    cursor: pointer;
}

.share-product:hover {
    color: #212529;
} 

.product-image-slider .slick-dots li button:before {
    opacity: 1;
    color: white;
}

.product-image-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: rgb(0, 0, 0);
}


.product-image-slider .slick-prev, .product-image-slider .slick-next {
    font-size: 24px;
    color: #fff;
    opacity: 0.7;
    background: rgba(255, 255, 255, 0.0);
    box-shadow: none
}

.product-image-slider .slick-prev:hover, .product-image-slider .slick-next:hover,
.product-image-slider .slick-prev:focus, .product-image-slider .slick-next:focus {
    opacity: 1;
    background: rgba(255, 255, 255, 0.0);
    box-shadow: none
}


.product-image-slider .slick-prev {
    left: 0;
}

.product-image-slider .slick-next {
    right: 0;
}

.width-content {
    width: fit-content;
}

.size-chart div button {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border: 1px solid #dee2e6;
    border-radius: 50%;
    color: #222121;
    font-weight: 600;
    background-color: #ffffff;
    transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.size-chart div button:hover, .size-chart div button:focus {
    color: #ffffff;
    border: 1px solid #212529;
    background-color: #212529;
}


.product-info .product-title {
    color: #222121;
}

.separator {
    display: flex;
    align-items: center;
}

.separator .line {
    height: 1px;
    flex: 1;
    background-color: #dee2e6;
}

.separator h3 {
    padding: 0 1.5rem;
}


.wishlist-close {
    background-color: #ffffff;
    border-radius: 50%;
    padding: 10px;
    margin: 7px;
}


.block-button {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-input {
    width: 1.2em;
    height: 1.2em;
}

.profile-item,
.profile-item:hover,
.profile-item:focus {
    color: #141619;
    text-decoration: none;
}


.noti-box {
    width: 40px;
    height: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    background-color: #eff1f3;
    border-radius: 50%;
}

.forgot-link {
    color: #646464;
}

.forgot-link:hover {
    color: #646464;
}


.social-login a {
   width: 40px;
   height: 40px;
   display: flex;
   align-items: center;
   justify-content: center;
   color: #fff;
   font-size: 16px;
   background-color: #eaebeb;
   border-radius: 50%;
}

.verification-controls input{
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 0;
}

.splash-bg-2 {
    background-image: url(https://via.placeholder.com/1080X1440);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}


/* Metis Menu */

.sidebar-nav .metismenu a {
    font-size: 14px;
    font-weight: 500;
    padding: 18px 16px;
    border-bottom: 1px solid #dee2e6;
}


.sidebar-nav .metismenu .mm-active > a,
.sidebar-nav .metismenu a:hover,
.sidebar-nav .metismenu a:focus{
    color: #212529;
    background-color: #f8f9fa;
}

.sidebar-nav .metismenu li:first-child {
    margin-top: 0px;
}

.sidebar-nav .metismenu .mm-active > a {
    border-radius: 0;
}

.sidebar-nav .metismenu li + li {
    margin-top: 0px;
}

.sidebar-nav .metismenu ul a {
    padding: 8px 16px 8px 42px;
}


/* Order Tracking */

.timeline-with-icons {
    border-left: 1px solid #dee2e6;
    position: relative;
    list-style: none;
}

.timeline-with-icons .timeline-item {
    position: relative;
}

.timeline-with-icons .timeline-item:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline-with-icons .timeline-icon.active {
    color: #fff;
    background-color: #212529;
}

.timeline-with-icons .timeline-icon {
    position: absolute;
    left: -48px;
    background-color: #f8f9fa;
    color: #bcc0c5;
    border-radius: 50%;
    height: 31px;
    width: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
}



/* animation */

@-webkit-keyframes animdropdown {
	from {
		-webkit-transform: translate3d(0, 6px, 0);
		transform: translate3d(0, 6px, 0);
		opacity: 0
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes animdropdown {
	from {
		-webkit-transform: translate3d(0, 6px, 0);
		transform: translate3d(0, 6px, 0);
		opacity: 0
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

/*ROLAND CUSTOM STYLES*/

/*HEADER*/
.top-header{
    background-color: rgb(255, 255, 255, 0.9);
    backdrop-filter: blur(8px);
}

/*ICONLINKS*/
.option-card {
    text-align: center;
    border-radius: 0 0 3px 3px;
}
.add-card {
    padding: 20px 15px;
    background: linear-gradient(135deg, #ffffff 0%, #ededed 100%);
    box-shadow: 0 1px 3px 0 rgb(74 74 74 / 50%)!important;
    border-radius: 20px;
}
.section-to-header {
    margin-top: -45px;
}
.add-card-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.add-balance {
    text-align: center;
}

/*PRELOADERS*/
.loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #00000085;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
}
@keyframes spin {
    0% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}


.loader {
  height: 15px;
  width: 105px;
  display: flex;
  position: relative;
}

.loader .circle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fff;
  animation: move 500ms linear 0ms infinite;
  margin-right: 30px;
}

.loader .circle:first-child {
  position: absolute;
  top: 0;
  left: 0;
  animation: grow 500ms linear 0ms infinite;
}

.loader .circle:last-child {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 0;
  animation: grow 500ms linear 0s infinite reverse;
}

@keyframes grow {
  from {transform: scale(0,0); opacity: 0;}
  to {transform: scale(1,1); opacity: 1;}
}

@keyframes move {
  from {transform: translateX(0px)}
  to {transform: translateX(45px)}
}

/*QR CODE*/
.adding-ads {
    height: 57px;
    width: 57px;
    text-align: center;
    position: fixed;
    bottom: 30px;
    background: linear-gradient(-146deg, #644eb7 0%, #8862e1 100%);
    color: #fff;
    border-radius: 50%;
    line-height: 60px;
    box-shadow: 0 5px 9px -4px rgba(0, 0, 0, 0.46);
}
.tab-link .adding {
    background: #698aff!important;
}
/*QR CODE CSS*/
.qr-div {
    background-color: #fff;
    border-radius: 24px;
    padding: 24px 20px;
    display: flex;
    justify-content: center;
}
.qr-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.qr-title {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.payment-code {
    color: #171717;
    margin-bottom: 6px;
    font-weight: 700;
    font-size: 22px;
    line-height: 130%;
}
.qr-code {
    background-color: #FFF;
    margin-bottom: 10px;
    border-radius: 35px;
    display: flex;
    align-items: flex-start;
    height: 220px!important;
    width: 220px!important;
}

.lm-logo {
    box-shadow: none!important;
    border: none!important;
    top: -65px!important;
}

/*SEPARATOR DIVIDERS DISPLAYS*/
.separator-large{
    height: 80px;
}
.separator-medium{
    height: 50px;
}
.separator-small{
    height: 20px;
}
/* divider */
.divider-h {
    width: 100%;
    height: 1px;
    background: #ddd;
    margin: 0 0 15px;
}
.contain{
    padding: 25px 25px 60px;
}
.display-none {
  display: none!important;
}
.display-block {
  display: block!important;
}

/*CONFIRMATION PAGE*/
/* tab profile */
.header-profile {
    background: #fff;
    border-radius: 18px;
    padding: 15px;
    text-align: center;
}

.header-profile img {
    width: 80px;
    border-radius: 18px;
    margin: auto;
    margin-bottom: 15px;
    position: relative;
    top: -60px;
}

.header-profile .title-name h4 {
    margin-bottom: 5px;
    font-size: 20px;
}
.bg-gray {
    background: #888;
}
.rounded-border {
    text-align: center;
    display: inline-block;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 5px 15px;
}
.round-icon-ion {
    width: 45px;
    height: 45px;
    line-height: 55px;
    display: inline-block;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    font-size: 20px;
}
.divider-rs {
    height: 1px;
    display: block;
    background-color: rgb(0 0 0 / 10%);
}

/*FONT FAMILY*/
h1, h2, h3, h4, h5, h6 {
    line-height: 110%;
    font-family: 'Montserrat', sans-serif!important;
    margin: 0;
    font-weight: 500;
    color: #383e50;
}
.text-small {
    margin-bottom: 0!important;
    font-size: 14px;
    color: #909090;
}

.red-text {
    color: #5320AA!important;
}

/*SPIKES*/


.spikes {
  position: relative;
  background: #b12f17;
  height: 1vh;
}

.spikes::after {
  content: '';
  position: absolute;
  right: 0;
  left: -20%;
  top: 100%;
  z-index: 10;
  display: block;
  height: 30px;
  background-size: 30px 100%;
  background-image: linear-gradient(135deg, #b12f17 25%, transparent 25%), linear-gradient(225deg, #b12f17 25%, transparent 25%);
  background-position: 0 0;
}

/*MUDBLAZOR*/

.mud-button-outlined.mud-button-outlined-warning {
    color: white!important;
    border: 1px solid white!important;
}
.mud-button-filled.mud-button-filled-warning {
    color: #5320AA!important;
    background-color: white!important;
}

.mud-table-container{
    padding-bottom: 20px;
}
.mud-sm-table .mud-table-cell {
   padding-left: 0!important;
}
.mud-table-row {
    display: -webkit-box!important;
}
.mud-sm-table .mud-table-row .mud-table-cell:last-child {
    border-bottom: none!important; 
}
.mud-table-pagination-toolbar {

    padding-top: 0!important;
    border-top-width: 0!important;
    
    position: fixed!important;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    min-height: 50px!important;
    background: linear-gradient(135deg, #c6e8ff 0%, #ffdada 100%);

}


.mud-error-text {
    padding-right: 2px!important;
}

.fix-click {
    height: 100%;
    width: 100%;
}
.mud-rating-item {
    margin: 0 5px!important;
}
/*TEXT FIELD CSS*/
.text-float {
    position: relative;
    top: 10px;
    left: 15px;
    font-size: 13px;
    color: #5b5b5b;
    background: white;
    padding: 0 3px;
    z-index: 1;
}
.mud-white .mud-input-label-outlined  {
    background-color: #ffffff !important;
    border-radius: 10px;
}
.mud-white {
    border-radius: 10px;
}
.mud-fab-label {
    font-weight: bold;
    font-size: 16px;
    text-transform: initial;
    color: white!important;
}
.mud-fab-extended.mud-fab-size-large .mud-fab-label {
    gap: 3px!important;
}
.mud-fab-primary {
    background-color: var(--mud-palette-primary);
}
a:hover {
    color: #5320AA;
}

.mud-icon-button {
    padding-bottom: 0!important;
    padding-top: 0!important;
}
.mud-grid-item {
    width: 100%;
}


/*TRUNCATES*/
.truncates {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*ELOADING PAGE*/
.loading-div {
    border: 2px solid #5320AA;
    padding-top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.loading-div::-webkit-scrollbar {
  width: 0;
  display: none;
  background: transparent; /* Chrome/Safari/Webkit */
}

.animated-box {
    position: relative;
}
.transaction-card a {
    padding: 14px 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(74, 74, 74, 0.05);
    box-shadow: 0px 2px 4px 0px rgba(74, 74, 74, 0.05);
}

/*DASHBOARD*/
.feature-card {
    padding: 15px 20px;
    display: flex;
}
.feature-card-details{
    margin-left: 5px;
}
/*TRANSACTION HISTORY CSS*/
.progress-card {
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(74, 74, 74, 0.05);
    box-shadow: 0 2px 4px 0 rgba(74, 74, 74, 0.05);
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.progress-card-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 10px;
}
.progress-card-info .circular-progress {
    margin-right: 12px;
}
.circular-progress {
    position: relative;
}
.align-middle {
    vertical-align: middle!important;
}
.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 1em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}
.badge-success {
    color: #ffffff;
    background-color: #632DFF;
}
.badge-danger {
    color: #ffffff;
    background-color: #ff5454;
}
.progress-card-blue {
    margin-bottom: 3px;
}

.amount {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.amount b {
  margin-right: 10px;
}
.transaction-id {
  display: block;
}
.option-card-icon{
    text-align: -webkit-center;
}

/*TUTORIALS SIDEBAR*/
.image-borders {
    border: 1px solid #c6c6c6;
    padding: 3px;
    border-radius: 10px;
}

.fi-rr-play-alt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 35px;
    opacity: 60%;
    color: #fff;
    bottom: 0;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.truncate-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*PIM*/
.center-py {
    align-items: center;
    justify-content: center;
    display: flex;
}

.pin-status{
    font-weight: bold;
    color: #10aa27!important;
}

/*CASH IN CASH OUT*/
.cashin-info .content img {
    width: 60px;
    border-radius: 50%;
    float: left;
    margin-right: 15px;
}
.cashin-list {
    height: auto;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    background: #fff;
    border-radius: 12px;
}
.cashin-list .cashin-list-label {
    min-height: 60px;
    width: 100%;
    padding-right: 15px;
    display: flex;
    align-items: center;
}
.cashin-list .cashin-list-after {
    margin-left: auto;
}
.truncates {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*PARTNER DETAILS*/
.image-border {
    max-width: 15vw;
    border: 1px solid #c6c6c6;
    padding: 3px;
    border-radius: 10px;
}

/*SLIDER*/
.slick-list {
    text-align: -webkit-center;
}

/*DASHBOARD*/
.bg-light {
    background-color: white!important;
}

/*OFFCANVAS MODAL*/
.offcanvas.offcanvas-bottom {
    height: auto!important;
}

/*SMARTPADALA RATES*/
#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #ea3455;
  color: white;
}

/*ICONS COLOR SIZE*/
.f20 {
    font-size: 20px!important;
}

/*SIDE BAR NAVIGATION*/
.wrapper .sidenav .offcanvas {
    width: 75vw!important;
}

/*TRANSACT SWITCH*/
.transactswitch {
    position: relative;
    width: 75px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.transactswitch-checkbox {
    display: none;
}

.transactswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 20px;
}

.transactswitch-checkbox:checked + .transactswitch-label .transactswitch-inner {
    margin-left: 0;
}

.transactswitch-checkbox:checked + .transactswitch-label .transactswitch-inner {
}

.transactswitch-inner:after {
    content: "OFF";
    padding-right: 18px !important;
    background-color: #a5a4a4;
    color: #999999;
    text-align: right;
}

.transactswitch-inner:before {
    content: "ON";
    background-color: #5320AA;
    color: #FFFFFF;
    padding-left: 17px !important;
}

.transactswitch-inner:before, .transactswitch-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;
}

.transactswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.transactswitch-checkbox:checked + .transactswitch-label .transactswitch-switch {
    right: 0;
}

.transactswitch-switch {
    display: block;
    width: 18px;
    margin: 6px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 45px;
    border: 2px solid #999999;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}


/*ON OFF SWITCH*/
.toggle {
      --width: 60px;
      --height: calc(var(--width) / 2);
      position: relative;
      display: inline-block;
      width: var(--width);
      height: var(--height);
      cursor: pointer;
    }

    .toggle input {
      display: none;
    }

    .toggle .labels {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      font-size: 14px;
      font-family: sans-serif;
      transition: all 0.4s ease-in-out;
      overflow: hidden;
    }

    .toggle .labels::after {
      content: attr(data-off);
      position: absolute;
      display: flex;
      justify-content: center;
      align-items: center;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      font-weight: bold;  
      color: #fff;
      background-color: #A5A4A4;
      transition: all 0.4s ease-in-out;
    }

    .toggle .labels::before {
      content: attr(data-on);
      position: absolute;
      display: flex;
      justify-content: center;
      align-items: center;
      top: 0;
      left: calc(var(--width) * -1);
      height: 100%;
      width: 100%;
      color: #ffffff;
      background-color: #5320AA;
      text-align: center;
      font-weight: bold;
      transition: all 0.4s ease-in-out;
    }

    .toggle input:checked~.labels::after {
      transform: translateX(var(--width));
    }

    .toggle input:checked~.labels::before {
      transform: translateX(var(--width));
    }

/*SWEETALERTS2*/
.swal2-popup {
    border-radius: 20px !important;
}


/*SPEECH BUBBLE*/
.lw-bubble {
	position:relative;
	padding:15px;
	margin:100px 0 0.5em;
	color:#333;
	background:#ffeeed47;
	/* css3 */
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

/*STARS*/
.bigger-stars {
  font-size: 20px;
  position: relative;
  bottom: .1em;
}
.stars {
  font-size: 15px;
  position: relative;
  bottom: .1em;
}

/*Suppress chatbase Message Bubble on Startup*/
#chatbase-message-bubbles{
    display: none!important;
}


/*QR CODE SCANNER*/
video {
    aspect-ratio: auto;
    width: 100% !important;
    height: 100% !important;
}

/*a LINK*/
.a-link {
    color: var(--mud-palette-primary);
    text-decoration: underline;
}

/*Favorites-Sliders*/
.wrapper-slider{
    max-height: fit-content;
    display: flex;
    overflow-x: auto;
}

.item-slider {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 2px 20px;
    width: 70px;
}
.item-slider .circle {
    width: 70px;
    height: 70px;
    box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    position: relative;
    
    
}
.disabled-div {
    opacity: 0.5;
    pointer-events: none;
}

/*billspayment images styles*/
.billerlist-img{
    width: 25px;
    border-radius: 13px;
}

.bpconfirm-payment {
    width: 80px;
    height: 80px;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.4);
    border: 2px solid #b7b7b7;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -57px;
    position: relative;
    background-size: cover;
    background-position: center;
}

.bpconfirm-fsize {
    font-size: 16px;
}

/*CAMERA SCANNER */
video {
    position: fixed!important;
    top: -61px!important;
    left: 0!important;
}
.scan-anim{
    padding: 25px; 
    position: absolute; 
    top: 50%; left: 50%; 
    transform: translate(-50%, calc(-50% - 60px)); 
    width: 300px; 
    height: 300px;
    background-repeat: no-repeat; 
    background-size: contain;
}

/*TRANSACTIONLIST PAGE*/

.trans-title {
    margin-right: 10px;
    width: 45vw;"
    font-size: 19px!important;
}

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

.scrollable-nav-t {
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none!important;
}

.scrollable-nav-t a {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    min-width: 120px;   /* Adjust to suit your needs */
}

.scrollable-section {
    padding: 5px 0;
}

.nav-pill {
    border: 2px solid #5320AA;
    border-radius: 10px;
    color: #5320AA;
    text-align: center;
    font-weight: 600;
    margin-right: 5px;
}
.nav-pill-active {
    background-color: #5320AA;
    color: white!important;
}
.scrollable-nav-t::-webkit-scrollbar {
  width: 0;
  display: none;
  background: transparent; /* Chrome/Safari/Webkit */
}

/*TICKETS*/

.ticket-ok-btn {
    background: red;
    color: white;
    font-weight: 600;
    padding: 10px 20px;
    margin-bottom: 10px;
    border-radius: 7px;
}
.resize-toggle {
    width: 100%;
}
.p-size-toggle {
    font-size: calc(50% + 1vw);
    line-height: 1;
    margin-bottom: 0;
    
    
}
.h4-size-toggle {
    font-size: calc(100% + 1vw);
    line-height: 1;
    color: #5320AA;
    font-weight: 600;
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    /* This is usually the breakpoint for tablets and above. Adjust as needed. */
    .resize-toggle {
        width: 50%;
        margin: auto;
    }
    .h4-size-toggle {
        font-size: calc(40% + 1vw);
        line-height: 1;
        color: #5320AA;
        font-weight: 600;
    }
    .p-size-toggle {
        font-size: calc(5% + 1vw);
        line-height: 1;

    }
}
.vertical-border {
  position: relative;
}

.vertical-border::after {
    content: "";
    position: absolute;
    height: 197%;
    right: 0;
    top: -50%;
    border-right: 1px dotted #D2D2D2;
    width: 0;
}
.form-check-input:checked {
    background-color: #7535e2;
    border-color: #5320AA;
}
.form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 0;
  border: 2px solid rgb(83, 32, 170) !important;
}
.form-check-input-d {
  width: 20px;
  height: 20px;
  margin-top: 0;
  border: 2px solid rgb(128 128 128 / 40%) !important;
    
  border-radius: 3px;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}

/*LOADMAIN PAGE*/
.center-all {
    display: flex;
    align-items: center;
    justify-content: center;
}




