@font-face {
  font-family: "poppinsbold";
  src: url("../fonts/poppins-bold-webfont.woff2") format("woff2"), url("../fonts/poppins-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "poppinsmedium";
  src: url("../fonts/poppins-medium-webfont.woff2") format("woff2"), url("../fonts/poppins-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "poppinsregular";
  src: url("../fonts/poppins-regular-webfont.woff2") format("woff2"), url("../fonts/poppins-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "poppinssemibold";
  src: url("../fonts/poppins-semibold-webfont.woff2") format("woff2"), url("../fonts/poppins-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?5wiocs");
  src: url("../fonts/icomoon.eot?5wiocs#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?5wiocs") format("truetype"), url("../fonts/icomoon.woff?5wiocs") format("woff"), url("../fonts/icomoon.svg?5wiocs#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-sort:before {
  content: "\e900";
}

.icon-calendar:before {
  content: "\e901";
}

.icon-cross-black:before {
  content: "\e902";
}

.icon-cross-icon:before {
  content: "\e903";
}

.icon-delete:before {
  content: "\e904";
}

.icon-edit:before {
  content: "\e905";
}

.icon-left-arrow:before {
  content: "\e906";
}

.icon-logout:before {
  content: "\e907";
}

.icon-more:before {
  content: "\e908";
}

.icon-notifications:before {
  content: "\e909";
}

.icon-password:before {
  content: "\e90a";
}

.icon-profile:before {
  content: "\e90b";
}

.icon-video-icon:before {
  content: "\e90c";
}

.login-wrapper {
  min-height: 100vh;
}

.login-wrapper .inner-wrapper {
  display: flex;
}

.login-wrapper .inner-wrapper .form-wrap {
  width: 50%;
  padding: 0 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
}

.login-wrapper .inner-wrapper .form-wrap .form-title {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0;
  font-family: "poppinsbold", Arial, Helvetica, sans-serif;
  color: #2c2f33;
}

.login-wrapper .inner-wrapper .form-wrap .sub-text {
  font-size: 15px;
  line-height: 24px;
  margin: 0 0 43px;
  color: #6f788d;
  max-width: 353px;
}

.login-wrapper .inner-wrapper .form-wrap form {
  max-width: 450px;
}

.login-wrapper .inner-wrapper .form-wrap .success-message {
  max-width: 442px;
  position: relative;
  top: calc(50% - 68px);
  margin-top: -144px;
}

.login-wrapper .inner-wrapper .form-wrap .success-message .sub-text {
  max-width: 100%;
  font-size: 15px;
  margin: 18px 0 30px;
}

.login-wrapper .inner-wrapper .form-wrap .success-message .success-icon {
  margin-bottom: 10px;
}

.login-wrapper .inner-wrapper .form-wrap .success-message h3 {
  font-size: 24px;
  font-family: "poppinsbold", Arial, Helvetica, sans-serif;
  line-height: 32px;
  font-weight: 400;
  color: #2c2f33;
  margin-bottom: 0;
}

.login-wrapper .inner-wrapper .form-wrap .success-message .form-group {
  max-width: 350px;
  display: inline-block;
  width: 100%;
}

.login-wrapper .inner-wrapper .form-banner {
  width: 50%;
  background: #111316;
  background-size: cover;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-wrapper .inner-wrapper .form-banner .site-logo {
  width: 184px;
  height: 110px;
  margin: 0;
}

.login-wrapper .inner-wrapper .form-desc {
  font-size: 18px;
  margin-bottom: 40px;
  line-height: 30px;
}

.form-group .password-hints {
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.22);
  width: 250px;
  padding: 19px 15px 16px;
  list-style: none;
  line-height: 25px;
  font-size: 12px;
  color: #0a0b0c;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 3;
  background: #fff;
  border-radius: 2px;
}

.form-group .password-hints:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 8px;
  width: 10px;
  height: 25px;
  display: block;
  border: 5px solid #fff;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top: 0;
}

.form-group .password-hints li {
  margin-bottom: 2px;
  padding-left: 35px;
  position: relative;
  color: #0a0b0c;
}

.form-group .password-hints li:last-child {
  margin-bottom: 0;
}

.form-group .password-hints li:before {
  width: 25px;
  height: 25px;
  content: "";
  background: url(../../assets/images/tick-icon-black.svg) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.form-group .password-hints li.grey {
  color: #707780;
}

.form-group .password-hints li.grey:before {
  background: url(../../assets/images/tick-icon-grey.svg) 0 0 no-repeat;
}

.header-wrap {
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 125px;
}

.header-wrap h1 {
  font-size: 20px;
  margin: 0;
  line-height: 28px;
  font-family: "poppinsbold", Arial, Helvetica, sans-serif;
}

.header-wrap h1.smaller {
  font-family: "poppinssemibold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

.header-wrap .icon-left-arrow {
  width: 36px;
  height: 36px;
  border-radius: 18px;
  background: rgba(10, 11, 12, 0.05);
  display: inline-block;
  font-size: 12px;
  text-align: center;
  line-height: 36px;
  vertical-align: top;
  margin: -8px 15px 0 -25px;
  cursor: pointer;
}

.header-wrap .action-btns a,
.header-wrap .action-btns button {
  background: none;
  border: 0;
  width: 25px;
  font-size: 0;
  color: rgba(44, 47, 51, 0.7);
  padding: 0;
}

.header-wrap .action-btns a:before,
.header-wrap .action-btns button:before {
  font-size: 25px;
}

.header-wrap .action-btns a + button,
.header-wrap .action-btns button + button {
  margin-left: 15px;
}

.header-wrap .action-btns a:hover,
.header-wrap .action-btns button:hover {
  text-decoration: none;
}

.main-container {
  min-height: 100vh;
  background: #fafafa;
}

.main-container .content-box {
  width: calc(100% - 250px);
  margin-left: 250px;
  padding: 0 60px 40px 60px;
  min-height: calc(100vh - 73px);
}

.main-container .content-box .form-group textarea.form-control {
  height: 126px;
}

.sidebar {
  position: fixed;
  left: 0;
  top: 0;
  width: 250px;
  height: 100%;
  overflow-y: auto;
  box-shadow: 0 10px 45px 0 rgba(31, 37, 50, 0.03);
  background-color: #ffffff;
}

.sidebar .site-logo {
  display: flex;
  margin: 20px auto 5px;
  top: 0;
  left: 0;
  width: 119px;
  height: 120px;
  align-items: center;
  justify-content: center;
}

.sidebar .profile-info {
  margin-top: 68px;
  padding: 10px 30px 12px;
  color: #7c8399;
  background: rgba(31, 37, 50, 0.02);
  font-size: 12px;
  font-family: "poppinsmedium", Arial, Helvetica, sans-serif;
  line-height: 17px;
  font-weight: 400;
}

.sidebar .profile-info span {
  display: block;
  margin-bottom: 1px;
}

.sidebar .profile-info small {
  font-size: 100%;
  display: block;
}

.sidebar .navigaiton {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar .navigaiton li a {
  font-size: 14px;
  padding: 18px 18px 18px 45px;
  display: block;
  color: #000;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "poppinsregular", Arial, Helvetica, sans-serif;
  line-height: 1;
  font-weight: 400;
  border-left: 3px solid transparent;
}

.sidebar .navigaiton li a .icon {
  font-size: 25px;
  vertical-align: middle;
  display: inline-block;
  margin: 0 15px 0 -25px;
  color: #b9babb;
}

.sidebar .navigaiton li a.active, .sidebar .navigaiton li a:hover {
  color: #0a0b0c;
  text-decoration: none;
  background: rgba(10, 11, 12, 0.05);
  border-color: #0a0b0c;
}

.sidebar .navigaiton li a.active .icon, .sidebar .navigaiton li a:hover .icon {
  font-size: 25px;
  color: #0a0b0c;
}

.sidebar .navigaiton li a.tier .icon {
  font-size: 0;
  width: 25px;
  height: 25px;
  background: url(../images/tier-icon.svg) center -2px no-repeat;
}

.sidebar .navigaiton li a.tier:hover .icon, .sidebar .navigaiton li a.tier.active .icon {
  background: url(../images/tier-icon-active.svg) center -2px no-repeat;
}

table.display div.dataTables_filter,
div.dataTables_wrapper div.dataTables_filter {
  position: absolute;
  top: -84px;
  right: 15px;
  width: 320px;
}

table.display div.dataTables_filter label,
div.dataTables_wrapper div.dataTables_filter label {
  font-size: 0;
  width: 100%;
  margin: 0;
}

table.display div.dataTables_filter input,
div.dataTables_wrapper div.dataTables_filter input {
  border: 0;
  border-radius: 2px;
  background: white url(../images/search.svg) 13px center no-repeat;
  color: #32353b;
  width: 100%;
  height: 45px;
  padding: 14px 14px 14px 41px;
  line-height: 5;
  margin: 0;
  font-size: 12px;
}

@supports (-webkit-backdrop-filter: blur(1px)) {
 table.display div.dataTables_filter input,
 div.dataTables_wrapper div.dataTables_filter input {
  border: 0;
  border-radius: 2px;
  background: white url(../images/search.svg) 13px center no-repeat;
  color: #32353b;
  width: 100%;
  height: 45px;
  padding: 14px 14px 14px 41px;
  line-height: 1;
  margin: 0;
  font-size: 12px;
 }
}

table.display div.dataTables_filter input:focus,
div.dataTables_wrapper div.dataTables_filter input:focus {
  box-shadow: none;
  outline: 0;
}

table.display th,
table.display td,
div.dataTables_wrapper th,
div.dataTables_wrapper td {
  padding: 20px;
  font-size: 13px;
  color: #6f788d;
  border-bottom: 1px solid #efefef;
}

table.display th:first-child,
table.display td:first-child,
div.dataTables_wrapper th:first-child,
div.dataTables_wrapper td:first-child {
  padding-left: 0;
}

table.display th:last-child,
table.display td:last-child,
div.dataTables_wrapper th:last-child,
div.dataTables_wrapper td:last-child {
  padding-right: 0;
  width: 63px !important;
  max-width: 63px;
  text-align: left;
}

table.display th a,
table.display th .title,
table.display td a,
table.display td .title,
div.dataTables_wrapper th a,
div.dataTables_wrapper th .title,
div.dataTables_wrapper td a,
div.dataTables_wrapper td .title {
  color: #1f2532;
  display: block;
}

table.display th a.light,
table.display th .title.light,
table.display td a.light,
table.display td .title.light,
div.dataTables_wrapper th a.light,
div.dataTables_wrapper th .title.light,
div.dataTables_wrapper td a.light,
div.dataTables_wrapper td .title.light {
  color: #232a3a;
}

table.display th a.light .title,
table.display th .title.light .title,
table.display td a.light .title,
table.display td .title.light .title,
div.dataTables_wrapper th a.light .title,
div.dataTables_wrapper th .title.light .title,
div.dataTables_wrapper td a.light .title,
div.dataTables_wrapper td .title.light .title {
  color: #232a3a;
}

table.display th a:hover,
table.display th .title:hover,
table.display td a:hover,
table.display td .title:hover,
div.dataTables_wrapper th a:hover,
div.dataTables_wrapper th .title:hover,
div.dataTables_wrapper td a:hover,
div.dataTables_wrapper td .title:hover {
  text-decoration: none;
}

table.display th .inner-data,
table.display td .inner-data,
div.dataTables_wrapper th .inner-data,
div.dataTables_wrapper td .inner-data {
  display: inline-block;
  width: 86px;
  text-align: center;
}

table.display td.child,
div.dataTables_wrapper td.child {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 0;
}

table.display td.child:after,
div.dataTables_wrapper td.child:after {
  display: none;
}

table.display th,
div.dataTables_wrapper th {
  color: #7c8399;
  font-size: 11px;
  text-transform: uppercase;
  padding-top: 0;
  line-height: 1;
}

table.display th:before,
div.dataTables_wrapper th:before {
  display: none !important;
}

table.display th:after,
div.dataTables_wrapper th:after {
  position: absolute !important;
  display: inline-block !important;
  right: auto !important;
  bottom: auto !important;
  width: 24px;
  height: 24px;
  background: url(../images/sorting.svg) 0 0 no-repeat;
  opacity: 1 !important;
  content: "" !important;
  vertical-align: top;
  margin-top: -8px;
}

table.display th.sorting_asc:after,
div.dataTables_wrapper th.sorting_asc:after {
  background: url(../images/sorting-a.svg) 0 0 no-repeat;
}

table.display th.sorting_desc:after,
div.dataTables_wrapper th.sorting_desc:after {
  background: url(../images/sorting-d.svg) 0 0 no-repeat;
}

table.display th.sorting_disabled:after,
div.dataTables_wrapper th.sorting_disabled:after {
  display: none !important;
}

table.display th:last-child,
div.dataTables_wrapper th:last-child {
  text-align: left;
}

table.display tbody tr.empty,
table.display tbody tr:hover,
div.dataTables_wrapper tbody tr.empty,
div.dataTables_wrapper tbody tr:hover {
  box-shadow: 0 10px 45px 0 rgba(10, 11, 12, 0.05);
  overflow: hidden;
}

table.display tbody tr.empty td,
table.display tbody tr:hover td,
div.dataTables_wrapper tbody tr.empty td,
div.dataTables_wrapper tbody tr:hover td {
  background: white;
  position: relative;
  border-bottom-color: transparent;
}

table.display tbody tr.empty td:first-child:before,
table.display tbody tr:hover td:first-child:before,
div.dataTables_wrapper tbody tr.empty td:first-child:before,
div.dataTables_wrapper tbody tr:hover td:first-child:before {
  content: "";
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -20px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background: white;
}

table.display tbody tr.empty td:last-child:after,
table.display tbody tr:hover td:last-child:after,
div.dataTables_wrapper tbody tr.empty td:last-child:after,
div.dataTables_wrapper tbody tr:hover td:last-child:after {
  content: "";
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -20px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background: white;
}

table.display tbody tr.empty > td,
div.dataTables_wrapper tbody tr.empty > td {
  text-align: center;
}

table.display tbody td.dataTables_empty,
div.dataTables_wrapper tbody td.dataTables_empty {
  text-align: center;
  font-size: 16px;
  font-family: "poppinsbold", Arial, Helvetica, sans-serif;
  vertical-align: middle;
  background: #fff;
  box-shadow: 0 10px 45px 0 rgba(10, 11, 12, 0.05);
}

table.display tbody td.dataTables_empty:before, table.display tbody td.dataTables_empty:after,
div.dataTables_wrapper tbody td.dataTables_empty:before,
div.dataTables_wrapper tbody td.dataTables_empty:after {
  display: none;
}

table.display tbody > tr.child ul.dtr-details,
div.dataTables_wrapper tbody > tr.child ul.dtr-details {
  width: 100%;
}

table.display tbody > tr.child ul.dtr-details > li,
div.dataTables_wrapper tbody > tr.child ul.dtr-details > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

table.display tbody > tr.child ul.dtr-details > li .dropdown,
div.dataTables_wrapper tbody > tr.child ul.dtr-details > li .dropdown {
  margin-right: 20px;
}

table.display div.dataTables_info,
div.dataTables_wrapper div.dataTables_info {
  font-size: 13px;
  color: #6f788d;
  padding-top: 43px;
}

table.display div.dataTables_paginate,
div.dataTables_wrapper div.dataTables_paginate {
  margin-top: 40px;
}

table.display div.dataTables_paginate ul.pagination li.page-item,
div.dataTables_wrapper div.dataTables_paginate ul.pagination li.page-item {
  margin: 0 5px;
}

table.display div.dataTables_paginate ul.pagination li.page-item .page-link,
div.dataTables_wrapper div.dataTables_paginate ul.pagination li.page-item .page-link {
  width: 25px;
  height: 25px;
  border-radius: 2px;
  background-color: rgba(10, 11, 12, 0.05);
  padding: 0;
  text-align: center;
  color: #6f788d;
  border: 1px solid rgba(10, 11, 12, 0.5);
  font-size: 11px;
  font-family: "poppinsmedium", Arial, Helvetica, sans-serif;
  line-height: 28px;
  font-weight: 400;
}

table.display div.dataTables_paginate ul.pagination li.page-item:hover .page-link, table.display div.dataTables_paginate ul.pagination li.page-item.active .page-link,
div.dataTables_wrapper div.dataTables_paginate ul.pagination li.page-item:hover .page-link,
div.dataTables_wrapper div.dataTables_paginate ul.pagination li.page-item.active .page-link {
  color: white;
  background: #0a0b0c;
}

table.display div.dataTables_paginate ul.pagination li.page-item.previous .page-link, table.display div.dataTables_paginate ul.pagination li.page-item.next .page-link,
div.dataTables_wrapper div.dataTables_paginate ul.pagination li.page-item.previous .page-link,
div.dataTables_wrapper div.dataTables_paginate ul.pagination li.page-item.next .page-link {
  padding: 0 12px;
  width: auto;
  color: #2c2f33;
}

table.display div.dataTables_paginate ul.pagination li.page-item.previous.disabled .page-link, table.display div.dataTables_paginate ul.pagination li.page-item.next.disabled .page-link,
div.dataTables_wrapper div.dataTables_paginate ul.pagination li.page-item.previous.disabled .page-link,
div.dataTables_wrapper div.dataTables_paginate ul.pagination li.page-item.next.disabled .page-link {
  opacity: 0.5;
  background-color: rgba(10, 11, 12, 0.05);
}

table.display div.dataTables_paginate ul.pagination li.page-item.previous.disabled:hover .page-link, table.display div.dataTables_paginate ul.pagination li.page-item.next.disabled:hover .page-link,
div.dataTables_wrapper div.dataTables_paginate ul.pagination li.page-item.previous.disabled:hover .page-link,
div.dataTables_wrapper div.dataTables_paginate ul.pagination li.page-item.next.disabled:hover .page-link {
  color: #2c2f33;
}

table.display div.dataTables_paginate ul.pagination li.page-item.previous:hover .page-link, table.display div.dataTables_paginate ul.pagination li.page-item.next:hover .page-link,
div.dataTables_wrapper div.dataTables_paginate ul.pagination li.page-item.previous:hover .page-link,
div.dataTables_wrapper div.dataTables_paginate ul.pagination li.page-item.next:hover .page-link {
  color: white;
}

table.display .title-wrap,
div.dataTables_wrapper .title-wrap {
  display: flex;
  align-items: center;
}

table.display .title-wrap:hover,
div.dataTables_wrapper .title-wrap:hover {
  text-decoration: none;
}

table.display .title-wrap .even-icon,
div.dataTables_wrapper .title-wrap .even-icon {
  margin: 0;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  overflow: hidden;
}

table.display .title-wrap .even-icon img,
div.dataTables_wrapper .title-wrap .even-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

table.display .title-wrap .title,
div.dataTables_wrapper .title-wrap .title {
  width: calc(100% - 90px);
  padding-left: 15px;
  white-space: normal;
  line-height: 1.45;
}

#create-level tr th:first-child,
#create-level tr td:first-child,
#tier tr th:first-child,
#tier tr td:first-child,
#shootouts tr th:first-child,
#shootouts tr td:first-child {
  width: 300px !important;
}

#create-level tr th:last-child,
#create-level tr td:last-child,
#tier tr th:last-child,
#tier tr td:last-child,
#shootouts tr th:last-child,
#shootouts tr td:last-child {
  padding-right: 22px;
  width: 160px !important;
  max-width: 160px;
  text-align: right;
}

#create-level tr th:last-child.dataTables_empty,
#create-level tr td:last-child.dataTables_empty,
#tier tr th:last-child.dataTables_empty,
#tier tr td:last-child.dataTables_empty,
#shootouts tr th:last-child.dataTables_empty,
#shootouts tr td:last-child.dataTables_empty {
  text-align: center;
}

#create-level tr th:last-child .btn,
#create-level tr td:last-child .btn,
#tier tr th:last-child .btn,
#tier tr td:last-child .btn,
#shootouts tr th:last-child .btn,
#shootouts tr td:last-child .btn {
  display: inline-block;
  width: 109px;
  height: 25px;
  padding: 0 10px;
  color: #0a0b0c;
  font-size: 13px;
  text-transform: none;
  line-height: 28px;
  background: rgba(10, 11, 12, 0.05);
  box-shadow: none;
  font-family: "poppinsregular", Arial, Helvetica, sans-serif;
  border: 0;
}

#create-level tr th:last-child .btn:active, #create-level tr th:last-child .btn:focus, #create-level tr th:last-child .btn:hover,
#create-level tr td:last-child .btn:active,
#create-level tr td:last-child .btn:focus,
#create-level tr td:last-child .btn:hover,
#tier tr th:last-child .btn:active,
#tier tr th:last-child .btn:focus,
#tier tr th:last-child .btn:hover,
#tier tr td:last-child .btn:active,
#tier tr td:last-child .btn:focus,
#tier tr td:last-child .btn:hover,
#shootouts tr th:last-child .btn:active,
#shootouts tr th:last-child .btn:focus,
#shootouts tr th:last-child .btn:hover,
#shootouts tr td:last-child .btn:active,
#shootouts tr td:last-child .btn:focus,
#shootouts tr td:last-child .btn:hover {
  background: rgba(10, 11, 12, 0.05);
}

#create-level tr th .dropdown,
#create-level tr td .dropdown,
#tier tr th .dropdown,
#tier tr td .dropdown,
#shootouts tr th .dropdown,
#shootouts tr td .dropdown {
  margin-right: 6px;
}

#create-level tr th a:hover,
#create-level tr td a:hover,
#tier tr th a:hover,
#tier tr td a:hover,
#shootouts tr th a:hover,
#shootouts tr td a:hover {
  text-decoration: none;
}

#create-level div.btn-wrap,
#tier div.btn-wrap,
#shootouts div.btn-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#announcements tr th:first-child,
#announcements tr td:first-child {
  width: 23% !important;
  max-width: initial;
}

#announcements tr th:last-child,
#announcements tr td:last-child {
  width: 30% !important;
  max-width: initial;
}

#announcements tr td:first-child {
  color: #1f2532;
}

#level tr th:last-child,
#level tr td:last-child {
  width: 35% !important;
  max-width: initial;
}

#create-level tr th:nth-child(2),
#create-level tr td:nth-child(2) {
  text-align: center;
}

/* User detail page */
.header-section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  align-items: center;
}

.header-section.minus-space {
  margin-bottom: -45px;
  justify-content: flex-end;
}

.header-section.minus-space .create-podcast {
  position: relative;
  z-index: 2;
  min-width: 173px;
}

.header-section .title-wrap h3 {
  font-size: 20px;
  line-height: 27px;
  margin: 0 0 10px;
}

.header-section .breadcrumb {
  background: none;
  line-height: 16px;
  font-size: 12px;
  padding: 0;
  margin: 0;
}

.header-section .breadcrumb a {
  color: #8b8b8b;
  font-size: 12px;
  font-family: "poppinsregular", Arial, Helvetica, sans-serif;
  line-height: 16px;
  font-weight: 400;
}

.header-section .breadcrumb .breadcrumb-item {
  font-size: 12px;
  font-family: "poppinsbold", Arial, Helvetica, sans-serif;
  line-height: 16px;
  font-weight: 400;
}

.header-section .breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 4px;
}

.header-section .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  display: inline-block;
  padding-right: 3px;
  color: #8b8b8b;
  content: ">";
  vertical-align: top;
  margin-top: 0px;
}

.header-section .breadcrumb .breadcrumb-item.active {
  color: #0a0b0c;
}

.header-section .breadcrumb .breadcrumb-item.active:before {
  color: #0a0b0c;
}

.header-section .total-spent {
  text-align: right;
  color: #434343;
}

.header-section .total-spent .revenue {
  display: block;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 1px;
  font-size: 20px;
  font-family: "poppinsbold", Arial, Helvetica, sans-serif;
  line-height: 27px;
  font-weight: 400;
}

.header-section .total-spent small {
  display: block;
  font-size: 13px;
  font-family: "poppinsregular", Arial, Helvetica, sans-serif;
  line-height: 18px;
  font-weight: 400;
}

table.dataTable {
  margin: 0 !important;
}

table.dataTable.fixed-height-col tbody tr td {
  height: 40px;
}

.custom-card-view thead {
  display: none;
}

.custom-card-view tbody,
.custom-card-view tbody tr,
.custom-card-view tbody tr td {
  display: block;
  width: 100%;
  border: 0;
}

.custom-card-view tbody {
  display: flex;
  margin-right: -25px;
  width: auto;
  flex-wrap: wrap;
  min-height: 540px;
  align-items: flex-start;
}

.custom-card-view tbody tr {
  background: white;
  box-shadow: 0 5px 25px 0 rgba(188, 119, 77, 0.05);
  width: calc(33.333% - 25px);
  margin-right: 25px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 25px;
}

.custom-card-view tbody tr:last-child {
  width: 100%;
}

.custom-card-view tbody tr:last-child[role="row"] {
  width: calc(33.333% - 25px);
}

.custom-card-view tbody tr td {
  box-sizing: border-box;
  float: left;
  width: calc(100% - 40px);
  white-space: normal !important;
}

.custom-card-view tbody tr td:first-child, .custom-card-view tbody tr td:last-child {
  padding-right: 15px;
  width: 40px !important;
  max-width: initial;
  padding-left: 0;
}

.custom-card-view tbody tr td:first-child:before, .custom-card-view tbody tr td:first-child:after, .custom-card-view tbody tr td:last-child:before, .custom-card-view tbody tr td:last-child:after {
  display: none;
}

.custom-card-view tbody tr td.video-frame {
  padding: 0;
  width: 100% !important;
}

.custom-card-view tbody tr td.video-frame .img-frame {
  margin: 0;
  position: relative;
  cursor: pointer;
  height: 165px;
  background: #0a0b0c;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-card-view tbody tr td.video-frame .img-frame.empty {
  background: #e7e7e7;
  cursor: inherit;
  pointer-events: none;
}

.custom-card-view tbody tr td.video-frame .img-frame.empty .play-video {
  display: none;
}

.custom-card-view tbody tr td.video-frame .img-frame img {
  max-width: 100%;
  height: auto;
  max-height: 165px;
}

.custom-card-view tbody tr td .title {
  font-size: 14px;
  color: #171a1d;
  line-height: 20px;
  font-family: "poppinssemibold", Arial, Helvetica, sans-serif;
}

.custom-card-view tbody tr td .author,
.custom-card-view tbody tr td .time {
  color: #888ea4;
  display: block;
  line-height: 19px;
}

.custom-card-view tbody tr td .author {
  color: rgba(23, 26, 29, 0.7);
  margin: 2px 0 4px;
}

.custom-card-view tbody tr td .shots {
  color: rgba(23, 26, 29, 0.7);
  margin: 2px 0 4px;
}

.custom-card-view tbody tr td .shots .winner {
  background: #00d9a1;
  font-size: 11px;
  font-family: "poppinsbold", Arial, Helvetica, sans-serif;
  padding: 5px 10px 3px;
  border-radius: 20px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  margin-left: 2px;
  line-height: 1;
}


.custom-card-view tbody tr td .shots .loser {
  background: #d95100;
  font-size: 11px;
  font-family: "poppinsbold", Arial, Helvetica, sans-serif;
  padding: 5px 10px 3px;
  border-radius: 20px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  margin-left: 2px;
  line-height: 1;
}

.custom-card-view tbody tr td .author .winner {
  background: #00d9a1;
  font-size: 11px;
  font-family: "poppinsbold", Arial, Helvetica, sans-serif;
  padding: 5px 10px 3px;
  border-radius: 20px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  margin-left: 2px;
  line-height: 1;
}

.custom-card-view tbody tr td .play-video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 36px;
  height: 36px;
  border: 0;
  background: rgba(23, 26, 29, 0.8) url(../images/play-video.svg) center no-repeat;
  border-radius: 36px;
  font-size: 0;
}

.custom-card-view tbody tr td .delete-btn {
  width: 25px;
  height: 25px;
  border: 0;
  background: none;
  font-size: 0;
  padding: 0;
  margin-top: 6px;
}

.custom-card-view tbody tr td .delete-btn:before {
  font-size: 25px;
  color: #b9babb;
}

.custom-card-view tbody tr td.dataTables_empty {
  width: 100% !important;
}

.nav-tabs {
  border-bottom: 0;
  margin-bottom: 40px;
}

.nav-tabs .nav-link {
  font-size: 13px;
  color: #1f2532;
  padding: 14px 9px 10px;
  line-height: 1;
  min-width: 150px;
  text-align: center;
  border: 0;
  border-radius: 4px;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: rgba(10, 11, 12, 0.05);
}

.nav-tabs .nav-link.active {
  font-family: "poppinsmedium", Arial, Helvetica, sans-serif;
}

.modal .modal-dialog.video-player {
  width: 680px;
  max-width: initial;
}

.modal .modal-dialog.video-player .modal-body {
  padding: 10px;
}

.modal .modal-dialog.cropper {
  width: 780px;
  max-width: initial;
}

.modal .modal-dialog.cropper .modal-header {
  padding: 25px 25px 0;
}

.modal .modal-dialog.cropper .modal-body {
  padding: 0 25px 25px;
}

.modal .modal-dialog.cropper .form-group #crop-shootout-image {
  margin: -18px 0 0;
  width: 100%;
  height: 375px;
}

.modal .modal-dialog.cropper .form-group #crop-shootout-image .cropper-container {
  margin-bottom: 20px;
}

.modal .modal-dialog.cropper .form-group #crop-shootout-image .btn-primary {
  width: auto;
  min-width: 110px;
  float: right;
}

.tab-content div.dataTables_wrapper div.dataTables_filter {
  top: -161px;
}

.filter-list {
  box-shadow: 0 10px 45px 0 rgba(31, 37, 50, 0.03);
}

.filter-list > div,
.filter-list .list-wrapper > div {
  padding: 15px 20px;
  border-bottom: 1px solid #eaeaea;
}

.filter-list > div:first-child,
.filter-list .list-wrapper > div:first-child {
  padding-top: 20px;
}

.filter-list > div:last-child,
.filter-list .list-wrapper > div:last-child {
  padding-top: 20px;
  padding-bottom: 20px;
}

.filter-list > div label,
.filter-list .list-wrapper > div label {
  margin: 0;
  font-size: 13px;
  color: #1f2532;
  line-height: 25px;
  width: 100%;
  font-family: "poppinsmedium", Arial, Helvetica, sans-serif;
  padding: 0 0 0 30px;
  position: relative;
  cursor: pointer;
}

.filter-list > div label input,
.filter-list .list-wrapper > div label input {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  margin-top: -2px;
  appearance: none;
  background: url(../images/checkbox.svg) center no-repeat;
  position: absolute;
  left: 0;
  top: 0px;
  cursor: pointer;
}

.filter-list > div label input:checked,
.filter-list .list-wrapper > div label input:checked {
  background: url(../images/checkbox-selected.svg) center no-repeat;
}

.filter-list > div.list-wrapper {
  padding: 0;
  border: 0;
  max-height: 285px;
  overflow-y: auto;
}

.shootout-table {
  position: relative;
}

.shootout-table div.dataTables_wrapper div.dataTables_filter {
  right: 212px;
}

.shootout-table .add-shootout {
  width: auto;
  min-width: 182px;
  text-align: center;
  position: absolute;
  right: 0;
  top: -84px;
}

.form-sep {
  background: #f1f1f1;
  padding: 6px 20px 5px;
  border-radius: 8px;
  margin: 15px 0 15px;
  color: #2c2f33;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "poppinsmedium", Arial, Helvetica, sans-serif;
  line-height: 1.5;
  font-weight: 400;
}


.form-sep-scheduled {
  background: #f1f1f1;
  padding: 10px 5px 5px;
  border-radius: 8px;
  margin: 15px 0 15px;
  color: #2c2f33;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "poppinsmedium", Arial, Helvetica, sans-serif;
  line-height: 1.5;
  font-weight: 400;
}

.check-steps {
  margin-bottom: 15px;
  position: relative;
}

.check-steps .error {
  margin-left: calc(100% - 370px);
  line-height: 1.2;
  font-size: 12px;
  color: #ff5353;
  position: absolute;
  left: 0;
  top: calc(100% - 3px);
  z-index: 2;
}

.check-steps label {
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 10px 370px 10px 20px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  min-height: 69px;
}

.check-steps label .form-control {
  width: 340px;
  height: 50px;
  border-radius: 8px;
  margin: 0;
  border-color: #d6d6d6;
  background: none;
  padding: 16px 15px 15px;
  font-size: 13px;
  position: absolute;
  right: 30px;
  top: 10px;
  font-family: "poppinsmedium", Arial, Helvetica, sans-serif;
}

.check-steps label .form-control:focus {
  border-color: black;
}

.check-steps label .checked-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 0;
  z-index: -1;
  background: #fafafa;
}

.check-steps label .checked-bg.checked {
  background: #fbf8f6;
}

.check-steps label input[type="checkbox"] {
  width: 25px;
  height: 25px;
  appearance: none;
  background: url(../images/checkbox.svg) center no-repeat;
  margin: -4px 6px 0 0;
  vertical-align: top;
  cursor: pointer;
}

.check-box{
  width: 25px;
  height: 25px;
  appearance: none;
  background: url(../images/checkbox.svg) center no-repeat;
  margin: -4px 6px 0 0;
  vertical-align: top;
  cursor: pointer;
}


.check-box ~ .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(44, 47, 51, 0.2);
  opacity: 1;
  /* Firefox */
}

.check-box ~ .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(44, 47, 51, 0.2);
}

.check-box ~ .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(44, 47, 51, 0.2);
}

.check-box ~ .form-control:focus ~ .checked-bg {
  background: #fbf8f6;
}

.check-box:checked {
  background: url(../images/checkbox-selected.svg) center no-repeat;
}

.check-box:checked ~ .checked-bg {
  background: #fbf8f6;
}

.check-box:checked ~ .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(44, 47, 51, 0.5);
  opacity: 1;
  /* Firefox */
}

.check-box:checked ~ .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(44, 47, 51, 0.5);
}

.check-box:checked ~ .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(44, 47, 51, 0.5);
}


.check-steps label input[type="checkbox"] ~ .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(44, 47, 51, 0.2);
  opacity: 1;
  /* Firefox */
}

.check-steps label input[type="checkbox"] ~ .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(44, 47, 51, 0.2);
}

.check-steps label input[type="checkbox"] ~ .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(44, 47, 51, 0.2);
}

.check-steps label input[type="checkbox"] ~ .form-control:focus ~ .checked-bg {
  background: #fbf8f6;
}

.check-steps label input[type="checkbox"]:checked {
  background: url(../images/checkbox-selected.svg) center no-repeat;
}

.check-steps label input[type="checkbox"]:checked ~ .checked-bg {
  background: #fbf8f6;
}

.check-steps label input[type="checkbox"]:checked ~ .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(44, 47, 51, 0.5);
  opacity: 1;
  /* Firefox */
}

.check-steps label input[type="checkbox"]:checked ~ .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(44, 47, 51, 0.5);
}

.check-steps label input[type="checkbox"]:checked ~ .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(44, 47, 51, 0.5);
}

.filter-drop-down {
  width: 340px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 40px;
  right: 390px;
}

@media all and (max-width: 1279px) {
  .filter-drop-down {
    top: 121px;
    right: 59px;
  }
}

.filter-drop-down label {
  font-size: 12px;
  color: #6f788d;
  width: 140px;
  display: block;
  padding-right: 10px;
  text-align: left;
  margin: 0;
}

.filter-drop-down .btn.btn-primary {
  font-family: "poppinsregular", Arial, Helvetica, sans-serif;
  width: 199px;
  background: none;
  color: #171a1d;
  font-size: 12px;
  font-weight: 400;
  padding: 13px 46px 13px 15px;
  text-align: left;
  box-shadow: none;
  background: white url(../images/dropdown.svg) calc(100% - 10px) 7px no-repeat;
  border-radius: 2px;
}

.filter-drop-down .btn.btn-primary:disabled, .filter-drop-down .btn.btn-primary:focus, .filter-drop-down .btn.btn-primary:not(:disabled):not(.disabled):active, .filter-drop-down .btn.btn-primary:not(:disabled):not(.disabled):active:focus, .filter-drop-down .btn.btn-primary:active, .filter-drop-down .btn.btn-primary:hover {
  background: white url(../images/dropdown.svg) calc(100% - 10px) 7px no-repeat;
  color: #171a1d;
}

.filter-drop-down .btn.btn-primary:disabled {
  cursor: not-allowed;
}

.filter-drop-down .child-wrap {
  position: absolute;
  z-index: 2;
  background: #fff;
  width: 350px;
  border-radius: 2px;
  top: 45px;
}

.filter-drop-down .child-wrap .btn {
  box-shadow: none;
}

.copyright {
  text-align: center;
  padding: 26px 25px;
  color: #1f2532;
  font-size: 13px;
  background: rgba(188, 119, 77, 0.03);
  margin-left: 250px;
}

.detail-page .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px 38px;
}

.detail-page .title-wrap.with-space {
  padding-top: 39px;
}

.detail-page .title-wrap .page-title {
  max-width: calc(100% - 190px);
  padding-right: 15px;
}

.detail-page .title-wrap .reward-wrap {
  display: flex;
  align-items: center;
}

.detail-page .title-wrap .reward-wrap .icon {
  width: 68px;
  height: 68px;
  margin: -14px;
  font-size: 0;
  background: url(../images/coin-bg.png) center no-repeat;
}

.detail-page .title-wrap .reward-wrap .coins-info {
  width: calc(100% - 40px);
  padding-left: 10px;
}

.detail-page .title-wrap .reward-wrap .coins-info strong {
  display: block;
  font-size: 16px;
  color: #0a0b0c;
  line-height: 19px;
  font-family: "poppinsbold", Arial, Helvetica, sans-serif;
}

.detail-page .title-wrap .reward-wrap .coins-info small {
  display: block;
  font-size: 12px;
  color: rgba(50, 53, 59, 0.5);
  line-height: 17px;
  font-family: "poppinsmedium", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.detail-page .data-wrap {
  padding: 0 40px 20px;
  border-bottom: 1px solid rgba(23, 26, 29, 0.05);
  list-style: none;
  margin: 0 0 20px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.detail-page .data-wrap li {
  width: 25%;
  padding-right: 20px;
  color: #3a3d43;
  font-size: 13px;
  line-height: 19px;
  word-break: break-word;
}

.detail-page .data-wrap li.wide {
  width: 100%;
}

.detail-page .data-wrap li.wide .data-wrap {
  padding: 0 0 30px;
}

.detail-page .data-wrap li.wide .data-wrap .title {
  text-transform: none;
  font-family: "poppinsmedium", Arial, Helvetica, sans-serif;
}

.detail-page .data-wrap li:last-child {
  padding-right: 0;
}

.detail-page .data-wrap .title,
.detail-page .data-wrap .data {
  display: block;
}

.detail-page .data-wrap .title {
  color: #6f788d;
  margin-bottom: 2px;
  font-weight: 400;
}

.detail-page .data-wrap.action-recog {
  border: 0;
  margin: 0;
  padding-bottom: 50px;
}

.detail-page .data-wrap.action-recog .title {
  color: #2c2f33;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.detail-page .data-wrap.action-recog .action-tag {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.detail-page .data-wrap.action-recog .action-tag span {
  background: #fafafa;
  padding: 15px 25px;
  margin-right: 15px;
  border-radius: 8px;
  color: #2c2f33;
  margin-bottom: 10px;
}

.dropdown {
  display: block;
  width: 25px;
  margin: 0 0 0 10px;
}

.dropdown .dropdown-toggle {
  padding: 0;
  font-size: 25px;
  width: 25px;
  height: 25px;
  border-radius: 0;
  color: #000;
}

.dropdown .dropdown-toggle:after {
  display: none;
}

.dropdown .dropdown-toggle:hover {
  text-decoration: none;
}

.dropdown .dropdown-menu {
  left: auto !important;
  margin-top: 56px;
  right: -15px;
  transform: none !important;
  width: 190px;
  border-radius: 2px;
  box-shadow: 0 10px 45px 0 rgba(31, 37, 50, 0.03);
  background-color: #ffffff;
  border: 0;
  padding: 10px 0 10px;
}

.dropdown .dropdown-menu .dropdown-item {
  padding: 13px 12px 12px 30px;
  font-size: 14px;
  line-height: 1;
  color: #1f2532;
  cursor: pointer;
}

.dropdown .dropdown-menu .dropdown-item:hover, .dropdown .dropdown-menu .dropdown-item:active {
  background: rgba(0, 0, 0, 0.05);
}

.dropdown .dropdown-menu .dropdown-item.active {
  color: #1f2532;
  background: none;
}

.dropdown .dropdown-menu .dropdown-item.inactive {
  color: #f80106;
}

.dropdown .dropdown-menu .dropdown-item.disabled {
  opacity: 0.4;
}

.dropdown .dropdown-menu .dropdown-item .icon-edit,
.dropdown .dropdown-menu .dropdown-item .icon-delete {
  font-size: 25px;
  margin-right: 11px;
  vertical-align: middle;
  color: rgba(44, 47, 51, 0.7);
  margin-top: -4px;
  display: inline-block;
}

.dropdown.bootstrap-select .btn.dropdown-toggle {
  width: 100%;
  border-radius: 4px;
  border-color: #b9babb;
  display: flex;
  align-items: center;
  background: #fff;
}

.dropdown.bootstrap-select .btn.dropdown-toggle:focus, .dropdown.bootstrap-select .btn.dropdown-toggle:not(:disabled):not(.disabled):active, .dropdown.bootstrap-select .btn.dropdown-toggle:not(:disabled):not(.disabled):active:focus, .dropdown.bootstrap-select .btn.dropdown-toggle:active, .dropdown.bootstrap-select .btn.dropdown-toggle:hover {
  background: #fff;
  outline: 0 !important;
}

.dropdown.bootstrap-select .btn.dropdown-toggle .filter-option {
  display: flex;
  align-items: center;
  padding: 16px 20px 14px;
  font-size: 15px;
  font-family: "poppinsregular", Arial, Helvetica, sans-serif;
}

.dropdown.bootstrap-select .dropdown-menu {
  box-shadow: 0 10px 45px 0 rgba(101, 117, 150, 0.2);
}

.form-wrap.detail-page div.dataTables_wrapper .table tbody tr:hover {
  box-shadow: none !important;
}

.form-wrap.detail-page div.dataTables_wrapper .table td:before, .form-wrap.detail-page div.dataTables_wrapper .table td:after {
  display: none !important;
}

.form-wrap.detail-page div.dataTables_wrapper div.dataTables_info {
  padding-top: 33px;
  padding-left: 20px;
}

.form-wrap.detail-page div.dataTables_wrapper div.dataTables_paginate {
  margin-top: 30px;
  padding-right: 20px;
}

.empty-state {
  height: calc(100vh - 178px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -60px;
}

.empty-state .inner-wrap {
  width: 400px;
  height: 400px;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.empty-state .inner-wrap .empty-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 5px;
  background: url(../images/elements-shared-icons-category.svg) center no-repeat;
  font-size: 0;
}

.empty-state .inner-wrap strong {
  font-size: 20px;
  line-height: 28px;
  color: #2c2f33;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-family: "poppinsbold", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.empty-state .inner-wrap p {
  color: #66696e;
  max-width: 217px;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
}

.header-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-box .media-info {
  color: #32353b;
  font-size: 14px;
  font-weight: 500;
}

.header-box .nav-tabs {
  margin: 0;
  width: 300px;
  background: rgba(23, 26, 29, 0.1);
  border-radius: 40px;
  display: flex;
  justify-content: space-between;
}

.header-box .nav-tabs .nav-link {
  font-size: 13px;
  color: rgba(44, 47, 51, 0.7);
  text-align: center;
  border: 0;
  border-radius: 4px;
  background: none;
  font-family: "poppinsmedium", Arial, Helvetica, sans-serif;
  min-width: 100px;
  padding: 0;
  height: 40px;
  line-height: 42px;
}

.header-box .nav-tabs .nav-link span {
  border-bottom: 2px solid transparent;
  display: inline-block;
  line-height: 31px;
}

.header-box .nav-tabs .nav-link:hover, .header-box .nav-tabs .nav-link.active {
  color: #0a0b0c;
  background: none;
}

.header-box .nav-tabs .nav-link:hover span, .header-box .nav-tabs .nav-link.active span {
  border-color: #0a0b0c;
}

.header-box .btn-primary {
  max-width: 130px;
  font-size: 12px;
  height: 40px;
  padding-top: 16px;
}

.uploaded-media {
  margin: 40px -35px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.uploaded-media li {
  width: calc(25% - 35px);
  margin: 0 35px 35px 0;
  background: #000;
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.uploaded-media li.wide {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid rgba(216, 216, 216, 0.3);
  background: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}

.uploaded-media li.wide:first-child {
  padding-top: 0;
}

.uploaded-media li.wide:last-child {
  border: 0;
}

.uploaded-media li.wide .activity-btns {
  display: flex;
  align-items: center;
}

.uploaded-media li.wide .activity-btns .label {
  font-size: 13px;
  color: #2c2f33;
  margin-right: 10px;
  line-height: 1;
  font-family: "poppinsmedium", Arial, Helvetica, sans-serif;
}

.uploaded-media li.wide .media-data {
  display: flex;
  align-items: center;
}

.uploaded-media li.wide .media-data .music-icon {
  width: 60px;
  height: 40px;
  margin-right: 20px;
  background: #e7e7e7 url(../images/music-icon.svg) center no-repeat;
  border-radius: 4px;
  font-size: 0;
}
.uploaded-media li.wide .media-data .file-icon {
  width: 60px;
  height: 40px;
  margin-right: 20px;
  background: #e7e7e7 url(../images/dummy-icon.svg) center no-repeat;
  border-radius: 4px;
  font-size: 0;
  background-size: 30px;
}

.uploaded-media li.wide .media-data .file-name {
  font-size: 13px;
  color: #2c2f33;
  font-weight: 500;
  font-family: "poppinsmedium", Arial, Helvetica, sans-serif;
}

.uploaded-media li.wide.inactive .media-data {
  opacity: 0.5;
}

.uploaded-media li.wide.inactive .activity-btns .label {
  opacity: 0.5;
}

@media all and (max-width: 1366px) {
  .uploaded-media li {
    width: calc(33.333% - 35px);
  }
}

.uploaded-media li .icon-delete {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: all 500ms ease 0s;
  color: #000;
}

.uploaded-media li:hover .icon-delete {
  opacity: 1;
}

.uploaded-media li img {
  max-width: 100%;
  height: auto;
}

.file-uploader {
  background: #fafafa;
  border: 1px dashed rgba(0, 0, 0, 0.5);
  padding: 30px 20px 27px 30px;
  border-radius: 2px;
  position: relative;
  display: flex;
  align-items: center;
  height: auto;
  margin-bottom: 42px;
  margin-top: -18px;
}

@media all and (max-width: 767px) {
  .file-uploader {
    padding: 19px 20px 10px;
    flex-direction: column;
  }
}

.file-uploader + .error-wrapper {
  position: relative;
}

.file-uploader + .error-wrapper .error-txt {
  top: 2px !important;
}

.file-uploader.mat-error {
  border-color: #f80106;
}

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

.file-uploader .upload-icon {
  width: 36px;
  background: url(../../../../assets/images/upload-icon.svg) 0 0 no-repeat;
  height: 35px;
  margin: -5px 0 0;
  font-size: 0;
}

.file-uploader .upload-txt {
  margin-top: 5px;
  width: 240px;
  text-align: center;
}

@media all and (min-width: 768px) {
  .file-uploader .upload-txt {
    width: calc(100% - 45px);
    padding-left: 9px;
    margin-top: 0;
    text-align: left;
  }
}

.file-uploader .upload-txt strong {
  font-size: 14px;
  color: #0a0b0c;
  line-height: 20px;
  display: block;
  font-weight: 400;
  margin-bottom: 1px;
}

.file-uploader .upload-txt small {
  font-size: 11px;
  display: block;
  line-height: 1;
  color: #6f788d;
}

.uploaded-data {
  margin-top: -30px;
  margin-bottom: 20px;
}

.uploaded-data .inner-row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.uploaded-data .uploaded-icon {
  width: 30px;
  height: 30px;
  display: flex;
  background: #000;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0;
}

.uploaded-data .uploaded-icon img {
  max-width: 100%;
  height: auto;
}

.uploaded-data .upload-txt {
  width: calc(100% - 55px);
  padding-left: 15px;
  font-size: 12px;
  font-family: "poppinsmedium", Arial, Helvetica, sans-serif;
  color: #1f2532;
}

.icon-delete {
  width: 25px;
  background: none;
  border: 0;
  font-size: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  color: rgba(44, 47, 51, 0.7);
}

.icon-delete::before {
  font-size: 25px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 18px;
  margin: -3px 0 0;
  vertical-align: top;
  height: 12px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #7f7f7f;
  transition: .4s;
  -webkit-transition: .4s;
  -ms-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 6px;
  width: 6px;
  left: 2px;
  bottom: 1px;
  background-color: #7f7f7f;
  transition: .4s;
  -webkit-transition: .4s;
  -ms-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
}

input:checked + .slider {
  background-color: #000;
  border-color: #000;
}

input:checked + .slider:before {
  transform: translateX(5px);
  background: #fff;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

*:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

.tag {
  width: 71px;
  height: 25px;
  background: rgba(10, 11, 12, 0.04);
  line-height: 29px;
  display: inline-block;
  border-radius: 25px;
  text-align: center;
  color: #0a0b0c;
}

.tag.inactive {
  background: rgba(255, 82, 82, 0.02);
  color: #ff5353;
}

body {
  color: #000;
  font-size: 14px;
  font-family: "poppinsregular", Arial, Helvetica, sans-serif;
  line-height: 21px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.active-label {
  color: #6fb84c;
}

.active-label:hover {
  color: #6fb84c;
}

.inactive {
  color: #ff3b30;
}

.inactive:hover {
  color: #ff3b30;
}

.form-group {
  margin-bottom: 40px;
  position: relative;
}

.form-group.link-wrap {
  text-align: right;
  margin: -14px 0 28px;
}

.form-group + .link-wrap {
  margin-top: -10px;
}

.form-group label {
  font-size: 13px;
  font-family: "poppinsregular", Arial, Helvetica, sans-serif;
  line-height: 18px;
  font-weight: 400;
  color: #a6a7a6;
  position: absolute;
  padding: 0 5px;
  line-height: 19px;
  background: white;
  left: 15px;
  top: -7px;
  z-index: 2;
}

.form-group select.form-control {
  appearance: none;
  -webkit-appearance: none;
  background: url(../images/dropdown.svg) calc(100% - 10px) center no-repeat;
  line-height: 1;
  padding-right: 35px;
  margin: 0;
}

.form-group .form-control {
  border-color: #b9babb;
  border-radius: 4px;
  height: 55px;
  padding: 16px 20px 14px;
  font-size: 15px;
  color: #32353b;
  font-family: "poppinsregular", Arial, Helvetica, sans-serif;
  margin: 0;
  line-height: 56px;
}

@supports (-webkit-backdrop-filter: blur(1px)) {
  .form-group .form-control {
    border-color: #b9babb;
    border-radius: 4px;
    height: 55px;
    padding: 16px 20px 14px;
    font-size: 15px;
    color: #32353b;
    font-family: "poppinsregular", Arial, Helvetica, sans-serif;
    margin: 0;
    line-height: 55px;
  }
}

.form-group .form-control[type="password"] {
  letter-spacing: 4px;
  font-size: 24px;
  padding-top: 20px;
}

.form-group .form-control.error {
  border-color: #ff5353;
}

.form-group .form-control.error .btn.dropdown-toggle {
  border-color: #ff5353;
}

.form-group .form-control:focus {
  box-shadow: none;
  border-color: #0a0b0c;
}

.form-group .form-control:-webkit-autofill, .form-group .form-control:-webkit-autofill:hover, .form-group .form-control:-webkit-autofill:focus {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  transition: background-color 5000s ease-in-out 0s;
}

.form-group .form-control::placeholder {
  color: #6f788d;
}

.form-group .form-control:disabled {
  background: #efefef;
}

.form-group .form-control.bootstrap-select {
  padding: 0;
}

.form-group textarea.form-control {
  height: 143px;
  resize: none;
  line-height: 24px;
  padding-top: 14px;
}

.form-group span.error {
  position: absolute;
  top: calc(100% + 4px);
  left: 1px;
  line-height: 1.2;
  font-size: 12px;
  color: #ff5353;
}

.text-link {
  font-size: 13px;
  font-family: "poppinsregular", Arial, Helvetica, sans-serif;
  line-height: 19px;
  font-weight: 400;
  color: #6f788d;
  text-decoration: none;
}

.text-link:hover {
  color: #6f788d;
  text-decoration: underline;
}

.btn {
  width: 100%;
  height: 45px;
  border-radius: 8px;
  font-size: 14px;
  font-family: "poppinsbold", Arial, Helvetica, sans-serif;
  line-height: 1;
  font-weight: 400;
  padding: 17px 15px 13px;
  box-shadow: 6px 6px 25px 0 rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
}

.btn.width-auto {
  width: auto;
  min-width: 150px;
}

.btn.btn-primary {
  background: #0a0b0c;
  border: 0;
  color: white;
}

.btn.btn-primary:disabled {
  background: #0a0b0c;
  color: #b84d7e;
  opacity: 1;
}

.btn.btn-secondry, .btn.btn-secondary {
  background: #6d6d6d;
  border: 0;
  color: white;
}

.btn.btn-secondry:focus, .btn.btn-secondry:not(:disabled):not(.disabled):active, .btn.btn-secondry:not(:disabled):not(.disabled):active:focus, .btn.btn-secondry:active, .btn.btn-secondry:hover, .btn.btn-secondary:focus, .btn.btn-secondary:not(:disabled):not(.disabled):active, .btn.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn.btn-secondary:active, .btn.btn-secondary:hover {
  background: #6d6d6d;
  color: white;
}

.btn:focus, .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled):active:focus, .btn:active, .btn:hover {
  background: #0a0b0c;
  outline: 0 !important;
  box-shadow: none !important;
}

.btn.wider {
  width: 100%;
}

.btn.dropdown-toggle {
  height: 55px;
  box-shadow: none;
  border: 1px solid #ccc;
}

.form-control.select {
  padding: 14px 10px;
  height: auto;
  min-height: 50px;
}

.form-control.select .css-1okebmr-indicatorSeparator {
  visibility: hidden;
}

.form-control.select .css-1gtu0rj-indicatorContainer,
.form-control.select .css-tlfecz-indicatorContainer {
  opacity: 1 !important;
  padding-right: 0;
  cursor: pointer;
}

.form-control.select .css-1gtu0rj-indicatorContainer svg,
.form-control.select .css-tlfecz-indicatorContainer svg {
  fill: #000 !important;
}

.form-control.select .css-1okebmr-indicatorSeparator + .css-tlfecz-indicatorContainer,
.form-control.select .css-1okebmr-indicatorSeparator + .css-1gtu0rj-indicatorContainer {
  background: url(../../assets/images/dropdown-aero.svg) center no-repeat;
  opacity: 1;
}

.form-control.select .css-1okebmr-indicatorSeparator + .css-tlfecz-indicatorContainer svg,
.form-control.select .css-1okebmr-indicatorSeparator + .css-1gtu0rj-indicatorContainer svg {
  visibility: hidden;
}

.form-control.select .profile-form
.form-control.select
.css-tlfecz-indicatorContainer:hover,
.form-control.select .css-tlfecz-indicatorContainer:hover {
  opacity: 1;
  cursor: pointer;
}

.form-control.select > div {
  border: 0;
  height: auto;
  min-height: 10px;
  line-height: 1;
  margin-top: -8px;
  margin-bottom: -8px;
  box-shadow: none !important;
}

.form-control.select > div ~ div {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1) !important;
  margin-left: -10px;
  margin-top: 1px;
}

.form-control.select > div ~ div > div {
  padding: 0;
}

.form-control.select > div ~ div > div > div {
  padding: 13px 20px 13px 10px;
  font-size: 14px;
}

.form-control.select > div ~ div .css-1n7v3ny-option {
  color: #0a0b0c;
  background: #fff2f8;
}

.form-control.select > div:active, .form-control.select > div:focus {
  outline: 0 !important;
}

.form-control.select > div > div {
  padding-left: 0;
  padding-right: 0;
}

.form-control.select .css-1rhbuit-multiValue {
  margin: 2px 10px 2px 0;
  min-width: 0;
  box-sizing: border-box;
  border-radius: 4px;
  background: none;
  border: 1px solid #921950;
  position: relative;
  padding-right: 20px;
}

.form-control.select .css-1rhbuit-multiValue div {
  border-radius: 0;
  overflow: hidden;
  padding: 3px 0px 5px 6px;
  line-height: 1;
  font-size: 10px;
  color: #0a0b0c;
}

.form-control.select .css-1rhbuit-multiValue div + div {
  position: absolute;
  right: 2px;
  top: -1px;
  color: #0a0b0c;
  cursor: pointer;
}

.form-control.select .css-1rhbuit-multiValue div + div:hover {
  background: none;
}

.form-control.select.with-img > div div.css-1uccc91-singleValue .img-wrap,
.form-control.select.with-img > div div.css-1uccc91-singleValue .email {
  display: none;
}

.form-control.select.with-img > div div.css-1uccc91-singleValue .user-name {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

.form-control.select.with-img > div ~ div > div {
  padding: 0 0 0 15px;
}

.form-control.select.with-img > div ~ div > div > div {
  padding: 15px 15px 15px 0;
  font-size: 14px;
  border-bottom: 1px solid #f0f0f0;
}

.form-control.select.with-img > div ~ div > div > div .list-with-icon {
  display: flex;
}

.form-control.select.with-img > div ~ div > div > div .list-with-icon .img-wrap {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  overflow: hidden;
}

.form-control.select.with-img > div ~ div > div > div .list-with-icon .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form-control.select.with-img > div ~ div > div > div .list-with-icon .user-info {
  width: calc(100% - 35px);
  padding-left: 10px;
}

.form-control.select.with-img > div ~ div > div > div .list-with-icon .user-info .user-name {
  color: #000;
  font-size: 14px;
  font-family: "poppinsbold", Arial, Helvetica, sans-serif;
  line-height: 19px;
  font-weight: 400;
  margin-bottom: 4px;
  display: block;
}

.form-control.select.with-img > div ~ div > div > div .list-with-icon .user-info .email {
  font-size: 12px;
  color: #a0a0a0;
}

.form-control.select.with-img > div ~ div > div > div:last-child {
  border: 0;
}

.form-control.select.with-img > div ~ div .css-9gakcf-option,
.form-control.select.with-img > div ~ div .css-1n7v3ny-option {
  color: #000;
  background: #fff;
}

.modal {
  text-align: center;
}

.modal:after {
  width: 1px;
  margin-right: -1px;
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: "";
}

.modal .modal-dialog {
  vertical-align: middle;
  display: inline-block;
  width: 500px;
  text-align: left;
  margin: 3.75rem auto;
}

.modal .close {
  position: absolute;
  top: -55px;
  right: 0;
  background: #f1f1f1;
  width: 35px;
  height: 35px;
  padding: 0;
  border-radius: 4px;
  opacity: 1;
  margin: 0;
  font-size: 11px;
  cursor: pointer;
}

.modal .close:hover {
  opacity: 1;
}

.modal .modal-header {
  padding: 58px 50px 0;
  border: 0;
}

.modal .modal-title {
  font-size: 20px;
  font-family: "poppinsbold", Arial, Helvetica, sans-serif;
  line-height: 28px;
  font-weight: 400;
  color: #2c2f33;
  margin-bottom: 0px;
}

.modal .modal-body {
  padding: 0 50px 50px;
}

.modal .modal-body .text-msg {
  font-size: 14px;
  line-height: 24px;
  color: #6f788d;
  margin-bottom: 33px;
}

.modal .modal-body .text-msg .email-address {
  display: block;
  margin-bottom: 7px;
}

.modal .modal-content {
  border-radius: 2px;
  border: 0;
}

.modal .success-icon {
  padding: 30px 0 29px;
  margin: 0;
}

.modal .user-info {
  /* width: 100%; */
  height: 70px;
  border: solid 1px rgba(10, 11, 12, 0.5);
  background-color: rgba(10, 11, 12, 0.05);
  margin-bottom: 19px;
  border-radius: 2px;
  padding: 16px 20px;
  margin-top: -20px;
}

.modal .user-info span {
  font-size: 12px;
  color: #7f7f80;
  display: inline-block;
  line-height: 12px;
  vertical-align: middle;
}

.modal .user-info span.author {
  border-right: 1px solid #b9babb;
  padding-right: 10px;
  margin-right: 7px;
}

.modal .user-info span.author .winner {
  background: #00d9a1;
  font-size: 11px;
  font-family: "poppinsbold", Arial, Helvetica, sans-serif;
  padding: 5px 10px 3px;
  border-radius: 20px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  margin-left: 2px;
  line-height: 1;
}

.modal .user-info span.title {
  display: block;
  font-size: 13px;
  color: #232a3a;
  font-family: "poppinsmedium", Arial, Helvetica, sans-serif;
  margin-bottom: 0;
  line-height: 19px;
}

.modal .user-info .two-col-data span + span {
  padding-left: 10px;
  margin-left: 8px;
  border-left: 1px solid rgba(185, 186, 187, 0.5);
  display: inline-block;
  line-height: 1;
}

.modal .action-wrap {
  margin: 0 -50px;
  border-top: solid 1px rgba(188, 119, 77, 0.2);
  padding: 30px 50px 0;
  display: flex;
  justify-content: space-between;
}

.modal .action-wrap .btn {
  width: calc(50% - 5px);
}

.modal .notificaiton {
  max-width: 550px;
  width: 550px;
}

.modal .notificaiton .modal-header {
  padding-top: 40px;
}

.modal .notificaiton .modal-body {
  padding-bottom: 35px;
}

.modal.logout .notificaiton {
  width: 460px;
  max-width: 460px;
}

.modal.logout .notificaiton .modal-body {
  padding-bottom: 55px;
}

.modal.logout .notificaiton .modal-body .text-msg {
  margin-bottom: 28px;
}

.modal.logout .notificaiton .modal-header {
  padding-top: 50px;
}

.modal.logout .action-wrap {
  padding-top: 0;
  border: 0;
}

.modal.toast-wrap {
  text-align: right;
}

.modal.toast-wrap .notificaiton {
  max-width: 411px;
  width: 411px;
  vertical-align: top;
}

.modal.toast-wrap .notificaiton:after {
  content: "";
  width: 0px;
  height: 3px;
  background: #ff5353;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 5000ms ease 0s;
}

.modal.toast-wrap .notificaiton.success:after {
  background: #1ed79e;
}

.modal.toast-wrap.show .notificaiton:after {
  width: 100%;
}

.modal.toast-wrap .modal-content {
  border-radius: 5px;
  box-shadow: 0 10px 45px 0 rgba(10, 11, 12, 0.05);
}

.modal.toast-wrap .close {
  top: 24px;
  right: 24px;
  background: none;
  width: 17px;
  height: 17px;
  color: #afafaf;
}

.modal.toast-wrap .close:hover {
  opacity: 1;
}

.modal.toast-wrap .modal-header {
  padding: 23px 30px 0;
}

.modal.toast-wrap .modal-title {
  font-size: 16px;
  font-family: "poppinsmedium", Arial, Helvetica, sans-serif;
  line-height: 23px;
  color: #171a1d;
  margin-bottom: 2px;
}

.modal.toast-wrap .modal-body {
  padding: 0 30px 22px;
}

.modal.toast-wrap .modal-body .text-msg {
  font-size: 14px;
  line-height: 20px;
  color: #2c2f33;
  margin-bottom: 0;
}

.form-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 0;
}

.form-row .form-group {
  margin-bottom: 35px;
}

.form-row .form-group .input-append {
  margin: 0;
}

.form-row .form-group .input-append .form-control {
  background: url(../images/dropdown.svg) calc(100% - 10px) center no-repeat;
}

.form-row .form-group .add-on {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  padding: 0;
  top: 0;
}

.form-row.two-col .form-group {
  width: calc(50% - 10px);
}

.form-row.two-col .form-group.two-col {
  display: flex;
  margin-bottom: 0;
  justify-content: space-between;
}

.form-row.two-col .form-group.two-col .col-75 {
  width: calc(62.5% - 10px);
}

.form-row.two-col .form-group.two-col .col-25 {
  width: calc(37.4% - 10px);
}

.form-wrap {
  margin: 0 -20px;
}

.form-wrap .inner-form {
  padding: 43px 30px 15px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 10px 45px 0 rgba(31, 37, 50, 0.03);
}

.form-wrap .inner-form .form-group {
  margin-bottom: 35px;
}

.form-wrap .inner-form .action-wrap {
  display: flex;
  justify-content: flex-end;
  padding-top: 35px;
}

.form-wrap .inner-form .action-wrap .btn {
  min-width: 150px;
  width: auto;
}

.form-wrap .inner-form .action-wrap .btn.btn {
  margin-left: 20px;
}

.form-wrap .file-input {
  border: 1px dashed rgba(108, 87, 165, 0.5);
  width: 100%;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 44px;
}

.form-wrap .file-input.filled {
  padding: 0;
  height: 132px;
  overflow: hidden;
  background: #0a0b0c;
}

.form-wrap .file-input.filled.empty {
  background: #e7e7e7;
}

.form-wrap .file-input.filled img {
  max-width: 100%;
  height: auto;
}

.form-wrap .file-input.filled .icon-delete {
  font-size: 25px;
  color: #b9babb;
  position: absolute;
  right: 10px;
  top: 10px;
}

.form-wrap .file-input.filled.bigger {
  height: 300px;
  border: 0;
  border-radius: 4px 4px 0 0;
}

.form-wrap .file-input .form-control-file {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.form-wrap .file-input .file-wrapper {
  display: flex;
  align-items: center;
}

.form-wrap .file-input .file-icon {
  margin: 0;
}

.form-wrap .file-input .data-wrap {
  width: calc(100% - 45px);
  padding-left: 10px;
  padding-top: 5px;
}

.form-wrap .file-input .data-wrap strong {
  display: block;
  color: #0a0b0c;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.form-wrap .file-input .data-wrap small {
  font-size: 11px;
  color: #6f788d;
  line-height: 16px;
  display: block;
}

.form-wrap .white-bg {
  background: white;
  box-shadow: 0 10px 45px 0 rgba(31, 37, 50, 0.03);
  border-radius: 4px;
}

.form-wrap .white-bg .page-title {
  line-height: 32px;
  font-size: 26px;
  color: #171a1d;
  font-family: "poppinssemibold", Arial, Helvetica, sans-serif;
  margin: 0;
}

.form-wrap .white-bg.with-space {
  padding: 40px 0 30px;
  margin-top: 25px;
}

.form-wrap .white-bg.with-space .title-wrap {
  padding-bottom: 28px;
}

.form-wrap .white-bg.with-all-space {
  margin-top: 25px;
  padding: 30px 35px 15px;
}

.form-wrap .white-bg .table {
  margin: 0;
}

.form-wrap .white-bg .table th,
.form-wrap .white-bg .table td {
  font-size: 13px;
  color: #6f788d;
  padding: 21px 20px 20px;
  border: 0;
  line-height: 19px;
  width: 25% !important;
  word-break: break-word;
}

.form-wrap .white-bg .table th:first-child,
.form-wrap .white-bg .table td:first-child {
  padding-left: 40px;
  width: 20% !important;
}

.form-wrap .white-bg .table th:last-child,
.form-wrap .white-bg .table td:last-child {
  width: 25% !important;
}

.form-wrap .white-bg .table th.highlight,
.form-wrap .white-bg .table td.highlight {
  color: #1f2532;
}

.form-wrap .white-bg .table th {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "poppinssemibold", Arial, Helvetica, sans-serif;
  padding: 15px 20px 13px;
  line-height: 1;
  background: #f1f1f1;
  color: #171a1d;
}

.form-wrap .white-bg .table td {
  border-bottom: 1px solid #f4f4f4;
}

.form-wrap .white-bg .table td:first-child {
  padding-left: 55px;
}

.timepicker,
.datepicker {
  max-width: 350px;
}

.timepicker .table-condensed,
.datepicker .table-condensed {
  margin: 0 auto;
}

.timepicker th,
.timepicker td,
.datepicker th,
.datepicker td {
  font-size: 13px;
  text-align: center;
  padding: 13px 10px 8px;
  line-height: 1;
  vertical-align: middle;
}

.timepicker th.prev, .timepicker th.next,
.timepicker td.prev,
.timepicker td.next,
.datepicker th.prev,
.datepicker th.next,
.datepicker td.prev,
.datepicker td.next {
  font-size: 25px;
  cursor: pointer;
}

.timepicker th.prev.disabled, .timepicker th.next.disabled,
.timepicker td.prev.disabled,
.timepicker td.next.disabled,
.datepicker th.prev.disabled,
.datepicker th.next.disabled,
.datepicker td.prev.disabled,
.datepicker td.next.disabled {
  color: rgba(0, 0, 0, 0.4);
  cursor: not-allowed;
}

.timepicker th.separator,
.timepicker td.separator,
.datepicker th.separator,
.datepicker td.separator {
  padding: 10px 0;
}

.timepicker th.day,
.timepicker td.day,
.datepicker th.day,
.datepicker td.day {
  cursor: pointer;
}

.timepicker .datepicker-years td,
.timepicker .datepicker-months td,
.datepicker .datepicker-years td,
.datepicker .datepicker-months td {
  text-align: left;
}

.timepicker .datepicker-years span.year,
.timepicker .datepicker-years span.month,
.timepicker .datepicker-months span.year,
.timepicker .datepicker-months span.month,
.datepicker .datepicker-years span.year,
.datepicker .datepicker-years span.month,
.datepicker .datepicker-months span.year,
.datepicker .datepicker-months span.month {
  width: 20%;
  display: inline-block;
  text-align: center;
}

.timepicker .btn[data-action="decrementHours"],
.timepicker .btn[data-action="decrementMinutes"],
.timepicker .btn[data-action="decrementSeconds"],
.datepicker .btn[data-action="decrementHours"],
.datepicker .btn[data-action="decrementMinutes"],
.datepicker .btn[data-action="decrementSeconds"] {
  background: url(../images/dropdown.svg) center no-repeat;
  box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.15) !important;
}

.timepicker .btn[data-action="decrementHours"]:focus, .timepicker .btn[data-action="decrementHours"]:not(:disabled):not(.disabled):active, .timepicker .btn[data-action="decrementHours"]:not(:disabled):not(.disabled):active:focus, .timepicker .btn[data-action="decrementHours"]:active, .timepicker .btn[data-action="decrementHours"]:hover,
.timepicker .btn[data-action="decrementMinutes"]:focus,
.timepicker .btn[data-action="decrementMinutes"]:not(:disabled):not(.disabled):active,
.timepicker .btn[data-action="decrementMinutes"]:not(:disabled):not(.disabled):active:focus,
.timepicker .btn[data-action="decrementMinutes"]:active,
.timepicker .btn[data-action="decrementMinutes"]:hover,
.timepicker .btn[data-action="decrementSeconds"]:focus,
.timepicker .btn[data-action="decrementSeconds"]:not(:disabled):not(.disabled):active,
.timepicker .btn[data-action="decrementSeconds"]:not(:disabled):not(.disabled):active:focus,
.timepicker .btn[data-action="decrementSeconds"]:active,
.timepicker .btn[data-action="decrementSeconds"]:hover,
.datepicker .btn[data-action="decrementHours"]:focus,
.datepicker .btn[data-action="decrementHours"]:not(:disabled):not(.disabled):active,
.datepicker .btn[data-action="decrementHours"]:not(:disabled):not(.disabled):active:focus,
.datepicker .btn[data-action="decrementHours"]:active,
.datepicker .btn[data-action="decrementHours"]:hover,
.datepicker .btn[data-action="decrementMinutes"]:focus,
.datepicker .btn[data-action="decrementMinutes"]:not(:disabled):not(.disabled):active,
.datepicker .btn[data-action="decrementMinutes"]:not(:disabled):not(.disabled):active:focus,
.datepicker .btn[data-action="decrementMinutes"]:active,
.datepicker .btn[data-action="decrementMinutes"]:hover,
.datepicker .btn[data-action="decrementSeconds"]:focus,
.datepicker .btn[data-action="decrementSeconds"]:not(:disabled):not(.disabled):active,
.datepicker .btn[data-action="decrementSeconds"]:not(:disabled):not(.disabled):active:focus,
.datepicker .btn[data-action="decrementSeconds"]:active,
.datepicker .btn[data-action="decrementSeconds"]:hover {
  background: url(../images/dropdown.svg) center no-repeat;
  box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.15) !important;
}

.timepicker .btn[data-action="incrementHours"],
.timepicker .btn[data-action="incrementMinutes"],
.timepicker .btn[data-action="incrementSeconds"],
.datepicker .btn[data-action="incrementHours"],
.datepicker .btn[data-action="incrementMinutes"],
.datepicker .btn[data-action="incrementSeconds"] {
  background: url(../images/dropdown.svg) center no-repeat;
  box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.15) !important;
  transform: rotate(180deg);
}

.timepicker .btn[data-action="incrementHours"]:focus, .timepicker .btn[data-action="incrementHours"]:not(:disabled):not(.disabled):active, .timepicker .btn[data-action="incrementHours"]:not(:disabled):not(.disabled):active:focus, .timepicker .btn[data-action="incrementHours"]:active, .timepicker .btn[data-action="incrementHours"]:hover,
.timepicker .btn[data-action="incrementMinutes"]:focus,
.timepicker .btn[data-action="incrementMinutes"]:not(:disabled):not(.disabled):active,
.timepicker .btn[data-action="incrementMinutes"]:not(:disabled):not(.disabled):active:focus,
.timepicker .btn[data-action="incrementMinutes"]:active,
.timepicker .btn[data-action="incrementMinutes"]:hover,
.timepicker .btn[data-action="incrementSeconds"]:focus,
.timepicker .btn[data-action="incrementSeconds"]:not(:disabled):not(.disabled):active,
.timepicker .btn[data-action="incrementSeconds"]:not(:disabled):not(.disabled):active:focus,
.timepicker .btn[data-action="incrementSeconds"]:active,
.timepicker .btn[data-action="incrementSeconds"]:hover,
.datepicker .btn[data-action="incrementHours"]:focus,
.datepicker .btn[data-action="incrementHours"]:not(:disabled):not(.disabled):active,
.datepicker .btn[data-action="incrementHours"]:not(:disabled):not(.disabled):active:focus,
.datepicker .btn[data-action="incrementHours"]:active,
.datepicker .btn[data-action="incrementHours"]:hover,
.datepicker .btn[data-action="incrementMinutes"]:focus,
.datepicker .btn[data-action="incrementMinutes"]:not(:disabled):not(.disabled):active,
.datepicker .btn[data-action="incrementMinutes"]:not(:disabled):not(.disabled):active:focus,
.datepicker .btn[data-action="incrementMinutes"]:active,
.datepicker .btn[data-action="incrementMinutes"]:hover,
.datepicker .btn[data-action="incrementSeconds"]:focus,
.datepicker .btn[data-action="incrementSeconds"]:not(:disabled):not(.disabled):active,
.datepicker .btn[data-action="incrementSeconds"]:not(:disabled):not(.disabled):active:focus,
.datepicker .btn[data-action="incrementSeconds"]:active,
.datepicker .btn[data-action="incrementSeconds"]:hover {
  background: url(../images/dropdown.svg) center no-repeat;
  box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.15) !important;
}

.datepicker td:hover, .datepicker td.active {
  background: #0a0b0c;
  color: white;
}

.datepicker td.disabled {
  color: rgba(0, 0, 0, 0.4);
  cursor: not-allowed;
}

.datepicker td.disabled:hover {
  background: none;
}

.timepicker td.minute:hover, .timepicker td.minute.active {
  background: #0a0b0c;
  color: white;
}

.loading-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9999;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-wrapper .loader {
  width: 80px;
  height: 80px;
  overflow: hidden;
  display: flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background: #fff;
}
/*# sourceMappingURL=global.css.map */

.no-padd {padding: 0!important;}


.filter-drop-down .btn.btn-primary{
    text-transform: none;
}

.uploaded-data .uploaded-icon .music-icon {
    width: 100%;
    height: 30px;
    background: #e7e7e7 url(../images/music-icon.svg) center no-repeat;
    font-size: 0;
}

.freball {
  font-size: 13px;
  font-weight: 500;
  line-height: 30px;
display: inline-block;
  color: #2c2f33;
background: #e7e8e8;
padding: 0 15px;
margin-right: 20px;
border-radius: 15px;
}

.copy-url {
  font-size: 13px;
  font-weight: 500;
  line-height: 30px;
display: inline-block;
  color: #2c2f33;
  cursor: pointer;
background: #e7e8e8;
padding: 0 15px;
margin-right: 20px;
border-radius: 15px;
}

.inactive .freball{ opacity: 0.5; color: #2c2f33;}