@font-face {
  font-family: "Open Sans";
  src: url("../Fonts/OpenSans-Italic.ttf") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("../Fonts/OpenSans-Light.ttf") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("../Fonts/OpenSans-LightItalic.ttf") format("woff2");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Open Sans";
  src: url("../Fonts/OpenSans-Regular.ttf") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("../Fonts/OpenSans-SemiBold.ttf") format("woff2");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Open Sans";
  src: url("../Fonts/OpenSans_SemiCondensed-BoldItalic.ttf") format("woff2");
  font-weight: 700;
  font-style: italic;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
:root {
  --blue: #08377a;
  --white: #ffffff;
  --text-color: #000;
  --font-family: "Open Sans", sans-serif;
}


/* #######################SLIDER PAGR CSS #########################*/
body {
  --font-family: "Open Sans", sans-serif;
}

.vis-item .custom-timeline-item-content {
  /* Padding is now inline: padding: 10px 12px; */
  /* text-align is now inline */
  display: block;
  overflow: hidden;
  /* Prevent content spill */
  line-height: 1.4;
  /* General line height for readability */
}

.vis-item .custom-timeline-item-content strong {
  /* Font-size, display, margin-bottom are now inline */
  font-weight: 600;
  /* Make title a bit bolder */
}


/* Ensure FontAwesome icons align nicely if you use them */
.vis-item .custom-timeline-item-content .fa {
  margin-right: 5px;
  /* Space after icon */
  /* vertical-align: middle; /* Adjust if needed, text-bottom used inline for common case */
}


#timeline {
  height: 75vh;
  /* border: 1px solid #ccc; */
  background: white;
  /* margin-bottom: 0px; */
}

#range-wrapper {
  position: relative;
  height: 45px;
  overflow: hidden;
}

.vis-panel.vis-background {
    position: relative;
}
#range {
  height: 45px;
  border: 1px solid #ccc;
  background: white;
}

.range-line {
  position: absolute;
  height: 1px;
  background-color: #000;
  left: 0;
  right: 0;
  z-index: 10;
}

.range-line.top {
  display: none;
}

.range-line.bottom {
  display: none;
}

.controls {
  margin-bottom: 10px;
}

.vis-item .custom-content {
  background: #fffbe6;
  border-radius: 6px;
  padding: 5px 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.vis-item .custom-content strong {
  color: orange;
}

.vis-range-selection {
  position: absolute;
  background: rgb(56 97 157 / 34%);
  height: 100%;
  top: 0;
  z-index: 1;
  cursor: move;
}

.vis-range-selection-handle {
  position: absolute;
  width: 15px;
  top: 0;
  bottom: 0;
  background: #08377a;
  cursor: w-resize;
  z-index: 1000;
  border: 1px solid #08377a;
}

.vis-range-selection-handle.left {
  left: 0;
}

.vis-range-selection-handle.right {
  right: 0;
}

.vis-item .vis-item-content {
  box-sizing: border-box;
  padding: 5px;
  white-space: nowrap;
  color: #7F7C7D;
  /* background-color: #08377a; */
  border: unset;
  padding: 15px;
  padding-top: 0px !important;
}

.bar-date-label {
  position: absolute;
  top: -20px;
  /* Position above the timeline bar */
  font-size: 12px;
  color: #000;
  background: rgba(255, 255, 255, 0.8);
  padding: 2px 5px;
  border-radius: 3px;
  z-index: 1001;
  pointer-events: none;
  white-space: nowrap;
}

.header-main {
  text-align: center;
  padding: 16px;
}


.footer-main p.m-0 {
  color: #fff;
  text-align: center;
}

.footer-main {
  padding: 15px;
}

/* SLIDER PAGE CSS END  */

/* T######################################ABS PAGE CSS ##################################### */
/* TABS CSS  */
.select-template-tab .nav-link.active {
  background-color: #8f8a8a !important;
  color: #fff !important;
  font-weight: 600;
  font-size: 20px;
}

.select-template-tab .nav-link {
  color: #8f8a8a !important;
  font-weight: 600;
  font-size: 20px;
}

/* SECOND TAB style  */
.event-list {
  background-color: #fff !important;
  height: 625px;
  margin-bottom: 0;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0px !important;
  overflow-y: auto;
}

/* input type date css  */

.event-style-main {
  border: 1px solid #d2d2d2;
  padding: 1rem;
  border-radius: 5px;
}

/* +++++++++++++++++++++ end here +++++++++++++++++++++++++ */

/* tabs css  */

.event-style-main .nav .nav-item button.active {
  color: #ffffff;
  font-size: 14px;
  padding: 9px;
  background-color: #08377a;
}

.event-style-main .nav-pills .nav-link {
  font-size: 14px;
  font-weight: 500;
  background-color: #8f8a8a;
  color: #ffffff !important;
  padding: 9px;
}

/* end  */

/* tabs css  */

.tab-height {
  height: 8rem;
  overflow-y: scroll;
}

.event-create-main-next {
  border: 1px solid #d2d2d2;
  padding: 18px;
  border-radius: 5px;
}

.position-abs {
  position: relative;
}

.btn-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
}

.header-main img {
  width: 250px;
}

body {
  /* Fallback for browsers that don't support dvh */
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  margin: 0 !important;
}

footer {
  margin-top: auto;
}

.bg-web {
  background-color: #08377a;
}

/* TABS PAGE CSS END  */


/*######################## SCREEN ONE PAGE CSS ################### */
.custom-container-class {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 77.5vh;
  margin: 10px auto;
  /* background-color: rgb(167, 161, 161); */
  border-radius: 10px;
  border: 1px solid #c7c7c7;
}

.row-bg {
  background-color: #ececec !important;
}

.h1 {
  font-size: 60px;
  font-style: italic;
  font-weight: 900;
  color: #08377a;
}

.inner-shadow {
  box-shadow: inset 0 0 480px 0 #c7c7c7;
}

/* CSS END  */






/* show popup */


.event-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  /* High z-index to ensure visibility */
}

.event-popup-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  max-width: 400px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.event-popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
  color: #333;
}

.event-popup-close:hover {
  color: #000;
}

.event-popup h3 {
  margin: 0 0 10px;
  font-size: 1.5em;
}

.event-popup p {
  margin: 5px 0;
}


/* footer css  */

html,
body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
}

.yezz-footer {
  margin-top: auto;
}

.modal-btn {
  text-wrap: nowrap;
  width: -webkit-fill-available;
}

.modal-custom-style-class .modal-btn {
  background-color: #08377a;
  color: #fff;
  text-wrap: nowrap;
  font-weight: 500;
}

.modal-custom-style-class .modal-btn:hover {
  background-color: #fff;
  color: #083779;
  border: 1px solid #083779;
}

.modal-custom-style-class>table th,
tr,
td {
  vertical-align: middle;
  text-wrap: nowrap;
}


/* view page css  */

.project-details-main-class h3 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 400;
  margin: 0;
}

.project-details-main-class p {
  margin: 0;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 400;
}

.project-details-main-class {
  padding: 15px;
  display: flex;
  border-radius: 10px;
  text-transform: capitalize;
  gap: 10px;
}

.project-details-main-class p>strong {
  font-weight: 400;
}
.bar-date-label {
  display: none;
}

.vis-current-time {
  display: none;
}

.btn-blue {
  background-color: #08377a;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  border: 1px solid #08377a;
}


.btn-blue:hover {
  background-color: #fff;
  border: 1px solid #083779;
  color: #08377a;
}

.modal-body button.active {
  background-color: #08377a !important;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  border: 1px solid #08377a;
  text-wrap: nowrap;
}

.event-style-main span {
  font-size: 27px;
  color: #08377ad1;
}

.event-style-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.event-list .event-item-description {
  display: none;
}

.event-item-title {
  font-size: 16px;
  text-transform: capitalize;
}

.event-box {
  background-color: #08377a14;
  margin-top: 15px;
  color: #08377a;
  font-weight: 400;
  padding: 15px;
  transition: 0.5s;
}

.event-box:hover {
  background-color: #08377a;
  color: #fff;
  transition: 0.5s;
}


h4.modal-text {
    font-size: 16px;
    color: var(--text-color);
    font-family: var(--blue);
    font-weight: 500;
}
.event-item-title {
  font-weight: 600;
}

.icon-font-size {
    display: none;
}

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

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.view-slider-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffffb8;
  margin-top: 31px;

  color: #7F7C7D;
}

.timeline-heading h2 {
  text-transform: capitalize;
  font-size: 32px;
  margin: 0;
  font-weight: 600;
  color: #08377a;
  font-family: var(--font-family);
}
.event-popup-close {
    position: absolute;
    top: 0px;
    font-weight: 600 !important;
    right: 0px;
    cursor: pointer;
    color: #ffffff !important;
    font-size: 14px;
    background-color: #1bffdb !important;
    filter: invert(1);
    padding: 10px;
    border-radius: 0;
}

.event-popup-content {
  max-width: 1080px;
  border-radius: 10px;
  max-height: 70vh;
}


.logo-div-design {
  background-color: #08377a;
  color: #fff;
  text-align: center;
  border-radius: 110px 20px 20px 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-register-form-main button.btn.form-btn {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}

.login-register-form-main h2 {
  font-weight: 500;
  font-size: 38px;
  margin-bottom: 18px;
}

.btn-blue-form {
  background-color: #08377a;
  color: #fff;
  width: 35dvh;
  font-weight: 500;
  padding: 15px;
  font-size: 20px;
}

.btn-blue-form:hover {
  background-color: #fff;
  color: #08377a;
  border-color: #08377a;
}

.form-main-wrapper {
  padding: 0px;
  border-radius: 26px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.form-logo img {
  width: 265px;
  margin-bottom: 16px;
}

.form-main-wrapper .form-control {
  background-color: #08377a08;
  padding: 12px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 5px;
}


.login-register-form-main h3 {
  font-size: 22px;
  font-weight: 400;
}

.login-register-form-main p {
  font-weight: 400;
  font-size: 15px;
}

.login-register-form-main label.form-label {
  font-size: 18px;
  font-weight: 500;
  color: #535353;
}


/* HEADER FOOTER CSS FOR REGISTER LOGIN PAGE  */

body {
  /* Fallback for browsers that don't support dvh */
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  margin: 0 !important;
}

.header-main {
  text-align: center;
  padding: 16px;
  /* background-color: #08377a; */
}


.footer-main p.m-0 {
  color: #fff;
  text-align: center;
}

.footer-main {
  padding: 15px;
  background-color: #08377a;
}

.header-main img {
  width: 250px;
}

/* CSS END HERE  */



/* LOGIN PAGE CSS  */

.login-heading {
  background-color: #08377a;
  padding: 16px;
  margin-bottom: 85px;
  border-radius: 20px 20pc;
}

a.forgot {
  color: #08377a;
  font-weight: 500;
}


.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.login-sign-up-btn-main a.btn {
  background-color: transparent;
  font-size: 20px;
  margin: 0px 12px;
  color: #ffffff;
  font-weight: 400;
  border: 1px solid #fff;
}

.crimeline-banner {
  background-image: url(../images/ai-robot.jpg);
  background-repeat: no-repeat;
  height: 100vh;
  background-size: cover;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.crimeline-banner h1 {
  color: #fff;
}

.crimeline-banner p {
  color: #fff;
}


header.yezz-header {
  z-index: 1111;
}

footer.yezz-footer.mt-auto {
  z-index: 1111;
}

.bg-web {
  background-color: #08377a;
}


.logo-div-design {
  background-color: #08377a;
  color: #fff;
  text-align: center;
  border-radius: 110px 20px 20px 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-register-form-main button.btn.form-btn {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}

.login-register-form-main h2 {
  font-weight: 500;
  font-size: 38px;
  margin-bottom: 18px;
}

.btn-blue-form {
  background-color: #08377a;
  color: #fff;
  width: 100%;
  font-weight: 500;
  padding: 15px;
  font-size: 20px;
}

.btn-blue-form:hover {
  background-color: #fff;
  color: #08377a;
  border-color: #08377a;
}

.form-main-wrapper {
  padding: 0px;
  border-radius: 26px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.form-logo img {
  width: 265px;
  margin-bottom: 16px;
}

.form-main-wrapper .form-control {
  background-color: #08377a08;
  padding: 12px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 5px;
}


.login-register-form-main h3 {
  font-size: 22px;
  font-weight: 400;
}

.login-register-form-main p {
  font-weight: 400;
  font-size: 15px;
}

.login-register-form-main label.form-label {
  font-size: 18px;
  font-weight: 500;
  color: #535353;
}


/* HEADER FOOTER CSS FOR REGISTER LOGIN PAGE  */

body {
  /* Fallback for browsers that don't support dvh */
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  margin: 0 !important;
}

.header-main {
  text-align: center;
  padding: 16px;
}


.footer-main p.m-0 {
  color: #fff;
  text-align: center;
}

.footer-main {
  padding: 15px;
  background-color: #08377a;
}

.header-main img {
  width: 250px;
}

/* CSS END HERE  */



/* DASHBOARD CSS  */

.menu img {
  width: 200px;
}

.dashboard-header {
  background-color: #08377a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}

.menu a.menu-child {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.dashboard-dropdown button {
  color: #fff !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  border: 1px solid #fff !important;
}


/* Index page video*/

video#myVideo {
  position: absolute;
  right: 0;
  left: 0;
  height: 83vh;
  object-fit: cover;
  width: 100%;
}

header.yezz-header {
  z-index: 1111;
  background-color: #08377a;
  border-bottom: 1px solid #6b6b6b;
}


/* end Index page video*/

/* FORM MEDIA STYLE CSS  */

.audio-left {
  padding: 20px;
  border-radius: 5px;
  height: 235px;
  color: #000;
  overflow-y: auto;
  gap: 14px;
  border: 1px solid #d2d2d2;
}

.audio-right {
  padding: 20px;
  border-radius: 5px;
  height: 235px;
  color: #000;
  overflow-y: auto;
  gap: 14px;
  border: 1px solid #d2d2d2;
}

div#imageFileNames {
    flex-wrap: wrap;
    display: flex;
    gap: 10px;
}

.custom-audio-upload {
  display: inline-block;
  background-color: #08377a;
  /* Bootstrap blue */
  color: white;
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-family: sans-serif;
  font-size: 16px;
  transition: background 0.3s;
  border: 1px solid #08377a;
}

.custom-audio-upload:hover {
  background-color: #fff;
  color: #08377a;
  border: 1px solid #08377a;
}

.audioInput {
  display: none;
}


button.btn.hide-poster {
  color: white;
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-family: sans-serif;
  font-size: 16px;
  transition: background 0.3s;
  border: 1px solid #8f8a8a;
  background-color: #8f8a8a;

}


button.btn.hide-poster:hover {
  background-color: #fff;
  color: #8f8a8a;
  border: 1px solid #8f8a8a;
}

.external-files h2 {
  color: #585858;
  font-size: 18px;
  font-weight: 600;
  line-height: auto;
}

.event-icon-container {
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  border-radius: 50px;

}

.external-file-name {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.pull-right p.second span {
  font-size: 60px;
  font-weight: 600;
  padding-left: 5px;
  border-left: 2px solid #585858;
  margin-left: 6px;
}


.pull-right {
  display: flex;
  align-items: center;
}

span.date-month {
  font-size: 26px;
  font-weight: 600;
  color: #585858;
}

span.date-year {
  font-size: 26px;
  font-weight: 400;
  line-height: 20px;
  color: #585858;
}

.highligh-name h4 {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
}

.timeline-div {
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 10px;
  padding: 0px 0px;
  padding-bottom: 10px;
  text-align: left;
}

.timeline-title-div {
  padding-right: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-align: left !important;
}

.vis-item-content {
  position: relative;
  height: 150px;
  width: 300px;
  border-radius: 20px !important;
  transition: width 1s;
  display: flex;
  overflow: hidden;
  flex-direction: column;
}

.vis-item-content:hover {
  width: 350px;
  
}

.vis-item-content span.timeline-description {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  white-space: normal;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  cursor: pointer;
}

.timeline-image-div img {
  border: 1px solid #535353;
  height: 95px;
  width: 70px;
  border-radius: 10px;
  max-width: 70px;
  min-width: 70px;
  object-fit: cover;
}

.timeline-datetime-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
  border-bottom: 0.5px solid #cecece;
  padding-bottom: 5px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.timeline-datetime-div p {
  font-size: 14px;
  font-weight: 600;
}

.timeline-datetime-div i.fa.fa-arrow-right.datetime-arrow {
  font-size: 11px;
  margin: 4px 10px;
}
/* Styling for event icon */
.event-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: white; /* Ensure icon color is white */
}

/* Adjusting event title and icon layout */
.event-title-container {
    display: flex;
    align-items: center;
}

.event-title-container .ms-2 {
    margin-left: 8px; /* Space between the icon and title */
}

/* Responsive styles for smaller screens */
@media (max-width: 767px) {
    .event-title-container {
        flex-direction: column;
        text-align: center;
    }
    .event-icon {
        margin-bottom: 8px;
    }
}
.status-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px; /* Add space between the dot and other content */
} 


.card-body-collapse {
    display: none;
}

table.table-bordered > tbody > tr.selected > td {
    background-color: #b1ccf5 !important;
}

/*show file in project*/

   .timeline-person-image-div img,
    .timeline-location-image-div img {
        width: 20px !important;
        height: 20px !important;
    }

    .group-filter {
        margin-right: 15px;
    }

    .dropdown-menu {
        max-height: 200px;
        overflow-y: auto;
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 10px;
    }

    .dropdown-menu label {
        display: block;
        font-size: 12px;
        color: #333;
    }

    .dropdown-menu input {
        margin-right: 5px;
    }


    #zoom-controls {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 100;
    border: 1px solid #e0e0e0;
}

#zoom-controls button {
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    color: #333;
    font-size: 18px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

#zoom-controls button:hover {
    background: #f0f0f0;
    transform: scale(1.1);
}

#zoom-controls button:active {
    transform: scale(0.95);
}