@charset "UTF-8";

/* src/styles.scss */
/*!
* BBSI v1.0.0
* Copyright 2024  
*/
.bg-primary {
  background-color: #002f60 !important;
}
.bg-secondary {
  background-color: #606a71;
}
.bg-white {
  background-color: #fff !important;
}
.bg-light {
  background-color: #f1f1f1 !important;
}
.bg-danger {
  background-color: #ff0000 !important;
}
.bg-success {
  background-color: #628933 !important;
}
.bg-warning {
  background-color: #ff9c01 !important;
}
body {
}
body .t-0 {
  top: 0;
}
body .r-0 {
  right: 0;
}
body .b-0 {
  bottom: 0;
}
body .l-0 {
  left: 0;
}
body .t-5 {
  top: 5px;
}
body .r-5 {
  right: 5px;
}
body .b-5 {
  bottom: 5px;
}
body .l-5 {
  left: 5px;
}
body .t-3 {
  top: 3px;
}
body .r-3 {
  right: 3px;
}
body .b-3 {
  bottom: 3px;
}
body .l-3 {
  left: 3px;
}
body .t-10 {
  top: 10px;
}
body .r-10 {
  right: 10px;
}
body .b-10 {
  bottom: 10px;
}
body .l-10 {
  left: 10px;
}
body .t-20 {
  top: 20px;
}
body .r-20 {
  right: 20px;
}
body .b-20 {
  bottom: 20px;
}
body .l-20 {
  left: 20px;
}
body .t-25 {
  top: 25px;
}
body .r-25 {
  right: 25px;
}
body .b-25 {
  bottom: 25px;
}
body .l-25 {
  left: 25px;
}
body .t-30 {
  top: 30px;
}
body .r-30 {
  right: 30px;
}
body .b-30 {
  bottom: 30px;
}
body .l-30 {
  left: 30px;
}
body .t-40 {
  top: 40px;
}
body .r-40 {
  right: 40px;
}
body .b-40 {
  bottom: 40px;
}
body .l-40 {
  left: 40px;
}
body .t-50 {
  top: 50px;
}
body .r-50 {
  right: 50px;
}
body .b-50 {
  bottom: 50px;
}
body .l-50 {
  left: 50px;
}
body .m-1 {
  padding: 8px !important;
}
body .m-2 {
  padding: 10px !important;
}
body .m-3 {
  padding: 20px !important;
}
body .m-4 {
  padding: 24px !important;
}
body .m-5 {
  padding: 30px !important;
}
body .mt-1 {
  margin-top: 8px !important;
}
body .mb-0 {
  margin-bottom: 0 !important;
}
body .mb-1 {
  margin-bottom: 8px !important;
}
body .ml-0 {
  margin-left: 0px !important;
}
body .ml-1 {
  margin-left: 8px !important;
}
body .mr-0 {
  margin-right: 0px !important;
}
body .mr-1 {
  margin-right: 8px !important;
}
body .mt-2 {
  margin-top: 10px !important;
}
body .mb-2 {
  margin-bottom: 10px !important;
}
body .ml-2 {
  margin-left: 10px !important;
}
body .mr-2 {
  margin-right: 10px !important;
}
body .mt-3 {
  margin-top: 20px !important;
}
body .mb-3 {
  margin-bottom: 20px !important;
}
body .ml-3 {
  margin-left: 20px !important;
}
body .mr-3 {
  margin-right: 20px !important;
}
body .mt-4 {
  margin-top: 25px !important;
}
body .mb-4 {
  margin-bottom: 25px !important;
}
body .ml-4 {
  margin-left: 25px !important;
}
body .mr-4 {
  margin-right: 25px !important;
}
body .mt-5 {
  margin-top: 30px !important;
}
body .mb-5 {
  margin-bottom: 30px !important;
}
body .ml-5 {
  margin-left: 30px !important;
}
body .mr-5 {
  margin-right: 30px !important;
}
body .mb-12 {
  margin-bottom: 12px !important;
}
body .mb-15 {
  margin-bottom: 15px !important;
}
body .ml-6 {
  margin-left: 6px !important;
}
body .mr-6 {
  margin-right: 6px !important;
}
body .mt-06 {
  margin-top: 6px !important;
}
body .mb-06 {
  margin-bottom: 6px !important;
}
body .mb-ten {
  margin-bottom: 10px !important;
}
body .mr-ten {
  margin-right: 10px !important;
}
body .ml-eleven {
  margin-left: 11px !important;
}
@media (min-width: 768px) {
  body .mb-md-0,
  body .my-md-0 {
    margin-bottom: 0 !important;
  }
  body .me-md-0 {
    margin-right: 0 !important;
  }
  body .mobile-info,
  body .m-required-field {
    display: none;
  }
  body .mt-md-5 {
    margin-top: 30px !important;
  }
}
body .p-1 {
  padding: 8px !important;
}
body .p-2 {
  padding: 10px !important;
}
body .p-3 {
  padding: 20px !important;
}
body .p-4 {
  padding: 24px !important;
}
body .p-5 {
  padding: 30px !important;
}
body .pt-1 {
  padding-top: 8px !important;
}
body .pt-0 {
  padding-top: 0px !important;
}
body .pb-1 {
  padding-bottom: 8px !important;
}
body .pl-1 {
  padding-left: 8px !important;
}
body .pr-1 {
  padding-right: 8px !important;
}
body .pt-2 {
  padding-top: 10px !important;
}
body .pb-2 {
  padding-bottom: 10px !important;
}
body .pl-2 {
  padding-left: 10px !important;
}
body .pl-12 {
  padding-left: 12px !important;
}
body .pl-14 {
  padding-left: 14px !important;
}
body .pr-2 {
  padding-right: 10px !important;
}
body .pt-3 {
  padding-top: 20px !important;
}
body .pb-3 {
  padding-bottom: 20px !important;
}
body .pl-3 {
  padding-left: 20px !important;
}
body .pr-3 {
  padding-right: 20px !important;
}
body .pt-4 {
  padding-top: 25px !important;
}
body .pb-4 {
  padding-bottom: 25px !important;
}
body .pl-4 {
  padding-left: 25px !important;
}
body .pr-4 {
  padding-right: 25px !important;
}
body .pt-5 {
  padding-top: 30px !important;
}
body .pb-5 {
  padding-bottom: 30px !important;
}
body .pl-5 {
  padding-left: 30px !important;
}
body .pr-5 {
  padding-right: 30px !important;
}
body .pt-md-1 {
  padding-top: 8px !important;
}
body .pt-md-2 {
  padding-top: 10px !important;
}
body .pt-md-3 {
  padding-top: 20px !important;
}
body .pt-md-4 {
  padding-top: 24px !important;
}
body .pt-md-5 {
  padding-top: 30px !important;
}
body .pb-md-1 {
  padding-bottom: 8px !important;
}
body .pb-md-2 {
  padding-bottom: 10px !important;
}
body .pb-md-3 {
  padding-bottom: 20px !important;
}
body .pb-md-4 {
  padding-bottom: 24px !important;
}
body .pb-md-5 {
  padding-bottom: 30px !important;
}
body .pr-6 {
  padding-right: 6px !important;
}
body .pr-7 {
  padding-right: 7px !important;
}
@media screen and (max-width: 991px) {
  body .p-5 {
    padding: 30px 15px !important;
  }
  body .pt-1 {
    padding-top: 10px !important;
  }
  body .pt-2 {
    padding-top: 15px !important;
  }
  body .pt-3 {
    padding-top: 20px !important;
  }
  body .pt-4 {
    padding-top: 25px !important;
  }
  body .pt-5 {
    padding-top: 30px !important;
  }
  body .pb-1 {
    padding-bottom: 10px !important;
  }
  body .pb-2 {
    padding-bottom: 15px !important;
  }
  body .pb-3 {
    padding-bottom: 20px !important;
  }
  body .pb-4 {
    padding-bottom: 25px !important;
  }
  body .pb-5 {
    padding-bottom: 30px !important;
  }
}
@media (min-width: 768px) {
  body .mt-md-0,
  body .my-md-0 {
    margin-top: 0 !important;
  }
}
@media (max-width: 767px) {
  body .pt-0 {
    padding-top: 0px !important;
  }
}
@media (min-width: 576px) {
  body .mt-md-0,
  body .my-md-0 {
    margin-top: 0 !important;
  }
}
body h1 {
  font: 300 26px/28px Roboto, sans-serif;
  color: #000;
  background-color: inherit;
  padding: 0 0 12px;
  margin: 0;
}
body h2 {
  font: 300 22px/24px Roboto, sans-serif;
  color: #000;
  background-color: inherit;
  padding: 0 0 12px;
  margin: 0;
}
body h3 {
  font: 400 18px/20px Roboto, sans-serif;
  color: #000;
  background-color: inherit;
  padding: 0 0 12px;
  margin: 0;
}
body h4 {
  font: 400 16px/19.2px Roboto, sans-serif;
  color: #5b5a5a;
  background-color: inherit;
  padding: 0 0 12px;
  margin: 0;
}
body h5 {
  font: 500 12px/14px Roboto, sans-serif;
  color: #002f60;
  background-color: inherit;
  padding: 0 0 12px;
  margin: 0;
}
body h6 {
  font: 500 10px/12px Roboto, sans-serif;
  color: #002f60;
  background-color: inherit;
  padding: 0 0 12px;
  margin: 0;
}
body h1.h1 {
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 0;
  font-weight: 300;
}
body h2.h2 {
  font: 300 22px/24px Roboto, sans-serif;
  color: #23bba5;
  background-color: inherit;
  padding: 0 0 12px;
  margin: 0;
}
body h5.h5 {
  font-size: 16px;
  font-weight: 400;
  color: #242424;
}
body .font-400 {
  font-weight: 400 !important;
}
body .font-500 {
  font-weight: 500 !important;
}
body .font-600 {
  font-weight: 600;
}
body .font-700 {
  font-weight: 700;
}
body .line-height-28 {
  line-height: 28px;
}
body .mw-100p {
  max-width: 100px !important;
}
@media screen and (max-width: 991px) {
  body h1 {
    font-size: 28px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  body h1 {
    font-size: 24px;
    line-height: 22px;
    margin-bottom: 6px;
  }
  body h2 {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 6px;
  }
}
body .mt__36 {
  margin-top: -36px;
}
@media screen and (max-width: 640px) {
  body h1 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 6px;
  }
  body h2 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 6px;
  }
}
body p.p1 {
  font-weight: 400;
  color: #606a71;
  font-size: 16px;
  line-height: 18px;
}
body .rounded {
  border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
}
body .border {
  border: 1px solid #e2e2e2;
}
body .shadow {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.09) !important;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.09) !important;
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.09) !important;
}
body .fa-xs {
  width: 12px;
}
body .fa-sm {
  width: 18px;
}
body .fa-lg {
  width: 20px;
}
body .icon-16 {
  height: 16px;
}
body .icon-0 {
  width: 0px !important;
}
body .icon-1 {
  width: 1px !important;
}
body .icon-2 {
  width: 2px !important;
}
body .icon-3 {
  width: 3px !important;
}
body .icon-4 {
  width: 4px !important;
}
body .icon-5 {
  width: 5px !important;
}
body .icon-6 {
  width: 6px !important;
}
body .icon-7 {
  width: 7px !important;
}
body .icon-8 {
  width: 8px !important;
}
body .icon-9 {
  width: 9px !important;
}
body .icon-10 {
  width: 10px !important;
}
body .icon-11 {
  width: 11px !important;
}
body .icon-12 {
  width: 12px !important;
}
body .icon-13 {
  width: 13px !important;
}
body .icon-14 {
  width: 14px !important;
}
body .icon-15 {
  width: 15px !important;
}
body .icon-16 {
  width: 16px !important;
}
body .icon-17 {
  width: 17px !important;
}
body .icon-18 {
  width: 18px !important;
}
body .icon-19 {
  width: 19px !important;
}
body .icon-20 {
  width: 20px !important;
}
body .icon-21 {
  width: 21px !important;
}
body .icon-22 {
  width: 22px !important;
}
body .icon-23 {
  width: 23px !important;
}
body .icon-24 {
  width: 24px !important;
}
body .icon-25 {
  width: 25px !important;
}
body .icon-26 {
  width: 26px !important;
}
body .icon-27 {
  width: 27px !important;
}
body .icon-28 {
  width: 28px !important;
}
body .icon-29 {
  width: 29px !important;
}
body .icon-30 {
  width: 30px !important;
}
body .icon-31 {
  width: 31px !important;
}
body .icon-32 {
  width: 32px !important;
}
body .icon-33 {
  width: 33px !important;
}
body .icon-34 {
  width: 34px !important;
}
body .icon-35 {
  width: 35px !important;
}
body .icon-36 {
  width: 36px !important;
}
body .icon-37 {
  width: 37px !important;
}
body .icon-38 {
  width: 38px !important;
}
body .icon-39 {
  width: 39px !important;
}
body .icon-40 {
  width: 40px !important;
}
body .icon-41 {
  width: 41px !important;
}
body .icon-42 {
  width: 42px !important;
}
body .icon-43 {
  width: 43px !important;
}
body .icon-44 {
  width: 44px !important;
}
body .icon-45 {
  width: 45px !important;
}
body .icon-46 {
  width: 46px !important;
}
body .icon-47 {
  width: 47px !important;
}
body .icon-48 {
  width: 48px !important;
}
body .icon-49 {
  width: 49px !important;
}
body .icon-50 {
  width: 50px !important;
}
body .icon-51 {
  width: 51px !important;
}
body .icon-52 {
  width: 52px !important;
}
body .icon-53 {
  width: 53px !important;
}
body .icon-54 {
  width: 54px !important;
}
body .icon-55 {
  width: 55px !important;
}
body .icon-56 {
  width: 56px !important;
}
body .icon-57 {
  width: 57px !important;
}
body .icon-58 {
  width: 58px !important;
}
body .icon-59 {
  width: 59px !important;
}
body .icon-60 {
  width: 60px !important;
}
body .icon-61 {
  width: 61px !important;
}
body .icon-62 {
  width: 62px !important;
}
body .icon-63 {
  width: 63px !important;
}
body .icon-64 {
  width: 64px !important;
}
body .icon-65 {
  width: 65px !important;
}
body .icon-66 {
  width: 66px !important;
}
body .icon-67 {
  width: 67px !important;
}
body .icon-68 {
  width: 68px !important;
}
body .icon-69 {
  width: 69px !important;
}
body .icon-70 {
  width: 70px !important;
}
body .icon-71 {
  width: 71px !important;
}
body .icon-72 {
  width: 72px !important;
}
body .icon-73 {
  width: 73px !important;
}
body .icon-74 {
  width: 74px !important;
}
body .icon-75 {
  width: 75px !important;
}
body .icon-76 {
  width: 76px !important;
}
body .icon-77 {
  width: 77px !important;
}
body .icon-78 {
  width: 78px !important;
}
body .icon-79 {
  width: 79px !important;
}
body .icon-80 {
  width: 80px !important;
}
body .icon-81 {
  width: 81px !important;
}
body .icon-82 {
  width: 82px !important;
}
body .icon-83 {
  width: 83px !important;
}
body .icon-84 {
  width: 84px !important;
}
body .icon-85 {
  width: 85px !important;
}
body .icon-86 {
  width: 86px !important;
}
body .icon-87 {
  width: 87px !important;
}
body .icon-88 {
  width: 88px !important;
}
body .icon-89 {
  width: 89px !important;
}
body .icon-90 {
  width: 90px !important;
}
body .icon-91 {
  width: 91px !important;
}
body .icon-92 {
  width: 92px !important;
}
body .icon-93 {
  width: 93px !important;
}
body .icon-94 {
  width: 94px !important;
}
body .icon-95 {
  width: 95px !important;
}
body .icon-96 {
  width: 96px !important;
}
body .icon-97 {
  width: 97px !important;
}
body .icon-98 {
  width: 98px !important;
}
body .icon-99 {
  width: 99px !important;
}
body .icon-100 {
  width: 100px !important;
}
body .icon-101 {
  width: 101px !important;
}
body .icon-102 {
  width: 102px !important;
}
body .icon-103 {
  width: 103px !important;
}
body .icon-104 {
  width: 104px !important;
}
body .icon-105 {
  width: 105px !important;
}
body .icon-106 {
  width: 106px !important;
}
body .icon-107 {
  width: 107px !important;
}
body .icon-108 {
  width: 108px !important;
}
body .icon-109 {
  width: 109px !important;
}
body .icon-110 {
  width: 110px !important;
}
body .icon-111 {
  width: 111px !important;
}
body .icon-112 {
  width: 112px !important;
}
body .icon-113 {
  width: 113px !important;
}
body .icon-114 {
  width: 114px !important;
}
body .icon-115 {
  width: 115px !important;
}
body .icon-116 {
  width: 116px !important;
}
body .icon-117 {
  width: 117px !important;
}
body .icon-118 {
  width: 118px !important;
}
body .icon-119 {
  width: 119px !important;
}
body .icon-120 {
  width: 120px !important;
}
body .icon-121 {
  width: 121px !important;
}
body .icon-122 {
  width: 122px !important;
}
body .icon-123 {
  width: 123px !important;
}
body .icon-124 {
  width: 124px !important;
}
body .icon-125 {
  width: 125px !important;
}
body .icon-126 {
  width: 126px !important;
}
body .icon-127 {
  width: 127px !important;
}
body .icon-128 {
  width: 128px !important;
}
body .icon-129 {
  width: 129px !important;
}
body .icon-130 {
  width: 130px !important;
}
body .icon-131 {
  width: 131px !important;
}
body .icon-132 {
  width: 132px !important;
}
body .icon-133 {
  width: 133px !important;
}
body .icon-134 {
  width: 134px !important;
}
body .icon-135 {
  width: 135px !important;
}
body .icon-136 {
  width: 136px !important;
}
body .icon-137 {
  width: 137px !important;
}
body .icon-138 {
  width: 138px !important;
}
body .icon-139 {
  width: 139px !important;
}
body .icon-140 {
  width: 140px !important;
}
body .icon-141 {
  width: 141px !important;
}
body .icon-142 {
  width: 142px !important;
}
body .icon-143 {
  width: 143px !important;
}
body .icon-144 {
  width: 144px !important;
}
body .icon-145 {
  width: 145px !important;
}
body .icon-146 {
  width: 146px !important;
}
body .icon-147 {
  width: 147px !important;
}
body .icon-148 {
  width: 148px !important;
}
body .icon-149 {
  width: 149px !important;
}
body .icon-150 {
  width: 150px !important;
}
body .icon-151 {
  width: 151px !important;
}
body .icon-152 {
  width: 152px !important;
}
body .icon-153 {
  width: 153px !important;
}
body .icon-154 {
  width: 154px !important;
}
body .icon-155 {
  width: 155px !important;
}
body .icon-156 {
  width: 156px !important;
}
body .icon-157 {
  width: 157px !important;
}
body .icon-158 {
  width: 158px !important;
}
body .icon-159 {
  width: 159px !important;
}
body .icon-160 {
  width: 160px !important;
}
body .icon-161 {
  width: 161px !important;
}
body .icon-162 {
  width: 162px !important;
}
body .icon-163 {
  width: 163px !important;
}
body .icon-164 {
  width: 164px !important;
}
body .icon-165 {
  width: 165px !important;
}
body .icon-166 {
  width: 166px !important;
}
body .icon-167 {
  width: 167px !important;
}
body .icon-168 {
  width: 168px !important;
}
body .icon-169 {
  width: 169px !important;
}
body .icon-170 {
  width: 170px !important;
}
body .icon-171 {
  width: 171px !important;
}
body .icon-172 {
  width: 172px !important;
}
body .icon-173 {
  width: 173px !important;
}
body .icon-174 {
  width: 174px !important;
}
body .icon-175 {
  width: 175px !important;
}
body .icon-176 {
  width: 176px !important;
}
body .icon-177 {
  width: 177px !important;
}
body .icon-178 {
  width: 178px !important;
}
body .icon-179 {
  width: 179px !important;
}
body .icon-180 {
  width: 180px !important;
}
body .icon-181 {
  width: 181px !important;
}
body .icon-182 {
  width: 182px !important;
}
body .icon-183 {
  width: 183px !important;
}
body .icon-184 {
  width: 184px !important;
}
body .icon-185 {
  width: 185px !important;
}
body .icon-186 {
  width: 186px !important;
}
body .icon-187 {
  width: 187px !important;
}
body .icon-188 {
  width: 188px !important;
}
body .icon-189 {
  width: 189px !important;
}
body .icon-190 {
  width: 190px !important;
}
body .icon-191 {
  width: 191px !important;
}
body .icon-192 {
  width: 192px !important;
}
body .icon-193 {
  width: 193px !important;
}
body .icon-194 {
  width: 194px !important;
}
body .icon-195 {
  width: 195px !important;
}
body .icon-196 {
  width: 196px !important;
}
body .icon-197 {
  width: 197px !important;
}
body .icon-198 {
  width: 198px !important;
}
body .icon-199 {
  width: 199px !important;
}
body .icon-200 {
  width: 200px !important;
}
body .icon-201 {
  width: 201px !important;
}
body .icon-202 {
  width: 202px !important;
}
body .icon-203 {
  width: 203px !important;
}
body .icon-204 {
  width: 204px !important;
}
body .icon-205 {
  width: 205px !important;
}
body .icon-206 {
  width: 206px !important;
}
body .icon-207 {
  width: 207px !important;
}
body .icon-208 {
  width: 208px !important;
}
body .icon-209 {
  width: 209px !important;
}
body .icon-210 {
  width: 210px !important;
}
body .icon-211 {
  width: 211px !important;
}
body .icon-212 {
  width: 212px !important;
}
body .icon-213 {
  width: 213px !important;
}
body .icon-214 {
  width: 214px !important;
}
body .icon-215 {
  width: 215px !important;
}
body .icon-216 {
  width: 216px !important;
}
body .icon-217 {
  width: 217px !important;
}
body .icon-218 {
  width: 218px !important;
}
body .icon-219 {
  width: 219px !important;
}
body .icon-220 {
  width: 220px !important;
}
body .icon-221 {
  width: 221px !important;
}
body .icon-222 {
  width: 222px !important;
}
body .icon-223 {
  width: 223px !important;
}
body .icon-224 {
  width: 224px !important;
}
body .icon-225 {
  width: 225px !important;
}
body .icon-226 {
  width: 226px !important;
}
body .icon-227 {
  width: 227px !important;
}
body .icon-228 {
  width: 228px !important;
}
body .icon-229 {
  width: 229px !important;
}
body .icon-230 {
  width: 230px !important;
}
body .icon-231 {
  width: 231px !important;
}
body .icon-232 {
  width: 232px !important;
}
body .icon-233 {
  width: 233px !important;
}
body .icon-234 {
  width: 234px !important;
}
body .icon-235 {
  width: 235px !important;
}
body .icon-236 {
  width: 236px !important;
}
body .icon-237 {
  width: 237px !important;
}
body .icon-238 {
  width: 238px !important;
}
body .icon-239 {
  width: 239px !important;
}
body .icon-240 {
  width: 240px !important;
}
body .icon-241 {
  width: 241px !important;
}
body .icon-242 {
  width: 242px !important;
}
body .icon-243 {
  width: 243px !important;
}
body .icon-244 {
  width: 244px !important;
}
body .icon-245 {
  width: 245px !important;
}
body .icon-246 {
  width: 246px !important;
}
body .icon-247 {
  width: 247px !important;
}
body .icon-248 {
  width: 248px !important;
}
body .icon-249 {
  width: 249px !important;
}
body .icon-250 {
  width: 250px !important;
}
body .icon-251 {
  width: 251px !important;
}
body .icon-252 {
  width: 252px !important;
}
body .icon-253 {
  width: 253px !important;
}
body .icon-254 {
  width: 254px !important;
}
body .icon-255 {
  width: 255px !important;
}
body .icon-256 {
  width: 256px !important;
}
body .icon-257 {
  width: 257px !important;
}
body .icon-258 {
  width: 258px !important;
}
body .icon-259 {
  width: 259px !important;
}
body .icon-260 {
  width: 260px !important;
}
body .icon-261 {
  width: 261px !important;
}
body .icon-262 {
  width: 262px !important;
}
body .icon-263 {
  width: 263px !important;
}
body .icon-264 {
  width: 264px !important;
}
body .icon-265 {
  width: 265px !important;
}
body .icon-266 {
  width: 266px !important;
}
body .icon-267 {
  width: 267px !important;
}
body .icon-268 {
  width: 268px !important;
}
body .icon-269 {
  width: 269px !important;
}
body .icon-270 {
  width: 270px !important;
}
body .icon-271 {
  width: 271px !important;
}
body .icon-272 {
  width: 272px !important;
}
body .icon-273 {
  width: 273px !important;
}
body .icon-274 {
  width: 274px !important;
}
body .icon-275 {
  width: 275px !important;
}
body .icon-276 {
  width: 276px !important;
}
body .icon-277 {
  width: 277px !important;
}
body .icon-278 {
  width: 278px !important;
}
body .icon-279 {
  width: 279px !important;
}
body .icon-280 {
  width: 280px !important;
}
body .icon-281 {
  width: 281px !important;
}
body .icon-282 {
  width: 282px !important;
}
body .icon-283 {
  width: 283px !important;
}
body .icon-284 {
  width: 284px !important;
}
body .icon-285 {
  width: 285px !important;
}
body .icon-286 {
  width: 286px !important;
}
body .icon-287 {
  width: 287px !important;
}
body .icon-288 {
  width: 288px !important;
}
body .icon-289 {
  width: 289px !important;
}
body .icon-290 {
  width: 290px !important;
}
body .icon-291 {
  width: 291px !important;
}
body .icon-292 {
  width: 292px !important;
}
body .icon-293 {
  width: 293px !important;
}
body .icon-294 {
  width: 294px !important;
}
body .icon-295 {
  width: 295px !important;
}
body .icon-296 {
  width: 296px !important;
}
body .icon-297 {
  width: 297px !important;
}
body .icon-298 {
  width: 298px !important;
}
body .icon-299 {
  width: 299px !important;
}
body .icon-300 {
  width: 300px !important;
}
body .icon-301 {
  width: 301px !important;
}
body .icon-302 {
  width: 302px !important;
}
body .icon-303 {
  width: 303px !important;
}
body .icon-304 {
  width: 304px !important;
}
body .icon-305 {
  width: 305px !important;
}
body .icon-306 {
  width: 306px !important;
}
body .icon-307 {
  width: 307px !important;
}
body .icon-308 {
  width: 308px !important;
}
body .icon-309 {
  width: 309px !important;
}
body .icon-310 {
  width: 310px !important;
}
body .icon-311 {
  width: 311px !important;
}
body .icon-312 {
  width: 312px !important;
}
body .icon-313 {
  width: 313px !important;
}
body .icon-314 {
  width: 314px !important;
}
body .icon-315 {
  width: 315px !important;
}
body .icon-316 {
  width: 316px !important;
}
body .icon-317 {
  width: 317px !important;
}
body .icon-318 {
  width: 318px !important;
}
body .icon-319 {
  width: 319px !important;
}
body .icon-320 {
  width: 320px !important;
}
body .icon-321 {
  width: 321px !important;
}
body .icon-322 {
  width: 322px !important;
}
body .icon-323 {
  width: 323px !important;
}
body .icon-324 {
  width: 324px !important;
}
body .icon-325 {
  width: 325px !important;
}
body .icon-326 {
  width: 326px !important;
}
body .icon-327 {
  width: 327px !important;
}
body .icon-328 {
  width: 328px !important;
}
body .icon-329 {
  width: 329px !important;
}
body .icon-330 {
  width: 330px !important;
}
body .icon-331 {
  width: 331px !important;
}
body .icon-332 {
  width: 332px !important;
}
body .icon-333 {
  width: 333px !important;
}
body .icon-334 {
  width: 334px !important;
}
body .icon-335 {
  width: 335px !important;
}
body .icon-336 {
  width: 336px !important;
}
body .icon-337 {
  width: 337px !important;
}
body .icon-338 {
  width: 338px !important;
}
body .icon-339 {
  width: 339px !important;
}
body .icon-340 {
  width: 340px !important;
}
body .icon-341 {
  width: 341px !important;
}
body .icon-342 {
  width: 342px !important;
}
body .icon-343 {
  width: 343px !important;
}
body .icon-344 {
  width: 344px !important;
}
body .icon-345 {
  width: 345px !important;
}
body .icon-346 {
  width: 346px !important;
}
body .icon-347 {
  width: 347px !important;
}
body .icon-348 {
  width: 348px !important;
}
body .icon-349 {
  width: 349px !important;
}
body .icon-350 {
  width: 350px !important;
}
body .icon-351 {
  width: 351px !important;
}
body .icon-352 {
  width: 352px !important;
}
body .icon-353 {
  width: 353px !important;
}
body .icon-354 {
  width: 354px !important;
}
body .icon-355 {
  width: 355px !important;
}
body .icon-356 {
  width: 356px !important;
}
body .icon-357 {
  width: 357px !important;
}
body .icon-358 {
  width: 358px !important;
}
body .icon-359 {
  width: 359px !important;
}
body .icon-360 {
  width: 360px !important;
}
body .icon-361 {
  width: 361px !important;
}
body .icon-362 {
  width: 362px !important;
}
body .icon-363 {
  width: 363px !important;
}
body .icon-364 {
  width: 364px !important;
}
body .icon-365 {
  width: 365px !important;
}
body .icon-366 {
  width: 366px !important;
}
body .icon-367 {
  width: 367px !important;
}
body .icon-368 {
  width: 368px !important;
}
body .icon-369 {
  width: 369px !important;
}
body .icon-370 {
  width: 370px !important;
}
body .icon-371 {
  width: 371px !important;
}
body .icon-372 {
  width: 372px !important;
}
body .icon-373 {
  width: 373px !important;
}
body .icon-374 {
  width: 374px !important;
}
body .icon-375 {
  width: 375px !important;
}
body .icon-376 {
  width: 376px !important;
}
body .icon-377 {
  width: 377px !important;
}
body .icon-378 {
  width: 378px !important;
}
body .icon-379 {
  width: 379px !important;
}
body .icon-380 {
  width: 380px !important;
}
body .icon-381 {
  width: 381px !important;
}
body .icon-382 {
  width: 382px !important;
}
body .icon-383 {
  width: 383px !important;
}
body .icon-384 {
  width: 384px !important;
}
body .icon-385 {
  width: 385px !important;
}
body .icon-386 {
  width: 386px !important;
}
body .icon-387 {
  width: 387px !important;
}
body .icon-388 {
  width: 388px !important;
}
body .icon-389 {
  width: 389px !important;
}
body .icon-390 {
  width: 390px !important;
}
body .icon-391 {
  width: 391px !important;
}
body .icon-392 {
  width: 392px !important;
}
body .icon-393 {
  width: 393px !important;
}
body .icon-394 {
  width: 394px !important;
}
body .icon-395 {
  width: 395px !important;
}
body .icon-396 {
  width: 396px !important;
}
body .icon-397 {
  width: 397px !important;
}
body .icon-398 {
  width: 398px !important;
}
body .icon-399 {
  width: 399px !important;
}
body .icon-400 {
  width: 400px !important;
}
body .icon-401 {
  width: 401px !important;
}
body .icon-402 {
  width: 402px !important;
}
body .icon-403 {
  width: 403px !important;
}
body .icon-404 {
  width: 404px !important;
}
body .icon-405 {
  width: 405px !important;
}
body .icon-406 {
  width: 406px !important;
}
body .icon-407 {
  width: 407px !important;
}
body .icon-408 {
  width: 408px !important;
}
body .icon-409 {
  width: 409px !important;
}
body .icon-410 {
  width: 410px !important;
}
body .icon-411 {
  width: 411px !important;
}
body .icon-412 {
  width: 412px !important;
}
body .icon-413 {
  width: 413px !important;
}
body .icon-414 {
  width: 414px !important;
}
body .icon-415 {
  width: 415px !important;
}
body .icon-416 {
  width: 416px !important;
}
body .icon-417 {
  width: 417px !important;
}
body .icon-418 {
  width: 418px !important;
}
body .icon-419 {
  width: 419px !important;
}
body .icon-420 {
  width: 420px !important;
}
body .icon-421 {
  width: 421px !important;
}
body .icon-422 {
  width: 422px !important;
}
body .icon-423 {
  width: 423px !important;
}
body .icon-424 {
  width: 424px !important;
}
body .icon-425 {
  width: 425px !important;
}
body .icon-426 {
  width: 426px !important;
}
body .icon-427 {
  width: 427px !important;
}
body .icon-428 {
  width: 428px !important;
}
body .icon-429 {
  width: 429px !important;
}
body .icon-430 {
  width: 430px !important;
}
body .icon-431 {
  width: 431px !important;
}
body .icon-432 {
  width: 432px !important;
}
body .icon-433 {
  width: 433px !important;
}
body .icon-434 {
  width: 434px !important;
}
body .icon-435 {
  width: 435px !important;
}
body .icon-436 {
  width: 436px !important;
}
body .icon-437 {
  width: 437px !important;
}
body .icon-438 {
  width: 438px !important;
}
body .icon-439 {
  width: 439px !important;
}
body .icon-440 {
  width: 440px !important;
}
body .icon-441 {
  width: 441px !important;
}
body .icon-442 {
  width: 442px !important;
}
body .icon-443 {
  width: 443px !important;
}
body .icon-444 {
  width: 444px !important;
}
body .icon-445 {
  width: 445px !important;
}
body .icon-446 {
  width: 446px !important;
}
body .icon-447 {
  width: 447px !important;
}
body .icon-448 {
  width: 448px !important;
}
body .icon-449 {
  width: 449px !important;
}
body .icon-450 {
  width: 450px !important;
}
body .icon-451 {
  width: 451px !important;
}
body .icon-452 {
  width: 452px !important;
}
body .icon-453 {
  width: 453px !important;
}
body .icon-454 {
  width: 454px !important;
}
body .icon-455 {
  width: 455px !important;
}
body .icon-456 {
  width: 456px !important;
}
body .icon-457 {
  width: 457px !important;
}
body .icon-458 {
  width: 458px !important;
}
body .icon-459 {
  width: 459px !important;
}
body .icon-460 {
  width: 460px !important;
}
body .icon-461 {
  width: 461px !important;
}
body .icon-462 {
  width: 462px !important;
}
body .icon-463 {
  width: 463px !important;
}
body .icon-464 {
  width: 464px !important;
}
body .icon-465 {
  width: 465px !important;
}
body .icon-466 {
  width: 466px !important;
}
body .icon-467 {
  width: 467px !important;
}
body .icon-468 {
  width: 468px !important;
}
body .icon-469 {
  width: 469px !important;
}
body .icon-470 {
  width: 470px !important;
}
body .icon-471 {
  width: 471px !important;
}
body .icon-472 {
  width: 472px !important;
}
body .icon-473 {
  width: 473px !important;
}
body .icon-474 {
  width: 474px !important;
}
body .icon-475 {
  width: 475px !important;
}
body .icon-476 {
  width: 476px !important;
}
body .icon-477 {
  width: 477px !important;
}
body .icon-478 {
  width: 478px !important;
}
body .icon-479 {
  width: 479px !important;
}
body .icon-480 {
  width: 480px !important;
}
body .icon-481 {
  width: 481px !important;
}
body .icon-482 {
  width: 482px !important;
}
body .icon-483 {
  width: 483px !important;
}
body .icon-484 {
  width: 484px !important;
}
body .icon-485 {
  width: 485px !important;
}
body .icon-486 {
  width: 486px !important;
}
body .icon-487 {
  width: 487px !important;
}
body .icon-488 {
  width: 488px !important;
}
body .icon-489 {
  width: 489px !important;
}
body .icon-490 {
  width: 490px !important;
}
body .icon-491 {
  width: 491px !important;
}
body .icon-492 {
  width: 492px !important;
}
body .icon-493 {
  width: 493px !important;
}
body .icon-494 {
  width: 494px !important;
}
body .icon-495 {
  width: 495px !important;
}
body .icon-496 {
  width: 496px !important;
}
body .icon-497 {
  width: 497px !important;
}
body .icon-498 {
  width: 498px !important;
}
body .icon-499 {
  width: 499px !important;
}
body .icon-500 {
  width: 500px !important;
}
body .icon-501 {
  width: 501px !important;
}
body .icon-502 {
  width: 502px !important;
}
body .icon-503 {
  width: 503px !important;
}
body .icon-504 {
  width: 504px !important;
}
body .icon-505 {
  width: 505px !important;
}
body .icon-506 {
  width: 506px !important;
}
body .icon-507 {
  width: 507px !important;
}
body .icon-508 {
  width: 508px !important;
}
body .icon-509 {
  width: 509px !important;
}
body .icon-510 {
  width: 510px !important;
}
body .icon-511 {
  width: 511px !important;
}
body .icon-512 {
  width: 512px !important;
}
@media screen and (max-width: 1199px) {
  body .pl-4,
  body .px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
body .w-1 {
  width: 1% !important;
}
body .w-2 {
  width: 2% !important;
}
body .w-3 {
  width: 3% !important;
}
body .w-4 {
  width: 4% !important;
}
body .w-5 {
  width: 5% !important;
}
body .w-6 {
  width: 6% !important;
}
body .w-7 {
  width: 7% !important;
}
body .w-8 {
  width: 8% !important;
}
body .w-9 {
  width: 9% !important;
}
body .w-10 {
  width: 10% !important;
}
body .w-11 {
  width: 11% !important;
}
body .w-12 {
  width: 12% !important;
}
body .w-13 {
  width: 13% !important;
}
body .w-14 {
  width: 14% !important;
}
body .w-15 {
  width: 15% !important;
}
body .w-16 {
  width: 16% !important;
}
body .w-17 {
  width: 17% !important;
}
body .w-18 {
  width: 18% !important;
}
body .w-19 {
  width: 19% !important;
}
body .w-20 {
  width: 20% !important;
}
body .w-21 {
  width: 21% !important;
}
body .w-22 {
  width: 22% !important;
}
body .w-23 {
  width: 23% !important;
}
body .w-24 {
  width: 24% !important;
}
body .w-25 {
  width: 25% !important;
}
body .w-26 {
  width: 26% !important;
}
body .w-27 {
  width: 27% !important;
}
body .w-28 {
  width: 28% !important;
}
body .w-29 {
  width: 29% !important;
}
body .w-30 {
  width: 30% !important;
}
body .w-31 {
  width: 31% !important;
}
body .w-32 {
  width: 32% !important;
}
body .w-33 {
  width: 33% !important;
}
body .w-34 {
  width: 34% !important;
}
body .w-35 {
  width: 35% !important;
}
body .w-36 {
  width: 36% !important;
}
body .w-37 {
  width: 37% !important;
}
body .w-38 {
  width: 38% !important;
}
body .w-39 {
  width: 39% !important;
}
body .w-40 {
  width: 40% !important;
}
body .w-41 {
  width: 41% !important;
}
body .w-42 {
  width: 42% !important;
}
body .w-43 {
  width: 43% !important;
}
body .w-44 {
  width: 44% !important;
}
body .w-45 {
  width: 45% !important;
}
body .w-46 {
  width: 46% !important;
}
body .w-47 {
  width: 47% !important;
}
body .w-48 {
  width: 48% !important;
}
body .w-49 {
  width: 49% !important;
}
body .w-50 {
  width: 50% !important;
}
body .w-51 {
  width: 51% !important;
}
body .w-52 {
  width: 52% !important;
}
body .w-53 {
  width: 53% !important;
}
body .w-54 {
  width: 54% !important;
}
body .w-55 {
  width: 55% !important;
}
body .w-56 {
  width: 56% !important;
}
body .w-57 {
  width: 57% !important;
}
body .w-58 {
  width: 58% !important;
}
body .w-59 {
  width: 59% !important;
}
body .w-60 {
  width: 60% !important;
}
body .w-61 {
  width: 61% !important;
}
body .w-62 {
  width: 62% !important;
}
body .w-63 {
  width: 63% !important;
}
body .w-64 {
  width: 64% !important;
}
body .w-65 {
  width: 65% !important;
}
body .w-66 {
  width: 66% !important;
}
body .w-67 {
  width: 67% !important;
}
body .w-68 {
  width: 68% !important;
}
body .w-69 {
  width: 69% !important;
}
body .w-70 {
  width: 70% !important;
}
body .w-71 {
  width: 71% !important;
}
body .w-72 {
  width: 72% !important;
}
body .w-73 {
  width: 73% !important;
}
body .w-74 {
  width: 74% !important;
}
body .w-75 {
  width: 75% !important;
}
body .w-76 {
  width: 76% !important;
}
body .w-77 {
  width: 77% !important;
}
body .w-78 {
  width: 78% !important;
}
body .w-79 {
  width: 79% !important;
}
body .w-80 {
  width: 80% !important;
}
body .w-81 {
  width: 81% !important;
}
body .w-82 {
  width: 82% !important;
}
body .w-83 {
  width: 83% !important;
}
body .w-84 {
  width: 84% !important;
}
body .w-85 {
  width: 85% !important;
}
body .w-86 {
  width: 86% !important;
}
body .w-87 {
  width: 87% !important;
}
body .w-88 {
  width: 88% !important;
}
body .w-89 {
  width: 89% !important;
}
body .w-90 {
  width: 90% !important;
}
body .w-91 {
  width: 91% !important;
}
body .w-92 {
  width: 92% !important;
}
body .w-93 {
  width: 93% !important;
}
body .w-94 {
  width: 94% !important;
}
body .w-95 {
  width: 95% !important;
}
body .w-96 {
  width: 96% !important;
}
body .w-97 {
  width: 97% !important;
}
body .w-98 {
  width: 98% !important;
}
body .w-99 {
  width: 99% !important;
}
body .w-100 {
  width: 100% !important;
}
body .mw-1 {
  min-width: 1px !important;
}
body .mw-2 {
  min-width: 2px !important;
}
body .mw-3 {
  min-width: 3px !important;
}
body .mw-4 {
  min-width: 4px !important;
}
body .mw-5 {
  min-width: 5px !important;
}
body .mw-6 {
  min-width: 6px !important;
}
body .mw-7 {
  min-width: 7px !important;
}
body .mw-8 {
  min-width: 8px !important;
}
body .mw-9 {
  min-width: 9px !important;
}
body .mw-10 {
  min-width: 10px !important;
}
body .mw-11 {
  min-width: 11px !important;
}
body .mw-12 {
  min-width: 12px !important;
}
body .mw-13 {
  min-width: 13px !important;
}
body .mw-14 {
  min-width: 14px !important;
}
body .mw-15 {
  min-width: 15px !important;
}
body .mw-16 {
  min-width: 16px !important;
}
body .mw-17 {
  min-width: 17px !important;
}
body .mw-18 {
  min-width: 18px !important;
}
body .mw-19 {
  min-width: 19px !important;
}
body .mw-20 {
  min-width: 20px !important;
}
body .mw-21 {
  min-width: 21px !important;
}
body .mw-22 {
  min-width: 22px !important;
}
body .mw-23 {
  min-width: 23px !important;
}
body .mw-24 {
  min-width: 24px !important;
}
body .mw-25 {
  min-width: 25px !important;
}
body .mw-26 {
  min-width: 26px !important;
}
body .mw-27 {
  min-width: 27px !important;
}
body .mw-28 {
  min-width: 28px !important;
}
body .mw-29 {
  min-width: 29px !important;
}
body .mw-30 {
  min-width: 30px !important;
}
body .mw-31 {
  min-width: 31px !important;
}
body .mw-32 {
  min-width: 32px !important;
}
body .mw-33 {
  min-width: 33px !important;
}
body .mw-34 {
  min-width: 34px !important;
}
body .mw-35 {
  min-width: 35px !important;
}
body .mw-36 {
  min-width: 36px !important;
}
body .mw-37 {
  min-width: 37px !important;
}
body .mw-38 {
  min-width: 38px !important;
}
body .mw-39 {
  min-width: 39px !important;
}
body .mw-40 {
  min-width: 40px !important;
}
body .mw-41 {
  min-width: 41px !important;
}
body .mw-42 {
  min-width: 42px !important;
}
body .mw-43 {
  min-width: 43px !important;
}
body .mw-44 {
  min-width: 44px !important;
}
body .mw-45 {
  min-width: 45px !important;
}
body .mw-46 {
  min-width: 46px !important;
}
body .mw-47 {
  min-width: 47px !important;
}
body .mw-48 {
  min-width: 48px !important;
}
body .mw-49 {
  min-width: 49px !important;
}
body .mw-50 {
  min-width: 50px !important;
}
body .mw-51 {
  min-width: 51px !important;
}
body .mw-52 {
  min-width: 52px !important;
}
body .mw-53 {
  min-width: 53px !important;
}
body .mw-54 {
  min-width: 54px !important;
}
body .mw-55 {
  min-width: 55px !important;
}
body .mw-56 {
  min-width: 56px !important;
}
body .mw-57 {
  min-width: 57px !important;
}
body .mw-58 {
  min-width: 58px !important;
}
body .mw-59 {
  min-width: 59px !important;
}
body .mw-60 {
  min-width: 60px !important;
}
body .mw-61 {
  min-width: 61px !important;
}
body .mw-62 {
  min-width: 62px !important;
}
body .mw-63 {
  min-width: 63px !important;
}
body .mw-64 {
  min-width: 64px !important;
}
body .mw-65 {
  min-width: 65px !important;
}
body .mw-66 {
  min-width: 66px !important;
}
body .mw-67 {
  min-width: 67px !important;
}
body .mw-68 {
  min-width: 68px !important;
}
body .mw-69 {
  min-width: 69px !important;
}
body .mw-70 {
  min-width: 70px !important;
}
body .mw-71 {
  min-width: 71px !important;
}
body .mw-72 {
  min-width: 72px !important;
}
body .mw-73 {
  min-width: 73px !important;
}
body .mw-74 {
  min-width: 74px !important;
}
body .mw-75 {
  min-width: 75px !important;
}
body .mw-76 {
  min-width: 76px !important;
}
body .mw-77 {
  min-width: 77px !important;
}
body .mw-78 {
  min-width: 78px !important;
}
body .mw-79 {
  min-width: 79px !important;
}
body .mw-80 {
  min-width: 80px !important;
}
body .mw-81 {
  min-width: 81px !important;
}
body .mw-82 {
  min-width: 82px !important;
}
body .mw-83 {
  min-width: 83px !important;
}
body .mw-84 {
  min-width: 84px !important;
}
body .mw-85 {
  min-width: 85px !important;
}
body .mw-86 {
  min-width: 86px !important;
}
body .mw-87 {
  min-width: 87px !important;
}
body .mw-88 {
  min-width: 88px !important;
}
body .mw-89 {
  min-width: 89px !important;
}
body .mw-90 {
  min-width: 90px !important;
}
body .mw-91 {
  min-width: 91px !important;
}
body .mw-92 {
  min-width: 92px !important;
}
body .mw-93 {
  min-width: 93px !important;
}
body .mw-94 {
  min-width: 94px !important;
}
body .mw-95 {
  min-width: 95px !important;
}
body .mw-96 {
  min-width: 96px !important;
}
body .mw-97 {
  min-width: 97px !important;
}
body .mw-98 {
  min-width: 98px !important;
}
body .mw-99 {
  min-width: 99px !important;
}
body .mw-100 {
  min-width: 100px !important;
}
body .mw-101 {
  min-width: 101px !important;
}
body .mw-102 {
  min-width: 102px !important;
}
body .mw-103 {
  min-width: 103px !important;
}
body .mw-104 {
  min-width: 104px !important;
}
body .mw-105 {
  min-width: 105px !important;
}
body .mw-106 {
  min-width: 106px !important;
}
body .mw-107 {
  min-width: 107px !important;
}
body .mw-108 {
  min-width: 108px !important;
}
body .mw-109 {
  min-width: 109px !important;
}
body .mw-110 {
  min-width: 110px !important;
}
body .mw-111 {
  min-width: 111px !important;
}
body .mw-112 {
  min-width: 112px !important;
}
body .mw-113 {
  min-width: 113px !important;
}
body .mw-114 {
  min-width: 114px !important;
}
body .mw-115 {
  min-width: 115px !important;
}
body .mw-116 {
  min-width: 116px !important;
}
body .mw-117 {
  min-width: 117px !important;
}
body .mw-118 {
  min-width: 118px !important;
}
body .mw-119 {
  min-width: 119px !important;
}
body .mw-120 {
  min-width: 120px !important;
}
body .mw-121 {
  min-width: 121px !important;
}
body .mw-122 {
  min-width: 122px !important;
}
body .mw-123 {
  min-width: 123px !important;
}
body .mw-124 {
  min-width: 124px !important;
}
body .mw-125 {
  min-width: 125px !important;
}
body .mw-126 {
  min-width: 126px !important;
}
body .mw-127 {
  min-width: 127px !important;
}
body .mw-128 {
  min-width: 128px !important;
}
body .mw-129 {
  min-width: 129px !important;
}
body .mw-130 {
  min-width: 130px !important;
}
body .mw-131 {
  min-width: 131px !important;
}
body .mw-132 {
  min-width: 132px !important;
}
body .mw-133 {
  min-width: 133px !important;
}
body .mw-134 {
  min-width: 134px !important;
}
body .mw-135 {
  min-width: 135px !important;
}
body .mw-136 {
  min-width: 136px !important;
}
body .mw-137 {
  min-width: 137px !important;
}
body .mw-138 {
  min-width: 138px !important;
}
body .mw-139 {
  min-width: 139px !important;
}
body .mw-140 {
  min-width: 140px !important;
}
body .mw-141 {
  min-width: 141px !important;
}
body .mw-142 {
  min-width: 142px !important;
}
body .mw-143 {
  min-width: 143px !important;
}
body .mw-144 {
  min-width: 144px !important;
}
body .mw-145 {
  min-width: 145px !important;
}
body .mw-146 {
  min-width: 146px !important;
}
body .mw-147 {
  min-width: 147px !important;
}
body .mw-148 {
  min-width: 148px !important;
}
body .mw-149 {
  min-width: 149px !important;
}
body .mw-150 {
  min-width: 150px !important;
}
body .mw-151 {
  min-width: 151px !important;
}
body .mw-152 {
  min-width: 152px !important;
}
body .mw-153 {
  min-width: 153px !important;
}
body .mw-154 {
  min-width: 154px !important;
}
body .mw-155 {
  min-width: 155px !important;
}
body .mw-156 {
  min-width: 156px !important;
}
body .mw-157 {
  min-width: 157px !important;
}
body .mw-158 {
  min-width: 158px !important;
}
body .mw-159 {
  min-width: 159px !important;
}
body .mw-160 {
  min-width: 160px !important;
}
body .mw-161 {
  min-width: 161px !important;
}
body .mw-162 {
  min-width: 162px !important;
}
body .mw-163 {
  min-width: 163px !important;
}
body .mw-164 {
  min-width: 164px !important;
}
body .mw-165 {
  min-width: 165px !important;
}
body .mw-166 {
  min-width: 166px !important;
}
body .mw-167 {
  min-width: 167px !important;
}
body .mw-168 {
  min-width: 168px !important;
}
body .mw-169 {
  min-width: 169px !important;
}
body .mw-170 {
  min-width: 170px !important;
}
body .mw-171 {
  min-width: 171px !important;
}
body .mw-172 {
  min-width: 172px !important;
}
body .mw-173 {
  min-width: 173px !important;
}
body .mw-174 {
  min-width: 174px !important;
}
body .mw-175 {
  min-width: 175px !important;
}
body .mw-176 {
  min-width: 176px !important;
}
body .mw-177 {
  min-width: 177px !important;
}
body .mw-178 {
  min-width: 178px !important;
}
body .mw-179 {
  min-width: 179px !important;
}
body .mw-180 {
  min-width: 180px !important;
}
body .mw-181 {
  min-width: 181px !important;
}
body .mw-182 {
  min-width: 182px !important;
}
body .mw-183 {
  min-width: 183px !important;
}
body .mw-184 {
  min-width: 184px !important;
}
body .mw-185 {
  min-width: 185px !important;
}
body .mw-186 {
  min-width: 186px !important;
}
body .mw-187 {
  min-width: 187px !important;
}
body .mw-188 {
  min-width: 188px !important;
}
body .mw-189 {
  min-width: 189px !important;
}
body .mw-190 {
  min-width: 190px !important;
}
body .mw-191 {
  min-width: 191px !important;
}
body .mw-192 {
  min-width: 192px !important;
}
body .mw-193 {
  min-width: 193px !important;
}
body .mw-194 {
  min-width: 194px !important;
}
body .mw-195 {
  min-width: 195px !important;
}
body .mw-196 {
  min-width: 196px !important;
}
body .mw-197 {
  min-width: 197px !important;
}
body .mw-198 {
  min-width: 198px !important;
}
body .mw-199 {
  min-width: 199px !important;
}
body .mw-200 {
  min-width: 200px !important;
}
body .mw-201 {
  min-width: 201px !important;
}
body .mw-202 {
  min-width: 202px !important;
}
body .mw-203 {
  min-width: 203px !important;
}
body .mw-204 {
  min-width: 204px !important;
}
body .mw-205 {
  min-width: 205px !important;
}
body .mw-206 {
  min-width: 206px !important;
}
body .mw-207 {
  min-width: 207px !important;
}
body .mw-208 {
  min-width: 208px !important;
}
body .mw-209 {
  min-width: 209px !important;
}
body .mw-210 {
  min-width: 210px !important;
}
body .mw-211 {
  min-width: 211px !important;
}
body .mw-212 {
  min-width: 212px !important;
}
body .mw-213 {
  min-width: 213px !important;
}
body .mw-214 {
  min-width: 214px !important;
}
body .mw-215 {
  min-width: 215px !important;
}
body .mw-216 {
  min-width: 216px !important;
}
body .mw-217 {
  min-width: 217px !important;
}
body .mw-218 {
  min-width: 218px !important;
}
body .mw-219 {
  min-width: 219px !important;
}
body .mw-220 {
  min-width: 220px !important;
}
body .mw-221 {
  min-width: 221px !important;
}
body .mw-222 {
  min-width: 222px !important;
}
body .mw-223 {
  min-width: 223px !important;
}
body .mw-224 {
  min-width: 224px !important;
}
body .mw-225 {
  min-width: 225px !important;
}
body .mw-226 {
  min-width: 226px !important;
}
body .mw-227 {
  min-width: 227px !important;
}
body .mw-228 {
  min-width: 228px !important;
}
body .mw-229 {
  min-width: 229px !important;
}
body .mw-230 {
  min-width: 230px !important;
}
body .mw-231 {
  min-width: 231px !important;
}
body .mw-232 {
  min-width: 232px !important;
}
body .mw-233 {
  min-width: 233px !important;
}
body .mw-234 {
  min-width: 234px !important;
}
body .mw-235 {
  min-width: 235px !important;
}
body .mw-236 {
  min-width: 236px !important;
}
body .mw-237 {
  min-width: 237px !important;
}
body .mw-238 {
  min-width: 238px !important;
}
body .mw-239 {
  min-width: 239px !important;
}
body .mw-240 {
  min-width: 240px !important;
}
body .mw-241 {
  min-width: 241px !important;
}
body .mw-242 {
  min-width: 242px !important;
}
body .mw-243 {
  min-width: 243px !important;
}
body .mw-244 {
  min-width: 244px !important;
}
body .mw-245 {
  min-width: 245px !important;
}
body .mw-246 {
  min-width: 246px !important;
}
body .mw-247 {
  min-width: 247px !important;
}
body .mw-248 {
  min-width: 248px !important;
}
body .mw-249 {
  min-width: 249px !important;
}
body .mw-250 {
  min-width: 250px !important;
}
body .mw-251 {
  min-width: 251px !important;
}
body .mw-252 {
  min-width: 252px !important;
}
body .mw-253 {
  min-width: 253px !important;
}
body .mw-254 {
  min-width: 254px !important;
}
body .mw-255 {
  min-width: 255px !important;
}
body .mw-256 {
  min-width: 256px !important;
}
body .mw-257 {
  min-width: 257px !important;
}
body .mw-258 {
  min-width: 258px !important;
}
body .mw-259 {
  min-width: 259px !important;
}
body .mw-260 {
  min-width: 260px !important;
}
body .mw-261 {
  min-width: 261px !important;
}
body .mw-262 {
  min-width: 262px !important;
}
body .mw-263 {
  min-width: 263px !important;
}
body .mw-264 {
  min-width: 264px !important;
}
body .mw-265 {
  min-width: 265px !important;
}
body .mw-266 {
  min-width: 266px !important;
}
body .mw-267 {
  min-width: 267px !important;
}
body .mw-268 {
  min-width: 268px !important;
}
body .mw-269 {
  min-width: 269px !important;
}
body .mw-270 {
  min-width: 270px !important;
}
body .mw-271 {
  min-width: 271px !important;
}
body .mw-272 {
  min-width: 272px !important;
}
body .mw-273 {
  min-width: 273px !important;
}
body .mw-274 {
  min-width: 274px !important;
}
body .mw-275 {
  min-width: 275px !important;
}
body .mw-276 {
  min-width: 276px !important;
}
body .mw-277 {
  min-width: 277px !important;
}
body .mw-278 {
  min-width: 278px !important;
}
body .mw-279 {
  min-width: 279px !important;
}
body .mw-280 {
  min-width: 280px !important;
}
body .mw-281 {
  min-width: 281px !important;
}
body .mw-282 {
  min-width: 282px !important;
}
body .mw-283 {
  min-width: 283px !important;
}
body .mw-284 {
  min-width: 284px !important;
}
body .mw-285 {
  min-width: 285px !important;
}
body .mw-286 {
  min-width: 286px !important;
}
body .mw-287 {
  min-width: 287px !important;
}
body .mw-288 {
  min-width: 288px !important;
}
body .mw-289 {
  min-width: 289px !important;
}
body .mw-290 {
  min-width: 290px !important;
}
body .mw-291 {
  min-width: 291px !important;
}
body .mw-292 {
  min-width: 292px !important;
}
body .mw-293 {
  min-width: 293px !important;
}
body .mw-294 {
  min-width: 294px !important;
}
body .mw-295 {
  min-width: 295px !important;
}
body .mw-296 {
  min-width: 296px !important;
}
body .mw-297 {
  min-width: 297px !important;
}
body .mw-298 {
  min-width: 298px !important;
}
body .mw-299 {
  min-width: 299px !important;
}
body .mw-300 {
  min-width: 300px !important;
}
body .mw-301 {
  min-width: 301px !important;
}
body .mw-302 {
  min-width: 302px !important;
}
body .mw-303 {
  min-width: 303px !important;
}
body .mw-304 {
  min-width: 304px !important;
}
body .mw-305 {
  min-width: 305px !important;
}
body .mw-306 {
  min-width: 306px !important;
}
body .mw-307 {
  min-width: 307px !important;
}
body .mw-308 {
  min-width: 308px !important;
}
body .mw-309 {
  min-width: 309px !important;
}
body .mw-310 {
  min-width: 310px !important;
}
body .mw-311 {
  min-width: 311px !important;
}
body .mw-312 {
  min-width: 312px !important;
}
body .mw-313 {
  min-width: 313px !important;
}
body .mw-314 {
  min-width: 314px !important;
}
body .mw-315 {
  min-width: 315px !important;
}
body .mw-316 {
  min-width: 316px !important;
}
body .mw-317 {
  min-width: 317px !important;
}
body .mw-318 {
  min-width: 318px !important;
}
body .mw-319 {
  min-width: 319px !important;
}
body .mw-320 {
  min-width: 320px !important;
}
body .mw-321 {
  min-width: 321px !important;
}
body .mw-322 {
  min-width: 322px !important;
}
body .mw-323 {
  min-width: 323px !important;
}
body .mw-324 {
  min-width: 324px !important;
}
body .mw-325 {
  min-width: 325px !important;
}
body .mw-326 {
  min-width: 326px !important;
}
body .mw-327 {
  min-width: 327px !important;
}
body .mw-328 {
  min-width: 328px !important;
}
body .mw-329 {
  min-width: 329px !important;
}
body .mw-330 {
  min-width: 330px !important;
}
body .mw-331 {
  min-width: 331px !important;
}
body .mw-332 {
  min-width: 332px !important;
}
body .mw-333 {
  min-width: 333px !important;
}
body .mw-334 {
  min-width: 334px !important;
}
body .mw-335 {
  min-width: 335px !important;
}
body .mw-336 {
  min-width: 336px !important;
}
body .mw-337 {
  min-width: 337px !important;
}
body .mw-338 {
  min-width: 338px !important;
}
body .mw-339 {
  min-width: 339px !important;
}
body .mw-340 {
  min-width: 340px !important;
}
body .mw-341 {
  min-width: 341px !important;
}
body .mw-342 {
  min-width: 342px !important;
}
body .mw-343 {
  min-width: 343px !important;
}
body .mw-344 {
  min-width: 344px !important;
}
body .mw-345 {
  min-width: 345px !important;
}
body .mw-346 {
  min-width: 346px !important;
}
body .mw-347 {
  min-width: 347px !important;
}
body .mw-348 {
  min-width: 348px !important;
}
body .mw-349 {
  min-width: 349px !important;
}
body .mw-350 {
  min-width: 350px !important;
}
body .mw-351 {
  min-width: 351px !important;
}
body .mw-352 {
  min-width: 352px !important;
}
body .mw-353 {
  min-width: 353px !important;
}
body .mw-354 {
  min-width: 354px !important;
}
body .mw-355 {
  min-width: 355px !important;
}
body .mw-356 {
  min-width: 356px !important;
}
body .mw-357 {
  min-width: 357px !important;
}
body .mw-358 {
  min-width: 358px !important;
}
body .mw-359 {
  min-width: 359px !important;
}
body .mw-360 {
  min-width: 360px !important;
}
body .mw-361 {
  min-width: 361px !important;
}
body .mw-362 {
  min-width: 362px !important;
}
body .mw-363 {
  min-width: 363px !important;
}
body .mw-364 {
  min-width: 364px !important;
}
body .mw-365 {
  min-width: 365px !important;
}
body .mw-366 {
  min-width: 366px !important;
}
body .mw-367 {
  min-width: 367px !important;
}
body .mw-368 {
  min-width: 368px !important;
}
body .mw-369 {
  min-width: 369px !important;
}
body .mw-370 {
  min-width: 370px !important;
}
body .mw-371 {
  min-width: 371px !important;
}
body .mw-372 {
  min-width: 372px !important;
}
body .mw-373 {
  min-width: 373px !important;
}
body .mw-374 {
  min-width: 374px !important;
}
body .mw-375 {
  min-width: 375px !important;
}
body .mw-376 {
  min-width: 376px !important;
}
body .mw-377 {
  min-width: 377px !important;
}
body .mw-378 {
  min-width: 378px !important;
}
body .mw-379 {
  min-width: 379px !important;
}
body .mw-380 {
  min-width: 380px !important;
}
body .mw-381 {
  min-width: 381px !important;
}
body .mw-382 {
  min-width: 382px !important;
}
body .mw-383 {
  min-width: 383px !important;
}
body .mw-384 {
  min-width: 384px !important;
}
body .mw-385 {
  min-width: 385px !important;
}
body .mw-386 {
  min-width: 386px !important;
}
body .mw-387 {
  min-width: 387px !important;
}
body .mw-388 {
  min-width: 388px !important;
}
body .mw-389 {
  min-width: 389px !important;
}
body .mw-390 {
  min-width: 390px !important;
}
body .mw-391 {
  min-width: 391px !important;
}
body .mw-392 {
  min-width: 392px !important;
}
body .mw-393 {
  min-width: 393px !important;
}
body .mw-394 {
  min-width: 394px !important;
}
body .mw-395 {
  min-width: 395px !important;
}
body .mw-396 {
  min-width: 396px !important;
}
body .mw-397 {
  min-width: 397px !important;
}
body .mw-398 {
  min-width: 398px !important;
}
body .mw-399 {
  min-width: 399px !important;
}
body .mw-400 {
  min-width: 400px !important;
}
body .mw-401 {
  min-width: 401px !important;
}
body .mw-402 {
  min-width: 402px !important;
}
body .mw-403 {
  min-width: 403px !important;
}
body .mw-404 {
  min-width: 404px !important;
}
body .mw-405 {
  min-width: 405px !important;
}
body .mw-406 {
  min-width: 406px !important;
}
body .mw-407 {
  min-width: 407px !important;
}
body .mw-408 {
  min-width: 408px !important;
}
body .mw-409 {
  min-width: 409px !important;
}
body .mw-410 {
  min-width: 410px !important;
}
body .mw-411 {
  min-width: 411px !important;
}
body .mw-412 {
  min-width: 412px !important;
}
body .mw-413 {
  min-width: 413px !important;
}
body .mw-414 {
  min-width: 414px !important;
}
body .mw-415 {
  min-width: 415px !important;
}
body .mw-416 {
  min-width: 416px !important;
}
body .mw-417 {
  min-width: 417px !important;
}
body .mw-418 {
  min-width: 418px !important;
}
body .mw-419 {
  min-width: 419px !important;
}
body .mw-420 {
  min-width: 420px !important;
}
body .mw-421 {
  min-width: 421px !important;
}
body .mw-422 {
  min-width: 422px !important;
}
body .mw-423 {
  min-width: 423px !important;
}
body .mw-424 {
  min-width: 424px !important;
}
body .mw-425 {
  min-width: 425px !important;
}
body .mw-426 {
  min-width: 426px !important;
}
body .mw-427 {
  min-width: 427px !important;
}
body .mw-428 {
  min-width: 428px !important;
}
body .mw-429 {
  min-width: 429px !important;
}
body .mw-430 {
  min-width: 430px !important;
}
body .mw-431 {
  min-width: 431px !important;
}
body .mw-432 {
  min-width: 432px !important;
}
body .mw-433 {
  min-width: 433px !important;
}
body .mw-434 {
  min-width: 434px !important;
}
body .mw-435 {
  min-width: 435px !important;
}
body .mw-436 {
  min-width: 436px !important;
}
body .mw-437 {
  min-width: 437px !important;
}
body .mw-438 {
  min-width: 438px !important;
}
body .mw-439 {
  min-width: 439px !important;
}
body .mw-440 {
  min-width: 440px !important;
}
body .mw-441 {
  min-width: 441px !important;
}
body .mw-442 {
  min-width: 442px !important;
}
body .mw-443 {
  min-width: 443px !important;
}
body .mw-444 {
  min-width: 444px !important;
}
body .mw-445 {
  min-width: 445px !important;
}
body .mw-446 {
  min-width: 446px !important;
}
body .mw-447 {
  min-width: 447px !important;
}
body .mw-448 {
  min-width: 448px !important;
}
body .mw-449 {
  min-width: 449px !important;
}
body .mw-450 {
  min-width: 450px !important;
}
body .mw-451 {
  min-width: 451px !important;
}
body .mw-452 {
  min-width: 452px !important;
}
body .mw-453 {
  min-width: 453px !important;
}
body .mw-454 {
  min-width: 454px !important;
}
body .mw-455 {
  min-width: 455px !important;
}
body .mw-456 {
  min-width: 456px !important;
}
body .mw-457 {
  min-width: 457px !important;
}
body .mw-458 {
  min-width: 458px !important;
}
body .mw-459 {
  min-width: 459px !important;
}
body .mw-460 {
  min-width: 460px !important;
}
body .mw-461 {
  min-width: 461px !important;
}
body .mw-462 {
  min-width: 462px !important;
}
body .mw-463 {
  min-width: 463px !important;
}
body .mw-464 {
  min-width: 464px !important;
}
body .mw-465 {
  min-width: 465px !important;
}
body .mw-466 {
  min-width: 466px !important;
}
body .mw-467 {
  min-width: 467px !important;
}
body .mw-468 {
  min-width: 468px !important;
}
body .mw-469 {
  min-width: 469px !important;
}
body .mw-470 {
  min-width: 470px !important;
}
body .mw-471 {
  min-width: 471px !important;
}
body .mw-472 {
  min-width: 472px !important;
}
body .mw-473 {
  min-width: 473px !important;
}
body .mw-474 {
  min-width: 474px !important;
}
body .mw-475 {
  min-width: 475px !important;
}
body .mw-476 {
  min-width: 476px !important;
}
body .mw-477 {
  min-width: 477px !important;
}
body .mw-478 {
  min-width: 478px !important;
}
body .mw-479 {
  min-width: 479px !important;
}
body .mw-480 {
  min-width: 480px !important;
}
body .mw-481 {
  min-width: 481px !important;
}
body .mw-482 {
  min-width: 482px !important;
}
body .mw-483 {
  min-width: 483px !important;
}
body .mw-484 {
  min-width: 484px !important;
}
body .mw-485 {
  min-width: 485px !important;
}
body .mw-486 {
  min-width: 486px !important;
}
body .mw-487 {
  min-width: 487px !important;
}
body .mw-488 {
  min-width: 488px !important;
}
body .mw-489 {
  min-width: 489px !important;
}
body .mw-490 {
  min-width: 490px !important;
}
body .mw-491 {
  min-width: 491px !important;
}
body .mw-492 {
  min-width: 492px !important;
}
body .mw-493 {
  min-width: 493px !important;
}
body .mw-494 {
  min-width: 494px !important;
}
body .mw-495 {
  min-width: 495px !important;
}
body .mw-496 {
  min-width: 496px !important;
}
body .mw-497 {
  min-width: 497px !important;
}
body .mw-498 {
  min-width: 498px !important;
}
body .mw-499 {
  min-width: 499px !important;
}
body .mw-500 {
  min-width: 500px !important;
}
body .mw-501 {
  min-width: 501px !important;
}
body .mw-502 {
  min-width: 502px !important;
}
body .mw-503 {
  min-width: 503px !important;
}
body .mw-504 {
  min-width: 504px !important;
}
body .mw-505 {
  min-width: 505px !important;
}
body .mw-506 {
  min-width: 506px !important;
}
body .mw-507 {
  min-width: 507px !important;
}
body .mw-508 {
  min-width: 508px !important;
}
body .mw-509 {
  min-width: 509px !important;
}
body .mw-510 {
  min-width: 510px !important;
}
body .mw-511 {
  min-width: 511px !important;
}
body .mw-512 {
  min-width: 512px !important;
}
body .mw-513 {
  min-width: 513px !important;
}
body .mw-514 {
  min-width: 514px !important;
}
body .mw-515 {
  min-width: 515px !important;
}
body .mw-516 {
  min-width: 516px !important;
}
body .mw-517 {
  min-width: 517px !important;
}
body .mw-518 {
  min-width: 518px !important;
}
body .mw-519 {
  min-width: 519px !important;
}
body .mw-520 {
  min-width: 520px !important;
}
body .mw-521 {
  min-width: 521px !important;
}
body .mw-522 {
  min-width: 522px !important;
}
body .mw-523 {
  min-width: 523px !important;
}
body .mw-524 {
  min-width: 524px !important;
}
body .mw-525 {
  min-width: 525px !important;
}
body .mw-526 {
  min-width: 526px !important;
}
body .mw-527 {
  min-width: 527px !important;
}
body .mw-528 {
  min-width: 528px !important;
}
body .mw-529 {
  min-width: 529px !important;
}
body .mw-530 {
  min-width: 530px !important;
}
body .mw-531 {
  min-width: 531px !important;
}
body .mw-532 {
  min-width: 532px !important;
}
body .mw-533 {
  min-width: 533px !important;
}
body .mw-534 {
  min-width: 534px !important;
}
body .mw-535 {
  min-width: 535px !important;
}
body .mw-536 {
  min-width: 536px !important;
}
body .mw-537 {
  min-width: 537px !important;
}
body .mw-538 {
  min-width: 538px !important;
}
body .mw-539 {
  min-width: 539px !important;
}
body .mw-540 {
  min-width: 540px !important;
}
body .mw-541 {
  min-width: 541px !important;
}
body .mw-542 {
  min-width: 542px !important;
}
body .mw-543 {
  min-width: 543px !important;
}
body .mw-544 {
  min-width: 544px !important;
}
body .mw-545 {
  min-width: 545px !important;
}
body .mw-546 {
  min-width: 546px !important;
}
body .mw-547 {
  min-width: 547px !important;
}
body .mw-548 {
  min-width: 548px !important;
}
body .mw-549 {
  min-width: 549px !important;
}
body .mw-550 {
  min-width: 550px !important;
}
body .mw-551 {
  min-width: 551px !important;
}
body .mw-552 {
  min-width: 552px !important;
}
body .mw-553 {
  min-width: 553px !important;
}
body .mw-554 {
  min-width: 554px !important;
}
body .mw-555 {
  min-width: 555px !important;
}
body .mw-556 {
  min-width: 556px !important;
}
body .mw-557 {
  min-width: 557px !important;
}
body .mw-558 {
  min-width: 558px !important;
}
body .mw-559 {
  min-width: 559px !important;
}
body .mw-560 {
  min-width: 560px !important;
}
body .mw-561 {
  min-width: 561px !important;
}
body .mw-562 {
  min-width: 562px !important;
}
body .mw-563 {
  min-width: 563px !important;
}
body .mw-564 {
  min-width: 564px !important;
}
body .mw-565 {
  min-width: 565px !important;
}
body .mw-566 {
  min-width: 566px !important;
}
body .mw-567 {
  min-width: 567px !important;
}
body .mw-568 {
  min-width: 568px !important;
}
body .mw-569 {
  min-width: 569px !important;
}
body .mw-570 {
  min-width: 570px !important;
}
body .mw-571 {
  min-width: 571px !important;
}
body .mw-572 {
  min-width: 572px !important;
}
body .mw-573 {
  min-width: 573px !important;
}
body .mw-574 {
  min-width: 574px !important;
}
body .mw-575 {
  min-width: 575px !important;
}
body .mw-576 {
  min-width: 576px !important;
}
body .mw-577 {
  min-width: 577px !important;
}
body .mw-578 {
  min-width: 578px !important;
}
body .mw-579 {
  min-width: 579px !important;
}
body .mw-580 {
  min-width: 580px !important;
}
body .mw-581 {
  min-width: 581px !important;
}
body .mw-582 {
  min-width: 582px !important;
}
body .mw-583 {
  min-width: 583px !important;
}
body .mw-584 {
  min-width: 584px !important;
}
body .mw-585 {
  min-width: 585px !important;
}
body .mw-586 {
  min-width: 586px !important;
}
body .mw-587 {
  min-width: 587px !important;
}
body .mw-588 {
  min-width: 588px !important;
}
body .mw-589 {
  min-width: 589px !important;
}
body .mw-590 {
  min-width: 590px !important;
}
body .mw-591 {
  min-width: 591px !important;
}
body .mw-592 {
  min-width: 592px !important;
}
body .mw-593 {
  min-width: 593px !important;
}
body .mw-594 {
  min-width: 594px !important;
}
body .mw-595 {
  min-width: 595px !important;
}
body .mw-596 {
  min-width: 596px !important;
}
body .mw-597 {
  min-width: 597px !important;
}
body .mw-598 {
  min-width: 598px !important;
}
body .mw-599 {
  min-width: 599px !important;
}
body .mw-600 {
  min-width: 600px !important;
}
body .mw-601 {
  min-width: 601px !important;
}
body .mw-602 {
  min-width: 602px !important;
}
body .mw-603 {
  min-width: 603px !important;
}
body .mw-604 {
  min-width: 604px !important;
}
body .mw-605 {
  min-width: 605px !important;
}
body .mw-606 {
  min-width: 606px !important;
}
body .mw-607 {
  min-width: 607px !important;
}
body .mw-608 {
  min-width: 608px !important;
}
body .mw-609 {
  min-width: 609px !important;
}
body .mw-610 {
  min-width: 610px !important;
}
body .mw-611 {
  min-width: 611px !important;
}
body .mw-612 {
  min-width: 612px !important;
}
body .mw-613 {
  min-width: 613px !important;
}
body .mw-614 {
  min-width: 614px !important;
}
body .mw-615 {
  min-width: 615px !important;
}
body .mw-616 {
  min-width: 616px !important;
}
body .mw-617 {
  min-width: 617px !important;
}
body .mw-618 {
  min-width: 618px !important;
}
body .mw-619 {
  min-width: 619px !important;
}
body .mw-620 {
  min-width: 620px !important;
}
body .mw-621 {
  min-width: 621px !important;
}
body .mw-622 {
  min-width: 622px !important;
}
body .mw-623 {
  min-width: 623px !important;
}
body .mw-624 {
  min-width: 624px !important;
}
body .mw-625 {
  min-width: 625px !important;
}
body .mw-626 {
  min-width: 626px !important;
}
body .mw-627 {
  min-width: 627px !important;
}
body .mw-628 {
  min-width: 628px !important;
}
body .mw-629 {
  min-width: 629px !important;
}
body .mw-630 {
  min-width: 630px !important;
}
body .mw-631 {
  min-width: 631px !important;
}
body .mw-632 {
  min-width: 632px !important;
}
body .mw-633 {
  min-width: 633px !important;
}
body .mw-634 {
  min-width: 634px !important;
}
body .mw-635 {
  min-width: 635px !important;
}
body .mw-636 {
  min-width: 636px !important;
}
body .mw-637 {
  min-width: 637px !important;
}
body .mw-638 {
  min-width: 638px !important;
}
body .mw-639 {
  min-width: 639px !important;
}
body .mw-640 {
  min-width: 640px !important;
}
body .mw-641 {
  min-width: 641px !important;
}
body .mw-642 {
  min-width: 642px !important;
}
body .mw-643 {
  min-width: 643px !important;
}
body .mw-644 {
  min-width: 644px !important;
}
body .mw-645 {
  min-width: 645px !important;
}
body .mw-646 {
  min-width: 646px !important;
}
body .mw-647 {
  min-width: 647px !important;
}
body .mw-648 {
  min-width: 648px !important;
}
body .mw-649 {
  min-width: 649px !important;
}
body .mw-650 {
  min-width: 650px !important;
}
body .mw-651 {
  min-width: 651px !important;
}
body .mw-652 {
  min-width: 652px !important;
}
body .mw-653 {
  min-width: 653px !important;
}
body .mw-654 {
  min-width: 654px !important;
}
body .mw-655 {
  min-width: 655px !important;
}
body .mw-656 {
  min-width: 656px !important;
}
body .mw-657 {
  min-width: 657px !important;
}
body .mw-658 {
  min-width: 658px !important;
}
body .mw-659 {
  min-width: 659px !important;
}
body .mw-660 {
  min-width: 660px !important;
}
body .mw-661 {
  min-width: 661px !important;
}
body .mw-662 {
  min-width: 662px !important;
}
body .mw-663 {
  min-width: 663px !important;
}
body .mw-664 {
  min-width: 664px !important;
}
body .mw-665 {
  min-width: 665px !important;
}
body .mw-666 {
  min-width: 666px !important;
}
body .mw-667 {
  min-width: 667px !important;
}
body .mw-668 {
  min-width: 668px !important;
}
body .mw-669 {
  min-width: 669px !important;
}
body .mw-670 {
  min-width: 670px !important;
}
body .mw-671 {
  min-width: 671px !important;
}
body .mw-672 {
  min-width: 672px !important;
}
body .mw-673 {
  min-width: 673px !important;
}
body .mw-674 {
  min-width: 674px !important;
}
body .mw-675 {
  min-width: 675px !important;
}
body .mw-676 {
  min-width: 676px !important;
}
body .mw-677 {
  min-width: 677px !important;
}
body .mw-678 {
  min-width: 678px !important;
}
body .mw-679 {
  min-width: 679px !important;
}
body .mw-680 {
  min-width: 680px !important;
}
body .mw-681 {
  min-width: 681px !important;
}
body .mw-682 {
  min-width: 682px !important;
}
body .mw-683 {
  min-width: 683px !important;
}
body .mw-684 {
  min-width: 684px !important;
}
body .mw-685 {
  min-width: 685px !important;
}
body .mw-686 {
  min-width: 686px !important;
}
body .mw-687 {
  min-width: 687px !important;
}
body .mw-688 {
  min-width: 688px !important;
}
body .mw-689 {
  min-width: 689px !important;
}
body .mw-690 {
  min-width: 690px !important;
}
body .mw-691 {
  min-width: 691px !important;
}
body .mw-692 {
  min-width: 692px !important;
}
body .mw-693 {
  min-width: 693px !important;
}
body .mw-694 {
  min-width: 694px !important;
}
body .mw-695 {
  min-width: 695px !important;
}
body .mw-696 {
  min-width: 696px !important;
}
body .mw-697 {
  min-width: 697px !important;
}
body .mw-698 {
  min-width: 698px !important;
}
body .mw-699 {
  min-width: 699px !important;
}
body .mw-700 {
  min-width: 700px !important;
}
body .mw-701 {
  min-width: 701px !important;
}
body .mw-702 {
  min-width: 702px !important;
}
body .mw-703 {
  min-width: 703px !important;
}
body .mw-704 {
  min-width: 704px !important;
}
body .mw-705 {
  min-width: 705px !important;
}
body .mw-706 {
  min-width: 706px !important;
}
body .mw-707 {
  min-width: 707px !important;
}
body .mw-708 {
  min-width: 708px !important;
}
body .mw-709 {
  min-width: 709px !important;
}
body .mw-710 {
  min-width: 710px !important;
}
body .mw-711 {
  min-width: 711px !important;
}
body .mw-712 {
  min-width: 712px !important;
}
body .mw-713 {
  min-width: 713px !important;
}
body .mw-714 {
  min-width: 714px !important;
}
body .mw-715 {
  min-width: 715px !important;
}
body .mw-716 {
  min-width: 716px !important;
}
body .mw-717 {
  min-width: 717px !important;
}
body .mw-718 {
  min-width: 718px !important;
}
body .mw-719 {
  min-width: 719px !important;
}
body .mw-720 {
  min-width: 720px !important;
}
body .mw-721 {
  min-width: 721px !important;
}
body .mw-722 {
  min-width: 722px !important;
}
body .mw-723 {
  min-width: 723px !important;
}
body .mw-724 {
  min-width: 724px !important;
}
body .mw-725 {
  min-width: 725px !important;
}
body .mw-726 {
  min-width: 726px !important;
}
body .mw-727 {
  min-width: 727px !important;
}
body .mw-728 {
  min-width: 728px !important;
}
body .mw-729 {
  min-width: 729px !important;
}
body .mw-730 {
  min-width: 730px !important;
}
body .mw-731 {
  min-width: 731px !important;
}
body .mw-732 {
  min-width: 732px !important;
}
body .mw-733 {
  min-width: 733px !important;
}
body .mw-734 {
  min-width: 734px !important;
}
body .mw-735 {
  min-width: 735px !important;
}
body .mw-736 {
  min-width: 736px !important;
}
body .mw-737 {
  min-width: 737px !important;
}
body .mw-738 {
  min-width: 738px !important;
}
body .mw-739 {
  min-width: 739px !important;
}
body .mw-740 {
  min-width: 740px !important;
}
body .mw-741 {
  min-width: 741px !important;
}
body .mw-742 {
  min-width: 742px !important;
}
body .mw-743 {
  min-width: 743px !important;
}
body .mw-744 {
  min-width: 744px !important;
}
body .mw-745 {
  min-width: 745px !important;
}
body .mw-746 {
  min-width: 746px !important;
}
body .mw-747 {
  min-width: 747px !important;
}
body .mw-748 {
  min-width: 748px !important;
}
body .mw-749 {
  min-width: 749px !important;
}
body .mw-750 {
  min-width: 750px !important;
}
body .mw-751 {
  min-width: 751px !important;
}
body .mw-752 {
  min-width: 752px !important;
}
body .mw-753 {
  min-width: 753px !important;
}
body .mw-754 {
  min-width: 754px !important;
}
body .mw-755 {
  min-width: 755px !important;
}
body .mw-756 {
  min-width: 756px !important;
}
body .mw-757 {
  min-width: 757px !important;
}
body .mw-758 {
  min-width: 758px !important;
}
body .mw-759 {
  min-width: 759px !important;
}
body .mw-760 {
  min-width: 760px !important;
}
body .mw-761 {
  min-width: 761px !important;
}
body .mw-762 {
  min-width: 762px !important;
}
body .mw-763 {
  min-width: 763px !important;
}
body .mw-764 {
  min-width: 764px !important;
}
body .mw-765 {
  min-width: 765px !important;
}
body .mw-766 {
  min-width: 766px !important;
}
body .mw-767 {
  min-width: 767px !important;
}
body .mw-768 {
  min-width: 768px !important;
}
body .mw-769 {
  min-width: 769px !important;
}
body .mw-770 {
  min-width: 770px !important;
}
body .mw-771 {
  min-width: 771px !important;
}
body .mw-772 {
  min-width: 772px !important;
}
body .mw-773 {
  min-width: 773px !important;
}
body .mw-774 {
  min-width: 774px !important;
}
body .mw-775 {
  min-width: 775px !important;
}
body .mw-776 {
  min-width: 776px !important;
}
body .mw-777 {
  min-width: 777px !important;
}
body .mw-778 {
  min-width: 778px !important;
}
body .mw-779 {
  min-width: 779px !important;
}
body .mw-780 {
  min-width: 780px !important;
}
body .mw-781 {
  min-width: 781px !important;
}
body .mw-782 {
  min-width: 782px !important;
}
body .mw-783 {
  min-width: 783px !important;
}
body .mw-784 {
  min-width: 784px !important;
}
body .mw-785 {
  min-width: 785px !important;
}
body .mw-786 {
  min-width: 786px !important;
}
body .mw-787 {
  min-width: 787px !important;
}
body .mw-788 {
  min-width: 788px !important;
}
body .mw-789 {
  min-width: 789px !important;
}
body .mw-790 {
  min-width: 790px !important;
}
body .mw-791 {
  min-width: 791px !important;
}
body .mw-792 {
  min-width: 792px !important;
}
body .mw-793 {
  min-width: 793px !important;
}
body .mw-794 {
  min-width: 794px !important;
}
body .mw-795 {
  min-width: 795px !important;
}
body .mw-796 {
  min-width: 796px !important;
}
body .mw-797 {
  min-width: 797px !important;
}
body .mw-798 {
  min-width: 798px !important;
}
body .mw-799 {
  min-width: 799px !important;
}
body .mw-800 {
  min-width: 800px !important;
}
body .mw-801 {
  min-width: 801px !important;
}
body .mw-802 {
  min-width: 802px !important;
}
body .mw-803 {
  min-width: 803px !important;
}
body .mw-804 {
  min-width: 804px !important;
}
body .mw-805 {
  min-width: 805px !important;
}
body .mw-806 {
  min-width: 806px !important;
}
body .mw-807 {
  min-width: 807px !important;
}
body .mw-808 {
  min-width: 808px !important;
}
body .mw-809 {
  min-width: 809px !important;
}
body .mw-810 {
  min-width: 810px !important;
}
body .mw-811 {
  min-width: 811px !important;
}
body .mw-812 {
  min-width: 812px !important;
}
body .mw-813 {
  min-width: 813px !important;
}
body .mw-814 {
  min-width: 814px !important;
}
body .mw-815 {
  min-width: 815px !important;
}
body .mw-816 {
  min-width: 816px !important;
}
body .mw-817 {
  min-width: 817px !important;
}
body .mw-818 {
  min-width: 818px !important;
}
body .mw-819 {
  min-width: 819px !important;
}
body .mw-820 {
  min-width: 820px !important;
}
body .mw-821 {
  min-width: 821px !important;
}
body .mw-822 {
  min-width: 822px !important;
}
body .mw-823 {
  min-width: 823px !important;
}
body .mw-824 {
  min-width: 824px !important;
}
body .mw-825 {
  min-width: 825px !important;
}
body .mw-826 {
  min-width: 826px !important;
}
body .mw-827 {
  min-width: 827px !important;
}
body .mw-828 {
  min-width: 828px !important;
}
body .mw-829 {
  min-width: 829px !important;
}
body .mw-830 {
  min-width: 830px !important;
}
body .mw-831 {
  min-width: 831px !important;
}
body .mw-832 {
  min-width: 832px !important;
}
body .mw-833 {
  min-width: 833px !important;
}
body .mw-834 {
  min-width: 834px !important;
}
body .mw-835 {
  min-width: 835px !important;
}
body .mw-836 {
  min-width: 836px !important;
}
body .mw-837 {
  min-width: 837px !important;
}
body .mw-838 {
  min-width: 838px !important;
}
body .mw-839 {
  min-width: 839px !important;
}
body .mw-840 {
  min-width: 840px !important;
}
body .mw-841 {
  min-width: 841px !important;
}
body .mw-842 {
  min-width: 842px !important;
}
body .mw-843 {
  min-width: 843px !important;
}
body .mw-844 {
  min-width: 844px !important;
}
body .mw-845 {
  min-width: 845px !important;
}
body .mw-846 {
  min-width: 846px !important;
}
body .mw-847 {
  min-width: 847px !important;
}
body .mw-848 {
  min-width: 848px !important;
}
body .mw-849 {
  min-width: 849px !important;
}
body .mw-850 {
  min-width: 850px !important;
}
body .mw-851 {
  min-width: 851px !important;
}
body .mw-852 {
  min-width: 852px !important;
}
body .mw-853 {
  min-width: 853px !important;
}
body .mw-854 {
  min-width: 854px !important;
}
body .mw-855 {
  min-width: 855px !important;
}
body .mw-856 {
  min-width: 856px !important;
}
body .mw-857 {
  min-width: 857px !important;
}
body .mw-858 {
  min-width: 858px !important;
}
body .mw-859 {
  min-width: 859px !important;
}
body .mw-860 {
  min-width: 860px !important;
}
body .mw-861 {
  min-width: 861px !important;
}
body .mw-862 {
  min-width: 862px !important;
}
body .mw-863 {
  min-width: 863px !important;
}
body .mw-864 {
  min-width: 864px !important;
}
body .mw-865 {
  min-width: 865px !important;
}
body .mw-866 {
  min-width: 866px !important;
}
body .mw-867 {
  min-width: 867px !important;
}
body .mw-868 {
  min-width: 868px !important;
}
body .mw-869 {
  min-width: 869px !important;
}
body .mw-870 {
  min-width: 870px !important;
}
body .mw-871 {
  min-width: 871px !important;
}
body .mw-872 {
  min-width: 872px !important;
}
body .mw-873 {
  min-width: 873px !important;
}
body .mw-874 {
  min-width: 874px !important;
}
body .mw-875 {
  min-width: 875px !important;
}
body .mw-876 {
  min-width: 876px !important;
}
body .mw-877 {
  min-width: 877px !important;
}
body .mw-878 {
  min-width: 878px !important;
}
body .mw-879 {
  min-width: 879px !important;
}
body .mw-880 {
  min-width: 880px !important;
}
body .mw-881 {
  min-width: 881px !important;
}
body .mw-882 {
  min-width: 882px !important;
}
body .mw-883 {
  min-width: 883px !important;
}
body .mw-884 {
  min-width: 884px !important;
}
body .mw-885 {
  min-width: 885px !important;
}
body .mw-886 {
  min-width: 886px !important;
}
body .mw-887 {
  min-width: 887px !important;
}
body .mw-888 {
  min-width: 888px !important;
}
body .mw-889 {
  min-width: 889px !important;
}
body .mw-890 {
  min-width: 890px !important;
}
body .mw-891 {
  min-width: 891px !important;
}
body .mw-892 {
  min-width: 892px !important;
}
body .mw-893 {
  min-width: 893px !important;
}
body .mw-894 {
  min-width: 894px !important;
}
body .mw-895 {
  min-width: 895px !important;
}
body .mw-896 {
  min-width: 896px !important;
}
body .mw-897 {
  min-width: 897px !important;
}
body .mw-898 {
  min-width: 898px !important;
}
body .mw-899 {
  min-width: 899px !important;
}
body .mw-900 {
  min-width: 900px !important;
}
body .mw-901 {
  min-width: 901px !important;
}
body .mw-902 {
  min-width: 902px !important;
}
body .mw-903 {
  min-width: 903px !important;
}
body .mw-904 {
  min-width: 904px !important;
}
body .mw-905 {
  min-width: 905px !important;
}
body .mw-906 {
  min-width: 906px !important;
}
body .mw-907 {
  min-width: 907px !important;
}
body .mw-908 {
  min-width: 908px !important;
}
body .mw-909 {
  min-width: 909px !important;
}
body .mw-910 {
  min-width: 910px !important;
}
body .mw-911 {
  min-width: 911px !important;
}
body .mw-912 {
  min-width: 912px !important;
}
body .mw-913 {
  min-width: 913px !important;
}
body .mw-914 {
  min-width: 914px !important;
}
body .mw-915 {
  min-width: 915px !important;
}
body .mw-916 {
  min-width: 916px !important;
}
body .mw-917 {
  min-width: 917px !important;
}
body .mw-918 {
  min-width: 918px !important;
}
body .mw-919 {
  min-width: 919px !important;
}
body .mw-920 {
  min-width: 920px !important;
}
body .mw-921 {
  min-width: 921px !important;
}
body .mw-922 {
  min-width: 922px !important;
}
body .mw-923 {
  min-width: 923px !important;
}
body .mw-924 {
  min-width: 924px !important;
}
body .mw-925 {
  min-width: 925px !important;
}
body .mw-926 {
  min-width: 926px !important;
}
body .mw-927 {
  min-width: 927px !important;
}
body .mw-928 {
  min-width: 928px !important;
}
body .mw-929 {
  min-width: 929px !important;
}
body .mw-930 {
  min-width: 930px !important;
}
body .mw-931 {
  min-width: 931px !important;
}
body .mw-932 {
  min-width: 932px !important;
}
body .mw-933 {
  min-width: 933px !important;
}
body .mw-934 {
  min-width: 934px !important;
}
body .mw-935 {
  min-width: 935px !important;
}
body .mw-936 {
  min-width: 936px !important;
}
body .mw-937 {
  min-width: 937px !important;
}
body .mw-938 {
  min-width: 938px !important;
}
body .mw-939 {
  min-width: 939px !important;
}
body .mw-940 {
  min-width: 940px !important;
}
body .mw-941 {
  min-width: 941px !important;
}
body .mw-942 {
  min-width: 942px !important;
}
body .mw-943 {
  min-width: 943px !important;
}
body .mw-944 {
  min-width: 944px !important;
}
body .mw-945 {
  min-width: 945px !important;
}
body .mw-946 {
  min-width: 946px !important;
}
body .mw-947 {
  min-width: 947px !important;
}
body .mw-948 {
  min-width: 948px !important;
}
body .mw-949 {
  min-width: 949px !important;
}
body .mw-950 {
  min-width: 950px !important;
}
body .mw-951 {
  min-width: 951px !important;
}
body .mw-952 {
  min-width: 952px !important;
}
body .mw-953 {
  min-width: 953px !important;
}
body .mw-954 {
  min-width: 954px !important;
}
body .mw-955 {
  min-width: 955px !important;
}
body .mw-956 {
  min-width: 956px !important;
}
body .mw-957 {
  min-width: 957px !important;
}
body .mw-958 {
  min-width: 958px !important;
}
body .mw-959 {
  min-width: 959px !important;
}
body .mw-960 {
  min-width: 960px !important;
}
body .mw-961 {
  min-width: 961px !important;
}
body .mw-962 {
  min-width: 962px !important;
}
body .mw-963 {
  min-width: 963px !important;
}
body .mw-964 {
  min-width: 964px !important;
}
body .mw-965 {
  min-width: 965px !important;
}
body .mw-966 {
  min-width: 966px !important;
}
body .mw-967 {
  min-width: 967px !important;
}
body .mw-968 {
  min-width: 968px !important;
}
body .mw-969 {
  min-width: 969px !important;
}
body .mw-970 {
  min-width: 970px !important;
}
body .mw-971 {
  min-width: 971px !important;
}
body .mw-972 {
  min-width: 972px !important;
}
body .mw-973 {
  min-width: 973px !important;
}
body .mw-974 {
  min-width: 974px !important;
}
body .mw-975 {
  min-width: 975px !important;
}
body .mw-976 {
  min-width: 976px !important;
}
body .mw-977 {
  min-width: 977px !important;
}
body .mw-978 {
  min-width: 978px !important;
}
body .mw-979 {
  min-width: 979px !important;
}
body .mw-980 {
  min-width: 980px !important;
}
body .mw-981 {
  min-width: 981px !important;
}
body .mw-982 {
  min-width: 982px !important;
}
body .mw-983 {
  min-width: 983px !important;
}
body .mw-984 {
  min-width: 984px !important;
}
body .mw-985 {
  min-width: 985px !important;
}
body .mw-986 {
  min-width: 986px !important;
}
body .mw-987 {
  min-width: 987px !important;
}
body .mw-988 {
  min-width: 988px !important;
}
body .mw-989 {
  min-width: 989px !important;
}
body .mw-990 {
  min-width: 990px !important;
}
body .mw-991 {
  min-width: 991px !important;
}
body .mw-992 {
  min-width: 992px !important;
}
body .mw-993 {
  min-width: 993px !important;
}
body .mw-994 {
  min-width: 994px !important;
}
body .mw-995 {
  min-width: 995px !important;
}
body .mw-996 {
  min-width: 996px !important;
}
body .mw-997 {
  min-width: 997px !important;
}
body .mw-998 {
  min-width: 998px !important;
}
body .mw-999 {
  min-width: 999px !important;
}
body .mw-1000 {
  min-width: 1000px !important;
}
body .mw-auto {
  min-width: auto !important;
}
body .max-w-1 {
  max-width: 1px !important;
}
body .max-w-2 {
  max-width: 2px !important;
}
body .max-w-3 {
  max-width: 3px !important;
}
body .max-w-4 {
  max-width: 4px !important;
}
body .max-w-5 {
  max-width: 5px !important;
}
body .max-w-6 {
  max-width: 6px !important;
}
body .max-w-7 {
  max-width: 7px !important;
}
body .max-w-8 {
  max-width: 8px !important;
}
body .max-w-9 {
  max-width: 9px !important;
}
body .max-w-10 {
  max-width: 10px !important;
}
body .max-w-11 {
  max-width: 11px !important;
}
body .max-w-12 {
  max-width: 12px !important;
}
body .max-w-13 {
  max-width: 13px !important;
}
body .max-w-14 {
  max-width: 14px !important;
}
body .max-w-15 {
  max-width: 15px !important;
}
body .max-w-16 {
  max-width: 16px !important;
}
body .max-w-17 {
  max-width: 17px !important;
}
body .max-w-18 {
  max-width: 18px !important;
}
body .max-w-19 {
  max-width: 19px !important;
}
body .max-w-20 {
  max-width: 20px !important;
}
body .max-w-21 {
  max-width: 21px !important;
}
body .max-w-22 {
  max-width: 22px !important;
}
body .max-w-23 {
  max-width: 23px !important;
}
body .max-w-24 {
  max-width: 24px !important;
}
body .max-w-25 {
  max-width: 25px !important;
}
body .max-w-26 {
  max-width: 26px !important;
}
body .max-w-27 {
  max-width: 27px !important;
}
body .max-w-28 {
  max-width: 28px !important;
}
body .max-w-29 {
  max-width: 29px !important;
}
body .max-w-30 {
  max-width: 30px !important;
}
body .max-w-31 {
  max-width: 31px !important;
}
body .max-w-32 {
  max-width: 32px !important;
}
body .max-w-33 {
  max-width: 33px !important;
}
body .max-w-34 {
  max-width: 34px !important;
}
body .max-w-35 {
  max-width: 35px !important;
}
body .max-w-36 {
  max-width: 36px !important;
}
body .max-w-37 {
  max-width: 37px !important;
}
body .max-w-38 {
  max-width: 38px !important;
}
body .max-w-39 {
  max-width: 39px !important;
}
body .max-w-40 {
  max-width: 40px !important;
}
body .max-w-41 {
  max-width: 41px !important;
}
body .max-w-42 {
  max-width: 42px !important;
}
body .max-w-43 {
  max-width: 43px !important;
}
body .max-w-44 {
  max-width: 44px !important;
}
body .max-w-45 {
  max-width: 45px !important;
}
body .max-w-46 {
  max-width: 46px !important;
}
body .max-w-47 {
  max-width: 47px !important;
}
body .max-w-48 {
  max-width: 48px !important;
}
body .max-w-49 {
  max-width: 49px !important;
}
body .max-w-50 {
  max-width: 50px !important;
}
body .max-w-51 {
  max-width: 51px !important;
}
body .max-w-52 {
  max-width: 52px !important;
}
body .max-w-53 {
  max-width: 53px !important;
}
body .max-w-54 {
  max-width: 54px !important;
}
body .max-w-55 {
  max-width: 55px !important;
}
body .max-w-56 {
  max-width: 56px !important;
}
body .max-w-57 {
  max-width: 57px !important;
}
body .max-w-58 {
  max-width: 58px !important;
}
body .max-w-59 {
  max-width: 59px !important;
}
body .max-w-60 {
  max-width: 60px !important;
}
body .max-w-61 {
  max-width: 61px !important;
}
body .max-w-62 {
  max-width: 62px !important;
}
body .max-w-63 {
  max-width: 63px !important;
}
body .max-w-64 {
  max-width: 64px !important;
}
body .max-w-65 {
  max-width: 65px !important;
}
body .max-w-66 {
  max-width: 66px !important;
}
body .max-w-67 {
  max-width: 67px !important;
}
body .max-w-68 {
  max-width: 68px !important;
}
body .max-w-69 {
  max-width: 69px !important;
}
body .max-w-70 {
  max-width: 70px !important;
}
body .max-w-71 {
  max-width: 71px !important;
}
body .max-w-72 {
  max-width: 72px !important;
}
body .max-w-73 {
  max-width: 73px !important;
}
body .max-w-74 {
  max-width: 74px !important;
}
body .max-w-75 {
  max-width: 75px !important;
}
body .max-w-76 {
  max-width: 76px !important;
}
body .max-w-77 {
  max-width: 77px !important;
}
body .max-w-78 {
  max-width: 78px !important;
}
body .max-w-79 {
  max-width: 79px !important;
}
body .max-w-80 {
  max-width: 80px !important;
}
body .max-w-81 {
  max-width: 81px !important;
}
body .max-w-82 {
  max-width: 82px !important;
}
body .max-w-83 {
  max-width: 83px !important;
}
body .max-w-84 {
  max-width: 84px !important;
}
body .max-w-85 {
  max-width: 85px !important;
}
body .max-w-86 {
  max-width: 86px !important;
}
body .max-w-87 {
  max-width: 87px !important;
}
body .max-w-88 {
  max-width: 88px !important;
}
body .max-w-89 {
  max-width: 89px !important;
}
body .max-w-90 {
  max-width: 90px !important;
}
body .max-w-91 {
  max-width: 91px !important;
}
body .max-w-92 {
  max-width: 92px !important;
}
body .max-w-93 {
  max-width: 93px !important;
}
body .max-w-94 {
  max-width: 94px !important;
}
body .max-w-95 {
  max-width: 95px !important;
}
body .max-w-96 {
  max-width: 96px !important;
}
body .max-w-97 {
  max-width: 97px !important;
}
body .max-w-98 {
  max-width: 98px !important;
}
body .max-w-99 {
  max-width: 99px !important;
}
body .max-w-100 {
  max-width: 100px !important;
}
body .max-w-101 {
  max-width: 101px !important;
}
body .max-w-102 {
  max-width: 102px !important;
}
body .max-w-103 {
  max-width: 103px !important;
}
body .max-w-104 {
  max-width: 104px !important;
}
body .max-w-105 {
  max-width: 105px !important;
}
body .max-w-106 {
  max-width: 106px !important;
}
body .max-w-107 {
  max-width: 107px !important;
}
body .max-w-108 {
  max-width: 108px !important;
}
body .max-w-109 {
  max-width: 109px !important;
}
body .max-w-110 {
  max-width: 110px !important;
}
body .max-w-111 {
  max-width: 111px !important;
}
body .max-w-112 {
  max-width: 112px !important;
}
body .max-w-113 {
  max-width: 113px !important;
}
body .max-w-114 {
  max-width: 114px !important;
}
body .max-w-115 {
  max-width: 115px !important;
}
body .max-w-116 {
  max-width: 116px !important;
}
body .max-w-117 {
  max-width: 117px !important;
}
body .max-w-118 {
  max-width: 118px !important;
}
body .max-w-119 {
  max-width: 119px !important;
}
body .max-w-120 {
  max-width: 120px !important;
}
body .max-w-121 {
  max-width: 121px !important;
}
body .max-w-122 {
  max-width: 122px !important;
}
body .max-w-123 {
  max-width: 123px !important;
}
body .max-w-124 {
  max-width: 124px !important;
}
body .max-w-125 {
  max-width: 125px !important;
}
body .max-w-126 {
  max-width: 126px !important;
}
body .max-w-127 {
  max-width: 127px !important;
}
body .max-w-128 {
  max-width: 128px !important;
}
body .max-w-129 {
  max-width: 129px !important;
}
body .max-w-130 {
  max-width: 130px !important;
}
body .max-w-131 {
  max-width: 131px !important;
}
body .max-w-132 {
  max-width: 132px !important;
}
body .max-w-133 {
  max-width: 133px !important;
}
body .max-w-134 {
  max-width: 134px !important;
}
body .max-w-135 {
  max-width: 135px !important;
}
body .max-w-136 {
  max-width: 136px !important;
}
body .max-w-137 {
  max-width: 137px !important;
}
body .max-w-138 {
  max-width: 138px !important;
}
body .max-w-139 {
  max-width: 139px !important;
}
body .max-w-140 {
  max-width: 140px !important;
}
body .max-w-141 {
  max-width: 141px !important;
}
body .max-w-142 {
  max-width: 142px !important;
}
body .max-w-143 {
  max-width: 143px !important;
}
body .max-w-144 {
  max-width: 144px !important;
}
body .max-w-145 {
  max-width: 145px !important;
}
body .max-w-146 {
  max-width: 146px !important;
}
body .max-w-147 {
  max-width: 147px !important;
}
body .max-w-148 {
  max-width: 148px !important;
}
body .max-w-149 {
  max-width: 149px !important;
}
body .max-w-150 {
  max-width: 150px !important;
}
body .max-w-151 {
  max-width: 151px !important;
}
body .max-w-152 {
  max-width: 152px !important;
}
body .max-w-153 {
  max-width: 153px !important;
}
body .max-w-154 {
  max-width: 154px !important;
}
body .max-w-155 {
  max-width: 155px !important;
}
body .max-w-156 {
  max-width: 156px !important;
}
body .max-w-157 {
  max-width: 157px !important;
}
body .max-w-158 {
  max-width: 158px !important;
}
body .max-w-159 {
  max-width: 159px !important;
}
body .max-w-160 {
  max-width: 160px !important;
}
body .max-w-161 {
  max-width: 161px !important;
}
body .max-w-162 {
  max-width: 162px !important;
}
body .max-w-163 {
  max-width: 163px !important;
}
body .max-w-164 {
  max-width: 164px !important;
}
body .max-w-165 {
  max-width: 165px !important;
}
body .max-w-166 {
  max-width: 166px !important;
}
body .max-w-167 {
  max-width: 167px !important;
}
body .max-w-168 {
  max-width: 168px !important;
}
body .max-w-169 {
  max-width: 169px !important;
}
body .max-w-170 {
  max-width: 170px !important;
}
body .max-w-171 {
  max-width: 171px !important;
}
body .max-w-172 {
  max-width: 172px !important;
}
body .max-w-173 {
  max-width: 173px !important;
}
body .max-w-174 {
  max-width: 174px !important;
}
body .max-w-175 {
  max-width: 175px !important;
}
body .max-w-176 {
  max-width: 176px !important;
}
body .max-w-177 {
  max-width: 177px !important;
}
body .max-w-178 {
  max-width: 178px !important;
}
body .max-w-179 {
  max-width: 179px !important;
}
body .max-w-180 {
  max-width: 180px !important;
}
body .max-w-181 {
  max-width: 181px !important;
}
body .max-w-182 {
  max-width: 182px !important;
}
body .max-w-183 {
  max-width: 183px !important;
}
body .max-w-184 {
  max-width: 184px !important;
}
body .max-w-185 {
  max-width: 185px !important;
}
body .max-w-186 {
  max-width: 186px !important;
}
body .max-w-187 {
  max-width: 187px !important;
}
body .max-w-188 {
  max-width: 188px !important;
}
body .max-w-189 {
  max-width: 189px !important;
}
body .max-w-190 {
  max-width: 190px !important;
}
body .max-w-191 {
  max-width: 191px !important;
}
body .max-w-192 {
  max-width: 192px !important;
}
body .max-w-193 {
  max-width: 193px !important;
}
body .max-w-194 {
  max-width: 194px !important;
}
body .max-w-195 {
  max-width: 195px !important;
}
body .max-w-196 {
  max-width: 196px !important;
}
body .max-w-197 {
  max-width: 197px !important;
}
body .max-w-198 {
  max-width: 198px !important;
}
body .max-w-199 {
  max-width: 199px !important;
}
body .max-w-200 {
  max-width: 200px !important;
}
body .max-w-201 {
  max-width: 201px !important;
}
body .max-w-202 {
  max-width: 202px !important;
}
body .max-w-203 {
  max-width: 203px !important;
}
body .max-w-204 {
  max-width: 204px !important;
}
body .max-w-205 {
  max-width: 205px !important;
}
body .max-w-206 {
  max-width: 206px !important;
}
body .max-w-207 {
  max-width: 207px !important;
}
body .max-w-208 {
  max-width: 208px !important;
}
body .max-w-209 {
  max-width: 209px !important;
}
body .max-w-210 {
  max-width: 210px !important;
}
body .max-w-211 {
  max-width: 211px !important;
}
body .max-w-212 {
  max-width: 212px !important;
}
body .max-w-213 {
  max-width: 213px !important;
}
body .max-w-214 {
  max-width: 214px !important;
}
body .max-w-215 {
  max-width: 215px !important;
}
body .max-w-216 {
  max-width: 216px !important;
}
body .max-w-217 {
  max-width: 217px !important;
}
body .max-w-218 {
  max-width: 218px !important;
}
body .max-w-219 {
  max-width: 219px !important;
}
body .max-w-220 {
  max-width: 220px !important;
}
body .max-w-221 {
  max-width: 221px !important;
}
body .max-w-222 {
  max-width: 222px !important;
}
body .max-w-223 {
  max-width: 223px !important;
}
body .max-w-224 {
  max-width: 224px !important;
}
body .max-w-225 {
  max-width: 225px !important;
}
body .max-w-226 {
  max-width: 226px !important;
}
body .max-w-227 {
  max-width: 227px !important;
}
body .max-w-228 {
  max-width: 228px !important;
}
body .max-w-229 {
  max-width: 229px !important;
}
body .max-w-230 {
  max-width: 230px !important;
}
body .max-w-231 {
  max-width: 231px !important;
}
body .max-w-232 {
  max-width: 232px !important;
}
body .max-w-233 {
  max-width: 233px !important;
}
body .max-w-234 {
  max-width: 234px !important;
}
body .max-w-235 {
  max-width: 235px !important;
}
body .max-w-236 {
  max-width: 236px !important;
}
body .max-w-237 {
  max-width: 237px !important;
}
body .max-w-238 {
  max-width: 238px !important;
}
body .max-w-239 {
  max-width: 239px !important;
}
body .max-w-240 {
  max-width: 240px !important;
}
body .max-w-241 {
  max-width: 241px !important;
}
body .max-w-242 {
  max-width: 242px !important;
}
body .max-w-243 {
  max-width: 243px !important;
}
body .max-w-244 {
  max-width: 244px !important;
}
body .max-w-245 {
  max-width: 245px !important;
}
body .max-w-246 {
  max-width: 246px !important;
}
body .max-w-247 {
  max-width: 247px !important;
}
body .max-w-248 {
  max-width: 248px !important;
}
body .max-w-249 {
  max-width: 249px !important;
}
body .max-w-250 {
  max-width: 250px !important;
}
body .max-w-251 {
  max-width: 251px !important;
}
body .max-w-252 {
  max-width: 252px !important;
}
body .max-w-253 {
  max-width: 253px !important;
}
body .max-w-254 {
  max-width: 254px !important;
}
body .max-w-255 {
  max-width: 255px !important;
}
body .max-w-256 {
  max-width: 256px !important;
}
body .max-w-257 {
  max-width: 257px !important;
}
body .max-w-258 {
  max-width: 258px !important;
}
body .max-w-259 {
  max-width: 259px !important;
}
body .max-w-260 {
  max-width: 260px !important;
}
body .max-w-261 {
  max-width: 261px !important;
}
body .max-w-262 {
  max-width: 262px !important;
}
body .max-w-263 {
  max-width: 263px !important;
}
body .max-w-264 {
  max-width: 264px !important;
}
body .max-w-265 {
  max-width: 265px !important;
}
body .max-w-266 {
  max-width: 266px !important;
}
body .max-w-267 {
  max-width: 267px !important;
}
body .max-w-268 {
  max-width: 268px !important;
}
body .max-w-269 {
  max-width: 269px !important;
}
body .max-w-270 {
  max-width: 270px !important;
}
body .max-w-271 {
  max-width: 271px !important;
}
body .max-w-272 {
  max-width: 272px !important;
}
body .max-w-273 {
  max-width: 273px !important;
}
body .max-w-274 {
  max-width: 274px !important;
}
body .max-w-275 {
  max-width: 275px !important;
}
body .max-w-276 {
  max-width: 276px !important;
}
body .max-w-277 {
  max-width: 277px !important;
}
body .max-w-278 {
  max-width: 278px !important;
}
body .max-w-279 {
  max-width: 279px !important;
}
body .max-w-280 {
  max-width: 280px !important;
}
body .max-w-281 {
  max-width: 281px !important;
}
body .max-w-282 {
  max-width: 282px !important;
}
body .max-w-283 {
  max-width: 283px !important;
}
body .max-w-284 {
  max-width: 284px !important;
}
body .max-w-285 {
  max-width: 285px !important;
}
body .max-w-286 {
  max-width: 286px !important;
}
body .max-w-287 {
  max-width: 287px !important;
}
body .max-w-288 {
  max-width: 288px !important;
}
body .max-w-289 {
  max-width: 289px !important;
}
body .max-w-290 {
  max-width: 290px !important;
}
body .max-w-291 {
  max-width: 291px !important;
}
body .max-w-292 {
  max-width: 292px !important;
}
body .max-w-293 {
  max-width: 293px !important;
}
body .max-w-294 {
  max-width: 294px !important;
}
body .max-w-295 {
  max-width: 295px !important;
}
body .max-w-296 {
  max-width: 296px !important;
}
body .max-w-297 {
  max-width: 297px !important;
}
body .max-w-298 {
  max-width: 298px !important;
}
body .max-w-299 {
  max-width: 299px !important;
}
body .max-w-300 {
  max-width: 300px !important;
}
body .max-w-301 {
  max-width: 301px !important;
}
body .max-w-302 {
  max-width: 302px !important;
}
body .max-w-303 {
  max-width: 303px !important;
}
body .max-w-304 {
  max-width: 304px !important;
}
body .max-w-305 {
  max-width: 305px !important;
}
body .max-w-306 {
  max-width: 306px !important;
}
body .max-w-307 {
  max-width: 307px !important;
}
body .max-w-308 {
  max-width: 308px !important;
}
body .max-w-309 {
  max-width: 309px !important;
}
body .max-w-310 {
  max-width: 310px !important;
}
body .max-w-311 {
  max-width: 311px !important;
}
body .max-w-312 {
  max-width: 312px !important;
}
body .max-w-313 {
  max-width: 313px !important;
}
body .max-w-314 {
  max-width: 314px !important;
}
body .max-w-315 {
  max-width: 315px !important;
}
body .max-w-316 {
  max-width: 316px !important;
}
body .max-w-317 {
  max-width: 317px !important;
}
body .max-w-318 {
  max-width: 318px !important;
}
body .max-w-319 {
  max-width: 319px !important;
}
body .max-w-320 {
  max-width: 320px !important;
}
body .max-w-321 {
  max-width: 321px !important;
}
body .max-w-322 {
  max-width: 322px !important;
}
body .max-w-323 {
  max-width: 323px !important;
}
body .max-w-324 {
  max-width: 324px !important;
}
body .max-w-325 {
  max-width: 325px !important;
}
body .max-w-326 {
  max-width: 326px !important;
}
body .max-w-327 {
  max-width: 327px !important;
}
body .max-w-328 {
  max-width: 328px !important;
}
body .max-w-329 {
  max-width: 329px !important;
}
body .max-w-330 {
  max-width: 330px !important;
}
body .max-w-331 {
  max-width: 331px !important;
}
body .max-w-332 {
  max-width: 332px !important;
}
body .max-w-333 {
  max-width: 333px !important;
}
body .max-w-334 {
  max-width: 334px !important;
}
body .max-w-335 {
  max-width: 335px !important;
}
body .max-w-336 {
  max-width: 336px !important;
}
body .max-w-337 {
  max-width: 337px !important;
}
body .max-w-338 {
  max-width: 338px !important;
}
body .max-w-339 {
  max-width: 339px !important;
}
body .max-w-340 {
  max-width: 340px !important;
}
body .max-w-341 {
  max-width: 341px !important;
}
body .max-w-342 {
  max-width: 342px !important;
}
body .max-w-343 {
  max-width: 343px !important;
}
body .max-w-344 {
  max-width: 344px !important;
}
body .max-w-345 {
  max-width: 345px !important;
}
body .max-w-346 {
  max-width: 346px !important;
}
body .max-w-347 {
  max-width: 347px !important;
}
body .max-w-348 {
  max-width: 348px !important;
}
body .max-w-349 {
  max-width: 349px !important;
}
body .max-w-350 {
  max-width: 350px !important;
}
body .max-w-351 {
  max-width: 351px !important;
}
body .max-w-352 {
  max-width: 352px !important;
}
body .max-w-353 {
  max-width: 353px !important;
}
body .max-w-354 {
  max-width: 354px !important;
}
body .max-w-355 {
  max-width: 355px !important;
}
body .max-w-356 {
  max-width: 356px !important;
}
body .max-w-357 {
  max-width: 357px !important;
}
body .max-w-358 {
  max-width: 358px !important;
}
body .max-w-359 {
  max-width: 359px !important;
}
body .max-w-360 {
  max-width: 360px !important;
}
body .max-w-361 {
  max-width: 361px !important;
}
body .max-w-362 {
  max-width: 362px !important;
}
body .max-w-363 {
  max-width: 363px !important;
}
body .max-w-364 {
  max-width: 364px !important;
}
body .max-w-365 {
  max-width: 365px !important;
}
body .max-w-366 {
  max-width: 366px !important;
}
body .max-w-367 {
  max-width: 367px !important;
}
body .max-w-368 {
  max-width: 368px !important;
}
body .max-w-369 {
  max-width: 369px !important;
}
body .max-w-370 {
  max-width: 370px !important;
}
body .max-w-371 {
  max-width: 371px !important;
}
body .max-w-372 {
  max-width: 372px !important;
}
body .max-w-373 {
  max-width: 373px !important;
}
body .max-w-374 {
  max-width: 374px !important;
}
body .max-w-375 {
  max-width: 375px !important;
}
body .max-w-376 {
  max-width: 376px !important;
}
body .max-w-377 {
  max-width: 377px !important;
}
body .max-w-378 {
  max-width: 378px !important;
}
body .max-w-379 {
  max-width: 379px !important;
}
body .max-w-380 {
  max-width: 380px !important;
}
body .max-w-381 {
  max-width: 381px !important;
}
body .max-w-382 {
  max-width: 382px !important;
}
body .max-w-383 {
  max-width: 383px !important;
}
body .max-w-384 {
  max-width: 384px !important;
}
body .max-w-385 {
  max-width: 385px !important;
}
body .max-w-386 {
  max-width: 386px !important;
}
body .max-w-387 {
  max-width: 387px !important;
}
body .max-w-388 {
  max-width: 388px !important;
}
body .max-w-389 {
  max-width: 389px !important;
}
body .max-w-390 {
  max-width: 390px !important;
}
body .max-w-391 {
  max-width: 391px !important;
}
body .max-w-392 {
  max-width: 392px !important;
}
body .max-w-393 {
  max-width: 393px !important;
}
body .max-w-394 {
  max-width: 394px !important;
}
body .max-w-395 {
  max-width: 395px !important;
}
body .max-w-396 {
  max-width: 396px !important;
}
body .max-w-397 {
  max-width: 397px !important;
}
body .max-w-398 {
  max-width: 398px !important;
}
body .max-w-399 {
  max-width: 399px !important;
}
body .max-w-400 {
  max-width: 400px !important;
}
body .max-w-401 {
  max-width: 401px !important;
}
body .max-w-402 {
  max-width: 402px !important;
}
body .max-w-403 {
  max-width: 403px !important;
}
body .max-w-404 {
  max-width: 404px !important;
}
body .max-w-405 {
  max-width: 405px !important;
}
body .max-w-406 {
  max-width: 406px !important;
}
body .max-w-407 {
  max-width: 407px !important;
}
body .max-w-408 {
  max-width: 408px !important;
}
body .max-w-409 {
  max-width: 409px !important;
}
body .max-w-410 {
  max-width: 410px !important;
}
body .max-w-411 {
  max-width: 411px !important;
}
body .max-w-412 {
  max-width: 412px !important;
}
body .max-w-413 {
  max-width: 413px !important;
}
body .max-w-414 {
  max-width: 414px !important;
}
body .max-w-415 {
  max-width: 415px !important;
}
body .max-w-416 {
  max-width: 416px !important;
}
body .max-w-417 {
  max-width: 417px !important;
}
body .max-w-418 {
  max-width: 418px !important;
}
body .max-w-419 {
  max-width: 419px !important;
}
body .max-w-420 {
  max-width: 420px !important;
}
body .max-w-421 {
  max-width: 421px !important;
}
body .max-w-422 {
  max-width: 422px !important;
}
body .max-w-423 {
  max-width: 423px !important;
}
body .max-w-424 {
  max-width: 424px !important;
}
body .max-w-425 {
  max-width: 425px !important;
}
body .max-w-426 {
  max-width: 426px !important;
}
body .max-w-427 {
  max-width: 427px !important;
}
body .max-w-428 {
  max-width: 428px !important;
}
body .max-w-429 {
  max-width: 429px !important;
}
body .max-w-430 {
  max-width: 430px !important;
}
body .max-w-431 {
  max-width: 431px !important;
}
body .max-w-432 {
  max-width: 432px !important;
}
body .max-w-433 {
  max-width: 433px !important;
}
body .max-w-434 {
  max-width: 434px !important;
}
body .max-w-435 {
  max-width: 435px !important;
}
body .max-w-436 {
  max-width: 436px !important;
}
body .max-w-437 {
  max-width: 437px !important;
}
body .max-w-438 {
  max-width: 438px !important;
}
body .max-w-439 {
  max-width: 439px !important;
}
body .max-w-440 {
  max-width: 440px !important;
}
body .max-w-441 {
  max-width: 441px !important;
}
body .max-w-442 {
  max-width: 442px !important;
}
body .max-w-443 {
  max-width: 443px !important;
}
body .max-w-444 {
  max-width: 444px !important;
}
body .max-w-445 {
  max-width: 445px !important;
}
body .max-w-446 {
  max-width: 446px !important;
}
body .max-w-447 {
  max-width: 447px !important;
}
body .max-w-448 {
  max-width: 448px !important;
}
body .max-w-449 {
  max-width: 449px !important;
}
body .max-w-450 {
  max-width: 450px !important;
}
body .max-w-451 {
  max-width: 451px !important;
}
body .max-w-452 {
  max-width: 452px !important;
}
body .max-w-453 {
  max-width: 453px !important;
}
body .max-w-454 {
  max-width: 454px !important;
}
body .max-w-455 {
  max-width: 455px !important;
}
body .max-w-456 {
  max-width: 456px !important;
}
body .max-w-457 {
  max-width: 457px !important;
}
body .max-w-458 {
  max-width: 458px !important;
}
body .max-w-459 {
  max-width: 459px !important;
}
body .max-w-460 {
  max-width: 460px !important;
}
body .max-w-461 {
  max-width: 461px !important;
}
body .max-w-462 {
  max-width: 462px !important;
}
body .max-w-463 {
  max-width: 463px !important;
}
body .max-w-464 {
  max-width: 464px !important;
}
body .max-w-465 {
  max-width: 465px !important;
}
body .max-w-466 {
  max-width: 466px !important;
}
body .max-w-467 {
  max-width: 467px !important;
}
body .max-w-468 {
  max-width: 468px !important;
}
body .max-w-469 {
  max-width: 469px !important;
}
body .max-w-470 {
  max-width: 470px !important;
}
body .max-w-471 {
  max-width: 471px !important;
}
body .max-w-472 {
  max-width: 472px !important;
}
body .max-w-473 {
  max-width: 473px !important;
}
body .max-w-474 {
  max-width: 474px !important;
}
body .max-w-475 {
  max-width: 475px !important;
}
body .max-w-476 {
  max-width: 476px !important;
}
body .max-w-477 {
  max-width: 477px !important;
}
body .max-w-478 {
  max-width: 478px !important;
}
body .max-w-479 {
  max-width: 479px !important;
}
body .max-w-480 {
  max-width: 480px !important;
}
body .max-w-481 {
  max-width: 481px !important;
}
body .max-w-482 {
  max-width: 482px !important;
}
body .max-w-483 {
  max-width: 483px !important;
}
body .max-w-484 {
  max-width: 484px !important;
}
body .max-w-485 {
  max-width: 485px !important;
}
body .max-w-486 {
  max-width: 486px !important;
}
body .max-w-487 {
  max-width: 487px !important;
}
body .max-w-488 {
  max-width: 488px !important;
}
body .max-w-489 {
  max-width: 489px !important;
}
body .max-w-490 {
  max-width: 490px !important;
}
body .max-w-491 {
  max-width: 491px !important;
}
body .max-w-492 {
  max-width: 492px !important;
}
body .max-w-493 {
  max-width: 493px !important;
}
body .max-w-494 {
  max-width: 494px !important;
}
body .max-w-495 {
  max-width: 495px !important;
}
body .max-w-496 {
  max-width: 496px !important;
}
body .max-w-497 {
  max-width: 497px !important;
}
body .max-w-498 {
  max-width: 498px !important;
}
body .max-w-499 {
  max-width: 499px !important;
}
body .max-w-500 {
  max-width: 500px !important;
}
body .max-w-501 {
  max-width: 501px !important;
}
body .max-w-502 {
  max-width: 502px !important;
}
body .max-w-503 {
  max-width: 503px !important;
}
body .max-w-504 {
  max-width: 504px !important;
}
body .max-w-505 {
  max-width: 505px !important;
}
body .max-w-506 {
  max-width: 506px !important;
}
body .max-w-507 {
  max-width: 507px !important;
}
body .max-w-508 {
  max-width: 508px !important;
}
body .max-w-509 {
  max-width: 509px !important;
}
body .max-w-510 {
  max-width: 510px !important;
}
body .max-w-511 {
  max-width: 511px !important;
}
body .max-w-512 {
  max-width: 512px !important;
}
body .max-w-513 {
  max-width: 513px !important;
}
body .max-w-514 {
  max-width: 514px !important;
}
body .max-w-515 {
  max-width: 515px !important;
}
body .max-w-516 {
  max-width: 516px !important;
}
body .max-w-517 {
  max-width: 517px !important;
}
body .max-w-518 {
  max-width: 518px !important;
}
body .max-w-519 {
  max-width: 519px !important;
}
body .max-w-520 {
  max-width: 520px !important;
}
body .max-w-521 {
  max-width: 521px !important;
}
body .max-w-522 {
  max-width: 522px !important;
}
body .max-w-523 {
  max-width: 523px !important;
}
body .max-w-524 {
  max-width: 524px !important;
}
body .max-w-525 {
  max-width: 525px !important;
}
body .max-w-526 {
  max-width: 526px !important;
}
body .max-w-527 {
  max-width: 527px !important;
}
body .max-w-528 {
  max-width: 528px !important;
}
body .max-w-529 {
  max-width: 529px !important;
}
body .max-w-530 {
  max-width: 530px !important;
}
body .max-w-531 {
  max-width: 531px !important;
}
body .max-w-532 {
  max-width: 532px !important;
}
body .max-w-533 {
  max-width: 533px !important;
}
body .max-w-534 {
  max-width: 534px !important;
}
body .max-w-535 {
  max-width: 535px !important;
}
body .max-w-536 {
  max-width: 536px !important;
}
body .max-w-537 {
  max-width: 537px !important;
}
body .max-w-538 {
  max-width: 538px !important;
}
body .max-w-539 {
  max-width: 539px !important;
}
body .max-w-540 {
  max-width: 540px !important;
}
body .max-w-541 {
  max-width: 541px !important;
}
body .max-w-542 {
  max-width: 542px !important;
}
body .max-w-543 {
  max-width: 543px !important;
}
body .max-w-544 {
  max-width: 544px !important;
}
body .max-w-545 {
  max-width: 545px !important;
}
body .max-w-546 {
  max-width: 546px !important;
}
body .max-w-547 {
  max-width: 547px !important;
}
body .max-w-548 {
  max-width: 548px !important;
}
body .max-w-549 {
  max-width: 549px !important;
}
body .max-w-550 {
  max-width: 550px !important;
}
body .max-w-551 {
  max-width: 551px !important;
}
body .max-w-552 {
  max-width: 552px !important;
}
body .max-w-553 {
  max-width: 553px !important;
}
body .max-w-554 {
  max-width: 554px !important;
}
body .max-w-555 {
  max-width: 555px !important;
}
body .max-w-556 {
  max-width: 556px !important;
}
body .max-w-557 {
  max-width: 557px !important;
}
body .max-w-558 {
  max-width: 558px !important;
}
body .max-w-559 {
  max-width: 559px !important;
}
body .max-w-560 {
  max-width: 560px !important;
}
body .max-w-561 {
  max-width: 561px !important;
}
body .max-w-562 {
  max-width: 562px !important;
}
body .max-w-563 {
  max-width: 563px !important;
}
body .max-w-564 {
  max-width: 564px !important;
}
body .max-w-565 {
  max-width: 565px !important;
}
body .max-w-566 {
  max-width: 566px !important;
}
body .max-w-567 {
  max-width: 567px !important;
}
body .max-w-568 {
  max-width: 568px !important;
}
body .max-w-569 {
  max-width: 569px !important;
}
body .max-w-570 {
  max-width: 570px !important;
}
body .max-w-571 {
  max-width: 571px !important;
}
body .max-w-572 {
  max-width: 572px !important;
}
body .max-w-573 {
  max-width: 573px !important;
}
body .max-w-574 {
  max-width: 574px !important;
}
body .max-w-575 {
  max-width: 575px !important;
}
body .max-w-576 {
  max-width: 576px !important;
}
body .max-w-577 {
  max-width: 577px !important;
}
body .max-w-578 {
  max-width: 578px !important;
}
body .max-w-579 {
  max-width: 579px !important;
}
body .max-w-580 {
  max-width: 580px !important;
}
body .max-w-581 {
  max-width: 581px !important;
}
body .max-w-582 {
  max-width: 582px !important;
}
body .max-w-583 {
  max-width: 583px !important;
}
body .max-w-584 {
  max-width: 584px !important;
}
body .max-w-585 {
  max-width: 585px !important;
}
body .max-w-586 {
  max-width: 586px !important;
}
body .max-w-587 {
  max-width: 587px !important;
}
body .max-w-588 {
  max-width: 588px !important;
}
body .max-w-589 {
  max-width: 589px !important;
}
body .max-w-590 {
  max-width: 590px !important;
}
body .max-w-591 {
  max-width: 591px !important;
}
body .max-w-592 {
  max-width: 592px !important;
}
body .max-w-593 {
  max-width: 593px !important;
}
body .max-w-594 {
  max-width: 594px !important;
}
body .max-w-595 {
  max-width: 595px !important;
}
body .max-w-596 {
  max-width: 596px !important;
}
body .max-w-597 {
  max-width: 597px !important;
}
body .max-w-598 {
  max-width: 598px !important;
}
body .max-w-599 {
  max-width: 599px !important;
}
body .max-w-600 {
  max-width: 600px !important;
}
body .max-w-601 {
  max-width: 601px !important;
}
body .max-w-602 {
  max-width: 602px !important;
}
body .max-w-603 {
  max-width: 603px !important;
}
body .max-w-604 {
  max-width: 604px !important;
}
body .max-w-605 {
  max-width: 605px !important;
}
body .max-w-606 {
  max-width: 606px !important;
}
body .max-w-607 {
  max-width: 607px !important;
}
body .max-w-608 {
  max-width: 608px !important;
}
body .max-w-609 {
  max-width: 609px !important;
}
body .max-w-610 {
  max-width: 610px !important;
}
body .max-w-611 {
  max-width: 611px !important;
}
body .max-w-612 {
  max-width: 612px !important;
}
body .max-w-613 {
  max-width: 613px !important;
}
body .max-w-614 {
  max-width: 614px !important;
}
body .max-w-615 {
  max-width: 615px !important;
}
body .max-w-616 {
  max-width: 616px !important;
}
body .max-w-617 {
  max-width: 617px !important;
}
body .max-w-618 {
  max-width: 618px !important;
}
body .max-w-619 {
  max-width: 619px !important;
}
body .max-w-620 {
  max-width: 620px !important;
}
body .max-w-621 {
  max-width: 621px !important;
}
body .max-w-622 {
  max-width: 622px !important;
}
body .max-w-623 {
  max-width: 623px !important;
}
body .max-w-624 {
  max-width: 624px !important;
}
body .max-w-625 {
  max-width: 625px !important;
}
body .max-w-626 {
  max-width: 626px !important;
}
body .max-w-627 {
  max-width: 627px !important;
}
body .max-w-628 {
  max-width: 628px !important;
}
body .max-w-629 {
  max-width: 629px !important;
}
body .max-w-630 {
  max-width: 630px !important;
}
body .max-w-631 {
  max-width: 631px !important;
}
body .max-w-632 {
  max-width: 632px !important;
}
body .max-w-633 {
  max-width: 633px !important;
}
body .max-w-634 {
  max-width: 634px !important;
}
body .max-w-635 {
  max-width: 635px !important;
}
body .max-w-636 {
  max-width: 636px !important;
}
body .max-w-637 {
  max-width: 637px !important;
}
body .max-w-638 {
  max-width: 638px !important;
}
body .max-w-639 {
  max-width: 639px !important;
}
body .max-w-640 {
  max-width: 640px !important;
}
body .max-w-641 {
  max-width: 641px !important;
}
body .max-w-642 {
  max-width: 642px !important;
}
body .max-w-643 {
  max-width: 643px !important;
}
body .max-w-644 {
  max-width: 644px !important;
}
body .max-w-645 {
  max-width: 645px !important;
}
body .max-w-646 {
  max-width: 646px !important;
}
body .max-w-647 {
  max-width: 647px !important;
}
body .max-w-648 {
  max-width: 648px !important;
}
body .max-w-649 {
  max-width: 649px !important;
}
body .max-w-650 {
  max-width: 650px !important;
}
body .max-w-651 {
  max-width: 651px !important;
}
body .max-w-652 {
  max-width: 652px !important;
}
body .max-w-653 {
  max-width: 653px !important;
}
body .max-w-654 {
  max-width: 654px !important;
}
body .max-w-655 {
  max-width: 655px !important;
}
body .max-w-656 {
  max-width: 656px !important;
}
body .max-w-657 {
  max-width: 657px !important;
}
body .max-w-658 {
  max-width: 658px !important;
}
body .max-w-659 {
  max-width: 659px !important;
}
body .max-w-660 {
  max-width: 660px !important;
}
body .max-w-661 {
  max-width: 661px !important;
}
body .max-w-662 {
  max-width: 662px !important;
}
body .max-w-663 {
  max-width: 663px !important;
}
body .max-w-664 {
  max-width: 664px !important;
}
body .max-w-665 {
  max-width: 665px !important;
}
body .max-w-666 {
  max-width: 666px !important;
}
body .max-w-667 {
  max-width: 667px !important;
}
body .max-w-668 {
  max-width: 668px !important;
}
body .max-w-669 {
  max-width: 669px !important;
}
body .max-w-670 {
  max-width: 670px !important;
}
body .max-w-671 {
  max-width: 671px !important;
}
body .max-w-672 {
  max-width: 672px !important;
}
body .max-w-673 {
  max-width: 673px !important;
}
body .max-w-674 {
  max-width: 674px !important;
}
body .max-w-675 {
  max-width: 675px !important;
}
body .max-w-676 {
  max-width: 676px !important;
}
body .max-w-677 {
  max-width: 677px !important;
}
body .max-w-678 {
  max-width: 678px !important;
}
body .max-w-679 {
  max-width: 679px !important;
}
body .max-w-680 {
  max-width: 680px !important;
}
body .max-w-681 {
  max-width: 681px !important;
}
body .max-w-682 {
  max-width: 682px !important;
}
body .max-w-683 {
  max-width: 683px !important;
}
body .max-w-684 {
  max-width: 684px !important;
}
body .max-w-685 {
  max-width: 685px !important;
}
body .max-w-686 {
  max-width: 686px !important;
}
body .max-w-687 {
  max-width: 687px !important;
}
body .max-w-688 {
  max-width: 688px !important;
}
body .max-w-689 {
  max-width: 689px !important;
}
body .max-w-690 {
  max-width: 690px !important;
}
body .max-w-691 {
  max-width: 691px !important;
}
body .max-w-692 {
  max-width: 692px !important;
}
body .max-w-693 {
  max-width: 693px !important;
}
body .max-w-694 {
  max-width: 694px !important;
}
body .max-w-695 {
  max-width: 695px !important;
}
body .max-w-696 {
  max-width: 696px !important;
}
body .max-w-697 {
  max-width: 697px !important;
}
body .max-w-698 {
  max-width: 698px !important;
}
body .max-w-699 {
  max-width: 699px !important;
}
body .max-w-700 {
  max-width: 700px !important;
}
body .max-w-701 {
  max-width: 701px !important;
}
body .max-w-702 {
  max-width: 702px !important;
}
body .max-w-703 {
  max-width: 703px !important;
}
body .max-w-704 {
  max-width: 704px !important;
}
body .max-w-705 {
  max-width: 705px !important;
}
body .max-w-706 {
  max-width: 706px !important;
}
body .max-w-707 {
  max-width: 707px !important;
}
body .max-w-708 {
  max-width: 708px !important;
}
body .max-w-709 {
  max-width: 709px !important;
}
body .max-w-710 {
  max-width: 710px !important;
}
body .max-w-711 {
  max-width: 711px !important;
}
body .max-w-712 {
  max-width: 712px !important;
}
body .max-w-713 {
  max-width: 713px !important;
}
body .max-w-714 {
  max-width: 714px !important;
}
body .max-w-715 {
  max-width: 715px !important;
}
body .max-w-716 {
  max-width: 716px !important;
}
body .max-w-717 {
  max-width: 717px !important;
}
body .max-w-718 {
  max-width: 718px !important;
}
body .max-w-719 {
  max-width: 719px !important;
}
body .max-w-720 {
  max-width: 720px !important;
}
body .max-w-721 {
  max-width: 721px !important;
}
body .max-w-722 {
  max-width: 722px !important;
}
body .max-w-723 {
  max-width: 723px !important;
}
body .max-w-724 {
  max-width: 724px !important;
}
body .max-w-725 {
  max-width: 725px !important;
}
body .max-w-726 {
  max-width: 726px !important;
}
body .max-w-727 {
  max-width: 727px !important;
}
body .max-w-728 {
  max-width: 728px !important;
}
body .max-w-729 {
  max-width: 729px !important;
}
body .max-w-730 {
  max-width: 730px !important;
}
body .max-w-731 {
  max-width: 731px !important;
}
body .max-w-732 {
  max-width: 732px !important;
}
body .max-w-733 {
  max-width: 733px !important;
}
body .max-w-734 {
  max-width: 734px !important;
}
body .max-w-735 {
  max-width: 735px !important;
}
body .max-w-736 {
  max-width: 736px !important;
}
body .max-w-737 {
  max-width: 737px !important;
}
body .max-w-738 {
  max-width: 738px !important;
}
body .max-w-739 {
  max-width: 739px !important;
}
body .max-w-740 {
  max-width: 740px !important;
}
body .max-w-741 {
  max-width: 741px !important;
}
body .max-w-742 {
  max-width: 742px !important;
}
body .max-w-743 {
  max-width: 743px !important;
}
body .max-w-744 {
  max-width: 744px !important;
}
body .max-w-745 {
  max-width: 745px !important;
}
body .max-w-746 {
  max-width: 746px !important;
}
body .max-w-747 {
  max-width: 747px !important;
}
body .max-w-748 {
  max-width: 748px !important;
}
body .max-w-749 {
  max-width: 749px !important;
}
body .max-w-750 {
  max-width: 750px !important;
}
body .max-w-751 {
  max-width: 751px !important;
}
body .max-w-752 {
  max-width: 752px !important;
}
body .max-w-753 {
  max-width: 753px !important;
}
body .max-w-754 {
  max-width: 754px !important;
}
body .max-w-755 {
  max-width: 755px !important;
}
body .max-w-756 {
  max-width: 756px !important;
}
body .max-w-757 {
  max-width: 757px !important;
}
body .max-w-758 {
  max-width: 758px !important;
}
body .max-w-759 {
  max-width: 759px !important;
}
body .max-w-760 {
  max-width: 760px !important;
}
body .max-w-761 {
  max-width: 761px !important;
}
body .max-w-762 {
  max-width: 762px !important;
}
body .max-w-763 {
  max-width: 763px !important;
}
body .max-w-764 {
  max-width: 764px !important;
}
body .max-w-765 {
  max-width: 765px !important;
}
body .max-w-766 {
  max-width: 766px !important;
}
body .max-w-767 {
  max-width: 767px !important;
}
body .max-w-768 {
  max-width: 768px !important;
}
body .max-w-769 {
  max-width: 769px !important;
}
body .max-w-770 {
  max-width: 770px !important;
}
body .max-w-771 {
  max-width: 771px !important;
}
body .max-w-772 {
  max-width: 772px !important;
}
body .max-w-773 {
  max-width: 773px !important;
}
body .max-w-774 {
  max-width: 774px !important;
}
body .max-w-775 {
  max-width: 775px !important;
}
body .max-w-776 {
  max-width: 776px !important;
}
body .max-w-777 {
  max-width: 777px !important;
}
body .max-w-778 {
  max-width: 778px !important;
}
body .max-w-779 {
  max-width: 779px !important;
}
body .max-w-780 {
  max-width: 780px !important;
}
body .max-w-781 {
  max-width: 781px !important;
}
body .max-w-782 {
  max-width: 782px !important;
}
body .max-w-783 {
  max-width: 783px !important;
}
body .max-w-784 {
  max-width: 784px !important;
}
body .max-w-785 {
  max-width: 785px !important;
}
body .max-w-786 {
  max-width: 786px !important;
}
body .max-w-787 {
  max-width: 787px !important;
}
body .max-w-788 {
  max-width: 788px !important;
}
body .max-w-789 {
  max-width: 789px !important;
}
body .max-w-790 {
  max-width: 790px !important;
}
body .max-w-791 {
  max-width: 791px !important;
}
body .max-w-792 {
  max-width: 792px !important;
}
body .max-w-793 {
  max-width: 793px !important;
}
body .max-w-794 {
  max-width: 794px !important;
}
body .max-w-795 {
  max-width: 795px !important;
}
body .max-w-796 {
  max-width: 796px !important;
}
body .max-w-797 {
  max-width: 797px !important;
}
body .max-w-798 {
  max-width: 798px !important;
}
body .max-w-799 {
  max-width: 799px !important;
}
body .max-w-800 {
  max-width: 800px !important;
}
body .max-w-801 {
  max-width: 801px !important;
}
body .max-w-802 {
  max-width: 802px !important;
}
body .max-w-803 {
  max-width: 803px !important;
}
body .max-w-804 {
  max-width: 804px !important;
}
body .max-w-805 {
  max-width: 805px !important;
}
body .max-w-806 {
  max-width: 806px !important;
}
body .max-w-807 {
  max-width: 807px !important;
}
body .max-w-808 {
  max-width: 808px !important;
}
body .max-w-809 {
  max-width: 809px !important;
}
body .max-w-810 {
  max-width: 810px !important;
}
body .max-w-811 {
  max-width: 811px !important;
}
body .max-w-812 {
  max-width: 812px !important;
}
body .max-w-813 {
  max-width: 813px !important;
}
body .max-w-814 {
  max-width: 814px !important;
}
body .max-w-815 {
  max-width: 815px !important;
}
body .max-w-816 {
  max-width: 816px !important;
}
body .max-w-817 {
  max-width: 817px !important;
}
body .max-w-818 {
  max-width: 818px !important;
}
body .max-w-819 {
  max-width: 819px !important;
}
body .max-w-820 {
  max-width: 820px !important;
}
body .max-w-821 {
  max-width: 821px !important;
}
body .max-w-822 {
  max-width: 822px !important;
}
body .max-w-823 {
  max-width: 823px !important;
}
body .max-w-824 {
  max-width: 824px !important;
}
body .max-w-825 {
  max-width: 825px !important;
}
body .max-w-826 {
  max-width: 826px !important;
}
body .max-w-827 {
  max-width: 827px !important;
}
body .max-w-828 {
  max-width: 828px !important;
}
body .max-w-829 {
  max-width: 829px !important;
}
body .max-w-830 {
  max-width: 830px !important;
}
body .max-w-831 {
  max-width: 831px !important;
}
body .max-w-832 {
  max-width: 832px !important;
}
body .max-w-833 {
  max-width: 833px !important;
}
body .max-w-834 {
  max-width: 834px !important;
}
body .max-w-835 {
  max-width: 835px !important;
}
body .max-w-836 {
  max-width: 836px !important;
}
body .max-w-837 {
  max-width: 837px !important;
}
body .max-w-838 {
  max-width: 838px !important;
}
body .max-w-839 {
  max-width: 839px !important;
}
body .max-w-840 {
  max-width: 840px !important;
}
body .max-w-841 {
  max-width: 841px !important;
}
body .max-w-842 {
  max-width: 842px !important;
}
body .max-w-843 {
  max-width: 843px !important;
}
body .max-w-844 {
  max-width: 844px !important;
}
body .max-w-845 {
  max-width: 845px !important;
}
body .max-w-846 {
  max-width: 846px !important;
}
body .max-w-847 {
  max-width: 847px !important;
}
body .max-w-848 {
  max-width: 848px !important;
}
body .max-w-849 {
  max-width: 849px !important;
}
body .max-w-850 {
  max-width: 850px !important;
}
body .max-w-851 {
  max-width: 851px !important;
}
body .max-w-852 {
  max-width: 852px !important;
}
body .max-w-853 {
  max-width: 853px !important;
}
body .max-w-854 {
  max-width: 854px !important;
}
body .max-w-855 {
  max-width: 855px !important;
}
body .max-w-856 {
  max-width: 856px !important;
}
body .max-w-857 {
  max-width: 857px !important;
}
body .max-w-858 {
  max-width: 858px !important;
}
body .max-w-859 {
  max-width: 859px !important;
}
body .max-w-860 {
  max-width: 860px !important;
}
body .max-w-861 {
  max-width: 861px !important;
}
body .max-w-862 {
  max-width: 862px !important;
}
body .max-w-863 {
  max-width: 863px !important;
}
body .max-w-864 {
  max-width: 864px !important;
}
body .max-w-865 {
  max-width: 865px !important;
}
body .max-w-866 {
  max-width: 866px !important;
}
body .max-w-867 {
  max-width: 867px !important;
}
body .max-w-868 {
  max-width: 868px !important;
}
body .max-w-869 {
  max-width: 869px !important;
}
body .max-w-870 {
  max-width: 870px !important;
}
body .max-w-871 {
  max-width: 871px !important;
}
body .max-w-872 {
  max-width: 872px !important;
}
body .max-w-873 {
  max-width: 873px !important;
}
body .max-w-874 {
  max-width: 874px !important;
}
body .max-w-875 {
  max-width: 875px !important;
}
body .max-w-876 {
  max-width: 876px !important;
}
body .max-w-877 {
  max-width: 877px !important;
}
body .max-w-878 {
  max-width: 878px !important;
}
body .max-w-879 {
  max-width: 879px !important;
}
body .max-w-880 {
  max-width: 880px !important;
}
body .max-w-881 {
  max-width: 881px !important;
}
body .max-w-882 {
  max-width: 882px !important;
}
body .max-w-883 {
  max-width: 883px !important;
}
body .max-w-884 {
  max-width: 884px !important;
}
body .max-w-885 {
  max-width: 885px !important;
}
body .max-w-886 {
  max-width: 886px !important;
}
body .max-w-887 {
  max-width: 887px !important;
}
body .max-w-888 {
  max-width: 888px !important;
}
body .max-w-889 {
  max-width: 889px !important;
}
body .max-w-890 {
  max-width: 890px !important;
}
body .max-w-891 {
  max-width: 891px !important;
}
body .max-w-892 {
  max-width: 892px !important;
}
body .max-w-893 {
  max-width: 893px !important;
}
body .max-w-894 {
  max-width: 894px !important;
}
body .max-w-895 {
  max-width: 895px !important;
}
body .max-w-896 {
  max-width: 896px !important;
}
body .max-w-897 {
  max-width: 897px !important;
}
body .max-w-898 {
  max-width: 898px !important;
}
body .max-w-899 {
  max-width: 899px !important;
}
body .max-w-900 {
  max-width: 900px !important;
}
body .max-w-901 {
  max-width: 901px !important;
}
body .max-w-902 {
  max-width: 902px !important;
}
body .max-w-903 {
  max-width: 903px !important;
}
body .max-w-904 {
  max-width: 904px !important;
}
body .max-w-905 {
  max-width: 905px !important;
}
body .max-w-906 {
  max-width: 906px !important;
}
body .max-w-907 {
  max-width: 907px !important;
}
body .max-w-908 {
  max-width: 908px !important;
}
body .max-w-909 {
  max-width: 909px !important;
}
body .max-w-910 {
  max-width: 910px !important;
}
body .max-w-911 {
  max-width: 911px !important;
}
body .max-w-912 {
  max-width: 912px !important;
}
body .max-w-913 {
  max-width: 913px !important;
}
body .max-w-914 {
  max-width: 914px !important;
}
body .max-w-915 {
  max-width: 915px !important;
}
body .max-w-916 {
  max-width: 916px !important;
}
body .max-w-917 {
  max-width: 917px !important;
}
body .max-w-918 {
  max-width: 918px !important;
}
body .max-w-919 {
  max-width: 919px !important;
}
body .max-w-920 {
  max-width: 920px !important;
}
body .max-w-921 {
  max-width: 921px !important;
}
body .max-w-922 {
  max-width: 922px !important;
}
body .max-w-923 {
  max-width: 923px !important;
}
body .max-w-924 {
  max-width: 924px !important;
}
body .max-w-925 {
  max-width: 925px !important;
}
body .max-w-926 {
  max-width: 926px !important;
}
body .max-w-927 {
  max-width: 927px !important;
}
body .max-w-928 {
  max-width: 928px !important;
}
body .max-w-929 {
  max-width: 929px !important;
}
body .max-w-930 {
  max-width: 930px !important;
}
body .max-w-931 {
  max-width: 931px !important;
}
body .max-w-932 {
  max-width: 932px !important;
}
body .max-w-933 {
  max-width: 933px !important;
}
body .max-w-934 {
  max-width: 934px !important;
}
body .max-w-935 {
  max-width: 935px !important;
}
body .max-w-936 {
  max-width: 936px !important;
}
body .max-w-937 {
  max-width: 937px !important;
}
body .max-w-938 {
  max-width: 938px !important;
}
body .max-w-939 {
  max-width: 939px !important;
}
body .max-w-940 {
  max-width: 940px !important;
}
body .max-w-941 {
  max-width: 941px !important;
}
body .max-w-942 {
  max-width: 942px !important;
}
body .max-w-943 {
  max-width: 943px !important;
}
body .max-w-944 {
  max-width: 944px !important;
}
body .max-w-945 {
  max-width: 945px !important;
}
body .max-w-946 {
  max-width: 946px !important;
}
body .max-w-947 {
  max-width: 947px !important;
}
body .max-w-948 {
  max-width: 948px !important;
}
body .max-w-949 {
  max-width: 949px !important;
}
body .max-w-950 {
  max-width: 950px !important;
}
body .max-w-951 {
  max-width: 951px !important;
}
body .max-w-952 {
  max-width: 952px !important;
}
body .max-w-953 {
  max-width: 953px !important;
}
body .max-w-954 {
  max-width: 954px !important;
}
body .max-w-955 {
  max-width: 955px !important;
}
body .max-w-956 {
  max-width: 956px !important;
}
body .max-w-957 {
  max-width: 957px !important;
}
body .max-w-958 {
  max-width: 958px !important;
}
body .max-w-959 {
  max-width: 959px !important;
}
body .max-w-960 {
  max-width: 960px !important;
}
body .max-w-961 {
  max-width: 961px !important;
}
body .max-w-962 {
  max-width: 962px !important;
}
body .max-w-963 {
  max-width: 963px !important;
}
body .max-w-964 {
  max-width: 964px !important;
}
body .max-w-965 {
  max-width: 965px !important;
}
body .max-w-966 {
  max-width: 966px !important;
}
body .max-w-967 {
  max-width: 967px !important;
}
body .max-w-968 {
  max-width: 968px !important;
}
body .max-w-969 {
  max-width: 969px !important;
}
body .max-w-970 {
  max-width: 970px !important;
}
body .max-w-971 {
  max-width: 971px !important;
}
body .max-w-972 {
  max-width: 972px !important;
}
body .max-w-973 {
  max-width: 973px !important;
}
body .max-w-974 {
  max-width: 974px !important;
}
body .max-w-975 {
  max-width: 975px !important;
}
body .max-w-976 {
  max-width: 976px !important;
}
body .max-w-977 {
  max-width: 977px !important;
}
body .max-w-978 {
  max-width: 978px !important;
}
body .max-w-979 {
  max-width: 979px !important;
}
body .max-w-980 {
  max-width: 980px !important;
}
body .max-w-981 {
  max-width: 981px !important;
}
body .max-w-982 {
  max-width: 982px !important;
}
body .max-w-983 {
  max-width: 983px !important;
}
body .max-w-984 {
  max-width: 984px !important;
}
body .max-w-985 {
  max-width: 985px !important;
}
body .max-w-986 {
  max-width: 986px !important;
}
body .max-w-987 {
  max-width: 987px !important;
}
body .max-w-988 {
  max-width: 988px !important;
}
body .max-w-989 {
  max-width: 989px !important;
}
body .max-w-990 {
  max-width: 990px !important;
}
body .max-w-991 {
  max-width: 991px !important;
}
body .max-w-992 {
  max-width: 992px !important;
}
body .max-w-993 {
  max-width: 993px !important;
}
body .max-w-994 {
  max-width: 994px !important;
}
body .max-w-995 {
  max-width: 995px !important;
}
body .max-w-996 {
  max-width: 996px !important;
}
body .max-w-997 {
  max-width: 997px !important;
}
body .max-w-998 {
  max-width: 998px !important;
}
body .max-w-999 {
  max-width: 999px !important;
}
body .max-w-1000 {
  max-width: 1000px !important;
}
body .width-1 {
  width: 1px !important;
}
body .width-2 {
  width: 2px !important;
}
body .width-3 {
  width: 3px !important;
}
body .width-4 {
  width: 4px !important;
}
body .width-5 {
  width: 5px !important;
}
body .width-6 {
  width: 6px !important;
}
body .width-7 {
  width: 7px !important;
}
body .width-8 {
  width: 8px !important;
}
body .width-9 {
  width: 9px !important;
}
body .width-10 {
  width: 10px !important;
}
body .width-11 {
  width: 11px !important;
}
body .width-12 {
  width: 12px !important;
}
body .width-13 {
  width: 13px !important;
}
body .width-14 {
  width: 14px !important;
}
body .width-15 {
  width: 15px !important;
}
body .width-16 {
  width: 16px !important;
}
body .width-17 {
  width: 17px !important;
}
body .width-18 {
  width: 18px !important;
}
body .width-19 {
  width: 19px !important;
}
body .width-20 {
  width: 20px !important;
}
body .width-21 {
  width: 21px !important;
}
body .width-22 {
  width: 22px !important;
}
body .width-23 {
  width: 23px !important;
}
body .width-24 {
  width: 24px !important;
}
body .width-25 {
  width: 25px !important;
}
body .width-26 {
  width: 26px !important;
}
body .width-27 {
  width: 27px !important;
}
body .width-28 {
  width: 28px !important;
}
body .width-29 {
  width: 29px !important;
}
body .width-30 {
  width: 30px !important;
}
body .width-31 {
  width: 31px !important;
}
body .width-32 {
  width: 32px !important;
}
body .width-33 {
  width: 33px !important;
}
body .width-34 {
  width: 34px !important;
}
body .width-35 {
  width: 35px !important;
}
body .width-36 {
  width: 36px !important;
}
body .width-37 {
  width: 37px !important;
}
body .width-38 {
  width: 38px !important;
}
body .width-39 {
  width: 39px !important;
}
body .width-40 {
  width: 40px !important;
}
body .width-41 {
  width: 41px !important;
}
body .width-42 {
  width: 42px !important;
}
body .width-43 {
  width: 43px !important;
}
body .width-44 {
  width: 44px !important;
}
body .width-45 {
  width: 45px !important;
}
body .width-46 {
  width: 46px !important;
}
body .width-47 {
  width: 47px !important;
}
body .width-48 {
  width: 48px !important;
}
body .width-49 {
  width: 49px !important;
}
body .width-50 {
  width: 50px !important;
}
body .width-51 {
  width: 51px !important;
}
body .width-52 {
  width: 52px !important;
}
body .width-53 {
  width: 53px !important;
}
body .width-54 {
  width: 54px !important;
}
body .width-55 {
  width: 55px !important;
}
body .width-56 {
  width: 56px !important;
}
body .width-57 {
  width: 57px !important;
}
body .width-58 {
  width: 58px !important;
}
body .width-59 {
  width: 59px !important;
}
body .width-60 {
  width: 60px !important;
}
body .width-61 {
  width: 61px !important;
}
body .width-62 {
  width: 62px !important;
}
body .width-63 {
  width: 63px !important;
}
body .width-64 {
  width: 64px !important;
}
body .width-65 {
  width: 65px !important;
}
body .width-66 {
  width: 66px !important;
}
body .width-67 {
  width: 67px !important;
}
body .width-68 {
  width: 68px !important;
}
body .width-69 {
  width: 69px !important;
}
body .width-70 {
  width: 70px !important;
}
body .width-71 {
  width: 71px !important;
}
body .width-72 {
  width: 72px !important;
}
body .width-73 {
  width: 73px !important;
}
body .width-74 {
  width: 74px !important;
}
body .width-75 {
  width: 75px !important;
}
body .width-76 {
  width: 76px !important;
}
body .width-77 {
  width: 77px !important;
}
body .width-78 {
  width: 78px !important;
}
body .width-79 {
  width: 79px !important;
}
body .width-80 {
  width: 80px !important;
}
body .width-81 {
  width: 81px !important;
}
body .width-82 {
  width: 82px !important;
}
body .width-83 {
  width: 83px !important;
}
body .width-84 {
  width: 84px !important;
}
body .width-85 {
  width: 85px !important;
}
body .width-86 {
  width: 86px !important;
}
body .width-87 {
  width: 87px !important;
}
body .width-88 {
  width: 88px !important;
}
body .width-89 {
  width: 89px !important;
}
body .width-90 {
  width: 90px !important;
}
body .width-91 {
  width: 91px !important;
}
body .width-92 {
  width: 92px !important;
}
body .width-93 {
  width: 93px !important;
}
body .width-94 {
  width: 94px !important;
}
body .width-95 {
  width: 95px !important;
}
body .width-96 {
  width: 96px !important;
}
body .width-97 {
  width: 97px !important;
}
body .width-98 {
  width: 98px !important;
}
body .width-99 {
  width: 99px !important;
}
body .width-100 {
  width: 100px !important;
}
body .width-101 {
  width: 101px !important;
}
body .width-102 {
  width: 102px !important;
}
body .width-103 {
  width: 103px !important;
}
body .width-104 {
  width: 104px !important;
}
body .width-105 {
  width: 105px !important;
}
body .width-106 {
  width: 106px !important;
}
body .width-107 {
  width: 107px !important;
}
body .width-108 {
  width: 108px !important;
}
body .width-109 {
  width: 109px !important;
}
body .width-110 {
  width: 110px !important;
}
body .width-111 {
  width: 111px !important;
}
body .width-112 {
  width: 112px !important;
}
body .width-113 {
  width: 113px !important;
}
body .width-114 {
  width: 114px !important;
}
body .width-115 {
  width: 115px !important;
}
body .width-116 {
  width: 116px !important;
}
body .width-117 {
  width: 117px !important;
}
body .width-118 {
  width: 118px !important;
}
body .width-119 {
  width: 119px !important;
}
body .width-120 {
  width: 120px !important;
}
body .width-121 {
  width: 121px !important;
}
body .width-122 {
  width: 122px !important;
}
body .width-123 {
  width: 123px !important;
}
body .width-124 {
  width: 124px !important;
}
body .width-125 {
  width: 125px !important;
}
body .width-126 {
  width: 126px !important;
}
body .width-127 {
  width: 127px !important;
}
body .width-128 {
  width: 128px !important;
}
body .width-129 {
  width: 129px !important;
}
body .width-130 {
  width: 130px !important;
}
body .width-131 {
  width: 131px !important;
}
body .width-132 {
  width: 132px !important;
}
body .width-133 {
  width: 133px !important;
}
body .width-134 {
  width: 134px !important;
}
body .width-135 {
  width: 135px !important;
}
body .width-136 {
  width: 136px !important;
}
body .width-137 {
  width: 137px !important;
}
body .width-138 {
  width: 138px !important;
}
body .width-139 {
  width: 139px !important;
}
body .width-140 {
  width: 140px !important;
}
body .width-141 {
  width: 141px !important;
}
body .width-142 {
  width: 142px !important;
}
body .width-143 {
  width: 143px !important;
}
body .width-144 {
  width: 144px !important;
}
body .width-145 {
  width: 145px !important;
}
body .width-146 {
  width: 146px !important;
}
body .width-147 {
  width: 147px !important;
}
body .width-148 {
  width: 148px !important;
}
body .width-149 {
  width: 149px !important;
}
body .width-150 {
  width: 150px !important;
}
body .width-151 {
  width: 151px !important;
}
body .width-152 {
  width: 152px !important;
}
body .width-153 {
  width: 153px !important;
}
body .width-154 {
  width: 154px !important;
}
body .width-155 {
  width: 155px !important;
}
body .width-156 {
  width: 156px !important;
}
body .width-157 {
  width: 157px !important;
}
body .width-158 {
  width: 158px !important;
}
body .width-159 {
  width: 159px !important;
}
body .width-160 {
  width: 160px !important;
}
body .width-161 {
  width: 161px !important;
}
body .width-162 {
  width: 162px !important;
}
body .width-163 {
  width: 163px !important;
}
body .width-164 {
  width: 164px !important;
}
body .width-165 {
  width: 165px !important;
}
body .width-166 {
  width: 166px !important;
}
body .width-167 {
  width: 167px !important;
}
body .width-168 {
  width: 168px !important;
}
body .width-169 {
  width: 169px !important;
}
body .width-170 {
  width: 170px !important;
}
body .width-171 {
  width: 171px !important;
}
body .width-172 {
  width: 172px !important;
}
body .width-173 {
  width: 173px !important;
}
body .width-174 {
  width: 174px !important;
}
body .width-175 {
  width: 175px !important;
}
body .width-176 {
  width: 176px !important;
}
body .width-177 {
  width: 177px !important;
}
body .width-178 {
  width: 178px !important;
}
body .width-179 {
  width: 179px !important;
}
body .width-180 {
  width: 180px !important;
}
body .width-181 {
  width: 181px !important;
}
body .width-182 {
  width: 182px !important;
}
body .width-183 {
  width: 183px !important;
}
body .width-184 {
  width: 184px !important;
}
body .width-185 {
  width: 185px !important;
}
body .width-186 {
  width: 186px !important;
}
body .width-187 {
  width: 187px !important;
}
body .width-188 {
  width: 188px !important;
}
body .width-189 {
  width: 189px !important;
}
body .width-190 {
  width: 190px !important;
}
body .width-191 {
  width: 191px !important;
}
body .width-192 {
  width: 192px !important;
}
body .width-193 {
  width: 193px !important;
}
body .width-194 {
  width: 194px !important;
}
body .width-195 {
  width: 195px !important;
}
body .width-196 {
  width: 196px !important;
}
body .width-197 {
  width: 197px !important;
}
body .width-198 {
  width: 198px !important;
}
body .width-199 {
  width: 199px !important;
}
body .width-200 {
  width: 200px !important;
}
body .width-201 {
  width: 201px !important;
}
body .width-202 {
  width: 202px !important;
}
body .width-203 {
  width: 203px !important;
}
body .width-204 {
  width: 204px !important;
}
body .width-205 {
  width: 205px !important;
}
body .width-206 {
  width: 206px !important;
}
body .width-207 {
  width: 207px !important;
}
body .width-208 {
  width: 208px !important;
}
body .width-209 {
  width: 209px !important;
}
body .width-210 {
  width: 210px !important;
}
body .width-211 {
  width: 211px !important;
}
body .width-212 {
  width: 212px !important;
}
body .width-213 {
  width: 213px !important;
}
body .width-214 {
  width: 214px !important;
}
body .width-215 {
  width: 215px !important;
}
body .width-216 {
  width: 216px !important;
}
body .width-217 {
  width: 217px !important;
}
body .width-218 {
  width: 218px !important;
}
body .width-219 {
  width: 219px !important;
}
body .width-220 {
  width: 220px !important;
}
body .width-221 {
  width: 221px !important;
}
body .width-222 {
  width: 222px !important;
}
body .width-223 {
  width: 223px !important;
}
body .width-224 {
  width: 224px !important;
}
body .width-225 {
  width: 225px !important;
}
body .width-226 {
  width: 226px !important;
}
body .width-227 {
  width: 227px !important;
}
body .width-228 {
  width: 228px !important;
}
body .width-229 {
  width: 229px !important;
}
body .width-230 {
  width: 230px !important;
}
body .width-231 {
  width: 231px !important;
}
body .width-232 {
  width: 232px !important;
}
body .width-233 {
  width: 233px !important;
}
body .width-234 {
  width: 234px !important;
}
body .width-235 {
  width: 235px !important;
}
body .width-236 {
  width: 236px !important;
}
body .width-237 {
  width: 237px !important;
}
body .width-238 {
  width: 238px !important;
}
body .width-239 {
  width: 239px !important;
}
body .width-240 {
  width: 240px !important;
}
body .width-241 {
  width: 241px !important;
}
body .width-242 {
  width: 242px !important;
}
body .width-243 {
  width: 243px !important;
}
body .width-244 {
  width: 244px !important;
}
body .width-245 {
  width: 245px !important;
}
body .width-246 {
  width: 246px !important;
}
body .width-247 {
  width: 247px !important;
}
body .width-248 {
  width: 248px !important;
}
body .width-249 {
  width: 249px !important;
}
body .width-250 {
  width: 250px !important;
}
body .width-251 {
  width: 251px !important;
}
body .width-252 {
  width: 252px !important;
}
body .width-253 {
  width: 253px !important;
}
body .width-254 {
  width: 254px !important;
}
body .width-255 {
  width: 255px !important;
}
body .width-256 {
  width: 256px !important;
}
body .width-257 {
  width: 257px !important;
}
body .width-258 {
  width: 258px !important;
}
body .width-259 {
  width: 259px !important;
}
body .width-260 {
  width: 260px !important;
}
body .width-261 {
  width: 261px !important;
}
body .width-262 {
  width: 262px !important;
}
body .width-263 {
  width: 263px !important;
}
body .width-264 {
  width: 264px !important;
}
body .width-265 {
  width: 265px !important;
}
body .width-266 {
  width: 266px !important;
}
body .width-267 {
  width: 267px !important;
}
body .width-268 {
  width: 268px !important;
}
body .width-269 {
  width: 269px !important;
}
body .width-270 {
  width: 270px !important;
}
body .width-271 {
  width: 271px !important;
}
body .width-272 {
  width: 272px !important;
}
body .width-273 {
  width: 273px !important;
}
body .width-274 {
  width: 274px !important;
}
body .width-275 {
  width: 275px !important;
}
body .width-276 {
  width: 276px !important;
}
body .width-277 {
  width: 277px !important;
}
body .width-278 {
  width: 278px !important;
}
body .width-279 {
  width: 279px !important;
}
body .width-280 {
  width: 280px !important;
}
body .width-281 {
  width: 281px !important;
}
body .width-282 {
  width: 282px !important;
}
body .width-283 {
  width: 283px !important;
}
body .width-284 {
  width: 284px !important;
}
body .width-285 {
  width: 285px !important;
}
body .width-286 {
  width: 286px !important;
}
body .width-287 {
  width: 287px !important;
}
body .width-288 {
  width: 288px !important;
}
body .width-289 {
  width: 289px !important;
}
body .width-290 {
  width: 290px !important;
}
body .width-291 {
  width: 291px !important;
}
body .width-292 {
  width: 292px !important;
}
body .width-293 {
  width: 293px !important;
}
body .width-294 {
  width: 294px !important;
}
body .width-295 {
  width: 295px !important;
}
body .width-296 {
  width: 296px !important;
}
body .width-297 {
  width: 297px !important;
}
body .width-298 {
  width: 298px !important;
}
body .width-299 {
  width: 299px !important;
}
body .width-300 {
  width: 300px !important;
}
body .width-301 {
  width: 301px !important;
}
body .width-302 {
  width: 302px !important;
}
body .width-303 {
  width: 303px !important;
}
body .width-304 {
  width: 304px !important;
}
body .width-305 {
  width: 305px !important;
}
body .width-306 {
  width: 306px !important;
}
body .width-307 {
  width: 307px !important;
}
body .width-308 {
  width: 308px !important;
}
body .width-309 {
  width: 309px !important;
}
body .width-310 {
  width: 310px !important;
}
body .width-311 {
  width: 311px !important;
}
body .width-312 {
  width: 312px !important;
}
body .width-313 {
  width: 313px !important;
}
body .width-314 {
  width: 314px !important;
}
body .width-315 {
  width: 315px !important;
}
body .width-316 {
  width: 316px !important;
}
body .width-317 {
  width: 317px !important;
}
body .width-318 {
  width: 318px !important;
}
body .width-319 {
  width: 319px !important;
}
body .width-320 {
  width: 320px !important;
}
body .width-321 {
  width: 321px !important;
}
body .width-322 {
  width: 322px !important;
}
body .width-323 {
  width: 323px !important;
}
body .width-324 {
  width: 324px !important;
}
body .width-325 {
  width: 325px !important;
}
body .width-326 {
  width: 326px !important;
}
body .width-327 {
  width: 327px !important;
}
body .width-328 {
  width: 328px !important;
}
body .width-329 {
  width: 329px !important;
}
body .width-330 {
  width: 330px !important;
}
body .width-331 {
  width: 331px !important;
}
body .width-332 {
  width: 332px !important;
}
body .width-333 {
  width: 333px !important;
}
body .width-334 {
  width: 334px !important;
}
body .width-335 {
  width: 335px !important;
}
body .width-336 {
  width: 336px !important;
}
body .width-337 {
  width: 337px !important;
}
body .width-338 {
  width: 338px !important;
}
body .width-339 {
  width: 339px !important;
}
body .width-340 {
  width: 340px !important;
}
body .width-341 {
  width: 341px !important;
}
body .width-342 {
  width: 342px !important;
}
body .width-343 {
  width: 343px !important;
}
body .width-344 {
  width: 344px !important;
}
body .width-345 {
  width: 345px !important;
}
body .width-346 {
  width: 346px !important;
}
body .width-347 {
  width: 347px !important;
}
body .width-348 {
  width: 348px !important;
}
body .width-349 {
  width: 349px !important;
}
body .width-350 {
  width: 350px !important;
}
body .width-351 {
  width: 351px !important;
}
body .width-352 {
  width: 352px !important;
}
body .width-353 {
  width: 353px !important;
}
body .width-354 {
  width: 354px !important;
}
body .width-355 {
  width: 355px !important;
}
body .width-356 {
  width: 356px !important;
}
body .width-357 {
  width: 357px !important;
}
body .width-358 {
  width: 358px !important;
}
body .width-359 {
  width: 359px !important;
}
body .width-360 {
  width: 360px !important;
}
body .width-361 {
  width: 361px !important;
}
body .width-362 {
  width: 362px !important;
}
body .width-363 {
  width: 363px !important;
}
body .width-364 {
  width: 364px !important;
}
body .width-365 {
  width: 365px !important;
}
body .width-366 {
  width: 366px !important;
}
body .width-367 {
  width: 367px !important;
}
body .width-368 {
  width: 368px !important;
}
body .width-369 {
  width: 369px !important;
}
body .width-370 {
  width: 370px !important;
}
body .width-371 {
  width: 371px !important;
}
body .width-372 {
  width: 372px !important;
}
body .width-373 {
  width: 373px !important;
}
body .width-374 {
  width: 374px !important;
}
body .width-375 {
  width: 375px !important;
}
body .width-376 {
  width: 376px !important;
}
body .width-377 {
  width: 377px !important;
}
body .width-378 {
  width: 378px !important;
}
body .width-379 {
  width: 379px !important;
}
body .width-380 {
  width: 380px !important;
}
body .width-381 {
  width: 381px !important;
}
body .width-382 {
  width: 382px !important;
}
body .width-383 {
  width: 383px !important;
}
body .width-384 {
  width: 384px !important;
}
body .width-385 {
  width: 385px !important;
}
body .width-386 {
  width: 386px !important;
}
body .width-387 {
  width: 387px !important;
}
body .width-388 {
  width: 388px !important;
}
body .width-389 {
  width: 389px !important;
}
body .width-390 {
  width: 390px !important;
}
body .width-391 {
  width: 391px !important;
}
body .width-392 {
  width: 392px !important;
}
body .width-393 {
  width: 393px !important;
}
body .width-394 {
  width: 394px !important;
}
body .width-395 {
  width: 395px !important;
}
body .width-396 {
  width: 396px !important;
}
body .width-397 {
  width: 397px !important;
}
body .width-398 {
  width: 398px !important;
}
body .width-399 {
  width: 399px !important;
}
body .width-400 {
  width: 400px !important;
}
body .width-401 {
  width: 401px !important;
}
body .width-402 {
  width: 402px !important;
}
body .width-403 {
  width: 403px !important;
}
body .width-404 {
  width: 404px !important;
}
body .width-405 {
  width: 405px !important;
}
body .width-406 {
  width: 406px !important;
}
body .width-407 {
  width: 407px !important;
}
body .width-408 {
  width: 408px !important;
}
body .width-409 {
  width: 409px !important;
}
body .width-410 {
  width: 410px !important;
}
body .width-411 {
  width: 411px !important;
}
body .width-412 {
  width: 412px !important;
}
body .width-413 {
  width: 413px !important;
}
body .width-414 {
  width: 414px !important;
}
body .width-415 {
  width: 415px !important;
}
body .width-416 {
  width: 416px !important;
}
body .width-417 {
  width: 417px !important;
}
body .width-418 {
  width: 418px !important;
}
body .width-419 {
  width: 419px !important;
}
body .width-420 {
  width: 420px !important;
}
body .width-421 {
  width: 421px !important;
}
body .width-422 {
  width: 422px !important;
}
body .width-423 {
  width: 423px !important;
}
body .width-424 {
  width: 424px !important;
}
body .width-425 {
  width: 425px !important;
}
body .width-426 {
  width: 426px !important;
}
body .width-427 {
  width: 427px !important;
}
body .width-428 {
  width: 428px !important;
}
body .width-429 {
  width: 429px !important;
}
body .width-430 {
  width: 430px !important;
}
body .width-431 {
  width: 431px !important;
}
body .width-432 {
  width: 432px !important;
}
body .width-433 {
  width: 433px !important;
}
body .width-434 {
  width: 434px !important;
}
body .width-435 {
  width: 435px !important;
}
body .width-436 {
  width: 436px !important;
}
body .width-437 {
  width: 437px !important;
}
body .width-438 {
  width: 438px !important;
}
body .width-439 {
  width: 439px !important;
}
body .width-440 {
  width: 440px !important;
}
body .width-441 {
  width: 441px !important;
}
body .width-442 {
  width: 442px !important;
}
body .width-443 {
  width: 443px !important;
}
body .width-444 {
  width: 444px !important;
}
body .width-445 {
  width: 445px !important;
}
body .width-446 {
  width: 446px !important;
}
body .width-447 {
  width: 447px !important;
}
body .width-448 {
  width: 448px !important;
}
body .width-449 {
  width: 449px !important;
}
body .width-450 {
  width: 450px !important;
}
body .width-451 {
  width: 451px !important;
}
body .width-452 {
  width: 452px !important;
}
body .width-453 {
  width: 453px !important;
}
body .width-454 {
  width: 454px !important;
}
body .width-455 {
  width: 455px !important;
}
body .width-456 {
  width: 456px !important;
}
body .width-457 {
  width: 457px !important;
}
body .width-458 {
  width: 458px !important;
}
body .width-459 {
  width: 459px !important;
}
body .width-460 {
  width: 460px !important;
}
body .width-461 {
  width: 461px !important;
}
body .width-462 {
  width: 462px !important;
}
body .width-463 {
  width: 463px !important;
}
body .width-464 {
  width: 464px !important;
}
body .width-465 {
  width: 465px !important;
}
body .width-466 {
  width: 466px !important;
}
body .width-467 {
  width: 467px !important;
}
body .width-468 {
  width: 468px !important;
}
body .width-469 {
  width: 469px !important;
}
body .width-470 {
  width: 470px !important;
}
body .width-471 {
  width: 471px !important;
}
body .width-472 {
  width: 472px !important;
}
body .width-473 {
  width: 473px !important;
}
body .width-474 {
  width: 474px !important;
}
body .width-475 {
  width: 475px !important;
}
body .width-476 {
  width: 476px !important;
}
body .width-477 {
  width: 477px !important;
}
body .width-478 {
  width: 478px !important;
}
body .width-479 {
  width: 479px !important;
}
body .width-480 {
  width: 480px !important;
}
body .width-481 {
  width: 481px !important;
}
body .width-482 {
  width: 482px !important;
}
body .width-483 {
  width: 483px !important;
}
body .width-484 {
  width: 484px !important;
}
body .width-485 {
  width: 485px !important;
}
body .width-486 {
  width: 486px !important;
}
body .width-487 {
  width: 487px !important;
}
body .width-488 {
  width: 488px !important;
}
body .width-489 {
  width: 489px !important;
}
body .width-490 {
  width: 490px !important;
}
body .width-491 {
  width: 491px !important;
}
body .width-492 {
  width: 492px !important;
}
body .width-493 {
  width: 493px !important;
}
body .width-494 {
  width: 494px !important;
}
body .width-495 {
  width: 495px !important;
}
body .width-496 {
  width: 496px !important;
}
body .width-497 {
  width: 497px !important;
}
body .width-498 {
  width: 498px !important;
}
body .width-499 {
  width: 499px !important;
}
body .width-500 {
  width: 500px !important;
}
body .width-501 {
  width: 501px !important;
}
body .width-502 {
  width: 502px !important;
}
body .width-503 {
  width: 503px !important;
}
body .width-504 {
  width: 504px !important;
}
body .width-505 {
  width: 505px !important;
}
body .width-506 {
  width: 506px !important;
}
body .width-507 {
  width: 507px !important;
}
body .width-508 {
  width: 508px !important;
}
body .width-509 {
  width: 509px !important;
}
body .width-510 {
  width: 510px !important;
}
body .width-511 {
  width: 511px !important;
}
body .width-512 {
  width: 512px !important;
}
body .width-513 {
  width: 513px !important;
}
body .width-514 {
  width: 514px !important;
}
body .width-515 {
  width: 515px !important;
}
body .width-516 {
  width: 516px !important;
}
body .width-517 {
  width: 517px !important;
}
body .width-518 {
  width: 518px !important;
}
body .width-519 {
  width: 519px !important;
}
body .width-520 {
  width: 520px !important;
}
body .width-521 {
  width: 521px !important;
}
body .width-522 {
  width: 522px !important;
}
body .width-523 {
  width: 523px !important;
}
body .width-524 {
  width: 524px !important;
}
body .width-525 {
  width: 525px !important;
}
body .width-526 {
  width: 526px !important;
}
body .width-527 {
  width: 527px !important;
}
body .width-528 {
  width: 528px !important;
}
body .width-529 {
  width: 529px !important;
}
body .width-530 {
  width: 530px !important;
}
body .width-531 {
  width: 531px !important;
}
body .width-532 {
  width: 532px !important;
}
body .width-533 {
  width: 533px !important;
}
body .width-534 {
  width: 534px !important;
}
body .width-535 {
  width: 535px !important;
}
body .width-536 {
  width: 536px !important;
}
body .width-537 {
  width: 537px !important;
}
body .width-538 {
  width: 538px !important;
}
body .width-539 {
  width: 539px !important;
}
body .width-540 {
  width: 540px !important;
}
body .width-541 {
  width: 541px !important;
}
body .width-542 {
  width: 542px !important;
}
body .width-543 {
  width: 543px !important;
}
body .width-544 {
  width: 544px !important;
}
body .width-545 {
  width: 545px !important;
}
body .width-546 {
  width: 546px !important;
}
body .width-547 {
  width: 547px !important;
}
body .width-548 {
  width: 548px !important;
}
body .width-549 {
  width: 549px !important;
}
body .width-550 {
  width: 550px !important;
}
body .width-551 {
  width: 551px !important;
}
body .width-552 {
  width: 552px !important;
}
body .width-553 {
  width: 553px !important;
}
body .width-554 {
  width: 554px !important;
}
body .width-555 {
  width: 555px !important;
}
body .width-556 {
  width: 556px !important;
}
body .width-557 {
  width: 557px !important;
}
body .width-558 {
  width: 558px !important;
}
body .width-559 {
  width: 559px !important;
}
body .width-560 {
  width: 560px !important;
}
body .width-561 {
  width: 561px !important;
}
body .width-562 {
  width: 562px !important;
}
body .width-563 {
  width: 563px !important;
}
body .width-564 {
  width: 564px !important;
}
body .width-565 {
  width: 565px !important;
}
body .width-566 {
  width: 566px !important;
}
body .width-567 {
  width: 567px !important;
}
body .width-568 {
  width: 568px !important;
}
body .width-569 {
  width: 569px !important;
}
body .width-570 {
  width: 570px !important;
}
body .width-571 {
  width: 571px !important;
}
body .width-572 {
  width: 572px !important;
}
body .width-573 {
  width: 573px !important;
}
body .width-574 {
  width: 574px !important;
}
body .width-575 {
  width: 575px !important;
}
body .width-576 {
  width: 576px !important;
}
body .width-577 {
  width: 577px !important;
}
body .width-578 {
  width: 578px !important;
}
body .width-579 {
  width: 579px !important;
}
body .width-580 {
  width: 580px !important;
}
body .width-581 {
  width: 581px !important;
}
body .width-582 {
  width: 582px !important;
}
body .width-583 {
  width: 583px !important;
}
body .width-584 {
  width: 584px !important;
}
body .width-585 {
  width: 585px !important;
}
body .width-586 {
  width: 586px !important;
}
body .width-587 {
  width: 587px !important;
}
body .width-588 {
  width: 588px !important;
}
body .width-589 {
  width: 589px !important;
}
body .width-590 {
  width: 590px !important;
}
body .width-591 {
  width: 591px !important;
}
body .width-592 {
  width: 592px !important;
}
body .width-593 {
  width: 593px !important;
}
body .width-594 {
  width: 594px !important;
}
body .width-595 {
  width: 595px !important;
}
body .width-596 {
  width: 596px !important;
}
body .width-597 {
  width: 597px !important;
}
body .width-598 {
  width: 598px !important;
}
body .width-599 {
  width: 599px !important;
}
body .width-600 {
  width: 600px !important;
}
body .width-601 {
  width: 601px !important;
}
body .width-602 {
  width: 602px !important;
}
body .width-603 {
  width: 603px !important;
}
body .width-604 {
  width: 604px !important;
}
body .width-605 {
  width: 605px !important;
}
body .width-606 {
  width: 606px !important;
}
body .width-607 {
  width: 607px !important;
}
body .width-608 {
  width: 608px !important;
}
body .width-609 {
  width: 609px !important;
}
body .width-610 {
  width: 610px !important;
}
body .width-611 {
  width: 611px !important;
}
body .width-612 {
  width: 612px !important;
}
body .width-613 {
  width: 613px !important;
}
body .width-614 {
  width: 614px !important;
}
body .width-615 {
  width: 615px !important;
}
body .width-616 {
  width: 616px !important;
}
body .width-617 {
  width: 617px !important;
}
body .width-618 {
  width: 618px !important;
}
body .width-619 {
  width: 619px !important;
}
body .width-620 {
  width: 620px !important;
}
body .width-621 {
  width: 621px !important;
}
body .width-622 {
  width: 622px !important;
}
body .width-623 {
  width: 623px !important;
}
body .width-624 {
  width: 624px !important;
}
body .width-625 {
  width: 625px !important;
}
body .width-626 {
  width: 626px !important;
}
body .width-627 {
  width: 627px !important;
}
body .width-628 {
  width: 628px !important;
}
body .width-629 {
  width: 629px !important;
}
body .width-630 {
  width: 630px !important;
}
body .width-631 {
  width: 631px !important;
}
body .width-632 {
  width: 632px !important;
}
body .width-633 {
  width: 633px !important;
}
body .width-634 {
  width: 634px !important;
}
body .width-635 {
  width: 635px !important;
}
body .width-636 {
  width: 636px !important;
}
body .width-637 {
  width: 637px !important;
}
body .width-638 {
  width: 638px !important;
}
body .width-639 {
  width: 639px !important;
}
body .width-640 {
  width: 640px !important;
}
body .width-641 {
  width: 641px !important;
}
body .width-642 {
  width: 642px !important;
}
body .width-643 {
  width: 643px !important;
}
body .width-644 {
  width: 644px !important;
}
body .width-645 {
  width: 645px !important;
}
body .width-646 {
  width: 646px !important;
}
body .width-647 {
  width: 647px !important;
}
body .width-648 {
  width: 648px !important;
}
body .width-649 {
  width: 649px !important;
}
body .width-650 {
  width: 650px !important;
}
body .width-651 {
  width: 651px !important;
}
body .width-652 {
  width: 652px !important;
}
body .width-653 {
  width: 653px !important;
}
body .width-654 {
  width: 654px !important;
}
body .width-655 {
  width: 655px !important;
}
body .width-656 {
  width: 656px !important;
}
body .width-657 {
  width: 657px !important;
}
body .width-658 {
  width: 658px !important;
}
body .width-659 {
  width: 659px !important;
}
body .width-660 {
  width: 660px !important;
}
body .width-661 {
  width: 661px !important;
}
body .width-662 {
  width: 662px !important;
}
body .width-663 {
  width: 663px !important;
}
body .width-664 {
  width: 664px !important;
}
body .width-665 {
  width: 665px !important;
}
body .width-666 {
  width: 666px !important;
}
body .width-667 {
  width: 667px !important;
}
body .width-668 {
  width: 668px !important;
}
body .width-669 {
  width: 669px !important;
}
body .width-670 {
  width: 670px !important;
}
body .width-671 {
  width: 671px !important;
}
body .width-672 {
  width: 672px !important;
}
body .width-673 {
  width: 673px !important;
}
body .width-674 {
  width: 674px !important;
}
body .width-675 {
  width: 675px !important;
}
body .width-676 {
  width: 676px !important;
}
body .width-677 {
  width: 677px !important;
}
body .width-678 {
  width: 678px !important;
}
body .width-679 {
  width: 679px !important;
}
body .width-680 {
  width: 680px !important;
}
body .width-681 {
  width: 681px !important;
}
body .width-682 {
  width: 682px !important;
}
body .width-683 {
  width: 683px !important;
}
body .width-684 {
  width: 684px !important;
}
body .width-685 {
  width: 685px !important;
}
body .width-686 {
  width: 686px !important;
}
body .width-687 {
  width: 687px !important;
}
body .width-688 {
  width: 688px !important;
}
body .width-689 {
  width: 689px !important;
}
body .width-690 {
  width: 690px !important;
}
body .width-691 {
  width: 691px !important;
}
body .width-692 {
  width: 692px !important;
}
body .width-693 {
  width: 693px !important;
}
body .width-694 {
  width: 694px !important;
}
body .width-695 {
  width: 695px !important;
}
body .width-696 {
  width: 696px !important;
}
body .width-697 {
  width: 697px !important;
}
body .width-698 {
  width: 698px !important;
}
body .width-699 {
  width: 699px !important;
}
body .width-700 {
  width: 700px !important;
}
body .width-701 {
  width: 701px !important;
}
body .width-702 {
  width: 702px !important;
}
body .width-703 {
  width: 703px !important;
}
body .width-704 {
  width: 704px !important;
}
body .width-705 {
  width: 705px !important;
}
body .width-706 {
  width: 706px !important;
}
body .width-707 {
  width: 707px !important;
}
body .width-708 {
  width: 708px !important;
}
body .width-709 {
  width: 709px !important;
}
body .width-710 {
  width: 710px !important;
}
body .width-711 {
  width: 711px !important;
}
body .width-712 {
  width: 712px !important;
}
body .width-713 {
  width: 713px !important;
}
body .width-714 {
  width: 714px !important;
}
body .width-715 {
  width: 715px !important;
}
body .width-716 {
  width: 716px !important;
}
body .width-717 {
  width: 717px !important;
}
body .width-718 {
  width: 718px !important;
}
body .width-719 {
  width: 719px !important;
}
body .width-720 {
  width: 720px !important;
}
body .width-721 {
  width: 721px !important;
}
body .width-722 {
  width: 722px !important;
}
body .width-723 {
  width: 723px !important;
}
body .width-724 {
  width: 724px !important;
}
body .width-725 {
  width: 725px !important;
}
body .width-726 {
  width: 726px !important;
}
body .width-727 {
  width: 727px !important;
}
body .width-728 {
  width: 728px !important;
}
body .width-729 {
  width: 729px !important;
}
body .width-730 {
  width: 730px !important;
}
body .width-731 {
  width: 731px !important;
}
body .width-732 {
  width: 732px !important;
}
body .width-733 {
  width: 733px !important;
}
body .width-734 {
  width: 734px !important;
}
body .width-735 {
  width: 735px !important;
}
body .width-736 {
  width: 736px !important;
}
body .width-737 {
  width: 737px !important;
}
body .width-738 {
  width: 738px !important;
}
body .width-739 {
  width: 739px !important;
}
body .width-740 {
  width: 740px !important;
}
body .width-741 {
  width: 741px !important;
}
body .width-742 {
  width: 742px !important;
}
body .width-743 {
  width: 743px !important;
}
body .width-744 {
  width: 744px !important;
}
body .width-745 {
  width: 745px !important;
}
body .width-746 {
  width: 746px !important;
}
body .width-747 {
  width: 747px !important;
}
body .width-748 {
  width: 748px !important;
}
body .width-749 {
  width: 749px !important;
}
body .width-750 {
  width: 750px !important;
}
body .width-751 {
  width: 751px !important;
}
body .width-752 {
  width: 752px !important;
}
body .width-753 {
  width: 753px !important;
}
body .width-754 {
  width: 754px !important;
}
body .width-755 {
  width: 755px !important;
}
body .width-756 {
  width: 756px !important;
}
body .width-757 {
  width: 757px !important;
}
body .width-758 {
  width: 758px !important;
}
body .width-759 {
  width: 759px !important;
}
body .width-760 {
  width: 760px !important;
}
body .width-761 {
  width: 761px !important;
}
body .width-762 {
  width: 762px !important;
}
body .width-763 {
  width: 763px !important;
}
body .width-764 {
  width: 764px !important;
}
body .width-765 {
  width: 765px !important;
}
body .width-766 {
  width: 766px !important;
}
body .width-767 {
  width: 767px !important;
}
body .width-768 {
  width: 768px !important;
}
body .width-769 {
  width: 769px !important;
}
body .width-770 {
  width: 770px !important;
}
body .width-771 {
  width: 771px !important;
}
body .width-772 {
  width: 772px !important;
}
body .width-773 {
  width: 773px !important;
}
body .width-774 {
  width: 774px !important;
}
body .width-775 {
  width: 775px !important;
}
body .width-776 {
  width: 776px !important;
}
body .width-777 {
  width: 777px !important;
}
body .width-778 {
  width: 778px !important;
}
body .width-779 {
  width: 779px !important;
}
body .width-780 {
  width: 780px !important;
}
body .width-781 {
  width: 781px !important;
}
body .width-782 {
  width: 782px !important;
}
body .width-783 {
  width: 783px !important;
}
body .width-784 {
  width: 784px !important;
}
body .width-785 {
  width: 785px !important;
}
body .width-786 {
  width: 786px !important;
}
body .width-787 {
  width: 787px !important;
}
body .width-788 {
  width: 788px !important;
}
body .width-789 {
  width: 789px !important;
}
body .width-790 {
  width: 790px !important;
}
body .width-791 {
  width: 791px !important;
}
body .width-792 {
  width: 792px !important;
}
body .width-793 {
  width: 793px !important;
}
body .width-794 {
  width: 794px !important;
}
body .width-795 {
  width: 795px !important;
}
body .width-796 {
  width: 796px !important;
}
body .width-797 {
  width: 797px !important;
}
body .width-798 {
  width: 798px !important;
}
body .width-799 {
  width: 799px !important;
}
body .width-800 {
  width: 800px !important;
}
body .width-801 {
  width: 801px !important;
}
body .width-802 {
  width: 802px !important;
}
body .width-803 {
  width: 803px !important;
}
body .width-804 {
  width: 804px !important;
}
body .width-805 {
  width: 805px !important;
}
body .width-806 {
  width: 806px !important;
}
body .width-807 {
  width: 807px !important;
}
body .width-808 {
  width: 808px !important;
}
body .width-809 {
  width: 809px !important;
}
body .width-810 {
  width: 810px !important;
}
body .width-811 {
  width: 811px !important;
}
body .width-812 {
  width: 812px !important;
}
body .width-813 {
  width: 813px !important;
}
body .width-814 {
  width: 814px !important;
}
body .width-815 {
  width: 815px !important;
}
body .width-816 {
  width: 816px !important;
}
body .width-817 {
  width: 817px !important;
}
body .width-818 {
  width: 818px !important;
}
body .width-819 {
  width: 819px !important;
}
body .width-820 {
  width: 820px !important;
}
body .width-821 {
  width: 821px !important;
}
body .width-822 {
  width: 822px !important;
}
body .width-823 {
  width: 823px !important;
}
body .width-824 {
  width: 824px !important;
}
body .width-825 {
  width: 825px !important;
}
body .width-826 {
  width: 826px !important;
}
body .width-827 {
  width: 827px !important;
}
body .width-828 {
  width: 828px !important;
}
body .width-829 {
  width: 829px !important;
}
body .width-830 {
  width: 830px !important;
}
body .width-831 {
  width: 831px !important;
}
body .width-832 {
  width: 832px !important;
}
body .width-833 {
  width: 833px !important;
}
body .width-834 {
  width: 834px !important;
}
body .width-835 {
  width: 835px !important;
}
body .width-836 {
  width: 836px !important;
}
body .width-837 {
  width: 837px !important;
}
body .width-838 {
  width: 838px !important;
}
body .width-839 {
  width: 839px !important;
}
body .width-840 {
  width: 840px !important;
}
body .width-841 {
  width: 841px !important;
}
body .width-842 {
  width: 842px !important;
}
body .width-843 {
  width: 843px !important;
}
body .width-844 {
  width: 844px !important;
}
body .width-845 {
  width: 845px !important;
}
body .width-846 {
  width: 846px !important;
}
body .width-847 {
  width: 847px !important;
}
body .width-848 {
  width: 848px !important;
}
body .width-849 {
  width: 849px !important;
}
body .width-850 {
  width: 850px !important;
}
body .width-851 {
  width: 851px !important;
}
body .width-852 {
  width: 852px !important;
}
body .width-853 {
  width: 853px !important;
}
body .width-854 {
  width: 854px !important;
}
body .width-855 {
  width: 855px !important;
}
body .width-856 {
  width: 856px !important;
}
body .width-857 {
  width: 857px !important;
}
body .width-858 {
  width: 858px !important;
}
body .width-859 {
  width: 859px !important;
}
body .width-860 {
  width: 860px !important;
}
body .width-861 {
  width: 861px !important;
}
body .width-862 {
  width: 862px !important;
}
body .width-863 {
  width: 863px !important;
}
body .width-864 {
  width: 864px !important;
}
body .width-865 {
  width: 865px !important;
}
body .width-866 {
  width: 866px !important;
}
body .width-867 {
  width: 867px !important;
}
body .width-868 {
  width: 868px !important;
}
body .width-869 {
  width: 869px !important;
}
body .width-870 {
  width: 870px !important;
}
body .width-871 {
  width: 871px !important;
}
body .width-872 {
  width: 872px !important;
}
body .width-873 {
  width: 873px !important;
}
body .width-874 {
  width: 874px !important;
}
body .width-875 {
  width: 875px !important;
}
body .width-876 {
  width: 876px !important;
}
body .width-877 {
  width: 877px !important;
}
body .width-878 {
  width: 878px !important;
}
body .width-879 {
  width: 879px !important;
}
body .width-880 {
  width: 880px !important;
}
body .width-881 {
  width: 881px !important;
}
body .width-882 {
  width: 882px !important;
}
body .width-883 {
  width: 883px !important;
}
body .width-884 {
  width: 884px !important;
}
body .width-885 {
  width: 885px !important;
}
body .width-886 {
  width: 886px !important;
}
body .width-887 {
  width: 887px !important;
}
body .width-888 {
  width: 888px !important;
}
body .width-889 {
  width: 889px !important;
}
body .width-890 {
  width: 890px !important;
}
body .width-891 {
  width: 891px !important;
}
body .width-892 {
  width: 892px !important;
}
body .width-893 {
  width: 893px !important;
}
body .width-894 {
  width: 894px !important;
}
body .width-895 {
  width: 895px !important;
}
body .width-896 {
  width: 896px !important;
}
body .width-897 {
  width: 897px !important;
}
body .width-898 {
  width: 898px !important;
}
body .width-899 {
  width: 899px !important;
}
body .width-900 {
  width: 900px !important;
}
body .width-901 {
  width: 901px !important;
}
body .width-902 {
  width: 902px !important;
}
body .width-903 {
  width: 903px !important;
}
body .width-904 {
  width: 904px !important;
}
body .width-905 {
  width: 905px !important;
}
body .width-906 {
  width: 906px !important;
}
body .width-907 {
  width: 907px !important;
}
body .width-908 {
  width: 908px !important;
}
body .width-909 {
  width: 909px !important;
}
body .width-910 {
  width: 910px !important;
}
body .width-911 {
  width: 911px !important;
}
body .width-912 {
  width: 912px !important;
}
body .width-913 {
  width: 913px !important;
}
body .width-914 {
  width: 914px !important;
}
body .width-915 {
  width: 915px !important;
}
body .width-916 {
  width: 916px !important;
}
body .width-917 {
  width: 917px !important;
}
body .width-918 {
  width: 918px !important;
}
body .width-919 {
  width: 919px !important;
}
body .width-920 {
  width: 920px !important;
}
body .width-921 {
  width: 921px !important;
}
body .width-922 {
  width: 922px !important;
}
body .width-923 {
  width: 923px !important;
}
body .width-924 {
  width: 924px !important;
}
body .width-925 {
  width: 925px !important;
}
body .width-926 {
  width: 926px !important;
}
body .width-927 {
  width: 927px !important;
}
body .width-928 {
  width: 928px !important;
}
body .width-929 {
  width: 929px !important;
}
body .width-930 {
  width: 930px !important;
}
body .width-931 {
  width: 931px !important;
}
body .width-932 {
  width: 932px !important;
}
body .width-933 {
  width: 933px !important;
}
body .width-934 {
  width: 934px !important;
}
body .width-935 {
  width: 935px !important;
}
body .width-936 {
  width: 936px !important;
}
body .width-937 {
  width: 937px !important;
}
body .width-938 {
  width: 938px !important;
}
body .width-939 {
  width: 939px !important;
}
body .width-940 {
  width: 940px !important;
}
body .width-941 {
  width: 941px !important;
}
body .width-942 {
  width: 942px !important;
}
body .width-943 {
  width: 943px !important;
}
body .width-944 {
  width: 944px !important;
}
body .width-945 {
  width: 945px !important;
}
body .width-946 {
  width: 946px !important;
}
body .width-947 {
  width: 947px !important;
}
body .width-948 {
  width: 948px !important;
}
body .width-949 {
  width: 949px !important;
}
body .width-950 {
  width: 950px !important;
}
body .width-951 {
  width: 951px !important;
}
body .width-952 {
  width: 952px !important;
}
body .width-953 {
  width: 953px !important;
}
body .width-954 {
  width: 954px !important;
}
body .width-955 {
  width: 955px !important;
}
body .width-956 {
  width: 956px !important;
}
body .width-957 {
  width: 957px !important;
}
body .width-958 {
  width: 958px !important;
}
body .width-959 {
  width: 959px !important;
}
body .width-960 {
  width: 960px !important;
}
body .width-961 {
  width: 961px !important;
}
body .width-962 {
  width: 962px !important;
}
body .width-963 {
  width: 963px !important;
}
body .width-964 {
  width: 964px !important;
}
body .width-965 {
  width: 965px !important;
}
body .width-966 {
  width: 966px !important;
}
body .width-967 {
  width: 967px !important;
}
body .width-968 {
  width: 968px !important;
}
body .width-969 {
  width: 969px !important;
}
body .width-970 {
  width: 970px !important;
}
body .width-971 {
  width: 971px !important;
}
body .width-972 {
  width: 972px !important;
}
body .width-973 {
  width: 973px !important;
}
body .width-974 {
  width: 974px !important;
}
body .width-975 {
  width: 975px !important;
}
body .width-976 {
  width: 976px !important;
}
body .width-977 {
  width: 977px !important;
}
body .width-978 {
  width: 978px !important;
}
body .width-979 {
  width: 979px !important;
}
body .width-980 {
  width: 980px !important;
}
body .width-981 {
  width: 981px !important;
}
body .width-982 {
  width: 982px !important;
}
body .width-983 {
  width: 983px !important;
}
body .width-984 {
  width: 984px !important;
}
body .width-985 {
  width: 985px !important;
}
body .width-986 {
  width: 986px !important;
}
body .width-987 {
  width: 987px !important;
}
body .width-988 {
  width: 988px !important;
}
body .width-989 {
  width: 989px !important;
}
body .width-990 {
  width: 990px !important;
}
body .width-991 {
  width: 991px !important;
}
body .width-992 {
  width: 992px !important;
}
body .width-993 {
  width: 993px !important;
}
body .width-994 {
  width: 994px !important;
}
body .width-995 {
  width: 995px !important;
}
body .width-996 {
  width: 996px !important;
}
body .width-997 {
  width: 997px !important;
}
body .width-998 {
  width: 998px !important;
}
body .width-999 {
  width: 999px !important;
}
body .width-1000 {
  width: 1000px !important;
}
body .height-1 {
  height: 1px !important;
}
body .height-2 {
  height: 2px !important;
}
body .height-3 {
  height: 3px !important;
}
body .height-4 {
  height: 4px !important;
}
body .height-5 {
  height: 5px !important;
}
body .height-6 {
  height: 6px !important;
}
body .height-7 {
  height: 7px !important;
}
body .height-8 {
  height: 8px !important;
}
body .height-9 {
  height: 9px !important;
}
body .height-10 {
  height: 10px !important;
}
body .height-11 {
  height: 11px !important;
}
body .height-12 {
  height: 12px !important;
}
body .height-13 {
  height: 13px !important;
}
body .height-14 {
  height: 14px !important;
}
body .height-15 {
  height: 15px !important;
}
body .height-16 {
  height: 16px !important;
}
body .height-17 {
  height: 17px !important;
}
body .height-18 {
  height: 18px !important;
}
body .height-19 {
  height: 19px !important;
}
body .height-20 {
  height: 20px !important;
}
body .height-21 {
  height: 21px !important;
}
body .height-22 {
  height: 22px !important;
}
body .height-23 {
  height: 23px !important;
}
body .height-24 {
  height: 24px !important;
}
body .height-25 {
  height: 25px !important;
}
body .height-26 {
  height: 26px !important;
}
body .height-27 {
  height: 27px !important;
}
body .height-28 {
  height: 28px !important;
}
body .height-29 {
  height: 29px !important;
}
body .height-30 {
  height: 30px !important;
}
body .height-31 {
  height: 31px !important;
}
body .height-32 {
  height: 32px !important;
}
body .height-33 {
  height: 33px !important;
}
body .height-34 {
  height: 34px !important;
}
body .height-35 {
  height: 35px !important;
}
body .height-36 {
  height: 36px !important;
}
body .height-37 {
  height: 37px !important;
}
body .height-38 {
  height: 38px !important;
}
body .height-39 {
  height: 39px !important;
}
body .height-40 {
  height: 40px !important;
}
body .height-41 {
  height: 41px !important;
}
body .height-42 {
  height: 42px !important;
}
body .height-43 {
  height: 43px !important;
}
body .height-44 {
  height: 44px !important;
}
body .height-45 {
  height: 45px !important;
}
body .height-46 {
  height: 46px !important;
}
body .height-47 {
  height: 47px !important;
}
body .height-48 {
  height: 48px !important;
}
body .height-49 {
  height: 49px !important;
}
body .height-50 {
  height: 50px !important;
}
body .height-51 {
  height: 51px !important;
}
body .height-52 {
  height: 52px !important;
}
body .height-53 {
  height: 53px !important;
}
body .height-54 {
  height: 54px !important;
}
body .height-55 {
  height: 55px !important;
}
body .height-56 {
  height: 56px !important;
}
body .height-57 {
  height: 57px !important;
}
body .height-58 {
  height: 58px !important;
}
body .height-59 {
  height: 59px !important;
}
body .height-60 {
  height: 60px !important;
}
body .height-61 {
  height: 61px !important;
}
body .height-62 {
  height: 62px !important;
}
body .height-63 {
  height: 63px !important;
}
body .height-64 {
  height: 64px !important;
}
body .height-65 {
  height: 65px !important;
}
body .height-66 {
  height: 66px !important;
}
body .height-67 {
  height: 67px !important;
}
body .height-68 {
  height: 68px !important;
}
body .height-69 {
  height: 69px !important;
}
body .height-70 {
  height: 70px !important;
}
body .height-71 {
  height: 71px !important;
}
body .height-72 {
  height: 72px !important;
}
body .height-73 {
  height: 73px !important;
}
body .height-74 {
  height: 74px !important;
}
body .height-75 {
  height: 75px !important;
}
body .height-76 {
  height: 76px !important;
}
body .height-77 {
  height: 77px !important;
}
body .height-78 {
  height: 78px !important;
}
body .height-79 {
  height: 79px !important;
}
body .height-80 {
  height: 80px !important;
}
body .height-81 {
  height: 81px !important;
}
body .height-82 {
  height: 82px !important;
}
body .height-83 {
  height: 83px !important;
}
body .height-84 {
  height: 84px !important;
}
body .height-85 {
  height: 85px !important;
}
body .height-86 {
  height: 86px !important;
}
body .height-87 {
  height: 87px !important;
}
body .height-88 {
  height: 88px !important;
}
body .height-89 {
  height: 89px !important;
}
body .height-90 {
  height: 90px !important;
}
body .height-91 {
  height: 91px !important;
}
body .height-92 {
  height: 92px !important;
}
body .height-93 {
  height: 93px !important;
}
body .height-94 {
  height: 94px !important;
}
body .height-95 {
  height: 95px !important;
}
body .height-96 {
  height: 96px !important;
}
body .height-97 {
  height: 97px !important;
}
body .height-98 {
  height: 98px !important;
}
body .height-99 {
  height: 99px !important;
}
body .height-100 {
  height: 100px !important;
}
body .height-101 {
  height: 101px !important;
}
body .height-102 {
  height: 102px !important;
}
body .height-103 {
  height: 103px !important;
}
body .height-104 {
  height: 104px !important;
}
body .height-105 {
  height: 105px !important;
}
body .height-106 {
  height: 106px !important;
}
body .height-107 {
  height: 107px !important;
}
body .height-108 {
  height: 108px !important;
}
body .height-109 {
  height: 109px !important;
}
body .height-110 {
  height: 110px !important;
}
body .height-111 {
  height: 111px !important;
}
body .height-112 {
  height: 112px !important;
}
body .height-113 {
  height: 113px !important;
}
body .height-114 {
  height: 114px !important;
}
body .height-115 {
  height: 115px !important;
}
body .height-116 {
  height: 116px !important;
}
body .height-117 {
  height: 117px !important;
}
body .height-118 {
  height: 118px !important;
}
body .height-119 {
  height: 119px !important;
}
body .height-120 {
  height: 120px !important;
}
body .height-121 {
  height: 121px !important;
}
body .height-122 {
  height: 122px !important;
}
body .height-123 {
  height: 123px !important;
}
body .height-124 {
  height: 124px !important;
}
body .height-125 {
  height: 125px !important;
}
body .height-126 {
  height: 126px !important;
}
body .height-127 {
  height: 127px !important;
}
body .height-128 {
  height: 128px !important;
}
body .height-129 {
  height: 129px !important;
}
body .height-130 {
  height: 130px !important;
}
body .height-131 {
  height: 131px !important;
}
body .height-132 {
  height: 132px !important;
}
body .height-133 {
  height: 133px !important;
}
body .height-134 {
  height: 134px !important;
}
body .height-135 {
  height: 135px !important;
}
body .height-136 {
  height: 136px !important;
}
body .height-137 {
  height: 137px !important;
}
body .height-138 {
  height: 138px !important;
}
body .height-139 {
  height: 139px !important;
}
body .height-140 {
  height: 140px !important;
}
body .height-141 {
  height: 141px !important;
}
body .height-142 {
  height: 142px !important;
}
body .height-143 {
  height: 143px !important;
}
body .height-144 {
  height: 144px !important;
}
body .height-145 {
  height: 145px !important;
}
body .height-146 {
  height: 146px !important;
}
body .height-147 {
  height: 147px !important;
}
body .height-148 {
  height: 148px !important;
}
body .height-149 {
  height: 149px !important;
}
body .height-150 {
  height: 150px !important;
}
body .height-151 {
  height: 151px !important;
}
body .height-152 {
  height: 152px !important;
}
body .height-153 {
  height: 153px !important;
}
body .height-154 {
  height: 154px !important;
}
body .height-155 {
  height: 155px !important;
}
body .height-156 {
  height: 156px !important;
}
body .height-157 {
  height: 157px !important;
}
body .height-158 {
  height: 158px !important;
}
body .height-159 {
  height: 159px !important;
}
body .height-160 {
  height: 160px !important;
}
body .height-161 {
  height: 161px !important;
}
body .height-162 {
  height: 162px !important;
}
body .height-163 {
  height: 163px !important;
}
body .height-164 {
  height: 164px !important;
}
body .height-165 {
  height: 165px !important;
}
body .height-166 {
  height: 166px !important;
}
body .height-167 {
  height: 167px !important;
}
body .height-168 {
  height: 168px !important;
}
body .height-169 {
  height: 169px !important;
}
body .height-170 {
  height: 170px !important;
}
body .height-171 {
  height: 171px !important;
}
body .height-172 {
  height: 172px !important;
}
body .height-173 {
  height: 173px !important;
}
body .height-174 {
  height: 174px !important;
}
body .height-175 {
  height: 175px !important;
}
body .height-176 {
  height: 176px !important;
}
body .height-177 {
  height: 177px !important;
}
body .height-178 {
  height: 178px !important;
}
body .height-179 {
  height: 179px !important;
}
body .height-180 {
  height: 180px !important;
}
body .height-181 {
  height: 181px !important;
}
body .height-182 {
  height: 182px !important;
}
body .height-183 {
  height: 183px !important;
}
body .height-184 {
  height: 184px !important;
}
body .height-185 {
  height: 185px !important;
}
body .height-186 {
  height: 186px !important;
}
body .height-187 {
  height: 187px !important;
}
body .height-188 {
  height: 188px !important;
}
body .height-189 {
  height: 189px !important;
}
body .height-190 {
  height: 190px !important;
}
body .height-191 {
  height: 191px !important;
}
body .height-192 {
  height: 192px !important;
}
body .height-193 {
  height: 193px !important;
}
body .height-194 {
  height: 194px !important;
}
body .height-195 {
  height: 195px !important;
}
body .height-196 {
  height: 196px !important;
}
body .height-197 {
  height: 197px !important;
}
body .height-198 {
  height: 198px !important;
}
body .height-199 {
  height: 199px !important;
}
body .height-200 {
  height: 200px !important;
}
body .height-201 {
  height: 201px !important;
}
body .height-202 {
  height: 202px !important;
}
body .height-203 {
  height: 203px !important;
}
body .height-204 {
  height: 204px !important;
}
body .height-205 {
  height: 205px !important;
}
body .height-206 {
  height: 206px !important;
}
body .height-207 {
  height: 207px !important;
}
body .height-208 {
  height: 208px !important;
}
body .height-209 {
  height: 209px !important;
}
body .height-210 {
  height: 210px !important;
}
body .height-211 {
  height: 211px !important;
}
body .height-212 {
  height: 212px !important;
}
body .height-213 {
  height: 213px !important;
}
body .height-214 {
  height: 214px !important;
}
body .height-215 {
  height: 215px !important;
}
body .height-216 {
  height: 216px !important;
}
body .height-217 {
  height: 217px !important;
}
body .height-218 {
  height: 218px !important;
}
body .height-219 {
  height: 219px !important;
}
body .height-220 {
  height: 220px !important;
}
body .height-221 {
  height: 221px !important;
}
body .height-222 {
  height: 222px !important;
}
body .height-223 {
  height: 223px !important;
}
body .height-224 {
  height: 224px !important;
}
body .height-225 {
  height: 225px !important;
}
body .height-226 {
  height: 226px !important;
}
body .height-227 {
  height: 227px !important;
}
body .height-228 {
  height: 228px !important;
}
body .height-229 {
  height: 229px !important;
}
body .height-230 {
  height: 230px !important;
}
body .height-231 {
  height: 231px !important;
}
body .height-232 {
  height: 232px !important;
}
body .height-233 {
  height: 233px !important;
}
body .height-234 {
  height: 234px !important;
}
body .height-235 {
  height: 235px !important;
}
body .height-236 {
  height: 236px !important;
}
body .height-237 {
  height: 237px !important;
}
body .height-238 {
  height: 238px !important;
}
body .height-239 {
  height: 239px !important;
}
body .height-240 {
  height: 240px !important;
}
body .height-241 {
  height: 241px !important;
}
body .height-242 {
  height: 242px !important;
}
body .height-243 {
  height: 243px !important;
}
body .height-244 {
  height: 244px !important;
}
body .height-245 {
  height: 245px !important;
}
body .height-246 {
  height: 246px !important;
}
body .height-247 {
  height: 247px !important;
}
body .height-248 {
  height: 248px !important;
}
body .height-249 {
  height: 249px !important;
}
body .height-250 {
  height: 250px !important;
}
body .height-251 {
  height: 251px !important;
}
body .height-252 {
  height: 252px !important;
}
body .height-253 {
  height: 253px !important;
}
body .height-254 {
  height: 254px !important;
}
body .height-255 {
  height: 255px !important;
}
body .height-256 {
  height: 256px !important;
}
body .height-257 {
  height: 257px !important;
}
body .height-258 {
  height: 258px !important;
}
body .height-259 {
  height: 259px !important;
}
body .height-260 {
  height: 260px !important;
}
body .height-261 {
  height: 261px !important;
}
body .height-262 {
  height: 262px !important;
}
body .height-263 {
  height: 263px !important;
}
body .height-264 {
  height: 264px !important;
}
body .height-265 {
  height: 265px !important;
}
body .height-266 {
  height: 266px !important;
}
body .height-267 {
  height: 267px !important;
}
body .height-268 {
  height: 268px !important;
}
body .height-269 {
  height: 269px !important;
}
body .height-270 {
  height: 270px !important;
}
body .height-271 {
  height: 271px !important;
}
body .height-272 {
  height: 272px !important;
}
body .height-273 {
  height: 273px !important;
}
body .height-274 {
  height: 274px !important;
}
body .height-275 {
  height: 275px !important;
}
body .height-276 {
  height: 276px !important;
}
body .height-277 {
  height: 277px !important;
}
body .height-278 {
  height: 278px !important;
}
body .height-279 {
  height: 279px !important;
}
body .height-280 {
  height: 280px !important;
}
body .height-281 {
  height: 281px !important;
}
body .height-282 {
  height: 282px !important;
}
body .height-283 {
  height: 283px !important;
}
body .height-284 {
  height: 284px !important;
}
body .height-285 {
  height: 285px !important;
}
body .height-286 {
  height: 286px !important;
}
body .height-287 {
  height: 287px !important;
}
body .height-288 {
  height: 288px !important;
}
body .height-289 {
  height: 289px !important;
}
body .height-290 {
  height: 290px !important;
}
body .height-291 {
  height: 291px !important;
}
body .height-292 {
  height: 292px !important;
}
body .height-293 {
  height: 293px !important;
}
body .height-294 {
  height: 294px !important;
}
body .height-295 {
  height: 295px !important;
}
body .height-296 {
  height: 296px !important;
}
body .height-297 {
  height: 297px !important;
}
body .height-298 {
  height: 298px !important;
}
body .height-299 {
  height: 299px !important;
}
body .height-300 {
  height: 300px !important;
}
body .height-301 {
  height: 301px !important;
}
body .height-302 {
  height: 302px !important;
}
body .height-303 {
  height: 303px !important;
}
body .height-304 {
  height: 304px !important;
}
body .height-305 {
  height: 305px !important;
}
body .height-306 {
  height: 306px !important;
}
body .height-307 {
  height: 307px !important;
}
body .height-308 {
  height: 308px !important;
}
body .height-309 {
  height: 309px !important;
}
body .height-310 {
  height: 310px !important;
}
body .height-311 {
  height: 311px !important;
}
body .height-312 {
  height: 312px !important;
}
body .height-313 {
  height: 313px !important;
}
body .height-314 {
  height: 314px !important;
}
body .height-315 {
  height: 315px !important;
}
body .height-316 {
  height: 316px !important;
}
body .height-317 {
  height: 317px !important;
}
body .height-318 {
  height: 318px !important;
}
body .height-319 {
  height: 319px !important;
}
body .height-320 {
  height: 320px !important;
}
body .height-321 {
  height: 321px !important;
}
body .height-322 {
  height: 322px !important;
}
body .height-323 {
  height: 323px !important;
}
body .height-324 {
  height: 324px !important;
}
body .height-325 {
  height: 325px !important;
}
body .height-326 {
  height: 326px !important;
}
body .height-327 {
  height: 327px !important;
}
body .height-328 {
  height: 328px !important;
}
body .height-329 {
  height: 329px !important;
}
body .height-330 {
  height: 330px !important;
}
body .height-331 {
  height: 331px !important;
}
body .height-332 {
  height: 332px !important;
}
body .height-333 {
  height: 333px !important;
}
body .height-334 {
  height: 334px !important;
}
body .height-335 {
  height: 335px !important;
}
body .height-336 {
  height: 336px !important;
}
body .height-337 {
  height: 337px !important;
}
body .height-338 {
  height: 338px !important;
}
body .height-339 {
  height: 339px !important;
}
body .height-340 {
  height: 340px !important;
}
body .height-341 {
  height: 341px !important;
}
body .height-342 {
  height: 342px !important;
}
body .height-343 {
  height: 343px !important;
}
body .height-344 {
  height: 344px !important;
}
body .height-345 {
  height: 345px !important;
}
body .height-346 {
  height: 346px !important;
}
body .height-347 {
  height: 347px !important;
}
body .height-348 {
  height: 348px !important;
}
body .height-349 {
  height: 349px !important;
}
body .height-350 {
  height: 350px !important;
}
body .height-351 {
  height: 351px !important;
}
body .height-352 {
  height: 352px !important;
}
body .height-353 {
  height: 353px !important;
}
body .height-354 {
  height: 354px !important;
}
body .height-355 {
  height: 355px !important;
}
body .height-356 {
  height: 356px !important;
}
body .height-357 {
  height: 357px !important;
}
body .height-358 {
  height: 358px !important;
}
body .height-359 {
  height: 359px !important;
}
body .height-360 {
  height: 360px !important;
}
body .height-361 {
  height: 361px !important;
}
body .height-362 {
  height: 362px !important;
}
body .height-363 {
  height: 363px !important;
}
body .height-364 {
  height: 364px !important;
}
body .height-365 {
  height: 365px !important;
}
body .height-366 {
  height: 366px !important;
}
body .height-367 {
  height: 367px !important;
}
body .height-368 {
  height: 368px !important;
}
body .height-369 {
  height: 369px !important;
}
body .height-370 {
  height: 370px !important;
}
body .height-371 {
  height: 371px !important;
}
body .height-372 {
  height: 372px !important;
}
body .height-373 {
  height: 373px !important;
}
body .height-374 {
  height: 374px !important;
}
body .height-375 {
  height: 375px !important;
}
body .height-376 {
  height: 376px !important;
}
body .height-377 {
  height: 377px !important;
}
body .height-378 {
  height: 378px !important;
}
body .height-379 {
  height: 379px !important;
}
body .height-380 {
  height: 380px !important;
}
body .height-381 {
  height: 381px !important;
}
body .height-382 {
  height: 382px !important;
}
body .height-383 {
  height: 383px !important;
}
body .height-384 {
  height: 384px !important;
}
body .height-385 {
  height: 385px !important;
}
body .height-386 {
  height: 386px !important;
}
body .height-387 {
  height: 387px !important;
}
body .height-388 {
  height: 388px !important;
}
body .height-389 {
  height: 389px !important;
}
body .height-390 {
  height: 390px !important;
}
body .height-391 {
  height: 391px !important;
}
body .height-392 {
  height: 392px !important;
}
body .height-393 {
  height: 393px !important;
}
body .height-394 {
  height: 394px !important;
}
body .height-395 {
  height: 395px !important;
}
body .height-396 {
  height: 396px !important;
}
body .height-397 {
  height: 397px !important;
}
body .height-398 {
  height: 398px !important;
}
body .height-399 {
  height: 399px !important;
}
body .height-400 {
  height: 400px !important;
}
body .height-401 {
  height: 401px !important;
}
body .height-402 {
  height: 402px !important;
}
body .height-403 {
  height: 403px !important;
}
body .height-404 {
  height: 404px !important;
}
body .height-405 {
  height: 405px !important;
}
body .height-406 {
  height: 406px !important;
}
body .height-407 {
  height: 407px !important;
}
body .height-408 {
  height: 408px !important;
}
body .height-409 {
  height: 409px !important;
}
body .height-410 {
  height: 410px !important;
}
body .height-411 {
  height: 411px !important;
}
body .height-412 {
  height: 412px !important;
}
body .height-413 {
  height: 413px !important;
}
body .height-414 {
  height: 414px !important;
}
body .height-415 {
  height: 415px !important;
}
body .height-416 {
  height: 416px !important;
}
body .height-417 {
  height: 417px !important;
}
body .height-418 {
  height: 418px !important;
}
body .height-419 {
  height: 419px !important;
}
body .height-420 {
  height: 420px !important;
}
body .height-421 {
  height: 421px !important;
}
body .height-422 {
  height: 422px !important;
}
body .height-423 {
  height: 423px !important;
}
body .height-424 {
  height: 424px !important;
}
body .height-425 {
  height: 425px !important;
}
body .height-426 {
  height: 426px !important;
}
body .height-427 {
  height: 427px !important;
}
body .height-428 {
  height: 428px !important;
}
body .height-429 {
  height: 429px !important;
}
body .height-430 {
  height: 430px !important;
}
body .height-431 {
  height: 431px !important;
}
body .height-432 {
  height: 432px !important;
}
body .height-433 {
  height: 433px !important;
}
body .height-434 {
  height: 434px !important;
}
body .height-435 {
  height: 435px !important;
}
body .height-436 {
  height: 436px !important;
}
body .height-437 {
  height: 437px !important;
}
body .height-438 {
  height: 438px !important;
}
body .height-439 {
  height: 439px !important;
}
body .height-440 {
  height: 440px !important;
}
body .height-441 {
  height: 441px !important;
}
body .height-442 {
  height: 442px !important;
}
body .height-443 {
  height: 443px !important;
}
body .height-444 {
  height: 444px !important;
}
body .height-445 {
  height: 445px !important;
}
body .height-446 {
  height: 446px !important;
}
body .height-447 {
  height: 447px !important;
}
body .height-448 {
  height: 448px !important;
}
body .height-449 {
  height: 449px !important;
}
body .height-450 {
  height: 450px !important;
}
body .height-451 {
  height: 451px !important;
}
body .height-452 {
  height: 452px !important;
}
body .height-453 {
  height: 453px !important;
}
body .height-454 {
  height: 454px !important;
}
body .height-455 {
  height: 455px !important;
}
body .height-456 {
  height: 456px !important;
}
body .height-457 {
  height: 457px !important;
}
body .height-458 {
  height: 458px !important;
}
body .height-459 {
  height: 459px !important;
}
body .height-460 {
  height: 460px !important;
}
body .height-461 {
  height: 461px !important;
}
body .height-462 {
  height: 462px !important;
}
body .height-463 {
  height: 463px !important;
}
body .height-464 {
  height: 464px !important;
}
body .height-465 {
  height: 465px !important;
}
body .height-466 {
  height: 466px !important;
}
body .height-467 {
  height: 467px !important;
}
body .height-468 {
  height: 468px !important;
}
body .height-469 {
  height: 469px !important;
}
body .height-470 {
  height: 470px !important;
}
body .height-471 {
  height: 471px !important;
}
body .height-472 {
  height: 472px !important;
}
body .height-473 {
  height: 473px !important;
}
body .height-474 {
  height: 474px !important;
}
body .height-475 {
  height: 475px !important;
}
body .height-476 {
  height: 476px !important;
}
body .height-477 {
  height: 477px !important;
}
body .height-478 {
  height: 478px !important;
}
body .height-479 {
  height: 479px !important;
}
body .height-480 {
  height: 480px !important;
}
body .height-481 {
  height: 481px !important;
}
body .height-482 {
  height: 482px !important;
}
body .height-483 {
  height: 483px !important;
}
body .height-484 {
  height: 484px !important;
}
body .height-485 {
  height: 485px !important;
}
body .height-486 {
  height: 486px !important;
}
body .height-487 {
  height: 487px !important;
}
body .height-488 {
  height: 488px !important;
}
body .height-489 {
  height: 489px !important;
}
body .height-490 {
  height: 490px !important;
}
body .height-491 {
  height: 491px !important;
}
body .height-492 {
  height: 492px !important;
}
body .height-493 {
  height: 493px !important;
}
body .height-494 {
  height: 494px !important;
}
body .height-495 {
  height: 495px !important;
}
body .height-496 {
  height: 496px !important;
}
body .height-497 {
  height: 497px !important;
}
body .height-498 {
  height: 498px !important;
}
body .height-499 {
  height: 499px !important;
}
body .height-500 {
  height: 500px !important;
}
body .height-501 {
  height: 501px !important;
}
body .height-502 {
  height: 502px !important;
}
body .height-503 {
  height: 503px !important;
}
body .height-504 {
  height: 504px !important;
}
body .height-505 {
  height: 505px !important;
}
body .height-506 {
  height: 506px !important;
}
body .height-507 {
  height: 507px !important;
}
body .height-508 {
  height: 508px !important;
}
body .height-509 {
  height: 509px !important;
}
body .height-510 {
  height: 510px !important;
}
body .height-511 {
  height: 511px !important;
}
body .height-512 {
  height: 512px !important;
}
body .height-513 {
  height: 513px !important;
}
body .height-514 {
  height: 514px !important;
}
body .height-515 {
  height: 515px !important;
}
body .height-516 {
  height: 516px !important;
}
body .height-517 {
  height: 517px !important;
}
body .height-518 {
  height: 518px !important;
}
body .height-519 {
  height: 519px !important;
}
body .height-520 {
  height: 520px !important;
}
body .height-521 {
  height: 521px !important;
}
body .height-522 {
  height: 522px !important;
}
body .height-523 {
  height: 523px !important;
}
body .height-524 {
  height: 524px !important;
}
body .height-525 {
  height: 525px !important;
}
body .height-526 {
  height: 526px !important;
}
body .height-527 {
  height: 527px !important;
}
body .height-528 {
  height: 528px !important;
}
body .height-529 {
  height: 529px !important;
}
body .height-530 {
  height: 530px !important;
}
body .height-531 {
  height: 531px !important;
}
body .height-532 {
  height: 532px !important;
}
body .height-533 {
  height: 533px !important;
}
body .height-534 {
  height: 534px !important;
}
body .height-535 {
  height: 535px !important;
}
body .height-536 {
  height: 536px !important;
}
body .height-537 {
  height: 537px !important;
}
body .height-538 {
  height: 538px !important;
}
body .height-539 {
  height: 539px !important;
}
body .height-540 {
  height: 540px !important;
}
body .height-541 {
  height: 541px !important;
}
body .height-542 {
  height: 542px !important;
}
body .height-543 {
  height: 543px !important;
}
body .height-544 {
  height: 544px !important;
}
body .height-545 {
  height: 545px !important;
}
body .height-546 {
  height: 546px !important;
}
body .height-547 {
  height: 547px !important;
}
body .height-548 {
  height: 548px !important;
}
body .height-549 {
  height: 549px !important;
}
body .height-550 {
  height: 550px !important;
}
body .height-551 {
  height: 551px !important;
}
body .height-552 {
  height: 552px !important;
}
body .height-553 {
  height: 553px !important;
}
body .height-554 {
  height: 554px !important;
}
body .height-555 {
  height: 555px !important;
}
body .height-556 {
  height: 556px !important;
}
body .height-557 {
  height: 557px !important;
}
body .height-558 {
  height: 558px !important;
}
body .height-559 {
  height: 559px !important;
}
body .height-560 {
  height: 560px !important;
}
body .height-561 {
  height: 561px !important;
}
body .height-562 {
  height: 562px !important;
}
body .height-563 {
  height: 563px !important;
}
body .height-564 {
  height: 564px !important;
}
body .height-565 {
  height: 565px !important;
}
body .height-566 {
  height: 566px !important;
}
body .height-567 {
  height: 567px !important;
}
body .height-568 {
  height: 568px !important;
}
body .height-569 {
  height: 569px !important;
}
body .height-570 {
  height: 570px !important;
}
body .height-571 {
  height: 571px !important;
}
body .height-572 {
  height: 572px !important;
}
body .height-573 {
  height: 573px !important;
}
body .height-574 {
  height: 574px !important;
}
body .height-575 {
  height: 575px !important;
}
body .height-576 {
  height: 576px !important;
}
body .height-577 {
  height: 577px !important;
}
body .height-578 {
  height: 578px !important;
}
body .height-579 {
  height: 579px !important;
}
body .height-580 {
  height: 580px !important;
}
body .height-581 {
  height: 581px !important;
}
body .height-582 {
  height: 582px !important;
}
body .height-583 {
  height: 583px !important;
}
body .height-584 {
  height: 584px !important;
}
body .height-585 {
  height: 585px !important;
}
body .height-586 {
  height: 586px !important;
}
body .height-587 {
  height: 587px !important;
}
body .height-588 {
  height: 588px !important;
}
body .height-589 {
  height: 589px !important;
}
body .height-590 {
  height: 590px !important;
}
body .height-591 {
  height: 591px !important;
}
body .height-592 {
  height: 592px !important;
}
body .height-593 {
  height: 593px !important;
}
body .height-594 {
  height: 594px !important;
}
body .height-595 {
  height: 595px !important;
}
body .height-596 {
  height: 596px !important;
}
body .height-597 {
  height: 597px !important;
}
body .height-598 {
  height: 598px !important;
}
body .height-599 {
  height: 599px !important;
}
body .height-600 {
  height: 600px !important;
}
body .height-601 {
  height: 601px !important;
}
body .height-602 {
  height: 602px !important;
}
body .height-603 {
  height: 603px !important;
}
body .height-604 {
  height: 604px !important;
}
body .height-605 {
  height: 605px !important;
}
body .height-606 {
  height: 606px !important;
}
body .height-607 {
  height: 607px !important;
}
body .height-608 {
  height: 608px !important;
}
body .height-609 {
  height: 609px !important;
}
body .height-610 {
  height: 610px !important;
}
body .height-611 {
  height: 611px !important;
}
body .height-612 {
  height: 612px !important;
}
body .height-613 {
  height: 613px !important;
}
body .height-614 {
  height: 614px !important;
}
body .height-615 {
  height: 615px !important;
}
body .height-616 {
  height: 616px !important;
}
body .height-617 {
  height: 617px !important;
}
body .height-618 {
  height: 618px !important;
}
body .height-619 {
  height: 619px !important;
}
body .height-620 {
  height: 620px !important;
}
body .height-621 {
  height: 621px !important;
}
body .height-622 {
  height: 622px !important;
}
body .height-623 {
  height: 623px !important;
}
body .height-624 {
  height: 624px !important;
}
body .height-625 {
  height: 625px !important;
}
body .height-626 {
  height: 626px !important;
}
body .height-627 {
  height: 627px !important;
}
body .height-628 {
  height: 628px !important;
}
body .height-629 {
  height: 629px !important;
}
body .height-630 {
  height: 630px !important;
}
body .height-631 {
  height: 631px !important;
}
body .height-632 {
  height: 632px !important;
}
body .height-633 {
  height: 633px !important;
}
body .height-634 {
  height: 634px !important;
}
body .height-635 {
  height: 635px !important;
}
body .height-636 {
  height: 636px !important;
}
body .height-637 {
  height: 637px !important;
}
body .height-638 {
  height: 638px !important;
}
body .height-639 {
  height: 639px !important;
}
body .height-640 {
  height: 640px !important;
}
body .height-641 {
  height: 641px !important;
}
body .height-642 {
  height: 642px !important;
}
body .height-643 {
  height: 643px !important;
}
body .height-644 {
  height: 644px !important;
}
body .height-645 {
  height: 645px !important;
}
body .height-646 {
  height: 646px !important;
}
body .height-647 {
  height: 647px !important;
}
body .height-648 {
  height: 648px !important;
}
body .height-649 {
  height: 649px !important;
}
body .height-650 {
  height: 650px !important;
}
body .height-651 {
  height: 651px !important;
}
body .height-652 {
  height: 652px !important;
}
body .height-653 {
  height: 653px !important;
}
body .height-654 {
  height: 654px !important;
}
body .height-655 {
  height: 655px !important;
}
body .height-656 {
  height: 656px !important;
}
body .height-657 {
  height: 657px !important;
}
body .height-658 {
  height: 658px !important;
}
body .height-659 {
  height: 659px !important;
}
body .height-660 {
  height: 660px !important;
}
body .height-661 {
  height: 661px !important;
}
body .height-662 {
  height: 662px !important;
}
body .height-663 {
  height: 663px !important;
}
body .height-664 {
  height: 664px !important;
}
body .height-665 {
  height: 665px !important;
}
body .height-666 {
  height: 666px !important;
}
body .height-667 {
  height: 667px !important;
}
body .height-668 {
  height: 668px !important;
}
body .height-669 {
  height: 669px !important;
}
body .height-670 {
  height: 670px !important;
}
body .height-671 {
  height: 671px !important;
}
body .height-672 {
  height: 672px !important;
}
body .height-673 {
  height: 673px !important;
}
body .height-674 {
  height: 674px !important;
}
body .height-675 {
  height: 675px !important;
}
body .height-676 {
  height: 676px !important;
}
body .height-677 {
  height: 677px !important;
}
body .height-678 {
  height: 678px !important;
}
body .height-679 {
  height: 679px !important;
}
body .height-680 {
  height: 680px !important;
}
body .height-681 {
  height: 681px !important;
}
body .height-682 {
  height: 682px !important;
}
body .height-683 {
  height: 683px !important;
}
body .height-684 {
  height: 684px !important;
}
body .height-685 {
  height: 685px !important;
}
body .height-686 {
  height: 686px !important;
}
body .height-687 {
  height: 687px !important;
}
body .height-688 {
  height: 688px !important;
}
body .height-689 {
  height: 689px !important;
}
body .height-690 {
  height: 690px !important;
}
body .height-691 {
  height: 691px !important;
}
body .height-692 {
  height: 692px !important;
}
body .height-693 {
  height: 693px !important;
}
body .height-694 {
  height: 694px !important;
}
body .height-695 {
  height: 695px !important;
}
body .height-696 {
  height: 696px !important;
}
body .height-697 {
  height: 697px !important;
}
body .height-698 {
  height: 698px !important;
}
body .height-699 {
  height: 699px !important;
}
body .height-700 {
  height: 700px !important;
}
body .height-701 {
  height: 701px !important;
}
body .height-702 {
  height: 702px !important;
}
body .height-703 {
  height: 703px !important;
}
body .height-704 {
  height: 704px !important;
}
body .height-705 {
  height: 705px !important;
}
body .height-706 {
  height: 706px !important;
}
body .height-707 {
  height: 707px !important;
}
body .height-708 {
  height: 708px !important;
}
body .height-709 {
  height: 709px !important;
}
body .height-710 {
  height: 710px !important;
}
body .height-711 {
  height: 711px !important;
}
body .height-712 {
  height: 712px !important;
}
body .height-713 {
  height: 713px !important;
}
body .height-714 {
  height: 714px !important;
}
body .height-715 {
  height: 715px !important;
}
body .height-716 {
  height: 716px !important;
}
body .height-717 {
  height: 717px !important;
}
body .height-718 {
  height: 718px !important;
}
body .height-719 {
  height: 719px !important;
}
body .height-720 {
  height: 720px !important;
}
body .height-721 {
  height: 721px !important;
}
body .height-722 {
  height: 722px !important;
}
body .height-723 {
  height: 723px !important;
}
body .height-724 {
  height: 724px !important;
}
body .height-725 {
  height: 725px !important;
}
body .height-726 {
  height: 726px !important;
}
body .height-727 {
  height: 727px !important;
}
body .height-728 {
  height: 728px !important;
}
body .height-729 {
  height: 729px !important;
}
body .height-730 {
  height: 730px !important;
}
body .height-731 {
  height: 731px !important;
}
body .height-732 {
  height: 732px !important;
}
body .height-733 {
  height: 733px !important;
}
body .height-734 {
  height: 734px !important;
}
body .height-735 {
  height: 735px !important;
}
body .height-736 {
  height: 736px !important;
}
body .height-737 {
  height: 737px !important;
}
body .height-738 {
  height: 738px !important;
}
body .height-739 {
  height: 739px !important;
}
body .height-740 {
  height: 740px !important;
}
body .height-741 {
  height: 741px !important;
}
body .height-742 {
  height: 742px !important;
}
body .height-743 {
  height: 743px !important;
}
body .height-744 {
  height: 744px !important;
}
body .height-745 {
  height: 745px !important;
}
body .height-746 {
  height: 746px !important;
}
body .height-747 {
  height: 747px !important;
}
body .height-748 {
  height: 748px !important;
}
body .height-749 {
  height: 749px !important;
}
body .height-750 {
  height: 750px !important;
}
body .height-751 {
  height: 751px !important;
}
body .height-752 {
  height: 752px !important;
}
body .height-753 {
  height: 753px !important;
}
body .height-754 {
  height: 754px !important;
}
body .height-755 {
  height: 755px !important;
}
body .height-756 {
  height: 756px !important;
}
body .height-757 {
  height: 757px !important;
}
body .height-758 {
  height: 758px !important;
}
body .height-759 {
  height: 759px !important;
}
body .height-760 {
  height: 760px !important;
}
body .height-761 {
  height: 761px !important;
}
body .height-762 {
  height: 762px !important;
}
body .height-763 {
  height: 763px !important;
}
body .height-764 {
  height: 764px !important;
}
body .height-765 {
  height: 765px !important;
}
body .height-766 {
  height: 766px !important;
}
body .height-767 {
  height: 767px !important;
}
body .height-768 {
  height: 768px !important;
}
body .height-769 {
  height: 769px !important;
}
body .height-770 {
  height: 770px !important;
}
body .height-771 {
  height: 771px !important;
}
body .height-772 {
  height: 772px !important;
}
body .height-773 {
  height: 773px !important;
}
body .height-774 {
  height: 774px !important;
}
body .height-775 {
  height: 775px !important;
}
body .height-776 {
  height: 776px !important;
}
body .height-777 {
  height: 777px !important;
}
body .height-778 {
  height: 778px !important;
}
body .height-779 {
  height: 779px !important;
}
body .height-780 {
  height: 780px !important;
}
body .height-781 {
  height: 781px !important;
}
body .height-782 {
  height: 782px !important;
}
body .height-783 {
  height: 783px !important;
}
body .height-784 {
  height: 784px !important;
}
body .height-785 {
  height: 785px !important;
}
body .height-786 {
  height: 786px !important;
}
body .height-787 {
  height: 787px !important;
}
body .height-788 {
  height: 788px !important;
}
body .height-789 {
  height: 789px !important;
}
body .height-790 {
  height: 790px !important;
}
body .height-791 {
  height: 791px !important;
}
body .height-792 {
  height: 792px !important;
}
body .height-793 {
  height: 793px !important;
}
body .height-794 {
  height: 794px !important;
}
body .height-795 {
  height: 795px !important;
}
body .height-796 {
  height: 796px !important;
}
body .height-797 {
  height: 797px !important;
}
body .height-798 {
  height: 798px !important;
}
body .height-799 {
  height: 799px !important;
}
body .height-800 {
  height: 800px !important;
}
body .height-801 {
  height: 801px !important;
}
body .height-802 {
  height: 802px !important;
}
body .height-803 {
  height: 803px !important;
}
body .height-804 {
  height: 804px !important;
}
body .height-805 {
  height: 805px !important;
}
body .height-806 {
  height: 806px !important;
}
body .height-807 {
  height: 807px !important;
}
body .height-808 {
  height: 808px !important;
}
body .height-809 {
  height: 809px !important;
}
body .height-810 {
  height: 810px !important;
}
body .height-811 {
  height: 811px !important;
}
body .height-812 {
  height: 812px !important;
}
body .height-813 {
  height: 813px !important;
}
body .height-814 {
  height: 814px !important;
}
body .height-815 {
  height: 815px !important;
}
body .height-816 {
  height: 816px !important;
}
body .height-817 {
  height: 817px !important;
}
body .height-818 {
  height: 818px !important;
}
body .height-819 {
  height: 819px !important;
}
body .height-820 {
  height: 820px !important;
}
body .height-821 {
  height: 821px !important;
}
body .height-822 {
  height: 822px !important;
}
body .height-823 {
  height: 823px !important;
}
body .height-824 {
  height: 824px !important;
}
body .height-825 {
  height: 825px !important;
}
body .height-826 {
  height: 826px !important;
}
body .height-827 {
  height: 827px !important;
}
body .height-828 {
  height: 828px !important;
}
body .height-829 {
  height: 829px !important;
}
body .height-830 {
  height: 830px !important;
}
body .height-831 {
  height: 831px !important;
}
body .height-832 {
  height: 832px !important;
}
body .height-833 {
  height: 833px !important;
}
body .height-834 {
  height: 834px !important;
}
body .height-835 {
  height: 835px !important;
}
body .height-836 {
  height: 836px !important;
}
body .height-837 {
  height: 837px !important;
}
body .height-838 {
  height: 838px !important;
}
body .height-839 {
  height: 839px !important;
}
body .height-840 {
  height: 840px !important;
}
body .height-841 {
  height: 841px !important;
}
body .height-842 {
  height: 842px !important;
}
body .height-843 {
  height: 843px !important;
}
body .height-844 {
  height: 844px !important;
}
body .height-845 {
  height: 845px !important;
}
body .height-846 {
  height: 846px !important;
}
body .height-847 {
  height: 847px !important;
}
body .height-848 {
  height: 848px !important;
}
body .height-849 {
  height: 849px !important;
}
body .height-850 {
  height: 850px !important;
}
body .height-851 {
  height: 851px !important;
}
body .height-852 {
  height: 852px !important;
}
body .height-853 {
  height: 853px !important;
}
body .height-854 {
  height: 854px !important;
}
body .height-855 {
  height: 855px !important;
}
body .height-856 {
  height: 856px !important;
}
body .height-857 {
  height: 857px !important;
}
body .height-858 {
  height: 858px !important;
}
body .height-859 {
  height: 859px !important;
}
body .height-860 {
  height: 860px !important;
}
body .height-861 {
  height: 861px !important;
}
body .height-862 {
  height: 862px !important;
}
body .height-863 {
  height: 863px !important;
}
body .height-864 {
  height: 864px !important;
}
body .height-865 {
  height: 865px !important;
}
body .height-866 {
  height: 866px !important;
}
body .height-867 {
  height: 867px !important;
}
body .height-868 {
  height: 868px !important;
}
body .height-869 {
  height: 869px !important;
}
body .height-870 {
  height: 870px !important;
}
body .height-871 {
  height: 871px !important;
}
body .height-872 {
  height: 872px !important;
}
body .height-873 {
  height: 873px !important;
}
body .height-874 {
  height: 874px !important;
}
body .height-875 {
  height: 875px !important;
}
body .height-876 {
  height: 876px !important;
}
body .height-877 {
  height: 877px !important;
}
body .height-878 {
  height: 878px !important;
}
body .height-879 {
  height: 879px !important;
}
body .height-880 {
  height: 880px !important;
}
body .height-881 {
  height: 881px !important;
}
body .height-882 {
  height: 882px !important;
}
body .height-883 {
  height: 883px !important;
}
body .height-884 {
  height: 884px !important;
}
body .height-885 {
  height: 885px !important;
}
body .height-886 {
  height: 886px !important;
}
body .height-887 {
  height: 887px !important;
}
body .height-888 {
  height: 888px !important;
}
body .height-889 {
  height: 889px !important;
}
body .height-890 {
  height: 890px !important;
}
body .height-891 {
  height: 891px !important;
}
body .height-892 {
  height: 892px !important;
}
body .height-893 {
  height: 893px !important;
}
body .height-894 {
  height: 894px !important;
}
body .height-895 {
  height: 895px !important;
}
body .height-896 {
  height: 896px !important;
}
body .height-897 {
  height: 897px !important;
}
body .height-898 {
  height: 898px !important;
}
body .height-899 {
  height: 899px !important;
}
body .height-900 {
  height: 900px !important;
}
body .height-901 {
  height: 901px !important;
}
body .height-902 {
  height: 902px !important;
}
body .height-903 {
  height: 903px !important;
}
body .height-904 {
  height: 904px !important;
}
body .height-905 {
  height: 905px !important;
}
body .height-906 {
  height: 906px !important;
}
body .height-907 {
  height: 907px !important;
}
body .height-908 {
  height: 908px !important;
}
body .height-909 {
  height: 909px !important;
}
body .height-910 {
  height: 910px !important;
}
body .height-911 {
  height: 911px !important;
}
body .height-912 {
  height: 912px !important;
}
body .height-913 {
  height: 913px !important;
}
body .height-914 {
  height: 914px !important;
}
body .height-915 {
  height: 915px !important;
}
body .height-916 {
  height: 916px !important;
}
body .height-917 {
  height: 917px !important;
}
body .height-918 {
  height: 918px !important;
}
body .height-919 {
  height: 919px !important;
}
body .height-920 {
  height: 920px !important;
}
body .height-921 {
  height: 921px !important;
}
body .height-922 {
  height: 922px !important;
}
body .height-923 {
  height: 923px !important;
}
body .height-924 {
  height: 924px !important;
}
body .height-925 {
  height: 925px !important;
}
body .height-926 {
  height: 926px !important;
}
body .height-927 {
  height: 927px !important;
}
body .height-928 {
  height: 928px !important;
}
body .height-929 {
  height: 929px !important;
}
body .height-930 {
  height: 930px !important;
}
body .height-931 {
  height: 931px !important;
}
body .height-932 {
  height: 932px !important;
}
body .height-933 {
  height: 933px !important;
}
body .height-934 {
  height: 934px !important;
}
body .height-935 {
  height: 935px !important;
}
body .height-936 {
  height: 936px !important;
}
body .height-937 {
  height: 937px !important;
}
body .height-938 {
  height: 938px !important;
}
body .height-939 {
  height: 939px !important;
}
body .height-940 {
  height: 940px !important;
}
body .height-941 {
  height: 941px !important;
}
body .height-942 {
  height: 942px !important;
}
body .height-943 {
  height: 943px !important;
}
body .height-944 {
  height: 944px !important;
}
body .height-945 {
  height: 945px !important;
}
body .height-946 {
  height: 946px !important;
}
body .height-947 {
  height: 947px !important;
}
body .height-948 {
  height: 948px !important;
}
body .height-949 {
  height: 949px !important;
}
body .height-950 {
  height: 950px !important;
}
body .height-951 {
  height: 951px !important;
}
body .height-952 {
  height: 952px !important;
}
body .height-953 {
  height: 953px !important;
}
body .height-954 {
  height: 954px !important;
}
body .height-955 {
  height: 955px !important;
}
body .height-956 {
  height: 956px !important;
}
body .height-957 {
  height: 957px !important;
}
body .height-958 {
  height: 958px !important;
}
body .height-959 {
  height: 959px !important;
}
body .height-960 {
  height: 960px !important;
}
body .height-961 {
  height: 961px !important;
}
body .height-962 {
  height: 962px !important;
}
body .height-963 {
  height: 963px !important;
}
body .height-964 {
  height: 964px !important;
}
body .height-965 {
  height: 965px !important;
}
body .height-966 {
  height: 966px !important;
}
body .height-967 {
  height: 967px !important;
}
body .height-968 {
  height: 968px !important;
}
body .height-969 {
  height: 969px !important;
}
body .height-970 {
  height: 970px !important;
}
body .height-971 {
  height: 971px !important;
}
body .height-972 {
  height: 972px !important;
}
body .height-973 {
  height: 973px !important;
}
body .height-974 {
  height: 974px !important;
}
body .height-975 {
  height: 975px !important;
}
body .height-976 {
  height: 976px !important;
}
body .height-977 {
  height: 977px !important;
}
body .height-978 {
  height: 978px !important;
}
body .height-979 {
  height: 979px !important;
}
body .height-980 {
  height: 980px !important;
}
body .height-981 {
  height: 981px !important;
}
body .height-982 {
  height: 982px !important;
}
body .height-983 {
  height: 983px !important;
}
body .height-984 {
  height: 984px !important;
}
body .height-985 {
  height: 985px !important;
}
body .height-986 {
  height: 986px !important;
}
body .height-987 {
  height: 987px !important;
}
body .height-988 {
  height: 988px !important;
}
body .height-989 {
  height: 989px !important;
}
body .height-990 {
  height: 990px !important;
}
body .height-991 {
  height: 991px !important;
}
body .height-992 {
  height: 992px !important;
}
body .height-993 {
  height: 993px !important;
}
body .height-994 {
  height: 994px !important;
}
body .height-995 {
  height: 995px !important;
}
body .height-996 {
  height: 996px !important;
}
body .height-997 {
  height: 997px !important;
}
body .height-998 {
  height: 998px !important;
}
body .height-999 {
  height: 999px !important;
}
body .height-1000 {
  height: 1000px !important;
}
body .mr-ten {
  margin-right: 10px;
}
body .max-h-300 {
  max-height: 300px;
}
.non-filter-line-h {
  line-height: 27px;
}
@font-face {
  font-family: "Roboto";
  src: url(/assets/fonts/Roboto-Medium.ttf);
  src:
    url(/assets/fonts/Roboto-Medium.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Roboto-Medium.woff2) format("woff2"),
    url(/assets/fonts/Roboto-Medium.woff) format("woff"),
    url(/assets/fonts/Roboto-Medium.ttf) format("truetype"),
    url(/assets/fonts/Roboto-Medium.svg#Roboto-Medium) format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url(/assets/fonts/Roboto-Regular.eot);
  src:
    url(/assets/fonts/Roboto-Regular.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Roboto-Regular.woff2) format("woff2"),
    url(/assets/fonts/Roboto-Regular.woff) format("woff"),
    url(/assets/fonts/Roboto-Regular.ttf) format("truetype"),
    url(/assets/fonts/Roboto-Regular.svg#Roboto-Regular) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url(/assets/fonts/Roboto-Light.eot);
  src:
    url(/assets/fonts/Roboto-Light.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Roboto-Light.woff2) format("woff2"),
    url(/assets/fonts/Roboto-Light.woff) format("woff"),
    url(/assets/fonts/Roboto-Light.ttf) format("truetype"),
    url(/assets/fonts/Roboto-Light.svg#Roboto-Light) format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Patua One";
  src: url(/assets/fonts/PatuaOne-Regular.eot);
  src:
    url(/assets/fonts/PatuaOne-Regular.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/PatuaOne-Regular.woff2) format("woff2"),
    url(/assets/fonts/PatuaOne-Regular.woff) format("woff"),
    url(/assets/fonts/PatuaOne-Regular.ttf) format("truetype"),
    url(/assets/fonts/PatuaOne-Regular.svg#PatuaOne-Regular) format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
}
body header {
  height: 52px;
  background-color: #fff;
  padding: 0;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
}
body header .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
body header .logo {
  height: 52px;
  display: inline-block;
  margin-left: 20px;
  margin-right: 15px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
}
body header .logo img {
  max-width: 138px;
}
body header .header-left {
  width: 204px;
  float: left;
}
body header .menu-open-header-left.header-left {
  margin-left: 53px;
}
@media (max-width: 575.98px) {
  body header .menu-open-header-left.header-left {
    margin-left: 42px;
  }
}
body header .header-center {
  width: calc(100% - 600px);
  float: left;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body header .header-center .header-company-id {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}
body header .header-center .header-company-id h4 {
  font-weight: 400;
  line-height: 18.75px;
  color: #606a71;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  max-width: calc(100vw - 608px);
}
body header .header-center .header-company-id p {
  font: 300 14px/16px Roboto, sans-serif;
  color: #606a71;
  padding: 0;
  margin: 0;
}
body header .header-right {
  width: 156px;
  float: left;
}
body header .search-section {
  width: 24px;
  height: 32px;
  margin: 10px 13px 0 8px;
  background-color: transparent;
  position: relative;
}
body header .search-section input.form-control {
  width: 100%;
  height: 32px;
  border: 1px solid #babbbb;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
body header .search-section .btn-search {
  width: 17px;
  height: 17px;
  background: url(/assets/images/icon-search-header.svg) no-repeat 0 0;
  border: none;
  position: absolute;
  top: 8px;
  right: 8px;
  opacity: 0.3;
  filter: alpha(opacity=100);
  cursor: pointer;
  background-size: 17px;
}
body header .search-section .btn-search:hover {
  opacity: 100;
  filter: alpha(opacity=100);
}
body header .search-section .s-nav {
  display: none;
}
body header .search-section .btn-search {
  -webkit-transition: all 0.3s ease-in-out 0;
  -moz-transition: all 0.3s ease-in-out 0;
  -ms-transition: all 0.3s ease-in-out 0;
  -o-transition: all 0.3s ease-in-out 0;
  transition: all 0.3s ease-in-out 0;
}
body header .search-section .show.btn-search {
  width: 16px;
  height: 16px;
  top: 8px;
  right: 10px;
  background-size: 16px;
  z-index: 1001;
}
body header .search-section .dropdown-menu {
  width: 224px;
  padding: 0;
  top: 0 !important;
  left: inherit !important;
  right: 0 !important;
  transform: inherit !important;
  background: transparent;
  margin: 0 !important;
  position: absolute;
  border: none;
}
body header .search-section .dropdown-menu::before {
  display: none;
}
body header .search-section .dropdown-menu::after {
  display: none;
}
body header .search-section .dropdown-menu input.form-control {
  padding-right: 30px;
}
body header.applicant-header .header-left {
  width: 110px;
}
body header.applicant-header .header-center {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
body header.applicant-header .logo img {
  max-width: 90px;
}
body .search-dropdown {
  width: 224px;
  padding: 8px 0;
  margin: 0;
  background-color: #fff;
  border-radius: 4px;
  max-height: 450px;
  overflow-y: auto;
}
body .search-dropdown li {
  width: 100%;
  padding: 0 !important;
  margin: 0;
  list-style: none;
}
body .search-dropdown li.keyActive {
  background-color: #eeeeee;
}
body .search-dropdown li a {
  padding: 5px 12px;
  display: block;
  text-decoration: underline;
}
body .search-dropdown li a:hover {
  text-decoration: none !important;
}
@media screen and (max-width: 991px) {
  body .search-section {
    margin-right: 7px;
  }
  body header .header-center {
    width: calc(100vw - 608px);
  }
}
@media screen and (max-width: 767px) {
  body .search-section .dropdown-menu {
    width: 190px;
  }
}
body .notification-box {
  margin-right: 20px;
  margin-top: 5px;
}
body .member-box {
  margin-right: 10px;
  margin-top: 5px;
}
body .notification-box .dropdown img {
  width: 29px;
  margin-right: 0;
}
body .notification-box .dropdown.show img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
body .notification-box .dropdown-toggle:after {
  display: none;
}
body .notification-box .dropdown-item {
  white-space: inherit;
  overflow: hidden;
}
body .notification-box .dropdown-item span:first-child {
  color: #ff7676;
}
body .member-box .dropdown img {
  width: 38px;
  margin-right: 0;
}
body .member-box .member-link.show img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
body .member-box .dropdown-toggle:after {
  display: none;
}
body .member-box .dropdown-item {
  white-space: inherit;
  overflow: hidden;
}
body .member-box .dropdown-item span:first-child {
  color: #ff7676;
}
body .notification-link {
  width: 44px;
  height: 44px;
  position: relative;
  padding: 7px 4px 0 5px;
  display: block;
}
body .notification-link .badge {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: 0;
  border-radius: 1rem;
}
body .member-link {
  width: 44px;
  height: 44px;
  position: relative;
  padding: 3px 4px 0 5px;
  display: block;
}
body .badge-primary {
  background-color: #ff0000;
}
body header .dropdown-menu {
  width: 240px;
  padding: 0;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.19);
}
body header .dropdown-item {
  padding: 9px 11px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #5b5a5a;
}
body header .dropdown-item img {
  margin-right: 8px;
}
body header .member-box .dropdown-menu {
  width: 615px;
}
body .member-list-wrapper {
  padding: 15px 22px;
}
body .member-list-wrapper:before {
  bottom: 100%;
  left: 25px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(212, 212, 212, 0);
  border-bottom-color: #d4d4d4;
  border-width: 8px;
  margin-left: -10px;
}
body .member-list-wrapper:after {
  bottom: 100%;
  left: 25px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 7px;
  margin-left: -9px;
}
body .member-list {
  overflow: hidden;
  padding: 0;
  margin: 0;
}
body .member-list li {
  width: 100%;
  float: left;
  padding: 10px 0;
  margin: 0;
  list-style: none;
}
body .member-list li img {
  width: 64px !important;
  height: 64px !important;
  float: left;
}
body .member-list li p {
  color: #5b5a5a;
  font-weight: 300;
  vertical-align: top;
  padding-bottom: 0;
  margin-bottom: 0;
}
body .member-list li p.cus-ellipsis {
  color: #5b5a5a;
  font-weight: 300;
  vertical-align: top;
  padding-bottom: 0;
  margin-bottom: 0;
}
body .member-list li p strong {
  font-weight: 400;
}
body .member-rht-info {
  margin-left: 79px;
}
body .member-rht-info p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
  word-break: break-all;
}
body .hamburger-menu {
  width: 53px;
  height: 52px;
  float: left;
  text-align: center;
  border-right: 1px solid #e4e4e4;
  cursor: pointer;
  margin: 0;
  padding-top: 17px;
}
body .hamburger-menu span {
  width: 24px;
  background: #7f7f7f;
  display: block;
  height: 2px;
  margin: 0 auto 5px;
  -webkit-transition: all 0.3s ease-in-out 0;
  -moz-transition: all 0.3s ease-in-out 0;
  -ms-transition: all 0.3s ease-in-out 0;
  -o-transition: all 0.3s ease-in-out 0;
  transition: all 0.3s ease-in-out 0;
}
body .hamburger-menu.body-menu-open {
  width: 53px;
  height: 53px;
  border-right: inherit;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: #002f60;
  border-right: 1px solid #e4e4e4 !important;
}
body .hamburger-menu.body-menu-open span {
  background: #fff;
}
body .notification-dropdown {
  width: 392px;
  padding: 10px 24px 24px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: calc(100% + 0.625rem);
  right: -0.9375rem;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.19);
}
body .notification-dropdown.dropdown-menu {
  width: 392px;
  padding: 10px 24px 24px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.19);
}
body .notification-dropdown:after {
  bottom: 100%;
  left: 93%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
body .notification-dropdown:before {
  bottom: 100%;
  left: 93%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(212, 212, 212, 0);
  border-bottom-color: #d4d4d4;
  border-width: 9px;
  margin-left: -9px;
}
body .notification-dropdown.show {
  opacity: 1;
  visibility: visible;
}
body .notification-dropdown .nav-tabs {
  border-bottom: 1px solid #d4d4d4;
}
body .notification-dropdown .nav-tabs .nav-item a.nav-link {
  padding-top: 10px;
  position: relative;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  text-decoration: none;
}
body .notification-dropdown .nav-tabs .nav-item a.nav-link.active {
  border-bottom: 3px solid #eb5400 !important;
}
body .notification-dropdown .nav-tabs .nav-item.show a.nav-link {
  border-bottom: 3px solid #eb5400 !important;
}
body .notification-dropdown .nav-link .badge {
  width: 22px;
  height: 22px;
  line-height: 22px;
  padding: 0;
  position: absolute;
  top: 0;
  right: -21px;
}
body .bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #002f60;
}
body .tooltip-inner {
  background-color: #002f60;
  font-size: 12px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  z-index: 1029 !important;
}
body .bs-tooltip-auto[x-placement^=top] .arrow::before,
body .bs-tooltip-top .arrow::before {
  border-top-color: #002f60;
}
@media screen and (max-width: 600px) {
  body .notification-dropdown.dropdown-menu {
    width: calc(100vw - 78px);
    right: -9px !important;
  }
}
@media screen and (max-width: 440px) {
  body .notification-dropdown {
    width: 300px;
    right: -55px;
  }
  body .notification-dropdown::after {
    left: inherit;
    right: 70px;
  }
  body .notification-dropdown::before {
    left: inherit;
    right: 70px;
  }
  body .notification-dropdown.dropdown-menu {
    width: 300px;
    right: -55px !important;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  body ul.notification-list li img + .notification-left {
    margin-right: 105px;
  }
  body .notification-rht {
    right: 18px;
  }
}
body .tab-content {
  margin-top: 17px;
}
body .nav-tabs-wrapper {
  padding: 0;
  margin: 0;
}
body .nav-tabs {
  width: 100%;
  min-height: 26px;
  border-bottom: none;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
}
body .nav-tabs .nav-item {
  width: auto;
  font-size: 15px;
  line-height: 16px;
  border: none;
  white-space: nowrap;
  margin-right: 20px;
  position: inherit;
}
body .nav-tabs .nav-item a.nav-link {
  width: auto;
  min-height: auto;
  padding: 0 0 8px;
  color: #5b5a5a;
  background-color: inherit;
  border: inherit;
  border-bottom: 2px solid rgba(0, 0, 0, 0) !important;
  font: 400 15px/16px Roboto, sans-serif;
  border-top-left-radius: inherit !important;
  border-top-right-radius: inherit !important;
}
body .nav-tabs .nav-item a.nav-link.active {
  color: #002f60;
  background-color: inherit;
  font-weight: 500;
  border-bottom: 3px solid #eb5400 !important;
}
body .nav-tabs .nav-item a.nav-link:hover {
  text-decoration: none;
}
body .nav-tabs .nav-item a figure {
  min-height: 28px;
  margin-bottom: 0;
}
body .nav-tabs .nav-item a img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: block;
  margin: 0 auto;
}
body .nav-tabs .nav-item a:hover {
  text-decoration: none;
}
body .nav-tabs .nav-item .nav-link:focus {
  border: inherit !important;
  border-bottom: 2px solid #002f60 !important;
  background-color: transparent;
}
body .nav-tabs .nav-item .nav-link:hover {
  border: inherit !important;
  border-bottom: 2px solid #002f60 !important;
  background-color: transparent;
}
body .nav-tabs .nav-item.show a.nav-link {
  color: #002f60;
  background-color: inherit;
  font-weight: 500;
  border-bottom: 3px solid #eb5400 !important;
}
body .nav-tabs .nav-item:last-child {
  margin-right: 0;
}
body .tab-content {
  margin-top: 17px;
}
@media (max-width: 991px) {
  body .nav-tabs-wrapper {
    margin: 0;
  }
}
body .nab-tab-wrap {
  margin: 0 0 20px 0;
}
body ul.announcements-list {
  width: 100%;
  max-height: 270px;
  padding: 0;
  margin: 0;
}
body header ul.announcements-list {
  max-height: inherit;
  height: auto;
}
body ul.announcements-list li {
  width: 100%;
  min-height: 58px;
  position: relative;
  padding: 0 0 10px;
  margin: 0 0 10px;
  list-style: none;
  border-bottom: 1px solid rgba(212, 212, 212, 0.9);
}
body .announcements-left {
  margin-right: 80px;
}
body .announcements-left p {
  font-size: 16px;
  line-height: 19px;
  color: rgba(113, 113, 113, 0.9);
  margin-bottom: 0;
}
body .announcements-left p a,
body .announcements-left p a:not([href]):not([tabindex]) {
  color: rgba(113, 113, 113, 0.9);
}
body .announcements-left p a:hover {
  text-decoration: none !important;
}
body .announcements-left :hover a {
  color: rgba(113, 113, 113, 0.7);
}
body .announcements-rht {
  width: 80px;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
}
body .announcements-rht p {
  text-align: right;
  color: #a2a2a2;
  margin-bottom: 3px;
}
body ul.notification-list {
  width: 100%;
  max-height: 270px;
  padding: 0;
  margin: 0;
}
body header ul.notification-list {
  max-height: inherit;
  height: auto;
}
body ul.notification-list li {
  width: 100%;
  min-height: 58px;
  position: relative;
  padding: 0 0 10px;
  margin: 0 0 10px;
  list-style: none;
  border-bottom: 1px solid rgba(212, 212, 212, 0.9);
}
body ul.notification-list li img {
  max-width: 24px;
  float: left;
}
body .notification-left {
  margin-left: 36px;
  margin-right: 80px;
}
body .notification-left p {
  font-size: 16px;
  line-height: 19px;
  color: rgba(113, 113, 113, 0.9);
  margin-bottom: 0;
}
body .notification-left p a,
body .notification-left p a:not([href]):not([tabindex]) {
  color: rgba(113, 113, 113, 0.9);
}
body .notification-left :hover a {
  color: rgba(113, 113, 113, 0.7);
}
body .notification-rht {
  width: 80px;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
}
body .notification-rht p {
  text-align: right;
  color: #a2a2a2;
  margin-bottom: 3px;
}
body .icon-normal {
  width: 22px;
  height: 22px;
  float: right;
  display: block;
  background: url(/assets/images/icon-tick-normal.svg) no-repeat 0 0;
  border: inherit;
}
body .icon-normal.active {
  display: block;
  background: url(/assets/images/icon-tick-active.svg) no-repeat 0 0;
}
body .btn-onboarding-new-hire {
  min-width: auto;
  margin: -5px 45px 0;
}
body .user-settings {
  position: relative;
  margin-right: 22px;
}
body .user-img {
  width: 32px;
  height: 32px;
  float: left;
  margin: 0;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}
body .user-img.background-img {
  background-image: url("./media/user-img-QWQ4Z3VG.jpg");
}
body .user-img span.avatar-bg {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font: 300 14px/32px "Roboto", sans-serif;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #038ba8;
}
body .user-settings .nav-link {
  color: #777;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  padding: 5px 0 0;
}
body .user-settings .nav-link span {
  font-weight: 300;
  line-height: 14px;
}
body .user-settings .dropdown-toggle:after {
  display: none;
}
body .user-settings .nav-pills .nav-link.active,
body .user-settings .nav-pills .show > .nav-link {
  color: #4a4a4a;
  background-color: inherit;
}
body .user-settings .dropdown-menu {
  width: 190px;
  top: 44px !important;
  left: inherit !important;
  right: 0 !important;
  transform: inherit !important;
}
body .user-settings .user-right {
  margin-left: 46px;
}
body .user-settings li strong {
  font-weight: 500;
}
body .user-settings .dropdown-menu:before {
  border-color: rgba(212, 212, 212, 0);
  border-bottom-color: #d4d4d4;
  border-width: 9px;
  margin-left: -9px;
}
body .user-settings .dropdown-menu > ul {
  padding: 0;
  margin: 0;
}
body .user-settings .dropdown-menu > ul > li {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
body .user-settings .dropdown-menu > ul > li a {
  display: block;
  padding: 9px 11px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #5b5a5a;
  background-color: inherit;
}
body .user-settings .dropdown-menu > ul > li a:hover {
  background-color: #eeeeee;
  color: #2e2f2f;
  text-decoration: none;
  border-radius: 0px;
}
body .user-settings .dropdown-menu > ul > li.dropdown > a {
  position: relative;
}
body .user-settings .dropdown-menu > ul > li.dropdown > a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.625rem;
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.3461 4.93756L13.6876 6.27424L8.00005 11.9376L2.3125 6.27424L3.65404 4.93756L8.00005 9.26594L12.3461 4.93756Z' fill='%23B0B0B0'/%3E%3C/svg%3E") center/contain no-repeat;
  transition: all 0.3s ease-in-out;
}
body .user-settings .dropdown-menu > ul > li.dropdown.show-switch-company-block > a::after {
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
body .switch-dropdown {
  width: 250px;
  border: 1px solid #babbbb;
  position: absolute;
  left: -251px;
  top: 0;
  overflow: hidden;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.08);
}
body .user-settings .dropdown-menu > ul > li.dropdown.show-switch-company-block .switch-dropdown {
  visibility: visible;
  opacity: 1;
}
body .switch-dropdown .search-section {
  width: 100%;
  margin: 0px !important;
  padding: 2px;
}
body .switch-dropdown .search-section input.form-control {
  border-top: inherit;
  border-left: inherit;
  border-right: inherit;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
body .switch-dropdown .switch-dropdown-options {
  height: 136px;
  overflow-y: auto;
  padding: 0;
  margin: 0;
}
body .switch-dropdown .switch-dropdown-options .switch-dropdown-option {
  padding: 5px 0px;
  margin: 0;
  list-style: none;
  position: relative;
}
body .switch-dropdown .switch-dropdown-options .switch-dropdown-option p {
  display: block;
  padding: 5px 10px 0px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #5b5a5a;
  background-color: inherit;
  margin: 0;
}
body .switch-dropdown .switch-dropdown-options .switch-dropdown-option:hover {
  background-color: #eeeeee;
  color: #2e2f2f;
}
body .user-settings .dropdown-menu > ul {
  position: relative;
}
body .user-settings .dropdown-menu > ul:before,
body .user-settings .dropdown-menu > ul:after {
  bottom: 100%;
  left: 93%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
body .user-settings .dropdown-menu > ul:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 7px;
  margin-left: -9px;
}
body .user-settings .dropdown-menu > ul:before {
  border-color: rgba(212, 212, 212, 0);
  border-bottom-color: #d4d4d4;
  border-width: 8px;
  margin-left: -10px;
}
body .search-section {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media screen and (max-width: 991px) {
  body .notification-box {
    margin-right: 17px;
  }
  body .user-settings {
    margin-right: 22px;
  }
}
@media screen and (max-width: 767px) {
  body .user-settings .nav-link {
    font-size: 0;
  }
  body .user-img {
    margin-right: 0;
  }
  body .notification-box {
    width: 38px;
    margin-right: 10px;
  }
  body .member-box {
    width: 32px;
    margin-right: 0;
  }
  body .member-link {
    width: 32px;
    padding: 6px 0 0;
  }
  body .member-box .dropdown img {
    width: 32px;
    margin-right: 0;
  }
  body header .logo {
    margin-left: 0;
  }
  body header .logo img {
    max-width: 90px;
    width: 100%;
  }
  body header .member-box .dropdown-menu {
    width: 300px;
  }
  body .hamburger-menu {
    width: 42px;
  }
  body header .user-settings {
    margin-right: -5px;
    float: left;
  }
  body header .header-sidenav-company-id {
    width: 20px;
    height: 32px;
    margin: 10px 5px;
    float: right;
  }
  body header .header-sidenav-company-id .header-sidenav {
    vertical-align: middle;
  }
  body header .header-center {
    width: 100%;
    position: absolute;
    top: 52px;
    left: 0;
    background: #002f60;
    width: 100%;
  }
  body header .header-center .header-company-id h4 {
    overflow: visible;
    max-width: 100%;
  }
  body header .header-center .header-company-id h4,
  body header .header-center .header-company-id p {
    color: #fff;
  }
}
@media screen and (max-width: 600px) {
  body .switch-dropdown {
    right: 0px;
    left: auto;
    z-index: 10;
  }
}
@media screen and (max-width: 569px) {
  body header .header-left {
    width: 122px;
  }
  body header .logo {
    max-width: 70px;
    margin-left: 10px;
    margin-right: 10px;
  }
  body .search-section.expend {
    opacity: 1;
    visibility: visible;
    position: absolute;
    top: 41px;
    right: 15px;
    display: block;
  }
  body .s-nav {
    width: 22px;
    position: absolute;
    top: 13px;
    right: 17px;
    display: block;
  }
  body .s-nav img {
    width: 100%;
    height: auto;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  body .s-nav.active img {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
}
@media screen and (max-width: 380px) {
  body header .logo {
    max-width: 60px;
  }
  body header .float-end.h-right {
    position: relative;
  }
  body header .search-section {
    margin-right: 8px;
  }
  body header .search-section .btn-search {
    width: 22px;
    height: 22px;
    background-size: 100%;
  }
  body header .notification-box .dropdown img {
    width: 28px;
  }
  body header .user-settings {
    margin-right: -5px;
    margin-left: 5px;
  }
  body header .user-img {
    width: 30px;
    height: 30px;
  }
  body .member-box .dropdown img {
    width: 28px;
  }
}
body .company-info {
  width: calc(100vw - 440px);
  float: left;
  margin-left: 0;
  text-align: center;
}
body .logo-wrapper {
  height: 52px;
  display: inline-block;
  overflow: hidden;
  margin-right: 20px;
  display: inline-flex;
  align-items: center;
}
body .company-info img {
  max-width: 80px;
}
body .company-info-rht {
  padding-top: 5px;
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
body .company-info h5 {
  margin-bottom: 0;
  padding-bottom: 0;
  color: #5b5a5a;
}
body .company-info p {
  font-weight: 300;
  margin-bottom: 0;
  padding-bottom: 0;
  color: #5b5a5a;
}
body .no-logo .logo-wrapper {
  display: none;
}
body .no-logo .company-info-rht {
  text-align: center;
}
@media screen and (max-width: 990px) {
  body .company-info {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body .member-list-wrapper:before,
  body .member-list-wrapper:after {
    left: 17px;
  }
}
@media screen and (max-width: 600px) {
  body .user-settings .dropdown-menu > ul {
    padding: 5px;
  }
  body .user-settings .dropdown-menu > ul > li > a {
    font-size: 15px;
  }
  body .user-settings .dropdown-menu > ul:before {
    left: inherit;
    right: 22px;
    margin-left: 0;
  }
  body .user-settings .dropdown-menu > ul:after {
    left: inherit;
    right: 23px;
    margin-left: 0;
  }
  body .user-settings .dropdown-menu > ul > li.dropdown > a {
    padding: 11px;
    background-position: 97% center;
  }
  body .user-settings .dropdown-menu > ul > li.dropdown > a:hover {
    background-position: 97% center;
  }
  body .notification-dropdown {
    width: calc(100vw - 30px);
    right: -49px;
  }
  body .notification-dropdown:after {
    left: inherit;
    right: 64px;
  }
  body .notification-dropdown:before {
    left: inherit;
    right: 63px;
  }
  body header .member-box .dropdown-menu {
    width: calc(100vw - 29px);
    top: 44px !important;
    left: -118px !important;
    transform: inherit !important;
  }
  body .member-list-wrapper:before,
  body .member-list-wrapper:after {
    left: 135px;
  }
}
@media (max-width: 767.98px) {
  body .applicant-details__modal .search-section {
    right: 1.875rem;
  }
  body .applicant-details__modal .search-section.expendSearch {
    right: 1.875rem !important;
  }
  body .applicant-details__modal .search-section.expendSearch .btn-search {
    right: 0.625rem !important;
  }
  body .applicant-details__modal .search-section .btn-search {
    right: 0 !important;
  }
  body header .user-settings .dropdown-menu {
    width: 15.625rem;
  }
  body header .user-settings .dropdown-menu .switch-dropdown {
    border: none;
    top: 2.8125rem;
    right: -0.3125rem;
    z-index: 9999;
  }
  body header .user-settings .dropdown-menu .switch-dropdown .search-section {
    width: calc(100% - 0.625rem) !important;
    margin: 0.3125rem !important;
    top: 0;
    right: 0;
  }
  body header .user-settings .dropdown-menu .switch-dropdown .search-section input.form-control {
    display: block;
    height: 2.25rem;
    right: auto;
    left: 0;
  }
}
@media (max-width: 575.98px) {
  body .notification-dropdown {
    width: calc(100vw - 60px);
    right: -40px;
  }
  body .notification-dropdown:after {
    left: inherit;
    right: 46px;
  }
  body .notification-dropdown:before {
    left: inherit;
    right: 45px;
  }
  body .dashboard-card .dashboard-card-header h2 {
    font-size: 1.125rem;
  }
  body .icon-box {
    width: 1.375rem;
    height: 1.375rem;
  }
  body .icon-box-xxl {
    width: 1.875rem;
    height: 1.875rem;
  }
  body .user-settings .dropdown-menu {
    right: -1.06rem !important;
  }
  body .announcements-left p {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 479px) {
  body .user-lang {
    width: 50px;
  }
  body .user-lang .form-control {
    width: 0px;
  }
}
@media screen and (max-width: 380px) {
  body header .float-end.h-right {
    position: relative;
  }
  body header .float-end.h-right .user-lang {
    position: absolute;
    left: -40px;
  }
  body header .float-end.h-right .s-nav {
    right: 6px;
  }
  body .user-lang {
    width: 32px;
    padding-right: 0px;
    padding-left: 20px;
  }
  body .user-lang .form-control {
    padding-right: 14px;
  }
  body .notification-box {
    margin-right: 5px;
  }
}
@media screen and (max-width: 375px) {
  body .notification-dropdown {
    width: 300px;
    right: -55px;
  }
  body .notification-dropdown:after,
  body .notification-dropdown:before {
    left: inherit;
    right: 60px;
  }
}
body .switch-client-btn {
  display: flex;
  padding: 6px 5px;
  background-color: #efefef;
}
body .switch-client-btn .btn {
  width: 49.5%;
  margin: 0px !important;
}
body .switch-client-btn .btn.btn-link {
  color: #606a70;
  text-decoration: none;
}
body footer {
  padding: 15px;
  font-size: 12px;
  line-height: 14px;
  position: relative;
  z-index: 1;
}
body footer p {
  padding: 0;
  margin: 0;
  color: #5b5a5a;
  background-color: inherit;
}
body footer a {
  color: #5b5a5a;
  background-color: inherit;
}
body footer a:hover {
  color: #30363a;
  background-color: inherit;
}
@media (max-width: 767px) {
  body footer {
    margin-bottom: 55px;
  }
  body footer p {
    margin-left: 0;
  }
  body .footer-blank {
    margin-bottom: 55px;
  }
}
body .footer-blank {
  min-height: 43px;
}
body {
}
body aside {
  width: 53px;
  height: 100%;
  padding: 0;
  background-color: #002f60;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  border-right: 1px solid #d8d8d8;
  margin-top: 53px;
}
body aside nav {
  padding: 0;
  margin: 0;
  background-color: #002f60;
}
body aside nav > ul {
  padding: 15px 0 0;
  margin: 0;
}
body aside nav > ul > li {
  height: 46px;
  padding: 0;
  margin: 0 0 3px;
  list-style: none;
  position: relative;
}
body aside nav > ul > li > a {
  padding: 12px 0;
  text-align: center;
  display: block;
}
body aside nav > ul > li > a span.icon {
  width: 53px;
  display: inline-block;
  text-align: center;
  z-index: 2;
  position: relative;
}
body aside nav > ul > li > a img {
  opacity: 0.6;
}
body aside nav > ul > li > a.active {
  border-left: 2px solid #fff;
  height: 100%;
}
body aside nav > ul > li > a.active img {
  opacity: 1;
}
body aside nav > ul > li > a:hover img {
  opacity: 1;
}
body aside nav > ul > li img {
  height: 20px;
  vertical-align: sub;
}
body aside nav > ul > li:hover img {
  opacity: 0.6;
}
body aside nav > ul > li.active img {
  opacity: 0.6;
}
body aside nav > ul > li.active a {
  position: relative;
  text-align: left;
  background-color: #002f60;
}
body aside nav ul > li:hover > a span.nav-text {
  left: 7px;
  z-index: 1;
  text-align: left;
  visibility: visible;
  opacity: 1;
  background-color: #002f60;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.13);
}
body aside nav ul > li span.nav-text {
  height: 34px;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  padding: 6px 18px 6px 42px;
  color: #fff;
  background-color: #58b8ff;
  position: absolute;
  top: 5px;
  left: 0;
}
body .btn-aside-option {
  opacity: 0;
  visibility: hidden;
}
body .aside-mobile-section {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  body .right-content {
    margin-left: 0;
  }
  body aside {
    width: 100%;
    height: 55px;
    position: fixed;
    top: calc(100% - 55px);
    left: 0;
    border-top: 1px solid #d8d8d8;
    border-right: none;
    z-index: 9;
    margin-top: 0;
  }
  body aside nav {
    width: 80%;
    height: 55px;
    float: left;
  }
  body aside nav > ul {
    padding-top: 0;
  }
  body aside nav > ul > li {
    width: 25%;
    height: 55px;
    float: left;
    z-index: 9;
  }
  body aside nav > ul > li > img {
    display: block;
    margin: 0 auto;
  }
  body aside nav > ul > li > a {
    padding: 16px 0;
  }
  body aside nav > ul > li > a span.icon {
    width: 100%;
  }
  body aside nav > ul > li > a.active {
    border-left: inherit;
    background-color: rgba(255, 255, 255, 0.1);
  }
  body aside nav > ul > li > a.active img {
    opacity: 1;
  }
  body aside nav > ul > li.active > a {
    background-color: #002f60;
  }
  body aside nav > ul > li.focus a {
    background-color: #002f60;
  }
  body aside nav > ul > li:focus a {
    background-color: #002f60;
  }
  body aside nav > ul > li:hover a {
    background-color: #002f60;
  }
  body aside nav ul > li span.nav-text {
    display: none;
  }
  body aside nav ul > li:hover img.icon-dark,
  body aside nav ul > li.active img.icon-dark {
    display: none;
  }
  body aside nav ul > li:hover img.icon-white,
  body aside nav ul > li.active img.icon-white {
    display: block;
    margin: 0 auto;
  }
  body .btn-aside-option {
    width: 20%;
    float: right;
    opacity: 1;
    visibility: visible;
  }
  body .btn-aside-option img {
    width: 28px;
    display: block;
    margin: 13px auto 0;
    opacity: 0.6;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  body .aside-mobile-section {
    width: 280px;
    max-height: calc(100vh - 107px);
    overflow-y: auto;
    position: absolute;
    bottom: 55px;
    right: -280px;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
  }
  body .aside-mobile-section.show {
    position: absolute;
    right: 0;
    visibility: visible;
    opacity: 1;
  }
  body .aside-mobile-section.show:after {
    z-index: -1;
    visibility: visible;
    opacity: 1;
  }
  body .aside-mobile-section:after {
    width: 100%;
    height: calc(100vh - 55px);
    position: fixed;
    right: 0;
    bottom: 55px;
    content: "";
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  body aside .aside-mobile-section nav {
    width: 100%;
    height: auto;
  }
  body aside .aside-mobile-section nav ul > li {
    width: 100%;
    height: 45px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  }
  body aside .aside-mobile-section nav ul > li:last-child {
    border-bottom: inherit;
  }
  body aside .aside-mobile-section nav ul > li > a {
    width: 100%;
    padding: 12px 15px;
    display: block;
    overflow: hidden;
  }
  body aside .aside-mobile-section nav ul > li > a span.icon {
    width: 22px;
    display: block;
    text-align: left;
    float: left;
  }
  body aside .aside-mobile-section nav ul > li span.nav-text {
    height: auto;
    font-size: 14px;
    color: #fff;
    position: relative;
    top: inherit;
    left: inherit;
    opacity: 1;
    visibility: visible;
    display: block;
    background-color: inherit;
    padding: 0 0 0 12px;
    float: left;
  }
  body aside .aside-mobile-section nav ul > li.active span.nav-text {
    color: #fff;
  }
  body aside .aside-mobile-section nav ul > li.active img {
    opacity: 0.9;
  }
  body aside .aside-mobile-section nav ul > li:hover img {
    opacity: 0.9;
  }
  body aside .aside-mobile-section nav ul > li:hover a span.nav-text {
    left: inherit;
    color: rgba(255, 255, 255, 0.9);
    background-color: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: inherit;
    -webkit-box-shadow: inherit;
    -moz-box-shadow: inherit;
  }
}
body .sidenavmenu {
  width: 290px;
  background-color: #002f60;
  position: fixed;
  top: 52px;
  left: -100%;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
}
body .sidenavmenu .sidemenu-scroll {
  height: 100vh;
  overflow-y: auto;
}
body .sidenavmenu .sidemenu-scroll .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
body .sidenavmenu.active {
  visibility: visible;
  opacity: 1;
  left: 0;
}
body .sidenavmenu .sidenavmenu-inner {
  width: 100%;
  overflow-y: auto;
  padding: 0;
  position: relative;
  z-index: 2;
}
body .sidenavmenu ul {
  padding: 0;
  margin: 0;
}
body .sidenavmenu ul > li {
  padding: 0;
  margin: 0 0 3px 0;
  list-style: none;
  color: #fff;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
body .sidenavmenu ul > li > a {
  display: flex;
  align-items: center;
  padding: 14px 14px 14px 15px;
  color: rgba(255, 255, 255, 0.8);
  background-color: inherit;
  gap: 0.625rem;
}
body .sidenavmenu ul > li > a img {
  opacity: 1;
  filter: alpha(opacity=100);
}
body .sidenavmenu ul > li > a:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
body .sidenavmenu ul > li > a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
body .sidenavmenu ul > li > a.active {
  color: rgb(255, 255, 255);
}
body .sidenavmenu ul > li > a.active a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
body .sidenavmenu ul > li > a.active a img {
  opacity: 1;
  filter: alpha(opacity=100);
}
body .sidenavmenu ul > li > a:not([href]):not([tabindex]) {
  color: rgba(255, 255, 255, 0.1);
  background-color: inherit;
  text-decoration: none;
}
body .sidenavmenu ul > li.active {
  color: #999;
}
body .sidenavmenu ul > li.active a {
  color: #999;
  text-decoration: none;
}
body .sidenavmenu ul > li.active a img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
body .sidenavmenu ul > li:hover {
  color: rgb(255, 255, 255) !important;
  text-decoration: none;
}
body .sidenavmenu ul > li img {
  width: 20px;
  height: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (max-width: 1024px) {
  body .sidenavmenu {
    width: 100%;
  }
  body .sidenavmenu .sidenavmenu-inner {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  body .sidenavmenu-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body .sidemenu-wrapper {
  padding: 10px 0;
}
body .hamburger-menu.body-side-menu-open {
  width: 53px;
  height: 53px;
  border-right: 1px solid transparent;
  padding-top: 17px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}
body .hamburger-menu.body-side-menu-open span {
  height: 2px;
  color: inherit;
  background-color: #7f7f7f !important;
}
@media (max-width: 575.98px) {
  body .hamburger-menu.body-side-menu-open {
    width: 42px;
    height: 42px;
  }
}
.inner {
  width: 100%;
  height: 100%;
  cursor: move;
}
.cdk-drop-list-dragging .inner {
  background-color: transparent !important;
  cursor: move;
}
body {
}
body .btn-link {
  min-height: 16px;
  font-size: 14px;
  line-height: 16px;
  color: #002f60;
  border: none;
  cursor: pointer !important;
  text-decoration: underline;
  background: transparent;
}
body .btn-link .custom-imp-icon {
  position: absolute;
  right: -9px;
}
body .filter-text {
  font-size: 14px;
  line-height: 26px;
  vertical-align: top;
  display: inline-block;
  color: #2b2e3c;
}
body .filter-text strong {
  font-weight: normal;
}
body .btn-link + .filter-text {
  margin-left: 6px;
}
body .btn-link.text-primary {
  padding: 0;
}
body .btn-link:hover {
  text-decoration: none;
}
body .filters-data-wrap {
  color: #5b5a5a;
  font-size: 14px;
}
body .btn-block {
  display: block;
  width: 100%;
}
body .btn {
  min-width: 96px;
  height: 36px;
  font-size: 14px;
  line-height: 34px;
  font-weight: 400;
  padding: 0 26px;
  text-align: center;
  outline: inherit !important;
  box-shadow: inherit;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  text-decoration: inherit;
}
body .btn,
body a.btn:not([href]):not([tabindex]) {
  text-decoration: inherit;
}
body .btn,
body .btn:focus,
body .btn.active,
body .btn:active {
  box-shadow: inherit !important;
  outline: none !important;
}
body .btn-primary {
  color: #fff;
  background-color: #002f60;
  border-color: #002f60;
  text-decoration: none !important;
}
body .btn-primary:hover,
body .btn-primary:focus,
body .btn-primary.focus,
body .btn-primary.active,
body .btn-primary:not(:disabled):not(.disabled):active,
body .btn-primary:not(:disabled):not(.disabled).active {
  color: #fff !important;
  background-color: #eb5400 !important;
  border-color: #eb5400 !important;
  text-decoration: none !important;
}
body a.btn-primary:not([href]):not([tabindex]),
body a.btn-primary:not([href]):not([tabindex]):hover,
body a.btn-primary:not([href]):not([tabindex]):focus {
  color: #fff !important;
}
body .btn-outline-primary {
  color: #002f60;
  background-color: transparent;
  border: 1px solid #002f60 !important;
}
body .btn-outline-primary:hover,
body .btn-outline-primary:focus,
body .btn-outline-primary.focus,
body .btn-outline-primary.active,
body .btn-outline-primary:not(:disabled):not(.disabled):active,
body .btn-outline-primary:not(:disabled):not(.disabled).active {
  color: #eb5400 !important;
  background-color: transparent !important;
  border-color: #eb5400 !important;
}
body .btn-danger {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
}
body .btn-danger:hover,
body .btn-danger:focus,
body .btn-danger.focus,
body .btn-danger.active {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
}
body .btn-inprogress {
  color: #fff;
  background-color: #ff9c01;
  border-color: #ff9c01;
}
body .btn-inprogress:hover,
body .btn-inprogress:focus,
body .btn-inprogress.focus,
body .btn-inprogress.active {
  color: #fff;
  background-color: #ff9c01;
  border-color: #ff9c01;
}
body .btn-success {
  color: #fff;
  background-color: #628933;
  border-color: #628933;
}
body .btn-success:hover,
body .btn-success:focus,
body .btn-success.focus,
body .btn-success.active {
  color: #fff;
  background-color: #628933;
  border-color: #628933;
}
body .btn-outline-danger {
  color: #ff0000;
  background-color: transparent;
  border: 1px solid #ff0000;
}
body .btn-outline-danger:hover,
body .btn-outline-danger:focus,
body .btn-outline-danger.focus,
body .btn-outline-danger.active {
  color: #ff0000;
  background-color: transparent;
  border-color: #ff0000;
}
body .btn-group-lg > .btn,
body .btn-lg {
  height: 40px !important;
  line-height: 38px !important;
}
body .btn-group-sm > .btn,
body .btn-sm {
  height: 24px;
  line-height: 22px;
  font-size: 14px;
}
body .float-end .btn {
  margin-left: 11px;
}
body .float-start .btn {
  margin-right: 11px;
}
body .btn-view {
  width: 20px;
  height: 36px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 10px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: pointer;
}
body .btn-view:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
body .btn-view.dobBtn {
  right: 46px;
}
body .s-nav {
  display: none;
}
body .float-end .btn {
  margin-left: 8px;
}
body .icon-action {
  margin-right: 10px;
}
body .icon-action.generic {
  margin-right: 4px !important;
}
body .btn-group-sm > .btn,
body .btn-sm {
  height: 26px;
  line-height: 24px;
  padding: 0 13px;
}
body .add-new img {
  width: 18px;
  margin-right: 5px;
}
body .btn-icon {
  width: 14px;
  height: auto;
  padding: 0;
  margin: 0 10px 0 0;
  background-color: transparent;
  display: inline-block;
  outline: inherit;
  border: none;
  cursor: pointer;
  z-index: 1;
}
body .btn-icon:disabled {
  opacity: 0.6;
  cursor: default;
}
body .btn-icon:last-child {
  margin-right: 0;
}
body .disabled select.form-control {
  color: #5b5a5a !important;
  background-color: #d6d6d6 !important;
  border-color: #d6d6d6 !important;
}
body .btn-outline-light {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
  font-weight: 700;
}
body .btn-outline-light:disabled {
  color: #fff !important;
  border-color: #fff !important;
  background-color: transparent !important;
}
body .btn-outline-light:hover,
body .btn-outline-light:focus,
body .btn-outline-light.focus {
  color: #fff !important;
  border-color: #eb5400 !important;
  background-color: #eb5400 !important;
}
@media (max-width: 768px) {
  body .btn {
    padding: 0 15px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  body .btn.btn-update-status {
    margin-left: 8px;
  }
}
@media (max-width: 479px) {
  body .btn {
    padding: 0 15px;
    font-size: 12px;
    margin-left: 5px;
  }
  body .btn.btn-update-status {
    float: none !important;
    margin-top: 6px;
  }
}
body .role-table-details .btn {
  text-align: left;
}
body .btn-primary.disabled,
body .btn-primary:disabled {
  color: #eee !important;
  background-color: #9ba0a4;
  border-color: #9ba0a4;
}
body .btn-outline-primary.disabled,
body .btn-outline-primary:disabled {
  color: #848c92;
  background-color: transparent;
  border: 1px solid #9ba0a4 !important;
}
body .btn-danger.disabled,
body .btn-danger:disabled {
  color: #fff;
  background-color: #9ba0a4;
  border-color: #9ba0a4;
}
body .btn-outline-danger.disabled,
body .btn-outline-danger:disabled {
  color: #9ba0a4;
  background-color: transparent;
  border: 1px solid #9ba0a4;
}
body .disabled {
  pointer-events: none;
  opacity: 0.7;
  color: #9ba0a4 !important;
}
body .disabled label.text-primary {
  color: #9ba0a4 !important;
}
body .disabled img {
  opacity: 0.7;
  filter: alpha(opacity=70) !important;
}
body .btn-link {
  min-height: 16px;
  font-size: 14px;
  line-height: 16px;
  color: #002f60;
  border: none;
  cursor: pointer !important;
  text-decoration: underline;
  background: transparent;
}
body .btn-link:hover {
  color: #002f60;
  text-decoration: none;
}
body .btn-link img {
  vertical-align: middle;
}
body .btn-link.text-primary img {
  margin-right: 5px;
}
body .btn-link.text-secondary img {
  margin-right: 5px;
}
body .tfoot .btn-link {
  padding-left: 0;
}
body .upload-onboard-doc.disabled,
body .btn-link:disabled,
body .btn-link.disabled,
body .disabled,
body disabled,
body .text-primary.disabled,
body .btn-add.disabled {
  cursor: default !important;
  color: #9ba0a4 !important;
}
body .upload-onboard-doc.disabled img,
body .btn-link:disabled img,
body .btn-link.disabled img,
body a.disabled,
body .disabled icon {
  cursor: default !important;
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important;
  color: #9ba0a4 !important;
}
body .btn-link:disabled svg {
  fill: rgba(0, 42, 95, 0.5);
  cursor: default;
}
body .btn-add.disabled {
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important;
}
body .btn.disabled,
body .btn:disabled {
  opacity: 1;
}
body .card.dashboard .btn-link-lg {
  text-decoration: underline;
}
body .link {
  text-decoration: underline;
}
body .link:hover {
  text-decoration: none;
}
body .file-upload {
  position: relative;
}
body .file-upload a.btn {
  text-decoration: none;
  cursor: pointer !important;
}
body .file-upload a.btn:hover {
  text-decoration: none !important;
}
body .file-upload .btn-outline-primary {
  padding: 0 15px;
  margin: 0;
}
body .file-upload input[type=file] {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  background-color: transparent;
  color: transparent;
}
body .label-info {
  color: #898989;
}
body .file-upload a.btn:not([href]):not([tabindex]) {
  color: #002f60;
}
body .file-upload.disabled .btn {
  border-color: rgba(0, 47, 96, 0.5) !important;
  color: rgba(0, 47, 96, 0.5) !important;
}
body .file-upload.disabled .btn span {
  color: #babbbb;
}
.file-close-icon {
  position: relative;
  z-index: 888;
  cursor: pointer;
}
.min-w-6rem {
  min-width: 6.8rem !important;
}
.filter-btn {
  width: 24px;
  height: 24px;
  background: url(/assets/images/icon-filter-blue.svg) center/cover no-repeat;
  border: none;
  outline: none;
}
.filter-text + .filter-btn {
  margin-left: 6px;
}
body .ng-singleselect-without-checkbox .filter-textbox input {
  padding-left: 15px !important;
}
body .ng-singleselect-without-checkbox .dropdown-list {
  position: absolute;
  padding-top: 13px;
  padding-bottom: 13px;
  width: 100%;
  z-index: 9999;
  border: none;
  border-radius: 0;
  background: #fff;
  margin-top: 0;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
body .ng-singleselect-without-checkbox .dropdown-list .item1 {
  margin-bottom: 13px !important;
}
body .ng-singleselect-without-checkbox .dropdown-list .item1 .filter-textbox {
  border-bottom: none;
  padding: 0 10px;
}
body .ng-singleselect-without-checkbox .dropdown-list .item1 .filter-textbox input[type=text] {
  padding: 9px 36px 9px 10px;
  border: 1px solid #babbbb;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  height: 48px;
  background-image: url("data:image/svg+xml,<svg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(%23clip0_2105_1406)'><path d='M10.0283 11.5232C8.99022 12.263 7.7201 12.6981 6.34837 12.6981C2.84226 12.6981 0 9.85553 0 6.34906C0 2.84259 2.84226 3.05176e-05 6.34837 3.05176e-05C9.85448 3.05176e-05 12.6967 2.84259 12.6967 6.34906C12.6967 7.72093 12.2617 8.99118 11.522 10.0293L15.6931 14.2009C16.104 14.6118 16.1006 15.2694 15.693 15.6771L15.6755 15.6946C15.2688 16.1013 14.6069 16.1024 14.1994 15.6948L10.0283 11.5232ZM6.34837 11.2042C9.02951 11.2042 11.203 9.03047 11.203 6.34906C11.203 3.66764 9.02951 1.49392 6.34837 1.49392C3.66723 1.49392 1.49373 3.66764 1.49373 6.34906C1.49373 9.03047 3.66723 11.2042 6.34837 11.2042Z' fill='%239ba0a3'/></g><defs><clipPath id='clip0_2105_1406'><rect width='16' height='16' fill='white'/></clipPath></defs></svg>%0A");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 96% 14px;
}
body .ng-singleselect-without-checkbox .dropdown-list .item2 {
  padding: 0px 0 !important;
}
body .ng-singleselect-without-checkbox .dropdown-list .item2 li {
  padding: 8px 10px;
  margin-bottom: 6px;
}
body .ng-singleselect-without-checkbox .multiselect-item-checkbox input[type=checkbox] + div {
  padding-left: 10px !important;
  color: #606a71 !important;
  font-size: 14px;
}
body .ng-singleselect-without-checkbox .multiselect-item-checkbox input[type=checkbox] + div:after,
body .ng-singleselect-without-checkbox .multiselect-item-checkbox input[type=checkbox] + div:before {
  display: none;
  padding-left: 10px;
}
body .ng-singleselect-without-checkbox .multiselect-item-checkbox.active {
  font-weight: 700;
}
body .ng-singleselect-without-checkbox .multiselect-dropdown .dropdown-btn {
  background: #fff;
  padding: 2px 50px 2px 12px !important;
  min-height: 36px;
  line-height: 30px !important;
}
body .ng-singleselect-without-checkbox .multiselect-dropdown .dropdown-btn .selected-item-container .selected-item {
  max-width: inherit !important;
  margin: 2px 11px 0 -8px !important;
  padding: 0 18px 0 5px !important;
  border: 0px !important;
  font-size: 14px;
  height: 26px;
  line-height: 26px;
  position: relative;
  border-radius: 4px !important;
  overflow: hidden;
  background: #002f60 !important;
  color: #fff !important;
  word-break: break-all;
}
body .ng-singleselect-without-checkbox .multiselect-dropdown .dropdown-btn .selected-item-container .selected-item > a {
  position: absolute;
  top: 0;
  right: 2px;
  padding-top: 0 !important;
  padding-left: 3px !important;
  padding-right: 3px;
  background: #002f60;
  border-radius: 0 4px 4px 0;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}
body .ng-singleselect-without-checkbox .multiselect-dropdown .dropdown-btn .selected-item-container .selected-item:hover {
  box-shadow: none;
}
body .ng-singleselect-without-checkbox .multiselect-dropdown .dropdown-btn span[style="float: right !important; padding-right: 4px;"] {
  padding-right: 0 !important;
  position: absolute;
  top: 3px;
  right: 12px;
}
body .ng-singleselect-without-checkbox .multiselect-dropdown .dropdown-btn span[style="float: right !important; padding-right: 4px;"] .ng-star-inserted {
  padding-right: 18px !important;
}
body .ng-singleselect-without-checkbox .multiselect-dropdown .dropdown-btn .dropdown-multiselect__caret {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.3461 4.93756L13.6876 6.27424L8.00005 11.9376L2.3125 6.27424L3.65404 4.93756L8.00005 9.26594L12.3461 4.93756Z' fill='%23B0B0B0'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  border: inherit !important;
  width: 20px !important;
  height: 30px !important;
  right: 0 !important;
  padding: 0 !important;
}
body .ng-singleselect-without-checkbox .multiselect-dropdown .dropdown-btn .dropdown-multiselect__caret::before {
  display: none;
}
body .ng-multi-select .multiselect-dropdown {
  width: 100% !important;
}
body .ng-multi-select .multiselect-dropdown .dropdown-list {
  overflow: hidden;
}
body .ng-multi-select .multiselect-dropdown .dropdown-btn .selected-item {
  background: #002f60 !important;
  border-color: #002f60 !important;
  color: #fff !important;
}
body .ng-multi-select .multiselect-dropdown .dropdown-btn > span:last-child > span:first-child {
  padding-right: 18px !important;
}
body .ng-multi-select .multiselect-dropdown .dropdown-btn > span:last-child > span:first-child.dropdown-multiselect__caret {
  padding-right: 0px !important;
}
body .ng-multi-select .multiselect-dropdown .dropdown-btn .dropdown-multiselect__caret::before {
  display: none;
}
body .ng-multi-select .multiselect-dropdown .selected-item {
  word-break: break-all;
}
body .ng-multi-select .multiselect-dropdown .dropdown-btn {
  background: #fff;
  padding: 2px 50px 2px 12px !important;
  min-height: 36px;
  line-height: 30px !important;
  font-size: 0.9375rem;
}
body .ng-multi-select .multiselect-dropdown .dropdown-btn .selected-item-container .selected-item {
  max-width: inherit !important;
  margin: 2px 11px 0 -8px !important;
  padding: 0 18px 0 5px !important;
  border: 0px !important;
  font-size: 14px;
  height: 26px;
  line-height: 26px;
  position: relative;
  border-radius: 4px !important;
  overflow: hidden;
  background: #002f60 !important;
  color: #fff !important;
  word-break: break-all;
}
body .ng-multi-select .multiselect-dropdown .dropdown-btn .selected-item-container .selected-item > a {
  position: absolute;
  top: 0;
  right: 2px;
  padding-top: 0 !important;
  padding-left: 3px !important;
  padding-right: 3px;
  background: #002f60;
  border-radius: 0 4px 4px 0;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}
body .ng-multi-select .multiselect-dropdown .dropdown-btn .selected-item-container .selected-item:hover {
  box-shadow: none;
}
body .ng-multi-select .multiselect-dropdown .dropdown-btn span[style="float: right !important; padding-right: 4px;"] {
  padding-right: 0 !important;
  position: absolute;
  top: 3px;
  right: 0.625rem;
}
body .ng-multi-select .multiselect-dropdown .dropdown-btn span[style="float: right !important; padding-right: 4px;"] .ng-star-inserted {
  padding-right: 18px !important;
}
body .ng-multi-select .multiselect-dropdown .dropdown-btn .dropdown-multiselect__caret {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.3461 4.93756L13.6876 6.27424L8.00005 11.9376L2.3125 6.27424L3.65404 4.93756L8.00005 9.26594L12.3461 4.93756Z' fill='%23B0B0B0'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  border: inherit !important;
  width: 20px !important;
  height: 30px !important;
  right: 0 !important;
  padding: 0 !important;
}
body .ng-multi-select .multiselect-dropdown .dropdown-btn .dropdown-multiselect__caret::before {
  display: none;
}
body .ng-multi-select .multiselect-item-checkbox input[type=checkbox] + div:before {
  width: 15px !important;
  height: 15px !important;
  border: 1px solid #c9c9c9 !important;
  border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
}
body .ng-multi-select .multiselect-item-checkbox input[type=checkbox]:checked + div:before {
  background: #002f60 !important;
}
body .ng-multi-select .multiselect-item-checkbox input[type=checkbox] + div:after {
  border-width: 0 0 2px 2px !important;
}
.filterBadgeResults {
  overflow-y: auto;
}
.filterBadgeResults .accordion-flush > .accordion__item {
  border: 1px solid #babbbb;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin-bottom: 20px;
}
.filterBadgeResults .accordion-flush > .accordion__item:first-child {
  border-top: 1px solid #babbbb;
}
.filterBadgeResults .accordion-flush > .accordion__item:last-child {
  border-bottom: 1px solid #babbbb;
}
.filterBadgeResults .accordion-flush .accordion__item {
  position: relative;
}
.filterBadgeResults .accordion-flush .accordion__item .accordion__header {
  cursor: pointer;
  position: absolute;
  left: 20px;
  top: 15px;
  color: #002f60;
  background-color: inherit;
  padding: 0 0 0 28px;
  font-weight: 300;
}
.filterBadgeResults .accordion-flush .accordion__item .accordion__header .accordion__button {
  padding: 0;
  color: #002f60;
  font-size: 1.375rem;
}
.filterBadgeResults .accordion-flush .accordion__item .accordion__header .accordion__button::after {
  position: absolute;
  left: -28px;
  background-image: url(/assets/images/icon-arrow-left.svg);
  background-position: 3px 4px;
  background-repeat: no-repeat;
  background-size: auto;
}
.filterBadgeResults .accordion-flush .accordion__item .accordion__header .accordion__button:not(.collapsed) {
  background-color: inherit;
  box-shadow: none;
}
.filterBadgeResults .accordion-flush .accordion__item .accordion__header .accordion__button:not(.collapsed)::after {
  transform: rotate(90deg);
}
.filterBadgeResults .accordion-flush .accordion__item .accordion__sub {
  padding: 0 0 0 0;
  display: grid;
  grid-template-columns: 1fr 269px;
}
.filterBadgeResults .accordion-flush .accordion__item .accordion__left {
  padding: 52px 20px 5px 20px;
  color: #606a71;
  display: flex;
  flex-direction: column;
}
.filterBadgeResults .accordion-flush .accordion__item .accordion__left p {
  color: #606a71;
  word-break: break-word !important;
}
.filterBadgeResults .accordion-flush .accordion__item .accordion__left .accordion__defaultcopy {
  padding: 0 36px 0 29px;
  display: flex;
  flex: 1;
}
.filterBadgeResults .accordion-flush .accordion__item .accordion__left .accordion__defaultcopy .accordion__defaultcopyicon {
  margin: 0 6px 0 0;
}
.filterBadgeResults .accordion-flush .accordion__item .accordion__left .accordion__body {
  padding: 0 0 0 51px;
}
.filterBadgeResults .accordion-flush .accordion__item .accordion__left .accordion__footer {
  border-top: 1px solid #babbbb;
  padding: 6px 0 0 0;
}
.filterBadgeResults .accordion-flush .accordion__item .accordion__left .accordion__footer ul {
  padding: 0;
  margin: 0 -12px 0 -12px;
  list-style-type: none;
}
.filterBadgeResults .accordion-flush .accordion__item .accordion__left .accordion__footer ul li {
  padding: 0 12px 0 0;
  margin: 0 0 12px 12px;
  list-style: none;
  position: relative;
  color: #606a71;
  font-size: 14px;
  float: left;
}
.filterBadgeResults .accordion-flush .accordion__item .accordion__left .accordion__footer ul li::after {
  content: "";
  width: 1px;
  height: 13px;
  background-color: #babbbb;
  color: inherit;
  position: absolute;
  right: 0;
  top: 7px;
}
.filterBadgeResults .accordion-flush .accordion__item .accordion__left .accordion__footer ul li:first-child {
  padding-left: 0;
}
.filterBadgeResults .accordion-flush .accordion__item .accordion__left .accordion__footer ul li:last-child {
  padding-right: 0;
}
.filterBadgeResults .accordion-flush .accordion__item .accordion__left .accordion__footer ul li:last-child::after {
  display: none;
}
.filterBadgeResults .accordion-flush .accordion__item .accordion__left .accordion__footer ul li.accordion__footerday {
  font-size: 12px;
}
.filterBadgeResults .accordion-flush .accordion__item .accordion__left .accordion__footer ul li .btn-link {
  padding: 0;
}
.filterBadgeResults .accordion-flush .accordion__item .accordion__left .accordion__footer ul li .btn-link .icon-default {
  display: inline-block;
}
.filterBadgeResults .accordion-flush .accordion__item .accordion__left .accordion__footer ul li .btn-link .icon-light {
  display: none;
}
.filterBadgeResults .accordion-flush .accordion__item .accordion__right {
  background-color: #f4f4f4;
  padding: 20px 15px 6px 15px;
  position: relative;
}
.filterBadgeResults .accordion-flush .accordion__item .accordion__right ul {
  padding: 0;
  margin: 0 0 50px 0;
  line-height: 0;
  list-style-type: none;
}
.filterBadgeResults .accordion-flush .accordion__item .accordion__right ul li {
  padding: 0 0 0 25px;
  margin: 0 0 16px 0;
  list-style: none;
  background-color: inherit;
  font-size: 14px;
  line-height: 16.8px;
  position: relative;
}
.filterBadgeResults .accordion-flush .accordion__item .accordion__right ul li .icon-default {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 1px;
}
.filterBadgeResults .accordion-flush .accordion__item .accordion__right ul li span {
  margin: 0 0 0 1px;
  word-break: break-word;
}
.filterBadgeResults .accordion-flush .accordion__item .accordion__right .btn {
  width: calc(100% - 30px) !important;
  position: absolute;
  bottom: 6px;
}
.filterBadgeResults .accordion-flush .accordion__item--active {
  background-color: #fff;
}
.filterBadgeResults .accordion-flush .accordion__item--active .accordion__header {
  color: #d6d6d6;
  background-color: transparent;
}
.filterBadgeResults .accordion-flush .accordion__item--active .accordion__header .accordion__button {
  color: #d6d6d6;
  background-color: transparent;
}
.filterBadgeResults .accordion-flush .accordion__item--active .accordion__header .accordion__button span:not(.active-days-info) {
  color: #002f60;
}
.filterBadgeResults .accordion-flush .accordion__item--active .accordion__header .accordion__button:not(.collapsed)::after {
  transform: rotate(90deg);
}
.filterBadgeResults .accordion-flush .accordion__item--active .accordion__left {
  color: #e9e9e9;
}
.filterBadgeResults .accordion-flush .accordion__item--active .accordion__left p,
.filterBadgeResults .accordion-flush .accordion__item--active .accordion__left h1,
.filterBadgeResults .accordion-flush .accordion__item--active .accordion__left h2,
.filterBadgeResults .accordion-flush .accordion__item--active .accordion__left h3,
.filterBadgeResults .accordion-flush .accordion__item--active .accordion__left h4,
.filterBadgeResults .accordion-flush .accordion__item--active .accordion__left h5,
.filterBadgeResults .accordion-flush .accordion__item--active .accordion__left h6,
.filterBadgeResults .accordion-flush .accordion__item--active .accordion__left ul,
.filterBadgeResults .accordion-flush .accordion__item--active .accordion__left li,
.filterBadgeResults .accordion-flush .accordion__item--active .accordion__left span,
.filterBadgeResults .accordion-flush .accordion__item--active .accordion__left strong {
  color: #606a71;
}
.filterBadgeResults .accordion-flush .accordion__item--active .accordion__left .accordion__footer {
  border-top-color: #babbbb;
}
.filterBadgeResults .accordion-flush .accordion__item--active .accordion__left .accordion__footer ul li {
  color: #fff;
}
.filterBadgeResults .accordion-flush .accordion__item--active .accordion__left .accordion__footer ul li::after {
  background-color: #babbbb;
}
.filterBadgeResults .accordion-flush .accordion__item--active .accordion__left .accordion__footer ul li .text-secondary {
  color: #fff !important;
}
.filterBadgeResults .accordion-flush .accordion__item--active .accordion__right {
  background-color: #f3f3f3;
}
.filterBadgeResults .accordion-flush .accordion__item--active .accordion__right ul li {
  color: #e9e9e9;
  background-color: inherit;
}
.add-quiz-questions {
  max-height: 410px;
}
.add-quiz-questions .accordion-flush .accordion__item {
  margin-bottom: 10px;
  border: 1px solid #d6d6d6 !important;
  background-color: #f9f9f9;
}
.add-quiz-questions .accordion-flush .accordion__item .accordion__header {
  padding-left: 26px;
}
.add-quiz-questions .accordion-flush .accordion__item .accordion__header .accordion__button {
  font: 500 14px/16.8px Roboto, sans-serif;
  color: #2b2e3c;
  background-color: transparent;
}
.add-quiz-questions .accordion-flush .accordion__item .accordion__header .accordion__button .quiz-question-no {
  margin-left: 6px;
}
.add-quiz-questions .accordion-flush .accordion__item .accordion__header .accordion__button::after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.5 4.0916L5.83668 2.75006L11.5001 8.4376L5.83668 14.1252L4.5 12.7836L8.82837 8.4376L4.5 4.0916Z' fill='%23B0B0B0'/%3E%3C/svg%3E%0A") !important;
  background-position: top center;
}
.add-quiz-questions .accordion-flush .accordion__item .add-quiz-questions-buttons {
  position: absolute;
  right: 20px;
  top: 27px;
  content: "";
}
.add-quiz-questions .accordion-flush .accordion__item .add-quiz-questions-buttons button {
  padding: 0px 0px 0px 10px;
}
.add-quiz-questions .accordion-flush .accordion__item .accordion__sub {
  padding: 38px 10px 11px 46px;
  min-height: 70px;
  display: block;
}
.add-quiz-questions .accordion-flush .accordion__item .accordion__sub .quiz-question {
  margin-bottom: 0;
  color: #2b2e3c;
  font: 400 14px/21px Roboto, sans-serif;
  max-width: calc(100% - 70px);
}
@media screen and (max-width: 768px) {
  .add-quiz-questions .accordion-flush .accordion__item .accordion__sub .quiz-question {
    max-width: 100%;
  }
}
.add-quiz-questions .accordion-flush .accordion__item .accordion__sub .quiz-answer {
  margin-bottom: 0;
  color: #5b5a5a;
  font: 400 14px/21px Roboto, sans-serif;
}
.add-quiz-questions .accordion-flush .accordion__item .accordion__sub .quiz-answer .quiz-answer-option {
  margin-right: 5px;
}
.applicant-details__quiz-results {
  max-height: 100%;
  padding-right: 0px;
}
.applicant-details__quiz-results .accordion-flush .accordion__item {
  border: none !important;
}
.applicant-details__quiz-results .accordion-flush .accordion__item .accordion__header {
  top: 34px;
}
.applicant-details__quiz-results .accordion-flush .accordion__item .accordion__sub {
  padding: 23px 10px 23px 60px;
  overflow: hidden;
}
.applicant-details__quiz-results .accordion-flush .accordion__item .accordion__sub h5 {
  font: 500 14px/21px Roboto, sans-serif;
  padding-bottom: 0;
}
.applicant-details__quiz-results .accordion-flush .accordion__item .accordion__sub p {
  font: 400 15px/18px Roboto, sans-serif;
  margin-bottom: 0;
}
.applicant-details__quiz-results .accordion-flush .accordion__item .accordion__sub .accordion__body .quiz-questions {
  margin-top: 30px;
}
.applicant-details__quiz-results .accordion-flush .accordion__item .accordion__sub .accordion__body .quiz-questions ol.applicant-quiz-counter {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.applicant-details__quiz-results .accordion-flush .accordion__item .accordion__sub .accordion__body .quiz-questions ol.applicant-quiz-counter > li {
  counter-increment: item;
  margin-bottom: 14px;
  margin-top: 10px;
  padding-left: 23px;
  text-indent: -23px;
  font: 400 14px/21px Roboto, sans-serif;
}
.applicant-details__quiz-results .accordion-flush .accordion__item .accordion__sub .accordion__body .quiz-questions ol.applicant-quiz-counter > li:last-child {
  margin-bottom: 1.25rem;
}
.applicant-details__quiz-results .accordion-flush .accordion__item .accordion__sub .accordion__body .quiz-questions ol.applicant-quiz-counter > li .text-danger,
.applicant-details__quiz-results .accordion-flush .accordion__item .accordion__sub .accordion__body .quiz-questions ol.applicant-quiz-counter > li .text-success {
  padding-left: 30px;
  position: relative;
}
.applicant-details__quiz-results .accordion-flush .accordion__item .accordion__sub .accordion__body .quiz-questions ol.applicant-quiz-counter > li .text-danger::before,
.applicant-details__quiz-results .accordion-flush .accordion__item .accordion__sub .accordion__body .quiz-questions ol.applicant-quiz-counter > li .text-success::before {
  content: "";
  margin-right: 5px;
  position: absolute;
  width: 16px;
  height: 100%;
  left: 9px;
  top: 0px;
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1C9.85627 1 11.6372 1.73768 12.9499 3.05012C14.2624 4.36262 15 6.14356 15 8C15 9.85644 14.2623 11.6372 12.9499 12.9499C11.6374 14.2624 9.85644 15 8 15C6.14356 15 4.36276 14.2623 3.05012 12.9499C1.73761 11.6374 0.999999 9.85644 0.999999 8C1.00202 6.14425 1.73972 4.36465 3.05219 3.05218C4.36469 1.73968 6.14425 1.00207 8 1ZM5.46587 9.77356C5.25586 9.98357 5.25586 10.3241 5.46587 10.5341C5.67588 10.7442 6.01645 10.7442 6.22645 10.5341L8.00002 8.76127L9.77358 10.5341C9.98359 10.7442 10.3242 10.7442 10.5342 10.5341C10.7442 10.3241 10.7442 9.98357 10.5342 9.77356L8.76129 8L10.5342 6.22644C10.732 6.01441 10.726 5.68394 10.5214 5.47866C10.3161 5.27404 9.9856 5.26798 9.77359 5.46587L8.00003 7.23874L6.22647 5.46518C6.01444 5.2673 5.68397 5.27402 5.47869 5.47864C5.27407 5.68393 5.26801 6.01441 5.4659 6.22642L7.23877 7.99998L5.46587 9.77356Z' fill='%23e72727'/%3E%3C/svg%3E%0A") no-repeat center;
}
.applicant-details__quiz-results .accordion-flush .accordion__item .accordion__sub .accordion__body .quiz-questions ol.applicant-quiz-counter > li .text-success::before {
  background: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1.40002C4.13542 1.40002 1 4.53544 1 8.40002C1 12.2646 4.13542 15.4 8 15.4C11.8646 15.4 15 12.2646 15 8.40002C15 4.53544 11.8646 1.40002 8 1.40002ZM11.6021 6.70836L7.48958 10.8354C7.35833 10.9667 7.16875 11.0542 6.97917 11.0542C6.78958 11.0542 6.6 10.9813 6.46875 10.8354L4.39792 8.76461C4.10625 8.47294 4.10625 8.02086 4.39792 7.72919C4.68958 7.43752 5.14167 7.43752 5.43333 7.72919L6.97917 9.27502L10.5812 5.67294C10.8729 5.38127 11.325 5.38127 11.6167 5.67294C11.8938 5.96461 11.8937 6.41669 11.6021 6.70836Z' fill='%23628933'/%3E%3C/svg%3E%0A") no-repeat center;
}
.applicant-details__quiz-results .accordion-flush .accordion__item .accordion__sub .accordion__body .quiz-questions ol.applicant-quiz-counter > .user-selected-option {
  font-weight: 500;
}
.applicant-details__quiz-results .accordion-flush .accordion__item .accordion__sub .accordion__body .quiz-questions ol.applicant-quiz-counter > li:before {
  content: counter(item, upper-alpha) ")";
  margin-right: 10px;
}
.applicant-details__quiz-results .accordion-flush .accordion__item .accordion__sub .accordion__body .quiz-questions ol.applicant-quiz__questions > li {
  padding-left: 0px;
  text-indent: 0px;
}
.applicant-details__quiz-results .accordion-flush .accordion__item .accordion__sub .accordion__body .quiz-questions ol.applicant-quiz__questions > li span {
  font-weight: 500;
  padding-left: 3px;
}
.applicant-details__quiz-results .accordion-flush .accordion__item .accordion__sub .accordion__body .quiz-questions ol.applicant-quiz__questions > li:before {
  content: counter(item) ".";
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .applicant-details__quiz-results .accordion-flush .accordion__item .accordion__sub .applicant-quiz-details {
    margin-bottom: 15px;
  }
  .applicant-details__quiz-results .accordion-flush .accordion__item .accordion__sub .accordion__body .quiz-questions {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .filterBadgeResults .accordion-flush .accordion__item .accordion__sub {
    grid-template-columns: 1fr 1fr;
  }
  .filterBadgeResults .accordion-flush .accordion__item .accordion__left {
    grid-column: 1/3;
    padding-left: 10px;
    padding-right: 10px;
  }
  .filterBadgeResults .accordion-flush .accordion__item .accordion__left .accordion__defaultcopy {
    padding-right: 0;
    padding-left: 39px;
  }
  .filterBadgeResults .accordion-flush .accordion__item .accordion__left .accordion__body {
    padding-left: 61px;
  }
  .filterBadgeResults .accordion-flush .accordion__item .accordion__left .accordion__body ul {
    padding-left: 1rem;
  }
  .filterBadgeResults .accordion-flush .accordion__item .accordion__right {
    grid-column: 1/3;
    padding-left: 10px;
    padding-right: 10px;
  }
  .filterBadgeResults .accordion-flush .accordion__item .accordion__right .btn {
    width: calc(100% - 20px) !important;
    margin-left: 0;
  }
}
.active-days-info {
  position: absolute;
  right: 280px;
  top: 15px;
  color: #606a71;
  background-color: inherit;
  padding: 0 0 0 0px;
  margin: 0px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 21px;
}
.details-info {
  display: flex;
  flex-direction: column;
  color: #606a71;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 21px;
}
.details-info .lable-info {
  font-weight: 600;
}
.details-info .value-info {
  font-weight: 400;
}
@media (max-width: 575.98px) {
  .add-quiz-questions .accordion-flush .accordion__item .accordion__header,
  .add-quiz-questions .accordion-flush .accordion__item .add-quiz-questions-buttons {
    top: 16px;
  }
  .add-quiz-questions .accordion-flush .accordion__item .accordion__sub {
    padding-left: 2.1875rem;
  }
  .add-quiz-questions .accordion-flush .accordion__item .accordion__sub .accordion__defaultcopy {
    padding-left: 0;
  }
  .applicant-details__quiz-results .accordion-flush .accordion__item .accordion__header {
    top: 35px;
  }
  .applicant-details__quiz-results .accordion-flush .accordion__item .accordion__sub {
    padding-left: 48px;
  }
}
@media (min-height: 1035px) {
  .add-quiz-questions {
    max-height: calc(100vh - 625px);
  }
}
body {
}
body .grid-outer {
  display: grid;
  grid-template-columns: repeat(13, 1fr);
  gap: 0px;
  overflow-x: auto;
}
body .grid-outer-flex {
  display: block;
  overflow-x: auto;
}
body .grid-outer-flex .grid-header {
  display: flex;
}
body .grid-outer-flex .grid-body {
  display: flex;
}
body .grid-outer.rounded {
  border: 1px solid #e2e2e2;
  margin-bottom: 10px;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
}
body .grid-outer.rounded .grid-header .grid-head-cell,
body .grid-outer.rounded .grid-body .grid-cell {
  border-right: 1px solid #e2e2e2;
  border-collapse: collapse;
  vertical-align: middle;
}
body .grid-outer .grid-header {
  background-color: #f9f9f9;
  color: #002f60;
  font-weight: 500;
}
body .grid-outer .grid-body .grid-cell {
  font-weight: 400;
  color: #5b5a5a;
}
body .grid-outer .grid-body .grid-cell,
body .grid-outer .grid-header .grid-head-cell {
  padding: 10px;
  font-size: 14px;
  line-height: 17px;
  border-top: 1px solid #e2e2e2;
}
body .grid-outer .grid-header .grid-head-cell {
  font-weight: 500;
  border-bottom: none;
  border-top: none;
  white-space: nowrap;
  background-color: #f9f9f9;
  padding: 10px;
  font-size: 14px;
  line-height: 17px;
}
body .grid-outer .grid-body .grid-cell:first-child,
body .grid-outer .grid-header .grid-head-cell:first-child {
  padding-left: 10px;
}
body .grid-row-hover .grid-row.grid-body:hover .grid-cell {
  background-color: #e6ebf2;
}
body .grid-row-hover > .grid-row.grid-body > :hover > * {
  --bs-table-accent-bg: inherit;
}
body .grid-outer.rounded .grid-body .grid-cell:last-child,
body .grid-outer.rounded .grid-header .grid-head-cell:last-child {
  border-right: inherit !important;
}
body .grid-outer.rounded .grid-header .grid-head-cell.sorting {
  background: url(/assets/images/icon-sorting.svg) no-repeat right center;
  background-size: 16px;
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: pointer;
  background-color: #f9f9f9;
}
body .grid-outer.rounded .grid-header .grid-head-cell.sorting_asc {
  background: url(/assets/images/icon-sort-asc.svg) no-repeat right center;
  background-size: 16px;
  cursor: pointer;
  background-color: #f9f9f9;
}
body .grid-outer.rounded .grid-header .grid-head-cell.sorting_desc {
  background: url(/assets/images/icon-sort-desc.svg) no-repeat right center;
  background-size: 16px;
  cursor: pointer;
  background-color: #f9f9f9;
}
body .inner-grid {
  grid-column: span 13;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0px;
}
body .grid-header,
body .grid-body {
  display: contents;
}
body .grid-cell {
  word-wrap: break-word;
  align-content: center;
}
body .footer-cell-span-2 {
  grid-column: span 2;
}
body .footer-cell-span-13 {
  grid-column: span 13;
}
body .custom-rowspan-2 {
  grid-row: span 2;
}
body .collapse {
  display: none;
}
body .collapse.show {
  display: contents;
}
body .grid-outer.rounded.grid-fixed-right .grid-header .grid-head-cell:last-child {
  position: sticky;
  right: 0;
  background: #f9f9f9;
}
body .grid-outer.rounded.grid-fixed-right .grid-header .grid-head-cell.grid-last-active::before {
  box-shadow: -6px 0 13px rgba(0, 0, 0, 0.1294117647);
  width: 10px;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -2;
}
body .grid-outer.rounded.grid-fixed-right .grid-header .grid-head-cell.grid-last-active::after {
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -1;
}
body .grid-outer.rounded.grid-fixed-right .grid-body .grid-cell:last-child {
  position: sticky;
  right: 0;
  background: #fff;
}
body .grid-outer.rounded.grid-fixed-right .grid-body .grid-cell.grid-last-active .tooltip {
  white-space: nowrap;
}
body .grid-outer.rounded.grid-fixed-right .grid-body .grid-cell.grid-last-active::before {
  box-shadow: -6px 0 13px rgba(0, 0, 0, 0.1294117647);
  width: 10px;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -2;
}
body .grid-outer.rounded.grid-fixed-right .grid-body .grid-cell.grid-last-active::after {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -1;
}
body .grid-outer.rounded.grid-fixed-right .grid-body:hover .grid-cell.grid-last-active::after {
  background-color: #e6ebf2;
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
body .grid-outer.rounded .grid-cell::before {
  content: attr(data-label);
  position: absolute;
  left: 10px;
  font-weight: bold;
  display: none;
}
body .grid-fixed-right {
  overflow-y: auto;
}
body .grid-fixed-right::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  padding: 0 2px;
}
body .grid-fixed-right::-webkit-scrollbar-track {
  background-color: #f7f7f7;
  outline: 1px solid #e2e2e2;
  border-radius: 8px;
}
body .grid-fixed-right::-webkit-scrollbar-thumb {
  background-color: #d7d7d7;
  outline: none;
  border-radius: 8px;
}
@media (max-width: 767px) {
  body .grid-outer.rounded {
    border: none;
    padding: 2px;
  }
  body .grid-cell {
    width: 100% !important;
    min-width: 100px !important;
  }
  body .footer-cell-span-2 {
    grid-column: span 1;
  }
  body .grid-outer,
  body .inner-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
  }
  body .inner-grid {
    grid-column: span 1;
  }
  body .grid-outer-flex {
    display: block;
  }
  body .grid-outer-flex .grid-header {
    display: flex;
    flex-direction: column;
  }
  body .grid-outer-flex .grid-body {
    display: flex;
    flex-direction: column;
  }
  body .grid-data-list {
    table-layout: fixed;
    background: transparent;
    margin-bottom: 0;
    width: 100%;
  }
  body .grid-data-list .grid-header {
    display: none;
  }
  body .grid-data-list .grid-body {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    background: #fff;
    cursor: pointer;
    display: block;
    padding: 15px 10px;
    margin: 0 0 15px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
  }
  body .grid-data-list .grid-body .grid-cell {
    width: 100% !important;
    max-width: 100%;
    min-height: 38px;
    border: 0;
    display: block;
    padding: 10px 0 10px 50% !important;
    position: relative;
    text-align: right !important;
    border-right: none !important;
  }
  body .grid-data-list .grid-body .grid-cell:first-child {
    padding: 10px 10px 10px 50%;
  }
  body .grid-data-list .grid-body .grid-cell:first-child::after {
    visibility: hidden;
  }
  body .grid-data-list .grid-body .grid-cell:after {
    content: "" !important;
    width: 100% !important;
    display: block;
    margin: 0 auto;
    height: 1px !important;
    background: #dfdfdf;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
  }
  body .grid-data-list .grid-body .grid-cell:before,
  body .grid-data-list .grid-body .grid-cell:last-child:before {
    display: table-cell !important;
    font-weight: 500;
    padding-top: 0;
    left: 0 !important;
    margin: auto;
    position: absolute !important;
    vertical-align: top;
    width: calc(50% - 5px) !important;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  body .grid-outer .grid-body .grid-cell:last-child .d-flex {
    justify-content: end;
  }
  body .grid-row-hover .grid-row.grid-body:hover {
    background-color: #e6ebf2;
  }
  body .grid-outer.rounded.grid-fixed-right {
    overflow-x: hidden;
  }
  body .grid-outer.rounded.grid-fixed-right .grid-body .grid-cell:last-child {
    background: transparent;
  }
  body .grid-outer.rounded.grid-fixed-right .grid-body .grid-cell.grid-last-active::before {
    box-shadow: none;
    width: inherit;
    height: inherit;
    display: table-cell;
    position: inherit;
    left: inherit;
    top: inherit;
    content: attr(data-label);
    z-index: inherit;
  }
  body .grid-outer.rounded.grid-fixed-right .grid-body .grid-cell.grid-last-active::after {
    width: inherit;
    height: inherit;
    background-color: #dfdfdf;
    display: inherit;
    position: inherit;
    left: inherit;
    top: inherit;
    content: "";
    z-index: inherit;
  }
}
body {
}
body .form-check-input:disabled ~ .form-check-label,
body .form-check-input[disabled] ~ .form-check-label {
  opacity: 1;
}
body .form-check-input:disabled {
  background-color: #d6d6d6 !important;
  border: 1px solid #babbbb !important;
  opacity: 1 !important;
}
body label {
  font-size: 14px !important;
  margin-bottom: 0.3125rem;
  color: #5b5a5a;
}
body .form-control,
body .form-select {
  height: 36px;
  padding: 0 30px 0 12px;
  border: 1px solid #babbbb;
  color: #5b5a5a;
  background-color: #fff;
  font-size: 15px;
  line-height: 34px;
  text-align: left;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
body .form-control.ac-number {
  padding-right: 35px;
}
body .dynamic-accordion .form-control {
  height: 42px !important;
}
body .form-control-sm {
  height: 28px;
  min-height: 28px;
  padding: 0 8px;
  font-size: 14px;
  line-height: 26px;
}
body .form-control::-webkit-input-placeholder {
  color: #606a71;
}
body .form-control::-moz-placeholder {
  color: #606a71;
}
body .form-control:-ms-input-placeholder {
  color: #606a71;
}
body .form-control:-moz-placeholder {
  color: #606a71;
}
body .form-check-label {
  color: #5b5a5a;
  font-size: 14px;
  line-height: 23px;
}
body .form-check-label:before {
  background-color: #fff;
  border: 1px solid #c9c9c9;
}
body .custom-checkbox .form-check-label:before {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
body .invalid-feedback {
  font-size: 13px;
}
body .form-group {
  margin-bottom: 1.25rem;
}
body .form-group.radio-margin-bottom {
  margin-bottom: 8px;
}
body select.form-control,
body select {
  padding-right: 32px;
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.3461 4.93756L13.6876 6.27424L8.00005 11.9376L2.3125 6.27424L3.65404 4.93756L8.00005 9.26594L12.3461 4.93756Z' fill='%23B0B0B0'/%3E%3C/svg%3E") no-repeat calc(100% - 0.5rem) center #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
}
body select.ng-pristine,
body select.perf-review-merit {
  height: 36px !important;
  padding: 0 32px 0 12px !important;
  border: 1px solid #c9c9c9 !important;
  color: #5b5a5a;
  background-color: #fff !important;
  font-size: 15px !important;
  line-height: 34px !important;
  text-align: left !important;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.3461 4.93756L13.6876 6.27424L8.00005 11.9376L2.3125 6.27424L3.65404 4.93756L8.00005 9.26594L12.3461 4.93756Z' fill='%23B0B0B0'/%3E%3C/svg%3E") no-repeat calc(100% - 0.5rem) center !important;
  background-color: #fff !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}
body select.ng-pristine.form-control-sm {
  height: 28px !important;
  line-height: 28px !important;
}
body select.form-control-sm.ng-pristine,
body select.form-control-sm.perf-review-merit {
  font-size: 14px !important;
}
body select.form-control:focus,
body select:focus,
body select.ng-pristine:focus {
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.3461 4.93756L13.6876 6.27424L8.00005 11.9376L2.3125 6.27424L3.65404 4.93756L8.00005 9.26594L12.3461 4.93756Z' fill='%23B0B0B0'/%3E%3C/svg%3E") no-repeat calc(100% - 0.5rem) center #fff !important;
}
body header select.form-control:focus,
body header select:focus {
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.3461 4.93756L13.6876 6.27424L8.00005 11.9376L2.3125 6.27424L3.65404 4.93756L8.00005 9.26594L12.3461 4.93756Z' fill='%23B0B0B0'/%3E%3C/svg%3E") no-repeat calc(100% - 0.5rem) center #fff;
  outline: none;
}
body select.form-control::-ms-expand,
body ::-ms-clear,
body select::-ms-expand {
  display: none;
}
body select.form-control option,
body select option {
  width: 180px !important;
  padding: 10px 12px;
}
body .selectboxit-container .selectboxit,
body .selectboxit-container .selectboxit-options {
  width: 200px;
  border-radius: 0;
  max-height: 240px;
}
body .selectboxit-options .selectboxit-option .selectboxit-option-anchor {
  white-space: normal;
  min-height: 30px;
  height: auto;
}
body select.form-control option:focus,
body select option:focus {
  background-color: #258752;
}
body textarea.form-control {
  height: 112px;
}
body select.form-control[multiple] {
  padding: 0;
  background: inherit;
  color: #4a4a4a;
  background-color: #fff;
}
body select.form-control[multiple] option {
  padding: 5px 12px;
}
body .form-control:disabled,
body .form-control[readonly]::placeholder {
  color: #a4a4a4;
}
body .disable-option {
  color: #a4a4a4;
}
body .form-control:focus,
body ng-multiselect-dropdown .dropdown-btn:focus {
  border-color: #babbbb;
  box-shadow: 0 0 6px 0 #eb5400;
  -webkit-box-shadow: 0 0 6px 0 #eb5400;
  -moz-box-shadow: 0 0 6px 0 #eb5400;
}
body .input-group-text {
  min-width: 35px;
  text-align: center;
  background-color: #9b9b9b;
  color: #fff;
  border: none;
  font-weight: 300;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  padding: 0 5px;
  justify-content: center;
}
body .input-group-prepend.float-end .input-group-text {
  border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
}
body .form-control-plaintext {
  font-size: 14px;
  line-height: 36px;
  color: #5b5a5a;
  padding-top: 0;
  padding-bottom: 0;
}
body .form-control.readonly,
body .form-control[readonly],
body .form-control.disabled,
body .form-control:disabled,
body .modal .form-control.readonly,
body .modal .form-control[readonly],
body .modal .form-control.disabled,
body .modal .form-control:disabled,
body .form-select:disabled {
  color: #5b5a5a !important;
  background-color: #d6d6d6 !important;
  border-color: #d6d6d6 !important;
  opacity: 1;
}
body .form-control.datepicker {
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2105_1389)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 14.022H14V4.00003H2V14.022ZM13.709 2.00003H12.994V0.605031C12.994 0.271031 12.723 3.05176e-05 12.388 3.05176e-05H10.918C10.583 3.05176e-05 10.313 0.271031 10.313 0.605031V2.00003H5.362V0.605031C5.362 0.271031 5.091 3.05176e-05 4.757 3.05176e-05H3.287C2.953 3.05176e-05 2.681 0.271031 2.681 0.605031V2.00003H2.291C1.026 2.00003 0 3.19103 0 4.45703V13.709C0 14.974 1.026 16 2.291 16H13.709C14.974 16 16 14.974 16 13.709V4.45703C16 3.19103 14.974 2.00003 13.709 2.00003Z' fill='%23606a71'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 8.00003H6V6.00003H4V8.00003Z' fill='%23606a71'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 12H6V10H4V12Z' fill='%23606a71'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 8.00003H9V6.00003H7V8.00003Z' fill='%23606a71'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 12H9V10H7V12Z' fill='%23606a71'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 8.00003H12V6.00003H10V8.00003Z' fill='%23606a71'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 12H12V10H10V12Z' fill='%23606a71'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2105_1389'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat calc(100% - 0.625rem) center;
  background-size: 1.125rem;
  padding-right: 30px;
}
body .form-control.datepicker.border-0 {
  height: 22px;
  background-size: 28px;
}
body .btn-connect {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 575px) {
  body .form-control {
    font-size: 14px;
  }
}
body .termsofServiceModal .close {
  padding: 0 !important;
}
body .terms-scroll-content {
  height: calc(100vh - 210px);
  background: #fafafa;
  overflow-y: auto;
  border: 1px solid #979797;
  padding: 30px 20px;
  margin: 50px 0 17px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
body .modal-header.modal-header-d-none {
  height: 1px;
  padding: 0;
  opacity: 0;
}
body .cursor-not-allowed,
body input:disabled,
body input:-moz-read-only,
body input:-moz-read-only,
body select:disabled {
  cursor: default !important;
}
body .search-section {
  width: 298px;
  height: 36px;
  margin: 0;
  position: relative;
}
body .search-section input.form-control {
  width: 100%;
  height: 36px;
  border: 1px solid #d1d1d1;
  padding: 0 12px;
}
body .search-section .btn-search {
  width: 17px;
  height: 17px;
  background: transparent url("data:image/svg+xml,<svg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(%23clip0_2105_1406)'><path d='M10.0283 11.5232C8.99022 12.263 7.7201 12.6981 6.34837 12.6981C2.84226 12.6981 0 9.85553 0 6.34906C0 2.84259 2.84226 3.05176e-05 6.34837 3.05176e-05C9.85448 3.05176e-05 12.6967 2.84259 12.6967 6.34906C12.6967 7.72093 12.2617 8.99118 11.522 10.0293L15.6931 14.2009C16.104 14.6118 16.1006 15.2694 15.693 15.6771L15.6755 15.6946C15.2688 16.1013 14.6069 16.1024 14.1994 15.6948L10.0283 11.5232ZM6.34837 11.2042C9.02951 11.2042 11.203 9.03047 11.203 6.34906C11.203 3.66764 9.02951 1.49392 6.34837 1.49392C3.66723 1.49392 1.49373 3.66764 1.49373 6.34906C1.49373 9.03047 3.66723 11.2042 6.34837 11.2042Z' fill='%239ba0a3'/></g><defs><clipPath id='clip0_2105_1406'><rect width='16' height='16' fill='white'/></clipPath></defs></svg>%0A") no-repeat 0 0;
  border: none;
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
}
body .autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 150px;
  overflow: scroll;
}
@media (max-width: 991px) {
  body .search-section {
    width: 220px;
  }
}
body .form-check {
  padding-left: 26px;
}
body .form-check .form-check-input {
  margin-left: -26px;
}
body .form-check-input {
  width: 16px;
  height: 16px;
}
body .form-check-input:checked {
  background-color: #fff;
  border-color: #002f60;
}
body .form-check-input[type=checkbox]:checked {
  background-color: #002f60;
}
body .form-check-input:checked[type=radio] {
  background: url(/assets/images/radio-circle.svg) no-repeat center;
}
input.ng-dirty.ng-invalid.ng-touched {
  border: 1px solid #ff0000;
}
select.ng-dirty.ng-invalid.ng-touched,
ng-multiselect-dropdown.ng-dirty.ng-invalid.ng-touched .dropdown-btn {
  border: 1px solid #ff0000;
}
select.ng-pristine.ng-invalid.ng-touched,
ng-multiselect-dropdown.ng-pristine.ng-invalid.ng-touched .dropdown-btn {
  border: 1px solid #ff0000 !important;
}
input.ng-pristine.ng-invalid.ng-touched {
  border: 1px solid #ff0000;
}
textarea.ng-dirty.ng-invalid.ng-touched {
  border: 1px solid #ff0000;
}
textarea.ng-pristine.ng-invalid.ng-touched {
  border: 1px solid #ff0000;
}
ngx-editor.ng-dirty.ng-pristine.ng-invalid {
  border: 1px solid #ff0000;
}
ngx-editor.ng-touched.ng-pristine.ng-invalid .NgxEditor {
  border: 1px solid #ff0000;
}
.text-editor .NgxEditor__MenuBar {
  border-radius: 5px;
}
.text-editor .NgxEditor__Wrapper {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: none;
}
.text-editor .NgxEditor__Wrapper .NgxEditor__MenuBar {
  background-color: #e9e9e9;
  border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-bottom: none;
  padding: 5px 20px 5px 5px !important;
}
.text-editor .NgxEditor__Wrapper .NgxEditor__MenuBar .NgxEditor__MenuItem {
  background-color: #fff;
  color: #000;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.text-editor .NgxEditor__Wrapper .NgxEditor__MenuBar .NgxEditor__Dropdown {
  background-color: #fff;
  color: #000;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.text-editor .NgxEditor__Wrapper .NgxEditor__MenuBar .NgxEditor__Seperator {
  display: none;
}
.text-editor .NgxEditor__Wrapper .NgxEditor {
  border-radius: 0 0 3px 3px !important;
  -moz-border-radius: 0 0 3px 3px !important;
  -webkit-border-radius: 0 0 3px 3px !important;
}
.text-editor .NgxEditor__Wrapper .NgxEditor .NgxEditor__Content {
  height: 137px;
  background-color: #e9e9e9;
  overflow-x: auto;
  border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
}
.custom-text-editor .NgxEditor {
  min-height: 200px;
}
.custom-text-editor .NgxEditor .NgxEditor__Content {
  min-height: 200px;
}
.invalid-border .ng-pristine.ng-invalid.ng-touched .NgxEditor .NgxEditor__Content {
  border-top: 1px solid #ff0000;
}
.invalid-border .ng-dirty.ng-invalid.ng-touched .NgxEditor .NgxEditor__Content {
  border: 1px solid #ff0000;
}
.ng-dirty.ng-valid.ng-touched .NgxEditor .NgxEditor__Content {
  border: 1px solid #babbbb;
}
@media (max-width: 767px) {
  .section-hide-mobile,
  .label-m-hide {
    display: none;
  }
  .section-show-mobile {
    display: block;
  }
  .search-section-sm {
    width: 225px;
    height: 28px;
  }
  .search-section-sm input.form-control-sm {
    height: 28px !important;
    min-height: 28px;
  }
  .search-section-sm .btn-search {
    top: 5px;
  }
}
.form-group .note-info {
  font-size: 12px;
  color: #9ba0a4;
}
.form-gray-bg-with-fields {
  background-color: #f9f9f9;
  padding: 17px 20px 1px 20px;
  margin-bottom: 10px;
}
.editor.disabled {
  opacity: 1 !important;
}
.editor.disabled ngx-editor .NgxEditor {
  border: none;
}
.editor.disabled ngx-editor .NgxEditor__Content {
  border: none !important;
  padding-left: 0px !important;
}
body .form-control:focus {
  border-color: #babbbb;
  box-shadow: 0 0 6px 0 #eb5400;
  -webkit-box-shadow: 0 0 6px 0 #eb5400;
  -moz-box-shadow: 0 0 6px 0 #eb5400;
}
.btn.custom-btn:focus {
  border-color: #babbbb !important;
  box-shadow: 0 0 6px 0 #eb5400 !important;
  -webkit-box-shadow: 0 0 6px 0 #eb5400 !important;
  -moz-box-shadow: 0 0 6px 0 #eb5400 !important;
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.2509803922);
}
.multiselect-dropdown > div,
.multiselect-dropdown {
  outline: none !important;
}
.multiselect-dropdown:focus-visible,
.multiselect-dropdown > div:focus-visible {
  outline: none !important;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.2509803922) !important;
}
@media (max-width: 767.98px) {
  .search-section {
    width: auto !important;
  }
  .col-form-label {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0.3125rem !important;
  }
}
.fa-xs {
  width: 12px;
}
.fa-sm {
  width: 18px;
}
.fa-lg {
  width: 20px;
}
.icon-16 {
  height: 16px;
}
.icon-0 {
  width: 0px !important;
}
.icon-1 {
  width: 1px !important;
}
.icon-2 {
  width: 2px !important;
}
.icon-3 {
  width: 3px !important;
}
.icon-4 {
  width: 4px !important;
}
.icon-5 {
  width: 5px !important;
}
.icon-6 {
  width: 6px !important;
}
.icon-7 {
  width: 7px !important;
}
.icon-8 {
  width: 8px !important;
}
.icon-9 {
  width: 9px !important;
}
.icon-10 {
  width: 10px !important;
}
.icon-11 {
  width: 11px !important;
}
.icon-12 {
  width: 12px !important;
}
.icon-13 {
  width: 13px !important;
}
.icon-14 {
  width: 14px !important;
}
.icon-15 {
  width: 15px !important;
}
.icon-16 {
  width: 16px !important;
}
.icon-17 {
  width: 17px !important;
}
.icon-18 {
  width: 18px !important;
}
.icon-19 {
  width: 19px !important;
}
.icon-20 {
  width: 20px !important;
}
.icon-21 {
  width: 21px !important;
}
.icon-22 {
  width: 22px !important;
}
.icon-23 {
  width: 23px !important;
}
.icon-24 {
  width: 24px !important;
}
.icon-25 {
  width: 25px !important;
}
.icon-26 {
  width: 26px !important;
}
.icon-27 {
  width: 27px !important;
}
.icon-28 {
  width: 28px !important;
}
.icon-29 {
  width: 29px !important;
}
.icon-30 {
  width: 30px !important;
}
.icon-31 {
  width: 31px !important;
}
.icon-32 {
  width: 32px !important;
}
.icon-33 {
  width: 33px !important;
}
.icon-34 {
  width: 34px !important;
}
.icon-35 {
  width: 35px !important;
}
.icon-36 {
  width: 36px !important;
}
.icon-37 {
  width: 37px !important;
}
.icon-38 {
  width: 38px !important;
}
.icon-39 {
  width: 39px !important;
}
.icon-40 {
  width: 40px !important;
}
.icon-41 {
  width: 41px !important;
}
.icon-42 {
  width: 42px !important;
}
.icon-43 {
  width: 43px !important;
}
.icon-44 {
  width: 44px !important;
}
.icon-45 {
  width: 45px !important;
}
.icon-46 {
  width: 46px !important;
}
.icon-47 {
  width: 47px !important;
}
.icon-48 {
  width: 48px !important;
}
.icon-49 {
  width: 49px !important;
}
.icon-50 {
  width: 50px !important;
}
.icon-51 {
  width: 51px !important;
}
.icon-52 {
  width: 52px !important;
}
.icon-53 {
  width: 53px !important;
}
.icon-54 {
  width: 54px !important;
}
.icon-55 {
  width: 55px !important;
}
.icon-56 {
  width: 56px !important;
}
.icon-57 {
  width: 57px !important;
}
.icon-58 {
  width: 58px !important;
}
.icon-59 {
  width: 59px !important;
}
.icon-60 {
  width: 60px !important;
}
.icon-61 {
  width: 61px !important;
}
.icon-62 {
  width: 62px !important;
}
.icon-63 {
  width: 63px !important;
}
.icon-64 {
  width: 64px !important;
}
.icon-65 {
  width: 65px !important;
}
.icon-66 {
  width: 66px !important;
}
.icon-67 {
  width: 67px !important;
}
.icon-68 {
  width: 68px !important;
}
.icon-69 {
  width: 69px !important;
}
.icon-70 {
  width: 70px !important;
}
.icon-71 {
  width: 71px !important;
}
.icon-72 {
  width: 72px !important;
}
.icon-73 {
  width: 73px !important;
}
.icon-74 {
  width: 74px !important;
}
.icon-75 {
  width: 75px !important;
}
.icon-76 {
  width: 76px !important;
}
.icon-77 {
  width: 77px !important;
}
.icon-78 {
  width: 78px !important;
}
.icon-79 {
  width: 79px !important;
}
.icon-80 {
  width: 80px !important;
}
.icon-81 {
  width: 81px !important;
}
.icon-82 {
  width: 82px !important;
}
.icon-83 {
  width: 83px !important;
}
.icon-84 {
  width: 84px !important;
}
.icon-85 {
  width: 85px !important;
}
.icon-86 {
  width: 86px !important;
}
.icon-87 {
  width: 87px !important;
}
.icon-88 {
  width: 88px !important;
}
.icon-89 {
  width: 89px !important;
}
.icon-90 {
  width: 90px !important;
}
.icon-91 {
  width: 91px !important;
}
.icon-92 {
  width: 92px !important;
}
.icon-93 {
  width: 93px !important;
}
.icon-94 {
  width: 94px !important;
}
.icon-95 {
  width: 95px !important;
}
.icon-96 {
  width: 96px !important;
}
.icon-97 {
  width: 97px !important;
}
.icon-98 {
  width: 98px !important;
}
.icon-99 {
  width: 99px !important;
}
.icon-100 {
  width: 100px !important;
}
.icon-101 {
  width: 101px !important;
}
.icon-102 {
  width: 102px !important;
}
.icon-103 {
  width: 103px !important;
}
.icon-104 {
  width: 104px !important;
}
.icon-105 {
  width: 105px !important;
}
.icon-106 {
  width: 106px !important;
}
.icon-107 {
  width: 107px !important;
}
.icon-108 {
  width: 108px !important;
}
.icon-109 {
  width: 109px !important;
}
.icon-110 {
  width: 110px !important;
}
.icon-111 {
  width: 111px !important;
}
.icon-112 {
  width: 112px !important;
}
.icon-113 {
  width: 113px !important;
}
.icon-114 {
  width: 114px !important;
}
.icon-115 {
  width: 115px !important;
}
.icon-116 {
  width: 116px !important;
}
.icon-117 {
  width: 117px !important;
}
.icon-118 {
  width: 118px !important;
}
.icon-119 {
  width: 119px !important;
}
.icon-120 {
  width: 120px !important;
}
.icon-121 {
  width: 121px !important;
}
.icon-122 {
  width: 122px !important;
}
.icon-123 {
  width: 123px !important;
}
.icon-124 {
  width: 124px !important;
}
.icon-125 {
  width: 125px !important;
}
.icon-126 {
  width: 126px !important;
}
.icon-127 {
  width: 127px !important;
}
.icon-128 {
  width: 128px !important;
}
.icon-129 {
  width: 129px !important;
}
.icon-130 {
  width: 130px !important;
}
.icon-131 {
  width: 131px !important;
}
.icon-132 {
  width: 132px !important;
}
.icon-133 {
  width: 133px !important;
}
.icon-134 {
  width: 134px !important;
}
.icon-135 {
  width: 135px !important;
}
.icon-136 {
  width: 136px !important;
}
.icon-137 {
  width: 137px !important;
}
.icon-138 {
  width: 138px !important;
}
.icon-139 {
  width: 139px !important;
}
.icon-140 {
  width: 140px !important;
}
.icon-141 {
  width: 141px !important;
}
.icon-142 {
  width: 142px !important;
}
.icon-143 {
  width: 143px !important;
}
.icon-144 {
  width: 144px !important;
}
.icon-145 {
  width: 145px !important;
}
.icon-146 {
  width: 146px !important;
}
.icon-147 {
  width: 147px !important;
}
.icon-148 {
  width: 148px !important;
}
.icon-149 {
  width: 149px !important;
}
.icon-150 {
  width: 150px !important;
}
.icon-151 {
  width: 151px !important;
}
.icon-152 {
  width: 152px !important;
}
.icon-153 {
  width: 153px !important;
}
.icon-154 {
  width: 154px !important;
}
.icon-155 {
  width: 155px !important;
}
.icon-156 {
  width: 156px !important;
}
.icon-157 {
  width: 157px !important;
}
.icon-158 {
  width: 158px !important;
}
.icon-159 {
  width: 159px !important;
}
.icon-160 {
  width: 160px !important;
}
.icon-161 {
  width: 161px !important;
}
.icon-162 {
  width: 162px !important;
}
.icon-163 {
  width: 163px !important;
}
.icon-164 {
  width: 164px !important;
}
.icon-165 {
  width: 165px !important;
}
.icon-166 {
  width: 166px !important;
}
.icon-167 {
  width: 167px !important;
}
.icon-168 {
  width: 168px !important;
}
.icon-169 {
  width: 169px !important;
}
.icon-170 {
  width: 170px !important;
}
.icon-171 {
  width: 171px !important;
}
.icon-172 {
  width: 172px !important;
}
.icon-173 {
  width: 173px !important;
}
.icon-174 {
  width: 174px !important;
}
.icon-175 {
  width: 175px !important;
}
.icon-176 {
  width: 176px !important;
}
.icon-177 {
  width: 177px !important;
}
.icon-178 {
  width: 178px !important;
}
.icon-179 {
  width: 179px !important;
}
.icon-180 {
  width: 180px !important;
}
.icon-181 {
  width: 181px !important;
}
.icon-182 {
  width: 182px !important;
}
.icon-183 {
  width: 183px !important;
}
.icon-184 {
  width: 184px !important;
}
.icon-185 {
  width: 185px !important;
}
.icon-186 {
  width: 186px !important;
}
.icon-187 {
  width: 187px !important;
}
.icon-188 {
  width: 188px !important;
}
.icon-189 {
  width: 189px !important;
}
.icon-190 {
  width: 190px !important;
}
.icon-191 {
  width: 191px !important;
}
.icon-192 {
  width: 192px !important;
}
.icon-193 {
  width: 193px !important;
}
.icon-194 {
  width: 194px !important;
}
.icon-195 {
  width: 195px !important;
}
.icon-196 {
  width: 196px !important;
}
.icon-197 {
  width: 197px !important;
}
.icon-198 {
  width: 198px !important;
}
.icon-199 {
  width: 199px !important;
}
.icon-200 {
  width: 200px !important;
}
.icon-201 {
  width: 201px !important;
}
.icon-202 {
  width: 202px !important;
}
.icon-203 {
  width: 203px !important;
}
.icon-204 {
  width: 204px !important;
}
.icon-205 {
  width: 205px !important;
}
.icon-206 {
  width: 206px !important;
}
.icon-207 {
  width: 207px !important;
}
.icon-208 {
  width: 208px !important;
}
.icon-209 {
  width: 209px !important;
}
.icon-210 {
  width: 210px !important;
}
.icon-211 {
  width: 211px !important;
}
.icon-212 {
  width: 212px !important;
}
.icon-213 {
  width: 213px !important;
}
.icon-214 {
  width: 214px !important;
}
.icon-215 {
  width: 215px !important;
}
.icon-216 {
  width: 216px !important;
}
.icon-217 {
  width: 217px !important;
}
.icon-218 {
  width: 218px !important;
}
.icon-219 {
  width: 219px !important;
}
.icon-220 {
  width: 220px !important;
}
.icon-221 {
  width: 221px !important;
}
.icon-222 {
  width: 222px !important;
}
.icon-223 {
  width: 223px !important;
}
.icon-224 {
  width: 224px !important;
}
.icon-225 {
  width: 225px !important;
}
.icon-226 {
  width: 226px !important;
}
.icon-227 {
  width: 227px !important;
}
.icon-228 {
  width: 228px !important;
}
.icon-229 {
  width: 229px !important;
}
.icon-230 {
  width: 230px !important;
}
.icon-231 {
  width: 231px !important;
}
.icon-232 {
  width: 232px !important;
}
.icon-233 {
  width: 233px !important;
}
.icon-234 {
  width: 234px !important;
}
.icon-235 {
  width: 235px !important;
}
.icon-236 {
  width: 236px !important;
}
.icon-237 {
  width: 237px !important;
}
.icon-238 {
  width: 238px !important;
}
.icon-239 {
  width: 239px !important;
}
.icon-240 {
  width: 240px !important;
}
.icon-241 {
  width: 241px !important;
}
.icon-242 {
  width: 242px !important;
}
.icon-243 {
  width: 243px !important;
}
.icon-244 {
  width: 244px !important;
}
.icon-245 {
  width: 245px !important;
}
.icon-246 {
  width: 246px !important;
}
.icon-247 {
  width: 247px !important;
}
.icon-248 {
  width: 248px !important;
}
.icon-249 {
  width: 249px !important;
}
.icon-250 {
  width: 250px !important;
}
.icon-251 {
  width: 251px !important;
}
.icon-252 {
  width: 252px !important;
}
.icon-253 {
  width: 253px !important;
}
.icon-254 {
  width: 254px !important;
}
.icon-255 {
  width: 255px !important;
}
.icon-256 {
  width: 256px !important;
}
.icon-257 {
  width: 257px !important;
}
.icon-258 {
  width: 258px !important;
}
.icon-259 {
  width: 259px !important;
}
.icon-260 {
  width: 260px !important;
}
.icon-261 {
  width: 261px !important;
}
.icon-262 {
  width: 262px !important;
}
.icon-263 {
  width: 263px !important;
}
.icon-264 {
  width: 264px !important;
}
.icon-265 {
  width: 265px !important;
}
.icon-266 {
  width: 266px !important;
}
.icon-267 {
  width: 267px !important;
}
.icon-268 {
  width: 268px !important;
}
.icon-269 {
  width: 269px !important;
}
.icon-270 {
  width: 270px !important;
}
.icon-271 {
  width: 271px !important;
}
.icon-272 {
  width: 272px !important;
}
.icon-273 {
  width: 273px !important;
}
.icon-274 {
  width: 274px !important;
}
.icon-275 {
  width: 275px !important;
}
.icon-276 {
  width: 276px !important;
}
.icon-277 {
  width: 277px !important;
}
.icon-278 {
  width: 278px !important;
}
.icon-279 {
  width: 279px !important;
}
.icon-280 {
  width: 280px !important;
}
.icon-281 {
  width: 281px !important;
}
.icon-282 {
  width: 282px !important;
}
.icon-283 {
  width: 283px !important;
}
.icon-284 {
  width: 284px !important;
}
.icon-285 {
  width: 285px !important;
}
.icon-286 {
  width: 286px !important;
}
.icon-287 {
  width: 287px !important;
}
.icon-288 {
  width: 288px !important;
}
.icon-289 {
  width: 289px !important;
}
.icon-290 {
  width: 290px !important;
}
.icon-291 {
  width: 291px !important;
}
.icon-292 {
  width: 292px !important;
}
.icon-293 {
  width: 293px !important;
}
.icon-294 {
  width: 294px !important;
}
.icon-295 {
  width: 295px !important;
}
.icon-296 {
  width: 296px !important;
}
.icon-297 {
  width: 297px !important;
}
.icon-298 {
  width: 298px !important;
}
.icon-299 {
  width: 299px !important;
}
.icon-300 {
  width: 300px !important;
}
.icon-301 {
  width: 301px !important;
}
.icon-302 {
  width: 302px !important;
}
.icon-303 {
  width: 303px !important;
}
.icon-304 {
  width: 304px !important;
}
.icon-305 {
  width: 305px !important;
}
.icon-306 {
  width: 306px !important;
}
.icon-307 {
  width: 307px !important;
}
.icon-308 {
  width: 308px !important;
}
.icon-309 {
  width: 309px !important;
}
.icon-310 {
  width: 310px !important;
}
.icon-311 {
  width: 311px !important;
}
.icon-312 {
  width: 312px !important;
}
.icon-313 {
  width: 313px !important;
}
.icon-314 {
  width: 314px !important;
}
.icon-315 {
  width: 315px !important;
}
.icon-316 {
  width: 316px !important;
}
.icon-317 {
  width: 317px !important;
}
.icon-318 {
  width: 318px !important;
}
.icon-319 {
  width: 319px !important;
}
.icon-320 {
  width: 320px !important;
}
.icon-321 {
  width: 321px !important;
}
.icon-322 {
  width: 322px !important;
}
.icon-323 {
  width: 323px !important;
}
.icon-324 {
  width: 324px !important;
}
.icon-325 {
  width: 325px !important;
}
.icon-326 {
  width: 326px !important;
}
.icon-327 {
  width: 327px !important;
}
.icon-328 {
  width: 328px !important;
}
.icon-329 {
  width: 329px !important;
}
.icon-330 {
  width: 330px !important;
}
.icon-331 {
  width: 331px !important;
}
.icon-332 {
  width: 332px !important;
}
.icon-333 {
  width: 333px !important;
}
.icon-334 {
  width: 334px !important;
}
.icon-335 {
  width: 335px !important;
}
.icon-336 {
  width: 336px !important;
}
.icon-337 {
  width: 337px !important;
}
.icon-338 {
  width: 338px !important;
}
.icon-339 {
  width: 339px !important;
}
.icon-340 {
  width: 340px !important;
}
.icon-341 {
  width: 341px !important;
}
.icon-342 {
  width: 342px !important;
}
.icon-343 {
  width: 343px !important;
}
.icon-344 {
  width: 344px !important;
}
.icon-345 {
  width: 345px !important;
}
.icon-346 {
  width: 346px !important;
}
.icon-347 {
  width: 347px !important;
}
.icon-348 {
  width: 348px !important;
}
.icon-349 {
  width: 349px !important;
}
.icon-350 {
  width: 350px !important;
}
.icon-351 {
  width: 351px !important;
}
.icon-352 {
  width: 352px !important;
}
.icon-353 {
  width: 353px !important;
}
.icon-354 {
  width: 354px !important;
}
.icon-355 {
  width: 355px !important;
}
.icon-356 {
  width: 356px !important;
}
.icon-357 {
  width: 357px !important;
}
.icon-358 {
  width: 358px !important;
}
.icon-359 {
  width: 359px !important;
}
.icon-360 {
  width: 360px !important;
}
.icon-361 {
  width: 361px !important;
}
.icon-362 {
  width: 362px !important;
}
.icon-363 {
  width: 363px !important;
}
.icon-364 {
  width: 364px !important;
}
.icon-365 {
  width: 365px !important;
}
.icon-366 {
  width: 366px !important;
}
.icon-367 {
  width: 367px !important;
}
.icon-368 {
  width: 368px !important;
}
.icon-369 {
  width: 369px !important;
}
.icon-370 {
  width: 370px !important;
}
.icon-371 {
  width: 371px !important;
}
.icon-372 {
  width: 372px !important;
}
.icon-373 {
  width: 373px !important;
}
.icon-374 {
  width: 374px !important;
}
.icon-375 {
  width: 375px !important;
}
.icon-376 {
  width: 376px !important;
}
.icon-377 {
  width: 377px !important;
}
.icon-378 {
  width: 378px !important;
}
.icon-379 {
  width: 379px !important;
}
.icon-380 {
  width: 380px !important;
}
.icon-381 {
  width: 381px !important;
}
.icon-382 {
  width: 382px !important;
}
.icon-383 {
  width: 383px !important;
}
.icon-384 {
  width: 384px !important;
}
.icon-385 {
  width: 385px !important;
}
.icon-386 {
  width: 386px !important;
}
.icon-387 {
  width: 387px !important;
}
.icon-388 {
  width: 388px !important;
}
.icon-389 {
  width: 389px !important;
}
.icon-390 {
  width: 390px !important;
}
.icon-391 {
  width: 391px !important;
}
.icon-392 {
  width: 392px !important;
}
.icon-393 {
  width: 393px !important;
}
.icon-394 {
  width: 394px !important;
}
.icon-395 {
  width: 395px !important;
}
.icon-396 {
  width: 396px !important;
}
.icon-397 {
  width: 397px !important;
}
.icon-398 {
  width: 398px !important;
}
.icon-399 {
  width: 399px !important;
}
.icon-400 {
  width: 400px !important;
}
.icon-401 {
  width: 401px !important;
}
.icon-402 {
  width: 402px !important;
}
.icon-403 {
  width: 403px !important;
}
.icon-404 {
  width: 404px !important;
}
.icon-405 {
  width: 405px !important;
}
.icon-406 {
  width: 406px !important;
}
.icon-407 {
  width: 407px !important;
}
.icon-408 {
  width: 408px !important;
}
.icon-409 {
  width: 409px !important;
}
.icon-410 {
  width: 410px !important;
}
.icon-411 {
  width: 411px !important;
}
.icon-412 {
  width: 412px !important;
}
.icon-413 {
  width: 413px !important;
}
.icon-414 {
  width: 414px !important;
}
.icon-415 {
  width: 415px !important;
}
.icon-416 {
  width: 416px !important;
}
.icon-417 {
  width: 417px !important;
}
.icon-418 {
  width: 418px !important;
}
.icon-419 {
  width: 419px !important;
}
.icon-420 {
  width: 420px !important;
}
.icon-421 {
  width: 421px !important;
}
.icon-422 {
  width: 422px !important;
}
.icon-423 {
  width: 423px !important;
}
.icon-424 {
  width: 424px !important;
}
.icon-425 {
  width: 425px !important;
}
.icon-426 {
  width: 426px !important;
}
.icon-427 {
  width: 427px !important;
}
.icon-428 {
  width: 428px !important;
}
.icon-429 {
  width: 429px !important;
}
.icon-430 {
  width: 430px !important;
}
.icon-431 {
  width: 431px !important;
}
.icon-432 {
  width: 432px !important;
}
.icon-433 {
  width: 433px !important;
}
.icon-434 {
  width: 434px !important;
}
.icon-435 {
  width: 435px !important;
}
.icon-436 {
  width: 436px !important;
}
.icon-437 {
  width: 437px !important;
}
.icon-438 {
  width: 438px !important;
}
.icon-439 {
  width: 439px !important;
}
.icon-440 {
  width: 440px !important;
}
.icon-441 {
  width: 441px !important;
}
.icon-442 {
  width: 442px !important;
}
.icon-443 {
  width: 443px !important;
}
.icon-444 {
  width: 444px !important;
}
.icon-445 {
  width: 445px !important;
}
.icon-446 {
  width: 446px !important;
}
.icon-447 {
  width: 447px !important;
}
.icon-448 {
  width: 448px !important;
}
.icon-449 {
  width: 449px !important;
}
.icon-450 {
  width: 450px !important;
}
.icon-451 {
  width: 451px !important;
}
.icon-452 {
  width: 452px !important;
}
.icon-453 {
  width: 453px !important;
}
.icon-454 {
  width: 454px !important;
}
.icon-455 {
  width: 455px !important;
}
.icon-456 {
  width: 456px !important;
}
.icon-457 {
  width: 457px !important;
}
.icon-458 {
  width: 458px !important;
}
.icon-459 {
  width: 459px !important;
}
.icon-460 {
  width: 460px !important;
}
.icon-461 {
  width: 461px !important;
}
.icon-462 {
  width: 462px !important;
}
.icon-463 {
  width: 463px !important;
}
.icon-464 {
  width: 464px !important;
}
.icon-465 {
  width: 465px !important;
}
.icon-466 {
  width: 466px !important;
}
.icon-467 {
  width: 467px !important;
}
.icon-468 {
  width: 468px !important;
}
.icon-469 {
  width: 469px !important;
}
.icon-470 {
  width: 470px !important;
}
.icon-471 {
  width: 471px !important;
}
.icon-472 {
  width: 472px !important;
}
.icon-473 {
  width: 473px !important;
}
.icon-474 {
  width: 474px !important;
}
.icon-475 {
  width: 475px !important;
}
.icon-476 {
  width: 476px !important;
}
.icon-477 {
  width: 477px !important;
}
.icon-478 {
  width: 478px !important;
}
.icon-479 {
  width: 479px !important;
}
.icon-480 {
  width: 480px !important;
}
.icon-481 {
  width: 481px !important;
}
.icon-482 {
  width: 482px !important;
}
.icon-483 {
  width: 483px !important;
}
.icon-484 {
  width: 484px !important;
}
.icon-485 {
  width: 485px !important;
}
.icon-486 {
  width: 486px !important;
}
.icon-487 {
  width: 487px !important;
}
.icon-488 {
  width: 488px !important;
}
.icon-489 {
  width: 489px !important;
}
.icon-490 {
  width: 490px !important;
}
.icon-491 {
  width: 491px !important;
}
.icon-492 {
  width: 492px !important;
}
.icon-493 {
  width: 493px !important;
}
.icon-494 {
  width: 494px !important;
}
.icon-495 {
  width: 495px !important;
}
.icon-496 {
  width: 496px !important;
}
.icon-497 {
  width: 497px !important;
}
.icon-498 {
  width: 498px !important;
}
.icon-499 {
  width: 499px !important;
}
.icon-500 {
  width: 500px !important;
}
.icon-501 {
  width: 501px !important;
}
.icon-502 {
  width: 502px !important;
}
.icon-503 {
  width: 503px !important;
}
.icon-504 {
  width: 504px !important;
}
.icon-505 {
  width: 505px !important;
}
.icon-506 {
  width: 506px !important;
}
.icon-507 {
  width: 507px !important;
}
.icon-508 {
  width: 508px !important;
}
.icon-509 {
  width: 509px !important;
}
.icon-510 {
  width: 510px !important;
}
.icon-511 {
  width: 511px !important;
}
.icon-512 {
  width: 512px !important;
}
.spinner {
  width: 100%;
  height: 100vh;
  display: table;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.9);
}
.spinner-in {
  width: 100%;
  height: 100vh;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.spinner-in > div {
  width: 16px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.spinner.table {
  width: 100px;
  height: 16px;
  display: block;
  margin: 15px auto;
  position: relative;
  top: inherit;
  left: inherit;
  z-index: 9999;
  background: #fff;
}
.spinner.table .spinner-in {
  width: 100%;
  height: 100%;
  text-align: center;
  display: block;
}
.spinner.table .spinner-in > div {
  width: 16px;
  height: 16px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner.table .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner.table .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.header-content-loader .spinner2 {
  top: 15px !important;
  left: calc(50% - 25px) !important;
}
.spinner2 {
  width: auto;
  height: 20px;
  margin: 0 auto !important;
  display: block;
  position: fixed;
  z-index: 9999;
}
.spinner2 .spinner-in {
  width: 100%;
  height: 100%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.spinner2 .spinner-in > div {
  background-color: rgba(0, 0, 0, 0.6);
}
body {
}
body .modal-content {
  border: none;
  box-shadow: 0 0 16px 7px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 16px 7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 16px 7px rgba(0, 0, 0, 0.1);
  border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
}
@media (max-width: 569px) {
  body .modal-dialog .modal-content .modal-content.h-auto {
    min-height: auto;
  }
}
body .modal-header {
  min-height: 3.5rem;
  padding: 0 43px 0 30px;
  margin: 0;
  border-bottom: 1px solid #d6d6d6;
}
body .modal-header .modal-title {
  font-size: 22px;
  line-height: 26.4px;
  font-weight: 300;
  color: #000;
  background-color: inherit;
  padding: 0;
  margin: 0;
}
body .modal-body {
  padding: 14px 30px 15px;
  margin: 0 0px;
}
body .modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
body .modal .close {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
  font-size: 34px;
  font-family:
    "Times New Roman",
    Times,
    serif;
  padding: -1rem -1rem -1rem auto;
  opacity: 1;
  border: 0px;
  background-color: inherit;
  padding: 0px;
  text-decoration: none;
}
body .modal .close:hover {
  color: rgba(0, 0, 0, 0.8);
}
body .close:not(:disabled):not(.disabled):hover,
body .close:not(:disabled):not(.disabled):focus {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
body .modal .close,
body .close:not(:disabled):not(.disabled):focus {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
body .close:not(:disabled):not(.disabled):hover {
  color: rgba(0, 0, 0, 0.8);
  opacity: 1;
}
body .modal-footer {
  padding: 20px 30px 20px;
  margin: 0;
  border: none;
}
body .modal-footer .btn {
  min-width: 95px;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
}
body .modal textarea.form-control {
  height: 62px;
  line-height: 18px;
  padding-top: 7px;
  padding-bottom: 7px;
}
body .modal-full-width {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
body .modal-xxl {
  max-width: 1400px;
}
body .modal-xl {
  max-width: 1100px;
}
body .modal-lg {
  max-width: 850px;
}
body .modal-md {
  max-width: 620px;
  margin: 0 auto;
}
body .modal-default {
  max-width: 500px;
  margin: 0 auto;
}
body .modal-sm {
  max-width: 406px;
  margin: 0 auto;
}
body .modal-sm > .modal-content:has(.modal-prompt) {
  margin: 0 0.5rem;
}
body .modal-md > .modal-content:has(.modal-prompt) {
  margin: 0 0.5rem;
}
body .modal p {
  font-size: 14px;
  line-height: 24px;
  color: #606a71;
}
body .modal h6 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  padding: 20px 0 15px;
  margin: 0;
  color: #000;
  background-color: inherit;
}
body .modal .table-responsive {
  overflow-y: hidden;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
}
body .modal-align-start .modal-dialog {
  margin-left: 2%;
}
body .modal-align-end .modal-dialog {
  margin-right: 2%;
}
body .modal-dialog-end {
  align-items: flex-end;
}
@media (max-width: 1280px) {
  body .modal-xl {
    max-width: 1100px;
  }
}
@media (max-width: 1199px) {
  body .modal-xl {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  body .modal .table-responsive.table-wrapper {
    overflow-y: inherit;
    border: inherit !important;
  }
  body .modal-align-start .modal-dialog {
    margin-left: auto;
  }
  body .modal-align-end .modal-dialog {
    margin-right: auto;
  }
  body .modal-xxl {
    padding-left: 0px;
    padding-right: 0px;
  }
}
body .modal .table-responsive table {
  margin-bottom: 0;
  box-shadow: 0 0 1px #a7a7a7;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 5px !important;
}
body .modal .table.table-bordered {
  border: 1px solid #e2e2e2;
}
body .modal table.table td,
body .modal table.table th {
  word-break: break-word;
  vertical-align: top;
}
@media (max-width: 600px) {
  body .modal-footer .btn {
    padding: 0 20px;
  }
  body .modal-footer .btn:first-child {
    margin-left: 0px;
  }
}
@media (max-width: 480px) {
  body .modal-footer .btn {
    padding: 0 12px;
  }
}
body .top-margin-modal-fiftyTwo .modal-dialog {
  margin-top: 52px;
}
@media (max-width: 576px) {
  body .top-margin-modal-fiftyTwo .modal-dialog {
    margin-top: 0;
  }
}
.modal-align-right {
  transform: inherit !important;
  right: 5px !important;
  bottom: 0;
  margin: 0px !important;
  left: inherit !important;
  max-width: 1100px;
  overflow-y: hidden !important;
}
.modal-align-right .modal-body {
  max-height: calc(100vh - 180px);
  overflow-y: auto;
  overflow-x: hidden;
}
.modal-align-right.modal-right-align {
  max-width: 100%;
}
.modal.show.modal-align-right .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal.fade:not(.show).modal-align-right .modal-dialog {
  -webkit-transform: translate(25%, 0) !important;
  -ms-transform: translate(25%, 0) !important;
  transform: translate(25%, 0) !important;
}
.modal-align-right-lg {
  max-width: 850px;
}
@media (max-width: 1199px) {
  .modal-align-right {
    right: 0px !important;
  }
}
@media (max-width: 576px) {
  .job-code-modal .modal-header {
    padding-bottom: 38px;
  }
  .job-code-modal .add-text-before-close-button {
    bottom: 10px;
  }
}
@media (max-width: 480px) {
  .job .modal-body {
    padding-right: 30px;
    padding-top: 30px;
  }
}
.modal-dialog-right {
  margin: 52px 0 auto auto !important;
  overflow-y: hidden;
}
.modal-dialog-right .modal-body-scroll {
  overflow-y: auto;
  overflow-x: hidden;
  min-height: calc(100vh - 186px);
  height: calc(100vh - 186px);
  padding: 14px 30px 15px;
}
.modal-dialog-top {
  align-items: flex-start !important;
}
.add-text-before-close-button {
  position: absolute;
  right: 70px;
  margin: 0;
  font-size: 18px !important;
  color: #000 !important;
}
.add-text-before-close-button .job__code__num {
  color: #eb5400;
}
.modal--minHeight {
  min-height: 650px;
}
.applicant-details__modal .applicant-details-info {
  padding-bottom: 20px;
  padding: 0 5px 20px 5px;
}
.applicant-details__modal .applicant-details-info .applicant-details-info__wrap .applicant-details-info__change-status label {
  margin: 0 0 5px;
  line-height: 16.8px;
}
.applicant-details__modal .applicant-details-info .applicant-details-info__wrap .applicant-details-info__change-status label span {
  vertical-align: bottom;
}
.applicant-details__modal .btn-edit {
  width: 28px;
  height: 28px;
  background: #fff;
  padding: 6px;
  position: absolute;
  bottom: -8px;
  right: -8px;
  border: 1px solid #979797;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}
.applicant-details__modal .btn-edit img {
  width: 14px;
  margin: 0 auto;
  display: block;
  vertical-align: top;
}
.applicant-details__modal .applicant-details-info__user {
  font-size: 14px;
  color: #606a71;
  vertical-align: top;
  padding-top: 0;
  margin-left: 10px;
  word-break: break;
}
.applicant-details__modal .applicant-details-info__user h1 {
  font-size: 22px;
  line-height: 26.4px;
  font-weight: 300;
  color: #2b2e3c;
  background-color: inherit;
  padding: 0 0 5px 0;
  margin: 0 0 0 0;
}
.applicant-details__modal .applicant-details-info__user p {
  font-size: 14px;
  line-height: 16.8px;
  font-weight: 400;
  color: #606a71;
  background-color: inherit;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.applicant-details__modal .applicant-details-info__user p span {
  margin-left: 2px;
}
.applicant-details__modal .applicantDetails__buttons {
  display: flex;
  justify-content: flex-end;
}
.applicant-details__modal .applicantDetails__buttons .btn {
  margin-left: 10px;
}
.avatar {
  position: relative;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.avatar span {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  display: block;
}
.avatar .avatar__name {
  font: 300 22px/53px Roboto, sans-serif;
  width: 53px;
  height: 53px;
}
.avatar-xlg {
  width: 53px;
  height: 53px;
}
.applicant-details .applicant-details__card {
  padding: 10px 5px;
}
.applicant-details .applicant-details__card .applicant-details-card__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0.625rem;
}
.applicant-details .applicant-details__card .applicant-details-card__head h4 {
  padding: 0;
}
.applicant-details .applicant-details__card .applicant-details-card__head .btn-link img {
  padding-right: 5px;
}
.applicant-details .applicant-details__card .applicant-details-card__body {
  border-bottom: 1px solid #e2e2e2;
}
.applicant-details .applicant-details__card h5 {
  color: #5b5a5a;
  font: 500 14px/16.8px "Roboto", sans-serif;
  padding: 0 0 5px;
  min-height: 17px;
}
.applicant-details .applicant-details__card p {
  color: #5b5a5a;
  font: 400 14px/16.8px "Roboto", sans-serif;
  margin: 0 0 25px;
  min-height: 17px;
}
.applicant-details .applicant-details__card.border_bottom {
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 20px;
}
.applicant-report-modal .tooltip-img,
.applicant-quiz-modal .tooltip-img {
  vertical-align: middle;
}
.applicant-report-modal .modal-header h2,
.applicant-quiz-modal .modal-header h2 {
  padding: 0;
  font: 300 22px/26.4px "Roboto", sans-serif;
}
.applicant-report-modal .modal-body .form-group,
.applicant-quiz-modal .modal-body .form-group {
  margin-bottom: 0;
}
.applicant-report-modal .modal-body .form-group label,
.applicant-quiz-modal .modal-body .form-group label {
  color: #5b5a5a;
  font: 400 14px/16.8px "Roboto", sans-serif;
}
.applicant-report-modal .modal-body .form-group textarea,
.applicant-quiz-modal .modal-body .form-group textarea {
  min-height: 101px;
  margin: 10px 0px 10px;
}
.applicant-report-modal .modal-body .form-group .no-of-chars-left,
.applicant-quiz-modal .modal-body .form-group .no-of-chars-left {
  font: 400 14px/21px "Roboto", Sans-serif;
  color: #5b5a5a;
  margin: 0;
}
.applicant-report-modal .modal-body .form-group .no-of-chars-left span,
.applicant-quiz-modal .modal-body .form-group .no-of-chars-left span {
  color: #000;
  font-weight: 500;
}
.applicant-report-modal .modal-body .form-group p,
.applicant-quiz-modal .modal-body .form-group p {
  font: 400 12px/14.4px "Roboto", Sans-serif;
  color: #9ba0a4;
  margin: 0;
}
.interview-feedback-modal .modal-body .form-group {
  margin-bottom: 20px;
}
.interview-feedback-modal .modal-body .form-group label {
  margin: 0px 0px 10px;
  color: #606a71;
}
.interview-feedback-modal .modal-body .form-group textarea {
  min-height: 190px;
  margin: 0 0 10px;
}
.interview-feedback-modal .modal-body .interview-feedback-text {
  color: #606a71;
}
.add-attachment-modal .modal-body .form-group {
  margin-bottom: 1.2rem;
}
.scheduled-interview-modal .modal-dialog {
  margin-top: 3.125rem;
  margin-right: initial;
}
.scheduled-interview-modal .modal-body .form-group {
  margin-bottom: 1.25rem;
}
.scheduled-interview-modal .modal-body .timepicker-container {
  width: 100%;
  position: relative;
  display: inline-block;
}
.scheduled-interview-modal .modal-body .timepicker-container::after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2380_1513)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 8C0 3.58172 3.58172 0 8 0C12.4182 0 16 3.58172 16 8C16 12.4182 12.4182 16 8 16C3.58172 16 0 12.4182 0 8ZM8.8 4C8.8 3.55818 8.44184 3.2 8 3.2C7.55816 3.2 7.2 3.55818 7.2 4V7.17016C7.2 7.35672 7.19992 7.54696 7.21528 7.71168C7.23288 7.90064 7.27432 8.112 7.38936 8.3268C7.50432 8.54168 7.65712 8.69336 7.80464 8.81288C7.9332 8.91704 8.09144 9.02248 8.24672 9.126L9.95624 10.2657C10.3238 10.5107 10.8206 10.4114 11.0657 10.0438C11.3107 9.67616 11.2114 9.17944 10.8438 8.93432L9.15624 7.80936C8.96968 7.68496 8.87536 7.62112 8.81192 7.56976L8.8088 7.5672L8.8084 7.56312C8.8008 7.48184 8.8 7.36792 8.8 7.14368V4Z' fill='%23606a71'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2380_1513'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 16px;
  height: 100%;
  pointer-events: none;
}
.scheduled-interview-modal .modal-body .w-tooltip-small .tooltip-inner {
  max-width: 300px !important;
}
.interviewer-content {
  padding: 10px 5px;
  font: 400 14px/21px "Roboto", Sans-serif;
  color: #5b5a5a;
  background-color: inherit;
}
.interviewer-content .interviewer-content__note p {
  padding: 0;
  margin: 0 0 3px;
}
.interviewer-content .interviewer-content__note ul {
  padding-left: 1rem;
}
.interviewer-content .interviewer-content__rating label {
  font: 400 14px/21px "Roboto", Sans-serif;
  color: #5b5a5a;
}
.interviewer-content .interviewer-content__rating label .tooltip-img {
  vertical-align: middle;
}
.interviewer-content .interviewer-content__rating textarea {
  min-height: 101px;
}
.interviewer-content .interviewer-content__rating .remaining-characters {
  font: 400 12px/14.4px "Roboto", Sans-serif;
  color: #9ba0a4;
  text-align: end;
  margin: 10px 0 20px;
}
.interviewer-content .interviewer-content__buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.interviewer-content .interviewer-content__history h4 {
  color: #000;
}
.change-status-tag {
  position: absolute;
  top: 0px;
  right: 80px;
  text-align: center;
  padding: 10px 0px;
  width: 180px;
  height: 40px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 25px) 100%, 25px 100%);
}
.change-status-tag h4 {
  font: 400 14px/21px Roboto, sans-serif;
  color: #fff;
  padding: 0;
  margin: 0;
}
.fs-7 {
  font-size: 14px;
}
.status-tag--primary {
  background-color: #002f60;
}
.status-tag--warning {
  background-color: #ff9c01;
}
.status-tag--info {
  background-color: #eb5400;
}
.status-tag--danger {
  background-color: #ff0000;
}
.status-tag--success {
  background-color: #628933;
}
.modal-dialog-right .modal-dialog {
  margin-top: 0;
  margin-right: 0;
}
.modal.show.interview-feedback-transition .modal-dialog {
  transform: translate(0, -50px);
  margin-top: 50px;
}
#start-timepicker table tr .form-control:invalid,
.form-control.is-invalid {
  padding-right: 0 !important;
  background-image: unset !important;
  background-position: unset !important;
  background-size: unset !important;
}
#end-timepicker table tr .form-control:invalid,
.form-control.is-invalid {
  padding-right: 0 !important;
  background-image: unset !important;
  background-position: unset !important;
  background-size: unset !important;
}
#start-timepicker,
#end-timepicker,
#timepicker1 {
  overflow: hidden;
}
#start-timepicker table tr td,
#end-timepicker table tr td,
#timepicker1 table tr td {
  vertical-align: top;
}
#timepicker1 table tr td button.btn,
#start-timepicker table tr td button.btn,
#end-timepicker table tr td button.btn {
  min-width: 30px;
  vertical-align: top;
  height: 31px;
  line-height: 31px;
  padding: 0 5px !important;
}
#end-timepicker table tr td .bs-timepicker-field,
#start-timepicker table tr td .bs-timepicker-field,
#timepicker1 table tr td .bs-timepicker-field {
  border: 0;
  height: 31px;
  border-radius: unset;
  width: 35px;
  padding: 0 4px;
}
timepicker.form-control {
  padding: 0 5px;
}
.input-invalid,
.modal select.form-control.border-0.ng-invalid {
  border: 1px solid #ff0000 !important;
  border-radius: 4px;
}
#timepicker1 table tr td .bs-timepicker-field {
  border: 0;
  border-bottom: 1px solid #c9c9c9;
  height: 31px;
  border-radius: unset;
}
#timepicker1 table tr .form-control:invalid,
.form-control.is-invalid {
  padding-right: 0;
  background-image: unset;
  background-position: unset;
  background-size: unset;
}
timepicker.disabled input.form-control {
  background-color: #d6d6d6 !important;
}
.change-status-tag {
  position: absolute;
  top: 0px;
  right: 80px;
  text-align: center;
  padding: 10px 0px;
  width: 180px;
  height: 40px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 25px) 100%, 25px 100%);
}
.change-status-tag h4 {
  font: 400 14px/21px Roboto, sans-serif;
  color: #fff;
  padding: 0;
  margin: 0;
}
.status-tag--primary {
  background-color: #002f60;
}
.status-tag--warning {
  background-color: #ff9c01;
}
.status-tag--info {
  background-color: #eb5400;
}
.status-tag--danger {
  background-color: #ff0000;
}
.status-tag--success {
  background-color: #628933;
}
.modal-right-align {
  max-width: 500px;
}
.disclaimer-modal .modal-content {
  max-width: 500px;
}
.disclaimer-modal .modal-content .disclaimer-modal__text {
  max-width: 378px;
}
.disclaimer-modal .modal-content textarea {
  min-height: 101px;
}
.disclaimer-modal .modal-content .modal-footer .btn {
  font-weight: 400;
}
.all-notes-modal .modal-content {
  max-height: 658px;
  min-height: calc(100vh - 52px);
}
.all-notes-modal .modal-content .all-notes-modal__card {
  background-color: #104984;
  border-radius: 3px;
  position: relative;
  padding: 20px;
}
.all-notes-modal .modal-content .all-notes-modal__card .all-notes-modal__card-header {
  position: absolute;
  top: 20px;
  right: 20px;
  min-width: 155px;
  min-height: 16px;
  color: #fff;
  font: 400 14px/16px Roboto, sans-serif;
}
.all-notes-modal .modal-content .all-notes-modal__card .all-notes-modal__card-header span {
  padding-left: 5px;
}
.all-notes-modal .modal-content .all-notes-modal__card .all-notes-modal__card-body {
  max-width: 300px;
}
.all-notes-modal .modal-content .all-notes-modal__card .all-notes-modal__card-body p {
  color: #fff;
  font: 400 14px/21px Roboto, sans-serif;
}
.all-notes-modal .modal-content .all-notes-modal__card .all-notes-modal__card-footer {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.all-notes-modal .modal-content .all-notes-modal__card .all-notes-modal__card-footer p {
  color: #fff;
  font: 400 14px/21px Roboto, sans-serif;
  margin: 0;
}
.all-notes-modal .modal-content .all-notes-modal__card .all-notes-modal__card-footer a {
  color: #fff;
  font: 400 12px/16px Roboto, sans-serif;
  margin: 0;
}
.all-notes-modal .modal-content .all-notes-modal__card .all-notes-modal__card-footer a span {
  padding-left: 5px;
}
.applicant-quiz-modal .modal-body .form-group {
  margin-bottom: 20px;
}
.applicant-quiz-modal .modal-body .form-group .applicant-quiz-label {
  margin-bottom: 4px;
}
.applicant-quiz-modal .modal-body .form-group textarea {
  min-height: 62px;
}
.applicant-quiz-modal .modal-body .form-check {
  margin-bottom: 20px;
  margin-right: 0.625rem;
}
.applicant-quiz-modal .modal-body .form-check .form-check-label {
  margin-bottom: 0;
}
.applicant-quiz-modal .modal-body .total-quiz-questions {
  margin-bottom: 10px;
}
.applicant-quiz-modal .modal-body .total-quiz-questions span {
  font: 600 14px/16.8px Roboto, sans-serif;
}
.add-questions-modal .add-questions-flex {
  column-gap: 13px;
}
.add-questions-modal .add-questions-flex .form-group {
  width: 100%;
}
.add-questions-modal .add-quiz-question {
  display: flex;
  align-items: flex-start;
  column-gap: 10px;
}
.add-questions-modal .add-quiz-question button {
  padding: 0;
  margin-top: 7px;
}
.add-questions-modal .add-quiz-question .form-check-input {
  margin-top: 10px;
}
.add-questions-modal .add-answer {
  padding-left: 0px;
}
.add-questions-modal .answer-options-title {
  padding-bottom: 5px;
}
.add-questions-modal .choice-section-help-text {
  font: 400 12px/14.4px Roboto, sans-serif;
  margin-bottom: 18px !important;
  color: #606a71 !important;
}
.add-questions-modal .true-false-section .form-check {
  margin-bottom: 16px;
}
.add-questions-modal .open-ended-section textarea {
  min-height: 188px !important;
}
.open-positions-quiz-modal .modal-header h2 {
  padding: 0;
  font: 300 22px/26.8px Roboto, sans-serif;
}
.open-positions-quiz-modal .quiz-details {
  margin-top: 8px;
  width: 100%;
  padding: 14px 30px;
  background-color: #4d73a5;
}
.open-positions-quiz-modal .quiz-details h3 {
  font: 400 18px/21.6px Roboto, sans-serif;
  color: #fff;
  padding: 0;
}
.open-positions-quiz-modal .quiz-details p {
  color: #e9e9e9;
  font: 400 14px/21px Roboto, sans-serif;
  padding: 0;
  margin: 0;
}
.open-positions-quiz-modal .quiz-questions-scroll {
  min-height: calc(100vh - 264px);
  height: calc(100vh - 264px);
  overflow-y: auto;
}
.open-positions-quiz-modal .modal-body ol.custom-counter {
  counter-reset: item;
  list-style: none;
  padding-left: 0;
}
.open-positions-quiz-modal .modal-body ol.custom-counter > li {
  font: 500 14px/21px Roboto, sans-serif;
  counter-increment: item;
  margin-bottom: 10px;
}
.open-positions-quiz-modal .modal-body ol.custom-counter > li .quiz-options {
  margin-top: 10px;
  margin-left: 23px;
}
.open-positions-quiz-modal .modal-body ol.custom-counter > li .quiz-options .form-group {
  margin-bottom: 10px;
}
.open-positions-quiz-modal .modal-body ol.custom-counter > li .quiz-options .form-group label {
  margin-left: 10px;
  margin-bottom: 0;
}
.open-positions-quiz-modal .modal-body ol.custom-counter > li:before {
  content: counter(item) ")";
  margin-right: 10px;
}
.table-modal-spacing {
  width: calc(100% - 2.5rem);
  margin: 1.25rem auto !important;
}
.table-modal-spacing .table thead {
  position: sticky;
  top: 0;
}
@media (max-width: 991.98px) {
  .modal-dialog-right .modal-body-scroll {
    min-height: auto;
    height: auto;
  }
  .modal-dialog-right .modal-dialog {
    margin: 0.625rem;
  }
}
@media (max-width: 767.98px) {
  .disclaimer-modal .modal-dialog {
    margin: 0 0.625rem;
  }
  .scheduled-interview-modal .modal-dialog {
    margin-right: 0.5rem;
    margin-top: 0;
  }
  .table-modal-spacing {
    width: 100%;
    margin: 0;
    padding: 1.25rem;
  }
}
@media (max-width: 575.98px) {
  .add-text-before-close-button {
    font-size: 14px !important;
  }
  .job.modal {
    max-width: 100%;
  }
  .job.modal .modal-xl {
    max-width: inherit;
    margin: 8px;
  }
  .job.modal .modal-footer .btn {
    margin: 0;
  }
}
@media (max-width: 25em) {
  .modal-title-w-icon {
    max-width: 15rem;
  }
}
.ng-multi-select .multiselect-item-checkbox div {
  white-space: initial;
}
body {
}
body ul.action-buttons,
body .action-buttons {
  padding: 0;
  margin: 0 15px 0 0;
}
body ul.action-buttons li {
  padding: 0 0 0 15px;
  margin: 0;
  list-style: none;
  float: left;
}
body ul.action-buttons li .btn-link {
  background-color: transparent;
}
body ul.action-buttons li img {
  vertical-align: top;
}
body ul.action-buttons li a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
body ul.action-buttons li .dropdown-toggle:after {
  display: none;
}
@media (max-width: 767px) {
  body ul.action-buttons,
  body .action-buttons {
    margin-right: 40px;
  }
  body ul.action-buttons li {
    padding: 0 0 0 15px;
  }
}
body .dataTable-controller {
  margin-top: 17px;
}
body .dataTables_length label {
  float: left;
  padding: 8px 12px 0 0;
}
body .dataTables_filter label {
  padding-top: 8px;
  padding-right: 14px;
}
body .dataTable-bottom {
  margin-top: 15px;
}
body .page-item:first-child .page-link {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
body .page-item:last-child .page-link {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
body .page-link {
  border: 1px solid #002f60;
  color: #002f60;
  font-size: inherit;
  line-height: 1.55;
}
body .page-link:hover,
body a.page-link:not([href]):not([tabindex]):hover {
  color: #fff;
  background-color: #eb5400;
  border-color: #002f60;
  text-decoration: none;
}
body .page-link:focus {
  box-shadow: inherit !important;
}
body .page-item.active .page-link {
  color: #fff;
  background-color: #002f60;
  border-color: #002f60;
}
body .dataTable-controller .search-section input.form-control {
  padding-right: 28px;
  height: 36px;
}
body .dataTable-controller .search-section .btn-search {
  top: 10px;
}
body .search-section {
  height: 36px;
  margin: 0;
  background: #fff;
  position: relative;
}
body .page-item.disabled .page-link {
  color: #777;
  border-color: #002f60;
  background-color: #fff;
}
body .page-item.active.disabled .page-link {
  color: #fff;
}
body .page-item.disabled {
  opacity: 1;
}
body .pagination {
  margin-bottom: 0;
}
body .pagination li.page-item.ng-star-inserted {
  padding-top: 0px;
}
body .datatables-length label {
  color: #606a71;
}
body .dataTables_info {
  font: 400 14px/24px Roboto, sans-serif;
  color: #606a71;
}
body .modal ul.pagination li.page-item {
  margin-bottom: 0px;
}
body ul.m-pager {
  padding: 0;
  margin: 0;
  float: right;
}
body ul.m-pager li {
  list-style: none;
  float: left;
  padding: 0;
  margin: 0 0 0 12px;
}
body ul.m-pager li:first-child {
  margin-left: 0;
}
body ul.m-pager li a {
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 34px;
  display: block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #002f60;
}
body ul.m-pager li.disabled a {
  background-color: #9ba0a4;
}
@media only screen and (max-width: 1300px) and (min-width: 992px) {
  body .pay-history-wrapper .datatables-pagination {
    align-items: flex-start !important;
  }
  body .pay-history-wrapper .datatables-pagination .dataTables_info {
    white-space: nowrap;
  }
  body .pay-history-wrapper .datatables-pagination .datatables-rht {
    display: block !important;
  }
  body .pay-history-wrapper .datatables-pagination .datatables-rht .datatables-length {
    float: right !important;
    margin-right: 0px !important;
    margin-bottom: 8px;
  }
  body .pay-history-wrapper .datatables-pagination .datatables-rht .datatables-length + div {
    float: right;
  }
}
@media (max-width: 767px) {
  body .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  body .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  body .pagination {
    width: 100%;
    display: block;
    margin: 0;
  }
  body .pagination li.page-item {
    display: inline-block;
    float: left;
    margin: 2px 0;
  }
  body .datatables-length {
    display: none !important;
  }
  body .dataTables_length {
    width: 100%;
    overflow: hidden;
    margin-bottom: 0;
  }
  body .dataTables_filter {
    width: 100%;
  }
  body .search-section {
    margin: 0 !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: absolute;
    top: inherit;
    right: 10px;
    background-color: inherit;
  }
  body .search-section input.form-control {
    width: 237px;
    position: absolute;
    top: 0px;
    right: -237px;
    display: none;
  }
  body .search-section.expendSearch input.form-control {
    right: 0;
    display: block;
    background-color: #fff;
  }
  body .dataTables_length label {
    padding-right: 0;
  }
  body .search-section .btn-search {
    right: 8px;
    top: 5px;
  }
  body .search-section.search-section-left .btn-search {
    right: inherit;
    left: 6px;
  }
  body .search-section.search-section-left input.form-control {
    width: 200px;
    padding: 0 12px 0 32px;
  }
  body .search-section.search-section-left.expendSearch input.form-control {
    right: inherit;
    left: 0;
  }
  body .mr-1.action-filter {
    margin-right: 35px !important;
  }
}
body .overflow-inherit {
  overflow: inherit !important;
}
body .table-responsive {
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
}
body .table-responsive table {
  margin-bottom: 0;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
}
body table.table {
  background-color: #fff;
  margin-top: 0 !important;
  margin-bottom: 0;
}
body table.table-bordered {
  border: 1px solid #e2e2e2 !important;
}
body .table-bordered td,
body .table-bordered th {
  border: 1px solid #e2e2e2;
}
body table.table tbody th,
body table.table tbody td {
  font-weight: 400;
  color: #5b5a5a;
}
body table.table td,
body table.table th {
  padding: 10px;
  font-size: 14px;
  line-height: 17px;
  border-top: 1px solid #dee2e6;
}
body table.table th.sorting,
body table.table th.sorting_asc,
body table.table th.sorting_desc {
  padding-right: 20px;
}
body table.table.role-table-details td,
body table.table.role-table-details th {
  padding-right: 10px;
}
body table.table td:first-child,
body table.table th:first-child {
  padding-left: 10px;
}
body .table-hover tbody tr:hover {
  background-color: #e6ebf2;
}
body .table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: inherit;
}
body table.table thead {
  background-color: #f9f9f9;
  color: #002f60;
  font-weight: 500;
}
body table.table.table-borderless thead {
  background-color: inherit;
}
body table.table thead th {
  font-weight: 500;
  border-bottom: none;
  border-top: none;
  white-space: nowrap;
  background-color: #f9f9f9;
}
body table.table-bordered th:first-child,
body table.table-bordered td:first-child {
  border-left: inherit;
}
body table.table-bordered th:last-child,
body table.table-bordered td:last-child {
  white-space: nowrap;
  border-right: inherit;
}
body .table-hover tbody tr.selected {
  background-color: #eef2f6;
}
body table.table tfoot td {
  border-bottom: none;
}
body .table td,
body .table th {
  vertical-align: middle;
}
body .table-responsive.rounded {
  border: 1px solid #e2e2e2;
  margin-bottom: 10px;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
}
body .table-responsive.rounded table {
  border-collapse: collapse;
  margin-bottom: 0;
  box-shadow: none;
}
body .table-responsive.rounded table td,
body .table-responsive.rounded table th {
  border-right: 1px solid #e2e2e2;
  border-collapse: collapse;
}
body .table-responsive tr:last-child td {
  border-bottom: none;
}
body .modal .table-responsive.rounded table.access-group td table tbody tr:first-child th,
body .modal .table-responsive.rounded table.access-group td table tbody tr:first-child td {
  border-top: 1px solid #e2e2e2 !important;
  border-collapse: collapse;
}
body .table-responsive.rounded table td:last-child,
body .table-responsive.rounded table th:last-child {
  border-right: inherit !important;
}
body table thead th.sorting {
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.33671 1.00003L11.9237 7.93753H4.74976L8.33671 1.00003Z' fill='%23002a5f'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.33671 15.8125L11.9237 8.87498H4.74976L8.33671 15.8125Z' fill='%23002a5f'/%3E%3C/svg%3E%0A") no-repeat right center;
  background-size: 16px;
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: pointer;
}
body table thead th.sorting_asc {
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.33671 1.00003L11.9237 7.93753H4.74976L8.33671 1.00003Z' fill='%23002a5f'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.33671 15.8125L11.9237 8.87498H4.74976L8.33671 15.8125Z' fill='%23979797'/%3E%3C/svg%3E%0A") no-repeat right center;
  background-size: 16px;
  cursor: pointer;
}
body table thead th.sorting_desc {
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.33671 1.00003L11.9237 7.93753H4.74976L8.33671 1.00003Z' fill='%23979797'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.33671 15.8125L11.9237 8.87498H4.74976L8.33671 15.8125Z' fill='%23002a5f'/%3E%3C/svg%3E%0A") no-repeat right center;
  background-size: 16px;
  cursor: pointer;
}
body table.documents-table td a:not([href]):not([tabindex]) {
  font-size: 16px;
  color: #002f60;
  text-decoration: underline;
}
body table.documents-table td.disabled a:not([href]):not([tabindex]) {
  font-size: 14px;
  color: #606a71;
  text-decoration: none;
}
body table.documents-table td.disabled {
  opacity: 1;
}
body .lms-table .dropdown-list {
  min-width: 200px;
}
body .lms-table .emp-email {
  word-break: break-all;
}
body .table > :not(caption) > * > * {
  color: #002f60;
  background-color: inherit;
}
@media (min-width: 1600px) and (max-width: 10000px) {
  body .lms-table .emp-email {
    word-break: initial;
    max-width: 320px;
  }
}
@media (min-width: 1024px) and (max-width: 10000px) {
  body .table-fixed {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e2e2e2;
  }
  body .table-fixed thead {
    width: calc(100% - 17px);
  }
  body .table-fixed tbody {
    max-height: 200px;
    overflow-y: auto;
    width: 100%;
    border-top: 1px solid #e2e2e2;
  }
  body .table-fixed thead,
  body .table-fixed tbody,
  body .table-fixed tr,
  body .table-fixed td,
  body .table-fixed th {
    display: block;
  }
  body .table-fixed tbody td,
  body .table-fixed tbody th {
    min-height: 42px;
    float: left;
    border-collapse: collapse;
  }
  body .table-fixed thead tr th {
    float: left;
  }
  body table.table-bordered.table-fixed {
    border: 1px solid #e2e2e2 !important;
  }
  body .table-bordered.table-fixed td,
  body .table-bordered.table-fixed th {
    border: inherit !important;
  }
  body .table-fixed.table-bordered thead th {
    border-left: 1px solid #e2e2e2 !important;
    border-bottom: none !important;
  }
  body .table-fixed.table-bordered tbody th,
  body .table-fixed.table-bordered tbody td {
    border-left: 1px solid #e2e2e2 !important;
    border-bottom: 1px solid #e2e2e2 !important;
  }
  body .table-fixed.table-bordered thead th:first-child,
  body .table-fixed.table-bordered tbody th:first-child,
  body .table-fixed.table-bordered tbody td:first-child {
    border-left: inherit !important;
  }
}
@media (max-width: 991px) {
  body .lms-table.overflow-inherit {
    overflow-x: auto !important;
  }
}
@media (max-width: 767px) {
  body .table-wrapper table.table-bordered {
    border: none !important;
  }
  body .table-wrapper table.table {
    background-color: inherit;
  }
  body .card-list-table {
    table-layout: fixed;
    background: transparent;
    margin-bottom: 0;
    width: 100%;
  }
  body .card-list-table thead {
    display: none;
  }
  body .table-responsive {
    overflow-x: inherit;
  }
  body .card-list-table tbody tr {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    background: #fff;
    cursor: pointer;
    display: block;
    padding: 15px 10px;
    margin: 0 0 15px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
  }
  body .card-list-table tbody tr:last-child {
    margin-bottom: 0;
  }
  body .card-list-table tbody td,
  body .card-list-table tbody th,
  body .card-list-table.doc-mgmt tbody td {
    width: 100% !important;
    max-width: 100%;
    min-height: 38px;
    border: 0;
    display: block;
    padding: 10px 0 10px 50% !important;
    position: relative;
    text-align: right !important;
  }
  body .card-list-table tbody td.pto-plan,
  body .card-list-table tbody th.pto-plan {
    padding-left: 0 !important;
    text-align: left !important;
  }
  body .card-list-table tbody td:first-child,
  body .card-list-table tbody th:first-child {
    padding: 10px 10px 10px 50%;
  }
  body .card-list-table tbody td:first-child::after {
    visibility: hidden;
  }
  body .card-list-table thead th:first-child::after,
  body .headcol:after {
    visibility: hidden !important;
  }
  body .card-list-table tbody td:after,
  body .card-list-table tbody th:after {
    content: "";
    width: 100%;
    display: block;
    margin: 0 auto;
    height: 1px;
    background: #dfdfdf;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }
  body .card-list-table tbody th:first-child:after {
    display: none;
  }
  body .card-list-table tbody td:before,
  body .card-list-table tbody th:before,
  body .card-list-table tbody td:last-child:before {
    content: attr(data-title);
    display: table-cell;
    font-weight: 500;
    padding-top: 0;
    left: 0;
    margin: auto;
    position: absolute;
    vertical-align: top;
    width: calc(50% - 5px);
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  body .card-list-table thead th {
    text-transform: uppercase;
    font-size: 0.85em;
    color: rgba(0, 0, 0, 0.35);
    letter-spacing: 0.5pt;
  }
  body .card-list-table tfoot tr {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    background: #fff;
    border-bottom: 1px solid #dfdfdf;
    cursor: pointer;
    display: block;
    padding: 15px 10px;
    margin: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
  }
  body .card-list-table tfoot td {
    border: 0;
    display: block;
    padding: 10px 10px 10px 50%;
    position: relative;
  }
  body .card-list-table tfoot td:first-child {
    padding: 10px 10px 10px 50%;
  }
  body .card-list-table tfoot td:first-child::after {
    visibility: hidden;
  }
  body .card-list-table tfoot td:after {
    content: "";
    width: calc(100% - 22px);
    display: block;
    margin: 0 auto;
    height: 1px;
    background: #dfdfdf;
    position: absolute;
    left: 0;
    right: 0;
    top: -6px;
  }
  body .card-list-table tfoot td:before {
    color: rgba(0, 0, 0, 0.35);
    text-transform: uppercase;
    font-size: 0.85em;
    content: attr(data-title);
    display: table-cell;
    font-weight: 500;
    height: 100%;
    left: 10px;
    margin: auto;
    position: absolute;
    vertical-align: middle;
    white-space: nowrap;
    width: 50%;
    text-align: left;
  }
  body .card-list-table .mobile-info {
    top: 10px;
  }
  body .table-responsive.rounded.table-wrapper table td,
  body .table-responsive.rounded.table-wrapper table th {
    border-right: inherit;
  }
  body .table-responsive.rounded.table-wrapper table .norecords td {
    padding: 10px !important;
    text-align: center !important;
  }
  body .table tbody tr th,
  body .table tbody tr td {
    box-shadow: none;
  }
  body .table tbody tr td:last-child .d-flex {
    justify-content: end;
  }
  body .table-responsive.rounded {
    border: inherit;
  }
}
body .botder-top-bottom-0 tbody td {
  border-top: none;
  border-bottom: none;
}
body .botder-top-bottom-0 tbody th {
  border-top: none;
  border-bottom: none;
}
body .padding-0 tbody td {
  padding: 0;
}
body .padding-0 tbody td:first-child {
  padding-left: 0;
}
body .padding-0 tbody td td {
  padding: 10px;
}
body .hide {
  display: none !important;
}
.table-responsive.rounded.fixed-left-right table.table thead th:first-child {
  position: sticky;
  left: 0;
  background: #f9f9f9;
}
.table-responsive.rounded.fixed-left-right table.table thead th:last-child {
  position: sticky;
  right: 0;
  background: #f9f9f9;
}
.table-responsive.rounded.fixed-left-right table.table thead th.last-active::before {
  box-shadow: -6px 0 13px rgba(0, 0, 0, 0.1294117647);
  width: 10px;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -2;
}
.table-responsive.rounded.fixed-left-right table.table thead th.last-active::after {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -1;
}
.table-responsive.rounded.fixed-left-right table.table tbody td:first-child {
  position: sticky;
  left: 0;
  background: #fff;
}
.table-responsive.rounded.fixed-left-right table.table tbody td:last-child {
  position: sticky;
  right: 0;
  background: #fff;
}
.table-responsive.rounded.fixed-left-right table.table tbody td.last-active .tooltip {
  white-space: nowrap;
}
.table-responsive.rounded.fixed-left-right table.table tbody td.last-active::before {
  box-shadow: -6px 0 13px rgba(0, 0, 0, 0.1294117647);
  width: 10px;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -2;
}
.table-responsive.rounded.fixed-left-right table.table tbody td.last-active::after {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -1;
}
.fixed-left-right {
  overflow-y: auto;
}
.fixed-left-right::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  padding: 0 2px;
}
.fixed-left-right::-webkit-scrollbar-track {
  background-color: #f7f7f7;
  outline: 1px solid #d6d6d6;
  border-radius: 8px;
}
.fixed-left-right::-webkit-scrollbar-thumb {
  background-color: #d7d7d7;
  outline: none;
  border-radius: 8px;
}
.table-responsive.rounded.fixed-right table.table thead th:last-child {
  position: sticky;
  right: 0;
  background: #f9f9f9;
}
.table-responsive.rounded.fixed-right table.table thead th.last-active::before {
  box-shadow: -6px 0 13px rgba(0, 0, 0, 0.1294117647);
  width: 10px;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -2;
}
.table-responsive.rounded.fixed-right table.table thead th.last-active::after {
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
  color: #002f60;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -1;
}
.table-responsive.rounded.fixed-right table.table tbody td:last-child {
  position: sticky;
  right: 0;
  background: #fff;
}
.table-responsive.rounded.fixed-right table.table tbody td.last-active .tooltip {
  white-space: nowrap;
}
.table-responsive.rounded.fixed-right table.table tbody td.last-active::before {
  box-shadow: -1px 0 1px rgba(0, 0, 0, 0.1294117647);
  width: 10px;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -2;
}
.table-responsive.rounded.fixed-right table.table tbody td.last-active::after {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -1;
}
.table-responsive.rounded.fixed-right table.table tbody tr:hover td.last-active::after {
  background-color: #e6ebf2;
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.fixed-right {
  overflow-y: auto;
}
.fixed-right::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  padding: 0 2px;
}
.fixed-right::-webkit-scrollbar-track {
  background-color: #f7f7f7;
  outline: 1px solid #d6d6d6;
  border-radius: 8px;
}
.fixed-right::-webkit-scrollbar-thumb {
  background-color: #d7d7d7;
  outline: none;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .fixed-left-right {
    overflow-y: inherit;
  }
  .table-responsive.rounded.fixed-left-right table.table thead th:first-child {
    background: inherit;
  }
  .table-responsive.rounded.fixed-left-right table.table thead th:last-child {
    background: inherit;
  }
  .table-responsive.rounded.fixed-left-right table.table thead th.last-active {
    box-shadow: none;
  }
  .table-responsive.rounded.fixed-left-right table.table tbody td:first-child {
    background: inherit;
  }
  .table-responsive.rounded.fixed-left-right table.table tbody td:last-child {
    background: inherit;
  }
  .table-responsive.rounded.fixed-left-right table.table tbody td.last-active {
    box-shadow: none;
    justify-content: end;
  }
  .fixed-right {
    overflow-y: inherit;
  }
  .table-responsive.rounded.fixed-right table.table thead th:last-child {
    background: inherit;
  }
  .table-responsive.rounded.fixed-right table.table thead th.last-active {
    box-shadow: none;
  }
  .table-responsive.rounded.fixed-right table.table tbody td:last-child {
    background: inherit;
  }
  .table-responsive.rounded.fixed-right table.table tbody td.last-active {
    box-shadow: none;
    justify-content: end;
  }
  .table-responsive.rounded.fixed-right table.table tbody td.last-active::before {
    box-shadow: none;
  }
  .table-responsive.rounded.fixed-right table.table tbody tr:hover td.last-active::after {
    box-shadow: inherit;
  }
}
.prespace-whitespace {
  white-space: pre;
}
.table tbody tr.highlighting-cell {
  background-color: #e6ebf2;
}
body .tooltip.show {
  opacity: 1;
}
body .bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #002f60;
}
body .bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #002f60;
}
body .bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #002f60;
}
body .bs-tooltip-start .tooltip-arrow::before {
  border-left-color: #002f60;
}
body .tooltip-img {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  margin-left: 6px;
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2056_50)'%3E%3Cpath d='M8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16Z' fill='%23002a5f'/%3E%3Cpath d='M8.61529 7.38461H7.38452V13.5385H8.61529V7.38461Z' fill='white'/%3E%3Cpath d='M8.00006 6.15386C8.67979 6.15386 9.23083 5.60283 9.23083 4.92309C9.23083 4.24336 8.67979 3.69232 8.00006 3.69232C7.32032 3.69232 6.76929 4.24336 6.76929 4.92309C6.76929 5.60283 7.32032 6.15386 8.00006 6.15386Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2056_50'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat 0 0;
  background-size: 16px;
  vertical-align: middle;
  cursor: pointer;
}
body .tooltip-img:hover {
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2056_50)'%3E%3Cpath d='M8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16Z' fill='%23eb5400'/%3E%3Cpath d='M8.61529 7.38461H7.38452V13.5385H8.61529V7.38461Z' fill='white'/%3E%3Cpath d='M8.00006 6.15386C8.67979 6.15386 9.23083 5.60283 9.23083 4.92309C9.23083 4.24336 8.67979 3.69232 8.00006 3.69232C7.32032 3.69232 6.76929 4.24336 6.76929 4.92309C6.76929 5.60283 7.32032 6.15386 8.00006 6.15386Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2056_50'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat 0 0;
}
body .tooltip-inner {
  text-align: left;
}
body .w-tooltip-medium .tooltip {
  max-width: 37.5rem !important;
  width: auto;
  z-index: 1;
}
body .w-tooltip-medium .tooltip .tooltip-inner {
  max-width: 37.5rem !important;
  width: auto;
}
body .w-tooltip-small .tooltip {
  max-width: 354px !important;
  width: auto;
}
body .w-tooltip-small .tooltip .tooltip-inner {
  max-width: 354px !important;
  width: auto;
}
body .w-tooltip-modal .tooltip {
  max-width: 320px !important;
  width: auto;
}
body .w-tooltip-modal .tooltip .tooltip-inner {
  max-width: 320px !important;
  width: auto;
}
body .ats-custom-tooltip-div > button:hover + .ats-custom-tooltip {
  display: block;
}
body .ats-custom-tooltip {
  display: none;
}
body .page-title-tooltip .tooltip {
  top: 7px !important;
}
body .page-title-tooltip .tooltip .tooltip-arrow {
  top: -7px !important;
}
@media (max-width: 992px) {
  body .w-tooltip-medium-nav-tab-last .tooltip {
    max-width: 350px !important;
  }
  body .w-tooltip-medium-nav-tab-last .tooltip .tooltip-inner {
    max-width: 350px !important;
  }
}
@media (max-width: 767px) {
  body .w-tooltip-medium .tooltip {
    max-width: 350px !important;
  }
  body .w-tooltip-medium .tooltip .tooltip-inner {
    max-width: 350px !important;
  }
  body .page-title-tooltip .tooltip {
    top: 18px !important;
  }
  body .page-title-tooltip .tooltip .tooltip-arrow {
    top: -18px !important;
  }
  body .w-tooltip-small .tooltip {
    max-width: 132px !important;
  }
  body .w-tooltip-small .tooltip .tooltip-inner {
    max-width: 132px !important;
  }
  body .w-tooltip-modal .tooltip {
    max-width: 132px !important;
    width: auto;
  }
  body .w-tooltip-modal .tooltip .tooltip-inner {
    max-width: 132px !important;
    width: auto;
  }
}
@media (max-width: 640px) {
  body .page-title-tooltip .tooltip {
    top: 21px !important;
  }
  body .page-title-tooltip .tooltip .tooltip-arrow {
    top: -21px !important;
  }
}
@media (max-width: 576px) {
  body .w-tooltip-medium-nav-tab-first .tooltip {
    max-width: 240px !important;
  }
  body .w-tooltip-medium-nav-tab-first .tooltip .tooltip-inner {
    max-width: 240px !important;
  }
}
@media (max-width: 520px) {
  body .w-tooltip-medium .tooltip {
    max-width: 300px !important;
  }
  body .w-tooltip-medium .tooltip .tooltip-inner {
    max-width: 14.375rem !important;
  }
  body .page-title-tooltip .tooltip {
    top: 30px !important;
  }
  body .page-title-tooltip .tooltip .tooltip-arrow {
    top: -30px !important;
  }
}
@media (max-width: 500px) {
  body .w-tooltip-medium-nav-tab-last .tooltip {
    max-width: 250px !important;
  }
  body .w-tooltip-medium-nav-tab-last .tooltip .tooltip-inner {
    max-width: 250px !important;
  }
}
@media (max-width: 480px) {
  body .w-tooltip-medium .tooltip {
    max-width: 200px !important;
  }
  body .w-tooltip-medium .tooltip .tooltip-inner {
    max-width: 200px !important;
  }
  body .w-tooltip-small .tooltip {
    max-width: 116px !important;
  }
  body .w-tooltip-small .tooltip .tooltip-inner {
    max-width: 116px !important;
  }
  body .w-tooltip-modal .tooltip {
    max-width: 100px !important;
    width: auto;
  }
  body .w-tooltip-modal .tooltip .tooltip-inner {
    max-width: 100px !important;
    width: auto;
  }
  body .page-title-tooltip .tooltip {
    top: 56px !important;
  }
  body .page-title-tooltip .tooltip .tooltip-arrow {
    top: -56px !important;
  }
  body .page-title-tooltip-line-two .tooltip {
    top: 33px !important;
  }
  body .page-title-tooltip-line-two .tooltip .tooltip-arrow {
    top: -33px !important;
  }
  body .w-tooltip-medium-nav-tab-last .tooltip {
    max-width: 140px !important;
  }
  body .w-tooltip-medium-nav-tab-last .tooltip .tooltip-inner {
    max-width: 140px !important;
  }
}
@media (max-width: 366px) {
  body .page-title-tooltip .tooltip {
    top: 100px !important;
  }
  body .page-title-tooltip .tooltip .tooltip-arrow {
    top: -100px !important;
  }
  body .page-title-tooltip-line-two .tooltip {
    top: 65px !important;
  }
  body .page-title-tooltip-line-two .tooltip .tooltip-arrow {
    top: -65px !important;
  }
  body .page-title-sm-bottm-left-forty-tooltip .tooltip {
    left: -40px !important;
  }
  body .page-title-sm-bottm-left-forty-tooltip .tooltip .tooltip-arrow {
    left: 40px !important;
  }
  body .w-tooltip-medium-nav-tab-first .tooltip {
    max-width: 240px !important;
  }
  body .w-tooltip-medium-nav-tab-first .tooltip .tooltip-inner {
    max-width: 240px !important;
  }
}
.badge {
  font-weight: 400;
  border-radius: 100% !important;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
}
.badge-primary {
  color: #fff;
  background-color: #ff7676;
  text-align: center;
  border: 1px solid #fff;
}
.main-container .nav-item {
  position: relative;
}
.main-container .nav-item .badge {
  position: absolute;
  top: 0;
  right: 0;
}
.filterBadge .filterBadge__bagdes {
  float: left;
}
.filterBadge .filterBadge__bagdes .filterBadge__bagde {
  background-color: #fff;
  border: 1px solid #9ba0a4;
  padding: 3px 12px;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.2px;
  color: #606a71;
  margin: 0 10px 10px 0;
}
.filterBadge .filterBadge__bagdes .filterBadge__bagde--active {
  background-color: #002f60;
  color: #fff;
}
.filterBadge .filterBadge__bagdes .filterBadge__bagde:hover {
  background-color: #002f60;
  color: #fff;
}
.toast {
  border: inherit !important;
  border-radius: 4px !important;
}
.toast-success {
  background-color: #628933 !important;
}
.toast-warning {
  background-color: #ff9c01 !important;
}
.toast-error {
  background-color: #ff0000 !important;
}
@media (max-width: 768px) {
  .toast-container .toast {
    width: 260px !important;
  }
}
.applicant-details__stepper {
  width: 100%;
  padding: 0px;
  margin: 30px 0px;
  display: flex;
}
.applicant-details__stepper .applicant-details-stepper__item {
  min-width: 15%;
  width: 15%;
  padding: 0;
  margin: 0;
  position: relative;
  text-align: center;
}
.applicant-details__stepper .applicant-details-stepper__item .stepper-item__img {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 0px auto 16px;
  background-color: #babbbb;
}
.applicant-details__stepper .applicant-details-stepper__item .stepper-item__img--success {
  background-color: #628933;
}
.applicant-details__stepper .applicant-details-stepper__item .stepper-item__img--warning {
  background-color: #ff9c01;
}
.applicant-details__stepper .applicant-details-stepper__item .stepper-item__img--info {
  background-color: #eb5400;
}
.applicant-details__stepper .applicant-details-stepper__item .stepper-item__img--extended {
  background-color: #ff9c01;
}
.applicant-details__stepper .applicant-details-stepper__item .stepper-item__img--danger {
  background-color: #ff0000;
}
.applicant-details__stepper .applicant-details-stepper__item .stepper-item__text {
  font: 500 14px/16.8px Roboto, sans-serif;
  color: #104984;
  padding: 0;
  margin: 0;
  text-wrap: balance;
}
.applicant-details__stepper .applicant-details-stepper__item .stepper-item__img::before {
  content: "";
  position: absolute;
  top: 10px;
  right: calc(50% + 15px);
  display: block;
  width: calc(100% - 30px);
  height: 1.65px;
  background-color: #babbbb;
}
.applicant-details__stepper .applicant-details-stepper__item .stepper-item__img--success::before {
  background-color: #628933;
}
.applicant-details__stepper .applicant-details-stepper__item .stepper-item__img--warning::before {
  background-color: #ff9c01;
}
.applicant-details__stepper .applicant-details-stepper__item .stepper-item__img--info::before {
  background-color: #eb5400;
}
.applicant-details__stepper .applicant-details-stepper__item .stepper-item__img--danger::before {
  background-color: #ff0000;
}
.applicant-details__stepper .applicant-details-stepper__item .stepper-item__img--extended::before {
  background-image:
    linear-gradient(
      to right,
      #628933 50%,
      #ff9c01 50%);
}
.applicant-details__stepper .applicant-details-stepper__item:first-child {
  text-align: start;
  min-width: 10%;
  width: 10%;
}
.applicant-details__stepper .applicant-details-stepper__item:first-child .stepper-item__img {
  margin-left: 13%;
}
.applicant-details__stepper .applicant-details-stepper__item:first-child .stepper-item__img::before {
  display: none;
}
.applicant-details__stepper .applicant-details-stepper__item:nth-child(2) .stepper-item__img::before {
  background-color: #628933;
}
@media screen and (max-width: 767px) {
  .applicant-details__stepper-responsive {
    display: inline-block;
    width: 100%;
  }
  .applicant-details__stepper-responsive .rect-auto,
  .applicant-details__stepper-responsive .c100.p100 .slice,
  .applicant-details__stepper-responsive .c100.p85 .slice,
  .applicant-details__stepper-responsive .c100.p51 .slice {
    clip: rect(auto, auto, auto, auto);
  }
  .applicant-details__stepper-responsive .pie,
  .applicant-details__stepper-responsive .c100.p100 .fill,
  .applicant-details__stepper-responsive .c100.p85 .fill,
  .applicant-details__stepper-responsive .c100.p51 .fill,
  .applicant-details__stepper-responsive .c100 .bar {
    position: absolute;
    border: 0.08em solid #002f60;
    width: 0.84em;
    height: 0.84em;
    clip: rect(0em, 0.5em, 1em, 0em);
    border-radius: 50%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .applicant-details__stepper-responsive .pie-fill,
  .applicant-details__stepper-responsive .c100.p100 .fill,
  .applicant-details__stepper-responsive .c100.p100 .bar:after,
  .applicant-details__stepper-responsive .c100.p85 .fill,
  .applicant-details__stepper-responsive .c100.p85 .bar:after,
  .applicant-details__stepper-responsive .c100.p51 .fill,
  .applicant-details__stepper-responsive .c100.p51 .bar:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .applicant-details__stepper-responsive .c100 {
    position: relative;
    font-size: 120px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    float: left;
    margin: 0 0.1em 0.1em 0;
    background-color: #c9c9c9;
  }
  .applicant-details__stepper-responsive .c100 *,
  .applicant-details__stepper-responsive .c100 *:before,
  .applicant-details__stepper-responsive .c100 *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  .applicant-details__stepper-responsive .c100.center {
    float: none;
    margin: 0 auto;
  }
  .applicant-details__stepper-responsive .c100.big {
    font-size: 240px;
  }
  .applicant-details__stepper-responsive .c100.small {
    font-size: 58px;
  }
  .applicant-details__stepper-responsive .c100 > span {
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    width: 5em;
    line-height: 5em;
    font-size: 0.2em;
    color: #c9c9c9;
    display: block;
    text-align: center;
    white-space: nowrap;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .applicant-details__stepper-responsive .c100:after {
    position: absolute;
    top: 0.08em;
    left: 0.08em;
    display: block;
    content: " ";
    border-radius: 50%;
    background-color: #fff;
    width: 0.84em;
    height: 0.84em;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  .applicant-details__stepper-responsive .c100 .slice {
    position: absolute;
    width: 1em;
    height: 1em;
    clip: rect(0em, 1em, 1em, 0.5em);
  }
  .applicant-details__stepper-responsive .c100.p17 .bar {
    -webkit-transform: rotate(61.2deg) !important;
    -moz-transform: rotate(61.2deg) !important;
    -ms-transform: rotate(61.2deg) !important;
    -o-transform: rotate(61.2deg) !important;
    transform: rotate(61.2deg) !important;
  }
  .applicant-details__stepper-responsive .c100.p34 .bar {
    -webkit-transform: rotate(122.4deg) !important;
    -moz-transform: rotate(122.4deg) !important;
    -ms-transform: rotate(122.4deg) !important;
    -o-transform: rotate(122.4deg) !important;
    transform: rotate(122.4deg) !important;
  }
  .applicant-details__stepper-responsive .c100.p51 .bar {
    -webkit-transform: rotate(183.6deg) !important;
    -moz-transform: rotate(183.6deg) !important;
    -ms-transform: rotate(183.6deg) !important;
    -o-transform: rotate(183.6deg) !important;
    transform: rotate(183.6deg) !important;
  }
  .applicant-details__stepper-responsive .c100.p85 .bar {
    -webkit-transform: rotate(306deg) !important;
    -moz-transform: rotate(306deg) !important;
    -ms-transform: rotate(306deg) !important;
    -o-transform: rotate(306deg) !important;
    transform: rotate(306deg) !important;
  }
  .applicant-details__stepper-responsive .c100.p100 .bar {
    -webkit-transform: rotate(360deg) !important;
    -moz-transform: rotate(360deg) !important;
    -ms-transform: rotate(360deg) !important;
    -o-transform: rotate(360deg) !important;
    transform: rotate(360deg) !important;
  }
  .applicant-details__stepper-responsive .c100:hover {
    cursor: default;
  }
  .applicant-details__stepper-responsive .c100:hover > span {
    width: 3.33em;
    line-height: 3.33em;
    font-size: 0.3em;
    color: #002f60;
  }
  .applicant-details__stepper-responsive .c100:hover:after {
    top: 0.04em;
    left: 0.04em;
    width: 0.92em;
    height: 0.92em;
  }
  .applicant-details__stepper-responsive .c100.dark {
    background-color: #606a71;
  }
  .applicant-details__stepper-responsive .c100.dark .bar,
  .applicant-details__stepper-responsive .c100.dark .fill {
    border-color: #002f60 !important;
  }
  .applicant-details__stepper-responsive .c100.dark > span {
    color: #606a71;
  }
  .applicant-details__stepper-responsive .c100.dark:after {
    background-color: #606a71;
  }
  .applicant-details__stepper-responsive .c100.dark:hover > span {
    color: #002f60;
  }
  .applicant-details__stepper-responsive .stepper-info {
    width: calc(100% - 75px);
  }
  .applicant-details__stepper-responsive .stepper-info h2 {
    font: 500 16px/21px Roboto, sans-serif;
    padding: 8px 0 3px;
    margin: 0;
    color: #104984;
  }
  .applicant-details__stepper-responsive .stepper-info p {
    font: 400 14px/18px Roboto, sans-serif;
    padding: 0;
    margin: 0;
    color: #5b5a5a;
  }
  .applicant-details__stepper-responsive .accordion h2 {
    padding-bottom: 20px;
  }
  .applicant-details__stepper-responsive .card.card-bottom-btn-set-wrapper .card-body {
    padding-bottom: 15px !important;
  }
  .applicant-details__stepper-responsive .card-bottom-btn-set {
    position: inherit;
    bottom: inherit;
    right: inherit;
  }
  .applicant-details__stepper-responsive .stepper-mobile-nav {
    width: 260px;
    max-width: 100%;
    margin: 0;
    padding: 15px;
    position: absolute;
    top: 70px;
    left: 0px;
    z-index: 9;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  }
  .applicant-details__stepper-responsive .form-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 0 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #f2f2f2;
  }
  .applicant-details__stepper-responsive .form-row:last-child {
    border-bottom: inherit;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .applicant-details__stepper-responsive .stepper-mobile-nav:after,
  .applicant-details__stepper-responsive .stepper-mobile-nav:before {
    bottom: 100%;
    left: 30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .applicant-details__stepper-responsive .stepper-mobile-nav:after {
    border-color: transparent;
    border-bottom-color: #fff;
    border-width: 7px;
    margin-left: -9px;
  }
  .applicant-details__stepper-responsive .stepper-mobile-nav:before {
    border-color: transparent;
    border-bottom-color: #d4d4d4;
    border-width: 8px;
    margin-left: -10px;
  }
  .applicant-details__stepper-responsive .stepper-item__img {
    width: 12px;
    height: 12px;
    display: block;
    background-color: #babbbb;
    float: right;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
  }
  .applicant-details__stepper-responsive .stepper-item__img--success {
    background-color: #628933;
    position: relative;
  }
  .applicant-details__stepper-responsive .stepper-item__img::before,
  .applicant-details__stepper-responsive .stepper-item__img--success::before,
  .applicant-details__stepper-responsive .stepper-item__img--warning::before,
  .applicant-details__stepper-responsive .stepper-item__img--info::before {
    display: none;
  }
  .applicant-details__stepper-responsive .stepper-item__img--warning {
    background-color: #ff9c01;
    position: relative;
  }
  .applicant-details__stepper-responsive .stepper-item__img--danger {
    background-color: #ff0000;
    position: relative;
  }
  .applicant-details__stepper-responsive .stepper-item__img--info {
    background-color: #eb5400;
    position: relative;
  }
  .applicant-details__stepper-responsive .btn {
    height: auto;
  }
  .applicant-details__stepper-responsive .stepper-border-danger {
    border-color: #ff0000 !important;
  }
  .applicant-details__stepper-responsive .stepper-border-success {
    border-color: #628933 !important;
  }
  .applicant-details__stepper-responsive .stepper-border-warning {
    border-color: #ff9c01 !important;
  }
  .applicant-details__stepper-responsive .stepper-border-info {
    border-color: #eb5400 !important;
  }
}
.dashboard-sm-card {
  min-height: 130px;
  width: 100%;
  padding: 27px 20px 20px;
  border-radius: 20px !important;
  border: 1px solid #ddd9d9;
  position: relative;
  overflow: hidden;
}
.dashboard-sm-card h1 {
  background-color: transparent;
  font: 500 35px/41px Roboto, sans-serif;
  margin: 0 !important;
  padding: 0;
}
.dashboard-sm-card .dashboard-sm-card-text {
  position: absolute;
  top: 74px;
  display: flex;
  column-gap: 4px;
  align-items: flex-start;
  width: calc(100% - 3.75rem);
}
.dashboard-sm-card .dashboard-sm-card-text span {
  color: #2b2e3c;
  font: 400 12px/14.4px Roboto, sans-serif;
  text-wrap: wrap;
}
.dashboard-sm-card a {
  position: absolute;
  background-color: rgba(96, 106, 113, 0.2);
  width: 27px;
  height: 27px;
  border-radius: 50%;
  right: 10px;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dashboard-sm-card::before {
  content: "";
  position: absolute;
  width: calc(100% - 8px);
  height: 48px;
  border-radius: 19px;
  top: -42px;
  left: 4px;
  background-color: #d6d6d6;
}
.dashboard-sm-card-active {
  background:
    linear-gradient(
      213.24deg,
      #4d73a5 16.05%,
      #08417c 88.54%);
  border: 1px solid #e9e9e9;
  padding: 27px 30px 20px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.137254902);
}
.dashboard-sm-card-active h1 {
  color: #fff;
  font: 500 40px/44px Roboto, sans-serif;
}
.dashboard-sm-card-active .dashboard-sm-card-text span {
  color: #e9e9e9;
}
.dashboard-sm-card-active a {
  background-color: rgba(186, 187, 187, 0.2);
}
.dashboard-sm-card-active::before {
  display: none;
}
.dashboard-card {
  width: 100%;
  height: 100% !important;
  background-color: #fff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.0588235294);
}
.dashboard-card .dashboard-card-header {
  padding: 0 1.25rem;
  min-height: 3.5rem;
  border-bottom: 1px solid #d6d6d6;
}
.dashboard-card .dashboard-card-header h2 {
  font-size: 22px;
  line-height: 26.4px;
  margin-bottom: 0;
}
.dashboard-card .dashboard-card-body {
  padding: 10px 20px;
}
.dashboard-card .dashboard-card-body .dashboard-date-section {
  display: flex;
  background-color: #f9f9f9;
  padding: 14px 13px;
  column-gap: 10px;
  margin-bottom: 20px;
}
.dashboard-card .dashboard-card-body .dashboard-date-section .form-group {
  margin: 0 !important;
  padding: 0px !important;
}
.dashboard-card .dashboard-card-body .dashboard-date-section .vertical-lines {
  vertical-align: middle;
  align-self: center;
  position: relative;
  font: 400 14px/21px Roboto, sans-serif;
  color: #5b5a5a;
}
.dashboard-card .dashboard-card-body .dashboard-date-section .vertical-lines::before,
.dashboard-card .dashboard-card-body .dashboard-date-section .vertical-lines::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 16px;
  background-color: #c9c9c9;
  left: 6px;
}
.dashboard-card .dashboard-card-body .dashboard-date-section .vertical-lines::after {
  bottom: -18px;
}
.dashboard-card .dashboard-card-body .dashboard-date-section .vertical-lines::before {
  top: -18px;
}
.dashboard-card .dashboard-card-body .dashboard-date-section .dashboard-date-section-button {
  align-self: flex-end;
}
.dashboard-card .dashboard-card-body .dashboard-monthly-analysis {
  margin-top: 36px;
}
.dashboard-card .dashboard-card-body .dashboard-monthly-analysis .dashboard-monthly-analysis-bars {
  margin-bottom: 20px;
}
.dashboard-card .dashboard-card-body .dashboard-monthly-analysis .dashboard-monthly-analysis-bars canvas {
  max-width: 100%;
}
.dashboard-card .dashboard-card-body .dashboard-monthly-analysis-details,
.dashboard-card .dashboard-card-body .dashboard-location-chart-details,
.dashboard-card .dashboard-card-body .offer-acceptance-chart-details {
  display: flex;
  column-gap: 20px;
  flex-wrap: wrap;
}
.dashboard-card .dashboard-card-body .dashboard-monthly-analysis-details .dashboard-bar-detail,
.dashboard-card .dashboard-card-body .dashboard-location-chart-details .dashboard-bar-detail,
.dashboard-card .dashboard-card-body .offer-acceptance-chart-details .dashboard-bar-detail {
  position: relative;
  padding-left: 23px;
  margin-bottom: 20px;
  font: 400 12px/14.4px Roboto, sans-serif;
  color: #5b5a5a;
}
.dashboard-card .dashboard-card-body .dashboard-monthly-analysis-details .dashboard-bar-detail::before,
.dashboard-card .dashboard-card-body .dashboard-location-chart-details .dashboard-bar-detail::before,
.dashboard-card .dashboard-card-body .offer-acceptance-chart-details .dashboard-bar-detail::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  border-radius: 1px;
  left: 0;
  top: 0;
  background-color: #99c14e;
}
.dashboard-card .dashboard-card-body .dashboard-monthly-analysis-details .dashboard-info-bar::before,
.dashboard-card .dashboard-card-body .dashboard-location-chart-details .dashboard-info-bar::before,
.dashboard-card .dashboard-card-body .offer-acceptance-chart-details .dashboard-info-bar::before {
  background-color: #038ba8;
}
.dashboard-card .dashboard-card-body .dashboard-monthly-analysis-details .dashboard-success-bar::before,
.dashboard-card .dashboard-card-body .dashboard-location-chart-details .dashboard-success-bar::before,
.dashboard-card .dashboard-card-body .offer-acceptance-chart-details .dashboard-success-bar::before {
  background-color: #99c14e;
}
.dashboard-card .dashboard-card-body .dashboard-monthly-analysis-details .dashboard-danger-bar::before,
.dashboard-card .dashboard-card-body .dashboard-location-chart-details .dashboard-danger-bar::before,
.dashboard-card .dashboard-card-body .offer-acceptance-chart-details .dashboard-danger-bar::before {
  background-color: #ff0000;
}
.dashboard-card .dashboard-card-body .dashboard-monthly-analysis-details .dashboard-warning-bar::before,
.dashboard-card .dashboard-card-body .dashboard-location-chart-details .dashboard-warning-bar::before,
.dashboard-card .dashboard-card-body .offer-acceptance-chart-details .dashboard-warning-bar::before {
  background-color: #ff9c01;
}
.dashboard-card .dashboard-card-body .dashboard-monthly-analysis-details .dashboard-primary-bar::before,
.dashboard-card .dashboard-card-body .dashboard-location-chart-details .dashboard-primary-bar::before,
.dashboard-card .dashboard-card-body .offer-acceptance-chart-details .dashboard-primary-bar::before {
  background-color: #4d73a5;
}
.dashboard-calendar-section .dashboard-card-header .calendar-view-btn {
  min-width: 76px;
  height: 26px;
  padding: 0px 13px;
  font: 400 14px/21px Roboto, sans-serif;
}
.dashboard-calendar-section .dashboard-card-body {
  max-height: 440px;
  overflow-y: auto;
}
.dashboard-calendar-section .dashboard-card-body .dashboard-calendar-card {
  width: 100%;
  min-height: 62px;
  border-radius: 3px;
  padding: 10px 36px 10px 24px;
  background-color: #f9f9f9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
  column-gap: 0.9375rem;
}
.dashboard-calendar-section .dashboard-card-body .dashboard-calendar-card h4 {
  font: 500 14px/16.8px Roboto, sans-serif;
  color: #5b5a5a;
  margin: 0;
  min-width: 7.8125rem;
  width: 7.8125rem;
  padding: 0 1.25rem 0.325rem 0;
  position: relative;
}
.dashboard-calendar-section .dashboard-card-body .dashboard-calendar-card h4 img {
  position: absolute;
  top: 0;
  right: 0;
}
.dashboard-calendar-section .dashboard-card-body .dashboard-calendar-card p,
.dashboard-calendar-section .dashboard-card-body .dashboard-calendar-card a {
  margin: 0;
  font: 400 12px/14.4px Roboto, sans-serif;
}
.dashboard-calendar-section .dashboard-card-body .dashboard-calendar-card p {
  color: #9ba0a4;
}
.dashboard-calendar-section .dashboard-card-body .dashboard-calendar-card a {
  color: #606a71;
  opacity: 0.6;
  text-decoration: none;
  cursor: text;
  pointer-events: none;
  min-width: 56px;
}
.dashboard-calendar-section .dashboard-card-body .dashboard-calendar-card .dashboard-calendar-date {
  position: relative;
  padding-right: 10px;
}
.dashboard-calendar-section .dashboard-card-body .dashboard-calendar-card .dashboard-calendar-date::after {
  position: absolute;
  content: "";
  height: 6px;
  border-right: 1px solid #9ba0a4;
  right: 5px;
  top: 5px;
}
.dashboard-calendar-section .dashboard-card-body .dashboard-calendar-card a::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: url(/assets/images/icon-arrow-left-gray.svg) center/cover no-repeat;
  right: 10px;
  cursor: pointer;
  pointer-events: all;
}
.dashboard-calendar-section .dashboard-card-body .dashboard-calendar-card--success h4,
.dashboard-calendar-section .dashboard-card-body .dashboard-calendar-card--success p,
.dashboard-calendar-section .dashboard-card-body .dashboard-calendar-card--success a,
.dashboard-calendar-section .dashboard-card-body .dashboard-calendar-card--danger h4,
.dashboard-calendar-section .dashboard-card-body .dashboard-calendar-card--danger p,
.dashboard-calendar-section .dashboard-card-body .dashboard-calendar-card--danger a {
  color: #fff;
}
.dashboard-calendar-section .dashboard-card-body .dashboard-calendar-card--success .dashboard-calendar-date::after,
.dashboard-calendar-section .dashboard-card-body .dashboard-calendar-card--danger .dashboard-calendar-date::after {
  border-right: 1px solid #fff;
}
.dashboard-calendar-section .dashboard-card-body .dashboard-calendar-card--success a::after,
.dashboard-calendar-section .dashboard-card-body .dashboard-calendar-card--danger a::after {
  background: url(/assets/images/icon-down-arrow-light.svg) center/cover no-repeat;
}
.dashboard-calendar-section .dashboard-card-body .dashboard-calendar-card--success {
  background-color: #759d3c;
  opacity: 90%;
}
.dashboard-calendar-section .dashboard-card-body .dashboard-calendar-card--danger {
  background-color: #ff0000;
  opacity: 78%;
}
.dashboard-calendar-section .dashboard-card-body .dashboard-calendar-card::before {
  position: absolute;
  content: "";
  width: 4px;
  height: calc(100% - 16px);
  border-radius: 3px;
  background-color: #e9e9e9;
  left: 10px;
  top: 8px;
}
.dashboard-calendar-section .dashboard-card-body .dashboard-calendar-card--success::before {
  background-color: #99c14e;
}
.dashboard-calendar-section .dashboard-card-body .dashboard-calendar-card--danger::before {
  background-color: #ff7070;
}
.dashboard-category-section .dashboard-card-body .dashboard-select-filter-section,
.dashboard-offer-acceptance-rate-section .dashboard-card-body .dashboard-select-filter-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.dashboard-category-section .dashboard-card-body .dashboard-select-filter-section .dashboard-select,
.dashboard-offer-acceptance-rate-section .dashboard-card-body .dashboard-select-filter-section .dashboard-select {
  height: 26px;
  line-height: 21px;
  padding-left: 10px;
}
.dashboard-category-section .dashboard-card-body .dashboard-category-chart,
.dashboard-offer-acceptance-rate-section .dashboard-card-body .dashboard-category-chart {
  text-align: center;
}
.dashboard-category-section .dashboard-card-body .dashboard-category-chart img,
.dashboard-offer-acceptance-rate-section .dashboard-card-body .dashboard-category-chart img {
  width: 100%;
}
.dashboard-location-section .dashboard-card-body .dashboard-select-location {
  height: 26px;
  line-height: 21px;
  padding-left: 10px;
  width: 100%;
}
.dashboard-location-section .dashboard-card-body .dashboard-location-chart {
  text-align: center;
  margin: 20px auto;
}
.dashboard-location-section .dashboard-card-body .dashboard-location-chart-details {
  flex-wrap: wrap;
  column-gap: 0px;
}
.dashboard-location-section .dashboard-card-body .dashboard-location-chart-details p {
  min-width: 33%;
}
.dashboard-location-section .dashboard-card-body .dashboard-location-chart-details .dashboard-success-bar::before {
  background-color: #00a500;
}
.dashboard-location-section .dashboard-card-body .dashboard-location-chart-details .dashboard-success-dark-bar::before {
  background-color: #006600;
}
.dashboard-location-section .dashboard-card-body .dashboard-location-chart-details .dashboard-info-focus-bar::before {
  background-color: #eb5400;
}
.dashboard-location-section .dashboard-card-body .dashboard-location-chart-details .dashboard-primary-bar::before {
  background-color: #4d73a5;
}
.dashboard-location-section .dashboard-card-body .dashboard-location-chart-details .dashboard-regal-blue-bar::before {
  background-color: #172b45;
}
.dashboard-location-section .dashboard-card-body .dashboard-location-chart-details .dashboard-danger-bar::before {
  background-color: #e82121;
}
.dashboard-location-section .dashboard-card-body .dashboard-location-chart-details .dashboard-cyan-bar::before {
  background-color: #4dc5e6;
}
.dashboard-location-section .dashboard-card-body .dashboard-location-chart-details .dashboard-magenta-bar::before {
  background-color: #c728ef;
}
.dashboard-location-section .dashboard-card-body .dashboard-location-chart-details .dashboard-warning-bar::before {
  background-color: #eb6f15;
}
.dashboard-location-section .dashboard-card-body .dashboard-location-chart-details .dashboard-info-bar::before {
  background-color: #4d5ce6;
}
.dashboard-location-section .dashboard-card-body .dashboard-location-chart-details .dashboard-orange-bar::before {
  background-color: #eba900;
}
.dashboard-acceptance-rate-section .dashboard-card-body .dashbaord-acceptance-filter {
  text-align: end;
  display: block;
}
.dashboard-acceptance-rate-section .dashboard-card-body .dashboard-offer-acceptance-chart {
  margin: 20px auto;
  text-align: center;
  position: relative;
}
.dashboard-acceptance-rate-section .dashboard-card-body .dashboard-offer-acceptance-chart img {
  max-width: 100%;
}
.dashboard-acceptance-rate-section .dashboard-card-body .dashboard-offer-acceptance-chart canvas {
  max-width: 400px;
  max-height: 400px;
  margin: 0 auto;
}
.dashboard-acceptance-rate-section .dashboard-card-body .dashboard-offer-acceptance-chart .graph-avg-count {
  width: 100px;
  height: 50px;
  position: absolute;
  left: calc(50% - 50px);
  top: calc(50% - 40px);
  font-family: "Roboto";
  font-size: 40px;
  font-weight: 500;
  line-height: 46px;
  color: #000;
}
.dashboard-acceptance-rate-section .dashboard-card-body .offer-acceptance-chart-details {
  justify-content: space-around;
}
.dashboard-grid-spacing {
  padding: 7.5px !important;
}
.dashboard-sm-grid-spacing {
  padding: 0px 6.5px !important;
}
.dashboard-filter .filter-text {
  font: 400 14px/21px Roboto, sans-serif;
  margin-bottom: 0;
}
.dashboard-filter a {
  color: #002f60;
}
.dashboard-filter .form-group {
  margin-bottom: 20px;
}
.dashboard-filter .horizontal-or-separator {
  width: 173px;
  margin-left: 155px;
  position: relative;
  text-align: center;
  font: 400 14px/16.8px Roboto, sans-serif;
  color: #5b5a5a;
  margin-bottom: 20px;
}
.dashboard-filter .horizontal-or-separator::before,
.dashboard-filter .horizontal-or-separator::after {
  content: "";
  position: absolute;
  width: 67px;
  height: 1px;
  background-color: #d6d6d6;
  top: 50%;
}
.dashboard-filter .horizontal-or-separator::before {
  left: 0px;
}
.dashboard-filter .horizontal-or-separator::after {
  right: 0px;
}
@media screen and (max-width: 1240px) {
  .dashboard-sm-card {
    padding: 15px 15px 35px;
  }
  .dashboard-card .dashboard-card-body {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 991px) {
  .dashboard-sm-grid-spacing {
    padding: 7.5px 6.5px !important;
  }
}
@media screen and (max-width: 767px) {
  .dashboard-card .dashboard-card-body {
    padding: 10px 20px;
  }
  .dashboard-card .dashboard-card-body .dashboard-bar-detail {
    min-width: calc(50% - 10px);
  }
  .dashboard-card .dashboard-card-body .dashboard-date-section {
    flex-direction: column;
  }
  .dashboard-card .dashboard-card-body .dashboard-date-section .form-group {
    margin-bottom: 20px !important;
  }
  .dashboard-card .dashboard-card-body .dashboard-select-filter-section {
    flex-direction: column;
    row-gap: 10px;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .dashboard-card .dashboard-card-body .dashbaord-acceptance-filter {
    text-align: start;
  }
  .dashboard-filter .horizontal-or-separator {
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1320px) {
  .dashboard-category-section .dashboard-select-filter-section {
    flex-direction: column;
    align-items: start !important;
    row-gap: 15px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1240px) {
  .dashboard-sm-card .dashboard-sm-card-text {
    top: 60px;
  }
}
.custom-graph-legends {
  list-style: none;
  width: 100%;
  padding-left: 0;
  display: flex;
  font-size: 12px;
  flex-wrap: wrap;
  column-gap: 0.625rem;
}
.custom-graph-legends li {
  width: auto;
  min-width: 8.4375rem;
  white-space: wrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: flex;
}
.custom-graph-legends span.box {
  width: 14px;
  height: 14px;
  border: 1px solid #aba0a0;
  display: block;
}
.custom-graph-legends.offer-status-graph li:first-child span.box {
  background-color: #759d3c;
}
.custom-graph-legends.offer-status-graph li:nth-child(2) span.box {
  background-color: #e82121;
}
.custom-graph-legends.offer-status-graph li:last-child span.box {
  background-color: #ff9c01;
}
.monthly-graph-legends {
  list-style: none;
  width: 100%;
  padding-left: 0px;
  display: flex;
  font-size: 12px;
  flex-wrap: wrap;
  column-gap: 0.625rem;
}
.monthly-graph-legends li {
  min-width: 8.4375rem;
  width: auto;
  white-space: wrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
  display: flex;
}
.monthly-graph-legends span.box {
  width: 14px;
  height: 14px;
  border: 1px solid #aba0a0;
  display: block;
}
.monthly-graph-legends.monthly-status-graph li:first-child span.box {
  background-color: #038ba8;
}
.monthly-graph-legends.monthly-status-graph li:nth-child(2) span.box {
  background-color: #99c14e;
}
.monthly-graph-legends.monthly-status-graph li:nth-child(3) span.box {
  background-color: #ff9c01;
}
.monthly-graph-legends.monthly-status-graph li:last-child span.box {
  background-color: #4d73a5;
}
body {
  font: 400 14px/24px Roboto, sans-serif !important;
  color: #5b5a5a !important;
  background-color: #e9e9e9 !important;
}
html {
  font-size: 100%;
  -ms-text-size-adpage-linkjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body .white {
  color: #fff;
}
body .text-white {
  color: #fff !important;
}
body .text-primary {
  color: #002f60 !important;
  word-break: break-all;
}
body .text-success {
  color: #628933 !important;
}
body .text-secondary {
  color: #606a71 !important;
}
body .text-danger {
  color: #ff0000 !important;
}
body .text-black {
  color: #000 !important;
}
body .text-dark-gray {
  color: #33384e !important;
}
body .notification-widget .text-danger {
  font-size: 12px;
}
body .text-warning {
  color: #ff9c01 !important;
}
body .text-underline {
  border-bottom: 2px solid #e9e9e9;
  padding-bottom: 8px;
}
body a {
  text-decoration: none;
}
body a,
body .link,
body a:not([href]):not([tabindex]) {
  color: #002f60;
  cursor: pointer;
  outline: none !important;
}
body a:hover,
body a:not([href]):not([tabindex]):hover {
  color: #002f60;
  text-decoration: underline;
}
body .link:hover {
  color: #002f60;
  text-decoration: none;
}
body a.text-primary:hover,
body a.text-primary:focus {
  color: #002f60 !important;
}
body a,
body .btn,
body input,
body .nav-text,
body aside,
body aside nav ul > li > ul {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out 0;
  -moz-transition: all 0.3s ease-in-out 0;
  -ms-transition: all 0.3s ease-in-out 0;
  -o-transition: all 0.3s ease-in-out 0;
  transition: all 0.3s ease-in-out 0;
}
body ::-moz-selection {
  background: #002f60;
  color: #fff;
}
body ::selection {
  background: #002f60;
  color: #fff;
}
body button {
  outline: none !important;
}
body .reset-min-width {
  min-width: 0 !important;
}
body .no-text-decoration {
  text-decoration: none !important;
}
a,
.hamburger-menu span,
.toast,
button,
.btn,
.dropdown-menu,
.sidenav,
.sidenavmenu,
.employee-nav nav ul li ul,
.em-hamburger-menu span,
ul.nav-hover li ul,
.aside-mobile-section,
.employee-nav {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.main-container {
  width: 100%;
  min-height: calc(100vh - 95px);
  overflow: hidden;
  margin-top: 52px;
  position: relative;
}
.main-container.nav-open {
  margin-top: 0;
}
.right-content {
  min-height: calc(100vh - 124px);
  margin-left: 53px;
  padding-bottom: 0;
}
@media screen and (max-width: 575px) {
  .right-content {
    margin-right: 0;
    margin-left: 53px;
  }
  .right-content:before {
    left: -53px;
  }
}
section .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  section .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-title-box h1 {
  margin: 1.25rem 0;
}
.mts-m-show {
  display: none !important;
}
@media (max-width: 767px) {
  .mts-m-hide {
    display: none !important;
  }
  .mts-m-show {
    display: block !important;
  }
}
.no-resize {
  resize: none;
}
.card-height {
  min-height: calc(100vh - 182px);
  margin-bottom: 0px;
}
.gx-1 {
  margin-right: -5px !important;
  margin-left: -5px !important;
}
.gx-1 > .col,
.gx-1 > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.icon-with-bold-normal-text {
  padding: 5px 10px 0 10px;
}
.icon-with-bold-normal-text ul {
  padding: 0;
  margin: 0 -10px 0 -10px;
  list-style-type: none;
}
.icon-with-bold-normal-text ul li {
  width: auto;
  white-space: nowrap;
  padding: 0 10px 0 0;
  margin: 0 0 10px 10px;
  list-style: none;
  position: relative;
  color: #5b5a5a;
  font-size: 14px;
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
}
.icon-with-bold-normal-text ul li span {
  color: #002f60;
  background-color: inherit;
  font-weight: 500;
  margin: 0 5px 0 7px;
}
.icon-with-bold-normal-text ul li::after {
  content: "";
  width: 1px;
  height: 19px;
  background-color: #e2e2e2;
  color: inherit;
  position: absolute;
  right: 0;
  top: 3px;
}
.icon-with-bold-normal-text ul li:first-child {
  padding-left: 0;
}
.icon-with-bold-normal-text ul li:last-child {
  padding-right: 0;
}
.icon-with-bold-normal-text ul li:last-child::after {
  display: none;
}
.icon-with-bold-normal-text.icon-with-bold-normal-text-big ul li {
  width: auto;
}
.icon-with-bold-normal-text.icon-with-bold-normal-text-big ul li:nth-child(3n) {
  padding-right: 10px;
}
.icon-with-bold-normal-text.icon-with-bold-normal-text-big ul li:nth-child(3n)::after {
  display: inherit;
}
.icon-with-bold-normal-text.icon-with-bold-normal-text-big ul li:last-child {
  padding-right: 0;
}
.icon-with-bold-normal-text.icon-with-bold-normal-text-big ul li:last-child::after {
  display: none;
}
.icon__boldnrtext {
  color: #5b5a5a;
  font-size: 14px;
  padding: 5px 10px 0 10px;
}
.icon__boldnrtext .icon__boldnrtextwrap {
  margin-right: -10px !important;
  margin-left: -10px !important;
}
.icon__boldnrtext .icon__boldnrtextwrap > .col,
.icon__boldnrtext .icon__boldnrtextwrap > [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}
.icon__boldnrtext .icon__boldnrtextitem {
  display: flex;
  align-items: start;
}
.icon__boldnrtext .border-right {
  position: relative;
}
.icon__boldnrtext .border-right::after {
  content: "";
  width: 1px;
  height: 19px;
  background-color: #e2e2e2;
  color: inherit;
  position: absolute;
  right: 0;
  top: 4px;
}
.icon__boldnrtext .border-right:last-child::after {
  display: none;
}
.icon__boldnrtext .icon__icon {
  margin-top: 5px;
}
.icon__boldnrtext .icon__boldtext {
  color: #002f60;
  background-color: inherit;
  font-weight: 500;
  margin: 0 5px 0 7px;
}
.icon__boldnrtext .icon__normaltext {
  display: flex;
}
.icon__boldnrtext .icon__container {
  color: #5b5a5a;
  font-size: 14px;
}
.content-with-two-column {
  padding: 20px 20px 124px 20px;
  color: #454854;
  background-color: inherit;
}
.content-with-two-column ul {
  background-color: inherit;
  padding-left: 12px;
}
.content-with-two-column ul li {
  color: #454854;
}
.content-with-two-column .NgxEditor__Wrapper {
  border: none;
  border-radius: 0;
}
.content-with-two-column .NgxEditor__Wrapper .NgxEditor {
  color: #454854;
}
.content-with-two-column .NgxEditor__Wrapper .NgxEditor .NgxEditor__Content {
  padding: 0;
}
@media (max-width: 1023px) {
  .content-with-two-column {
    padding: 2px;
  }
}
.content-with-one-column {
  padding: 20px 20px 47px 20px;
  color: #454854;
  background-color: inherit;
}
.content-with-one-column ul {
  background-color: inherit;
  padding-left: 12px;
}
.content-with-one-column ul li {
  color: #454854;
}
.content-with-one-column .NgxEditor__Wrapper {
  border: none;
  border-radius: 0;
}
.content-with-one-column .NgxEditor__Wrapper .NgxEditor {
  color: #454854;
}
.content-with-one-column .NgxEditor__Wrapper .NgxEditor .NgxEditor__Content {
  padding: 0;
}
@media (max-width: 1023px) {
  .content-with-one-column {
    padding-right: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .icon-with-bold-normal-text ul {
    margin: 0;
  }
  .icon-with-bold-normal-text ul li {
    padding: 0 0 0;
    margin-left: 0;
    width: 100%;
  }
  .icon-with-bold-normal-text ul li::after {
    display: none;
  }
  .icon-with-bold-normal-text.icon-with-bold-normal-text-big ul li {
    width: 100%;
  }
  .icon-with-bold-normal-text.icon-with-bold-normal-text-big ul li:nth-child(3n) {
    padding-right: 0;
  }
  .icon-with-bold-normal-text.icon-with-bold-normal-text-big ul li:nth-child(3n)::after {
    display: none;
  }
}
.add-help__manage-jobs {
  width: 100%;
  display: flex;
  flex-direction: row !important;
}
.add-help__application-form {
  width: 100%;
  flex-direction: inherit !important;
}
.applicationform__title--statusClose {
  padding-right: 45px;
}
.applicationform__title .btn-help {
  top: 28px;
  right: 31px;
}
.btn-help {
  width: 42px;
  height: 42px;
  position: absolute;
  top: 19px;
  right: 0;
  background: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3103_2985)'%3E%3Ccircle cx='21' cy='21' r='18' fill='white'/%3E%3Cg filter='url(%23filter0_d_3103_2985)'%3E%3Cpath d='M21 3C11.0589 3 3 11.0589 3 21C3 30.9411 11.0589 39 21 39C30.9411 39 39 30.9411 39 21C39 16.2261 37.1036 11.6477 33.7279 8.27208C30.3523 4.89642 25.7739 3 21 3ZM22.3608 28.1568C22.368 29.3124 21.72 30 20.586 30C19.452 30 18.696 29.3376 18.6924 28.3692C18.6924 27.0264 19.2936 26.3568 20.4924 26.3208C21.468 26.292 22.4832 26.8896 22.3608 28.1568ZM24.8808 19.848C24.3696 20.244 23.8332 20.604 23.3184 20.9928C22.5592 21.4902 22.1229 22.3546 22.1736 23.2608C22.1999 23.922 21.7722 24.516 21.1368 24.7008C20.4607 24.961 19.6941 24.7316 19.272 24.1428C19.1375 23.9171 19.0643 23.6603 19.0596 23.3976C19.0068 21.7459 19.7735 20.1748 21.108 19.2C21.6858 18.7602 22.2309 18.2789 22.7388 17.76C22.9809 17.4748 23.1281 17.1212 23.16 16.7484C23.2428 15.7296 22.5876 15.0744 21.5328 15.006C20.2584 14.9232 19.1856 15.2544 18.4404 16.3812C18.1204 16.9252 17.4956 17.2124 16.8744 17.1012C15.7944 16.9212 15.33 16.0428 15.7728 15.0312C16.2363 14.0453 17.0332 13.2548 18.0228 12.7992C19.0393 12.2996 20.1521 12.0269 21.2844 12C21.9248 12.0669 22.5607 12.1715 23.1888 12.3132C25.1076 12.8568 26.2488 14.3904 26.3928 16.428C26.5341 17.7568 25.9565 19.0602 24.8772 19.848H24.8808Z' fill='%23002A5F'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_3103_2985' x='-3' y='-3' width='48' height='48' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='3'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.17 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_3103_2985'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_3103_2985' result='shape'/%3E%3C/filter%3E%3CclipPath id='clip0_3103_2985'%3E%3Crect width='42' height='42' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat center;
  background-size: 42px;
  border: none;
  z-index: 1;
}
.btn-help.add-job-fixed {
  position: fixed !important;
  top: 60px;
  right: 26px;
  bottom: 62px;
}
.help__block {
  width: 260px;
  min-width: 260px;
  min-height: calc(100vh - 128px);
  margin-left: 30px;
  background: #f9f9f9;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  position: relative;
  z-index: 2;
}
.help__block .help__header {
  height: 40px;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #002f60;
  border-radius: 3px 3px 0 0;
}
.help__block .help__header .close {
  width: 11px;
  height: 11px;
  cursor: pointer;
  background: url(/assets/images/icon-close-help.svg) no-repeat center;
  background-size: 11px;
  border: none;
  background-color: transparent;
}
.help__block .help__body h6 {
  font-size: 14px;
  line-height: 16.8px;
  font-weight: 500;
  color: #000;
  background-color: #e9e9e9;
  padding: 10px 15px;
  margin: 0 0 15px 0;
}
.help__block .help__body ul {
  padding: 0 15px;
  margin: 0;
  list-style-type: none;
}
.help__block .help__body ul li {
  position: relative;
  list-style: none;
  font-size: 12px;
  line-height: 14.4px;
  color: #5b5a5a;
  background-color: inherit;
  padding: 0 0 0 18px;
  margin: 0 0 15px 0;
}
.help__block .help__body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 7px;
  height: 7px;
  cursor: pointer;
  background-color: #002f60;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.help__block .help__body .help__body__item--active .help__body__content {
  background-color: #eb5400;
  padding: 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #fff;
  display: block;
}
.help__block .help__body--scroll {
  overflow-y: auto;
  height: calc(100% - 40px);
}
@media (max-width: 992px) {
  .add-help__application-form {
    flex-direction: column !important;
  }
  .applicationform__title .btn-help {
    right: 17px;
  }
  .add-help__application-form-responsive .help__block {
    width: 100%;
    min-width: 100%;
    margin-left: 0;
    margin-top: 26px;
  }
}
.border-top-line {
  border-top: 1px solid #e2e2e2;
  margin: 8px 0;
  opacity: 1;
}
@media (max-width: 767px) {
  .text-truncate.m-align-truncate {
    max-width: 100% !important;
    width: 100% !important;
  }
}
.font-weight {
  font-weight: bold;
}
.multiselect-item-checkbox {
  white-space: pre;
}
.new-field-count-text {
  font-size: 12px;
  line-height: 14.4px;
  font-weight: 400;
  color: #5b5a5a;
  text-align: center;
  margin-top: 4px;
  display: block;
}
.add-help__application-form {
  width: 100%;
  flex-direction: inherit !important;
}
.applicationform__title--statusClose {
  padding-right: 45px;
}
.applicationform__title .btn-help {
  top: 130px;
  right: 50px;
  position: fixed;
}
.check-box-group-bottom-mar {
  margin: 0 0 14px 0;
}
.application-form__left.left-align-width {
  max-width: 100%;
}
.application-form__left.left-align-width.align-width {
  max-width: calc(100% - 300px);
}
.help__block {
  position: absolute !important;
  right: 15px;
  top: 15px;
  bottom: 15px;
  min-width: 300px;
}
.btn-help {
  width: 42px;
  height: 42px;
  top: 19px;
  right: 0;
  background: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3103_2985)'%3E%3Ccircle cx='21' cy='21' r='18' fill='white'/%3E%3Cg filter='url(%23filter0_d_3103_2985)'%3E%3Cpath d='M21 3C11.0589 3 3 11.0589 3 21C3 30.9411 11.0589 39 21 39C30.9411 39 39 30.9411 39 21C39 16.2261 37.1036 11.6477 33.7279 8.27208C30.3523 4.89642 25.7739 3 21 3ZM22.3608 28.1568C22.368 29.3124 21.72 30 20.586 30C19.452 30 18.696 29.3376 18.6924 28.3692C18.6924 27.0264 19.2936 26.3568 20.4924 26.3208C21.468 26.292 22.4832 26.8896 22.3608 28.1568ZM24.8808 19.848C24.3696 20.244 23.8332 20.604 23.3184 20.9928C22.5592 21.4902 22.1229 22.3546 22.1736 23.2608C22.1999 23.922 21.7722 24.516 21.1368 24.7008C20.4607 24.961 19.6941 24.7316 19.272 24.1428C19.1375 23.9171 19.0643 23.6603 19.0596 23.3976C19.0068 21.7459 19.7735 20.1748 21.108 19.2C21.6858 18.7602 22.2309 18.2789 22.7388 17.76C22.9809 17.4748 23.1281 17.1212 23.16 16.7484C23.2428 15.7296 22.5876 15.0744 21.5328 15.006C20.2584 14.9232 19.1856 15.2544 18.4404 16.3812C18.1204 16.9252 17.4956 17.2124 16.8744 17.1012C15.7944 16.9212 15.33 16.0428 15.7728 15.0312C16.2363 14.0453 17.0332 13.2548 18.0228 12.7992C19.0393 12.2996 20.1521 12.0269 21.2844 12C21.9248 12.0669 22.5607 12.1715 23.1888 12.3132C25.1076 12.8568 26.2488 14.3904 26.3928 16.428C26.5341 17.7568 25.9565 19.0602 24.8772 19.848H24.8808Z' fill='%23002A5F'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_3103_2985' x='-3' y='-3' width='48' height='48' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='3'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.17 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_3103_2985'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_3103_2985' result='shape'/%3E%3C/filter%3E%3CclipPath id='clip0_3103_2985'%3E%3Crect width='42' height='42' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat center;
  background-size: 42px;
  border: none;
  z-index: 1;
}
.help__block {
  width: 300px;
  min-width: 260px;
  min-height: calc(50vh - 128px);
  margin-left: 30px;
  background: #f9f9f9;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  position: relative;
  z-index: 2;
}
.help__block .help__header {
  height: 40px;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #002f60;
  border-radius: 3px 3px 0 0;
}
.help__block .help__header .close {
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.81509 11.3714L7.41556 7.77096L3.8223 4.1777L4.41396 3.58604L8.00722 7.1793L11.5933 3.59326L12.1705 4.17049L8.58445 7.75653L12.1921 11.3642L11.6005 11.9559L7.99278 8.34819L4.39231 11.9487L3.81509 11.3714Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat center;
  background-size: 1.25rem;
  border: none;
  background-color: transparent;
}
.help__block .help__body h6 {
  font-size: 14px;
  line-height: 16.8px;
  font-weight: 400;
  color: #000;
  padding: 10px 15px;
  margin: 0 0 0px 0;
  border-bottom: 1px solid #d6d6d6;
}
.help__block .help__body h6:hover {
  cursor: pointer;
}
.help__block .help__body h6 span img {
  margin-right: 5px;
}
.help__block .help__body h6.active {
  background: #e9e9e9;
}
.help__block .help__body h6.active img,
.help__block .help__body h6.active svg {
  margin-right: 5px;
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}
.help__block .help__body h6.inactive img,
.help__block .help__body h6.inactive svg,
.help__block .help__body h6:not(.active) img,
.help__block .help__body h6:not(.active) svg {
  margin-right: 5px;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}
.help__block .help__body ul {
  padding: 0px 0.9375rem 0;
  margin: 0;
  list-style-type: none;
}
.help__block .help__body ul li {
  position: relative;
  list-style: none;
  font-size: 12px;
  line-height: 14.4px;
  color: #5b5a5a;
  background-color: inherit;
  padding: 10px 0 0 18px;
  margin: 0 0 4px 0;
}
.help__block .help__body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 19px;
  width: 7px;
  height: 7px;
  cursor: pointer;
  background-color: #002f60;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.help__block .help__body ul li:first-child {
  margin-top: 8px;
}
.help__block .help__body ul li:last-child {
  margin-bottom: 8px;
}
.help__block .help__body .help__body__item ul {
  display: none;
  transition: all 0.3s ease-in-out;
}
.help__block .help__body .help__body__item.defaultactive ul {
  display: block;
  transition: all 0.3s ease-in-out;
}
.help__block .help__body .help__body__item.show-panel ul {
  display: block;
  transition: all 0.3s ease-in-out;
}
.help__block .help__body .help__body__item .show-panel {
  display: block;
  transition: all 0.3s ease-in-out;
}
.help__block .help__body .help__body__item.hide-panel ul {
  display: none;
  transition: all 0.3s ease-in-out;
}
.help__block .help__body .help__body__item .help__body__content {
  padding: 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  display: block;
}
.help__block .help__body .help__body__item .help__body__content.active {
  background-color: #002f60;
  color: #fff;
}
.help__block .help__body .help__body__item .help__body__content.active label {
  color: #fff;
}
.help__block .help__body .help__body__item .help__body__content.active .help__body__location-icon::before {
  background-image: url(/assets/images/icon-location-bullet-active.svg);
}
.help__block .help__body .help__body__item .help__body__content label {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
}
.help__block .help__body .help__body__item:last-child h6 {
  border-bottom: none;
}
.help__block .help__body--scroll {
  overflow-y: auto;
  min-height: calc(100% - 40px);
  background: #f9f9f9;
}
.help__block.fixed {
  position: fixed !important;
  top: 131px;
  right: 50px;
  bottom: 62px;
}
.help__block.add-job-fixed {
  position: fixed !important;
  top: 60px;
  right: 26px;
  bottom: 62px;
}
.help__block.fixed.helpblock-sticky {
  top: 131px;
}
.manage-jobs__left--minimize {
  max-width: calc(100% - 19.375rem);
}
.manage-jobs__left--minimize .for-help-add-category.text-nowrap {
  white-space: normal !important;
}
.manage-jobs__left--minimize .for-help-add-category.text-wrap {
  white-space: nowrap !important;
}
@media (max-width: 992px) {
  .add-help__application-form {
    flex-direction: column !important;
  }
  .applicationform__title .btn-help {
    right: 1.5625rem;
  }
  .application-form__left.left-align-width.align-width {
    max-width: 100%;
  }
  .add-help__application-form-responsive .help__block {
    width: calc(100% - 6.3125rem);
    min-width: calc(100% - 6.3125rem);
    margin-left: 0;
    margin-top: 0;
  }
  .add-help__application-form-responsive .help__block.fixed {
    right: 1.5rem;
    top: 8.125rem;
  }
}
.new-field-count-text {
  font-size: 12px;
  line-height: 14.4px;
  font-weight: 400;
  color: #5b5a5a;
  text-align: center;
  margin-top: 4px;
  display: block;
}
.date-picker-mask {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.date-picker-mask::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.help__body__content label {
  font: 500 12px/14.4px Roboto, sans-serif !important;
  display: block;
}
.help__body__location-icon {
  position: relative;
  padding: 10px 0px 10px 16px;
  margin: 10px 0px;
}
.help__body__location-icon.active {
  background-color: #002f60;
  border-radius: 0.25rem;
  color: #fff;
  border-radius: 0.25rem;
}
.help__body__location-icon.active::before {
  background-image: url(/assets/images/icon-location-bullet-active.svg);
}
.help__body__location-icon.active label {
  color: #fff;
}
.help__body__location-icon::before {
  content: "";
  background: url(/assets/images/icon-location-bullet.svg) no-repeat center;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0px;
  top: 10px;
}
.avatar-bg {
  background-color: rgb(16, 73, 132);
}
.email-template-preview--body .email-subject-body {
  background: #d6d6d6;
  border: 1px solid #babbbb;
  border-radius: 3px;
  padding: 8px 10px;
  margin-bottom: 16px;
}
.email-template-preview--body .email-template-preview {
  background: #e9e9e9;
  padding: 1rem;
  border-radius: 3px;
}
.email-template-preview--body .email-template-preview table {
  background: #e9e9e9 !important;
}
.email-template-preview--body table tr td[height="20"] {
  height: 2px !important;
}
.email-template-preview--body table tr td[height="28"] {
  height: 2px !important;
}
.email-template-preview--body table tr td[height="28"] img {
  display: none;
}
.email-template-preview--body table tr td a {
  word-break: break-all;
  color: #212529 !important;
}
.email-template-preview--body table tr td a:hover {
  text-decoration: none;
}
.email-template-preview--body table tr td .sm-dot {
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 2px;
  margin-right: 2px;
  display: inline-block;
  position: relative;
  top: -4px;
}
.email-template-preview--body table tr td .empty-dot {
  width: 6px;
  height: 5px;
  display: inline-block;
  background: #e9e9e9;
  position: relative;
  top: -3px;
  left: -10px;
}
.add-quiz-section .form-group textarea {
  height: 62px;
}
.add-quiz-section .form-check {
  margin-bottom: 20px;
}
.add-quiz-section .form-check .form-check-label {
  margin-bottom: 0;
}
.add-quiz-section .total-quiz-questions {
  color: #606a71;
  font: 400 14px/21px Roboto, sans-serif;
  margin-bottom: 0px;
}
.add-quiz-section .total-quiz-questions span {
  font: 500 14px/16.8px Roboto, sans-serif;
}
.horizontal-line {
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 20px;
}
.interviewer-dashboard-card-body {
  padding: 24px 30px 60px !important;
}
.interviewer-dashboard-card-body .card-spacing {
  padding: 0px 10px;
}
.interviewer-dashboard-card-body .card {
  border-radius: 20px;
  border: 1px solid #d6d6d6;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.0588235294);
}
.interviewer-dashboard-card-body .card .card-header {
  padding: 15px 30px;
  background-color: transparent;
}
.interviewer-dashboard-card-body .card .card-header h4 {
  font: 400 16px/19.2px Roboto, sans-serif;
  padding: 0px;
  margin: 0;
}
.interviewer-dashboard-card-body .card .card-body {
  padding: 22px 30px 24px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.interviewer-dashboard-card-body .card .card-body .card-title {
  margin: 0;
}
.interviewer-dashboard-card-body .card .card-body .card-title h1 {
  position: relative;
  font: 300 26px/31.2px Roboto, sans-serif;
  color: #fff;
  margin: 20px auto;
  padding: 0px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.interviewer-dashboard-card-body .card .card-body .card-title h1::before {
  content: "";
  position: absolute;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  outline: 2px dotted #babbbb;
  outline-offset: 1px;
  background-color: #f46f00;
  z-index: -1;
}
.interviewer-dashboard-card-body .card .card-body .card-title .card-title--two::before {
  background-color: #4d73a5;
}
.interviewer-dashboard-card-body .card .card-body .card-title .card-title--three::before {
  background-color: #038ba8;
}
.interviewer-dashboard-card-body .card .card-body .card-title .card-title--four::before {
  background-color: #ff9c01;
}
.interviewer-dashboard-card-body .card .card-body .card-title a {
  display: block;
  margin: 7px 0px 4px;
  font: 400 14px/16.41px Roboto, sans-serif;
  text-decoration: underline;
}
.interviewer-dashboard-card-body .card .card-body .card-title label {
  padding: 0;
  margin: 0;
  font: 400 12px/14.4px Roboto, sans-serif !important;
}
.interviewer-dashboard-card-body .card .card-body .card-date-section {
  background-color: rgba(198, 218, 252, 0.2980392157);
  width: 100%;
  padding: 7px;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
.interviewer-dashboard-card-body .card .card-body .card-date-section span {
  font: 400 14px/21px Roboto, sans-serif;
  color: #5b5a5a;
}
.interviewer-dashboard-card-body .card .card-body .card-interview-type {
  display: flex;
  justify-content: center;
  align-items: center;
}
.interviewer-dashboard-card-body .card .card-body .card-interview-type img {
  margin-right: 9px;
}
.interviewer-dashboard-card-body .card .card-body .card-interview-type span {
  font: 500 14px/21px Roboto, sans-serif;
  color: #104984;
}
.interviewer-dashboard-carousel .carousel-control-prev,
.interviewer-dashboard-carousel .carousel-control-next {
  top: auto !important;
  bottom: 20px !important;
  background-color: none !important;
  width: 20px !important;
  height: 20px !important;
  z-index: 3 !important;
  opacity: 1 !important;
}
.interviewer-dashboard-carousel .carousel-control-prev .carousel-control-prev-icon,
.interviewer-dashboard-carousel .carousel-control-prev .carousel-control-next-icon,
.interviewer-dashboard-carousel .carousel-control-next .carousel-control-prev-icon,
.interviewer-dashboard-carousel .carousel-control-next .carousel-control-next-icon {
  background-image: url(/assets/images/icon-dropdown-right-arrow-gray.svg) !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
}
.interviewer-dashboard-carousel .carousel-control-prev .carousel-control-prev-icon,
.interviewer-dashboard-carousel .carousel-control-next .carousel-control-prev-icon {
  transform: scaleX(-1);
}
.interviewer-dashboard-carousel .carousel-control-prev {
  left: calc(50% - 50px) !important;
}
.interviewer-dashboard-carousel .carousel-control-next {
  right: calc(50% - 50px) !important;
}
.interviewer-dashboard-carousel .carousel-indicators {
  top: auto !important;
  bottom: 20px !important;
  margin: 0 !important;
}
.interviewer-dashboard-carousel .carousel-indicators h4 {
  padding: 0px;
}
.interviewer-dashboard-carousel .carousel-indicators h4 span {
  color: #9ba0a4;
}
.upcoming-interviews-cards {
  row-gap: 20px !important;
}
.white-space-normal {
  white-space: normal !important;
}
.icon-box {
  width: 1.5rem;
  height: 1.5rem;
}
.icon-box-default {
  width: 1rem;
  height: 1rem;
}
.icon-box-xxl {
  width: 2.375rem;
  height: 2.375rem;
}
.fill-primary {
  fill: #002f60;
}
.fill-secondary {
  fill: #606a71;
}
.fill-white {
  fill: #fff;
}
.fill-gray-300 {
  fill: #b0b0b0;
}
.dropdown-menu.search-ui {
  right: 0;
  left: auto !important;
  top: -5px !important;
}
.post-trail-icon .form-control {
  padding-right: 1.875rem;
}
.post-trail-icon-append {
  width: 2.25rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  .manage-jobs__left--minimize {
    max-width: none;
  }
}
@media (max-width: 767.98px) {
  .sm-form-spacing {
    margin-bottom: 0 !important;
  }
  .sm-form-spacing p {
    margin-bottom: 0;
  }
  .add-help__application-form-responsive .help__block {
    width: calc(100% - 3rem);
    min-width: calc(100% - 3rem);
  }
  .active-days-info {
    position: static;
  }
  .filterBadgeResults .accordion-flush .accordion__item .accordion__header {
    padding-left: 0.9375rem !important;
  }
  .filterBadgeResults .accordion-flush .accordion__item .accordion__left {
    padding-left: 0.9375rem !important;
  }
  .filterBadgeResults .accordion-flush .accordion__item .accordion__defaultcopy {
    padding-left: 1.25rem;
  }
  .filterBadgeResults .accordion-flush .accordion__item .accordion__left {
    padding-top: 4.6875rem !important;
  }
}
.align-sub {
  vertical-align: sub !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.object-fit-contain {
  object-fit: contain !important;
}
.object-fit-cover {
  object-fit: cover !important;
}
.object-fit-fill {
  object-fit: fill !important;
}
.object-fit-scale {
  object-fit: scale-down !important;
}
.object-fit-none {
  object-fit: none !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.overflow-x-auto {
  overflow-x: auto !important;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.overflow-x-visible {
  overflow-x: visible !important;
}
.overflow-x-scroll {
  overflow-x: scroll !important;
}
.overflow-y-auto {
  overflow-y: auto !important;
}
.overflow-y-hidden {
  overflow-y: hidden !important;
}
.overflow-y-visible {
  overflow-y: visible !important;
}
.overflow-y-scroll {
  overflow-y: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-inline-grid {
  display: inline-grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}
.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}
.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.top-n5 {
  top: -5px !important;
}
.top-n10 {
  top: -10px !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-n5 {
  right: -5px !important;
}
.end-n10 {
  right: -10px !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}
.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}
.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}
.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}
.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}
.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}
.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}
.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}
.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}
.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}
.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}
.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.border-opacity-10 {
  --bs-border-opacity: 0.1;
}
.border-opacity-25 {
  --bs-border-opacity: 0.25;
}
.border-opacity-50 {
  --bs-border-opacity: 0.5;
}
.border-opacity-75 {
  --bs-border-opacity: 0.75;
}
.border-opacity-100 {
  --bs-border-opacity: 1;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.gap-10px {
  gap: 0.625rem !important;
}
.gap-15px {
  gap: 0.9375rem !important;
}
.gap-20px {
  gap: 1.25rem !important;
}
.row-gap-0 {
  row-gap: 0 !important;
}
.row-gap-1 {
  row-gap: 0.25rem !important;
}
.row-gap-2 {
  row-gap: 0.5rem !important;
}
.row-gap-3 {
  row-gap: 1rem !important;
}
.row-gap-4 {
  row-gap: 1.5rem !important;
}
.row-gap-5 {
  row-gap: 3rem !important;
}
.column-gap-0 {
  column-gap: 0 !important;
}
.column-gap-1 {
  column-gap: 0.25rem !important;
}
.column-gap-2 {
  column-gap: 0.5rem !important;
}
.column-gap-3 {
  column-gap: 1rem !important;
}
.column-gap-4 {
  column-gap: 1.5rem !important;
}
.column-gap-5 {
  column-gap: 3rem !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-semibold {
  font-weight: 600 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}
.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}
.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}
.text-opacity-100 {
  --bs-text-opacity: 1;
}
.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}
.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}
.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}
.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}
.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}
.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}
.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}
.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}
.link-opacity-10 {
  --bs-link-opacity: 0.1;
}
.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}
.link-opacity-25 {
  --bs-link-opacity: 0.25;
}
.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}
.link-opacity-50 {
  --bs-link-opacity: 0.5;
}
.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}
.link-opacity-75 {
  --bs-link-opacity: 0.75;
}
.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}
.link-opacity-100 {
  --bs-link-opacity: 1;
}
.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}
.link-offset-1 {
  text-underline-offset: 0.125em !important;
}
.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}
.link-offset-2 {
  text-underline-offset: 0.25em !important;
}
.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}
.link-offset-3 {
  text-underline-offset: 0.375em !important;
}
.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}
.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}
.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}
.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}
.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}
.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}
.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}
.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}
.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}
.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}
.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}
.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}
.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}
.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}
.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}
.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}
.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}
.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}
.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}
.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}
.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}
.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.user-select-all {
  -webkit-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}
.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}
.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}
.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}
.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}
.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}
.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}
.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}
.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}
.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.z-n1 {
  z-index: -1 !important;
}
.z-0 {
  z-index: 0 !important;
}
.z-1 {
  z-index: 1 !important;
}
.z-2 {
  z-index: 2 !important;
}
.z-3 {
  z-index: 3 !important;
}
.flex-basis-auto {
  flex-basis: auto !important;
}
.flex-basis-half {
  flex-basis: calc(50% - 0.3125rem) !important;
}
.flex-basis-full {
  flex-basis: 100% !important;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-10px {
    gap: 0.625rem !important;
  }
  .gap-sm-15px {
    gap: 0.9375rem !important;
  }
  .gap-sm-20px {
    gap: 1.25rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .flex-basis-sm-auto {
    flex-basis: auto !important;
  }
  .flex-basis-sm-half {
    flex-basis: calc(50% - 0.3125rem) !important;
  }
  .flex-basis-sm-full {
    flex-basis: 100% !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-10px {
    gap: 0.625rem !important;
  }
  .gap-md-15px {
    gap: 0.9375rem !important;
  }
  .gap-md-20px {
    gap: 1.25rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .flex-basis-md-auto {
    flex-basis: auto !important;
  }
  .flex-basis-md-half {
    flex-basis: calc(50% - 0.3125rem) !important;
  }
  .flex-basis-md-full {
    flex-basis: 100% !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-10px {
    gap: 0.625rem !important;
  }
  .gap-lg-15px {
    gap: 0.9375rem !important;
  }
  .gap-lg-20px {
    gap: 1.25rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .flex-basis-lg-auto {
    flex-basis: auto !important;
  }
  .flex-basis-lg-half {
    flex-basis: calc(50% - 0.3125rem) !important;
  }
  .flex-basis-lg-full {
    flex-basis: 100% !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-10px {
    gap: 0.625rem !important;
  }
  .gap-xl-15px {
    gap: 0.9375rem !important;
  }
  .gap-xl-20px {
    gap: 1.25rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .flex-basis-xl-auto {
    flex-basis: auto !important;
  }
  .flex-basis-xl-half {
    flex-basis: calc(50% - 0.3125rem) !important;
  }
  .flex-basis-xl-full {
    flex-basis: 100% !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-10px {
    gap: 0.625rem !important;
  }
  .gap-xxl-15px {
    gap: 0.9375rem !important;
  }
  .gap-xxl-20px {
    gap: 1.25rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
  .flex-basis-xxl-auto {
    flex-basis: auto !important;
  }
  .flex-basis-xxl-half {
    flex-basis: calc(50% - 0.3125rem) !important;
  }
  .flex-basis-xxl-full {
    flex-basis: 100% !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

/* node_modules/bootstrap/scss/bootstrap.scss */
/*!
 * Bootstrap  v5.3.8 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb:
    13,
    110,
    253;
  --bs-secondary-rgb:
    108,
    117,
    125;
  --bs-success-rgb:
    25,
    135,
    84;
  --bs-info-rgb:
    13,
    202,
    240;
  --bs-warning-rgb:
    255,
    193,
    7;
  --bs-danger-rgb:
    220,
    53,
    69;
  --bs-light-rgb:
    248,
    249,
    250;
  --bs-dark-rgb:
    33,
    37,
    41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb:
    255,
    255,
    255;
  --bs-black-rgb:
    0,
    0,
    0;
  --bs-font-sans-serif:
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    "Noto Sans",
    "Liberation Sans",
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  --bs-font-monospace:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  --bs-gradient:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb:
    33,
    37,
    41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb:
    255,
    255,
    255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb:
    0,
    0,
    0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb:
    33,
    37,
    41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb:
    233,
    236,
    239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb:
    33,
    37,
    41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb:
    248,
    249,
    250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb:
    13,
    110,
    253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb:
    10,
    88,
    202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}
[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb:
    222,
    226,
    230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb:
    33,
    37,
    41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb:
    255,
    255,
    255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb:
    222,
    226,
    230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb:
    52,
    58,
    64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb:
    222,
    226,
    230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb:
    43,
    48,
    53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb:
    110,
    168,
    254;
  --bs-link-hover-color-rgb:
    139,
    185,
    254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
h1,
.h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 2.5rem;
  }
}
h2,
.h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 2rem;
  }
}
h3,
.h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 1.75rem;
  }
}
h4,
.h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 1.5rem;
  }
}
h5,
.h5 {
  font-size: 1.25rem;
}
h6,
.h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small,
.small {
  font-size: 0.875em;
}
mark,
.mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
  filter: grayscale(1);
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\a0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}
.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}
.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}
.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}
.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #a6b5cc;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #b5b6b7;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #a7b9b1;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #a6c3ca;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #ccc2a4;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #c6acae;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #c6c7c8;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #4d5154;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}
.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}
.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn,
.btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}
.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  color: rgba(var(--bs-body-color-rgb), 0.65);
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > textarea:focus ~ label::after,
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > textarea:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * var(--bs-border-width));
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:valid,
.form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"],
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-control-color:valid,
.form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}
.was-validated .form-check-input:valid,
.form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group > .form-control:not(:focus):valid,
.input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:invalid,
.form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-control-color:invalid,
.form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}
.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group > .form-control:not(:focus):invalid,
.input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}
.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn,
:not(.btn-check) + .btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible,
:not(.btn-check) + .btn:active:focus-visible,
.btn:first-child:active:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb:
    49,
    132,
    253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}
.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb:
    130,
    138,
    145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}
.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb:
    60,
    153,
    110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}
.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb:
    11,
    172,
    204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}
.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb:
    217,
    164,
    6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}
.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb:
    225,
    83,
    97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}
.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb:
    211,
    212,
    213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}
.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb:
    66,
    70,
    73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}
.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb:
    13,
    110,
    253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}
.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb:
    108,
    117,
    125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}
.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb:
    25,
    135,
    84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}
.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb:
    13,
    202,
    240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}
.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb:
    255,
    193,
    7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}
.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb:
    220,
    53,
    69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}
.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb:
    248,
    249,
    250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}
.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb:
    33,
    37,
    41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}
.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb:
    49,
    132,
    253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}
.btn-lg,
.btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}
.btn-sm,
.btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}
.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(-1 * var(--bs-border-width));
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(-1 * var(--bs-border-width));
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:nth-child(n+3),
.btn-group-vertical > :not(.btn-check) + .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover,
.nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.nav-link.disabled,
.nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}
.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover,
.nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}
.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}
.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}
.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}
.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}
.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}
.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}
.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}
.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-img-top,
  .card-group > .card:not(:last-child) > .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-img-bottom,
  .card-group > .card:not(:last-child) > .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-img-top,
  .card-group > .card:not(:first-child) > .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-img-bottom,
  .card-group > .card:not(:first-child) > .card-footer {
    border-bottom-left-radius: 0;
  }
}
.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}
.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse,
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}
[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}
.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}
.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active,
.active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled,
.disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}
.page-item:not(:first-child) .page-link {
  margin-left: calc(-1 * var(--bs-border-width));
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}
.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}
.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}
.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}
.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}
.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}
.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}
.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}
.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}
.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}
.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}
.progress-stacked > .progress {
  overflow: visible;
}
.progress-stacked > .progress > .progress-bar {
  width: 100%;
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}
.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:not(.active):hover,
.list-group-item-action:not(.active):focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:not(.active):active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}
.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}
.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}
.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}
.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}
.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}
.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}
.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}
.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled,
.btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}
.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}
:root,
[data-bs-theme=light] {
  --bs-btn-close-filter: ;
}
[data-bs-theme=dark] {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}
.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}
.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}
.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}
.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: var(--bs-body-color);
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}
.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-right: calc(-0.5 * var(--bs-modal-header-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-left: auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}
.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}
@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}
.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}
.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}
.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}
.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before,
.popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}
.bs-popover-top > .popover-arrow,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.bs-popover-top > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}
.bs-popover-end > .popover-arrow,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.bs-popover-end > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}
.bs-popover-bottom > .popover-arrow,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.bs-popover-bottom > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}
.bs-popover-start > .popover-arrow,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.bs-popover-start > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  filter: var(--bs-carousel-control-icon-filter);
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--bs-carousel-indicator-active-bg);
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: var(--bs-carousel-caption-color);
  text-align: center;
}
.carousel-dark {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}
:root,
[data-bs-theme=light] {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}
[data-bs-theme=dark] {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}
.spinner-grow,
.spinner-border {
  display: inline-block;
  flex-shrink: 0;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}
.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}
.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas,
.offcanvas-xxl,
.offcanvas-xl,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}
@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing,
  .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing,
  .offcanvas-sm.hiding,
  .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing,
  .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing,
  .offcanvas-md.hiding,
  .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing,
  .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing,
  .offcanvas-lg.hiding,
  .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing,
  .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing,
  .offcanvas-xl.hiding,
  .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing,
  .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing,
  .offcanvas-xxl.hiding,
  .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing,
.offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing,
.offcanvas.hiding,
.offcanvas.show {
  visibility: visible;
}
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}
.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-left: auto;
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}
.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}
.placeholder-xs {
  min-height: 0.6em;
}
.placeholder-sm {
  min-height: 0.8em;
}
.placeholder-lg {
  min-height: 1.2em;
}
.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image:
    linear-gradient(
      130deg,
      #000 55%,
      rgba(0, 0, 0, 0.8) 75%,
      #000 95%);
  mask-image:
    linear-gradient(
      130deg,
      #000 55%,
      rgba(0, 0, 0, 0.8) 75%,
      #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}
@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}
.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover,
.link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover,
.link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}
.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover,
.link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}
.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover,
.link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover,
.link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover,
.link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}
.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover,
.link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover,
.link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover,
.link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}
.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}
.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}
.icon-link-hover:hover > .bi,
.icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}
.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.object-fit-contain {
  object-fit: contain !important;
}
.object-fit-cover {
  object-fit: cover !important;
}
.object-fit-fill {
  object-fit: fill !important;
}
.object-fit-scale {
  object-fit: scale-down !important;
}
.object-fit-none {
  object-fit: none !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.overflow-x-auto {
  overflow-x: auto !important;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.overflow-x-visible {
  overflow-x: visible !important;
}
.overflow-x-scroll {
  overflow-x: scroll !important;
}
.overflow-y-auto {
  overflow-y: auto !important;
}
.overflow-y-hidden {
  overflow-y: hidden !important;
}
.overflow-y-visible {
  overflow-y: visible !important;
}
.overflow-y-scroll {
  overflow-y: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-inline-grid {
  display: inline-grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}
.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}
.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}
.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}
.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}
.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}
.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}
.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}
.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}
.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}
.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}
.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}
.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}
.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.border-opacity-10 {
  --bs-border-opacity: 0.1;
}
.border-opacity-25 {
  --bs-border-opacity: 0.25;
}
.border-opacity-50 {
  --bs-border-opacity: 0.5;
}
.border-opacity-75 {
  --bs-border-opacity: 0.75;
}
.border-opacity-100 {
  --bs-border-opacity: 1;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.row-gap-0 {
  row-gap: 0 !important;
}
.row-gap-1 {
  row-gap: 0.25rem !important;
}
.row-gap-2 {
  row-gap: 0.5rem !important;
}
.row-gap-3 {
  row-gap: 1rem !important;
}
.row-gap-4 {
  row-gap: 1.5rem !important;
}
.row-gap-5 {
  row-gap: 3rem !important;
}
.column-gap-0 {
  column-gap: 0 !important;
}
.column-gap-1 {
  column-gap: 0.25rem !important;
}
.column-gap-2 {
  column-gap: 0.5rem !important;
}
.column-gap-3 {
  column-gap: 1rem !important;
}
.column-gap-4 {
  column-gap: 1.5rem !important;
}
.column-gap-5 {
  column-gap: 3rem !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-semibold {
  font-weight: 600 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}
.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}
.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}
.text-opacity-100 {
  --bs-text-opacity: 1;
}
.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}
.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}
.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}
.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}
.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}
.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}
.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}
.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}
.link-opacity-10 {
  --bs-link-opacity: 0.1;
}
.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}
.link-opacity-25 {
  --bs-link-opacity: 0.25;
}
.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}
.link-opacity-50 {
  --bs-link-opacity: 0.5;
}
.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}
.link-opacity-75 {
  --bs-link-opacity: 0.75;
}
.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}
.link-opacity-100 {
  --bs-link-opacity: 1;
}
.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}
.link-offset-1 {
  text-underline-offset: 0.125em !important;
}
.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}
.link-offset-2 {
  text-underline-offset: 0.25em !important;
}
.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}
.link-offset-3 {
  text-underline-offset: 0.375em !important;
}
.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}
.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}
.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}
.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}
.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}
.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}
.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}
.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}
.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}
.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}
.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}
.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}
.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}
.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}
.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}
.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}
.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}
.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}
.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}
.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}
.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}
.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.user-select-all {
  -webkit-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}
.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}
.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}
.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}
.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}
.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}
.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}
.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}
.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}
.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.z-n1 {
  z-index: -1 !important;
}
.z-0 {
  z-index: 0 !important;
}
.z-1 {
  z-index: 1 !important;
}
.z-2 {
  z-index: 2 !important;
}
.z-3 {
  z-index: 3 !important;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

/* node_modules/ngx-toastr/toastr.css */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
.toast-info {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+);
}
.toast-error {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+);
}
.toast-success {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==);
}
.toast-warning {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==);
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/* node_modules/ngx-bootstrap/datepicker/bs-datepicker.css */
.bs-datepicker {
  display: flex;
  align-items: stretch;
  flex-flow: row wrap;
  background: #fff;
  box-shadow: 0 0 10px 0 #aaa;
  position: relative;
  z-index: 1;
}
.bs-datepicker:after {
  clear: both;
  content: "";
  display: block;
}
.bs-datepicker bs-day-picker {
  float: left;
}
.bs-datepicker button:hover,
.bs-datepicker button:focus,
.bs-datepicker button:active,
.bs-datepicker input:hover,
.bs-datepicker input:focus,
.bs-datepicker input:active,
.bs-datepicker-btns button:hover,
.bs-datepicker-btns button:focus,
.bs-datepicker-btns button:active,
.bs-datepicker-predefined-btns button:active,
.bs-datepicker-predefined-btns button:focus {
  outline: none;
}
.bs-datepicker-head {
  min-width: 270px;
  height: 50px;
  padding: 10px;
  border-radius: 3px 3px 0 0;
  text-align: justify;
}
.bs-datepicker-head:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.bs-datepicker-head button {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  height: 30px;
  line-height: 30px;
  border: 0;
  background: transparent;
  text-align: center;
  cursor: pointer;
  color: #fff;
  transition: 0.3s;
}
.bs-datepicker-head button[disabled],
.bs-datepicker-head button[disabled]:hover,
.bs-datepicker-head button[disabled]:active {
  background: rgba(221, 221, 221, 0.3);
  color: #f5f5f5;
  cursor: not-allowed;
}
.bs-datepicker-head button.previous span {
  transform: translate(-1px, -1px);
}
.bs-datepicker-head button.next span {
  transform: translate(1px, -1px);
}
.bs-datepicker-head button.next,
.bs-datepicker-head button.previous {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.bs-datepicker-head button.next span,
.bs-datepicker-head button.previous span {
  font-size: 28px;
  line-height: 1;
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.bs-datepicker-head button.current {
  border-radius: 15px;
  max-width: 155px;
  padding: 0 13px;
}
.bs-datepicker-head button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.bs-datepicker-head button:active {
  background-color: rgba(0, 0, 0, 0.2);
}
.bs-datepicker-body {
  padding: 10px;
  border-radius: 0 0 3px 3px;
  min-height: 232px;
  min-width: 278px;
  border: 1px solid #e9edf0;
}
.bs-datepicker-body .days.weeks {
  position: relative;
  z-index: 1;
}
.bs-datepicker-body table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.bs-datepicker-body table th {
  font-size: 13px;
  color: #9aaec1;
  font-weight: 400;
  text-align: center;
}
.bs-datepicker-body table td {
  color: #54708b;
  text-align: center;
  position: relative;
  padding: 0;
}
.bs-datepicker-body table td span {
  display: block;
  margin: 0 auto;
  font-size: 13px;
  border-radius: 50%;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.bs-datepicker-body table td:not(.disabled):not(.week) span:not(.disabled):not(.is-other-month) {
  cursor: pointer;
}
.bs-datepicker-body table td.is-highlighted:not(.disabled):not(.selected) span,
.bs-datepicker-body table td span.is-highlighted:not(.disabled):not(.selected) {
  background-color: #e9edf0;
  transition: 0s;
}
.bs-datepicker-body table td.is-active-other-month:not(.disabled):not(.selected) span,
.bs-datepicker-body table td span.is-active-other-month:not(.disabled):not(.selected) {
  background-color: #e9edf0;
  transition: 0s;
  cursor: pointer;
}
.bs-datepicker-body table td span.disabled,
.bs-datepicker-body table td.disabled span {
  color: #9aaec1;
}
.bs-datepicker-body table td span.selected,
.bs-datepicker-body table td.selected span {
  color: #fff;
}
.bs-datepicker-body table td span.selected.disabled,
.bs-datepicker-body table td.selected.disabled span {
  opacity: 0.3;
}
.bs-datepicker-body table td span.is-other-month,
.bs-datepicker-body table td.is-other-month span {
  color: rgba(0, 0, 0, 0.25);
}
.bs-datepicker-body table td.active {
  position: relative;
}
.bs-datepicker-body table td.active.select-start:before {
  left: 35%;
}
.bs-datepicker-body table td.active.select-end:before {
  left: -85%;
}
.bs-datepicker-body table td span.active.select-start:after,
.bs-datepicker-body table td span.active.select-end:after,
.bs-datepicker-body table td.active.select-start span:after,
.bs-datepicker-body table td.active.select-end span:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  top: 0;
  border-radius: 50%;
}
.bs-datepicker-body table td:before,
.bs-datepicker-body table td span:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 6px;
  bottom: 6px;
  left: -3px;
  right: -2px;
  box-sizing: content-box;
  background: transparent;
}
.bs-datepicker-body table td.active.select-start + td.active:before {
  left: -20%;
}
.bs-datepicker-body table td:last-child.active:before {
  border-radius: 0 3px 3px 0;
  width: 125%;
  left: -25%;
}
.bs-datepicker-body table td span[class*=select-],
.bs-datepicker-body table td[class*=select-] span {
  border-radius: 50%;
  color: #fff;
}
.bs-datepicker-body table.days td.active:not(.select-start):not(.disabled):before,
.bs-datepicker-body table.days td.in-range:not(.select-start):not(.disabled):before,
.bs-datepicker-body table.days span.active:not(.select-start):not(.disabled):before,
.bs-datepicker-body table.days span.in-range:not(.select-start):not(.disabled):before {
  background: #e9edf0;
}
.bs-datepicker-body table.days span {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.bs-datepicker-body table.days span.select-start {
  z-index: 2;
}
.bs-datepicker-body table.days span.is-highlighted.in-range:before {
  right: 3px;
  left: 0;
}
.bs-datepicker-body table.days span.in-range.select-end:before {
  right: 4px;
  left: 0;
}
.bs-datepicker-body table.days td.select-start + td.select-end:before,
.bs-datepicker-body table.days td.select-start + td.is-highlighted:before,
.bs-datepicker-body table.days td.active + td.is-highlighted:before,
.bs-datepicker-body table.days td.active + td.select-end:before,
.bs-datepicker-body table.days td.in-range + td.is-highlighted:before,
.bs-datepicker-body table.days td.in-range + td.select-end:before {
  background: #e9edf0;
  width: 100%;
}
.bs-datepicker-body table.weeks tr td:nth-child(2).active:before {
  border-radius: 3px 0 0 3px;
  left: 0;
  width: 100%;
}
.bs-datepicker-body table:not(.weeks) tr td:first-child:before {
  border-radius: 3px 0 0 3px;
}
.bs-datepicker-body table.years td span {
  width: 46px;
  height: 46px;
  line-height: 45px;
  margin: 0 auto;
}
.bs-datepicker-body table.years tr:not(:last-child) td span {
  margin-bottom: 8px;
}
.bs-datepicker-body table.months td {
  height: 52px;
}
.bs-datepicker-body table.months td span {
  padding: 6px;
  border-radius: 15px;
}
.bs-datepicker .current-timedate {
  color: #54708b;
  font-size: 15px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  border-radius: 20px;
  border: 1px solid #e9edf0;
  margin-bottom: 10px;
  cursor: pointer;
  text-transform: uppercase;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.bs-datepicker .current-timedate span:not(:empty):before {
  content: "";
  width: 15px;
  height: 16px;
  display: inline-block;
  margin-right: 4px;
  vertical-align: text-bottom;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAYAAADJViUEAAABMklEQVQoU9VTwW3CQBCcOUgBtEBKSAukAnBKME+wFCAlYIhk8sQlxFABtJAScAsuAPBEewYcxCP8ouxrPDsza61uiVN1o6RNHD4htSCmq49RfO71BvMJqBBkITRf1kmUW49nQRC9h1I5AZlBClaL8aP1fKgOOxCx8aSLs+Q19eZuNO8QmPqJRtDFguy7OAcDbJPs+/BKVPDIPrvD2ZJgWAmVe7O0rI0Vqs1seyWUXpuJoppYCa5L+U++NpNPkr5OE2oMdARsb3gykJT5ydZcL8Z9Ww60nxg2LhjON9li9OwXZzo+xLbp3nC2s9CL2RrueGyVrgwNm8HpsCzZ9EEW6kqXlo1GQe03FzP/7W8Hl0dBtu7Bf7zt6mIwvX1RvzDCm7+q3mAW0Dl/GPdUCeXrZLT9BrDrGkm4qlPvAAAAAElFTkSuQmCC);
}
.bs-datepicker-multiple {
  border-radius: 4px 0 0 4px;
}
.bs-datepicker-multiple + .bs-datepicker-multiple {
  margin-left: 10px;
}
.bs-datepicker-multiple .bs-datepicker {
  box-shadow: none;
  position: relative;
}
.bs-datepicker-multiple .bs-datepicker:not(:last-child) {
  padding-right: 10px;
}
.bs-datepicker-multiple .bs-datepicker + .bs-datepicker:after {
  content: "";
  display: block;
  width: 14px;
  height: 10px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKCAYAAABrGwT5AAAA1ElEQVQoU42RsQrCUAxF77VuDu7O4oMWW//BURBBpZvgKk4uIrjoqKOTf+DopIO4uYggtFTfw3+pkQqCW1/G5J7kJiFy4m5MxUlxAzgIPHX+lzMPzupRYlYgxiR7vqsOP8YKzsTx0yxFMCUZ+q7aZzlr+OvgoWcAFyAHgat2jLWu48252DdqAihDJGSSJNUUxYmQjs3+hPQBlAh2rG2LCOPnaw3IiGDX99TRCs7ASJsNhUOA7d/LcuHvRG22FIZvsNXw1MX6VZExCilOQKEfeLXr/10+aC9Ho7arh7oAAAAASUVORK5CYII=);
  position: absolute;
  top: 25px;
  left: -8px;
}
.bs-datepicker-multiple .bs-datepicker .left {
  float: left;
}
.bs-datepicker-multiple .bs-datepicker .right {
  float: right;
}
.bs-datepicker-container {
  padding: 15px;
}
.bs-datepicker .bs-media-container {
  display: flex;
}
@media (max-width: 768px) {
  .bs-datepicker .bs-media-container {
    flex-direction: column;
  }
}
.bs-datepicker .bs-timepicker-in-datepicker-container {
  display: flex;
  justify-content: space-around;
}
.bs-datepicker-custom-range {
  padding: 15px;
  background: #eee;
}
.bs-datepicker-predefined-btns button {
  width: 100%;
  display: block;
  height: 30px;
  background-color: #9aaec1;
  border-radius: 4px;
  color: #fff;
  border: 0;
  margin-bottom: 10px;
  padding: 0 18px;
  text-align: left;
  transition: 0.3s;
}
.bs-datepicker-predefined-btns button:hover {
  background-color: #54708b;
}
.bs-datepicker-buttons {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  padding-top: 10px;
  border-top: 1px solid #e9edf0;
}
.bs-datepicker-buttons .btn-default {
  margin-left: 10px;
}
.bs-datepicker-buttons .btn-today-wrapper {
  display: flex;
  flex-flow: row wrap;
}
.bs-datepicker-buttons .clear-right,
.bs-datepicker-buttons .today-right {
  flex-grow: 0;
}
.bs-datepicker-buttons .clear-left,
.bs-datepicker-buttons .today-left {
  flex-grow: 1;
}
.bs-datepicker-buttons .clear-center,
.bs-datepicker-buttons .today-center {
  flex-grow: 0.5;
}
.bs-timepicker-container {
  padding: 10px 0;
}
.bs-timepicker-label {
  color: #54708b;
  margin-bottom: 10px;
}
.bs-timepicker-controls {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.bs-timepicker-controls button {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 0;
  background-color: #e9edf0;
  color: #54708b;
  font-size: 16px;
  font-weight: 700;
  vertical-align: middle;
  line-height: 0;
  padding: 0;
  transition: 0.3s;
}
.bs-timepicker-controls button:hover {
  background-color: #d5dadd;
}
.bs-timepicker-controls input {
  width: 35px;
  height: 25px;
  border-radius: 13px;
  text-align: center;
  border: 1px solid #e9edf0;
}
.bs-timepicker .switch-time-format {
  text-transform: uppercase;
  min-width: 54px;
  height: 25px;
  border-radius: 20px;
  border: 1px solid #e9edf0;
  background: #fff;
  color: #54708b;
  font-size: 13px;
}
.bs-timepicker .switch-time-format img {
  vertical-align: initial;
  margin-left: 4px;
}
bs-datepicker-container,
bs-daterangepicker-container {
  z-index: 1080;
}
@media (max-width: 768px) {
  .bs-datepicker {
    width: min-content;
    justify-content: center;
  }
  .bs-datepicker-multiple {
    display: flex;
  }
  .bs-datepicker-multiple + .bs-datepicker-multiple {
    margin-top: 10px;
    margin-left: 0;
  }
}
.theme-default .bs-datepicker-head {
  background-color: #777;
}
.theme-default .btn-today-wrapper .btn-success,
.theme-default .btn-clear-wrapper .btn-success {
  background-color: #777;
  border-color: #777;
}
.theme-default .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus,
.theme-default .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.theme-default .btn-today-wrapper .btn-success:focus,
.theme-default .btn-clear-wrapper .btn-success:focus {
  box-shadow: none;
}
.theme-default .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active,
.theme-default .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #616161;
  border-color: #616161;
}
.theme-default .btn-today-wrapper .btn-success:hover,
.theme-default .btn-clear-wrapper .btn-success:hover {
  background-color: #6F6E6E;
  border-color: #6F6E6E;
}
.theme-default .bs-datepicker-predefined-btns button.selected {
  background-color: #777;
}
.theme-default .bs-datepicker-body table td span.selected,
.theme-default .bs-datepicker-body table td.selected span,
.theme-default .bs-datepicker-body table td span[class*=select-]:after,
.theme-default .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #777;
}
.theme-default .bs-datepicker-body table td.week span {
  color: #777;
}
.theme-default .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #777;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}
.theme-green .bs-datepicker-head {
  background-color: #5cb85c;
}
.theme-green .btn-today-wrapper .btn-success,
.theme-green .btn-clear-wrapper .btn-success {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.theme-green .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus,
.theme-green .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.theme-green .btn-today-wrapper .btn-success:focus,
.theme-green .btn-clear-wrapper .btn-success:focus {
  box-shadow: none;
}
.theme-green .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active,
.theme-green .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #1e7e34;
  border-color: #1e7e34;
}
.theme-green .btn-today-wrapper .btn-success:hover,
.theme-green .btn-clear-wrapper .btn-success:hover {
  background-color: #218838;
  border-color: #218838;
}
.theme-green .bs-datepicker-predefined-btns button.selected {
  background-color: #5cb85c;
}
.theme-green .bs-datepicker-body table td span.selected,
.theme-green .bs-datepicker-body table td.selected span,
.theme-green .bs-datepicker-body table td span[class*=select-]:after,
.theme-green .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #5cb85c;
}
.theme-green .bs-datepicker-body table td.week span {
  color: #5cb85c;
}
.theme-green .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #5cb85c;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}
.theme-blue .bs-datepicker-head {
  background-color: #5bc0de;
}
.theme-blue .btn-today-wrapper .btn-success,
.theme-blue .btn-clear-wrapper .btn-success {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.theme-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus,
.theme-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.theme-blue .btn-today-wrapper .btn-success:focus,
.theme-blue .btn-clear-wrapper .btn-success:focus {
  box-shadow: none;
}
.theme-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active,
.theme-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #2AA8CD;
  border-color: #2AA8CD;
}
.theme-blue .btn-today-wrapper .btn-success:hover,
.theme-blue .btn-clear-wrapper .btn-success:hover {
  background-color: #3AB3D7;
  border-color: #3AB3D7;
}
.theme-blue .bs-datepicker-predefined-btns button.selected {
  background-color: #5bc0de;
}
.theme-blue .bs-datepicker-body table td span.selected,
.theme-blue .bs-datepicker-body table td.selected span,
.theme-blue .bs-datepicker-body table td span[class*=select-]:after,
.theme-blue .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #5bc0de;
}
.theme-blue .bs-datepicker-body table td.week span {
  color: #5bc0de;
}
.theme-blue .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #5bc0de;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}
.theme-dark-blue .bs-datepicker-head {
  background-color: #337ab7;
}
.theme-dark-blue .btn-today-wrapper .btn-success,
.theme-dark-blue .btn-clear-wrapper .btn-success {
  background-color: #337ab7;
  border-color: #337ab7;
}
.theme-dark-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus,
.theme-dark-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.theme-dark-blue .btn-today-wrapper .btn-success:focus,
.theme-dark-blue .btn-clear-wrapper .btn-success:focus {
  box-shadow: none;
}
.theme-dark-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active,
.theme-dark-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #266498;
  border-color: #266498;
}
.theme-dark-blue .btn-today-wrapper .btn-success:hover,
.theme-dark-blue .btn-clear-wrapper .btn-success:hover {
  background-color: #2C6FA9;
  border-color: #2C6FA9;
}
.theme-dark-blue .bs-datepicker-predefined-btns button.selected {
  background-color: #337ab7;
}
.theme-dark-blue .bs-datepicker-body table td span.selected,
.theme-dark-blue .bs-datepicker-body table td.selected span,
.theme-dark-blue .bs-datepicker-body table td span[class*=select-]:after,
.theme-dark-blue .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #337ab7;
}
.theme-dark-blue .bs-datepicker-body table td.week span {
  color: #337ab7;
}
.theme-dark-blue .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #337ab7;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}
.theme-red .bs-datepicker-head {
  background-color: #d9534f;
}
.theme-red .btn-today-wrapper .btn-success,
.theme-red .btn-clear-wrapper .btn-success {
  background-color: #d9534f;
  border-color: #d9534f;
}
.theme-red .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus,
.theme-red .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.theme-red .btn-today-wrapper .btn-success:focus,
.theme-red .btn-clear-wrapper .btn-success:focus {
  box-shadow: none;
}
.theme-red .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active,
.theme-red .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #D23531;
  border-color: #D23531;
}
.theme-red .btn-today-wrapper .btn-success:hover,
.theme-red .btn-clear-wrapper .btn-success:hover {
  background-color: #E33732;
  border-color: #E33732;
}
.theme-red .bs-datepicker-predefined-btns button.selected {
  background-color: #d9534f;
}
.theme-red .bs-datepicker-body table td span.selected,
.theme-red .bs-datepicker-body table td.selected span,
.theme-red .bs-datepicker-body table td span[class*=select-]:after,
.theme-red .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #d9534f;
}
.theme-red .bs-datepicker-body table td.week span {
  color: #d9534f;
}
.theme-red .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #d9534f;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}
.theme-orange .bs-datepicker-head {
  background-color: #f0ad4e;
}
.theme-orange .btn-today-wrapper .btn-success,
.theme-orange .btn-clear-wrapper .btn-success {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.theme-orange .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus,
.theme-orange .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.theme-orange .btn-today-wrapper .btn-success:focus,
.theme-orange .btn-clear-wrapper .btn-success:focus {
  box-shadow: none;
}
.theme-orange .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active,
.theme-orange .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #ED9C29;
  border-color: #ED9C29;
}
.theme-orange .btn-today-wrapper .btn-success:hover,
.theme-orange .btn-clear-wrapper .btn-success:hover {
  background-color: #FFAC35;
  border-color: #FFAC35;
}
.theme-orange .bs-datepicker-predefined-btns button.selected {
  background-color: #f0ad4e;
}
.theme-orange .bs-datepicker-body table td span.selected,
.theme-orange .bs-datepicker-body table td.selected span,
.theme-orange .bs-datepicker-body table td span[class*=select-]:after,
.theme-orange .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #f0ad4e;
}
.theme-orange .bs-datepicker-body table td.week span {
  color: #f0ad4e;
}
.theme-orange .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #f0ad4e;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}

/* angular:styles/global:styles */
