body{
    font-family: 'Roboto', sans-serif;
    overflow-x:hidden;
}

#loginContainer{
    background: url(../img/img_bg2.jpg);
    background-size: cover;
    background-color:#999;
    background-position: center center;
    position: fixed;
    width:100vw;
    height: 100vh;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
}

#loginForm{
    background: rgba( 255, 255, 255, 0.9);
    box-shadow: 0px 0px 15px #555;
    border-radius: 10px;
    min-height: 25vh;
    margin: 0 auto;
    padding: 40px 0;
    color: #555;
    text-align: center;
    display:none;
}

#loggingIn{
    margin: 0 auto;
    z-index: 1001;
    color:  #555;
    text-align: center;
    background: rgba( 255, 255, 255, 0.9);
    width: 100vw;
    padding: 50px 0px;
    
}

#loggingOut{
    margin: 0 auto;
    z-index: 1001;
    color:  #555;
    text-align: center;
    display: none;
    background: rgba( 255, 255, 255, 0.9);
    width: 100vw;
    padding: 50px 0px;
}

.my_button{
    font-size: 18px;
    border: 2px solid #555;
    border-radius: 5px;
    padding: 10px 50px;
    color: #555;
    transition: .5s;
}
.my_button:hover{
    background: #333;
    color: #FFF;
    cursor: pointer;
}

label{
    display: block; 
    text-align: left; 
    width: 70%; 
    margin: 0 auto;
    color: #555;
    font-size: 10px;
}

input[type=checkbox]{
    width: 20px;
    height: 12px;
}

input{
    border: 0;
    border-bottom: 1px solid #555;
    background: none;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    padding-left:5px;
    width:70%;
    color: #555;
}
input:focus{
    outline: none !important;   
}
input::placeholder{
    font-weight: 100;
    font-style: italic;
    color: #555;
}
#forgotPassword{
    color: #aa0000;
    width: 70%;
    margin: 0 auto;
    text-align: left;
    font-size: 10px;
    transition: .5s;
}
#forgotPassword:hover{
    color: #650000;
    cursor: pointer;
}

.top_nav{
    border-bottom: 1px solid #999; 
    box-shadow: 0px 0px 10px #999; 
    position: fixed; 
    top: 0; 
    left: 0;
    z-index: 1;
    background: white;
}

.left_menu{
    position: fixed; 
    top: 0; 
    left: 0; 
    height: 100vh; 
    background: #333; 
    color: white; 
    text-align: center; 
    z-index: 2; 
    font-size: 32px;
    box-shadow: 8px 0px 13px 2px #00000052;
}

.left_menu_item:hover{
    color: #999;
    cursor: pointer;
}

.left_menu_bottom{
    position: absolute; 
    left: 0; 
    bottom: 20px; 
    width: 100%; 
    text-align: center;
}

.left_menu_label{ 
    font-size: 10px;
}

.associates, .projects, .blogs, .help_screen{
    position: absolute;
}
.projects, .associates, .blogs{
    padding-bottom:10vh;
    padding-top: 3vh;
}

.associate_image_conatiner{
    height: 200px;
    width: 200px;
    margin: 0 auto;
}

.associate_image{
    border-radius: 50%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: .3s;
}

.associate_image:hover{
    transform: scale(1.1);
    filter: brightness(80%);
}

.associate_container{
    cursor: pointer;
    margin: 3vh 3vw;
}
.add_associate{
    position: relative;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    color: #d4d4d4;
    border: 2px solid #d4d4d4;
    transition: .4s;
    margin: 0 auto;
}

.add_associate:hover{
    transform: scale(1.1);
}

.project_container{
    margin: 3vh 0;
    height: 200px;
    cursor: pointer;
    transition: .3s;
}
.project_container:hover{
    transform: scale(1.1);
}
.project_image{
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}
.project_image:hover{
    
    filter: brightness(80%);
}
.project_title_under{
    text-align: center;
    color: #555;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 11pt;
    text-transform: uppercase;
}

.edit_project_icon{
    position: absolute;
    font-size: 30pt;
    top: 37%;
    left: 43%;
    color: white;
    opacity: 0;
    transition: .3s;
    pointer-events: none;
}

.img_cover{
    width:100%;
    object-fit: cover;
    max-height:500px;
}

.blog_container{
    margin: 3vh 0;
    height: 200px;
    cursor: pointer;
    transition: .3s;
}
.blog_container:hover{
    transform: scale(1.1);
}
.blog_image{
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}
.blog_image:hover{
    
    filter: brightness(80%);
}
.blog_title_under{
    text-align: center;
    color: #555;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 11pt;
    text-transform: uppercase;
}

.edit_blog_icon{
    position: absolute;
    font-size: 30pt;
    top: 37%;
    left: 43%;
    color: white;
    opacity: 0;
    transition: .3s;
    pointer-events: none;
}

.edit_project_icon{
    position: absolute;
    font-size: 30pt;
    top: 37%;
    left: 43%;
    color: white;
    opacity: 0;
    transition: .3s;
    pointer-events: none;
}


.edit_associate_icon{
    position: absolute;
    top: 39%;
    left: 43%;
    color: white;
    font-size: 30pt;
    pointer-events: none;
    transition: .3s;
    opacity: 0;
}
.associate_sub_container, .project_sub_container, .blog_sub_container{
    padding-top: 15vh; 
    padding-left: 10vh;
    width:75vw;
}
.tox-statusbar__branding{
    display: none;
}

.associate_feature_image, .project_feature_image, .blog_feature_image{
    overflow: hidden;
    max-height: 40vh;
    width: 100%;
}

.associate_feature_image img, .project_feature_image img, .blog_feature_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.edit_name_input{
    border: 1px solid #FFF;
    background: #f9f9f9;
    border-radius: 10px;
    height: 60px;
    font-size: 40px;
    line-height: 45px;
    /* padding-left: 5px; */
    width: 70%;
    color: #555;
    padding: 10px 5px;
}

.edit_name_input:hover{
    border: 1px solid #cecece;
    border-radius: 5px;
}

.associate_name_label{
    display: block;
    text-align: left;
    width: 100%;
}

.edit_title_input{
    border: 0;
    border: 1px solid #FFF;
    background: #f9f9f9;
    border-radius: 10px;
    height: 40px;
    font-size: 24px;
    line-height: 32px;
    padding-left:5px;
    width:70%;
    color: #555;
}

.edit_title_input:hover{
    border: 1px solid #cecece;
    border-radius: 5px;
}

.associate_title_label{
    display: block;
    text-align: left;
    width: 100%;
}

.short_desc{
    text-align: justify;
    border: 1px solid #FFF;
}

.short_desc:hover{
    border: 1px solid #cecece;
    border-radius: 5px;
}

.desc_label{
    display: block;
    text-align: left;
    width: 100%;
    position: relative;
    top: 4vh;
}

.long_desc{
    text-align: justify;
    border: 1px solid #FFF;
}

.long_desc:hover{
    border: 1px solid #cecece;
    border-radius: 5px;
}
.extra_images{
    margin-left: 0;
}

.extra_images_label{
    display: block;
    text-align: center;
    width: 100%;
    padding-bottom: 14pt;
    font-size: 11pt;
}

.is_featured{
    position: absolute;
    top: 9px;
    right: 25px;
    font-size: 17pt;
    color: #00f0ff;
    text-shadow: 1px 1px 11px black;
    z-index: 10;
    pointer-events: none;
}
.is_published{
    position: absolute;
    top: 9px;
    left: 25px;
    font-size: 17pt;
    color: #ec7fff;
    text-shadow: 1px 1px 11px black;
    z-index: 10;
    pointer-events: none;
}

.featured_images,.project_images, .blog_images{
    margin-top: 15vh;
    margin-bottom: 15vh;
}

.swal2-container{
    z-index: 1500 !important;
}

.add_image_label_associate, .add_image_label_project, .add_image_label_blog{
    text-align: center;
    width: 119px;
    position: absolute;
    top: -45px;
    right: 0;
    padding: 5px;
    font-size: 40px;
    color: #555;
    transition: .4s;
}

.add_image_label_associate:hover{
    cursor: pointer;
    color: #f71302;
}

.add_image_label_project:hover{
    cursor: pointer;
    color: #009cff;
}

.add_image_label_blog:hover{
    cursor: pointer;
    color: #ae00ff;
}

.lifestyle_image{
    margin-right: 2vw;
    height: 27vw;
    max-height: 300px;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    border: 4px solid white;
    border-radius: 10px;
    transition: .4s;
    cursor: pointer;
}

.lifestyle_image img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: .4s;
}

.add_project, .add_blog{
    border-radius: 20px;
    height: 100%;
    text-align: center;
    font-size: 80px;
    color: #d4d4d4;
    border: 2px solid #d4d4d4;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s;
}

.plus_sign{
    font-size: 80px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 50%;
}





/******************/
/*** FORMATTING ***/
/******************/
.large_text{
    font-size: 24px;
}
.nopadding{
    padding: 0;
}
.nomargins{
    margin: 0;
}
.spacer{
    height: 30px;
}
.vertical_text{
    transform: rotate(270deg);
    font-weight: bold; 
    font-size: 8vh; 
    color: white; 
    text-align: center;
    margin-top: 32vh;
}
.menu_highlight{
    transition: .4s;
}
.user_highlight{
    height: 100vh; 
    position: fixed;
    background-image: linear-gradient(to bottom, #FF9800 0%, #f71302 100%);
}
.project_highlight{
    height: 100vh; 
    position: fixed; 
    background-image: linear-gradient(to bottom, #00ffff 0%, #0066ff 75%);
}
.help_highlight{
    height: 100vh; 
    position: fixed; 
    background-image: linear-gradient(to bottom, #b1f141 0%,#00af0f 75%);
}
.blog_highlight{
    height: 100vh; 
    position: fixed;
    background-image: linear-gradient(to bottom, #d741f1 0%,#9200af 75%);
}
.gradient_text {
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
.gradient_blue{
    background-image: linear-gradient(to bottom, #00ffff 0%, #0066ff 75%);
}
.gradient_red{
    background-image: linear-gradient(to bottom, #FF9800 0%, #E91E63 100%);
}

.gradient_green{
    background-image: linear-gradient(to bottom, #b1f141 0%,#00af0f 75%);
}
.gradient_purple{
    background-image: linear-gradient(to bottom, #d741f1 0%,#9200af 75%);
}

.edit_nav{
    position: fixed; 
    top: 0; 
    height: 10vh; 
    border-bottom: 2px solid #e4e4e4; 
    z-index: 2; 
    background: #FFF;
}
.saved{
    position: absolute;
    right: 2.5vw;
    top: 2.1vh;
    color: rgb(56, 226, 40);
    transition: .4s;
    text-align: center;
    font-size: 10pt;
    opacity: 0;
    transform: scale(.1);
}

.saved i{
    font-size: 20pt;
}

.save_button_associate{
    position: absolute;
    top: 2.1vh;
    right: 2.5vw;
    font-size: 30pt;
    cursor: pointer;
    transition: .4s;
}

.save_button_associate i{
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(to bottom, #FF9800 0%, #E91E63 100%);
    transition: .4s;
}

.save_button_project, .save_button_blog{
    position: absolute;
    top: 2.1vh;
    right: 2.5vw;
    font-size: 30pt;
    cursor: pointer;
    transition: .4s;
}
.preview_button_blog{
    position: absolute;
    top: 2.1vh;
    right: 9.5vw;
    font-size: 30pt;
    cursor: pointer;
    transition: .4s;
}

.copy_button_blog{
    position: absolute;
    top: 2.1vh;
    right: 16.5vw;
    font-size: 30pt;
    cursor: pointer;
    transition: .4s;
}

.save_button_project i{
    color: transparent;
     -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(to bottom, #00ffff 0%, #0066ff 75%);
    transition: .4s;
}
.save_button_blog i, .preview_button_blog i, .copy_button_blog i{
    color: transparent;
     -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(to bottom, #d741f1 0%,#9200af 75%);
    transition: .4s;
}

.save_button_project i:hover, .back_button_project i:hover, 
.save_button_blog i:hover, .back_button_blog i:hover,
.preview_button_blog i:hover,.copy_button_blog i:hover,
.save_button_associate i:hover, .back_button_associate i:hover,
.back_button_help i:hover{
    transform: scale(1.2);
    transition: .4s;
}

.back_button{
    font-size: 30pt;
    position: absolute;
    top: 2.3vh;
    left: 2vw;
    cursor: pointer;
}

.back_button i{
    transition: .4s;
}

.back_button_help{
    position: fixed;
    top: 3vh;
    left: 18vw;
}


.delete_button{
    border: 1px solid grey;
    border-radius: 10px;
    padding: 10px;
    cursor:pointer;
    transition: .2s;
}
.delete_button:hover{
    background: red;
    color: white;
    border-color:white;
}

.delete_container{
    text-align: center;
    margin-bottom: 175px;
}

.user_bg_highlight{
    height: 100vh;
    width: 100%;
    opacity: 0.2;
    position: absolute;
    left: 0;
}

.wysiwyg{
    padding:20px;
    overflow: auto;
    margin-top: 5vh;
    margin-bottom: 5vh;
    background: #f9f9f9;
    border-radius: 10px;
}

.feature_lable_upload{
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.edit_icon_upload{
    font-size: 35pt;
    color: white;
    position: absolute;
    top: 40%;
    left: 46%;
    pointer-events: none;
    transition: .4s;
}

.delete_icon_overlay{
    opacity: 0;
    font-size: 45pt;
    position: absolute;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
    color: white;
    transition: .4s;
    pointer-events: none;
}

.lifestyle_images_container{
    margin-top: 15vh;
    margin-bottom: 20vh;
}

/*********************/
/*** SWITCH SLIDER ***/
/*********************/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

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

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

input:checked + .slider {
  background-color: #2196F3;
}

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

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

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

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

.help_section{
    margin:65px;
    position: relative;
}

.help_hero_box{
    position: absolute; 
    color: white; 
    top: 10vh;
    left: 22vw;
    width: 50%; 
    background: rgba(0,0,0,.5); 
    text-align: center; 
    padding: 20px 0; 
    pointer-events: none; 
    border-radius: 10px;
}

.help_box_header{
    font-size: 40px; 
    padding-bottom: 10px; 
    font-weight: bold;
}

.help_box_desc{
    font-size: 15px; 
    padding: 10px 30px; 
    border-top: 1px solid white;
}

.associate_help_link, .project_help_link{
    text-align: center;
    margin-top: 6vh;
    font-size: 11pt;
    padding: 5px;
    border-radius: 5px;
    width: 323px;
    cursor: pointer;
    transition: .3s;
}
.associate_help_link:hover, .project_help_link:hover{
    background: #ccf9cc;
}

.associate_help_link i, .project_help_link i{
    font-size: 19pt;
    vertical-align: sub;
    margin-left:8px;
}

.help_section_i {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 23pt;
    padding: 15px;
    cursor: pointer;
    padding-left:90%;
}

.help_title{
    font-size: 16pt;
    font-weight: bold;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 8px;
}
.help_title i{
    background-image: linear-gradient(to bottom, #b1f141 0%,#00af0f 75%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 30pt;
    vertical-align: middle;
    padding-right:8px;
}

.help_subtitle{
    margin-top:10px;
}

.help_selection{
    transition: .4s;
}

.help_selection img{
    transition: .4s;
}

.help_selection img:hover{
    cursor: pointer;
    filter: brightness(50%);
    transform: scale(1.05);
    transition: .4s;
}

.help_top_container{
    background:#eaeaea;
    padding: 10px;
    border-radius: 10px;
    border-bottom-left-radius: 0px;
}

.help_content{
    padding: 30px;
    border-left: 8px solid #eaeaea;
    display: none;
    transition: .2s;
}

.help_content img{
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    margin-top: 10px;
    margin-bottom: 20px;
}