
.slide-info{
    background-color: var(--bs-white);
}

.status-badge{
    width: 6rem;
}

.ats-form-control{
    border: none;
    background: #fff;
    padding: 0.3125rem 1.25rem;
    color: #6e6e6e;
    font-weight: 500;
    line-height: 1.5;
    font-size: 1.5rem;
    width: 100%;
}

.ats-custom-form{
    border: none;
}

.ats-form-control:focus,
.ats-form-control:hover{
    border: 0.1rem solid black;
    border-radius: 0.7rem;
}

.at-expanding-share-button[data-position=bottom-left] .at-expanding-share-button-toggle-bg,
.at-expanding-share-button[data-position=bottom-left] .at-expanding-share-button-toggle-btn[data-name]:after,
.at-expanding-share-button[data-position=bottom-left] .at-icon-wrapper,
.at-expanding-share-button[data-position=bottom-left] [data-name]:after,
.DZ-theme-btn {
    display: none !important;
}

/* Power button  */
/* a.power-button{
    display: block;
    width: 75px;
    height: 75px;
    font-size: 4em;
    border: 2px solid #dedede;
    background-color: #efefef;
    box-shadow: 0px 0px 40px 1px #ddd inset,
        0px 2px 4px rgba(0,0,0,0.4),
        1px 1px 4px rgba(0,0,0,0.3),
        -1px -1px 2px rgba(0,0,0,0.1),
        -1px 1px 2px rgba(0,0,0,0.1);
    text-align: center;
    line-height: 75px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
        transition: color 0.8s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.power-button:hover{
box-shadow:  0px 2px 6px rgba(0,0,0,0.4),
    1px 1px 6px rgba(0,0,0,0.3),
    -1px -1px 4px rgba(0,0,0,0.1),
    -1px 1px 4px rgba(0,0,0,0.1);
}
.power-button.on{  
    color: #2ecc71;
} */
/* Errornotification Animation CSS */
.error-notification-input{
    position: relative;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.4);
    text-decoration: none;
    overflow: hidden;
}
.error-notification span:nth-child(1) {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #171618, #3bff3b);
    animation: animate1 2s linear infinite;
}
@keyframes animate1 {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}
.error-notification span:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 3px;
    background: linear-gradient(to bottom, #171618, #3bff3b);
    animation: animate2 2s linear infinite;
    animation-delay: 1s;
}
@keyframes animate2 {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}
.error-notification span:nth-child(3) {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to left, #171618, #3bff3b);
    animation: animate3 2s linear infinite;
}
@keyframes animate3 {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}
.error-notification span:nth-child(4) {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 3px;
    background: linear-gradient(to top, #171618, #3bff3b);
    animation: animate4 2s linear infinite;
    animation-delay: 1s;
}
@keyframes animate4 {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(-100%);
    }
}
.ats-data-table th,
.ats-data-table td{
    font-size: 12px !important;
}
.attachment-container{
    display: flex;
    flex-wrap: wrap;
}
.ticket-attachements{
    aspect-ratio: 10/10;
}
.single-ticket-attachements-container{
    position: relative;
    width: fit-content;
    margin-bottom: 2.5rem;
}
.remove-attachment-image{
    position: absolute;
    bottom: -2rem;
    right: 2rem;
    cursor: pointer;
}
.col-form-label{
    font-weight: 500;
}

.cursor-pointer{
    cursor: pointer;
}

/* Time Line Popup model ************************************************ */
.ticketTimeLineModel-body{
    background-color: cornflowerblue;
}

#tickets_DataTable{
    position: relative;
}

.timeline {
	position: relative;
	max-width: 960px;
	margin: 0 auto;
}
/* .timeline::after {
	content: "";
	position: absolute;
	width: 6px;
	background-color: #f9f9f9;
	top: 0;
	bottom: 0;
	left: 50%;
} */
.timeline-container {
	/* padding: 10px 40px; */
    padding: 2rem;
	position: relative;
	background-color: inherit;
	width: 50%;
}
.timeline-container::after {
	content: "";
	position: absolute;
	width: 25px;
	height: 25px;
	right: -17px;
	background-color: #f9f9f9;
	border: solid 2px #ae7efe;
	top: 15px;
	border-radius: 50%;
	z-index: 1;
}
.timeline-container.left {
	left: 0;
}
.timeline-container.right {
	left: 50%;
}
.timeline-container.left::before {
	content: " ";
	height: 0;
	position: absolute;
	top: 22px;
	width: 0;
	z-index: 1;
	right: 30px;
	border: medium solid #f9f9f9;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #f9f9f9;
}
.timeline-container.right::before {
	content: " ";
	height: 0;
	position: absolute;
	top: 22px;
	width: 0;
	z-index: 1;
	left: 30px;
	border: medium solid #f9f9f9;
	border-width: 10px 10px 10px 0;
	border-color: transparent #f9f9f9 transparent transparent;
}
.timeline-container.right::after {
	left: -12px;
}
.timeline-container_content {
	/* padding: 20px 30px; */
    padding: 0.5rem 1rem;
	background-color: #f9f9f9;
	position: relative;
	border-radius: 8px;
}

@media screen and (max-width: 600px) {
	.timeline::after {
		left: 31px;
	}
	.timeline-container {
		width: 100%;
		padding-left: 70px;
		padding-right: 25px;
	}
	.timeline-container::before {
		left: 60px;
		border: medium solid #f9f9f9;
		border-width: 10px 10px 10px 0;
		border-color: transparent #f9f9f9 transparent transparent;
	}
	.timeline-container.left::after,
	.timeline-container.right::after {
		left: 15px;
	}
	.timeline-container.right {
		left: 0%;
	}
}

/* Time Line Popup model Loader************************************************ */
.timeLine-loader_container{
    display: flex;
    height: 30vh;
    justify-content: center;
    align-items: center;
}

.ball {
    position: relative;
    bottom: 50px;
    left: calc(100% - 20px);
    width: 50px;
    height: 50px;
    background: #ffffff;
    /* background: cornflowerblue; */
    border-radius: 50%;
    animation: ball-move8234 3s ease-in-out 1s infinite alternate;
  }
  
  .ball::after {
    position: absolute;
    content: '';
    top: 25px;
    right: 5px;
    width: 5px;
    height: 5px;
    background: #000000;
    /* background: #ffffff; */
    border-radius: 50%;
  }
  
  .bar {
    width: 200px;
    height: 12.5px;
    background: #FFDAAF;
    border-radius: 30px;
    transform: rotate(-15deg);
    animation: up-down6123 3s ease-in-out 1s infinite alternate;
  }
  
  @keyframes up-down6123 {
    from {
      transform: rotate(-15deg);
    }
  
    to {
      transform: rotate(15deg);
    }
  }
  
  @keyframes ball-move8234 {
    from {
      left: calc(100% - 40px);
      transform: rotate(360deg);
    }
  
    to {
      left: calc(0% - 20px);
      transform: rotate(0deg);
    }
  }

#login-password_toggle{
    right: 1rem;
    top: 60%;
}

.icon-parent
{
    position: relative;
}
.input-group-addon
{

    position: absolute;
    right: 10px;
    top: 35%;
}

/* Notification  */

/* Notifications */

.notification {
  
    display: inline-block;
    position: relative;
    padding: 0.6em;
    background: #3498db;
    border-radius: 0.2em;
    font-size: 1.3em;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.notification::before, 
.notification::after {
  
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.notification::before {
    display: block;
  
    content: "\f0f3";
    font-family: "FontAwesome";
    transform-origin: top center;
}

.notification::after {
    font-family: Arial;
    font-size: 0.7em;
    font-weight: 700;
    position: absolute;
    top: -15px;
  
    right: -15px;
    padding: 5px 8px;
    line-height: 100%;
    border: 2px #fff solid;
    border-radius: 60px;
    background: #3498db;
    opacity: 0;
    content: attr(data-count);
    opacity: 0;
    transform: scale(0.5);
    transition: transform, opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.notification.notify::before {
    animation: ring 1.5s ease;
}

.notification.show-count::after {
    transform: scale(1);
    opacity: 1;
}

@keyframes ring {
    0% {
        transform: rotate(35deg);
    }
    12.5% {
        transform: rotate(-30deg);
    }
    25% {
        transform: rotate(25deg);
    }
    37.5% {
        transform: rotate(-20deg);
    }
    50% {
        transform: rotate(15deg);
    }
    62.5% {
        transform: rotate(-10deg);
    }
    75% {
        transform: rotate(5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}





/*client work follow  */






.main-title{
  color: #2d2d2d;
  text-align: center;
  text-transform: capitalize;
  padding: 0.7em 0;
}

.container{
  padding: 1em 0;
  float: left;
  width: 50%;
}


.container .title{
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}

.content {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p{
  color: #fff;
  font-size: 0.8em;
}



.fadeIn-top{
  top: 20%;
}
#ClientFolloWWorkTable.text-center td {
    text-align: center;
}
.highlighted {
    color: red;  /* Replace with your desired styling */
    font-weight: bold;
    /* Add any other styles you want to apply to the highlighted text */
}


.reportdetailsView-img
{
    /* border-radius:  50%; */
    overflow: hidden;
    height: 30px;
    width: 30px;
}
.reportticketview
{
    height: 50vh;
    width: 100%;
    background-color: white;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    align-items: center;
}
.reportticketview > span
{
    color: black;
    font-size: 1.2rem;
    text-transform: capitalize;
   
}

{
    border-bottom: 1px solid transparent !important;
    padding-bottom: 1rem !important;
}

.dash_board_img
{
    margin-right: 5px ;
    width: 30px;
}
.sidenavbar_img_par
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border: 2px solid red ; */
}
.sidenavbar_img_par >span
{
    /* border: 2px solid red ; */
    margin-left: 1rem;
    width: 100%;
}
.sidenavbar_img
{
    /* margin-right: 1rem ; */
    width: 30px;
}
.sidenavbar_img img ,
.dash_board_img img
{
    width: 100%;
}
#searchForm , #resetForm
{
    width: 50%;
}





