button {
    cursor: pointer;
    pointer-events: auto;
}

.form {
    display: flex;
    flex-direction: column;
    padding: 10px;
    justify-content: center;
    align-items: center;
}

.form label {
    /* margin-bottom: 10px; */
    /* width: 100%; */
    /* display: flex; */
    justify-content: space-between;
}

table {
    border-collapse: collapse;
}

td,
th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

#modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: none;
}

#modal .backdrop {
    background-color: rgba(43, 40, 40, 0.5);
    width: 100vw;
    height: 100vh;
}

#modal .form {
    background-color: #fff;
    padding: 40px;
    border: 1px solid blue;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.fa {
    pointer-events: auto;
}

.svg-inline--fa {
    display: var(--fa-display, inline-block);
    height: 0.8em;
    overflow: visible;
    vertical-align: -0.125em;
    font-size: 1.5em;
}

.svg-inline--fa.fa-lg {
    vertical-align: -0.1em;
}

.btn {
    cursor: pointer;
    pointer-events: auto;
}

.bi {
    pointer-events: auto;
}

body {
    box-sizing: border-box;
}

.d-flex input {
    margin: .9em 0em;
}

.d-flex button {
    margin: 1.5em .6em;
    padding: .3em 2.4em;
}

.d-flex table {
    margin: 1em 10em;
}

#formCreate label {
    font-size: 1.5em;
    padding-bottom: 1px;
}

p.totalRunTime {
    font-size: 1.1em !important;
}

/* STAR RATING */
.rate {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.rating.two>label {
    position: relative;
    width: 1em;
    font-size: 30px;
    font-weight: 300;
    color: #ffffff;
    cursor: pointer
}

.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center
}

.rating>input {
    display: none
}

.rating>label {
    position: relative;
    width: 1em;
    font-size: 2em !important;
    font-weight: 300;
    color: #ffd608;
    cursor: pointer
}

.rating>label::before {
    content: "\2605";
    position: absolute;
    opacity: 0
}

.rating>label:hover:before,
.rating>label:hover~label:before {
    opacity: 1 !important
}

.rating>input:checked~label:before {
    opacity: 1
}

.rating:hover>input:checked~label:before {
    opacity: 0.4
}

.buttons {
    top: 36px;
    position: relative;
}

.rating-submit {
    border-radius: 15px;
    color: #fff;
    height: 49px;
}

.rating-submit:hover {
    color: #fff;
}

.rating.two {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center
}

.rating.two>input {
    display: none
}

.rating.two>label::before {
    content: "\2605";
    position: absolute;
    opacity: 0
}

.rating.two>label:hover:before,
.rating.two>label:hover~label:before {
    opacity: 1 !important
}

.rating.two>input:checked~label:before {
    opacity: 1
}

.rating.two:hover>input:checked~label:before {
    opacity: 0.4
}


/* MY STARS */
.myRating.two>label {
    position: relative;
    width: 1em;
    font-size: 30px;
    font-weight: 300;
    color: #ffffff;
    cursor: pointer
}

.myRating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center
}

.myRating>input {
    display: none
}

.myRating>label {
    position: relative;
    width: 1em;
    font-size: 2em !important;
    font-weight: 300;
    color: #ffd608;
    cursor: pointer
}

.myRating>label::before {
    content: "\2605";
    position: absolute;
    opacity: 0
}

.myRating>label:hover:before,
.myRating>label:hover~label:before {
    opacity: 1 !important
}

.myRating>input:checked~label:before {
    opacity: 1
}

.myRating:hover>input:checked~label:before {
    opacity: 0.4
}

.myRating-submit {
    border-radius: 15px;
    color: #fff;
    height: 49px;
}

.myRating-submit:hover {
    color: #fff;
}

.myRating.two {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center
}

.myRating.two>input {
    display: none
}

.myRating.two>label::before {
    content: "\2605";
    position: absolute;
    opacity: 0
}

.myRating.two>label:hover:before,
.myRating.two>label:hover~label:before {
    opacity: 1 !important
}

.myRating.two>input:checked~label:before {
    opacity: 1
}

.myRating.two:hover>input:checked~label:before {
    opacity: 0.4
}





.checked {
    color: orange;
}



.button-five:focus {
    outline: 0;
}


.button-five {
    height: 40px;
    width: 40px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    padding: 0;
    border: none;
    font: inherit;
    color: inherit;
    background-color: #24ed5d;
    border-radius: 25px;
    cursor: pointer;
}


/* HALF STAR BUTTON */

/* Ratings widget */
.rate {
    display: inline-block;
    border: 0;
}

/* Hide radio */
.rate>input {
    display: none;
}

/* Order correctly by floating highest to the right */
.rate>label {
    float: right;
}

/* The star of the show */
.rate>label:before {
    display: inline-block;
    font-size: 2rem;
    padding: .3rem .2rem;
    margin: 0;
    cursor: pointer;
    font-family: FontAwesome;
    content: "\f005 ";
    /* full star */
}

/* Half star trick */
.rate .half:before {
    content: "\f089 ";
    /* half star no outline */
    position: absolute;
    padding-right: 0;
}

/* Click + hover color */
input:checked~label,
/* color current and previous stars on checked */
label:hover,
label:hover~label {
    color: #e7b00b;
}

/* color previous stars on hover */

/* Hover highlights */
input:checked+label:hover,
input:checked~label:hover,
/* highlight current and previous stars */
input:checked~label:hover~label,
/* highlight previous selected stars for new rating */
label:hover~input:checked~label

/* highlight previous selected stars */
    {
    color: #f5a504;
}




* {
    margin: 0px;
    padding: 0px;
}

.search {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dim {
    /* dim div */
    background: white;
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    transition: .1s;
    opacity: 0.9;
}

.round-button {
    width: 50px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.26);
    border-radius: 210px;
    z-index: 1;
}

.round-button-circle {
    width: 100%;
    height: 0;
    cursor: pointer;
    padding-bottom: 100%;
    border-radius: 50%;
    overflow: hidden;
    background: #FF1744;
    transition: .5s;
    border: 2px solid rgb(60, 4, 171);
}

.round-button-circle:hover {
    background: #D50000;
}

.round-button a {
    display: block;
    width: 100%;
    padding-top: 50%;
    padding-bottom: 50%;
    line-height: 1.1em;
    margin-top: -0.5em;
    text-align: center;
    color: #e2eaf3;
    font-family: Verdana;
    font-size: 1.8em;
    font-weight: bold;
    text-decoration: none;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dropdown {
    display: none;
    position: fixed;
    bottom: 110px;
    right: 20px;
    width: 130px;
    margin: 0 auto;
    padding: 0px 10px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease-out;
    z-index: 1;
}

.dropdown ul {
    list-style: none;
    padding-left: 2px;
}

.dropdown li a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 10px 0;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #e6e8ea;
}

.dropdown li:last-of-type a {
    border: none;
}

.dropdown li:hover a {
    color: #57a9d9;
}

.dropdown li a button {
    border: 0;
    padding: 10px 0;
    cursor: pointer;
}



.searchB {
    width: 100%;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.searchbox {
    display: flex;
    background-color: #00a8ff;
    padding: 0px 0px 0px 3px;
    border-radius: 10px;
}

.searchbox input {
    /* line-height: 40px; */
    background: none;
    border: none;
    outline: none;
    color: #fff;
    font-size: 16px;
    width: 0px;
    /* padding-left:10px; */
}

.searchbox:hover input {
    width: auto;
    transition: all 0.5s;
    padding-left: 10px;
}

.searchbox input:focus {
    width: auto;
    /* background-color: #c211c2; */
}

::placeholder {
    color: #fff;
}

.searchbox button {
    height: 38px;
    width: 38px;
    background: none;
    color: #fff;
    border: none;
    outline: none;
}

#searchReset {
    height: 38px;
    width: 38px;
    /* background: none;
    color: #fff;
    border: none;
    outline: none; */
}

.searchbox:hover button {
    color: black;
    background: #fff;
    border-radius: 8px;
    border: 1px solid green;
}

.searchbox input:focus+button {
    color: black;
    background: #fff;
    border-radius: 10px;
}





/* CUSTOM TOGGLE WITH TEXT */
.switch {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 38px;
}

.switch input {
    display: none;
}




.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ca2222;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 10px;
    bottom: 7px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}



input:checked+.slider {
    background-color: #2ab934;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(55px);
    -ms-transform: translateX(55px);
    transform: translateX(55px);
}


.slider2 {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ca2222;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider2:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 10px;
    bottom: 5px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}



input:checked+.slider2 {
    background-color: #2ab934;
}

input:focus+.slider2 {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider2:before {
    -webkit-transform: translateX(55px);
    -ms-transform: translateX(55px);
    transform: translateX(55px);
}

/* SMALL SWITCH */
.switchSmall {
    position: relative;
    display: inline-block;
    width: 82px;
    height: 28px;
}

.switchSmall input {
    display: none;
}

.sliderSmall {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #5b5b5b;
    -webkit-transition: .4s;
    transition: .4s;
}

.sliderSmall:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 2px;
    bottom: 3px;
    background-color: rgb(255, 255, 255);
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.sliderSmall {
    background-color: #387ce1;
}

input:focus+.sliderSmall {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.sliderSmall:before {
    -webkit-transform: translateX(55px);
    -ms-transform: translateX(55px);
    transform: translateX(55px);
}

/* SMALL SWITCH */
.switchSmall2 {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 30px;
}

.switchSmall2 input {
    display: none;
}

.sliderSmall2 {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #a11f1f;
    -webkit-transition: .4s;
    transition: .4s;
}

.sliderSmall2:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 3px;
    bottom: 3px;
    background-color: rgb(255, 255, 255);
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.sliderSmall2 {
    background-color: #04af07;
}

input:focus+.sliderSmall2 {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.sliderSmall2:before {
    -webkit-transform: translateX(55px);
    -ms-transform: translateX(55px);
    transform: translateX(55px);
}

/*------ ADDED CSS ---------*/
.on {
    display: none;
}

.on {
    color: white;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 40%;
    font-size: 14px;
    font-weight: bold;
    font-family: Verdana, sans-serif;
}

.off {
    color: white;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 60%;
    font-size: 14px;
    font-weight: bold;
    font-family: Verdana, sans-serif;
}

input:checked+.slider .on {
    display: block;
}

input:checked+.slider .off {
    display: none;
}

input:checked+.sliderSmall .on {
    display: block;
}

input:checked+.sliderSmall .off {
    display: none;
}

input:checked+.sliderSmall2 .on {
    display: block;
}

input:checked+.sliderSmall2 .off {
    display: none;
}

/*--------- END --------*/

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
    width: 100px;
}

.slider.round:before {
    border-radius: 50%;
}


/* SMALL SLIDER */

/* Rounded sliders */
.sliderSmall.round {
    border-radius: 24px;
    width: 80px;
}

.sliderSmall.round:before {
    border-radius: 50%;
}

/* Rounded sliders */
.sliderSmall2.round {
    border-radius: 24px;
    width: 83px;
}

.sliderSmall2.round:before {
    border-radius: 50%;
}



.movieList {
    border: rgb(248, 2, 2) solid 2px !important;
}


/* .YES {
    border: rgb(248, 2, 2) solid 3px !important;
} */






/* @import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
@import url("https://fonts.googleapis.com/css?family=Pacifico"); */

.input-group-addon {
    cursor: pointer;
}

.input-group.date {
    text-transform: uppercase;
}

.form-control {
    border: 1px solid #ccc;
    box-shadow: none;
}

.form-check {
    position: relative;
    display: inline-flex !important;
    padding-left: 1.25rem;
    justify-content: space-around;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-around;
    align-items: center;
}

.form-control:hover,
.form-control:focus,
.form-control:active {
    box-shadow: none;
}

.form-control:focus {
    border: 1px solid #34495e;
}

.content {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075), 0 2px 4px rgba(0, 0, 0, 0.0375);
    padding: 30px 30px 20px;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    border: 1px solid #34495e;
    border-radius: 0;
    box-shadow: none;
    margin: 10px 0 0 0;
    padding: 0;
    min-width: 300px;
    max-width: 100%;
    width: auto;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before,
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    display: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu table td,
.bootstrap-datetimepicker-widget.dropdown-menu table th {
    border-radius: 0;
}

.bootstrap-datetimepicker-widget.dropdown-menu table td.old,
.bootstrap-datetimepicker-widget.dropdown-menu table td.new {
    color: #bbb;
}

.bootstrap-datetimepicker-widget.dropdown-menu table td.today:before {
    border-bottom-color: #0095ff;
}

.bootstrap-datetimepicker-widget.dropdown-menu table td.active,
.bootstrap-datetimepicker-widget.dropdown-menu table td.active:hover,
.bootstrap-datetimepicker-widget.dropdown-menu table td span.active {
    background-color: #0095ff;
    text-shadow: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu table td.active.today:before,
.bootstrap-datetimepicker-widget.dropdown-menu table td.active:hover.today:before,
.bootstrap-datetimepicker-widget.dropdown-menu table td span.active.today:before {
    border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget.dropdown-menu table th {
    height: 40px;
    padding: 0;
    width: 40px;
}

.bootstrap-datetimepicker-widget.dropdown-menu table th.picker-switch {
    width: auto;
}

.bootstrap-datetimepicker-widget.dropdown-menu table tr:first-of-type th {
    border-bottom: 1px solid #34495e;
}

.bootstrap-datetimepicker-widget.dropdown-menu table td.day {
    height: 32px;
    line-height: 32px;
    padding: 0;
    width: auto;
}

.bootstrap-datetimepicker-widget.dropdown-menu table td span {
    border-radius: 0;
    height: 77px;
    line-height: 77px;
    margin: 0;
    width: 25%;
}

.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-months tbody tr td,
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-years tbody tr td,
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-decades tbody tr td {
    padding: 0;
}

.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-decades tbody tr td {
    height: 27px;
    line-height: 27px;
}

.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-decades tbody tr td span {
    display: block;
    float: left;
    width: 50%;
    height: 46px;
    line-height: 46px !important;
    padding: 0;
}

.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-decades tbody tr td span:not(.decade) {
    display: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td {
    padding: 0;
    width: 30%;
    height: 20px;
    line-height: 20px;
}

.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td:nth-child(2) {
    width: 10%;
}

.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td a,
.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td span,
.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td button {
    border: none;
    border-radius: 0;
    height: 56px;
    line-height: 56px;
    padding: 0;
    width: 100%;
}

.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td span {
    color: #333;
    margin-top: -1px;
}

.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td button {
    background-color: #fff;
    color: #333;
    font-weight: bold;
    font-size: 1.2em;
}

.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td button:hover {
    background-color: #eee;
}

.bootstrap-datetimepicker-widget.dropdown-menu .picker-switch table td {
    border-top: 1px solid #34495e;
}

.bootstrap-datetimepicker-widget.dropdown-menu .picker-switch table td a,
.bootstrap-datetimepicker-widget.dropdown-menu .picker-switch table td span {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0;
    width: 100%;
}

.todayText:before {
    content: "Today's Date";
}





/* Demo */

*,
*:after,
*:before {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

ul {
    margin: 0;
    padding: 0;
}

/* main {
    padding: 50px;
} */

h2 {
    height: 5000px;
    font-size: 30px;
    color: #eee;
}


/* Main */

.header,
.header-search {
    position: fixed;
    height: 50px;
    width: 100%;
    transition: transform 0.2s;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.header {
    transform: translate(0, 0);
    background-color: #00BCD4;
}

.header-search {
    transform: translate(0, -100%);
    background-color: #2196F3;
}

/* Headers buttons */

.search-btn,
.close-search-btn,
.nav-btn {
    position: relative;
    padding: 8px;
    text-align: center;
    margin: 5px;
    border: none;
    outline: none;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.0);
    height: 40px;
    width: 40px;
    transition: background-color 0.2s;
}

.search-btn:hover,
.close-search-btn:hover,
.nav-btn:hover {
    transition: background-color 0.2s;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.2);
}

.nav-btn {
    position: absolute;
    transform: translate(200px, 0);
    transition: transform 0.2s;
}

.hide-nav-btn {
    transform: translate(150px, 0);
    transition: transform 0.2s;
}

.logo {
    padding-left: 50px;
}

.navigation-drawer {
    position: fixed;
    top: 0;
    transform: translate(-100%, 0);
    height: 100%;
    width: 200px;
    background-color: #00BCD4;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) inset;
}

.header,
.navigation-drawer {
    transition: transform 0.2s ease-out;
}

.open {
    transform: translate(0, 0);
}

li {
    list-style: none;
    /* padding: 14px 0; */
    transition: background-color 0.2s;
}

li:hover {
    transition: background-color 0.2s;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.2);
}

li a {
    text-decoration: none;
    /* color: white; */
    /* padding: 0 0 0 20px; */
}

.hamburger,
.search,
.close {
    position: relative;
    display: block;
}

.hamburger:before {
    top: -5px;
}

.hamburger:after {
    top: 5px;
}

.hamburger:before,
.hamburger:after,
.search:before,
.search:after {
    content: "";
    position: absolute;
    left: 0;
}

.hamburger,
.hamburger:before,
.hamburger:after {
    margin: 0 auto;
    width: 20px;
    height: 2px;
    transition: all 0.5s;
    background-color: white;
}

.open .hamburger:before {
    transform: rotate(45deg) translate(4px, 3px);
}

.open .hamburger {
    background-color: transparent;
}

.open .hamburger:after {
    transform: rotate(-45deg) translate(4px, -3px);
}



/* Search icon */

.search-btn,
.close-search-btn {
    float: right;
}

.search {
    top: -7px;
    left: -1px;
}

.search:before {
    height: 2px;
    width: 10px;
    background-color: #fff;
    transform: rotate(45deg) translate(18px, -2px);
}

.search:after {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: 2px solid white;
    background-color: transparent;
    transform: translate(4px, -3px);
}

/* Close search */

.close:before,
.close:after {
    content: "";
    position: absolute;
    margin: 0 auto;
    width: 20px;
    height: 2px;
    transition: all 0.5s;
    background-color: white;
}

.close:before {
    transform: rotate(45deg) translate(-8px, 6px);
}

.close:after {
    transform: rotate(-45deg) translate(-6px, -8px);
}

/* Search input */



.header-search input {
    font-size: 15px;
    width: 70%;
    padding: 16px;
    background-color: transparent;
    color: white;
    border: none;
    outline: none;
}

.header-search ::-webkit-input-placeholder {
    color: white;
    opacity: 0.5
}

.header-search ::-moz-placeholder {
    color: white;
    opacity: 0.5
}

/* Firefox 19+ */
.header-search :-moz-placeholder {
    color: white;
    opacity: 0.5
}

/* Firefox 18- */
.header-search :-ms-input-placeholder {
    color: white;
    opacity: 0.5
}



/* States header */

.hide-up {
    transform: translate(0, -100%);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.0);
}

.show-down {
    transform: translate(0, 0);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}


ol,
ul {
    padding-left: 1rem !important;
}




/* HALF STAR STYLING */
.panel {
    background-color: white;
    /* box-shadow: 0 0 7px rgba(0, 0, 0, .2); */
    /* border-radius: 5px; */
    /* font-size: 90%; */
    text-align: center;
    display: flex;
    justify-content: space-around;
}

fieldset,
label {
    margin: 0;
    padding: 0;
}

fieldset {
    margin: 20px 0 40px;
}

.rateIt {
    border: none;
    /* float: left; */
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

.rateIt>input {
    display: none;
}

.rateIt>label:before {
    margin: 3px 12px;
    font-size: 1.6em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}



.rateIt>.half:before {
    content: "\f089";
    position: absolute;
}

.rateIt>label {
    color: #ddd;
    float: right;
}

.rateIt>input:checked~label,
/* show gold star when clicked */
.rateIt:not(:checked)>label:hover,
/* hover current star */
.rateIt:not(:checked)>label:hover~label {
    color: #ffd608;
}

/* hover previous stars in list */
.rateIt>input:checked+label:hover,
/* hover current star when changing rateIt */
.rateIt>input:checked~label:hover,
.rateIt>label:hover~input:checked~label,
/* lighten current selection */
.rateIt>input:checked~label:hover~label {
    color: #ffd608;
}

.fa-heart {
    color: red;
    font-size: 30px;
    margin-bottom: 10px;
}

label {
    display: inline-block;
    margin-bottom: 0px !important;
}

.fa-heart:before {
    content: "\f004";
    font-family: FontAwesome;
}

/* .fa-lg {
    font-size: 2.4em !important;
} */

.fa-xl {
    font-size: 1.8em !important;
}

.fa-2xl {
    font-size: 2em !important;
}

.fa-2x.big {
    font-size: 2.2em !important;
}

.fa-xx {
    font-size: 2.5em !important;
}



/* HALF STAR STYLING - KARLI */
.panel2 {
    background-color: white;
    /* box-shadow: 0 0 7px rgba(0, 0, 0, .2); */
    /* border-radius: 5px; */
    /* font-size: 90%; */
    text-align: center;
    display: flex;
    justify-content: space-around;
}

.rateIt2 {
    border: none;
    /* float: left; */
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

.rateIt2>input {
    display: none;
}

.rateIt2>label:before {
    margin: 3px 12px;
    font-size: 1.6em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rateIt2>.half:before {
    content: "\f089";
    position: absolute;
}

.rateIt2>label {
    color: #ddd;
    float: right;
}

.rateIt2>input:checked~label,
/* show gold star when clicked */
.rateIt2:not(:checked)>label:hover,
/* hover current star */
.rateIt2:not(:checked)>label:hover~label {
    color: #ffd608;
}

/* hover previous stars in list */
.rateIt2>input:checked+label:hover,
/* hover current star when changing rateIt2 */
.rateIt2>input:checked~label:hover,
.rateIt2>label:hover~input:checked~label,
/* lighten current selection */
.rateIt2>input:checked~label:hover~label {
    color: #ffd608;
}


/* If the screen size is 1200px wide or more, do something */
@media (min-width: 500px) {
    .rateIt>label:before {
        margin: 3px 20px;
        font-size: 2.6em;
        font-family: FontAwesome;
        display: inline-block;
        content: "\f005";
    }

    .rateIt2>label:before {
        margin: 3px 20px;
        font-size: 2.6em;
        font-family: FontAwesome;
        display: inline-block;
        content: "\f005";
    }
}

.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



@media (min-width: 576px) {
    .modal-dialog {
        max-width: 90% !important;
        margin: 1.75rem auto;
    }
}




/*  Toggle Switch  */

.toggleSwitch span span {
    display: none;
}

@media only screen {
    .toggleSwitch {
        display: inline-block;
        height: 18px;
        position: relative;
        overflow: visible;
        padding: 0;
        margin-left: 50px;
        cursor: pointer;
        width: 40px
    }

    .toggleSwitch * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .toggleSwitch label,
    .toggleSwitch>span {
        line-height: 20px;
        height: 20px;
        vertical-align: middle;
    }

    .toggleSwitch input:focus~a,
    .toggleSwitch input:focus+label {
        outline: none;
    }

    .toggleSwitch label {
        position: relative;
        z-index: 3;
        display: block;
        width: 100%;
    }

    .toggleSwitch input {
        position: absolute;
        opacity: 0;
        z-index: 5;
    }

    .toggleSwitch>span {
        position: absolute;
        left: -50px;
        width: 100%;
        margin: 0;
        padding-right: 50px;
        text-align: left;
        white-space: nowrap;
    }

    .toggleSwitch>span span {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5;
        display: block;
        width: 50%;
        margin-left: 50px;
        text-align: left;
        font-size: 0.9em;
        width: 100%;
        left: 15%;
        top: -1px;
        opacity: 0;
    }

    .toggleSwitch a {
        position: absolute;
        right: 50%;
        z-index: 4;
        display: block;
        height: 100%;
        padding: 0;
        left: 2px;
        width: 18px;
        background-color: #fff;
        border: 1px solid #CCC;
        border-radius: 100%;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    }

    .toggleSwitch>span span:first-of-type {
        color: #ccc;
        opacity: 1;
        left: 45%;
    }

    .toggleSwitch>span:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 50px;
        top: -2px;
        background-color: #fafafa;
        border: 1px solid #ccc;
        border-radius: 30px;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

    .toggleSwitch input:checked~a {
        border-color: #fff;
        left: 100%;
        margin-left: -8px;
    }

    .toggleSwitch input:checked~span:before {
        border-color: #0097D1;
        box-shadow: inset 0 0 0 30px #0097D1;
    }

    .toggleSwitch input:checked~span span:first-of-type {
        opacity: 0;
    }

    .toggleSwitch input:checked~span span:last-of-type {
        opacity: 1;
        color: #fff;
    }

    /* Switch Sizes */
    .toggleSwitch.large {
        width: 60px;
        height: 27px;
    }

    .toggleSwitch.large a {
        width: 27px;
    }

    .toggleSwitch.large>span {
        height: 29px;
        line-height: 28px;
    }

    .toggleSwitch.large input:checked~a {
        left: 41px;
    }

    .toggleSwitch.large>span span {
        font-size: 1.1em;
    }

    .toggleSwitch.large>span span:first-of-type {
        left: 50%;
    }

    .toggleSwitch.xlarge {
        width: 80px;
        height: 36px;
    }

    .toggleSwitch.xlarge a {
        width: 36px;
    }

    .toggleSwitch.xlarge>span {
        height: 38px;
        line-height: 37px;
    }

    .toggleSwitch.xlarge input:checked~a {
        left: 52px;
    }

    .toggleSwitch.xlarge>span span {
        font-size: 1.4em;
    }

    .toggleSwitch.xlarge>span span:first-of-type {
        left: 50%;
    }
}


.adminActions {
    position: fixed;
    bottom: 35px;
    right: 35px;
}

.adminButton {
    height: 70px;
    width: 70px;
    background-color: rgb(0, 54, 250);
    border-radius: 50%;
    display: block;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
}

.adminButton i {
    font-size: 22px;
}

.adminButtons {
    position: absolute;
    width: 100%;
    bottom: 120%;
    text-align: center;
}

.adminButtons a {
    display: block;
    width: 53px;
    height: 53px;
    border-radius: 50%;
    text-decoration: none;
    margin: 10px auto 0;
    line-height: 1.15;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    position: relative;
    box-shadow: 0 0 5px 1px rgba(51, 51, 51, .3);
}

.adminButtons a:hover {
    transform: scale(1.05);
}

.adminButtons a:nth-child(1) {
    background-color: #0f7529;
    transition: opacity .2s ease-in-out .3s, transform .15s ease-in-out;
}

.adminButtons a:nth-child(2) {
    background-color: #f40333;
    transition: opacity .2s ease-in-out .25s, transform .15s ease-in-out;
}

.adminButtons a:nth-child(3) {
    background-color: #f44336;
    transition: opacity .2s ease-in-out .2s, transform .15s ease-in-out;
}

.adminButtons a:nth-child(4) {
    background-color: #4CAF50;
    transition: opacity .2s ease-in-out .15s, transform .15s ease-in-out;
}

.adminActions a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.adminToggle {
    -webkit-appearance: none;
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: none;
    z-index: 2;
    transition: box-shadow .2s ease-in-out;
    box-shadow: 0 3px 5px 1px rgba(51, 51, 51, .3);
}

.adminToggle:hover {
    box-shadow: 0 3px 6px 2px rgba(51, 51, 51, .3);
}

.adminToggle:checked~.adminButtons a {
    opacity: 1;
    visibility: visible;
}



/* Style the button and place it in the middle of the container/image */
.btnImage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #55555500;
    color: white;
    font-size: 16px;
    padding: 5px 24px;
    /* border: 1px solid blue; */
    cursor: pointer;
    border-radius: 5px;
}

.preview {
    max-width: 150px;
    border: 1px solid gray;
    border-radius: 5px;
}

.movieStuff {
    font-size: 14px;

    p {
        font-size: 14px;
    }

    h6 {
        font-size: 14px;
    }
}

a {
    color: #0254EB
}

/* a:visited {
    color: #0254EB
} */

a.morelink {
    text-decoration: none;
    outline: none;
}

.morecontent span {
    display: none;
}

.comment {
    /* width: 400px; */
    background-color: #f0f0f0;
    margin: 10px;
}

/* Enable darkmode in a Bootstrap Page */
@media (prefers-color-scheme: dark) {
    body {
        background-color: var(--bs-dark);
        color: var(--bs-light);
    }
}

.youtube-embed {
    aspect-ratio: 16 / 9;
    width: 100%;
}

/* AUTOCOMPLETE */
/*the container must be positioned relative:*/
.autocomplete {
    position: relative;
    display: inline-block;
}

/* input {
    border: 1px solid transparent;
    background-color: #f1f1f1;
    padding: 10px;
    font-size: 16px;
}

input[type=text] {
    background-color: #f1f1f1;
    width: 100%;
}

input[type=submit] {
    background-color: DodgerBlue;
    color: #fff;
    cursor: pointer;
} */

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
    background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

#showJson {
    height: 40px;
    border-radius: 4px;
    padding: 5px;
    border: 2px solid rgb(59, 59, 60);
}

.card {
    transition: all .2s ease-in-out;
}

.card:hover {
    transform: scale(1.1);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

#showMovies2 {
    overflow-x: hidden;
    overflow-y: scroll;
    border: 2px solid rgb(155, 155, 155);
    border-radius: 10px;
    /* padding: 10px; */
    text-align: center;
    margin: 0px;
    align-content: flex-start;
}

.shortTable {
    height: 340px;
}

.tallTable {
    height: 620px;
}


.square {
    height: 15px;
    width: 15px;
    background-color: #f70d0d;
}

/* If the screen size is smaller than 1200px, set the font-size to 80px */
@media (max-width: 390.99px) {
    .viewDateText {
        font-size: 11px;
        /* padding: 4px 5px; */
        background-color: white;
        border-radius: 2px;
        /* border: 1px solid green; */
        /* opacity: .9; */
    }

    .centered {
        position: absolute;
        top: 85%;
        left: 50%;
        transform: translate(-50%, -50%);
        /* opacity: .9; */
        width: 70%;
    }
}

@media (min-width: 391px) {
    .viewDateText {
        font-size: .9em;
        padding: 2px 5px;
        background-color: white;
        border-radius: 2px;
    }

    .centered {
        position: absolute;
        top: 90%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: .9;
        width: 70%;
    }
}

.navbar-brand {
    font-size: 1.1em !important;
}


/* @import url('https://fonts.googleapis.com/css2?family=Archivo:wght@800&family=Poppins:wght@300&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: whitesmoke;
    height: 100vh;
    font-family: 'Poppins', sans-serif;
} */










/* ============
 MenuWapper
 ============ */
.menu-wrapper {
    position: fixed;
    top: 80%;
    transform: translate(-10%, -0%);
    left: 1em;
    width: 3.1rem;
    z-index: 1
}

.menu-items-container {
    z-index: 1;
    background: white;
    border-radius: 1em;
    padding: 1em .3em;
    border: 2px solid rgb(11, 69, 196);
    display: block;
    width: 100%;
    overflow: hidden;

    transition: 400ms width linear;
}

.menu-items {
    height: 2.6rem;
    width: 150px;
    /* margin: .3em 0em; */
    border-radius: inherit;

    display: flex;
    align-items: center;
    justify-content: left;
    gap: 1em;

    cursor: pointer;

    transition: 350ms background ease;
}

.itemName {
    font-weight: bolder;
}

.menu-items #Icon {
    height: 65%;
    width: 25%;
    object-fit: contain;
}

.menu-items a {
    text-decoration: none;
    color: #222;
    flex: 1;

    opacity: .76;

    transition: opacity 200ms ease-out;
}

.menu-items:hover {
    background: rgba(0, 0, 0, 0.1);
}

a:hover {
    color: #0056b3;
    text-decoration: none !important;
}

.menu-items:hover a {
    opacity: 1;
}






/* =============
Menu-Bar Icon
============= */
.menu-bar {
    height: 50px;
    width: 100%;
    margin-bottom: .8em;
    background-color: white;
    border-radius: 1em;
    border: 2px solid rgb(198, 8, 8);

    display: flex;
    align-items: center;
    justify-content: center;


    cursor: pointer;
}

.menu-bar>img {
    height: 70%;
    width: 50%;
    margin: auto;
    object-fit: contain;
    transition: transform 350ms ease-out;
}

main {
    /* background: linear-gradient(#E6E6FA,
            #D8BFD8,
            #DDA0DD);
    height: 100%;
    width: 100%; */

    text-align: center;

    display: flex;
    align-items: center;
    /* justify-content: center; */
}

main>.Heading {
    text-transform: uppercase;
    color: white;
    font-size: 10vw;
    font-family: 'Archivo', sans-serif;

}




.blueIcon {
    color: rgb(0, 55, 255)
}









/* body { width: 100%; height: 100%; } */
.btn-group-fab {
    position: fixed;
    width: 50px;
    height: auto;
    right: 20px;
    bottom: 20px;
    z-index: 1;
}

/* .main-btn-open {
    animation: rotate .5s alternate;
    animation-fill-mode: forwards;
}

.main-btn-close {
    animation: rotateBack .5s alternate;
    animation-fill-mode: forwards;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(180deg);
    }
}

@keyframes rotateBack {
    0% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(0deg);
    }
} */

.btn-group-fab div {
    position: relative;
    width: 100%;
    height: auto;

}

.btn-group-fab .btn {
    position: absolute;
    bottom: 0;
    border-radius: 50%;
    display: block;
    margin-bottom: 4px;
    width: 50px;
    height: 50px;
    margin: 4px auto;
}

.btn-group-fab .btn-main {
    width: 50px;
    height: 50px;
    right: 50%;
    margin-right: -25px;
    z-index: 9;
}

.btn-group-fab .btn-sub {
    bottom: 0;
    z-index: 8;
    right: 50%;
    margin-right: -25px;
    -webkit-transition: all 2s;
    transition: all 0.5s;
}

.btn-group-fab.active .btn-sub:nth-child(2) {
    bottom: 60px;
}

.btn-group-fab.active .btn-sub:nth-child(3) {
    bottom: 120px;
}

.btn-group-fab.active .btn-sub:nth-child(4) {
    bottom: 190px;
}

.btn-group-fab .btn-sub:nth-child(5) {
    bottom: 210px;
}

.comment-active {
    display: block !important;
    position: absolute;
    right: 60px;
    margin-top: -30px;
    white-space: nowrap;
    padding: 6px 12px;
    border-radius: 4px;
    color: rgb(7, 7, 7);
    background-color: rgb(247, 251, 255);
    -webkit-transition: all 2s;
    transition: all 0.5s;
    font-weight: bolder;
    border: 2px solid rgb(0, 0, 0);
}


.icon-bar {
    width: 100%;
    background-color: #555;
    overflow: auto;
    position: fixed;
    bottom: 0px;
    z-index: 1;
    cursor: pointer;

    .active .icon2 {
        font-size: 1.5em;
        color: rgb(255, 255, 255);
    }

    .active .addMovie {
        color: rgb(255, 255, 255);
    }
}

.icon-bar a {
    float: left;
    width: 33.33%;
    text-align: center;
    padding: 5px 0 0 0;
    transition: all 0.3s ease;
    color: white;

    .icon {
        font-size: 1.4em;
    }

    .icon2 {
        font-size: 1.5em;
        color: rgb(18, 238, 219);
    }
}

.addMovie {
    color: rgb(18, 238, 219);
}

.icon-bar a span {
    font-size: .7em !important;
}

.icon-bar a:hover {
    color: white;
}

.active {
    background-color: #04AA6D;
}

.labelVal {
    font-size: .8em !important;
}

.active,
.nav-link:hover {
    /* background-color: #666; */
    color: rgb(28, 213, 255);
    font-size: 1em;
}


.tw-toggle {
    /* background: #95A5A6 !important; */
    display: flex !important;
    align-items: center !important;
    height: 38px !important;
    padding: 2px 3px !important;
    border-radius: 50px !important;
    position: relative !important;
    border: 2px solid #777 !important;
    margin: 0 !important;
    flex-flow: wrap !important;
    width: 310px !important;
}

.tw-toggle label {
    text-align: center !important;
    font-family: sans-serif !important;
    display: inline-block !important;
    color: #777 !important;
    position: relative !important;
    z-index: 2 !important;
    margin: 0 !important;
    text-align: center !important;
    padding: 2px 0 !important;
    font-size: .9em !important;
    /* cursor: pointer !important; */
    width: 100px
}

.tw-toggle input {
    /* display: none !important; */
    height: 38px !important;
    margin: 0 !important;
    position: absolute !important;
    z-index: 3 !important;
    opacity: 0 !important;
    cursor: pointer !important;
    width: 100px
}

.tw-toggle span {
    height: 34px !important;
    width: 103px !important;
    line-height: 40px !important;
    border-radius: 50px !important;
    background: #fff !important;
    display: block !important;
    position: absolute !important;
    left: 22px !important;
    /* top: 2px !important; */
    transition: all 0.3s ease-in-out !important;
}

.tw-toggle input[value="False"] {
    left: 0px !important;
}

.tw-toggle input[value="all"] {
    left: 103px !important;
}

.tw-toggle input[value="True"] {
    left: 203px !important;
}

.tw-toggle input[value="False"]:checked~span {
    background: #e74c3c !important;
    left: 0px !important;
    color: #fff !important;
    font-weight: bolder;
}

.tw-toggle input[value="True"]:checked~span {
    background: #2555f4 !important;
    left: 203px !important;
    color: #fff !important;
    font-weight: bolder;
}

.tw-toggle input[value="all"]:checked~span {
    background: #0f900a !important;
    left: 103px !important;
    color: #fff !important;
}

.tw-toggle input[value="False"]:checked+label,
.tw-toggle input[value="True"]:checked+label {
    color: #fff !important;
    font-weight: bolder;
}

.tw-toggle input[value="all"]:checked+label {
    color: #fff !important;
    font-weight: bolder;
}





/* FILE UPLOAD */
input[type='file'] {
    color: transparent;
}

.uploadIt {
    /* width: 400px; */
    /* height: 25px; */
    background-color: white;
    box-shadow: 1px 2px 3px #ededed;
    position: relative;
    border: 1px solid #d8d8d8;

}

input[type='file'] {
    /* width: 400px; */
    /* height: 25px; */
    opacity: 0
}

#val {
    /* width: 400px; */
    /* height: 25px; */
    position: absolute;
    top: 0;
    left: 0;
    font-size: 13px;
    line-height: 25px;
    text-indent: 10px;
    pointer-events: none;
}

#button {
    cursor: pointer;
    display: block;
    width: 90px;
    background-color: rgb(71, 71, 71);
    height: 100%;
    color: white;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    -webkit-transition: 500ms all;
    -moz-transition: 500ms all;
    transition: 500ms all;
    border-radius: 0px 5px 5px 0px;
}

#button:hover {
    background-color: blue;
}

.scoreCard {
    display: inline-flex;
    align-items: center;
}

.smallText {
    font-size: .8em;
}

/*  */
/*  */
/*  */

.fabs {
    bottom: 0;
    position: fixed;
    margin: 1em;
    right: 0;
    z-index: 998;
}

.fab {
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    text-align: center;
    color: #263238;
    margin: 25px auto 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
    cursor: pointer;
    transition: all .1s ease-out;
    position: relative;
    z-index: 998;
    overflow: hidden;
}

.fab>i {
    font-size: 2em;
    line-height: 55px;
    transition: all .2s ease-in-out;
}

.fab:not(:last-child) {
    width: 0;
    height: 0;
    margin: 20px auto 0;
    opacity: 0;
    visibility: hidden;
}

.fab:not(:last-child)>i {
    font-size: 1.4em;
    line-height: 40px;
}

.fab:not(:last-child).is-visible {
    width: 40px;
    height: 40px;
    margin: 15px auto 10;
    opacity: 1;
    visibility: visible;
}

.fab:nth-last-child(1) {
    transition-delay: 25ms;
}

.fab:not(:last-child):nth-last-child(2) {
    transition-delay: 20ms;
}

.fab:not(:last-child):nth-last-child(3) {
    transition-delay: 40ms;
}

.fab:not(:last-child):nth-last-child(4) {
    transition-delay: 60ms;
}

.fab:not(:last-child):nth-last-child(5) {
    transition-delay: 80ms;
}

.fab:not(:last-child):active,
.fab:not(:last-child):focus,
.fab:not(:last-child):hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
}

/*Chatbox*/

.chat {
    position: fixed;
    right: 85px;
    bottom: 0;
    margin-bottom: 10px;
    width: 400px;
    font-size: 12px;
    line-height: 22px;
    font-family: 'Roboto';
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    opacity: 0;
    box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    transition: all .2s ease-in-out;
}

.chat_header {
    margin: 8px;
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 500;
    padding-bottom: 8px;
    border-bottom: 1px solid white;
}

.chat_header .span {
    float: right;
}

.chat_loader {
    display: none;
    float: right;
    background: rgba(0, 0, 0, 0);
    height: 8px;
    width: 8px;
    margin: 5px 10px 0 0;
    border-radius: 50%;
    border: solid 2px #263238;
}

.chat.is-visible {
    opacity: 1;
    -webkit-animation: zoomIn .2s cubic-bezier(.42, 0, .58, 1);
    animation: zoomIn .2s cubic-bezier(.42, 0, .58, 1);
}

.chat_option {
    float: left;
    font-size: 1.5em;
    list-style: none;
    position: relative;
    width: 20px;
    height: 100%;
    cursor: pointer;
    text-align: relative;
    margin-right: 10px;
}

.chat_option ul {
    display: none;
    position: absolute;
    list-style: none;
    top: 100%;
    left: 0;
    background: #eceff1;
    border-radius: 5px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
    padding: 0;
    z-index: 1000;
    width: 150px;
}

.chat_option ul li {
    float: none;
    position: relative;
}

.chat_color {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 10px;
    float: left;
}

.chat_option.is-dropped>ul {
    display: block;
}

.chat_login {
    width: 100%;
    height: 150px;
    display: inline-block;
    text-align: center;
    box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
}

.chat_login a {
    width: 10%;
    text-align: center;
    border: none;
    box-shadow: none;
}

.chat_login a>i {
    font-size: 1.6em;
    line-height: 35px;
}

.chat_login input {
    position: relative;
    margin: 5px 0 5px 0;
    width: 90%;
    font-family: 'Roboto';
    font-size: 12px;
    line-height: 30px;
    font-weight: 500;
    color: #4b4b4b;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    border: none;
    outline: none;
    background: #eceff1;
    display: inline-block;
    height: 30px;
    resize: none;
    padding: 5px;
    border-radius: 3px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
    margin: 10px 0 0 0;
}

.chat_login .chat_login_alert {
    margin-top: 10px;
    font-size: 12px;
    font-family: 'Roboto';
    font-weight: 500;
}

.chat_field {
    position: relative;
    margin: 5px 0 5px 0;
    width: 50%;
    font-family: 'Roboto';
    font-size: 12px;
    line-height: 30px;
    font-weight: 500;
    color: #4b4b4b;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    border: none;
    outline: none;
    background: #eceff1;
    display: inline-block;
}

.chat_field.chat_message {
    height: 30px;
    resize: none;
}

.fab_field {
    width: 100%;
    display: inline-block;
    text-align: center;
    background: #eceff1;
    box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
}

.fab_field a {
    display: inline-block;
    text-align: center;
}

#fab_listen {
    float: left;
    background: rgba(0, 0, 0, 0);
}

#fab_send {
    float: right;
    background: rgba(0, 0, 0, 0);
}

.fab_field .fab {
    width: 35px;
    height: 35px;
    box-shadow: none;
    margin: 5px;
}

.fab_field .fab>i {
    font-size: 1.6em;
    line-height: 35px;
    color: #263238;
}

.chat_converse {
    position: relative;
    background: inherit;
    margin: 6px 0 0 0;
    max-height: 256px;
    min-height: 0;
    font-size: 12px;
    line-height: 18px;
    overflow-y: auto;
    width: 100%;
    float: right;
}

.chat_list {
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.chat_list .chat_list_item {
    opacity: 0;
    visibility: hidden;
}

.chat .chat_converse .chat_msg_item {
    position: relative;
    margin: 8px 0 15px 0;
    padding: 8px 10px;
    max-width: 40%;
    display: block;
    word-wrap: break-word;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .28);
    border-radius: 3px;
    -webkit-animation: zoomIn .5s cubic-bezier(.42, 0, .58, 1);
    animation: zoomIn .5s cubic-bezier(.42, 0, .58, 1);
    clear: both;
    z-index: 999;
}

.chat .chat_converse .chat_msg_item .chat_avatar {
    position: absolute;
    top: 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
}

.chat .chat_converse .chat_msg_item.chat_msg_item_admin .chat_avatar {
    left: -52px;
    background: rgba(255, 255, 255, 0.6);
}

.chat .chat_converse .chat_msg_item.chat_msg_item_user .chat_avatar {
    right: -52px;
    background: rgba(0, 0, 0, 0.6);
}

.chat .chat_converse .chat_msg_item .chat_avatar {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
}

.chat .chat_converse .chat_msg_item .chat_avatar>i {
    font-size: 22px;
    line-height: 40px;
    transition: all .3s ease-in-out;
}

.chat .chat_converse .chat_msg_item_user .chat_avatar>img {
    width: inherit;
    height: inherit;
    border-radius: 50%;
}

.chat .chat_converse .chat_msg_item_user .chat_avatar>img {
    width: inherit;
    height: inherit;
    border-radius: 50%;
}

.chat .chat_converse .chat_msg_item.chat_msg_item_admin {
    margin-left: 60px;
    float: left;
    background: rgba(255, 255, 255, 0.4);
    color: #263238;
}

.chat .chat_converse .chat_msg_item.chat_msg_item_user {
    margin-right: 60px;
    float: right;
    background: rgba(0, 0, 0, 0.4);
    color: #eceff1;
}

.chat .chat_converse .chat_msg_item.chat_msg_item_admin:before {
    content: '';
    position: absolute;
    top: 15px;
    left: -12px;
    z-index: 998;
    border: 6px solid transparent;
    border-right-color: rgba(255, 255, 255, .4);
}

.chat_msg_item.chat_msg_item_user:before {
    content: '';
    position: absolute;
    top: 15px;
    right: -12px;
    z-index: 998;
    border: 6px solid transparent;
    border-left-color: rgba(0, 0, 0, .4);
}

strong.chat_time {
    padding: 0 1px 1px 0;
    font-weight: 500;
    font-size: 8px;
    display: block;
}

/*Chatbox scrollbar*/

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    border-radius: 0;
}

::-webkit-scrollbar-thumb {
    margin: 2px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
}

/*Element state*/

.is-active {
    transform: rotate(180deg);
    transition: all 1s ease-in-out;
}

.is-float {
    box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
}

.is-max {
    box-shadow: inset 0 -12px 10px -10px rgba(0, 0, 0, 0.18), inset 0 12px 10px -10px rgba(0, 0, 0, 0.10);
}

.is-loading {
    display: block;
    -webkit-animation: load 1s cubic-bezier(0, .99, 1, 0.6) infinite;
    animation: load 1s cubic-bezier(0, .99, 1, 0.6) infinite;
}

/*Animation*/

@-webkit-keyframes zoomIn {
    0% {
        transform: scale(0);
        opacity: 0.0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        transform: scale(0);
        opacity: 0.0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes load {
    0% {
        transform: scale(0);
        opacity: 0.0;
    }

    50% {
        transform: scale(1.5);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes load {
    0% {
        transform: scale(0);
        opacity: 0.0;
    }

    50% {
        transform: scale(1.5);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

/* SMARTPHONES PORTRAIT */

@media only screen and (min-width: 300px) {
    .chat {
        width: 200px;
    }
}

/* SMARTPHONES LANDSCAPE */

@media only screen and (min-width: 480px) {
    .chat {
        width: 300px;
    }

    .chat_field {
        width: 65%;
    }
}

/* TABLETS PORTRAIT */

@media only screen and (min-width: 768px) {
    .chat {
        width: 300px;
    }

    .chat_field {
        width: 65%;
    }
}

/* TABLET LANDSCAPE / DESKTOP */

@media only screen and (min-width: 1024px) {
    .chat {
        width: 400px;
    }

    .chat_field {
        width: 65%;
    }
}

/*Color Options*/

.red .fab {
    background: #F44336;
    color: #eceff1;
}

.pink .fab {
    background: #E91E63;
    color: #eceff1;
}

.purple .fab {
    background: #9C27B0;
    color: #eceff1;
}

.deep-purple .fab {
    background: #673AB7;
    color: #eceff1;
}

.indigo .fab {
    background: #3F51B5;
    color: #eceff1;
}

.blue .fab {
    background: #2196F3;
    color: #eceff1;
}

.light-blue .fab {
    background: #03A9F4;
    color: #263238;
}

.cyan .fab {
    background: #00BCD4;
    color: #263238;
}

.teal .fab {
    background: #009688;
    color: #eceff1;
}

.green .fab {
    background: #4CAF50;
    color: #263238;
}

.light-green .fab {
    background: #8BC34A;
    color: #263238;
}

.lime .fab {
    background: #CDDC39;
    color: #263238;
}

.yellow .fab {
    background: #FFEB3B;
    color: #263238;
}

.amber .fab {
    background: #FFC107;
    color: #263238;
}

.orange .fab {
    background: #FF9800;
    color: #eceff1;
}

.deep-orange .fab {
    background: #FF5722;
    color: #eceff1;
}

.brown .fab {
    background: #795548;
    color: #eceff1;
}

.grey .fab {
    background: #9E9E9E;
    color: #eceff1;
}

.blue-grey .fab {
    background: #607D8B;
    color: #eceff1;
}

.red .chat {
    background: #F44336;
    color: #eceff1;
}

.pink .chat {
    background: #E91E63;
    color: #eceff1;
}

.purple .chat {
    background: #9C27B0;
    color: #eceff1;
}

.deep-purple .chat {
    background: #673AB7;
    color: #eceff1;
}

.indigo .chat {
    background: #3F51B5;
    color: #eceff1;
}

.blue .chat {
    background: #2196F3;
    color: #eceff1;
}

.light-blue .chat {
    background: #03A9F4;
    color: #263238;
}

.cyan .chat {
    background: #00BCD4;
    color: #263238;
}

.teal .chat {
    background: #009688;
    color: #eceff1;
}

.green .chat {
    background: #4CAF50;
    color: #263238;
}

.light-green .chat {
    background: #8BC34A;
    color: #263238;
}

.lime .chat {
    background: #CDDC39;
    color: #263238;
}

.yellow .chat {
    background: #FFEB3B;
    color: #263238;
}

.amber .chat {
    background: #FFC107;
    color: #263238;
}

.orange .chat {
    background: #FF9800;
    color: #eceff1;
}

.deep-orange .chat {
    background: #FF5722;
    color: #eceff1;
}

.brown .chat {
    background: #795548;
    color: #eceff1;
}

.grey .chat {
    background: #9E9E9E;
    color: #eceff1;
}

.blue-grey .chat {
    background: #607D8B;
    color: #eceff1;
}

/* Ripple */

.ink {
    display: block;
    position: absolute;
    background: rgba(38, 50, 56, 0.4);
    border-radius: 100%;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    webkit-transform: scale(0);
    transform: scale(0);
}

/*animation effect*/

.ink.animate {
    -webkit-animation: ripple 0.5s ease-in-out;
    animation: ripple 0.5s ease-in-out;
}

@-webkit-keyframes ripple {
    /*scale the element to 250% to safely cover the entire link and fade it out*/

    100% {
        opacity: 0;
        -moz-transform: scale(5);
        -ms-transform: scale(5);
        webkit-transform: scale(5);
        transform: scale(5);
    }
}

@keyframes ripple {
    /*scale the element to 250% to safely cover the entire link and fade it out*/

    100% {
        opacity: 0;
        -moz-transform: scale(5);
        -ms-transform: scale(5);
        webkit-transform: scale(5);
        transform: scale(5);
    }
}




