body {
    background-color: #060624;
    font-family: "Inter", sans-serif;
}

* {
    font-family: "Inter", sans-serif;
}

.text-E {
    color: #EB615A !important;
}

.border-E {
    border: 1px solid #EB615A !important;
}

.text-Z {
    color: #F5DF6D !important;
}

.border-Z {
    border: 1px solid #F5DF6D !important;
}

.text-O {
    color: #53A6F5 !important;
}

.border-O {
    border: 1px solid #53A6F5 !important;
}

.text-N {
    color: #9163cf !important;
}

.border-N {
    border: 1px solid #9163cf !important;
}

.text-G {
    color: #8d96ff !important;
}

.border-G {
    border: 1px solid #8d96ff !important;
}

.flow {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 100vh;
    background-image: url("../img/Rectangle 74.png");
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

#QR .modal-content,
#BR .modal-content {
    border: 2.16px solid;
    border-image-source: linear-gradient(
        135.79deg,
        rgba(255, 255, 255, 0.2) 20.18%,
        rgba(255, 255, 255, 0.02) 87.75%
    );
    background: #1a2271;
}

.charge {
    padding: 0.5rem;
}

.charge h2 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.charge p {
    font-size: 12px;
    color: #cbcbcb;
    margin-bottom: 0.5rem;
}

.charge img {
    width: 180px;
    margin-bottom: 1rem;
    object-fit: contain;
}

a {
    text-decoration: none;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background: #2939d0;
    border-radius: 10px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.flow .logo {
    margin-top: 2rem;
    width: 200px;
}

.footer {
    background-color: #000;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    text-align: center;
    width: 100%;
}

.footer p {
    color: #ffffff;
    opacity: 0.5;
    font-size: 14px;
    margin: 0;
}

.footer-social {
    display: flex;
    justify-content: center;
    padding: 0.5rem;
}

.footer a {
    color: #fff;
}

.footer a i {
    margin: 0rem 1rem;
    font-size: 18px;
    font-weight: bold;
}

.zone {
    width: 100%;
    border-radius: 24px;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.img-height {
    height: 10%;
}

.zone-height {
    max-height: 72%;
    height: 100%;
    margin-bottom: 5%;
    margin-top: 5%;
    box-shadow: 1px 4px 4px 0px #00000040;
    background: linear-gradient(
        124deg,
        rgba(255, 255, 255, 0.18) 22.53%,
        rgba(255, 255, 255, 0.04) 82.08%
    );
    border: 2px solid rgba(255, 255, 255, 0.2);
    filter: drop-shadow(1px 4px 4px rgba(0, 0, 0, 0.25));
    backdrop-filter: blur(12.5px);
    border-radius: 25px;
    text-align: center;
    position: relative;
    overflow-y: hidden;
    overflow-x: hidden;
    width: 60%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-height {
    height: 8%;
}

.zone-card {
    padding: 3rem 0;
    /* display: flex; */
    /* flex-flow: column; */
    /* justify-content: center; */
    /* width: 70%; */
    /* margin: auto; */
}

.menu-icon {
    position: absolute;
    left: 2rem;
    top: 2rem;
    color: #fff;
    font-size: 30px;
}

.menu-icon:hover {
    color: #fff;
}

.rank-icon-right {
    position: absolute;
    right: 2rem;
    top: 2rem;
    color: #fff;
    /*font-size: 30px;*/

    width: 50px;
    height: 50px;
    background-color: #001A4D;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 0 5px #001A4D, 0 0 10px #001A4D;
}

.rank-icon-right::after {
    content: attr(data-tooltip); /* Gets the tooltip text from the data-tooltip attribute */
    position: absolute;
    bottom: 20%; /* Position the tooltip above the rank-icon-right */
    right: 50%;
    transform: translateX(-50%);
    background-color: #333; /* Tooltip background color */
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    white-space: nowrap; /* Prevents the text from wrapping */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-in-out;
    pointer-events: none; /* Prevents the tooltip from interfering with hover */
}

.rank-icon-right:hover::after {
    opacity: 1;
    visibility: visible;
}

.zone .person-data .person-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
}

.zone .person-data .choose-zone-img {
    width: 110px !important;
    height: 110px !important;
}

.zone .person-data h1 {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 0.5rem;
}

.zone .person-data.chooze-zone-data h1 {
    font-size: 20px;
}

.zone .person-data a {
    color: #000;
    font-size: 13px;
    background-color: #d9d9d9;
    padding: 0.5rem 1rem;
    border-radius: 5px;

}

.zone .person-data.chooze-zone-data a {
    font-size: 11px;
    padding: 0.5rem 1rem;

}

.points {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem 0 3rem 0;
}

.choose-zone-points {
    margin: 1rem 0 3rem 0 !important;
}

.points {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem 0 3rem 0;
}

.choose-zone-points .blue {
    padding: 0.3rem 1.5rem !important;
}

.points .blue {
    padding: 0.5rem 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    border: 1px solid #fff;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.points .blue span {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-left: 0.6rem;
}

.choose-zone-points .blue span {
    font-size: 14px !important;
}

.points .purple {
    padding: 0.5rem 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    border: 1px solid #fff;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.choose-zone-points .purple {
    padding: 0.3rem 1.5rem !important;
}

.points .purple span {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-left: 0.6rem;
}

.choose-zone-points .purple span {
    font-size: 14px !important;
}

.zone p {
    color: #fff;
    font-size: 14px;
}

.choose {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
}

.button-computer {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 32px;
    padding: 0.7rem 0rem;
    border: transparent;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background-color: #2b3ff9;
    width: 60%;
    white-space: nowrap;
    transition: all ease 0.3s;
}

.button-computer:hover {
    color: #2b3ff9;
    background-color: #fff;
}

.button-computer:hover svg path {
    fill: #2b3ff9;
}

.button-computer img {
    margin-right: 1rem;
    width: 18px;
}

.pc {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    position: relative;
}

.unFav-pc i {
    color: #616161 !important;
}

.fav-pc i {
    display: none !important;
    position: absolute;
    top: -0.5rem;
    right: 41%;
    /* left: calc(50% - 25px); */
    background-color: #2c2c2c;
    color: #fe5553;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 12px;
}

.pc-number {
    width: 115px;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pc-number {
    background-image: url("../img/fav-pc.png");
    background-repeat: no-repeat;
    background-position: center;
}

.pc-details {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.6rem;
}

.pc-number span {
    font-size: 6px;
    color: #cbcbcb;
}

.pc-number strong {
    font-size: 14px;
    color: #fff;
}

.show-map {
    color: #ffffff;
    font-size: 13px;
    margin-top: 0.3rem;
}

.fav {
    background-color: #2939d0;
    padding: 1rem;
    position: relative;
    /* overflow: hidden; */
}

.fav-heart i {
    color: #f65250;
    width: 40px;
    height: 40px;
    font-size: 20px;
    background-color: rgb(55, 58, 108);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    top: -20px;
    right: calc(50% - 20px);
    left: calc(50% - 20px);
}

.fav-border {
    position: absolute;
    /* top: -20px; */
    /* right: 50%; */
    width: 0.5px;
    height: 100%;
    background-color: #fff;
    /* border: 0.5px solid #FFFFFF */
}

.haert {
    /* width: 10%; */
    background-color: #9747ff;
    padding: 1rem;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    margin-left: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}

.haert i {
    color: #fff;
    font-size: 25px;
    transition: all 0.3s;
}

.haert:hover i {
    font-weight: bold;
    transition: all 0.3s;
}

.select {
    margin-top: 3rem;
}

.select .button {
    font-size: 15px;
    background: transparent;
    cursor: pointer;
    color: #28a8fc;
    border-bottom: 1px solid #28a8fc;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.select .dropdown {
    position: relative;
    background: #060819;
    display: block;
    cursor: pointer;
    transform: scale(0.01);
    opacity: 0;
    display: none;
    transition: transform 0.3s ease, display 0.3s ease, opacity 0.3s ease,
    box-shadow 0.3s ease 0.15s;
    transform-origin: center top;
    overflow: hidden;
}

.select .dropdown.open {
    transform: scale(1);
    opacity: 1;
    box-shadow: 3px 3px 30px rgba(118, 96, 168, 0.15);
    width: 100%;
    display: block;
}

.select .dropdown span {
    position: relative;
    color: #fff;
    font-size: 12px;
    display: block;
    padding: 10.5px 30px;
    transition: color 0.2s ease, background-color 0.2s ease,
    padding-left 0.2s ease;
    overflow: hidden;
    border-bottom: 1px solid #000;
    display: flex;
    justify-content: space-between;
    background: #1b1b1b;
}

.select .dropdown span a {
    color: #28a8fc;
}

.select .dropdown span i {
    margin-left: 0.6rem;
}

.select .dropdown span.clicked {
    padding-left: 35px;
}

.select .dropdown a:hover {
    padding-left: 35px;
}

.arrow1,
.arrow2 {
    width: 20px !important;
    height: 20px !important;
    transition: transform 0.3s ease;
    font-size: 18px;
    color: #28a8fc;
}

.arrow1.open,
.arrow2.open {
    transform: rotate(180deg);
}

.red {
    color: #c12b2b;
}

.back {
    color: #fff;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}

.back:hover i {
    color: #000;
    background-color: #fff;
    transition: all 0.3s;
}

.back:hover {
    color: #fff;
    transition: all 0.3s;
}

.back i {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.6rem;
    transition: all 0.3s;
}

.details {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.details span {
    color: #cbcbcb;
    font-size: 10px;
    font-weight: bold;
}

.details img {
    margin-right: 2rem;
    height: 80px;
}

.details i {
    color: #fe5452;
    font-size: 35px;
    margin-left: 1rem;
}

.details h2 {
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    margin: 0;
}

.session {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 2rem 1rem 1rem;
    background-color: #06082c;
    border-radius: 13px;
    margin-bottom: 2rem;
}

.session img {
    margin-right: 1rem;
}

.session-time {
    border-left: 1px solid #8d8d8d;
    padding-left: 1rem;
    text-align: left;
}

.session h2 {
    color: #58bc3b;
    font-size: 32px;
    font-weight: bold;
    margin: 0;
}

.session span {
    color: #c2c2c2;
    font-size: 12px;
}

.request-p {
    display: inline-flex;
    color: #f65250 !important;
    font-size: 12px;
    margin-bottom: 2rem;
    border-radius: 4px;
    background-color: #06082c;
    padding: 0.5rem 4rem;
}

.time {
    color: #58bc3b !important;
}

.lock {
    width: 48%;
    border-radius: 32px;
    padding: 1rem 0.5rem;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    background-color: #28a8fc;
    margin-right: 2%;
}

.unlock {
    width: 48%;
    border-radius: 32px;
    padding: 1rem 0.5rem;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    background-color: #58bc3b;
    margin-left: 2%;
}

.logout {
    /* width: 90%; */
    border-radius: 32px;
    padding: 0.6rem 2rem;
    font-size: 18px;
    height: 52px;
    font-weight: bold;
    color: #ffffff;
    background-color: #f65250;
    margin-bottom: 1rem;
}

.flexRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 52px;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #c12b2b;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    right: 4px;
    bottom: 4px;
    transition: 0.4s;
    width: 45px;
    height: 45px;
    background-image: url("../img/Layer_1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}

.slider:after {
    content: "UnLocked";
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50%;
    font-size: 16px;
    line-height: 14px;
    letter-spacing: 0.16px;
    font-weight: bold;
    color: #fff;
    position: relative;
    top: 13px;
    left: -22px;
}

input:checked + .slider {
    background-color: #58bc3b;
}

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

input:checked + .slider:before {
    -webkit-transform: translateX(-96px);
    transform: translateX(-96px);
    background-image: url("../img/Layer_2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}

input:checked + .slider:after {
    content: "Locked";
    left: 24px;
}

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

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

.combo-button,
.toggle-button {
    width: 172px;
    height: 40px;
    margin-left: 20px;
    border-radius: 100px;
    border: 1px solid #c4c4c4;
    color: #4a4b4d;
    letter-spacing: 0.16px;
}

.combo-button:hover,
.combo-button:focus {
    background-color: #002d5e;
    color: #fff;
}

.combo-button:focus {
    outline: 0;
}

.toggle-button {
    display: none;
    width: 119px;
    margin: 0;
}

.hand-img {
    max-width: 700px;
    margin-right: -20px;
    display: block;
}

#after-image,
#combo-image {
    display: none;
}

.choose a img {
    margin: 0.2rem 0.5rem 0;
}

.scan {
    background-image: url("../img/Group 1 39.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

.scan h1 {
    font-size: 46px;
    color: #fff;
    margin-bottom: 2rem;
}

.scan p {
    font-size: 14px;
    color: #cbcbcb;
    margin-bottom: 2rem;
    margin-top: 1rem;
}

.scan p span {
    font-weight: bold;
}

.input-group {
    margin-bottom: 1.4rem;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.5rem;
    font-size: 16px;
    color: #fff;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-bottom: 2px solid #28a8fc;
    appearance: none;
    border-radius: 0;
    /* margin-bottom: 2rem; */
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    position: relative;
}

input::placeholder {
    color: #aaaaaa !important;
    font-size: 18px;
}

.password-eye {
    position: absolute;
    right: 0;
}

.form {
    position: relative;
    /* width: 80%; */
    /* margin: auto; */
    margin-top: 2rem;
}

.forget {
    position: absolute;
    left: 0;
    bottom: -2rem;
    color: #28a8fc;
    font-size: 15px;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.7rem;
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #28a8fc;
    border-radius: 0;
}

.input-group-text img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

input:focus {
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
    color: #ffffff !important;
    border-bottom: 2px solid #28a8fc !important;
}

.submit {
    width: 45%;
    box-shadow: 0px 0px 10px 0px #28a8fc;
    border-radius: 32px;
    padding: 0.6rem 2rem;
    font-size: 18px;
    color: #ffffff;
    background-color: #28a8fc;
    border: none;
    display: block;
    margin: auto;
    margin-top: 3rem;
    margin-bottom: 0.5rem;
}

.submit img {
    margin-left: 0.8rem;
}

.successfully h2 {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

.register {
    color: #f9de55;
    font-size: 14px;
}

.register:hover {
    color: #f9de55;
    font-size: 14px;
}

.login {
    text-align: center;
}

.login h1 {
    color: #fff;
    font-size: 60px;
}

.login p {
    color: #fff;
    font-size: 16px;
    /* width: 70%; */
}

.reset {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: auto;
}

.reset .back {
    margin-top: 3rem;
}

.reset .submit {
    margin-left: 1rem;
    margin-right: 1rem;
}

.sidenav {
    height: 100%;
    width: 300px;
    position: fixed;
    z-index: 30;
    top: 0;
    left: 0;
    bottom: 0;
    background: #000;
    /* transition: 0.5s; */
    padding: 0;
    border-radius: 17px 0 0 17px;
    text-align: left;
    transition: all ease 0.3s;
    transform: translateX(-100%);
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
}

.sidenav.show {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.sidenav .nav-logo {
    border: 1.33px solid #28a8fc;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 0.5rem;
}

.sidenav h2 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0rem;
}

.sidenav span {
    font-size: 15px;
    color: #28a8fc;
}

.sidenav a {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #fff;
}

.sidenav .closebtn {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    background-color: #fff;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.sidenav .closebtn:hover {
    color: #000;
}

.sidenav ul {
    list-style: none;
    padding: 0;
    height: 79%;
    display: flex;
    justify-content: space-between;
    /* height: 100%; */
    flex-flow: column;
    /* margin-top: 1rem; */
}

.logout-sideNav .side-img {
    background-color: transparent;
}

.logout-sideNav a {
    /* margin-top: 2rem; */
    color: #fe5553 !important;
}

.sidenav ul li {
    /* display: flex; */
    /* flex-flow: row; */
    /* height: 100%; */
    /* justify-content: space-between; */
    align-items: center;
    /* margin-top: 1rem; */
    padding: 0.6rem 2rem;
    /* border-top: 1px solid #2696DF; */
}

.side-img {
    background-color: #262626;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.5rem;
}

.sidenav ul li img {
    width: 15px;
    height: 16px;
    object-fit: contain;
}

.sidenav ul li a {
    display: flex;
    flex-flow: row;
    /* justify-content: space-between; */
    align-items: center;
}

#picture__input {
    display: none;
}

.picture {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    cursor: pointer;
    transition: color 300ms ease-in-out, background 300ms ease-in-out;
    outline: none;
    background-image: url("../img/Pakistani-Gamers-Want-a-Seat-at-the-Table-Culture-shutterstock_1949862841.webp");
    background-size: cover;
    background-position: center;
    position: relative;
    border: 2px solid #28a8fc;
}

.picture span {
    opacity: 1;
}

.picture .picture__image {
    font-size: 0;
}

.picture .edit-img {
    height: 40px;
    width: 40px;
    background: #28a8fc;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    right: auto;
    left: 35%;
    z-index: 20;
    bottom: -1rem;
    /* padding: 0.6rem; */
}

.picture__img {
    width: 120px !important;
    height: 120px !important;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 2;
    object-fit: cover;
    border: 2px solid #28a8fc;
}

.profile-form h1 {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.error {
    color: #c12b2b !important;
    font-size: 16px !important;
    text-align: left;
    display: none;
}

.modal-content {
    border: 2px solid #ffffff1e;
    box-shadow: 1px 4px 4px 0px #00000040;
    background: linear-gradient(
        135.79deg,
        rgba(255, 255, 255, 0.2) 20.18%,
        rgba(255, 255, 255, 0.02) 87.75%
    ),
    linear-gradient(
        124.22deg,
        rgba(255, 255, 255, 0.176) 22.53%,
        rgba(255, 255, 255, 0.044) 82.08%
    );
    border-radius: 24px;
    text-align: center;
    margin: 1rem 0;
    position: relative;
    box-shadow: 1px 4px 4px 0px #00000080;
}

.modal.show .modal-dialog {
    margin-top: 25vh;
}

.modal {
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
}

.zone h1 {
    font-size: 45px;
    color: #fff;
    font-weight: bold;
}

.Recent {
    border-bottom: 1px solid #ffffff4d;
    padding-bottom: 1rem;
    margin-top: 3rem;
}

.reset-password {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

.reset-password .submit {
    width: 70%;
}

.reset-password h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #c9c9c9;
}

.reset-password p {
    font-size: 16px;
    margin-bottom: 1rem;
    color: #c9c9c9;
}

.reset-password img {
    /* margin-bottom: 2rem; */
    /* width: 100%; */
}

.No {
    background-color: #7e7e7e;
    color: #ffffff;
    padding: 0.6rem 2rem;
    font-size: 16px;
    border-radius: 23px;
    border: none;
    margin-left: 1rem;
}

.Yes {
    box-shadow: 0px 0px 7px 0px #fcb614;
    background-color: #fcb614;
    color: #ffffff;
    padding: 0.6rem 2rem;
    font-size: 16px;
    border-radius: 23px;
    border: none;
}

.modal p {
    color: #9a9a9a;
    font-size: 14px;
}

table {
    border-collapse: collapse;
    width: 100%;
    min-width: 500px;
    color: #28a8fc;
}

td,
th {
    border: 1px solid #28a8fc;
    padding: 8px;
    font-size: 14px;
}

textarea {
    width: 100%;
    background-color: transparent;
    border: 1.25px solid #ffffff;
    padding: 1rem;
    color: #f3f3f3;
    font-size: 14px;
    border-radius: 16px;
    margin-bottom: 1rem;
}

#screenshot {
    display: none;
}

.screenshot {
    background-color: #4f5fef;
    padding: 0.5rem 1.5rem;
    border-radius: 12px;
    color: #dbdde1;
    font-size: 12px;
    cursor: pointer;
}

.contact {
    font-size: 16px;
    color: #dbdde1;
    padding: 1.5rem;
    background-color: #4f5fef;
    border-radius: 12px;
    margin-top: 1rem;
}

.contact a {
    text-decoration: underline;
    font-size: 16px;
    font-weight: bold;
    color: #28a8fc;
}

.form.complain {
    display: flex;
    flex-flow: column;
    align-items: baseline;
}

.complain .contact {
    text-align: left;
}

#myBtnContainer {
    overflow: hidden;
    margin-top: 3rem;
    margin-bottom: 2rem;
}

#myBtnContainer button {
    background-color: #636363;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 26px;
    transition: 0.3s;
    font-size: 15px;
    color: #fff;
    border-radius: 32px;
    margin-bottom: 1rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

#myBtnContainer button.all:hover {
    background-color: #121a6e;
}

#myBtnContainer button.e:hover {
    background-color: #f9de55;
}

#myBtnContainer button.o:hover {
    background-color: #fe5553;
}

#myBtnContainer button.z:hover {
    background-color: #2b3ff9;
}

#myBtnContainer button.g:hover {
    background-color: #28a8fc;
}

#myBtnContainer button.n:hover {
    background-color: #7532bf;
}

#myBtnContainer button.all.active {
    background-color: #121a6e;
}

#myBtnContainer button.e.active {
    background-color: #f9de55;
}

#myBtnContainer button.o.active {
    background-color: #fe5553;
}

#myBtnContainer button.z.active {
    background-color: #2b3ff9;
}

#myBtnContainer button.g.active {
    background-color: #28a8fc;
}

#myBtnContainer button.n.active {
    background-color: #7532bf;
}

.filterDiv {
    display: none;
    padding: 6px 12px;
}

.show {
    display: block;
}

.filter {
    display: flex;
    flex-wrap: wrap;
}

.zone.select-offer {
    padding: 3rem;
}

.filterDiv .card {
    background-color: transparent;
    border-radius: 13px;
    width: 180px;
    margin-bottom: 1rem;
    margin-right: 1.5rem;
}

.filterDiv .card img {
    width: 100%;
    height: 100px;
    border-radius: 13px 13px 0px 0px;
}

.filterDiv .card .card-body {
    text-align: left;
}

.filterDiv .card .card-title {
    font-size: 12px;
    color: #fff;
    margin: 0;
    font-weight: normal;
}

.filterDiv .card .card-text {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.filterDiv .card .plus {
    display: flex;
    justify-content: space-between;
}

.filterDiv .card .plus .plus-point {
    border-radius: 0px 13px 0px 13px;
    border: none;
    outline: none;
    font-size: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.2rem;
    width: 70%;
}

.filterDiv .card .plus .add {
    border-radius: 13px 0px 13px 0px;
    background-color: #fe5553;
    border: none;
    outline: none;
    font-size: 10px;
    color: #fe5553;
    display: flex;
    align-items: center;
    width: 20%;
}

.filterDiv .card .plus .add img {
    width: 22px;
    height: 22px;
}

.filterDiv .card .plus .plus-point span {
    display: block;
    margin-left: 0.5rem;
}

.filterDiv .card.card-e {
    border: 0.89px solid #f9de55;
}

.filterDiv .card.card-o {
    border: 0.89px solid #fe5553;
}

.filterDiv .card.card-z {
    border: 0.89px solid #2b3ff9;
}

.filterDiv .card.card-g {
    border: 0.89px solid #28a8fc;
}

.filterDiv .card.card-n {
    border: 0.89px solid #7532bf;
}

.filterDiv .card.card-e .plus-point {
    background-color: #f9de55;
}

.filterDiv .card.card-o .plus-point {
    background-color: #fe5553;
}

.filterDiv .card.card-z .plus-point {
    background-color: #2b3ff9;
}

.filterDiv .card.card-g .plus-point {
    background-color: #28a8fc;
}

.filterDiv .card.card-n .plus-point {
    background-color: #7532bf;
}

.custom-select {
    position: relative;
}

.custom-select span {
    position: relative;
    color: #fff;
    font-size: 12px;
    display: block;
    padding: 10.5px 30px;
    transition: color 0.2s ease, background-color 0.2s ease,
    padding-left 0.2s ease;
    overflow: hidden;
    border-bottom: 1px solid #000;
    display: flex;
    justify-content: space-between;
    background: #1b1b1b;
}

.custom-select span a {
    color: #28a8fc;
}

.custom-select span i {
    margin-left: 0.6rem;
}

.custom-select a:hover {
    padding-left: 35px;
}

.custom-select select {
    display: none;
}

.select-selected {
    background-color: transparent;
    border-bottom: 1px solid #28a8fc !important;
}

.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 15px;
    height: 15px;
    content: "\f077";
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}

.select-selected {
    position: relative;
    background-image: url("../img/Vector (1).png");
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 20px;
    color: #fff;
    font-size: 16px;
    display: block;
    padding: 10.5px 30px;
    transition: color 0.2s ease, background-color 0.2s ease,
    padding-left 0.2s ease;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

/*style the items (options), including the selected item:*/
.select-items div {
    position: relative;
    color: #fff;
    font-size: 12px;
    display: block;
    padding: 10.5px 30px;
    transition: color 0.2s ease, background-color 0.2s ease,
    padding-left 0.2s ease;
    overflow: hidden;
    border-bottom: 2px solid #000;
    display: flex;
    justify-content: space-between;
    background: #1b1b1b;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background: #1b1b1b;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.owl-carousel .item {
    border: 1px solid #53a6f5;
    border-radius: 20px;
}

.zone-name {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    padding: 1rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.20);
}

.zone-price p {
    margin: 10px 5px;
}

.zone-name span {
    font-size: 16px;
    margin-bottom: 0.4rem;
}

.zone-name h2 {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #2d317f;
}

.sector .tab {
    border-bottom: 1px solid #ffffff4d;
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 2rem;
}

.sector .tab .tablinks {
    color: #878787;
    font-size: 18px;
    border: none;
    border-bottom: 3px solid #878787;
    background-color: transparent;
}

.sector .tab .tablinks.active {
    color: #fff;
    font-size: 16px;
    border-bottom: 3px solid #28a8fc;
}

.sector .pc {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    margin-bottom: 1rem;
}

.inside-sector .tab {
    border-bottom: 1px solid #ffffff4d;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    position: relative;
}

.inside-sector .tab .tablinks {
    margin-left: .5rem;
    margin-right: .5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 33px 33px 0 0;
    border: none;
    transition: all 0.3s;
}

.inside-sector .tab .tablinks.active {
    border: none;
    /* width: 150px; */
}

.inside-sector .tab .tablinks.active h2 {
    border-bottom: 3px solid #fff;
    color: #fff;
    z-index: 10;
    transition: top 0.3s;
}

.inside-sector h2 {
    position: relative;
    color: rgba(255, 255, 255, 0.3);
    font-size: 26px;
    font-weight: bold;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    margin-bottom: 0;
    border-bottom: 3px solid rgba(255, 255, 255, 0.3);
}

.contacts h1 {
    color: #ffffff;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 1.5rem;
    /* margin-top: 1rem; */
}

.contacts .contact-item {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.contacts .contact-item img {
    width: 105px;
}

.contact-item span {
    color: #fff;
    font-size: 14px;
}

.contacts .border-contact-2 {
    width: 100%;
    height: 1px;
    background-color: #ffffff4d;
    /* margin-top: 1rem; */
    /* margin-top: 1rem; */
}

.all {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ffffff4d;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.all span {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

.all a {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.all a img {
    margin-left: 0.5rem;
}

.all select {
    color: #aaaaaa;
    font-size: 16px;
    background-color: transparent;
    border: none;
    padding: 0.375rem 0.75rem 0.375rem 0.75rem;
    background-image: url("../img/Vector (19).png");
}

.notifications-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    border-bottom: 1px solid #ffffff4d;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.notifications-item img {
    /* border: 1px solid #FCB614; */
    width: 75px;
    height: 75px;
    border-radius: 50%;
    margin-right: 0.8rem;
}

.notifications-item h3 {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.notifications-item h3 span {
    font-size: 10px;
    color: #fff;
    font-weight: normal;
    margin-left: 2rem;
}

.notifications-item p {
    font-size: 14px;
    color: #fff;
    margin: 0;
}

.select-dropdown {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.select-dropdown__button {
    padding: 10px;
    background-color: transparent;
    color: #aaaaaa !important;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    width: 100%;
    text-align: left;
}

.select-dropdown__button i {
    margin-left: 0.6rem;
}

.select-dropdown__button::focus {
    outline: none;
}

.select-dropdown__button .zmdi-chevron-down {
    position: absolute;
    right: 10px;
    top: 12px;
}

.select-dropdown__list {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    max-height: 300px;
    overflow: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
    opacity: 0;
    pointer-events: none;
    transform-origin: top left;
    transform: scale(1, 0);
    transition: all ease-in-out 0.3s;
    z-index: 2;
    background-color: #2b2b2b;
    border-radius: 15px;
    width: 80px;
}

.select-dropdown__list.active {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1, 1);
}

.select-dropdown__list-item {
    display: block;
    list-style-type: none;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    transition: all ease-in-out 0.3s;
}

.Recharge h2 {
    /* border-bottom: 1px solid#FFFFFF4D; */
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    /* padding-bottom: 1rem; */
    /* margin-bottom: 1rem; */
}

.Recharge .points {
    margin: 0.5rem 0.2rem;
}

.payment p {
    color: #888888;
    position: relative;
    font-size: 20px;
    margin-bottom: 1rem;
}

.payment p::after {
    position: absolute;
    content: "";
    width: 30%;
    height: 2px;
    top: 50%;
    right: 0%;
    background-color: #555555;
}

.payment p::before {
    position: absolute;
    content: "";
    width: 30%;
    height: 2px;
    top: 50%;
    left: 0%;
    background-color: #555555;
}

.vo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.vo button {
    /* background-color: #ffffff18; */
    border: 2px solid transparent;
    width: 120px;
    height: 80px;
    border-radius: 12px;
    margin-right: 1rem;
    padding: 0;
    position: relative;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: transparent;
}

.vodafone {
    background-image: url("../img/Vodafone.png");
    background-size: cover !important;
}

.INSTAPAY {
    background-image: url("../img/INSTAPAY (1).png");
    background-size: cover !important;
}

.vodafone-unselect {
    background-color: #ffffff18;
    opacity: 0.7;
    background-image: url("../img/Vector (22).png"), url("../img/Vodafone.png");
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto, cover !important;
}

.INSTAPAY-unselect {
    background-color: #ffffff18;
    opacity: 0.7;
    background-image: url("../img/Vector (22).png"),
    url("../img/INSTAPAY (1).png");
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto, cover !important;
}

.vodafone-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

#error .submit {
    background-color: #fcb614 !important;
    box-shadow: 0px 0px 10px 0px #fcb614;
}

.friends {
    margin-top: 3rem;
}

.friends .tab {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.friends .tab .online {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #939393;
    margin-right: 0.6rem;
    display: flex;
}

.online-p {
    font-size: 12px !important;
    font-weight: lighter !important;
    color: #fcb614 !important;
}

.friends .tablinks {
    display: flex;
    align-items: center;
}

.friends .tablinks.active .online {
    background-color: #28a8fc;
}

.Pending h2 {
    color: #fff;
    font-size: 18px;
    margin: 0;
}

.Pending p {
    color: #ffffffa1 !important;
    font-size: 12px;
    margin: 0;
}

.Pending .online-img {
    border: 1px solid #28a8fc;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 0.5rem;
}

.Vector {
    display: flex;
}

.Vector a {
    background-color: #5e60b13b;
    padding: 0.5rem;
    margin-left: 0.6rem;
    border-radius: 2px;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Vector a img {
    width: 19px;
    height: 19px;
}

.Pending {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border-bottom: 1px solid #ffffff4d;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

/* .Pending:last-child {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border-bottom: none;
    padding-bottom: 1rem;
    margin-bottom: 0rem;
} */

.friends .tab .add {
    background-color: #28a8fc;
    color: #000;
    border-radius: 5px 5px 0 0;
    border: none;
}

.friends .tab .add img {
    margin-right: 0.4rem;
}

#Pending .Vector a {
    background-color: transparent;
}

#Pending .Vector a img {
    width: 25px;
    height: 25px;
}

#Friend h2 {
    font-size: 30px;
    font-weight: bold;
    color: #e6e6e6;
    margin-bottom: 0.5rem;
}

#Friend p {
    font-size: 16px;
    color: #8f8f8f;
    margin-bottom: 1.5rem;
}

#Friend form .input-group {
    background-color: #bbbbbb3b;
    align-items: center;
    padding: 0.5rem;
}

#Friend form .input-group input {
    border-bottom: none;
}

#Friend form .input-group a {
    background-color: #28a8fc;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
    height: 100%;
}

#Friend form .input-group a img {
    margin-right: 0.3rem;
    width: 15px;
}

.tab button svg {
    margin-right: 0.3rem;
}

.friends .tab .active.add {
    background-color: transparent;
    color: #28a8fc;
    border-radius: 0;
    /* border: 1px solid linear-gradient(180deg, #28A8FC 0%, rgba(252, 182, 20, 0) 100%); */
    background-image: url("../img/pseudo-1.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.friends .tab .active.add svg path {
    stroke: #28a8fc !important;
}

.success-request {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    /* padding: 2rem; */
}

.success-request h2 {
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
}

.success-request span {
    color: #9a9a9a;
    font-size: 14px;
}

.success-request button span {
    color: #000 !important;
}

.success-request button {
    margin-top: 2rem;
}

.friends.message .tab {
    justify-content: space-evenly;
    margin-bottom: 0.5rem;
}

.friends.message .Vector a {
    border-radius: 50%;
    background-color: transparent;
    padding: 0;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 0;
    margin: 0;
}

.friends.message .Pending p span {
    background-color: #282828;
    padding: 0.2rem 0.5rem;
    margin-right: 1rem;
    color: #646464;
    font-size: 14px;
}

.friends.message .Pending p {
    color: #ffffffa1;
    font-size: 12px;
    margin-top: 0rem;
}

.friends.message .Pending .online {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #fcb614;
    margin-right: 0.6rem;
    display: flex;
}

.new-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    width: 100%;
    border-bottom: 1px solid #ffffff4d;
    padding: 0rem 2rem 1rem 2rem;
    margin-bottom: 1rem;
}

.new-group h3 {
    color: #ffffff;
    font-size: 28px;
    margin-bottom: 0;
    font-weight: bold;
}

.new-group a i {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #28a8fc;
    color: #000;
}

.tab {
    overflow: hidden;
    border-bottom: 1px solid #90909080;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: transparent;
    border: none;
    border-bottom: 3px solid #848484;
    float: left;
    outline: none;
    cursor: pointer;
    color: #848484;
    padding: 0px 12px;
    transition: all 0.3s;
    font-size: 16px;
    margin-right: 1rem;
    margin-left: 1rem;
}

/* Change background color of buttons on hover */
.tab button:hover {
    border-bottom: 3px solid #28a8fc;
    color: #fff;
}

/* Create an active/current tablink class */
.tab button.active {
    border-bottom: 3px solid #28a8fc;
    color: #fff;
}

.here h1 {
    font-size: 60px;
    color: #fff;
}

.here img {
    width: 100%;
}

.register-form {
    margin-top: 2rem;
}

.register-form .person-img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 23px;
    border: 2px solid #28a8fc;
}

.people {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 1rem;
}

.people h1 {
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
}

.people a {
    background-color: #28a8fc;
    border-radius: 5px;
    font-size: 16px;
    color: #000;
    padding: 0.4rem;
    position: relative;
}

.people input {
    border-bottom: 0.5px solid #c4c4c4 !important;
    border-radius: 2px !important;
    width: 100%;
}

.add-people {
    background-color: transparent !important;
    padding: 0 !important;
    margin-left: 0 !important;
}

.add-people img {
    width: 255px !important;
    height: 25px !important;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* border-radius: 50%; */
    /* background-color: #FCB614; */
    /* color: #000; */
}

.add-pending .Pending {
    justify-content: space-between !important;
    padding: 0 2rem 1rem;
}

.map-home {
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.map-home .tg-btn-3 {
    width: 45px;
    height: 45px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 70%;
    display: 10none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem;
    margin: 0.125rem 0 0;
    background: #2b2b2b;
    border-radius: 15px;
    z-index: 1;
    box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16),
    0 0.1875rem 0.375rem rgba(0, 0, 0, 0.23);
}

.dropdown-item {
    display: block !important;
    padding: 0.25rem 1rem !important;
    white-space: nowrap;
    color: #fff !important;
    font-size: 14px !important;
    background-color: transparent !important;
    width: 100% !important;
    height: 100% !important;
}

.dropdown-item:last-child {
    color: #cc293d !important;
}

#Direct .Pending {
    /* background-color: #464646;
      padding: 1rem;
      margin: 0;
      border-bottom: none; */
}

.text-left {
    width: 45%;
    text-align: left;
    margin-top: 1rem;
    display: flex;
    flex-flow: column;
}

.text-right {
    margin-left: 55%;
    width: 45%;
    text-align: right;
    margin-top: 1rem;
}

.text-left p {
    color: #4a4a4a !important;
    font-size: 18px;
    background-color: #fff;
    margin: 0;
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
    width: 100%;
}

.text-right p {
    color: #fff !important;
    font-size: 18px;
    background-color: #28a8fc;
    margin: 0;
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
    width: 100%;
    text-align: left;
}

.text span {
    color: #a5a5a5;
    font-size: 12px;
}

.text-input .input-group {
    /* background-color: #D9D9D9; */
    /* border-radius: 115px !important; */
    /* padding: .6rem .6rem .6rem 2rem; */
    /* height: 55px; */
    /* margin-right: 1rem; */
    /* margin-bottom: 0 !important; */
    margin: 0;
}

.text-input .input-group-text {
    background-color: transparent;
    /* height: 45px; */
    border: none;
}

.text-input .form-control {
    background-color: transparent;
    border: none !important;
    outline: none;
    box-shadow: none;
    color: #000 !important;
}

.text-input {
    border-radius: 0 0 20px 20px;
    background-color: #d9d9d9;
    border: 1px solid #494b6d;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.text-input .send {
    margin-right: 2rem;
    /* height: 55px; */
}

.sector.offer-div {
    padding: 0;
}

.offer2-card {
    /* border: 0.79px solid; */
    /* border-image-source: linear-gradient(120.07deg, #201F2A -1.29%, rgba(255, 255, 255, 0.2) -1.28%, rgba(32, 31, 42, 0.5) 96.28%); */
    /* background: linear-gradient(120.07deg, #201F2A -1.29%, rgba(255, 255, 255, 0.2) -1.28%, rgba(32, 31, 42, 0.5) 96.28%), linear-gradient(124.87deg, #414141 2.52%, rgba(72, 72, 72, 0.56) 94.37%); */
    /* box-shadow: 3.173300266265869px 15.86650562286377px 55.53276062011719px 0px #00000080; */
    /* width: 100%; */
    margin-right: 1rem;
    background-image: url("../img/Rectangle 14.png");
    background-size: cover;
    /* background-position: center top; */
    height: 245px;
    /* padding-top: 3rem; */
    text-align: left;
    padding: 0.6rem;
    /* padding: .6rem .6rem 0rem .5rem; */
    margin-bottom: 1rem;
}

.offer2-card h3 {
    font-size: 16px;
    font-weight: bold;
    color: #28a8fc;
}

.offer2-card span {
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF99;
}

.offer2-card p {
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF99;
    margin: 0;
}

.offer2-card .offer-img {
    display: block;
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-bottom: 1rem;
}

.offer2-card a {
    display: flex;
    justify-content: flex-end;
}

.offer-card .card-wrapper {
    background: linear-gradient(
        125deg,
        rgba(255, 255, 255, 0.13) 2.52%,
        rgba(255, 255, 255, 0.07) 94.37%
    );

    border-radius: 12px;
    position: relative;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 20px;
    background: linear-gradient(
        124deg,
        rgba(255, 255, 255, 0.18) 22.53%,
        rgba(255, 255, 255, 0.04) 82.08%
    );
    border: 2px solid rgba(255, 255, 255, 0.2);
    filter: drop-shadow(1px 4px 4px rgba(0, 0, 0, 0.25));
    backdrop-filter: blur(12.5px);
    border-radius: 15px;
}

.offer-card .card-wrapper .offer-img-wrapper {
    max-width: 110px;
    margin: auto;
}

.offer-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.offer-card img {
    margin-bottom: 1rem;
}

.add-offer {
    padding: 0.6rem;
    border-radius: 0px 0 0 12px;
    position: absolute;
    top: 0;
    right: 0;
}

.add-offer i {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.offer-details span {
    color: #fff;
    font-size: 14px;
}

.offer-details h3 {
    color: #fff;
    font-size: 18px;
    margin: 0;
}

.offer-details .offer-hours {
    font-weight: bolder;
    color: #28a8fc;
    font-size: 18px;
}

.happy-hour {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fc7514;
    padding: 0.9rem 0.7rem;
    border-radius: 0 20px 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.happy-hour:hover {
    color: #fff;
}

#hour-offer .offer-card {
    background: linear-gradient(125deg, rgba(255, 255, 255, 0.13) 2.52%, rgba(255, 255, 255, 0.07) 94.37%);
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 20px;
    background: linear-gradient(124deg, rgba(255, 255, 255, 0.18) 22.53%, rgba(255, 255, 255, 0.04) 82.08%);
    border: 2px solid rgba(255, 255, 255, 0.2);
    filter: drop-shadow(1px 4px 4px rgba(0, 0, 0, 0.25));
    backdrop-filter: blur(12.5px);
    border-radius: 15px;
    width: 200px;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#hour-offer .offer-card .offer-card-wrapper {
    max-width: 100px;
}

#hour-offer .offer-card h3 {
    font-size: 18px;
}

.modal#hour-offer .modal-content {
    border: none;
    box-shadow: none;
    background: transparent;
}

.modal-body {
    padding: 2rem;
}

#hour-offer .modal-body {
    margin: auto;
}

.map {
    width: 100%;
}

.map-img .back {
    position: absolute;
    top: 1rem;
    right: 1rem;
}

@media (max-width: 1024px) {
    .filter {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
    }

    .map-img {
        overflow: scroll;
    }

    .map {
        width: 700px;
        height: 600px;
        padding: 0 3rem 0 0;
    }
}

@media (max-width: 991px) {
    .zone-height {
        width: 70%;
    }

    .sidenav .nav-logo {
        width: 45px;
        height: 45px;
    }

    .sidenav .closebtn {
        font-size: 10px;
        width: 20px;
        height: 20px;
    }

    .sidenav ul li {
        padding: 0.4rem 0.8rem;
    }

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

    .sidenav .side-img {
        width: 22px;
        height: 22px;
    }

    .sidenav ul li img {
        width: 12px;
        height: 12px;
    }

    .sidenav ul {
        height: 77%;
    }
}

@media (max-width: 768px) {
    .submit {
        width: 80%;
    }

    .person-date {
        flex-flow: column;
        align-items: center;
        text-align: center;
    }

    .person-date .person-img {
        margin-bottom: 1rem;
    }

    .charge {
        padding: 0.5rem;
    }

    .charge h2 {
        font-size: 32px;
        color: #fff;
        margin-bottom: 1.5rem;
        font-weight: bold;
    }

    .charge p {
        font-size: 12px;
        color: #cbcbcb;
        margin-bottom: 1.5rem;
    }

    .sector .all-sector strong {
        font-size: 11px;
    }

    .Recharge h2 {
        margin-bottom: 1.5rem;
    }

    .tab button {
        background-color: transparent;
        border: none;
        border-bottom: 3px solid #848484;
        float: left;
        outline: none;
        cursor: pointer;
        color: #848484;
        padding: 0px 4px;
        transition: all 0.3s;
        font-size: 11px;
        margin-right: 0rem;
        margin-left: 0rem;
    }

    .Pending {
        justify-content: space-between;
    }

    .all span {
        font-size: 11px;
    }

    .all select {
        font-size: 11px;
    }

    .all a {
        font-size: 11px;
    }

    .notifications-item {
        flex-flow: column;
    }

    .charge img {
        /* width: 100%; */
    }

    .footer p {
        font-size: 10px;
    }

    .inside-sector .tab .tablinks {
        margin-left: 0.4rem;
        margin-right: 0.4rem;
        width: auto;
    }

    .new-group h3 {
        font-size: 16px;
    }

    .text-input {
        width: 100%;
        padding: 0.4rem;
    }

    .text-left {
        width: 65%;
        margin: 0;
        margin-top: 1rem;
    }

    .text-right {
        width: 65%;
        margin-left: 35%;
        margin-top: 1rem;
    }

    .sector .tab button {
        margin-right: 1rem;
    }

    .favorite .tab button {
        margin-right: 1rem;
    }

    .Pending h2 {
        margin-bottom: 0rem;
        font-size: 16px;
    }

    .friends.message .Pending p {
        line-height: 2.3;
    }

    .zone form label {
        margin: 0;
        padding: 0.5rem;
        font-size: 11px !important;
    }

    .zone p {
        color: #fff;
        margin-bottom: 0.3rem;
        font-size: 14px;
        /*margin-top: 1rem;*/
    }

    .time p {
        color: #cc293d;
    }

    #Friend input::placeholder {
        font-size: 9px;
    }

    .Pending p {
        margin: 0 !important;
    }

    .text-input .input-group {
        /* padding: .6rem .6rem .6rem 0; */
        height: 38px;
    }

    .text-input .send {
        height: 28px;
        margin-right: 0.5rem;
    }

    .text-input .send img {
        width: 28px;
        height: 28px;
    }

    .flow .logo {
        width: 150px;
    }

    body {
        background-image: linear-gradient(
            to right bottom,
            #0a0d97,
            #080e8c,
            #070e81,
            #070e77,
            #070e6c,
            #030f63,
            #010f5a,
            #010f51,
            #000f47,
            #020d3d,
            #050a32,
            #060728
        );
    }

    .zone-card {
        width: 100%;
        padding: 2rem 1rem;
    }

    .flow {
        background: none;
        /* height: 100%; */
        /* background-image: linear-gradient(to right bottom, #0a0d97, #080e8c, #070e81, #070e77, #070e6c, #030f63, #010f5a, #010f51, #000f47, #020d3d, #050a32, #060728); */
    }

    .zone p {
        color: #fff;
        font-size: 12px;
    }

    .all span {
        font-size: 11px;
    }

    .all select {
        font-size: 11px;
    }

    .all a {
        font-size: 11px;
    }

    .notifications-item {
        flex-flow: column;
    }

    .zone {
        /* max-height: 65vh; */
        /* overflow-x: auto; */
    }

    .choose {
        margin-top: 1rem;
    }

    .request-p {
        padding: 0.4rem;
    }

    .pc {
        margin-bottom: 1rem;
    }

    .form {
        width: 100%;
    }

    .form .submit {
        width: auto;
        padding: 0.6rem 1.6rem;
        font-size: 14px;
    }

    .login p {
        width: 100%;
    }

    .back {
        font-size: 14px;
    }

    .back i {
        border: 1px solid #fff;
        border-radius: 6px;
        width: 25px;
        height: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 0.6rem;
        transition: all 0.3s;
    }

    .zone h1 {
        font-size: 18px !important;
    }

    .menu-icon {
        left: 1rem;
        top: 1rem;
    }

    .rank-icon-right {
        right: 1rem;
        top: 1rem;
    }

    .points .purple {
        padding: 0.4rem 1rem;
    }

    .points .blue {
        padding: 0.4rem 1rem;
    }

    .button-computer {
        /* padding: 0.6rem 0 !important; */
        /* font-size: 12px; */
        /* overflow: hidden; */
        width: 90% !important;
    }

    .scan img {
        width: 100%;
    }

    .zone .person-data .person-img {
        width: 80px;
        height: 80px;
    }

    input::placeholder {
        color: #aaaaaa !important;
        font-size: 14px;
    }

    .details h2 {
        font-size: 22px;
    }

    .details img {
        height: 80px;
    }

    .picture {
        width: 80px;
        height: 80px;
    }

    .picture .edit-img {
        width: 30px;
        height: 30px;
    }

    .picture__img {
        width: 80px !important;
        height: 80px !important;
    }

    .points .purple span {
        font-size: 12px;
    }

    .points .blue span {
        font-size: 12px;
    }

    .points .purple img {
        width: 22px;
    }

    .points .blue img {
        width: 22px;
    }

    .haert {
        padding: 0.6rem;
        height: 45px;
        width: 45px;
    }

    .inside-zone {
        padding: 4rem 1rem !important;
    }

    /* .sidenav {
          width: 90%;
      } */
}

@media (max-width: 767px) {
    .zone-height {
        width: 80%;
        max-height: 74%;
    }

    .offer-card .card-wrapper .offer-img-wrapper {
        max-width: 85px;
    }

    .inside-sector h2 {
        width: auto !important;
        font-size: 22px;
    }
}
