#imagePreview {

    background: repeat scroll 0 0 #ddd;
    height: 150px;
    width: 150px;
    background-position: center center;
    background-size: cover;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3);
    display: inline-block;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
}

#imagePreview1 {

    background: repeat scroll 0 0 #ddd;
    height: 150px;
    width: 150px;
    background-position: center center;
    background-size: cover;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3);
    display: inline-block;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
}

#landscapeImagePreview {

    background: repeat scroll 0 0 #ddd;
    height: 150px;
    width: 300px;
    background-position: center center;
    background-size: cover;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3);
    display: inline-block;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
}

.preview_holder:hover>img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    opacity: .7
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    text-transform: none !important;
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.video_container {
    max-height: 300px;
    max-width: 600px;
}

.module-div {
    border: 1px solid #eee;
    padding: 15px 15px 15px 15px;
    margin-top: 8px;
    box-shadow: 5px 5px 5px rgba(186, 12, 47, 0.19);
}

.question-text {
    font-size: 25px;
}

.option-no {
    margin-left: 0px;
    margin-right: 5px;
    padding: 4px 8px 4px 6px;
    border-radius: 18px;
    background-color: #fff !important;
    color: #000;
}

.question-option {
    font-weight: bold;
    margin: auto 0 2em;
    padding: 10px 5px 10px 5px;
    border-radius: 30px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    background: linear-gradient(45deg, #fda582, #f7cf68) !important;
    color: #fff !important;
}

.option-no-selected {
    margin-left: 0px;
    margin-right: 5px;
    padding: 4px 8px 4px 6px;
    border-radius: 18px;
    background-color: #fff !important;
    color: #1ac165;
}

.question-option-selected {
    font-size: 15px;
    font-weight: bold;
    margin: auto 0 2em;
    padding: 10px 5px 10px 5px;
    border-radius: 30px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    background: #1ac165 !important;
    color: #fff !important;
}

.option-count {
    padding: 0px 7px 0px 35px;
}

.media-option-selected {
    opacity: 0.3;
    background: #1ac165 !important;
}

.image-container {
    position: relative;
    width: 64px;
    height: 64px;
}

.image-container .after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(26, 193, 101, .6);
}



.winner-each {
    font-size: 15px;
    font-weight: 600;
    margin: auto 0 2em;
    padding: 10px 15px 10px 8px;
    border-radius: 30px;
    border: 3px solid #9edefd;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    background: #fff !important;
    color: #000 !important;
}

.new-card-box {
    padding: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-clip: padding-box;
    margin-bottom: 20px;
    background-color: #ffffff;
}

.cursor-pointer {
    cursor: pointer;
}

.overflow_table {
    max-height: 500px;
    overflow-y: auto;
}

.detailstable thead {
    position: sticky;
    top: 0;
    background-color: #f5f5f5;
}

.d-flex {
    display: flex;
}

.align-self-center {
    align-self: center;
}

.time_since {
    font-size: 11px;
    color: #aaa;
}

.btn-break {
    white-space: normal;
    word-wrap: break-word;
}

.new-close {
    position: relative;
    right: 10px;
    top: 16px;
    color: #eeeeee;
    opacity: 0.5;
}

.new-close:focus,
.new-close:hover {
    color: white;
    opacity: 1;
}

/* div.dataTables_filter {
    text-align: right;
    margin-right: 4rem;
} */

/* Style for the dropdown arrow */
.custom-select::after {
    content: '\25BC';
    font-size: 10px;
    color: #888888;
    position: absolute;
    top: 56%;
    right: 10px;
    transform: translateY(-50%);
    width: 14px;
}

.new-custom-select::after {
    content: '\25BC';
    font-size: 9px;
    color: #888888;
    position: absolute;
    top: 56%;
    right: 18px;
    transform: translateY(-50%);
    width: 14px;
}

.new-datatable {
    width: 100% !important;
}

.new-title {
    display: flex;
    align-items: center;
    padding: 10px;
    border: 1px solid rgba(54, 64, 74, 0.05);
}

/* Loader Custom CSS */
.page-loader-wrapper {
    z-index: 99999999;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #eee;
    overflow: hidden;
    text-align: center;
}

.page-loader-wrapper p {
    font-size: 13px;
    margin-top: 10px;
    font-weight: bold;
    color: #444;
}

.page-loader-wrapper .loader {
    position: relative;
    top: calc(40% - 30px);
}

.line {
    animation: expand 1s ease-in-out infinite;
    border-radius: 10px;
    display: inline-block;
    transform-origin: center center;
    margin: 0 4px;
    width: 2px;
    height: 25px;
}

.line:nth-child(1) {
    background: #f31e58;
}

.line:nth-child(2) {
    animation-delay: 180ms;
    background: #258cce;
}

.line:nth-child(3) {
    animation-delay: 360ms;
    background: #f6a724;
}

.line:nth-child(4) {
    animation-delay: 540ms;
    background: #83c541;
}

@keyframes expand {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(2);
    }
}

/* Loader Custom CSS Ends */

div.dataTables_wrapper div.dataTables_paginate {
    margin-top: -3rem !important;
}

.suggestion-img {
    /* max-width: 50% !important;
    max-height: 50% !important; */
    width: 300px !important;
    height: 300px !important;
}

.loading-bar {
    position: relative;
    width: 110px;
    height: 110px;
    background: transparent;
    border: px solid #3c3c3c;
    border-radius: 50%;
    text-align: center;
    line-height: 111px;
    font-family: sans-serif;
    font-size: 15px;
    color: rgb(41, 128, 185);
    letter-spacing: 3px;
    text-transform: uppercase;
    text-shadow: 0 0 20px rgb(41, 128, 185);
}

.loading-bar:before {
    content: "";
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 3px solid transparent;
    border-top: 5px solid rgb(41, 128, 185);
    border-right: 5px solid rgb(41, 128, 185);
    border-radius: 50%;
    animation: animateC 2s linear infinite;
}

@keyframes animateC {
    0% {
        transform: rotate(0deg);
    }

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

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

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

.action-btn {
    column-gap: 8px;
    display: flex;
    flex-direction: row;
}

.new-sidebar-menu {
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    padding-right: 25px !important;
}

.new-help-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 5px;
}

.radio-custom {
    white-space: nowrap;
    padding-right: 20px;
}

/* Loader Custom CSS Ends */
div.dataTables_wrapper div.dataTables_paginate {
    margin-top: -3rem !important;
}

div.dt-button-info {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    margin-top: -100px;
    margin-left: -200px;
    background-color: white;
    border: 1px solid #000000;
    box-shadow: 3px 4px 10px 1px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    text-align: center;
    z-index: 21
}

div.dt-button-info h2 {
    padding: .5em;
    margin: 0;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    background-color: #f3f3f3
}

div.dt-button-info>div {
    padding: 1em
}

.new-sidebar-label {
    display: flex;
    align-items: center;
}

.lang-radio input[type="radio"]:checked+label::after,
.lang-radio input[type="radio"]:checked+label::before,
.lang-radio input[type="radio"]+label::after,
.lang-radio label::before {
    margin-top: 2px !important;
}

.btn-danger,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open>.dropdown-toggle.btn-danger {
    background-color: #5fbeaa !important;
    border: 1px solid #5fbeaa !important;
}


.justify-content-center {
    justify-content: center !important;
}


.nav>li>a i {
    font-size: 16px;
    position: relative;
    top: 0.3rem;
}

.p-5 {
    padding: 5px !important;
}

.p-10 {
    padding: 5px !important;
}

.flex-wrap {
    flex-wrap: wrap;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.my--15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
}

.container-list {
    margin-bottom: 33px;
    padding: 34px 34px 14px 34px;
    border: 1px solid #ccc;
    border-radius: 7px;
}

.content_scroll {
    max-height: 46em;
    overflow-y: auto;
}

.word-break-all {
    word-break: break-all;
}

.new-date-box {
    border: 1px solid #ccc !important;
    border-radius: 7px !important;
}

.new-date-box span {
    color: #777 !important;
}

.sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important;
    margin-top: 5px;
}

.source-url {
    background-color: #5fbeaa !important;
    border: 1px solid #5fbeaa !important;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    color: white;
    border-radius: 3px;
    outline: none !important;
}

.source-url:focus {
    color: #5fbeaa !important
}