.panel-sidebar {
    background-color: #ffffff;
    background-image: url("../img/side-back.svg");
}

.panel-sidebar .active {
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgb(243, 243, 243) 100%
    );

    padding: 1rem;
}

.container-panel {
    max-width: 80%;
    margin: auto;
}

.panel-bg {
    background-color: #f6f6f6;
}

.panel-ul li:last-child a {
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
}

.panel-ul li a {
    border-bottom: 1px solid #e0e0e0;
}

textarea:focus-visible {
    outline: unset !important;
}

.floating-input {
    position: relative;
}

.floating-input  input::placeholder ,
.floating-input  textarea::placeholder {
    opacity: 50%;
}

input::placeholder {
     opacity: 50%;
}

.floating-input label {
    position: absolute;
    top: 0%;
    right: 12px;
    color: #555555;
    pointer-events: none;
    transform: translateY(-50%);
    transition: 0.3s ease;
    background: linear-gradient(
        180deg,
        rgb(255 255 255 / 0%) 50%,
        rgb(255, 255, 255) 50%
    );
    padding: 0 6px;
}


.select-box label {
        position: absolute;
    top: -12px;
    right: 12px;
    color: #555555;
    pointer-events: none;
    transition: 0.3s ease;
    background: linear-gradient(
        180deg,
        rgb(255 255 255 / 0%) 50%,
        rgb(255, 255, 255) 50%
    );
    padding: 0 6px;
}
.floating-input input:focus + label,
.floating-input input:not(:placeholder-shown) + label {
    top: 0;
}

.panel-btn-1 {
    background-color: #a39b77;
    color: white !important;
    padding: 12px 0;
    border: 1px solid #a39b77;
    transition: 0.5s;
}
.panel-btn-1:hover {
    background-color: transparent;
    color: #a39b77 !important;
}

.login {
    max-width: 400px;
    margin: auto;
    background-color: #f5f5f57e;
    backdrop-filter: blur(5px);
}

.login-after::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url('../img/login-back.svg');
    background-size: 100% 100%;
    z-index: -1;
    opacity: 20%;
}


.login::after {
    content: "";
    position: absolute;
    width: 100px;
    background-image: url(../img/radial.svg);
    background-repeat: no-repeat;
    height: 100px;
    scale: 2.5;
    opacity: 50%;
    background-size: 100% 100%;
    z-index: -1;
    top: -20%;
    right: -89%;
    border-radius: 50%;
}

.login::before {
    content: "";
    position: absolute;
    width: 100px;
    background-image: url(../img/radial.svg);
    background-repeat: no-repeat;
    height: 100px;
    scale: 2.5;
    opacity: 50%;
    background-size: 100% 100%;
    z-index: -1;
    top: 50%;
    left: -89%;
    border-radius: 50%;
}

.margin-img .img {
    margin-right: -10px;
}

.margin-img .img:first-child {
    margin-right: 0 !important;
}

.margin-img .more {
    text-align: center;
   align-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  border: 1px solid #dee2e6;
}

.sended {
    color: #029a49;
}

.canceled {
    color: red;
}

.sending {
    color: orange;
}

.panel-dis {
    background-color: red;
    padding: 2px 5px 0px 5px;
    color: white;
}

.pay-1 {
    background-color: #029a4936;
       color: #029a49;
}
