.nub-fullw{
    width:100%;
  }
  .fs1{
    font-size: .7rem;
  }
  .fs2{
    font-size:.9rem;
  }
  .fs3{
    font-size:1.1rem;
  }
  .h-100{
    height: 100%;
  }
  .nub-np{
    padding:0px !important;
  }
  .nub-page-title{
    padding: 20px;
    background-color: #ffffff;
    z-index: 1;
    box-shadow: 0 4px 12px -2px rgb(0 0 0 / 18%);
    position:relative;
  }
  .nub-page-title h1{
    border-left:4px solid var(--theme-primary);
    padding-left:10px;
    font-size:28px !important;  
  }
  .fix-20-pad{
    margin:-20px;
  }
  .fix-20-pad > .video-wrap > .full-video{
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .nub-box{
    background-color:#efefef;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
    border-radius:15px;
    padding:20px;
  }
  .nub-box-title-div{
    font-size:1.1rem;
    height:60px;
    color:var(--theme-primary);
    box-shadow: 0 4px 12px -2px rgb(0 0 0 / 18%);
    margin:-20px;
    display:flex;
    align-items: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    justify-content: left;
    background-color:#fff;
    margin-bottom:20px;
    padding-left:20px;
  }
  .nub-box-title{
    margin-bottom:0px;  
    font-size:21px;
  }
  h5{
    font-size:17px !important;
  }
  .nub-box-title-icon{
    margin-right:10px;
  }
  .nub-b{
      margin-left:5px;
  }
  .nub-page-title{
    margin-bottom:-20px;
  }
  #right-sidebar .widget {
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
    border-radius: 15px;
    margin-top: 30px;
  }
  .separate-containers .comments-area, .separate-containers .inside-article, .separate-containers .page-header, .separate-containers .paging-navigation {
    padding: 20px 20px 10px;
  }
  .separate-containers.both-right .site-main, .separate-containers.right-sidebar .site-main {
    margin-right: 0;
  }
  
  #right-sidebar .nub-widget-title{
    margin: -15px;
    padding: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    min-height:60px;
    box-shadow: 0 4px 12px -2px rgb(0 0 0 / 18%);
  }
  div#right-sidebar {
    padding-right: 20px !important;
    margin-top: 10px;
  }
  .widget_name {
    font-size: 1.2rem;
  }
  
  .nub-box-widget-footer{
    background-color:rgb(224, 224, 224);
    margin: -15px;
      padding: 15px;
      border-bottom-left-radius: 15px;
      border-bottom-right-radius: 15px;
  }
  .nub-box-widget-footer button{
    margin-bottom:10px;
    border-radius:15px;
    box-shadow: 0 4px 12px -2px rgb(0 0 0 / 60%);
    font-size: 14px;
  }
  #message > textarea, #help-content > textarea{
    font-size:13px;
    padding:15px;
  }
  .widget textarea{
    border-radius:15px;
    margin-bottom:10px !important;
    box-shadow: 1px 2px 15px 5px rgba(185,185,185,0.63);
  }
  .chat-body-content{
      border-radius:15px;
      box-shadow: 1px 2px 15px 5px rgba(185,185,185,0.63);
  }
  #reactions-container{
    border-radius:15px;
    box-shadow: 1px 2px 15px 5px rgba(185,185,185,0.63);
  }
  #words{
    border-radius:15px;
  }
  #chat_real_time_textarea{
    border-radius:0px 0px 15px 15px  !important;
  } 
  .nub-button{
    background-color: var(--theme-primary,#44596c) !important;
    color: var(--theme-primary-text,#fff) !important;
    width:100%;
    /* box-shadow:0 4px 12px -2px var(--theme-secundary); */
    border-radius:15px;
  }
  .nub-button:hover{
    background-color: var(--theme-secundary,#44596c) !important;
    /* box-shadow: 0px 5px 12px var(--theme-secundary); */
  
  }
  .tablerow {
    border-radius:10px;
  }
  .tablerow.program-break {
    background: #e1e0e0 !important;
    border-radius:15px;
    margin-top:10px;
    margin-bottom:10px;
  }  
  .tablerow.program-break > .tablecelltalk {
    background: #e1e0e0 !important;
    border-radius:15px;
    padding-bottom:20px;
  }
  .tablerow.subcaption.nub-programme-caption-colored{
    background-color: var(--theme-primary);
    color: #fff;
    opacity: 0.7;
    box-shadow: 0 4px 8px -2px var(--theme-primary);
  }
  .iframe-all, .iframe-hidden{
    border-radius:15px;
  }
  .iframe-all p, .iframe-hidden p{
    margin-top: 2px;
    margin-left: 3px;
  }
  .nub-button.btn-opacity{
    opacity: 0.6;
  }
  .nub-button.little{
      height:30px;
      font-size:14px;
  }
  .btlr{
    border-top-left-radius:15px;
  }
  .btrr{
    border-top-right-radius:15px;
  }
  .bblr{
    border-bottom-left-radius:15px;
  }
  .bbrr{
    border-bottom-right-radius:15px;
  }
  
  .bt-n{
  border-top:none !important;
  }
  
  .nub-border-box{
    background-color:#fff;
    padding:20px;
    border:2px solid var(--theme-primary);
    border-radius:15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    margin-bottom:10px;
  }
  .nub-border-box.grey{
    border:2px solid black;
  
  }
  .nub-margins-10{
    margin-left:10px;
    margin-right:10px;
  }
  .nub-margins-20{
    margin-left:20px;
    margin-right:20px;
  }
  .nub-center{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .nub-center.nub-columns{
    flex-direction: column;
  }
  .nub-counter{
    font-size:3em;
    color:var(--theme-primary);
  }
  .m-0{
    margin:0px !important;
  }
  .nub-title-bordered{
      border-left:4px solid var(--theme-primary);
      padding-left:15px;
  }
  .nub-separator{
      margin-top:20px;
  }
  .nub-user-list-item{
    border: 2px solid var(--theme-primary);
    padding:9px;
    width:100%;
    margin-top:5px;
    background-color:#fff;
    border-radius:15px;
  }
  .nub-list-counter{
    position: absolute;
    top: 50%;
      transform: translateY(-50%);
    /* top: 0px; */
    left: 18px;
    font-size: 1em;
    font-weight: 700;
    color: var(--theme-primary);
  }
  .ui-corner-all
  {
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
  }
  .filter-input, .form-control{
    border-radius:15px !important;
    border:1px solid #ddd  !important;
    padding-left:5px;
  }
  .input-group:not(.has-validation) > .form-control:not(:last-child) {
    border-top-right-radius:0 !important;
    border-bottom-right-radius:0 !important;
  }
  .input-group:not(.has-validation) > .form-control:not(:first-child) {
    border-bottom-left-radius:0 !important;
    border-top-left-radius:0 !important;
  }
  
  .nubwebinar-button, .btn-default,.inside .nubwebinar > button{
    border-radius:15px !important;
    background-color:var(--theme-primary);
  }
  
  .w-auto{
    width: auto !important;
  }
  
  .nubwebinar_technical_support{
    padding-bottom: 0px !important;
  }
  .nub-list-item-row{
      text-align:center;
      border-left: 2px solid #dddddd;
      height:100%;
  }
  .nub-list-item-first-row{
      text-align:center;
      padding-left:20px !important;
  }
  .nub-select{
      border-radius:15px;
      border:1px solid #ddd;
      background-image:
      linear-gradient(45deg, transparent 50%, #fff 50%),
      linear-gradient(135deg, #fff 50%, transparent 50%),
      radial-gradient(var(--theme-primary) 70%, transparent 72%);
    background-position:
    calc(100% - 17px) calc(1em + 2px),
    calc(100% - 12px) calc(1em + 2px),
    calc(100% - .5em) .5em;
    background-size:
      5px 5px,
      5px 5px,
      1.5em 1.5em;
    background-repeat: no-repeat;
  }
  
  
  .nub-select:focus {
    background-image:
      linear-gradient(45deg, white 50%, transparent 50%),
      linear-gradient(135deg, transparent 50%, white 50%),
      radial-gradient(var(--theme-secundary) 70%, transparent 72%);
    background-position:
    calc(100% - 13px) calc(1em + 1px),
    calc(100% - 17px) calc(1em + 1px),
    calc(100% - .5em) .5em;
    background-size:
      5px 5px,
      5px 5px,
      1.5em 1.5em;
    background-repeat: no-repeat;
    border-color: var(--theme-primary);
    outline: 0;
  }
  .nub-select {
  
    /* styling */
    border: thin solid #ddd;
    /* border-radius: 4px; */
    display: inline-block;
    font: inherit;
    border-radius:15px;
    line-height: 1.5em;
    padding:0.5em 2.4em 0.5em 1em;
    cursor:pointer;
    /* reset */
    margin: 0;      
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  
  
  .nub-align-right{
      text-align:right;
  }
  .nub-align-left{
    text-align:left;
  }
  .entry-title{
    text-indent:0px !important;
  }
  .nub-chart-tooltip {
    background: #00000063;
    color: #fff;
    padding: 7px;
    font-size: 12px;
    border-radius:15px;
  }
  .nub-selectric-div{
    display:flex;
    justify-content: flex-end;
    align-items:right;
  }
  .nub-index-list{
    font-size:1.5rem;
    color:var(--theme-primary);
    width:50px;
    height:50px;
    margin-bottom:0px;
  }
  .nub-flex{
    display:flex;
  }
  .nub-block{
    display:block;
  }
  .nub-flex.right{
    align-items: flex-end;
    justify-content: flex-end;
  }
  .nub-flex.left{
    align-items: flex-start;
    justify-content: flex-start;
  }
  .nub-flex.nub-center{
    align-items: center;
    justify-content:center; 
  }
  .nub-item-list-margin{
    margin-bottom:10px;
  }
  .nub-list-title{
    width: 150px;
    max-width: 150px;
    margin-bottom:0px;
  }
  .nub-iframe-preview{
    width:200px;
    height:150px;
    border-radius:15px;
  }
  .nub-md-ml{
    margin-left:15px;
  }
  .nub-md-mr{
    margin-right:15px;
  }
  .nub-chart-bar{
    height:50px;
    /* background-color:var(--theme-primary); */
    background: linear-gradient(90deg, var(--theme-primary) 0%, var(--theme-secundary) 100%);
    margin-bottom:10px;
    border-top-right-radius:15px;
    border-bottom-right-radius:15px;
  
  }
  .nub-flex-height{
    display: flex;
    justify-content: space-between;
  }
  .nub-box-col{
    margin-bottom:20px;
  }
  .nub-bordered-text{
    padding:5px;
    border-radius:15px;
    border:1px solid #ddd;
  }
  
  .nub-checkbox-cirlce{
    border-radius:30px;
    width:30px;
    cursor:pointer;
    height:30px;
    margin-right:8px;
    border:1px solid #ddd;
  }
  .nub-checkbox-active{
    border: 2px solid var(--theme-primary);
  }
  .nub-checkbox-active > .nub-ckeckbox-selected-circle{
    width: 12px;
    height: 12px;
    background-color: var(--theme-primary);
    position: absolute;
    top: 7px;
    left: 7px;
    border-radius: 30px;
  }
  .tablecellhora.nub-programme-time-item{
    color:var(--theme-primary) !important;
    min-height:30px;
    font-size:25px;
    padding-top:20px !important;
  }
  .nub-time-separator{
    visibility: hidden;
    display: block;
    line-height: 1px !important;
  }
  .nub-programme-block-title{
    font-weight:bold;
    font-size: 22px;
    padding-left:10px;
  }
  .nub-programme-item{
    margin-bottom:10px;
  }
  .nub-programme-title{
    font-weight: bold;
  }
  .nub-programme-action-button{
    position: absolute;
    right: 10px;
    bottom: 25px;
  }
  
  .subcaption{
    border-radius: 15px;
    box-shadow: 0 4px 12px -2px rgb(0 0 0 / 18%);
    margin-bottom: 10px;
  }
  .subcaption:not(:first-child){
    margin-top: 10px;
  }
  .nub-room-link-button{
  background-color: var(--theme-primary);
  padding:20px;
  border-radius:15px;
  flex-grow:1;
  margin-right:10px;
  }
  .nub-room-link-button> svg,.nub-room-link-button > a{
  color:var(--theme-primary-text);
  font-size:1.5rem;
  }
  .nub-mid-icon{
  font-size:1.5rem;
  margin:10px;
  }
  
  .cursor-wait{
  cursor:wait;
  }
  .m-0{
  margin:0px !important;
  }
  
  /* MOBILE MEDIA QUERY */
  @media (max-width: 768px) {
    div#right-sidebar {
      padding-right: 20px;
      padding-left: 20px;
      margin-top: 10px;
    }
    .nub-selectric-div{
        display:block !important;
    }
    .selectric-wrapper {
        max-width: 100% !important;
        text-align: center;
        margin-bottom:10px;
        margin-top:10px;
    }
    .nub-list-title{
        width:100%;
        margin-bottom:10px !important;
        margin-top:10px;
    }
    .nub-flex{
        flex-direction: column;
    }
    .nub-md-mr{
        margin-right:0px !important;
    }
    .nub-md-ml{
        margin-left:0px !important;
    }
  
    .graph-bars{
        margin:15px;
        max-width: 70%;
    }
    .nub-box-title-div{
        display:inline-block;
    }
  
  } 
  /* TABLET  */
  @media (max-width: 990px) {
    .nub-list-item-row{
        border-left:none !important;
    }
    .nub-programme-action-button{
      position:initial;
    }
    .nub-time-separator{
      display:unset ;
      visibility: visible;
    }
    .inside-right-sidebar {
      margin-left: 20px;
    }
    .sm-block{
      display:block !important;
    }
    .no-inline{
      display:flex !important;
    }
    .details{
      width:100% !important;
      margin-bottom:10px;
    }
    .nub-button.little{
      width:auto !important;
    }
  }
  