@font-face {
  font-family: 'Avenir Next Demi';
  src: url("../fonts/AvenirNext-DemiBold.woff2") format("woff2"), url("../fonts/AvenirNext-DemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/HelveticaNeue-Bold.woff2") format("woff2"), url("../fonts/HelveticaNeue-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/HelveticaNeue-Medium.woff2") format("woff2"), url("../fonts/HelveticaNeue-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/HelveticaNeue-Light.woff2") format("woff2"), url("../fonts/HelveticaNeue-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url("../fonts/HelveticaNeueRegular.woff2") format("woff2"), url("../fonts/HelveticaNeueRegular.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/HelveticaNeue.woff2") format("woff2"), url("../fonts/HelveticaNeue.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/HelveticaNeue-Thin.woff2") format("woff2"), url("../fonts/HelveticaNeue-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/HelveticaNeue-Italic.woff2") format("woff2"), url("../fonts/HelveticaNeue-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/HelveticaNeue-Light.woff2") format("woff2"), url("../fonts/HelveticaNeue-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/HelveticaNeue-Medium.woff2") format("woff2"), url("../fonts/HelveticaNeue-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/HelveticaNeue-Thin.woff2") format("woff2"), url("../fonts/HelveticaNeue-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/HelveticaNeue-Bold.woff2") format("woff2"), url("../fonts/HelveticaNeue-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url("../fonts/HelveticaNeueRegular.woff2") format("woff2"), url("../fonts/HelveticaNeueRegular.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/HelveticaNeue-Italic.woff2") format("woff2"), url("../fonts/HelveticaNeue-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/HelveticaNeue.woff2") format("woff2"), url("../fonts/HelveticaNeue.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.orange {
  color: #FFAA4C;
}

@media (min-width: 768px) {
  .header {
    position: relative;
    z-index: 100;
  }
}
.header .user-search {
  background: #fff;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .header .user-search {
    padding: 0 20px;
    border-right: 1px solid #eef0f4;
  }
}
.header .user-search .role-search {
  padding: 15px 0;
}
@media (max-width: 767px) {
  .header .user-search .role-search {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
  }
}
.header .user-search .role-search .form-check {
  margin: 0 8px 0 0;
  padding: 0;
}
.header .user-search .role-search .form-check input {
  border-color: #035397;
  height: 14px;
  margin: 0 5px 0 0;
  width: 14px;
}
.header .user-search .role-search .form-check input:checked {
  background: #5089C6;
  -webkit-box-shadow: 0 0 0 2px #fff inset;
          box-shadow: 0 0 0 2px #fff inset;
}
.header .user-search .role-search .form-check label {
  color: #001E6C;
  font: 9px/1 'Poppins', sans-serif;
}
@media (min-width: 1400px) {
  .header .user-search .role-search .form-check label {
    font-size: 12px;
  }
}
.header .user-search .role-search .form-search {
  background: #F5F6FA;
  border-radius: 8px;
  height: 30px;
  margin: 15px 0;
  padding: 0 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .header .user-search .role-search .form-search {
    border-radius: 30px;
    margin: 0 8px;
    width: 100px;
  }
}
@media (min-width: 992px) {
  .header .user-search .role-search .form-search {
    width: 230px;
  }
}
.header .user-search .role-search .form-search input {
  background: #f5f6fa;
  color: #000;
  font: 10px/1 'Poppins', sans-serif;
}
@media (min-width: 1400px) {
  .header .user-search .role-search .form-search input {
    font-size: 12px;
  }
}
.header .user-search .role-search .form-search input:focus {
  outline: 0 none;
}
.header .user-search .role-search .form-search input::-webkit-input-placeholder {
  color: #8598AD;
}
.header .user-search .role-search .form-search input:-ms-input-placeholder {
  color: #8598AD;
}
.header .user-search .role-search .form-search input::-ms-input-placeholder {
  color: #8598AD;
}
.header .user-search .role-search .form-search input::placeholder {
  color: #8598AD;
}
.header .user-search .role-search .form-search .icon {
  margin-right: 8px;
}
.header .user-search .role-search .form-search .cta-go {
  background: #5089C6;
  border-radius: 8px;
  color: #fff;
  font: 12px/1 'Poppins', sans-serif;
  height: 20px;
  width: 46px;
}
.header .user-search .role-search .advance-search {
  color: #001E6C;
  font: 10px/1 'Poppins', sans-serif;
}
@media (min-width: 1400px) {
  .header .user-search .role-search .advance-search {
    font-size: 12px;
  }
}
.header .user-search .role-search .advance-search a {
  color: inherit;
  text-decoration: none;
}
.header .user-search .user-nav .nav li a {
  padding: 25px 10px 20px;
}
.header .user-search .user-nav .nav li.active {
  background: #F5F6FA;
  border-bottom: 5px solid #5089C6;
}
.header .user-search .user-nav .nav li:hover {
  background: #F5F6FA;
}
.header .user-role {
  background: #fff;
  border-top-right-radius: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .header .user-role {
    width: 180px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
  }
}
@media (min-width: 992px) {
  .header .user-role {
    width: 250px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
  }
}
.header .user-role .pic-user {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  padding: 2px;
  border: 1px solid #001E6C;
  margin-right: 15px;
}
.header .user-role .pic-user img {
  overflow: hidden;
  border-radius: 50%;
}
.header .user-role .user-name {
  color: #001E6C;
  font: 10px/1 'Poppins', sans-serif;
}
@media (min-width: 1400px) {
  .header .user-role .user-name {
    font-size: 12px;
  }
}
.header .user-role .user-name strong {
  font-weight: 500;
}
.header .user-role .arrow {
  cursor: pointer;
  margin-left: 25px;
}
.header .user-role .drop-user-link {
  background: #5089C6;
  border-radius: 0 0 15px 15px;
  display: none;
  left: 0;
  padding: 0 0 0 20px;
  position: absolute;
  top: 100%;
  width: 100%;
}
.header .user-role .drop-user-link li {
  padding: 5px 20px 5px 0;
}
.header .user-role .drop-user-link li a {
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  min-width: 155px;
  text-decoration: none;
}
@media (min-width: 1400px) {
  .header .user-role .drop-user-link li a {
    font-size: 13px;
  }
}
.header .user-role .drop-user-link li a .icon {
  margin-right: 15px;
  text-align: center;
  width: 30px;
}
.header .user-role .drop-user-link li:hover, .header .user-role .drop-user-link li.active {
  background: #035397;
  border-radius: 5px 0 0 5px;
}

.form-check-input {
  border: 1px solid rgba(0, 0, 0, 0.4);
}

@media (min-width: 768px) {
  .wrap {
    padding: 25px;
  }
}

.heading {
  margin-bottom: 5px;
  position: relative;
}
.heading .icon {
  margin-right: 5px;
}
@media (min-width: 1400px) {
  .heading .icon img {
    height: auto;
    width: 14px;
  }
}
.heading h2 {
  color: #035397;
  font: 500 16px/1 'Poppins', sans-serif;
  margin: 0;
}
@media (min-width: 1400px) {
  .heading h2 {
    font-size: 20px;
  }
}
.heading .info-icon {
  margin-left: 5px;
  position: relative;
}
@media (min-width: 1400px) {
  .heading .info-icon img {
    height: auto;
    width: 14px;
  }
}
.heading .info-icon .tip {
  background: #5089c6;
  border-radius: 10px;
  display: none;
  left: calc(100% + 20px);
  padding: 20px;
  position: absolute;
  top: -35px;
  width: 310px;
  z-index: 10;
}
.heading .info-icon .tip h2 {
  color: #fff;
  font-size: 17px;
  margin: 0 0 10px 0;
}
.heading .info-icon .tip p, .heading .info-icon .tip .access-time .optional, .access-time .heading .info-icon .tip .optional {
  color: #fff;
  font: 14px 'Poppins', sans-serif;
  margin: 10px 0 0 0;
}
.heading .info-icon .tip:before {
  content: '';
  border-bottom: 10px solid transparent;
  border-right: 10px solid #5089c6;
  border-top: 10px solid transparent;
  position: absolute;
  right: 100%;
  top: 32px;
}
.heading.view-click {
  position: relative;
}
.heading.view-click .click-open-all {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.view-click .click-open-all {
  color: #5089C6;
  cursor: pointer;
  font: 500 12px/1 'Poppins', sans-serif;
}
.view-click .click-open-all .arrow {
  background: #5089C6;
  border-radius: 50%;
  height: 18px;
  margin-left: 10px;
  position: relative;
  width: 18px;
}
.view-click .click-open-all .arrow:before, .view-click .click-open-all .arrow:after {
  background: #fff;
  bottom: 50%;
  border-radius: 5px;
  content: '';
  position: absolute;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}
.view-click .click-open-all .arrow:after {
  height: 12px;
  width: 2px;
}
.view-click .click-open-all .arrow:before {
  height: 2px;
  width: 12px;
}
.view-click .click-open-all.clicked .arrow:after {
  display: none;
}

.title {
  background: #3d68ad;
  margin: 15px 0px 0 0;
  padding: 15px 10px;
}
.title h1 {
  color: #fff;
  font: 500 22px/1 'Poppins', sans-serif;
  margin: 0;
}

.dashboard p, .dashboard .access-time .optional, .access-time .dashboard .optional {
  color: #5089C6;
}
.dashboard .sidebar {
  background: #fff;
  position: relative;
  z-index: 150;
}
@media (max-width: 767px) {
  .dashboard .sidebar {
    margin-bottom: 15px;
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .dashboard .sidebar {
    border-radius: 10px 0 0 10px;
    padding-bottom: 30px;
    width: 180px;
  }
}
@media (min-width: 1400px) {
  .dashboard .sidebar {
    width: 220px;
  }
}
@media (max-width: 767px) {
  .dashboard .brand {
    width: 200px;
  }
}
@media (min-width: 768px) {
  .dashboard .brand {
    margin: 25px 15px;
  }
}
.dashboard .link-group {
  margin-top: 40px;
}
.dashboard .link-group .heading {
  margin: 0 0 15px;
  padding: 0 35px;
}
.dashboard .link-group .heading h2 {
  border-bottom: 1px solid #eceef2;
  color: #035397;
  font: 500 14px/1 'Poppins', sans-serif;
  margin: 0;
  padding-bottom: 10px;
}
@media (min-width: 1400px) {
  .dashboard .link-group .heading h2 {
    font-size: 20px;
  }
}
.dashboard .link-group .nav li {
  color: #001E6C;
  font: 300 10px/1 'Poppins', sans-serif;
}
@media (min-width: 1400px) {
  .dashboard .link-group .nav li {
    font-size: 14px;
  }
}
.dashboard .link-group .nav li a {
  color: inherit;
  padding: 15px 35px;
  text-decoration: none;
}
.dashboard .link-group .nav li a .icon {
  margin-right: 15px;
}
@media (min-width: 992px) {
  .dashboard .link-group .nav li a .icon {
    margin-right: 7px;
  }
}
@media (min-width: 1400px) {
  .dashboard .link-group .nav li a .icon {
    margin-right: 15px;
  }
}
.dashboard .link-group .nav li a .icon svg {
  width: 30px;
}
@media (min-width: 992px) {
  .dashboard .link-group .nav li a .icon svg {
    width: 15px;
  }
}
@media (min-width: 1400px) {
  .dashboard .link-group .nav li a .icon svg {
    width: 20px;
  }
}
.dashboard .link-group .nav li a .icon svg path,
.dashboard .link-group .nav li a .icon svg rect,
.dashboard .link-group .nav li a .icon svg polygon {
  fill: #bdd4ef;
}
@media (min-width: 992px) {
  .dashboard .link-group .nav li a .icon svg path,
  .dashboard .link-group .nav li a .icon svg rect,
  .dashboard .link-group .nav li a .icon svg polygon {
    fill: #FAA950;
  }
}
@media (min-width: 992px) {
  .dashboard .link-group .nav li a:hover {
    background: #5089c6;
    color: #fff;
  }
  .dashboard .link-group .nav li a:hover svg path,
  .dashboard .link-group .nav li a:hover svg rect,
  .dashboard .link-group .nav li a:hover svg polygon {
    fill: #b9d5fd;
  }
}
.dashboard .link-group .nav li.has-sub-nav {
  position: relative;
  display: none;
}
.dashboard .link-group .nav li.has-sub-nav .sub-nav {
  background: #5089C6;
  border-radius: 10px;
  display: none;
  overflow: hidden;
  position: absolute;
  right: 15px;
  top: 0;
  width: 190px;
  z-index: 10;
}
@media (min-width: 992px) {
  .dashboard .link-group .nav li.has-sub-nav .sub-nav {
    width: 190px;
  }
}
@media (min-width: 1400px) {
  .dashboard .link-group .nav li.has-sub-nav .sub-nav {
    width: 220px;
  }
}
@media (max-width: 767px) {
  .dashboard .link-group .nav li.has-sub-nav .sub-nav {
    display: none !important;
  }
}
.dashboard .link-group .nav li.has-sub-nav .sub-nav h2 {
  background: #035397;
  border: 0 none;
  color: #fff;
  font-size: 12px;
  margin: 0;
  padding: 5px 10px;
}
@media (min-width: 1400px) {
  .dashboard .link-group .nav li.has-sub-nav .sub-nav h2 {
    padding: 15px 20px;
  }
}
.dashboard .link-group .nav li.has-sub-nav .sub-nav h2 .icon {
  margin-right: 7px;
}
.dashboard .link-group .nav li.has-sub-nav .sub-nav .nav li {
  color: #fff;
}
.dashboard .link-group .nav li.has-sub-nav .sub-nav .nav li a {
  padding: 8px 15px;
}
@media (min-width: 1400px) {
  .dashboard .link-group .nav li.has-sub-nav .sub-nav .nav li a {
    padding: 10px 20px;
  }
}
.dashboard .link-group .nav li.has-sub-nav .sub-nav .nav li a:hover {
  background: #649ad3;
}
@media (max-width: 767px) {
  .dashboard .link-group .nav li.has-mob-sub .nav {
    background: #4772b2;
    display: none;
    margin-left: -20px;
    margin-right: -20px;
  }
  .dashboard .link-group .nav li.has-mob-sub .nav li {
    padding: 5px 65px;
  }
  .dashboard .link-group .nav li.has-mob-sub .nav li a .user-pic {
    margin-right: 15px;
  }
  .dashboard .link-group .nav li.has-mob-sub .nav li a .user-pic img {
    border: 1px solid #001E6C;
    border-radius: 50%;
    height: 30px;
    width: 30px;
  }
  .dashboard .link-group .nav li.has-mob-sub .nav li a .icon {
    margin-right: 15px;
  }
  .dashboard .link-group .nav li.has-mob-sub .nav li.active {
    background: #2f5b9b;
  }
  .dashboard .link-group .nav li.has-mob-sub .nav li:first-child {
    margin: 0 -20px;
  }
}
@media (max-width: 767px) {
  .dashboard .link-group.mob-nav {
    background: #709fdc;
    display: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    width: 100%;
  }
  .dashboard .link-group.mob-nav .nav li {
    font-size: 20px;
    margin: 0;
  }
  .dashboard .link-group.mob-nav .nav li a {
    color: #fff;
    padding: 15px;
  }
}
.dashboard .dash-content .dash-box {
  background: #F5F6FA;
  border-bottom-right-radius: 10px;
  padding: 15px;
}
@media (min-width: 768px) {
  .dashboard .dash-content .dash-box {
    padding: 25px 40px;
    min-height: calc(100% - 60px);
  }
}
.dashboard .dash-content .dash-box .box {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 15px;
  position: relative;
}
@media (min-width: 768px) {
  .dashboard .dash-content .dash-box .box {
    margin-bottom: 30px;
    padding: 25px;
  }
}
.dashboard .dash-content .dash-box .box .heading {
  margin-bottom: 20px;
}
.dashboard .dash-content .dash-box .box .heading .icon {
  margin-right: 10px;
}
.dashboard .dash-content .dash-box .box .heading .icon img {
  height: 20px;
  width: auto;
}
.dashboard .dash-content .dash-box .box .heading h3 {
  color: #5089C6;
  font: 500 14px/1 'Poppins', sans-serif;
  margin: 20px 0 0 0;
}
.dashboard .dash-content .dash-box .box .heading .top-cta {
  position: static;
}
.dashboard .dash-content .dash-box .box .heading .top-cta .cta {
  background: #001E6C;
  background: -webkit-gradient(linear, right bottom, left top, from(#001E6C), to(#5089C7));
  background: linear-gradient(to top left, #001E6C, #5089C7);
  border-radius: 8px;
  font: 300 11px/1 'Poppins', sans-serif;
  height: auto;
  padding: 10px 20px;
  width: auto;
  margin: 0 10px 0 0;
}
.dashboard .dash-content .dash-box .box .heading .top-cta.orange {
  background: #FFAA4C !important;
  color: #035397 !important;
}
.dashboard .dash-content .dash-box .box .heading .owner {
  width: 260px;
}
.dashboard .dash-content .dash-box .box .heading .owner ul li {
  color: #035397;
  font: 14px 'Poppins', sans-serif;
  letter-spacing: 0.18px;
}
.dashboard .dash-content .dash-box .box .heading .owner ul li .label {
  color: #5089C6;
  font: 500 14px 'Poppins', sans-serif;
}
.dashboard .dash-content .dash-box .box .heading a {
  color: #FFAA4C;
  font-size: 12px;
  margin-left: 30px;
  display: inline-block;
}
@media (min-width: 768px) {
  .dashboard .dash-content .dash-box .box .top-cta {
    position: absolute;
    right: -15px;
    top: -15px;
  }
}
.dashboard .dash-content .dash-box .box .top-cta .cta {
  background: #000a60;
  background: linear-gradient(135deg, #000a60 0%, #447fc1 100%);
  border-radius: 4px;
  color: #fff;
  font: 7px/1 'Avenir Next Demi';
  height: 20px;
  margin-right: 10px;
  text-decoration: none;
  width: 80px;
}
@media (min-width: 1400px) {
  .dashboard .dash-content .dash-box .box .top-cta .cta {
    font-size: 10px;
    height: 25px;
    width: 120px;
  }
}
.dashboard .dash-content .dash-box .box .top-cta .cta:last-child {
  margin-right: 0;
}
.dashboard .dash-content .dash-box .box .top-cta .cta.orange {
  background: #FFAA4C !important;
  color: #035397 !important;
}
.dashboard .dash-content .dash-box .box .lists {
  position: relative;
}
.dashboard .dash-content .dash-box .box .lists ul li {
  color: #ffaa4c;
  font: 10px 'Poppins', sans-serif;
  padding: 10px 0;
  border-bottom: 1px solid #CCD2DD;
}
@media (min-width: 1400px) {
  .dashboard .dash-content .dash-box .box .lists ul li {
    font-size: 12px;
  }
}
.dashboard .dash-content .dash-box .box .lists ul li:last-child {
  border-bottom: 0 none;
  padding-bottom: 0;
}
.dashboard .dash-content .dash-box .box .lists ul .find {
  background: #5089C6;
  border-radius: 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  height: 20px;
  margin: 0 10px 0 0;
  width: 40px;
}
.dashboard .dash-content .dash-box .box .lists ul .find.notes {
  border: 1px solid #000;
  border-radius: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35px;
          flex: 0 0 35px;
  height: auto;
  position: relative;
  width: 35px;
}
.dashboard .dash-content .dash-box .box .lists ul .find.notes .find-icon {
  bottom: 3px;
  cursor: pointer;
  position: absolute;
  right: 3px;
}
.dashboard .dash-content .dash-box .box .lists ul .find.notes .img-tip {
  border-radius: 20px;
  background: #5089c6;
  display: none;
  left: calc(100% + 15px);
  padding: 40px 30px 20px;
  position: absolute;
  top: 0;
  width: 360px;
  z-index: 10;
}
.dashboard .dash-content .dash-box .box .lists ul .find.notes .img-tip .remove-tip {
  background: #fff;
  border-radius: 50%;
  color: #5089c6;
  cursor: pointer;
  font: 700 16px/1 'Poppins', sans-serif;
  height: 25px;
  position: absolute;
  right: 25px;
  top: 15px;
  width: 25px;
}
.dashboard .dash-content .dash-box .box .lists ul .find.notes .img-tip .head-tip {
  margin: 0 0 10px 0;
}
.dashboard .dash-content .dash-box .box .lists ul .find.notes .img-tip .head-tip h2 {
  color: #fff;
  font: 500 16px/1 'Poppins', sans-serif;
  margin-bottom: 0;
}
.dashboard .dash-content .dash-box .box .lists ul .find.notes .img-tip .img {
  border-radius: 15px;
  overflow: hidden;
}
.dashboard .dash-content .dash-box .box .lists ul .find.notes .img-tip:before {
  content: '';
  border-bottom: 10px solid transparent;
  border-right: 10px solid #5089c6;
  border-top: 10px solid transparent;
  position: absolute;
  right: 100%;
  top: 20px;
}
.dashboard .dash-content .dash-box .box .lists ul p, .dashboard .dash-content .dash-box .box .lists ul .access-time .optional, .access-time .dashboard .dash-content .dash-box .box .lists ul .optional {
  margin: 0;
  font: inherit;
}
.dashboard .dash-content .dash-box .box .lists ul a {
  color: #001e6c;
  font-weight: 500;
}
.dashboard .dash-content .dash-box .box .lists ul a.tr-decline {
  background: #ECDADF;
  color: #FA0505;
  text-decoration: none;
  padding: 0 25px;
}
.dashboard .dash-content .dash-box .box .lists ul a.tr-approve {
  color: #ffffff !important;
  text-decoration: none;
  padding: 0 25px;
  margin-left: 10px;
}
.dashboard .dash-content .dash-box .box .more {
  position: relative;
}
.dashboard .dash-content .dash-box .box .more a {
  color: #001E6C;
  text-decoration: none;
  font: 9px/1 'Poppins', sans-serif;
}
.dashboard .dash-content .dash-box .box .more a img {
  margin-left: 5px;
}
.dashboard .dash-content .dash-box .box .bg-arrow {
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
}
.dashboard .dash-content .dash-box .organize-box {
  margin-top: 45px;
}
.dashboard .dash-content .dash-box .organize-box .top-cta {
  margin-bottom: 30px;
}
.dashboard .dash-content .dash-box .organize-box .top-cta .cta {
  background: #001E6C;
  background: -webkit-gradient(linear, right bottom, left top, from(#001E6C), to(#5089C7));
  background: linear-gradient(to top left, #001E6C, #5089C7);
  border-radius: 8px;
  font: 500 14px 'Poppins', sans-serif;
  height: auto;
  padding: 10px 20px;
  width: auto;
}
@media (min-width: 1440px) {
  .dashboard .dash-content .dash-box .organize-box .top-cta .cta {
    border-radius: 10px;
    font-size: 16px;
    padding: 10px 25px;
  }
}
.dashboard .dash-content .dash-box .organize-box .top-cta .cta.orange {
  background: #FFAA4C !important;
  color: #035397 !important;
}
.dashboard .dash-content .dash-box .box-check {
  border: 1px solid #AACEED;
  border-radius: 5px;
}
.dashboard .dash-content .dash-box .box-check .heading {
  padding: 20px;
  border-bottom: 1px solid #5089C6;
  background: #F5FAFF;
}
.dashboard .dash-content .dash-box .box-check .heading .add-default {
  color: #5089C6;
  font: 500 14px 'Poppins', sans-serif;
  margin-right: 25px;
}
.dashboard .dash-content .dash-box .box-check .heading .add {
  color: #FFAA4C;
  font: 500 14px 'Poppins', sans-serif;
}
.dashboard .dash-content .dash-box .box-check .heading .cta {
  background: #001e6c;
  background: linear-gradient(135deg, #001e6c 0%, #5089c6 100%);
  border-radius: 6px;
  border: 0 none;
  color: #fff;
  font: 300 14px 'Poppins', sans-serif;
  letter-spacing: 0.34px;
  padding: 5px 20px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}
.dashboard .dash-content .dash-box .box-check .heading.inner-head h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}
.dashboard .dash-content .dash-box .box-check .heading.inner-head .cta {
  height: 25px;
}
.dashboard .dash-content .dash-box .box-check .check-body {
  padding: 20px;
}
.dashboard .dash-content .dash-box .box-check .check-body h2 {
  color: #5089C6;
  font: 500 14px 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.dashboard .dash-content .dash-box .box-check .check-body .form-check-box .check-sub {
  padding: 0 0 0 25px;
}
.dashboard .dash-content .dash-box .box-check .check-body .form-check-box .form-check {
  margin-bottom: 5px;
}
.dashboard .dash-content .dash-box .box-check .check-body .form-check-box .form-check .form-check-label {
  color: #A8A8A8;
}
.dashboard .dash-content .dash-box .box-check .check-body .form-check-box .form-check .form-check-label a {
  color: #5089C6;
  font-weight: 500;
  margin: 0;
  text-decoration: none;
}
.dashboard .dash-content .dash-box .song-meta h3 {
  color: #001E6C;
  font: 14px 'Poppins', sans-serif;
  margin-bottom: 0;
}
.dashboard .dash-content .dash-box .song-meta h3 a {
  color: #FFAA4C;
  font-weight: 600;
}
.dashboard .dash-content .dash-box .song-meta .form-check-input.customcheck {
  height: 20px;
  width: 20px;
}
.dashboard .dash-content .dash-box .song-meta .cta-row .cta {
  background: #001e6c;
  background: linear-gradient(135deg, #001e6c 0%, #5089c6 100%);
  border-radius: 6px;
  border: 0 none;
  color: #fff;
  height: 25px;
  font: 300 14px 'Poppins', sans-serif;
  letter-spacing: 0.34px;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  width: 60px;
  font-size: 12px;
  height: auto;
  padding: 5px 15px;
  text-decoration: none;
  width: auto;
}
.dashboard .dash-content .dash-box .song-meta .cta-row .cta.blue {
  background: #001e6c;
  background: linear-gradient(135deg, #001e6c 0%, #5089c6 100%);
}
.dashboard .dash-content .dash-box .song-meta .cta-row .cta.red {
  background: #ecdadf;
  color: #FA0505;
}
.dashboard .dash-content .dash-box .song-meta .cta-row .cta.orange {
  background: #FFAA4C;
  color: #035397;
}
.dashboard .dash-content .dash-box .song-meta .cta-row .cta.green {
  background: #A3E07D;
  color: #035397;
}
.dashboard .dash-content .dash-box .song-meta .table-wrap tr td {
  color: #001E6C;
}
.dashboard .dash-content .dash-box .outer-wrap {
  padding-left: 12px;
}
.dashboard .dash-content .dash-box .cta-list {
  margin-bottom: 20px;
}
.dashboard .dash-content .dash-box .cta-list li {
  margin-right: 15px;
}
.dashboard .dash-content .dash-box .cta-list li .cta {
  border-radius: 6px;
  border: 0 none;
  color: #fff;
  height: 25px;
  font: 300 14px 'Poppins', sans-serif;
  letter-spacing: 0.34px;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  width: 60px;
}
.dashboard .dash-content .dash-box .cta-list li .cta.blue {
  background: #001e6c;
  background: linear-gradient(135deg, #001e6c 0%, #5089c6 100%);
}
.dashboard .dash-content .dash-box .cta-list li .cta.red {
  background: #ecdadf;
}
.dashboard .dash-content .dash-box .advass-srh {
  color: #FFAA4C;
  font: 14px 'Poppins', sans-serif;
}
.dashboard .dash-content .dash-box .cta-new-auth {
  background: #001E6C;
  background: -webkit-gradient(linear, right bottom, left top, from(#001E6C), to(#5089C7));
  background: linear-gradient(to top left, #001E6C, #5089C7);
  border-radius: 8px;
  color: #fff !important;
  font: 300 14px "Poppins", sans-serif !important;
  height: 40px;
  padding: 8px 20px;
  text-decoration: none;
  white-space: nowrap;
}
.dashboard .dash-content .dash-box .side-cta .cta {
  background: #001E6C;
  background: -webkit-gradient(linear, right bottom, left top, from(#001E6C), to(#5089C7));
  background: linear-gradient(to top left, #001E6C, #5089C7);
  border-radius: 8px;
  font: 300 14px/1 'Poppins', sans-serif;
  height: auto;
  margin: 0 10px 0 0;
  padding: 10px 20px;
  width: 100%;
}
.dashboard .table-wrap {
  overflow-x: auto;
  width: 100%;
}
.dashboard .table-wrap table th {
  background: #fff;
  border-bottom: 2px solid #5089C6;
  color: #5089C6;
  font: 500 11px 'Poppins', sans-serif;
  white-space: nowrap;
}
.dashboard .table-wrap table th .cta {
  background: #001E6C;
  background: -webkit-gradient(linear, right bottom, left top, from(#001E6C), to(#5089C7));
  background: linear-gradient(to top left, #001E6C, #5089C7);
  border-radius: 8px;
  color: #fff !important;
  font: 300 14px "Poppins", sans-serif !important;
  padding: 8px 20px;
  text-decoration: none;
  white-space: nowrap;
}
.dashboard .table-wrap table td {
  color: #5089C6;
  font: 14px 'Helvetica Neue', sans-serif;
  padding: 15px 10px;
}
.dashboard .table-wrap table td a {
  color: inherit;
}
.dashboard .table-wrap table .heading {
  border-bottom: 1px solid #5089C6;
  margin-bottom: 0;
}
.dashboard .table-wrap table .heading .sort {
  cursor: pointer;
  margin-right: 6px;
}
.dashboard .table-wrap table .heading .sort img {
  width: 12px;
}
.dashboard .table-wrap table .heading th {
  padding: 5px 5px 10px;
}
.dashboard .table-wrap table tr:nth-child(odd) {
  background: #fafafd;
}
.dashboard .table-wrap table tr table tr {
  background: transparent !important;
}
.dashboard .table-wrap table tr.moreparts {
  display: none;
}
.dashboard .table-wrap table tr.moreparts > td {
  padding: 0 70px 0 140px;
}
.dashboard .table-wrap table .arrow-more {
  cursor: pointer;
  position: relative;
  width: 24px;
  height: 24px;
  background: #5089C6;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 10px;
}
.dashboard .table-wrap table .arrow-more .arrow-content {
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  height: 45px;
}
.dashboard .table-wrap .cta-table {
  padding: 0;
}
.dashboard .table-wrap .cta-table td {
  padding: 5px;
}
.dashboard .table-wrap .cta-table .cta {
  background: #001e6c;
  background: linear-gradient(135deg, #001e6c 0%, #5089c6 100%);
  border-radius: 6px;
  border: 0 none;
  color: #fff;
  height: 25px;
  font: 300 14px 'Poppins', sans-serif;
  letter-spacing: 0.34px;
  padding: 5px;
  text-align: center;
  width: 60px;
}
.dashboard .table-wrap .cta-table .cta.red {
  background: #ecdadf;
}
.dashboard .table-wrap .cta-table .cta.grey {
  background: #BCBCBC;
}
.dashboard .table-wrap .cta-table .cta.yellow {
  background: #FFAA4C;
}
.dashboard .table-wrap.no-sort table tr th,
.dashboard .table-wrap.no-sort table tr td {
  padding: 5px;
}
.dashboard .table-wrap.border-table {
  border: 1px solid #AACEED;
  padding: 20px;
  border-radius: 5px;
}
.dashboard .table-wrap.border-table .heading h2 {
  color: #5089C6;
  font: 500 14px 'Poppins', sans-serif;
}
.dashboard .table-wrap.border-table .heading .cta {
  background: #001e6c;
  background: linear-gradient(135deg, #001e6c 0%, #5089c6 100%);
  border-radius: 6px;
  border: 0 none;
  color: #fff !important;
  font: 300 14px 'Poppins', sans-serif;
  letter-spacing: 0.34px;
  padding: 5px 20px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}
.dashboard .light-blue-text {
  color: #5089C6 !important;
}
.dashboard .yellow-text {
  color: #FFAA4C !important;
}
.dashboard .small-blue-text {
  color: #5089C6;
  font-size: 10pt;
}
.dashboard .small-gray-text {
  color: #666666 !important;
  font-size: 12px !important;
  margin: auto;
}
.dashboard .asset-info {
  padding-top: 10px;
}
.dashboard .small-text {
  font-size: 13px !important;
}

.form-edit .col-form-label,
.form-edit .form-check-label,
.form-edit .form-label {
  color: #5089C6;
  padding-top: 10px;
  font: 400 14px 'Poppins', sans-serif;
}
@media (min-width: 992px) {
  .form-edit .col-form-label,
  .form-edit .form-check-label,
  .form-edit .form-label {
    margin-bottom: 0;
  }
}
.form-edit .col-form-label a,
.form-edit .form-check-label a,
.form-edit .form-label a {
  color: #FFAA4C;
  font-weight: 700;
  margin-left: 40px;
  display: inline-block;
}
.form-edit .col-form-label .cta,
.form-edit .form-check-label .cta,
.form-edit .form-label .cta {
  background: #001e6c;
  background: linear-gradient(135deg, #001e6c 0%, #5089c6 100%);
  border-radius: 6px;
  border: 0 none;
  color: #fff;
  height: 25px;
  font: 300 14px 'Poppins', sans-serif;
  letter-spacing: 0.34px;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  width: 60px;
  margin: 5px 0 0 0;
}
.form-edit .dropdown-menu .form-check-label {
  padding-top: 0px;
}
.form-edit .form-text {
  color: #5089C6;
  font: 400 11px 'Poppins', sans-serif;
}
@media (min-width: 1441px) {
  .form-edit .form-text {
    font-size: 12px;
  }
}
.form-edit .form-text ul {
  padding: 0 0 0 15px;
}
.form-edit .form-text p a, .form-edit .form-text .access-time .optional a, .access-time .form-edit .form-text .optional a {
  color: #5089C6;
  text-decoration: underline;
}
.form-edit .form-control,
.form-edit .form-select {
  border: 1px solid #95C2E9;
  border-radius: 5px;
  color: #000;
  font: 14px 'Poppins', sans-serif;
  height: 40px;
}
.form-edit textarea.form-control {
  height: 120px;
}
.form-edit .help {
  color: #FFAA4C;
  font: 700 14px 'Poppins', sans-serif;
  position: relative;
}
.form-edit .help .tip {
  background: #5089c6;
  border-radius: 10px;
  display: none;
  left: calc(100% + 20px);
  padding: 20px;
  position: absolute;
  top: -35px;
  width: 310px;
  z-index: 10;
}
.form-edit .help .tip h2 {
  color: #fff;
  font-size: 17px;
  margin: 0 0 10px 0;
}
.form-edit .help .tip p, .form-edit .help .tip .access-time .optional, .access-time .form-edit .help .tip .optional {
  color: #fff;
  font: 14px 'Poppins', sans-serif;
  margin: 10px 0 0 0;
}
.form-edit .help .tip:before {
  content: '';
  border-bottom: 10px solid transparent;
  border-right: 10px solid #5089c6;
  border-top: 10px solid transparent;
  position: absolute;
  right: 100%;
  top: 32px;
}
.form-edit .row-cols-lg-auto label {
  white-space: nowrap;
}
.form-edit p, .form-edit .access-time .optional, .access-time .form-edit .optional {
  color: #035397;
  font: 12px 'Poppins', sans-serif;
  letter-spacing: 0.18px;
}
@media (min-width: 768px) {
  .form-edit p, .form-edit .access-time .optional, .access-time .form-edit .optional {
    font-size: 14px;
  }
}
@media (min-width: 1400px) {
  .form-edit p, .form-edit .access-time .optional, .access-time .form-edit .optional {
    font-size: 16px;
  }
}
.form-edit p:last-child, .form-edit .access-time .optional:last-child, .access-time .form-edit .optional:last-child {
  margin-bottom: 0;
}
.form-edit p a, .form-edit .access-time .optional a, .access-time .form-edit .optional a {
  color: #ffaa4c;
  text-decoration: underline;
}
.form-edit p.comment, .form-edit .access-time .comment.optional, .access-time .form-edit .comment.optional {
  font-size: 14px;
}
.form-edit .lists-library {
  margin-top: 10px;
}
.form-edit .lists-library ul li {
  color: #FFAA4C;
  font-size: 14px;
  margin-bottom: 10px;
}
.form-edit .lists-library ul li a {
  color: inherit;
  font-weight: 700;
}
.form-edit .lists-library ul li .cta {
  background: #001e6c;
  background: linear-gradient(135deg, #001e6c 0%, #5089c6 100%);
  border-radius: 6px;
  border: 0 none;
  color: #fff;
  height: 25px;
  font: 300 14px 'Poppins', sans-serif;
  letter-spacing: 0.34px;
  margin-right: 15px;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  width: 60px;
}
.form-edit .no-result {
  background: #E8F2FC;
  border-radius: 10px;
  border: 1px solid #5089C6;
}
.form-edit .no-result .cta {
  background: #001e6c;
  background: linear-gradient(135deg, #001e6c 0%, #5089c6 100%);
  border-radius: 6px;
  border: 0 none;
  color: #fff;
  font: 500 12px 'Poppins', sans-serif;
  letter-spacing: 0.34px;
  padding: 5px 20px;
  text-align: center;
  text-decoration: none;
  margin-left: 15px;
}
.form-edit.srch-ensemble {
  background: #B9D8F8;
  border-radius: 10px;
  padding: 20px;
}
.form-edit.srch-ensemble .cta {
  height: 40px;
  padding-bottom: 7px;
  padding-top: 7px;
}
.form-edit.srch-ensemble .cta .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-edit.srch-ensemble .cta .icon.yellow {
  display: none;
}
.form-edit.srch-ensemble .cta.open {
  color: #FFAA4C;
}
.form-edit.srch-ensemble .cta.open .icon {
  display: none;
}
.form-edit.srch-ensemble .cta.open .icon.yellow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-edit .large-label {
  color: #5089c6;
  font: 500 18px 'Poppins', sans-serif;
}
.form-edit .cta-row .cta {
  background: #001e6c;
  background: linear-gradient(135deg, #001e6c 0%, #5089c6 100%);
  border-radius: 6px;
  border: 0 none;
  color: #fff !important;
  font: 300 14px 'Poppins', sans-serif;
  letter-spacing: 0.34px;
  padding: 5px 20px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}

.cta-form {
  position: relative;
}
.cta-form .id-user {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #035397;
  font: 300 14px 'Poppins', sans-serif;
}
.cta-form .cta {
  background: #001E6C;
  background: -webkit-gradient(linear, right bottom, left top, from(#001E6C), to(#5089C7));
  background: linear-gradient(to top left, #001E6C, #5089C7);
  border-radius: 8px;
  color: #fff;
  font: 14px 'Poppins', sans-serif;
  height: auto;
  padding: 10px 20px;
  margin: 0 10px;
}
@media (min-width: 1440px) {
  .cta-form .cta {
    border-radius: 10px;
    font-size: 16px;
    padding: 10px 25px;
    min-width: 200px;
  }
}
.cta-form .cta.red {
  background: #ECDADF;
  color: #FA0505;
}

.quilt {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 100;
  opacity: 0.7;
}

.login {
  background-color: #fff;
  background-image: url(../images/bg-music.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: calc(100% - 50px) auto;
  border-radius: 10px;
  margin-top: 25px;
  padding: 15px;
}
@media (min-width: 768px) {
  .login {
    padding: 25px;
  }
}
@media (min-width: 1400px) {
  .login {
    padding: 50px;
  }
}
.login .brand {
  margin: 20px 0;
}
@media (min-width: 768px) {
  .login .brand {
    margin-bottom: 20px;
  }
}
@media (min-width: 1400px) {
  .login .brand {
    margin-bottom: 40px;
  }
}
.login .brand img {
  max-width: 360px;
}
.login .text h2 {
  font: 16px/1 'Poppins', sans-serif;
  margin-bottom: 20px;
}
@media (min-width: 1400px) {
  .login .text h2 {
    font-size: 20px;
  }
}
.login .text h2 span {
  color: #242d67;
}
.login .text p, .login .text .access-time .optional, .access-time .login .text .optional {
  font: 12px 'Poppins', sans-serif;
  margin-top: 20px;
}
@media (min-width: 1400px) {
  .login .text p, .login .text .access-time .optional, .access-time .login .text .optional {
    font-size: 16px;
  }
}
.login .text h2,
.login .text p,
.login .text .access-time .optional,
.access-time .login .text .optional {
  color: #5089C6;
}
.login .signin {
  background: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.16);
  padding: 15px;
}
@media (min-width: 768px) {
  .login .signin {
    padding: 25px;
  }
}
@media (min-width: 1400px) {
  .login .signin {
    padding: 50px;
  }
}
.login .signin h2 {
  color: #5089C6;
  font: 300 16px 'Poppins', sans-serif;
  letter-spacing: 0.6px;
  margin-bottom: 20px;
}
@media (min-width: 1400px) {
  .login .signin h2 {
    font-size: 20px;
  }
}
.login .signin .form-control {
  height: 40px;
  color: #5089C6;
  font: 300 16px 'Poppins', sans-serif;
  border: 1px solid #5089C6;
  border-radius: 10px;
}
@media (min-width: 1400px) {
  .login .signin .form-control {
    font-size: 20px;
    height: 54px;
  }
}
.login .signin .form-control::-webkit-input-placeholder {
  color: #cccccc;
}
.login .signin .form-control:-ms-input-placeholder {
  color: #cccccc;
}
.login .signin .form-control::-ms-input-placeholder {
  color: #cccccc;
}
.login .signin .form-control::placeholder {
  color: #cccccc;
}
.login .signin button {
  background: #5089C6;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  color: #fff;
  font: 300 16px 'Poppins', sans-serif;
  height: 40px;
  width: 100%;
}
@media (min-width: 1400px) {
  .login .signin button {
    font-size: 20px;
    height: 54px;
  }
}
.login .signin .get-or-set {
  color: #001E6C;
  font: 300 14px 'Poppins', sans-serif;
}
@media (min-width: 1400px) {
  .login .signin .get-or-set {
    font-size: 18px;
  }
}
.login .signin .get-or-set a {
  color: inherit;
  text-decoration: none;
}

.footer {
  padding: 25px 15px;
}
.footer p, .footer .access-time .optional, .access-time .footer .optional {
  color: #fff;
  font: 12px 'Poppins', sans-serif;
}
@media (min-width: 1400px) {
  .footer p, .footer .access-time .optional, .access-time .footer .optional {
    font-size: 14px;
  }
}

.create {
  background-color: #F5F6FA;
  background-image: url(../images/music-sign-bg.png);
  background-position: calc(100% - 110px) calc(100% - 110px);
  background-repeat: no-repeat;
  background-size: 50% auto;
  border-radius: 10px;
  margin-top: 25px;
  overflow: hidden;
  padding: 0;
}
.create .brand {
  background: #fff;
  padding: 35px 15px 20px;
}
@media (min-width: 768px) {
  .create .brand {
    padding-top: 45px;
  }
}
@media (min-width: 1400px) {
  .create .brand {
    padding-top: 70px;
  }
}
.create .brand img {
  max-width: 360px;
}
.create .copy-label,
.create .content {
  padding: 20px 20px 0;
}
@media (min-width: 768px) {
  .create .copy-label,
  .create .content {
    padding: 25px 25px 0;
  }
}
@media (min-width: 1400px) {
  .create .copy-label,
  .create .content {
    padding: 25px 50px 0;
  }
}
.create .copy-label.spacelast,
.create .content.spacelast {
  padding-top: 20px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .create .copy-label.spacelast,
  .create .content.spacelast {
    padding-top: 30px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1400px) {
  .create .copy-label.spacelast,
  .create .content.spacelast {
    padding-top: 50px;
    padding-bottom: 120px;
  }
}
@media (min-width: 768px) {
  .create .copy-label {
    background: #fff;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 380px;
            flex: 0 0 380px;
    max-width: 380px;
    position: relative;
  }
}
.create .copy-label label {
  color: #5089C6;
  display: block;
  font: 300 16px/1 'Poppins', sans-serif;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .create .copy-label label {
    padding-top: 15px;
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  .create .copy-label label {
    font-size: 24px;
  }
}
.create .copy-label label small {
  font-size: 60%;
}
@media (min-width: 768px) {
  .create .copy-label:after {
    background: -webkit-gradient(linear, left top, right top, from(black), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0) 100%);
    content: '';
    height: 100%;
    left: 100%;
    opacity: 0.15;
    position: absolute;
    top: 0;
    width: 15px;
  }
}
.create .input {
  position: relative;
  max-width: 450px;
}
.create .input .form-control {
  height: 40px;
  color: #5089C6;
  font: 300 16px 'Poppins', sans-serif;
  border: 1px solid #5089C6;
  border-radius: 10px;
}
@media (min-width: 1400px) {
  .create .input .form-control {
    font-size: 20px;
    height: 54px;
  }
}
.create .input .form-control::-webkit-input-placeholder {
  color: #cccccc;
}
.create .input .form-control:-ms-input-placeholder {
  color: #cccccc;
}
.create .input .form-control::-ms-input-placeholder {
  color: #cccccc;
}
.create .input .form-control::placeholder {
  color: #cccccc;
}
.create .input button {
  background: #5089C6;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  color: #fff;
  font: 300 16px 'Poppins', sans-serif;
  height: 40px;
  width: 100%;
}
@media (min-width: 1400px) {
  .create .input button {
    font-size: 20px;
    height: 54px;
  }
}
.create .input .required {
  color: #FD0303;
  position: absolute;
  font: 10px/1 'Poppins', sans-serif;
  top: -25px;
}
@media (max-width: 767px) {
  .create .input .required {
    right: 0;
  }
}
@media (min-width: 768px) {
  .create .input .required {
    font-size: 12px;
    left: calc(100% + 25px);
    top: 20px;
  }
}
@media (min-width: 1400px) {
  .create .input .required {
    font-size: 14px;
  }
}
.create .input .form-text {
  color: #5089C6;
  font: 8px 'Poppins', sans-serif;
  margin: 10px 0 0 15px;
}
@media (min-width: 768px) {
  .create .input .form-text {
    font-size: 9px;
  }
}
@media (min-width: 1400px) {
  .create .input .form-text {
    font-size: 10px;
  }
}
.create .input .form-text ul {
  margin: 0;
  padding: 0 0 0 15px;
}
.create form .row-form {
  padding-top: 10px;
}
@media (min-width: 768px) {
  .create form .row-form {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .create form .row-form .content {
    padding-top: 15px;
  }
}
@media (min-width: 768px) {
  .create form .content {
    padding-right: 150px;
  }
}
.create .text-form .copy-label {
  z-index: 10;
}
.create .text-form h2,
.create .text-form h3 {
  color: #FFAA4C;
}
.create .text-form h2 {
  font: 500 20px/1 'Poppins', sans-serif;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .create .text-form h2 {
    font-size: 30px;
  }
}
@media (min-width: 1400px) {
  .create .text-form h2 {
    font-size: 36px;
  }
}
.create .text-form h2.has-sign {
  position: relative;
}
.create .text-form h2.has-sign .sign {
  position: absolute;
  left: 70%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 75px;
}
@media (min-width: 768px) {
  .create .text-form h2.has-sign .sign {
    width: 100px;
  }
}
@media (min-width: 1400px) {
  .create .text-form h2.has-sign .sign {
    width: 135px;
  }
}
.create .text-form h3 {
  font: 500 18px/1 'Poppins', sans-serif;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .create .text-form h3 {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .create .text-form h3 {
    font-size: 20px;
  }
}
.create .text-form p, .create .text-form .access-time .optional, .access-time .create .text-form .optional {
  color: #5089C6;
  font: 12px 'Poppins', sans-serif;
  letter-spacing: 0.18px;
}
@media (min-width: 768px) {
  .create .text-form p, .create .text-form .access-time .optional, .access-time .create .text-form .optional {
    font-size: 14px;
  }
}
@media (min-width: 1400px) {
  .create .text-form p, .create .text-form .access-time .optional, .access-time .create .text-form .optional {
    font-size: 16px;
  }
}

.support .heading {
  margin-bottom: 20px;
}
.support p, .support .access-time .optional, .access-time .support .optional {
  color: #5089C6;
  font: 12px 'Poppins', sans-serif;
  letter-spacing: 0.18px;
}
@media (min-width: 768px) {
  .support p, .support .access-time .optional, .access-time .support .optional {
    font-size: 14px;
  }
}
@media (min-width: 1400px) {
  .support p, .support .access-time .optional, .access-time .support .optional {
    font-size: 16px;
  }
}
.support p:last-child, .support .access-time .optional:last-child, .access-time .support .optional:last-child {
  margin-bottom: 0;
}
.support p a, .support .access-time .optional a, .access-time .support .optional a {
  color: #ffaa4c;
  text-decoration: underline;
}
.support p.comment, .support .access-time .comment.optional, .access-time .support .comment.optional {
  font-size: 14px;
}

.support-form h2 {
  color: #5089C6;
  margin-bottom: 20px;
}
.support-form label {
  color: #5089C6;
  font: 14px 'Poppins', sans-serif;
}
@media (min-width: 768px) {
  .support-form label {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  .support-form label {
    font-size: 20px;
  }
}
.support-form input,
.support-form select,
.support-form textarea {
  border: 1px solid #5089C6;
  border-radius: 11px;
  height: 40px;
  outline: 0 none;
  padding: 10px 15px;
  width: 100%;
  color: #5089C6;
  font: 14px 'Poppins', sans-serif;
}
@media (min-width: 768px) {
  .support-form input,
  .support-form select,
  .support-form textarea {
    font-size: 16px;
    height: 44px;
  }
}
@media (min-width: 1400px) {
  .support-form input,
  .support-form select,
  .support-form textarea {
    font-size: 20px;
    height: 54px;
  }
}
.support-form textarea {
  height: 120px;
}
.support-form .upload-custom {
  line-height: 44px;
  padding: 0 12px;
}
@media (min-width: 1400px) {
  .support-form .upload-custom {
    line-height: 54px;
  }
}
.support-form button {
  background: #001e6c;
  background: linear-gradient(135deg, #001e6c 0%, #5089c6 100%);
  height: 46px;
  border-radius: 11px;
  border: 0 none;
  color: #fff;
  text-transform: uppercase;
  font: 300 14px 'Poppins', sans-serif;
  letter-spacing: 0.34px;
  width: 100%;
}
@media (min-width: 768px) {
  .support-form button {
    width: 240px;
  }
}
@media (min-width: 1400px) {
  .support-form button {
    font-size: 16px;
    max-width: 360px;
    width: 360px;
  }
}

.acc-faqs .acc-head {
  background: #F5FAFF;
  border-radius: 10px;
  color: #035397;
  cursor: pointer;
  font: 700 16px 'Poppins', sans-serif;
  padding: 20px;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 768px) {
  .acc-faqs .acc-head {
    font-size: 18px;
  }
}
.acc-faqs .acc-head .arrow {
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 20px;
  background: #5089C6;
  border-radius: 50%;
}
.acc-faqs .acc-head .arrow:before, .acc-faqs .acc-head .arrow:after {
  background: #fff;
  bottom: 50%;
  border-radius: 5px;
  content: '';
  position: absolute;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}
.acc-faqs .acc-head .arrow:after {
  height: 14px;
  width: 3px;
}
.acc-faqs .acc-head .arrow:before {
  height: 3px;
  width: 14px;
}
.acc-faqs .acc-copy {
  padding: 0 20px 20px 70px;
  display: none;
}
.acc-faqs .acc-copy.pad20 {
  padding: 10px 20px 20px;
}
.acc-faqs .acc-box {
  border: 1px solid #AACEED;
  margin-bottom: 5px;
  border-radius: 5px;
}
.acc-faqs .acc-box.open .acc-head {
  background: #fff;
}
.acc-faqs .acc-box.open .acc-head .arrow:after {
  display: none;
}

.video-list .video-box {
  margin-top: 40px;
}
.video-list .video-box h2 {
  color: #035397;
  font: 700 16px 'Poppins', sans-serif;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .video-list .video-box h2 {
    font-size: 18px;
  }
}
.video-list .video-box .video {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .video-list {
    margin-left: -30px;
    margin-right: -30px;
  }
  .video-list [class*="col-"] {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.modal .modal-content {
  background: #5089C6;
  border: 0 none;
  border-radius: 30px;
}
.modal .modal-content .modal-header {
  border: 0 none;
  border-radius: 0;
  padding: 30px 30px 15px;
}
.modal .modal-content .modal-header h5 {
  color: #fff;
  font: 500 18px 'Poppins', sans-serif;
}
.modal .modal-content .modal-header .big {
  font-size: 18px;
  font-weight: 500;
}
.modal .modal-content .modal-header .close {
  background: #fff;
  border-radius: 50%;
  color: #000;
  cursor: pointer;
  font-size: 18px;
  height: 30px;
  line-height: 1;
  width: 30px;
}
.modal .modal-content .modal-body .col-form-label {
  color: #fff;
  font-weight: 300;
}
.modal .modal-content .modal-footer {
  border: 0 none;
  border-radius: 0;
  padding: 15px 30px 30px;
}
.modal .modal-content .cta {
  background: #001e6c;
  background: linear-gradient(135deg, #001e6c 0%, #5089c6 100%);
  border-radius: 6px;
  border: 0 none;
  color: #fff;
  height: 25px;
  font: 300 14px 'Poppins', sans-serif;
  letter-spacing: 0.34px;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  width: 60px;
  border: 1px solid #fff;
  border-radius: 8px;
  height: 45px;
  padding: 10px 35px;
  text-decoration: none;
  width: auto;
}
.modal .modal-content .cta.blue {
  background: #001e6c;
  background: linear-gradient(135deg, #001e6c 0%, #5089c6 100%);
}
.modal .modal-content .cta.red {
  background: #ecdadf;
  color: #FA0505;
}
.modal .modal-content .cta.orange {
  background: #FFAA4C;
  color: #035397;
}
.modal .modal-content .cta.green {
  background: #A3E07D;
  color: #035397;
}
@media (min-width: 1440px) {
  .modal .modal-content .cta {
    font-size: 16px;
  }
}
.modal .modal-content .address-modal .cta-srh {
  background: #001e6c;
  background: linear-gradient(135deg, #001e6c 0%, #5089c6 100%);
  border-radius: 6px;
  border: 1px solid #fff;
  color: #fff;
  height: 25px;
  font: 300 14px 'Poppins', sans-serif;
  letter-spacing: 0.34px;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  width: 60px;
}
.modal .modal-content .address-modal .address {
  color: #FFAA4C;
  font: 14px 'Poppins', sans-serif;
}
.modal .modal-content .wt a {
  color: #FFAA4C;
  font: 14px 'Poppins', sans-serif;
}
.modal .modal-content .checkoutlist li {
  color: #fff;
  font: 14px 'Poppins', sans-serif;
}
.modal .modal-content .checkoutlist li .label {
  color: #FFAA4C;
}
.modal .modal-content .checkoutlist li:first-child {
  font-size: 16px;
}
.modal .modal-content .checkrow p, .modal .modal-content .checkrow .access-time .optional, .access-time .modal .modal-content .checkrow .optional {
  font: 500 16px 'Poppins', sans-serif;
}
.modal .modal-content .checkrow select {
  width: 320px;
  height: 45px;
}
.modal .modal-content .manualselect label {
  color: #fff;
  font: 500 18px 'Poppins', sans-serif;
}
.modal .modal-content .transfer-form h2 {
  color: #fff;
  font: 500 18px 'Poppins', sans-serif;
}
.modal .modal-content .transfer-form .check-box {
  background: #C3D7FF;
  padding: 20px;
  border-radius: 10px;
}
.modal .modal-content .transfer-form .border-rgt {
  border-right: 1px solid #FDFEFF;
}
.modal .modal-content .transfer-form .droptransfer label {
  color: #fff;
  font-weight: 500;
}
.modal.already-modal .modal-content .modal-header h5 {
  font-size: 24px;
}
.modal.already-modal .modal-content .modal-body p, .modal.already-modal .modal-content .modal-body .access-time .optional, .access-time .modal.already-modal .modal-content .modal-body .optional {
  color: #fff;
  font-size: 14px;
}
.modal.already-modal .modal-content .modal-body p.repeated, .modal.already-modal .modal-content .modal-body .access-time .repeated.optional, .access-time .modal.already-modal .modal-content .modal-body .repeated.optional {
  font-weight: 700;
  font-size: 18px;
  margin: 20px 0 40px;
}
.modal.addlibrary .modal-header .close {
  position: absolute;
  right: 15px;
  top: 15px;
}
.modal.addlibrary .modal-body {
  padding-left: 30px;
  padding-right: 30px;
}
.modal.addlibrary .list-library h2 {
  color: #fff;
  font: 500 16px 'Poppins', sans-serif;
}
.modal.addlibrary .list-library .box-wrap {
  height: 100%;
}
.modal.addlibrary .list-library .box-wrap-pad {
  padding: 0 0.75rem;
}
.modal.addlibrary .list-library .box-member {
  background: #C3D7FF;
  border-radius: 10px;
  padding: 15px;
}
.modal.addlibrary .list-library .box-member h3 {
  color: #030303;
  font: 500 16px 'Poppins', sans-serif;
  margin-bottom: 15px;
}
.modal.addlibrary .list-library .box-member ul li {
  font: 14px 'Poppins', sans-serif;
  margin-bottom: 10px;
}
.modal.addlibrary .list-library .box-member ul li .form-check-input:checked {
  background-color: #faa950;
  border-color: #faa950;
}
.modal.addlibrary .list-library .box-member ul li:last-child {
  margin-bottom: 0;
}
.modal.addlibrary .list-library .box-member ul.library-list li {
  color: #030303;
}
.modal.addlibrary .list-library .box-member ul.library-list li h4 {
  display: inline;
  font: 500 14px 'Poppins', sans-serif;
  margin: 0;
}
.modal.addlibrary .list-library .box-member ul.library-list li .remove {
  border-radius: 50%;
  background: #fff;
  color: #5089c6;
  cursor: pointer;
  height: 26px;
  margin: 0 0 0 5px;
  width: 26px;
}
.modal.addlibrary .list-library .box-member.move {
  background: none;
  padding: 0;
}
.modal.addlibrary .list-library .box-member.move ul li {
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  font-size: 26px;
  height: 26px;
  line-height: 1;
  margin-bottom: 0;
  width: 26px;
}
.modal.addlibrary .list-library .box-member.move ul li span {
  color: #5089c6;
}
.modal.addlibrary .list-library .box-member.list-member li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.modal.addlibrary .list-library .box-member.list-member li a {
  color: #FF0000;
}
.modal.addlibrary .list-library .box-member.list-member li .owner {
  color: #fff;
}
.modal.addlibrary p, .modal.addlibrary .access-time .optional, .access-time .modal.addlibrary .optional {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
.modal.addlibrary .libraryname label {
  color: #fff;
  font: 300 14px 'Poppins', sans-serif;
}
.modal.addlibrary .libraryname h2 {
  color: #fff;
  font: 500 20px 'Poppins', sans-serif;
}
.modal.addlibrary .modal-footer {
  position: relative;
}
.modal.addlibrary .modal-footer .gid {
  color: #fff;
  font: 100 12px 'Poppins', sans-serif;
  margin: 0;
  position: absolute;
  right: 30px;
}
.modal.findpeople .modal-header .close {
  position: absolute;
  right: 15px;
  top: 15px;
}
.modal.findpeople .modal-body {
  padding-left: 30px;
  padding-right: 30px;
}
.modal.findpeople .peoplesearch {
  padding: 0 0.75rem;
}
.modal.findpeople .peoplesearch label {
  color: #fff;
  font: 300 14px 'Poppins', sans-serif;
}
.modal.findpeople .peoplesearch h2 {
  color: #fff;
  font: 500 20px 'Poppins', sans-serif;
}
.modal.findpeople .peoplesearch .cta {
  background: #001E6C;
  background: -webkit-gradient(linear, right bottom, left top, from(#001E6C), to(#5089C7));
  background: linear-gradient(to top left, #001E6C, #5089C7);
  border: 1px solid #fff;
  border-radius: 8px;
  color: #fff;
  font: 300 14px 'Poppins', sans-serif;
  padding: 5px 35px;
  width: 100%;
}
@media (min-width: 1440px) {
  .modal.findpeople .peoplesearch .cta {
    border-radius: 10px;
    font-size: 16px;
    padding: 5px 50px;
  }
}
.modal.findpeople .peoplesearch .adv-srh-in a {
  letter-spacing: 0.02em;
  text-align: left;
  color: #ffaa4c;
  font: 12px Poppins;
}
.modal.findpeople p, .modal.findpeople .access-time .optional, .access-time .modal.findpeople .optional {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
.modal.findpeople .resultpeople h2 {
  color: #faa950;
  font: 500 18px 'Poppins', sans-serif;
}
.modal.findpeople .resultpeople .table-wrap th {
  border-bottom: 1px solid #fff;
  color: #fff;
  font: 300 14px 'Poppins', sans-serif;
}
.modal.findpeople .resultpeople .table-wrap td {
  color: #fff;
  font: 300 14px 'Poppins', sans-serif;
}
.modal.findpeople .resultpeople .table-wrap td .form-check-input:checked {
  background-color: #faa950;
  border-color: #faa950;
}
.modal.findpeople .resultpeople .table-wrap th,
.modal.findpeople .resultpeople .table-wrap td {
  padding: 10px;
}
.modal.findpeople .resultpeople .table-wrap tr {
  background: none;
}
.modal.findpeople .resultpeople .table-wrap tr.heading th {
  background: none;
}
.modal.findpeople .resultpeople a {
  color: inherit;
}

.modal-backdrop {
  background: #fff;
}

.cta-pop {
  background: #001e6c;
  background: linear-gradient(135deg, #001e6c 0%, #5089c6 100%);
  border-radius: 6px;
  border: 0 none;
  color: #fff;
  height: 25px;
  font: 300 14px 'Poppins', sans-serif;
  letter-spacing: 0.34px;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  width: 60px;
  text-decoration: none;
  height: 40px;
  padding: 10px 20px;
  width: auto;
  white-space: nowrap;
}
.cta-pop.blue {
  background: #001e6c;
  background: linear-gradient(135deg, #001e6c 0%, #5089c6 100%);
}
.cta-pop.red {
  background: #ecdadf;
  color: #FA0505;
}
.cta-pop.orange {
  background: #FFAA4C;
  color: #035397;
}
.cta-pop.green {
  background: #A3E07D;
  color: #035397;
}
.cta-pop:hover {
  color: #fff;
}

.access-time label {
  width: 200px;
}
.access-time .form-control,
.access-time .form-select {
  width: 180px;
}
.access-time .optional {
  margin: 0;
}

.side-col-meta .light-blue {
  background: #FAFAFD;
  padding: 30px;
  border-radius: 6px;
}
.side-col-meta h2 {
  color: #035397;
  font: 500 16px/1 'Poppins', sans-serif;
  margin: 0;
}
@media (min-width: 1400px) {
  .side-col-meta h2 {
    font-size: 20px;
  }
}
.side-col-meta .cta-go {
  background: #001e6c;
  background: linear-gradient(135deg, #001e6c 0%, #5089c6 100%);
  border-radius: 6px;
  border: 0 none;
  color: #fff;
  height: 25px;
  font: 300 14px 'Poppins', sans-serif;
  letter-spacing: 0.34px;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  width: 60px;
  font-weight: 400;
  text-transform: none;
}
.side-col-meta .cta-go.blue {
  background: #001e6c;
  background: linear-gradient(135deg, #001e6c 0%, #5089c6 100%);
}
.side-col-meta .cta-go.red {
  background: #ecdadf;
  color: #FA0505;
}
.side-col-meta .cta-go.orange {
  background: #FFAA4C;
  color: #035397;
}
.side-col-meta .cta-go.green {
  background: #A3E07D;
  color: #035397;
}

.adv-srh {
  background: #fff;
  padding: 15px 20px 20px;
  border-radius: 10px;
  margin-top: 25px;
  border: 1px solid #5089C6;
}

.tag-opt {
  color: #5089C6;
  font: 500 14px 'Poppins', sans-serif;
}
.tag-opt .action-cta {
  background: #5089C6;
  border-radius: 50%;
  padding: 2px;
  cursor: pointer;
}

.type-creator {
  color: #B6B6B7;
  font: 500 14px 'Poppins', sans-serif;
}
.type-creator.gold {
  color: #FFAA4C;
}

.meta-label {
  color: #585858;
  font: 13px 'Poppins', sans-serif;
}

.what-this {
  color: #FFAA4C;
  font: 14px 'Poppins', sans-serif;
}

.image-upload {
  border: 1px solid #707070;
  position: relative;
}
.image-upload label {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.image-upload input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.image-upload .img-uploaded {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 5px;
}
.image-upload .img-uploaded img {
  max-width: 100%;
  max-height: 100%;
}
.image-upload .img-uploaded .remove-img {
  background: #5089C6;
  border-radius: 50%;
  padding: 2px;
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 5px;
}
.image-upload:before {
  content: '';
  display: block;
  padding-top: 105%;
}

@media (min-width: 768px) {
  .h-md-100 {
    height: 100%;
  }
}
.text-blue {
  color: #001E6C !important;
}

.cta-asset {
  background: #001e6c;
  background: linear-gradient(135deg, #001e6c 0%, #5089c6 100%);
  border-radius: 6px;
  border: 0 none;
  color: #fff;
  height: 25px;
  font: 300 14px 'Poppins', sans-serif;
  letter-spacing: 0.34px;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  width: 60px;
  color: #fff !important;
  height: auto;
  min-width: 200px;
  padding: 8px 25px;
  text-decoration: none;
  width: auto;
}
.cta-asset.blue {
  background: #001e6c;
  background: linear-gradient(135deg, #001e6c 0%, #5089c6 100%);
}
.cta-asset.red {
  background: #ecdadf;
  color: #FA0505;
}
.cta-asset.orange {
  background: #FFAA4C;
  color: #035397;
}
.cta-asset.green {
  background: #A3E07D;
  color: #035397;
}
.cta-asset.orange {
  color: #035397 !important;
}
.cta-asset.chk-out {
  display: inline-block;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media (max-width: 992px) {
  .cta-asset.chk-out {
    padding: 8px 14px;
    font-size: 12px;
  }
}
.cta-asset.chk-in {
  display: inline-block;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media (max-width: 992px) {
  .cta-asset.chk-in {
    padding: 8px 14px;
    font-size: 12px;
  }
}

.result-box .cta {
  background: #001e6c;
  background: linear-gradient(135deg, #001e6c 0%, #5089c6 100%);
  border-radius: 6px;
  border: 0 none;
  color: #fff;
  height: 25px;
  font: 300 14px 'Poppins', sans-serif;
  letter-spacing: 0.34px;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  width: 60px;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.result-box .cta.blue {
  background: #001e6c;
  background: linear-gradient(135deg, #001e6c 0%, #5089c6 100%);
}
.result-box .cta.red {
  background: #ecdadf;
  color: #FA0505;
}
.result-box .cta.orange {
  background: #FFAA4C;
  color: #035397;
}
.result-box .cta.green {
  background: #A3E07D;
  color: #035397;
}

.status-check {
  border: 1px solid #5089C6;
  border-radius: 10px;
}
.status-check hr {
  background: #5089C6;
  opacity: 1;
  margin: 10px 0;
}
.status-check .col-form-label {
  color: #FFAA4C;
  padding-top: 10px;
  font: 400 14px 'Poppins', sans-serif;
}
.status-check .form-check-label {
  color: #5089C6;
  font: 500 14px 'Poppins', sans-serif;
}
.status-check .tip {
  background: #5089c6;
  border-radius: 10px;
  display: none;
  left: 0px;
  right: 0px;
  padding: 20px;
  position: absolute;
  width: 200px;
  z-index: 10;
  margin: 0 auto;
}
.status-check .tip h2 {
  color: #fff;
  font-size: 17px;
  margin: 0 0 10px 0;
}
.status-check .tip p, .status-check .tip .access-time .optional, .access-time .status-check .tip .optional {
  color: #fff;
  font: 14px 'Poppins', sans-serif;
  margin: 10px 0 0 0;
}
.status-check .tip .close {
  float: right;
  margin-top: -10px;
  color: #fff;
  position: relative;
  left: 10px;
}

.box-song-wrap {
  background: #f6fbff;
  padding: 20px;
  border-radius: 10px;
}

.fade-out {
  opacity: 0.5 !important;
}

h3 {
  color: #5089C6;
  font-size: 13pt;
  font-weight: 700;
}

.small-light-blue-text {
  font-size: 13px !important;
  color: #5089C6 !important;
}

.small-blue-link {
  font-size: 12px !important;
  color: #5089C6 !important;
}

.small-link {
  font-size: 12px !important;
}

.label-fix {
  margin-top: 8px !important;
}

.radio-checkbox-fix {
  margin-top: 12px !important;
}

.center-box {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.6) !important;
}

.container {
  max-width: 100%;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

body {
  background: #a2ccf2;
}
