/* W3.CSS 4.13 June 2019 by Jan Egil and Borge Refsnes */
html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}
/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;height: -webkit-fill-available;
}body{margin:0; color: #616161; }
article,aside,details,figcaption,figure,footer,main,menu,section{display:block}summary{display:list-item}
audio,canvas,progress,video{display:inline-block}progress{vertical-align:baseline}
audio:not([controls]){display:none;height:0}[hidden],template{display:none}
a{background-color:transparent}a:active,a:hover{outline-width:0}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
b,strong{font-weight:bolder}dfn{font-style:italic}mark{background:#ff0;color:#000}
small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-0.25em}sup{top:-0.5em}figure{margin:1em 40px}img{border-style:none}
code,kbd,pre,samp{font-family:'Nunito', sans-serif; font-size:1em}hr{box-sizing:content-box;height:0;overflow:visible}
button,input,select,textarea,optgroup{font:inherit;margin:0}optgroup{font-weight:bold}
button,input{overflow:visible}button,select{text-transform:none}
button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}
button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}
button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}
legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}
[type=checkbox],[type=radio]{padding:0}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
/* End extract */
html{font-family:'Nunito', sans-serif;font-size:15px;line-height:1.5;
max-width:100%; overflow-x: hidden !important; scrollbar-width: none; }
h1{font-size:36px}h2{font-size:30px}h3{font-size:24px}h4{font-size:20px}h5{font-size:18px}h6{font-size:16px}
h1,h2,h3,h4,h5,h6{font-family:'Nunito', sans-serif;font-weight:400;margin:10px 0}.w3-wide{letter-spacing:4px}
hr{border:0;border-top:1px solid #eee;margin:20px 0}
button{
  cursor: pointer;
}
.top-icon{
  width: 32px;
  height: 32px;
  text-align: center;
}
.w3-spantag{
  font-size: 12px;
  color: #888;
  padding: 0 10px 10px 10px;
  display: block;
}

.popup_list{
  height: 100%;
  max-height: 350px; 
  overflow-y: auto;
}
.clear_all{
  position: absolute;
  top: -22px;
  border-radius: 4px;
  right: 0;
  font-size: 12px;
  cursor: pointer;
  color: red;
  display: none;
}
#filter_btn_close, #filter_btn_pop_close{
  padding: 10px !important;
}
font{
  color: #000 !important;
}
.per_page_value{
  padding: 9px 0;
  /* width: 100%; */
  border: none;
  border: 1px solid #dee2e6 ;
  border-radius: 4px;
  outline: none;
}
.page-link{
  display: flex;
  align-items: center;
  line-height: 1.5 !important;
  padding: .6rem .75rem !important;
}

.w3-flex{
  display: flex;
  position: relative;
  gap: 10px;
}
.w3-flex-center{
  display: flex;
  justify-content: center;
}
.close_active_div {   
  color: #fff;
  line-height: 24px;
  position: absolute;
  right: -10px;
  text-align: center;
  top: -10px;
  width: 24px;
  height: 24px;
  text-decoration: none;
  font-weight: 400;
  font-size: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
  /* padding-top: 5px; */
  opacity: 1 !important;
  cursor: pointer;
}

.action_div{
  display: none;
position: absolute;
width: fit-content;
height: auto;
background-color: #fff;
border-radius: 6px;
padding: 10px;
right: 20px;
}
.wrapper_table {
  width: 100%;
  /* margin: 1em auto; */
  background-color: #fff;
}

.is-striped {
  background-color: rgba(233, 200, 147, 0.2);
}

/* Table column sizing
================================== */
.number-cell {
  width: 8%;
}

.name-cell {
  width: 15%;
}
.desc-cell {
  width: 25%;
}

.status-cell {
  width: 15%;
}

.playback-cell {
  width: 10%;
}
.action-cell {
  width: 10%;
}
/* Apply styles
================================== */
.Rtable {
  display: flex;
  flex-wrap: wrap;
  /* margin: 0 0 3em 0; */
  padding: 0;
  /* box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2); */
}
.Rtable .Rtable-row {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #ddd;
}
.Rtable .Rtable-row .Rtable-cell {
  box-sizing: border-box;
  flex-grow: 1;
  padding: 0.3em .6em;
  overflow: hidden;
  list-style: none;
}
.Rtable .Rtable-row .Rtable-cell.column-heading {
  background-color: #e0e8ec!important;
  color: #000;
  padding: .8em;
  font-weight: 700;
  font-size: 14px;
}
.Rtable .Rtable-row .Rtable-cell .Rtable-cell--heading {
  display: none;
}
.Rtable .Rtable-row .Rtable-cell .Rtable-cell--content a {
  font-size: 2em;
  color: #333;
}
.Rtable .Rtable-row .Rtable-cell .Rtable-cell--content .prefix_num {
  font-weight: 700;
}

/* Responsive
==================================== */
@media all and (max-width: 750px) {
  .is-striped {
    background-color: white;
  }

  .Rtable--collapse {
    display: block;
    width: 100%;
    padding: 1em;
    box-shadow: none;
  }
  .Rtable--collapse .Rtable-row {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2em;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  }
  .Rtable--collapse .Rtable-row .Rtable-cell {
    width: 100% !important;
    display: flex;
    align-items: center;
  }
  .Rtable--collapse .Rtable-row .Rtable-cell .Rtable-cell--heading {
    display: inline-block;
    flex: 1;
    max-width: 120px;
    min-width: 120px;
    color: #43bac0;
    font-weight: 700;
    border-right: 1px solid #ccc;
    margin-right: 1em;
  }
  .Rtable--collapse .Rtable-row .Rtable-cell .Rtable-cell--content {
    flex: 2;
    padding-left: 1em;
  }
  .Rtable--collapse .topic-cell {
    background-color: #43bac0;
    color: white;
    font-weight: 700;
    order: -1;
  }
  .Rtable--collapse .topic-cell .Rtable-cell--content {
    padding-left: 0 !important;
  }
  .Rtable--collapse .Rtable-row--head {
    display: none;
  }
}
.no-flexbox .Rtable {
  display: block;
}
.no-flexbox .Rtable.Rtable-cell {
  width: 100%;
}



.colAuto{
  display: flex !important;
  width: auto !important;
}

#about_btn, #contact_btn, #announc_btn, #profile_btn{
  margin-right: 10px;  outline: none;border: none;  font-size: 16px;
  text-align: center;
  display: flex;
  justify-content: center;

}

.tooltip {
  position: relative;
  /* display: inline-block; */
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: max-content;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 8px;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 12px;
  transition: opacity 0.3s;
  opacity: 0;
}


.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

#filter_div, #filter_div2, #filter_div_pop, #filter_div_menu{
  width: fit-content; height: auto; position: absolute; background-color: #fff; display: none;
  min-width: 205px;
  right: 0px;
  top: 48px;
  border-radius: 6px;
  z-index: 2;
}
.w3-right > .w3-btn{
  min-width: auto !important;
}

.select {
  position: relative;
  margin-right: 14px;

}
.select select:focus + fieldset {
  border: 2px solid #c5c5c7;
}
.select select:focus + fieldset legend {
  margin: -1px 0px 0px -1px;
}
.select select:hover + fieldset {
  border-color: #c5c5c7;
}
.select fieldset {
  position: absolute;
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 10px;
}
.select legend {
  font-size: 12px;
  padding: 0 5px;
  line-height: 0;
  color: #757577;
  width: max-content;
}
.dropdown_lang{
  --max-scroll: 8;
  --text: #3F4656;
  --arrow: #6C7486;
  --arrowActive: #E4ECFA;
  --listText: #99A3BA;
  --listBackground: #F5F9FF;
  --listActive: #E4ECFA;
  --listTextActive: #6C7486;
  --listBorder: none;
  --textFilled: #99A3BA;
  min-width: 110px;
  position: relative;
}
.dropdown {
  --max-scroll: 8;
  --text: #3F4656;
  --arrow: #6C7486;
  --arrowActive: #E4ECFA;
  --listText: #99A3BA;
  --listBackground: #F5F9FF;
  --listActive: #E4ECFA;
  --listTextActive: #6C7486;
  --listBorder: none;
  --textFilled: #99A3BA;
  min-width: 150px;
  position: relative;
}


.dropdown select, .dropdown_lang select {
  display: none;
}
.dropdown > span , .dropdown_lang > span {
  cursor: pointer;
  padding: 9px 16px;
  border-radius: 6px;
  display: block;
  position: relative;
  color: var(--text);
  border: 1px solid var(--border);
  background: var(--background);
  transition: all 0.3s ease;
}
/* .dropdown > span:before, .dropdown > span:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 2px;
  border-radius: 1px;
  top: 50%;
  right: 15px;
  background: var(--arrow);
  transition: all 0.3s ease;
} */
.dropdown > span:before {
  margin-right: 4px;
  transform: scale(0.96, 0.8) rotate(50deg);
}
.dropdown > span:after {
  transform: scale(0.96, 0.8) rotate(-50deg);
}
.dropdown ul , .dropdown_lang ul {
  margin: 0;
  padding: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  max-height: calc(var(--max-scroll) * 42px);
  top: 28px;
  left: 0;
  z-index: 1;
  right: 0;
  background: var(--listBackground);
  border-radius: 6px;
  overflow-x: hidden;
  overflow-y: auto;
  transform-origin: 0 0;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transform: scale(0.8) translate(0, 4px);
  border: 1px solid var(--listBorder);
}
.dropdown ul li , .dropdown_lang ul li {
  opacity: 0;
  transform: translate(6px, 0);
  transition: all 0.3s ease;
}
.dropdown ul li a, .dropdown_lang ul li a {
  cursor: pointer;
  display: block;
  padding: 10px 16px;
  color: var(--listText);
  text-decoration: none;
  outline: none;
  position: relative;
  transition: all 0.3s ease;
}
.dropdown ul li a:hover ,.dropdown_lang ul li a:hover {
  color: var(--listTextActive);
}
.dropdown ul li.active a, .dropdown_lang ul li.active a {
  color: var(--listTextActive);
  background: var(--listActive);
}
.dropdown ul li.active a:before, .dropdown ul li.active a:after , .dropdown_lang ul li.active a:before, .dropdown_lang ul li.active a:after {
  --scale: .6;
  /* content: ""; */
  display: block;
  width: 10px;
  height: 2px;
  position: absolute;
  right: 17px;
  top: 50%;
  opacity: 0;
  background: var(--listText);
  transition: all 0.2s ease;
}
.dropdown ul li.active a:before , .dropdown_lang ul li.active a:before {
  transform: rotate(45deg) scale(var(--scale));
}
.dropdown ul li.active a:after, .dropdown_lang ul li.active a:after {
  transform: rotate(-45deg) scale(var(--scale));
}
.dropdown ul li.active a:hover:before, .dropdown ul li.active a:hover:after, .dropdown_lang ul li.active a:hover:before, .dropdown_lang ul li.active a:hover:after {
  --scale: .9;
  opacity: 1;
}
.dropdown ul li:first-child a, .dropdown_lang ul li:first-child a {
  border-radius: 6px 6px 0 0;
}
.dropdown ul li:last-child a ,.dropdown_lang ul li:last-child a {
  border-radius: 0 0 6px 6px;
}
.dropdown.filled > span , .dropdown_lang.filled > span {
  color: var(--textFilled);
}
.dropdown.open > span, .dropdown_lang.open > span {
  border-color: var(--borderActive);
}
.dropdown.open > span:before, .dropdown.open > span:after, .dropdown_lang.open > span:before, .dropdown_lang.open > span:after {
  background: var(--arrowActive);
}
.dropdown.open > span:before, .dropdown_lang.open > span:before {
  transform: scale(0.96, 0.8) rotate(-50deg);
}
.dropdown.open > span:after, .dropdown_lang.open > span:after {
  transform: scale(0.96, 0.8) rotate(50deg);
}
.dropdown.open ul, .dropdown_lang.open ul {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translate(0, 12px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
}
.dropdown.open ul li , .dropdown_lang.open ul li {
  opacity: 1;
  transform: translate(0, 0);
}
/* .dropdown_lang.open ul li:nth-child(1) {
  display: none;
} */
.dropdown.open ul li:nth-child(1) {
  transition-delay: 80ms;
}
.dropdown.open ul li:nth-child(2) {
  transition-delay: 160ms;
}
.dropdown.open ul li:nth-child(3) {
  transition-delay: 240ms;
}
.dropdown.open ul li:nth-child(4) {
  transition-delay: 320ms;
}
.dropdown.open ul li:nth-child(5) {
  transition-delay: 400ms;
}
.dropdown.open ul li:nth-child(6) {
  transition-delay: 480ms;
}
.dropdown.open ul li:nth-child(7) {
  transition-delay: 560ms;
}
.dropdown.open ul li:nth-child(8) {
  transition-delay: 640ms;
}
.dropdown.open ul li:nth-child(9) {
  transition-delay: 720ms;
}
.dropdown.open ul li:nth-child(10) {
  transition-delay: 800ms;
}

select {
  --text: #3F4656;
  --border: #2F3545;
  --background: #151924;
}
select.dropdown, select.dropdown_lang {
  padding: 9px 16px;
  border-radius: 6px;
  color: var(--text);
  border: 1px solid var(--border);
  background: var(--background);
  line-height: 22px;
  font-size: 16px;
  font-family: inherit;
  -webkit-appearance: none;
}


.switch {
  height: 20px;
  display: block;
  position: relative;
  cursor: pointer;
}
.switch input {
  display: none;
}
.switch input + span {
  padding-left: 38px;
  min-height: 20px;
  line-height: 20px;
  display: block;
  color: #3F4656;
  position: relative;
  white-space: nowrap;
}
.switch input + span:not(:empty) {
  padding-left: 46px;
}
.switch input + span:before, .switch input + span:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 10px;
}
.switch input + span:before {
  top: 0;
  left: 0;
  width: 38px;
  height: 20px;
  border: 1px solid #2F3545;
  transition: all 0.3s ease;
}
.switch input + span:after {
  width: 14px;
  height: 14px;
  background: #2F3545;
  top: 3px;
  left: 3px;
  transition: all 0.45s ease;
}
.switch input + span + svg {
  display: none;
}
.switch input:checked + span:before {
  background: #5628EE;
  border-color: #5628EE;
}
.switch input:checked + span:after {
  background: #fff;
  transform: translate(18px, 0);
}
.switch:hover input:not(:checked) + span:before {
  border-color: #23C4F8;
}




.btn_div{
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  gap: 10px;
  justify-content: space-between;
}

.theme_div{
  padding: 10px 16px;
  text-align: center;
}
.theme_div  .w3-quarter .dd1{
  min-height: 180px;
}
.toggle {
  position: relative;
  height: 14px;
  width: 50px;
  border-radius: 15px;
  background: #ddd;
  margin: 8px 0;
  /* margin-right: 12px; */
  cursor: pointer;
}

.toggle input {
  opacity: 0;
  width: 100%;
  height: 200%;
  position: absolute;
  top: -7px;
  left: 0;
  z-index: 2;
  margin: 0;
  cursor: pointer;
}

.toggle input:nth-child(2):checked {
  z-index: 1;
}

.toggle__pointer {
  position: absolute;
  top: -7px;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 15px;
  background-color: #e71313;
  -webkit-transition: left .15s ease-out;
  transition: left .15s ease-out;
}

.toggle input:nth-child(2):checked + .toggle__pointer {
  left: 22px;
  background-color: #37b24d;
}


.cr_job{
  cursor: pointer;
  color: orange;
  font-size: 20px;
}
.cr_table >  td{
 width: 50% !important; 
 border-bottom: 1px solid rgba(190, 190, 190,.5);
}

/* Tooltip container */
.cr_tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.cr_tooltip .tooltiptext {
  visibility: hidden;
  width: max-content;
  background-color: rgb(34, 34, 34);
  color: #fff;
  text-align: left;
  padding: 5px 10px;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  margin-left: -100px;
  bottom: 100%;
  /* left: -45%; */
  /* transform: translate(-45%, 0); */
}

/* Show the tooltip text when you mouse over the tooltip container */
.cr_tooltip:hover .tooltiptext {
  visibility: visible;
}


label{
  font-weight: 700;
}
a{
  text-decoration: none !important;
}
.ck-file-dialog-button{
  display: none;
}
.ck-editor__editable{
  min-height: 500px;
}
.tox-notifications-container{
  display: none !important;
}
.input_data{
  padding: 14px;
  background-color: rgba(119, 119, 119, .2);
  border-radius: 10px;
  border-bottom: 1px solid rgba(50, 50, 50, 0.459);
}
input[type="text"]:disabled{
  cursor: not-allowed;
  background-color: #eee;
}
.view_container {
  /* position: relative; */
  width: 100%;
  /* height: 100%; */
  overflow: hidden;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  /* position: absolute; */
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /* width: 100%; */
  /* height: 100%; */
  border-width: 0px;
}

#play{
  height: calc(100vh - 76px); 
  /* height: 100%; */
  display: none;
}
#play_bottom{
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}


.search_empty, .search_empty_cat , .search_empty_chnl, .search_empty_chnl_map, .search_empty_map_cat, .search_empty_user,.search_empty_user2, .search_empty_user_chnl,
.search_empty_a, .search_empty_na, .search_empty_stb,.search_empty_group, .search_empty_group_user, .search_empty_gateway,.search_empty_unmap_channel, .search_empty_showAdmin, .search_empty_shownotAdmin, .search_empty_progroup{
    position: absolute;
    right: 10px;
    display: none;
    top: 50%;
    transform: translate(0px, -50%);
    cursor: pointer;
    background: #e7e7e7;
    padding: 4px;
    border-radius: 4px;

}

.admin_btns{
  display: flex;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

#join_category, #join_group{
  max-width: 600px;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: auto;
  flex-direction: column;
}

.select-dropdown {
  position: relative;
  background-color: #e6e6e6;
  width: auto;
  float: left;
  max-width: 100%;
  border-radius: 2px;
}

.select-dropdown select {
  font-family: 'Nunito', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  max-width: 100%;
  padding: 0px 34px 0px 20px;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select-dropdown select:active, .select-dropdown select:focus {
  outline: none;
  box-shadow: none;
}
.select-dropdown:after {
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 8px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #aaa;
}

.logo_sec{
  display: flex; 
  align-items: center;
  justify-content: center;
}
.logo_img{
  height: 27px;
}

#openLeftMenu{
  margin-right: 10px;
}
.filter_search{
  width: 100%;
  height: 300px;
  background-color: white;
  position: absolute;
  display: none;
  box-shadow: 0 0 4px 2px #ddd;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 30px 12px 12px 12px;
  z-index: 2;
}

.close_filter {
   
  color: #fff;
  line-height: 28px;
  position: absolute;
  right: 4px;
  text-align: center;
  top: 4px;
  width: 28px;
  height: 28px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
  /* padding-top: 5px; */
  opacity: 1 !important;
}

.image-thumb{
  background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #cccccc;
    width: 100%;
    max-height: 140px;
    height: 200px;
    cursor: pointer;
    border-radius: 10px;   
    position: relative;
}
.selectedImage{
  box-shadow: 0 0 0 3px limegreen, 0 0 0 5px black;
}

.playback_thumbnail{
  border-radius: 6px;
  width: 150px;
  height: 100px;
  object-fit: cover;
  box-shadow: 0 0 0 3px limegreen, 0 0 0 5px black;
  
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

	.file-input {
  display: inline-block;
  text-align: left;
  background: #fff;
  padding: 16px;
  width: 450px;
  position: relative;
  border-radius: 3px;
}

.file-input > [type='file'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}

.file-input > .button {
  display: inline-block;
  cursor: pointer;
  background: #eee;
  padding: 8px 16px;
  border-radius: 2px;
  margin-right: 8px;
}

.file-input:hover > .button {
  background: dodgerblue;
  color: white;
}

.file-input > .label {
  color: #333;
  white-space: nowrap;
  opacity: .3;
}

.file-input.-chosen > .label {
  opacity: 1;
}

.bsk-container {
  margin-top: 20px;
}
.bsk-container .btn{
	color: #000!important;
    background-color: #e0e8ec!important;
    width: 280px;
}
.x-icon {
  height: 1em;
  width: 1em;
  top: .125em;
  position: relative;
  right: 42px;
}
.x-alt {
  color: #777;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}
.float-left {
  float: left!important;
}

.pagination li{
	cursor: pointer;
  display: flex;
  position: relative;
}
.page-item.active .page-link {
  background-color: #2196F3 !important;
  color: #fff !important;
}

#or {
  position: relative;
  width: 300px;
  height: 50px;
  margin: 0 auto;
  max-width: 300px;
  line-height: 50px;
  text-align: center;
}

#or::before,
#or::after {
  position: absolute;
  width: 130px;
  height: 1px;
  
  top: 24px;
  
  background-color: #eaeaef;
  
  content: '';
}

#or::before {
  left: 0;
}

#or::after {
  right: 0;
}


.o-search{
	margin-right: 14px;position: relative;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
}
#close-search{
	color: #fff;
    font-size: 26px;
    margin: 9px 14px;
    position: absolute;
    top: 4px;
    cursor: pointer;
}
.top-search{
  position: sticky;
  top: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  z-index: 1;
  display: none;
  background-color: white;
  /* border-radius: 6px; */
}



#clr{
  right: 14px;
  top: 33%;
  color: black;
	position: absolute; 
  display:none;	
  cursor:pointer;    
  padding-right: 4px;
}

.top-search input[type=text] {
  max-width: -webkit-fill-available;
  /* min-width: 300px; */
  border: 0px solid #ccc;
  background-color: white;
  background-image: url('../images/searchicon.png');
  background-position: 10px 10px; 
  background-repeat: no-repeat;
  padding: 8px 30px 8px 40px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  -moz-box-shadow:    inset 0 0 6px #c8c8c8;
   -webkit-box-shadow: inset 0 0 6px #c8c8c8;
   box-shadow:         inset 0 0 6px #c8c8c8;
   margin: 10px auto;  
}

.top-search input[type=text]:focus {  
  padding: 8px 30px 8px 40px;
  outline: none;
}

.contain {
  width: 100%;
}
.row__tile { 
     width: 100%;
    height: auto;
    overflow: auto;
    outline: none;
    overflow-y: hidden;
    padding-bottom: 15px;
    margin-top: -10px;
    -ms-overflow-style: none;
    scrollbar-width: none;       
}
.row__tile::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
    display: none;
    
}
.row__inner {
  -webkit-transition: 450ms -webkit-transform;
  transition: 450ms -webkit-transform;
  transition: 450ms transform;
  transition: 450ms transform, 450ms -webkit-transform;
  font-size: 0;
  white-space: nowrap;
  margin: 10px 0px 30px 0;

}



.tile {
  position: relative;
  display: inline-block;
  width: 260px;
  /* height: 150.625px; */
  margin-right: 10px;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: 450ms all;
  transition: 450ms all;
  -webkit-transform-origin: center left;
          transform-origin: center left;
}


.row__inner:hover {
  -webkit-transform: translate3d(-62.5px, 0, 0);
          transform: translate3d(-62.5px, 0, 0);
}
.row__inner:hover .tile {
  opacity: 0.3;
}
.row__inner:hover .tile:hover:first-child {
          -webkit-transform: scale(1.2);
          transform: scale(1.2);
          opacity: 1;
          margin-left: 70px;
          /* margin:0px 10px 0px 60px; */
          -moz-transform: scale(1.2);
          -ms-transform: scale(1.2);
          -o-transform: scale(1.2);
}
.row__inner:hover .tile:hover:last-child {
          -webkit-transform: scale(1.2);
          transform: scale(1.2);
          opacity: 1;
          margin-right: 150px;
          /*margin:30px 70px 0px 0px;
          */-moz-transform: scale(1.2);
          -ms-transform: scale(1.2);
          -o-transform: scale(1.2);
          -moz-transform: scale(1.2);
}

.row__inner:hover .tile:hover {
          -webkit-transform: scale(1.2);
          transform: scale(1.2);
          opacity: 1;
          /* margin:30px 14px 0px 0px; */
          -moz-transform: scale(1.2);
          -ms-transform: scale(1.2);
          -o-transform: scale(1.2);
}

.tile:hover ~ .tile {
          transform:  translate3d(50px, 0 ,0 );
          -webkit-transform:  translate3d(50px, 0 ,0 );
          -moz-transform:  translate3d(50px, 0 ,0 );
          -ms-transform:  translate3d(50px, 0 ,0 );
          -o-transform:  translate3d(50px, 0 ,0 );
}

.tile:hover{
  background-color: rgb(9, 1, 65);
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  /* box-shadow: 0 0 3px 1px rgba(0,0,0,0.4); */
}

.tile:hover .card__cover:before {
  opacity: 0.9;
}
.tile:hover .card__cover img {
  transform: scale(1.06);
  filter: blur(4px);
  -webkit-filter: blur(4px);
}
.tile:hover .card__cover svg {
  opacity: 1;
  transform: scale(1);
}

.tile:hover .card__title {
  color: #2f80ed;
}
.tile:hover .card__title a {
  color: #2f80ed;
}
.tile:hover .card__add {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}
.tile:hover .card__rating {
  opacity: 1;
  transform: scale(1);
}

.cat_access_tag_pri{
	color: #fff!important;
    background-color: #ff9800!important;
    font-size: 10px!important;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    border-radius: 10px;
}

.cat_access_tag_pub{
	color: #fff!important;
    background-color: #4CAF50!important;
    font-size: 10px!important;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;    
    border-radius: 10px;
}

.chnl_access_tag_pri{
	color: #fff!important;
    background-color: #ff9800!important;
    font-size: 10px!important;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    border-radius: 10px;
}

.chnl_access_tag_pub{
	color: #fff!important;
    background-color: #4CAF50!important;
    font-size: 10px!important;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;    
    border-radius: 10px;
}

.w3-padding-mbox {
    padding: 10px 16px 10px 0px !important;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .w3-padding-mbox {
      padding: 10px 16px !important;
  }
  .logo_img{
    height: 21px;
  }
  .bottom-button{
    left: 50% !important;
  }

  .view_container {
    /* position: relative; */
    width: 100%;
    /* height: 100%; */
    overflow: hidden;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  }

}



body {
  position: relative;
  max-width: 100% !important;
  -webkit-font-smoothing: antialiased;
  font-family: 'Nunito', sans-serif;
  /* overflow-x: hidden !important;/* Hide scrollbars */
  /* overflow: hidden;  */
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  /* word-break: break-all; */
  word-wrap: break-word;
}

body::-webkit-scrollbar {
  width: 1px;
}
 
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.success-box {
	background-color: #27c35b8f;
  color: #000 ;
  border: 1px solid #37d437;
  border-radius: 10px;
  padding: 20px;
} 
.warning-box {
	background-color: #ffc27d9d;
  color: #000;
  border: 1px solid #ff5d27;
  border-radius: 10px;
  padding: 20px;
} 
.error-box {
	background-color: #ff423475;
  color: #000;
  border: 1px solid #ff5d27;
  border-radius: 10px;
  padding: 20px;
} 
.closebtn {
  margin-left: 15px;
  color: #000;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}

.max-input-window{
	max-width: 600px;
	margin: 0 auto;
}

div .w3-padding-small{
  color: #000 !important;
}

/*loader */
.loader{
	position: fixed;height: 100%;width: 100%;left: 0; top: 0;background: rgba(255,255,255,0.9);z-index: 1010;
}

.gather_Logs{
  display: none;
	position: fixed;height: 100%;width: 100%;left: 0; top: 0;background: rgba(255,255,255,0.9);z-index: 1010;
}
.gather_Logs p{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 80px;
}
.pulsating-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 40px;
  height: 40px;
}
.pulsating-circle:before {
  content: "";
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 60px;
  background-color: #01a4e9;
  -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
          animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.pulsating-circle:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
          animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@-webkit-keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
  }
  80%,
	100% {
    opacity: 0;
  }
}

@keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
  }
  80%,
	100% {
    opacity: 0;
  }
}
@-webkit-keyframes pulse-dot {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@keyframes pulse-dot {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

/*loader ends*/

/*step forms for cart*/

/*progressbar*/
#progressbar {
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
}
#progressbar li {
  list-style-type: none;
  color: #333;
  text-transform: uppercase;
  font-size: 14px;
  width: 25%;
  float: left;
  position: relative;
   padding-top: 20px;
  padding-bottom: 20px;
 z-index: 1;
 cursor: pointer;
}
#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 30px;
  line-height: 30px;
  display: block;
  font-size: 12px;
  color: #333;
  background: white;
  border-radius: 15px;
  margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
  content: "";
  width: 100%;
  height: 4px;
  background: white;
  position: absolute;
  left: calc(-50% + 15px);
  top: 33%;
  z-index:-1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,
#progressbar li.active:after {
  background: #27ae60;
  color: white;
}


/*step forms for cart ends*/

.max-card-red{
	 
	    box-shadow: 0px 20px 40px 0px rgba(255,0,63, 0.3) !important;
    border-radius: 40px !important;
    border: 1px solid transparent;
    background: #fff;
}
.max-card{
	    box-shadow: 0px 30px 60px 0px rgba(101, 76, 232, 0.1);
	 
    border-radius: 40px !important;
    border: 1px solid transparent;
    background: #fff;
}


/* join.php page */
.promo-txt{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.promo-stats{
	background: #17141d;
	box-shadow: -1rem 0 3rem #000; position: absolute; width: 100%;top: -50px; right: 50px;border-radius: 16px; padding: 12px 14px;
}
.jp-tbl{
	height: 100px;background: #fff;
	padding: 12px 14px;
	border-radius: 16px;
	cursor: pointer;
}
.jp-tbl:hover{
	box-shadow: -1rem 0 3rem #000;
}
 /* join.php page ends style*/


/* Slideshow container */
.slideshow-container {
  position: relative;
/* background-image: linear-gradient(to right, #ff1d4d , #ff4b2b);*/
background-color: #fff;
 color: #333;
 clear: both;
 
 
}
.bb{
	background-image: url('../images/png.png');
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.leaderboard{
	
	color: #fff;
	padding: 18px 20px;
}
/* Slides */
.mySlides {
  display: none;
  padding: 40px 20px;
  text-align: center;
  
  min-height: 234px;

}

/* Next & previous buttons for channels */
.prevC, .nextC {
  cursor: pointer;
  position: absolute;
  text-align: center;
  padding: 8px;
  font-weight: bold;
  font-size: 18px;
  user-select: none;
  width: 40px;
  height: 40px;
  border: none;
  outline: none;
  border-radius: 60px;
  color: #FFFFFF;
  background-color: rgba(1, 2, 73, 0.8);
  /* box-shadow: 0px 3px 15px 2px rgba(245,81,95,.8); */
}

/* Position the "next button" to the right */
.nextC {
  position: absolute;
  right: 0;
}
.prevC {
  position: absolute;
  right: 50px;
 }

/* On hover, add a black background color with a little bit see-through */
.prevC:hover, .nextC:hover {
  /* box-shadow: 0 0 1px 10px rgba(226, 4, 19, 0.1), 0 0 1px 20px rgba(226, 4, 19, 0.1); */
  box-shadow: 0 0 1px 10px rgba(226, 4, 19, 0.1);
  transition: .3s;
  color: #000;
  background-color: white;
}

#location_container{
  padding-bottom: 60px;
}

#iframe_bottom{
    /* max-width: 100%;
    top: 76px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
    background: white; */
    margin-top: -4px;
    color: #fff;
    z-index: 2;
    height: auto; 
    width: 100%;
    max-height: 40px;
    display: flex;
    justify-content: space-evenly;
    padding: 4px;
}
#iframe_bottom > .tooltip1 > button{
  color: white;
  font-size: 18px;
  padding: 6px 8px;
}
#iframe_bottom > .tooltip1 > button:hover{
  background-color: rgba(0, 0, 0, 0.7);
}
#iframe_bottom > .tooltip1 > a{
  color: white;
  font-size: 18px;
  padding: 6px 8px;
}
#iframe_bottom > .tooltip1 > a:hover{
  background-color: rgba(0, 0, 0, 0.7);

}
#main_iframe_div{
  position: ;
  padding: 50px 0px;
  margin: 0 auto;
}
.fullscreenExpandAnim{
    /* width: 100%; */
    /* height: calc(100vh - 78px); */
    position: absolute;
    /* top: calc(50% + 38px); */
    left: 50%;
    z-index: 1;
    border: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%); */
}

.fullScreen {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.bottom_nav{
  display: flex;
    flex: 1;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 300px;
}
.bottom_nav > .nav_sec{
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 60px;
  cursor: pointer;
}
.nav_sec:hover{
  background-color: rgba(59, 59, 59, 0.8);
}

#top-button{
  float: right;
  z-index: 4;
  /* background-color: white; */
  padding: 4px 6px;
}
#top-button > .tooltip1 > button {
  color: white;
}
#top-button > .tooltip1 > a {
  color: white;
}

#top-button > .tooltip1 > button:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
#top-button > .tooltip1 > a:hover {
  background-color: rgba(0, 0, 0, 0.7);

}

.bottom-button{
    display: none;
    position: fixed;
    bottom: 10%;
    z-index: 4;
    left: 50%;
    max-width: 100%;
    transform: translate(-50%);
    background-color: #fff;
    padding: 6px 16px;
    border-radius: 40px;
    box-shadow:  0 2.8px 2.2px rgba(0, 0, 0, 0.034),  0 6.7px 5.3px rgba(0, 0, 0, 0.048),  0 12.5px 10px rgba(0, 0, 0, 0.06),  0 12.3px 17.9px rgba(0, 0, 0, 0.072),  0 21.8px 33.4px rgba(0, 0, 0, 0.086);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
}





/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -60px;
  padding: 16px;
  font-weight: bold;
  font-size: 20px;
  user-select: none;
  
  
  width: 60px;
  height: 60px;
  border: none;
  outline: none;
  border-radius: 60px;
  color: #FFFFFF;
  background: -webkit-linear-gradient(top, #F5515F, #E91E63);
  background: linear-gradient(to bottom, #F5515F, #E91E63);
  box-shadow: 0px 3px 15px 2px rgba(245,81,95,.8);
 
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
}
.prev {
  position: absolute;
  left: 0;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
 box-shadow: 0 0 1px 10px rgba(226, 4, 19, 0.1), 0 0 1px 20px rgba(226, 4, 19, 0.1);
  transition: .3s;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 20px;
   
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active, .dot:hover {
  /* background-color: #717171; */
}

/* Add an italic font style to all quotes */
q {font-style: italic;}

/* Add a blue color to the author */
.author {color: #fff;}


section {
 /* background: #647df9;
  color: #7a90ff;  */
  padding: 4em 0 4em;
  min-height: 100vh;
  position: relative;
  -webkit-font-smoothing: antialiased;
}















.circular-portrait {
  position: relative;
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
}

.circular-portrait img {
  width: 100%;
  height: auto;
}

.curve-bg{
	 position: relative;
 
  background-image: linear-gradient(#ff9d2f, #ff6126);
  border-top-left-radius: 50% 100%;
  border-top-right-radius: 50% 100%;
}
.popup-container{
  margin: 0 auto; 
  /* max-width: 1120px; */
  position: relative;
  width: 100%;
}
.m-container{
	 margin: 0 auto; 
	 /* max-width: 1120px; */
	 position: relative;
   width: 100%;
   /* min-height: 100vh !important; */
}
.login-container{
	padding:0.01em 16px;
	 margin: 0 auto; 
	 max-width: 700px;
}

.login-window{
	/*box-shadow: 0 4px 80px #000;*/
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    display: grid;
    grid-template-columns: 1fr 2fr;
}
  .login-win{
  	background: #fff;
    border-radius: 8px;
    overflow: hidden;
  }
  .login-header{
  	background: linear-gradient(90deg,#c02d28,#e66225);
  }
  .login-header-inner{
  	padding: 4rem 1.5rem;
    display: grid;
    place-items: center;
  }
  

header {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px;
    background-color: transparent;
    color: #fff;
    /* transition: padding 300ms ease; */
    z-index: 2;

  transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    
}

header.sticky {
position: fixed;
    top: 0px;
    padding: 10px 20px;
    box-shadow: 0 0 20px -7px rgba(0,0,0,.2);
}
    #head_space{
      
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;

    }
a.nav__link {
    margin-right: 16px;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}

a.nav__link:last-child {
    margin-right: 0;
}


.w3-cursor{
	cursor: pointer;
}



.margin-right{
	margin-right: 12px;
}

@media screen and (min-width: 601px) {
  .left-align {
   
    text-align: left;
  }
  .right-align {
  	
  	text-align: right;
  }
}
@media screen and (max-width: 600px) {

.login-window{
display: block;
	}
  .left-align {
    width: 100%;
    text-align: center;
  }
  .right-align {
  	width: 100%;
  	text-align: center;
  }
  .padding-bottom{
  	padding-bottom: 10px;
  }
}

#notification{
  /* width: 25%; */
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 1em;
  right: 1em;
}
.notification{
	min-width: 200px; 
  margin: 0 auto;
  margin-top: 10px;
  background: #fff; 
  min-height: 20px;
  top: -200px;  
  right: 30px;
  z-index: 1000005; 
  padding: 8px 10px;  
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0,0,0,.2);
  text-align: center;
  position: relative;
}
.bottom-auto-popup-small
{
	display: block;
    position: fixed;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    left: 30px;
    bottom: -300px;
    padding: 0;
    text-align: left;
    width: 400px;
    min-height: 50px;
    background-color: #fff;
    z-index: 1004;
	
} 
.auto-popup-close{
	position: absolute;
	display: block;
    top: 5px;
    right: 5px;
    width: 22px;
    height: 22px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #333;
    background-color: #333;
    color: #fff;
    cursor: pointer;
    
}
.m-btn{
	font-size: 14px;    
	border-radius: 30px;color: #fff; font-weight: bold;cursor: pointer;text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-b-btn{
	font-size: 14px;    
	border-radius: 30px;color: #fff; font-weight: bold;cursor: pointer;text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.link{
	text-decoration: none; padding: 10px 0px; display: inline-block;cursor: pointer;
}

.share-btn{
	border-radius: 50%;
    background-color: #fff;
    font-size: 32px;
    padding: 12px 20px;
    text-align: center;
    color: #0055ff;
    
}


.menu-button {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  right: 50px;
  bottom: 50px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  background-color: #E91E63;
  color: #FFFFFF;
  font-size: 24px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.22);
  cursor: pointer;
}
.menu-button:hover {
  background: #d81558;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.28), 0 4px 15px 0 rgba(0, 0, 0, 0.25);
}
.menu-button a {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  width: 0px;
  height: 0px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 24px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.22);
  cursor: pointer;
}
.menu-button a:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.28), 0 4px 15px 0 rgba(0, 0, 0, 0.25);
}
.menu-button a:nth-child(2) {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
  position: absolute;
  right: 30px;
  bottom: 30px;
  background: #55acee;
}
.menu-button a:nth-child(3) {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
  position: absolute;
  right: 30px;
  bottom: 30px;
  background: #dc4e41;
}
.menu-button a:nth-child(4) {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
  position: absolute;
  right: 30px;
  bottom: 30px;
  background: #3F3F3F;
}
.menu-button:hover a {
  opacity: 1;
  width: 50px;
  height: 50px;
}
.menu-button:hover a:nth-child(2) {
  right: 80px;
  bottom: 0px;
}
.menu-button:hover a:nth-child(2):hover {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  background: #3ea1ec;
}
.menu-button:hover a:nth-child(3) {
  right: 65px;
  bottom: 65px;
}
.menu-button:hover a:nth-child(3):hover {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  background: #d83a2b;
}
.menu-button:hover a:nth-child(4) {
  right: 0px;
  bottom: 80px;
}
.menu-button:hover a:nth-child(4):hover {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  background: #323232;
}



#socialShare {
  width: 100%;
  text-align: center;
}

#socialShare a,
#socialShare > .socialBox {
  position: relative;
  float: none;
  display: inline-block;
  color: #fff;
  font-size: 24px;
  background-color: transparent;
 
  text-align: center;
}

#socialShare  a {
  background-color: rgba(0, 0, 0, 0.2);
}

#socialShare > * > span {
  background-color: rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.15);
 
  color: #fff;
  font-size: 20px;
  padding: 12px 12px;
  text-align: center;
  border-radius: 50%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
#socialShare > * > span:hover,
#socialShare > .open > span {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  transform: scale(1.25);
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

#socialGallery {
  left: 50%;
  margin: 0 auto 0;
  position: absolute;
  top: 60px;
  transform: translate(-50%, 0);
  visibility: hidden;
  min-width: 400px;
}

#socialGallery a {
  visibility: hidden;
  opacity: 0;
  margin: 5px 2px;
  background-color: rgba(0, 0, 0, 0.6);
  position: relative;
border-radius: 50%; 
  width: 50px;
    height: 50px;
    line-height: 50px;
    margin-top: 15px; 
}

#socialGallery a > span {
  position: relative;
  top: 4px;
  left: 4px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.socialToolBox {
  cursor: default;
}

.pointer {
  cursor: pointer
}

.facebook:hover {
  background: #3b5998 !important
}

.google:hover {
  background: #dd4b39 !important
}

.instagram:hover {
background:linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d) !important
}

.tumblr:hover {
  background: #32506d !important
}

.twitter:hover {
  background: #00aced !important
}

.bluesky:hover {
  background: #00aced !important
}

.youtube:hover {
  background: #bb0000 !important
}
.whatsapp:hover {
  background: #01b86c !important
}

@media only screen and (max-width: 480px) {
  #socialGallery {
    width: 120px;
  }
}


.item {
	z-index: 1;
	padding: 15px;
}

.item img {
	width: 70px;
}
.lb-txt{
	padding: 26px 6px;
    font-size: 18px;
    color: #bbb;
    float: left;
}.lb-sts{
	padding: 22px 6px;
    font-size: 20px;
    color: #1089ff;
    font-weight: bold;
}
.thankx-card{
	max-width: 500px; margin: 0 auto;padding: 40px 40px;
	 
} .copy-url{
	border: 1.5px #999 dashed;
	margin: 0 auto;padding: 10px 12px;margin-bottom: 10px;
	text-align: center;
	background: #f0f8ff;
	color: #333;
	width: 100%;
}

.wt-bg
{
	position: relative;
	top: 0;
	left: 0;
}
.ind-img
{
	margin-top: -250px;
}


.m-btn:hover {
	box-shadow: 0 0 1px 10px rgba(226, 4, 19, 0.1), 0 0 1px 20px rgba(226, 4, 19, 0.1);
	transition: .3s;
}
.m-b-btn:hover {
	box-shadow: 0 0 1px 10px rgba(13, 255, 255, 0.1), 0 0 1px 20px rgba(16, 137, 255, 0.1);
	transition: .3s;
}

.signup_mob{
	width: 100%;
    border: none;
    padding: 14px 24px;
    height: 50px;
    border-radius: 25px;
    outline: none;
    font-size: 16px;
    margin-bottom: 14px;
    background: #e6ecf2;
    display: flex;
    opacity: .4;
    cursor: not-allowed;
}
	
.digit-group input {
  width: 40px;
  height: 50px;
  background-color: #e6ecf2;
  border: none;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin: 0 2px;
}

.digit-group .splitter {
  font-weight: bold;
  color: #333;
  font-size: 14px;
}
.resendbtn{
	margin: 14px 0px;
	background-color: #f4ffff;font-size: 12px;  height:30px; width: 100px;
	padding: 4px 16px;border-radius: 25px;color: #333; font-weight: bold;cursor: pointer;text-decoration: none;
	overflow:hidden;border:none;box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);outline: none;
}.resendbtn:hover{
	border: none;
	box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	transition: .3s;
}
.bigbtn{
/* margin: 14px 0px 0px 0px; */
	font-size: 16px;   width:100%;max-width: 350px; height:44px; 
	padding: 8px 16px;border-radius: 6px;color: #fff; font-weight: bold;cursor: pointer;text-decoration: none;
	overflow:hidden;border:none;outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 14px auto;
}.bigbtn:hover{
	border: none;
	box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	transition: .5s;
}

.admin-btn{
  height: 100px;
    WIDTH: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inputTerm1 {
  max-width: 200px;
	width: 100%;
	border: none;
	padding: 8px 24px;
	height: 50px;
	border-radius: 8px;
	outline: none;
	font-size: 16px;
	margin-bottom: 14px;
	background: #e6ecf2;
}
.inputTerm {
	width: 100%;
	border: none;
	padding: 8px 24px;
	height: 50px;
	border-radius: 6px;
	outline: none;
	font-size: 16px;
	margin-bottom: 14px;
	background: #e6ecf2;
}
.checkTerm {
	width: 40px;
	border: none;
	padding: 8px 24px;
	height: 50px;
	border-radius: 6px;
	outline: none;
	font-size: 16px;
	margin-bottom: 14px;
	background: #e6ecf2;
}
.textbox {
	width: 100%;
	border: none;
	padding: 8px 24px;
	/* height: 50px; */
	border-radius: 6px;
	outline: none;
	font-size: 16px;
	margin-bottom: 14px;
	background: #e6ecf2;
}

.inputTermDiv {
	max-width: 600px;
	margin: 0 auto;
	position: relative;
	display: flex;
}

.showPass {
	text-decoration: none;
	margin-top: 14px;
	padding-bottom: 0px;
	margin-bottom: 28px;
	margin-left: -60px;
	padding: 0px 20px;
	border: none;
	outline: none;
	background: #e6ecf2;
	text-align: center;
	color: #0d111c;
	border-radius: 25px;
	cursor: pointer;
}

.tooltip-btn {
  position: relative;
  display: inline-block;
}
.tooltip-btn .tooltiptext-btn {
  visibility: hidden;
  width: max-content;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 8px;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 12px;
  transition: opacity 0.3s;
  opacity: 0;
  margin-top: 4px;
}

.tooltip-btn:hover .tooltiptext-btn {
  visibility: visible;
  opacity: 1;
}




.tooltip1 {
  position: relative;
  display: inline-block;
}
.tooltip1 .tooltiptext {
  visibility: hidden;
  min-width: 100px;
  width: max-content;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 8px;
  position: absolute;
  z-index: 1;
  bottom: 135%;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 12px;
}

.tooltip1 .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltip1:hover .tooltiptext {
  visibility: visible;
}


.tooltip_chnl {
  position: relative;
  display: inline-block;
}
.tooltip_chnl .tooltiptext_chnl {
  visibility: hidden;
  min-width: 100px;
  width: max-content;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 8px;
  position: absolute;
  z-index: 1;
  bottom: 135%;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 12px;
}

.tooltip_chnl .tooltiptext_chnl::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltip_chnl:hover .tooltiptext_chnl {
  visibility: visible;
}








.search {
	max-width: 600px;
	margin: 0 auto;
	position: relative;
	display: flex;
	padding-top: 20px;
}

.searchTerm {
	width: 100%;
	border: none;
	padding: 12px 24px;
	height: 55px;
	border-radius: 30px;
	outline: none;
	font-size: 18px;
	font-weight: bold;
	background:  rgba(230,236,242,0.8);
	
}

.searchTerm:hover{
	background: #fff;
	box-shadow: 0 0 20px -8px rgba(0,0,0,.2);
	transition: 300ms ease;
}

.searchButton {
	margin-left: -50px;
    height: 55px;
    line-height: 20px;
    border: none;
    outline: none;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
    font-size: 30px;
}



.thumbnail{
	left: 50%;
    position: absolute;
    transform: translate(-50%, 0);
    padding-top: calc(100vh/2 - 76px);
    filter: grayscale(100%);
    opacity: .3;
    max-width: 300px;
}

.thumbnail2{
	/* left: 50%;
    position: absolute;
    transform: translate(-50%, 0);
    padding-top: calc(100vh/2 - 76px); */
    filter: grayscale(100%);
    opacity: .3;
    max-width: 200px;
    object-fit: contain;
    width: 100%;
    height: 140px;
}


.open_mosaic{
  cursor: pointer;
}





/* Let's get this party started */
::-webkit-scrollbar {
    width: 4px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: rgba(255,255,255,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(0,0,0,0.4); 
}

.dropdown_lang {
  width: 100%;
  position: relative;
}
.dropdown {
  width: 100%;
  position: relative;
}
.dropdown__options--visible .dropdown__skeleton {
  box-shadow: 0 11px 12px -5px #dbe0f5;
}
.dropdown__options--visible .dropdown__options {
  animation: showit 0.35s forwards ease-out;
}
.dropdown__options--visible .dropdown__arrow {
  transform: rotate(-180deg);
  right: 5px;
}
.dropdown__skeleton {
  /* border: 2px solid #dbe0f5; */
  background-color: #fff;
  /* border-radius: 5px; */
  padding: 5px 10px;
  position: relative;
  transition: box-shadow 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  cursor: pointer;
  user-select: none;
}
.dropdown__skeleton label {
  font-weight: 700;
  text-transform: uppercase;
  color: #222;
  font-size: 0.8rem;
  letter-spacing: 0.64px;
  margin-bottom: 8px;
  display: block;
  cursor: pointer;
}
.dropdown__option {
  display: flex;
  align-items: center;
}

.dropdown__option span {
  margin-left: 2px;
  font-weight: 700;
  color: #000;
  font-size: 1.1rem;
  padding: 6px;
}

.dropdown__options {
  position: absolute;
  top: 90%;
    right: -5px;
    border: 2px solid #dbe0f5;
    border-radius: 5px;
 /*   padding: 10px 10px; */
    background-color: #fff;
    width: 100%;
    transform: scale(0);
    z-index: 2;
}
@keyframes showit {
  0% {
    transform: scale(0);
  }
  70% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
.dropdown__options .dropdown__option {
  padding: 6px 10px;
  transition: background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 0.7;
  border-radius: 5px;
}
.dropdown__options .dropdown__option:not(:last-child) {
 /* margin-bottom: 15px; */
}
.dropdown__options .dropdown__option:hover {
  background-color: #eee;
  opacity: 1;
}
.dropdown__options .dropdown__option--selected {
  opacity: 1;
}
.dropdown__options::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 3px);
  right: 20px;
  height: 10px;
  width: 10px;
  background-color: #fff;
  border-top: 2px solid #dbe0f5;
  border-left: 2px solid #dbe0f5;
  transform: rotate(45deg);
}

*,
*::after,
*::before {
  box-sizing: border-box;
}








.acc-input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.row {
  display: flex;
}
.row .col {
  flex: 1;
}
.row .col:last-child {
  /* margin-left: ; */
}

/* Accordion styles */
.tabs {
  border-radius: 0px;
  overflow: visible;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
  height: 100%;
  overscroll-behavior: contain
}

.tab {
  position: relative;
  width: 100%;
  color: white;
  overflow: hidden;
}

.tab > a {
  display: block;
  justify-content: space-between;
  padding: 1em;
  text-decoration: none;
  color: #fff;
  background: rgba(255,255,255,0.08);
  font-weight: bold;
  cursor: pointer;
  border-bottom: 1px solid rgba(0,0,0,1);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  /*background: #2c3e50;*/
  background: rgba(255,255,255,0.08);
  font-weight: bold;
  cursor: pointer;
  /* Icon */
}
.tab-label:hover {
  /*background: #1a252f;*/
  background: rgba(0,0,0,1);
}

.tab > a i {
  float: right;
  margin-top: 4px;
}
.tab > a.activeTab {
  background: rgba(0,0,0,1);
  color: #fff;
}

.tab-content {
	display: none;
  color: #fff;
  background-color: rgba(255,255,255,0.3);
  cursor: pointer;
  border-bottom: 1px solid rgba(0,0,0,1);
}

.tab-content:hover {
	background: rgba(0,0,0,0.7);
	 -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.card{
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    margin: 14px 0px;
}

.w3-flex-row{
    display: flex;
    flex-direction: row;  
}
.justify{
  justify-content: space-between;
}
.item-center{
  align-items: center;
}

.page-search{
  height: 40px;
  max-width: 110px;
  border: 1px solid #ddd;
  background-color: #fff;
  /* box-shadow: 0 0 4px 0 #ddd; */
  outline: none;
  padding: 6px 14px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.s_page_btn{
  width: 40px;
  height: 40px;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
  border: none;
  outline: none !important;
  margin-left: -10px;
  background-color: #2196F3;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  /* border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%; */
}
.s_prev{
  outline: none !important;
  font-size: 12px;
  color: #757575;
  background-color: #fff !important;
  border: 1px solid #dee2e6 !important;
  min-height: 40px;
} 
.s_next{
  outline: none !important;
  font-size: 12px;
  color: #757575;
  background-color: #fff !important;
  border: 1px solid #dee2e6 !important;
  min-height: 40px;

}



.filter-btn{
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}.filter-btn>span{
  padding: 8px 12px;
  cursor: pointer;
  border: 0px solid #ddd;
  background-color: #eee;
}
.btn-active{
  background-color: rgb(44, 128, 255) !important;
  color: #fff;
}





/*mosaic view*/
.fx-row{
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  position: relative;
}
.fx-row--grid {
  margin-right: -10px;
  margin-left: -10px;
}
.tile-padding{
  padding-left: 15px;
  padding-right: 15px;
}

.wrapper {
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 1em;
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.2);
  margin: 10px auto;
  padding: 1em;
  width: 700px;
}


.reorderableList {
  background-color: #777;
  border: 2px solid #777;
  box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.6) inset;
  display: block;
  margin: 1em 0;
  padding-bottom: 2em;
}

.reorderableList li {
  cursor: move;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;


  background-color: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #777;
  color: #777;
  display: block;
  font-size: 18px;
  list-style-type: none;
  padding: 0.5em 1em;
}

.reorderableList li strong {
  color: #000;
  display: inline-block;
  width: 1.7em;
}

.reorderableList.heightLimited {
  height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}

.drag {
  cursor: pointer;
 
  
}
.drag img{
  width: 100%;
  height: 180px;
  object-fit: cover;
  position: relative;
  z-index: 1;
  border-radius: 16px;
}

.fx-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  /* margin-top: 20px; */
  position: relative;
  overflow: hidden;
  height: 100%;
}

.high-big{
  height: 300px ;
}
.high-mid{
  height: 180px ;
}
.high-sm{
  height: 140px ;
}
.high-tiny{
  height: 100px ;
}
.fx-nav{
  display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.dragging_msg{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.card__cover {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  /* border-radius: 16px; */
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  
}.card__cover img {
  width: 100%;
  height: 140px;
  max-width: 200px;
  /* object-fit: cover; */
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
.card__cover svg {
  position: absolute;
  display: block;
  stroke: #fff;
  width: 46px;
  height: auto;
  transition: 0.5s;
  z-index: 3;
  transform: scale(0.8);
  opacity: 0;
}
/* .card__cover span {
  position: absolute;
  display: block;
  color: #fff;
  top: 60%;
  transition: 0.5s;
  z-index: 3;
  transform: scale(0.8);
  opacity: 0;
} */

.ss_ulsearch , .ss_ul{
  margin-top: 0 !important;
}
.stick_chnl_name{
  display: none;
  position: absolute;
    top: 0;
    padding-bottom: 6px;
    padding-top: 6px;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: white;
    font-weight: 600;
    transition: 0.5s;
    z-index: 3;
}    
.chnl_name{
  transform: scale(.8);
}

.single_chnl_name, .chnl_name{
    position: absolute;
    top: 0;
    padding-bottom: 6px;
    padding-top: 6px;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    font-size: 18px;
    color: white;
    font-weight: 600;
    transition: 0.5s;
    z-index: 3;
    transform: scale(1);
    opacity: 0;
    /* background-image: linear-gradient(rgba(0,0,0,.1), rgba(0,0,0,.5)); */
}
.card__cover .multiview_btn {
  position: absolute;
  display: block;
  color: #fff;
  /* bottom: 0; */
  transition: 0.5s;
  z-index: 3;
  transform: scale(0.8);
  opacity: 0;
  margin-top: 50px;
}
.card__cover:before {
  content: '';
  position: absolute;
  display: block;
  /* top: 90%;
  bottom: 0; */
  right: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.8) 75%, rgba(0,0,0,0.9) 100%);
  opacity: 0.1;
  transition: 0.5s;
}

.card__add {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  transition: 0.5s;
  opacity: 0;
  pointer-events: none;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background-color: #151f30;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transform: scale(0.8);
}
.card__add svg {
  width: 16px;
  height: auto;
  fill: #2f80ed;
  transition: 0.5s;
}
.card__add:hover svg,
.card__add.active svg {
  fill: #ffc312;
}

.card__rating {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  transition: 0.5s;
  opacity: 0;
  pointer-events: none;
  height: 30px;
  width: auto;
  padding: 0 10px;
  transform: scale(0.8);
  border-radius: 10px;
  background-color: rgba(21,31,48,0.75);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  cursor: default;
}
.card__rating svg {
  width: 16px;
  height: auto;
  fill: #2f80ed;
  transition: fill 0.5s;
  margin-right: 5px;
}
.card__title {
  position: absolute;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  /* margin-top: 10px; */
  /* margin-bottom: 5px; */
  bottom: 0;
  background-image: linear-gradient(rgba(0,0,0,.1), rgba(0,0,0,.5));
  transition: 0.5s;
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-wrap: break-word;
  margin: 0 !important;
  padding: 10px;
  z-index: 1;
}
.card__list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.card__list li {
  font-size: 12px;
  color: #e0e0e0;
  margin-right: 15px;
  white-space: nowrap;
}



.fx-card:hover .card__cover:before {
  opacity: 0.7;
}
.fx-card:hover .card__cover img {
  transform: scale(1.06);
  filter: blur(4px);
  -webkit-filter: blur(4px);
}
.fx-card:hover .card__cover svg {
  opacity: 1;
  transform: scale(1);
}

.fx-card:hover .card__cover .multiview_btn {
  opacity: 1;
  transform: scale(1);
}
.fx-card:hover .card__cover .chnl_name {
  opacity: 1;
  transform: scale(1);
}
.fx-card:hover .card__title {
  color: #2f80ed;
}
.fx-card:hover .card__title a {
  color: #2f80ed;
}
.fx-card:hover .card__add {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}
.fx-card:hover .card__rating {
  opacity: 1;
  transform: scale(1);
}


button{
  outline: none !important;
  border: none !important;
}



.catalog__nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #151f30;
  padding: 10px 20px 20px;
  border-radius: 16px;
  width: 100%;
}

.slider-radio {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #131720;
    padding: 5px 0;
    border-radius: 16px;
    margin-top: 10px;
    position: relative;
    width: 100%;
    z-index: 2;
}


.slider-radio input[type=radio]:checked + label {
  color: #2f80ed;
  background-color: #151f30;
}

.slider-radio input[type=radio]:checked + label, .slider-radio .sliding-piece {
  background-color: #77abff;
  transition-timing-function: cubic-bezier(.74,.14,.38,.99);
}
.slider-radio input[type=radio]:checked + label {
  position: relative !important;
  z-index: 100 !important;
}
.slider-radio label {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Nunito', sans-serif;
  color: #e0e0e0;
  margin-bottom: 0;
  cursor: pointer;
  border-radius: 12px;
  margin: 0 5px;
  position: relative;
  z-index: 100;
  transition: color 0.5s;
}
.slider-radio label {
  display: inline-block;
  padding: 5px 20px;
  cursor: pointer;
  font-size: 14px;
}
.slider-radio input[type=radio] {
    display: none;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}















.w3-sbtn{border:none;display:inline-block;padding:4px 12px;vertical-align:middle;overflow:hidden;text-decoration:none;background-color:inherit;text-align:center;cursor:pointer;white-space:nowrap}
.w3-sbtn:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)}
.w3-image{max-width:100%;height:auto}a{color:inherit;text-decoration: none;}
.w3-table,.w3-table-all{border-collapse:collapse;border-spacing:0;width:100%;display:table}.w3-table-all{border:1px solid #ccc}
.w3-bordered tr,.w3-table-all tr{border-bottom:1px solid #ddd}.w3-striped tbody tr:nth-child(even){background-color:#f1f1f1}
.w3-table-all tr:nth-child(odd){background-color:#fff}.w3-table-all tr:nth-child(even){background-color:#f1f1f1}
.w3-hoverable tbody tr:hover,.w3-ul.w3-hoverable li:hover{background-color:#ccc; box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)}.w3-centered tr th,.w3-centered tr td{text-align:center}
.w3-table td,.w3-table th,.w3-table-all td,.w3-table-all th{padding:8px 8px;display:table-cell;text-align:left;vertical-align:top}
.w3-table th:first-child,.w3-table td:first-child,.w3-table-all th:first-child,.w3-table-all td:first-child{padding-left:16px}
.w3-btn,.w3-button{ border:none; display:inline-block; border-radius: 4px;padding:6px 10px; vertical-align:middle; overflow:hidden; text-decoration:none; background-color:inherit; text-align:center; cursor:pointer; white-space:nowrap; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; min-width: 100px; }
.w3-btn:hover{box-shadow:0 2px 8px 0 rgba(0,0,0,0.2),0 2px 10px 0 rgba(0,0,0,0.19)}
.w3-btn,.w3-button,.w3-sbtn{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}   
.w3-disabled,.w3-btn:disabled,.w3-button:disabled{cursor:not-allowed;opacity:0.3}.w3-disabled *,:disabled *{pointer-events:none}
.w3-btn.w3-disabled:hover,.w3-btn:disabled:hover{box-shadow:none}
.w3-badge,.w3-tag{background-color:#000;color:#fff;display:inline-block;padding-left:8px;padding-right:8px;text-align:center}.w3-badge{border-radius:50%}
.w3-ul{list-style-type:none;padding:0;margin:0}.w3-ul li{padding:8px 16px;border-bottom:1px solid #ddd}.w3-ul li:last-child{border-bottom:none}
.w3-tooltip,.w3-display-container{position:relative}.w3-tooltip .w3-text{display:none}.w3-tooltip:hover .w3-text{display:inline-block}
.w3-ripple:active{opacity:0.5}.w3-ripple{transition:opacity 0s}
.w3-input{padding:12px;display:block;border:1px solid #eee;width:100%;border-radius: 4px;background-color: #fff;outline: none;}
.w3-select{padding:9px 0;width:100%;border:none;border-bottom:1px solid #ccc}
.w3-dropdown-click,.w3-dropdown-hover{position:relative;display:inline-block;cursor:pointer}
.w3-dropdown-hover:hover .w3-dropdown-content{display:block}
.w3-dropdown-hover:first-child,.w3-dropdown-click:hover{background-color:#ccc;color:#000}
.w3-dropdown-hover:hover > .w3-button:first-child,.w3-dropdown-click:hover > .w3-button:first-child{background-color:#ccc;color:#000}
.w3-dropdown-content{cursor:auto;color:#000;background-color:#fff;display:none;position:absolute;min-width:160px;margin:0;padding:0;z-index:1}
.w3-check,.w3-radio{width:24px;height:24px;position:relative;top:6px}
.w3-sidebar{height:100%;width: 300px;-webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  scrollbar-width: none;
  left: -300px;z-index:5;top: 0px;background-color:#fff;position:fixed!important;overflow-x: hidden;}
  .sidebar-opac{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition-property: opacity;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 0;
    background: var(--app-drawer-scrim-background, rgba(0, 0, 0, 0.5));
  }
.slide-leftmenu-show {
  left: 0px;
  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.w3-sidebar-right{height:100%;width: 300px;-webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  right: -300px;z-index:100;top: 0px;background-color:#fff;position:fixed!important;overflow-x: hidden;}
.slide-rightmenu-show {
  right: 0px;
  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#closeRightMenu{
    font-size: 40px;
    padding: 0px 12px;
    cursor: pointer;
    color: black;
    margin-top: -10px;
}
.w3-green-opac{
  background-color: rgba(0, 255, 157, 0.479);
}.w3-green-opac:hover{
  background-color: rgba(0, 255, 98, 0.61);
}
.w3-red-opac{
  background-color: rgba(255, 0, 0, .4);
}.w3-red-opac:hover{
  background-color: rgba(255, 0, 0, .7);
}
.w3-blue-opac{
  background-color: rgba(13, 64, 233, 0.6);
}.w3-blue-opac:hover{
  background-color: rgba(13, 64, 233, 0.9);
}
.w3-bar-block .w3-dropdown-hover,.w3-bar-block .w3-dropdown-click{width:100%}
.w3-bar-block .w3-dropdown-hover .w3-dropdown-content,.w3-bar-block .w3-dropdown-click .w3-dropdown-content{min-width:100%}
.w3-bar-block .w3-dropdown-hover .w3-button,.w3-bar-block .w3-dropdown-click .w3-button{width:100%;text-align:left;padding:8px 16px}
.w3-main,#main{transition:margin-left .4s}
.w3-modal{z-index:3;display:none;padding-top:100px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4)}
.w3-modal-content{margin:auto;background-color:#fff;position:relative;padding:0;outline:0;width:600px}
.w3-bar{width:100%;overflow:hidden}.w3-center .w3-bar{display:inline-block;width:auto}
.w3-bar .w3-bar-item{padding:10px 20px;float:left;width:auto;border:none;display:block;outline:0;}
.w3-bar .w3-dropdown-hover,.w3-bar .w3-dropdown-click{position:static;float:left}
.w3-bar .w3-button{white-space:normal}
.w3-bar-block .w3-bar-item{width:100%;display:block;padding:10px 20px;text-align:left;border:none;white-space:normal;float:none;outline:0; font-size: 18px;}
.w3-bar-block.w3-center .w3-bar-item{text-align:center}.w3-block{display:block;width:100%}
.w3-responsive{display:block;overflow-x:auto}
.w3-container:after,.w3-container:before,.w3-panel:after,.w3-panel:before,.w3-row:after,.w3-row:before,.w3-row-padding:after,.w3-row-padding:before,
.w3-cell-row:before,.w3-cell-row:after,.w3-clear:after,.w3-clear:before,.w3-bar:before,.w3-bar:after{content:"";display:table;clear:both}
.w3-col,.w3-half,.w3-third,.w3-twothird,.w3-threequarter,.w3-quarter,.w3-fifth{float:left;width:100%}
.w3-col.s1{width:8.33333%}.w3-col.s2{width:16.66666%}.w3-col.s3{width:24.99999%}.w3-col.s4{width:33.33333%}
.w3-col.s5{width:41.66666%}.w3-col.s6{width:49.99999%}.w3-col.s7{width:58.33333%}.w3-col.s8{width:66.66666%}
.w3-col.s9{width:74.99999%}.w3-col.s10{width:83.33333%}.w3-col.s11{width:91.66666%}.w3-col.s12{width:99.99999%}
@media (min-width:601px){.w3-col.m1{width:8.33333%}.w3-col.m2{width:16.66666%}.w3-col.m3,.w3-quarter{width:24.99999%}.w3-fifth{width: 50%;}.w3-col.m4,.w3-third{width:33.33333%}
.w3-col.m5{width:41.66666%}.w3-col.m6,.w3-half{width:49.99999%}.w3-col.m7{width:58.33333%}.w3-col.m8,.w3-twothird{width:66.66666%}
.w3-col.m9,.w3-threequarter{width:74.99999%}.w3-col.m10{width:83.33333%}.w3-col.m11{width:91.66666%}.w3-col.m12{width:99.99999%}}
@media (min-width:993px){
  .w3-fifth{width: 20%;}
  .w3-col.l1{width:8.33333%}.w3-col.l2{width:16.66666%}.w3-col.l3{width:24.99999%}.w3-col.l4{width:33.33333%}
.w3-col.l5{width:41.66666%}.w3-col.l6{width:49.99999%}.w3-col.l7{width:58.33333%}.w3-col.l8{width:66.66666%}
.w3-col.l9{width:74.99999%}.w3-col.l10{width:83.33333%}.w3-col.l11{width:91.66666%}.w3-col.l12{width:99.99999%}}
.w3-rest{overflow:hidden}.w3-stretch{margin-left:-16px;margin-right:-16px}
.w3-content,.w3-auto{margin-left:auto;margin-right:auto}.w3-content{max-width:980px}.w3-auto{max-width:1140px}
.w3-cell-row{display:table;width:100%}.w3-cell{display:table-cell}
.w3-cell-top{vertical-align:top}.w3-cell-middle{vertical-align:middle}.w3-cell-bottom{vertical-align:bottom}
.w3-hide{display:none!important}.w3-show-block,.w3-show{display:block!important}.w3-show-inline-block{display:inline-block!important}
@media (max-width:1205px){.w3-auto{max-width:95%}}
@media (max-width:600px){.w3-modal-content{margin:0 10px;width:auto!important}.w3-modal{padding-top:30px}
.w3-dropdown-hover.w3-mobile .w3-dropdown-content,.w3-dropdown-click.w3-mobile .w3-dropdown-content{position:relative}	
.w3-hide-small{display:none!important}.w3-mobile{display:block;width:100%!important}.w3-bar-item.w3-mobile,.w3-dropdown-hover.w3-mobile,.w3-dropdown-click.w3-mobile{text-align:center}
.w3-dropdown-hover.w3-mobile,.w3-dropdown-hover.w3-mobile .w3-btn,.w3-dropdown-hover.w3-mobile .w3-button,.w3-dropdown-click.w3-mobile,.w3-dropdown-click.w3-mobile .w3-btn,.w3-dropdown-click.w3-mobile .w3-button{width:100%}}
@media (max-width:768px){.w3-modal-content{width:500px}
.top-search{width: 100%;}
.w3-modal{padding-top:50px}}
@media (min-width:993px){.w3-modal-content{width:900px}.w3-hide-large{display:none!important}.w3-sidebar.w3-collapse{display:block!important}}
@media (max-width:992px) and (min-width:601px){.w3-hide-medium{display:none!important}}
@media (max-width:992px){.w3-sidebar.w3-collapse{display:none}.w3-main{margin-left:0!important;margin-right:0!important}.w3-auto{max-width:100%}}
.w3-top,.w3-bottom{position:fixed;width:100%;z-index:1}.w3-top{top:0}.w3-bottom{bottom:0}
.w3-overlay{position:fixed;display:none;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.5);z-index:2}
.w3-display-topleft{position:absolute;left:0;top:0}.w3-display-topright{position:absolute;right:0;top:0}
.w3-display-bottomleft{position:absolute;left:0;bottom:0}.w3-display-bottomright{position:absolute;right:0;bottom:0}
.w3-display-middle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}
.w3-display-left{position:absolute;top:50%;left:0%;transform:translate(0%,-50%);-ms-transform:translate(-0%,-50%)}
.w3-display-right{position:absolute;top:50%;right:0%;transform:translate(0%,-50%);-ms-transform:translate(0%,-50%)}
.w3-display-topmiddle{position:absolute;left:50%;top:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.w3-display-bottommiddle{position:absolute;left:50%;bottom:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.w3-display-container:hover .w3-display-hover{display:block}.w3-display-container:hover span.w3-display-hover{display:inline-block}.w3-display-hover{display:none}
.w3-display-position{position:absolute}
.w3-circle{border-radius:50%}
.w3-bold{font-weight: bold;}
.w3-caps{text-transform: uppercase;}
.w3-round-small{border-radius:2px}.w3-round,.w3-round-medium{border-radius:4px}.w3-round-large{border-radius:10px}.w3-round-xlarge{border-radius:16px}.w3-round-xxlarge{border-radius:32px}
.w3-row-padding,.w3-row-padding>.w3-half,.w3-row-padding>.w3-third,.w3-row-padding>.w3-twothird,.w3-row-padding>.w3-threequarter,.w3-row-padding>.w3-quarter,.w3-row-padding>.w3-col{padding:0 8px}
.w3-container,.w3-panel{padding:0.01em 16px;}.w3-panel{margin-top:16px;margin-bottom:16px}
.w3-code,.w3-codespan{font-family: 'Nunito', sans-serif;font-size:16px}
.w3-code{width:auto;background-color:#fff;padding:8px 12px;border-left:4px solid #4CAF50;word-wrap:break-word}
.w3-codespan{color:crimson;background-color:#f1f1f1;padding-left:4px;padding-right:4px;font-size:110%}
.w3-card,.w3-card-2{box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)}
.w3-card-4,.w3-hover-shadow:hover{box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19)}
.w3-spin{animation:w3-spin 2s infinite linear}@keyframes w3-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}
.w3-animate-fading{animation:fading 10s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
.w3-animate-opacity{animation:opac 0.8s}@keyframes opac{from{opacity:0} to{opacity:1}}
.w3-animate-top{position:relative;animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.w3-animate-left{position:relative;animation:animateleft 0.4s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.w3-animate-right{position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.w3-animate-bottom{position:relative;animation:animatebottom 0.4s}@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
.w3-animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
.w3-animate-input{transition:width 0.4s ease-in-out}.w3-animate-input:focus{width:100%!important}
.w3-opacity,.w3-hover-opacity:hover{opacity:0.60}.w3-opacity-off,.w3-hover-opacity-off:hover{opacity:1}
.w3-opacity-max{opacity:0.25}.w3-opacity-min{opacity:0.75}
.w3-greyscale-max,.w3-grayscale-max,.w3-hover-greyscale:hover,.w3-hover-grayscale:hover{filter:grayscale(100%)}
.w3-greyscale,.w3-grayscale{filter:grayscale(75%)}.w3-greyscale-min,.w3-grayscale-min{filter:grayscale(50%)}
.w3-sepia{filter:sepia(75%)}.w3-sepia-max,.w3-hover-sepia:hover{filter:sepia(100%)}.w3-sepia-min{filter:sepia(50%)}
.w3-tiny{font-size:10px!important}.w3-small{font-size:12px!important}.w3-medium{font-size:15px!important}.w3-large{font-size:18px!important}
.w3-xlarge{font-size:24px!important}.w3-xxlarge{font-size:36px!important}.w3-xxxlarge{font-size:48px!important}.w3-jumbo{font-size:64px!important}
.w3-left-align{text-align:left!important}.w3-right-align{text-align:right!important}.w3-justify{text-align:justify!important}.w3-center{text-align:center!important}
.w3-border-0{border:0!important}.w3-border{border:1px solid #ccc!important}
.w3-border-top{border-top:1px solid #ccc!important}.w3-border-bottom{border-bottom: 0.5px solid #ddd!important ;}
.w3-border-left{border-left:1px solid #ccc!important}.w3-border-right{border-right:1px solid #ccc!important}
.w3-topbar{border-top:6px solid #ccc!important}.w3-bottombar{border-bottom:6px solid #ccc!important}
.w3-leftbar{border-left:6px solid #ccc!important}.w3-rightbar{border-right:6px solid #ccc!important}
.w3-section,.w3-code{margin-top:16px!important;margin-bottom:16px!important}
.w3-margin{margin:16px!important}.w3-margin-top{margin-top:16px!important}.w3-margin-bottom{margin-bottom:10px!important}
.w3-margin-left{margin-left:16px!important}.w3-margin-right{margin-right:16px!important}
.w3-padding-small{padding:4px 8px!important}.w3-padding{padding:10px 16px!important}.w3-padding-large{padding:12px 24px!important}
.w3-padding-16{padding-top:16px!important;padding-bottom:16px!important}.w3-padding-24{padding-top:24px!important;padding-bottom:24px!important}
.w3-padding-32{padding-top:32px!important;padding-bottom:32px!important}.w3-padding-48{padding-top:48px!important;padding-bottom:48px!important}
.w3-padding-64{padding-top:64px!important;padding-bottom:64px!important}
.w3-left{float:left!important}.w3-right{float:right!important}
.w3-button:hover{color:#000!important;background-color:#ccc!important}
.w3-transparent,.w3-hover-none:hover{background-color:transparent!important}
.w3-hover-none:hover{box-shadow:none!important}
.w3-padding-12{
padding-left: 10px;
padding-bottom: 10px;
}
/* Colors */
.w3-amber,.w3-hover-amber:hover{color:#000!important;background-color:#ffc107!important}
.w3-aqua,.w3-hover-aqua:hover{color:#000!important;background-color:#00ffff!important}
.w3-blue,.w3-hover-blue:hover{color:#fff!important;background-color:#2196F3!important}
.w3-light-blue,.w3-hover-light-blue:hover{color:#000!important;background-color:#87CEEB!important}
.w3-brown,.w3-hover-brown:hover{color:#fff!important;background-color:#795548!important}
.w3-deepbrown,.w3-hover-deepbrown:hover{color:#fff!important;background-color:#501a06!important}
.w3-cyan,.w3-hover-cyan:hover{color:#000!important;background-color:#00bcd4!important}
.w3-blue-grey,.w3-hover-blue-grey:hover,.w3-blue-gray,.w3-hover-blue-gray:hover{color:#fff!important;background-color:#607d8b!important}
.w3-green,.w3-hover-green:hover{color:#fff!important;background-color:#4CAF50!important}
.w3-light-green,.w3-hover-light-green:hover{color:#000!important;background-color:#8bc34a!important}
.w3-indigo,.w3-hover-indigo:hover{color:#fff!important;background-color:#3f51b5!important}
.w3-khaki,.w3-hover-khaki:hover{color:#000!important;background-color:#f0e68c!important}
.w3-lime,.w3-hover-lime:hover{color:#000!important;background-color:#cddc39!important}
.w3-orange,.w3-hover-orange:hover{color:#000!important;background-color:#ff9800!important}
.w3-deep-orange,.w3-hover-deep-orange:hover{color:#fff!important;background-color:#ff5722!important}
.w3-pink,.w3-hover-pink:hover{color:#fff!important;background-color:#e91e63!important}
.w3-purple,.w3-hover-purple:hover{color:#fff!important;background-color:#9c27b0!important}
.w3-deep-purple,.w3-hover-deep-purple:hover{color:#fff!important;background-color:#673ab7!important}
.w3-red,.w3-hover-red:hover{color:#fff!important;background-color:#f44336!important}
.w3-sand,.w3-hover-sand:hover{color:#000!important;background-color:#fdf5e6!important}
.w3-teal,.w3-hover-teal:hover{color:#fff!important;background-color:#009688!important}
.w3-yellow,.w3-hover-yellow:hover{color:#000!important;background-color:#ffeb3b!important}
.w3-white,.w3-hover-white:hover{color:#000!important;background-color:#fff!important}
.w3-black,.w3-hover-black:hover{color:#fff!important;background-color:#000!important}
.w3-grey,.w3-hover-grey:hover,.w3-gray,.w3-hover-gray:hover{color:#000!important;background-color:#e0e8ec!important}
.w3-light-grey,.w3-hover-light-grey:hover,.w3-light-gray,.w3-hover-light-gray:hover{color:#000!important;background-color:#f1f1f1!important}
.w3-dark-grey,.w3-hover-dark-grey:hover,.w3-dark-gray,.w3-hover-dark-gray:hover{color:#fff!important;background-color:#616161!important}
.w3-pale-red,.w3-hover-pale-red:hover{color:#000!important;background-color:#ffdddd!important}
.w3-pale-green,.w3-hover-pale-green:hover{color:#000!important;background-color:#ddffdd!important}
.w3-pale-yellow,.w3-hover-pale-yellow:hover{color:#000!important;background-color:#ffffcc!important}
.w3-pale-blue,.w3-hover-pale-blue:hover{color:#000!important;background-color:#ddffff!important}
.w3-text-amber,.w3-hover-text-amber:hover{color:#ffc107!important}
.w3-text-aqua,.w3-hover-text-aqua:hover{color:#00ffff!important}
.w3-text-blue,.w3-hover-text-blue:hover{color:#2196F3!important}
.w3-text-light-blue,.w3-hover-text-light-blue:hover{color:#87CEEB!important}
.w3-text-brown,.w3-hover-text-brown:hover{color:#795548!important}
.w3-text-cyan,.w3-hover-text-cyan:hover{color:#00bcd4!important}
.w3-text-blue-grey,.w3-hover-text-blue-grey:hover,.w3-text-blue-gray,.w3-hover-text-blue-gray:hover{color:#607d8b!important}
.w3-text-green,.w3-hover-text-green:hover{color:#4CAF50!important}
.w3-text-light-green,.w3-hover-text-light-green:hover{color:#8bc34a!important}
.w3-text-indigo,.w3-hover-text-indigo:hover{color:#3f51b5!important}
.w3-text-khaki,.w3-hover-text-khaki:hover{color:#b4aa50!important}
.w3-text-lime,.w3-hover-text-lime:hover{color:#cddc39!important}
.w3-text-orange,.w3-hover-text-orange:hover{color:#ff9800!important}
.w3-text-deep-orange,.w3-hover-text-deep-orange:hover{color:#ff5722!important}
.w3-text-pink,.w3-hover-text-pink:hover{color:#e91e63!important}
.w3-text-purple,.w3-hover-text-purple:hover{color:#9c27b0!important}
.w3-text-deep-purple,.w3-hover-text-deep-purple:hover{color:#673ab7!important}
.w3-text-red,.w3-hover-text-red:hover{color:#f44336!important}
.w3-text-sand,.w3-hover-text-sand:hover{color:#fdf5e6!important}
.w3-text-teal,.w3-hover-text-teal:hover{color:#009688!important}
.w3-text-yellow,.w3-hover-text-yellow:hover{color:#d2be0e!important}
.w3-text-white,.w3-hover-text-white:hover{color:#fff!important}
.w3-text-black,.w3-hover-text-black:hover{color:#000!important}
.w3-text-grey,.w3-hover-text-grey:hover,.w3-text-gray,.w3-hover-text-gray:hover{color:#757575!important}
.w3-text-light-grey,.w3-hover-text-light-grey:hover,.w3-text-light-gray,.w3-hover-text-light-gray:hover{color:#f1f1f1!important}
.w3-text-dark-grey,.w3-hover-text-dark-grey:hover,.w3-text-dark-gray,.w3-hover-text-dark-gray:hover{color:#3a3a3a!important}
.w3-border-amber,.w3-hover-border-amber:hover{border-color:#ffc107!important}
.w3-border-aqua,.w3-hover-border-aqua:hover{border-color:#00ffff!important}
.w3-border-blue,.w3-hover-border-blue:hover{border-color:#2196F3!important}
.w3-border-light-blue,.w3-hover-border-light-blue:hover{border-color:#87CEEB!important}
.w3-border-brown,.w3-hover-border-brown:hover{border-color:#795548!important}
.w3-border-cyan,.w3-hover-border-cyan:hover{border-color:#00bcd4!important}
.w3-border-blue-grey,.w3-hover-border-blue-grey:hover,.w3-border-blue-gray,.w3-hover-border-blue-gray:hover{border-color:#607d8b!important}
.w3-border-green,.w3-hover-border-green:hover{border-color:#4CAF50!important}
.w3-border-light-green,.w3-hover-border-light-green:hover{border-color:#8bc34a!important}
.w3-border-indigo,.w3-hover-border-indigo:hover{border-color:#3f51b5!important}
.w3-border-khaki,.w3-hover-border-khaki:hover{border-color:#f0e68c!important}
.w3-border-lime,.w3-hover-border-lime:hover{border-color:#cddc39!important}
.w3-border-orange,.w3-hover-border-orange:hover{border-color:#ff9800!important}
.w3-border-deep-orange,.w3-hover-border-deep-orange:hover{border-color:#ff5722!important}
.w3-border-pink,.w3-hover-border-pink:hover{border-color:#e91e63!important}
.w3-border-purple,.w3-hover-border-purple:hover{border-color:#9c27b0!important}
.w3-border-deep-purple,.w3-hover-border-deep-purple:hover{border-color:#673ab7!important}
.w3-border-red,.w3-hover-border-red:hover{border-color:#f44336!important}
.w3-border-sand,.w3-hover-border-sand:hover{border-color:#fdf5e6!important}
.w3-border-teal,.w3-hover-border-teal:hover{border-color:#009688!important}
.w3-border-yellow,.w3-hover-border-yellow:hover{border-color:#ffeb3b!important}
.w3-border-white,.w3-hover-border-white:hover{border-color:#fff!important}
.w3-border-black,.w3-hover-border-black:hover{border-color:#000!important}
.w3-border-grey,.w3-hover-border-grey:hover,.w3-border-gray,.w3-hover-border-gray:hover{border-color:#9e9e9e!important}
.w3-border-light-grey,.w3-hover-border-light-grey:hover,.w3-border-light-gray,.w3-hover-border-light-gray:hover{border-color:#f1f1f1!important}
.w3-border-dark-grey,.w3-hover-border-dark-grey:hover,.w3-border-dark-gray,.w3-hover-border-dark-gray:hover{border-color:#616161!important}
.w3-border-pale-red,.w3-hover-border-pale-red:hover{border-color:#ffe7e7!important}.w3-border-pale-green,.w3-hover-border-pale-green:hover{border-color:#e7ffe7!important}
.w3-border-pale-yellow,.w3-hover-border-pale-yellow:hover{border-color:#ffffcc!important}.w3-border-pale-blue,.w3-hover-border-pale-blue:hover{border-color:#e7ffff!important}




.days-left-d {
  /* max-width: 200px; */
  min-width: 250px;
}
.days-left-bar {
  width: 100%;
  height: 10px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background-color: rgb(194, 194, 255);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.days-left-bar>div {
  width: 50%;
  height: 100%;
  position: absolute;
  border-radius: 10px;
  background-color: blue;
}


.user_profile {
  display: inline-flex;
  /*
  width: 28px;
  height: 29px;
  */
  justify-content: center;
  justify-items: center;
  align-items: center;
  /* margin-right: 20px; */
  cursor: pointer;
  position: relative;
  padding: 10px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.user_profile img {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  /* background-color: lightgray; */
}

.profile-dropdown {
  position: fixed !important;
  top: 62px !important;

  /* height: fit-content; */
  /* height: calc(100% - 100px);
    overflow-y: scroll;
    max-width: 380px; */
  width: 380px;
}

.profile-dropdown a {
  /* min-width: 300px !important; */
  display: flex;
  /* width: 100%; */
  /* min-width: 250px; */
  max-width: auto !important;
  height: auto;
  text-decoration: none;
  align-items: center;
  justify-content: flex-start;
  justify-content: space-between;
  white-space: nowrap;
  padding: 10px 20px;
  gap: 10px;
  color: rgb(73, 73, 73);
}

.profile-dropdown a:last-of-type {
  border-bottom: none !important;

}

.profile-dropdown a:hover {
  background-color: rgba(153, 153, 153, 0.137);
  color: #000 !important;
}

.profile-dropdown a img {
  width: 30px;
  height: 30px;
  /* margin-right: 0px; */

}
.create_btn{
  display: flex;
    justify-content: center;
    margin-top: 12px;
    margin-bottom: 12px;
}
.wishlist_list{
  color: black;
    padding: 0 20px;
    background: lightcyan;
    overflow-y: auto;
    max-height: 300px;
}
.list_view{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border: 1px solid #aaa;
    padding: 6px 14px;
    background-color: white;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.profile-dropdown a img:last-of-type {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 5%;
  left: auto;
}

.user_bg{
  background-color: #0d111c;
  color: white;
  padding: 10px 20px;
}
.dropdown-user {
  font-size: 16px;
  font-weight: 600;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 14px;
  align-items: center;
  color: white;
}

.dropdown-user img {
  width: 40px !important;
  height: 40px !important;
  position: static !important;
}
/* .dropdown-user:hover{
  color: #000;
} */


#logout-btn {
  font-weight: 600;
  color: #333 !important;
  /* background-color: #e8e6fe; */
}

#cookie_bottom{
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  color: #fff;
  background-color: rgba(0,0,0,0.8);
  box-shadow: 0 0 20px rgba(0,0,0,.2);
  padding: 24px 14px;
  z-index: 10;
}

.user_profile>div {
  position: absolute;
  left: auto;
  right: 0;
  top: 50px;
  overflow: hidden;
  z-index: 999;
  background-color: white;
  box-shadow: 0 0 4px 0 #ddd;
  visibility: hidden;
  border-radius: 10px;
  transform: translate(0px, 30px);
  -webkit-transform: translate(0px, 30px);
  -moz-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  -o-transform: translate(0px, 30px);
  transition: transform 2s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition: transform 2s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: transform 2s cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition: transform 2s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: transform 2s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.dropdown-animate {
  visibility: visible !important;
  transition: transform 2s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition: transform 2s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: transform 2s cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition: transform 2s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: transform 2s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 00px) !important;
  -moz-transform: translate(0px, 00px);
  -ms-transform: translate(0px, 00px);
  -o-transform: translate(0px, 00px);
}



.user_profile>div::-webkit-scrollbar {
  width: 5px !important;
  display: block !important;
  background-color: white;

}

.user_profile>div:hover:-webkit-scrollbar-thumb {
  /* display: block; */
  /* opacity: 1; */
  visibility: visible;

}

.user_profile>div::-webkit-scrollbar-thumb {
  transition: visibility 1s linear;
  border-radius: 10px;
  width: 5px;
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  */
  background-color: rgb(0, 0, 0);
  -webkit-transition: visibility 1s linear;
  -moz-transition: visibility 1s linear;
  -ms-transition: visibility 1s linear;
  -o-transition: visibility 1s linear;
}

.matrix{
  display: flex;
  flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 14px;
}
.matrix > .switch-field > label{
  padding: 16px;
  font-size: 18px;
  font-weight: 700;
}

.choose_type > .switch-field > label {
  padding: 16px;
  font-size: 18px;
  font-weight: 700;
}

.navigate{  
    
    z-index: 3;
  position: fixed;
    display: none;
    text-align: center;
    padding: 12px;
    background: white;
    color: #0d111c;
    top: 100px;
    right: 20px;
    width: 200px;
    height: auto;
    box-shadow: 0 0 8px 2px #ccc;
    border-radius: 8px;
}

.close_navigate{
  cursor: pointer;
  color: #fff;
    line-height: 20px;
    position: absolute;
    right: -8px;
    text-align: center;
    top: -22px;
    width: 20px;
    height: 20px;
    text-decoration: none;
    font-weight: 800;
    font-size: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    /* padding-top: 5px; */
    opacity: 1 !important;
}




/* animated overlay popup */


/* animated overlay popup ends */


/*admin style*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.modalDialog {
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    /* background: rgba(255, 255, 255, 0.9); */
    z-index: 99;
     overflow-y: scroll;
    -webkit-transition: opacity 100ms ease-in;
    -moz-transition: opacity 100ms ease-in;
    transition: opacity 100ms ease-in;
    
}

#logout_btn{
  cursor: pointer;
}
.modalDialog > div {
    display: flex;
    width: auto;
    max-width: 90%;
    position: relative;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 80px;
    padding: 12px;
    height: auto;
    box-shadow: 0 8px 60px 0 rgb(103 151 255 / 11%), 0 12px 90px 0 rgb(103 151 255 / 11%);
    -webkit-transition: 300ms all cubic-bezier(.4, 0, .2, 1);
    transition: 300ms all cubic-bezier(.4, 0, .2, 1);
    background-color: #fff;

    border-radius: 8px;    
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.close2 {
   
    color: #fff;
    line-height: 34px;
    position: absolute;
    right: -30px;
    text-align: center;
    top: -30px;
    width: 34px;
    height: 34px;
    text-decoration: none;
    font-weight: 800;
    font-size: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    /* padding-top: 5px; */
    opacity: 1 !important;
    cursor: pointer;
}



.switch-field {
	display: flex;
	overflow: hidden;
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field label {
  display: flex;
  justify-items: center;
  align-items: center;
	background-color: #e4e4e4;
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	line-height: 1;
	text-align: center;
	padding: 8px 16px;
	margin-right: -1px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
	background-color: #a5dc86;
	box-shadow: none;
}

.switch-field label:first-of-type {
	border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
	border-radius: 0 4px 4px 0;
}
.switch-field label.single {
	border-radius: 4px;
}


.mo_btn{
  padding: 2px 4px;
  border-radius: 2px;
  color: blue !important;
  border: 1px solid blue;
  cursor: pointer;
}



	.header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 0px 8px 0 rgba(0,0,0,0.16);
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
}
.header .logo {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.header #menu-action {
  display: block;
  float: left;
  width: 60px;
  height: 50px;
  line-height: 50px;
  /* margin-right: 15px; */
  color: #333;
  text-decoration: none;
  text-align: center;
  background: #fff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header #menu-action i {
  display: inline-block;
  margin: 0 5px;
}
.header #menu-action span {
  width: 0px;
  display: none;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header #menu-action:hover {
  background-color: #edfbff;
}
.header #menu-action.activeDash {
  width: 270px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header #menu-action.activeDash span {
  display: inline;
  width: auto;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}


.sidebar {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 50px;
  height: calc(100% - 50px);
  width: 60px;
  background-color: #fff;
 box-shadow: 0px 4px 8px 0 rgba(0,0,0,0.16);
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: auto;
}
.sidebar:hover,
.sidebar.activeDash,
.sidebar.hovered {
  width: 270px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sidebar ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.sidebar ul li {
  display: block;
}
.sidebar ul li a {
  display: block;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: 1px solid #eee;
  color: #333;
  text-align: left;
}
.sidebar ul li a i {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  -webkit-animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  -o-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.sidebar ul li a span {
  display: inline-block;
  height: 60px;
  line-height: 60px;
}
.sidebar ul li a:hover {
  background-color: #0055ff;
  color: #fff;
}
.sidebar ul li a:hover i {
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing;
}
.main {
  position: relative;
  display: block;
  top: 50px;
  left: 0;
  padding: 15px;
  padding-left: 75px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main.activeDash {
  padding-left: 265px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.m-container.activeDash {
  padding-left: 300px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  min-height: 100vh !important;
}

#main_container{
  /* position: relative; */
  display: block;
  max-width: 100% !important;
  overflow: hidden;
  overflow-x: hidden !important;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.activeMain{
  overflow: hidden;
  padding-left: 300px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

#main_container.activeMain{
  overflow: hidden;
  padding-left: 300px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.animateShort{
  padding-left: 300px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.animateBottom{
  margin-left: 150px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/* #play{
  overflow: auto;
} */

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -ms-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -ms-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -ms-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -ms-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

/*admin style ends here*/



.visible{
  display: block;
}
.invisible{
  display: none;
}

/*media query*/

@media (max-width:300px){
  .desc_section{
    /* margin-top: 180px; */
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }

  .view_container {
    position: relative;
    width: 100%;
    /*height: 100%;
    */overflow: hidden;
    padding-top: 56.25%;
  
    transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
  
  }
      
      /* Then style the iframe to fit in the container div with full height and width */
      .responsive-iframe {
        /* position: absolute; */
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        /* width: 100%;
        height: 100%; */
        border-width: 0px;
      }
}

@media (max-width: 400px) and (min-width:301px){

  .desc_section{
    /* margin-top: 220px; */
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }

  .view_container {
    position: relative;
    width: 100%;
    /*height: 100%;
    */overflow: hidden;
    padding-top: 56.25%;
  
    transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
  
  }
      
      /* Then style the iframe to fit in the container div with full height and width */
      .responsive-iframe {
        /* position: absolute; */
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        /* width: 100%;
        height: 100%; */
        border-width: 0px;
      }
}
@media (max-width: 600px) and (min-width:401px){

  
  .fullscreenExpandAnim{
    /* width: 66% !important; */
    height: 100vh;
    position: absolute;
    /* top: calc(50% + 76px); */
    left: 50%;
    z-index: 1;
    border: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%); */
}

  .gap_desc > #My-Iframe{
    height: 200px;
  }
  .gap_desc > #desc_row{
    max-width: 800px; 
    margin: 0 auto;
    padding: 0px 0px 50px 0px; 
    /* margin-top: 200px; */
  }

  .gap_desc > .desc_section2{
    margin-top: 50px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }

  .desc_section{
    /* margin-top: 300px; */
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  
  .desc_section3{
    margin-top: 150px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  
  .view_container {
    position: relative;
    width: 100%;
    /*height: 100%;
    */overflow: hidden;
    padding-top: 56.25%;
  
    transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
  
  }
      
      /* Then style the iframe to fit in the container div with full height and width */
      .responsive-iframe {
        /* position: absolute; */
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        /* width: 100%;
        height: 100%; */
        border-width: 0px;
      }

}
@media (max-width: 700px) and (min-width:601px){
  /* for mobile or small devices */
  .gap_desc > #My-Iframe{
    height: 250px;
  }

  .view_container {
  position: relative;
  width: 100%;
  /*height: 100%;
  */overflow: hidden;
  padding-top: 56.25%;

  transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;

  }
    
    /* Then style the iframe to fit in the container div with full height and width */
    .responsive-iframe {
      /* position: absolute; */
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      /* width: 100%;
      height: 100%; */
      border-width: 0px;
    }

   #desc_row{
      display: block !important;
      max-width: 800px; 
      margin: 0 auto;
      padding: 0px 0px 50px 0px; 
      /* margin-top: 50px; */
    }
  
    .gap_desc > .desc_section2{
      margin-top: 350px;
      transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    }

    .desc_section{
      /* margin-top: 350px; */
      transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    }

    .desc_section3{
      margin-top: 250px;
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
    }


  }
 

  @media (max-width: 800px) and (min-width:701px){

  .desc_section{
    /* margin-top: 400px; */
    transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  }

  .view_container {
    position: relative;
    width: 100%;
    /*height: 100%;
    */overflow: hidden;
    padding-top: 56.25%;
  
    transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
  
  }
      
      /* Then style the iframe to fit in the container div with full height and width */
      .responsive-iframe {
        /* position: absolute; */
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        /* width: 100%;
        height: 100%; */
        border-width: 0px;
      }

  }
  @media  (min-width:801px){

    .gap_desc > #My-Iframe{
      height: 300px;
    }

    .desc_section{
      /* margin-top: 350px; */
      transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    }

    .desc_section3{
      margin-top: 300px;
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
    }

    .view_container {
      /* position: relative; */
      width: 100%;
      /*height: 100%;
      */overflow: hidden;
      padding-top: 56.25%;
    
      transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
    
    }
        
        /* Then style the iframe to fit in the container div with full height and width */
        .responsive-iframe {
          /* position: absolute; */
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          /* width: 100%;
          height: 100%; */
          border-width: 0px;
        }

  }
 
  @media (max-width:940px) and (min-width:601px){
  /* for tablet or medium devices */
      .view_container {
    position: relative;
    width: 100%;
    /* height: 100%; */
    overflow: hidden;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  }
  
  /* Then style the iframe to fit in the container div with full height and width */
  .responsive-iframe {
    /* position: absolute; */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /* width: 100%;
    height: 100%; */
    border-width: 0px;
  }
  
  #desc_row{
    max-width: 800px; 
    margin: 0 auto;
    padding: 0px 0px 50px 0px; 
    /* margin-top: 50px; */
  }

  .fullscreenExpandAnim{
    /* width: 66% !important; */
    height: 100vh;
    position: absolute;
    /* top: calc(50% + 76px);
    left: 50%; */
    z-index: 1;
    border: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%); */
}

  
  }

  @media (max-width:1200px){
    .justify{
      display: flex;
      flex-direction: column;      
    }
    .justify > .w3-row{
      margin-bottom: 10px;
    }
  }
  
  @media (min-width:941px){
  
  /* for desktop or large devices */

.fullscreenExpandAnim{
width: 100%;
}
  .gap_desc > #My-Iframe{
    height: 400px;
  }

  .view_container {
      /* position: relative; */
      width: 100%;
      height: 100%;
      overflow: hidden;
      padding-top: 56.25%;
      /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    }
    
    /* Then style the iframe to fit in the container div with full height and width */
    .responsive-iframe {
      /* position: absolute; */
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      /* width: 100%;
      height: 100%; */
      border-width: 0px;
    }
    #desc_row{
      max-width: 800px; 
      margin: 0 auto;
      padding: 0px 0px 50px 0px; 
      /* margin-top: 50px; */
    }

    .desc_section{
      /* margin-top: 550px; */
      transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    }

  }
  
  .select_add_cat , .select_remove_cat, .select_remove_chnl , .select_add_chnl, .load_chnl , .select_chnl, .add_user, .remove_user, .add_channel, .remove_channel, .add_STBs, .remove_STBs{
    cursor: pointer;
    display: flex;
  }






  .circle-container {
    background-color: #f5f5f5;
    position: relative;
    /* width: 100%;
    height: 100%; */
  }
  .circle-container .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    /* background-color: rgba(0, 168, 255, 0.5); */
    border-radius: 100%;
    transform: translate(-50%, -50%);
  }
  
  .circle-1-green{
    background-color: rgba(1, 121, 21, 0.7);
  }
  .circle-2-green{
    background-color: rgba(1, 121, 21, 1);
  }
 
  .circle-1-red{
    background-color: rgba(255, 0, 0, 0.7);
  }
  .circle-2-red{
    background-color: rgba(255, 0, 0, 1);
  }
 
  .circle-1-orange{
    background-color: rgba(233, 165, 5, 0.7);
  }
  .circle-2-orange{
    background-color: rgba(233, 165, 5, 1);
  }
  
  .circle-container .circle.circle-1 {
    width: 20px;
    height: 20px;
    /* background-color: rgba(0, 168, 255, 0.7); */
    -webkit-animation: circle2 2s ease-in-out infinite;
            animation: circle2 2s ease-in-out infinite;
  }
  .circle-container .circle.circle-2 {
    width: 10px;
    height: 10px;
    /* background-color: #00a8ff; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
  }
  
  @-webkit-keyframes circle {
    0% {
      width: 10px;
      height: 10px;
      opacity: 1;
    }
    30% {
      opacity: 0.5;
    }
    90% {
      width: 50px;
      height: 50px;
      opacity: 0;
    }
    100% {
      width: 10px;
      height: 10px;
      opacity: 0;
    }
  }
  
  @keyframes circle {
    0% {
      width: 10px;
      height: 10px;
      opacity: 1;
    }
    30% {
      opacity: 0.5;
    }
    90% {
      width: 50px;
      height: 50px;
      opacity: 0;
    }
    100% {
      width: 10px;
      height: 10px;
      opacity: 0;
    }
  }
  @-webkit-keyframes circle2 {
    0% {
      width: 10px;
      height: 10px;
      opacity: 1;
    }
    30% {
      opacity: 0.7;
    }
    90% {
      width: 25px;
      height: 25px;
      opacity: 0;
    }
    100% {
      width: 10px;
      height: 10px;
      opacity: 0;
    }
  }
  @keyframes circle2 {
    0% {
      width: 10px;
      height: 10px;
      opacity: 1;
    }
    30% {
      opacity: 0.7;
    }
    90% {
      width: 25px;
      height: 25px;
      opacity: 0;
    }
    100% {
      width: 10px;
      height: 10px;
      opacity: 0;
    }
  }
  
  .user_status{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 14px;
    border-radius: 16px;
    padding: 4px 14px;
    width: max-content;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
  }
  
  .user_status_green{
    background: rgba(1, 121, 21, 0.5) ;
      color: green;
  }
  .user_status_red{
    background: rgba(255, 0, 0, 0.5);
    color: red;
  }
  .user_status_orange{
    background: rgba(233, 165, 5, 0.5);
    color: #ff9d2f;
  }
  
  .user_circle{
    display: flex;
    background: antiquewhite;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    font-weight: bold;
    position: relative;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }


  .quick_schedule{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;

  }
  .quick_schedule > .schedule_time{
    width: 100px;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #e6ecf2;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    
  }
  .active_time{
    background-color: #151f30 !important;
    color: white !important;
  }

  .schedule_input{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
  }
  .input_time{
    width: 100px;
  }



 




  
  .navbar { padding:5px; }
  .navbar[align=center] > * { display:block; cursor:pointer; width:95%; padding:5px; color:#fff; text-align:center; }
 
  

  .noselect {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
  }
  
  
  .sort-placer {
    border:2px solid orange;
  }

  .drop-ui, .drop-ui1{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    /* padding: 14px; */
    /* top: 0;
    bottom: 0; */
    left: 0;
    right: 0;
    /* box-shadow: inset 0 0 8px 6px red; */
    z-index: 2;

  }
  .ui-droppable-hover .drop-ui{
    box-shadow:  inset 0 0 8px 6px rgba(46, 204, 113, 1);
    top: 0 ;
    bottom: 0;
  }

  .topper{
    margin-left: 150px;
  }
.topper_bottom{
  display: block;
  z-index: 2;
  /* background-color: rgba(0, 0, 0, 0.7); */
  color: white;
  /* border-radius: 8px; */
  padding: 14px;
  margin-top: 14px;
}

.exit_btn_cls{
  border-radius: 25px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 14px;
  transition: all .3s;
}
.exit_btn_cls:hover{
  background-color: white;
  color: #333;
}
.ui-draggable{
  border: 1px dashed;
  cursor: move;
}

.fx-gap{
  display: flex;
  gap: 10px;
}


.firmware_id, .ird_api_enable, .ird_api_web_server_type, .ssl1, .ssl2, .ssl3, .ssl4, .group_id, .video_mode, .vol_cont, .overlay_trans, .country_id , .buffer_size, .router{
  width: 100%;
  border: none;
  padding: 8px 24px;
  height: 50px;
  border-radius: 6px;
  outline: none;
  font-size: 16px;
  margin-bottom: 14px;
  background: #e6ecf2;
  /* margin: 0; */
  vertical-align: top;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
  clear: both;
  display: inline-block;
  word-break: break-all;
}

.assign_item, .remove_item{
  background-color: lightgoldenrodyellow;
  padding: 12px 14px;
  border-radius: 6px;
}
.add_active{
  background-color: aliceblue;
}


.flag-icon-us {
  background-image: url('../images/svg/english.svg');
}
.flag-icon-es {
  background-image: url('../images/svg/spanish.svg');
}

.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}
.me-1 {
  margin-right: 0.25rem!important;
}

.select-wrapper {
  position: relative;
  display: inline-block;
}
.select-wrapper div {
  display: none; /* Make the select element invisible */
  position: absolute;
  /* padding-left: 14px; */
  top: 50px;
  left: 0;
  width: 100%;
  /* height: 100%; */
  cursor: pointer;
  z-index: 1; /* Ensure the select element is on top */
  /* min-width: 216px; */
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 10px 15px 0 rgba(0,0,0,0.12);
}
.select-label {
  cursor: pointer;
  padding: 0px 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #222;
}


/* Styling for the select dropdown */
.select-wrapper {
  position: relative;
  display: inline-block;
}


/* Styling for the options */
.select_option {
  /* padding: 10px; */
  width: 100%;
  color: #000;
  /* font-size: 14px; */
  background-color: #fff;
  text-align: left;
  padding-left: 20px;
  border-bottom: 1px solid #eee !important;
}

/* Styling when an option is hovered */
.select_option:hover {
  background-color: #0055ff;
  color: #fff;
}

