body{
    padding: 0;
}
.addreview_form_popup .form-group label {
    display: none;
}

.addreview_form_popup {}

.review_form_field {
    padding-left: 0;
}

.alignfield {
    float: left;
    width: 50%;
    padding-right: 0;
    margin-left: 0!important;
    margin-right: 0!important;
}

.form-group.alignfield .col-xs-12 {
    padding-right: 0;
}

.form-group.alignfield.alignfield-left .col-xs-12 {
    padding-left: 0;
}

.review_field_description textarea {
    height: 80px;
}

.addreview_form_popup .logo {
    border: none;
}

.addreview_form_popup .file_upload {
    margin-top: 20px;
}

.addreview_form_popup .btn-secondary {
    background-color: #d0e2f2;
    color: #111!important;
}

.addreview_form_popup .modal-header {
    background-color: #292f4c;
}

.modal-content {}

.addreview_form_popup .modal-dialog {
    border: 5px solid #292f4c;
}

.addreview_form_popup .modal-header .modal-title {
    color: #fff
}
.addreview_form_popup .modal-dialog {
    max-width: 600px;
}
.review_table_main {
    margin-top: 1.25rem;
}
.reviews-list-clbx .logo {
    width: 118px;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    margin-bottom: 5px;
    /*padding: 10px;*/
    background: white;
    text-align: center;
    float: right;
}

.reviews-list-clbx .logo .delete {
    display: none;
    position: absolute;
    top: 30px;
    right: 24px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background: black;
    color: white;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    border: 2px solid #fff;
    cursor: pointer;
}
.reviews-list-clbx .logo .delete:hover {
    background: #4b4b4b;
    color: #ccc;
}
.reviews-list-clbx .logo .image_box:hover .delete {
    display: block;
}

.reviews-list-clbx .logo img {
    width: 100%;
    min-height: 90px;
    border-radius: 10px;
    border: 1px solid #f2f2f2;
    border-bottom: 2px solid #ccc;
}
.reviews-list-clbx .file_upload:hover {
    background: #e5e5e5;
    border: 1px solid #ccc;
}
.reviews-list-clbx .file_upload {
    padding: 7px 15px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    display: inline-block;
    width: auto;
    text-align: center;
    cursor: pointer;
}
.review_table_main i.fa {
    font-size: 20px;
}

span.revw-icon-separator {
    display: inline-block;
    width: 2px;
    background-color: #292f4c;
    height: 20px;
    vertical-align: text-bottom;
    margin: 0 5px;
}
.review_table_main thead {
    background-color: #2a314d;
}

.review_table_main thead td {
    color: #fff;
}

/*==== Css Edit by Himanshu 15-5-2021 ====*/

.ct-review-wrapper{
    background-image: url(../images/ratingbg.jpg);
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    position: relative;
    padding: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.ct-review-wrapper:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(255,255,255,.9);
}
.ct-reviewinner {
    position: relative;
    z-index: 1;
}
.ct-reviewinner .post_container {
    background-color: #ededed;
    padding: 25px;
    color: #000;
    border: 2px solid #fff;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    box-shadow: 0px 0px 15px rgba(0,0,0,.1);
    -moz-box-shadow: 0px 0px 15px rgba(0,0,0,.1);
    -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,.1);
    -o-box-shadow: 0px 0px 15px rgba(0,0,0,.1);
    -ms-box-shadow: 0px 0px 15px rgba(0,0,0,.1);
}
.ct-reviewinner .post_container h1 {
    font-weight: 700;
}
.ct-reviewinner #sources .source,
.ct-reviewinner #routing .choice{
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
.ct-reviewinner #sources .source:hover,
.ct-reviewinner #routing .choice:hover{
    box-shadow: 0px 0px 20px rgba(0,0,0,.2);
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,.2);
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.2);
    -o-box-shadow: 0px 0px 20px rgba(0,0,0,.2);
    -ms-box-shadow: 0px 0px 20px rgba(0,0,0,.2);
}
.ct-reviewinner #routing .choice img {
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
}
.ct-reviewinner #routing .choice:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.ct-reviewinner input.star:checked ~ label.star:before,
.ct-reviewinner input.star-5:checked ~ label.star:before{
    color: #292f4c;
    text-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    -o-text-shadow: none;
    -ms-text-shadow: none;
}
.ctclearfix:after,
.ctclearfix:before{
    content: " ";
    display: table;
}
.ctclearfix:after{
    clear: both;
}
.ctcol-half {
    width: 50%;
    float: left;
}
.ct-padd-r{
    padding-right: 15px;
}
.ct-padd-l{
    padding-left: 15px;
}
.ct-reviewinner .textarea_container{
    border: none;
}
.ct-reviewinner .post_container textarea {
    min-height: 150px;
}
.ct-reviewinner .post_container .form-control{
    height: auto;
    border-radius: 0;
    box-shadow: none;
    padding: 10px;
}
.ct-reviewinner #routing .choice .option_good,#routing .choice  .option_bad {
    font-weight: 700;
}
.ct-reviewinner .btn-submit {
    background: #292f4c;
    box-shadow: none;
    border: 2px solid #292f4c;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    outline: none;
}
.ct-reviewinner .btn-submit:hover{
    color: #1d1d5c;
    background-color: transparent;
    border-color: #1d1d5c;
}

.row.optionbar.withtabs.ctcoll-optionbar {
    margin-bottom: 25px;
}
ul.nav.nav-tabs.ctcoll-review-tab {
    border-bottom: solid 1px #f0f0f0;
    margin: 0;
    background: #ddd;
    padding: 0;
}
ul.nav.nav-tabs.ctcoll-review-tab li.nav-item {
    margin: 0;
}
ul.nav.nav-tabs.ctcoll-review-tab li.nav-item a {
    color: #29363d;
    border: none;
    border-bottom: solid 4px transparent;
    border-radius: 0;
    font-size: 15px;
    margin-right: 0;
    text-transform: uppercase;
    padding: 12px 20px 8px;
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
    background: transparent;
}
ul.nav.nav-tabs.ctcoll-review-tab li.nav-item a:hover:after,
ul.nav.nav-tabs.ctcoll-review-tab li.nav-item a.active:after {
    position: absolute;
    left: 50%;
    bottom: -14px;
    content: "";
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #29363d;
    margin-left: -10px;
}
ul.nav.nav-tabs.ctcoll-review-tab li.nav-item a.active,
ul.nav.nav-tabs.ctcoll-review-tab li.nav-item a:hover {
    border-color: #29363d;
    background: #29363d;
    color: #fff;
}
.ctcoll-optionbar span.ctcoll-collrev {
    display: inline-block;
    background-color: #29363d;
    color: #fff;
    padding: 15px 25px;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
}
.ctcoll-optionbar span.ctcoll-collrev:after {
    position: absolute;
    right: -15px;
    top: 0;
    content: "";
    border-bottom: 23px solid transparent;
    border-top: 23px solid transparent;
    border-left: 15px solid #000;
}
.ctcoll-reviewsources .title {
    font-size: 30px;
    line-height: 1.2;
    border-bottom: 2px solid #29363d;
    padding: 15px 0;
    text-transform: capitalize;
    margin: 0 0 30px;
    text-align: left;
}
.ctcoll-btn-wrappper {
    text-align: right;
}
.ctcoll-distribute .iframe_wrapper {
    padding-top: 5px;
}
.ctcoll-distribute .full_preview_button > a {
    font-size: 15px;
}
.ctcoll-distribute .full_preview_button > a i.fa {
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    font-size: 14px;
}
.ctcoll-distribute .full_preview_button > a:hover i.fa {
    font-size: 18px;
}
.ctcoll-routing-wrap label.control-label {
    padding: 15px 0 0 15px;
    font-size: 16px;
}
.ctcoll-cstmchk_box {
    display: inline-block;
    position: relative;
    padding-left: 0;
    margin-top: 8px;
    cursor: pointer;
    font-size: 16px;
    height: 25px;
    width: 25px;
    color: #4e4e4f;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ctcoll-cstmchk_box input {
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    opacity: 0;
    margin: 0;
    z-index: 10;
    margin: 0 !important;
}
.ctcoll-cstmchk_box .checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    border: 1px solid #292f4c;
}
.ctcoll-cstmchk_box .checkmark:after {
    content: "";
    left: 8px;
    top: 2px;
    position: absolute;
    width: 8px;
    height: 16px;
    background-color: transparent;
    border: solid #292f4c;
    border-width: 0 3px 3px 0;
    margin-top: 0;
    margin-left: 0;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transform: rotate(45deg) scale(0);
    -webkit-transform: rotate(45deg) scale(0);
    -ms-transform: rotate(45deg) scale(0);
    transform: rotate(45deg) scale(0);
    opacity: 0;
}
.ctcoll-cstmchk_box input:checked ~ .checkmark:after {
    -o-transform: rotate(45deg) scale(1);
    -webkit-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
    opacity: 1;
}

.ytd-vedio-list .vid {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.ytd-vedio-list .vid iframe,
.ytd-vedio-list .vid object,
.ytd-vedio-list .vid embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ytd-vedio-list .youtube-video .vedio-img-list {
    display: inline-block;
    width: 49%;
    float: left;
    padding-right: 5px;
}

.ytd-vedio-list .youtube-video .vedio-description-list {
    display: inline-block;
    width: 49%;
}
.ytd-vedio-list .youtube-video.active_video {
    background: #0000001a;
}
.ytd-vedio-list li.youtube-video {
    clear: both;
    margin-bottom: 15px;
    width: 100%;
    display: block;
    float: left;
}
.ytd-vedio-list .scroll {
    width: 100%;
    height: 550px;
    overflow-x: hidden;
    overflow-y: auto;

}
.ytd-vedio-list .img-responsive {
    display: block;
    height: 100%;
}

 .ytd-chanel-list .template_faq {
    background: #edf3fe none repeat scroll 0 0;
}
.ytd-chanel-list .panel-group {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 0;
    padding: 30px;
}
.ytd-chanel-list #accordion .panel {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 15px 10px;
}
.ytd-chanel-list #accordion .panel-heading {
    border-radius: 30px;
    padding: 0;
}
.ytd-chanel-list #accordion .panel-title a.chnstPs {
    background: #999 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 20px 12px 50px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.ytd-chanel-list #accordion .panel-title a.chnstPs.collapsed {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #333;
}
.ytd-chanel-list #accordion .panel-title a.chnstPs::after, #accordion .panel-title a.chnstPs.collapsed::after {
    background: #999 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
    color: #fff;
    content: "\f107";
    font-family: fontawesome;
    font-size: 25px;
    height: 55px;
    left: -20px;
    line-height: 55px;
    position: absolute;
    text-align: center;
    top: -5px;
    transition: all 0.3s ease 0s;
    width: 55px;
}
.ytd-chanel-list #accordion .panel-title a.chnstPs.collapsed::after {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-shadow: none;
    color: #333;
    content: "\f105";
}
.ytd-chanel-list #accordion .panel-body {
    background: transparent none repeat scroll 0 0;
    border-top: medium none;
    padding: 20px 25px 10px 9px;
    position: relative;
}
.ytd-chanel-list #accordion .panel-body .wrp-playlist {
    border-left: 1px dashed #8c8c8c;
    padding-left: 25px;
    position: relative;
    margin-top: -5px;
    overflow-y: auto;
}

.ytd-chanel-list #accordion .panel-body .wrp-playlist > div {
    margin-bottom: 20px;
}
.ytd-chanel-list #accordion .panel-body .wrp-playlist .text-heading {
    height: 70px;
}
.ytd-chanel-list .ythead{
    font-family: "Roboto","Arial",sans-serif;
    font-size: 17px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: normal;
    color: black;
    }
    .ytd-chanel-list .youtube-playlist{
        flex: 0 0 30%;
    max-width: 30%;
    }
    .ytd-chanel-list .icon-yt{
        position: absolute;
        top: 60%; 
        right: 35%;
        transform: translate(60%,-10%);
}
    .ytd-chanel-list .vtcount{
        color: #fff;
        font-family: "Roboto","Arial",sans-serif;
        font-size: 1rem;
        line-height: 2.2rem;
        font-weight: 400;
        position: absolute;
        top: 50%; 
        right: 50%;
        transform: translate(50%,-80%);
    }
    .ytd-chanel-list .navi {
        display: inline-block;
        width: 100%;

    }
     .ytd-chanel-list #infoi {
            background: rgba(0, 0, 0, 0.8);
    position: absolute;
    /*display: inline-block;*/
    top: 0px;
    right:0;
    height: 97%;
    width: 110px;
    }
.ytd-chanel-list .content {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.ytd-chanel-list .content .content-overlay {
  background: rgba(0,0,0,0.9);
  position: absolute;
  height: 97%;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.ytd-chanel-list .content:hover .content-overlay{
  opacity: 1;
}


.ytd-chanel-list .content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.ytd-chanel-list .content:hover .content-details{
  /*top: 40%;*/
  left: 50%;
  opacity: 1;
}

.ytd-chanel-list .content-details p{
  color: #fff;
  font-size: 15px;
}
*, *:before, *:after{
        margin: 0;
        padding: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing:border-box;
        box-sizing: border-box;
    }