/* your styles go here */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,900);
/* Modals */

/* ModalAnimation */
.modal-rotate-custom{
    animation:opt-animation4 1s;
  animation-fill-mode: forwards
}
.table-header-text{
  margin-bottom:0px !important;
  font-size: 10px !important;
}

@keyframes opt-animation4 {
  0% {
    transform: scale(0) rotate(360deg);
  }
  60% {
    transform: scale(0.8) rotate(-10deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}




body {
  /* background-color: black; */
  font-family: 'Roboto', sans-serif
}

/* Other Styleings: */

.modal-image{
  height: 100% !important;
}
.table-image {
  max-width: 72px;
  min-width: 72px;
  min-height: 72px;
  max-height: 72px;
  border-radius: 2px;
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);

}


/* For Image Remove */
.image-area {
  position: relative;
  width: min-content;
  background: #333;
}
.image-area img{
  max-width: 100%;
  height: auto;
}
.remove-image {
display: none;
position: absolute;
top: -10px;
right: -10px;
border-radius: 10em;
padding: 2px 6px 3px;
text-decoration: none;
font: 700 21px/20px sans-serif;
background: #555;
border: 3px solid #fff;
color: #FFF;
box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 2px 4px rgba(0,0,0,0.3);
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.remove-image:hover {
 background: #E54E4E;
  padding: 3px 7px 5px;
  top: -11px;
right: -11px;
}
.remove-image:active {
 background: #E54E4E;
  top: -10px;
right: -11px;
}



/* ModalStylling */
.title {
  color: #757575;
  font-weight: bold;
}
.modal {
  text-align: left;
}
.modal-content {
  border: none;
  border-radius: 2px;
      box-shadow: 0 16px 28px 0 rgba(0,0,0,0.22),0 25px 55px 0 rgba(0,0,0,0.21);
}
.modal-header{
  border-bottom: 0;
  padding-top: 15px;
  padding-right: 26px;
  padding-left: 26px;
  padding-bottom: 0px;
}
.modal-title {
  font-size: 34px;
}
.modal-body{
  border-bottom: 0;
  padding-top: 5px;
  padding-right: 26px;
  padding-left: 26px;
  padding-bottom: 10px;
  font-size: 15px;
}
.modal-footer {
  border-top:0;
  padding-top: 0px;
  padding-right:26px;
  padding-bottom:26px;
  padding-left:26px;
}

/* Button */

.btn-default {
    border: none;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    height: 36px;
    line-height: 36px;
    outline: 0;
    text-decoration: none;
    padding: 0 2rem; 
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    letter-spacing: .5px;
    transition: .2s ease-out;
  
}

/* .btn-default-primary{
    color: #FFF;
    background-color: #2980B9;

} */
.btn-default:hover{
  background-color: #FFF;
  box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
}

.btn-default:hover{
  background-color: #2980B9;
  box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
}


/* InputSttyle */


.default-input-field {
  position: relative;
  font-size: 14px;
  border-top: 20px solid transparent;
  margin-bottom: 5px;
  display: inline-block;
  --field-padding: 12px;
  width:100%;

}

.default-input-field input {
  border: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f2f2f2;
  padding: var(--field-padding);
  border-radius: 3px;
  width: 250px;
  outline: none;
  width:100%;

  font-size: 14px;
}

.default-input-field .default-input-placeholder {
  position: absolute;
  left: var(--field-padding);
  width: calc(100% - (var(--field-padding) * 2));
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  top: 22px;
  line-height: 100%;
  transform: translateY(-50%);
  color: #aaa;
  transition: top 0.3s ease, color 0.3s ease, font-size 0.3s ease;
}

.default-input-field input.dirty + .default-input-placeholder,
.default-input-field input:focus + .default-input-placeholder,
.default-input-field input:not(:placeholder-shown) + .default-input-placeholder {
  top: -10px;
  font-size: 10px;
  color: #222;
}
/* .default-input-field .custom-input input{
width: 100%;
} */
/* default custom-input */
.default-input-field.custom-input {
  width:100%;
  --draw-duration: 0.1s;
  --draw-color: #222;
  --draw-line-width: 2px;
  --draw-easing: linear;
}

.default-input-field.custom-input .default-input-border {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: none;
  display: flex;
  align-items: center;
  padding-left: 12px;
  border-radius: 3px;
}

.default-input-field.custom-input .default-input-border::after,
.default-input-field.custom-input .default-input-border::before {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  position: absolute;
  border-radius: 3px;
}

.default-input-field.custom-input .default-input-border::before {
  left: 0;
  bottom: 0;
  border-right: 0px solid var(--draw-color);
  border-bottom: 0px solid var(--draw-color);
  transition: border 0s linear calc(var(--draw-duration) * 4),
    height var(--draw-duration) var(--draw-easing)
      calc(var(--draw-duration) * 2),
    width var(--draw-duration) var(--draw-easing)
      calc(var(--draw-duration) * 3);
}

.default-input-field.custom-input .default-input-border::after {
  right: 0;
  top: 0;
  border-left: 0px solid var(--draw-color);
  border-top: 0px solid var(--draw-color);
  transition: border 0s linear calc(var(--draw-duration) * 2),
    height var(--draw-duration) var(--draw-easing),
    width var(--draw-duration) var(--draw-easing) var(--draw-duration);
}

.default-input-field.custom-input input:focus ~ .default-input-border::before,
.default-input-field.custom-input input:not(:placeholder-shown) ~ .default-input-border::before,
.default-input-field.custom-input input.dirty ~ .default-input-border::before,
.default-input-field.custom-input input:focus ~ .default-input-border::after,
.default-input-field.custom-input input:not(:placeholder-shown) ~ .default-input-border::after,
.default-input-field.custom-input input.dirty ~ .default-input-border::after {
  width: 100%;
  height: 100%;
  border-width: var(--draw-line-width);
}

.default-input-field.custom-input input:not(:placeholder-shown) ~ .default-input-border::before,
.default-input-field.custom-input input.dirty ~ .default-input-border::before,
.default-input-field.custom-input input:focus ~ .default-input-border::before {
  transition-delay: 0s, var(--draw-duration), 0s;
}

.default-input-field.custom-input input:not(:placeholder-shown) ~ .default-input-border::after,
.default-input-field.custom-input input.dirty ~ .default-input-border::after,
.default-input-field.custom-input input:focus ~ .default-input-border::after {
  transition-delay: calc(var(--draw-duration) * 2),
    calc(var(--draw-duration) * 3), calc(var(--draw-duration) * 2);
}

/* DefualtCheckBoxSwitch */

.toggle {
  position: relative;
  height: 30px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.toggle input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  cursor: pointer;
  appearance: none;
}
.toggle label {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  box-sizing: border-box;
}
/* .toggle:focus{

} */
.toggle label:before {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  transition: 0.2s ease-in;
  box-sizing: border-box;
  isolation: isolate;
  position: relative;
  height: 32px;
  width: 96px;
  border-radius: 15px;
  background: #dce1e4;
  box-shadow: -8px -4px 8px 0px #ffffff, 8px 4px 12px 0px #d1d9e6;
}
.toggle label:after {
  content: "OFF";
  height: 32px;
  width: 48px;
  box-sizing: border-box;
  border-radius: 15px;
  background: #ecf0f3;
  font-family: arial;
  color: #9ec189;
  font-size: 14px;
  line-height: 32px;
  font-weight: 800;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  outline: none;
  transition: 0.4s cubic-bezier(0.85, 0.05, 0.18, 1.35);
  box-shadow: 4px 4px 4px 0px #d1d9e6 inset, -4px -4px 4px 0px #f4f8ff inset;
}
.toggle input[type="checkbox"]:checked + label:after {
  content: "ON";
  color: #9ec189;
  transform: translate3d(48px, 0, 0);
}


/* Defult File Input */
.defaul-file-imput{


[type="file"] {
  /* Style the color of the message that says 'No file chosen' */
    color: #878787;
  }
  [type="file"]::-webkit-file-upload-button {
    background: #0d6efd;
    border: 2px solid #0d6efd;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    outline: none;
    padding: 10px 25px;
    text-transform: uppercase;
    transition: all 1s ease;
  }
  
  [type="file"]::-webkit-file-upload-button:hover {
    background: #5c636a;
    border: 2px solid #535353;
    color: #fff;
  }

}
  

.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 50px auto;

  .avatar-preview {
      width: 212px;
      height: 212px;
      position: relative;
      border-radius: 100%;
      border: 6px solid #F8F8F8;
      box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
      > div {
          width: 100%;
          height: 100%;
          border-radius: 100%;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center;
      }
  }
}

.avatar-upload  .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
 
}
.avatar-upload  .avatar-edit  input {
  display: none;
  + label {
      display: flex;
      flex-direction: column;
    justify-content: center;
    align-items: center;
      width: 34px;
      height: 34px;
      margin-bottom: 0;
      border-radius: 100%;
      background: #FFFFFF;
      border: 1px solid transparent;
      box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
      cursor: pointer;
      font-weight: normal;
      transition: all .2s ease-in-out;
     
      
  }
}
@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");
.avatar-upload  .avatar-edit label:after {
  content: "\f099";
  font-family: 'Font Awesome 5 Free';
  color: #d62323f7;
  position: absolute; 
  font-weight:900;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.avatar-upload  .avatar-edit  label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
  /**
  Title Popover
  CSS generated popover using the title attribute.
*/
.title-popover {
  position: relative;
  z-index: 1;
  
  /* Hover styling */
  &:hover {
    
    /* Active Popover on Hover */
    &:after {
      content: attr(data-title);
       display: block; 
    }
  }
  /* Popover Styling */
	&:after {
    content: attr(data-title);
    padding: 0.3em;
    padding: 0.5em;
    display: none;
		content: attr(title);
		position: absolute;
    top: padding-y;
		left: padding-x;
		z-index: -1;
		/* padding: padding-y $padding-x $padding-y 120%; */
    
    /* // Prettification */
    background: #4735df;
    background: linear-gradient(to bottom, #4735df, #4735df);
    border-radius: 3px;
    box-shadow: 0 5px 5px 2px rgba(0,0,0,0.75);
    color: #fff;
		white-space: nowrap;
	}
  
}
.shop-image{
  height: 272px;
}


/* Profile Avatar */

.profile-image{
  min-height: 426px !important;
  max-height: 426px !important;
  /* min-width: 426px !important;
  max-width: 426px !important; */
}


.radio{
/*	max-width: 450px;
	 display:flex; */
	justify-content: space-between;
	padding: 5px 15px 5px 10px;
	margin: 20px auto;
	border: 1px solid #DFDFDF;
	border-radius: 3px;
	background: linear-gradient(to bottom, white, #F4F4F4);
}
.radio *{
	align-self: center;
	flex: 1;
}

.radio label,
.radio label span{
	text-align: right;
	display: block;
}
.radio input[type=radio]{
	margin:0px;
}

.radio img{
	max-width: 45px;
	position: relative;
	left: 25px;
}


.product-figure {
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin: 0;
}

.product-figcaption {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 100%;
  background: rgba(20, 20, 20, 0.9);
  color: #fff;
  transition: all 0.4s ease-in;
}

/* .product-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
} */
.product-table-image{
  max-width: 172px !important;
  min-width: 172px !important;
  max-height: 172px !important;
  min-height: 172px !important;
  
}
.product-images img {
  /* width: 100%;
  height: 100%; */
  

  /* object-fit: cover; */
  transition: all 0.4s;
}

.product-figure:hover img {
  filter: blur(2px);
}

.product-figure:hover figcaption {
  top: 0;
  left: 0;
}

.bg-orders{
  background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
}

.text.desc {
  font-size: 12px;
}

.order-item .item-quantity {
  font-size: 14px;
  float: left;
  width: 64px;
  min-height: 80px;
  text-align: left;
}


.capsule {
  font-size: 12px;
  padding: 4px 12px;
  display: inline-block;
  border-radius: 24px;
  background-color: #eff0f5;
  max-width: 150px;
}

.table-row:hover{
background-color: #e6e1e154;
}

.wishlist-icon{
color:red;
}

/* userDashboard */

.link {
  display: inline-block;
  vertical-align: top;
  /* width: 100px;
  height: 34px; */
  line-height: 36px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 0.8rem;
  margin: 10px;
  position: relative;
}

.underline {
  border: 2px solid transparent;
}
.underline::after {
  width: 0%;
  height: 2px;
  display: block;

  background-color: #fff;
  content: " ";
  position: absolute;
  top: 34px;
  left: 50%;
  -webkit-transition: left 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), width 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: left 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), width 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.underline:hover{
  color: #fff;

}
.underline:hover::after {
  width: 100%;
  height: 2px;
  display: block;
  background-color: #fff;
  content: " ";
  position: absolute;
  top: 34px;
  left: 0;
}

.user-logo{
  height: 35px;
  width: 35px;

}

.dashboard-image{
  max-height: 35px;
    max-width: 35px;
    min-height: 35px;
    min-width: 35px;
}

.category-image{
  width:-webkit-fill-available;;
  height: 235px !important;
}

.bidding-image{
  max-width: 41px;
    min-width: 41px;
    min-height: 41px;
    max-height: 41px;
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}
.social-buttons ul{
  list-style-type: none;
}
.social-buttons li a{
  color : unset;
}
.social-buttons ul li {
  display: inline-block;
  padding:8px;
  font-size: x-large;
}
.social-buttons ul:before {
  content: 'Share:';
  padding-right:5px;
  
}
.social-buttons{
  
  .fa {
    padding: 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
  }
  
  .fa:hover {
      opacity: 0.7;
  }
  
  .fa-facebook-square {
    background: white;
    color: #3B5998;
  }
  
  .fa-twitter {
    background: #fff;
    color: #55ACEE;
  }
  .fa-telegram {
    background: #fff;
    color: #0088cc;
  }
  .fa-linkedin {
    background: #fff;
    color: #007bb5;
  }
  .fa-instagram {
    color: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);;
    background: white;
  }
  .footer-link:hover, .footer-link:focus {
    color:unset;
  }
  /* .fa-instagram {

    color: #fff;
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    box-shadow: 0px 3px 10px rgba(0,0,0,.25);
  } */
  .fa-reddit {
    background: #ff5700;
    color: white;
  }
  

}

.cart-btn {
  position: absolute;
  right: 88px;
}
.profile-avatar{
  display: block;
  margin-left: auto;
  margin-right: auto;
  
    width: 212px;
    height: 212px;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.location-btn{
  cursor: pointer;
}
.chat-user-image{
height: 40px !important;
}

.admin-banner-image{
  height: 300px !important;
}