
@import url("/assets/fonts/helvetica/HelveticaLTPro-Bold.ttf");
@import url("/assets/fonts/helvetica/HelveticaLTPro-Light.ttf");
@import url("/assets/fonts/helvetica/HelveticaRoundedLTPro-Bd.ttf");

@font-face {
    font-family: "helvetica_bold";
    src: url("/assets/fonts/helvetica/HelveticaLTPro-Bold.ttf") format("truetype");
    font-weight: bold;
}
@font-face {
    font-family: "helvetica_light";
    src: url("/assets/fonts/helvetica/HelveticaLTPro-Light.ttf") format("truetype");
}
@font-face {
    font-family: "helvetica_round";
    src: url("/assets/fonts/helvetica/HelveticaRoundedLTPro-Bd.ttf") format("truetype");
}

html,
body {
    font-family: "helvetica_light";
    color: #282828;
    background-color: #f5f8ff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
.hide {

    display: none !important;
}
.no-padding {
    padding: 0 !important;
}
.no-margin {
    margin: 0 !important;
}
.no-bottom-space {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.no-top-space {
    padding-top: 0 !important;
    margin-top: 0 !important;
}
.no-space {
    margin: 0 !important;
    padding: 0 !important;
}
.no-text-shadow {
    text-shadow: none !important;
}

.margin-top-10{
    margin-top: 10px !important;
}
.margin-top-30{
    margin-top: 30px !important;
}
.margin-top-50{
    margin-top: 50px !important;
}
.margin-top-60{
    margin-top: 60px !important;
}
.margin-bottom-5{
    margin-bottom: 5px !important;
}
.margin-bottom-10{
    margin-bottom: 10px !important;
}
.margin-bottom-30{
    margin-bottom: 30px !important;
}
.margin-bottom-50{
    margin-bottom: 50px !important;
}
.margin-bottom-100{
    margin-bottom: 100px !important;
}
.margin-left-20{
    margin-left: 20px !important;
}
.margin-right-20{
    margin-right: 20px !important;
}

ul li{
    list-style: none;
}
a{
    text-decoration: none !important;
}
/*background color*/
.bg-orange-light{
    background-color: #f85c37 !important;
    color: #fff !important;
}
.bg-orange-dark{
    background-color: #d83f1a !important;
    color: #fff !important;
}
.bg-blue{
    background-color: #003366 !important;
    color: #fff !important;
}


.dropdown-toggle-none-c::after,
.dropdown-toggle-none-c::before {
    content: none !important;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 9999;
    background: linear-gradient(to bottom, #8a76de 0%, #727cf5 100%);
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #fff;

    color: #7386D5;
}

#sidebar .sidebar-header {
    padding: 20px;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1rem;
    display: block;
    color: #fff;
}

#sidebar ul li a:hover {
    color: #7386D5 !important;
    background: #fff;
}

#sidebar ul li.active>a,

a[aria-expanded="true"] {
    color: #fff;
    border-left: 3px solid #fff;
}

#sidebar .list-unstyled .collapse .show {
    margin-left: 20px;
}

/* social card */

.fb-card{
    border-top: 3px solid #3B5998;
}
.google-card{
    border-top: 3px solid #DB4437;
}
.yt-card{
    border-top: 3px solid #c4302b;
}
.twt-card{
    border-top: 3px solid #38A1F3;
}
.in-card{
    border-top: 3px solid #0077B5;
}
.inst-card{
    border-top: 3px solid #c32aa3;
}
.tumb-card{
    border-top: 3px solid #34526f;
}
.orange-card{
    border-top: 3px solid #e37400;
}
.pin-card{
    border-top: 3px solid #e60023;
}
/*text color*/
.text-orange-light{
    color: #f85c37 !important;
}
.text-orange-dark{
    color: #d83f1a !important;
}
.text-blue{
    color: #003366 !important;
}
.text-gray{
    color: #666666 !important;
}
.text-gray-light{
    color: #a3a1a1 !important;
}
.text-fb{
    color: #3b5998 !important;
}
.text-twt{
    color: #38A1F3 !important;
}
.text-inst{
    color: #c32aa3 !important;
}
.text-yt{
    color: #c4302b !important;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
/* btn color */

.btn-fb{
    background-color: #3B5998 !important;
    color: #fff !important;
}
.btn-google{
    background-color: #DB4437 !important;
    color: #fff !important;
}
.btn-yt{
    background-color: #c4302b !important;
    color: #fff !important;
}
.btn-pin{
    background-color: #e60023 !important;
    color: #fff !important;
}
.btn-yt-tutorial{

    background-color: #c4302b !important;
    color: #fff !important;
    height: 20px;
    line-height: 0;
    padding: 2px 5px;
    font-weight: 500;
    font-size: 12px;
}

.btn-twt{
    background-color: #38A1F3 !important;
    color: #fff !important;
}
.btn-in{
    background-color: #0077B5 !important;
    color: #fff !important;
}
.btn-inst{
    background-color: #c32aa3 !important;
    color: #fff !important;
}
.btn-tumb{
    background-color: #34526f !important;
    color: #fff !important;
}
.btn-orange{
    background-color: #e37400 !important;
    color: #fff !important;
}
.btn-android-app{

    background-color: #ffffff !important;
    color: #191919 !important;
    height: 20px;
    line-height: 0;
    padding: 2px 5px;
    font-weight: 500;
    font-size: 12px;
}

.btn-app-store{
    background-color: #ffffff !important;
    color: #191919 !important;
    height: 20px;
    line-height: 0;
    padding: 2px 5px;
    font-weight: 500;
    font-size: 12px;
}
.post_floating_btn{
    position: fixed;
    margin-bottom: 0;
    z-index: 998;
    bottom: 45px;
    right: 24px;
}
/* header */

.logo-brand {
    height: 30px;
}

/* footer */
footer{
    background: inherit;
}
.main_footer{

    background: #343a40;
    color: #fff;
    padding: 40px 0px;
}

.sub_footer{
    background: #212529;
    color: #fff;
    font-size: .8rem;

    padding: 30px 0;
}

/*body*/

.header_bg{
    background-position: center;
    background-image: url(../imgs/bg.jpg);
    background-size: cover;
}

.pp_50{
    width: 50px;
}
.card-avatar{
    height: 100px;
    margin-bottom: 10px;
}
.profile_close{
    /*position: absolute;*/
    /*float: right;*/
    /*top: 10px;*/
    /*right: 25px;*/

    cursor: pointer;
}
.profile_action_dropdown {
    position: absolute;
    float: right;
    top: 10px;
    right: 25px;
    cursor: pointer;
}
.profile_action_dropdown .dropleft .dropdown-toggle::before {
    content: none !important;
}

/* ribbon */
.card_social_ribbon {
    width: 30px;
    height: 30px;
    background-color: #1d1d1d;
    position: absolute;
    top: 3px;
    color: #fff;
    text-align: center;
    padding-top: 6px;
}
.card_social_ribbon:before {
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -10px;
    border-left: 15px solid #1d1d1d;
    border-right: 15px solid #1d1d1d;
    border-bottom: 10px solid transparent;
}

/* fb properties */
.fb_page_scroll {
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.fb_page_scroll::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow:  inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.fb_page_scroll::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

.fb_page_scroll::-webkit-scrollbar-thumb
{
    border-radius: 10%;
    background-color: #000;
}
.page_name{

    color: #365899;
    font-weight: 600;
    font-size: 15px;
}


.page_list {
    padding: 5px;
    border: 0;
}
.frnd_card {
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 5px;
    position: absolute;
    right: 0;
    margin: 5px;
}
.frnd_name {
    font-size: 12px;
    line-height: 16px;
}
.fb_off_option{
    width: 100%;
    height: 40px;
    position: absolute;
    opacity: 0;
    bottom: 25px;
}

/*dummy data*/
.dummy_notext {
    margin-bottom: 3px;
    height: 13px;
    background: #f7f7f7;
}

.w_50{
    width: 50% !important;
}
.w_100{
    width: 100px !important;
}

@keyframes placeHolderShimmer{
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0

    }
}

.animated-background {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    position: relative;
}

/* avatar */

.avatar-30{
    height: 30px !important;
}


.card-height {
    max-height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.div_scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;

}

.div_scroll::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;

}

.div_scroll::-webkit-scrollbar-thumb {
    background-color: #000;
}

/* images and video upload css */

#media-list li img {
    width: 100px;

    height: 100px;
}

#media-list li {
    height: 102px;
}

#media-list li video,
#media-list li iframe {
    width: 100px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}
#media-list li iframe{
    height: 100px;
}
div#hint_brand .modal-dialog {
    top: 110px;
    width: 567px;
    max-width: 100%

}

li.myupload span {
    position: relative;
    width: 100px;
    height: 100px;
    display: block;
    background: #fff;

}

li.myupload span input {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

li.myupload span i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ccc;
    font-size: 30px;
}

#media-list li {
    float: left;
    border: 1px dashed #ccc;
    /* background: #ccc; */
    position: relative;
    margin: 0 5px 5px 0;
    width: 102px
}

#media-list li:last-child {
    margin-right: 0

}

.post-thumb {
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none
}

#media-list li:hover .post-thumb {
    display: block
}

a.remove-pic {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 12px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    display: block;
    height: 25px;
    width: 25px;
    text-align: center;
    padding: 3px 0
}

.inner-post-thumb {
    position: relative
}

.user-post-text-wrap {
    position: relative

}

.user-pic-post {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
}

.user-pic-post img {
    width: 100%;
}

.user-txt-post {
    padding: 0 0 0 65px;
}

textarea.form-control.upostTextarea {
    border: 0;
    box-shadow: none;
    height: 85px;
    resize: none;
}

.user-post-text-wrap {
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px
}

.user-post-btn-wrap {
    margin: 25px 0 0
}

ul.btn-nav {
    list-style: none;
    padding: 0;
    margin: 0
}

ul.btn-nav li {
    position: relative;
    float: left;
    margin: 0 10px 0 0
}
ul.btn-nav li span{
    cursor: pointer;
}

ul.btn-nav li span input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    opacity: 0;
    filter: alpha(opacity=100);
    cursor: pointer;
}

ul#media-list {
    list-style: none;
    padding: 0;
    margin: 0

}

/* notifications */
.notification_drop {
    width: 250px;
}

.notification_title {
    font-family: sans-serif;
}

.notification_desc {
    font-size: 12px;
    line-height: initial;
    word-break: break-all;
}

.badge-noti-count{
    top: 2px;
    font-size: 10px;
    position: absolute;
    background-color: #ff2e2e;
    right: 3px;
    padding: 0.3em 0.4em;
    color: #fff;
    right: 3px;
}


/* loader */
.spinner {
    display: inline-block;
    opacity: 0;
    width: 0;
    -webkit-transition: opacity 0.25s, width 0.25s;
    -moz-transition: opacity 0.25s, width 0.25s;
    -o-transition: opacity 0.25s, width 0.25s;
    transition: opacity 0.25s, width 0.25s;
}

.has-spinner.active {
    cursor: progress;
}

.has-spinner.active .spinner {
    opacity: 1;
    width: auto;
}

.has-spinner.btn.active .spinner {
    min-width: 20px;
}

.sk-spinner-fading-circle.sk-spinner {
    margin: 0 auto;
    width: 22px;
    height: 22px;
    position: relative;
}
.sk-spinner-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sk-spinner-fading-circle .sk-circle:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 18%;
    height: 18%;
    background-color: #007bff;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.sk-spinner-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.sk-spinner-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.sk-spinner-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sk-spinner-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}
.sk-spinner-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}
.sk-spinner-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sk-spinner-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}
.sk-spinner-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}
.sk-spinner-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.sk-spinner-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}
.sk-spinner-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}
.sk-spinner-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.sk-spinner-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.sk-spinner-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.sk-spinner-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.sk-spinner-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.sk-spinner-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.sk-spinner-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.sk-spinner-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.sk-spinner-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.sk-spinner-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.sk-spinner-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
    0%,
    39%,
    100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}

@keyframes sk-circleFadeDelay {
    0%,
    39%,
    100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}
/* chart */

.chart{
    width: 100%;
    height: 300px;
}

/* account active  deactive */
.card_deactivate {
    filter: blur(0px);
    color: transparent;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    opacity: 0.75;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.card_deactivate:after {
    content: "";
    background-image: url("../imgs/security.svg");
    height: 100px;
    width: 100px;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-shadow: 0 0 0px rgba(232, 13, 13, 0);
    opacity: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.account_deactive {
    width: 100%;
    height: auto;
    background-size: cover;
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -ms-filter: blur(4px);
    -o-filter: blur(4px);
    filter: blur(4px);
}

/*added by Aishwarya */

.round {
    border-radius: 50%;
    text-decoration: none;
    display: inline-block;
    padding: 8px 16px;
}
.previous {
    background-color: #f1f1f1;
    color: black;
}

.next {
    background-color: #4CAF50;
    color: white;
}
