@charset "utf-8";
.header-top-index {
  background-color: #f7f7f7;
  /* border-bottom: 0.5px solid #dfdfdf; */
  font-size: 14px;
}

.header-top-default {
  background-color: #f7f7f7;
}

.header-top-content {
  height: 40px;
  line-height: 42px;
  color: #717171;
}

.header-top-content a {
  color: #717171;
}

.header-top-default .header-top-content {
  color: #717171;
}

.header-top-default .header-top-content a {
  color: #717171;
}

.header-top-default .header-top-content .dropdown-menu a {
  color: #8492A6;
}

.header-top-hover:hover {
  cursor: pointer;
}

.header-top-content .header-qrcode {
  height: 144px;
  position: absolute;
  top: 30px;
  z-index: 3000;
  display: none;
}

.header-top-hover:hover > div {
  display: block;
}

.header-username {
  vertical-align: middle;
  display: inline-block;
  line-height: initial;
  width: 100px;
}

.header-main .dropdown-menu {
  transform: translate3d(-1px, 75px, 0px) !important;
  line-height: initial;
  min-width: initial;
  padding-left: 20px;
}

.header-main .dropdown-menu > a {
  height: 30px;
  font-size: 15px;
}

.header-main .dropdown-menu > a:hover {
  color: #2d8cf0;
}

.header-main .msg-num, .nav-category-item .msg-num {
  min-width: 1.05rem;
  min-height: 1.05rem;
  vertical-align: text-top;
  background-color: #ed4014;
  margin-left: -2px;
}

.header-bottom {
  background-color: white;
}

.header-bottom-content {
  height: 100px;
  line-height: 96px;
  white-space: nowrap;
}

.header-bottom-content .dropdown:hover .dropdown-menu {
  display: block;
  position: absolute;
  transform: translate3d(48px, 58px, 0px);
  top: 0;
  left: 0;
}

.header-top-default .user-menu .dropdown-menu {
  top: 40px !important;
  left: 10px !important;
  transform: translate3d(0px, 0px, 0px) !important;
}

.header-top-default .user-menu:hover .dropdown-menu {
  display: block;
  position: absolute;
  transform: translate3d(48px, 58px, 0px);
  top: 0;
  left: 0;
}

.header-link-blue {
  color: #2d8cf0;
}

.header-link-blue:hover {
  color: #2d8cf0;
}

.header-btn-login {
  color: #2d8cf0;
  border-color: #2d8cf0;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
  font-weight: 400;
}

.header-btn-login:hover {
  background-color: #2d8cf0;
  border-color: #2d8cf0;
}

.triangle-header {
  position: relative;
}

.triangle-header:before {
  box-sizing: content-box;
  position: absolute;
  top: -16px;
  left: calc(50% - 8px);
  border-bottom: 8px solid #FFFFFF;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  display: block;
  content: "";
  z-index: 12;
}

.triangle-header:after {
  box-sizing: content-box;
  position: absolute;
  top: -18px;
  left: calc(50% - 9px);
  border-bottom: 9px solid rgba(31, 45, 61, 0.1);
  border-top: 9px solid transparent;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  display: block;
  content: "";
  z-index: 10;
}

/************************   横排导航 Start    ************************/
.nav-three {
  background-color: white;
}

.nav-top {
  height: 40px;
  background-color: white;
}

.nav-top-left {
  width: 180px;
  height: 40px;
  background: #0166fc;
  color: white;
  font-size: 16px;
  padding-left: 28px;
  line-height: 38px;
}

.nav-top-right {
  width: 820px;
}

.nav-top-right-item {
  width: 92px;
  height: 40px;
}

.nav-top-right-item > a {
  width: inherit;
  height: inherit;
  line-height: 40px;
  font-size: 16px;
}

.nav-top-right-item > a:hover, .nav-top-right-item > div a:hover {
  color: #0166fc;
}

.nav-top-right-item > div {
  min-height: 40px;
  width: 160px;
  background-color: #FFF;
  border-top: 2px solid #0166fc;
  display: none;
  z-index: 2000;
  left: -22px;
}

.nav-top-right-item:hover > div {
  display: block;
}

.nav-top-right-item > a.active {
  color: #0166fc;
}

.triangle-nav-top {
  position: relative;
}

.triangle-nav-top:after {
  box-sizing: content-box;
  position: absolute;
  top: -18px;
  left: calc(50% - 9px);
  border-bottom: 9px solid #0166fc;
  border-top: 9px solid transparent;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  display: block;
  content: "";
  z-index: 10;
}

/************************   横排导航 End    ************************/
.footer-default {
  background-color: #272727;
  height: 260px;
  border-top: 1px solid #dfdfdf;
  color: #9b9b9b;
}

.footer-default a {
  color: #9b9b9b;
  width: 100px;
  height: 34px;
  line-height: 34px;
}

.footer-default .footer-line {
  border-bottom: 1px solid #777;
  height: 14px;
}

.float-content-left {
  height: 450px;
  width: 150px;
  position: fixed;
  bottom: 100px;
  left: calc((100% - 1200px) / 2 - 170px);
  z-index: 999;
}

.float-content-left .float-content-left-close {
  /* height: 50px;
  position: absolute;
  bottom: 0;
  width: 50px;
  left: 55px; */
}

.vip-sale-close {
  position: absolute;
  bottom: -10px;
  right: 10px;
  cursor: pointer;
}

.vip-sale-close:before {
  content: "\E605";
  font-size: 14px;
}

.float-content-left-weiyuanhui {
  height: 110px;
  width: 210px;
  position: fixed;
  top: 50px;
  left: calc((100% - 1000px) / 2 - 240px);
  animation: vip-sale 3s infinite;
  /* Firefox: */
  -moz-animation: vip-sale 3s infinite;
  /* Safari 和 Chrome: */
  -webkit-animation: vip-sale 3s infinite;
  /* Opera: */
  -o-animation: vip-sale 3s infinite;
}

@-webkit-keyframes vip-sale {
  0% {
    top: 5%;
  }
  50% {
    top: 6%;
  }
  100% {
    top: 7%;
  }
}

@keyframes vip-sale {
  0% {
    top: 5%;
  }
  50% {
    top: 6%;
  }
  100% {
    top: 7%;
  }
}
.float-content-left-weiyuanhui .float-content-right-close {
  height: 50px;
  position: relative;
  bottom: 0;
  width: 50px;
  left: 200px;
}

.float-content-right {
  /* height: 420px; */
  width: 80px;
  position: fixed;
  bottom: 80px;
  right: 40px;
}

.float-content-right-item {
  width: 63px;
  /* height: 63px; */
  display: block;
  background: #ffffff;
  cursor: pointer;
}

a.float-content-right-item:hover .float-content-right-item-icon i, div.float-content-right-item:hover .float-content-right-item-icon i{
  /* background-image: linear-gradient(#ffa000, #fe7b29); */
  color: #ff970a !important;
}

a.float-content-right-item:visited {
  /* color: white !important; */
}

.float-content-right-item:nth-child(4) {
  /* background-image: linear-gradient(#ffa000, #fe7b29); */
}

.float-content-right-item-icon {
  height: 36px;
  line-height: 40px;
  padding-top: 3px;
}

.float-content-right-item-icon > i {
  font-size: 32px;
  margin: 0 auto;
}

.float-content-right-item-text {
  font-size: 13px;
  padding-top: 3px;
}

body {
  color: #515a6e;
  font-size: 15px;
  background-color: #f9f9f9;
}

a {
  color: #515a6e;
}

a:hover {
  color: #515a6e;
}

.center-1000 {
  width: 1000px;
  margin: 0 auto;
}

.center-800 {
  width: 800px;
  margin: 0 auto;
}

.tod {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.color-orange-main {
  color: #fe8420 !important;
}

.t-p {
  color: #2d8cf0 !important;
}

.t-pl {
  color: #5cadff !important;
}

.t-pd {
  color: #2b85e4 !important;
}

.t-i {
  color: #2db7f5 !important;
}

.t-w {
  color: #ff9900 !important;
}

.t-suc {
  color: #19be6b !important;
}

.t-e {
  color: #ed4014 !important;
}

.t-t {
  color: #17233d;
}

.t-c {
  color: #515a6e !important;
}

.t-sub {
  color: #808695 !important;
}

.t-dis {
  color: #c5c8ce !important;
}

.t-bor {
  color: #dcdee2 !important;
}

.t-divi {
  color: #e8eaec !important;
}

.bg-p {
  background-color: #2d8cf0 !important;
}

.bg-pl {
  background-color: #5cadff !important;
}

.bg-pd {
  background-color: #2b85e4 !important;
}

.bg-i {
  background-color: #2db7f5 !important;
}

.bg-w {
  background-color: #ff9900 !important;
}

.bg-suc {
  background-color: #19be6b !important;
}

.bg-e {
  background-color: #ed4014 !important;
}

.bg-t {
  background-color: #17233d !important;
}

.bg-c {
  background-color: #515a6e !important;
}

.bg-sub {
  background-color: #808695 !important;
}

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

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-17 {
  font-size: 17px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-19 {
  font-size: 19px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-21 {
  font-size: 21px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-23 {
  font-size: 23px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.btn-modal-close {
  border: 2px solid white !important;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: absolute;
  right: -12px;
  top: -12px;
  background-color: #2e8cec !important;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

/****       select2        ****/
.select2-container .select2-selection--single:focus, .select2-container--default.select2-container--focus .select2-selection--multiple:focus, .select2-container--default .select2-selection--multiple:focus, .select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: rgba(16, 64, 149, 0.5);
}

.select2-results__option[aria-selected] {
  font-size: 14px;
  line-height: 16px;
}

.select2-container--default .select2-selection--single {
  padding: 0;
  font-size: 14px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 0 10px !important;
  height: 30px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option[aria-selected=true], .select2-results__option:hover {
  color: #104095;
}

.swal2-title {
  font-size: 24px !important;
}

.swal2-confirm, .swal2-cancel {
  padding: 5px 20px !important;
  line-height: 23px !important;
}

/***      分页      ***/
.front-pagination .page-item.active > a, .front-pagination .pagination .page-item.active > span, .front-pagination .page-link:hover {
  background-color: #0166fc !important;
  border-color: #0166fc !important;
  color: white !important;
}

/** datepick  **/
.flatpickr-calendar {
  width: 340px;
}

.flatpickr-months {
  height: 36px;
  background-color: #103c92;
}

.flatpickr-months .flatpickr-month {
  color: white;
}

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  top: 3px;
}

.flatpickr-day.today, .flatpickr-day:hover {
  color: #103c92 !important;
}

/** 表单 标题 文字左右间距 **/
.ml-18 {
  margin-left: 1.8rem;
}

.ml-045 {
  margin-left: 0.45rem;
}

/** border*/
border-color-de {
  border-color: #dedede;
}

.solution-top-adv {
  height: 120px;
}

.solution-nav-edu {
  height: 380px;
  background: url("https://www.pme-referencement.com/static/wqqx/imgs/solution/bg-edu.jpg") no-repeat;
  background-position: 95px;
}

#solution-edu-top-text-right {
  font-size: 24px;
  color: #00b4ff;
  line-height: 30px;
  left: 135px;
  top: 170px;
}

.solution-edu-top-text {
  display: inline-block;
  position: absolute;
  font-weight: 300;
  color: #000;
}

#solution-edu-top-text-middle-1 {
  left: 445px;
  top: 90px;
}

#solution-edu-top-text-middle-2 {
  left: 516px;
  top: 130px;
}

#solution-edu-top-text-middle-3 {
  left: 552px;
  top: 206px;
}

#solution-edu-top-text-middle-4 {
  left: 524px;
  top: 271px;
}

#solution-edu-top-text-middle-5 {
  left: 445px;
  top: 304px;
}

#solution-edu-top-text-middle-6 {
  left: 359px;
  top: 271px;
}

#solution-edu-top-text-middle-7 {
  left: 338px;
  top: 206px;
}

#solution-edu-top-text-middle-8 {
  left: 359px;
  top: 132px;
}

#solution-edu-top-text-left {
  font-size: 18px;
  color: #00b4ff;
  line-height: 30px;
  left: 720px;
  top: 244px;
}

.solution-btn-join {
  background-color: #bbebff;
  color: #333;
}

.solution-btn-join:hover {
  color: #333;
}

.solution-main button, .solution-main .site-list {
  padding: 2px 20px !important;
  font-size: 15px;
  border-radius: 0;
  color: #fe8420;
  border: 1px solid #fe8420 !important;
}

.solution-main button:hover, .solution-main button:active, .solution-main .site-list:hover, .solution-main .site-list:active {
  background-color: white !important;
  color: #fe8420 !important;
}

.solution-edu-des {
  text-indent: 2em;
  line-height: 28px;
}

#solution-edu-top-text-middle {
  top: 164px;
  left: 432px;
}

#solution-edu-c1 {
  background: url("https://www.pme-referencement.com/static/wqqx/imgs/solution/edu-b1.jpg") no-repeat;
  height: 300px;
  background-position: 60px;
}

#solution-edu-c1-t1 {
  left: 133px;
  top: 54px;
}

#solution-edu-c1-t2 {
  left: 330px;
  top: 12px;
}

#solution-edu-c1-t3 {
  left: 377px;
  top: 143px;
}

#solution-edu-c2 {
  background: url("https://www.pme-referencement.com/static/wqqx/imgs/solution/edu-b2.jpg") no-repeat;
  height: 300px;
  background-position: 0;
}

#solution-edu-c2-t1 {
  left: 84px;
  top: 6px;
}

#solution-edu-c2-t2 {
  left: 282px;
  top: 62px;
}

#solution-edu-c2-t3 {
  left: 268px;
  top: 142px;
}

#solution-edu-c3 {
  background: url("https://www.pme-referencement.com/static/wqqx/imgs/solution/edu-b3.jpg") no-repeat;
  height: 340px;
  background-position: 40px;
}

#solution-edu-c4 {
  background: url("https://www.pme-referencement.com/static/wqqx/imgs/solution/edu-b4.jpg") no-repeat;
  height: 300px;
  background-position: 40px 10px;
}

#solution-edu-c4-t1 {
  left: 60px;
  top: 250px;
}

#solution-edu-c5 {
  background: url("https://www.pme-referencement.com/static/wqqx/imgs/solution/edu-b5.jpg") no-repeat;
  height: 340px;
  background-position: 40px;
}

#solution-edu-c6 {
  background: url("https://www.pme-referencement.com/static/wqqx/imgs/solution/edu-b6-old.jpg") no-repeat;
  height: 370px;
  background-position: 0;
}

#solution-edu-c6-t1 {
  left: 210px;
  top: 1px;
}

#solution-edu-c6-t2 {
  left: 300px;
  top: 111px;
}

#solution-edu-c6-t3 {
  left: 300px;
  top: 223px;
}

#solution-edu-c6-t4 {
  left: 288px;
  top: 350px;
}

#solution-edu-c7 {
  background: url("https://www.pme-referencement.com/static/wqqx/imgs/solution/edu-b7.jpg") no-repeat;
  height: 340px;
  background-position: 40px;
}

#solution-edu-c8 {
  background: url("https://www.pme-referencement.com/static/wqqx/imgs/solution/edu-b8.jpg") no-repeat;
  height: 300px;
  background-position: 0 -40px;
}

#solution-edu-c8-t1 {
  left: 298px;
  top: 12px;
}

#solution-edu-c8-t2 {
  left: 305px;
  top: 103px;
}

#solution-edu-c8-t3 {
  left: 304px;
  top: 170px;
}

#solution-edu-c8-t4 {
  left: 301px;
  top: 255px;
}

.solution-nav-company {
  height: 380px;
  background: url("https://www.pme-referencement.com/static/wqqx/imgs/solution/bg-company.png") no-repeat;
  background-position: 120px;
}

#solution-company-top-text-middle {
  top: 132px;
  left: 425px;
}

#solution-company-top-text-middle-1 {
  left: 141px;
  top: 70px;
}

#solution-company-top-text-middle-2 {
  left: 149px;
  top: 146px;
}

#solution-company-top-text-middle-3 {
  left: 149px;
  top: 207px;
}

#solution-company-top-text-middle-4 {
  left: 149px;
  top: 284px;
}

#solution-company-top-text-middle-5 {
  left: 732px;
  top: 70px;
}

#solution-company-top-text-middle-6 {
  left: 732px;
  top: 146px;
}

#solution-company-top-text-middle-7 {
  left: 732px;
  top: 207px;
}

#solution-company-top-text-middle-8 {
  left: 732px;
  top: 284px;
}

#solution-company-c1 {
  background: url("https://www.pme-referencement.com/static/wqqx/imgs/solution/company-b1.jpg") no-repeat;
  background-position: 60px;
}

#solution-company-c2 {
  background: url("https://www.pme-referencement.com/static/wqqx/imgs/solution/company-b2.jpg") no-repeat;
  background-position: 10px;
  height: 320px;
}

#solution-company-c3 {
  background: url("https://www.pme-referencement.com/static/wqqx/imgs/solution/company-b3.jpg") no-repeat;
  background-position: 60px;
  height: 230px;
}

#solution-company-c4 {
  background: url("https://www.pme-referencement.com/static/wqqx/imgs/solution/company-b4.jpg") no-repeat;
  background-position: 10px;
  height: 265px;
}

#solution-company-c5 {
  background: url("https://www.pme-referencement.com/static/wqqx/imgs/solution/company-b5.jpg") no-repeat;
  background-position: 60px;
}

#solution-company-c6 {
  background: url("https://www.pme-referencement.com/static/wqqx/imgs/solution/company-b6.jpg") no-repeat;
  background-position: 10px;
  height: 280px;
}

#solution-company-c7 {
  background: url("https://www.pme-referencement.com/static/wqqx/imgs/solution/company-b7.jpg") no-repeat;
  background-position: 60px;
  height: 260px;
}

#solution-company-c8 {
  background: url("https://www.pme-referencement.com/static/wqqx/imgs/solution/company-b8.jpg") no-repeat;
  background-position: 10px -23px;
  height: 320px;
}

.solution-nav-fuse {
  height: 500px;
  background: url("https://www.pme-referencement.com/static/wqqx/imgs/solution/bg-fuse.jpg") no-repeat;
  background-position: 72px;
}

#solution-fuse-top-text-middle {
  left: 404px;
  top: 108px;
}

#solution-fuse-top-text-middle-1 {
  left: 108px;
  top: 330px;
}

#solution-fuse-top-text-middle-2 {
  left: 288px;
  top: 330px;
}

#solution-fuse-top-text-middle-3 {
  left: 448px;
  top: 344px;
}

#solution-fuse-top-text-middle-4 {
  left: 603px;
  top: 344px;
}

#solution-fuse-top-text-middle-5 {
  left: 772px;
  top: 344px;
}

#solution-fuse-c1 {
  background: url("https://www.pme-referencement.com/static/wqqx/imgs/solution/fuse-b1.jpg") no-repeat;
  background-position: 90px 0px;
  height: 320px;
}

#solution-fuse-c2 {
  background: url("https://www.pme-referencement.com/static/wqqx/imgs/solution/fuse-b2.jpg") no-repeat;
  background-position: 60px 0;
  height: 240px;
}

#solution-fuse-c3 {
  background: url("https://www.pme-referencement.com/static/wqqx/imgs/solution/fuse-b3.jpg") no-repeat;
  background-position: 50px -20px;
  height: 360px;
}

#solution-fuse-c4 {
  background: url("https://www.pme-referencement.com/static/wqqx/imgs/solution/fuse-b4.jpg") no-repeat;
  background-position: 10px -23px;
  height: 280px;
}

#solution-fuse-c5 {
  background: url("https://www.pme-referencement.com/static/wqqx/imgs/solution/fuse-b5.jpg") no-repeat;
  background-position: 10px -10px;
  height: 330px;
}

#solution-fuse-c1-t1 {
  left: 90px;
  top: 250px;
}

#solution-fuse-c2-t1 {
  left: 60px;
  top: 250px;
}

#solution-fuse-c3-t1 {
  left: 307px;
  top: 19px;
}

#solution-fuse-c3-t2 {
  left: 375px;
  top: 70px;
}

.solution-nav-talent {
  height: 480px;
  background: url("https://www.pme-referencement.com/static/wqqx/imgs/solution/bg-talent.png") no-repeat;
  background-size: 300px;
  background-position: 320px 100px;
}

.solution-nav-talent-top-title {
  color: #0099e1;
  border-bottom: 1px solid #0099e1;
}

#solution-talent-top-text-middle-1 {
  left: 280px;
  top: 30px;
}

#solution-talent-top-text-middle-2 {
  left: 200px;
  top: 180px;
}

#solution-talent-top-text-middle-3 {
  left: 280px;
  top: 300px;
}

#solution-talent-top-text-middle-4 {
  left: 600px;
  top: 30px;
}

#solution-talent-top-text-middle-5 {
  left: 700px;
  top: 150px;
}

#solution-talent-top-text-middle-6 {
  left: 600px;
  top: 300px;
}

#solution-talent-c1 {
  background: url("https://www.pme-referencement.com/static/wqqx/imgs/solution/talent-b1.png") no-repeat;
  height: 300px;
  background-position: 120px 0;
}

#solution-talent-c1-t1 {
  left: 220px;
  top: 4px;
}

#solution-talent-c1-t2 {
  left: 342px;
  top: 69px;
}

#solution-talent-c1-t3 {
  left: 151px;
  top: 94px;
}

#solution-talent-c1-t4 {
  left: 253px;
  top: 158px;
  color: white;
}

#solution-talent-c2 {
  background: url("https://www.pme-referencement.com/static/wqqx/imgs/solution/talent-b2.png") no-repeat;
  height: 300px;
  background-position: 120px 0;
}

#solution-talent-c2-t1 {
  left: 160px;
  top: 136px;
}

#solution-talent-c2-t2 {
  left: 160px;
  top: 163px;
}

#solution-talent-c3 {
  background: url("https://www.pme-referencement.com/static/wqqx/imgs/solution/talent-b3.png") no-repeat;
  height: 300px;
  background-position: 80px 0;
}

#solution-talent-c3-t1 {
  left: 285px;
  top: 191px;
}

#solution-talent-c4 {
  background: url("https://www.pme-referencement.com/static/wqqx/imgs/solution/talent-b4.png") no-repeat;
  height: 300px;
  background-position: 80px 0;
}

#solution-talent-c4-t1 {
  left: 97px;
  top: 22px;
}

#solution-talent-c4-t2 {
  left: 101px;
  top: 145px;
}

#solution-talent-c4-t3 {
  left: 363px;
  top: 19px;
}

#solution-talent-c4-t4 {
  left: 312px;
  top: 145px;
}

#solution-talent-c5 {
  background: url("https://www.pme-referencement.com/static/wqqx/imgs/solution/talent-b5.png") no-repeat;
  height: 300px;
  background-position: 80px 0;
}

#solution-talent-c6 {
  background: url("https://www.pme-referencement.com/static/wqqx/imgs/solution/talent-b6.png") no-repeat;
  height: 300px;
  background-position: 20px 0;
}

#solution-talent-c6-t1 {
  left: 33px;
  top: 194px;
}

#solution-talent-c6-t2 {
  left: 148px;
  top: 194px;
}

#solution-talent-c6-t3 {
  left: 261px;
  top: 194px;
}

#solution-talent-c6-t4 {
  left: 376px;
  top: 194px;
}

.modal-solution .modal-body {
  max-height: 600px;
  overflow-x: scroll;
}

.modal-solution .form-control:focus {
  color: #000;
  border-color: rgba(0, 60, 146, 0.5);
  box-shadow: inset 0 1px 1px rgba(31, 45, 61, 0.075), 0 0 20px rgba(0, 60, 146, 0.1);
}

.modal-solution .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #003c92;
  background-color: #003c92;
}

.modal-solution .form-group button {
  background-color: #fe8420;
}

.modal-solution .form-group button:hover, .modal-solution .form-group button:active {
  background-color: #fe8420 !important;
}

.modal-solution .hidden {
  display: none;
}