﻿.mt-4-t {
    margin-top: -1.8rem !important;
}

.nav-tabs-Trans-Bg {
    border-color: transparent !important;
}

.app-sidebar-content-t {
    overflow: hidden;
}

.card-hg-200 {
    max-height: 95%;
    height: 95% !important;
}

.fs-10px-t {
    font-size: 9px !important;
}

.overflowHdn {
    overflow: auto;
}

.positionImg {
    position: relative;
}

.positionImg-t {
    position: absolute;
    left: 0%;
}

.horizontalCard {
    display: flex;
    overflow-x: auto;
    padding-bottom: 1%;
    margin-top: 0%;
}

    .horizontalCard > div {
        flex: 0 0 20%;
        margin-right: 0.5%;
        margin-top: 0.2%;
    }

    .horizontalCard img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

.maxcard {
    position: relative;
    max-height: 96%;
    height: 96%;
    /*overflow: hidden;*/
}

.overlay-right {
    position: absolute;
    width: 100%;
    transition: .5s ease;
    opacity: 0;
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    align-self: center;
}

#arrow:hover .overlay-right {
    opacity: 1;
}


.overlay-left {
    position: absolute;
    width: 100%;
    transition: .5s ease;
    opacity: 0;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-self: center;
}

#arrow:hover .overlay-left {
    opacity: 1;
}

.overlay-up {
    position: absolute;
    width: 100%;
    transition: .5s ease;
    opacity: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

#arrow:hover .overlay-up {
    opacity: 1;
}

.overlay-down {
    position: absolute;
    width: 100%;
    transition: .5s ease;
    opacity: 0;
    cursor: pointer;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    bottom: 4%;
}

#arrow:hover .overlay-down {
    opacity: 1;
}

.image-container {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

    .image-container img {
        object-fit: contain;
        height: 100%;
        width: 100%;
    }

div.video-thumb-panel {
    position: relative;
    height: 55px;
}

    div.video-thumb-panel img.video-play {
        position: relative;
        left: 20px;
        top: -40px;
        cursor: pointer;
    }

    div.video-thumb-panel img.video-thumb {
        position: relative;
    }

.container {
    display: flex;
    align-items: center;
}

.input-group {
    display: flex;
    align-items: center;
    margin-right: 47%;
}

.form-control {
    flex-grow: 1;
    margin-right: 5%;
}

.link {
    margin-right: 4%;
    margin-left: auto;
    width: 29%;
}

.tb-top {
    margin-top: 1%;
}

.icon-i {
    font-size: 17px;
    width: 28%;
}

.mg-top-t {
    margin-top: 95px;
}

.mg-top-image {
    margin-top: -2%;
}

.mg-top-image-t {
    margin-top: -1%;
    margin-left: 68%;
}

.pd-top {
    padding-top: 17%;
}

.w-37 {
    width: 32% !important;
}

.row-t {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.canvas-size {
    height: 600px !important;
    width: 600px !important;
}

.img-ht {
    height: 752px;
}

.chart-container {
    position: relative;
}

.chart-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-width {
    width: 102%;
    max-width: 150%;
}

.imgwithbox {
    border: 1px solid red;
    border-radius: 4px;
    padding: 5px;
}

.mg-left {
    position: absolute;
    margin-left: 7%;
}

.mg-left-li {
    margin-left: 5%;
}

.alerts-border {
    border: 3px solid;
    animation: blink 1s;
    animation-iteration-count: infinite;
    height: 90%;
    width: 3.5%;
    float: right;
    margin-left: 1.5%;
    cursor: pointer;
}

.alerts-border1 {
    border: 3px solid;
    animation: blink1 1s;
    animation-iteration-count: infinite;
    height: 90%;
    width: 3.5%;
    float: right;
    margin-right: 1.5%;
    cursor: pointer;
}

.alerts-border2 {
    border: 3px solid;
    animation: blink2 1s;
    animation-iteration-count: infinite;
    height: 90%;
    width: 3.5%;
    float: right;
    margin-right: 1.5%;
    cursor: pointer;
}

@keyframes blink {
    50% {
        border-color: #ff0000;
    }
}

@keyframes blink1 {
    50% {
        border-color: orange;
    }
}

@keyframes blink2 {
    50% {
        border-color: yellow;
    }
}

.alertvideo {
    margin: -5% 10% 0 -5%;
    width: 110%;
    height: 50%;
}

.maxHeight {
    max-height: 97%;
    height: 97%;
}

.h-68 {
    height: 68% !important;
}

.glow-text {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    background: linear-gradient(90deg, #ff9900, #fff);
    background-clip: text;
    -webkit-background-clip: text;
    animation: glow-animation 2s infinite;
}

@keyframes glow-animation {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.h-68 {
    height: 87% !important;
}

.overflow-hdn {
    overflow-x: hidden !important;
}

.mb-05 {
    margin-bottom: 0.5rem !important;
}

.overlay-name {
    position: absolute;
    width: 100%;
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    top: 0%;
    right: 7%;
    color: #fff;
    font-size: 128%;
}

.copyright {
    color: #948a8a;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    padding: 1%;
}

    .copyright p {
        margin: 0 !important;
    }

.left {
    flex: 1;
    text-align: left;
}

.right {
    text-align: right;
}


@keyframes blink-animation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.blink-text {
    animation: blink-animation 4s infinite;
}

.ui-dialog {
    border: 2px solid #aaa;
    border-radius: 6px;
    background-color: #f9f9f9;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    color: #333;
    font-family: Arial, sans-serif;
    width: 521px !important;
    max-width: 95%;
    overflow-wrap: break-word;
}

.ui-dialog-titlebar {
    background-color: var(--bs-theme);
    color: #fff;
    border-radius: 4px 4px 0 0;
}

.ui-dialog-titlebar-close {
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 0;
}

.ui-dialog-content {
    padding: 15px !important;
    height: 282.806px !important;
    width: 485.639px !important;
    overflow: auto;
}

.ui-dialog-custom.ui-dialog {
    left: 50% !important;
    transform: translateX(-50%) !important;
    height: auto !important;
    width: auto !important;
}

.ui-dialog-custom {
    max-width: 100%;
}

.ui-dialog-buttonpane {
    background-color: #f9f9f9;
    border-top: 1px solid #aaa;
    text-align: right;
    padding: 10px;
}

.ui-dialog-buttonset button {
    background-color: var(--bs-theme); /*var(--bs-theme) #152535*/
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 8px 15px;
    margin-left: 5px;
    cursor: pointer;
}

    .ui-dialog-buttonset button:hover {
        background-color: #4b5054;
    }

.popupCtrl {
    display: block;
    width: 100%;
    height: 2.25rem;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-sizing: border-box;
    outline: none;
}

    .popupCtrl:focus {
        border-color: #bec3c9;
        box-shadow: 0 0 12px rgb(34 56 81 / 80%);
    }

    .popupCtrl:not(:focus) {
        border-color: #ced4da;
        box-shadow: none;
    }

@media (max-width: 500px) {
    .ui-dialog {
        width: 90%;
        max-width: 90%;
    }
}

@media (max-width: 768px) {
    .ui-dialog {
        font-size: 14px;
    }
}

.ui-autocomplete {
    background-color: #fff;
    border: 1px solid #aaa;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

    .ui-autocomplete.ui-state-focus {
        background-color: #f9f9f9;
    }

.custom-textarea1 {
    margin-top: 8px;
    height: 65px !important;
}

.form-check-input {
    border: 1px solid #c9c9c9;
}

#controlZoomIn {
    /*position: absolute;*/
    z-index: 2;
    width: 50px;
    left: 650px;
    cursor: pointer;
    /* display: none;*/
}

#controlZoomOut {
    /*position: absolute;*/
    z-index: 2;
    width: 50px;
    left: 600px;
    cursor: pointer;
    /*display: none;*/
}

.custom-dialog-content {
    width: 485.639px !important;
    height: 136.806px !important;
}

/* Define the disabled button style */
.disabled-button {
    background-color: #ccc !important;
    cursor: not-allowed !important;
    color: #888 !important;
    /* Use !important to ensure it takes precedence */
}

.d-flex-justify-end-align-center {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.d-flex.justify-content-end.align-items-center {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.btn.btn-link.text-inverse.text-opacity-50.text-decoration-none {
    margin-top: -2%;
    margin-bottom: 1%;
    font-size: 100%;
    margin-left: 0%;
}

@media (max-width: 768px) {
    .btn.btn-link.text-inverse.text-opacity-50.text-decoration-none {
        margin-left: 0.3rem; /* Adjust spacing for smaller screens */
    }
}

#videoProgress {
    background-color: white;
    border: 2px solid #555555;
    display: block;
    height: 16px;
    position: absolute;
    margin-top: 80%;
    /* left: 5%;*/
    width: 95%;
    cursor: pointer;
}

    #videoProgress #progressBar {
        position: relative;
        width: 0%;
        height: 16px;
        top: -37px;
        background-color: #90b0f0;
    }

    #videoProgress #bufferProgress {
        position: relative;
        width: 0%;
        height: 16px;
        top: -21px;
        background-color: #D0F0FA;
    }

    #videoProgress #playPause {
        left: -4px;
        position: relative;
        top: -2px;
        z-index: 1;
    }

    #videoProgress #progressBar #progressTime {
        float: left;
        font-family: Arial;
        font-size: 12px;
    }

#videoPlayIcon {
    position: absolute;
    z-index: 2;
    width: 40%;
    margin: 25%;
    cursor: pointer;
}

.btn-scroll-right {
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    background: rgba(53,67,74,.75);
    color: #fff;
    text-align: center;
    text-decoration: none;
    z-index: 1020;
    border-radius: 36px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 1.875rem;
    margin-top: 5% !important;
}

@media (max-width:767.98px) {
    .btn-scroll-right {
        bottom: 1.25rem;
        z-index: 1020;
        right: 1.25rem
    }
}

.btn-scroll-right:hover {
    background: var(--bs-theme);
    color: var(--bs-theme-color);
    text-decoration: none
}

.btn-scroll-left {
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    background: rgba(53,67,74,.75);
    color: #fff;
    text-align: center;
    text-decoration: none;
    z-index: 1020;
    border-radius: 36px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 20rem;
    margin-top: 5% !important;
}

@media (max-width:767.98px) {
    .btn-scroll-left {
        bottom: 1.25rem;
        z-index: 1020;
        left: 1.25rem
    }
}

.btn-scroll-left:hover {
    background: var(--bs-theme);
    color: var(--bs-theme-color);
    text-decoration: none
}

.bootstrap-select.btn-group .dropdown-menu li a:hover {
    color: whitesmoke !important;
    background: #bf5279 !important;
}

.ratio-map {
    --bs-aspect-ratio: 50%
}

.thumbnail-card {
    flex: 0 0 auto !important;
}

.rounded-button {
    min-width: 100px;
    margin: 5px;
    padding: 5px 20px;
    border-radius: 15px;
    border-color: #529487 !important;
    color: white;
    border: solid 2.5px;
}

.filters-ddl {
    margin: 5px;
    padding: 5px 20px;
    border-radius: 8px;
    border-color: #529487 !important;
    color: white;
    border: solid;
    background-color: transparent !important;
}


    .filters-ddl option {
        background-color: #293a49;
        color: white !important;
    }

.bookmark_thumbnail {
    height: 120px;
}

#divMap {
    width: 100% !important;
    height: 260px !important;
}

.gif-image {
    width: 100%;
  /*height: 260px;*/
    object-fit: cover;
}

.trends-chart {
    width: 80%;
    margin: 0 auto;
}

.video-play-div {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.video-play-loadingContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    flex-direction: column;
}

    .video-play-loadingContainer img {
        width: 50px;
        height: 50px;
        animation: spin 1s linear infinite;
        background-image: url('../images/loading.gif');
    }

    .video-play-loadingContainer video {
        /* width: 640px !important;
        height: 480px !important;
        margin: auto !important;*/
    }

.input-setting {
    margin: 5px;
    padding: 5px 20px;
    border-radius: 8px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    color: white;
    border: solid;
    background-color: transparent !important;
}

.imageposition {
    margin: 1%;
    position: absolute !important;
    width: 97% !important;
}

.fst {
    z-index: 1 !important;
}


.jsgrid {
    background: transparent !important;
}

.jsgrid-grid-body {
    background: transparent !important;
}

.jsgrid-header-row, .jsgrid-row, .jsgrid-alt-row {
    background: transparent !important;
    color: white !important;
}

.jsgrid-header-cell {
    background: rgba(0, 0, 0, 0.6) !important;
    color: white !important;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px;
}

.jsgrid-cell {
    background: transparent !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.jsgrid-grid-body {
    max-height: 400px;
    overflow-y: auto;
}

.table-container {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
}

.table-container-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.table-container-tr td {
    word-wrap: anywhere;
    white-space: normal;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
}.elephant-icon::before {
    content: "🐘";
    border-radius: 50%;
}
.app-sidebar .app-sidebar-content .menu .menu-item.active > .menu-link .menu-icon .elephant-icon {
    background-color: var(--bs-theme);
    border-radius: 50%;
}
.filters-ddl-m {
    margin: 0;
}
.preview-container {
    width: 100%; 
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    overflow: hidden;
    background-color: #ffffff4d;
}

    .preview-container img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
 .reprot-container {
     padding: 10px;
     background-color: #fff !important;
     font-size: 16px;
     font-family: Arial, sans-serif;
     color: #000 !important;
 }

 .section-label {
     text-align: center;
     margin: 20px 0;
     text-decoration: underline;
     font-weight: bold;
     font-size: 20px;
 }

 .short-profile-img {
     width: 180px;
     margin-bottom: 10px;
     border: 1px solid #ccc;
     padding: 4px;
     object-fit: contain;
     background-color: #f0f0f0;
 }

 .profile-img {
     width: 100%;
     margin-bottom: 10px;
     border: 1px solid #ccc;
     padding: 4px;
     object-fit: contain;
     background-color: #f0f0f0;
 }

 .bootstrap3-border {
     border: 1px solid #000;
     padding: 15px;
     margin-top: 20px;
 }

 .reprot-container table {
     width: 100%;
 }

 .reprot-container th, .reprot-container td {
     padding: 6px 8px;
     font-size: 15px;
     text-align: left;
     vertical-align: top;
 }

 .form-label {
     font-weight: bold;
 }

 .form-value {
     font-weight: normal;
 }

 .img-group {
     display: flex;
     flex-direction: column;
     gap: 10px;
 }

 .pdf-section {
     font-family: Arial, sans-serif;
     font-size: 12px;
     padding: 10px;
     width: 100%;
 }

 .pdf-table {
     width: 100%;
     border-collapse: collapse;
     border: 1px solid #000;
 }

     .pdf-table th,
     .pdf-table td {
         border: 1px solid #000;
         padding: 6px;
     }

 .table-heading {
     text-align: center;
     margin-bottom: 20px;
     color: black;
 }

 .margin-top-20 {
     margin-top: 20px;
 }

 .text-center {
     text-align: center;
 }

 .text-danger {
     color: red;
 }

 .padded-cell {
     padding: 10px;
     text-align: center;
 }