.rating-stars {
    cursor: pointer;
    color: #ccc;
    font-size: 3rem;
}
.error-icon {
    color: red;
}
.valid-icon {
    color: green;
}
.validation-icon {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    margin-right: 10px;
    cursor: pointer;
}
.rating-stars.checked,.rating-stars-lawyer.checked {
    color: #ffc107;
}
.user-avatar {
    position: relative;
    display: inline-block;
}
.daterangepicker {
    z-index: 1029 !important;
}
.red-dot {
    position: absolute;
    right: -5px;
    width: 17px;
    height: 17px;
    background-color: #ff3b3b;
    border-radius: 50%;
    border: 1px solid #fff;
    bottom: 17px;
}
html[dir="rtl"] .red-dot {
    right: auto;
    left: -5px;
}
.loading-skeleton .skeleton-title,
.loading-skeleton .skeleton-line,
.loading-skeleton .skeleton-circle {
    background: linear-gradient(90deg, #f0f0f0 25%, #e4e4e4 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
    border-radius: 4px;
}
.custom-intro-tooltip{
    min-width: 440px !important;
}
.language-modal-list {
    min-height: 555px;
    max-height: 555px;
    overflow-y: auto;
}
.language-modal-loader {
    min-height: 555px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.language-modal-spinner {
    width: 42px;
    height: 42px;
    border: 4px solid #d9e3ee;
    border-top-color: #0679FF;
    border-radius: 50%;
    animation: languageModalSpin 0.8s linear infinite;
}
@keyframes languageModalSpin {
    to {
        transform: rotate(360deg);
    }
}
.skeleton-title {
    width: 92%;
    color: transparent !important;
    text-shadow: none;
}

.skeleton-line {
    width: 67%;
    color: transparent !important;
    text-shadow: none;
}
.skeleton-line *{
    color: transparent !important;
}
.skeleton-circle {
    height: 25px;
    width: 25px;
    border-radius: 50%;
}
.fullWidthColumn.list-column .sopDetailList .skeleton-line{
    width: 100%;
}
@keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}
body > .skiptranslate {
    //display: none;
}
.goog-te-banner-frame.skiptranslate {
	display: none !important;
}
body {
	top: 0px !important;
}
@media print {
  #google_translate_element {display: none;}
}