/*TODO:Not used?*/
@font-face {
    font-family: 'khand';
    src: url('../fonts/khand/Khand-Regular.woff2') format('woff2'),
    url('../fonts/khand/Khand-Regular.woff') format('woff'),
    url('../fonts/khand/Khand-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'khand_medium';
    src: url('../fonts/khand/Khand-Medium.woff2') format('woff2'),
    url('../fonts/khand/Khand-Medium.woff') format('woff'),
    url('../fonts/khand/Khand-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'khand_bold';
    src: url('../fonts/khand/Khand-Bold.woff2') format('woff2'),
    url('../fonts/khand/Khand-Bold.woff') format('woff'),
    url('../fonts/khand/Khand-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/*TODO:Not used?*/
@font-face {
    font-family: 'khand_light';
    src: url('../fonts/khand/Khand-Light.woff2') format('woff2'),
    url('../fonts/khand/Khand-Light.woff') format('woff'),
    url('../fonts/khand/Khand-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/*TODO:Not used?*/
@font-face {
    font-family: 'khand_semi_bold';
    src: url('../fonts/khand/Khand-SemiBold.woff2') format('woff2'),
    url('../fonts/khand/Khand-SemiBold.woff') format('woff'),
    url('../fonts/khand/Khand-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

/*TODO:Not used?*/
@font-face {
    font-family: 'montserrat_bold';
    src: url('../fonts/montserrat/Montserrat-Bold.woff2') format('woff2'),
    url('../fonts/montserrat/Montserrat-Bold.woff') format('woff'),
    url('../fonts/montserrat/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat_extra_bold';
    src: url('../fonts/montserrat/Montserrat-ExtraBold.ttf') format('ttf'),
    url('../fonts/montserrat/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/*TODO:Not used?*/
@font-face {
    font-family: 'montserrat_regular';
    src: url('../fonts/montserrat/Montserrat-Regular.woff2') format('woff2'),
    url('../fonts/montserrat/Montserrat-Regular.woff') format('woff'),
    url('../fonts/montserrat/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*TODO:Not used?*/
@font-face {
    font-family: 'montserrat_light';
    src: url('../fonts/montserrat/Montserrat-Light.woff2') format('woff2'),
    url('../fonts/montserrat/Montserrat-Light.woff') format('woff'),
    url('../fonts/montserrat/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat_medium';
    src: url('../fonts/montserrat/Montserrat-Medium.woff2') format('woff2'),
    url('../fonts/montserrat/Montserrat-Medium.woff') format('woff'),
    url('../fonts/montserrat/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

/***********General***********/
body, html {
    height: 100%;
    font-size: 16px;
    background-color: #034760;
}

body, html, h3, h4, h5, h6, p {
    font-family: montserrat_medium, "Roboto", "Helvetica", "Arial", sans-serif !important;
    color: #7a7a7a;
}

h1, h2 {
    font-family: khand_bold, "Roboto", "Helvetica", "Arial", sans-serif !important;
}

nav a img {
    padding: 10px 0;
    display: inline-block;
}

textarea {
    resize: none;
}

.form-control {
    font-size: 16px;
}

.nominate .pt-4, .nominate .py-4 {
    padding-top: 0 !important;
}

.align-content-center {
    text-align: center;
}

.dark {
    color: #000;
}

.light {
    color: #fff;
}

.bold {
    font-weight: 800;
}

.hidden {
    display: none;
}

/*TODO:Can maybe remove*/
.center {
    text-align: center;
}

.navbar-expand-md .navbar-nav .nav-link {
    color: white;
    font-family: khand_medium, "Roboto", "Helvetica", "Arial", sans-serif !important;
    font-size: 20px;
    padding: .5rem 1rem !important;
    text-transform: uppercase;
}

.dropdown-item {
    font-family: khand_medium, "Roboto", "Helvetica", "Arial", sans-serif !important;
    text-transform: uppercase;
    font-size: 1vw;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link:hover {
    color: #c7ff00;
}

nav a.nav-link.logged_in.active {
    color: #57a6fb;
    border: 1px solid;
    font-weight: bold;
    border-radius: 50px;
}

.header-filter {
    background-image: url("../images/header_bg.jpg");
    background-size: cover;
    height: 60vh;
    background-position: bottom center;
    padding-top: 3vh;
}

/*TODO:Can this not be moved?*/
.navbar-absolute {
    background-color: #034760;
}

.navbar .navbar-brand {
    padding: 0px 15px;
    width: 30%;
}

.container.first {
    max-width: 100%;
}

.container.second {
    max-width: 90%;
    background-image: url("../images/content_bg.png");
    z-index: 999;
    margin-top: 4vh;
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    border-radius: 5px;
    box-shadow: 0 7px 2px -2px #0000002b;
    padding: 0px;
}

.container.third {
    max-width: 100%;
    padding: 3vh 10vh;
    position: relative;
    top: 8vh;
    height: 87%;
    margin: 0;
    overflow: auto;
}

/*TODO:Can this not maybe be moved*/
.main {
    width: 100%;
}

.card {
    border: none;
    text-align: -moz-center;
    text-align: -webkit-center;
}

.card-header {
    font-size: 1.3em;
}

.padding-bottom {
    padding: 0 0 20px 0;
}

/*TODO:Can this not maybe be moved*/
.full-width {
    width: 100%;
}

/***********Button styling************/
.btn {
    background-image: linear-gradient(to right, rgb(25, 71, 95), rgb(134, 187, 232));
    color: white;
    border-radius: 100px;
    padding: 5px 30px;
    border: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

a.btn {
    text-decoration: none;
}

.btn:hover {
    text-decoration: none;
    color: white;
    background-color: rgb(25, 71, 95);
    background-image: none;
    transition: ease-in-out background-image 2s;
}

.btn.btn-primary.light {
    margin-left: 1rem;
    background-color: #e8e8e8;;
    color: #007bff;
    border: none;
}

.btn.btn-primary.light:hover {
    background-color: #d9d9d9;
}

h1.title_heading {
    font-size: 70px;
    line-height: 1em !important;
    color: white;
    font-weight: 900;
    text-shadow: 0 0 6px #000000d4;
}

.title_section {
    font-size: 7rem;
    border-bottom: 1px solid #f71a9e;
    line-height: 1em;
    color: #000;
    text-transform: uppercase;
}

.sub_heading {
    font-size: 2.2rem;
    vertical-align: middle;
    padding: 0px;
    color: #5b3358;
    text-transform: uppercase;
    font-family: montserrat_extra_bold, "Roboto", "Helvetica", "Arial", sans-serif !important;
}

/***********Footer***********/
.footer {
    background-color: #034760;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    padding: 15px;
    text-align: left;
    font-size: 14px;
    z-index: 99999;
}

.footer .col-sm-5 {
    text-align: right;
}

/***********Modals***********/
.modal.fade.show {
    display: inline-block;
    background-color: #00000085;
    z-index: 99999;
}

.modal-dialog {
    max-width: 45%;
    margin: 18vh auto;
    height: 65%;
}

.modal-content {
    height: 100%;
    border-radius: 7px;
}

.modal-body {
    margin: 0 4rem 2rem;
    padding: 0;
    background-image: url("../images/popup_bg.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.close {
    font-size: 4.5rem;
    padding: .5rem 1.5rem;
    color: #797979;
}

.modal-text-bottom p {
    font-size: 1.5rem;
    color: #7a7a7a;
    text-align: center;
    padding: 0 1vh;
}

/***********Forms***********/
.form-control:focus {
    box-shadow: 0 5px 5px -5px rgba(52, 144, 220, .25);
}

.form-control {
    -webkit-box-shadow: none;
}

.mySpecialClass {
    border: 1px solid red;
}

/*Forms - Labels*/
.show-label {
    position: relative;
    opacity: 1;
    visibility: visible;
    margin-bottom: 0;
    color: #888;
    width: 100%;
}

.active, .accordion:hover {
    background-color: transparent !important;
}

/***************************Pages****************************/
/*Loading*/
.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    align-self: center;
    margin: 10px;
}

.loader_large {
    width: 200px;
    height: 200px;
}

.profile_loader {
    display: flex;
    align-items: center;
    justify-content: center;
}

.questions_loader {
    display: none;
}

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

.title_container {
    display: inline-block;
}

.button_container {
    margin: 10px 10px 20px 10px;
    text-align: center;
}

/*Login / Register Page*/
.index_page .container.second, .nominate .container.second, .verify .container.second {
    height: 59vh;
}

.index_page .container.third, .nominate .container.third, .verify .container.second {
    height: 86%;
}

.login_register .nav-link.active {
    border-bottom: 1px solid #f71a9e;
    padding-bottom: 0
}

.login_register .text-primary {
    color: #495057 !important;
}

.login_register .active.text-primary {
    color: black !important;
}

.login_register .text-primary:hover {
    color: rgb(25, 71, 95) !important;
}

/*TODO:Does this need to be here?*/
.login_register .text-primary h2 {
    font-size: 1.5rem;
}

.nav-tabs, .nav-tabs .nav-link {
    border: 0;
}

.title_heading_line {
    position: relative;
    border-bottom: 3px solid #c7ff00;
    margin-right: -15px;
    margin-left: 3px;
}

.remember-me {
    position: absolute;
    padding-top: 1vh;
}

.register .col-md-6, .register .col-md-12 {
    float: left;
}

.login_register .card {
    background: transparent;
}

.login_register .card-header {
    padding: 2.5vh 0 0;
}

.login_register .card .card-body {
    overflow-y: inherit;
    display: block;
    font-size: 16px;
}

.login_register .input-group {
    width: 100%;
    margin: 25px auto;
    position: relative;
}

.login_register .show-label {
    position: relative;
    opacity: 1;
    visibility: visible;
}

.login_register .label-top {
    visibility: visible;
    opacity: 1;
    top: -20px;
}

.no-border.input-group {
    margin-bottom: 0px;
}

.login_register .label-top input::placeholder {
    opacity: 0;
}

.login_register input:focus {
    outline: none;
}

.login_register input {
    border: none !important;
    border-bottom: 1px solid #888 !important;
    z-index: 100;
    border-radius: 0 !important;
}

.login_register select {
    width: 100%;
    border: none;
    border-bottom: 1px solid #888;
    background-color: transparent;
    padding: .375rem .75rem;
}

.login_register label {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    color: #aaa;
    visibility: hidden;
    transition: all .3s;
}

.no-border input {
    border-bottom: none !important;
}

/*Nominations page*/
.sub_heading.nominations {
    text-transform: none;
    font-size: 2.2rem;
    margin-bottom: 1rem;
}

.nominated-name {
    font-size: 2rem;
    display: inline-block;
    padding: 2.5rem 0;
    text-transform: none;
    margin: 0;
}

.char_count {
    color: white;
    margin: 10px;
    padding-left: 10px;
}

.char_count_warning {
    color: red;
}

.cf-button > div {
    padding: 5px 12px !important;
}

.cf-chat-response text p .show {
    padding: 6px 12px !important;
}

cf-chat-response {
    max-width: 65% !important;
}

cf-input input:active, cf-input input:focus, cf-input textarea:active, cf-input textarea {
    border-radius: 10px !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2) !important;
    font-size: 15px !important;
}

cf-input input, cf-input textarea, cf-chat-response.robot text > p.show {
    color: black !important;
    border-radius: 10px !important;
}

.chat_instructions {
    color: #4B0082 !important;
}

cf-chat-response.user text > p.show, cf-chat-response.robot text > p.show {
    padding: 6px 12px !important;
}

.cycle-banner {
    background-color: #e0e0e0;
    padding: 10px;
    border-radius: 5px;
    font-size: 1.2em;
    margin-bottom: 15px;
}

.conversational-form--enable-animation cf-input-button.cf-input-button {
    background: #007bff;
    height: 30px;
    width: 30px;
    border: none
}

cf-input-button.cf-input-button div.cf-icon-progress {
    background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOXB4IiB2aWV3Qm94PSIwIDAgMTggMTkiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZyBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTM3Mi4wMDAwMDAsIC05NDUuMDAwMDAwKSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjIiPgogICAgICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3NTEuMDAwMDAwLCA5MjcuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2MjIuMDAwMDAwLCAxOS4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOC4xNDAzNTA4OCwyLjEwOTE4MTE0IEw4LjE0MDM1MDg4LDE2LjA4MDkzODUiIGlkPSJMaW5lIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcuOTkzODAzLCA4LjA2ODc0NSkgcm90YXRlKC0zMTUuMDAwMDAwKSB0cmFuc2xhdGUoLTcuOTkzODAzLCAtOC4wNjg3NDUpICIgcG9pbnRzPSIyLjYyNTkxMzI4IDEzLjQ4Njk1OCAyLjYyNTkxMzI4IDIuNjUwNTMxMjEgMi42MjU5MTMyOCAyLjY1MDUzMTIxIDEzLjM2MTY5MjEgMi42NTA1MzEyMSI+PC9wb2x5bGluZT4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+") !important;
    background-size: 15px 16px !important;
    color: white;
}

/*Questions Page*/
.conversational-form cf-chat-response.robot thumb {
    background-color: white;
}

.cf-input-button.cf-input-button {
    bottom: 10px;
}

.conversational-form::before {
    background: none !important;
}

.conversational-form {
    font-size: 15px !important;
    background-color: transparent !important;
    border-radius: 20px !important;
}

.conversational-form::after {
    background-image: url("../images/conversational_form_background.png") !important;
    background-size: cover !important;
    content: "";
    opacity: 0.9;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.questionnaire #navbar-header {
    display: none;
}

.questions-form .question-container {
    height: 48vh !important;
}

.question-container p {
    margin: 0px;
}

.questionnaire .title_section {
    font-size: 5rem;
}

.questionnaire .container.second {
    height: 75vh;
}

.questionnaire .container.third {
    height: 98%;
    max-width: 98%;
}

.questions-form {
    visibility: hidden;
}

/****Profile Page****/

/*TODO:Is this needed?*/
.profile .edit_profile_button {
    text-align: center;
}

.edit label.error{
    color:red;
}

.profile .container.second, .employees .container.second, .cycles .container.second, .nominations .container.second, .edit .container.second {
    background-image: none;
    background-color: white;
    margin-top: 6vh;
    margin-bottom: 8vh;
}

.employees .container.second, .cycles .container.second, .nominations .container.second {
    overflow: auto;
}

.profile .container.third, .employees .container.third, .cycles .container.third, .nominations .container.third {
    top: 0;
    height: 100%;
}

.edit .container.third {
    top: 0;
    height: 100%;
    margin-bottom: 30px;
}

.profile .card-header {
    background: transparent;
    border: 0px;
    padding: 0px;
    text-align: center;
}

/*TODO: font size, is this needed?*/
.card .card-body {
    overflow-y: auto;
    display: block;
    font-size: 16px;
    padding: 0;
}

.profile .card {
    border: 0px;
    padding: 0px;
}

.img_border {
    padding: 13px;
    border-radius: 50%;
    display: block;
    border: 2px solid #b7b7b7;
    width: 200px;
    height: 200px;
    vertical-align: middle;
    margin: 0 auto 10px;
}

.circular-profile-photo {
    display: block;
    border-radius: 50%;
    object-fit: cover;
}

.circular-profile-photo.large {
    width: 200px;
    height: 200px;
}

.profile .profile-header .circular-profile-photo.large {
    margin-top: 0px;
    margin-bottom: 0px;
}

.profile-header .circular-profile-photo.large {
    width: 170px;
    height: 170px;
    margin: 20px auto;
}

.profile-header h3 {
    text-align: center;
}

.profile-photo {
    padding-right: 20px;
}

.name {
    text-transform: capitalize;
}

.profile_info {
    width: 50%;
}

.profile_info:first-of-type {
    text-align: end;
}

/****Edit Profile Page****/
.edit .container.second {
    background-image: none;
    background-color: white;
}

/*TODO: is this needed?*/
.edit .card-body {
    width: 100%;
    display: block;
}

/*TODO: is this needed?*/
.edit .card {
    border: 0px;
}

.edit label {
    font-size: 20px;
    vertical-align: middle;
    padding: 0px;
    color: #5b3358;
    font-family: khand_bold;
    margin-bottom: 0px;
}

.edit_profile input, .edit_profile select {
    width: 97% !important;
    margin-bottom: 10px;
    padding: 5px 5px 5px 10px;
    border-radius: 25px !important;
    border: 1px solid #7a7a7a;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #7a7a7a;
    border-radius: 25px;
}

.select2-selection {
    min-height: 35px;
    text-align: left;
}

.select2-selection__rendered {
    margin: 4px;
}

.select2-selection__arrow {
    margin: 4px;
}

.select2-container {
    margin-bottom: 10px;
}

.profile_paragraph {
    padding: 10px;
    text-align: center;
}

.profile_paragraph + .col-md-12 {
    margin-bottom: 20px;
}

.profile_picture_message {
    color: red;
    font-size: 0.9em;
}

/****Employees Page****/
.circular-profile-photo.small {
    width: 100px;
    height: 100px;
    margin: 0 10px;
}

.employees .nominated-name {
    padding: .5rem 0 0;
}

.employees span.btn {
    top: 15px;
    position: relative;
}

/*Search input*/
.input-group.search {
    width: 60%;
    float: left;
    margin: 0 0 20px;
}

.input-group.search .form-control {
    border: 1px solid #7e7e7e;
    border-radius: 25px;
    margin-bottom: 10px;
}

.btn.btn-default.btn-search {
    margin-left: 30px;
}

.award-icon {
    width: 1.5rem;
    position: relative;
    left: 2px;
    padding-top: 5px;
}

.user_name {
    font-weight: 500;
    font-size: 1.3rem;
    margin-top: .3rem;
    display: block;
}

/*Nominate Page*/
#nominate_container {
    padding: 0px;
}

.user_dropdown_image {
    float: left;
    margin-right: 1rem;
}

/*TODO: is this needed?*/
img.user_dropdown_image {
    height: 50px;
    width: 50px;
    border-radius: 25px;
    margin-right: 10px;
}

.view_yonderians_profile {
    margin-bottom: 30px;
    font-size: 0.9em;
    width: 60%;
    margin-right: 20px;
}

/*TODO: is this needed?*/
.nomination-form {
    margin-top: 10px;
}

.nomination-form .input-group {
    width: 100%;
    margin: 25px auto;
    position: relative;
}

.nomination-form .show-label {
    position: relative;
    opacity: 1;
    visibility: visible;
}

.nomination-form .label-top {
    visibility: visible;
    opacity: 1;
    top: -20px;
}

.nomination-form .form-check-input {
    margin-left: 3.5rem;
}

.nomination-form .label-top input::placeholder {
    opacity: 0;
}

/*TODO: is this needed?*/
.nomination-form input:focus {
    outline: none;
}

.nomination-form input {
    border: none !important;
    width: 100%;
    z-index: 100;
}

.nomination-form input[type=text] {
    border-bottom: 1px solid #888 !important;
}

.nomination-form select {
    width: 100%;
    border: none;
    border-bottom: 1px solid #888;
    background-color: transparent;
    padding: .375rem .75rem;
}

.nomination-form label {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    color: #aaa;
    visibility: hidden;
    transition: all .3s;
}

.nomination-form input[type=file] {
    box-sizing: content-box;
}

/*******Admin pages*******/
/*Cycles Page*/
.card-body ul {
    padding-left: 0px;
}

#show_winners p {
    margin: 0px;
}

#show_winners {
    margin-bottom: 10px;
}

.cycle_information {
    color: red;
    margin-bottom: 10px;
}

.cycles_form .padding_for_cycles {
    padding: 0 5px 20px 5px;
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
    border: 1px solid #7e7e7e;
    max-height: 35px;
    border-radius: 25px;
}

.nomination_input_text {
    max-height: none !important;
}

.cycles_form .select2-container {
    margin-bottom: 0px;
}

.cycles-accordion .panel.accordion-panel.show {
    padding: 20px 0 20px 20px;
}

.cycles-accordion .panel.accordion-panel.show {
    margin: 0;
}

.current_winners {
    display: inline-block;
    margin-top: 2rem;
}

/*Nominations Page*/
span.nomination-count {
    float: right;
    background-color: #007bff;
    border-radius: 50%;
    color: white;
    padding: 5px;
    font-size: 15px;
    height: 2rem;
    width: 2rem;
    text-align: center;
    margin-right: 20px;
}

/*TODO: is this needed?*/
.error_nomination_page {
    text-align: center;
    color: red;
}

.nominations-accordion {
    border: 1px solid #C0C0C0;
    border-radius: 10px;
    margin: 15px 15px 20px 0;
}

.nominations-accordion .accordion {
    margin-bottom: 0px;
    background-color: white;
}

.single-nomination {
    background-color: #eee;
    margin-bottom: 10px;
    padding: 20px 20px 50px;
    position: relative;
    text-align: center;
    border-radius: 10px;
}

a.files {
    position: absolute;
    bottom: 0;
    color: #ffffff;
    background-color: #007bff;
    padding: 5px 10px;
    left: 0;
    font-size: .8rem;
    border-radius: 0;
}

/*Comments*/
input#comment {
    border: transparent !important;
}

button.btn-primary.comments {
    position: absolute;
    right: 20px;
}

.btn-primary.comments:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 !important;
    border: transparent;
}

.input-group.comments {
    position: absolute;
    width: 70%;
    right: 20px;
    bottom: -13px;
}

.nomination-comment {
    background-color: #ddd;
    padding: 1rem 2rem 0;
    float: right;
    margin: .2rem 0;
}

.commeneter_details, .commeneter_details small {
    font-weight: bold;
}

.col-md-12.single-comment:last-of-type {
    margin-bottom: 1rem;
}

/***********Accordions**********/
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    margin-bottom: 5px;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
    font-size: 1.1rem;
    position: relative;
    border-radius: 10px;
}

/*TODO: is this needed?*/
button.accordion:focus {
    outline: none;
}

.panel {
    background-color: white;
    overflow: hidden;
    padding: 0 18px 20px;
}

.accordion-panel {
    display: none;
}

.accordion-panel.show {
    display: block !important;
    padding: 0px;
    margin-left: 18px;
    margin-right: 18px;
}

.accordion p {
    font-size: 1rem;
    margin: 0;
}

.accordion .profile-photo {
    margin: 0 20px 0 0;
    transition: 1s;
    border: 1px solid #7e7e7e;
    padding: 10px 0px;
    border-radius: 50%;
}

.active, .accordion:hover {
    background-color: #ccc;
}

.users-accordion, .cycles-accordion, .nominations-accordion, .nominations {
    list-style: none;
    padding-left: 0;
}

.users-accordion {
    margin: 0 40px 0 0;
}

.users-accordion .accordion {
    border-radius: 0;
    background-color: white;
    border-bottom: 2px solid #e7e7e7;
    padding: 10px 10px 20px 0;
}

.users-accordion .accordion.active {
    font-size: 2rem;
    text-align: center;
    font-weight: 500;
    transition: font-size 0.1s ease-in-out;
}

.users-accordion .panel.accordion-panel {
    margin: 0 20px 20px;
}

.users-accordion .accordion.active .profile-photo {
    max-width: 225px;
    margin: 0 auto;
    float: none !important;
    transition: 0.1s;
    width: auto;
}

.users-accordion .accordion.active .circular-profile-photo.small {
    height: 200px;
    width: 200px;
    border: 6px solid #fff;
    transition: border 0.1s ease-in-out;
    margin: 0 auto;
}

.cycles-accordion .accordion.active {
    font-size: 1.5rem;
    transition: font-size 0.1s ease-in-out;
    background-color: #eeeeee !important;
}

.dropdown-toggle {
    background-color: transparent;
    border: 0px;
}

.content {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    height: 200px;
    width: 200px;
    margin: 20px auto;
}

.content .content-overlay {
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
    opacity: 1;
}

.content-details {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content-details h3 {
    color: #fff;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.fadeIn-bottom {
    top: 80%;
}

/***********Media Queries***********/
/*Laptop 1366x768*/
@media only screen and (max-width: 1366px) and (max-height: 768px) {
    /*General*/
    nav a img {
        padding: 10px 0;
    }

    h1.title_heading {
        font-size: 7vh;
    }

    .title_section {
        font-size: 5rem;
    }

    .container.second {
        background-position: 30% top;
    }

    .container.third > .col-md-6 {
        flex: 0 0 60%;
        max-width: 60%;
    }

    .sub_heading {
        font-size: 2rem;
    }

    .py-4 {
        padding: 0.6rem 0 !important;
    }

    h3 {
        font-size: 1.3rem;
    }

    .dropdown-item {
        font-size: 1.4vw;
    }

    /*Questionnaire page*/
    .conversational-form--enable-animation cf-input input, .conversational-form--enable-animation cf-input textarea{
        border-radius: 10px;
    }

    .cf-input input, cf-input textarea{
        border-radius: 10px;
    }

    .questionnaire .title_section {
        font-size: 3.5rem;
    }

    .questions-form > .col-md-12 {
        padding: 0px;
    }

    .questions-form .question-container {
        padding: 0;
        height: 50vh !important;
        width: 100% !important;
    }

    .conversational-form .conversational-form-inner {
        padding: 0;
    }

    /*Profile page*/
    .profile-header .circular-profile-photo.large {
        width: 150px;
        height: 150px;
    }

    .img_border {
        width: 180px;
        height: 180px;
    }

    .edit_profile input, .edit_profile select, .edit_profile .select2-container--default .select2-selection--single .select2-selection__rendered {
        width: 94% !important;
    }

    /*Nominate page*/
    .nominate .sub_heading {
        font-size: 1.4rem;
        width: 80%;
    }

    .nominate .card .card-body {
        padding-right: 15px;
    }

    .nomination-form .input-group {
        margin: 10px auto;
    }

    /*Yonderians page*/
    .circular-profile-photo.small {
        width: 80px;
        height: 80px;
    }

    .users-accordion .accordion {
        padding: 10px 10px 10px 0;
    }

    .employees span.btn {
        top: 0px;
    }

    .users-accordion .accordion.active .profile-photo {
        max-width: 170px;
    }

    .users-accordion .accordion.active .circular-profile-photo.small {
        height: 150px;
        width: 150px;
    }

    /*Nominations Page*/
    .nominated-name {
        padding: 2rem 0;
    }
}

/*Laptop size 1366px x 640px*/
@media only screen and (max-width: 1366px) and (min-height: 625px) and (max-height: 640px) {

    .container.third {
        top: 8.5vh;
        height: 86%;
    }

    .container.third > .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .title_section {
        font-size: 4rem;
    }

    .nomination-form .input-group {
        margin: 8px auto;
    }

    .employees .container.second, .cycles .container.second, .nominations .container.second {
        position: relative;
    }

    .profile .container.second {
        top: 4vh;
        position: relative;
    }

    .profile .container.third, .employees .container.third, .cycles .container.third, .nominations .container.third {
        top: 0;
        height: 95%;
    }

    .questions-form .question-container {
        height: 51vh !important;
    }
}

/*iPad Landscape*/
@media only screen and (max-width: 1024px) {
    /*General */
    #app, .wrapper, .header-filter {
        height: 100%;
    }

    .container.second {
        background-position: -18vh top;
        margin-bottom: 9vh;
    }

    .container.third > .col-md-6 {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }

    /*Yonderians, Nominations & Profile*/
    .employees .card-body, .nominations .card-body, .profile .card-body {
        max-height: 100% !important;
    }
}

/*iPad portrait*/
@media only screen and (min-width: 768px) and (max-width: 768px) {
    /*General*/
    #app, .wrapper .header-filter {
        height: auto;
    }

    .navbar-expand-md > .container {
        flex-wrap: wrap;
    }

    .navbar-expand-md .navbar-collapse {
        display: block !important;
    }

    .navbar-expand-md .navbar-nav {
        width: 84%;
        margin: auto;
    }

    .navbar-dark .navbar-brand {
        width: 100%;
        text-align: center;
    }

    .navbar-brand img {
        width: 100%;
    }

    .container.third {
        top: 0;
    }

    .col-md-6, .col-md-8 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    h1.title_heading {
        font-size: 3.5rem;
    }

    .title_section {
        font-size: 5rem;
    }

    /*yonderians*/
    .input-group.search {
        width: 80%;
    }

    .img_border {
        width: 180px;
        height: 180px;
    }
}

@media only screen and (max-width: 768px) {
    .profile .container.second, .employees .container.second, .cycles .container.second, .nominations .container.second, .edit .container.second {
        margin-bottom: 13vh;
    }

    .modal-dialog {
        max-width: 80%;
    }

    .container.third > .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .dropdown-item {
        font-size: 1rem;
    }

    .copyright {
        text-align: center !important;
    }

    .input-group.search {
        width: 100%;
    }

    .search .form-control {
        width: 100% !important;
    }

    .search .input-group-btn {
        width: 100%;
    }

    .btn.btn-default.btn-search {
        margin-left: 0px;
    }

    .navbar-toggler {
        border: 1px solid white;
    }

    .navbar-toggler-icon {
        background-image: url("../images/icons/burger-icon.png");
    }

    .navbar .navbar-brand {
        width: 60%;
    }

    nav a img {
        padding: 0;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        text-align: center;
        width: 100%;
    }

}

/*Phone -  Large*/
@media only screen and (max-width: 414px) {

    .container.second {
        margin-top: 0;
    }

    /*General*/
    #app, .wrapper, .header-filter {
        height: 95%;
    }

    .container.third {
        padding: 15px 0;
    }

    .navbar-toggler {
        border: 1px solid white;
    }

    .navbar-toggler-icon {
        background-image: url("../images/icons/burger-icon.png");
    }

    .navbar .navbar-brand {
        width: 60%;
    }

    nav a img {
        padding: 0;
    }

    h1.title_heading {
        font-size: 3rem;
    }

    .title_section {
        font-size: 4rem;
    }

    .sub_heading {
        font-size: 1.2rem;
    }

    .card, .card-body {
        max-height: 100% !important;
    }

    .btn {
        font-size: .8rem;
    }

    .verify .padding_for_heading, .verify .title_container {
        display: none;
    }

    .verify .py-4 {
        padding: 2rem 0 !important;
    }

    /*Modal*/
    .modal-body {
        margin: 0 1rem 0;
    }

    .modal-dialog {
        height: 60%;
    }

    /*Index, Login & register page*/
    .index_page .btn, .login_register .btn {
        width: 100%;
        margin-bottom: 20px;
    }

    .col-6.offset-3.login_register {
        margin: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-md-6.offset-md-3.remember-me {
        position: relative;
        display: inline-block;
    }

    /*Questionnaire page*/
    .conversational-form .conversational-form-inner {
        padding: 0 !important;
    }

    .questionnaire .title_section {
        font-size: 2rem;
    }

    .questions-form > .container {
        padding: 0px;
    }

    /*Profile & Yonderians*/
    .employees .btn-primary.float-right {
        float: none !important;
    }

    .accordion .profile-photo {
        padding: 10px;
    }

    .users-accordion {
        margin: 0;
    }

    .circular-profile-photo.small {
        width: 100px;
        height: 100px;
    }

    .user_name, user_fact {
        text-align: justify;
    }

    .circular-profile-photo.small {
        margin: 0;
    }

    .profile_info, .profile_info:first-of-type {
        width: 100%;
        text-align: center;
    }

    .btn.btn-default.btn-search {
        float: right;
    }

    .select2-container--default .select2-results > .select2-results__options {
        max-height: 25vh;
    }

    /*Nominate*/
    #nomination-form {
        display: block !important;
    }

    .view_yonderians_profile {
        display: inline-block;
        padding-top: 20px;
    }

    #nominate_container .card {
        max-height: 100% !important;
    }

    .nominate .sub_heading {
        width: 100%;
    }

    /*Nominated Confirmation*/
    #app.nominated, .nominated .wrapper, .nominated .header-filter {
        height: 100%;
    }

    /*Nominations*/
    .sub_heading.nominations {
        font-size: 1.2rem;
    }

    .nominations-accordion {
        margin: 15px 0;
    }

    input#comment {
        width: 100%;
        margin-bottom: 10px;
    }

    input#comment button {
        width: 100%;
    }

    button.btn-primary.comments {
        width: 100%;
        margin: 0;
        position: relative;
        right: 0;
        float: none !important;
    }

    button.btn-primary.view-files {
        width: 100%;
        margin-bottom: 20px;
        font-size: .7rem;
    }

    .input-group.comments {
        width: 100%;
        position: relative;
        right: 0;
    }

    .single-nomination {
        padding: 20px;
    }

    span.nomination-count {
        position: absolute;
        right: 0;
        bottom: 20px;
    }

    /*Nomination Cycles*/
    .cycles .col-sm-6.float-left {
        padding: 0;
    }

    .cycles .form-group.row.input-group {
        margin: 0;
    }

    .cycle_information {
        margin: 10px 0;
    }

    .cycles .form-group.float-right {
        margin-top: 15px;
    }

    .cycles-accordion .panel.accordion-panel.show {
        padding: 20px 0;
    }
}

/*Phone -  Medium*/
@media only screen and (max-width: 375px) {
    /*General*/
    .navbar-brand {
        display: block;
        width: 70%;
    }

    .title_section {
        font-size: 3rem;
    }

    h1.title_heading {
        font-size: 2.6rem;
    }

    /*Nominations*/
    button.btn-primary.view-files {
        font-size: .5rem;
    }
}

/*Phone - Small*/
@media only screen and (max-width: 360px) {
    /*General*/
    h1.title_heading {
        font-size: 2.4rem;
    }

    .title_section {
        font-size: 2.5rem;
    }

    /*Yonderians*/
    .circular-profile-photo.small {
        width: 80px;
        height: 80px;
    }

    .users-accordion .accordion.active .circular-profile-photo.small {
        height: 120px;
        width: 120px;
    }

    .employees .py-4 > .container {
        padding: 0;
    }
}

