/*
* Table of contents
* 1. General styles
* 1.1 Variables
* 2. Header
* 3. Content
* 3.1 Home page
* 3.2 Search page
* 3.3 Upload page and Upload Edit page
* 3.4 Account page and Login page
* 3.5 Categories Page
* 3.6 History Page
* 3.7 Channel Page
* 3.8 Single Video Page
* 4. Footer
*/
.vertical-align {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.horizontal-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.vert-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.vert-wrapper .vert {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
/*
* General Styles
*/
body {
  color: #2e2e2e;
  /* font-family: 'Hind Guntur', sans-serif; */
  font-size: 16px;
  /* background-color: #ffffff; */
  transition: background-color 0.3s, color 0.3s;
}
/* body.light {
  background-color: #ffffff;
} */
/* body.light .content-wrapper {
  background-color: #fbfdfe; 
  background-color: #eff2f6;
} */
/* body.dark {
  background-color: #242424;
}
body.dark .content-wrapper {
  background-color: #343434;
} */
.logo {
  width: 44px;
  height: 44px;
}
/* a {
  color: #2e2e2e;
}
a:hover {
  color: #ea2c5a;
  text-decoration: none;
}
a:focus {
  color: #ea2c5a;
} */
/* .form-control,
.btn {
  font-size: 16px;
} */
/* .form-control {
  border-radius: 3px;
  border: solid 1px #e0e1e2;
  padding: 15px 18px;
  height: 46px;
} */
.form-group {
  margin-bottom: 25px;
}
label {
  margin-bottom: 10px;
}
.color-default {
  color: #2e2e2e;
}
.color-active {
  color: #ea2c5a;
}
.padding-def {
  padding: 70px 0;
}
.delimiter {
  margin: 23px 0;
  height: 1px;
  border-top: solid 1px #eceff0;
}
.bg-clean .btn-default {
  border: none;
  background: transparent;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn:active,
.btn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #637076;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default:hover,
.btn-default:active,
.btn-default.active,
.btn-default:focus,
.btn-default.focus,
.open > .dropdown-toggle.btn-default {
  color: #637076;
  background-color: transparent;
  border-color: transparent;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #637076;
  background-color: transparent;
  border-color: transparent;
}
.pull-right > .dropdown-menu {
  right: -1px;
}
/* ul.dropdown-menu {
  border-color: #eceff0;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  min-width: 11rem;
} */
/* ul.dropdown-menu li {
  border-bottom: solid 1px #eceff0;
}
ul.dropdown-menu li a {
  padding: 14px 16px;
}
ul.dropdown-menu li a i {
  padding-right: 5px;
  font-size: 19px;
}
ul.dropdown-menu li:last-child {
  border: none;
}
ul.dropdown-menu li:nth-child(even) {
  background-color: #fbfdfe;
} */
.tooltip-inner {
  background-color: #44474e;
  font-family: 'Hind Guntur', sans-serif;
  font-size: 14px;
  padding: 5px 9px 1px 9px;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #44474e;
}
.ta-r {
  text-align: right;
}
a.active {
  color: #ea2c5a;
}
.head-div {
  border-top: solid 1px #eceff0;
}
.btn-cv1 {
  border-radius: 3px;
  border: solid 1px #ea2c5a;
  background-color: #ea2c5a;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  padding: 10px;
  width: 100%;
}
.btn-cv1:hover {
  color: #ea2c5a;
  background-color: #ffffff;
}

.btn-cv2 {
  border-radius: 3px;
  border: solid 1px #ea2c5a;
  background-color: #ea2c5a;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  padding: 20px;
  width: 50%;
  
	
  
	
}
.btn-cv2:hover {
  color: #ea2c5a;
  background-color: #ffffff;
}
/*
* General Styles END
*/
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-1-5 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
}
/* input[type="text"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="password"],
textarea,
label.checkbox {
  border: solid 1px #e0e1e2;
  border-radius: 2px;
}
input[type="text"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="password"],
textarea {
  width: 100%;
  padding-left: 14px;
  padding-right: 14px;
  color: #7e7e7e;
  font-size: 16px;
  font-weight: normal;
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -ms-transition: border 0.3s;
  -o-transition: border 0.3s;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="password"],
textarea:focus {
  outline: none;
  border-color: #b5b5b5;
}
input[type="text"][readonly]:focus,
input[type="email"][readonly]:focus,
input[type="number"][readonly]:focus,
input[type="search"][readonly]:focus,
input[type="password"],
textarea[readonly]:focus {
  outline: none;
  border-color: #e0e1e2;
}
textarea {
  padding-top: 10px;
} */
/* input[type="text"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="password"] {
  height: 40px;
  padding-top: 4px;
} */
label.checkbox {
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-color: #ffffff;
}
@media only screen and (max-width: 767px) {
  label.checkbox {
    width: 24px;
    height: 24px;
    border-radius: 4px;
  }
}
label.checkbox .arrow {
  display: none;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: -1px;
  border: solid 1px #ea2c5a;
  border-radius: 2px;
}
@media only screen and (max-width: 767px) {
  label.checkbox .arrow {
    width: 24px;
    height: 24px;
    border-radius: 4px;
  }
}
label.checkbox .arrow::before {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 8px;
  left: 3px;
  top: 3px;
  border-top: solid 2px #ea2c5a;
  border-right: solid 2px #ea2c5a;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}
@media only screen and (max-width: 767px) {
  label.checkbox .arrow::before {
    width: 10px;
    height: 6px;
    top: 6px;
    left: 6px;
  }
}
label.checkbox input[type="checkbox"]:checked + .arrow {
  display: block;
}
label.checkbox input[type="checkbox"] {
  display: none;
}
label.clipboard {
  position: relative;
  width: 100%;
}
label.clipboard .btn-copy {
  position: absolute;
  display: block;
  width: 56px;
  height: 28px;
  padding-top: 5px;
  top: 50%;
  right: 6px;
  margin-top: -14px;
  border-radius: 2px;
  text-align: center;
  background-color: #eceff0;
  color: #7e7e7e;
  font-weight: normal;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
label.clipboard:hover .btn-copy {
  background-color: #b5b5b5;
  color: white;
}
.login-window input {
  height: 46px;
  padding-top: 18px;
}
.login-window button {
  padding-top: 22px;
  padding-bottom: 16px;
}
input:focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: none !important;
  moz-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}
label.checkbox-text {
  position: relative;
  display: block;
  overflow: hidden;
  padding-left: 36px;
}
label.checkbox-text .checkbox {
  position: absolute;
  left: 0;
}
label.checkbox-text p {
  margin-top: 12px;
  margin-bottom: 6px;
  font-weight: normal;
}
.cv-percent {
  color: #28b47e;
  display: inline-block;
  position: relative;
  padding-left: 19px;
}
.cv-percent .cv-circle {
  border: solid 2px #28b47e;
  border-radius: 7px;
  width: 14px;
  height: 14px;
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 0px;
}
/* ul.list-inline li a:not(.color-active) {
  color: #7e7e7e;
  background-color: var(--bs-gray-400);
} */
ul.list-inline li a:not(.color-active):hover {
  color: var(--bs-gray-900);
  background-color: var(--bs-gray-100);
}
ul.list-inline li a.color-active {
  color: #ea2c5a;
}
.social {
  overflow: hidden;
}
.social a {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  padding-top: 6px;
  margin-bottom: 8px;
  border-radius: 50%;
  color: white;
  text-align: center;
}
.social a:not(:last-child) {
  margin-right: 14px;
}
.social a:hover {
  transform: rotateY(360deg);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}
.social a.facebook {
  background-color: #3b5998;
  padding-top: 7px;
}
.social a.twitter {
  background-color: #55acee;
  padding-top: 7px;
}
.social a.google {
  background-color: #dd4b39;
  padding-top: 7px;
}
.social a.pinterest {
  background-color: #cb2027;
  padding-top: 7px;
}
.social a.btc {
  background-color: #ff6600;
}
.social a.tumblr {
  background-color: #32506d;
  padding-top: 7px;
}
.social a.vk {
  background-color: #45668e;
}
.social a.#FF0000dit {
  background-color: white;
  color: #5f99cf;
  font-size: 30px;
  padding-top: 0;
}
.social a.stumbleupon {
  background-color: #eb4924;
}
.social a.odnoklassniki {
  background-color: #ed812b;
}
.tags-type1,
.tags-type2 {
  fond-size: 0;
  display: table;
}
.tags-type1 a,
.tags-type2 a {
  display: inline-block;
  margin-bottom: 8px;
  color: #7e7e7e;
  background-color: white;
  border: solid 1px #e0e1e2;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.tags-type1 a:hover,
.tags-type2 a:hover {
  background-color: #eceff0;
}
.tags-type1 a:not(:last-child),
.tags-type2 a:not(:last-child) {
  margin-right: 16px;
}
.tags-type1 a {
  height: 34px;
  padding: 8px 8px 8px;
  font-size: 16px;
}
.tags-type2 a {
  height: 46px;
  padding: 12px 16px 12px;
  font-size: 20px;
  font-weight: 500;
}
.tags-type2 a i {
  margin-right: 14px;
}
.block-list > div {
  min-height: 48px;
  padding: 14px 18px 10px;
  border: solid 1px #e0e1e2;
  cursor: pointer;
  overflow: hidden;
}
.block-list > div:hover:not(.active) {
  border-color: #b5b5b5;
}
.block-list > div:not(:last-child):not(.active) {
  margin-bottom: -1px;
}
.block-list > div span {
  display: block;
  color: #7e7e7e;
}
.block-list > div .name {
  float: left;
}
.block-list > div .time {
  float: right;
}
.block-list > div i {
  display: block;
  float: left;
  margin-top: -2px;
  color: #637076;
  font-size: 20px;
}
.block-list > div i:first-child {
  margin-left: -6px;
  margin-right: 10px;
}
.block-list > div i.cvicon-cv-plus {
  float: right;
}
.block-list > div.active {
  border-color: #ea2c5a;
}
.block-list > div.active span {
  font-weight: 500;
  color: black;
}
.block-list > div.active i {
  color: #ea2c5a;
}
video {
  display: block;
  width: 100%;
  object-fit: contain;
}
.sv-video {
  width: 100%;
}
.sv-video .sv-play {
  cursor: pointer;
}
.sv-video .mejs-container .mejs-inner .mejs-layers .mejs-poster {
  background-size: cover;
}
.sv-video .mejs-container .mejs-inner .mejs-controls .mejs-time-rail .mejs-time-total .mejs-time-loaded {
  background: #4d86fe;
  background: rgba(77, 134, 254, 0.8);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(44, 124, 145, 0.8)), to(rgba(77, 134, 254, 0.8)));
  background: -webkit-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(77, 134, 254, 0.8));
  background: -moz-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(77, 134, 254, 0.8));
  background: -o-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(77, 134, 254, 0.8));
  background: -ms-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(77, 134, 254, 0.8));
  background: linear-gradient(rgba(44, 124, 145, 0.8), rgba(77, 134, 254, 0.8));
}
.mejs-overlay-button {
  background-image: none;
}
.mejs-overlay-button:after {
  top: 0;
  left: 0;
  content: '\e816';
  font-family: "circle-video";
  width: 66px;
  height: 66px;
  background-color: #343434;
  border-radius: 33px;
  opacity: 0.85;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -33px;
  margin-left: -33px;
  color: #ffffff;
  padding-top: 18px;
  font-size: 20px;
  text-align: center;
}
.login-window div.checkbox > label {
  padding-left: 40px;
}
.login-window label.checkbox {
  position: absolute;
  margin-left: -40px;
}
.u-form div.checkbox label.checkbox {
  position: absolute;
  margin-left: -36px;
  margin-top: -3px;
  padding: 0 !important;
}
.u-form div.checkbox.checked label {
  color: #ea2c5a !important;
}
.form-group input,
.form-group select {
  height: 46px;
}
.video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mb-40 {
  margin-bottom: 40px;
}
/*
* HEADER
*/
.btn-color-toggle {
  position: fixed;
  left: 30px;
  top: 24px;
  cursor: pointer;
  z-index: 100;
}
@media only screen and (max-width: 1080px) {
  .btn-color-toggle {
    left: inherit;
    right: 30px;
    top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-color-toggle {
    display: none !important;
  }
}
body.ovf--hidden {
  overflow: hidden !important;
}
ul.menu {
  position: relative;
  margin-bottom: 0;
  z-index: 10;
  margin-top: 25px;
}
ul.menu li:hover ul {
  display: block;
}
ul.menu ul {
  display: none;
  list-style: none;
  padding: 0;
  z-index: 1;
  background-color: white;
  border: solid 1px #eceff0;
  position: absolute;
}
ul.menu ul li a {
  display: block;
  padding: 10px 15px;
}
ul.menu ul li:not(:last-child) {
  border-bottom: solid 1px #eceff0;
}
.btn-menu-toggle {
  display: block;
  margin-top: 26px;
}
.topsearch {
  margin-top: 15px;
}
.topsearch > i {
  display: none;
}
.topsearch .form-control {
  height: 40px;
  padding: 6px 12px;
  padding-top: 10px;
}
.topsearch .input-group {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .topsearch .input-group > span {
    margin-left: auto;
  }
}
.topsearch .input-group-addon,
.topsearch .input-group-btn,
.topsearch input {
  width: auto;
  border: none;
  background-color: #eceff0;
}
.topsearch .input-group-addon {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.topsearch .input-group-addon i {
  font-size: 18px;
  padding-left: 3px;
  padding-top: 3px;
  color: #637076;
}
.topsearch input {
  box-shadow: inset 0px 0px 0px 0px white;
  padding-top: 10px;
  width: 480px;
}
.topsearch .input-group-btn {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-right: 10px;
}
.topsearch .input-group-btn .btn {
  padding: 8px 12px 4px 12px;
}
.topsearch .input-group-btn .btn-default {
  color: #637076;
  background-color: transparent;
  border: none;
}
.topsearch .input-group-btn .cvicon-cv-video-file {
  font-size: 20px;
}
.topsearch .input-group-btn .caret {
  margin-top: -5px;
}
.topsearch .input-group-btn .dropdown-menu {
  left: auto;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .navbar-container {
    min-height: 90px;
    padding-bottom: 0 !important;
    align-items: center;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-container > .container {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-container:not(.search-open) .input-group-addon {
    background-color: transparent;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-container:not(.search-open) input,
  .navbar-container:not(.search-open) .input-group-btn {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-container.search-open .topsearch {
    position: absolute;
    left: 15px;
    right: 15px;
    align-items: center;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-container.search-open .topsearch > i {
    display: block;
    margin-right: 15px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-container.search-open .input-group {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-container.search-open .btn-menu-toggle,
  .navbar-container.search-open .navbar-brand {
    visibility: hidden !important;
  }
}
/* .avatar {
  width: 70px;
  padding-top: 12px;
  margin-left: 14px;
  position: relative;
} */
.avatar .status {
  position: absolute;
  top: 12px;
  left: 0px;
  background-color: #28b47e;
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
}
.selectuser {
  padding-left: 0px;
  padding-top: 20px;
}
.selectuser .btn-default {
  background-color: transparent;
  border: none;
}
.selectuser .btn .caret {
  margin-left: 5px;
}
.loginsignup {
  text-align: right;
  margin-top: 25px;
}
.loginsignup a {
  color: #637076;
}
.loginsignup a:hover {
  text-decoration: underline;
}
/* .navbar-brand {
  padding: 12px 15px;
} */
/* @media only screen and (max-width: 767px) {
  .navbar-brand {
    width: 100%;
    align-items: center;
    justify-content: center;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
} */
@media only screen and (min-width: 768px) {
  .navbar-brand span {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-brand span {
    margin-left: 10px;
    margin-top: 4px;
    font-size: 20px;
    color: #ea2c5a;
    font-weight: bold;
  }
}
.navbar-container {
  position: relative;
  height: 70px;
  border-bottom: solid 1px #eceff0;
}
.navbar-container.single {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .navbar-container [class^='col-'] {
    position: static;
  }
}
.navbar-container .input-group input.form-control {
  width: 455px;
}
.navbar-container .container {
  position: relative;
}
.navbar-container .container .upload-button {
  z-index: 10;
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: solid 1px #2cce8f;
  top: 40px;
  right: -100px;
  background-color: #2cce8f;
  color: #ffffff;
  text-align: center;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(44, 206, 143, 0.56);
  -moz-box-shadow: 2px 2px 10px 0px rgba(44, 206, 143, 0.56);
  box-shadow: 2px 2px 10px 0px rgba(44, 206, 143, 0.56);
}
.navbar-container .container .upload-button:hover {
  background-color: #ffffff;
  color: #2cce8f;
}
.navbar-container .container .upload-button a {
  color: #ffffff;
}
.navbar-container .container .upload-button a:hover {
  color: #2cce8f;
}
.navbar-container .container .upload-button i {
  padding-top: 15px;
  font-size: 20px;
}
@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  .navbar-container .container .upload-button {
    right: -50px;
  }
}
.navbar-container2 {
  height: 50px;
  border-bottom: solid 1px #eceff0;
  color: #637076;
}
@media only screen and (max-width: 767px) {
  .navbar-container2 {
    padding-bottom: 14px !important;
  }
}
.navbar-container2 a i {
  color: #637076;
}
.navbar-container2 a i:hover {
  color: #ea2c5a;
}
.navbar-container2 .goto {
  padding-top: 14px;
  color: #7e7e7e;
}
.navbar-container2 .h-icons {
  padding-top: 14px;
}
@media only screen and (max-width: 767px) {
  .navbar-container2 .h-icons {
    justify-content: space-between;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.navbar-container2 .h-icons i {
  font-size: 20px;
}
.navbar-container2 .h-icons a:not(:last-child) i {
  margin-right: 18px;
}
.navbar-container2 .h-resume {
  position: relative;
  padding-left: 5px;
  padding-top: 13px;
}
.navbar-container2 .h-resume .play-icon {
  position: absolute;
  font-size: 22px;
  left: 8px;
  top: 13px;
}
.navbar-container2 .h-grid {
  padding-top: 14px;
  font-size: 20px;
}
.navbar-container2 .h-grid .cvicon-cv-grid-view {
  padding-right: 5px;
}
.pages ul.dropdown-menu li:nth-child(even) {
  background-color: #ffffff;
}
.pages a:focus {
  color: #ea2c5a;
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 1365px) {
  .navbar-container {
    height: auto;
    padding-bottom: 15px;
  }
  .navbar-container .input-group input.form-control {
    width: 100%;
  }
  .navbar-container .container .upload-button {
    top: 15px;
    right: 15px;
  }
  .navbar-container2 {
    height: auto;
    padding-bottom: 6px;
  }
}
@media (min-width: 100px) and (max-width: 767px) {
  .navbar-container {
    height: auto;
    padding-bottom: 15px;
  }
  .navbar-container .input-group input.form-control {
    width: 100%;
  }
  .navbar-container .container .upload-button {
    top: 165px;
    right: 15px;
  }
  .navbar-container2 {
    height: auto;
    padding-bottom: 15px;
  }
}
.mobile-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  max-width: 300px;
  top: 0;
  left: 0;
  background-color: #fbfdfe;
  z-index: 100;
  overflow-y: auto;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
}
@media only screen and (min-width: 768px) {
  .mobile-menu {
    display: none !important;
  }
}
.mobile-menu .navbar-brand {
  width: auto;
}
.mobile-menu.open {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.mobile-menu .btn {
  width: 100%;
  height: 50px;
  padding: 12px 15px;
  border-radius: 30px;
  align-items: baseline;
  justify-content: center;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.mobile-menu-head {
  min-height: 90px;
  padding: 8px 20px;
  background-color: white;
  border-bottom: solid 1px #eceff0;
  align-items: center;
  justify-content: space-between;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.mobile-menu-close {
  width: 18px;
  height: 18px;
  border-left: solid 2px #637076;
  border-bottom: solid 2px #637076;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.mobile-menu-btn-color {
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.mobile-menu-btn-color img {
  width: 100%;
}
.mobile-menu-content {
  padding: 20px 20px;
}
.mobile-menu-user {
  padding-bottom: 20px;
  border-bottom: solid 1px #eceff0;
  align-items: baseline;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.mobile-menu-user-img {
  position: relative;
  width: 70px;
}
.mobile-menu-user-img::before {
  position: absolute;
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #28b47e;
  top: 2px;
  left: 2px;
}
.mobile-menu-user p {
  margin-left: 20px;
  color: #637076;
}
.mobile-menu-user .caret {
  margin-left: auto;
}
.mobile-menu-upload {
  margin-top: 20px;
  background-color: #2cce8f;
}
.mobile-menu-upload i {
  margin-right: 12px;
  font-size: 20px;
}
.mobile-menu-upload i::before {
  color: white;
}
.mobile-menu-upload span {
  color: white;
}
.mobile-menu-list {
  padding-bottom: 40px;
  margin-top: 40px;
  border-bottom: solid 1px #eceff0;
}
.mobile-menu-list > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-menu-list > ul > li {
  margin-top: 22px;
  margin-bottom: 22px;
}
.mobile-menu-list > ul > li > a {
  text-decoration: none;
  align-items: center;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.mobile-menu-list > ul > li > a i:first-child {
  margin-right: 10px;
  font-size: 22px;
}
.mobile-menu-list > ul > li > a > p {
  margin: 0;
  margin-top: 4px;
  color: #7e7e7e;
}
.mobile-menu-list > ul > li > a > .caret {
  margin-top: 4px;
  margin-left: auto;
}
.mobile-menu-categories {
  display: none;
  width: 100%;
  height: 100%;
  padding: 0;
  margin-top: 22px;
  border-top: solid 1px #eceff0;
  border-bottom: solid 1px #eceff0;
}
.mobile-menu-categories li {
  display: block;
}
.mobile-menu-categories li a {
  display: block;
  padding: 10px 0 10px 15px;
  text-decoration: none;
  align-items: center;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.mobile-menu-categories li a .caret {
  margin-left: auto;
}
.mobile-menu-categories > li:not(:last-child) a {
  border-bottom: solid 1px #eceff0;
}
.mobile-menu-categories > li li a {
  border-bottom: solid 1px #eceff0;
}
.mobile-menu-categories ul {
  display: none;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.mobile-menu-categories ul li a {
  display: block;
  padding: 10px 30px;
}
.mobile-menu-logout {
  margin-top: 20px;
  background-color: #eceff0;
}
/*
* HEADER END
*/
/*
* Content Index
*/
/* .content-wrapper {
  background-color: #fbfdfe;
} */
.content-block .cb-header {
  padding: 20px 0;
  color: #7e7e7e;
}
@media only screen and (max-width: 767px) {
  .content-block .cb-header {
    padding: 12px 0;
  }
}
.content-block .cb-header .list-inline {
  margin: 0;
  margin-left: -5px;
  line-height: 34px;
}
.content-block .cb-content {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .content-block .cb-content {
    margin-bottom: 12px;
  }
}
.content-block.head-div {
  border-top: solid 1px #eceff0;
}
.content-block.head-div.head-arrow {
  position: relative;
}
.content-block.head-div.head-arrow .head-arrow-icon {
  position: absolute;
  width: 80px;
  background-color: #fbfdfe;
  top: 0;
  left: 50%;
  align-items: center;
  justify-content: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.content-block.head-div.head-arrow .head-arrow-icon i {
  font-size: 20px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.content-block.head-div.head-arrow.content-block.head-div.head-arrow-top .head-arrow-icon i {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.content-block.head-div.head-arrow .cb-header {
  padding-top: 24px;
}
@media only screen and (max-width: 767px) {
  .avatars [class^='col-']:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)) {
    display: none;
  }
}
.avatars a {
  display: block;
  position: relative;
  max-width: 70px;
  min-width: 50px;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .avatars a {
    margin: 0 auto;
  }
}
.avatars a img {


  width: 100%;
  height: auto;
}
.avatars a .note {
  display: none;
  position: absolute;
  padding-top: 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #ea2c5a;
  opacity: 0.9;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  align-items: center;
  justify-content: center;
}
.avatars a:hover .note {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.b-video .v-img {
  border-radius: 2px;
  position: relative;
}
.b-video .v-img .time {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #373933;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  color: #ffffff;
  font-size: 14px;
  padding: 6px 9px 3px 9px;
  line-height: 14px;
  font-weight: 500;
}
.b-video .v-img .watched {
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 6px 4px 0px 5px;
  color: #ffffff;
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
  border-radius: 2px;
  background-color: #373933;
}
.b-video .v-img .watched-mask {
  background-color: #ababab;
  opacity: 0.6;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.b-video .v-img .plus {
  width: 24px;
  height: 24px;
  border-radius: 3px;
  background-color: #ffffff;
  opacity: 0.9;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  text-align: center;
}
.b-video .v-img .plus i {
  padding-top: 4px;
  display: inline-block;
}
.b-video .v-img .plus-details {
  position: absolute;
  top: 5px;
  right: 34px;
  border-radius: 3px;
  background-color: #ffffff;
  opacity: 0.9;
  text-align: left;
}
.b-video .v-img .plus-details ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.b-video .v-img .plus-details ul li {
  padding: 14px 16px;
  border-bottom: solid 1px #eceff0;
}
.b-video .v-img .plus-details ul li:last-child {
  border: none;
}
.b-video .v-img .plus-details ul li i {
  padding-right: 10px;
}
.b-video .v-desc {
  /* color: #343434; */
  font-weight: 500;
  padding-top: 25px;
}
.b-video .v-views {
  font-size: 15px;
  /* color: #7e7e7e; */
  padding-top: 5px;
}
@media only screen and (min-width: 768px) {
  .b-video .v-views {
    padding-bottom: 30px;
  }
}
.b-video .v-views .v-percent {
  color: #28b47e;
  display: inline-block;
  position: relative;
  padding-left: 19px;
}
.b-video .v-views .v-percent .v-circle {
  border: solid 2px #28b47e;
  border-radius: 7px;
  width: 14px;
  height: 14px;
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 0px;
}
.b-video.last-row .v-views {
  padding-bottom: 0px;
}
.video-mobile-02 > .row {
  flex-wrap: wrap;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .video-mobile-02 .h-video [class^='col-']:last-child {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .video-mobile-02 .h-video [class^='col-']:last-child {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .chanels-row [class^='col-']:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
    display: none;
  }
}
.b-chanel {
  position: relative;
}
.b-chanel .hover {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 2px;
  background-color: #30333b;
  opacity: 0.9;
  color: #ffffff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.b-chanel a:hover .hover {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.b-playlist .v-img {
  border-radius: 2px;
  position: relative;
}
.b-playlist .v-img img {
  border: solid 2px #fbfdfe;
  width: 100%;
}
.b-playlist .v-img a {
  display: inline-block;
  position: relative;
  z-index: 3;
  width: 100%;
}
.b-playlist .v-img .items {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background-color: #373933;
  border-radius: 2px;
  color: #ffffff;
  font-size: 14px;
  padding: 6px 9px 1px 9px;
  line-height: 14px;
  font-weight: 500;
  z-index: 5;
}
.b-playlist .v-img .l-1 {
  z-index: 1;
  position: absolute;
  width: 92%;
  left: 4%;
}
.b-playlist .v-img .l-2 {
  z-index: 2;
  position: absolute;
  margin-top: 11px;
  width: 96%;
  left: 2%;
}
.b-playlist .v-img .l-3 {
  z-index: 3;
  margin-top: 22px;
}
.b-playlist .v-desc {
  color: #343434;
  font-weight: 500;
  padding-top: 25px;
}
@media only screen and (max-width: 767px) {
  .b-playlist .v-desc {
    padding-top: 14px;
  }
}
.b-playlist .v-views {
  font-size: 15px;
  color: #7e7e7e;
  padding-bottom: 0px;
  padding-top: 5px;
}
.b-playlist .v-views .v-percent {
  color: #28b47e;
  display: inline-block;
  position: relative;
  padding-left: 19px;
}
.b-playlist .v-views .v-percent .v-circle {
  border: solid 2px #28b47e;
  border-radius: 7px;
  width: 14px;
  height: 14px;
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 0px;
}
.v-pagination {
  text-align: center;
  margin-bottom: 40px;
}
.v-pagination a {
  display: block;
  padding: 0 24px;
  min-width: 70px;
  height: 62px;
  margin-top: 22px;
  border-radius: 50px;
  background-color: #eceff0;
  text-align: center;
  color: #2e2e2e;
  font-size: 22px;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .v-pagination a {
    min-width: 60px;
    height: 50px;
    padding: 0 12px;
  }
}
.v-pagination a:not(:last-child) {
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .v-pagination a:not(:last-child) {
    margin-left: 12px;
  }
}
.v-pagination a:hover,
.v-pagination a.active {
  color: var(--bs-gray-800) !important;
  background-color: var(--bs-gray-400);
}
.v-pagination a:hover i,
.v-pagination a.active i {
  color: #ffffff !important;
}
.v-pagination ul {
  justify-content: space-between;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 700px) {
  .v-pagination ul {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 700px) {
  .v-pagination ul li {
    display: none;
  }
}
.v-pagination ul .v-pagination-prev,
.v-pagination ul .v-pagination-first,
.v-pagination ul .v-pagination-skin,
.v-pagination ul .v-pagination-next {
  display: block;
}
@media (min-width: 768px) and (max-width: 1365px) {
  .avatars .col-sm-2 {
    padding-bottom: 10px;
  }
  .videolist .videoitem {
    min-height: 360px;
  }
  .videolist .videoitem img {
    width: 100%;
  }
  .b-playlist {
    margin-bottom: 15px;
  }
  .b-chanel {
    margin-bottom: 15px;
  }
  .b-chanel img {
    width: 100%;
  }
  .v-pagination .pages {
    width: 62px;
    height: 62px;
  }
}
@media (min-width: 100px) and (max-width: 767px) {
  .avatars .col-sm-2 {
    padding-bottom: 10px;
  }
  .videolist .videoitem {
    min-height: 100px;
  }
  .videolist .videoitem img {
    width: 100%;
  }
  .videolist .videoitem .b-video .v-desc {
    padding-top: 14px;
  }
  .b-playlist {
    margin-bottom: 15px;
  }
  .b-chanel {
    margin-bottom: 15px;
  }
  .b-chanel img {
    width: 100%;
  }
  .v-pagination .pages {
    width: 62px;
    height: 62px;
    margin-bottom: 10px;
  }
  .padding-def {
    padding: 15px 0;
  }
  .footer-logo {
    padding-bottom: 15px;
    text-align: center;
  }
  footer .navbar-brand {
    float: none;
  }
  footer .navbar-brand img {
    display: inline-block;
  }
  footer .f-links {
    text-align: center;
  }
  footer .f-copy {
    text-align: center;
  }
}
@media (min-width: 100px) and (max-width: 767px) and only screen and (min-width: 768px) {
  .videolist .videoitem .v-views {
    padding-bottom: 30px;
  }
}
@media (min-width: 100px) and (max-width: 767px) and only screen and (min-width: 768px) {
  .videolist .videoitem .last-row .v-views {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .single-v-footer > *:not(.single-v-footer-switch) {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .single-v-footer > *:not(.single-v-footer-switch) {
    display: none;
  }
}
.single-v-footer-switch {
  margin-bottom: 30px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .single-v-footer-switch {
    display: none;
  }
}
.single-v-footer-switch > a {
  width: 100%;
  padding: 4px 0 16px;
  border-bottom: solid 2px #eceff0;
  cursor: pointer;
  text-decoration: none;
  align-items: baseline;
  justify-content: center;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.single-v-footer-switch > a i {
  margin-right: 4px;
  font-size: 20px;
}
.single-v-footer-switch > a i::before {
  color: #637076;
}
.single-v-footer-switch > a span {
  color: #7e7e7e;
}
.single-v-footer-switch > a.active {
  border-bottom-color: #ea2c5a;
}
.single-v-footer-switch > a.active span,
.single-v-footer-switch > a.active i::before {
  color: #ea2c5a;
}
/*
* Content Index END
*/
/*
* Content Search
*/
.v-search {
  color: #7e7e7e;
}
.v-search a {
  color: #7e7e7e;
}
.v-search a:hover {
  color: #ea2c5a;
}
.v-search a.active {
  color: #ea2c5a;
}
.v-search .s-title {
  margin-top: 25px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .v-search .s-title [class^='col-']:last-child {
    text-align: right;
  }
}
.v-search .s-title i {
  font-size: 12px;
}
.v-search .s-s-title {
  color: #2e2e2e;
  font-weight: 500;
}
.v-search .s-s-title i {
  font-size: 19px;
}
@media only screen and (max-width: 767px) {
  .v-search .s-s-title.title-transform {
    justify-content: center;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .v-search .s-s-title.title-transform i {
    display: none;
  }
}
.v-search ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 30px;
  margin-top: 5px;
}
.v-search .features {
  margin-left: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .v-search .features {
    margin-left: 0;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .v-search .features a {
    width: 100%;
  }
}
.v-search .features a .feature {
  width: 42px;
  border-radius: 3px;
  border: solid 1px #7e7e7e;
  margin-right: 15px;
  float: left;
  text-align: center;
  padding: 4px 7px 0px 7px;
}
@media only screen and (max-width: 767px) {
  .v-search .features a .feature {
    width: 100%;
    height: 52px;
    padding: 15px 15px 12px !important;
    margin: 0;
    border-radius: 0px;
    border-color: #e3e3e3;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.v-search .features a .feature:hover {
  border: solid 1px #ea2c5a;
  color: #ea2c5a;
}
.v-search .features a .feature.active {
  border: solid 1px #ea2c5a;
  color: #ea2c5a;
}
@media only screen and (max-width: 767px) {
  .v-search .features a:first-of-type .feature {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .v-search .features a:last-of-type .feature {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }
}
.v-search .clearsearch {
  margin-bottom: 25px;
}
.v-search .clearsearch i {
  margin-right: 6px;
  font-size: 18px;
}
.v-search .clearsearch i.cvicon-cv-next {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
@media only screen and (max-width: 767px) {
  .v-search .search-group-transform {
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .v-search .search-group-transform .s-s-title {
    padding: 15px 15px;
    border-radius: 30px;
    background-color: #eceff0;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.v-search .search-group-transform .s-s-title .caret {
  display: none;
}
@media only screen and (max-width: 767px) {
  .v-search .search-group-transform .s-s-title .caret {
    display: inline;
    margin-left: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .v-search .search-group-transform .s-s-title i {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .v-search .search-group-transform ul {
    position: absolute;
    display: none;
    width: 100%;
    max-width: 200px;
    min-width: 120px;
    margin: 0;
    top: 100%;
    left: 50%;
    background-color: white;
    border: solid 1px #eceff0;
    z-index: 1;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
  }
}
@media only screen and (max-width: 767px) {
  .v-search .search-group-transform ul li:not(:first-child) {
    border-top: solid 1px #eceff0;
  }
}
@media only screen and (max-width: 767px) {
  .v-search .search-group-transform ul li a {
    display: block;
    padding: 15px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .v-search .search-group-transform ul li a:hover {
    background-color: #f5f5f5;
  }
}
@media only screen and (max-width: 767px) {
  .v-search .search-group-transform.open ul {
    display: block;
  }
}
.v-search .duration-range {
  margin-bottom: 10px;
}
.v-search .duration-range .irs-line {
  height: 7px;
  background-color: #eceff0;
}
.v-search .duration-range .irs-line span {
  background-image: none;
}
.v-search .duration-range .irs-bar {
  height: 7px;
  background-color: #ea2c5a;
}
.v-search .duration-range .irs-slider {
  width: 22px;
  height: 22px;
  top: 18px;
  background-color: white;
  border-radius: 50%;
  background-image: none;
  border: solid 4px #ea2c5a;
}
.v-search .duration-range .irs-grid-pol {
  display: none;
}
.v-search .duration-range .irs-grid-text {
  font-size: 14px;
}
@media only screen and (max-width: 1365px) {
  .search-group {
    padding-bottom: 15px;
  }
}
/*
* Content Search END
*/
/*
* Content Upload
*/
.upload-page {
  text-align: center;
  color: #7e7e7e;
}
.upload-page .u-area {
  padding-top: 150px;
  padding-bottom: 150px;
}
.upload-page .u-area i {
  font-size: 144px;
  color: #637076;
}
.upload-page .u-area .u-text1 {
  display: block;
  margin-top: 60px;
  margin-bottom: 0;
  font-size: 20px;
  color: #2e2e2e;
}
.upload-page .u-area .u-btn {
  margin-top: 60px;
  background-color: #ea2c5a;
  color: white;
  padding: 15px 65px;
  border: solid 1px #ea2c5a;
  height: 48px;
  border-radius: 24px;
  font-weight: 500;
}
.upload-page .u-area .u-btn:hover {
  color: #ea2c5a;
  background-color: #ffffff;
}
.upload-page .u-terms {
  padding: 45px 0;
}
.upload-page .u-terms a {
  color: #ea2c5a;
}
.upload-page .u-terms a:hover {
  text-decoration: underline;
}
.upload-page .u-terms p {
  margin-bottom: 7px;
}
.edit-page {
  text-align: left;
}
.edit-page .u-details-wrap {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #eceff0;
}
@media only screen and (max-width: 767px) {
  .edit-page .u-details-wrap {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.edit-page .u-details .ud-caption {
  font-family: 'Hind', sans-serif;
  font-weight: 500;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #2e2e2e;
}
@media only screen and (max-width: 767px) {
  .edit-page .u-details .ud-caption {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.edit-page .u-details .imgplace {
  background-color: #8781bd;
  border-radius: 3px;
  width: 100%;
  height: 113px;
}
@media only screen and (max-width: 767px) {
  .edit-page .u-details .imgplace {
    height: 200px;
    margin-bottom: 15px;
  }
}
.edit-page .u-details .u-title {
  color: #2e2e2e;
  font-family: 'Hind', sans-serif;
  font-weight: 500;
  padding-bottom: 4px;
}
.edit-page .u-details .u-progress {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
.edit-page .u-details .u-progress .u-close {
  position: absolute;
  top: 2px;
  right: 21px;
}
@media only screen and (max-width: 767px) {
  .edit-page .u-details .u-progress .u-close {
    right: 0;
    top: -36px;
  }
}
.edit-page .u-details .u-progress .u-close i {
  font-size: 20px;
}
.edit-page .u-details .u-progress .progress {
  width: 90%;
  margin-bottom: 0;
  height: 8px;
  background-color: #eceff0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media only screen and (max-width: 767px) {
  .edit-page .u-details .u-progress .progress {
    width: 100%;
  }
}
.edit-page .u-details .u-progress .progress .progress-bar {
  background-color: #28b47e;
  font-size: 8px;
  line-height: 8px;
  border-radius: 4px;
}
.edit-page .u-form label {
  color: #2e2e2e;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .edit-page .u-form .form-group {
    margin-bottom: 20px;
  }
}
.edit-page .u-form .form-control {
  padding: 6px 12px;
}
.edit-page .u-form .u-category {
  color: #2e2e2e !important;
  padding-bottom: 6px;
}
.edit-page .u-form input[type=checkbox] {
  height: 19px;
  width: 19px;
  margin: 0;
  margin-left: -35px;
}
.edit-page .u-form .checkbox {
  margin-bottom: 17px;
}
.edit-page .u-form .checkbox label {
  padding-left: 35px;
  color: #7e7e7e;
}
.edit-page .u-area {
  text-align: center;
  padding-top: 65px;
  padding-bottom: 20px;
}
.edit-page .u-area .u-btn {
  margin-top: 0;
}
.edit-page .u-terms {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .upload-page .u-area {
    padding-top: 90px;
    padding-bottom: 50px;
  }
  .upload-page .u-area.mt-small {
    padding-top: 20px;
  }
  .upload-page .u-area i {
    font-size: 80px;
  }
  .upload-page .u-area .u-text1 {
    margin-top: 50px;
  }
  .upload-page .u-area .u-btn {
    width: 100%;
    max-width: 280px;
    margin-top: 40px;
  }
  .upload-page .u-terms {
    padding: 30px 0 20px;
    margin: 0 auto;
    max-width: 340px;
  }
}
/*
* Content Upload END
*/
/*
* Content Account
*/
.bg-image {
  text-align: center;
}
.bg-image img {
  width: 100%;
}
.login-wraper {
  position: relative;
}
.login-wraper .login-window {
  position: absolute;
  width: 570px;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -288px;
}
.login-wraper .login-window .l-head {
  background-color: #ffffff;
  padding: 40px;
  border-bottom: solid 1px #eceff0;
  font-weight: 500;
  font-size: 22px;
  color: #343434;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
@media only screen and (max-width: 767px) {
  .login-wraper .login-window .l-head {
    background-color: #fbfdfe;
  }
}
.login-wraper .login-window .l-form {
  text-align: left;
  background-color: #fbfdfe;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 25px 70px 70px;
}
.login-wraper .login-window .l-form label {
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .login-wraper .login-window .l-form .btn {
    border-radius: 30px;
    padding-top: 16px;
    padding-bottom: 12px;
  }
}
.login-wraper .checkbox {
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .login-wraper .checkbox {
    margin-bottom: 30px;

  }
}
.login-wraper .checkbox p {
  margin-bottom: 4px;
}
.login-wraper .checkbox .text2 {
  display: block;
  font-size: 14px;
  color: #7e7e7e;
}
.login-wraper .ortext {
  padding-top: 25px;
  color: #7e7e7e;
}
.login-wraper .signuptext {
  padding-top: 25px;
  text-align: center;
  color: #343434;
  font-weight: 500;
}
.login-wraper .signuptext.text-right {
  text-align: right;
}
.login-wraper .forgottext {
  margin-top: 25px;
}
.login-wraper .forgottext a {
  color: #7e7e7e;
}
.login-wraper .forgottext a:hover {
  text-decoration: underline;
}
.banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -580px;
  width: 550px;
}
.banner-text .line {
  height: 1px;
  border-top: solid 1px #ea2c5a;
  padding-bottom: 50px;
  width: 280px;
}
.banner-text .b-text {
  color: #ffffff;
  font-size: 80px;
  text-align: left;
  line-height: 80px;
}
.banner-text .b-text .color-b1 {
  color: #b7135d;
}
.banner-text .b-text .color-b2 {
  color: #be154e;
}
.banner-text .b-text .color-b3 {
  color: #d71d52;
}
.banner-text .overtext {
  margin-top: 30px;
  color: #a1a1a1;
  text-align: left;
}
@media (min-width: 100px) and (max-width: 1365px) {
  .banner-text {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-left: 0;
    width: auto;
  }
  .banner-text .line {
    display: none;
  }
  .banner-text .b-text {
    color: var(--bs-gray-800);
    font-size: 30px;
    text-align: center;
    line-height: 30px;
    padding-top: 30px;
  }
  .banner-text .overtext {
    margin: 15px 0;
    color: #a1a1a1;
    text-align: center;
  }
  .login-wraper .login-window {
    position: relative;
    width: auto;
    top: 0;
    left: 0;
    margin-left: 0;
    margin-top: 0;
  }
  .login-wraper .login-window .l-head {
    padding: 20px 10px;
  }
  .login-wraper .login-window .l-form {
    padding: 25px 20px;
  }
}
/*
* Content Account END
*/
/*
* Content Categories
*/
.v-categories .content-block .cb-header {
  padding: 15px 0;
  margin-bottom: 30px;
  color: #7e7e7e;
  border-bottom: solid 1px #eceff0;
}
@media only screen and (max-width: 767px) {
  .v-categories .content-block .cb-header {
    padding: 10px 0;
    margin: 0;
    border: none;
  }
}
.v-categories .content-block .cb-header .list-inline {
  margin: 0;
  margin-left: -5px;
  line-height: 34px;
}
.v-categories .content-block .cb-content {
  margin-bottom: 40px;
}
.v-categories .content-block .b-category {
  border-radius: 2px;
  margin-bottom: 38px;
  overflow: hidden;
}
.v-categories .content-block .b-category.last-row {
  margin-bottom: 0;
}
.v-categories .content-block .b-category .name {
  font-weight: 500;
  margin-top: 25px;
  display: block;
}
.v-categories .content-block .b-category .desc {
  color: #7e7e7e;
  display: block;
  font-size: 15px;
  margin-top: 5px;
}
@media (min-width: 100px) and (max-width: 767px) {
  .b-category img {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .b-category.last-row {
    margin-bottom: 45px !important;
  }
  .b-category img {
    width: 100%;
  }
}
/*
* Content Categories END
*/
/*
* Content History
*/
.v-history .h-clear {
  text-align: right;
  padding-top: 8px;
}
.v-history .h-clear i {
  font-size: 12px;
}
.v-history .h-clear-list {
  text-align: right;
  padding-top: 45px;
}
@media only screen and (max-width: 767px) {
  .v-history .h-clear-list {
    position: absolute;
    padding: 0;
    top: 50%;
    left: 15px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
  }
}
.v-history .h-clear-list a {
  color: #7e7e7e;
}
.v-history .h-clear-list a i {
  font-size: 20px;
}
.v-history .h-clear-list a:hover {
  color: #ea2c5a;
}
.v-history .content-block .cb-header {
  padding: 15px 0;
  margin-bottom: 30px;
  color: #7e7e7e;
  border-bottom: solid 1px #eceff0;
}
@media only screen and (max-width: 767px) {
  .v-history .content-block .cb-header {
    padding: 10px;
    margin: 0;
    border: none;
  }
}
.v-history .content-block .cb-header a {
  color: #7e7e7e;
}
.v-history .content-block .cb-header a:hover {
  color: #ea2c5a;
}
.v-history .content-block .cb-header a.active {
  color: #ea2c5a;
}
.v-history .content-block .cb-header .list-inline {
  margin: 0;
  margin-left: -5px;
  line-height: 34px;
}
.v-history .h-video {
  padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .v-history .h-video {
    position: relative;
    padding-top: 15px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .v-history .h-video [class^='col-'] {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
  }
}
.v-history .h-video [class^='col-']:not(.h-clear-list) {
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .v-history .h-video:hover [class^='col-']:not(.h-clear-list) {
    /* -webkit-transform: translate(40px, 0);
    -moz-transform: translate(40px, 0);
    -ms-transform: translate(40px, 0);
    -o-transform: translate(40px, 0); */
  }
}
@media only screen and (max-width: 767px) {
  .v-history .h-video [class^='col-']:nth-of-type(2) {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .v-history .h-video:hover {
    /* background-color: #eceff0; */
  }
}
.v-history .h-video .v-img {
  border-radius: 2px;
  position: relative;
}
.v-history .h-video .v-img img {
  width: 100%;
}
.v-history .h-video .v-img .time {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #373933;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  color: #ffffff;
  font-size: 14px;
  padding: 6px 9px 1px 9px;
  line-height: 14px;
  font-weight: 500;
}
.v-history .h-video .v-desc {
  color: var(--bs-gray-900);
  font-weight: 500;
}

.text_shadow_16 {
color:#fff; padding-bottom: 0px;text-shadow: 1px 1px 1px #84a2b5;font-size: 16px
}
.v-history .h-video .v-views {
  font-size: 15px;
  color: #7e7e7e;
  padding-bottom: 5px;
  padding-top: 5px;
}
.v-history .h-video .v-percent {
  color: #28b47e;
  display: inline-block;
  position: relative;
  padding-left: 19px;
}
.v-history .h-video .v-percent .v-circle {
  border: solid 2px #28b47e;
  border-radius: 7px;
  width: 14px;
  height: 14px;
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 0px;
}
.v-history .h-video.last-row {
  padding-bottom: 0px;
}
.v-history .loadmore {
  margin: 45px 0;
  text-align: center;
}
.v-history .loadmore .h-btn {
  background-color: #eceff0;
  color: #2e2e2e;
  padding: 15px 65px;
  border: solid 1px #eceff0;
  height: 48px;
  border-radius: 24px;
  font-weight: normal;
}
.v-history .loadmore .h-btn:hover {
  color: #ea2c5a;
  background-color: #ffffff;
  border: solid 1px #ea2c5a;
}
.v-history .cb-content .row:not(:last-child) {
  border-bottom: solid 1px #eceff0;
}
@media only screen and (min-width: 768px) {
  .v-history .cb-content .row:not(:last-child) {
    padding-top: 15px;
  }
}
@media (min-width: 100px) and (max-width: 767px) {
  .h-video .v-desc {
    padding-top: 15px;
  }
}
/*
* Content History END
*/
/*
* Content Channel
*/
.channel .cb-header .btn {
  padding-left: 0;
  padding-right: 0;
}
.channel .h-grid {
  margin-top: 6px;
}
.channel .h-grid i {
  padding-left: 25px;
}
.channel .img {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .channel .img-image {
    overflow: hidden;
  }
}
.channel .img-image > img {
  width: auto !important;
  min-width: 100%;
}
@media only screen and (max-width: 767px) {
  .channel .img-image > img {
    height: 140px;
  }
}
.channel .img .add {
  position: absolute;
  width: 50px;
  height: 42px;
  right: 20px;
  top: calc(100% - 21px);
  margin-left: auto;
  border-radius: 30px;
  background-color: #ea2c5a;
  align-items: center;
  justify-content: center;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .channel .img .add {
    display: none;
  }
}
.channel .img .add i {
  color: white;
  font-size: 22px;
}
.channel .img .add:hover i {
  color: white !important;
}
.channel .img .c-avatar {
  position: absolute;
  bottom: -80px;
  left: 50%;
  margin-left: -585px;
}
@media only screen and (max-width: 767px) {
  .channel .img .c-avatar {
    position: absolute;
    left: 20px;
    bottom: 20px;
    margin: 0;
    width: 60px;
  }
}
.channel .img .c-avatar img {
  width: 100%;
}
.channel .img .c-social {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: 380px;
  background-color: rgba(54, 54, 54, 0.7);
  color: #ffffff;
  padding: 15px;
}
.channel .img .c-social a {
  display: inline-block;
  padding-top: 8px;
  padding-left: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 15px;
  margin-left: 11px;
}
.channel .img .c-social .fb {
  background-color: #3b5998;
}
.channel .img .c-social .tw {
  background-color: #55acee;
  padding-top: 7px;
  padding-left: 8px;
}
.channel .img .c-social .gp {
  background-color: #dd4b39;
  padding-top: 7px;
  padding-left: 5px;
}
.channel .img .c-banner {
  width: 100%;
}
.channel .c-details {
  height: 75px;
  border-bottom: solid 1px #eceff0;
  padding-top: 23px;
  width: calc(100% - 190px);
  float: right;

}
.channel .c-details .c-name {
  width: 21%;
  float: left;
  position: relative;
  padding-top: 5px;
  font-weight: 500;
  font-size: 17px;
}
.channel .c-details .c-name .c-checkbox {
  position: absolute;
  top: 0;
  left: 100px;
}
.channel .c-details .c-name .c-checkbox input {
  height: 20px;
  width: 20px;
  margin-left: 16px;
  margin-top: 5px;
  background-color: #FF0000;
}
.channel .c-details .c-name .c-checkbox img {
  margin-left: 16px;
  margin-top: 5px;
}
.channel .c-details .c-nav {
  width: 59%;
  float: left;
  font-weight: 500;
  padding-top: 4px;
  font-family: 'Hind', sans-serif;
}
@media only screen and (max-width: 767px) {
  .channel .c-details .c-nav {
    padding-top: 20px;
    justify-content: space-between;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .channel .c-details .c-nav .btn-default {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .channel .c-details .c-nav .btn-default {
    color: #2e2e2e;
    border: none;
    margin-bottom: 6px;
    background-color: #eceff0;
    border-radius: 30px;
    padding: 10px 22px;
  }
}
.channel .c-details .c-nav .list-inline li {
  margin: 0;
  padding: 0;
  margin-right: 10px;
}
.channel .c-details .c-nav .list-inline li a {
  position: relative;
}
.channel .c-details .c-nav .list-inline li a:before {
  content: "";
  position: absolute;
  bottom: -25px;
  display: inline-block;
  background-color: #ea2c5a;
  height: 3px;
  width: 100%;
  left: 0;
  opacity: 0;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  -webkit-transition: all 0.12s linear;
}
.channel .c-details .c-nav .list-inline li a:hover:before {
  opacity: 1;
}
.channel .c-details .c-sub {
  float: left;
}
.channel .c-details .c-sub .c-f {
  float: left;
  width: 86px;
  padding: 5px 10px 0px 10px;
  border: solid 1px #ea2c5a;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #ea2c5a;
  color: #ffffff;
}
.channel .c-details .c-sub .c-s {
  float: left;
  width: 92px;
  padding: 5px 10px 0px 10px;
  border: solid 1px #eceff0;
  border-left: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #7e7e7e;
}
@media only screen and (max-width: 767px) {
  .channel .c-details {
    height: auto;
    padding-bottom: 0;
    padding-top: 15px;
  }
  .channel .c-details .c-name {
    float: none;
    width: 100%;
  }
  .channel .c-details .c-nav {
    float: none;
    width: 100%;
  }
  .channel .c-details .c-nav .list-inline {
    margin-left: 0;
    padding: 10px 0;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
 
  .channel .img .c-avatar {
    bottom: -50px;
    left: 20px;
    margin-left: 0;
  }
  .channel .img .c-avatar img {
    width: 120px;
  }
  .channel .img .c-social {
    bottom: 0;
    left: auto;
    margin-left: 0;
    right: 0;
  }
  .channel .c-details {
    height: auto;
    width: 100%;
    margin-top: 50px;
  }
  .channel .c-details .c-name {
    width: 100%;
  }
  .channel .c-details .c-nav {
    width: 75%;
    padding-top: 0;
  }
  .channel .c-details .c-nav .list-inline {
    margin-left: 0;
    padding: 10px 0;
  }
  .channel .c-details .c-sub {
    width: 25%;
    padding: 10px 0;
  }
}
/*
* Content Channel END
*/
.channels h4 {
  font-size: 16px;
}
.channels .content-block .cb-header {
  padding: 15px 0;
  margin-bottom: 20px;
  color: #7e7e7e;
  border-bottom: solid 1px #eceff0;
}
@media only screen and (max-width: 767px) {
  .channels .content-block .cb-header {
    padding: 10px 0;
  }
}
.channels .content-block .cb-header.mb-0 {
  margin-bottom: 0;
  border-bottom: 0;
}
.channels .content-block .cb-header .list-inline {
  margin: 0;
  margin-top: 4px;
  margin-left: -5px;
  line-height: 34px;
}
.channels .content-block .cb-header .list-inline a {
  color: #7e7e7e;
}
.channels .content-block .cb-header .list-inline a.color-active {
  color: #ea2c5a;
}
.channels .content-block .cb-header .list-inline a:not(.color-active):hover {
  color: #343434;
}
.channels .content-block .cb-header .cb-search {
  position: relative;
}
.channels .content-block .cb-header .cb-search label {
  display: block;
  margin: 0;
}
.channels .content-block .cb-header .cb-search input[type="search"] {
  border-radius: 20px;
  padding-left: 40px;
}
@media only screen and (max-width: 767px) {
  .channels .content-block .cb-header .cb-search input[type="search"] {
    display: none;
  }
}
.channels .content-block .cb-header .cb-search i {
  position: absolute;
  left: 16px;
  top: 11px;
}
@media only screen and (max-width: 767px) {
  .channels .content-block .cb-header .cb-search i {
    left: auto;
    right: 4px;
    font-size: 20px;
  }
}
.channels .content-block .b-category {
  border-radius: 2px;
  margin-bottom: 45px;
}
.channels .content-block .b-category.last-row {
  margin-bottom: 0;
}
.channels .content-block .b-category .name {
  font-weight: 500;
  margin-top: 25px;
  display: block;
}
.channels .content-block .b-category .desc {
  color: #7e7e7e;
  display: block;
  font-size: 15px;
  margin-top: 5px;
}
.channels .content-block .channels-content {
  padding-bottom: 16px;
}
.channels .content-block .channels-content > h4 {
  float: left;
}
.channels .content-block .channels-content .btn-view-more {
  display: block;
  float: right;
  color: #7e7e7e;
  margin: 8px 0 11px;
}
.channels .content-block .channels-content .btn-view-more:hover {
  color: #343434;
}
.channels .content-block .channels-content .theme-section {
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .channels .content-block .channels-content .theme-section {
    padding: 0;
  }
}
.channels .content-block .channels-content .theme-section .cns-block {
  display: block;
  margin-bottom: 30px;
  border-right: 4px;
  overflow: hidden;
}
.channels .content-block .channels-content .theme-section .cns-block .cns-image {
  position: relative;
  display: block;
  max-height: 116px;
  overflow: hidden;
}
.channels .content-block .channels-content .theme-section .cns-block .cns-image > img {
  width: 100%;
  height: auto;
}
.channels .content-block .channels-content .theme-section .cns-block .cns-img-small {
  position: relative;
}
.channels .content-block .channels-content .theme-section .cns-block .cns-img-small .cns-small-wrapp {
  position: absolute;
  width: 78px;
  height: 70px;
  margin-left: -39px;
  left: 50%;
  bottom: -35px;
  background-color: white;
  border-radius: 36px;
  overflow: hidden;
}
.channels .content-block .channels-content .theme-section .cns-block .cns-img-small .cns-small-wrapp > img {
  position: absolute;
  width: 70px;
  height: 62px;
  top: 4px;
  left: 4px;
  border-radius: 36px;
}
.channels .content-block .channels-content .theme-section .cns-block .cns-info {
  text-align: center;
  padding: 42px 0 22px;
  margin-top: -4px;
  border: solid 1px #eceff0;
  border-top: none;
}
.channels .content-block .channels-content .theme-section .cns-block .cns-info h5 {
  position: relative;
  display: inline-block;
  margin-top: 18px;
  margin-bottom: 6px;
  color: #343434;
}
.channels .content-block .channels-content .theme-section .cns-block .cns-info h5 i {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  right: -34px;
  top: -3px;
  border-radius: 4px;
  background-color: #4d86fe;
}
.channels .content-block .channels-content .theme-section .cns-block .cns-info h5 i::after {
  display: block;
  content: "";
  position: absolute;
  width: 11px;
  height: 7px;
  left: 4.5px;
  top: 5px;
  border-bottom: solid 3px white;
  border-left: solid 3px white;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.channels .content-block .channels-content .theme-section .cns-block .cns-info > span:not(.cv-percent) {
  display: block;
  color: #7e7e7e;
}
.channels .content-block .channels-content .theme-section .cns-block .cns-info > span {
  margin-bottom: 2px;
}
.channels .content-block .channels-content .theme-section:not(:last-child) {
  border-bottom: solid 1px #eceff0;
  margin-bottom: 16px;
}
@media only screen and (max-width: 414px) {
  .channels .content-block .channels-content .theme-section > .row > div {
    width: 100%;
  }
}
.channels .head-arrow {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .channels-search-open [class^='col-'] {
    position: static;
  }
}
@media only screen and (max-width: 767px) {
  .channels-search-open .channels-search {
    position: absolute !important;
    right: 15px;
    left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .channels-search-open .channels-search input {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .channels-search-open .channels-search i {
    left: 16px !important;
    top: 11px !important;
  }
}
/*
* Content Single Video
*/
.single-video .h-clear {
  text-align: right;
  padding-top: 8px;
}
.single-video .h-clear i {
  font-size: 12px;
}
.single-video .h-clear-list {
  text-align: right;
  padding-top: 45px;
}
.single-video .h-clear-list a {
  color: #7e7e7e;
}
.single-video .h-clear-list a:hover {
  color: #ea2c5a;
}
.single-video .content-block .cb-header {
  padding: 15px 0;
  margin-bottom: 30px;
  color: #7e7e7e;
  border-bottom: solid 1px #eceff0;
}
.single-video .content-block .cb-header a {
  color: #7e7e7e;
}
.single-video .content-block .cb-header a:hover {
  color: #ea2c5a;
}
.single-video .content-block .cb-header a.active {
  color: #ea2c5a;
}
.single-video .content-block .cb-header .list-inline {
  margin: 0;
  margin-left: -5px;
  line-height: 34px;
}
.single-video .h-video {
  margin-bottom: 30px;
}
.single-video .h-video .v-img {
  border-radius: 2px;
  position: relative;
}
.single-video .h-video .v-img img {
  width: 100%;
}
.single-video .h-video .v-img .time {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #373933;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  color: #ffffff;
  font-size: 14px;
  padding: 6px 9px 1px 9px;
  line-height: 14px;
  font-weight: 500;
}
.single-video .h-video .v-desc {
  color: #343434;
  font-weight: 500;
}
.single-video .h-video .v-views {
  font-size: 15px;
  color: #7e7e7e;
  padding-bottom: 5px;

  padding-top: 5px;
}
.single-video .h-video .v-percent {
  color: #28b47e;
  display: inline-block;
  position: relative;
  padding-left: 19px;
}
.single-video .h-video .v-percent .v-circle {
  border: solid 2px #28b47e;
  border-radius: 7px;
  width: 14px;
  height: 14px;
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 0px;
}
.single-video .h-video.last-row {
  padding-bottom: 0px;
}
.single-video .content-wrapper {
  padding-top: 30px;
}
.single-video .caption {
  padding-bottom: 21px;
  margin-bottom: 30px;
  border-bottom: solid 1px #eceff0;
}
.single-video .caption .left {
  width: 50%;
  float: left;
}
.single-video .caption .right {
  width: 50%;
  float: right;
  text-align: right;
  padding-right: 10px;
  color: #7e7e7e;
}
.single-video .caption .right a {
  color: #7e7e7e;
}
.single-video .caption .right a:hover {
  color: #ea2c5a;
}
.single-video .list .h-video:last-child {
  margin-bottom: 0;
}
.single-video .adblock {
  padding: 30px 0;
}
.single-video .adblock .img {
  background-color: #eceff0;
  border-radius: 3px;
  width: 336px;
  height: 280px;
  color: #a1a1a1;
  text-align: center;
  padding-top: 120px;
}
.single-video .loadmore {
  padding: 30px 0;
  margin-top: 30px;
  border-top: solid 1px #eceff0;
  text-align: center;
}
.single-video .loadmore a {
  color: #7e7e7e;
}
.single-video .loadmore a:hover {
  color: #ea2c5a;
}
.single-video .sv-video {
  position: relative;
}
.single-video .sv-video .sv-play {
  width: 66px;
  height: 66px;
  background-color: #343434;
  border-radius: 33px;
  opacity: 0.85;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -33px;
  margin-left: -33px;
  color: #ffffff;
  padding-top: 22px;
  padding-left: 21px;
  font-size: 20px;
}
.single-video .sv-video .sv-play i {
  opacity: 1;
}
.single-video h1 {
  margin: 0;
  padding: 30px 0;
  font-size: 22px;
}
.single-video .author {
  padding: 30px;
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #ddd;
  box-shadow: inherit;
}
.single-video .author .sv-avatar {
  width: 72px;
  float: left;
}
.single-video .author .sv-name {
  width: 430px;
  padding-left: 30px;
  float: left;
  color: #7e7e7e;
}
.single-video .author .sv-name a {
  font-weight: 500;
  color: #2e2e2e;
}
.single-video .author .sv-name a:hover {
  color: #ea2c5a;
}
.single-video .author .sv-name .c-sub {
  padding-top: 13px;
  float: left;
}
.single-video .author .sv-name .c-sub .c-f {
  float: left;
  width: 86px;
  padding: 5px 10px 0px 10px;
  border: solid 1px #ea2c5a;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #ea2c5a;
  color: #ffffff;
}
.single-video .author .sv-name .c-sub .c-s {
  float: left;
  width: 92px;
  padding: 5px 10px 0px 10px;
  border: solid 1px #eceff0;
  border-left: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #7e7e7e;
}
.single-video .author .sv-views {
  float: right;
  width: 200px;
}
.single-video .author .sv-views .sv-views-count {
  font-size: 20px;
  text-align: right;
}
.single-video .author .sv-views .sv-views-progress {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 3px;
  width: 100%;
  background-color: #eceff0;
}
.single-video .author .sv-views .sv-views-progress .sv-views-progress-bar {
  height: 3px;
  width: 80%;
  background-color: #28b47e;
}
.single-video .author .sv-views .sv-views-stats .percent {
  color: #ea2c5a;
  font-size: 15px;
  padding-right: 30px;
}
.single-video .author .sv-views .sv-views-stats .green {
  color: #28b47e;
  font-size: 15px;
  padding-right: 30px;
}
.single-video .author .sv-views .sv-views-stats .green .circle {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: solid 2px #28b47e;
}
.single-video .author .sv-views .sv-views-stats .grey {
  color: #7e7e7e;
  font-size: 15px;
}
.single-video .author .sv-views .sv-views-stats .grey .circle {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: solid 2px #7e7e7e;
}
.single-video .info {
  margin-top: 25px;
}
.single-video .info h4 {
  margin: 20px 0 3px 0;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
}
.single-video .info p {
  color: #7e7e7e;
}
.single-video .info .sv-tags {
  margin-bottom: 0;
}
.single-video .info .sv-tags span {
  display: inline-block;
  padding: 5px 9px 1px 9px;
  background-color: #eceff0;
  border-radius: 3px;
  margin-right: 7px;
}
.single-video .info .date-lic h4 {
  display: inline-block;
}
.single-video .info .date-lic p {
  display: inline-block;
}
.single-video .showless {
  position: relative;
  border-bottom: solid 1px #eceff0;
  margin: 14px 0;
}
.single-video .showless a {
  display: block;
  position: absolute;
  top: -14px;
  left: 50%;
  margin-left: -50px;
  height: 28px;
  border: solid 1px #7e7e7e;
  border-radius: 14px;
  padding: 3px 12px 6px 12px;
  background-color: #fbfdfe;
}
.single-video .showless a:hover {
  color: #ea2c5a;
  border-color: #ea2c5a;
}
.single-video .adblock2 {
  padding: 30px 0;
  text-align: center;
}
.single-video .adblock2 .img {
  background-color: #eceff0;
  border-radius: 3px;
  width: 728px;
  height: 90px;
  color: #a1a1a1;
  text-align: center;
  padding-top: 26px;
  margin: 0 auto;
}
.single-video .similar-videos {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #eceff0;
}
.single-video .similar-videos .v-views {
  padding-bottom: 0;
}
.single-video .similar-videos .v-percent {
  display: block;
  margin-top: 3px;
}
.single-video .reply-comment {
  font-size: 17px;
  margin-bottom: 25px;
}
.single-video .reply-comment i {
  font-size: 20px;
}
.single-video .reply-comment .semibold {
  font-weight: 600;
  padding-left: 5px;
}
.single-video .reply-comment .rc-header {
  margin-bottom: 25px;
}
.single-video .reply-comment textarea {
  width: 100%;
  height: 108px;
  background-color: #ffffff;
  border: solid 1px #eceff0;
  border-radius: 3px;
  padding: 25px 30px;
  color: #7e7e7e;
}
.single-video .reply-comment .rc-ava {
  float: left;
  width: 50px;
  margin-right: 20px;
}
.single-video .reply-comment .rc-comment {
  float: left;
  position: relative;
  width: 670px;
}
.single-video .reply-comment .rc-comment button {
  position: absolute;
  bottom: 5px;
  right: 0px;
  background: none;
  border: none;
  box-shadow: none;
  padding: 15px;
}
.single-video .cl-comment {
  margin-bottom: 45px;
}
.single-video .cl-comment .cl-avatar {
  float: left;
  width: 50px;
  padding-right: 10px;
  /* max-width: 70px; */
}
.single-video .cl-comment .cl-comment-text {
  float: left;
  width: calc(100% - 50px);
}
.single-video .cl-comment-reply {
  margin-bottom: 15px;
  margin-left: 13%;
}
.single-video .cl-comment-reply .cl-avatar {
  float: left;
  width: 13%;
  padding-right: 10px;
  max-width: 70px;
}
.single-video .cl-comment-reply .cl-comment-text {
  float: left;
  width: 85%;
}
.single-video .cl-name-date {
  color: #8e9ea6;
  font-size: 15px;
}
.single-video .cl-name-date a {
  font-size: 16px;
  color: #ea2c5a;
}
.single-video .cl-name-date a:hover {
  text-decoration: underline;
}
.single-video .cl-text {
  padding: 6px 0;
}
.single-video .cl-meta {
  color: #8e9ea6;
}
.single-video .cl-meta a {
  color: #8e9ea6;
}
.single-video .cl-meta a:hover {
  text-decoration: underline;
}
.single-video .cl-meta .green {
  color: #28b47e;
  font-size: 15px;
  padding-right: 10px;
}
.single-video .cl-meta .green .circle {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: solid 2px #28b47e;
}
.single-video .cl-meta .grey {
  color: #7e7e7e;
  font-size: 15px;
}
.single-video .cl-meta .grey .circle {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: solid 2px #7e7e7e;
}
.single-video .cl-replies {
  color: #7e7e7e;
  padding-top: 6px;
}
.single-video .cl-replies a {
  color: #7e7e7e;
}
.single-video .cl-replies a:hover {
  text-decoration: underline;
}
.single-video .cl-replies i {
  font-size: 10px;
}
.single-video .cl-comment-text {
  position: relative;
}
.single-video .cl-comment-text .cl-flag {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
}
.single-video .loadmore-comments {
  margin-bottom: 45px;
  text-align: center;
}
.single-video .loadmore-comments .h-btn {
  background-color: #eceff0;
  color: #2e2e2e;
  padding: 15px 65px;
  border: solid 1px #eceff0;
  height: 48px;
  border-radius: 24px;
  font-weight: normal;
}
.single-video .loadmore-comments .h-btn:hover {
  color: #ea2c5a;
  background-color: #ffffff;
  border: solid 1px #ea2c5a;
}
@media (min-width: 100px) and (max-width: 767px) {
  .sv-video img {
    width: 100%;
  }
  .single-video .adblock2 .img {
    width: 100%;
  }
  .single-video .adblock .img {
    width: 100%;
  }
  .single-video .reply-comment .rc-comment {
    width: 100%;
  }
  .single-video .author > a {
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
    display: inline-block;
  }
  .single-video .author .sv-avatar {
    float: none;
    display: inline-block;
  }
  .single-video .author .sv-name {
    width: 100%;
    padding-left: 0;
    text-align: center;
    float: none;
  }
  .single-video .author .sv-name .c-sub {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }
  .single-video .author .sv-views {
    width: 100%;
    float: none;
  }
  .single-video .author .sv-views .sv-views-count {
    text-align: right;
  }
  .single-video .cl-comment .cl-avatar {
    width: 35%;
    padding-right: 15px;
  }
  .single-video .cl-comment .cl-comment-text {
    width: 65%;
  }
  .single-video .cl-comment .cl-comment-text .cl-flag {
    right: -10px;
  }
  .single-video .cl-comment-reply {
    margin-left: 5%;
  }
  .single-video .cl-comment-reply .cl-avatar {
    width: 35%;
    padding-right: 10px;
  }
  .single-video .cl-comment-reply .cl-comment-text {
    width: 65%;
  }
  .b-video {
    margin-bottom: 15px;
  }
  .b-video .v-img img {
    width: 100%;
  }
  .reply-comment .rc-ava {
    text-align: center;
    float: none;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sv-video img {
    width: 100%;
  }
  .similar-videos .videoitem {
    margin-bottom: 30px;
  }
  .similar-videos .videoitem img {
    width: 100%;
  }
  .single-video .reply-comment .rc-comment {
    width: 600px;
  }
  .single-video .adblock .img {
    width: 100%;
  }
  .single-video .adblock2 .img {
    width: 100%;
  }
}
/*
* Content Single Video END
*/
/*
* Content Single Video
*/
.single-video .h-clear {
  text-align: right;
  padding-top: 8px;
}
.single-video .h-clear i {
  font-size: 12px;
}
.single-video .h-clear-list {
  text-align: right;
  padding-top: 45px;
}
.single-video .h-clear-list a {
  color: #7e7e7e;
}
.single-video .h-clear-list a:hover {
  color: #ea2c5a;
}
.single-video .content-block .cb-header {
  padding: 15px 0;
  margin-bottom: 30px;
  color: #7e7e7e;
  border-bottom: solid 1px #eceff0;
}
.single-video .content-block .cb-header a {
  color: #7e7e7e;
}
.single-video .content-block .cb-header a:hover {
  color: #ea2c5a;
}
.single-video .content-block .cb-header a.active {
  color: #ea2c5a;
}
.single-video .content-block .cb-header .list-inline {
  margin: 0;
  margin-left: -5px;
  line-height: 34px;
}
.single-video .h-video {
  margin-bottom: 30px;
}
.single-video .h-video .v-img {
  border-radius: 2px;
  position: relative;
}
.single-video .h-video .v-img img {
  width: 100%;
}
.single-video .h-video .v-img .time {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(55, 57, 51, 0.8);
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  color: #ffffff;
  font-size: 14px;
  padding: 6px 9px 1px 9px;
  line-height: 14px;

  font-weight: 500;
}
.single-video .h-video .v-desc {
  color: #343434;
  font-weight: 500;
  padding-top: 0;
}
.single-video .h-video .v-views {
  font-size: 15px;
  color: #7e7e7e;
  padding-bottom: 5px;
  padding-top: 5px;
}
.single-video .h-video .v-percent {
  color: #28b47e;
  display: inline-block;
  position: relative;
  padding-left: 19px;
}
.single-video .h-video .v-percent .v-circle {
  border: solid 2px #28b47e;
  border-radius: 7px;
  width: 14px;
  height: 14px;
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 0px;
}
.single-video .h-video.last-row {
  padding-bottom: 0px;
}
.single-video .h-video.playlist {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.single-video .h-video.playlist:not(:last-child) {
  border-bottom: solid 1px #eceff0;
}
.single-video .h-video.playlist > div:first-child {
  padding-right: 0;
}
.single-video .h-video.playlist .v-number {
  display: block;
  width: 21%;
  height: 1px;
  float: left;
}
.single-video .h-video.playlist .v-number span {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 50%;
  margin-top: -11px;
}
.single-video .h-video.playlist .v-number span i {
  color: #4d86fe;
}
.single-video .h-video.playlist .v-img {
  display: block;
  width: 79%;
  float: left;
}
.single-video .content-wrapper {
  padding-top: 30px;
}
.single-video .caption {
  padding-bottom: 21px;
  margin-bottom: 30px;
  border-bottom: solid 1px #eceff0;
}
.single-video .caption .left {
  width: 50%;
  float: left;
}
.single-video .caption .right {
  width: 50%;
  float: right;
  text-align: right;
  padding-right: 10px;
  color: #7e7e7e;
}
.single-video .caption .right a {
  color: #7e7e7e;
}
.single-video .caption .right a:hover {
  color: #ea2c5a;
}
.single-video .caption.playlist {
  margin-bottom: 15px;
}
.single-video .caption.playlist .left {
  width: 70%;
}
.single-video .caption.playlist .right {
  width: 30%;
}
.single-video .caption.playlist .right i {
  font-size: 20px;
  cursor: pointer;
}
.single-video .caption.playlist .right i:not(:first-child) {
  margin-left: 22px;
}
@media only screen and (max-width: 414px) {
  .single-video .caption.playlist .left,
  .single-video .caption.playlist .right {
    width: 50%;
  }
}
.single-video .list .h-video:last-child {
  margin-bottom: 0;
}
.single-video .adblock {
  padding: 30px 0;
}
.single-video .adblock .img {
  background-color: #eceff0;
  border-radius: 3px;
  width: 336px;
  height: 280px;
  color: #a1a1a1;
  text-align: center;
  padding-top: 120px;
}
.single-video .loadmore {
  padding: 30px 0;
  margin-top: 30px;
  border-top: solid 1px #eceff0;
  text-align: center;
}
.single-video .loadmore a {
  color: #7e7e7e;
}
.single-video .loadmore a:hover {
  color: #ea2c5a;
}
.single-video .sv-video {
  position: relative;
}
.single-video .sv-video .sv-play {
  width: 66px;
  height: 66px;
  background-color: #343434;
  border-radius: 33px;
  opacity: 0.85;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -33px;
  margin-left: -33px;
  color: #ffffff;
  padding-top: 22px;
  padding-left: 21px;
  font-size: 20px;
}
.single-video .sv-video .sv-play i {
  opacity: 1;
}
.single-video h1 {
  margin: 0;
  padding: 30px 0;
  font-size: 22px;
}
.single-video .author {
  padding: 30px;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 1px 1px #d6d7d8;
  -moz-box-shadow: 0px 2px 1px 1px #d6d7d8;
  box-shadow: 0px 2px 1px 1px #d6d7d8;
}
.single-video .author .sv-avatar {
  width: 72px;
  float: left;
}
.single-video .author .sv-name {
  width: 430px;
  padding-left: 30px;
  float: left;
  color: #7e7e7e;
}
.single-video .author .sv-name a {
  font-weight: 500;
  color: #2e2e2e;
}
.single-video .author .sv-name a:hover {
  color: #ea2c5a;
}
.single-video .author .sv-name .c-sub {
  padding-top: 13px;
  float: left;
}
.single-video .author .sv-name .c-sub .c-f {
  float: left;
  width: 86px;
  padding: 5px 10px 0px 10px;
  border: solid 1px #ea2c5a;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #ea2c5a;
  color: #ffffff;
}
.single-video .author .sv-name .c-sub .c-s {
  float: left;
  width: 92px;
  padding: 5px 10px 0px 10px;
  border: solid 1px #eceff0;
  border-left: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #7e7e7e;
}
.single-video .author .sv-views {
  float: right;
  width: 200px;
}
.single-video .author .sv-views .sv-views-count {
  font-size: 20px;
  text-align: right;
}
.single-video .author .sv-views .sv-views-progress {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 3px;
  width: 100%;
  background-color: #eceff0;
}
.single-video .author .sv-views .sv-views-progress .sv-views-progress-bar {
  height: 3px;
  width: 80%;
  background-color: #28b47e;
}
@media only screen and (max-width: 767px) {
  .single-video .author .sv-views .sv-views-stats {
    justify-content: space-around;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .single-video .author .sv-views .sv-views-stats .percent,
  .single-video .author .sv-views .sv-views-stats .green {
    padding-right: 30px;
  }
}
.single-video .author .sv-views .sv-views-stats .percent {
  color: #ea2c5a;
  font-size: 15px;
}
.single-video .author .sv-views .sv-views-stats .green {
  color: #28b47e;
  font-size: 15px;
}
.single-video .author .sv-views .sv-views-stats .green .circle {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: solid 2px #28b47e;
}
.single-video .author .sv-views .sv-views-stats .grey {
  color: #7e7e7e;
  font-size: 15px;
}
.single-video .author .sv-views .sv-views-stats .grey .circle {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: solid 2px #7e7e7e;
}
.single-video .info {
  margin-top: 3px;
}
.single-video .info-content {
  padding-bottom: 14px;
}
.single-video .info h4 {
  margin: 20px 0 3px 0;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
}
.single-video .info p {
  color: #7e7e7e;
}
.single-video .info .sv-tags {
  margin-bottom: 0;
}
.single-video .info .sv-tags span {
  display: inline-block;
  padding: 5px 9px 1px 9px;
  margin-bottom: 10px;
  background-color: #eceff0;
  border-radius: 3px;
  margin-right: 7px;
}
@media only screen and (max-width: 767px) {
  .single-video .info .date-lic .ta-r {
    text-align: left;
  }
}
.single-video .info .date-lic h4 {
  display: inline-block;
}
.single-video .info .date-lic p {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .single-video .info .date-lic h4,
  .single-video .info .date-lic p {
    display: block;
  }
}
.single-video .custom-tabs .tabs-panel {
  overflow: hidden;
  border-bottom: solid 1px #eceff0;
}
@media only screen and (max-width: 767px) {
  .single-video .custom-tabs .tabs-panel {
    flex-wrap: wrap;
    justify-content: space-between;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.single-video .custom-tabs .tabs-panel a {
  display: block;
  float: left;
}
.single-video .custom-tabs .tabs-panel a i,
.single-video .custom-tabs .tabs-panel a span {
  display: block;
  float: left;
}
.single-video .custom-tabs .tabs-panel a i {
  color: #637076;
  font-size: 20px;
}
.single-video .custom-tabs .tabs-panel a span {
  color: #7e7e7e;
}
.single-video .custom-tabs .tabs-panel a:hover i,
.single-video .custom-tabs .tabs-panel a:hover span {
  color: #ea2c5a;
}
.single-video .custom-tabs .tabs-panel > a,
.single-video .custom-tabs .tabs-panel > .acide-panel {
  height: 48px;
  padding-top: 13px;
}
.single-video .custom-tabs .tabs-panel > a {
  padding-left: 16px;
  padding-right: 16px;
}
.single-video .custom-tabs .tabs-panel > a i {
  width: 30px;
}
@media only screen and (min-width: 768px) {
  .single-video .custom-tabs .tabs-panel > a i {
    margin-right: 8px;
  }
}
.single-video .custom-tabs .tabs-panel > a i.cv.cvicon-cv-goto {
  font-size: 7px;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .single-video .custom-tabs .tabs-panel > a i.cv.cvicon-cv-goto {
    margin-right: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .single-video .custom-tabs .tabs-panel > a > span {
    display: none !important;
  }
}
.single-video .custom-tabs .tabs-panel > a span {
  line-height: 24px;
}
.single-video .custom-tabs .tabs-panel > a.active {
  background-color: #eceff0;
}
.single-video .custom-tabs .tabs-panel > a.active i,
.single-video .custom-tabs .tabs-panel > a.active span {
  color: #ea2c5a;
  font-weight: 500;
}
.single-video .custom-tabs .tabs-panel > .acide-panel {
  float: right;
}
.single-video .custom-tabs .tabs-panel > .acide-panel a:not(:last-child) {
  margin-right: 20px;
}
.single-video .custom-tabs .tabs-content > div {
  display: none;
  padding-top: 8px;
}
.single-video .custom-tabs .tabs-content > div.active {
  display: block !important;
}
.single-video .custom-tabs .tabs-content .tab-2 h4,
.single-video .custom-tabs .tabs-content .tab-3 h4,
.single-video .custom-tabs .tabs-content .tab-4 h4,
.single-video .custom-tabs .tabs-content .tab-5 h4 {
  margin-bottom: 10px;
}
.single-video .custom-tabs .tabs-content .tab-1 {
  overflow: hidden;
}
.single-video .custom-tabs .tabs-content .tab-1 > div:nth-child(1) {
  padding-bottom: 14px;
}
@media only screen and (min-width: 768px) {
  .single-video .custom-tabs .tabs-content .tab-1 > div:nth-child(1) {
    float: left;
    width: 76.12%;
    padding-right: 18px;
    border-right: solid 1px #eceff0;
  }
}
.single-video .custom-tabs .tabs-content .tab-1 > div:nth-child(2) {
  float: left;
  width: 30.88%;
  max-width: 300px;
  padding-left: 30px;
  padding-bottom: 28px;
}
.single-video .custom-tabs .tabs-content .tab-1 > div:nth-child(2) img {
  width: 100%;
  height: auto;
  margin-bottom: 14px;
}
.single-video .custom-tabs .tabs-content .tab-1 > div:nth-child(2) .btn {
  display: block;
  width: 100%;
  max-width: 140px;
  height: 28px;
  padding-top: 4px;
  margin: 0 auto;
  background-color: #447efa;
  color: white;
  borde: solid 1px #447efa;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
}
.single-video .custom-tabs .tabs-content .tab-1 > div:nth-child(2) .btn:hover {
  background-color: white;
  color: #447efa;
  border-color: #447efa;
}
@media only screen and (max-width: 568px) {
  .single-video .custom-tabs .tabs-content .tab-1 > div:nth-child(1),
  .single-video .custom-tabs .tabs-content .tab-1 > div:nth-child(2) {
    width: 100%;
    float: none;
  }
  .single-video .custom-tabs .tabs-content .tab-1 > div:nth-child(1) {
    border: none;
  }
  .single-video .custom-tabs .tabs-content .tab-1 > div:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
    max-width: inherit;
  }
}
.single-video .custom-tabs .tabs-content .tab-2 {
  padding-bottom: 16px;
  border-bottom: solid 1px #eceff0;
}
.single-video .custom-tabs .tabs-content .tab-2 .row > div:nth-child(2) {
  overflow: hidden;
}
.single-video .custom-tabs .tabs-content .tab-2 .row > div:nth-child(2) .checkbox {
  display: block;
  float: left;
  margin-right: 14px;
}
.single-video .custom-tabs .tabs-content .tab-2 .row > div:nth-child(2) > input {
  display: block;
  float: left;
  max-width: 136px;
}
.single-video .custom-tabs .tabs-content .tab-2 .row > div:nth-child(3) > textarea {
  height: auto;
  min-height: 62px;
  resize: none;
}
.single-video .custom-tabs .tabs-content .tab-2 .row > div:nth-child(4) .size-tags {
  margin-bottom: 10px;
}
@media only screen and (max-width: 568px) {
  .single-video .custom-tabs .tabs-content .tab-2 .row > div:nth-child(5) label.checkbox-text p {
    margin-bottom: 0px;
  }
}
.single-video .custom-tabs .tabs-content .tab-3 {
  padding-bottom: 14px;
  border-bottom: solid 1px #eceff0;
}
.single-video .showless {
  position: relative;
  border-bottom: solid 1px #eceff0;
  margin: 0px 0 14px;
}
.single-video .showless a {
  display: block;
  position: absolute;
  top: -14px;
  left: 50%;
  margin-left: -50px;
  height: 28px;
  border: solid 1px #7e7e7e;
  border-radius: 14px;
  padding: 3px 12px 6px 12px;
  background-color: #fbfdfe;
}
.single-video .showless a:hover {
  color: #ea2c5a;
  border-color: #ea2c5a;
}
.single-video .adblock2 {
  padding: 30px 0;
}
.single-video .adblock2 .img {
  padding: 0;
  background-color: #eceff0;
  border-radius: 3px;
  color: #a1a1a1;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .single-video .adblock2 .img {
    max-width: 728px;
    height: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .single-video .adblock2 .img {
    max-width: 320px;
    height: 50px;
  }
}
.single-video .adblock2-v2 {
  margin-top: 10px;
}
.single-video .adblock2-v2 .img {
  max-width: 300px;
  height: 250px;
}
.single-video .similar-videos {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #eceff0;
}
.single-video .similar-videos .v-views {
  padding-bottom: 0;
}
.single-video .similar-videos .v-percent {
  display: block;
  margin-top: 3px;
}
.single-video .reply-comment {
  font-size: 17px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .single-video .reply-comment {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.single-video .reply-comment i {
  font-size: 20px;
}
.single-video .reply-comment .semibold {
  font-weight: 600;
  padding-left: 5px;
}
.single-video .reply-comment .rc-header {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .single-video .reply-comment .rc-header {
    display: none;
  }
}
.single-video .reply-comment textarea {
  width: 100%;
  height: 108px;
  background-color: #ffffff;
  border: solid 1px #eceff0;
  border-radius: 15px;
  padding: 25px 30px;
  color: #222;
  resize: none;
  overflow: hidden;
  font-size: 14px;
}
.single-video .reply-comment textarea::placeholder {color: #7e7e7e;}

@media only screen and (max-width: 767px) {
  .single-video .reply-comment textarea {
    padding: 10px 15px;
    height: 50px;
  }
}
.single-video .reply-comment .rc-ava {
  float: left;
  width: 50px;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .single-video .reply-comment .rc-ava {
    width: 54px;
    min-width: 54px;
    margin-right: 8px;
  }
  .comments{width:100%;}
}
.single-video .reply-comment .rc-ava img {
  width: 100%;
}
.single-video .reply-comment .rc-comment {
  float: left;
  position: relative;
  width: 670px;
}
.single-video .reply-comment .rc-comment button {
  position: absolute;
  bottom: 5px;
  right: 5px;
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  width: 30px;
  height: 30px;
}
@media only screen and (min-width: 768px) {
  .single-video .cl-header {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: solid 1px #eceff0;
  }
}
@media only screen and (max-width: 767px) {
  .single-video .cl-header {
    padding-top: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: solid 1px #eceff0;
  }
}
.single-video .cl-header .list-inline {
  margin-left: 0;
  margin-bottom: 0;
}
.single-video .cl-header .c-nav {
  font-weight: 500;
  padding-top: 4px;
  font-family: 'Hind', sans-serif;
}
@media only screen and (max-width: 767px) {
  .single-video .cl-header .c-nav ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.single-video .cl-header .c-nav li {
  margin: 0;
  padding: 0;
}
.single-video .cl-header .c-nav li:not(:last-child) {
  margin-right: 23px;
}
@media only screen and (min-width: 768px) {
  .single-video .cl-header .c-nav li {
    position: relative;
    color: #7e7e7e;
  }
}
@media only screen and (max-width: 767px) {
  .single-video .cl-header .c-nav li {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .single-video .cl-header .c-nav li a {
    position: relative;
    color: #7e7e7e;
  }
}
@media only screen and (max-width: 767px) {
  .single-video .cl-header .c-nav li a {
    display: block;
    padding: 12px 15px;
    border-radius: 30px;
    background-color: #eceff0;
    color: #7e7e7e;
    border: solid 1px #eceff0;
    align-items: center;
    justify-content: center;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .single-video .cl-header .c-nav li a:before {
    content: "";
    position: absolute;
    bottom: -25px;
    display: inline-block;
    background-color: #ea2c5a;
    height: 3px;
    width: 100%;
    left: 0;
    opacity: 0;
    -moz-transition: all 0.12s linear;
    -o-transition: all 0.12s linear;
    -webkit-transition: all 0.12s linear;
  }
}
@media only screen and (min-width: 768px) {
  .single-video .cl-header .c-nav li a:hover {
    color: #2e2e2e;
  }
}
@media only screen and (min-width: 768px) {
  .single-video .cl-header .c-nav li a:hover:before {
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) {
  .single-video .cl-header .c-nav li a.active {
    color: #2e2e2e;
  }
}
@media only screen and (max-width: 767px) {
  .single-video .cl-header .c-nav li a.active {
    background-color: white;
    color: #2e2e2e;
    border-color: #2e2e2e;
  }
}
@media only screen and (min-width: 768px) {
  .single-video .cl-header .c-nav li a.active:before {
    opacity: 1;
  }
}
.single-video .cl-comment {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .single-video .cl-comment {
    margin-bottom: 25px;
  }
}
.single-video .cl-comment .cl-avatar {
  float: left;
  width: 50px;
  padding-right: 10px;
}
.single-video .cl-comment .cl-comment-text {
  float: left;
  width: calc(100% - 50px)
}
.single-video .cl-comment-reply {
  margin-bottom: 45px;
  margin-left: 13%;
}
@media only screen and (max-width: 767px) {
  .single-video .cl-comment-reply {
    margin-bottom: 45px;
  }
}
.single-video .cl-comment-reply .cl-avatar {
  float: left;
  width: 15%;
  padding-right: 30px;
}
.single-video .cl-comment-reply .cl-comment-text {
  float: left;
  width: 85%;
}
.single-video .cl-name-date {
  color: #8e9ea6;
  font-size: 15px;
}
.single-video .cl-name-date a {
  font-size: 16px;
  color: #ea2c5a;
}
.single-video .cl-name-date a:hover {
  text-decoration: underline;
}
.single-video .cl-text {
  padding: 6px 0;
}
.single-video .cl-meta {
  color: #8e9ea6;
}
@media only screen and (max-width: 720px) {
  .single-video .cl-meta {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
}
.single-video .cl-meta a {
  color: #8e9ea6;
}
@media only screen and (max-width: 767px) {
  .single-video .cl-meta a {
    /* margin-left: auto; */
  }
}
.single-video .cl-meta a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .single-video .cl-meta > span:first-child {
    margin-right: 16px;
  }
}
.single-video .cl-meta .green {
  color: #28b47e;
  font-size: 15px;
  padding-right: 10px;
}
.single-video .cl-meta .green .circle {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: solid 2px #28b47e;
}
.single-video .cl-meta .grey {
  color: #7e7e7e;
  font-size: 15px;
}
.single-video .cl-meta .grey .circle {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: solid 2px #7e7e7e;
}
.single-video .cl-replies {
  color: #7e7e7e;
  padding-top: 6px;
}
@media only screen and (max-width: 767px) {
  .single-video .cl-replies {
    display: none;
  }
}
.single-video .cl-replies a {
  color: #7e7e7e;
}
.single-video .cl-replies a:hover {
  text-decoration: underline;
}
.single-video .cl-replies i {
  font-size: 10px;
}
.single-video .cl-comment-text {
  position: relative;
}
.single-video .cl-comment-text .cl-flag {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
}
.single-video .loadmore-comments {
  margin-bottom: 45px;
  text-align: center;
}
.single-video .loadmore-comments .h-btn {
  background-color: #eceff0;
  color: #2e2e2e;
  padding: 15px 65px;
  border: solid 1px #eceff0;
  height: 48px;
  border-radius: 24px;
  font-weight: normal;
}
.single-video .loadmore-comments .h-btn:hover {
  color: #ea2c5a;
  background-color: #ffffff;
  border: solid 1px #ea2c5a;
}
@media only screen and (min-width: 768px) {
  .author-btn-add,
  .author-border {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .sv-video img {
    width: 100%;
  }
  .single-video h1 {
    padding: 20px 0;
  }
  .single-video .adblock2 .img {
    width: 100%;
  }
  .single-video .adblock .img {
    width: 100%;
  }
  .single-video .reply-comment .rc-comment {
    width: 100%;
  }
  .single-video .author {
    padding: 15px 30px;
  }
  .single-video .author-head {
    align-items: center;
    flex-wrap: wrap;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .single-video .author-head > a:first-child {
    margin-right: 20px;
  }
  .single-video .author-head > * {
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .single-video .author-border {
    padding-top: 20px;
    margin: 0 -30px;
    margin-top: 20px;
    border-top: solid 1px #eceff0;
  }
  .single-video .author-btn-add {
    width: 60px;
    min-width: 60px;
    height: 52px;
    margin-left: auto;
    border-radius: 30px;
    background-color: #ea2c5a;
    align-items: center;
    justify-content: center;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .single-video .author-btn-add i {
    font-size: 22px;
  }
  .single-video .author-btn-add i::before {
    color: white;
  }
  .single-video .author-btn-add:hover i {
    color: white !important;
  }
  .single-video .author .sv-avatar {
    float: none;
    display: inline-block;
  }
  .single-video .author .sv-name {
    width: auto;
    padding: 0;
    margin-right: 20px;
    text-align: left;
    float: none;
  }
  .single-video .author .sv-name > div:first-child a {
    display: block;
  }
  .single-video .author .sv-name .c-sub {
    float: none;
    padding-bottom: 15px;
  }
  .single-video .author .sv-views {
    width: 100%;
    float: none;
  }
  .single-video .author .sv-views .sv-views-count {
    text-align: right;
  }
  /* .single-video .cl-comment .cl-avatar {
    width: 20%;
    padding-right: 10px;
    max-width: 70px;
  } */
  .single-video .cl-comment .cl-avatar img {
    width: 100%;
  }
  /* .single-video .cl-comment .cl-comment-text {
    width: 80%;
  } */
  .single-video .cl-comment .cl-comment-text .cl-flag {
    right: -10px;
  }
  .single-video .cl-comment-reply {
    margin-left: 70px;
  }
  .single-video .cl-comment-reply .cl-avatar {
    width: 16%;
    padding-right: 10px;
    max-width: 70px;
  }
  .single-video .cl-comment-reply .cl-avatar img {
    width: 100%;
  }
  .single-video .cl-comment-reply .cl-comment-text {
    width: 75%;
  }
  .b-video {
    margin-bottom: 15px;
  }
  .b-video .v-img img {
    width: 100%;
  }
  .reply-comment .rc-ava {
    text-align: center;
    float: none;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .acide-panel.acide-panel-top {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .acide-panel.acide-panel-top {
    padding-top: 20px;
    margin-bottom: 20px;
    border-top: solid 1px #eceff0;
    justify-content: space-around;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .acide-panel.acide-panel-top a i {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sv-video img {
    width: 100%;
  }
  .similar-videos .videoitem {
    margin-bottom: 30px;
  }
  .similar-videos .videoitem img {
    width: 100%;
  }
  .single-video .reply-comment .rc-comment {
    width: 600px;
  }
  .single-video .adblock .img {
    width: 100%;
  }
  .single-video .adblock2 .img {
    width: 100%;
  }
}
.tab-popup {
  display: none;
  max-width: 300px;
  margin: 0 auto;
  background-color: white;
  border-radius: 5px;
}
.tab-popup-head {
  padding: 20px 20px;
  align-items: center;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.tab-popup-head > i:first-child {
  margin-right: 15px;
}
.tab-popup-head i {
  color: #637076;
  font-size: 22px;
}
.tab-popup-head span {
  font-size: 20px;
}
.tab-popup-close {
  margin-left: auto;
}
.tab-popup-content {
  padding: 20px 20px;
  border-top: solid 1px #edf0f1;
}
.tab-popup.popup-share h4 {
  margin-top: 0 !important;
}
.tab-popup.popup-share label {
  margin-bottom: 0;
}
.tab-popup .popup-share-social a {
  align-items: center;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.tab-popup .popup-share-social a:not(:first-child) {
  margin-top: 20px;
}
.tab-popup .popup-share-social a i {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  background-color: black;
  border-radius: 50%;
  font-size: 22px;
  align-items: center;
  justify-content: center;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.tab-popup .popup-share-social a i::before {
  color: white;
}
.tab-popup .popup-share-social a.facebook i {
  background-color: #3b5998;
}
.tab-popup .popup-share-social a.twitter i {
  background-color: #55acee;
}
.tab-popup .popup-share-social a.google i {
  background-color: #dd4b39;
}
.tab-popup .popup-share-social a span {
  font-size: 18px;
  color: #7e7e7e;
}
.tab-popup .popup-download-load .row:not(:first-child) {
  margin-top: 30px;
}
.tab-popup .popup-download-load a {
  padding: 10px 10px;
  border: solid 1px #e0e1e2;
  border-radius: 5px;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.tab-popup .popup-download-load a i {
  margin-bottom: 8px;
  color: #666666;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.tab-popup .popup-download-load a span {
  margin-top: 4px;
}
.tab-popup .popup-download-load a span:first-of-type {
  color: #7e7e7e;
}
.tab-popup .popup-download-load a span:last-of-type {
  color: #2e2e2e;
}
.tab-popup .popup-download-load a.premium {
  border-color: #ea2c5a;
}
.tab-popup .popup-download-load a.premium i,
.tab-popup .popup-download-load a.premium span {
  color: #ea2c5a !important;
}
.tab-popup .popup-download-p {
  margin-top: 46px;
  margin-bottom: 0;
  color: #7e7e7e;
}
.tab-popup.popup-jump .tab-popup-head i.cvicon-cv-goto {
  width: 44px;
  font-size: 10px;
}
.mfp-content .tab-popup {
  display: block;
}
/*
* Content Single Video END
*/
/*
* Content Categories
*/
.v-categories.side-menu .bg-add {
  position: absolute;
  top: 0;
}
.v-categories.side-menu .content-block .cb-header {
  margin-bottom: 0;
}
.v-categories.side-menu .content-block .cb-content {
  margin-bottom: 0;
}
.v-categories.side-menu .content-block .cb-content > .row > div {
  padding-top: 30px;
  padding-bottom: 40px;
}
.v-categories.side-menu .content-block .cb-content > .row > div:first-child {
  border-right: solid 1px #eceff0;
}
.v-categories.side-menu .content-block .cb-content > .row > div:last-child {
  padding-left: 34px;
  left: -1px;
  border-left: solid 1px #eceff0;
}
.v-categories.side-menu .content-block .cb-content .sidebar-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.v-categories.side-menu .content-block .cb-content .sidebar-menu ul li a {
  color: #7e7e7e;
}
.v-categories.side-menu .content-block .cb-content .sidebar-menu ul li a:hover {
  color: #ea2c5a;
}
.v-categories.side-menu .content-block .cb-content .sidebar-menu ul li:not(:first-child) {
  margin-top: 16px;
}
@media only screen and (max-width: 414px) {
  .v-categories.side-menu .content-block .cb-content > .row > div:nth-child(2) > .row > div {
    width: 100%;
  }
}
.content-block .cb-header .pull-right .btn-arrow {
  display: block;
  width: 8px;
  height: 8px;
  margin-top: 14px;
  border-top: solid 2px #637076;
  border-right: solid 2px #637076;
  cursor: pointer;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.content-block.subscription {
  border: none;
}
.content-block.subscription .sscr-user-info {
  position: relative;
  width: 100%;
  display: table;
  font-size: 0;
  margin-bottom: 30px;
  align-items: center;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.content-block.subscription .sscr-user-info .sscr-image,
.content-block.subscription .sscr-user-info .sscr-name,
.content-block.subscription .sscr-user-info .sscr-time-active {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .content-block.subscription .sscr-user-info .sscr-image,
  .content-block.subscription .sscr-user-info .sscr-name,
  .content-block.subscription .sscr-user-info .sscr-time-active {
    display: block;
  }
}
.content-block.subscription .sscr-user-info .sscr-name,
.content-block.subscription .sscr-user-info .sscr-time-active {
  font-size: 16px;
  vertical-align: -4px;
}
.content-block.subscription .sscr-user-info .sscr-image {
  max-width: 72px;
  margin-right: 28px;
}
.content-block.subscription .sscr-user-info .sscr-name {
  color: #2e2e2e;
  font-weight: 500;
}
.content-block.subscription .sscr-user-info .sscr-name:after {
  content: '.';
  margin: 0 4px;
}
.content-block.subscription .sscr-user-info .sscr-time-active {
  color: #7e7e7e;
  padding-right: 22px;
  margin-top: 4px;
}
.content-block.subscription .sscr-user-info .btn-close {
  margin-left: auto;
}
.content-block.subscription .sscr-user-info .btn-close i {
  font-size: 20px;
}
.content-block.subscription .videolist .videoitem {
  min-height: auto;
  margin-bottom: 8px;
}
.content-block.subscription .videolist .videoitem .v-views {
  padding-bottom: 0;
}
.content-block.subscription .cb-content {
  margin-bottom: 18px;
}
.content-block.subscription .cb-content:not(:first-child) {
  border-top: solid 1px #eceff0;
  padding-top: 32px;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.mfp-with-zoom .mfp-container {
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
}
.mfp-with-zoom.mfp-ready .mfp-container {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.mfp-with-zoom.mfp-removing.mfp-bg {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.mfp-with-zoom.mfp-removing .mfp-container {
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
}
.mfp-bg .mfp-close,
.mfp-wrap .mfp-close {
  margin-top: 14px;
  margin-right: 10px;
  font-size: 18px;
  color: #637076;
}
@media only screen and (min-width: 768px) {
  .mfp-bg .mfp-close,
  .mfp-wrap .mfp-close {
    width: 56px;
    height: 56px;
  }
}
.mfp-bg .sh-upload,
.mfp-wrap .sh-upload {
  display: block;
}
.mfp-bg {
  z-index: 1000000;
}
.mfp-bg.sh-avatar__bg,
.mfp-bg.sh-calend__bg,
.mfp-bg.sh-statistic__bg {
  z-index: 10000;
}
.mfp-wrap {
  z-index: 1000000 !important;
}
/*
* FOOTER
*/
footer {
  border-top: solid 1px #eceff0;
}
@media only screen and (max-width: 767px) {
  footer .row .padding-def {
    flex-wrap: wrap;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  footer .row .padding-def [class^='col-']:nth-child(3) {
    order: 1;
  }
}
footer .list-inline {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  footer .list-inline li a {
    color: #2e2e2e !important;
  }
}
footer .f-copy {
  color: #7e7e7e;
}
@media only screen and (max-width: 767px) {
  footer .f-copy {
    margin-bottom: 10px;
  }
}
footer .f-copy a {
  color: #7e7e7e;
}
footer .f-copy a:hover {
  color: #ea2c5a;
}
footer .f-icon {
  width: 140px;
  font-size: 22px;
  color: #637076;
  padding-left: 15px;
}
@media only screen and (min-width: 768px) {
  footer .f-icon {
    padding-top: 35px;
  }
}
footer .f-icon a {
  padding-right: 14px;
  color: #637076;
}
footer .f-icon a:hover {
  color: #ea2c5a;
}
@media only screen and (min-width: 768px) {
  footer .f-lang {
    padding-top: 30px;
  }
}
footer .f-lang .btn-default {
  color: #2e2e2e;
  background-color: transparent;
  border: none;
}
@media only screen and (max-width: 767px) {
  footer .f-lang .btn-default {
    margin-bottom: 6px;
    background-color: #eceff0 !important;
    border-radius: 30px;
    padding: 10px 22px;
  }
}
@media only screen and (max-width: 767px) {
  footer .f-last-line {
    justify-content: center;
    align-items: center;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media only screen and (min-width: 769px) {
  footer .f-last-line {
    margin-top: -70px;
  }
}
/*
* FOOTER END
*/
body.dark .navbar-container,
body.dark .navbar-container2,
body.dark .content-block.head-div,
body.dark .content-block .cb-header,
body.dark .v-categories.side-menu .content-block .cb-content > .row > div:last-child,
body.dark .v-categories.side-menu .content-block .cb-content > .row > div:first-child,
body.dark footer,
body.dark .delimiter,
body.dark .c-details,
body.dark .h-divider,
body.dark .content-wrapper.head-div,
body.dark .caption,
body.dark .showless,
body.dark .showless a,
body.dark .list.similar-videos,
body.dark .loadmore,
body.dark .comments-list .cl-header,
body.dark .tabs-panel,
body.dark .tabs-content .tab-1 div:first-child,
body.dark .tabs-content .tab-2,
body.dark .tabs-content .tab-3,
body.dark .h-video,
body.dark .cb-content.videolist,
body.dark .u-details-wrap,
body.dark .channels-content .theme-section {
  border-color: #424242 !important;
}
body.dark .block-list div {
  border-color: #242424 !important;
}
body.dark .v-categories.side-menu .content-block .cb-content > .row > div:first-child {
  background-color: #242424 !important;
}
body.dark .v-categories.side-menu .bg-add {
  background: #242424;
}
body.dark .navbar-container2 .h-resume {
  color: #7e7e7e;
}
body.dark .navbar-container2 .color-default {
  color: #a9a9a9;
}
body.dark .list-inline li a {
  color: #7e7e7e;
}
body.dark .list-inline li a:not(.color-active):hover {
  color: #a2abaf !important;
}
body.dark .list-inline.menu li a {
  color: #a9a9a9;
}
body.dark .f-copy .list-inline li a {
  color: #7e7e7e;
}
body.dark .f-copy .list-inline li a:hover {
  color: #a9a9a9;
}
body.dark .topsearch .input-group input,
body.dark .topsearch .input-group .input-group-addon,
body.dark .topsearch .input-group .input-group-btn {
  background-color: #3c3d3e;
}
body.dark i.fa,
body.dark i.cv,
body.dark .caret {
  color: #a2abaf;
}
body.dark .btn-arrow {
  border-color: #a2abaf !important;
}
body.dark .selectuser .btn-default {
  color: #a2abaf;
}
body.dark .btn.btn-default {
  color: #a9a9a9 !important;
}
body.dark .b-video .v-desc,
body.dark .b-playlist .v-desc,
body.dark .b-category .v-desc,
body.dark .h-video .v-desc,
body.dark .b-video .name,
body.dark .b-playlist .name,
body.dark .b-category .name,
body.dark .h-video .name,
body.dark .b-video .v-desc a,
body.dark .b-playlist .v-desc a,
body.dark .b-category .v-desc a,
body.dark .h-video .v-desc a,
body.dark .b-video .name a,
body.dark .b-playlist .name a,
body.dark .b-category .name a,
body.dark .h-video .name a {
  color: #a9a9a9;
}
body.dark .b-video .v-desc:hover,
body.dark .b-playlist .v-desc:hover,
body.dark .b-category .v-desc:hover,
body.dark .h-video .v-desc:hover,
body.dark .b-video .name:hover,
body.dark .b-playlist .name:hover,
body.dark .b-category .name:hover,
body.dark .h-video .name:hover,
body.dark .b-video .v-desc a:hover,
body.dark .b-playlist .v-desc a:hover,
body.dark .b-category .v-desc a:hover,
body.dark .h-video .v-desc a:hover,
body.dark .b-video .name a:hover,
body.dark .b-playlist .name a:hover,
body.dark .b-category .name a:hover,
body.dark .h-video .name a:hover {
  color: #ea2c5a;
}
body.dark .v-pagination a {
  background-color: #424242;
  color: #7e7e7e;
}
body.dark .v-pagination a i.cv {
  color: #90989b;
}
body.dark .v-pagination a:hover,
body.dark .v-pagination a.active {
  background-color: #666666;
  color: #ffffff;
}
body.dark .c-details .c-name {
  color: #a9a9a9;
}
body.dark .c-details .c-sub-wrap .c-s {
  border-color: #343434 !important;
}
body.dark .cb-search input {
  background-color: #424242;
  border-color: #424242;
  color: #7e7e7e !important;
}
body.dark .cns-block .cns-info {
  border-color: #242424 !important;
  background-color: #242424;
}
body.dark .cns-block .cns-info h5 {
  color: #a9a9a9 !important;
}
body.dark .cns-block .cns-img-small .cns-small-wrapp {
  background-color: #242424 !important;
}
body.dark .loadmore .btn {
  background-color: #424242 !important;
  border-color: #424242;
}
body.dark .loadmore .btn:hover {
  color: #ea2c5a !important;
  border-color: #ea2c5a;
}
body.dark .login-window .l-head {
  background-color: #242424;
  border-color: #424242 !important;
  color: #a9a9a9;
}
body.dark .login-window .l-form {
  background-color: #343434;
}
body.dark .login-window label,
body.dark .login-window .signuptext a {
  color: #a9a9a9;
}
body.dark .login-window input {
  background-color: #424242;
  border-color: #424242;
}
body.dark .s-s-title {
  color: #a9a9a9;
}
body.dark .caption .left a {
  color: #a9a9a9;
}
body.dark .caption .left a:hover {
  color: #ea2c5a;
}
body.dark .caption .right:hover a,
body.dark .caption .right:hover a i {
  color: #ea2c5a;
}
body.dark h1 a {
  color: #a9a9a9;
}
body.dark h1 a:hover {
  color: #ea2c5a;
}
body.dark .author {
  background-color: #242424;
  -webkit-box-shadow: 0px 2px 1px 1px #242424;
  -moz-box-shadow: 0px 2px 1px 1px #242424;
  box-shadow: 0px 2px 1px 1px #242424;
}
body.dark .author .sv-name a {
  color: #a9a9a9;
}
body.dark .author .c-sub .c-s {
  border-color: #424242 !important;
  background-color: #343434;
}
body.dark .author .sv-views-count {
  color: #a9a9a9;
}
body.dark .info h4 {
  color: #a9a9a9;
}
body.dark .sv-tags span {
  background-color: #242424 !important;
}
body.dark .sv-tags span a {
  color: #a9a9a9;
}
body.dark .sv-tags span a:hover {
  color: #ea2c5a;
}
body.dark .adblock .img,
body.dark .adblock2 .img {
  background-color: #3c3d3e;
}
body.dark .showless a {
  background-color: #424242;
  color: #7e7e7e;
}
body.dark .comments .reply-comment .rc-header {
  color: #a9a9a9;
}
body.dark .comments .rc-comment textarea {
  background-color: #424242;
  border-color: #424242;
}
body.dark .comments .comments-list .cl-header .c-nav .list-inline li a.active {
  color: #a9a9a9;
}
body.dark .comments .comments-list .cl-header .c-nav .list-inline li a:hover {
  color: #a9a9a9;
}
body.dark .comments .comments-list .cl-text {
  color: #a9a9a9;
}
body.dark .loadmore-comments form .btn.btn-default.h-btn {
  background-color: #424242;
  border-color: #424242;
}
body.dark .loadmore-comments form .btn.btn-default.h-btn:hover {
  color: #ea2c5a !important;
  border-color: #ea2c5a;
}
body.dark .tabs-panel a.active {
  background-color: #424242 !important;
}
body.dark .tabs-panel a.active,
body.dark .tabs-panel a.active i {
  color: #ea2c5a !important;
}
body.dark .tabs-panel a:hover,
body.dark .tabs-panel a:hover i {
  color: #ea2c5a !important;
}
body.dark .tabs-panel a i {
  color: #a2abaf !important;
}
body.dark .tabs-content .tab-2 i.fa,
body.dark .tabs-content .tab-2 i.fa:hover {
  color: #ffffff !important;
}
body.dark .tabs-content .tab-2 i.fa.fa-#FF0000dit {
  color: #5f99cf !important;
}
body.dark .tabs-content input,
body.dark .tabs-content textarea {
  background-color: #424242;
  color: #7e7e7e;
  border-color: #424242;
}
body.dark .tabs-content .tags-type2 a,
body.dark .tabs-content .tags-type1 a {
  background-color: #242424;
  border-color: #242424;
}
body.dark .tabs-content .tags-type2 a,
body.dark .tabs-content .tags-type2 a i {
  color: #a9a9a9;
}
body.dark .tabs-content .tags-type2 a:hover {
  background-color: #3c3d3e;
}
body.dark label.checkbox {
  background-color: #424242;
  border-color: #424242;
}
body.dark .block-list div.active {
  border-color: #ea2c5a !important;
}
body.dark .block-list div.active span {
  color: #a9a9a9 !important;
}
body.dark .list .v-number {
  color: #666666;
}
body.dark .block-list > div:nth-child(odd) {
  background-color: #424242 !important;
}
body.dark .block-list > div.active i {
  color: #ea2c5a;
}
body.dark .sscr-user-info .sscr-name {
  color: #a9a9a9 !important;
}
body.dark .u-area .u-text1 {
  color: #a9a9a9 !important;
}
body.dark .cv.cvicon-cv-upload-video {
  color: #a2abaf !important;
}
body.dark .form-group label {
  color: #a9a9a9;
}
body.dark .form-group input,
body.dark .form-group textarea,
body.dark .form-group select {
  background: #424242;
  border-color: #424242;
  color: #7e7e7e;
}
body.dark .u-details .ud-caption {
  color: #a9a9a9;
}
body.dark .u-details .cvicon-cv-cancel {
  color: #a2abaf;
}
body.dark .u-details .cvicon-cv-cancel:hover {
  color: #ea2c5a;
}
body.dark .u-details .u-title {
  color: #a9a9a9;
}
body.dark .clipboard .btn-copy {
  background-color: #242424;
  color: #a9a9a9;
}
body.dark .clipboard .btn-copy:hover {
  background-color: #343434;
}
body.dark .loginsignup a {
  color: #a9a9a9;
}
body.dark .channels-content h4 {
  color: #a9a9a9;
}
body.dark .btn-view-more:hover {
  color: #a9a9a9 !important;
}
body.dark .c-sub-wrap .c-s {
  background-color: #424242;
  border-color: #424242;
}
body.dark .topsearch .input-group i.fa:hover,
body.dark .topsearch .input-group i.cv:hover {
  color: #a2abaf !important;
}
body.dark .head-arrow-icon {
  background-color: #343434 !important;
}
body.dark .c-details .btn-default {
  background-color: #424242 !important;
}
@media only screen and (max-width: 767px) {
  body.dark .f-lang .btn-default,
  body.dark .search-group-transform .s-s-title {
    background-color: #424242 !important;
  }
}
body.dark .f-links ul li a,
body.dark .f-copy ul li a {
  color: #a9a9a9 !important;
}
body.dark .navbar-container,
body.dark .navbar-container2 {
  border-color: #424242 !important;
}

body.dark .search-open .input-group-addon {
  background-color: #3c3d3e !important;
}
body.dark .v-history .cb-content .row:not(:last-child) {
  border-color: #424242 !important;
}
body.dark .acide-panel-top,
body.dark .author-border,
body.dark .features .feature,
body.dark .single-v-footer-switch a:not(.active),
body.dark .tab-popup .tab-popup-content,
body.dark .share-link,
body.dark .popup-download-load a,
body.dark .mobile-menu .mobile-menu-head,
body.dark .mobile-menu .mobile-menu-user,
body.dark .mobile-menu .mobile-menu-list,
body.dark .mobile-menu-categories,
body.dark .mobile-menu-categories li a {
  border-color: #424242;
}
body.dark .duration-range .irs-line {
  background-color: #424242 !important;
}
body.dark .duration-range .irs-bar {
  background-color: #424242 !important;
}
body.dark .duration-range .irs-slider {
  background-color: #424242 !important;
}
body.dark .u-progress .progress {
  background-color: #424242 !important;
}
body.dark .tab-popup {
  background-color: #343434 !important;
}
body.dark .tab-popup .tab-popup-head {
  background-color: #242424;
}
body.dark .tab-popup .tab-popup-head span {
  color: #a9a9a9;
}
body.dark .share-link {
  background-color: #424242;
}
body.dark .popup-download-load a {
  background-color: #424242;
}
body.dark .tab-popup .popup-download-load a span:last-of-type {
  color: #7e7e7e;
}
body.dark .mobile-menu {
  background-color: #343434;
}
body.dark .mobile-menu-head {
  background-color: #242424;
}
body.dark .mobile-menu-logout {
  background-color: #424242;
  color: #7e7e7e;
}
body.dark .mobile-menu-categories li a,
body.dark .mobile-menu-user p {
  color: #7e7e7e;
}
body.dark .mobile-menu-close {
  border-color: #a2abaf;
}
.u-form .u-category {
  color: #a9a9a9 !important;
}
i.fa:hover,
i.cv:hover {
  color: #ea2c5a !important;
}
.b-video .v-desc:hover,
.b-playlist .v-desc:hover,
.b-category .v-desc:hover,
.v-desc .v-desc:hover,
.b-video .name:hover,
.b-playlist .name:hover,
.b-category .name:hover,
.v-desc .name:hover,
.b-video .v-desc:hover a,
.b-playlist .v-desc:hover a,
.b-category .v-desc:hover a,
.v-desc .v-desc:hover a,
.b-video .name:hover a,
.b-playlist .name:hover a,
.b-category .name:hover a,
.v-desc .name:hover a {
  color: #ea2c5a !important;
}
.upload-button i.cv.cvicon-cv-upload-video {
  color: white !important;
}
.upload-button:hover i.cv.cvicon-cv-upload-video {
  color: #2cce8f !important;
}
.color-active {
  color: #ea2c5a !important;
}
.color-active > a {
  color: #ea2c5a !important;
}
.c-social i.fa {
  color: white !important;
}





body .navbar-container, 
body .navbar-container2 {
  width: 100%;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg, .visible-xs-flex {
    display: none !important;
}
.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.h-video {
  width: 100%;
  display: flex;
}
.v-search {
  width: 100%;
}
.channels-content .hidden-xs {
  display: flex;
  flex-wrap: wrap;
}
.channels .content-block .channels-content .btn-view-more {
  margin-left: auto;
  margin-top: 0;
}
.channel .c-details .c-sub {
  margin-left: auto;
}
.c-details {
  display: flex;
}
.ortext {
  margin-right: 10px;
}



@media only screen and (max-width: 1366px) {
  .channel .c-details .c-name {width: 30%;}
}

@media only screen and (max-width: 1200px) {
  .navbar-container2 .h-icons a:not(:last-child) i {margin-right: 8px;}
  .upload-button {display: none;}
  /* .navbar-brand {padding: 20px 0;} */
  .list-inline > li {padding-right: 0;}
  .navbar-container {padding-bottom: 0;}
}

@media only screen and (max-width: 991px) {
  /* .navbar-brand {width: 100%;text-align: center;} */
  .menu {text-align: center;}
  .list-inline > li {padding-right: 15px;}
  .btn-color-toggle{display: none;}
  .navbar-container {padding-bottom: 30px;}
  /* .navbar-brand {padding-bottom: 0;} */
  .navbar-container2 .h-icons {text-align: right;}
  .f-links {text-align: center;margin-top: 30px;}
  footer .f-copy {text-align: center;}
  .f-copy .list-inline li a {margin-left: 10px;}
  footer .f-icon {padding-top: 60px;}
  footer .f-lang {padding-top: 60px;}
  .padding-def {padding: 40px 0;}
  /* .navbar-container2 .h-resume {padding-left: 0;margin-left: -12px;} */
  .navbar-container2 .h-resume .play-icon {position: relative;display: inline;top: 0;margin-right: 15px;}
  .navbar-container2 .h-grid {text-align: right;}
  .navbar-container2 {padding-bottom: 15px;}
  .channel .c-details {flex-wrap: wrap;}
  .channel .c-details .c-sub {width: 100%;}
  .channel .c-details .c-nav .list-inline {margin-bottom: 10px;}
  .form-group + .row .col-lg-7 {padding: 0;}
  .hidden-xs.d-flex {width: 100%;justify-content: center;}
  .login-wraper .forgottext {text-align: center;}
  .single-video .author .sv-views {float: left;/* margin-top: 50px; */}
  .c-sub-wrap{display: flex;margin-bottom: 15px;}
  .channel .c-details {width: 100%;}
}


@media only screen and (max-width: 768px) {
  .navbar-container form{display: none;} 
  .col-lg-2.col-sm-4.hidden-xs {display: none;}
  .navbar-container {padding-bottom: 20px !important;}
  .navbar-container2 .h-resume {text-align: center;}
  .navbar-container2 .h-grid {text-align: center;}
  .channels .content-block .cb-header .cb-search {display: none;}
  .channel .img .c-avatar {bottom: -12px;}
  .channel .c-details .c-sub {padding-bottom: 20px;}
  .channel .c-details .c-nav {padding-top: 0;}
  .video-mobile-02 .h-video [class^="col-"]:last-child {padding-left: 15px;}
  .single-video .h-video .v-img{margin-bottom: 20px;}
  .navbar-container2 .h-resume {text-align: left;}
  .c-sub-wrap {margin-bottom: 0;}
  .channel .c-details {padding-top: 30px;}
}


@media only screen and (max-width: 576px) {
  .navbar-container2 .goto {text-align: center;}
  .navbar-container2 .h-icons {justify-content: center;}
  .v-categories.side-menu .content-block .cb-content > .row > div:last-child {padding-left: 15px;}
  /* .h-video {display: block;} */
  .single-video .h-video.playlist .v-img {width: 100%;}
  .single-video .h-video.playlist .v-number {display: none;}
  .single-video .h-video .v-img {margin-top: 20px;}
  .single-video .similar-v .h-video .v-img {margin-top:0;}
  .channel .c-details .c-nav .list-inline li a:before {display: none;}
}

/* .comments {
  margin-top: 50px;
} */

/* body.dark .v-history .cb-content .row:not(:last-child) {
  padding-top: 0;
} */
.v-history .h-video {
  padding-top: 15px;
}

.navbar-container2 .h-grid {
  text-align: right;
}
.navbar-container2 .h-grid {
  padding-top: 10px;
}
body.dark .navbar-container2 .h-resume {
  padding-top: 13px;
}
/* .navbar-container2 .h-resume .play-icon {
  top: 13px;
} */
.row .single-video  .row {
  margin: 0 -15px;
}
.single-video .author .sv-views {
  width: 220px;
  margin-left: auto;
}
body.dark .author {
  display: flex;
}
.single-video .author .sv-name {
  width: auto;
}
.single-video .reply-comment {
  display: flex;
  flex-wrap: wrap;
}
.single-video .reply-comment .rc-header {
  width: 100%;
  flex: 0 0 100%;
}
.single-video .reply-comment .rc-comment {
  width: 100%;
}
.single-video .adblock2 .img {
  margin: 0;
}
.channel .img {
  width: 100%;
}
.channel .img-image > img {
  object-fit: cover;
}
.login-wraper {
  width: 100%;
}
.banner-text {
  transform: translateY(-50%);
}

/* ul.dropdown-menu li {
  padding: 10px;
} */
.btn-group-vertical>.btn, .btn-group>.btn {
  cursor: pointer;
}
.channel .img-image > img {
  width: 100% !important;
}
.input-group .form-control:focus {
  background-color:#eceff0;
}
.b-video .v-img > a img {
  max-width: 100%;
}
/* 20220520 장민주 버튼 스타일 추가 */
.btn_sns_write {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 14px 50px 14px 12px;
    width: 100%;
    border: 1px solid #f2f2f2;
    background-color: #fff;
    text-align: left;
    box-sizing: border-box;
    cursor: pointer;
  }
  .btn_sns_write:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: url("../img/btn_sns_write.png") no-repeat center center;
  }
  .btn_sns_write .txt_msg {
    font-size: 16px;
    color: #ccc;
  }

  /* 게시판 텍스트 버튼 2022-05-20 추가 */
[class^="btn_bbs_"] {
    display: inline-block;
    overflow: hidden;
    height: 30px;
    border-width: 1px;
    border-style: solid;
    vertical-align: middle;
    line-height: 1.6;
  }
  [class^="btn_bbs_"] .txt_btn_name {
    display: block;
    padding: 6px 15px;
    font-size: 12px;
    color: #555;
    font-weight: bold;
    text-align: center;
  }
  [class^="btn_bbs_"] + [class^="btn_bbs_"] {
    margin-left: 3px;
  }
  
  button[class^="btn_bbs_"] {
    height: 32px;
    background-color: #fff;
  }
  
  .btn_bbs_list,
  .btn_bbs_apply,
  .btn_bbs_cancel,
  .btn_bbs_modify,
  .btn_bbs_del,
  .btn_bbs_best,
  .btn_bbs_best_cancel,
  .btn_bbs_payment,
  .btn_bbs_reply,
  .btn_bbs_phone,
  .btn_bbs_post,
  .btn_bbs_address {
    border-color: #ddd;
  }
  .btn_bbs_typeInput {
    padding: 5px 15px;
    border-color: #ddd;
    font-size: 12px;
    color: #555;
    font-weight: bold;
    text-align: center;
  }
  
  button.btn_bbs_phone,
  button.btn_bbs_post,
  button.btn_bbs_address {
    background-color: #fafafa;
  }
  
  .btn_bbs_plus,
  .btn_bbs_minus {
    border-color: #ddd;
    background-color: #fafafa;
  }
  .btn_bbs_plus .txt_btn_name,
  .btn_bbs_minus .txt_btn_name {
    padding: 5px 10px;
  }
  
  button.btn_bbs_friend_add {
    height: 21px;
    border-color: #ddd;
  }
  .btn_bbs_friend_add .txt_btn_name {
    padding: 2px 10px;
    font-size: 11px;
  }
  
  /* 상품등록 버튼 */
  .product_add_buttons_w {
    display: block;
    text-align: center;
  }
  .pb_lists_w {
    display: inline-block;
    letter-spacing: -5px;
  }
  .pb_list {
    display: inline-block;
    vertical-align: middle;
  }
  .pb_list + .pb_list {
    margin-left: 4px;
  }
  [class^="btn_prd_"] {
    display: inline-block;
    overflow: hidden;
    padding: 7px 20px;
    height: 46px;
    border: 0;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    letter-spacing: -1px;
    box-sizing: border-box;
  }
  .btn_prd_apply {
    width: 102px;
    background-color: #71AA00;
  }
  .btn_prd_reset,
  .btn_prd_list {
    border: 1px solid #ddd;
    background-color: #fff;
    color: #555;
  }
  
  /*  상품상세 버튼 도구 영역 */
  .prd_top_buttons,
  .prd_bottom_buttons {
    width: 100%;
  }
  .prd_button_tools {
    width: 100%;
    text-align: center;
  }

  .png24 { 
    tmp:expression(setPng24(this)); 
    } 
    /* .png24{background-image:url(<?=$wys_url?>/css/iepngfix.htc);} */

/* footer / 하단 버튼쪽 css 가져옴 20220524 장민주 */

#uasns_bottom_w {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    min-width: 1000px;
    border-top: 1px solid #ddd;
    background-color: #fff;
}

#uasns_bottom_w .btn_toggle {
    width: 100%;
    height: 30px;
    background-color: #f5f5f5;
    text-align: center;
}

#uasns_bottom_w .btn_toggle.active:before {
    background-image: url(../img/arrow_allmenu_down.png);
}

#uasns_bottom_w .btn_toggle.active:after {
    content: "닫기";
}

#uasns_bottom_w .btn_toggle:before {
    display: inline-block;
    content: "";
    width: 14px;
    height: 14px;
    background: url(../img/arrow_allmenu_up.png) no-repeat center center;
    background-size: 100% auto;
    vertical-align: middle;
}

#uasns_bottom_w .btn_toggle:after {
    display: inline-block;
    content: "열기";
    margin-left: 5px;
    font-size: 12px;
    color: #888;
    vertical-align: middle;
}


#uasns_bottom_w .ub_inner {
    display: none;
    width: 100%;
}

#botton_link {
    width: 100%;
    min-width: 1000px;
    border-top: 1px solid #ddd;
}

.inner_bottom_link {
    overflow: hidden;
}

[class^="inner_"] {
    margin: 0 auto;
    width: 1000px;
}

.blSection_notice {
    width: 378px;
    border-left: 0;
}

[class^="blSection_"] {
    float: left;
    overflow: hidden;
    min-height: 210px;
    border-left: 1px solid #ddd;
    box-sizing: border-box;
}

.blSection_notice .bls_inner {
    padding-left: 0;
}

[class^="blSection_"] .bls_inner {
    position: relative;
    padding: 10px 15px;
}

[class^="blSection_"] .bls_title {
    display: block;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

[class^="blSection_"] .bls_cont_w {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #eee;
}

[class^="blSection_"] .bls_cont_w table {
    table-layout: fixed;
}

.blSection_notice .bls_cont_w table tr td:first-child, .blSection_faq .bls_cont_w table tr td:first-child {
    width: 70%;
}


element.style {
    margin-bottom: 10px;
}
[class^="blSection_"] .bls_cont_w table {
    table-layout: fixed;
}

[class^="blSection_"] .btn_more {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 12px;
    color: #888;
}

[class^="blSection_"] .btn_more:before {
    display: inline-block;
    content: "+";
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.blSection_faq {
    width: 382px;
}

.blSection_vote {
    width: 240px;
}

#botton_link + #footer {
    margin-top: 0;
}

#footer {
    /* margin-top: 30px; */
    width: 100%;
    min-width: 1000px;
    border-top: 1px solid #ddd;
}

.fm_inner {
    margin: 0 auto;
    width: 1000px;
}

.fm_lists_w {
    display: inline-block;
    letter-spacing: -5px;
}

.fm_list {
    display: inline-block;
    position: relative;
    padding: 0 20px;
    letter-spacing: -1px;
}

.btn_fm {
    display: inline-block;
    font-size: 12px;
    color: #333;
}

.f_info_w {
    width: 100%;
    min-width: 1000px;
    padding: 10px 0 15px 0;
    background-color: #e0e0e0;
}

.fi_inner {
    margin: 0 auto;
    width: 1000px;
}

.fi_logo {
    font-size: 24px;
    color: #b8b8b8;
    font-weight: bold;
}

.fi_info {
    width: 630px;
}

.fi_logo, .fi_info {
    display: inline-block;
    vertical-align: middle;
}

.fii_lists_w {
    display: inline-block;
    overflow: hidden;
}

.fii_list:nth-child(1), .fii_list:nth-child(2) {
    margin-top: 0;
}

.fii_list {
    display: inline-block;
    margin: 5px 0 0 20px;
    vertical-align: middle;
}

.fi_info .txt_copyright {
    display: block;
    margin: 5px 0 0 20px;
}

.fi_info [class^="txt_"] {
    display: inline-block;
    font-size: 12px;
    color: #666;
}

/* 사이드 메뉴 css 20220524 장민주 */

.community_menu a:hover {
    color: #b0aaaa;
}

.community_menu a {
    color: #b0aaaa;
}

.community_menu {
    background: #474545;
    color: #b0aaaa;
    height: 35px;
    padding-left: 15px;
}

.gold_button {
	  padding: 3px;
	  border: 1px solid;
	  margin: 3px;
	  display: inline-block;
	  color: #C99035;
	  text-align: center;
	  font-weight: bold;
	  white-space: nowrap;
	  cursor: pointer;
    border-radius: 0;
    font-size:14px;
    background-color:transparent;
  }
  .gray_button {
	  padding: 3px;
    border: 1px solid #7e7c7c;
    margin: 3px;
    display: inline-block;
    color: #7e7c7c;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 0;
    font-size:14px;
    background-color:transparent;
  }
  .red_button {
	  padding: 3px;
	  border: 1px solid #f03838;
	  margin: 3px;
	  display: inline-block;
	  color: #f03838;
	  text-align: center;
	  font-weight: bold;
	  white-space: nowrap;
	  cursor: pointer;
    border-radius: 0;
    font-size:14px;
    background-color:transparent;
  }
  .gold_button_noborder {
	  padding: 3px;
	  margin: 2px 0;
	  display: block;
	  color: #C99035;
	  text-align: center;
	  font-weight: bold;
	  white-space: nowrap;
	  cursor: pointer;
  }
  .gray_button_noborder {
	  padding: 3px;
	  margin: 2px 0;
	  display: block;
	  color: #666666;
	  text-align: center;
	  font-weight: bold;
	  white-space: nowrap;
	  cursor: pointer;
  }

  .red_button_noborder {
	  padding: 3px;
	  margin: 2px 0;
	  display: block;
	  color: #f03838;
	  text-align: center;
	  font-weight: bold;
	  white-space: nowrap;
	  cursor: pointer;
  }
  button.gold_button:hover {
	  color: #e4aa4e;
	  border-color: #e4aa4e;
  }
  button.gray_button_noborder:hover {
	  color: #7e7c7c;
	  border-color: #7e7c7c;
  }
  button.gray_button:hover {
	  color: #7e7c7c;
	  border-color: #7e7c7c;
  }

  .red_button:hover {
	  color: #ff5858 !important;
	  border-color: #ff5858 !important;
  }

  .red_button_noborder:hover {
	color: #ff5858 !important;
  }

  .gray_button_noborder:hover {
	color: #7e7c7c;
  }

  .btn-lg {
	  padding:10px !important;
  }

  button:disabled {
	color:#a29f9f !important;
	border-color: #a29f9f !important;
  }

  a.gold_button:hover {
	color: #e4aa4e;
  }

  .videoo_cover{position:absolute; left:50%; top:50%; transform: translate(-50%, -50%); background-color:#fff; z-index:2; opacity: 0; cursor:pointer; width: 100%; height:100%;}
  .v-desc a {color: var(--bs-gray-800)}
  .v-img {width:100% !important; height: auto; object-fit: cover; border-radius:3px; aspect-ratio: 16/9;}
  .v-img img {width:100% !important; height: auto; object-fit: contain; border-radius:3px; aspect-ratio: 16/9;}
  .v-img video {width:100% !important; height: auto; object-fit: cover; border-radius:3px; aspect-ratio: 16/9;}
  .h-video .v-img {width: 100% !important;height: auto;object-fit: cover;border-radius:3px; aspect-ratio: 16/9;}
  .video-mobile-02 .v-img video {width: 100% !important;height: auto;object-fit: cover;border-radius:3px; aspect-ratio: 16/9;}
  .video-mobile-02 .v-img img {width: 100% !important;height: auto;object-fit: contain;border-radius:3px; aspect-ratio: 16/9;}
  .v-img2 img {width: 100% !important;height: auto;object-fit: cover;border-radius:3px;}


  .video_modal_popup.reveal {
      display: flex;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      justify-content: center;
      align-items: center;
      z-index: 9999999
  }
  @media (max-width: 576px)
  {
    .video_modal_popup .video-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        top:0px;
        padding-bottom: 45px;
        z-index: 99999999
    }
    
    #img_container {padding:0}
    #img_container .video-wrapper iframe {
      height: auto !important;
      width: 100%;
      aspect-ratio: 16/9;
      border: none;
    }
    #img_container video {
      height: auto !important;
      width: 100% !important;
      aspect-ratio: 16/9;
    }

    #img_container img {
      height: auto !important;
      width: 100% !important;
      aspect-ratio: 16/9;
    }
    .mobile_pagination {
      text-align: center;
      margin-bottom: 0px;
      margin-top: -10px;
    }
    .close_button {
      position: absolute;
      z-index: 9999999999;
      bottom: 3%;
      font-size: 50px;
      right: 5%;
      cursor: pointer;
      display: none;
      color: #fff;
    }

    .detail_button_parent {
      position: absolute;
      z-index: 9999999999;
      bottom: 0%;
      font-size: 50px;
      cursor: pointer;
      display: none;
      color: #fff;
    }
    .video_modal_popup .video-wrapper iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      border:none;
    }
    .content-wrapper.mobile-content-wrapper{padding-top: 150px !important; padding-bottom: 10px !important;}
    .img_container {padding: 0;}
    
    
      /* #happyMessageAlertLayer {display:none}
      #happyMessageSoundLayer {display:none}  */
   
  }
  @media (min-width:577px) {
    .video_modal_popup .video-wrapper {
      position: relative;
      width: 80%;
      padding-bottom: 45%;
      height: 100%;
      z-index: 99999999
    }
    .close_button {
      position: absolute;
      z-index: 9999999999;
      top: 5%;
      font-size: 50px;
      right: 5%;
      cursor: pointer;
      display: none;
      color: #fff;
    }
    
    .detail_button_parent {
      position: absolute;
      z-index: 9999999999;
      top: 5%;
      left: 5%;
      font-size: 50px;
      cursor: pointer;
      display: none !important;
      color: #fff;
    }
    .video_modal_popup .video-wrapper iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      border:none;
    }
    .row {margin-left:-10px; margin-right: -10px;}
  }
  
  .video_modal_popup.reveal .video_modal_popup-closer {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, .5);
      z-index: 9999999
  }
  .video-wrapper img {
      height: 100%;
      width: 100%;
      object-fit: contain;
      top: 50%;
      left: 50%;
      position: absolute;
      transform: translate(-50%, -50%);
  }
  .video-wrapper video {
      height: 100%;
      width: 100%;
      object-fit: contain;
      top: 50%;
      left: 50%;
      position: absolute;
      transform: translate(-50%, -50%);
  }
  

  @media (min-width: 320px) and (max-width: 480px) {
    .v-img {width:100% !important; height:auto; aspect-ratio: 16/9; object-fit: cover; border-radius: 3px;}
    .v-img video {width:100% !important; height:auto; aspect-ratio: 16/9; object-fit: cover; border-radius: 3px;}
    .v-img img {width:100% !important; height:auto; aspect-ratio: 16/9; object-fit: contain; border-radius: 3px;}
    .video-wrapper video {
      height: auto;
      width: 100%;
      object-fit: contain;
      top: 50%;
      left: 50%;
      position: absolute;
      transform: translate(-50%, -50%);
    }
  }

  @media (min-width: 481px) and (max-width: 767px) {
    .v-img {width:100% !important; height:auto; aspect-ratio: 16/9; object-fit: cover; border-radius: 3px;}
    .v-img video {width:100% !important; height:auto; aspect-ratio: 16/9; object-fit: cover; border-radius: 3px;}
    .v-img img {width:100% !important; height:auto; aspect-ratio: 16/9; object-fit: contain; border-radius: 3px;}
  }

  @media (min-width: 768px) {
    /* pc 모드 팝업레이어 */
    .video_modal_popup.reveal {
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        justify-content: center;
        align-items: center;
        z-index: 9999999
    }
    .video_modal_popup .video-wrapper {
        position: relative;
        width: 80%;
        height:100%;
        padding-bottom: 45%;
        z-index: 99999999
    }
    .video_modal_popup .video-wrapper iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        border:none;
    }
    .video_modal_popup.reveal .video_modal_popup-closer {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, .5);
        z-index: 9999999
    }
    .video-wrapper img {
        height: 100%;
        width: 100%;
        object-fit: contain;
        top: 50%;
        left: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
    }
    .video-wrapper video {
        height: 100%;
        width: 100%;
        object-fit: contain;
        top: 50%;
        left: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
    }
    
  }

  /* 팝업레이어 펼쳐졌을때 부모창 스크롤이동 안되게 */
  .dontScroll {overflow-y: hidden;}

  @media (max-width: 767px){
    .visible-xs {
      display: block !important;
    }
    .visible-xs-flex {
      display: flex !important;
    }
    .hidden-xs {
      display: none !important;
    }
    .hidden-xs-flex {
      display:none !important
    }
  }
  .col-xs-3 {
    width: 25%;
    padding: 0 15px;
  }
  .col-xs-6 {
    width: 50%;
  }
  @media (min-width: 768px){
    
    .visible-xs-flex {
      display: none !important;
    }
    .hidden-xs-flex {
      display: flex !important;
    }
  }
  
  
  @media only screen and (max-width: 767px){
    /* .navbar-brand {
        width: 100%;
        align-items: center;
        justify-content: center;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    } */

    .navbar-container {
        min-height: 90px;
        padding-bottom: 0 !important;
        align-items: center;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
  }

  /* .navbar-brand {
    padding: 12px 15px;
  } */

  a {
    color: var(--bs-gray-900);
  }

  @media only screen and (max-width: 768px) {
    .navbar-container form {
        display: block;
    }
  }

  @media only screen and (max-width: 576px){
    .navbar-container2 .h-icons {
      justify-content: space-between;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
    }
  }

  

@media (min-width: 100px) and (max-width: 767px) {
  .navbar-container {
      height: auto;
      padding-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .single-video .author-head > a:first-child {margin-right: 10px;}
  .single-video .author .sv-name .c-sub {padding-top:0px; padding-bottom: 0px;}
  .single-video .author .sv-avatar {width:50px;}
  .single-video .author .sv-name {margin-right: 0;}
  .single-video .author .sv-name .c-sub .c-f {width:70px;}
}

.dark a, .dark p {color:#fff;}
.dark .mobile-menu-list > ul > li > a > p {color:#fff;}
.dark .cl-text {color:#fff;}
.dark.single-video .cl-text, .dark.single-video .cl-name-date {color:#fff !important;}
/* 메인페이지 상세보기 버튼 css */
.detail_button {
  font-size: 14px;
  right: 15px;
  bottom: 30px;position: absolute;
  z-index: 3;
  width: 100px;
  height: 30px; 
  font-weight: 600; 
  color: #fff;
  text-align:center;
  border: none;
  background-size: 300% 100%;
  border-radius: 50px;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  cursor: pointer;
}
.detail_button:hover {
  background-position: 100% 0;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.detail_button:focus {
  outline: none;
}
.detail_button.color-9 {
  background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
  box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);
}


@media only screen and (min-width: 768px) {
  #toggle_sub_1 {
    display:none !important;
  }
}
@media only screen and (max-width: 768px) {
  #toggle_sub_1 ul.list-inline.menu li {
    text-align: left;
    padding: 5px;
    list-style: none;
  }
}

.minihome_title {padding: 20px 0px; font-weight: bold; font-size:18px;}
.minihome_minishop_semi_title {font-size: 14px; color:#595959}
.minihome_minishop_semi_text {font-size: 12px; margin: 5px 0; color:#999999}
.minihome_minishop_discount {font-size: 20px; font-weight: bold; color: #FF0000 !important;}
.minihome_minishop_discount_percent {font-size:18px; color:#FF0000 !important; margin-right: 20px;}
.price_area_parent {display: flex; justify-content: space-between; align-items: center;}
.price_area {display:flex; align-items:center; margin: 20px 0;}
.common_price {font-size:16px;}
.discount_price {font-size: 20px; font-weight: bold; color: var(--bs-gray-800);}
.share_area {position: absolute;border: 1px solid #fff;padding: 10px;background: #fff; display: none;}
.coupon_area {display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center;border: 2px solid #d2d2d2;padding: 10px;}
.timer {display:inline-block}
#counter{border: none;color: #f74b4b;width: 50%;font-size: 12px;height: auto;background: transparent;padding: 0;}
.navigation {display: flex;justify-content: space-around;background: #3b3b3b;}
.navigation a {font-size:14px; padding: 5px; color: #ccc; display:flex;text-align: center;align-items: center;}
.navigation a.active {color: #C99035}
.ohter_button {margin-bottom:20px; font-weight: bold; display: flex; justify-content: space-between;}
.other_button > a {color:#d2d2d2;text-decoration: none;}
.detail_area p img {width:100% !important; height: auto !important; object-fit: cover; max-width: 800px;}
.detail_area strong {font-size: 20px; font-weight: bold; color:#000}
.product_trust_area img {width:100% !important; height: auto !important; object-fit: cover;}
.return_area {text-align: center;}
.return_area img {width:100% !important; height: auto !important; object-fit: cover; max-width: 100%;}
.top_place {border-bottom: 2px solid #d2d2d2; padding-bottom: 10px;}
.top_place a {font-weight: 400 !important;color: #666666 !important;text-decoration: none; font-size: 12px;}
.top_place div {font-weight: 400 !important;color: #666666 !important;text-decoration: none; font-size: 12px;}
.top_place span {font-weight: 400 !important;color: #666666 !important;text-decoration: none; font-size: 12px;}
.top_place div table tbody tr td .location_st {font-weight: 400 !important;color: #666666 !important;text-decoration: none; font-size: 12px;}
.buy_button {width: 100%;height: auto;font-size: 20px;color: #fff;font-weight: bold;line-height: 60px;letter-spacing: -0.5px; background-color: #e63740; border:1px solid #e63740;}
.buy_button:hover {background-color: #c24249; color: #c1c1c1; border:1px solid #c24249}
.jangbaguni_button {width: 100%;height: auto;font-size: 20px;color: var(--bs-black);font-weight: bold;line-height: 60px;letter-spacing: -0.5px; background-color: #fff; border:1px solid #000}
.jangbaguni_button:hover{background-color: #e5e5e5; border:1px solid #959595; color:#959595;}
.report_button {bottom: 2px;border: 1px solid #ff4b4b;background-color: #ff4b4b;color: #fff;font-size: 13px;padding: 5px 5px 7px 5px;line-height: 13px;border-radius: 5px;position: relative;margin: 0 5px;}
.bottom_layer {display: flex;justify-content: center;}
.table-box .table {table-layout:fixed;width:100%;text-align:center;}
.table-box .table th { background:#ccc; text-align: center;}
.table-box .table td, .table-box .table th {word-break:break-all; border-top:none; vertical-align: middle;}
.table-box .table--min {min-width:500px;}
@media screen and (max-width:768px) {
  /*normal*/
  .table-box {
    overflow-x:auto;
  }
}
/* 회원정보 및 상세페이지 */

.member_detail_button {border:1px solid var(--bs-gray-800); padding:5px; margin-left:3px; margin-right:3px; text-decoration: none; background-color: #fff; display:inline-block;}
.member_detail_button:hover {background-color: #e5e5e5; border:1px solid #959595; color:#959595; text-decoration: none;}
.member_detail_sub_title {color: var(--bs-gray-800);font-size: 25px;font-weight: bold;margin: 20px 0;border-bottom: 1px solid #ddd;}
.member_detail_jumun_title {color: var(--bs-gray-800); display: flex;align-items: left;border-bottom: 1px solid #CFCFCF;justify-content: left;padding:10px; font-weight: bold; font-size: 16px;}
.member_detail_jumun_input { border-bottom: 1px solid #CFCFCF;padding: 0px;}
.member_detail_jumun_input input {max-width: 500px; margin:10px 0;}
/* 장바구니 총결제금액 */
#last_total_price_comma_view {font-size: 30px;font-weight: bold;color: #FF0000;}
.basket_detail_button {border:1px solid var(--bs-gray-800); padding:5px; margin-left:3px; margin-right:3px; text-decoration: none; background-color: #fff; display:inline-block;}
.basket_detail_button:hover {background-color: #e5e5e5; border:1px solid #959595; color:#959595; text-decoration: none;}
.basket_detail_sub_title {font-size: 25px;font-weight: bold;margin: 20px 0;border-bottom: 1px solid #ddd;}
.basket_detail_jumun_title {display: flex; align-items: left;border-bottom: 1px solid #CFCFCF;justify-content: left;padding-top:10px; font-weight: bold; font-size: 16px;}
.basket_detail_jumun_input { border-bottom: 1px solid #CFCFCF;padding: 0px;}
.basket_detail_jumun_input input {max-width: 500px; margin:10px 0; width:100%}
.basket_detail_jumun_input select {max-width: 500px; margin:10px 0; width:100%}
/* 장바구니 결제 하단 버튼 */
.basket_detail_button_area {display: flex;justify-content: center; margin-top:20px; margin-bottom: 20px;}
.basket_detail_button_area button {width: 100%;padding: 10px;margin: 5px;}
/* 실시간계좌이체버튼 */
.bank_button {border: 2px solid #25aae1; color:#25aae1; font-weight:bold; background-color: #fff;}
.bank_button:hover {border:2px solid #4890ae; color:#4890ae; background-color: #f5f5f5;}
/* 신용카드결제버튼 */
.card_button {border: 2px solid #C99035; color:#C99035; font-weight:bold; background-color: #fff;}
.card_button:hover {border:2px solid #b6996b; color:#b6996b; background-color: #f5f5f5;}
/* 휴대폰결제버튼 */
.phone_button {border: 2px solid #ea2c5a; color:#ea2c5a; font-weight:bold; background-color: #fff;}
.phone_button:hover {border:2px solid #e4708c; color:#e4708c; background-color: #f5f5f5;}
/* 무통장결제버튼 */
.mutong_button {border: 2px solid #007bff; color:#007bff; font-weight:bold; background-color: #fff;}
.mutong_button:hover {border:2px solid #61adff; color:#61adff; background-color: #f5f5f5;}
/* 마일리지결제버튼 */
.mailliji_button {border: 2px solid #b74fff; color:#b74fff; font-weight:bold; background-color: #fff;}
.mailliji_button:hover {border:2px solid #cb9aec; color:#cb9aec; background-color: #f5f5f5;}

/* 미니홈 관련 */
.minihome_sub_title {font-weight: bold; color:var(--bs-gray-800); margin-bottom: 20px;}
.member_img {width: 50px;height: 50px;display: inline-block;border: 1px solid #fff;}
.member_img img {width: 100% !important;height: 100% !important;object-fit: cover;border-radius: 50%;}
.row_line {border-top: 1px solid #ddd; padding-top:10px; padding-bottom: 10px; margin:20px 0;}
.member_area {font-size: 20px;display: flex;align-items: center;border: 1px solid #ddd;justify-content: center;}
.member_info_area {border: 1px solid #ddd;}
.member_info_area .row .col-12 {border-bottom:1px solid #ddd; padding:15px}
.member_info_area .row .col-12:last-child {border-bottom:0px solid #ddd; padding:15px}
.plus {display:none !important}
.plus-details {display: none !important}
.v-desc img {display: none;}
.v-brand {text-align: center;font-size: 20px;font-weight: bold;color: var(--bs-gray-800);padding: 10px;}
.v-item-title {text-align: center;font-size: 15px;color: #63a4c4;font-weight: bold; padding-bottom: 5px;}
.v-hongbo {text-align: center; font-size: 15px; color: #343434;font-weight: 500;}
.v-price {text-align: center;}
.v-price strike {color:#343434}
.v-price .price {color: rgb(240,0,107);}
.v-sangtae {text-align: center;padding: 10px;font-size: 14px;}
.v-sangtae span {color:#000}
.v-sangtae a {color:#C99035}
.list-inline {padding-bottom: 10px;}
#sample07_sub_1 {display:flex; justify-content: flex-start; flex-wrap: wrap;}
#sample07_sub_2 {display:flex; justify-content: flex-start; flex-wrap: wrap;}
#sample07_sub_3 {display:flex; justify-content: flex-start; flex-wrap: wrap;}
#sample07_sub_1 div {font-size: 18px;font-weight: bold;padding-top: 10px;padding-bottom: 10px;white-space: nowrap;}
#sample07_sub_2 div {font-size: 18px;font-weight: bold;padding-top: 10px;padding-bottom: 10px;white-space: nowrap;}
#sample07_sub_3 div {font-size: 18px;font-weight: bold;padding-top: 10px;padding-bottom: 10px;white-space: nowrap;}
#sample08_sub_1 {display:flex; justify-content: flex-start; flex-wrap: wrap;}
#sample08_sub_2 {display:flex; justify-content: flex-start; flex-wrap: wrap;}
#sample08_sub_3 {display:flex; justify-content: flex-start; flex-wrap: wrap;}
#sample08_sub_1 div {font-size: 18px;font-weight: bold;padding-top: 10px;padding-bottom: 10px;white-space: nowrap;}
#sample08_sub_2 div {font-size: 18px;font-weight: bold;padding-top: 10px;padding-bottom: 10px;white-space: nowrap;}
#sample08_sub_3 div {font-size: 18px;font-weight: bold;padding-top: 10px;padding-bottom: 10px;white-space: nowrap;}
.regular_customer {display: flex;justify-content: space-between; margin-bottom: 10px; border-bottom: 1px solid #d2d2d2;}
.regular_customer .regular_customer_title {color:var(--bs-gray-900)}
.regular_customer .regular_customer_title2 {color:var(--bs-gray-900);}
.community_area li {font-size: 16px; font-weight: bold;}

.minihome_category_sub {color:var(--bs-gray-800); font-size: 14px;}
.minihome_category_area {border:1px solid #d2d2d2; padding:10px; min-height: 170px; border-radius: 25px}
.minihome_category_area h4 {color: var(--bs-gray-800);}
.minihome_category_area.active_area {background: #1F85FF;border: none;border-radius: 25px}
.minihome_category_area.active_area h4, .minihome_category_area.active_area span {color: #fff !important;}    
.juso_area {border: 1px solid #d2d2d2; padding-top:10px; padding-bottom:10px; vertical-align: middle;}
.juso {font-weight: bold; font-size: 16px;}
.juso_main {font-size: 18px;font-weight: bold;}
.juso_info {border: 1px solid #d2d2d2; padding-top:10px; padding-bottom:10px; vertical-align: middle; color:#FF0000}
/* 미니홈 설정부분 스타일 */
.option_area .row {border-bottom: 0.5px solid #d2d2d2;}
.option_title {padding-top:20px; padding-bottom:20px; font-size: 14px; font-weight: bold;}
.option_main_info {font-size: 14px; font-weight: 500;}
.option_main {padding-top:20px; padding-bottom:20px;}
.option_area_1 {width: 100%;border-bottom: 0.5px solid #d2d2d2;display: flex;flex-wrap: wrap; align-items: center;}
.row2 {width: 100%;display: flex;flex-wrap: wrap;align-items: center;}
.button_area {text-align: center; margin-top:10px}
/* 설정완료 버튼 */
.ok_submit_button {border: 2px solid #C99035; color:#C99035; font-weight:bold; background-color: #fff; padding:10px;}
.ok_submit_button:hover {border:2px solid #b6996b; color:#b6996b; background-color: #f5f5f5;}
/* 설정취소 버튼 */
.no_submit_button {border: 2px solid #25aae1; color:#25aae1; font-weight:bold; background-color: #fff; padding:10px;}
.no_submit_button:hover {border:2px solid #4890ae; color:#4890ae; background-color: #f5f5f5;}
.menu_add_button {border: 2px solid #C99035; color:#C99035; font-weight:bold; background-color: #fff; padding:10px;}
.menu_add_button:hover{border:2px solid #b6996b; color:#b6996b; background-color: #f5f5f5;}

/* 마이페이지 버튼 selectBox(버튼활성화시) / noSelectBox(버튼비활성화시) */
.c-nav .list-inline .selectBox button {border-radius: 3px;border: solid 1px #1877f2;background-color: #1877f2;color: #ffffff;font-size: 16px;font-weight: bold;padding: 10px;width: 100%; text-decoration: none; margin-bottom: 10px;}
.c-nav .list-inline .selectBox button:focus {outline:none}
.c-nav .list-inline .noSelectBox button {border-radius: 3px;border: solid 1px #1877f2;background-color: #fff;color: #1877f2;font-size: 16px;font-weight: bold;padding: 10px;width: 100%;text-decoration: none; margin-bottom: 10px;}
.c-nav .list-inline .noSelectBox button:focus {outline:none}
div[id^='sample']{margin-top:20px;}
.semi_info {color: #7e7e7e; font-size: 15px;}

/* 마이페이지 판매자 관련 */
.panmaeja-info-area {padding: 10px; text-align: left;border: 0.5px solid  #DCDCDC;}
.panmaeja-info-area2 {padding: 10px; text-align: center;border: 0.5px solid #DCDCDC;}
.panmaeja-info-area3 {background: #286db4; padding: 10px; text-align: left;border-bottom: 0.5px solid #ffffff;border-right: 0.5px solid #ffffff;}
.panmaeja-info-area4 {background: #82bce2; padding: 10px; text-align: center;border-bottom: 0.5px solid #ffffff;border-right: 0.5px solid #ffffff;}
.panmaeja-button-area {display: flex;justify-content: space-between;}
.panmaeja-button-area button {display:inline-block; margin:10px 0 10px 0; width:100%;}
.panmaeja-button-area .h-clear-list button {display:inline-block; margin:5px 0 5px 0; width:100%;}
.btn-cv3 {border-radius: 3px;border: solid 1px #1877f2;background-color: #1877f2;color: #fff;font-size: 18px;font-weight: bold;padding: 10px;width: 100%;text-decoration: none;margin-bottom: 10px;}
.btn-cv3:hover {background-color: #fff; color: #1877f2; border: solid 1px #1877f2;}
.btn-cv4 {border-radius: 3px;border: solid 1px #ea2c5a;background-color: #ea2c5a;color: #fff;font-size: 18px;font-weight: bold;padding: 10px;width: 100%;text-decoration: none;margin-bottom: 10px;}
.btn-cv4:hover {background-color: #fff; color: #ea2c5a; border: solid 1px #ea2c5a;}
.btn-cv5 {border-radius: 3px;border: solid 1px #B9B9B9 ;background-color: #B9B9B9;color: #fff;font-size: 18px;font-weight: bold;padding: 10px;width: 100%;text-decoration: none;margin: 10px;}
.btn-cv5:hover {background-color: #fff; color: #B9B9B9; border: solid 1px #B9B9B9;}


/* 버튼모음 */
.btn-red1 {
  border-radius: 3px;
  border: solid 1px #ea2c5a;
  background-color: #ea2c5a;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  padding: 10px;
  width: 100%;
}






/* 마이페이지 리스트 */
/* 마이페이지 수정버튼 */
.modify_button {display:block; border:1px solid #1877f2; border-radius: 3px; color: #fff; background-color: #1877f2; font-size: 14px; font-weight: bolder; padding:5px; text-align: center; text-decoration: none;}
.modify_button:hover {border:1px solid #1877f2; color:#1877f2; background-color:#fff;}
/* 마이페이지 삭제버튼 */
.delete_button {display:block; border:1px solid #ea2c5a; border-radius: 3px; color: #fff; background-color: #ea2c5a; font-size: 14px; font-weight: bolder; padding:5px; text-align: center; text-decoration: none;}
.delete_button:hover {border:1px solid #ea2c5a; color:#ea2c5a; background-color:#fff;}
/* 마이페이지 복사버튼 */
.copy_button {display:block; border:1px solid #7e7e7e; border-radius: 3px; color: #fff; background-color: #7e7e7e; font-size: 14px; font-weight: bolder; padding:5px; text-align: center; text-decoration: none;}
.copy_button:hover {border:1px solid #7e7e7e; color:#7e7e7e; background-color:#fff;}
/* 제목 타이틀 */
.title_area {margin-top:20px}
.title_area h4 {color:var(--bs-gray-900); border-bottom: 1px solid #d2d2d2; padding-bottom: 10px;}
.title_area h5 {color:var(--bs-gray-900); border-bottom: 1px solid #d2d2d2; padding-bottom: 10px;}

/* 판매요약페이지 */
.num_big {margin-bottom:0px}
.num_shadow_42 {color:#fff; padding-bottom: 0px;text-shadow: 1px 1px 1px #84a2b5;font-size: 42px}
.num_shadow_32 {color:#fff; padding-bottom: 0px;text-shadow: 1px 1px 1px #84a2b5;font-size: 32px}
.num_shadow_22 {color:#fff; padding-bottom: 0px;text-shadow: 1px 1px 1px #84a2b5;font-size: 22px}
.num_shadow_12 {color:#fff; padding-bottom: 0px;text-shadow: 1px 1px 1px #84a2b5;font-size: 22px}

.num_normal_42 {color:#fff; padding-bottom: 0px;font-size: 42px}
.num_normal_32 {color:#fff; padding-bottom: 0px;font-size: 32px}
.num_normal_22 {color:#fff; padding-bottom: 0px;font-size: 22px}
.num_normal_12 {color:#fff; padding-bottom: 0px;font-size: 22px}


.text_shadow_36 {color:#fff; padding-bottom: 0px;text-shadow: 1px 1px 1px #84a2b5;font-size: 36px}
.text_shadow_32 {color:#fff; padding-bottom: 0px;text-shadow: 1px 1px 1px #84a2b5;font-size: 32px}
.text_shadow_26 {color:#fff; padding-bottom: 0px;text-shadow: 1px 1px 1px #84a2b5;font-size: 26px}
.text_shadow_20 {color:#fff; padding-bottom: 0px;text-shadow: 1px 1px 1px #84a2b5;font-size: 20px}
.text_shadow_18 {color:#fff; padding-bottom: 0px;text-shadow: 1px 1px 1px #84a2b5;font-size: 18px}

.text_shadow_14 {color:#fff; padding-bottom: 0px;text-shadow: 1px 1px 1px #84a2b5;font-size: 14px}
.text_shadow_12 {color:#fff; padding-bottom: 0px;text-shadow: 1px 1px 1px #84a2b5;font-size: 12px}
.text_shadow_10 {color:#fff; padding-bottom: 0px;text-shadow: 1px 1px 1px #84a2b5;font-size: 10px}

.text_normal h1 {color:#fff; padding-bottom: 0px;}
.text_normal h2 {color:#fff; padding-bottom: 0px;}
.text_normal h3 {color:#fff; padding-bottom: 0px;}
.text_normal h4 {color:#fff; padding-bottom: 0px;}
.text_normal h5 {color:#fff; padding-bottom: 0px;}
.text_normal h6 {color:#fff; padding-bottom: 0px;}
.text_normal h7 {color:#fff; padding-bottom: 0px;}




/* pc 화면 => 화면 줄였을때 드롭다운 위치 이상한것 수정 */
.panmaeja-button-area ul.dropdown-menu {transform: none !important; left: 0px !important; top:38px !important;}
.panmaeja-button-area ul.dropdown-menu li {padding:0px;}
.panmaeja-button-area ul.dropdown-menu a {width:100%; display:block; padding:10px;}


.black_button {
  padding: 3px;
  border: 1px solid #343434;
  margin: 3px;
  display: inline-block;
  color: #343434;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 0;
  font-size:14px;
  background-color:#fff;
}
button.black_button:hover {
  color: #7e7e7e;
  border-color: #7e7e7e;
}

.orange_button {
  padding: 3px;
  border: 1px solid #ff4f00;
  margin: 3px;
  display: inline-block;
  color: #ff4f00;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 0;
  font-size:14px;
  background-color:#fff;
}

button.orange_button:hover {
  color: #ff905e;
  border-color: #ff905e;
}

.blue_button {
  padding: 3px;
  border: 1px solid #4575ce;
  margin: 3px;
  display: inline-block;
  color: #4575ce;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 0;
  font-size:14px;
  background-color:#fff;
}

button.blue_button:hover {
  color: #7996ca;
  border-color: #7996ca;
}

/* 진한 파란색 */
.jinblue_button {
  padding: 3px;
  border: 1px solid #0f57dc;
  margin: 3px;
  display: inline-block;
  color: #0f57dc;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 0;
  font-size:14px;
  background-color:#fff;
}

/* 진한파란색 hover 효과 */
button.jinblue_button:hover {
  color: #5486e1;
  border-color: #5486e1;
}

@media only screen and (max-width: 767px) {
  /* border top 사용 pc화면보다 작을때 */
  .col-border-top {border-top:1px solid #d2d2d2; padding-top:10px; padding-bottom:10px;}
}

/* 양쪽끝배치 필요할때 */
.col-flex {display:flex; justify-content:space-between;}
/* 하단 엑셀 버튼 공간 */
.excel_button_area {width: 100%;text-align: right;border-top: 1px solid #d2d2d2;padding-top: 10px;}
/* .justify-content-center {display: flex;justify-content: center;align-items: center;flex-direction: column;} */
.justify-content-space-between {display: flex;justify-content: space-between;align-items: center;}
.border-bottom-title { border-bottom: 1px solid #d2d2d2; padding-bottom: 10px; margin-top: 20px; margin-bottom: 20px;}
.list-item-border {border:1px solid #343434; border-radius: 3px;}

.panmae_sub_title {color: var(--bs-gray-800);margin:30px 0 20px 0; /*border-bottom: 1px solid #343434;*/ padding-bottom:10px;}
.chong_won_area {border-bottom: 1px solid var(--bs-gray-800); margin-bottom: 10px;}
/* 큰버튼 */
.big_button { padding: 10px !important;}
/* 작은버튼 */
.small_button {padding:0px !important}

.border-table {align-items: stretch;}
.border-th{border-bottom: 0.5px solid #d2d2d2;border-right: 0.5px solid #d2d2d2; padding: 3px; font-size: 14px;}
.border-td{border-bottom: 0.5px solid #d2d2d2; padding: 5px; font-size: 14px;}

.category_title {font-weight: bold;text-align: center;font-size: 20px;}
.category_content {text-align: center; margin-bottom: 10px;}
.navigation_parent {padding:0}
.detail_td {border:1px solid #d2d2d2; padding:5px;}
.detail_td2 {border:1px solid #d2d2d2; padding:5px;}

.sangpum-title {font-size: 15px;padding: 10px;border-bottom: 1px solid #d2d2d2;display: flex;align-items: center;}
.sangpum-content {padding: 10px;border-bottom: 1px solid #d2d2d2;}
.sangpum-content input {width:100%; max-width: 500px;}
.sangpum-content input[type='radio'], .sangpum-content input[type='checkbox'] {width:auto; max-width: 300px;}
.sangpum-content select {width:100%; max-width: 300px;}
.sangpum-susuryo {border:1px solid #d2d2d2; font-weight: bold; font-size: 20px;  padding: 10px;display: flex;align-items: center;justify-content: center;}
.sangpum-chong-price {border:1px solid #d2d2d2; font-weight: bold; font-size: 20px; display:flex; align-items: center;}
.sangpum-chong-price input {width:80%; max-width: 500px;}
.related_products_area {width: 100%;display: flex;flex-wrap: wrap;}
.op_add_w {display: flex;flex-wrap: wrap;}
.op_box {border: 1px solid #d2d2d2; padding:10px}
.op_lists_w {list-style: none;}
.op_info .img_w {display:inline-block}
.opb_lists_w {list-style: none; text-align: center;}
.opb_lists_w li {display:inline-block}

.img_w img {max-width: 25px;max-height: 25px;object-fit: cover;width: 100%;height: auto;}
.related_products_sub_title {margin-top: 30px;padding-top: 10px;padding-bottom: 10px;border-bottom: 1px solid #d2d2d2; font-weight: bold;}
.btn_area {text-align: center; margin-top:20px}
.add_help {color: #7e7e7e;font-weight: 500;}

ul.poaf_lists_w {list-style: none;padding-left: 0;margin-top: 10px;}
.description_area {padding:10px; border-bottom: 1px solid #d2d2d2;}
.border-black {border: 1px solid var(--bs-gray-800); text-align: center; padding:10px;}
.customer-title {padding: 10px; font-size: 20px;font-weight: bold; color: var(--bs-gray-800);}
.customer-description {padding: 10px;font-weight: bold;color: #7e7e7e;}


@media print
{
    .no-print, .no-print * {
        display: none !important;
    }
    @page { margin: 0; }/* for 크롬 Headers and footers 없애기 */

}

.table {
  table-layout:fixed;
  width:100%;
  text-align:center;
}
.table th { 
  background:#ccc;
}
.table td, .table th {
  padding:10px 20px;
  border-top:1px solid #ccc;
  word-break:break-all
}
@media screen and (max-width:768px) {
  /*block*/
  .table--block thead {
    display:none;
  }
  .table--block tr {
    display:block;
    margin-bottom:10px;
    border-top:none;
  }
  .table--block th, .table--block td {
    display:block;
    position:relative;
    padding:10px 0;
    padding-left:50%;
    border-width:0 0 1px 0;
  }

  .table--block td:before {
    display:block;
    position:absolute;
    left:0;
    top:0;
    width:50%;
    padding:10px 0;
    background:#ccc;
  }
  .table--block td:nth-child(1):before {content:'No';}
  .table--block td:nth-child(2):before {content:'Name';}
  .table--block td:nth-child(3):before {content:'Age';}
  .table--block td:nth-child(4):before {content:'Job';}
  .table--block td:nth-child(5):before {content:'Location';}
}

.input-group {flex-wrap: nowrap !important;}
.clearfix {content: " "; clear: both;}
.comments[id^='reply_sub_area_child_'] {width:100%;}
.cl-comment-text {text-align: left;}
.cl-comment .cl-comment-text .cl-text {color: #343434;}
.cl-comment-reply .cl-comment-text .cl-text {color: #343434;}
.cl-meta a {vertical-align: middle; text-decoration: none; margin-right: 5px;}
.cl-avatar img {aspect-ratio: 1/1; border-radius: 50%; max-width: 50px; max-height: 50px; width: 100%;}
.rc-ava img {aspect-ratio: 1/1; border-radius: 50%; max-width: 54px; max-height: 54px;}
.reply_del_button {
  padding: 5px;
	border: 1px solid #f03838;
	margin: 0px;
	display: inline-block;
	color: #f03838;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
	cursor: pointer;
  border-radius: 0;
  font-size:14px;
}
img.sv-avatar {
  aspect-ratio: 1/1;
}
.text-align-center {text-align: center;}
.button-border-none {border:none !important; outline: none !important; box-shadow: none !important;}
.text-ellipsis { width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis; text-align: left;}
.product_img img {width: 100%;height: auto;object-fit: contain;aspect-ratio: 1/1;}


/* =======================================다크모드 관련======================================================= */

.dark .panmae_sub_title {
  color: #fff;
  border-bottom: 1px solid #d2d2d2;
}

.dark .title_area {color:#fff}
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5 {color:#fff}
.dark .offcanvas {background-color: #343434; color:#fbfbfb}
.dark span {color:#d2d2d2;}.dark label {color: #d2d2d2;}
.dark strike {color:#a9a9a9;}
.dark .coupon_area {color:#d2d2d2;}
.dark td {color:#d2d2d2;}
.dark #vertual_cart_table {background-color: #393636 !important;}
.dark .minihome_minishop_semi_title {color:#a9a9a9;}
.dark .list-inline li {color: #d2d2d2;}
.dark .detail_area strong {color: #d2d2d2}
.dark #detail_menu_title_table {background-color: #393636 !important;}
.dark .layer_option span {color: #393636;}
.dark .layer_option td {color: #393636;}
.dark ul.dropdown-menu li:nth-child(even) {background-color: #444343;}
.dark ul.dropdown-menu li:nth-child(odd) {background-color: #393636;}
.dark .member_detail_jumun_title {color:#fff;}
.dark .member_detail_jumun_input {color: #d2d2d2;}
.dark .panmaeja-info-area2 div {color: #fff}
.dark .border-th {color:#fff}
.dark .border-td {color:#fff}
.dark .seller_info_area {color:#fff}
.dark .seller_info_area_bottom {color:#fff}
.dark .seller_info_message {color:#fff}
.dark .community_area li {color:#fff}
.dark .member_area {color:#fff}
.dark .regular_customer .regular_customer_title {color:#fff;}
.dark strong {color:#fff}
.dark .menu_add_button {color:#b6996b}
.dark a.black_button {color:#343434}
.dark a.blue_button {color:#4575ce}
.dark a.red_button {color:#f03838}
.dark a.gray_button {color:#7e7c7c}
.dark a.gold_button {color:#C99035}
.dark a.jinblue_button {color:#0f57dc}
.dark .chong_won_area {border-bottom: 1px solid #d2d2d2;}
/* 매출전표출력버튼 */
.dark a.btn-warning {color:#fff !important}
.dark .list-item-border {border:1px solid #d2d2d2;}
.dark .basket_detail_jumun_title {color:#fff}
.dark .v-views {color:#a9a9a9}

/* ============================================================================================================= */
.bg_layer_center table {background: #393636;}
.bg_layer_center table td {color: #d2d2d2;}
.table-style {border: 1px solid #d2d2d2;text-align: center;vertical-align: middle;}
.panmaeja-info-area li {list-style: none;}
.tab_list {list-style: none;}
.seller_info_border {width:100%; height:auto; border:1px solid #d2d2d2;border-top-left-radius: 50%;border-top-right-radius: 50%;}
.seller_info_img {text-align: center; margin-bottom: 15px;}
.seller_info_img img {width:100%;height: auto; aspect-ratio: 1/1; object-fit: cover; border-radius: 50%; max-width: 300px;}
.seller_info_area {text-align: center; margin-bottom: 15px; margin-top: 100px}
.seller_info_area_bottom {width: 100%;display: flex;flex-wrap: wrap;align-items: center;}
.seller_info_area_bottom div {text-align: center; border:1px solid #d2d2d2; box-shadow: 0 0 0.5px rgba(0, 0, 0, 0.5); border-left: none; border-bottom:none;}
.section_pic {text-align: center;}
.back_img_area {padding-top: 220px;}
.back_img_area img {border: 10px solid #FFFFFF ;width: 150px;height: 150px; border-radius: 50%;}
.seller_info_message {text-align: center;}
.cns-image img {width: 100%; height: auto;aspect-ratio: 16/9;object-fit: cover;}
.v-info {padding: 10px;margin-bottom: 10px;font-size: 13px;border-top: 1px solid #d2d2d2;text-align: center;}
@media (max-width: 768px) {
  .print_button  {display:none !important}
}

.flex-direction-row {display:flex !important; flex-direction: row !important; flex-wrap: wrap !important;}

.form_lists_w {list-style: none;}

/* 팝업 디자인 변경 박다인 */

.popup_style .popup_content {border-radius: 16px; padding: 25px 0 0;}
.point_info_box dl {display: flex; justify-content: space-between; align-items: center; padding: 10px 15px; border-radius: 6px; background-color: #0cbc87; color: #fff;}
.point_info_box dl dt, .point_info_box dl dd {padding: 0; margin: 0; font-weight: 400; flex: 0 0 auto; width: 50%; word-break: keep-all;}
.point_info_box.type_mileage dl {background-color: #007bff;}
.point_charge_now {margin: 0;}
.point_charge_now dl {display: flex; justify-content: space-between; align-items: center; border: solid #ACACAC; border-width: 1px 0; margin: -1px 0 0 0;}
.point_charge_now dl dt, .point_charge_now dl dd {padding: 10px 15px; margin: 0; flex: 0 0 auto; width: 50%;}
.point_charge_now dl dt {background-color: #F5F6F7; font-size: 16px; font-weight: 400;}
.point_charge_now dl dd {text-align: right;}
.change_point_box select {border-radius: 6px; border-color: #ACACAC; background-color: #fff !important; color: #000 !important; width: 100% !important;}
.point_notice_txt {font-size: 13px; color: #E51C39; padding: 0 15px;}
.closeButton.btn_type_popup {border: none; bottom: auto; top: 50px;}
.charge_btn_area {display: flex;}
.charge_btn_area > div {flex: 0 0 auto; width: 33.33%;}
.charge_btn_area > div button {width: 100% !important; padding: .875rem .5rem !important;}
.mileage_txt {font-size: 14px; margin: 0; padding: 0;}