.sgl-plugin-page .jwplayer.jw-stretch-uniform .jw-media video{
  object-fit: contain !important;
}
.sgl-plugin-page .video-player-element{
  width: 100% !important;
  height: 100% !important;
}
.jw-sharing-link{
  color: white !important;
  text-align: left !important;
}
.sgl-plugin-page .jw-dock{
  position: fixed !important;
  top: 60px;
  right: 0 !important;
}
.sgl-plugin-page .jw-related-close{
  top: 60px;
  margin-right: 0;
}
.sgl-plugin-page .jwplayer{
  position: -webkit-sticky !important;
  height: 100% !important;
  max-height: 100%;
}

.sgl-plugin-page .sub-main-div{
  margin: 20px;
}
.sgl-plugin-page .float-left {
  float: left;
}
.sgl-plugin-page .close-right {
  float: right;
  margin: 1rem;
}
.sgl-plugin-page .sub_button{
  margin: 1.2em !important;
}
.sgl-plugin-page .font-13{
  font-size: 13px;
}
.sgl-plugin-page .font-16{
  font-size: 16px;
}
.sgl-plugin-page .download_image {
  width: 14px;
}
.sgl-plugin-page .cursor-pointer{
  cursor: pointer;
}

.sgl-plugin-page .table-scroll {
    
  max-height: 300px;
  overflow-y: scroll;
  width: 100%;
  display: block;
  overflow-x: hidden;
}
.sgl-plugin-page .scroll_table tbody>tr, .sgl-plugin-page .scroll_table thead>tr {
  display: table;
width: 100%;
table-layout: fixed;
}

.sgl-plugin-page .terms_div{
  background: #f2f2f2 none repeat scroll 0 0;
  border: 1px solid #ccc;
  max-height: 100px;
  overflow: auto;
  padding: 6px;
}

.sgl-plugin-page .trash-icon{float: right !important; cursor: pointer;}
.sgl-plugin-page .success_msg{color:green;}

.sgl-plugin-page .video_container {
  /* margin: 12px !important; */
  padding: 2px;
  background-color: #fafafa;
  font-size: 0.9em;
  border: 1px solid #e6e6e6;
  list-style-type: none;
  margin: 4px 8px 10px 0px;
  padding-bottom: 5px;
  overflow: hidden;
}

.sgl-plugin-page .flex-video-container{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.sgl-plugin-page .video_data_container{
  float: left !important;
  width: 50%;
  min-width: 380px;
}
.sgl-plugin-page .video-data{
  border-top: 2px solid;
  margin-top: 10px;
  border-bottom: 2px solid;
}
.sgl-plugin-page .video-data-table{
  margin-bottom: 0% !important;
}
.sgl-plugin-page .related-videos-header {
  text-align: center;
/* background: #226922;
color: white; */
margin-bottom: 10px;
margin-top: 10px;
padding: 5px;
}

.sgl-plugin-page .grid .video_container{
  float: left !important;
  width: 30%;
}
.sgl-plugin-page .list .video_container{
  width: 100%;
}
.sgl-plugin-page .thumb-image {
    position: relative;
    max-width: 300px;
    float: left;
}

.sgl-plugin-page .play-video-strip {
    bottom: 0;
    color: #fff;
    display: block;
    font-family: lato;
    font-size: 10px;
    font-weight: bold;
    height: 20px;
    line-height: 15px;
    opacity: 0.8;
    overflow: hidden;
    padding: 3px 0;
    position: absolute;
    right: 0;
    text-align: left;
    text-indent: 4px;
    text-transform: uppercase;
    width: 38%;
    border: none;
}

.sgl-plugin-page .preview-strip {
  background: #046240;
  border: medium none;
  bottom: 0;
  color: #fff;
  display: block !important;
  font-family: lato;
  font-size: 10px !important;
  font-weight: bold;
  height: 20px;
    line-height: 15px;
  opacity: 0.8;
  overflow: hidden !important;
  padding: 3px 0;
  position: absolute;
  left: 0;
  text-align: left;
  text-indent: 4px;
  text-transform: uppercase;
  width: 30%;
}

.sgl-plugin-page .orange {
  background: #F88017;
  color: white;
}

.sgl-plugin-page .green {
  background: #046240;
  color: white;

}

.sgl-plugin-page .play-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
}
/* .sgl-plugin-page .play-button {
  height: 30px;
  width: 30px;
  margin-top: -20px;
  margin-left: -17px;
} */
.sgl-plugin-page .play-button {

  cursor: pointer;
  height: 50px;
  left: 50%;
  margin-left: -25px;
  margin-top: -30px;
  position: absolute;
  top: 50%;
  opacity: 0.5;
  transition: opacity 0.5s;
      transition-timing-function: ease;
  transition-timing-function: ease;
  width: 50px;
  z-index: 1;
  display: block;
}

.sgl-plugin-page .play-icon {
  color: #fff;
  display: block;
  font-size: 24px;
  height: 100%;
  line-height: 48px;
  position: absolute;
  text-align: center;
  width: 100%;
  text-decoration: none;
  text-indent: 3px;
  /* background: url("../../images/play-video.png") no-repeat; */
}

.sgl-plugin-page .genericon {
  font-family: "Genericons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.sgl-plugin-page .genericon-play::before {
  content: url("../../images/play-video.png");
}

.sgl-plugin-page .video_details {
  padding: 8px !important;
  font-size: 14px;
  float: left;
}
.sgl-plugin-page .list .video_details{
    width: -webkit-calc(100% - 300px);
    width:    -moz-calc(100% - 300px);
    width:         calc(100% - 300px);
}
.sgl-plugin-page .grid .video_details{

  width: 100%;
}

.sgl-plugin-page .placing {
  float: right;
  font-weight: bold;
  font-size: 17px;
}

.sgl-plugin-page .grey_text{color:grey;}

.sgl-plugin-page .formDiv {
  /* background: rgb(247, 247, 247); */
  padding: 0px 20px 0px 20px;
}

.sgl-plugin-page .formDiv > .flex-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 2px;
}

.sgl-plugin-page .column {
  display: flex;
  flex-direction: column;
  padding: 1em;
}

.sgl-plugin-page .as-input-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: smaller;
  margin: 0.3rem;
}
.sgl-plugin-page .as-input-group > label {
  margin: 0.5rem;
  font-size: small;
}

.sgl-plugin-page .break {
  flex-basis: 100%;
  height: 0;
}
.sgl-plugin-page .my-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}

.sgl-plugin-page .fault-placing-style {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}

.sgl-plugin-page .input-group {
  align-items: center;
  width: 50%;
  margin: 0.5rem;
}

.sgl-plugin-page .pad-top-ig{
    padding-top: 1rem;
}

.sgl-plugin-page .select2-container .selection .select2-selection--multiple {
   padding: 0px;
  line-height: 1rem; 
  width: 100%;
}
.sgl-plugin-page .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  padding: 0 4px 6px;
}
.sgl-plugin-page .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 1rem;
  padding-right: 0px;
}
/* textarea {
  min-height: unset !important;
} */

.sgl-plugin-page .ui-datepicker select.ui-datepicker-month, .sgl-plugin-page .ui-datepicker select.ui-datepicker-year {
    width: 45%;
    float: right;
    margin-right:3%;
}

.sgl-plugin-page .playlist-div {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0.5rem;
  width: 70%;
}

.sgl-plugin-page .set-width {
  width: 50%;
}

.sgl-plugin-page .set-width-list-grid {
    width: 54%;
  }
.sgl-plugin-page .list-grid{
    padding-top: 1.3rem;
    margin-left: 1rem;
    text-align: center;
}

.sgl-plugin-page .display_none{
    display: none;
}

.sgl-plugin-page #search-wait{
  margin-top: 0.6rem;
}
.sgl-plugin-page #price_usd{
  margin-top: 0.5rem;
}
.sgl-plugin-page .top-margin-15{
  margin-top: 15px;
}
.sgl-plugin-page #report_problem-wait{
  margin-top: 0.3rem;
  margin-right: 1rem;
}
.sgl-plugin-page .grid-btn{
    opacity: 0.4;
}
.sgl-plugin-page .list-grid-img{
  width: 12px;
  height: 12px;
}
.sgl-plugin-page .my-row-end {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 1rem;
}

.sgl-plugin-page .my-row-end > input {
    margin: 0.5rem;
}

.sgl-plugin-page .my-column {
  display: flex;
  flex-direction: column;
}

.sgl-plugin-page .margin-style {
  margin-left: 5px !important;
}
.sgl-plugin-page .style-checkbox {
  margin-left: 1rem;
}
.sgl-plugin-page .set-width-as-4 {
  width: 4.1rem;
}

.sgl-plugin-page .set-width-80p {
  width: 91%;
}

.sgl-plugin-page .set-width-100p{
  width: 100%;
}

.sgl-plugin-page .set-width-10p {
  width: 10% !important;
}

.sgl-plugin-page .expand-style {
  padding-top: 1rem;
  width: 7rem;
  font-size: smaller !important;
  text-decoration: underline;
}

.sgl-plugin-page .video-modal {
  width: 75%;
  height: 75%;
  padding: 3px !important;
  overflow-x: hidden;
  border-radius: 0;
}
.sgl-plugin-page .in-iframe{
  width: 95% !important;
  height: 375px !important;
}
.sgl-plugin-page .video-in-iframe{
  width: 95% !important;
  height: 375px !important;
}
.sgl-plugin-page .subscription-modal {
  width: 60% !important;
  max-width: 750px;
}
.sgl-plugin-page .subscription_radios {
  float: left !important;
  width: 148px !important;
  margin: 2px !important;
  padding: 2px;
  background-color: #fafafa;
  border: 1px solid #BBAFA0;
}
.sgl-plugin-page .subscription_radio_option{
  color: #636363;
  /* margin-bottom: 20px; */
}
.sgl-plugin-page .ios-hr, .sgl-plugin-page .desc_span > hr{
  color: #D7D7D7;
  border: 3px;
  margin: 3px !important;
  padding: 0 !important;
  display: block;
  height: 1px;
  background: #D7D7D7;
  width: 93%;
  opacity: 1;
}
.sgl-plugin-page .free_sub{
  color:green;font-weight:bold;font-style: italic;
}
.sgl-plugin-page .disabled_sub{
  color:red;font-weight:bold;font-style: italic;clear: both;display: block;
}
.sgl-plugin-page .select-width{
  width:90%;
  max-width:300px;
}
.sgl-plugin-page .input-width{
  width:90% !important;
  max-width:300px !important;
  margin-bottom: 10px !important;
}
.sgl-plugin-page .close_player{
  position: fixed;
  right: 10px;
  top: 10px;
  cursor: pointer;
  z-index: 99;
  display: block;
}
.sgl-plugin-page .player_options{
  position: absolute;
  top: 0px;
  z-index: 11;
  width:100%;
  padding-right: 6px;
  
}
.sgl-plugin-page .video_player{
  height: 500px;
  max-height: 95vh;
  width:100%;
  margin-top: 8px;
}
.sgl-plugin-page .detail_player_options{
  position: absolute;
  top: 0px;
  z-index: 11;
  width:100%;
  padding-right: 14px;
  
}
.sgl-plugin-page .detail_thePlayer_infobox{
  z-index: 11;
  background: rgba(4, 98, 64, 0.8) none repeat scroll 0% 0%;
  color: rgb(255, 255, 255);
  padding-bottom: 8px;
  font-size: 14px;
  width: 100%;
}
.sgl-plugin-page .thePlayer_infobox{

  z-index: 11;
  background: rgba(4, 98, 64, 0.8) none repeat scroll 0% 0%;
  color: rgb(255, 255, 255);
  padding-bottom: 8px;
  margin-top: 3px;
  font-size: 14px;
  width: 100%;

  display: flex;
  justify-content: space-between;
}
.sgl-plugin-page .thePlayer_infobox_previews{

  z-index: 11;
  background: rgba(4, 98, 64, 0.8) none repeat scroll 0% 0%;
  color: rgb(255, 255, 255);
  padding-bottom: 8px;
  margin-top: 3px;
  font-size: 14px;
  width: 100%;
  min-height: 32px;
}

.sgl-plugin-page .set-inline{
  min-width: fit-content;
  padding-top: 8px;
}

.sgl-plugin-page .cross-btn-img{
  max-width: unset;
  width: 30px;
}

.sgl-plugin-page .align-center{
  text-align: center;
}

.sgl-plugin-page .clipBoardButton{
  font-weight: bold;
  cursor: pointer;
  margin-left: 5px;
  border: 1px solid black;
  color: white;
  font-size: 14px;
  padding: 5px;
  background: rgba(51, 51, 51, 0.8);
  border-radius: 2px;
  background: rgba(4, 98, 64, 0.8);
  height: 2rem;
  width: fit-content;
  position: absolute;
  margin-top: 3px;
}

.sgl-plugin-page .modalVideoOptionButton {
  cursor: pointer;
  opacity: 0.8;
  background: #046240 none repeat scroll 0 0;
  padding: 8px;
  margin-top: 0.8rem;
  position: -webkit-sticky !important;
}
.sgl-plugin-page .modalVideoOptionButton_previews {
  cursor: pointer;
  opacity: 0.8;
  background: #046240 none repeat scroll 0 0;
  padding: 8px;
  margin-top: 0.38rem;
  width: 45px;
  position: fixed;
  left: 10px;
}

.sgl-plugin-page .social-media-icons{
  padding-left: 0.5rem;
}

.sgl-plugin-page .social-media-icons:hover{
  cursor: pointer;
}

.sgl-plugin-page .modalVideoOptionButton > img, .sgl-plugin-page .modalVideoOptionButton_previews > img {
  width: 28px;
  height: 28px;
}

.sgl-plugin-page .myimg{
  width: 28px;
  height: 28px;
}

.sgl-plugin-page .flex-container-row{ 

  padding: 0.7rem;
  right: 10px;
position: absolute;
}

.sgl-plugin-page .flex-container-column{
  
  margin-left: auto;
}

.sgl-plugin-page .purchase-download-button{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F88017;
  padding: 0.25rem;
}

.sgl-plugin-page .download-button{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #046240;
  padding: 0.25rem;
}

.sgl-plugin-page .cross-button{
  align-self: center;
  margin-right: 0.3rem;
  margin-right: 0px !important;
  align-self: flex-start;
  padding: 0.2rem;
}
.sgl-plugin-page .cross-button_previews{
  padding: 0.2rem;
  position: fixed;
  right: 0;
  top: 0;
}

.sgl-plugin-page .top-div, .sgl-plugin-page .top-div-detail, .sgl-plugin-page .top-div_previews {
  text-align: center;
  padding-top: 8px;
}

.sgl-plugin-page .sw-30{
  width: 30%;
}

.sgl-plugin-page .mymodal h2{
  border-bottom: 1px solid #555;
  padding-bottom: 5px;
  margin-top: 0.4em;
  font-size: 18px !important;
  text-align:center;
}

.sgl-plugin-page .align-buttons{
  display: flex;
  justify-content: space-between;
}

.sgl-plugin-page li {
  margin-bottom: 0.5rem;
}

.sgl-plugin-page .checkbox-class{
  margin: 0;
  vertical-align: middle;
}
.sgl-plugin-page .no-margin{
  margin: 0;
}

  
.sgl-plugin-page .mymodal input[type="text"]{
  width:100%;
}

.sgl-plugin-page .mymodal p{
  font-size:13px;
  margin-bottom:10px;
  margin-top:0px;
}

.sgl-plugin-page .mymodal .right, .sgl-plugin-page .right{
  float:right;
  margin-right:2px;
  margin-left: 2px;
}

.sgl-plugin-page .mymodal .left{
  float:left;
}

.sgl-plugin-page .mymodal button{
  cursor:pointer;
}

.sgl-plugin-page .mymodal.modal-width-responsive {
  width:90%;
  max-width:600px;
}
.sgl-plugin-page .mymodal.modal-width-responsive a{
  cursor:pointer;
  font-size:11px;
}

.sgl-plugin-page .mymodal.modal-width-responsive label{
  margin-bottom:2px;
  display:block;
  text-indent:2px;
}

.sgl-plugin-page .mymodal.modal-width-responsive .add_modal_div, .sgl-plugin-page .mymodal.modal-width-responsive li.entry_people_li{
  margin-bottom:0px;
}

.sgl-plugin-page .mymodal.modal-width-responsive .txt-field-container-div-modal{
  margin-bottom:10px;
}

.sgl-plugin-page .mymodal.modal-width-responsive td, .sgl-plugin-page .mymodal.modal-width-responsive th, .sgl-plugin-page .mymodal.modal-width-responsive label, .sgl-plugin-page .mymodal.modal-width-responsive legend{
  font-size:1.05em;
} 

.sgl-plugin-page .mymodal.modal-width-responsive input, .sgl-plugin-page .mymodal.modal-width-responsive textarea, .sgl-plugin-page .mymodal.modal-width-responsive select, .sgl-plugin-page .mymodal.modal-width-responsive .select-resize-ghost, .sgl-plugin-page .mymodal.modal-width-responsive .select2-container .select2-choice, .sgl-plugin-page .mymodal.modal-width-responsive .select2-container .select2-selection{
  font-size:1.15em !important; 
  height:1.9em !important;
}

.sgl-plugin-page .mymodal h2.sgl-label-border{
  margin-bottom:10px;
}
.sgl-plugin-page .mymodal input[type="checkbox"], .sgl-plugin-page .mymodal input[type="radio"]{
  margin-top:10px;
  margin-bottom:5px;
}
.sgl-plugin-page .green-text{
  color: green;
}
.sgl-plugin-page #subscribe_warning{
  text-align: right;
}
.sgl-plugin-page .mr-btm-5{
  margin-bottom:5px;
}
.sgl-plugin-page .subscription_div_overflow{
  overflow: auto;
  max-height: 60vh;
}

.sgl-plugin-page .display_on_mobile{display: none;}

.sgl-plugin-page .thumb-image > img {
  min-width: 230px;
  min-height: 114px;
}

@media all and (max-width: 1001px){
  .sgl-plugin-page .list-grid > button > span{
    display: none;      
  }
  .sgl-plugin-page .grid .video_container{
    min-width: 280px;
  }
}

@media all and (max-width: 875px) {
  .sgl-plugin-page .display_on_desktop{
    display: none;
  }

  .sgl-plugin-page .display_on_mobile{
      display: block;
  }

  .sgl-plugin-page td.display_on_mobile{
      display:table-cell;
  }
  .sgl-plugin-page .set-inline{
    min-width: fit-content;
  }
  .sgl-plugin-page .set-width {
    width: 45%;
  }
  .sgl-plugin-page .sw-30 {
    width: 30%;
  }
  .sgl-plugin-page .details-table-head {
    width: 100px !important;
  }
  .sgl-plugin-page .video-in-iframe{
    height: 350px !important;
  }
  .sgl-plugin-page .subscription-modal {
    width: 70% !important;
  }
  .sgl-plugin-page .video-modal {
    width: 95%;
  }
}
@media all and (max-width: 875px) {
  .sgl-plugin-page .grid .video_container{
    min-width: 252px;
  }
}
@media all and (max-width: 768px){
  .sgl-plugin-page .list-grid > button > span{
    display: inline;      
  }
  .sgl-plugin-page .grid .video_container{
    min-width: 280px;
  }
}
@media all and (max-width: 734px) {
  .sgl-plugin-page .display_on_desktop{
    display: none;
  }

  .sgl-plugin-page .display_on_mobile{
      display: block;
  }

  .sgl-plugin-page td.display_on_mobile{
      display:table-cell;
  }
  
  .sgl-plugin-page .list-grid > button > span{
    display: none;      
  }
  .sgl-plugin-page .video-modal {
    width: 95%;
  }
}
@media all and (max-width: 630px) {
  .sgl-plugin-page .display_on_desktop{
    display: none;
  }

  .sgl-plugin-page .display_on_mobile{
      display: block;
  }

  .sgl-plugin-page td.display_on_mobile{
      display:table-cell;
  }
  .sgl-plugin-page .list-grid{
    display: none;      
  }
  .sgl-plugin-page .sgl-content-wrapper .tab.display_on_desktop {
    display:none;
  }

  .sgl-plugin-page .sgl-content-wrapper .tab.display_on_mobile {
      display:block;
  }
}
@media all and (max-width: 600px) {
  .sgl-plugin-page .display_on_desktop{
    display: none;
  }

  .sgl-plugin-page .display_on_mobile{
      display: block;
  }

  .sgl-plugin-page td.display_on_mobile{
      display:table-cell;
  }
  .sgl-plugin-page .set-width {
    width: 77% !important;
  }
  .sgl-plugin-page .list-grid{
    display: none;      
  }
  .sgl-plugin-page .my-row {
    flex-direction: column;
  }

  .sgl-plugin-page .as-input-group {
    flex-direction: column;
    align-items: unset;
  }

  .sgl-plugin-page .playlist-div {
    flex-direction: column;
    width: 129%;
  }
  .sgl-plugin-page .input-group {
    width: 100%;
  }
  .sgl-plugin-page .expand-style {
    margin-left: 0rem !important;
  }
  .sgl-plugin-page .list .video_container{
    float: left !important;
  }
  .sgl-plugin-page .list .video_details{

    width: 100%;
  }

  .sgl-plugin-page .video-modal{
    height: 90%;
    width: 100%;
    background: black !important;
  }
  
  .sgl-plugin-page .clipBoardButton{
    visibility: hidden;
  }

  /* .sgl-plugin-page .display_it{
    display: none;
  } */

  .sgl-plugin-page .display_now{
    display: block !important;
  }

  .sgl-plugin-page #myElement{
    height: 75% !important;
  }

  .sgl-plugin-page .bottm-div{
    color:white;
    padding-top: 1rem;
  }

  .sgl-plugin-page .set-inline{
    display: none;
  }

  .sgl-plugin-page .thePlayer_infobox{
    align-items: center;
    padding-left: 1rem;
    background: unset;
  }

  .sgl-plugin-page .top-div{
    visibility: hidden;
  }
  .sgl-plugin-page .top-div_previews{
    display: none;
  }

  .sgl-plugin-page .mbtn{
    background: rgba(63,81,181,255);
    padding: 0 0.2em !important;
  }
  .sgl-plugin-page .mbtn1{
    background: #1DA1F2;
    padding: 0 0.2em !important;
  }
  .sgl-plugin-page .mbtn2{
    background: #a0a0a0;
    padding: 0 0.2em !important;
  }

  .sgl-plugin-page .btn-class{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
  }
  .sgl-plugin-page .social-media-icons {
    padding-left: 0rem;
  }
}
