@font-face {
        font-family: 'digital-7';
        src: url('../fonts/digital-7.ttf');
      }
html{
    width:100%;
    height:100%;
    padding: 0px;
    margin:0px;
    box-sizing: border-box;
}
body{
    width:100%;
    height:100%;
    padding: 10px;
    margin:0px;
    /* background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12); */
    /* background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab); */
    box-sizing: border-box;
}
.container-fluid {
	/* background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab); */
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	height: 100vh;
}

@keyframes gradient {
0% {
        background-position: 0% 50%;
}
50% {
        background-position: 100% 50%;
}
100% {
        background-position: 0% 50%;
}
}

.container-fluid{
    width:100%;
    height:100%;
    background-color: #FFFFFF;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
}
.first-row-container{
    box-sizing: border-box;
    height: 50%;
}
.second-row-container{
    box-sizing: border-box;
    /* background-color: #00bf72; */
    height: 40%;
}
/* ..................Donut chart..................... */
.label-text {
    position: absolute; 
    top: 0px; 
    left: 0px; 
    width: 100%; 
    height: 100%; 
    z-index: 999;
    display: flex;
    justify-items: center;
    align-items: center;
    pointer-events: none;
    padding-top: 25px;
  }
 
  .label-text img{
  
        border-radius: 50%;
        width: 68%;
        margin: 0px auto;
        margin-top: 5px;
        border: solid 3px #fff;
        background-color: #fff;
        
    }
   
  
  img.current-sale-img{
    width: 110px;
    height:110px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
  }
  .current-sale-tittle{
    font-size: 1rem;
    font-weight: 700;
  }
  .hero-card{
    font-size: 2rem;
    font-weight: 600;
  }
  .custom-card{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  }
  .top_executive{
    white-space: nowrap;
    font-size: 13px;
    color:  #0B132C;
  }
  .top-month-executive{
    font-size: 1rem;
    font-weight: 600;
    color: black!important;
    text-shadow:  8px 8px -4px lightblue;
    
  }
  
  /* **************************Confi **********************************/
  .icon {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 32px;
    position: relative;
  }
  
  .confetti {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    /* height: 200px; */
    overflow: hidden;
  }
  
  .confetti-piece {
    position: absolute;
    width: 8px;
    height: 16px;
    background: #ffd300;
    top: 0;
    opacity: 0;
  }

  .confetti-piece:nth-child(1) {
    left: 7%;
    transform: rotate(30deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
            animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 389ms;
            animation-delay: 389ms;
    -webkit-animation-duration: 883ms;
            animation-duration: 883ms;
  }
  .confetti-piece:nth-child(2) {
    left: 14%;
    transform: rotate(80deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
            animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 251ms;
            animation-delay: 251ms;
    -webkit-animation-duration: 831ms;
            animation-duration: 831ms;
  }
  .confetti-piece:nth-child(3) {
    left: 21%;
    transform: rotate(37deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
            animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 132ms;
            animation-delay: 132ms;
    -webkit-animation-duration: 1197ms;
            animation-duration: 1197ms;
  }
  .confetti-piece:nth-child(4) {
    left: 28%;
    transform: rotate(22deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
            animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 155ms;
            animation-delay: 155ms;
    -webkit-animation-duration: 1085ms;
            animation-duration: 1085ms;
  }
  .confetti-piece:nth-child(5) {
    left: 35%;
    transform: rotate(-13deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
            animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 173ms;
            animation-delay: 173ms;
    -webkit-animation-duration: 706ms;
            animation-duration: 706ms;
  }
  .confetti-piece:nth-child(6) {
    left: 42%;
    transform: rotate(74deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
            animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 137ms;
            animation-delay: 137ms;
    -webkit-animation-duration: 930ms;
            animation-duration: 930ms;
  }
  .confetti-piece:nth-child(7) {
    left: 49%;
    transform: rotate(6deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
            animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 361ms;
            animation-delay: 361ms;
    -webkit-animation-duration: 916ms;
            animation-duration: 916ms;
  }
  .confetti-piece:nth-child(8) {
    left: 56%;
    transform: rotate(-79deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
            animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 209ms;
            animation-delay: 209ms;
    -webkit-animation-duration: 980ms;
            animation-duration: 980ms;
  }
  .confetti-piece:nth-child(9) {
    left: 63%;
    transform: rotate(-75deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
            animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 404ms;
            animation-delay: 404ms;
    -webkit-animation-duration: 998ms;
            animation-duration: 998ms;
  }
  .confetti-piece:nth-child(10) {
    left: 70%;
    transform: rotate(53deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
            animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 421ms;
            animation-delay: 421ms;
    -webkit-animation-duration: 1013ms;
            animation-duration: 1013ms;
  }
  .confetti-piece:nth-child(11) {
    left: 77%;
    transform: rotate(47deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
            animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 389ms;
            animation-delay: 389ms;
    -webkit-animation-duration: 705ms;
            animation-duration: 705ms;
  }
  .confetti-piece:nth-child(12) {
    left: 84%;
    transform: rotate(-26deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
            animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 84ms;
            animation-delay: 84ms;
    -webkit-animation-duration: 718ms;
            animation-duration: 718ms;
  }
  .confetti-piece:nth-child(13) {
    left: 91%;
    transform: rotate(64deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
            animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 60ms;
            animation-delay: 60ms;
    -webkit-animation-duration: 1136ms;
            animation-duration: 1136ms;
  }
  .confetti-piece:nth-child(odd) {
    background: #17d3ff;
  }
  .confetti-piece:nth-child(even) {
    z-index: 1;
  }
  .confetti-piece:nth-child(4n) {
    width: 5px;
    height: 12px;
    -webkit-animation-duration: 2000ms;
            animation-duration: 2000ms;
  }
  .confetti-piece:nth-child(3n) {
    width: 3px;
    height: 10px;
    -webkit-animation-duration: 2500ms;
            animation-duration: 2500ms;
    -webkit-animation-delay: 1000ms;
            animation-delay: 1000ms;
  }
  .confetti-piece:nth-child(4n-7) {
    background: #ff4e91;
  }
   .confetti-piece:nth-child(14n-20) {
    background: red;
  }
  
  @-webkit-keyframes makeItRain {
    from {
      opacity: 1;
    }
    50% {
      opacity: 3;
    }
    to {
      transform: translateY(200px);
    }
  }
  
  @keyframes makeItRain {
    from {
      opacity: 1;
    }
    50% {
      opacity: 3;
    }
    to {
      transform: translateY(200px);
    }
  }

.card{
        height: 99%;
        /* background-color: #ff4e91 !important; */
}
.card-body{
        height:100%;
        
}
/* --------------- */
.hero_of_the_day_img{
        width: 150px;
        height: 150px;
        border-radius: 50%;
        /* border: 1px solid #ccc; */
        box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;

}
/* ****************************Flip Card***************************** */
.top-month-executive{
        font-size: 14px;
       
      
}

.top_three_executive_card img{
        border-radius: 8px 7px 0px 0px;
}
.top_three_executive_card{
        border:none;
        box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
        line-height: 17px;
}
.top_three_id{
        font-size: 12px;
        white-space: nowrap;
        box-sizing: border-box;
}
.top_three_name{
        font-size: 14px;
        white-space: nowrap;
        box-sizing: border-box;
}
.top_three_place{
        font-size: 13px;
        white-space: nowrap;
        box-sizing: border-box;
        padding: none;
}




      
      /* ---------------------------------------stopwatch css*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- */

      
    .digit {
        font-size: 30px;
        color: #000;
    }
      
    .txt {
        font-size: 30px;
        color: #bbb;
    }
/*  */

.timerDisplay{
    position: relative;

    background: #ffffff;

    /* font-family: 'Roboto mono',monospace; */
    /* font-family:'digital-clock-font'; */
    color: black;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 5px;
    /* box-shadow: 0 0 20px rgba(0,139,253,0.25); */
}

/* .buttons{
    width: 90%;
    margin: 60px auto 0 auto;
    display: flex;
    justify-content: space-around;
} */
/* .buttons button{ */
    /* width: 120px;
    height: 45px; */
    /* background-color: black; */
    /* color: #ffffff;
    border: none;
    font-family: 'Poppins',sans-serif;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
} */

/* .buttons button:nth-last-child(2){
  background-color: #d23332;
}
.buttons button:nth-last-child(1){
  background-color: #20b380;
} */
.img_cont {
        margin: 0 auto;
        width: 50%;
        height: 59px;
        border-radius: 50%;
        overflow: hidden;
}


/* CSS */
.Dispalytimer {
  /* padding: 0.6em 2em; */
  border: none;
  outline: none;
  /* color: rgb(255, 255, 255); */
  color: #000;
  background: white;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}

.Dispalytimer:before {
  content: "";
  background: linear-gradient(
    45deg,
    #ff0000,
    #ff7300,
    #fffb00,
    #48ff00,
    #00ffd5,
    #002bff,
    #7a00ff,
    #ff00c8,
    #ff0000
  );
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing-button-85 20s linear infinite;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}

@keyframes glowing-button-85 {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

.Dispalytimer:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: white;
  left: 0;
  top: 0;
  border-radius: 10px;
}
/* second Page css */
.agent_column{
        border-right: 1px solid #E1E3E5;
}
.table{
        border: 1px solid #E1E3E5;
}
.agent{
        background-color: aqua !important;
}
.connector{
        background-color: tomato !important;
}
.billing{
        background-color: #34F811 !important;
}
.portal{
        background-color:#F7DF57 !important;
}
.button-91 {
        color: #fff;
        padding: 15px 25px;
        background-color: #38D2D2;
        background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0%, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%);
        box-shadow: inset -3px -3px 9px rgba(255, 255, 255, 0.25), inset 0px 3px 9px rgba(255, 255, 255, 0.3), inset 0px 1px 1px rgba(255, 255, 255, 0.6), inset 0px -8px 36px rgba(0, 0, 0, 0.3), inset 0px 1px 5px rgba(255, 255, 255, 0.6), 2px 19px 31px rgba(0, 0, 0, 0.2);
        border-radius: 14px;
        font-weight: bold;
        font-size: 16px;
      
        border: 0;
      
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
      
        cursor: pointer;
      }
      a{

        text-decoration: none;
        color: white;
      }
      a:hover{
        color:white;
      }
       
      td{
        white-space: nowrap;
      }
      th{
        white-space: nowrap;
        font-size: 14px;
      }