.overlay-gradient{
    background: linear-gradient(60deg, rgba(140,4,219,0.5) 13%, rgba(46,170,250,0.8) 100%)
}

.bgGradient{
  background: linear-gradient(30deg, rgba(140,4,219,1) 13%, rgba(46,170,250,1) 100%)

}

.logoHeader{
    max-height: 50px;
}

.sub_btn {
    border: none;
    line-height: 44px;
    margin: 0;
    font-size: 15px;
    text-transform: uppercase;
    /*position: absolute;
    right: 0;*/
    margin-bottom: 20px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    min-width: 150px;
    color: #fff;
    top: 0;
    height: 50px;
    background: #4676fa;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-family: 'Lato', sans-serif;
    cursor: pointer;
    width: 30%;
}

.headerInput1{
        background: #ffffff;
        border: 1px solid #ddd;
        border-radius: 4px 0  0 4px;
        box-shadow: none;
        color: #999999;
        height: 50px;
        padding: 0 20px;
        width: 30%;
}

.headerInput2{
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 0px;
    box-shadow: none;
    color: #999999;
    height: 50px;
    padding: 0 20px;
    width: 30%;
}
@media only screen and (max-width: 1000px){
  .headerInput2, .headerInput1, .mb-20.sub_btn{
    width: 100%!important;
    margin-bottom: 10px;
    border-radius: 8px;
  }
  #video-area{
    height: 54vh!important;
  }

}
/* @media only screen and (min-width: 1000px){
.homeSearchForm {
  margin-left: 10%;

  }
} */

.purpleAccent{
    color: #7239ea!important;
}

.purpleBackground{
    background-color: #7239ea!important;
}

.purpleOutline{
    border-color: #7239ea!important;
}

.blueAccent{
    color: #2eaafa!important;
}

.portfolioTitle{
  color: #3f3f3f;
  line-height: 20px;
  font-size: 15px;
  font-weight: 600;
}

/* Progress Bar */

.task-progress-header {
    font-family: "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 16px;
    padding: 15px;
    margin-left: 20px;
  }
  
  a {
    text-decoration: none;
    display: block;
  }
  
  .progressbar li img {
    width: 15px;
  }
  
  .progressbar li {
    list-style-type: none;
    width: 14%;
    float: left;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d;
  }
  
  .progressbar li:nth-child(1):before {
    background: url(https://dummyimage.com/30x0/c0c/fff);
  }
  
  .progressbar li:nth-child(2):before {
    background: url(https://dummyimage.com/30x0/00c/fff);
  }
  
  .progressbar li:nth-child(3):before {
    background: url(https://dummyimage.com/30x0/c0/fff);
  }
  
  .progressbar li:nth-child(4):before {
    background: url(https://dummyimage.com/30x0/0fc/fff);
  }
  
  .progressbar li:nth-child(5):before {
    background: url(https://dummyimage.com/30x0/f0c/fff);
  }
  
  .progressbar li:nth-child(6):before {
    content: "<i class='fa fa-check disabled'></i>";
  }
  
  .progressbar li:before {
    width: 30px;
    height: 30px;
    content: '';
    line-height: 30px;
    border: 2px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: white;
  }
  
  .progressbar li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 15px;
    left: -50%;
    z-index: -1;
  }
  
  .progressbar li:first-child:after {
    content: none;
  }
  
  .progressbar li.active {
    color: green;
  }
  
  .progressbar li.active:before {
    border-color: #55b776;
  }
  
  .progressbar li.active+li:after {
    background-color: #55b776;
  }
/* End of Progress Bar*/

/* Fixing Badge from Metronic */
.badge {
  display: inline-block;
}

/* Fixing form bottom margin on Select tags*/
.form-select.form-select-solid {
  margin-bottom: 20px;
}
select.form-control:not([size]):not([multiple]) {
  height: auto;
}

/* User Image on Menu  */
  .userImage{
  width: 60px;
  height: 60px
  }
  
  .userImage span img {
  object-fit: cover;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  }

  .userPicture img, .profile-picture img {
    object-fit: cover;
    }
  
  .subTitle{
  font-family: 'Roboto', 'Raleway', sans-serif;
    font-size: 40px;
    font-weight: 100;
    letter-spacing: 1px;
    }
    
    /* Chat Form */
    
    .my-message .message {
    background-color: #f1faff!important;
    color: #181c32!important;
    font-size: 1em !important;
    }
    
    .friend-message .message {
    color: #181c32!important;
    background-color: #f8f5ff!important;
    font-size: 1em !important;
    
    }
    
  .friend-message .message::before {
	/* border-right-color: rgb(242, 246, 249); */
	border-right-color: rgba(76, 139, 245,0.0);
}

.my-message .message::before {
	/* border-left-color: rgb(219, 244, 253); */
	border-left-color: rgba(66, 103, 178,0.0);
}

.chat-form .input-group-text i{
	display: none;
	
}
.chat-form .input-group-text::before{
	content: 'Send';
	color: white;
	
}

.chat-form {
  background-color: rgba(0,0,0,0);
}

.chat-form .input-group-prepend .input-group-text {
  border-radius: 9px!important;
}

.hidden {
  display: none;
}

/* BADGES PLEASE STOP BEING WEIRD*/
.badge {
  width: fit-content;
}


.candidateVideo{
  width: 100%;
  
}

.candidateVideo video{
height: auto!important;
width: -webkit-fill-available;
border-radius: 10px;
}

/* .blog-item-img{
  margin-top: 11px;
  width: 24%;
  height: 24%;
  max-height: 111px;
  max-width: 111px;
  border-radius: 10px;
  / *box-shadow: 1px 1px 3px rgb(0 0 0 / 10%); * /
  margin-bottom: 20px;
  float: left;
}
*/
.blog-item-text{
  float: right;
  width: 70%;
}

.blog-item-text p, .blog-item-text div span {
  font-size: 13px;
  line-height: 16px;
  font-weight: 300;
}

.portfolio-item{
  min-height: 140px;
  position: relative;
  background-color: #ffffff;
  border-radius: 8px;

}

/* .homeBtn .btn-common .btn-rm .align-right .text-right{
  position:absolute;
  right: 30px;
  bottom: 30px;
} */

/* .portfolioDetails{
  float: left;
} */

/* .portfolioButton{
// float: right; 
    margin-top: 28px;
    position: absolute;
    top: 62px;
    right: 0px;
}
.portfolioButton a{
  padding: 1px 10px;
  background-color: #4676fa;
  font-size: 13px;
  border-radius: 4px;
  font-weight: 300;
  color: white;

} */


/* Home Page logo cuting*/
.logo-menu , .logo, .menu-button{
  overflow: visible;
}

/*Cookies CSS*/
#cookie_action_close_header{
  padding: 10px 15px!important;
  background-color: #4676fa!important;
  font-size: 13px!important;
  border-radius: 4px!important;
  font-weight: 300!important;
  color: white!important;
}

.cli_settings_button{
  color: #4676fa!important;
}
#cookie-law-info-bar{
  border-radius: 15px;
  inset: auto 11px 12px auto!important;
}

#cookie-law-info-bar span{
  line-height: 32px!important;
  margin-top: 15px!important;
  color: #333!important;
  font-size: 14px!important;
  font-weight: 400!important;
}

.cli-privacy-readmore{
  color: #4676fa!important;
}
/* javascript scroll fix*/
.sortable-handler {
  touch-action: none;
}

/* Menu */
/* .menu, .menu-wrapper {
  overflow-y: scroll;
} */

.menu-button{
  height: inherit;
  width: inherit;
  min-height: 42px;
  min-width: 60px;
}

@media only screen  and (max-width: 572px){
  td{
    display: block;
    width: 100%;
  }
} 

.text-filter {
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 16px;
    font-weight: 400;   
}

.input-group-addon {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #002939;
    text-align: center;
    background-color: #fff;
    border: 1px #eee solid;
    border-radius: 0.65rem;
}
