

@font-face {
  font-family: 'nunito';
  src: url('../fonts/nunito/Nunito-VariableFont_wght.ttf') format('truetype');
  font-optical-sizing: auto;
  font-weight: 180;
  font-style: normal;
}

@font-face {
  font-family: 'nunito';
  src: url('../fonts/nunito/Nunito-VariableFont_wght.ttf') format('truetype');
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'nunito';
  src: url('../fonts/nunito/Nunito-Italic-VariableFont_wght.ttf') format('truetype');
  font-optical-sizing: auto;
  font-weight: 180;
  font-style: italic;
}
body,
div,
p,
li,
h1,
h2,
h3,
h4,
h5,
h6,
a,
pre,
input, select, textarea, button {
   font-family: "nunito", sans-serif;
}
.mobile-only{
  display: none;
}
a {
  font-size: 15px;
  text-decoration: none;
}
input,
select,
.badge {
  font-family: "Calibri";
}
.crown {
  width: 25px;
  height: 28px;
}

.noSpace {
  padding: 0px;
  margin: 0px;
}

.margin-flow-top-10px {
  margin-top: -10px;
}

.margin-left-8px {
  margin-left: 8px;
}

.thumbnail {
  width: 60px;
  height: 60px;
  background-color: transparent;
}
.profile_img_upload {
  width: 100px;
  height: 100px;
  opacity: 0;
  border-radius: 360px;
  position: absolute;
  margin-top: -100px;
}
.imgCover {
  border-radius: 360px;
  width: 100px;
  height: 100px;
  text-align: center;
  position: absolute;
  margin-top: -100px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
}
.imgCoverContainer {
  opacity: 0;
}
.imgCoverContainer:hover {
  opacity: 1;
}

.imgCoverIcon {
  display: block;
  font-size: 23px;
  color: white;
  font-weight: bold;
  padding-top: 20%;
}
.thumbnail-container {
  width: 100%;
  margin: 25px 0px;
}
.faded-white {
  color: rgba(255, 255, 255, 0.5);
}

.faded-white-7 {
  color: rgba(255, 255, 255, 0.7);
}

.noListStyle {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.noListStyle li {
  color: rgba(255, 255, 255, 0.95);
  padding: 5px;
  font-size: 16px;
  margin-bottom: 10px;
}

.nav-link:hover {
  color: #47add5;
  text-shadow: 0px 0px 50px #47add5;
  font-weight: bold;
}

.noListStyle a {
  text-decoration: none;
  color: white;
}

.icon {
  font-size: 23px;
  color: rgba(255, 255, 255, 0.8);
  margin-right: 10px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear-both {
  clear: both;
}
.clear-right {
  clear: right;
}
.clear-left {
  clear: left;
}
.height-300px {
  height: 300px;
}
.height-100px {
  height: 100px;
}
.m-2 {
  width: 23%;
  height: 120px;
  border-radius: 5px;
  margin-left: 18px;
  padding: 10px 0px;
}
.menu-icon {
  float: left;
  margin-left: 30px;
  padding-bottom: 15px;
}
.user-container {
  width: 100%;
  padding: 10px 0px 0px 5px;
  background-color: white;
  box-shadow: 0px 0px 20px rgba(162, 167, 173, 0.3);
  position: relative;
  left: -25px;
  top: -2px;
  width: calc(100% + 50px);
}
.icon-text {
  color: rgba(0, 0, 0, 0.5);
}
.sec {
  margin-right: 20px;
}
.font-size-18px {
  font-size: 18px;
}
.bold {
  font-weight: bold;
}
.data-table td{
  padding: 8px 0px 8px 15px !important;
}
.table td{
  font-size: 16px;
  max-width: 150px;
}
.ml-20:not(.exclude) {
  margin-left: 20px;
}
.mr-20 {
  margin-right: 20px;
}
.info-container .col-sm-4,
.info-container .col-lg-4 {
  width: 32%;
}
.a-radius-10px {
  border-radius: 5px;
}
.info-container {
  margin-bottom: 20px;
}
.app-box-btn {
  padding: 3px 10px;
  border-radius: 3px;
}
.os-icon {
  padding-bottom: 5px;
}

.perfect-scroll{
  position: relative;
  margin: 0px auto;
  padding: 0px;
  width: 100%;
  overflow: auto;
}
#other-info-parent textarea{
  /* width: 0px;
  height: 0px;
  position: absolute;
  resize: none;
  border: none;
  background-color: transparent;
  color: transparent;
  outline: transparent;
  z-index: -9999999999;
  top: 0px;
  left: 0px; */
}

.next-row{
  border-radius: 5px 30px 5px 5px;
}
.datepickers-container{
    z-index: 9999999999999999999999999999999999 !important;
}

.cover-all-background{
    position: fixed;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 99999999999999999;
}

.progress-bar-container{
    width: 40%;
    height: 100px;
    background-color: white;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 15% auto;
    padding: 0px 20px;
}

.progress-bar-loader{
    width: 20px;
    height: 10px;
    background-color: red;
    position: relative;
    top: 15%;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

.pop-error{
    clear: both;
    width:auto;
    max-width: 95%;
    height: auto;
    position: fixed;
    top: 92%;
    left: 10px;
    padding: 10px;
    font-weight: bold;
    background-color: white;
    color: black;
    text-align: center;
    box-shadow: 0px 0px 7px black;
    -moz-box-shadow: 0px 0px 7px black;
    -webkit-box-shadow: 0px 0px 7px black;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    z-index: 9999999999999999;
}

#form-load-cover-background{
    position: fixed;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.closeWindow{
    position: relative;
    top: -10px;
    left: 12px;
}

@media only screen and (max-width: 900px){
    .progress-bar-container{
        width: 80%;
    }
}
.alert-pop{
    position: fixed;
    margin-left: 75%;
    margin-top: 20px;
    z-index: 99999999999;
    width: 300px;
    max-height: 135px;
    color: white;
    font-weight: bold;
}
.shadowCoverBackground{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
}
.color-danger{
    background-color: #db4e3b;
}
.color-success{
    background-color: #2f9254;
}
.color-mixed{
    background-color: #e06000;
}
.color-mixed h4{
    color: white;
    font-weight: bold;
}
.color-mixed b, .color-mixed u{
    color: #ffbb00;
}
@media only screen and (max-width: 900px){
    .alert-pop{
        margin-left: 10px;
    }
}