@charset "utf-8";
/* CSS Document */

* {
  margin: 0px;
  padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
  outline: none;
}

img {
  border: 0px;
  outline: none;
}

ul {
  list-style: none;
  margin: 0px;
}

li {
  list-style-type: none;
}

.clr {
  clear: both;
}

.container {
  width: 100%;
  max-width: 1200px;
}

.container-1000 {
  max-width: 100%;
  width: 1000px;
  margin: 0 auto;
}

.container-1400 {
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
}

.container-1200 {
  max-width: 100%;
  width: 1200px;
  margin: auto;
}

body {
  font-family: 'rl2regular';
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-stroke: 1px transparent;
  overflow-x: hidden;
  max-width: 100%;
}

@font-face {
  font-family: 'rl2bold';
  src: url('../fonts/rl2bold/rl2bold.eot');
  src: url('../fonts/rl2bold/rl2bold.eot') format('embedded-opentype'), url('../fonts/rl2bold/rl2bold.woff2') format('woff2'), url('../fonts/rl2bold/rl2bold.woff') format('woff'), url('../fonts/rl2bold/rl2bold.ttf') format('truetype'), url('../fonts/rl2bold/rl2bold.svg#rl2bold') format('svg');
}

@font-face {
  font-family: 'rl2light';
  src: url('..fonts/rl2light/rl2light.eot');
  src: url('..fonts/rl2light/rl2light.eot') format('embedded-opentype'), url('..fonts/rl2light/rl2light.woff2') format('woff2'), url('..fonts/rl2light/rl2light.woff') format('woff'), url('..fonts/rl2light/rl2light.ttf') format('truetype'), url('..fonts/rl2light/rl2light.svg#rl2light') format('svg');
}

@font-face {
  font-family: 'rl2medium';
  src: url('../fonts/rl2medium/rl2medium.eot');
  src: url('../fonts/rl2medium/rl2medium.eot') format('embedded-opentype'), url('../fonts/rl2medium/rl2medium.woff2') format('woff2'), url('../fonts/rl2medium/rl2medium.woff') format('woff'), url('../fonts/rl2medium/rl2medium.ttf') format('truetype'), url('../fonts/rl2medium/rl2medium.svg#rl2medium') format('svg');
}

@font-face {
  font-family: 'rl2regular';
  src: url('../fonts/rl2regular/rl2regular.eot');
  src: url('../fonts/rl2regular/rl2regular.eot') format('embedded-opentype'), url('../fonts/rl2regular/rl2regular.woff2') format('woff2'), url('../fonts/rl2regular/rl2regular.woff') format('woff'), url('../fonts/rl2regular/rl2regular.ttf') format('truetype'), url('../fonts/rl2regular/rl2regular.svg#rl2regular') format('svg');
}

.header {
  background: #0D0D0D;
  padding: 20px 0px;
}

.logo {
  display: flex;
}

  .logo img {
    width: 66px;
    height: 66px;
  }

.logo_head {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  color: #ffffff;
}

  .logo_head h3 {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 0px;
  }

  .logo_head p {
    font-size: 12px;
    line-height: 18px;
  }

.search-head {
  display: flex;
  align-self: center;
}

.search-group {
  position: relative;
}

  .search-group .input-group-append {
    position: absolute;
    right: 0px;
  }

.header-menu-list {
  display: flex;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
}

  .header-menu-list ul {
    display: flex;
  }

    .header-menu-list ul li {
      display: flex;
      align-items: center;
    }

      .header-menu-list ul li a {
        margin-left: 20px;
        color: #fff !important;
        font-size: 14px;
        text-transform: uppercase;
        text-decoration: none;
      }

        .header-menu-list ul li a.sign_btn {
          padding: 10px 0px;
        }
/*banner*/

.banner {
  background: url('../images/banner.png');
  padding: 160px 0px;
  background-position: center 100%;
  background-size: cover;
  height: 100%;
  min-height: 447px;
  max-height: 447px;
  position: relative;
}

  .banner::after {
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    background: rgba(0, 0, 0, 0.4);
    content: "";
  }

.banner-cont {
  display: flex;
  flex-direction: column;
  align-self: center;
  margin: 0 auto;
  max-width: 667px;
  justify-content: center;
  z-index: 1;
  position: relative;
}

  .banner-cont h1 {
    color: #ffffff;
    font-size: 40px;
    line-height: 47px;
    text-align: center;
    margin-bottom: 25px;
  }

.banner .search-group {
  max-width: 614px;
  margin: 0 auto;
  width: 100%;
}
/*banner*/
/*collection*/

.collection_section {
  padding: 30px 0px;
  background: #f6f6f6;
}

.collection_head {
  display: flex;
  justify-content: space-between;
}

  .collection_head h2 {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #222222;
    text-transform: uppercase;
  }

  .collection_head a {
    font-size: 14px;
    line-height: 29px;
    color: #222222;
    text-align: right;
  }

.collection-cont {
  background: #FFFFFF;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.05);
  width: 100%;
  float: left;
  margin-top: 30px;
}

.collection-prod {
  width: 100%;
  float: left;
  position: relative;
}

  .collection-prod img {
    width: 100%;
    float: left;
    height: 100%;
    object-fit: cover;
  }

.collection-prod-list {
  width: 100%;
  float: left;
  padding: 15px;
}

  .collection-prod-list h4 {
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    color: #222222;
    font-family: rl2medium;
    margin-bottom: 20px;
  }

  .collection-prod-list span {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #868686;
    float: left;
    width: 100%;
  }
/* 23-12 */
.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.collection-list.browser-static-sec {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

  .collection-list.browser-static-sec:last-child {
    margin-bottom: 0px;
  }

.browser-static-sec .collection-cont {
  box-shadow: unset;
  margin-top: 16px;
}

.collection_head h2 span {
  color: #00cf5d;
  font-weight: bold;
}

.browser-static-sec .collection-prod a {
  font-weight: normal;
  font-size: 15px;
  line-height: 121.69%;
  color: #222222;
}

.browser-static-sec .collection_head h2 {
  margin-bottom: 0;
  font-weight: bold;
}

.browser-static-sec .collection-prod a:hover {
  text-decoration: none;
  color: #008540;
}

.collection_head.bss-h2 h2 {
  margin-bottom: 0;
}

.footer-section h3 {
  font-weight: bold;
}

.social-media-icons {
  margin-left: 15px;
}

.fs-full-section {
  padding-bottom: 42px;
  border-bottom: 1px solid #343434;
  display: flex;
  flex-wrap: wrap;
}

  .fs-full-section.end-footer {
    border-bottom: 0;
  }

    .fs-full-section.end-footer a {
      font-weight: normal;
      font-size: 14px;
      line-height: 21px;
      color: #FFF !important;
    }

    .fs-full-section.end-footer a {
      text-decoration: none;
    }

    .fs-full-section.end-footer li {
      float: left;
    }

  .fs-full-section.end-footer {
    padding-top: 48px;
    padding-bottom: 20px;
  }

    .fs-full-section.end-footer li:first-child {
      padding-right: 50px;
    }

    .fs-full-section.end-footer p {
      font-weight: normal;
      font-size: 14px;
      line-height: 21px;
      color: #FFFFFF;
      margin-bottom: 0;
    }

.collection_section.bsc-parent {
  background: #fff;
}

.footer-section {
  background: #0D0D0D;
  padding: 20px 0px;
}

.social-media-icons a {
  width: 40px;
  height: 40px;
}
/* collection */
.collection_screen {
  flex-direction: column;
}

.collection_section.collection_screen_section {
  padding-top: 20px;
  padding-bottom: 27px;
}

.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.collection_filter label {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #222222;
  margin-bottom: 0;
  margin-right: 20px;
  white-space: nowrap;
}

.collection_filter {
  display: flex;
  align-items: center;
}

.recent-create {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  border-radius: 2px;
  font-weight: normal;
  line-height: 21px;
  width: 277px;
  min-height: 40px;
  padding-left: 10px;
}

.select-date {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  border-radius: 2px;
  font-weight: normal;
  line-height: 21px;
  width: 160px;
  height: 40px;
  padding-left: 5px;
}

.collection_filter select:focus, .collection_filter_right input:focus {
  outline: unset !important;
}

.search-collection input {
  background: url(../img/magnify-glass.png) #FFFFFF no-repeat;
  background-position: 95%;
  padding-right: 52px;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: normal;
  font-size: 14px;
  line-height: 121.69%;
  height: 40px;
  width: 100%;
  padding-left: 20px;
}

.search-collection {
  width: 465px;
  margin-left: auto;
}

.collection_filter_right {
  display: flex;
  margin-left: auto;
  float: right;
}

.collection_screen_cards .collection-cont {
  margin-top: 0px;
  margin-bottom: 30px;
  position: relative;
}

.collection_section.collection_screen_cards {
  padding-bottom: 10px;
}

.collection_filter_full_section {
  display: flex;
  flex-wrap: wrap;
}

.header-menu-list ul li.active a {
  color: #00CF5D;
}

.logo img {
  width: 50px;
  height: 59px;
  object-fit: cover;
}

.my-account-dd .btn.focus, .my-account-dd .btn:focus {
  outline: 0;
  box-shadow: unset;
}

.my-account-dd #dropdownMenuLink {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.header-menu-list ul li .my-account-dd a {
  color: #000;
}

.my-account-dd .dropdown-menu a.dropdown-item {
  margin-left: 0 !important;
  padding: 10px 20px 10px 20px !important;
}

.my-account-dd .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: baseline;
  content: "";
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  background: url(../img/D-arrow.png) no-repeat;
  width: 12px;
  height: 7.7px;
  padding-top: 0px;
}

.filter-option {
  background: url(../img/black-down-arrow.png) no-repeat;
  background-position: 95%;
}

.cfr-signed_in {
  margin-bottom: 20px;
  float: left;
  margin-left: 0;
}

.cfr-signed_in {
  margin-bottom: 20px;
  float: left;
  margin-left: -15px;
  display: flex;
}

  .cfr-signed_in .search-collection {
    margin-left: 0;
  }

.collection_screen_section.cs-not-signed h2 {
  font-weight: 500;
  font-size: 26px;
  line-height: 26px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 0;
}

.collection_screen_section.cs-not-signed {
  padding: 18px 0 17px 0;
}

span.green-line {
  font-weight: 500;
  font-size: 14px;
  line-height: 121.69%;
  color: #008540;
  margin-bottom: 5px;
}

.asset-list-cs .collection-prod img {
  min-height: 202.42px;
  object-fit: cover;
  height: 202.42px;
}
/* End collection */
.select-lighbox {
  font-size: 14px;
  text-align: center;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #008540;
  width: 254px;
  font-weight: 600;
  color: #047143;
}

.scr-checkbox label {
  font-weight: normal;
  font-size: 14px;
  line-height: 121.69%;
  color: #000000;
}

.cfr-sign_in_sec .search-collection input {
  width: 392px;
  height: 40px;
}

.scr-checkbox label {
  margin-bottom: 0;
}

.scr-checkbox .form-group {
  margin-bottom: 0px;
}

.search-collection-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}

.collection_filter_right.cfr-signed_in.cfr-sign_in_sec {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  float: none;
  margin-bottom: 20px;
}

.collection-all-sections {
  float: left;
  width: 100%;
}

.collection_section.collection_screen_cards.asset-list-cs {
  float: left;
  width: 100%;
}

.footer-section {
  float: left;
  width: 100%;
}

/* Asset uploader before file upload */
.collection_section.collection_screen_no-bg {
  padding: 20px 0px;
  background: unset;
}

.batch-section-header h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
  color: #0D0D0D;
}

.reset-selection {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #008540;
  width: 160px;
  height: 40px;
  border: 0;
}

.bg-f6 {
  background: #f6f6f6;
}

.batch-section-inner {
  background: #fff;
  padding: 20px 20px 25px 20px;
  float: left;
  width: 100%;
}

.batch-section {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.collection_section.collection_screen_no-bg .collection_head.collection_screen h2 {
  margin-bottom: 0;
}

.batch-section-header {
  margin-bottom: 19px;
  justify-content: space-between
}

  .batch-section-header h3 {
    margin-bottom: 0;
  }

.reset-selection {
  margin-left: auto;
}

.form-batch label {
  font-size: 16px;
  line-height: 23px;
  color: #0D0D0D;
  display: block;
  margin-bottom: 5px;
}

.fb-full-section {
  float: left;
  width: 100%;
}

.form-batch {
  float: left;
  width: 25%;
}

  .form-batch.search {
    float: left;
    width: 100%;
  }

.fb-full-section {
  margin-bottom: 20px;
}

.fb-multile-section {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.form-batch-inp {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  border-radius: 2px;
  font-size: 14px;
  line-height: 21px;
  width: 277px;
  height: 40px;
  padding-left: 10px;
}

  .form-batch-inp::placeholder {
    color: #909090;
  }

.form-batch select:last-child {
  margin-right: 0;
}

.checkbox-downward {
  display: flex;
  width: 100%;
  margin-top: 10px;
}

  .checkbox-downward .scr-checkbox {
    margin-right: 45px;
  }

.reset-selection.add-file {
  width: 104px;
}

.Drag-and-drop {
  text-align: center;
}

.Drag-and-drop-in input[type="file"] {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  top: 0;
  opacity: 0;
}

.Drag-and-drop-in img {
  margin: auto;
}

.Drag-and-drop-in {
  position: relative;
}

.Drag-and-drop {
  text-align: center;
  background: #FFFFFF;
  border: 1px dashed #A8A8A8;
  box-sizing: border-box;
  padding: 33px 0 36px;
}

.Drag-and-drop-in span {
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
  padding-top: 16px;
}

.btn.show-folder {
  background: #FFFFFF;
  border: 1px solid #008540;
  box-sizing: border-box;
  width: 180px;
  height: 40px;
  margin-right: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #008540;
}

  .btn.show-folder.log-meta {
    width: 111px;
  }

.folder-path-log {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.static-line-bg {
  background: #F2F2F2;
  float: left;
  width: 100%;
  margin-top: 20px;
  padding: 6px 20px;
}

  .static-line-bg p {
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.06em;
    color: #000000;
    margin-bottom: 0;
  }

.end-upload-cancel-section {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  float: left;
}

.custom_radio [type="radio"]:checked,
.custom_radio [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

  .custom_radio [type="radio"]:checked + label,
  .custom_radio [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #8B8585;
  }

    .custom_radio [type="radio"]:checked + label:before,
    .custom_radio [type="radio"]:not(:checked) + label:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 18px;
      height: 18px;
      border: 1px solid #B5B5B5;
      border-radius: 100%;
      background: #fff;
    }

    .custom_radio [type="radio"]:checked + label:before {
      border: 1px solid #008540;
    }

    .custom_radio [type="radio"]:checked + label:after,
    .custom_radio [type="radio"]:not(:checked) + label:after {
      content: '';
      width: 12px;
      height: 12px;
      background: #008540;
      position: absolute;
      top: 3px;
      left: 3px;
      border-radius: 100%;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
    }

    .custom_radio [type="radio"]:not(:checked) + label:after {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
    }

    .custom_radio [type="radio"]:checked + label:after {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
    }

.radio_section .custom_radio {
  display: inline-block;
  min-width: 200px;
}

.input_flex label {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  color: #0D0D0D;
  margin-bottom: 10px;
  display: block;
  font-size: 16px;
}

.input_flex input {
  padding: 8px 10px;
  background: #FFFFFF;
  outline: none;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  border-radius: 2px;
  font-style: normal;
  color: #000000;
  font-weight: normal;
  font-size: 14px;
}

.input_flex .ipt_disabled {
  margin-right: 20px;
  background: #F8F8F8;
  pointer-events: none;
  color: #aaaaaa;
}

.input_section .input_flex {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 20px;
}

.input_flex .collection_name {
  width: 410px;
  margin-right: 20px;
  max-width: 100%;
}

.custom_file button {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  background: #008540;
  width: 104px;
  padding: 9px 8px;
  border-radius: 2px;
  border: none;
  outline: none;
  font-style: normal;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 14px;
}

.custom_file {
  position: relative;
}

  .custom_file input {
    width: 104px;
    border: none;
    overflow: hidden;
    opacity: 0;
  }

.custom_file_section {
  width: 510px;
  max-width: 100%;
  display: flex;
  background: #FFFFFF;
  height: 40px;
  justify-content: space-between;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  border-radius: 2px;
}

.fileName {
  padding: 8px 10px;
  color: #aaaaaa;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  white-space: nowrap;
  width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.input_flex textarea {
  width: 100%;
  resize: none;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #aaaaaa;
  background: #FFFFFF;
  padding: 10px;
  height: 125px;
  outline: none;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  border-radius: 2px;
}

.batch-section-inner > h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  color: #0D0D0D;
}

.batch-header-btns .btn.Add-files {
  width: 104px;
  height: 40px;
  background: #008540;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.batch-header-btns .btn.clear-all-files {
  width: 142px;
  height: 40px;
  background: #E0E0E0;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  color: #231F20;
}

.batch-header-btns {
  margin-left: auto;
}

.batch-match-card-img .scr-checkbox {
  margin: 15px 0;
}

.batch-match-card-img .btn.x-clear {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #D0011B;
  width: 160px;
  height: 40px;
}

.batch-match-card {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #CACACA;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.match-name {
  display: flex;
  align-items: center;
  align-self: center;
  margin-bottom: 10px;
  justify-content: space-between;
}

  .match-name p {
    margin-bottom: 0;
  }

.game-segment-left select.recent-create {
  width: 200px;
}

.game-segment-left .form-batch {
  width: 33.33%;
  margin-bottom: 20px;
}

.game-segment-section {
  display: flex;
  flex-wrap: wrap;
}

.game-segment-right textarea {
  width: 100%;
  height: 134px;
  resize: none;
  font-weight: normal;
  color: #909090;
  font-size: 14px;
  line-height: 21px;
  padding: 10px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  border-radius: 2px;
}

.game-segment-right .form-batch {
  width: 100%;
}

.game-segment-left input.form-batch-inp {
  width: 200px;
}

.batch-section-inner .batch-match-card-last {
  border: 0;
  padding-bottom: 0;
}

.static-line-bg.auadf {
  margin-bottom: 10px;
}

  .static-line-bg.auadf.auadf-last {
    margin-top: 0px;
  }

.end-upload-cancel-section.after-uploader-file {
  margin-top: 30px;
}

a.select2-choice {
  background: url(../img/black-down-arrow.png) no-repeat;
  background-position: 95%;
  outline: 0px !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

  a.select2-choice:active, a.select2-choice:focus, a.select2-choice:visited {
    outline: 0px !important;
    box-shadow: none !important;
  }

.select2-dropdown-open a.select2-choice {
  outline: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

.select2-container .select2-choice {
  line-height: 36px;
}

.btn.Add-files {
  width: 142px;
  background: #008540;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFFFFF;
  border-radius: 0 !important;
}

.btn.clear-all-files {
  width: 142px;
  background: #E0E0E0;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #231F20;
  border-radius: 0 !important;
  line-height: 23px;
}

#uploader .buttons {
  float: right;
}

.uploadbox-header {
  margin-top: 0;
}

.uploadbox-header {
  display: inline-block;
}

.banner-cont h1 {
  font-weight: bold;
}

.search-group .input-group-append {
  z-index: 3;
}

.header-menu-list ul li a {
  display: inline;
}

.scr-checkbox .form-group label:before {
  vertical-align: text-top;
}

.custom_pagination {
  margin-top: 10px;
}

.lightbox_tabel thead th:last-child, .download_history_table .table thead th {
  padding-left: 20px;
}

.collection-cont {
  margin-top: 20px;
}
/*QA issues End*/

/* index-page feedback changes */
.view_more-button {
  width: 100%;
  padding: 31px 0px 10px 0;
}

  .view_more-button button {
    letter-spacing: 2.5px;
  }

/* 20-01-21 */
.collection_count {
  position: absolute;
  background: #000;
  padding: 7.6px 8px;
  right: 0;
  bottom: 0;
}

  .collection_count img {
    display: inline-block;
    float: left;
    width: auto;
  }

  .collection_count span {
    display: inline-block;
    float: left;
    font-weight: 500;
    font-size: 11px;
    line-height: 9px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-left: 4px;
    padding-top: 1px;
  }
/*End index-page feedback changes */

/* menu responsive */
.header-fort {
  width: 100%;
}

#toggle {
  width: 28px;
  height: 30px;
  margin: 10px auto;
}

  #toggle div {
    width: 100%;
    height: 5px;
    background: white;
    margin: 4px auto;
    transition: all 0.3s;
    backface-visibility: hidden;
  }

  #toggle.on .one {
    transform: rotate(45deg) translate(5px, 5px);
  }

  #toggle.on .two {
    opacity: 0;
  }

  #toggle.on .three {
    transform: rotate(-45deg) translate(7px, -8px);
  }

.menu-parent {
  display: none;
}
/* End menu responsive */
/* Asset list edit collection */
.end-upload-cancel-section.asset-edit-collect-up_cancel {
  margin-bottom: 5px;
  margin-top: 40px;
}

  .end-upload-cancel-section.asset-edit-collect-up_cancel .btn.upload {
    width: 142px;
  }

#datepicker .form-control {
  cursor: pointer;
}

.advanced-linguistics {
  float: left;
  width: 100%;
  padding-top: 23px;
}

  .advanced-linguistics h6 {
    font-size: 14px;
    line-height: 121.69%;
    color: #000000;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .advanced-linguistics p {
    font-weight: normal;
    font-size: 15px;
    line-height: 121.69%;
    color: #a7a7a7;
    margin-bottom: 0;
  }

.btn.most-recent img {
  display: inline-block;
  margin-left: 9px;
}

.advanced_search_head {
  align-items: flex-end;
}

/* End Asset list edit collection */
#main.faq-accordion .card-body {
  border-top: 1px solid #CACACA;
}

.input-group.search-group.header-search-group {
  padding-top: 13px;
}

  .input-group.search-group.header-search-group .form-control {
    height: 45px;
  }

.search-group.header-search-group .input-group-append {
  top: 17px;
}

.logo_head {
  width: 490px;
}

.header-menu-list.hml-right {
  padding-top: 5px;
}

.dropdown.header-dropdown-sec .dropbtn {
  border: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  line-height: 121.69%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
  background: url(../images/collection-list/D-arrow.png) no-repeat;
  background-position: 100%;
  padding-right: 15px;
}

.dropdown.header-dropdown-sec.arrow-chng .dropbtn {
  background: url(../images/collection-list/reverse-D-arrow.png) no-repeat;
  background-position: 100%;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #0d0d0d;
  min-width: 200px;
  overflow: unset;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  left: 17px;
  top: 30px;
}

  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }


.show {
  display: block;
}

.header-dropdown-sec #myDropdown a {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #9E9E9E;
  margin-left: 10px;
}

.header-dropdown-sec #myDropdown a {
  width: 100%;
  min-width: 100%;
  display: inline-block;
  padding: 0 0 20px 0;
  position: relative;
}

.header-dropdown-sec #myDropdown {
  padding-top: 20px;
  padding-left: 10px;
  padding-bottom: 10px;
}

  .header-dropdown-sec #myDropdown a:hover {
    color: #fff;
    transition: .3s ease;
  }

.dropdown.header-dropdown-sec {
  padding-left: 15px;
}

.mobile-part-list {
  display: none;
}

.sign-out-btn {
  display: none;
}
/* auto select */
.dropdown.bootstrap-select.dropup {
  width: 249px !important;
}

.filter-option {
  border: 1px solid #DCDCDC;
  height: 40px !important;
  width: 249px !important;
}

.dropdown.bootstrap-select {
  width: 100% !Important;
}

.row-fluid.auto-select, .selectcontainer .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0 !important;
  vertical-align: 0 !important;
  content: "";
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
  background: url(../img/black-down-arrow.png)#FFFFFF no-repeat;
  width: 20px;
  height: 20px;
  background-position: 95%;
}

.dropdown.bootstrap-select button.btn.dropdown-toggle.btn-light {
  width: 249px !important;
  background: transparent !important;
  font-size: 14px;
  line-height: 25px;
}

.row-fluid.auto-select, .selectcontainer .dropdown-menu.show {
  width: 100% !important;
  min-width: 100% !important;
}

.row-fluid.auto-select, .selectcontainer {
  margin-bottom: 10px;
}

.collection-prod-list h4 {
  margin-bottom: 0;
  height: 57px;
  min-height: 57px;
}

.auto-select, .selectcontainer .bootstrap-select .dropdown-toggle:focus {
  outline-offset: 0px !important;
  outline: unset !important;
}

.fade-section {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  background: rgb(0 0 0 / 0.5);
}

  .fade-section img {
    margin: auto;
  }

.cpn-center button.back-collect {
  width: 185px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 14px;
  line-height: 12%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #222222;
  padding-left: 13px;
}
/* balaji 28.01.21 update css */
.logo_head h3 {
  font-weight: bold;
}

.collection_section.collect_sec_faq {
  float: left;
  width: 100%;
  padding: 25px 0px;
}

.third-fourth-parent {
  display: flex;
}

.first-section {
  padding-right: 10px;
}

.second-section {
  padding-bottom: 10px;
}

.first-section img:last-child {
  margin-top: 10px;
}

.third-section img:last-child {
  margin-top: 10px;
}

.fourth-section {
  padding-left: 10px;
}

.about_us-banner {
  margin-bottom: 0px !important;
}

.about_us-full_section {
  padding: 24px 35px 38px 35px;
  background: #fff;
  width: 100%;
  display: block;
}

.about_us-left p {
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  text-align: justify;
  color: #4c4c4c;
  margin-bottom: 20px;
}

.header-text {
  font-size: 16px;
  line-height: 23px;
  color: #0D0D0D;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.about_us-left ul li {
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  text-align: justify;
  color: #4c4c4c;
  padding-bottom: 20px;
  background: url(../img/icons/about-list-icon.png) no-repeat;
  background-position: 0px 6px;
  padding-left: 20px;
}

  .about_us-left ul li:last-child {
    padding-bottom: 0px;
  }

  .about_us-left ul li.list-last-contact {
    background: transparent;
  }

.about_us-right {
  padding-left: 64px;
}

.about_us-left {
  width: 51%;
  float: left;
}

.about_us-right {
  width: 49%;
  float: left;
}

.about_us-banner {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}


.header-menu-list ul li a {
  position: relative;
  letter-spacing: 1px;
}

a.faq:before, a.about:before {
  content: "";
  display: block;
  border-right: 2px solid #fff;
  height: 12px;
  position: absolute;
  right: -11px;
  top: 4px;
}

ul.nav.nav-tabs.tabs-left.sideways li.active a {
  font-weight: 600;
}


#datepicker1 .form-control {
  background: url(../images/collection-list/published-date.png) #FFFFFF no-repeat;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  border-radius: 2px;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #909090;
  width: 277px;
  height: 40px;
  background-position: 95%;
}

.user_management_form.date-picker-sec div#datepicker {
  width: 100%;
  max-width: 190px;
  margin-right: 20px;
}

.user_management_form.date-picker-sec div#datepicker1 {
  width: 100%;
  max-width: 190px;
}

div#datepicker2 {
  width: 100%;
}

#datepicker2 .form-control {
  background: url(../images/collection-list/published-date.png) #FFFFFF no-repeat;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  border-radius: 2px;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #909090;
  width: 277px;
  height: 40px;
  background-position: 95%;
}

.user_management_form.date-picker-sec {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 17px 0px 20px 0px;
}

.fa-angle-down:before {
  color: #BFBFBF;
}


.form-batch {
  position: relative;
}

  .form-batch select {
    -webkit-appearance: none;
    -moz-appearance: none;
  }

  .form-batch i {
    position: absolute;
    top: 40px;
    right: 35px;
    pointer-events: none;
    font-size: 18px;
    font-weight: 700;
  }

.custom_user_select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  margin-right: 20px;
  width: 150px;
}

  .custom_user_select select {
    padding: 8px 10px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    width: 150px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 2px;
    height: 40px;
  }

  .custom_user_select i {
    position: absolute;
    top: 12px;
    right: 15px;
    pointer-events: none;
    font-size: 18px;
    font-weight: 700;
  }

.tab-right-basement {
  float: left;
  width: 100%;
}

.custom_user_select.mb-2.select-width-sec select {
  width: 277px;
}

.custom_user_select.mb-2.select-width-sec {
  width: 277px;
  max-width: 100%;
}


.forms-group-parent-section.user_manage_second .recent-create {
  color: #231F20;
}

  .forms-group-parent-section.user_manage_second .recent-create::placeholder {
    color: #231F20;
  }

.about_us-banner img {
  width: 100%;
}
/* End balaji 28.01.21 update css */


/* Srivat 28.01.21 update css */
.custom_file_section {
  width: 510px;
}

.match-name p {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
}

.ml-20 {
  margin-left: 20px;
}

.pt-0 {
  padding-top: 0px !important;
  padding-bottom: 20px !important;
}
/*End Image Detail for Download- without signup*/

.mb-0 {
  margin-bottom: 0px !important;
}

.dis_flex {
  display: flex;
  width: 100%;
}

  .dis_flex p {
    margin-bottom: 0px;
  }

.dis-f {
  display: block !important;
  float: unset !important;
}

.mt-20 {
  margin-top: 15px;
}

.profile_pg-margin {
  margin-bottom: 0px;
}
/* End Srivat 28.01.21 update css */
.hidden {
  display: none;
}

.form-batch-lg .recent-create {
  width: 500px;
}

.qq-uploader {
  max-height: none !important;
}

.qq-upload-list {
  max-height: none !important;
}

.collection-list {
  width: 100% !important;
}
/* Asset list signed in feedback changes */

.lightbox-btn {
  border: 0;
}

/* checkbox-round */
.styled-checkbox {
  position: absolute;
  opacity: 0;
}

  .styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
  }

    .styled-checkbox + label:before {
      content: "";
      margin-right: 0px;
      display: inline-block;
      vertical-align: text-top;
      width: 20px;
      height: 20px;
      background: #fff;
      border-radius: 100%;
    }

  .styled-checkbox:hover + label:before {
    background: #00CF5D;
  }

  .styled-checkbox:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
  }

  .styled-checkbox:checked + label:before {
    background: #00CF5D;
  }

  .styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
  }

    .styled-checkbox:disabled + label:before {
      box-shadow: none;
      background: #ddd;
    }

  .styled-checkbox:checked + label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 10px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
  }

.unstyled {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.centered {
  width: 100%;
}

.title {
  text-align: center;
  color: #4571ec;
}

.beyond-img-check {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

.beyond-img-check {
  position: absolute;
  top: 9px;
  right: 15px;
  width: 100%;
  float: right;
  text-align: right;
  left: unset;
}

input[type="checkbox" i]:focus {
  outline-offset: 0px;
}
/*End checkbox-round */
button:focus {
  outline: unset;
}

/*End Asset list signed in feedback changes */

.styled-checkbox + label {
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
  border-radius: 100%;
  margin-bottom: 0;
  line-height: 16px;
}

/*Tab section changes Start*/
.row.tab_main {
  flex-wrap: nowrap;
}

.floating-left-tab {
  min-width: 230px;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.05);
  margin-right: 10px;
}

.floating-right-tab {
  width: calc(100% - 240px);
}
/*Tab section changes End*/

/* Account Status */
.tabs-left {
  border-bottom: none;
  border-right: 0;
}

  .tabs-left > li {
    float: none;
    margin: 0px;
  }

    .tabs-left > li.active > a,
    .tabs-left > li.active > a:hover,
    .tabs-left > li.active > a:focus {
      border-bottom-color: #ddd;
      border-right-color: transparent;
      background: #f90;
      border: none;
      border-radius: 0px;
      margin: 0px;
    }

.nav-tabs > li > a:hover {
  /* margin-right: 2px; */
  line-height: 1.42857143;
  border: 1px solid transparent;
  /* border-radius: 4px 4px 0 0; */
}

.nav.nav-tabs.tabs-left.sideways {
  flex-direction: column;
}

ul.nav.nav-tabs.tabs-left.sideways li a {
  font-weight: normal;
  font-size: 16px;
  line-height: 121.69%;
  color: #222222;
  padding: 15px 20px 15px 21px;
  display: flex;
}

ul.nav.nav-tabs.tabs-left.sideways li.active a {
  background: #008540;
  border-radius: 4px;
  padding: 15px 20px 15px 21px;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 121.69%;
  color: #FFFFFF;
}

.tabs-left.sideways li a span {
  margin-left: auto;
}

.tab-right-basement {
  background: #FFFFFF;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.05);
}

.status-deard h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
  color: #0D0D0D;
  margin-bottom: 12px;
}

.status-deard p {
  margin-bottom: 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  text-align: justify;
  color: #8B8585;
}

.status-deard {
  margin-bottom: 25px;
}

.accounts-tab {
  margin-bottom: 20px;
}

.nav.nav-tabs.tabs-left.sideways li a:hover {
  text-decoration: none;
}

.nav.nav-tabs.tabs-left.sideways {
  background: #FFFFFF;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.05);
  padding: 10px 8px;
}

.nav-tabs.sideways > li > a:hover {
  border: 0;
}

.accounts-tab .row {
  height: 100%;
}

.nav.nav-tabs.tabs-left.sideways {
  height: 100%;
}

  .nav.nav-tabs.tabs-left.sideways li.active a svg path {
    fill: #fff;
  }

ul.nav.nav-tabs.tabs-left.sideways li:last-child {
  margin-bottom: 0;
}


/*End Account Status */

/*My Account - Download History Start*/

.download_history_table .table {
  min-width: 880px;
  background: #f6f6f6;
}

  .download_history_table .table thead th {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #807676;
    border: none;
  }

  .download_history_table .table td {
    padding: 0px 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #231F20;
    border: none;
    vertical-align: middle;
  }

    .download_history_table .table td img {
      display: inline-block;
      vertical-align: middle;
    }

.download_icon {
  margin-right: 10px;
}

.download_history_table .table tr {
  background-color: #fff;
  border-bottom: 10px solid #f6f6f6;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.05);
}

.tabel_img {
  width: 45px;
  height: 45px;
  border-radius: 4px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.download_history_table .table tr td:first-child, .download_history_table .table thead tr th:first-child {
  padding-left: 20px;
}

.custom_pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 12px 20px;
  background: #fff;
}

  .custom_pagination p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #a7a5a6;
    margin-bottom: 0px;
  }

.tab-right-basement .tab-pane {
  padding: 20px;
}

.custom_pagination .page-item .page-link {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #a7a5a6;
  border: none;
  padding: 2px 6px;
}

.custom_pagination .page-item.active .page-link {
  background: #008540;
  border-radius: 2px;
  color: #fff;
  display: block;
  text-align: left;
  color: #222;
  padding: 0;
  font-weight: 600;
}

.custom_pagination .page-item {
  margin-left: 10px;
}

.download_history_table .table tr {
  border-bottom: 1px solid #f6f6f6;
}
/*My Account - Download History End*/

/*My Account - Lightboxes and frame 4  Start*/

.lightbox_tabel .table td svg {
  margin-right: 20px;
}

.lightbox_tabel .table td {
  padding: 15px 20px;
}

.editLightbox, .deleteLightbox, .shareLightbox {
  cursor: pointer;
}

#editLightbox .save_btn:focus {
  box-shadow: none;
}

#editLightbox .cancel_btn:focus {
  box-shadow: none;
}

#editLightbox .modal-title {
  font-style: normal;
  color: #0D0D0D;
  font-weight: 600;
  font-size: 24px;
}

#editLightbox .modal-content {
  padding: 15px;
  padding-bottom: 25px;
}

#editLightbox .modal-dialog {
  width: 650px;
  max-width: 100%;
}

#editLightbox .modal-footer {
  border: none;
}

#editLightbox .modal-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.lightbox_ipt {
  max-width: 100%;
}

  .lightbox_ipt label, div#shareLightbox .modal-body p {
    font-style: normal;
    color: #0D0D0D;
    font-weight: 500;
    font-size: 16px;
    display: block;
  }

  .lightbox_ipt input {
    width: 277px;
    padding: 10px;
    max-width: 100%;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 2px;
    font-style: normal;
    color: #000;
    font-weight: normal;
    font-size: 14px;
  }

  .lightbox_ipt select {
    width: 277px;
    padding: 10px;
    max-width: 100%;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 2px;
    font-style: normal;
    color: #000;
    font-weight: normal;
    font-size: 14px;
  }

  .lightbox_ipt .lightbox_select i {
    position: absolute;
    top: 12px;
    right: 15px;
    color: #BFBFBF;
    font-size: 20px;
    font-weight: 700;
  }

  .lightbox_ipt select::-ms-expand {
    display: none;
  }

.lightbox_select {
  width: 277px;
  max-width: 100%;
  position: relative;
}

/*My Account - Lightboxes and frame 4  End*/


/*Add Download Limits Start*/

.recent-create {
  outline: none;
}

.selected_user_group {
  background: #FAFAFA;
  padding: 15px 10px;
  float: left;
  width: 100%;
  padding-bottom: 0px;
}

  .selected_user_group h4 {
    font-style: normal;
    color: #000000;
    font-weight: 600;
    font-size: 14px;
  }

  .selected_user_group .selected_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

    .selected_user_group .selected_list p {
      font-style: normal;
      color: #000000;
      font-weight: normal;
      font-size: 14px;
      min-width: 200px;
      max-width: 100%;
      margin-right: auto;
    }

.cancel-selection {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  color: #231F20;
  background: #E0E0E0;
  width: 110px;
  height: 40px;
  border: 0;
}

.add-setting-selection {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #008540;
  width: 145px;
  height: 40px;
  border: 0;
}

.drop-down {
  position: relative;
}

  .drop-down .selected {
    height: 100%;
  }

    .drop-down .selected a {
      background: #fff no-repeat scroll right center;
      display: block;
      text-decoration: none;
      font-weight: normal;
      font-size: 14px;
      line-height: 21px;
      color: #000;
      padding: 8px 0px;
    }

      .drop-down .selected a span {
        cursor: pointer;
      }

  .drop-down .option {
    position: relative;
  }

  .drop-down .options ul {
    background: #fff none repeat scroll 0 0;
    display: none;
    list-style: none;
    padding: 0px 0px;
    position: absolute;
    left: 0px;
    top: 38px;
    width: 100%;
    border: 1px solid #d7d7d7;
  }

    .drop-down .options ul li a {
      padding: 5px;
      display: block;
      text-decoration: none;
      color: #000;
    }

      .drop-down .options ul li a:hover {
        background: #bdbdbd;
        color: #fff;
        transition: 0.2s ease;
      }

  .drop-down i.fa {
    position: absolute;
    top: 10px;
    right: 20px;
    pointer-events: none;
    font-size: 18px;
    font-weight: 700;
  }

.new_batch .recent-create {
  color: #000;
}

/*Add Download Limits End*/
/* dynamic table */

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fff;
}

.count-pagination-section {
  display: flex;
  justify-content: space-between;
  padding: 18px;
}

.rows_count {
  font-weight: normal;
  font-size: 14px;
  color: #a7a5a6;
}

div#myTable_filter,
div#myTable_length {
  display: none !important;
}

div#myTable_info {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #a7a5a6;
  margin-bottom: 0px;
  padding-left: 20px;
  padding-bottom: 12px;
}

div#myTable_paginate a {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #a7a5a6 !important;
  border: none;
  padding: 2px 6px;
  margin-left: 10px;
}

  div#myTable_paginate a.paginate_button.current {
    background: #008540;
    border-radius: 2px;
    color: #fff !important;
    font-weight: 600;
  }
/*End Accordion */

div#myTable_paginate {
  padding-right: 20px;
  padding-top: 10px;
  margin-top: 0;
  padding-bottom: 12px;
}

table.dataTable.no-footer {
  border-bottom: unset !important;
}

nav.custom_pagination {
  display: none;
}
/*End dynamic table */

/* Advanced Search_Not Signed In */
.asf_forms select {
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #b3b3b3;
  background: url('../img/black-down-arrow.png') #FFFFFF no-repeat;
  background-position: 94%;
  border: 1px solid #DCDCDC;
  box-sizing: border-box;
  border-radius: 2px;
  width: 249px;
  max-width: 100%;
  height: 40px;
  padding-left: 10px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin-bottom: 10px;
}

  .asf_forms select option:first-child {
    color: #000;
  }

  .asf_forms select option {
    color: #000;
  }

  .asf_forms select::-ms-expand {
    display: none;
  }

.advanced_Search_filter_section h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 121.69%;
  color: #222222;
  margin-bottom: 0;
}

.asf_forms {
  float: left;
  width: 100%;
  margin-top: 20px;
}

  .asf_forms input, .asf_forms .date {
    width: 100%;
  }

.advanced_Search_filter_section {
  background: #FFFFFF;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.05);
  padding: 20px 20px 21px 20px !important;
  height: 100%;
  width: 100%;
  display: block;
}

.asf_forms select:focus {
  outline: unset;
}

.asf_forms .dropdown-toggle:focus {
  box-shadow: none !important;
}

.scr-checkbox.asf-ch_box label {
  font-weight: normal;
  font-size: 14px;
  line-height: 121.69%;
  color: #000000;
}

.current-filter-sec {
  float: left;
  width: 100%;
  margin-top: 20px;
}

  .current-filter-sec h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 121.69%;
    color: #222222;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
  }

.btn.filter-sec-location {
  background: #777777;
  font-weight: 500;
  font-size: 11px;
  width: auto;
  color: #FFFFFF;
  padding: 3px 4px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.filter-sec-location b {
  font-weight: 500;
  padding-left: 10px;
}

.scr-checkbox.asf-ch_box {
  float: left;
  width: 100%;
  margin-top: 10px;
}

.advanced_search_head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 21px;
}

.advanced_sh-left span {
  font-weight: 600;
  font-size: 24px;
  line-height: 121.69%;
  letter-spacing: 0.08em;
  color: #222222;
}

  .advanced_sh-left span strong {
    color: #838383;
    font-weight: 500;
    font-size: 18px;
  }

  .advanced_sh-left span b {
    color: #00cf5d;
    font-weight: 600;
    font-size: 25px;
  }

.btn.most-reveal {
  background: #008540;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  color: #FFFFFF;
  width: 137px;
  height: 40px;
}

.btn.most-recent {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  width: 162px;
  height: 40px;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #222222;
}

.advanced_sh-right {
  justify-content: flex-end;
}

.advanced_Search_cards .collection-prod {
  background: #262626;
  min-height: 199.42px;
  height: 199.42px;
  background-position: center center !important;
  background-size: contain !important;
}

.search-collection-right.scr-as_signed {
  justify-content: flex-start;
  margin-bottom: 20px;
}

.scr-checkbox.scr-check-signed {
  margin-left: auto;
}
/*End Advanced Search_Not Signed In */

/* auto select */
.dropdown.bootstrap-select.dropup {
  width: 249px !important;
}

.filter-option {
  border: 1px solid #DCDCDC;
  height: 40px !important;
  width: 249px !important;
}

.dropdown.bootstrap-select {
  width: 100% !Important;
}

.row-fluid.auto-select .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0 !important;
  vertical-align: 0 !important;
  content: "";
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
  /*background: url(../img/black-down-arrow.png) #FFFFFF no-repeat;*/
  width: 20px;
  height: 20px;
  background-position: 95%;
}

.dropdown.bootstrap-select button.btn.dropdown-toggle.btn-light {
  width: 249px !important;
  background: transparent !important;
  font-size: 14px;
  line-height: 25px;
}

.row-fluid.auto-select .dropdown-menu.show {
  width: 100% !important;
  min-width: 100% !important;
}

.row-fluid.auto-select {
  margin-bottom: 10px;
}

.collection-prod-list h4 {
  margin-bottom: 3px;
  height: 57px;
  min-height: 57px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.auto-select .bootstrap-select .dropdown-toggle:focus {
  outline-offset: 0px !important;
  outline: unset !important;
}

.fade-section {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  /*background: rgb(0 0 0 / 0.5);*/
}

  .fade-section img {
    margin: auto;
  }

.cpn-center button.back-collect {
  width: 185px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 14px;
  line-height: 12%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #222222;
  padding-left: 13px;
}

.btn.most-recent img {
  display: inline-block;
}

.mobile-part-list {
  display: none;
}

.sign-out-btn {
  display: none;
}

#datepicker .form-control, #datepicker2 .form-control {
  background: url(../img/published-date.png) #FFFFFF no-repeat;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  border-radius: 2px;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #909090;
  width: 277px;
  height: 40px;
  background-position: 95%;
}

.fadeIn {
  opacity: 1 !important;
  background-size: auto 105% !important;
  background-position: center center !important;
  min-height: 199.42px;
  background-repeat: no-repeat;
}

.login-batch-left-inner .collection_head h2, .login-batch-right-inner .collection_head h2 {
  text-align: left;
}

.collection-prod.home_pg_list_Sec {
  display: flex;
  flex-wrap: wrap;
}

  .collection-prod.home_pg_list_Sec a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    min-width: 100%;
    display: block;
  }

.login-batch-left-inner, .login-batch-right-inner {
  padding: 0 50px 0 35px;
}

.login-staff-log_in {
  background: #008540;
  border-radius: 5px !important;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  color: #fff;
  width: 208px;
  height: 48px;
  text-align: center;
  justify-content: center;
  margin-left: 20px;
}

.login-buttons-sec {
  display: flex;
}

.login-buttons-sec {
  margin: 15px 0px 28px 0px;
}

.nrl-description-welcome h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 35px;
  text-transform: uppercase;
  color: #222222;
  text-align: left;
}

  .nrl-description-welcome h3 span {
    color: #008540;
  }

.nrl-description-welcome p {
  font-weight: normal;
  font-size: 18px;
  line-height: 29px;
  color: #4c4c4c;
  margin-top: 20px;
  margin-bottom: 0;
  display: inline-block;
  float: left;
  text-align: left;
}

  .nrl-description-welcome p a {
    color: #008540;
    border-bottom: 1px solid #008540;
  }

.login-staff-log_in.login-staff_register {
  margin-left: 0;
}

.login-batch-right p {
  margin-bottom: 0;
  color: #4c4c4c;
  float: left;
  display: inline-block;
  text-align: left;
  margin-top: 20px;
  font-size: 18px;
}

.login-batch-right-inner p a {
  color: #008540;
  border-bottom: 1px solid #008540;
  margin-left: 5px;
}

.body-container-draf {
  margin-bottom: 50px;
}

.login_new_batch.contact_batch {
  padding: 30px 20px 20px 20px;
}

.contact-sull-section h2 {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: .08em;
  font-weight: 600;
  color: #222;
}

.contact-sull-section p {
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  color: #4c4c4c;
  margin-top: 20px;
  margin-bottom: 0;
}

.postal-address span {
  font-size: 14px;
  line-height: 23px;
  color: #4c4c4c;
  display: block;
}

.postal-address {
  margin-top: 25px;
}

.login-batch-left {
  border-right: 1px solid #ccc;
}

.nrl-description-welcome p a:hover, .login-batch-right-inner p a:hover, .contact-sull-section a:hover {
  text-decoration: none;
}

.contact-sull-section .collection_head {
  padding: 0;
}

.batch-match-card-img .scr-checkbox {
  margin: 15px 0;
}

.batch-match-card-img .btn.x-clear {
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #D0011B;
  width: 160px;
  height: 40px;
}

.batch-match-card {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #CACACA;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

/*End Asset uploader before file upload */

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fff;
}

.count-pagination-section {
  display: flex;
  justify-content: space-between;
  padding: 18px;
}

.rows_count {
  font-weight: normal;
  font-size: 14px;
  color: #a7a5a6;
}

div#myTable_filter,
div#myTable_length {
  display: none !important;
}

div#myTable_info {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #a7a5a6;
  margin-bottom: 0px;
  padding-left: 20px;
  padding-bottom: 12px;
}

div#myTable_paginate a {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #a7a5a6 !important;
  border: none;
  padding: 2px 6px;
  margin-left: 10px;
}

  div#myTable_paginate a.paginate_button.current {
    background: #008540;
    border-radius: 2px;
    color: #fff !important;
    font-weight: 600;
  }

div#myTable_paginate {
  padding-right: 20px;
  padding-top: 10px;
  margin-top: 0;
  padding-bottom: 12px;
}

table.dataTable.no-footer {
  border-bottom: unset !important;
}

nav.custom_pagination {
  display: none;
}
/*End dynamic table */

/*24.03.2021*/
.cs-left-match-card {
  display: flex;
  background: #f6f6f6;
  border: 1px solid #d7d7d7;
  box-sizing: border-box;
  padding: 20px;
}

.cs-left-match-card-days {
  margin-left: auto
}

.cs-left-match-card-content span {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #00cf5d;
  display: block;
  width: 100%
}

.cs-left-match-card-content p {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #000;
  margin: 15px 0 0 0
}

.cs-left-match-card-days span {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: right;
  color: #868686
}

.cs-left-spot-top_img {
  background: lightgray url("/img/loader.gif") no-repeat center;
  min-height: 290px;
}

  .cs-left-spot-top_img img {
    margin: auto;
    display: block;
    max-width: 100%;
    height: auto;
  }

.csl_mach-img {
  flex-wrap: wrap;
  min-height: 120px;
}

.cs-left-match-card.clmc-keyword {
  flex-direction: column;
  border: 0;
  background: #fff;
  padding: 20px 26px 30px 20px;
  margin: 23px 0 20px 0
}

  .cs-left-match-card.clmc-keyword h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    color: #0d0d0d;
    margin-bottom: 20px
  }

.cs-left-match-card-content a {
  background: #777;
  color: #fff !important;
  padding: 8px 7px 7px 8px;
  font-weight: 500;
  font-size: 11px;
  line-height: 9px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.cs-left-match-card-content {
  display: flex;
  justify-content: unset;
  flex-wrap: wrap;
}

.license-card {
  background: #fff;
  padding: 20px 26px 31px 20px;
  margin-bottom: 20px
}

  .license-card p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #8b8585
  }

  .license-card p {
    margin-bottom: 35px
  }

    .license-card p:last-child {
      margin-bottom: 0
    }

  .license-card h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    color: #0d0d0d;
    margin-bottom: 10px
  }

.cpn-left .back-collect {
  background: #fff;
  border: 1px solid #ddd;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  text-align: center;
  width: 200px;
  color: #222;
  height: 40px;
  justify-content: center
}

.cpn-right .back-collect {
  background: #fff;
  border: 1px solid #ddd;
  box-sizing: border-box;
  width: 81px;
  height: 40px;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #222;
  justify-content: center
}

.cpn-right {
  display: flex
}

.csr-prev-nxt {
  /*display: flex;*/
  flex-wrap: wrap;
  /*margin-bottom: 10px;*/
  justify-content: space-between
}

a.btn.btn-nrl-primary:hover {
  color: #FFF !important;
}

.mrb-checkbox .form-group label:before {
  content: '';
  padding: 7.5px;
  border-radius: 100%;
  border: 1px solid #00cf5d
}

.mrb-checkbox .form-group input:checked + label:after {
  content: '';
  top: 4px;
  left: 4.5px;
  width: 9px;
  height: 9px;
  border: 0;
  transform: unset;
  background: #00cf5d;
  border-radius: 100%
}

.master-details {
  font-size: 14px;
  color: #8b8585;
}

.light-download-section .lighbox {
  background: #f6f6f6;
  border: 2px solid #ddd;
  box-sizing: border-box;
  border-radius: 4px;
  width: 220px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #222
}

.light-download-section .download {
  background: #008540;
  border: 0;
  box-sizing: border-box;
  width: 220px;
  height: 48px;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #fff;
  margin-left: auto
}

.detail-information-section {
  float: left;
  width: 100%;
  background: #fff;
  margin-top: 20px
}

  .detail-information-section h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 12px;
    color: #0d0d0d
  }

  .detail-information-section a {
    font-size: 16px;
    color: #8b8585 !important;
    cursor: pointer;
    text-decoration: none;
  }

    .detail-information-section a:hover {
      color: #047143 !important;
    }

.detail-info {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px
}

  .detail-info:last-child {
    margin-bottom: 0
  }

  .detail-info label {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #8b8585;
    margin-bottom: 0;
    width: 30%;
  }

  .detail-info span {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-align: right;
    color: #8b8585;
    margin-left: auto;
    width: 70%;
    white-space: break-spaces;
    text-overflow: ellipsis;
    overflow: hidden;
  }

.mrb-checkbox .form-group input:checked + label:after {
  content: '';
  top: 4px;
  left: 4.5px;
  width: 9px;
  height: 9px;
  border: 0;
  transform: unset;
  background: #00CF5D;
  border-radius: 100%;
}

.collection_head.collection_screen {
  padding: 0;
  margin-bottom: 0;
}

input#html {
  display: none;
}

.want-this-img h5 {
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1.5px;
  color: #008540;
}

.want-this-img {
  margin-top: 21px;
}

.csl_mach-img img {
  margin-right: 10px;
}

  .csl_mach-img img:last-child {
    margin-right: 0px;
  }

/*26-03-2021*/
.select2 {
  padding: 0 !important;
}

.select2-container .select2-choice {
  height: 36px;
}

  .select2-container .select2-choice > .select2-chosen {
    height: 36px;
  }

/*End Advanced Search_Not Signed In */
/* Profile */

.profile-sec {
  display: flex;
  align-items: center;
}

  .profile-sec .profile-icon {
    width: 72px;
    height: 72px;
    background-color: rgb(196,196,196);
    border-radius: 100%;
  }

    .profile-sec .profile-icon div {
      width: 100%;
      text-align: center;
      vertical-align: middle;
      line-height: 72px;
      font-size: 24px;
      font-weight: 600;
      color: #fff;
    }

.profile-sec-right-cont h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  color: #252628;
  margin-bottom: 3px;
}

.profile-sec-right-cont p {
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #6D7074;
  margin-bottom: 0;
}

.profile-sec-right-cont {
  padding-left: 21px;
}

.profile-sec img {
  border-radius: 100%;
}

.profile_basement {
  padding: 20px 20px 25px 20px;
  margin-bottom: 15px;
}

.forms-group-parent-section .recent-create {
  background: #F1F1F1;
  width: 100%;
}

.profile_basement > h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
  color: #0D0D0D;
}

.forms-group-parent-section {
  float: left;
  width: 100%;
}

.form-batch label span a {
  font-weight: 600;
  font-size: 14px;
  line-height: 121.69%;
  text-align: right;
  text-decoration-line: underline;
  color: #008540;
}

.forms-group-parent-section .form-batch label {
  display: flex;
  align-items: center;
  width: 277px;
}

  .forms-group-parent-section .form-batch label span {
    margin-left: auto;
  }

.bsd_job_info .recent-create {
  background: #fff;
}
/*End Profile */

.dropdown-menu.show a:hover {
  background-color: #000;
  color: #fff !important;
}

.dropdown-menu.show a {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  padding: 7px 0px;
  color: #9e9e9e !important;
  width: auto;
}

.dropdown-menu.show {
  top: 23px;
  left: -15px;
}

.dropdown-item {
  float: left;
  padding: 0px 9px;
}

.dropdown.show a img:first-child {
  width: 25px;
  height: 25px;
}
/**Upload page select2 picker fix**/
.select2-container {
  padding-left: 0px;
}

  .select2-container a {
    width: 100%;
    display: block;
    padding-left: 10px;
    padding-right: 30px;
  }

.game-segment-left .select2-container input {
  width: 100% !important;
}

.game-segment-left .select2-container {
  width: 200px;
}

.game-segment-left .select2-container-multi .select2-choices, .game-segment-left .select2-container-multi .select2-choices .select2-search-field {
  height: 100% !important;
}

.game-segment-left ul.select2-choices {
  overflow-y: auto;
}

.game-segment-left .players, .game-segment-left .teams {
  padding-left: 0px;
}
/**End of upload page fix**/

/*/ Accordion /*/
#main #faq .card {
  margin-bottom: 20px;
  border: 0;
}

  #main #faq .card .card-header {
    border: 0;
    border-radius: 2px;
  }

    #main #faq .card .card-header .btn-header-link {
      color: #fff;
      display: block;
      text-align: left;
      color: #222;
      padding: 0;
      font-weight: 600;
      font-size: 16px;
      line-height: 23px;
      color: #0D0D0D;
    }

      #main #faq .card .card-header .btn-header-link:after {
        content: "\f107";
        font-family: 'FontAwesome';
        font-weight: 900;
        float: right;
        color: #BFBFBF;
        font-size: 22px;
      }

      #main #faq .card .card-header .btn-header-link.collapsed {
        background: #fff;
        color: #0D0D0D;
      }

        #main #faq .card .card-header .btn-header-link.collapsed:after {
          content: "\f106";
          color: #BFBFBF;
          font-size: 22px;
        }

  #main #faq .card .collapse {
    border: 0;
  }

    #main #faq .card .collapse.show {
      background: #fff;
      line-height: 30px;
      color: #222;
    }

#main {
  width: 100%;
}

.card-header {
  padding: 20px;
  background: #fff;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: unset;
}

#main .card-body p {
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  display: flex;
  align-items: center;
  text-align: justify;
  color: #4c4c4c;
}

/*End Accordion */

.terms-of-use-container {
  background: #fff;
  margin-bottom: 10px;
}

  .terms-of-use-container section {
    margin: 20px;
  }

  .terms-of-use-container h3 {
    font-size: 16px;
    line-height: 23px;
    color: #0D0D0D;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  .terms-of-use-container ol {
    padding-left: 50px;
  }

  .terms-of-use-container li {
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    text-align: justify;
    color: #4c4c4c;
    list-style-type: inherit;
    background-position: 0px 6px;
  }

.master-radio-btn {
  width: 25%;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
}

.pagination .page-item:nth-child(2) {
  background: #fff;
  padding: .5rem .75rem;
  line-height: 1.25;
  border: 1px solid #ddd;
  border-left: 0px;
}

.btn-nrl-primary {
  background: #008540 !important;
  font-weight: 500;
  color: #FFF !important;
  border-radius: 4px;
  white-space: nowrap;
  text-transform: uppercase;
}

.btn-nrl-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  font-weight: 500;
  border-radius: 4px;
  border: 1px solid #E0E0E0;
  text-transform: uppercase;
}

.btn-nrl-light {
  background: #E0E0E0;
  font-weight: 500;
  text-transform: uppercase;
  color: #231F20 !important;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  white-space: nowrap;
}

.btn-nrl-outline {
  background: #FFFFFF;
  border: 1px solid #008540;
  font-weight: 500;
  color: #047143 !important;
  border-radius: 4px;
  text-transform: uppercase;
}

.btn-nrl-light-outline {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  border-radius: 4px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-green {
  color: #047143 !important;
}

.preview-image {
  width: 133px;
  height: 120px;
  object-fit: cover;
}

.current-image {
  border: 4px solid #00cf5d;
}

select.recent-create {
  padding-left: 5px;
}

div#datepicker input, div#datepicker2 input {
  color: #047143 !important;
  font-size: 1rem !important;
}

#example span {
  cursor: pointer;
  margin-left: 20px;
}

.user-manage {
  width: 100%;
  text-align: center;
}
