.side_nav_pic {
  background-image: url('../vendor/adminlte/dist/img/cb_1.png');
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 80%;
}
.my_top_bg {
  background-image: url('../vendor/adminlte/dist/img/cb_1.png');
  background-position: center;
  background-repeat: no-repeat;
  /* background-size: cover; */
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid blue;
  border-bottom: 16px solid blue;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.chat_response {
  /* color:white; */
  padding-left:10px;
  min-height: 300px;
  overflow-y: scroll;
  max-height: 450px;
  padding:20px;
  /* height: 200px; */
  /* background-color: #000000;  */
  /* background-image: linear-gradient(to bottom right, #660066, navy, black); */
}
.gradient_1 { 
  color:rgb(218, 218, 218);
  
  background-color: rgb(40, 40, 40); /* For browsers that do not support gradients */
  background-image: linear-gradient(to bottom, #000000,  black,  black);
}
.gradient_2 {
  color:rgb(218, 218, 218);
  background-image: linear-gradient(to bottom, #3f3d8c,  black);
}
.gradient_3 {/* sidenav */
  color:rgb(206, 206, 206);
  background-color: rgb(35, 35, 35); 
  background-image: linear-gradient(to bottom,#3f3d8c, black,black,#430049);
}
.gradient_4 {
  color:#cbcbcb;
  background-image: linear-gradient(to bottom,#a900b8,  black);
}
.gradient_5 {
  color:#cbcbcb;
  background-image: linear-gradient(to bottom,#3689c0, black,black);
}
.gradient_4:hover,.gradient_5:hover {
  color:white;
  border:white 1px solid;
}
.card-custom-1 {
  /* width: 250px; */
  padding:10px;
  border-radius: 3%;
  box-shadow: 0 4px 8px 0 rgb(255 255 255 / 69%), 0 6px 20px 0 rgb(250 0 255);
  /* text-align: center; */
}
.card-custom-2 {
  /* width: 250px; */
  padding:10px;
  border-radius: 3%;
  box-shadow: 0px 0px 20px 10px rgb(255 255 255 / 69%), 0 0 20px 10px rgb(250 0 255);
  /* text-align: center; */
}
.kit_div {
  /* width: 250px; */
  padding:10px;
  box-shadow:4px 3px 12px 1px rgb(0 0 0 / 69%) inset;
  /* text-align: center; */
}

.pulse {
  /* --pulse-color: fuchsia; */
  --pulse-color: #ffa7fc;
  width: 2rem;
  height: 2rem;
  background-color: var(--pulse-color);
  border-radius: 50%;
  /* position: relative; */
}

.pulse::before,
.pulse::after {
  content: '';
  width: 35rem;
  height: 18rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--pulse-color);
  border-radius: 50%;
  opacity: 0;
  animation: pulse linear infinite 2.5s;
}

.pulse::before {
  animation-delay: 1s;
}

@keyframes pulse {
  /* 0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(.5);
  } */
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(.1);
  }
  25% {
    opacity: .8;
  }
  
  75% {
    opacity: .6;
    transform: translate(-50%, -50%) scale(.85);
  }
  
  100% {
    opacity: 0.2;
    transform: translate(-50%, -50%) scale(1);
  }
}
/* .col-0 ,.col-xs-0,.col-sm-0,.col-md-0,.col-lg-0{
  display: none;
} */
.mcb_all {
  opacity: 80%;
  background-size: 320px;
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
}
.mcb_type_1 {
  background-image: url('../vendor/adminlte/dist/img/docuchat_cube_1.png');
  background-position-y: -100px;
  background-position-x: 50%;
  
}
.mcb_type_2 {
  background-image: url('../vendor/adminlte/dist/img/ideator_cube_1.png');
  background-position-y: 0px;
  /* background-size: 80%; */
}
.mcb_type_3 {
  background-image: url('../vendor/adminlte/dist/img/quickassist_cube_1.png');
  background-position-y: -100px;
  background-position-x: 50%;
}


.bg_grad_1 {
  background: linear-gradient(-90deg,
  darkorange,
      #cc0000,
      #000000
      );
  background-size:200% 200%;
  animation: gradient_1 20s ease infinite;
}
.bg_grad_2 {
  background: linear-gradient(90deg,
  #693a00,
    #9a0000,
    #693a00
    );
  background-size:200% 200%;
  animation: gradient_1 20s ease infinite;
}
.bg_grad_3 {
  background: linear-gradient(90deg,
  darkorange,
  #cc0000,
  #000000
    );
  background-size:200% 200%;
  animation: gradient_1 20s ease infinite;
}
@keyframes gradient_1 {
  0% {  background-position: 0% 50%; }
  50% {  background-position: 100% 50%;  }
  100% { background-position: 0% 50%; }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}



/********** LOGIN ******************/
.craziness {
  /* background: linear-gradient(-45deg,
      #ff00ff,
      #ffcc99,
      #99ff99,
      #66ffff); */
  /* background: linear-gradient(-45deg,
      #cc0000,
      #ff9900,
      #737373); */
  /* background-size: 200% 200%; */
  animation: gradient 15s ease infinite;
  /* height: 100vh; */
  position: fixed;
  right: 10px;
  top: 15px;
  z-index: 1;
  width:750px;
  /* height: 250px; */
  padding-left: 30px;
  padding-right: 30px;
  /* color:white; */

}
.description_login_all {
  background-position: center;
  background-repeat: no-repeat;
  max-height: 140px;
  opacity: 70%;
  background-size: 90%;
}
.description_login_1 {
  /* background-image: url('../vendor/adminlte/dist/img/docuchat_1.png'); */
  background-image: url('../vendor/adminlte/dist/img/docuchat_cube_1.png');
}
.description_login_2 {
  /* background-image: url('../vendor/adminlte/dist/img/ideator_1.png'); */
  background-image: url('../vendor/adminlte/dist/img/ideator_cube_1.png'); 
  background-position-y: -10px;
  /* background-size: 80%; */
}
.description_login_3 {
  /* background-image: url('../vendor/adminlte/dist/img/quickassist_1.png'); */
  background-image: url('../vendor/adminlte/dist/img/quickassist_cube_1.png');
}
.custom_icon_cubes {
  background-image: url('../vendor/adminlte/dist/img/cube_desing_1.png');
  background-position: left;
  background-size: 500px;
  background-repeat: no-repeat;
}
.custom_icon_cubes_2 {
  background-image: url('../vendor/adminlte/dist/img/cube_desing_1.png');
  background-position:  right;
  background-size: 500px;
  background-repeat: no-repeat;
}
.custom_icon_cubes_3 {
  background-image: url('../vendor/adminlte/dist/img/cube_desing_5.png');
  background-position: left;
  background-size: 200%;
  background-repeat: no-repeat;
}
.custom_icon_cubes_4 {
  background-image: url('../vendor/adminlte/dist/img/cube_desing_5.png');
  background-position:  right;
  background-size: 200%;
  background-repeat: no-repeat;
}
.custom_icon_cubes_cover {
  height: 100%;
  width: 100%;
  background-color: #cf3700;
  opacity: 20%;
  position: absolute;
  left: 0;
  top: 0;
}
/* .custom_icon_cubes_cover_2 {
  height: 100%;
  width: 100%;
  background-color: #cf3700;
  opacity: 20%;
  position: absolute;
  left: 0;
  top: 0;
} */
.craziness_2 {
  background-image: url('../vendor/adminlte/dist/img/cb_1.png');
  /* background-image: url('/chatboards/public/vendor/adminlte/dist/img/cb_1.png'); */
  background-repeat: no-repeat;
  background-position: left;
  background-position-y: center;
  background-size: 10% ;
  position: fixed;
  right: 0;
  /* top: 15px; */
  z-index: 1;
  width:100%;
  /* height: 250px; */
  padding-left: 30px;
  padding-right: 30px;

}

.my_footer {
  background-color: #404040;
  color:white;
  bottom:0;
  /* height:39px; */
  padding:40px;
}
.my_footer a {
  color:white;
}
/* Create a Parallax Effect */
.bgimg-1,
.bgimg-2,
.bgimg-3 {
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.bgimg-1 {
  background-image: url('../vendor/adminlte/dist/img/cb_1.png');
  /* background-image: url('/chatboards/public/vendor/adminlte/dist/img/cb_1.png'); */
  /* background-size: 250px; */
  height: 400px;
  background-color: black;
  background-position-y: 95px;
}

.bgimg-2 {
  background-image: url('../vendor/adminlte/dist/img/cube_all_1.png');
  /* background-image: url('../vendor/adminlte/dist/img/cb_1.png'); */
  min-height: 200px;
  background-color: black;
  background-position-x: center;
  background-position-y: 130px;
}
.bgimg-3 {
  background-image: url('../vendor/adminlte/dist/img/cb_1.png');
  /* background-image: url('/chatboards/public/vendor/adminlte/dist/img/cb_1.png'); */
  /* min-height: 200px; */
  /* background-color: black; */ 
    background-color: darkgray;
    background-position-x: 108%;
  background-position-x: right;
  background-position-y: center;
}
.bg_bw_img {
  background-image: url('../vendor/adminlte/dist/img/cb_bw_2.png');
  /* background-image: url('/chatboards/public/vendor/adminlte/dist/img/cb_1.png'); */
  min-height: 200px;
  /* background-color: black; */
  background-position-x: center;
}

.center_text_in_big_conatin {
  font-size: 14pt;
}
.intro_section_about {
  font-size: 14pt;
}

.tooltipRight {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltipRight .tooltiptextRight {
    visibility: hidden;
    width: 420px;
    background-color: black;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 10px;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0%;
    /* margin-left:-180px; */
    margin-left:-230px;
    max-width: 400%;
}

.tooltipRight:hover .tooltiptextRight {
    visibility: visible;
}

.user_chat_class {
  border-radius: 7px;
  padding: 3px;
  padding-bottom: 3px;
  background-color: #616161;/* blue;*/
  /* float: right; */
  color: white;
  margin-left: 20px;
}


.asst_chat_class {
  /* font-size: 2.5rem; */
  overflow: hidden;
  border-right: .15em solid orange;
  white-space: nowrap; 
  width: 0;
  animation: 
    typing 4s steps(25, end) forwards;
}