body{font-family: "Geist", sans-serif;font-optical-sizing: auto;font-weight: 400;font-style: normal;}

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}

.carousel-item {
  height:600px;
}

.carousel-item img {
  position: absolute;
  top:0;
  left:0;
  min-height:600px;
}

.no-radius{
    border-radius:0px !important;
}

.my-drop{
    color:white;
    border:0px solid transparent;
    background-color:#2196F3;
    border-radius:0px;
}

.my-drop > a{
    color:white;
}

.carousel-item:after {
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background:rgba(0,0,0,0.9);
}

.sec-bg{
  background:#3F51B5;
}

.mhide{display:none;}

.m-bg{
    background-color: #0D47A1;
    background-image: linear-gradient(45deg,rgba(0,0,0,.06) 25%,transparent 0),linear-gradient(-45deg,rgba(0,0,0,.06) 25%,transparent 0),linear-gradient(45deg,transparent 75%,rgba(0,0,0,.06) 0),linear-gradient(-45deg,transparent 75%,rgba(0,0,0,.06) 0);
    background-size: 24px 24px;
    background-position: 0 0,0 12px,12px -12px,-12px 0;
}

.c-bg{
    background-color: #B2EBF2;
    background-image: linear-gradient(45deg,rgba(0,0,0,.06) 25%,transparent 0),linear-gradient(-45deg,rgba(0,0,0,.06) 25%,transparent 0),linear-gradient(45deg,transparent 75%,rgba(0,0,0,.06) 0),linear-gradient(-45deg,transparent 75%,rgba(0,0,0,.06) 0);
    background-size: 24px 24px;
    background-position: 0 0,0 12px,12px -12px,-12px 0;
}


.trans-bg{
  background:transparent;
  border: 1px solid #424242;
}

.mcursor{
  cursor:pointer;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #28a745;
    background-color: #28a745;
}

.transparent{
  background:#f8f9fa59;
}

.transparent-1{
  background:#e83e8c85;
}

.transparent-2{
  background:#ffc10763;
}

.transparent-3{
  background:#20c99794;
}

.transparent-4{
  background:#17a2b86b;
}

.transparent-5{
  background:#dc354585;
}

.mFade{
  background: linear-gradient(0deg,rgba(0,0,0,2) 0,transparent 100%);
  padding: 6.3rem 2rem 3.1rem 2rem;
  bottom: 0px;
  left: 0px;
  overflow: hidden;
  position: absolute;
  white-space: normal;
  width: 100%;
  
}

.shadow-primary{
    box-shadow:0 0 0 .2rem rgba(38,143,255,.5);
}

.shadow-info{
    box-shadow:0 0 0 .2rem rgba(0,123,255,.25);
}

.shadow-success{
    box-shadow:0 0 0 .2rem rgba(40,167,69,.25);
}

.shadow-warning{
   box-shadow:0 0 0 .2rem rgba(222,170,12,.5);
}

.shadow-danger{
   box-shadow:0 0 0 .2rem rgba(225,83,97,.5)
}

.shadow-light{
    box-shadow:0 0 0 .2rem rgba(216, 217, 219, 0.5);
}

.my-checkbox{
    transform:scale(1.5);
}

.mFind {
    font-weight: bold;
    background: #FFF9C4 !important;
}

.pre-scrollable{
  max-height:340px;
  overflow-y:scroll;
}

.sand {
    background: url(/_filx/_visualx/images/sand.png);
}

.cta {
    background: url(/_filx/_visualx/images/cta-bg.png);
    background-size:cover;
}

.cta-alt {
    background: url(/_filx/_visualx/images/cta-alt.jpg);
    background-size:cover;
}

.mbcolor{
  background-color:#fff3cd !important;
  color: #664d03 !important;
  font-size: 1.5rem;
}

.text-main{
  color:#020066 !important;
}

.text-sec{
  color:#FF8A80 !important;
}

.bg-sec{
  background-color:#FF8A80 !important;
}

.bg-main{
  background-color:#020066 !important;
}

.border-main{
  border-color: #020066 !important;
}

.bg-grey{
  background-color: #e0ded9 !important;
}

.bg-danger-light{
  background-color:#ffcdd2 !important;
}

.bg-success-light{
  background-color:#C8E6C9 !important;
}

.bg-primary-light{
  background-color:#EDE7F6 !important;
}

.bg-warning-light{
   background-color:#FFF59D !important;
}

.rounded-4 { border-radius: .5rem; }
.rounded-5 { border-radius: 1rem; }

.opacity-85 {
  opacity: 0.85 !important;
}

.college-gradient{
  background: #2a5298;   fallback
  background: -webkit-linear-gradient(to right, #1e3c72, #2a5298);
  background: linear-gradient(to right, #1e3c72, #2a5298); 
}

.mainBlur{
    background:rgba(255, 255, 255, .1) !important;
   -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    transition: background-color .3s cubic-bezier(.42, .00, .58, 1.00);
}


.wrapper{
  width: 450px;
  background: #fff;
  border-radius: 10px;
}
.wrapper header{
  display: flex;
  align-items: center;
  padding: 25px 30px 10px;
  justify-content: space-between;
}
header .icons{
  display: flex;
}
header .icons span{
  height: 38px;
  width: 38px;
  margin: 0 1px;
  cursor: pointer;
  color: #878787;
  text-align: center;
  line-height: 38px;
  font-size: 1.9rem;
  user-select: none;
  border-radius: 50%;
}
.icons span:last-child{
  margin-right: -10px;
}
header .icons span:hover{
  background: #f2f2f2;
}
header .current-date{
  font-size: 1.45rem;
  font-weight: 500;
}
.calendar{
  padding: 20px;
}
.calendar ul{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  text-align: center;
}
.calendar .days{
  margin-bottom: 20px;
}
.calendar li{
  color: #333;
  width: calc(100% / 7);
  font-size: 1.07rem;
}
.calendar .weeks li{
  font-weight: 500;
  cursor: default;
}
.calendar .days li{
  z-index: 1;
  cursor: pointer;
  position: relative;
  margin-top: 30px;
}
.days li.inactive{
  color: #aaa;
}
.days li.active{
  color: #fff;
}
.days li::before{
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  height: 40px;
  width: 40px;
  z-index: -1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.days li.active::before{
  background: #9B59B6;
}
.days li:not(.active):hover::before{
  background: #f2f2f2;
}

