/*22*/
body {
    
    /*background: linear-gradient(109.6deg, rgb(36, 45, 57) 11.2%, rgb(16, 37, 60) 51.2%, rgb(0, 0, 0) 98.6%);*/
    /*background: white;
    color: #333;*/
    width:100%;
    height: 100%;
}


#lc-my-name,.lc-skill-tag,img,a,.tech-use{
   user-select: none;
}
 
::-moz-selection { /* Code for Firefox */
  color: blue;
  background: yellow;
}

::selection {
  color: white;
  background: #F44336;
}


/* Progress Bar */
.progress {
      position: fixed;
    height: 4px;
    z-index: 100000000000;
    display: block;
    width: 100%;
    background-color: #F44336;
    border-radius: 2px;
    background-clip: padding-box;
    margin:0px 0;
    overflow: hidden;}
  .progress .determinate {
    position: absolute;
    background-color: inherit;
    top: 0;
    bottom: 0;
    background-color: #333;
    transition: width .3s linear; }
  .progress .indeterminate {
    background-color: #333; }
    .progress .indeterminate:before {
      content: '';
      position: absolute;
      background-color: inherit;
      top: 0;
      left: 0;
      bottom: 0;
      will-change: left, right;
      -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
              animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; }
    .progress .indeterminate:after {
      content: '';
      position: absolute;
      background-color: inherit;
      top: 0;
      left: 0;
      bottom: 0;
      will-change: left, right;
      -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
              animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
      -webkit-animation-delay: 1.15s;
              animation-delay: 1.15s; }

@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }
@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }
@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }
@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }




/*override*/

.progress-bar {
  
  height:5px;
  background:linear-gradient(to right,#ff2d53,#5ac8fa,#0084ff,#34aadc,#0d09ff,#4cd969);
  background: linear-gradient(to right,#fb0000,#f9ad03,#027bde,#0fa536,#1cf901,#00ff34);
  background:linear-gradient(to right,rgb(76,217,105),rgb(90,200,250),rgb(0,132,255),rgb(52,170,220),rgb(88,86,217),rgb(255,45,83));
  margin-top:10px;
  /*background-size:350px 5px;*/
  border-radius:10px;
  -webkit-transition:all 0.5s;
}

.shadow {
  width:100%;
  height:40px;
  background:linear-gradient(to bottom,rgba(100,100,100,0.17),rgba(100,100,100,0.1),transparent);
  transform:skew(45deg) translate(15px,5px);
}



@keyframes loading {
  
}



@-webkit-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: .2;
        color: blue
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: .2;
        color: blue
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: .2;
        color: blue
    }

    100% {
        opacity: 1
    }
}

@keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: .2;
        color: blue
    }

    100% {
        opacity: 1
    }
}

.blink{
    animation: blink 1s steps(1,end) infinite;
    -webkit-transition: all .5s;
}

.green-background{
     background: mediumseagreen;
     color:white  !important;
}

.black-background{
 background: #000; 
 color:white  !important;
}

.red-background{
 background: red; 
 color:white  !important;
}

.blue-background{
  background: blue;  
  color:white  !important;
}

.orange-background{
     background: #F44336;
     color:white  !important;
}

.yellow-background{
     background: #FFC107;
     color:#333 !important;
}

.green-text{
     color: mediumseagreen  !important;
}

.black-text{
  color:#333  !important;
}

.red-text{
  color: red  !important;
}

.blue-text{
  color: blue !important;
}
.orange-text{
  color: orange !important 
}

.yellow-text{
     color:yellow !important;
}



.wrapper{
  /*max-width: 768px;
  height:100%;
  position: fixed;*/
    height: 100%;
    position: fixed;
    width: 100%;
        overflow-y: scroll;
    overflow-x: hidden;
}

.freehand-music-block{
           position: fixed;
    text-align: center;
    width: 100%;
     
}

#grid{

}

.grid {
      /*background: transparent; */
    position: fixed;
    /* opacity: 0.1; */
    top: 0;
    left: 0;
    color: white;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(5, 1fr);
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    touch-action: none;
    z-index: 2;
}


.note{
          display: flex;
    align-items: center;
    justify-content: center;
    font-size: 100%;
    color: white;
    border: 1px solid #f1f1f1;
    transition: .1s;
    color: #000;
}

#startBtn{display:none;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);padding:16px 28px;font-size:18px;border:none;border-radius:16px;background:#000;color:#fff;z-index:10;}
.note.active{background:rgba(0,0,0,.08);color:#000;}

.music-instruction-block{
       position: fixed;
    display: none;
    justify-content: center;
    color: white;
    user-select: none;
    align-items: center;
    text-align: center;
    min-height: 100vh;
    width: 100%;
    font-weight: 900;
    font-size: 21px;
    color: #000;
}


.polar-bear-block-1,.polar-bear-block-2{
    cursor: pointer;
        background: #dfdfdf;
    padding: 5px 5px;
    border-radius: 5px;
}

.polar-bear-block-2{
         width: auto;
    margin: 0 0 20px 0;
    float:left;

}


.polar-bear-block-1:hover,.polar-bear-block-2:hover{
        background: #f6c100;
}

.polar-text{    float: left;
    padding: 0 0 0 5px;}

.polar-bear-icon{
    float: left;
}

.left-chunk{
      width: 30%;
    float: left;
    position: fixed;
}

.direct-question-list{}

#lc-my-name{}
#lc-tag-name{font-weight: 900;
    font-size: 20px;
    color: mediumseagreen;}
#lc-bio{    font-weight: 900;
    font-size: 17px;
    line-height: 26px;
    margin: 0 0 30px 0;
    
  }


#lc-skill-block{    float: left;
    width: 100%;}

.skill-sep-block{}    
.contact-sep-block{}

.lc-skill-chunk{
    font-weight: 900;
    word-break: break-all /* border: 2px dashed #000; */ line-height: 30px;
    padding: 0 10px;
    font-size: 15px;
    width: auto;
    min-width: 50px;
    float: left;
    margin: 5px 5px;
    }

.lc-skill-chunk:first-child{
    /*padding: 0 15px 0 5px;*/
}    

.lc-skill-tag {
  user-select: none;
      font-weight: 900;
    float: left;
    width: auto;
    padding: 5px 10px;
    cursor: pointer;
    color: white;
    border-radius: 3px;
    border: 2px outset #000;
    /*box-shadow: 3px 2px 1px #333;*/
        box-shadow: 2px 2px 0px #333;
    color: #fff;
}

.lc-skill-tag-chunk-list {
  display: table;
    float: left;
    width: 100%;
        word-break: break-word;
    margin: 0 0 20px 0;
}


.connect-tag{
 float: left;
    margin: 50px 0 10px 0;
    color: #333;
    font-weight: 900;
    font-size: 18px;
    border-bottom: 3px solid #000;
    padding: 0px 0px 8px 0px;
    width: auto;
}

.lc-connect-chunk{    float: left;
    background: #ddd;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 5px;
        margin: 0 10px;
  }


.lc-connect-chunk:hover {
   float: left;
   background: #333;
   color:white !important;

}

.lc-connect-chunk:hover .fa {
   color:white !important;
}

.lc-connect-chunk:first-child{
        margin: 0 10px 0 0;
}

.lc-connect-chunk a:hover,.lc-connect-chunk a:focus{
  outline: 0 !important;
    box-shadow: none;
}

.right-chunk{    
  /*width: 50%;*/
    float: right;
    top: 0;
    /* height: 100%; */
    left: 50%;
    padding: 10px 0px;
    position: relative;
    /* overflow-y: auto;*/
}

.headline-tag{}
.aloha-sign{
  /*-webkit-transform: rotate(180deg); */
    display: block;
    float: right;
    padding: 0 6px;
}

.rc-chunk{    float: left;
  margin:0 0 15px 0;
    width: 100%;}
.rc-head-tag{     font-weight: 900;
    font-size: 15px;
    border-bottom: 3px double #4CAF50;
    float: left;
    padding: 10px;
    background: #f3f3f3;
    color: black;}

.rc-info{    float: left;
    width: 100%;
    font-size: 100%;}

.bio-text{font-weight: 900;
    color: #000;
        font-size: 15px;

    line-height: 25px;}


.card1-tag{font-weight: 900;}
.card1-info{

}
.tech-use-block{
    /*position: absolute;*/
    position: static;
    bottom: 0;
    width: 100%;
    padding: 0 0 10px 0;}
.tech-use{       background: #FFEB3B;
    background: #FFC107;
    background: #FFC107;
    padding: 5px 10px;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 5px;
    color: black;
    text-transform: capitalize;
    font-weight: 900;
    display: inline-flex;
    margin: 5px 5px;}


.highlight-project {
    /* box-shadow: 3px -3px 0px #f308080d; */
    border: 3px solid #FF9800 !important;
}

.tech-use-block1{
      position: absolute;
    cursor: pointer;

    bottom: 35px;
    width: 100%;
}

.ai-modal-btn1{}
.ai-modal-btn2{    background: red;
    padding: 0px 10px;
    border-radius: 5px;
    color: white;
    cursor: pointer;
  }


/*  Card css start  */
.card1 {
      display: flex;
    flex-direction: row;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 10px 0px;
    /* padding: 10px; */
    height: auto;
    /* background: red; */
    max-width: 550px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

/*.card1:hover {
  box-shadow: 0 7px 10px rgba(0,0,0,0.1);
  transform: scale(1.05);
}*/


.no-background  img{
  background: transparent !important;
      padding: 0 15px;
          border: 10px solid #FF9800 !important;
}


.card1 img {
    width: 150px;
    object-fit: contain;
    background: #000;
    height: auto;
    margin-right: 10px;
    border: 2px solid #000;
    box-sizing: border-box;
}

.card1-content {
  display: flex;
    padding: 10px 20px;
    width: 100%;
    min-height: 150px;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}

.card1 h3 {
  font-size: 1.2rem;
  margin: 0;
}

.card1 p {
  margin: 5px 0;
  font-size: 13px;
}

.card1 a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  font-size: 13px;
  margin-top: 15px;
}

.feeling-log-chunk {
    float: right;
    cursor: pointer;
    width: auto;
    height: 100px;
}

.feeling-bored h3{    color: #fff;
    font-weight: 900;
    cursor: pointer;
    padding: 10px 0;
    position: fixed;
    right: 13px;
    z-index: 100;
    width: 50px;
    bottom: 19px;
    height: 50px;
    font-size: 19px;
    line-height: 33px;
    background:#000000;
    border-radius: 45px;}

.feeling-bored .fa{text-align: center;
    width: 100%;}

.card-link {
      font-weight: 900;
    float: left;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 5px 15px;
}

.card-link a{

}

.card-link a:hover,.card-link a:focus{
  outline: 0 !important;
    box-shadow: none;
}


.resume-link{
      color: red !important;
    font-weight: 900;
    cursor: pointer;
}




.chat-with-founder{
    display: inline-block;
    margin: 10px 10px;
    padding: 9px 10px;
    background: #a20101;
    font-size: 15px;
    cursor: pointer;
    color: #fff;
}

.svg-block{width: 100%;}
.svg-block svg{
    width: 50px;
    height: 100px;
    text-align: center;
    margin: 0px auto;
    text-align: center;
}

.additional-info p{    line-height: 41px;}
.schizophrenic{color: red;}
.yourself{color: red;
    font-weight: 900;
    cursor:pointer;
}

#add-to-home-screen-block{
    font-weight: 900;
    color: white;
    font-size: 17px;
cursor: pointer;
}

.video-chat-call-btn{position: absolute;
    right: 50px;
    padding: 10px 11px;
    cursor: pointer;
    font-size: 16px;
    margin: 12px 13px;
    font-weight: 900;
    color: #0a0a0a;}

.total-user-live-right-now-block{
    width:100%;
    height: auto;
}
.total-user-live-right-now-text{
        font-size: 19px;
    color: white;
    font-weight: 900;
}
.total-user-live-right-now-count{
        font-size: 19px;
    color: white;
    font-weight: 900;
}

#video-chat-model{}
#video-chat-model .modal-body{

    height: 400px;
    padding: 0;
    overflow: hidden;}



/*Override*/
.modal-container{
    border-radius:3px !important;

}

.btn.btn-primary{
    border-radius:8px !important;
    padding: 5px 10px !important;
}

.dc-video-feed{width: 100px;
    position: absolute;
    height: 50px;
    float: left;
    z-index: 100;}

.smoke-outer{
    width: 100%;
        z-index: -1;
    position: fixed;
    height: 100%;
    left: 0;
    /* background: red; */
    background: red;
        background: #661515;
    opacity: 0.4;
    /* z-index: -1; */
    top: 0;
}

#smoke-canvas{
           z-index: 3700;
    top: 0;
    height: 100% !important;
    width: 100% !important;
}

#video-to-snap-model .modal-body{
        height: 250px;
        height: 300px;
            overflow: hidden;
}


.output-canvas{
    width:100%;
    height:100%;
    background: #333;
}

#video-elem-for-snap{    width: 100%;
    height: 100%;
        background: #2f2e2e;
    object-fit: fill;

/*opacity: 0;
    position: absolute;
    height: 0px;*/


}

#video-elem-for-stream{}


.snap-choice-block{    width: 100%;
    height: 100%;
    object-fit: fill}


.snap-sample-view{    width: 100%;
    height: 100%;
        height: 80%;
    object-fit: fill}
.snap-sample-view-canvas{    width: 100%;
    height: 100%;
    object-fit: fill}

.snap-yes{display: inline-block;
    padding: 5px;
    width: 35px;
    height: 35px;
    background: mediumseagreen;
    border-radius: 45px;
    text-align: center;
    line-height: 26px;
    font-size: 16px;
    cursor: pointer;
    color: white;
    margin: 10px 0;}
.snap-yes .fa{}



.snap-no{display: inline-block;
    padding: 5px;
    width: 35px;
    height: 35px;
    background: #e85600;
    border-radius: 45px;
    text-align: center;
    line-height: 26px;
    font-size: 16px;
    cursor: pointer;
    color: white;
        margin: 10px 22px;}
.snap-no .fa{}



#hidden-canvas{
    width:100%;
    height:100%;
    opacity: 0;
    position: absolute;
}
#output-canvas{
    width:100%;
    height:100%;
}

.btn.btn-primary:focus, .btn.btn-primary:hover {
    background: #333;
    border-color: #333;
    color: white;
}
#video-to-snap-model .modal-footer{
    display: inline-block;
}

    /* background: #333; */
    

#pixel-snap,#invert-snap{    background:none !important; border-color: #333 ;
    color: #a20101 !important;}
#fine-snap{    background:none !important; border-color:#333 ;
    color: #a20101 !important;}
.close-video-snap-btn{    background:none !important; border-color: #333;
    color: #a20101 !important;}

#pixel-snap:hover,#invert-snap:hover,#fine-snap:hover,.close-video-snap-btn:hover{
    color: #a20101 !important;
}

/*Override*/

.lds-ellipsis {
        margin: 2px 0px;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
    top: 0px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #312828;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}




.after-symbol,.before-symbol{

    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    display: inline-block;


}
.symbol-a{
    transform: rotate(-92deg);
    -webkit-transform: rotate(-92deg);
    -moz-transform: rotate(-92deg);
    -o-transform: rotate(-92deg);

    display: inline-block;}


.set-your-preference{
    width: 100%;
        font-weight: 700;
        cursor: pointer;
    float: left;
    text-align: center;
    color: white;
        margin-bottom: 64px;
}

.set-your-preference:hover{
    color:#000;
}

/* =============================================
* RADIO BUTTONS
=============================================== */

.radio-icon{}
.radio-text{    padding: 0 10px;
    color: white;}



#radios label {

        width: 50px;

    cursor: pointer;
    position: relative;
    display: block;
        display: inline-block;
    padding: 0 30px;
}

#radios label:hover .radio-icon{
    background: #000;
}

#radios label + label {
    /*margin-left: 15px;
    margin-left: 57px*/
    /*margin-top: 50px;*/

    margin: 10px 0 43px 10px;
    display: inline-block;

}

input[type="radio"] {
    opacity: 0; /* hidden but still tabable */
    position: absolute;
}

input[type="radio"] + span {
    font-family: 'Material Icons';
    color: #ffffff;
    border-radius: 50%;
    background: #150c90;
        background: #670804;
        background: #050505;

        background:#651414;

    padding:15px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

input[type="radio"]:checked + span {
    color: #000000;
    background: #fff7f7;
}

input[type="radio"]:focus + span {
    color: #fff;
}

/* ================ TOOLTIPS ================= */



#radios label:hover::before {
    content: attr(tag);
    font-family: Roboto, -apple-system, sans-serif;
    text-transform: capitalize;
    font-size: 11px;
    position: absolute;
    white-space: nowrap;
    top: 170%;
    left: 0;
    width: auto;
    right: 0;
    /*background-color: #323232;*/
    color: #fff;
    color:white;    
    font-weight: 900;
    font-size:12px;
    padding: 4px;
    border-radius: 3px;
    display: block;

}

/* =============================================
* CENTERING, CONTAINER STYLING ETC || IGNORE
=============================================== */


#radios {
    text-align: center;
        margin: 50px 0;
}

.container {
    margin: 0 auto;
}

.overlay-outer{
position: fixed;
    background: #0a0284;
    background: #a20101;
    /* opacity: 0.5; */
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;

}
.overlay-inner{
    /*background-position:20px -68px;*/
    background-repeat: no-repeat;
    position: fixed;
    width: 100%;
    height: 100%;
    background-size: cover;
    opacity: 0.1;
    background-image:url('../image/color-dogs-3274248_1280.png');
    background-image:url('../image/blur-1876100_1280.jpg');
}

.lang-selection-btn{}
.lang-chunk{display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
    text-transform: uppercase;
    margin: 10px;
    background: #151515;
    color: #ffffff;}


html {
    height: 100%;
    /*font-family: Roboto, -apple-system, sans-serif;*/
}



/*chat-box*/

.chat-outer-block{      width: 500px;

        border-radius: 5px;
    max-height: 599px;
    height: 599px;
    position: fixed;
    z-index: 100;
    background: white;
    /* background-color: #212d7a; */
    top: 1%;
    box-shadow: 0px 0px 0px 1px #0b0b0c;
    left: 50%;
    margin-top: 0px;
    margin-left: -250px;
    display: none;
}
.chat-inner-block{    height: 100%;

    /*background: linear-gradient(110deg, #fdcd3b 60%, #ffed4b 60%);*/

    }
.show-chat{
    display: block !important;
}

.chat-header{          height: 11%;
    max-height: 60px;
    /* background: #efefef; */
    padding:8px 10px;
    box-shadow: 0px 1px 2px #333;
}

.chat-header-name-block{    float: left;
        width: 50%;
    height: 100%;
    text-align: left;}    
.chat-header-icon{      float: left;
      font-weight: 900;
        text-transform: capitalize;
    border-radius: 8px;
    background: #000000;
    color: white;
    height: 39px;
    height: 35px;
    line-height: 36px;
    font-size: 18px;
    margin:5px 0;
    float: left;
    text-align: center;
    width: 35px;}
.chat-header-name{float: left;
        height: 100%;
    line-height: 10px;
        padding:18px 10px;
    font-size: 17px;

    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.lang-selected{
      background: #FF9800;
    color: #000000 !important;
    font-weight: 900;
}

.chat-header-option{
    float: right;
    text-align: right;
    padding: 4px 10%;
    font-size: 15px;
    cursor: pointer;
    
    border-radius: 5px;
    margin: 8px 0 0 10px !important;
    color: #333;
    
}

.option-list{
        width: 50%;
    float: right;
}

.option-list-disable{
        opacity: 0.5;
         pointer-events: none;
}

.chat-call-cut-btn{     color: #ff0000;
}

.chat-call-btn{    color: #11d860;
}

.disc-option{}
.refresh-option{color:orange;}

.chat-area{height: 79%;
    padding: 0 0 50px 0;
    width: 100%;
    /* background: #f7f7f7; */
    /* background: #ffffff; */
    overflow: auto;}
.me-chat{    float: left;
    margin: 10px;}

.you-chat{
        float: right;
    margin: 10px;
}

.me-chat.snap  .chat-text{
        background: transparent !important;
            padding: 10px 0px !important;
}

.me-chat.snap .chat-time{

    /*padding: 0 24px;*/
}


.snap-image-chunk{

        text-align: left;
    background: #333;
    border-radius: 45px;
    text-align: left;
    color: #ffffff;
    /* float: left; */
    /* width: auto; */
    padding: 5px 8px;

}

.snap-image{
        box-shadow: 0px 0px 1px 2px #333;
    width:300px;
    height: 200px;
    border-radius: 8px;

}

.chat{width: 95%;
    height: auto;
    padding: 10px;
    border-radius: 360px;
    clear: both;}
.chat-snip{    border-radius: 45px;
    }


.list-snip{
      float: left;
    width: 100%;
    margin: 0;
    height: auto;

}




.chat-uicon{}
.chat-text{    
    cursor: pointer;
padding: 10px;}


.me-chat .chat-text{      color: #333;
    /* background: #333333; */
    text-align: right;
    border-radius: 5px;
    float: right;
    padding: 10px 5px;
    min-width: 80px;
    width: auto;
    min-height: 43px;
}

.you-chat .chat-text{
      font-weight: 900;
      /*color: #fff;
     background: #333333; */

         color: #333;
    /* background: #333333;*/
    font-weight: 900;

    text-align: left;
    border-radius: 5px;
    float: left;
    padding: 10px 5px;
    min-width: 80px;
    width: auto;
    min-height: 45px;
    max-width: inherit;


}


.you-chat.snap .chat-text{
    background: transparent !important;
    padding: 10px 0px !important;
}

.me-chat.snap .chat-time
{
    /*padding: 0 24px;*/
}


.chat-time{
        width: 100%;

}

.me-chat .chat-time{ float: left;
    padding: 5px;
    color: #0a0a0a;
    text-align: right;}
.you-chat .chat-time{    float: right;
    padding: 5px;
    color: #0a0a0a;
    text-align: left;}



.chat-footer{width: 100%;
    z-index:10000;
    position: absolute;
    background: #ffffff;
        background: #f1f1f1;
        background:transparent;
            height: 12%;
    max-height: 60px;
        bottom: 8px;

    }


    .chat-write-status{
        float: left;
    position: absolute;
    bottom: 72px;
    color: #101010;
    z-index: 10000;
    padding: 0px 20px;
    text-align: center;
    font-weight: 900;
    width: 100%;
    }
.chat-textarea-block{    width: 100%;
    float: left;
    height: 100%;
    border-radius: 45px;
    padding: 0px 14px;}
.chat-textarea{    width: 100%;
    overflow: hidden;
    height: 100%;
    font-size: 16px;
    border: 0px;
    resize: none;
    outline: 0;
    background: #f1ecec;
    padding:20px;
    border-radius: 8px;}
.chat-send-btn{    position: absolute;
    right: 0;
    padding:10px 15px;
    cursor: pointer;
    font-size: 16px;
    margin: 12px 12px;
    font-weight: 900;
    color: #1d1d1d;}

.chat-pic-btn{ position: absolute;
    right: 0;
    padding:10px 15px;
    cursor: pointer;
    font-size: 16px;
    margin: 12px 13px;
    font-weight: 900;
    color: #e80b00;}



.searching-chat-mate{      margin: 50px 0 20px 0;
    background: #f1f1f1;
    border-radius: 0px;
    padding: 50px;
    position: absolute;
    height: 100%;
    z-index: 100;
    width: 100%;
    top:8px;
    font-size: 20px;}

.searching-chat-mate .chat-snip{border-radius: 2px;}
.searching-chat-mate .chat-text{       color: #3c403d;
    font-weight: 900;
}



.searching-chat-mate-option-list{padding: 10px;
    margin: 0 10px;}
.searching-chat-mate-mate-btn{ background: #151915;
    padding:5px;
    cursor: pointer;
    font-weight: 700;
    color: #ffffff;
}



.try-again-chat{  margin:50px 0 20px 0;}

.try-again-chat .chat-snip{border-radius: 2px;}
.try-again-chat .chat-text{       color: #3c403d;
    font-weight: 900;
}



.try-again-option-list{padding: 10px;
    margin: 0 10px;}
.try-again-chat-mate-btn{ background: #151915;
    padding:5px;
    cursor: pointer;
    font-weight: 700;
    color: #ffffff;
}

/*Calling chat*/
.calling-chat{
        /*background: #fff9f9;*/
    width: 100%;
    border-radius: 5px;

}

.calling-chat .chat-text{
    /*color:#ff8302;*/
    color: #0e0e0e;
    font-weight: 900;
        font-size: 18px;
}


.chat-calling-option-list{padding: 10px;
    margin: 0 10px;}
.answer-yes-btn{display: inline-block;
        margin: 10px 10px;
    padding: 8px 10px;
        border-radius: 8px;
    background: #32b643;
    cursor: pointer;
    color: #fff;}
.answer-no-btn{    display: inline-block;
            margin: 10px 10px;
    padding: 8px 10px;
        border-radius: 8px;
    background: #f50c0c;
    cursor: pointer;
    color: #fff;}


.chat-audio-call-disconnection-strip{
    display: none;

        background: #333;
    color: white;
    width: 100%;
    height: 50px;
    text-align: left;
    padding: 10px 7px;
    border: none;
    margin: 0;
    float: left;
    border: 0px;
    position: absolute;
}
.show-audio-strip{display: block;}
.audio-call-status-msg{    padding: 5px 0;
    float: left;}
.audio-call-disc-btn{  float: right;
    cursor: pointer;
    margin: 0 14px;
    background: #e60808;
    padding: 5px;
    border-radius: 3px;}
/*Calling chat*/

/*Video-call*/

#video-to-snap-model{}
.video-callee-stream{   width: 80px;
        object-fit: fill;
    background: #545353;

    position: absolute;
    height: 80px;
        left: 11px;
    bottom: 10px;}
.video-caller-stream{     width: 100%;
        object-fit: fill;
    height: 100%;
    background: #333;}

.close-video-call-btn{display: block;}
.close-video-call-btn-mobile{display: none;}

.video-msg-snip{}
.show-video-msg-snip{}
/*Video-call*/


.disconnect-chat{
    /* background: #fff9f9; */
    width: 100%;
    border-radius: 5px;

}
.chat-disconnect-option-list{padding: 10px;

    margin: 0 10px;}
.search-new-chat-mate{display: inline-block;
    margin: 10px 10px;
        padding: 8px 10px;

    background: #151413;
    cursor: pointer;
    border-radius: 8px;
    color: #fff;
}

.search-new-option-list{}
.no-chat-mate-yet-btn{    display: inline-block;
    margin: 10px 10px;
    padding: 9px 10px;
    border-radius: 8px;
    background: #151413;
    font-size: 15px;
    cursor: pointer;
    color: #fff;}


.return-to-home-btn{    display: inline-block;
    margin: 10px 10px;
        padding: 8px 10px;
    background: red;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    }
.disconnect-chat .chat-snip{border-radius: 2px;}
.disconnect-chat .chat-text{       color: #0e0e0e;
        font-size: 18px;
    font-weight: 900;
}

#close-chat-bot-modal-btn{
  cursor: pointer;
}

.call-chat{    margin: 0 0 20px 0;}

.call-chat .chat-snip{}
.call-chat .chat-text{    color: #3c403d;
        font-size: 18px;
    font-weight: 900;}
.call-disconnect-option-list{}
.disconnect-calling-btn{background: red;
    cursor: pointer;
    color: white;
    padding: 5px;
    margin: 10px 0;}

.set-your-preference-small{
    display: none;
    position: fixed;
    cursor: pointer;
    right: 0;
    top: 0;
    position: 20px;
    margin: 12px;
    font-size:19px;
    color:white;
}

.set-your-preference-small:hover{
    opacity:0.8;
}



.freeze-block{
  opacity:0.5 !important;
  pointer-events: none !important;
}

.footer-tag{
        position: fixed;
    /* right: 0; */
    bottom: 4px;
    color: white;
    padding: 20px;
    width: 100%;
    text-align: center;
}

.footer-tag .fa{ color: #f9f9f9;
    padding: 0 10px;}

/*chat-box*/


/* Progress Bar */
.progress {
    position: fixed;
    height:2px;
    z-index: 100000000000;
    display: block;
    width: 100%;
    background-color: #ffffff;
    border-radius: 2px;
    background-clip: padding-box;
    margin: 0px 0;
    overflow: hidden;
    top: 0;}
  .progress .determinate {
    position: absolute;
    background-color: inherit;
    top: 0;
    bottom: 0;
    background-color: #333;
    transition: width .3s linear; }
  .progress .indeterminate {
    background-color: #6a1a1a; }
    .progress .indeterminate:before {
      content: '';
      position: absolute;
      background-color: inherit;
      top: 0;
      left: 0;
      bottom: 0;
      will-change: left, right;
      -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
              animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; }
    .progress .indeterminate:after {
      content: '';
      position: absolute;
      background-color: inherit;
      top: 0;
      left: 0;
      bottom: 0;
      will-change: left, right;
      -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
              animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
      -webkit-animation-delay: 1.15s;
              animation-delay: 1.15s; }

@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }
@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }
@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }
@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }




/*override*/

.progress-bar {
  
  height:5px;
  background:linear-gradient(to right,#ff2d53,#5ac8fa,#0084ff,#34aadc,#0d09ff,#4cd969);
    background: linear-gradient(to right,#fb0000,#f9ad03,#027bde,#0fa536,#1cf901,#00ff34);
    background:linear-gradient(to right,rgb(76,217,105),rgb(90,200,250),rgb(0,132,255),rgb(52,170,220),rgb(88,86,217),rgb(255,45,83));
  margin-top:10px;
  /*background-size:350px 5px;*/
  border-radius:10px;
  -webkit-transition:all 0.5s;
}





@media screen and (max-width:750px){

    .chat-pic-btn{    color: #191918;}

    .chat-inner-block {
    height: 100%;
    background: linear-gradient(110deg, #fdcd3b 60%, #ffed4b 60%);
}


    .chat-header-option.tooltip:after {
       display: none !important;
    }

     .chat-pic-btn.tooltip:after {
       display: none !important;
    }


    .return-to-home-btn{  
    background:#e80000;
    }



    .overlay-outer{    background: #ff8302;

        background: #250ba9;
        background: #540000;
    }

    input[type="radio"] + span{
            background: #25197b;
            background: #050505;
    }


    .overlay-inner{
        /*background-position: -0px 109px;*/
    }

    .chat-outer-block{

border-radius: 0px;
border:0px ;
               margin: 0px;
    left: 0;
    top: 0;
    height: 100%;
    max-height: 100%;
    width: 100%;

    }

    .chat-header{
        /*background: #a20101;*/
        /*#a20101*/

        /*background: #280db3;
            background: #a20101;
            background: red;
            background:#ff8302;
            
            /*background: #04518a;*/
            

            /*border-bottom: 2px solid #f1f1f1;*/
    }


.lds-ellipsis div {
    /*background: #efecec;*/
}

.set-your-preference{
    display: none;
}

.set-your-preference-small{
    display: block;
}

    .chat-header .chat-header-option{
            color: white;
                color: #231f1f;
    }

    .chat-header-icon{
            background: #ffffff;
        color: #333;
    }

    .chat-header-name{  



        color: white;
            color: #231f1f;
    font-weight: 900;
    /*width: 84px;*/
        max-width: initial;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.me-chat .chat-text{
  
        font-weight: 900;
        font-size: 19px;
}
.direct-html{
      height: auto;
    float: left;
    position: relative;
    width: 100%;
}


    .you-chat .chat-text {

              color: #280db3;
        font-weight: 900;
        font-size: 19px;
        /* background: #ff8302; */
        /* background: #280db3;*/
    }

    /*.chat-area{    height:65%;}*/

    .chat-audio-call-disconnection-strip{    margin-top: 11%;
            margin-top: 60px;
            z-index: 10000;
}
    .chat-header{position: fixed;

            min-height: 60px;
    width: 100%;
}
    .chat-area{  
      margin-top: 11%;
        margin-top: 17%;
        margin-top:60px;
    position: fixed;
    height:74%;
    /* background: red; */
    z-index: 1000;}
    .chat-footer{position: fixed;
    min-height: 60px;
        width: 100%;
   bottom:7px;}

   .chat-textarea{
        padding: 20px 10px;font-size: 15px;
   }

    .searching-chat-mate{
    position: fixed;
    z-index: 1000000;
    top: 5px;
    }
}

@media screen and (max-width:550px){

    #video-chat-model{
        position: fixed;
        height: 100%;
    }
    #video-chat-model .modal-container {
position: fixed;
        height: 100%;
        width: 100%;
    }
#video-chat-model .modal-body{

    height:100%;
    padding: 0;
    overflow: hidden;}


    }

    #video-to-snap-model{}
.video-callee-stream{   width: 80px;
    background: #232222;
    position: fixed;
    opacity: 0.8;
    height: 80px;
    z-index: 1;}
.video-caller-stream{     width: 100%;
        display: block;
    object-fit: fill;
    height: 100%;
    background: #333;
    position: fixed;
    top: 0;
    left: 0;  }
.close-video-call-btn{display: none;}
.close-video-call-btn-mobile{  display: block;
    position: fixed;
    right: 15px;
    bottom: 17px;
        background: #da0000 !important;
    border-color: #da0000 !important;

    width: 32px;}
.video-msg-snip{}

    
}

@media screen and (max-width:350px){
    #radios label{
            padding: 0px;
    }
}




@media screen and (max-width: 600px) {

  .tech-use-block1{
    position: absolute;
    bottom: 10px;
    width: 100%;
    cursor: pointer;

  }

  .card-link{
    position: relative;
    text-align: center;
  }

  .card1 {
    flex-direction: column;
  }

  .card1-tag {
    text-align: center;
}

  
  .card1 img {
    /*margin-right: 0;
    margin-bottom: 10px;*/
    width: 100px;
    object-fit: cover;
    height: 100px;
    margin-right: 0;
    margin-bottom: 10px;
    float: left;
    margin: 0px auto;
    margin-top: 30px;

  }


  .lc-skill-chunk:first-child {
    /*padding: 0 15px 0 5px;*/
    /* display: none; */
}
.lc-skill-chunk {
    font-weight: 900;
        word-break: break-all
    /* border: 2px dashed #000; */
    line-height: 30px;
    padding: 0 10px;
    font-size: 15px;
}


  .lc-skill-tag-chunk-list{
    margin: 0 0 10px 0;
  }
}

/*  Card css end  */

/*

@media (min-width: 1024px){
  .wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 1024px){
  .wrapper {
      padding-left: 6rem;
      padding-right: 6rem;
  }
}

@media (min-width: 768px){
  .wrapper {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

}
*/

@media (min-width: 1400px){
  .wrapper {
    padding-left: 10rem;
    padding-right:10rem;
    padding-top: 2rem;
  }
}


@media (max-width: 1400px){
  .wrapper {
    padding-left: 15rem;
    padding-right: 3rem;
  }
}


@media (max-width: 1399px){
  .wrapper {
      padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 1rem;
  }


  .left-chunk{
        width: 40%;
  }

   .right-chunk{
    
  }

}



/*@media (max-width: 1099px){
  .wrapper {
         padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 2rem;
  }

  .left-chunk{

  }

   .right-chunk{
    
  }

}*/


@media (max-width: 1100px){
  .wrapper {
         padding-left: 3rem;
    padding-right: 3rem;
    padding-top:1rem;
  }



  #lc-my-name {
    text-align: center;
}

  .left-chunk{    width: 100%;
    position: relative;}
.right-chunk {
    width: 100%;
    position: relative;
    padding: 5px 0px;
    left: 0;
}

.connect-list{
  text-align: center;
}

    .aloha-col{
      display: none;
    }

}


@media (max-width: 500px){
 #lc-my-name {
    /*font-size: 28px;*/
    margin: 0 0 50px 0;
  }
}


@media (max-width: 450px){
 .wrapper {
        padding-left: 15px;
    padding-right: 15px;
    padding-top: 2rem;
  }

  #lc-my-name {
    font-size: 22px;
}

#lc-tag-name{
  font-size: 17px;
}


}



/*
@media (min-width: 1300px){

  .left-chunk{
    width: 40%;
  }



  .wrapper {
    padding-left: 15rem;
    padding-right: 3rem;
  }
}
*/