/* google font Montserrat */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Bowlby+One+SC&display=swap');
/*Lets start with the cloud formation rather*/

/*The container will also serve as the SKY*/

body {
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
  color: #3b4b56;
}
.page-content{
  margin-top: 80px;
}

/*navbar*/
.navbar .yekyaLogo{
  font-family: 'Bowlby One SC', cursive;
  font-size: 2rem;
}
/*text*/
.font-weight-bolder {
  font-weight: 500!important;
}
.text-xlarge{
  font-size: 2.5rem !important;
}
.text-large{
  font-size: 2rem !important;
}
.text-normal {
  font-size: 100%;
}
.text-medium {
  font-size: 80%;
}
.text-small {
  font-size: 70%;
}
.text-tiny {
  font-size: 50%;
}
.text-l-grey{
  color: #8e8e8e;
}
.text-shadow-black {
  text-shadow: 1px 1px 5px rgba(0,0,0,0.35);
}
.text-shadow-black-light {
  text-shadow: 1px 1px 5px rgba(0,0,0,0.20);
}
.text-space-2{
  letter-spacing: 2px;
}
.text-space-3{
  letter-spacing: 3px;
}
.text-space-4{
  letter-spacing: 4px;
}
.first-letter{
  background-color: #ffca00;
  padding: 0 0.5rem;
  font-weight: 600;
}
.logo-font{
  font-family: 'Kaushan Script', cursive;
}
.text-underline{
  text-decoration: underline;
}
sup.custom-sup{
  top: -.28em; 
}
sup.higher-sup{
  top: -1em;; 
}
/* heights */
.vh-100{
  min-height: 100vh;
}
.logo-medium{
  height: 100px;
  width: auto;
}
.enumeration{
  padding: 0.2em;
}

/* helper */
.no-shadow{
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.shadow-hr{
  box-shadow: 0 0 4px rgba(25,25,25,.1)
}

.border-right-primary{
  border-right: #fdd835 solid 4px !important
}
.border-left-primary{
  border-left: #fdd835 solid 4px !important
}
.border-right-secondary{
  border-right: #3b4b56 solid 4px !important
}
.border-left-secondary{
  border-left: #3b4b56 solid 4px !important
}
.border-bottom-primary{
  border-bottom: #fdd835 solid 3px !important;
  border-radius: 25px;
}
.hint-badge {
  position: absolute; right: 5px; top: 5px;
}
.hint-badge-left {
  position: absolute; left: 5px; top: 5px;
}
.next-badge {
  position: fixed;
  right: 20px;
  top: 50%;
  z-index: 1000;
}
.previous-badge {
  position: fixed;
  left: 20px;
  top: 50%;
  z-index: 1000;
}
.close-badge {
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 1000;
}
.pointer{
  cursor: pointer!important;
}
hr.soften-dark {
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(170, 102, 204,0), rgba(170, 102, 204,.6), rgba(170, 102, 204,0));
  background-image:    -moz-linear-gradient(left, rgba(170, 102, 204,0), rgba(170, 102, 204,.6), rgba(170, 102, 204,0));
  background-image:     -ms-linear-gradient(left, rgba(170, 102, 204,0), rgba(170, 102, 204,.6), rgba(170, 102, 204,0));
  background-image:      -o-linear-gradient(left, rgba(170, 102, 204,0), rgba(170, 102, 204,.6), rgba(170, 102, 204,0));
  border: 0;
}
hr.thick { 
  position: relative; 
  border: none; 
  height: 3px;
} 
.circle-bg {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding: 2px 9px;
  background: #fff;
  border: 2px solid #666;
  color: #666;
  text-align: center;
  font: 24px Arial, sans-serif;
}

.simple-circle{
  border-radius: 50%;
  padding: 1.5em;
  overflow: visible;
}

.img-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* responsive height helpers */
.min-h-100{
  min-height: 100px;
  width: auto;
}
.min-h-200{
  min-height: 200px;
  width: auto;
}

/* stick on top filters */
div.stick-it {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  z-index: 10;
  box-shadow: 0 0 4px rgba(25,25,25,.1);
}

/* x-scroll*/
.x-scroll {
  background-color: transparent;
  height:auto;
  overflow-x:auto;
  white-space: nowrap;
}
.x-scroll .item-auto {
  background-color:transparent;
  display:inline-block;
  height:100%;
  width:auto;
  white-space: normal;
}
.x-scroll.scroll-hidden::-webkit-scrollbar {
  width: 0 !important;
  overflow: -moz-scrollbars-none !important;
  -ms-overflow-style: none !important;
  display: none !important;
}

/* clip backgrounds */
.clip-parent {
  overflow: hidden;
  position: relative;
  width: 100%;
}
  .clip-parent .clip-child{
    clip-path: circle(75.9% at 30% 10%);
    position: absolute;
    width: 100%;
    z-index: 0;
  }


/* overwrite browser defaults */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

/* overwrite mui */
#toast-container>div {
  border-radius: 6px;
}
.md-toast-message {
  font-weight: 400;
}
input[type=checkbox].large-checkbox {
 -ms-transform: scale(1.5); /* IE */
 -moz-transform: scale(1.5); /* FF */
 -webkit-transform: scale(1.5); /* Safari and Chrome */
 -o-transform: scale(1.5); /* Opera */
}
input[type="checkbox"]:not(:checked).default-checkbox, [type="checkbox"]:checked.default-checkbox {
  position: relative; 
  pointer-events: painted; 
  opacity: 1;
  cursor: pointer;
}

.chip.chip-lg {
  height: 52px;
  line-height: 52px;
  border-radius: 26px;
}
.chip.chip-lg img {
  height: 52px;
  width: 52px;
}
.modal-dialog .modal-content {
  border: 0;
  border-radius:0;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
  box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
}

.modal .model-nav-menu {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: auto;
  min-height: 100%;
  margin: 0;
}
.modal-backdrop{
  opacity:0.9 !important;
}
.modal-open .modal.lgImageModal {
  overflow-x: hidden;
  overflow-y: hidden;
}
.bg-primary{
  background-color: #fdd835 !important;
}
.bg-secondary{
  background-color: #3b4b56 !important;
}

.rgba-yellow-strong, .rgba-yellow-strong:after {
  background-color: rgba(253,216,53,0.7);
}

.text-primary {
  color: #ffca00 !important
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ffde61 !important
}
.text-grey{
  color: #969696;
}
.text-light-grey {
  color: #bdbcbc;
}
.text-dark{
  color: #3b4b56 !important;
}
.help-text{
  line-height: 1em;
}
.btn.btn-xs {
  padding: .3rem 1rem;
  font-size: .64rem;
}

.btn-primary {
  color: #3b4b56;
  background-color: #fdd835 !important
}

.btn-primary:hover {
  color: #3b4b56;
  background-color: #fdd835
}

.btn-primary:focus,
.btn-primary.focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15)
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  color: #3b4b56;
  background-color: #fdd835
}

.btn-primary.dropdown-toggle {
  background-color: #fdd835 !important
}

.btn-primary.dropdown-toggle:hover,
.btn-primary.dropdown-toggle:focus {
  background-color: #fdd835 !important
}

.btn-primary:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
  background-color: #fdd835 !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15)
}

.btn-primary:not([disabled]):not(.disabled):active:focus,
.btn-primary:not([disabled]):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15)
}

.btn-secondary {
  color: #fff;
  background-color: #3b4b56 !important
}

.btn-secondary:hover {
  color: #fff;
  background-color: #3b4b56
}

.btn-secondary:focus,
.btn-secondary.focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15)
}

.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #3b4b56
}

.btn-secondary.dropdown-toggle {
  background-color: #3b4b56 !important
}

.btn-secondary.dropdown-toggle:hover,
.btn-secondary.dropdown-toggle:focus {
  background-color: #3b4b56 !important
}

.btn-secondary:not([disabled]):not(.disabled):active,
.btn-secondary:not([disabled]):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
  background-color: #3b4b56 !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15)
}

.btn-secondary:not([disabled]):not(.disabled):active:focus,
.btn-secondary:not([disabled]):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15)
}

/*--------------------*/
/* MIN-MAX RANGE queries */
/*--------------------*/

/* Extra Small */
@media (max-width: 575px) {
}

/* Small */
@media (min-width: 576px) and (max-width: 767px) {
}

/* Medium */
@media (min-width: 768px) and (max-width: 991px) {
}

/* large */
@media (min-width: 992px) and (max-width: 1199px) {
}

/* Extra Large */
@media (min-width: 1200px) and (max-width: 1719px){
}


/*--------------------*/
/* MIN only queries */
/*--------------------*/

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  /*.modal-xl {
    max-width: 90%;
    height: 95vh;
  }*/
}

/* TV */
@media (min-width: 1720px) {
  /*.modal-xl {
    max-width: 90%;
    height: 95vh;
  }*/
}
/* end: Media Queries */

/*--------------------*/
/* MAX only queries */
/*--------------------*/

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {


}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767px) {
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991px) {
  

}

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199px) {
}

@media print {
}