#tm-main.uk-section {
    padding:0px !important;
   
}


.select2.select2-container {
    width: 100% !important;
  }
  
  .select2.select2-container .select2-selection {
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 40px;
    outline: none !important;
    transition: all .15s ease-in-out;
  }
  
  .select2.select2-container .select2-selection .select2-selection__rendered {
    color: #333;
    line-height: 32px;
    padding-right: 33px;
  }
  
  .select2.select2-container .select2-selection .select2-selection__arrow {
    background: #f8f8f8;
    border-left: 1px solid #ccc;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    height: 32px;
    width: 33px;
  }
  
  .select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
    background: #f8f8f8;
  }
  
  .select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow {
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
  }
  
  .select2.select2-container.select2-container--open .select2-selection.select2-selection--multiple {
    border: 1px solid #34495e;
  }
  
  .select2.select2-container .select2-selection--multiple {
    min-height: 40px;
  }
  
  .select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
    margin-top: 0;
    height: 22px;
  }
  
  .select2.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 0 4px;
  }
  
  .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
}

  .select2.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 4px 4px 0 0;
    padding: 0 6px 0 22px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    position: relative;
  }
  
  .select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    margin: 0;
    text-align: center;
    color: #e74c3c;
    font-weight: bold;
    font-size: 18px;
  }
  
  .select2-container .select2-dropdown {
    background: transparent;
    border: none;
    margin-top: -5px;
  }
  
  .select2-container .select2-dropdown .select2-search {
    padding: 0;
  }
  
  .select2-container .select2-dropdown .select2-search input {
    outline: none !important;
    border: 1px solid #34495e !important;
    border-bottom: none !important;
    padding: 4px 6px !important;
  }
  
  .select2-container .select2-dropdown .select2-results {
    padding: 0;
  }
  
  .select2-container .select2-dropdown .select2-results ul {
    background: #fff;
    border: 1px solid #34495e;
  }
  
  .select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
    background-color: #3498db;
  }

  .plupload_container {
    padding: unset;
   
}

.plupload_filelist_header {
    border-top: unset;
    padding: unset;
}

.uk-card-large .uk-card-body, .uk-card-large.uk-card-body {
    max-width: 650px;
}

.modal-blur {
    filter: blur(8px);
    -webkit-filter: blur(8px);
    transform: scale(1.03);
  }


  .uk-modal.tran .uk-modal-dialog {
    background:unset;
  }


  .switch {
    margin: 4rem auto;
  }
  /* main styles */
  .switch {
    width: 24rem;
    position: relative;
  }
  .switch input {
    position: absolute;
    top: 0;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
  }
  .switch input:checked {
    z-index: 1;
  }
  .switch input:checked + label {
    opacity: 1;
    cursor: default;
  }
  .switch input:not(:checked) + label:hover {
    opacity: 0.5;
  }
  .switch label {
    color: #fff;
    opacity: 0.33;
    transition: opacity 0.25s ease;
    cursor: pointer;
  }
  .switch .toggle-outside {
    height: 100%;
    border-radius: 2rem;
    transition: 0.25s ease all;
  }
  .switch .toggle-inside {
    border-radius: 5rem;
    background: #4a4a4a;
    position: absolute;
    transition: 0.25s ease all;
    box-shadow: 0px 0px 5px #00000038;
  }
  .switch--horizontal {
    width: 6rem;
    height: 1rem;
    margin: 0 auto;
    font-size: 0;
    margin-bottom: 1rem;
  }
  .switch--horizontal input {
    height: 1rem;
    width: 2rem;
    left: 2rem;
    margin: 0;
  }
  .switch--horizontal label {
    font-size: 1.5rem;
    line-height: 1rem;
    display: inline-block;
    width: 2rem;
    height: 100%;
    margin: 0;
    text-align: center;
  }
  .switch--horizontal label:last-of-type {
    margin-left: 2rem;
  }
  .switch--horizontal .toggle-outside {
    background: #8cc9fd;
    position: absolute;
    width: 2rem;
    left: 2rem;
  }
  .switch--horizontal .toggle-inside {
    height: 1rem;
    width: 1rem;
  }
  .switch--horizontal input:checked ~ .toggle-outside .toggle-inside {
    left: 0rem;
    top:0rem;
  }
  .switch--horizontal input ~ input:checked ~ .toggle-outside .toggle-inside {
    left: 1rem;
  }
  .switch--vertical {
    width: 12rem;
    height: 6rem;
  }
  .switch--vertical input {
    height: 100%;
    width: 3rem;
    right: 0;
    margin: 0;
  }
  .switch--vertical label {
    font-size: 1.5rem;
    line-height: 3rem;
    display: block;
    width: 8rem;
    height: 50%;
    margin: 0;
    text-align: center;
  }
  .switch--vertical .toggle-outside {
    background: #fff;
    position: absolute;
    width: 1rem;
    height: 100%;
    right: 0;
    top: 0;
  }
  .switch--vertical .toggle-inside {
    height: 2.5rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 2.5rem;
  }
  .switch--vertical input:checked ~ .toggle-outside .toggle-inside {
    top: 0.25rem;
  }
  .switch--vertical input ~ input:checked ~ .toggle-outside .toggle-inside {
    top: 3.25rem;
  }
  .switch--no-label label {
    width: 0;
    height: 0;
    visibility: hidden;
    overflow: hidden;
  }
  .switch--no-label input:checked ~ .toggle-outside .toggle-inside {
    background: #ffffff2b;
  }
  .switch--no-label input ~ input:checked ~ .toggle-outside {
    background: #8cc9fd;
  }
  .switch--no-label input ~ input:checked ~ .toggle-outside .toggle-inside {
    background: #0056ff;
  }
  .switch--no-label.switch--vertical {
    width: 1rem;
  }
  .switch--no-label.switch--horizontal {
    width: 2rem;
  }
  .switch--no-label.switch--horizontal input,
  .switch--no-label.switch--horizontal .toggle-outside {
    left: 0;
  }
  .switch--expanding-inner input:checked + label:hover ~ .toggle-outside .toggle-inside {
    height: 1rem;
    width: 1rem;
  }
  .switch--expanding-inner.switch--horizontal input:hover ~ .toggle-outside .toggle-inside {
    width: 1rem;
  }
  .switch--expanding-inner.switch--horizontal input:hover ~ input:checked ~ .toggle-outside .toggle-inside {
    left: 1rem;
  }
  .switch--expanding-inner.switch--vertical input:hover ~ .toggle-outside .toggle-inside {
    height: 1rem;
  }
  .switch--expanding-inner.switch--vertical input:hover ~ input:checked ~ .toggle-outside .toggle-inside {
    top: 1rem;
  }
  /* mixin */
  

.plupload_file_action {
    margin-left: 5px;
}

.plupload_file_name {
  width: 40% !important;
}

.plupload_file_statusbar {
  width: 13% !important;
}

.plupload_file_size  {
  font-size: 12px !important;
  width: 13% !important;
}

.plupload_file_status  {
  font-size: 12px !important;
  width: 15% !important;
}

.alert {
  padding: 0.5rem 0.5rem !important;
}


.uk-dropdown-nav>li>a.uk-dark {
  color: #6c6d74 !important;
}

.uk-dropdown-nav>li:hover> a.uk-dark {
  color:rgb(255, 255, 255) !important;
}

.uk-navbar-left, .uk-navbar-right, [class*=uk-navbar-center] {
  gap: 10px !important;
}