
.bg-main-nav-rafay {
    background-color: #0a3aa9;
}

.table-heading-unique {
    display: flex !important;
    justify-content: space-between !important;
}
.recent-status-btn-unique {
    color: white;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}
.sort-icons {
    display: flex;
    flex-direction: column;
}
.sort-icons i {
    font-size: 8px;
    margin-left: 5px;
    cursor: pointer;
    opacity: 0.5;
    pointer-events: none;
}
.sort-icons.active-asc .asc {
    opacity: 1;
    pointer-events: auto;
}
.sort-icons.active-desc .desc {
    opacity: 1;
    pointer-events: auto;
}
.bordered-row {
    border: 2px solid #f7f7f7;
}
.bordered-row th {
    border: 2px solid #f7f7f7;
    text-align: justify;
}

.status-open {
    background-color: rgba(37, 111, 34, 255);
}

.status-inprogress {
    background-color: rgba(222, 180, 16, 255);
}

.status-feedback {
    background-color: rgba(253, 97, 0, 255);
}

.status-closed {
    background-color: rgba(51, 49, 50, 255);
}

.padding-custom {
    display: inline-block;
    padding: 5px 0px;
    width: 150px !important;
}

.chart-box-unique {
    width: 49%;

    text-align: center;
    padding: 10px 0;
}
.moveAbove-unique {
    transition: all 0.5s ease-in;
}
.moveAbove-unique:hover {
    transform: translateY(-10px);
}
.lightborder-unique {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.ticket-status {
    font-weight: 400;
    margin: 0;
    font-size: 16px;
    padding: 10px;
    border-radius: 10px;
}

.ticket-status-tab {
    color: #f7f7f7;
    width: 75px;
    display: inline-block;
    padding: 5px 0;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
}
.tickets-status-parent :nth-child(odd) {
    background-color: #f2f2f2;
}
.bg-changed-unique {
    background-color: #f2f2f2;
}

.ticket-status-urgent {
    background-color: #f5365c !important;
}

.ticket-status-repeated {
    background-color: #fb6340 !important;
}

.ticket-status-new {
    background-color: #11cdef !important;
}

.ticket-status-closed {
    background-color: #2dce89 !important;
}

.ticket-card-1 > .heading {
    font-size: 14px;
    margin: 0;
    margin-bottom: 5px;
    color: #000;
    font-weight: 600;
}
.ticket-card-1 > .text {
    color: #ff0b12;
    font-size: 12px;
}
.ticket-card-1 {
    padding: 10px;
    border-radius: 10px;
}
.ticket-card {
    background-color: #f7f7f7;
    padding: 10px;
    border-radius: 10px;
    height: 440px;
    overflow: hidden;
}

.ticket-card-1.active {
    background-color: #0a3aa9;
    color: white !important;
}
.ticket-card-1.active > .text {
    color: #f7f7f7;
}
.ticket-card-1.active > .heading {
    color: #f7f7f7;
}

.text-black {
    color: #000 !important;
}

.icon-placeholder {
    width: 75px;
    height: 75px;
    /* background-color: #f0f0f0; */
    display: inline-block;
    border-radius: 5px;
    margin-right: 10px;
}
.active-unique {
    background-color: #0a3aa9 !important;
    color: #f7f7f7 !important;
}

.bg-white-custom {
    background-color: #f7f7f7 !important;
}
.card {
    background-color: #f7f7f7 !important;
    border-radius: 1rem;
    box-shadow: 0 8px 26px -4px rgba(20, 20, 20, 0.15),
        0 8px 9px -5px rgba(20, 20, 20, 0.06) !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.card .card-header {
    background-color: #f7f7f7 !important;
    border-radius: 1rem;
}
.border-radius-md {
    border-radius: 1rem;
}

.main-wrapper {
    background-color: #0a3aa9;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 75px;
    overflow: hidden;
}

.wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bg-bubbles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.bg-bubbles li {
    position: absolute;
    list-style: none;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.15);
    bottom: -160px;
    animation: rise 25s infinite linear;
}

.bg-bubbles li:nth-child(1) {
    left: 10%;
    width: 80px;
    height: 80px;
    animation-duration: 20s;
    animation-delay: 0s;
}

.bg-bubbles li:nth-child(2) {
    left: 20%;
    width: 40px;
    height: 40px;
    animation-duration: 17s;
    animation-delay: 2s;
}

.bg-bubbles li:nth-child(3) {
    left: 25%;
    width: 100px;
    height: 100px;
    animation-duration: 22s;
    animation-delay: 4s;
}

.bg-bubbles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-duration: 25s;
    animation-delay: 0s;
}

.bg-bubbles li:nth-child(5) {
    left: 70%;
    width: 50px;
    height: 50px;
    animation-duration: 18s;
    animation-delay: 3s;
}

.bg-bubbles li:nth-child(6) {
    left: 80%;
    width: 120px;
    height: 120px;
    animation-duration: 25s;
    animation-delay: 7s;
}

.bg-bubbles li:nth-child(7) {
    left: 30%;
    width: 60px;
    height: 60px;
    animation-duration: 20s;
    animation-delay: 6s;
}

.bg-bubbles li:nth-child(8) {
    left: 55%;
    width: 20px;
    height: 20px;
    animation-duration: 40s;
    animation-delay: 15s;
}

.bg-bubbles li:nth-child(9) {
    left: 25%;
    width: 90px;
    height: 90px;
    animation-duration: 17s;
    animation-delay: 2s;
}

.bg-bubbles li:nth-child(10) {
    left: 90%;
    width: 100px;
    height: 100px;
    animation-duration: 30s;
    animation-delay: 8s;
}

@keyframes rise {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
    }
}

.custom-logo-size {
    left: 0;
    top: 30px;
    width: 150px;
}

.footer-2 {
    display: none;
}
.file-upload-container {
    display: flex;
    align-items: center;
    /* margin-top: 10px; */
}



.file-preview {
    width: 50px;
    height: 50px;
    background-color: #f0f0f0;
    position: relative;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.file-preview i {
    font-size: 24px;
    color: #333;
}

 .remove-file {
    position: absolute;
    top: -8px;
    right: 2px;
    background: red;
    color: white;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
}

.remove-voice {
    position: absolute;
    top: -8px;
    right: -8px;
    background: red;
    color: white;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 12;
}

.progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background-color: #28a745;
    width: 0%;
    margin-top: 5px;
    border-radius: 5px;
    transition: width 0.4s;
}
.timmer-recorded {
    position: absolute;
    bottom: 0;
    font-size: 10px;
    
    margin-top: 5px;
   
}

.upload-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
}

.upload-button i {
    font-size: 20px;
    color: #333;
}



.upload-file-label {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666;
    margin-left: 10px;
}

#timer {
    color: #333;
}
.circle.active i {
    color: red;
}
.mic-container {
    padding: 0 5px;
    display: flex;
    align-items: center;
    justify-content: left;
    width: fit-content;
}

.circle1 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transition: 0.5s;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14),
        0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
    position: relative;
}

.circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transition: 0.5s;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14),
        0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
    position: relative;
}

.circle1 i {
    color: rgb(254, 35, 10);
    font-size: 16px;
    transition: 0.9s;
}

.circle i {
    color: rgb(254, 35, 10);
    font-size: 16px;
    transition: 0.9s;
}

.circle:before {
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    opacity: 0.2;
    z-index: -1;
    position: absolute;
}

.circle.active:before {
    background: gray;
    animation: bounce 0.8s ease-in-out infinite 0.5s;
}

.voice-upload-container {
    display: flex;
    align-items: center;
    position: relative;
    /* margin-top: 10px; */
}

.voice-preview {
    width: 50px;
    height: 50px;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
    z-index: 10;
   
}
.voice-preview:before {
    content:"";
    width: 50px;
    height: 50px;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    transition: all 0.3s;
    z-index: 1;
}
.voice-preview i {
    color: #b2b1b1;
    font-size: 20px;
    transition: 0.9s;
    z-index: 11;
}

/* New pulse animation for audio playing */
.voice-preview.playing{
 
    border-radius: 50%;
}
.voice-preview.playing:before {
    opacity: 0.2;
    background: gray;
    animation: bounce 0.8s ease-in-out infinite 0.5s;
    border-radius: 50%;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
    }
    25% {
        transform: scale(1.01);
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    }
    50% {
        transform: scale(1.2);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    }
    75% {
        transform: scale(1.1);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
    }
}

/* Keyframes for the bounce animation */
@keyframes bounce {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.4);
    }
    75% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.3);
    }
}
.bg-white-unique {
    background-color: #f7f7f7;
}

.primary-unique {
    background-color: #0a3aa9 !important;
    border-color: #0a3aa9 !important;
    color: #fff !important;
}

.card-header {
    padding: 1rem 1.5rem;
}

.card-body {
    padding: 1.5rem;
}

.btn-unique {
    padding: 10px 20px;
    border-radius: 10px;
    outline: none;
    border: 1px solid;
}

.btn-unique-outline-success {
    border-color: #2dce89;
    color: #2dce89;
    background-color: #fff;
    transition: all 0.3s;
}

.btn-unique-outline-success:hover {
    background-color: #2dce89;
    color: #fff;
}

.btn-unique-outline-danger {
    border-color: #f5365c;
    color: #f5365c;
    background-color: #fff;
    transition: all 0.3s;
}

.btn-unique-outline-danger:hover {
    background-color: #f5365c;
    color: #fff;
}

.btn-unique-outline-purple {
    border-color: #7800ff;
    color: #7800ff;
    background-color: #fff;
    transition: all 0.3s;
}

.btn-unique-outline-purple:hover {
    background-color: #7800ff;
    color: #fff;
}

.badge {
    padding: 0.4em 0.6em;
    font-size: 0.875em;
}

.form-control,
.btn {
    border-radius: 0.375rem;
}

.small {
    font-size: 0.875rem;
}

.card-footer {
    padding: 1rem;
}

#feedback:focus,
#description:focus {
    border-color: #007bff;
    /* Blue border */
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.rate {
    float: left;
    height: 40px;
    padding: 0;
}

.rate:not(:checked) > input {
    position: absolute;
    top: -9999px;
}

.rate:not(:checked) > label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}

.rate:not(:checked) > label:before {
    content: "★ ";
}

.rate > input:checked ~ label {
    color: #ffc700;
}

.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;
}

.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}

/* Media quries */

@media (max-width: 1080px) {
    .main-wrapper {
        padding: 0 25px;
    }
}

@media (max-width: 767px) {
    .ticket-card {
        margin-bottom: 20px;
    }

    .chart-box-unique {
        width: 100%;
    }
}
@media (max-width: 940px) {
    .footer-2 {
        position: relative;
        bottom: 0;
        width: 100%;
        display: block;
        margin-top: 20px;
    }
}

@media (max-width: 640px) {
    .main-wrapper {
        padding: 0 0px;
    }

    .custom-logo-size {
        position: relative !important;
        top: 20px;
        left: 24%;
        transform: translateX(-50%);
        margin-bottom: 40px;
    }

    .right-side {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        margin: 50px 0;
    }

    .footer-2 {
        position: relative;
        bottom: 0;
        width: 100%;
        display: block;
        margin-top: 20px;
    }
}

#ticketChart{
    Width:  100% !important;
    Height:  500px !important;
    margin: auto;
}
.legend-container {  
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
 
    margin-top: 5px;
    bottom: 0;
    width: 100%;
    height: 20%;
}
.legend-container1{
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    text-align: center;
    bottom: 10%;
    /* left: 40%; */
    width: 100%;
   
}
.legend-item {
    display: inline;
    align-items: center;
    margin: 0 8px 4px 0;
    cursor: pointer;
}

.legend-color {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 2px;
}

.legend-label {
    font-size: 12px;
    color: #555;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 99999999999999990; /* Ensure it appears above other content */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5); /* Black background with transparency */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    height: 80%;
    position: relative;
}

/* Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.hover-none{
    transition: none;
   color: #000;
   background-color: inherit;
}

.hover-effect-custon{
    transition: all 0.3s ;
}

.hover-effect-custon:hover{
    background-color: #e3dddd;
}
.list-group-item {
    border:none !important;
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.modal-custom-width {
    width: 100% !important; 
    max-width: 90% !important; 
    margin: 0 auto;
}

@media (min-width: 768px) { 
    .modal-custom-width {
        max-width: 80% !important; 
    }
}

@media (min-width: 992px) { 
    .modal-custom-width {
        max-width: 75% !important; 
    }
}

@media (min-width: 1400px) { 
    .modal-custom-width {
        max-width: 45% !important; 
    }
}

.input-custom{
    background-color: #fff;
    padding: 6px 10px;
    border-radius: 3px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    display:flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}
.input-text-custom{
    overflow-x: hidden;
    margin-right: 5px;
    width: 90%;
    text-wrap: nowrap;
}

.input-edit-custom{
    font-size: 10px;
    color: #007bff;
    text-decoration: underline;
}


.page-item .page-link, .page-item span {
    color:#333 !important
}

.page-link.active, .active > .page-link {
    border-color: #7800FF !important;
    background-color: #7800FF !important;
    color: #fff !important;
}


.alert-danger {
    background-image: none !important;
}

.alert-danger {
    --bs-alert-color: red !important;
    --bs-alert-bg: none !important;
    --bs-alert-border-color: none !important;
}

.alert {
    font-size: 10px !important;
    padding:0 !important;
    margin: 3px 0 0 5px !important;
}