/*
* Toast message css start
*/
.jq-toast-single {
    font-family: 'Poppins', sans-serif;
}

h2.jq-toast-heading {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    font-weight: 700;
    margin-right: 10px;
}

.jq-toast-wrap {
    width: 300px;
}

span.close-jq-toast-single {
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
}

/*
* Toast message css end
*/

/*
* Dashboard Menu css start
*/

#side-menu li {
    width: 100%;
}

#side-menu li a {
    display: flex;
    align-items: baseline;
    flex-shrink: 0;
}

#side-menu .nav.collapse,
#side-menu .nav.collapsing {
    flex-direction: unset;
}

#side-menu li a span {
    padding-left: 6px;
}

#side-menu li.divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.fix-header .sidebar:has(.sidebar-nav.navbar-collapse.collapse),
.fix-header .sidebar:has(.sidebar-nav.navbar-collapse.collapsing) {
    width: 100%;
    height: auto;
}

body.fix-sidebar.fix-header:has(.sidebar-nav.navbar-collapse.show) {
    overflow: hidden;
}

.navbar-header .navbar-toggle {
    color: #fff;
}

/*
* Dashboard Menu css end
*/

/*
* Custom classes start
*/
.padding-7 {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: none !important;
}

.has-error .form-control {
    border-bottom: 1px solid #a94442;
}

.error-span {
    color: #a94442 !important;
    font-weight: 700;
    font-size: 80%;
}

.text-danger {
    color: #a94442 !important;
}

.form-group.has-error select.custom-select {
    border-color: #a94442;
}

.sweet-alert {
    font-family: 'Poppins';
}

.width-equal {
    height: 38px;
}

span.input-group-btn button {
    height: 38px !important;
}

span.input-group-btn:first-child button {
    border-right: 0;
}

span.input-group-btn:last-child button {
    border-left: 0;
}

.dropify-message {
    font-family: 'Poppins', sans-serif;
}

.btn {
    text-transform: uppercase;
}

/*
* Custom classes end
*/


/*
* poll form page css start
*/

#poll-form .options-container {
    --auto-grid-min-size: 20rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
    grid-gap: 1rem;
}

#poll-form .option-card {
    border: 1px solid #e4e7ea;
    padding: 5px;
    background-color: #e4e7ea;
}

#poll-form .option-card:not(.plus-btn) {
    border-color: #000;
}


#poll-form .option-card.plus-btn {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
    text-align: center;
    cursor: pointer;
}

#poll-form .option-card.plus-btn i {
    font-size: 32px;
    padding-bottom: 10px;
}

#poll-form .option-card.plus-btn p {
    font-size: 20px;
    line-height: 25px;
}

#poll-form .option-card.plus-btn:hover {
    border-color: #000;
}

#poll-form .options-container .delete-btn.btn-danger:disabled {
    cursor: not-allowed;
}

.form-group.has-error .dropify-wrapper.has-preview {
    border-color: #a94442;
}

#poll-form .custom-image-upload-container .image-upload-wrap,
#poll-form .custom-image-upload-container .file-upload-content {
    border: 1px solid #e4e7ea;
    width: 100%;
    height: 200px;
    position: relative;
    display: flex;
    align-items: center;
    vertical-align: middle;
    text-align: center;
    justify-content: center;
    background: #fff;
}

#poll-form .custom-image-upload-container .image-upload-wrap:hover,
#poll-form .custom-image-upload-container .image-dropping {
    background-size: 30px 30px;
    background-image: -webkit-linear-gradient(135deg, #F6F6F6 25%, transparent 25%, transparent 50%, #F6F6F6 50%, #F6F6F6 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, #F6F6F6 25%, transparent 25%, transparent 50%, #F6F6F6 50%, #F6F6F6 75%, transparent 75%, transparent);
    -webkit-animation: stripes 3s linear infinite;
    animation: stripes 3s linear infinite;
}

#poll-form .custom-image-upload-container .file-upload-content {
    display: none;
}

#poll-form .custom-image-upload-container .file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

#poll-form .custom-image-upload-container .drag-text-message {
    padding: 10px;
    color: #777;
}

#poll-form .custom-image-upload-container .drag-text-message i {
    font-size: 40px;
}

#poll-form .custom-image-upload-container .drag-text-message p {
    font-size: 14px;
    line-height: 20px;
    padding-top: 5px;
}

#poll-form .custom-image-upload-container .file-upload-image {
    padding: 10px;
    width: 200px;
    height: 200px;
    object-fit: contain;
    position: relative;
}

#poll-form .custom-image-upload-container .remove-image {
    position: absolute;
    top: 15px;
    right: 20px;
    border: none;
    background: #000;
    color: #fff;
    padding: 2px;
    margin: 0;
    cursor: pointer;
    border-radius: 50%;
    padding-right: 3px;
}

/*
* poll form page css start
*/

/*
* 404 error page css start
*/
.authlayout-container section#wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

/*
* 404 error page css start
*/

/*
* Global style css
*/
select.custom-select {
    border: 1px solid #e4e7ea;
    border-radius: 0px;
}

span.bootstrap-switch-handle-off.bootstrap-switch-danger,
span.bootstrap-switch-handle-on.bootstrap-switch-success {
    font-family: 'Poppins';
    font-weight: 600;
}

.modal-header .modal-title {
    font-weight: 500;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    /* color: #999; */
    cursor: not-allowed;
    text-decoration: line-through;
}

.select2-container-multi .select2-choices .select2-search-field input {
    font-family: 'Poppins', sans-serif !important;
}

#poll-option-datatable_wrapper td,
#poll-option-datatable_wrapper th {
    vertical-align: middle;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    border: 1px solid #ad8be2;
    background-color: #ad8be2;
}

/*
* Global style end
*/

/*
* Site css start
*/

/* header css start*/
header.site-header ul.nav.nav-second-level {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    padding: 20px 0;
    top: 100%;
    transform: translateY(50px);
    left: 0;
    width: 250px;
    background-color: #fff;
    box-shadow: 0px 10px 10px 3px rgb(0 0 0 / 30%);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    z-index: 111;
    transition: 0.4s all;
    display: block;
}

header.site-header li.nav-item:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

header.site-header .nav.nav-second-level li.active {
    background-color: #e9f9f4;
}

header.site-header li.nav-item {
    position: relative;
}

header.site-header .frontside-header .dropdown-toggle::after {
    display: none;
}

header.site-header .frontside-header .dropdown-toggle,
header.site-header .frontside-header .profile-pic img {
    padding: 0;
    margin: 0;
}

header.site-header .menu-right-div a.dropdown-toggle.profile-pic:hover {
    background: transparent;
}

/* #login-modal .social-btn-container {
    display: flex;
} */

#login-modal .social-btn-container .social-btn-fb svg {
    width: 30px;
    height: 30px;
    fill: #5B7BD5;
}

#login-modal .social-btn-container .social-btn-google svg {
    width: 30px;
    height: 30px;
    fill: #E74B37;
}

#login-modal .social-btn-container a {
    display: flex;
    padding: 10px;
    align-items: center;
    border-radius: 10px;
}

#login-modal .social-btn-container a.social-btn-fb:hover {
    background-color: #5B7BD5;
    color: #fff;
}

#login-modal .social-btn-container a.social-btn-fb:hover svg {
    fill: #fff;
}

#login-modal .social-btn-container a.social-btn-google:hover {
    background-color: #E74B37;
    color: #fff;
}

#login-modal .social-btn-container a.social-btn-google:hover svg {
    fill: #fff;
}

#login-modal .social-btn-container a.social-btn-fb {
    margin-bottom: 15px;
    border: 2px solid #5B7BD5;
}

#login-modal .social-btn-container a.social-btn-google {
    margin-bottom: 15px;
    border: 2px solid #E74B37;
}

#login-modal .social-btn-container p {
    margin: 0;
    padding-left: 10px;
    border: solid #5B7BD5;
    border-width: 0 0 0 1px;
    margin-left: 15px;
}

#login-modal .social-btn-container .social-btn-fb p {
    border-color: #5B7BD5;
    color: #5B7BD5;
}

#login-modal .social-btn-container .social-btn-google p {
    border-color: #E74B37;
    color: #E74B37;
}

#login-modal .social-btn-container a:hover p {
    border-color: #fff;
    color: #fff;
}


/* #login-modal .social-btn-container .btn {
    width: 100%;
} */

.navbar-header.dashboard-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.navbar-header.dashboard-header .top-left-part {
    width: 100%;
    /* width: 85%; */
}

.navbar-header.dashboard-header a.dropdown-toggle.profile-pic {
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: end;
}

.navbar-header.dashboard-header ul.nav.navbar-top-links.navbar-right.pull-right {
    width: 400px;
}

.navbar-header.dashboard-header ul.nav.navbar-top-links.navbar-right li {
    width: 100%;
    text-align: end;
}

.navbar-header.dashboard-header ul.dropdown-menu.dropdown-user li {
    text-align: start !important;
}


/* Home page css strat */
.home .banner,
.category-single .banner,
.about .banner,
.contact .banner,
.privacypolicy .banner {
    height: 300px;
    background-image: url(../images/homebg.jpg);
    background-color: #000;
    background-color: #000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.home .banner:before,
.category-single .banner:before,
.about .banner:before,
.contact .banner:before,
.privacypolicy .banner:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5;
}

.home .banner h1,
.category-single .banner h1,
.about .banner h1,
.contact .banner h1,
.privacypolicy .banner h1 {
    z-index: 1;
}

/* Overlay Image Card */

.poll-card {
    position: relative;
    text-align: left;
}

.poll-card img {
    width: 100%;
    height: 300px;
    /* border-radius: 4px; */
    object-fit: cover;
    object-position: center;
}

/* .swiper .poll-card:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.6;
    z-index: 1;
    border-radius: 4px;
} */

.poll-card .card-content {
    position: absolute;
    top: 25px;
    left: 20px;
    z-index: 5;
    padding-right: 15px;
}

.poll-card .card-content .card-title {
    font-size: 25px;
}

.poll-card .card-content {
    color: #fff;
}

.poll-card .card-link {
    position: absolute;
    bottom: 30px;
    left: 20px;
    z-index: 5;
}

.poll-card .card-content .card-text {
    line-height: 1.5;
    padding-bottom: 10px;
}

.latest-polls .swiper-container,
.popular-polls .swiper-container {
    position: relative;
    width: 90vw;
    height: 900px;
}

.latest-polls .swiper-container>.swiper-slide__content,
.popular-polls .swiper-container>.swiper-slide__content {
    position: absolute;
    top: 0;
}

.poll-options-main .total-votebox {
    width: auto;
    height: 30px;
    display: flex;
    align-items: center;
    border: 1px solid #03a9f3;
    background-color: #03a9f3;
    padding: 20px 10px;
    bottom: 5px;
    right: 5px;
}

.poll-options-main .total-votebox img {
    width: 20px !important;
    height: auto !important;
}

.poll-options-main .total-votebox p {
    margin: 0;
    padding-left: 10px;
    color: #fff;
}

.poll-options-main .title-div p {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 26px;
}

.title-border,
.title-border-center {
    position: relative;
}

.title-border:after,
.title-border-center:after {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    background-color: #000;
}

.title-border:after {
    width: 125%;
    bottom: 0;
    left: 0;
}

.title-border-center:after {
    width: 12%;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}

.card-grid-container-ctm {
    --auto-grid-min-size: 30rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
    grid-gap: 3rem;
}

.card-grid-container-ctm .image-container a span {
    top: 10px;
    right: 10px;
    background-color: #fff;
    padding: 10px;
}

.poll-card .content-container {
    border: 1px solid #000;
    /* border-radius: 0 0 4px 4px; */
    padding: 15px;
    border-top-width: 0;
    width: 93%;
    margin: auto;
    background-color: rgba(26, 195, 148, 0.1);
}

.poll-card .card-container .image-container img {
    box-shadow: 0 0 40px -10px rgb(0, 0, 0, 0.5);
}

.poll-card .box-title a {
    color: #000;
}

/* poll page css start*/
div.clockdiv-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
}

div.clockdiv-container>div {
    border: 1px solid #000;
    margin: 0 5px;
    padding: 10px 20px;
}

.option-container .card-poll .image-div {
    /* max-width: 150px; */
    width: 100%;
    height: 250px;
    display: flex;
}

.option-container.option-container-details .card-poll {
    border-style: dashed;
}

.option-container .card-poll {
    border: 1px solid #000;
    padding: 5px;
    position: relative;
    cursor: pointer;
}

.option-container.option-container-details .card-poll:before {
    position: absolute;
    width: 18px;
    height: 18px;
    bottom: 5px;
    right: 5px;
    display: block;
    content: '';
    border: 1px dashed #000;
}

.option-container.option-container-details .card-poll:after {
    content: '\f00c';
    font-family: 'FontAwesome';
    position: absolute;
    /* width: 10px;
    height: 11px; */
    color: #fff;
    bottom: 4px;
    right: 6px;
    opacity: 0;
    display: block;
}

.option-container.option-container-details .card-poll.selected:before,
.option-container.option-container-details .card-poll.selected {
    border-style: solid;
}

.option-container.option-container-details .card-poll.selected:before {
    background-color: #00c292;
}

.option-container .card-poll.selected:after {
    opacity: 1;
}

.option-container .card-poll.selected {
    background-color: #eceeef;
}

.option-container .card-poll .image-div img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
}

.option-container .card-poll .image-div a {
    width: 100%;
    height: 100%;
    position: relative;
}

.option-container.card-grid-container-ctm {
    --auto-grid-min-size: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
    grid-gap: 2rem;
}

.poll-options-main.option-view-results .option-container .title-div {
    margin-bottom: 50px !important;
}

.poll-view-card .edit-button {
    top: 0;
    right: 0;
}

.poll-view-card {
    padding: 30px;
}

.poll-theme-green.poll-view-card {
    background: #00c292 !important;
}

.poll-theme-dark.poll-view-card {
    background: #121212 !important;
}

.poll-theme-blue.poll-view-card {
    background: #03a9f3 !important;
}

.poll-theme-green.poll-view-card .thank-you-message-poll h4,
.poll-theme-dark.poll-view-card .thank-you-message-poll h4,
.poll-theme-blue.poll-view-card .thank-you-message-poll h4 {
    color: #fff !important;
}

.poll-theme-green.poll-view-card,
.poll-theme-green.poll-view-card h1,
.poll-theme-green.poll-view-card h5,
.poll-theme-green.poll-view-card a,
.poll-theme-green.poll-view-card .poll-options-main .title-div p,
.poll-theme-dark.poll-view-card,
.poll-theme-dark.poll-view-card h1,
.poll-theme-dark.poll-view-card h5,
.poll-theme-dark.poll-view-card a,
.poll-theme-dark.poll-view-card .poll-options-main .title-div p,
.poll-theme-blue.poll-view-card,
.poll-theme-blue.poll-view-card h1,
.poll-theme-blue.poll-view-card h5,
.poll-theme-blue.poll-view-card a,
.poll-theme-blue.poll-view-card .poll-options-main .title-div p {
    color: #fff;
}

.poll-theme-green.poll-view-card .math-recaptcha-div h5,
.poll-theme-green.poll-view-card .math-recaptcha-div label,
.poll-theme-dark.poll-view-card .math-recaptcha-div h5,
.poll-theme-dark.poll-view-card .math-recaptcha-div label,
.poll-theme-blue.poll-view-card .math-recaptcha-div h5,
.poll-theme-blue.poll-view-card .math-recaptcha-div label {
    color: #000 !important;
}

.poll-theme-green.poll-view-card div.clockdiv-container>div,
.poll-theme-blue.poll-view-card div.clockdiv-container>div {
    border-color: #fff;
    background-color: rgba(255, 255, 255, 0.6) !important;
    color: #000 !important;
}

.poll-theme-green.poll-view-card hr,
.poll-theme-dark.poll-view-card hr,
.poll-theme-blue.poll-view-card hr {
    border-color: #fff;
}

.poll-theme-green.poll-view-card .option-container.option-container-details .card-poll,
.poll-theme-dark.poll-view-card .option-container.option-container-details .card-poll,
.poll-theme-blue.poll-view-card .option-container.option-container-details .card-poll {
    border: 1px dashed #fff;
}

.poll-theme-green.poll-view-card .option-container.option-container-details .card-poll:before,
.poll-theme-dark.poll-view-card .option-container.option-container-details .card-poll:before,
.poll-theme-blue.poll-view-card .option-container.option-container-details .card-poll:before {
    border: 1px dashed #fff;
}

.poll-theme-green.poll-view-card .option-container.option-container-details .card-poll.selected .title-div p,
.poll-theme-dark.poll-view-card .option-container.option-container-details .card-poll.selected .title-div p,
.poll-theme-blue.poll-view-card .option-container.option-container-details .card-poll.selected .title-div p {
    color: #000;
}

.poll-theme-green.poll-view-card .option-container.option-container-details .card-poll.selected:before,
.poll-theme-green.poll-view-card .option-container.option-container-details .card-poll.selected,
.poll-theme-dark.poll-view-card .option-container.option-container-details .card-poll.selected:before,
.poll-theme-dark.poll-view-card .option-container.option-container-details .card-poll.selected,
.poll-theme-blue.poll-view-card .option-container.option-container-details .card-poll.selected:before,
.poll-theme-blue.poll-view-card .option-container.option-container-details .card-poll.selected {
    border: 1px solid #000;
}

.poll-theme-green.poll-view-card .option-container .card-poll,
.poll-theme-dark.poll-view-card .option-container .card-poll,
.poll-theme-blue.poll-view-card .option-container .card-poll {
    border: 1px solid #fff;
}

.poll-theme-green.poll-view-card .poll-options-main .total-votebox,
.poll-theme-dark.poll-view-card .poll-options-main .total-votebox {
    background-color: #ad8be2;
    border-color: #ad8be2;
}

.poll-theme-blue.poll-view-card .poll-options-main .total-votebox {
    border: 1px solid #ad8be2;
    background-color: #ad8be2;
}

#poll-vote-form .google-recaptcha-div .g-recaptcha>div {
    margin: auto;
}

#poll-vote-form .math-recaptcha-div {
    border: 1px solid #000;
    padding: 15px;
    background: #f6f6f6;
    width: 70%;
    margin: auto;
}

.math-recaptcha-div label {
    width: 90px;
}

.math-recaptcha-div .input-group-div {
    width: 100%;
}

#poll-vote-form .google-recaptcha-div .form-group.has-error .g-recaptcha>div {
    border: 1px solid #a94442;
}

#poll-vote-form .load {
    display: none;
    width: 20px;
    height: 20px;
    border: 5px solid #fff;
    border-radius: 100%;
}

#poll-vote-form .open {
    border-top: 5px solid transparent;
    -webkit-animation: load-animate infinite linear 1s;
    animation: load-animate infinite linear 1s;
}

#poll-vote-form #submit-voting.lodder .btn-text {
    display: none;
}

#poll-vote-form #submit-voting.lodder .load {
    display: inline-block;
}

#poll-vote-form #submit-voting.lodder {
    pointer-events: none;
    cursor: not-allowed;
}

#poll-vote-form #submit-voting:disabled {
    pointer-events: none;
    cursor: not-allowed;
}

@-webkit-keyframes load-animate {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
        opacity: 0.35;
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes load-animate {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
        opacity: 0.35;
    }

    100% {
        transform: rotate(360deg);
    }
}

.poll-information .poll-info-table tr th {
    border: 1px solid #000;
    text-align: end;
    background-color: #f6f6f6;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    width: 50%;
}

.poll-information .poll-info-table tr td {
    border: 1px solid #000;
    color: #000;
    font-size: 16px;
    line-height: 22px;
    width: 50%;
}

.fancybox-caption__body {
    overflow: unset;
}

/*---------footer---------*/

.site-footer {
    background-color: #26272b;
    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: #737373;
}

.footer-links li.active {
    font-weight: bold;
    opacity: 1;
}

.site-footer hr {
    border-top-color: #bbb;
    opacity: 0.5
}

.site-footer hr.small {
    margin: 20px 0
}

.site-footer h6 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 2px
}

.site-footer a {
    color: #737373;
}

.site-footer a:hover {
    color: #3366cc;
    text-decoration: none;
}

.footer-links {
    padding-left: 0;
    list-style: none
}

.footer-links li {
    display: block
}

.footer-links a {
    color: #737373
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
    color: #3366cc;
    text-decoration: none;
}

.footer-links.inline li {
    display: inline-block
}

.site-footer .social-icons {
    text-align: right
}

.site-footer .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 6px;
    margin-right: 0;
    border-radius: 100%;
    background-color: #fff;
    color: #00c292;
}

.share-btn:hover {
    transform: translateY(-5px);
}

.share-button {
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 9999;
}

.share-button__item {
    display: block;
    margin-bottom: 10px;
}

.share-button__link {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 60px;
    transition: all 0.3s ease;
}

.share-button__link:active,
.share-button__link:focus,
.share-button__link:hover {
    transform: scale(1.1);
    color: #00c292;
    text-decoration: none;
}

.share-button__facebook {
    background-color: #3b5998;
}

.share-button__twitter {
    background-color: #1da1f2;
}

.share-button__weibo {
    background-color: #f50;
}

.fa-facebook-f,
.fa-twitter,
.fa-weibo {
    font-size: 24px;
}

.ad-codeblock {
    min-height: 250px !important;
}

.copyright-text {
    margin: 0
}

.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.social-icons li {
    display: inline-block;
    margin-bottom: 4px
}

.social-icons li.title {
    margin-right: 15px;
    text-transform: uppercase;
    color: #96a2b2;
    font-weight: 700;
    font-size: 13px
}

.social-icons a {
    background-color: #eceeef;
    color: #818a91;
    font-size: 16px;
    display: inline-block;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    margin-right: 8px;
    border-radius: 100%;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
    color: #fff;
    background-color: #29aafe
}

.social-icons.size-sm a {
    line-height: 34px;
    height: 34px;
    width: 34px;
    font-size: 14px
}

.social-icons a.facebook:hover {
    background-color: #3b5998
}

.social-icons a.twitter:hover {
    background-color: #00aced
}

.social-icons a.linkedin:hover {
    background-color: #007bb6
}

.social-icons a.dribbble:hover {
    background-color: #ea4c89
}

.social-icons a.weibo:hover {
    background-color: #dc3545
}

.blogs-div .blog-image {
    width: 100%;
    height: auto;
    max-width: 800px;
    max-height: 400px;
}

.blog-comment .white-box .feeds li>div i,
.poll-comment .white-box .feeds li>div i {
    text-transform: uppercase;
    font-style: unset;
    font-weight: 600;
    font-size: 18px;
}

.blog-comment .white-box,
.poll-comment .white-box {
    padding: 15px 0px 0px 0px;
}

.blog-comment .feeds li p,
.poll-comment .feeds li p {
    padding: 0px 0px 0px 49px
}

.blog-comment,
.poll-comment {
    /* overflow-y: scroll; */
    /* max-height: 350px; */
    overflow-x: hidden;
}

.poll-options-main .index-votebox {
    left: 5px;
    position: absolute;
    bottom: 5px;
}

.like-box .btn-sm {
    padding: 0px 10px;
}

.like-box .btn:not(.active) {
    cursor: pointer;
}

.load-more-btn {
    margin-left: 185px;
    margin-top: 40px;
}

.like-box .btn-group-toggle {
    float: right;
}

.white-box .feeds li {
    clear: both;
    min-height: 140px;
    display: flow-root !important;
}

.like-box {
    display: inline !important;
}

.blog-comment::-webkit-scrollbar-track,
.poll-comment::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.blog-comment::-webkit-scrollbar,
.poll-comment::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.blog-comment::-webkit-scrollbar-thumb,
.poll-comment::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

.google-recaptcha-box {
    padding-top: 10px;
}

/*==all-page-pagination-box-start==*/
.pagination-box {
    display: flex;
    justify-content: center;
}

.pagination-box .page-link,
.pagination-box .page-item.disabled .page-link {
    color: #00c292;
    border: 1px solid #00c292;
    font-size: 20px;
    border-radius: 0px !important;
}

.pagination-box .page-item.active .page-link {
    background-color: #00c292;
    border-color: #00c292;
}

/*.pagination-box .pagination>li:not(:last-child)>a {
    border-right: 0px;
}*/

.pagination-box .pagination>li>a:hover,
.pagination-box .pagination>li>span:hover,
.pagination-box .pagination>li>a:focus,
.pagination-box .pagination>li>span:focus {
    background-color: #e4e7ea;
    border: 1px solid #1e7e34;
}

.pagination-box .pagination .page-link:focus {
    box-shadow: unset;
}

/*==all-page-pagination-box-end==*/

/*
* Site css end
*/

/*
* ===========================
* Responsive css start
* ===========================
*/

/* @media (max-width:985px) {
    .navbar-header .top-left-part {
        width: 80%;
    }
} */

@media (max-width:991px) {
    .site-footer [class^=col-] {
        margin-bottom: 30px
    }

    .poll-view-card {
        padding: 20px;
    }

    .navbar-header.dashboard-header .navbar-toggle {
        float: left;
    }

    .menu-right-div {
        width: auto !important;
    }

    .menu-right-div .navbar-collapse {
        display: none !important;
    }

    .menu-right-div .navbar-collapse.collapse.show {
        display: block !important;
    }

    .menu-right-div div.navbar-collapse.show,
    .menu-right-div div.navbar-collapse.collapsing {
        position: absolute !important;
        width: 80%;
        height: auto;
        top: 48px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #fff;
        padding: 20px;
        border: 1px solid #000;
    }

    .navbar-collapse ul.navbar-nav {
        width: 100%;
    }

    header.site-header li.nav-item>ul.nav.nav-second-level {
        visibility: visible;
        opacity: 1;
        transform: unset;
        position: relative;
        width: 100%;
        box-shadow: none;
        padding: 0 25px 10px 25px;
    }

    header.site-header .frontside-header.navbar-top-links>li>a {
        min-height: unset;
        line-height: unset;
    }

    header.site-header .frontside-header .profile-pic img {
        padding-left: 05px;
    }
}

@media (max-width:768px) {

    /* welcome page css */
    .welcome-box h1 {
        font-size: 48px;
    }

}

@media (max-width:767px) {

    /* footer css */
    .poll-card img {
        height: 300px;
    }

    .site-footer {
        padding-bottom: 0
    }

    .site-footer .copyright-text,
    .site-footer .social-icons {
        text-align: center
    }

    .top-left-part {
        padding: 0px !important;
    }

    .top-left-part img {
        width: 130px;
        /* padding-top: 7px; */
    }

    .poll-view-card {
        padding: 15px;
    }

    #poll-vote-form .math-recaptcha-div {
        width: 100%;
    }

    .social-icons li.title {
        display: block;
        margin-right: 0;
        font-weight: 600
    }

    .poll-options-main.option-view-results .card-poll .title-div p {
        padding-bottom: 45px;
    }

    /* .navbar-header .top-left-part {
        width: 70%;
    }

    .navbar-header .top-left-part img {
        width: 150px;
        padding-top: 0;
    } */
}

/*
* welcom page css end
*/

/*
* auth layout footer css start
*/
@media (min-width: 768px) {
    .authlayout-container footer.footer {
        left: 0px;
    }

    .menu-right-div .navbar-collapse.collapse,
    .menu-right-div div.navbar-collapse.collapsing {
        display: none !important;
    }

    .menu-right-div .navbar-collapse.collapse.show {
        display: block !important;
    }

    .fix-sidebar .top-left-part {
        position: relative;
    }
}

/* @media (max-width: 639px) {
    .navbar-header .top-left-part {
        width: 65%;
    }
}

@media (max-width: 548px) {
    .navbar-header .top-left-part {
        width: 60%;
    }
}

@media (max-width: 479px) {
    .navbar-header .top-left-part {
        width: 55%;
    }
} */

@media (max-width: 450px) {
    .poll-form-container .panel-heading>div {
        flex-direction: column;
        align-items: start;
    }

    .poll-form-container .panel-heading .button-container {
        margin-top: 15px;
    }
}

/* @media (max-width: 425px) {
    .navbar-header .top-left-part {
        width: 50%;
    }
} */

@media (max-width: 400px) {
    .poll-timer .web {
        display: none;
    }

    .poll-timer .mob {
        display: block;
    }

    div.clockdiv-container>div {
        width: 70px;
    }
}

/* @media (max-width: 382px) {
    .navbar-header .top-left-part {
        width: 45%;
    }
} */

@media (max-width: 360px) {
    .poll-form-container .panel-heading .button-container {
        text-align: center;
    }

    .poll-form-container .panel-heading .button-container a:first-child {
        margin-bottom: 10px;
    }
}

/* @media (max-width: 349px) {
    .navbar-header .top-left-part img {
        width: 110px
    }

    .navbar-header .top-left-part {
        width: 40%;
    }
} */

@media (max-width:330px) {
    .time-box.bg-success.text-light.font-bold {
        padding: 4px 15px;
    }

    div.clockdiv-container>div {
        width: 55px;
    }
}

@media (max-width:322px) {
    .top-left-part img {
        width: 100px;
    }

    ul.nav.navbar-top-links.navbar-right.pull-right {
        width: 500px;
    }
}

/* @media (max-width:318px) {
    .navbar-header .top-left-part img {
        width: 110px padding:5px;
    }

    .navbar-header .top-left-part {
        width: 40%;
    }

    .navbar-header a.dropdown-toggle.profile-pic {
        font-size: 11px;
    }
} */

@media (min-width:400px) {
    .poll-timer .web {
        display: block;
    }

    .poll-timer .mob {
        display: none;
    }
}

.feeds ul .page-item {
    padding: 0px !important;
    min-height: 0px !important
}

.comments-pagination-box .pagination {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

/*
* auth layout footer css end
*/

/*
* ===========================
* Responsive css end
* ===========================
*/