b{
  font-weight: 600 !important;
}
/* Works on Firefox */
.fufw-show-hide{
  display: none;
}
* {
  scrollbar-width: thin;
  scrollbar-color: grey;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: aliceblue;
}

*::-webkit-scrollbar-thumb {
  background-color: grey;
  border-radius: 10px;
  border: 3px solid grey;
}


#fufw-manage-files{
  overflow: auto;
  height: 800px;
}
.fufw-preview-container{
  display: flex;
}
.fufw-preview-data{
  margin-top: 15px;
}
.fufw-preview-file{
  width : -webkit-fill-available;
}
.fufw-change-add-expiry , .fufw-delete-file-now{
  margin-top: 15px !important;
  display: block !important;
}
.fufw-red{
  color: red !important;
}
.fufw-adjust-file{
    object-fit: cover;
    width: 90%;
    height: 350px;
    margin: 20px;
}
.fufw-alert{
  color: green;
  display: block;
}
.fufw-delete-alert{
  color: red;
  display: block;
}
.ui-datepicker-buttonpane {
  display: none;
}
.fufw-allowd-filetypes , .fufw-inputs , .fufw-allowd-cats , .fufw-allowd-products , .select2-container{
  width: 100% !important;
}
.fufw-container{
    margin: 1%; 
    width: 95% !important
}

form.fufw-save-admin-settings {
    display: flex;
}
form.fufw-save-admin-settings .tab-content {
    width: 88%;
}
form.fufw-save-admin-settings ul.nav.nav-tabs {
    width: 15%;
    height: 100% !important;
    display: block;
    border: none;
    padding: 0px;
}

form.fufw-save-admin-settings ul.nav-tabs>li>a {
    float: none !important;
    padding: 35px  18px!important;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
	position: relative;
}
form.fufw-save-admin-settings ul.nav-tabs>li {
    display: block;
    float: none !important;
    width: 100%;
    white-space: unset !important;
}
form.fufw-save-admin-settings ul.nav-tabs>li.ui-tabs-active>a:after {
    content: '';
    display: block !important;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-right-width: 15px;
    border-left-width: 15px;
    border-bottom: 15px solid #007fff;
    position: absolute;
    right: -23px;
    top: 40px;
    transform: rotate(90deg);
}
.document_btns {
    padding: 20px;
}
.document_btns a {
    background-color: #0d6efd;
    color: #Fff;
    padding: 7px 10px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
}
.fufw_icon{
	padding-bottom: 5px;
    font-size: 30px;

}
.fufw-css-set{
  padding: 0px !important;
}
.fufw_icon > span{
    font-size: 30px;
}
.fufw-admin-container{
  margin: auto;
  padding: 5px;
  max-width: 800px;
  text-align: left;
}
label{
  display:block !important;
  line-height:40px;
}
.fufw-option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 40px !important;
  width: 40px !important;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
}
.fufw-option-input:hover {
  background: #9faab7;
}
.fufw-option-input:checked {
  background: #40e0d0;
}
.fufw-option-input:checked::before {
    margin: 0px !important;
    background: none !important;
    line-height: 0 !important;
  width: 40px !important;
    height: 40px !important;
    display: flex !important;
    /*content: '\f00c' !important;*/
    content: '✔' !important;
  font-size: 25px;
  font-weight:bold;
  position: absolute;
  align-items:center;
  justify-content:center;
  font-family:'Font Awesome 5 Free';
}
.fufw-option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #40e0d0;
  content: '';
  /*content: '✔';*/
  display: block;
  position: relative;
  z-index: 100;
  /*padding: 10px;*/
}
.fufw-option-input.radio {
  border-radius: 50%;
}
.fufw-option-input.radio::after {
  border-radius: 50%;
}

@keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}