html,
body {
    height: 100%;
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
}
.label {
    color: #333;
    padding: 8px;
    border: 1px solid #2196f3;
    border-radius: 20px;
}
body {
    margin: 0;
    background-color: rgb(255, 255, 255);
}
a {
    cursor: pointer !important;
    text-decoration: none !important;
}
a.btn-primary {
    color: #fff !important;
}
main {
    max-width: 85%;
    margin: 0 auto;
    min-width: 85%;
}
#app {
    height: 100%;
    display: flex;
    -webkit-transition: margin 0.3s ease-out;
    -moz-transition: margin 0.3s ease-out;
    -o-transition: margin 0.3s ease-out;
    transition: margin 0.3s ease-out;
}
header {
    height: 55px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    padding-top: 1em;
    position: fixed;
    background: #fff;
    z-index: 3;
}
.top-menu-pic {
    max-height: 40px;
}
.top-left-div {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    flex-direction: row;
    -webkit-box-pack: center;
}
h2.top-left-content {
    margin-left: 5px;
    font-size: 18px;
    font-weight: 800;
}
.top-right-div {
    text-align: right;
}
.top-banner-container {
    border-bottom: 1px solid rgb(204, 214, 221);
    transition-property: -webkit-transform, transform;
    transition-duration: 0.2s;
    background: #fff;
}
.header-nav {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    flex-direction: row;
    height: 3.3rem;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
a.header-nav-lnk {
    text-decoration: none;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    display: inline-block;
    justify-content: center;
    -webkit-box-flex: 1;
    flex-grow: 1;
    color: rgb(101, 119, 134);
}
.header-nav .active {
    border-bottom: 2px solid rgb(29, 161, 242);
    color: rgba(29, 161, 242, 1);
}
a.header-nav-lnk:hover {
    -webkit-transition: border-bottom 0.3s ease-out;
    -moz-transition: border-bottom 0.3s ease-out;
    -o-transition: border-bottom 0.3s ease-out;
    transition: border-bottom 0.3s ease-out;
    border-bottom: 2px solid rgb(29, 161, 242);
    color: rgba(29, 161, 242, 1);
}
.second-row {
    margin-top: 1em;
}
.left-menu-main-div {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: rgba(0, 0, 0, 0.8); /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s;
}
.left-menu-main-div .closenav {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: #fff !important;
}

.left-menu a {
    display: flex;
    color: #fff;
    padding: 15px 5px;
    justify-content: center;
    font-size: 23px;
}
.left-menu a .fa {
    margin: 4px;
}
.main-left-div,
.main-right-div {
    display: flex;
    flex-wrap: wrap;
}
.main-left-div {
    width: 90%;
}
.main-right-div {
    position: fixed;
    top: 10em;
    right: 3px;
    width: 19%;
    overflow: hidden;
    background: rgb(245, 248, 250);
    border-radius: 10px;
}

.post-heading {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}
.post-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 10px 0 0;
}
.post-image img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.post-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row;
    min-width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.post-user-title {
    font-weight: 600;
    color: #333;
    line-height: 20px;
}
.post-user-des {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    font-weight: 400;
    color: #6f6f6f;
}
.post-title {
    line-height: 32px;
    display: block;
}
.card {
    margin-bottom: 1em;
}
.card-text {
    border-bottom: 1px solid #e8e8e8;
    padding: 0 0 10px;
}
.post-action {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row;
}
.post-date {
    position: absolute;
    right: 1rem;
    color: #6f6f6f;
}
.seperator {
    min-height: 55px;
}
.main-left-div {
    padding-top: 10em;
}
.aside-content {
    margin: 1em 0;
    width: 100%;
    color: #333;
}
.score-cotent {
    width: 100%;
    border-bottom: 1px solid #333;
    padding: 5px;
    margin-bottom: 5px;
    text-align: center;
    align-items: center;
    align-content: center;
    color: #333;
}
.action-right-btn {
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
}
.card-text p {
    margin-bottom: 1.7em;
}
.schedule-text {
    margin-bottom: 1em;
    width: 100%;
    display: inline-block;
}
.card1 {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    min-width: 280px;
    max-width: 290px;
    margin: auto;
    text-align: center;
}

.user-content .title {
    color: grey;
    font-size: 15px;
}
.d-card-div {
    display: flex;
    flex-wrap: wrap;
    margin: 0em 1em 1em 0em;
}
.p-card-div {
    width: 100%;
}
.p-card-div .card1 {
    max-width: 90%;
    min-width: 90%;
    background: #fff;
}

.user-content {
    padding: 1em;
    word-break: break-all;
}
.user-content p {
    margin: 0px;
}
.user-content h1 {
    font-size: 18px;
}
.user-content h3 {
    font-size: 16px;
}
.card1 img {
    width: 80px;
    margin-top: 1em;
    border-radius: 50%;
}
.post-left {
    width: 80%;
}
.label2 {
    color: #333;
    padding: 8px;
    border: 1px solid #2196f3;
    border-radius: 20px;
    display: inline-grid;
    margin: 5px 2px;
}
.dcard {
    min-height: auto;
    position: relative;
    background: #fff;
}
.mycall-image {
    margin: 0 auto;
}
/*.call-div{position: absolute;bottom:10px;text-align: center;width:100%;}*/
.btn-danger {
    color: #fff !important;
}
.setting-left {
    width: 99%;
}
.setting-menu .btn {
    margin-bottom: 5px;
    display: inline-block;
    width: 99%;
}
.setting-menu .btn-secondary {
    color: #fff !important;
}
.setting-menu .btn-active {
    background-color: #e2e6ea;
    border-color: #dae0e5;
    color: #333 !important;
}
.setting-menu .btn-active.active {
    color: #fff !important;
}
canvas {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.setting-content-div {
    background: #fff;
    padding: 2em 0em;
    border-radius: 10px;
}

#app,
main,
header > * {
    z-index: 2;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin-bottom: 0px;
}

/* 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: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.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%;
}
.time_text {
    width: auto !important;
    display: inline !important;
}
.share-content {
    background: #fff;
    border-radius: 10px;
    width: 50%;
    margin: 0 auto;
    padding: 1em;
}
.jssocials-share-link {
    padding: 0.5em 0.6em;
    color: #fff !important;
    -webkit-transition: background 200ms ease-in-out,
        border-color 200ms ease-in-out;
    transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}
.jssocials-share-twitter .jssocials-share-link {
    background: #00aced;
}
.jssocials-share {
    display: inline-block;
    vertical-align: top;
    margin: 0.3em 0.6em 0.3em 0;
    font-size: 17px;
}
.jssocials-share-linkedin .jssocials-share-link {
    background: #007bb6;
}
.jssocials-share-facebook .jssocials-share-link {
    background: #3b5998;
}
.jssocials-share-label {
    margin-left: 5px;
}
.share-content-text {
    background: lightgrey;
    padding: 10px;
    border-radius: 8px;
}
.jssocials-share-copy .jssocials-share-link {
    background: black;
}
.share-main-div {
    margin: 0;
    display: inline-block;
    margin-top: 3em;
    line-height: 1.8em;
    font-size: 16px;
}
.btn {
    font-size: 11px;
    padding: 8px 26px 6px;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    border-radius: 2px;
    outline: none;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
}
.btn-secondary {
    color: #757575;
    background-color: #e9ecf0;
    border-color: #e9ecf0;
}
@media screen and (max-width: 990px) {
    html,
    body {
        width: 100%;
        display: inline-block;
    }
    .row {
        margin: 0px;
    }
    .container {
        padding: 0px;
    }
    .post-date {
        top: 1px;
    }

    .mycal-info .col-4 {
        display: flex;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .mycal-info .col-4 br {
        display: none;
    }
    .mycal-info .col-4 h4,
    .mycal-info .col-4 p,
    .mycal-info .col-4 span,
    .m-action-btn {
        display: flex;
        align-content: flex-end !important;
        margin: 10px 5px;
    }
    .mycal-info .col-4 p,
    .mycal-info .col-4 span {
        margin-left: 1em;
        margin-bottom: 10px;
    }
    .m-action-btn .fa {
        display: flex;
        align-items: center;
    }
    .share-main-div {
        margin-top: 0;
    }
}

@media screen and (max-width: 660px) {
    .main-right-div {
        position: relative;
        width: 92%;
        top: 0;
        left: 0;
        display: table-caption;
        margin: 0px auto;
        padding: 10px 0px;
    }
    .main-left-div {
        display: table-footer-group;
        padding-top: 1em;
    }
    .card {
        margin-top: 1em;
    }
    .main-left-div .col-12 {
        padding: 0px;
        width: 100%;
        margin: 0 auto;
        display: inline-block;
    }
    .post-heading {
        margin-top: 1em;
    }
    .post-date {
        top: 4px;
        width: 90%;
        text-align: center;
    }
    .post-title {
        font-size: 25px;
    }
    .dcard {
        min-height: auto;
    }
    .user-content p {
        margin: 2px 0px;
        position: relative;
    }
    .setting-menu {
        display: inline-block;
        width: 99%;
        min-width: 99%;
    }
    .setting-content-div {
        display: inline-block;
        width: 90%;
        margin: 10px 18px;
        min-width: 90%;
        padding: 10px;
    }
    .question-content {
        text-align: left;
        margin-top: 1.3em;
        width: 95%;
    }
    .approve_call_switch {
        margin: 0 auto;
    }
    .time_text {
        width: 100% !important;
        margin: 0px !important;
    }
    .d-card-div {
        margin: 1em 0em;
    }
    .card-text span.label {
        margin: 3px 0px;
        display: inline-block;
    }
    main {
        max-width: 98%;
        padding-top: 9em;
    }
    .scard-body {
        display: inline;
    }
    .share-content {
        width: 98%;
    }
}
#notify_phone_add {
    width: 83%;
    display: inline-block;
}
