body {
    background: #f2f2f2;
    color: #666666;
    /* overflow: hidden; */
    overflow-x: hidden;
}

a {
    color: #4F698A;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
#main{
    background: #f2f2f2;
}

a:hover,
a:active,
a:focus {
    color: #4F698A;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0 0 30px 0;
}

.rounded-circle-profile{
    border-radius: 50px;
}

.rounded-circle-profile-white{
    border-radius: 50px;
}
/* .sidenav {
    height: 100%;
    width: 300px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 20px; 
  }
  
  .sidenav a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
  }
  
  .sidenav a:hover {
    color: #f1f1f1;
  }
  .main{
    margin-left: 300px;
  } 

  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }*/


  #header #logo {
    padding-left: 30px;
    /* margin-top:-20px; */
}


.carousel-indicators li {
	height:0px !important;
        border-top:none;
}

/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    background:#4A98B2;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 150px;
    bottom: 55px;
    transition: background 0.5s;
    z-index: 1051;
}

.back-to-top i {
    padding-top: 12px;
    color: #fff;
}


/* Prelaoder */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f2f2f2;
    border-top: 6px solid #4F698A;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#Instagram .panel-default{
    border-left: 5px solid #8030af;
}
#Facebook .panel-default{
    border-left: 5px solid #4f698a;
}
#Youtube .panel-default{
    border-left: 5px solid #e06672;
}
#Tiktok .panel-default{
    border-left: 5px solid #5e5e5e;
}
#Instagram .textarea{
    border-left: 5px solid #8030af !important;
    outline: none;
    overflow: hidden;
}

#Facebook .textarea{
    border-left: 5px solid #4f698a !important;
    outline: none;
    overflow: hidden;
}

#Youtube .textarea{
    border-left: 5px solid #e06672 !important;
    outline: none;
    overflow: hidden;
}
#Tiktok .textarea{
    border-left: 5px solid #5e5e5e !important;
    outline: none;
    overflow: hidden;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    padding: 10px 0 30px;
    height: 92px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    background: #fff;
}
@media screen and (max-width: 600px){
    #header{
        height: 85px;
    }
    #header.header-scrolled{
        height: 60px !important;
    }
}

#header.header-scrolled {
    /* background: #ccccccf2; */
    /* padding: 20px 0; */
    height: 92px;
    transition: all 0.5s;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

#header #logo {
    float: left;
}

#logo .logo-img {
    height: 70px;
}

#header #logo h1 {
    font-size: 34px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
}

#header #logo h1 a,
#header #logo h1 a:hover {
    color: #fff;
    padding-left: 10px;
    border-left: 4px solid #4F698A;
}

#header #logo img {
    padding: 0;
    margin: 0;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    right: 0%;
    z-index: 999;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu > li {
    float: left;
}


.nav-menu ul ul {
    top: 0;
    left: 100%;
}

.nav-menu ul li {
    min-width: 180px;
}


/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
    padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
    content: "\f078";
    position: absolute;
    right: 15px;
    font-family: 'Font Awesome\ 5 Free';
    font-style: normal;
    font-weight: 900;
    top: 5px;
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}


/* Nav Meu Container */

#nav-menu-container {
    float: right;
    margin: 0;
}


/* Nav Meu Styling */

.nav-menu a {
    padding: 0 8px 10px 8px;
    text-decoration: none;
    display: inline-block;
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    outline: none;
}

.nav-menu li:hover > a,
.nav-menu > .menu-active > a {
    color: #4F698A;
}

.nav-menu > li {
    margin-left: 10px;
    margin-top: 10px;
}

.nav-menu ul {
    margin: 0    0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
}

.nav-menu ul li {
    transition: 0.3s;
}

.nav-menu ul li a {
    padding: 10px;
    color: #333;
    transition: 0.3s;
    display: block;
    font-size: 14px;
    text-transform: none;
}

.nav-menu ul li:hover {
    color: #4F698A;
    background-color: rgb(243, 240, 240);
}

.nav-menu ul ul {
    margin: 0;
}

/* Nav Menu Animation */
  .animate {
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform:translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 20px 20px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

#mobile-nav-toggle i {
    color: #000;
}


/* Mobile Nav Styling */

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(0, 0, 0, 0.8);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#mobile-nav ul li {
    position: relative;
}

#mobile-nav ul li a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

#mobile-nav ul li a:hover {
    color: #4F698A;
}

#mobile-nav ul li li {
    padding-left: 30px;
}

#mobile-nav ul li.menu-active a {
    color: #4F698A;
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #4F698A;
}

#mobile-nav ul .menu-has-children li a {
    text-transform: none;
}

#mobile-nav ul .menu-item-active {
    color: #4F698A;
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}


/* Mobile Nav body classes */

body.mobile-nav-active {
    overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
    left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
}


/*------------------------------------------------------------
# Left Sidebar
------------------------------------------------------------*/

#left-sidebar {
    /* max-width: 300px; */
    margin-top: 100px;
    /* float: left; */
}
#right-sidebar {
    /* max-width: 300px; */
    margin-top: 90px;
    background: #f2f2f2;
    min-height: calc(100vh - 4.5rem);
    /* float: left; */
}
.left-section {
    min-height: 100vh;
    padding: 20px;
    /* border-top: 1px solid #00408526; */
    /* border-right: 1px solid #00408526; */
}

.right-section {
    padding-top: 20px;
    padding-right: 60px;
    padding-left: 50px;
    padding-bottom: 0px;
    min-height: 100vh;
    width: 100%;
    background: #f2f2f2;
}

.profile-img {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.33, rgb(121, 175, 216)), color-stop(0.67, rgb(153, 25, 94, 0.5)));
    background-image: -moz-linear-gradient(center bottom, rgb(121, 175, 216) 33%, rgb(153, 25, 94, 0.5));
    padding: 6px;
    border-radius: 50%;

}
.sidenav-item:hover {
    color: #4A98B2;
}

.group {
    position: relative;
    /* margin-bottom: 45px; */
}
input{
    cursor: pointer;
}
input.input_edit {
    display: block;
    width: 72%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

input.input_edit:focus {
    outline: none;
}


/* LABEL ======================================= */

label.commercial-label{
    padding-left: 2px;
    color: #999;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 45px;
    top: 5px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
/* active state */

.profile-edit-span{
    position: absolute;
    right: 0px;
    top: 7px;
    color: #dadada;
}
.pencil-font{
    opacity: 0;
}

input[readonly]{ 
    background: transparent !important;
}

.input_edit{
    width: 100%;
    font-size: 12px;
}
a p{
    margin-bottom: 30px !important;
    font-size: 20px;
}
.col-md-5 p{
    font-size: 12px;
    margin-bottom:5px; 
}
.col-md-10 p{
    font-size: 12px;
    margin-bottom:5px; 
}
input.input_edit:focus ~ label,
input.input_edit:valid ~ label {
    top: -20px;
    font-size: 14px;
    color: #000;
    margin-left:-40px;
}
.slider-text
{
    width:100%;
}
.user-name {
    margin-top: 20px;
    font-weight: 600;
    color: #5e5e5e;
    font-size: 20px;
    /* display: none; */
}

.user-work {
    font-size: 18px;
    margin-bottom: 5px;
    color: #5e5e5e;
    /* display: none; */
}

.user-location {
    font-size: 18px;
    color: #5e5e5e;
    /* display: none; */
}

.show-username,
.show-user-work,
.show-user-location {
    /* margin-top: 20px; */
    text-align: center;
}

#name-font {
    padding-left: 18px;
    color: #dadada;
    float: right;
    /* display: none; */
    opacity: 0;
    margin-top:7px;
}

#work-font {
    padding-left: 18px;
    color: #dadada;
    float: right;
    opacity: 0;
    margin-top: 7px;
}

#location-font {
    padding-left: 18px;
    color: #dadada;
    float: right;
    opacity: 0;
    margin-top: 7px;
}

.name-textbox{
    font-weight: bold;
    border: none;
    outline: none;
}

.name-textbox,
.work-textbox,
.location-textbox {
    /* display: none; */
    border: none;
    margin: 0px;
    text-decoration: none;
    background:#f8f8f8;
    text-align: center;
    margin-bottom: 5px;


}
input:read-only{
    background:#f8f8f8;
}

.arrow-left {
    width: 0;
    height: 0;
    margin: -22px;
    margin-top: 45px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #5e5e5e;
}

.active-platform {
    font-size: 18px;
    color: #5e5e5e;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #5e5e5e;
    margin: -24px;
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #5e5e5e;
    margin: -24px;
}

.commercial-text {
    margin-left: 10px;
    font-size: 20px;
    color: #5e5e5e;
    padding-top: 5px;
}

.commercial-username {
    margin-top: 20px;
    font-weight: 500;
    color: #5e5e5e;
}

.commercial-label {
    margin-bottom: 5px;
}

.commercial-textbox {
    display: block;
    width: 50%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.username-textbox {
    display: block;
    width: 70%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-inputs {
    margin-bottom: 40px;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 104px;
    right: 0;
    height: 50px;
    width: 50px;
    opacity: 1;
    transition: .3s ease;
    background-color: #cccccc8c;
    border-radius: 50%;
}

.overlay-sidebar {
    position: absolute;
    top: 9%;
    bottom: 0;
    left: 14px;
    right: 0;
    height: 30px;
    width: 30px;
    opacity: 1;
    transition: .3s ease;
    background-color: #cccccc8c;
    border-radius: 50%;
}

.icon {
    color: white;
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

#facebook-form,
#youtube-form,
#tiktok-form,
#instagram-overlay {
    display: none;
}

.edit-btn {
    background: #4F698A;
    color: #fff;
    border-color: #4F698A;
    padding: 4px;
}

.save-btn {
    float: right;
    background: #4F698A;
    padding: 10px;
    border: none;
    box-shadow: 2px 2px 2px 2px #58616b69;
    left: auto;
}

.at-row {
    margin-top: 16px;
}

#instagram-img,
#facebook-img,
#youtube-img,
#tiktok-img {
    margin-left: 90px;
}

#left-sidebar {
    background: #f2f2f2;
    height: 100%;
}

.left-section {
    background: #f8f8f8;
    
}

.category-div,
.general-div {
    margin-top: 70px;
}


/*-----------------------------------------------------------------
#Slider
-------------------------------------------------------------------*/

.col-center {
    margin: 0 auto;
    float: none !important;
}

.carousel {
    margin: 50px auto 16px;
    padding: 25px 40px 0px;
}

.carousel .item {
    color: #999;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    min-height: 290px;
}

.carousel .item .img-box {
    width: 135px;
    height: 135px;
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 50%;
}

.carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}

.carousel .testimonial {
    padding: 30px 0 10px;
}

.carousel .overview {
    font-style: italic;
}

.carousel .overview b {
    text-transform: uppercase;
    color: #7AA641;
}

.carousel .carousel-control {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
    background: none;
}

.carousel-control i {
    font-size: 40px;
    line-height: 42px;
    position: absolute;
    display: inline-block;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}

.carousel .carousel-indicators {
    bottom: 0px;
    padding-left:50px;
}

.carousel-indicators li,
.carousel-indicators li.active {
    /* width: 10px;
    height: 10px; */
    margin: 1px 3px;
    border-radius: 50%;
}

#instagram-slider-story-label,
#instagram-slider-picture-label,
#instagram-slider-video-label,
#facebook-slider-story-label,
#facebook-slider-picture-label,
#facebook-slider-video-label,
#youtube-slider-5min-label,
#youtube-slider-10min-label,
#youtube-slider-brand-label,
#tiktok-slider-10min-label,
#tiktok-slider-1min-label,
#tiktok-slider-brand-label {
    display: none;
}


/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media only screen and (max-width: 767px) {
    .rounded-circle-profile {
        display: none;
    }
    .without-slider-section {
        display: none;
    }

    .right-section {
        padding-top: 20px;
        padding-right: 0px;
        padding-left: 0px;
        padding-bottom: 60px;
    }
    .left-section {
        text-align: center;
        min-height: 0ch;
        padding: 18px;
        top: 0;
        left: 0px;
        right: 0;
        width: 100%;
        height: 22%;
        background-color: #fff;
    }
    .platform-div {
        display: none;
    }
    .username-textbox {
        width: 100%;
    }
    #save-btn {
        float: left;
        margin-left: 155px;
        margin-top: 35px;
        right: auto;
        position: fixed;
    }
    #instagram-img,
    #facebook-img,
    #youtube-img,
    #tiktok-img {
        margin-left: 22px;
    }
    #commercial-slider-arrow .arrow-down {
        margin: 70px 23px;
    }
    #commercial-slider-arrow .arrow-up {
        margin: 20px;
        padding-top: 1px;
    }
    .commercial-text {
        margin-left: 53px;
        font-size: 24px;
        color: #5e5e5e;
        margin-top: -18px;
    }
    .slider-section {
        margin-top: 50px;
    }
    #category-arrow .arrow-up {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #5e5e5e;
        margin: 20px;
    }
    #general-arrow .arrow-up {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #5e5e5e;
        margin: 20px;
    }
    .arrow-down {
        margin: 20px;
    }
    .category-div .commercial-text {
        margin-top: -44px;
    }
    .general-div .commercial-text {
        margin-top: -44px;
    }
    #left-sidebar{
        padding-right: 0px;
    }
    #right-sidebar{
        margin-top: 0px;
        padding-top: 10px;
    }
    .desktop-mobile{
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .rounded-circle-profile {
        display: none;
    }
    .slider-section {
        display: none;
    }
    .platform-icon {
        display: inline-block;
    }
    #instagram-img {
        margin-left: 20px;
    }
    .username-textbox {
        width: 77%;
    }
    .commercial-textbox {
        width: 100%;
    }
    #left-sidebar{
        padding-right: 0px;
        padding-left: 0px;

    }
    #right-sidebar{
        margin-top: 20px;
        padding-top: 10px;
    }
}

@media (min-width: 980px) and (max-width: 1150px) {
    .slider-section {
        display: none;
    }
    .rounded-circle-profile-white {
        display: none;
    }
    .platform-icon {
        display: inline-block;
    }
    #right-sidebar{
        margin-top: 20px;
        padding-top: 10px;
    }
}

@media only screen and (min-width: 1200px){
    .slider-section {
        display: none;
    }
}

@media only screen and (min-width: 1200px)and (max-width: 1400px) {
    .slider-section {
        display: none;
    }
    .rounded-circle-profile-white {
        display: none;
    }
    #main{
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #right-sidebar{
        margin-top: 70px;
        padding-top: 10px;
    }
    .left-section{
        padding-left: 0px;
        padding-right: 0px;
    }
    #header #logo {
        padding-left: 10px;
    }
    #nav-menu-container {
        padding-right: 10px;
        margin-top: 15px;
    }
}

@media (min-width: 768px) {
    #contact .contact-address,
    #contact .contact-phone,
    #contact .contact-email {
        padding: 20px 0;
    }
    #contact .contact-phone {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }
    #left-sidebar{
        padding-right: 0px;
        padding-left: 0px;
    }
    #right-sidebar{
        margin-top: 50px;
    }
}

@media (min-width: 992px) {
    #testimonials .testimonial-item p {
        width: 80%;
    }
    #left-sidebar{
        padding-right: 0px;
        padding-left: 0px;
    }
    #right-sidebar{
        margin-top: 50px;
        padding-top: 10px;
    }
}

@media (min-width: 1024px) {

    #intro p {
        width: 60%;
    }
    #intro .carousel-control-prev,
    #intro .carousel-control-next {
        width: 5%;
    }

    #right-sidebar{
        margin-top: 70px;
        margin-left: 16%;
    }
    #left-sidebar{
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
    }
    #nav-menu-container {
        /* padding-right: 9%; */
        padding-right: 30px;
        margin-top: 15px;
    }
    .rounded-circle-profile-white{
        display: none;
    }
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 55px;
        left: 5px;
    }
    #header #logo{
        padding-left: 0px;
    }
    #header #logo h1 {
        font-size: 28px;
    }
    #header #logo img {
        max-height: 40px;
    }
    #intro h2 {
        font-size: 28px;
    }
    #nav-menu-container {
        display: inline;
    }
    #mobile-nav-toggle {
        display: none;
    }
    #left-sidebar{
        padding-right: 0px;
        padding-left: 0px;
    }
    #right-sidebar{
        margin-top: 0px;
        padding-top: 10px;
    }
    .nav-menu ul{
        padding: 20px;
    }
}




.bio-textbox {
    display: block;
    width: 60%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057ad;
    background-color: #f3f3f3;
    background-clip: padding-box;
    border: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/* Category */

.w3-card p{
    font-size: 12px;
}
.panel-body table{
    font-size: 12px;
}
.textarea{
    font-size: 12px;
    padding: 20px;
}
#div_post_date{
    font-size: 12px;
}
.alert{
    font-size: 12px;
}
.work-textbox .location-textbox{
    font-size: 12px !important;
}
.platform-div p{
    font-size: 10px;
}
.platform-icon{
    font-size: 12px
}
h6 {
    font-size: 14px !important;
}

.funkyradio div {
    /* clear: both; */
    overflow: hidden;
  }

  @-moz-document url-prefix() {
    .c_m_p{
        padding-left:10px;
     }
     .funkyradio input[type="radio"]:empty ~ label,
     .funkyradio input[type="checkbox"]:empty ~ label {
        padding-left: 45px;
     }
  }

  
  .funkyradio label {
    width: 100%;
    border-radius: 5px;
    /* border: 1px solid #ced4da; */
    font-weight: normal;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    font-size: 12px !important;
    background: #fff;
  }
  
  .funkyradio input[type="radio"]:empty,
  .funkyradio input[type="checkbox"]:empty {
    display: none;
    color: black;
    content: '+';
    background: #fff;
  }
  
  .funkyradio input[type="radio"]:empty ~ label,
  .funkyradio input[type="checkbox"]:empty ~ label {
    position: relative;
    line-height: 2.5em;
    text-indent: 3.6em;
    margin-top: 2em;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
            color: black;
    content: '+';
  }
  
  .funkyradio input[type="radio"]:empty ~ label:before,
  .funkyradio input[type="checkbox"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 2.5em;
    /* background: #e9ecef; */
    background: #fff;
    border-radius: 3px 0 0 3px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 20px;
  }
  
  .funkyradio input[type="radio"]:hover:not(:checked) ~ label,
  .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: black;
    content: '+';
  }
  
  .funkyradio input[type="radio"]:not(:checked) ~ label:before,
  .funkyradio input[type="checkbox"]:not(:checked) ~ label:before {
    content: '+';
    text-indent: .9em;
    color:  black;
  }
  
  .funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
  .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
    content: '+';
    text-indent: .9em;
    color:  black;
  }
  
  .funkyradio input[type="radio"]:checked ~ label,
  .funkyradio input[type="checkbox"]:checked ~ label {
    color: #777;
    border: 1px solid gray;
    padding-left: 0px;
    text-indent: 1em;
  }
  
  .funkyradio input[type="radio"]:checked ~ label:before,
  .funkyradio input[type="checkbox"]:checked ~ label:before {
    /* content: '-';
    text-indent: .9em; */
    width: 0px;
    color: #333;
    /* background-color: #ccc; */
    /* border: 1px solid gray; */
  }
  
  .funkyradio input[type="radio"]:focus ~ label:before,
  .funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
  }
  
  .funkyradio-default input[type="radio"]:checked ~ label:before,
  .funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
  }
  
  .funkyradio-primary input[type="radio"]:checked ~ label,
  .funkyradio-primary input[type="checkbox"]:checked ~ label {
    color: #fff; /*#337ab7; */
    background: #337ab7;
    border-color: gray;
    padding-left: 0px;
  }
  
  .funkyradio-primary input[type="radio"]:checked ~ label:before,
  .funkyradio-primary input[type="checkbox"]:checked ~ label:before {
    color: black;
    /* border-color: gray; */
    /* background-color: ; */
  }
  
  
  
  .funkyradio-info input[type="radio"]:checked ~ label:before,
  .funkyradio-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
  }

  #overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}
#text{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

