body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }

  main {
    flex: 1 0 auto;
  }
  /* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #ffff57; 
  border-radius: 20px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #d8251e; 
  border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ee6e73; 
}
.social{
    float: left;
    padding-left: 5px;
}
.top-header{background-image: linear-gradient(#5C258D, #4389A2);margin: 0px;padding: 0px;}
.menu,.top-header.div1, .top-header.div2{margin: 0px;padding: 0px;}
.top-header .div2 ul li, .top-header .div1 ul li{
    float: left;
}
 nav a.sidenav-trigger {
    display:block;
}
.sidenav li>a>i.material-icons {
    color: #ee6e73;
}
nav {
    color: #483d8b;
    background-color: #fff;
    padding: 0px 1%;
    }
nav a,.dropdown-content li>a, .dropdown-content li>span{
    color: #483d8b;
}
.bread{background-color: #483d8b;
    margin-top: 0px;
    height: 30px;
    line-height: 28px;
}
table.dataTable>tbody>tr.child span.dtr-data {
    padding-left: 2%;
}
.nav-wrapper .col{font-size: 18px;}
.logo-img{width: 72%;}
nav ul a:hover {
    background-color: transparent;
    color: #483d8b;
}
    nav ul a,.sidenav li>a {
    font-size: 1rem;
    color: #483d8b;
    font-family: 'Oxanium', cursive;
    text-transform: uppercase;
    }
    nav .brand-logo {
    color: #483d8b;
    width: 200px;
}
.dropdown-content {
    width: auto !important;
    top: 100% !important;
}
.bottom-icon:before, .bottom-icon:after {
    vertical-align: middle;
    content: "";
    width: 40px;
    height: 4px;
    border-bottom: 1px solid;
    border-top: 1px solid;
    display: inline-block;
    margin: 0 10px;
    text-align: center;
    border-color: #ffca00;
    color: #ffca00;
}
.bot-icon{
 color: #ffca00;
 text-align: center;   
}
.theme-btn {
    color: #fff;
    background-color: #d8251e;
    border-radius: 0px;
}
.theme-btn:hover{
    background-color: #483d8b;
}
.bg-title,.bg-font{color: white;}
.bg-icon, .bg-icon:after, .bg-icon:before{border-color: #fff!important;
    color: #fff !important;}
.bg-text>h3,.bg-text>p{
    text-align: center;
    color: #fff;
    font-weight: 600;
}
.parallax-container {
      height: auto;
    }
.head-img{
  width: 100px !important;
  height: 100px;
}
.page-footer{background-color: slategrey !important;}
.gal{margin-top: 20px;}
.login{background-image: linear-gradient(to bottom, #ff8000, #f7f5f5, #008000) !important;height: 91vh;overflow: hidden;}
.particles-js-canvas-el{
    width: 100%;
    height: 100%;
    position: relative; bottom: 500px;}
.card .card-title {
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    color: #272792;
    text-align: center;
}
.chip {
    color: rgb(255, 255, 255);
    background-color: #E91E63;
}
.login-box{text-align: center;padding-top: 30px !important;z-index: 1;margin-top: 8%;border-radius: 30px;}
#progress {display: none;}
@media only screen and (max-width: 600px) {
.dropdown-mobile {
    top: 102% !important;
}
    .dropdown-content {
    top: 14% !important;
}
    .parallax-container {
    position: relative;
    overflow: hidden;
    height: auto;
}
.card .card-title {
    font-size: 15px;}
    .SignUp{
    margin-top: 20px;
}
}

/*--- Select2 CSS Start ---*/

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 0px !important;
    width: 90% !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 7px !important;
}
.select2 .selection .select2-selection--single, .select2-container--default .select2-search--dropdown .select2-search__field {
    
    border-radius: 0 !important;
    height: 3rem;
    padding: 5px;
}

.select2-container--default .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-width: 0 0 1px 0 !important;
    border-radius: 0 !important;
}

.select2-results__option {
    color: #26a69a;
    padding: 8px 16px;
    font-size: 16px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eee !important;
    color: #26a69a !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #e1e1e1 !important;
}

.select2-dropdown {
    border: none !important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.select2-container--default .select2-results__option[role=group] .select2-results__group {
    background-color: #333333;
    color: #fff;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0 !important;
}

.select2-container .select2-search--inline .select2-search__field:focus {
    border-bottom: none !important;
    box-shadow: none !important;
}

.select2-container .select2-selection--multiple {
    min-height: 2.05rem !important;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #ddd !important;
    color: rgba(0,0,0,0.26);
    border-bottom: 1px dotted rgba(0,0,0,0.26);
}

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea {
  &.valid + label::after,
  &.invalid + label::after,
  &:focus.valid + label::after,
  &:focus.invalid + label::after {
    white-space: pre;
  }
  &.empty {
    &:not(:focus).valid + label::after,
    &:not(:focus).invalid + label::after {
      top: 2.8rem;

    } 
  }
}

