/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
.shorten-member {
  margin-bottom: 0;
  box-shadow: none;
}
.disabled{
  pointer-events: none;
}
.hidden {
  display: none!important;
}
/**
For New Lock ButtonFace
*/
.btn9-hover {
  width: 40px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  margin: 20px;
  height: 40px;
  text-align:center;
  border: none;
  background-size: 300% 100%;

  border-radius: 10px;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.btn9-hover:hover {
  background-position: 100% 0;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.btn9-hover:focus {
  outline: none;
}

.btn9-hover.color9-9 {
position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 40px;
  background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
  box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);
}
/**
For Shorten add-link-result
*/
.form-inline2 {  
display: block;
flex-flow: row;
align-items: center;
}

.form-inline2 input {
vertical-align: middle;
margin: 5px 10px 5px 0;
padding: 10px;
background-color: #fff;
border: 1px solid #ddd;
}

.form-inline2 button {
padding: 10px 20px;
background-color: dodgerblue;
border: 1px solid #ddd;
color: white;
cursor: pointer;
}

.form-inline2 button:hover {
background-color: royalblue;
}

@media (max-width: 800px) {
.form-inline2 input {
  margin: 10px 0;
}

.form-inline2 {
  flex-direction: column;
  align-items: center;
}
}