﻿@import url('https://fonts.googleapis.com/css?family=Raleway');

@font-face {
    font-family: AR_CHRISTY;
    src: url(../fonts/ar-christy.ttf);
}

@font-face {
    font-family: AR_ESSENCE;
    src: url(../fonts/ar-essence.ttf);
}

/*@font-face {
    font-family: SEGOEUI;
    src: url(../fonts/SEGOEUI.TTF);
}*/

* {
    box-sizing: border-box !important;
}

.font-christy {
    font-family: AR_CHRISTY;
    font-weight: 400;
    font-size: 1.24em;
}

.font-segoeui-bold {
    font-family: 'Segoe UI';
    font-weight: 600;
    font-size: 1.24em;
}

.font-christy-bold {
    font-family: AR_CHRISTY;
    font-weight: 600;
    text-transform: uppercase
}

.font-essence {
    font-family: AR_ESSENCE;
    font-weight: 400;
    font-size: 1.24em;
}

.header-logo {
    font-family: 'Segoe UI';
    font-weight: 800;
}

.font-essence-bold {
    font-family: AR_ESSENCE;
    font-weight: 600;
    text-transform: uppercase;
}

.fa {
    height: 16px;
    width: 16px;
}

.breadcrumb-item.active {
    color: #6c757d;
}

.btn:focus {
    box-shadow: none;
}

.card {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
    border-radius: 0.75rem;
}

.card-title {
    color: #1f1f1f;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.form-control:focus {
    box-shadow: none;
}

.progress {
    height: 25px;
}

.text-justify {
    text-align: justify;
    text-justify: inter-word;
}

.nav-pills .nav-link {
    color: #000;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity));
}

    .nav-pills .nav-link:hover {
        color: #fff;
        background-color: limegreen;
    }

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: limegreen;
    }

/*
 * Navbar options
 */

.navbar {
    border-color: #000;
    border-width: 0 0 2px 0;
}

.dropdown-menu li {
    position: relative;
}

.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}

.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}

.dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
}

/*
 * Pagination options
 */

.pagination > li > a {
    background-color: #fff;
    color: #28b62c;
}

    .pagination > li > a:focus,
    .pagination > li > a:hover,
    .pagination > li > span:focus,
    .pagination > li > span:hover {
        color: #fff;
        background-color: #28b62c;
        border-color: #24a428;
    }

.pagination > .active > a {
    color: #fff;
    background-color: #28b62c !important;
    border: solid 1px #24a428 !important;
}

    .pagination > .active > a:hover {
        background-color: #28b62c !important;
        border: solid 1px #24a428;
    }

/*
 * Modal options
 */

.modal-header .btn-close {
    margin: 0 !important;
}

    .modal-header .btn-close:focus {
        box-shadow: none;
    }

.debateLinks:hover {
    color: white !important;
}

/*
 * Summernote options
 */

.note-modal-footer {
    padding: 0;
    padding-right: 10px;
}

/*
 * Login options
 */

.login-form {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -213px;
    margin-left: -160px;
    height: 426px;
    width: 320px;
    z-index: -1;
}

/*
 * Home page options
 */

.counter {
    display: inline-block;
    font-weight: 700;
    line-height: 1.5;
    color: #222;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
}

.section {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}

.video-container {
    position: relative;
    overflow: hidden;
    width: calc(100% - (1rem + 1rem));
    padding-top: 56.25%;
}

.iframe-responsive {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.light-grey {
    color: #000 !important;
    background-color: #f1f1f1 !important;
}

.red {
    color: #fff !important;
    background-color: #f44336 !important;
    text-align: center !important;
}

.padding-large {
    padding: 12px 24px !important;
}

.comment-box {
    position: relative;
}

    .comment-box div {
        position: absolute;
        right: 10px;
        top: 3px;
    }

.bg-green {
    background-color: limegreen;
}

.bg-light-green {
    background-color: lightgreen;
}

.bg-pink {
    background-color: pink;
}

.bg-light-pink {
    background-color: lightpink;
}

.bg-gray {
    background-color: #E8E8E8;
}

.bg-poll-gray {
    background-color: #cccccc;
}

.fw-18px {
    font-size: 18px;
}

.text-muted {
    color: #6c757d !important;
}

.card-comments {
}

    .card-comments .card-comment {
    }

        .card-comments .card-comment img {
            height: 1.875rem;
            width: 1.875rem;
            float: left;
        }

    .card-comments .comment-text {
        color: #78838e;
        margin-left: 40px;
    }

    .card-comments .text-muted {
        display: inline-block;
        font-size: 12px;
        font-weight: 400;
    }

    .card-comments .username {
        color: #495057;
        display: inline-block;
        font-weight: 600;
    }

/*
 * Footer options
 */

html {
    position: relative;
    min-height: 100%;
}

body {
    min-height: 100vh;
    padding-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

/*
 * Theme classes
 */

.text-wrap {
    white-space: pre-wrap !important;
}

.page-header {
    margin-bottom: 1.876rem;
}

    .page-header .breadcrumb {
        background-color: transparent;
        color: #6c757d;
        font-size: 1rem;
        font-weight: 500;
        margin-bottom: 0;
        padding: 0;
        border: none;
    }

        .page-header .breadcrumb a {
            color: #333;
        }

.page-title {
    color: #1f1f1f;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 5px;
}

.notifyjs-bootstrap-base {
    padding-top: 5px !important;
}

.sharePostBtn {
    height: 28px;
}

.profile-img {
    width: 120px;
    height: 120px;
}

    .profile-img img {
        border-radius: 50%;
    }

.profile-info-left {
    height: 100%;
    border-right: 2px dashed #cccccc;
}

profile-info-right {
    height: 100%;
}

@media only screen and (max-width: 767px) {
    .profile-info-left {
        text-align: center;
        border-right: none;
        border-bottom: 2px dashed #ccc;
        margin-bottom: 20px;
        padding-bottom: 20px;
        height: calc(100% - 20px);
    }
}

.text-gray {
    color: #4e545a !important;
}

.socialMediaShareBtn {
    cursor: pointer
}

.user-img {
    min-width: 34px;
    padding-right: 4px;
}

    .user-img img {
        width: 30px;
        border-radius: 50%;
        border: 1px solid gray;
    }

.user-title {
    padding-left: 4px;
}

.user-holder {
    position: absolute;
    top: 0;
    right: 0;
}

.user-group-dropdown-menu {
    max-height: 289px;
    overflow-y: auto;
    overflow-x: hidden;
}
    /* width */
    .user-group-dropdown-menu::-webkit-scrollbar {
        width: 4px;
    }

    /* Track */
    .user-group-dropdown-menu::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    .user-group-dropdown-menu::-webkit-scrollbar-thumb {
        background: #888;
    }

        /* Handle on hover */
        .user-group-dropdown-menu::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

@media only screen and (min-width: 992px) {
    .sidebar {
        overflow-y: scroll;
        max-height: 100vh;
    }
        /* width */
        .sidebar::-webkit-scrollbar {
            width: 4px;
        }

        /* Track */
        .sidebar::-webkit-scrollbar-track {
            background: #f1f1f1;
        }

        /* Handle */
        .sidebar::-webkit-scrollbar-thumb {
            background: #888;
        }

            /* Handle on hover */
            .sidebar::-webkit-scrollbar-thumb:hover {
                background: #555;
            }
}
