﻿ 
.light-card-index {
    z-index: 1;
}

.shadow-signup {
    box-shadow: 0 0 16px;
}

ul.why-signup-list {
    margin: 0;
    padding: 0 0 0 0px;
}

.why-signup-list li {
    margin: 10px 0 7px 0;
    list-style: none;
    padding: 0 0 0 27px;
    background-image: url(../img/bullet.svg);
    background-repeat: no-repeat;
    background-position: left top;
    line-height: 23px;
}

.forgot-password {
    font-size: 12px;
} 

/*Bootstrap override classes*/
.btn-primary {
    color: #fff;
    background-color: #0272BC;
    border-color: #0272BC;
}

.bg-primary {
    background-color: #0272BC !important;
}

.text-primary {
    color: #0272BC !important;
}

body {
    font-family: 'Montserrat', sans-serif;
}

 
/*End: Bootstrap override classes*/

/*GAUGE POINT*/
.containergause {
    width: 200px;
    margin: 0 auto;
    text-align: left;
}

.gauge {
    width: 200px;
    height: 200px;
}

.video_container {
    max-width: 100%; 
    margin: 0 auto;
}
.video_container video{
    border-radius:5px;
}
.stars-container {
    position: relative;
    color: transparent;
    font-size: 25px;
}

    .stars-container:before {
        position: absolute;
        top: 0;
        left: 0;
        content: '★★★★★';
        color: lightgray;
    }

    .stars-container:after {
        height:40px;
        position: absolute;
        top: 0;
        left: 0;
        content: '★★★★★';
        color: #FFC107;
        overflow: hidden;
    }

.stars-0:after {
    width: 0%;
}

.stars-10:after {
    width: 10%;
}

.stars-20:after {
    width: 20%;
}

.stars-30:after {
    width: 30%;
}

.stars-40:after {
    width: 40%;
}

.stars-50:after {
    width: 50%;
}

.stars-60:after {
    width: 60%;
}

.stars-70:after {
    width: 70%;
}

.stars-80:after {
    width: 80%;
}

.stars-90:after {
    width: 90%;
}

.stars-100:after {
    width: 100%;
}


.card-img-top-custom {
    width: 110px;
    height: 110px;
    margin: 10px auto 0;
    align-self: center;
}

.card-img-top-custom-home {
    width: 32px;
    height: 32px;
    margin: 0px auto 0;
    align-self: center;
}

.card-img-friend {
    width: 72px;
    height: 72px;
    margin: 0px auto 0;
    align-self: center;
    font-size: 30px;
}

.profile-image-friend {
    background: #512DA8;
    color: #fff;
    text-align: center;
    font-weight: normal;
    line-height: 72px;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    margin: 0px auto 0;
    align-self: center;
}


.profile-image {
    background: #512DA8;
    font-size: 35px;
    color: #fff;
    text-align: center;
    font-weight: normal;
    line-height: 110px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin: 10px auto 0;
    align-self: center;
}

.profile-image-home {
    background: #512DA8;
    color: #fff;
    text-align: center;
    font-weight: normal;
    line-height: 32px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin: 0px auto 0;
    align-self: center;
}

.ngcomplete-holder {
    position: relative;
}

.ngcomplete-dropdown {
    list-style-type: none;
    border-color: #ececec;
    border-width: 1px;
    border-style: solid;
    padding: inherit;
    cursor: pointer;
    z-index: 9999;
    position: absolute;
    background-color: #ffffff;
}

.ngcompleterow:hover {
    color: #32c0ec;
    text-shadow: 0 0 1.5em #32c0ec;
    cursor: pointer;
}

.ngcompleterow {
    color: #000000;
    padding: 5px;
    text-align: left;
    margin-left: 5px;
    margin-right: 30px;
}

.selected {
    background-color: red;
}

.ngcompleterowactive {
    background-color: #336699;
    color: #ffffff;
    transition-property: top, left;
    transition-duration: 2s, 1s;
    transition-delay: 0s, 0.5s;
    text-align: left;
}

.highlighted {
    font-weight: bold;
}


.rating {
    color: #a9a9a9;
    margin: 0;
    padding: 0;
}

ul.rating {
    display: inline-block;
}

.rating li {
    list-style-type: none;
    display: inline-block;
    padding: 1px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    font-size: 25px;
}

.rating .filled {
    color: gold;
}

.clear {
    margin-top: 0px;
    margin-bottom: 5px;
}

.floating-menu {
    z-index: 2;
    position: fixed;
}

.floating-left {
    z-index: 999;
    position: fixed;
    margin-top: 50px;
    margin-bottom: 20px;
    min-width: 250px;
    max-width: 250px;
}

@media (max-width: 780px) {
    .floating-menu {
        z-index: 0;
        position: relative;
    }

    .floating-left {
        z-index: 0;
        position: relative;
    }
}
.sticky-top{
    position:-webkit-sticky!important;
    position:sticky!important;
    top:0;
}
/*.card-text {
    font-size: 12px;
}
.card-text-heading {
    font-size: 15px;
}*/


.mydivouter {
    position: relative;
    /*margin: 0 auto;*/
}

    .mydivouter:hover .people-info {
        opacity: 0.3;
    }

.mydivoverlap {
    position: relative;
    z-index: 1;
}
/*.mybuttonoverlap{
    position: absolute;
    z-index: 2;
    top: 24%;
    display: none;
    left: 31%;
}*/


.mybuttonoverlap {
    position: absolute;
    z-index: 2;
    top: 55%;
    display: none;
    left: 55%;
}

.mydivouter:hover .mybuttonoverlap {
    display: block;
}




.mail-box {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}

    .mail-box aside {
        display: table-cell;
        float: none;
        height: 100%;
        padding: 0;
        vertical-align: top;
    }

    .mail-box .sm-side {
        background: none repeat scroll 0 0 #e5e8ef;
        border-radius: 4px 0 0 4px;
        width: 25%;
    }

    .mail-box .lg-side {
        background: none repeat scroll 0 0 #fff;
        border-radius: 0 4px 4px 0;
        width: 75%;
    }

    .mail-box .sm-side .user-head {
        background: none repeat scroll 0 0 #00a8b3;
        border-radius: 4px 0 0;
        color: #fff;
        min-height: 80px;
        padding: 10px;
    }

.user-head .inbox-avatar {
    float: left;
    width: 65px;
}

    .user-head .inbox-avatar img {
        border-radius: 4px;
    }

.user-head .user-name {
    display: inline-block;
    margin: 0 0 0 10px;
}

    .user-head .user-name h5 {
        font-size: 14px;
        font-weight: 300;
        margin-bottom: 0;
        margin-top: 15px;
    }

        .user-head .user-name h5 a {
            color: #fff;
        }

    .user-head .user-name span a {
        color: #87e2e7;
        font-size: 12px;
    }

a.mail-dropdown {
    background: none repeat scroll 0 0 #80d3d9;
    border-radius: 2px;
    color: #01a7b3;
    font-size: 10px;
    margin-top: 20px;
    padding: 3px 5px;
}

.inbox-body {
    padding: 20px;
}

.btn-compose {
    background: none repeat scroll 0 0 #0272BC;
    color: #fff;
    padding: 12px 0;
    text-align: center;
    width: 100%;
}

    .btn-compose:hover {
        background: none repeat scroll 0 0 #0272BC;
        color: #fff;
    }

ul.inbox-nav {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
}

.inbox-divider {
    border-bottom: 1px solid #d5d8df;
}

ul.inbox-nav li {
    display: inline-block;
    line-height: 45px;
    width: 100%;
}

    ul.inbox-nav li a {
        color: #6a6a6a;
        display: inline-block;
        line-height: 45px;
        padding: 0 20px;
        width: 100%;
    }

        ul.inbox-nav li a:hover, ul.inbox-nav li.active a, ul.inbox-nav li a:focus {
            background: none repeat scroll 0 0 #d5d7de;
            color: #6a6a6a;
        }

        ul.inbox-nav li a i {
            color: #6a6a6a;
            font-size: 16px;
            padding-right: 10px;
        }

        ul.inbox-nav li a span.label {
            margin-top: 13px;
        }

ul.labels-info li h4 {
    color: #5c5c5e;
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    text-transform: uppercase;
}

ul.labels-info li {
    margin: 0;
}

    ul.labels-info li a {
        border-radius: 0;
        color: #6a6a6a;
    }

        ul.labels-info li a:hover, ul.labels-info li a:focus {
            background: none repeat scroll 0 0 #d5d7de;
            color: #6a6a6a;
        }

        ul.labels-info li a i {
            padding-right: 10px;
        }

.nav.nav-pills.nav-stacked.labels-info p {
    color: #9d9f9e;
    font-size: 11px;
    margin-bottom: 0;
    padding: 0 22px;
}

.inbox-head {
    background: none repeat scroll 0 0 #41cac0;
    border-radius: 0 4px 0 0;
    color: #fff;
    min-height: 80px;
    padding: 20px;
}

    .inbox-head h3 {
        display: inline-block;
        font-weight: 300;
        margin: 0;
        padding-top: 6px;
    }

    .inbox-head .sr-input {
        border: medium none;
        border-radius: 4px 0 0 4px;
        box-shadow: none;
        color: #8a8a8a;
        float: left;
        height: 40px;
        padding: 0 10px;
    }

    .inbox-head .sr-btn {
        background: none repeat scroll 0 0 #00a6b2;
        border: medium none;
        border-radius: 0 4px 4px 0;
        color: #fff;
        height: 40px;
        padding: 0 20px;
    }

.table-inbox {
    border: 1px solid #d3d3d3;
    margin-bottom: 0;
}

    .table-inbox tr td {
        padding: 12px !important;
    }

        .table-inbox tr td:hover {
            cursor: pointer;
        }

        .table-inbox tr td .fa-star.inbox-started, .table-inbox tr td .fa-star:hover {
            color: #f78a09;
        }

        .table-inbox tr td .fa-star {
            color: #d5d5d5;
        }

    .table-inbox tr.unread td {
        background: none repeat scroll 0 0 #f7f7f7;
        font-weight: 600;
    }

ul.inbox-pagination {
    float: right;
}

    ul.inbox-pagination li {
        float: left;
    }

.mail-option {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}

    .mail-option .chk-all, .mail-option .btn-group {
        margin-right: 5px;
    }

        .mail-option .chk-all, .mail-option .btn-group a.btn {
            background: none repeat scroll 0 0 #fcfcfc;
            border: 1px solid #e7e7e7;
            border-radius: 3px !important;
            color: #afafaf;
            display: inline-block;
            padding: 5px 10px;
        }

.inbox-pagination a.np-btn {
    background: none repeat scroll 0 0 #fcfcfc;
    border: 1px solid #e7e7e7;
    border-radius: 3px !important;
    color: #afafaf;
    display: inline-block;
    padding: 5px 15px;
}

.mail-option .chk-all input[type="checkbox"] {
    margin-top: 0;
}

.mail-option .btn-group a.all {
    border: medium none;
    padding: 0;
}

.inbox-pagination a.np-btn {
    margin-left: 5px;
}

.inbox-pagination li span {
    display: inline-block;
    margin-right: 5px;
    margin-top: 7px;
}

.fileinput-button {
    background: none repeat scroll 0 0 #eeeeee;
    border: 1px solid #e6e6e6;
}

.inbox-body .modal .modal-body input, .inbox-body .modal .modal-body textarea {
    border: 1px solid #e6e6e6;
    box-shadow: none;
}

.btn-send, .btn-send:hover {
    background: none repeat scroll 0 0 #00a8b3;
    color: #fff;
}

    .btn-send:hover {
        background: none repeat scroll 0 0 #009da7;
    }

.modal-header h4.modal-title {
    font-family: "Open Sans",sans-serif;
    font-weight: 300;
}

.modal-body label {
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
}

.heading-inbox h4 {
    border-bottom: 1px solid #ddd;
    color: #444;
    font-size: 18px;
    margin-top: 20px;
    padding-bottom: 10px;
}

.sender-info {
    margin-bottom: 20px;
}

    .sender-info img {
        height: 30px;
        width: 30px;
    }

.sender-dropdown {
    background: none repeat scroll 0 0 #eaeaea;
    color: #777;
    font-size: 10px;
    padding: 0 3px;
}

.view-mail a {
    color: #ff6c60;
}

.attachment-mail {
    margin-top: 30px;
}

    .attachment-mail ul {
        display: inline-block;
        margin-bottom: 30px;
        width: 100%;
    }

        .attachment-mail ul li {
            float: left;
            margin-bottom: 10px;
            margin-right: 10px;
            width: 150px;
        }

            .attachment-mail ul li img {
                width: 100%;
            }

            .attachment-mail ul li span {
                float: right;
            }

    .attachment-mail .file-name {
        float: left;
    }

    .attachment-mail .links {
        display: inline-block;
        width: 100%;
    }

.fileinput-button {
    float: left;
    margin-right: 4px;
    overflow: hidden;
    position: relative;
}

    .fileinput-button input {
        cursor: pointer;
        direction: ltr;
        font-size: 23px;
        margin: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        transform: translate(-300px, 0px) scale(4);
    }

.fileupload-buttonbar .btn, .fileupload-buttonbar .toggle {
    margin-bottom: 5px;
}

.files .progress {
    width: 200px;
}

.fileupload-processing .fileupload-loading {
    display: block;
}

* html .fileinput-button {
    line-height: 24px;
    margin: 1px -3px 0 0;
}

* + html .fileinput-button {
    margin: 1px 0 0;
    padding: 2px 15px;
}

@media (max-width: 767px) {
    .files .btn span {
        display: none;
    }

    .files .preview * {
        width: 40px;
    }

    .files .name * {
        display: inline-block;
        width: 80px;
        word-wrap: break-word;
    }

    .files .progress {
        width: 20px;
    }

    .files .delete {
        width: 60px;
    }
}

ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.section-footer {
    padding-top: 60px;
    margin-top: 60px;
    background: #f3f3f3;
}

    .section-footer ul {
        line-height: 2;
    }

    .section-footer .item-list-a i {
        font-size: 18px;
        padding-right: 4px;
        color: #00457C;
    }

    .section-footer .widget-a .w-title-a {
        margin-bottom: 1rem;
    }

/*.grecaptcha-badge {
    display: none;
}*/
 

    footer .copyright-footer {
        border-top: 1px solid #ddd;
        padding-top: 20px;
    }

    footer .credits {
        font-size: 14px;
    }

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    _width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}
    .ui-menu-item

{
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;

    }
    .ui-state-focus, .ui-state-active

{
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;


}


.ui-helper-hidden-accessible {
    display: none;
}

div:where(.swal2-container) h2:where(.swal2-title) {
    font-size: 20px!important;
}
div:where(.swal2-container) .swal2-html-container{
    font-size:15px!important;
}