#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;
}
.dropdown-menu{
  min-width: 11rem !important;
  margin-right: -60px;
}

#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;
}

.portraitImagePreview {

    background: repeat scroll 0 0 #ddd;
    height: 250px;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;
}

.squareImagePreview {

    background: repeat scroll 0 0 #ddd;
    height: 200px;width: 200px;
    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:
    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);
}


.single-blog-post{
    border-radius: 50px 20px;
}
.label-question{
    border-radius: 50px;
    background-color: #eff2f4;
    color: #9599a2;
    padding: 10px;
    margin: 30px 100px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
.label-question-selected{
    background-color: #cdf2e1 !important;
    color: #0dc16d;
}
.dot {
    height: 80px;
    width: 80px;
    background-color: #fdde11;
    color: #7b6cfe;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 2px 2px 2px 2px rgba(145, 137, 137, 0.6);
    display: inline-block;
    margin-top: -30px;
    text-align: center;
    font-size: 25px;
    padding: 20px;
    font-weight: 700;
}
.dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.col-pur{
    color: #7b6cfe !important;
    font-weight: 600;
}
