* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-size: 16px;
    color: #121212;
}
h2 {
    font-size: 40px;
    font-weight: 600;
}
h3 {
    font-size: 24px;
    font-weight: 600;
}
h4 {
    font-size: 22px;
    font-weight: 600;
}
h5 {
    font-size: 20px;
    font-weight: 600;
}
h6 {
    font-size: 18px;
    font-weight: 600;
}
p {
    font-size: 16px;
    font-weight: normal;
}
.wrapper {
    overflow-x: hidden;
}
.text-pink {
    color: #e20074;
}
.btn-transparent {
    min-width: 150px;
    background-color: transparent;
    border: 1px solid black;
    height: 50px;
    padding: 0 40px;
    font-size: 18px;
    font-weight: bold;
    transition: all ease-in-out 0.4s;
}
.btn-transparent:hover {
    background-color: black;
    color: white;
}
.header-login {
    background-color: #121212;
    height: 50px;
}
.login-logo {
    text-decoration: none;
}
.login-logo span {
    color: white;
}
.login-logo span:hover {
    color: #e20074;
}
.auth-pages-wrapper {
    padding: 50px 0;
}
.auth-pages-hidden, .qr-code-content {
    max-width: 450px;
    margin: 0 auto 8px;
    border-radius: 8px;
    box-shadow: 1px 1px 11px 8px #80808024;
    overflow-x: hidden;
}
.auth-pages-hidden form {
    padding: 25px;
}
.btn-pink, .btn-white {
    min-width: 130px;
    height: 45px;
    border-radius: 4px;
    background-color: #e20074;
    border: 1px solid #e20074;
    color: white;
    font-size: 18px;
    font-weight: 600;
    padding: 0 25px;
}
.btn-pink:hover {
    background-color: transparent;
    color: #e20074;
}
.btn-white {
    background-color: white;
    color: black;
    border: 1px solid white;
    height: 50px;
}
.btn-white:hover {
    background-color: black;
    color: white;
}
.wrapper .form-control {
    border: 1px solid black;
    height: 45px;
    padding: 0 15px;
    color: black;
    box-shadow: unset;
}
.input-outline {
    width: 100%;
    border: 1px solid black;
    border-radius: .25rem;
    padding: 4px;
    visibility: hidden;
    position: absolute;
    top: -1.5px;
    left: 0;
    height: 105%;
}
.input-outline-add .input-outline {
    visibility: visible;
}
.auth-form-content a {
    font-size: 18px;
    color: #e20074;
    font-weight: 600;
    text-decoration: none;
    transition: all ease-in-out 0.1s;
}
.auth-pages-wrapper .btn-pink {
    position: relative;
}
.auth-pages-wrapper .btn-pink a {
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.auth-pages-wrapper .btn-pink:hover a {
    color: #e20074;
}
.auth-form-content a:hover .angle-right {
    transform: translateX(6px);
}
.angle-right {
    width: 22px;
    transition: all ease-in-out 0.1s;
}
.qr-code-content {
    padding: 25px;
}
.social-icons {
    width: 28px;
    height: 28px;
    margin-right: 18px;
}
.social-icons img {
    width: 100%;
    height: 100%;
}
.social-icons img:hover {
    filter: invert(66%) sepia(80%) saturate(4995%) hue-rotate(319deg) brightness(101%) contrast(109%);
}
.footer {
    background-color: #121212;
}
.footer-top {
    padding: 70px 0;
    background-color: #333;
    border-bottom: 1px solid white;
}
.social-icon-wrpaper h4 {
    color: white;
}
.footer-language a, .footer-main-links a, .footer-bottom-top-links a, .footer-bottom-last-links a {
    color: white;
    text-decoration: none;
}
.footer-language:hover, .footer-main-links a:hover, .footer-bottom-top-links a:hover, .footer-bottom-last-links a:hover {
    text-decoration: underline;
}
.footer-main-links {
    max-width: 850px;
    margin: 0 auto;
    padding: 50px 0;
}
.footer-main-links a {
    color: white;
    font-size: 18px;
    font-weight: 600;
}
.footer-bottom-top-links a {
    font-weight: 600;
    margin-right: 10px;
}
.footer-bottom-last-links a {
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}
.footer-t-logo {
    width: 70px;
}
.footer-t-logo img {
    width: 100%;
}
.eye-icon-field {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    width: 38px;
}
.eye-icon-field img {
    width: 100%;
}
.line-breaker {
    border-top: 2px solid black;
    margin: 35px 0;
}
.line-breaker h6 {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0px 15px;
    z-index: 3;
    background-color: white;
}
.confirm-auth-pages {
    max-width: 600px;
}
.checkbox-wrapper .form-check-input:checked {
    background-color: #fff;
    border: 2px solid #e20074;
}
.checkbox-wrapper .form-check-input:checked[type=radio] {
    background-image: url('../images/circle.svg');
    background-size: 75% 64%;
}
.floating-input {
    width: 50%;
}
.floating-input span {
    position: absolute;
    top: -10px;
    left: 15px;
    font-size: 12px;
    font-weight: 500;
    background-color: white;
    padding: 0px 6px;
}
.checkbox-confirm .form-check-input {
    border: 1px solid black;
    box-shadow: unset;
    width: 20px;
    height: 20px;
    border-radius: 2px;
}
.checkbox-confirm .form-check-input:checked {
    background-color: #e20074;
    border-color: #e20074;
}
.rememeber-image {
    width: 30px;
    height: 30px;
    margin-right: 15px;
}
.rememeber-box-alert {
    background-color: #8080801a;
    margin-bottom: 35px;
    padding: 20px 25px;
    border-radius: 8px;
    box-shadow: 0px 3px 3px 3px #80808038;
}
.rememeber-box-alert-content {
    width: calc(100% - 45px);
}
.header {
    background-color: #121212;
    padding: 10px 0;
}
.header-list, .header-last-area {
    list-style: none;
}
.header-list .nav-item .nav-link, .header-last-area .nav-item .nav-link {
    color: white;
    font-size: 18px;
    text-decoration: none;
    font-weight: 500;
}
.header-list .nav-item .nav-link:hover, .header-last-area .nav-item .nav-link:hover {
    color: #e20074;
}
.header-input-dashboard {
    max-width: 110px;
}
.header-input-dashboard input {
    background-color: transparent;
    box-shadow: unset;
    border: none;
    color: white;
    padding: 4px 10px 4px 30px;
    outline: none;
    width: 100%;
}
.header-input-dashboard input::placeholder {
    color: white;
}
.header-input-dashboard .search-icon {
    width: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-54%);
    left: 4px;
}
.cart-icon {
    width: 22px;
}
.header-last-area .profile-dd {
    min-width: 130px;
    height: 45px;
    border-radius: 2px;
    background-color: #e20074;
    border: 1px solid #e20074;
    color: white;
    font-size: 18px;
    font-weight: 500;
}
.dashboard-main-wrapper {
    padding: 25px 80px;
}
.usage-content-wrapper {
    max-width: 550px;
}
.usage-profile-cycle h2 {
    font-size: 60px;
    font-family: sans-serif;
    font-weight: 900;
}
.top-topic-content {
    margin-bottom: 50px;
}
.usage-review .dropdown-toggle {
    width: 100%;
    background-color: white;
    border: 1px solid gray;
    display: flex;
    align-items: center;
    padding: 15px 20px;
    justify-content: space-between;
} 
#fileDropdown {
    max-height: 200px; /* Adjust height as needed */
    overflow-y: auto;  /* Enable vertical scrolling */
}
.message-field-input-wrapper input {
    width: 100%;
    height: 55px;
    padding: 10px 10px 10px 50px;
    color: black;
    border: 1px solid gray;
    outline: none;
}
.message-field-input-wrapper .search-icon {
    width: 26px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}
.message-field-area a {
    font-weight: 500;
    color: #e20074;
    text-decoration: underline;
}
.usage-review .nav-tabs {
    margin: 40px 0;
}
.usage-review .nav-tabs .nav-link {
    color: black;
    font-size: 18px;
    font-weight: 600;
    box-shadow: unset;
    outline: none;
    border: none;
    border-bottom: 3px solid transparent;
    padding: 10px 28px;
}
.usage-review .nav-tabs .nav-link.active {
    color: #e20074;
    border-color: #e20074;
}
.usage-review table th .angle-down-icon {
    width: 20px;
    transform: rotate(90deg);
    position: relative;
    top: 3px;
    left: 5px;
}
.usage-review table th .angle-down-icon img {
    width: 100%;
}
.usage-review table th {
    cursor: pointer;
}
.usage-review table th, .usage-review table td {
    padding: 15px 0;
}
.dashboard-top-tag-content-bg {
    background-color: #e20074;
    padding: 15px 0;
    color: white;
}
.dashboard-top-tag-content .tag-icon {
    width: 25px;
    height: 25px;
}
.dashboard-top-tag-content .tag-icon img {
    width: 100%;
    height: 100%;
}
.dashboard-top-tag-content a {
    color: white;
    font-weight: bold;
    font-size: 18px;
}
.dashboard-welcome-heading a {
    color: #e20074;
}
.notification-dd-dashboard .notification-icon {
    width: 25px;
    margin-right: 5px;
}
.notification-dd-dashboard {
    max-width: 220px;
    width: 100%;
}
.dropdown.notification-dd-dashboard .dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: transparent;
    border: 1px solid #00000069;
    color: black;
    font-size: 18px;
    height: 56px;
    padding: 0 20px;
}
.notification-dd-dashboard .notification-icon span {
    font-size: 12px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.notification-dd-dashboard .notification-icon::before {
    content: '';
    position: absolute;
    top: 0px;
    right: -2px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #e20074;
}
.dashboard-balance-content h3, .dashboard-balance-links-area h3 {
    padding-bottom: 6px;
    border-bottom: 1px solid #80808070;
    margin-bottom: 20px;
}
.dashboard-balance-content p a {
    color: #e20074;
}
.dashboard-balance-links-area ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.dashboard-balance-links-area ul li:not(:last-child) {
    margin-bottom: 25px;
}
.dashboard-balance-links-area ul li .balance-link-img {
    width: 25px;
}
.dashboard-balance-links-area ul li .balance-link-img img{
    width: 100%;
    height: 100%;   
}
.dashboard-balance-links-area ul li a, .devices-images-content a {
    color: #e20074;
    text-decoration: none;
}
.dashboard-balance-links-area ul li a:hover, .devices-images-content a:hover {
    text-decoration: underline;
}
.my-line-dashboard-content {
    margin: 90px 0 70px;
}
.my-line-dashboard-content .view-details, .dashboard-other-lines-devices-heading-area .view-account, .great-benefits-dashboard a {
    color: #e20074;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}
.my-line-dashboard-content .view-details:hover, .my-line-dashboard-content .upgrade-details:hover, .dashboard-other-lines-devices-heading-area .view-account:hover, .great-benefits-dashboard a:hover {
    text-decoration: underline;
}
.my-line-dashboard-content-top-bar, .dashboard-other-lines-devices-heading-area {
    padding-bottom: 15px;
    border-bottom: 1px solid #8080808a;
}
.my-line-dashboard-content-img {
    width: 450px;
    margin-bottom: 15px;
}
.my-line-dashboard-content .upgrade-details {
    font-weight: bold;
    color: #121212;
    text-decoration: none;
}
.my-line-dashboard-content-tabs {
    padding: 16px 0px;
}
.my-line-dashboard-content-tabs:not(:last-child) {
    border-bottom: 1px solid #80808091;
}
.dashboard-manage-roles-box {
    height: 150px;
    background-color: #80808024;
}
.dashboard-manage-roles-box-img {
    width: 230px;
    height: 100%;
}
.dashboard-manage-roles-box-img img {
    width: 100%;
    height: 100%;
}
.dashboard-manage-roles-box-content {
    padding: 10px 20px 10px 15px;
    width: calc(100% - 230px);
}
.dashboard-manage-roles-box-content h3 {
    width: calc(100% - 180px);
    padding-right: 20px;
    margin: 0;
}
.dashboard-manage-roles-box-content .user-role-btn {
    min-width: 180px;
    padding: 0 15px;
    border: 4px solid black;
    border-radius: 10px;
    height: 50px;
    font-weight: bold;
}
.devices-images {
    width: 20px;
}
.devices-images img {
    width: 100%;
}
.other-lines-devices-info a {
    text-decoration: none;
    color: #121212;
}
.other-lines-devices-info a:hover {
    text-decoration: underline;
}
.great-benefits-dashboard-box {
    height: 120px;
    background-color: #e20074;
    color: white;
}
.great-benefits-dashboard-img {
    width: 400px;
}
.great-benefits-dashboard-img, .great-benefits-dashboard-img img {
    height: 100%;
}
.great-benefits-dashboard-img img {
    width: 100%;
}
.great-benefits-dashboard-box-content {
    width: calc(100% - 400px);
    padding: 12px 12px 12px 30px;
    height: 100%;
}
.great-benefits-dashboard-box-info {
    height: 100%;
    width: calc(100% - 170px);
    padding-right: 20px;
}
.last-shop-connected-wrapper {
    color: white;
}
.last-shop-connected-wrapper-main-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #0000005c;
    height: 100%;
    width: 100%;
}
.last-shop-connected-wrapper-main-img {
    width: 100%;
    height: 760px;
}
.last-shop-connected-wrapper-main-img img {
    width: 100%;
    height: 100%;
}
.last-shop-connected-wrapper-connected {
    left: 80px;
    top: 70%;
    transform: translateY(-50%);
}
.last-shop-connected-wrapper-connected h3 {
    font-size: 30px;
}
.pagination-site, .pagination-site div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    width: 100%;
}
.pagination-site .btn-pink-pagination, .pagination-site span button {
    width: 35px;
    height: 35px;
    border: 1px solid transparent;
    border-left: 3px solid transparent;
    padding: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: black;
}
.pagination-site .btn-pink-pagination:hover {
    border-color: #e20074;
}
.pagination-site span button:disabled {
    width: 35px;
    height: 35px;
    border: 1px solid #e20074;
    border-left: 3px solid #e20074;
    padding: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: #e20074;
}
.pagination-site span button:hover {
    border-color: #e20074;
    color: #e20074;
    background-color: transparent;
}
.pagination-site .btn-img-rotate img {
    transform: rotate(180deg);
}






































































































