/*---------------------------------------->> Variables Declaration <<----------------------------------------*/
/*---------------------------------------->> Mixin CSS <<----------------------------------------*/
/*---------------->> Typography <<----------------*/
body {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #09101D; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  letter-spacing: 0.25px; }

h1 {
  font-size: 38px; }

h2 {
  font-size: 26px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

p {
  font-size: 13px;
  line-height: 1.4; }

main section {
  padding: 60px 0; }

figure {
  overflow: hidden;
  margin-bottom: 0; }

figure img {
  width: 100%; }

a:hover,
a:focus,
a {
  text-decoration: none;
  color: inherit;
  outline: none; }

ul {
  margin: 0 !important;
  list-style: none;
  padding-left: 0; }

.input-group-addon,
.btn {
  border-radius: 0; }

.txt-white {
  color: #fff; }

.txt-blue {
  color: #083EA1; }

.txt-black {
  color: #000; }

.txt-red {
  color: #BA181B; }

.txt-sky {
  color: #2D9CDB; }

.txt-green {
  color: #50C845; }

.txt-yellow {
  color: #F2994A; }

.bg-red {
  background: #BA181B; }

.bg-green {
  background: #50C845; }

.bg-yellow {
  background: #F2994A; }

.bg-sky {
  background: #2D9CDB; }

.bg-blue {
  background: #083EA1; }

article :is(h1,h2,h3,h4,h5,h6) {
  color: #000;
  font-weight: 600; }
article p {
  color: #7F7F7F; }

.accordion .accordion-item {
  margin-bottom: 10px;
  background-color: transparent;
  border: none;
  border-top: 3px solid transparent;
  font-family: "Barlow", sans-serif;
  border-radius: 5px; }
  .accordion .accordion-item.active {
    border-top: 3px solid #fff;
    background: rgba(255, 255, 255, 0.1); }
  .accordion .accordion-item:last-child .accordion-button {
    margin-bottom: 15px; }
.accordion .accordion-header {
  color: #000;
  background: transparent;
  position: relative; }
  .accordion .accordion-header h2 {
    color: #000; }
  .accordion .accordion-header [class*='fa-'] {
    font-size: .75rem;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translate(0, -50%);
    opacity: 0;
    color: #333; }
  .accordion .accordion-header:hover .accordion-button {
    color: #000; }
  .accordion .accordion-header:hover [class*='fa-'] {
    opacity: 1; }
.accordion .accordion-button {
  font-family: "Barlow", sans-serif;
  background: transparent;
  color: #333;
  font-weight: 500;
  padding: 0; }
  .accordion .accordion-button:hover, .accordion .accordion-button:focus {
    outline: none;
    box-shadow: none; }
  .accordion .accordion-button:after {
    width: 0.75rem;
    height: 0.75rem;
    background-size: 0.75rem; }
  .accordion .accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: none;
    margin-bottom: 15px; }
    .accordion .accordion-button:not(.collapsed) [class*='fa-'] {
      color: #000 Im !important; }
  .accordion .accordion-button.collapsed {
    color: #333; }
    .accordion .accordion-button.collapsed [class*='fa-'] {
      color: #333; }
  .accordion .accordion-button [class*='fa-'] {
    margin-left: -5px;
    font-size: .5em;
    margin-right: 10px; }
.accordion .accordion-body {
  color: #2D9CDB;
  font-size: 14px;
  line-height: 1.4;
  padding: 0; }

/*--------------->> Buttons CSS <<-----------------*/
.btn {
  min-width: 5em;
  height: 40px;
  font-size: .8rem;
  font-weight: 500;
  font-family: "Barlow", sans-serif;
  text-transform: capitalize;
  padding: 0.375rem .5rem;
  letter-spacing: 1.25px;
  position: relative;
  border: none;
  border-radius: .45rem;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear; }
  .btn:hover, .btn:focus {
    font-weight: 500;
    color: inherit;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    outline: none;
    box-shadow: none; }

.btn {
  width: 100%; }

.btn-link {
  padding: 0;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .5px;
  color: #083EA1;
  font-family: "Barlow", sans-serif;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center; }
  .btn-link:hover {
    color: #073589; }
    .btn-link:hover .fi:before {
      margin-right: 1em;
      transform: translate(10%, -50%); }

.btn-blue {
  background: #083EA1;
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -moz-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s; }
  .btn-blue:hover, .btn-blue:focus {
    background: #062b70;
    color: #fff; }

.btn-sky {
  background: #2D9CDB;
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -moz-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s; }
  .btn-sky:hover, .btn-sky:focus {
    background: #1f7fb6;
    color: #fff; }

.btn-green {
  background: #50C845;
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -moz-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s; }
  .btn-green:hover, .btn-green:focus {
    background: #3ca832;
    color: #fff; }

.btn-red {
  background: #BA181B;
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -moz-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s; }
  .btn-red:hover, .btn-red:focus {
    background: #8d1214;
    color: #fff; }

.btn-white {
  background: #fff;
  color: #BA181B;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -moz-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s; }
  .btn-white:hover, .btn-white:focus {
    background: #e6e6e6;
    color: #BA181B; }

.btn-transparent {
  background: rgba(255, 255, 255, 0.4);
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -moz-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s; }
  .btn-transparent:hover, .btn-transparent:focus {
    background: rgba(230, 230, 230, 0.4);
    color: #fff; }

.btn-outline {
  background: #fff;
  color: #000;
  border: 1px solid #000;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -moz-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s; }
  .btn-outline svg {
    margin-right: 10px; }
    .btn-outline svg path {
      -moz-transition: ease-in 0.3s;
      -o-transition: ease-in 0.3s;
      -webkit-transition: ease-in 0.3s;
      transition: ease-in 0.3s; }
  .btn-outline:hover, .btn-outline:focus {
    background: black;
    color: #fff; }
    .btn-outline:hover svg path, .btn-outline:focus svg path {
      fill: #fff; }

.btn-outline-red {
  background: #fff;
  color: #BA181B;
  border: 1px solid #BA181B;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -moz-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s; }
  .btn-outline-red:hover, .btn-outline-red:focus {
    background: #a31518;
    color: #fff; }

.btn-outline-green {
  background: #fff;
  color: #50C845;
  border: 1px solid #50C845;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -moz-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s; }
  .btn-outline-green:hover, .btn-outline-green:focus {
    background: #43bc38;
    color: #fff; }

.btn-outline-sky {
  background: #fff;
  color: #2D9CDB;
  border: 1px solid #2D9CDB;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -moz-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s; }
  .btn-outline-sky:hover, .btn-outline-sky:focus {
    background: #238fcc;
    color: #fff; }

.list-group .list-group-item {
  text-decoration: none;
  background-color: transparent;
  border: none;
  padding: 0; }

.list-inline-item:not(:last-child) {
  margin-right: 0; }

.cstm-form .form-label {
  color: #fff;
  font-size: .85rem;
  margin-bottom: .3rem; }
.cstm-form input::placeholder {
  font-weight: 300;
  font-size: .75rem;
  color: #7f7f7f; }
.cstm-form article {
  margin-bottom: 15px; }
  .cstm-form article h5 {
    color: #BA181B; }
  .cstm-form article p {
    margin-top: 5px;
    color: #09101D; }
.cstm-form .form-control {
  min-height: 35px;
  color: #333;
  font-weight: 300;
  font-size: 14px;
  background: #f8f8f8;
  border: 1px solid #ebebeb; }
.cstm-form .form-group {
  margin-bottom: 15px; }
.cstm-form option {
  font-size: 14px; }
.cstm-form .mt-4 {
  margin-top: 1.55rem !important; }
.cstm-form .input-group-text {
  background: #fff;
  border-color: #b7dcf6; }
.cstm-form .form-control {
  font-size: 14px;
  box-shadow: none;
  color: #343434;
  border-radius: .5rem; }
  .cstm-form .form-control:focus, .cstm-form .form-control:active {
    border-color: #7F7F7F; }
    .cstm-form .form-control:focus + .input-group-text, .cstm-form .form-control:active + .input-group-text {
      border-color: #7F7F7F; }
  .cstm-form .form-control.cstm-control {
    width: 120px !important;
    flex: 0 0 auto; }
.cstm-form .form-control:disabled, .cstm-form .form-control[readonly] {
  background-color: #e9ecef !important; }
  .cstm-form .form-control:disabled:focus, .cstm-form .form-control:disabled:active, .cstm-form .form-control[readonly]:focus, .cstm-form .form-control[readonly]:active {
    border-color: #b7dcf6 !important; }
.cstm-form .input-group:focus-within {
  border: 1px solid #7f7f7f;
  border-radius: 0.5rem; }
.cstm-form .input-group:focus-within *:focus {
  border: none;
  border-color: #7f7f7f; }
.cstm-form .input-group {
  background: #fff;
  border: 1px solid #EBEBEB;
  border-radius: .5rem;
  margin-bottom: 20px; }
  .cstm-form .input-group .form-control {
    border: none;
    background: #f8f8f8; }
  .cstm-form .input-group .input-group-text {
    border-radius: 0.5rem;
    background: #f8f8f8;
    border: none; }
  .cstm-form .input-group select + span svg {
    width: 8px; }
  .cstm-form .input-group .ig-search svg {
    width: 20px; }
  .cstm-form .input-group svg {
    width: 8px; }
  .cstm-form .input-group .signature {
    min-height: 8rem; }
.cstm-form .form-check-label {
  font-size: 14px;
  cursor: pointer;
  line-height: 18px;
  margin-top: 2px;
  color: #7f7f7f; }
.cstm-form .form-check {
  cursor: pointer;
  padding-left: 2em; }
.cstm-form .form-check-input {
  border-color: #083EA1;
  background: transparent;
  margin-left: -2em; }
  .cstm-form .form-check-input:checked {
    background-color: #083EA1;
    border-color: #083EA1; }
  .cstm-form .form-check-input:focus {
    border-color: #083EA1;
    outline: 0;
    box-shadow: none; }
.cstm-form.inr-form .input-group {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #000; }
  .cstm-form.inr-form .input-group .form-control {
    border-radius: 0;
    border: none; }
.cstm-form.inr-form .input-group:focus-within {
  border-color: #7f7f7f; }
.cstm-form.inr-form .input-group:focus-within *:focus {
  border: none;
  border-color: #7f7f7f; }
.cstm-form.inr-form label {
  color: #7F7F7F;
  font-size: .8rem; }

body {
  width: 360px;
  margin: 0 auto !important;
  padding: 0 !important; }

:is(.nav-btm, .offcanvas) {
  width: 360px;
  margin: 0 auto; }

.offcanvas-backdrop.show {
  left: 50%;
  width: 360px;
  transform: translate(-50%, 0); }

.offcanvas-bottom {
  border-radius: 0.75rem 0.75rem 0 0;
  height: 45vh; }
  .offcanvas-bottom#offcanvasDelete {
    height: 30vh; }

.offcanvas-body::-webkit-scrollbar {
  display: none; }

.tbar {
  height: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .tbar svg {
    width: 25px; }

.temp-login {
  width: 100%;
  height: 100vh;
  padding: 0 15px 15px;
  background: #BA181B;
  overflow: hidden; }
  .temp-login.tl-main {
    background: url(../images/bg-login.jpg) no-repeat top;
    position: relative; }
    .temp-login.tl-main:before {
      content: '';
      width: 100%;
      height: 100vh;
      background: rgba(186, 24, 27, 0.95);
      display: inline-block;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
    .temp-login.tl-main .btn {
      margin-top: 90vh; }
  .temp-login .tl-logo {
    width: 14rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .temp-login .tl-title {
    margin: 10px 0; }
    .temp-login .tl-title h3 {
      color: #fff; }
    .temp-login .tl-title p {
      color: #fff; }
  .temp-login .tl-forgot {
    color: #BA181B;
    margin-bottom: 15px;
    text-align: right;
    font-weight: 500; }
  .temp-login .tl-resend {
    color: #BA181B;
    margin: 15px 0;
    text-align: right;
    font-weight: 500; }
  .temp-login .cstm-form .ftitle {
    margin: 10px 0; }
    .temp-login .cstm-form .ftitle h3 {
      font-size: 1.5rem;
      color: #BA181B;
      margin-bottom: 5px;
      font-weight: 700; }
    .temp-login .cstm-form .ftitle p {
      color: #09101D;
      font-weight: 500; }
  .temp-login .cstm-form > button {
    margin-top: 60px; }

.main-card {
  width: calc(100% + 30px);
  height: 100vh;
  margin-left: -15px;
  border-radius: 1.25rem 1.25rem 0 0 !important;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  transition: all .3s linear; }
  .main-card::-webkit-scrollbar {
    display: none; }

.mwpr {
  width: 100%;
  height: 100vh;
  padding: 15px;
  background: #F5F7FB;
  position: relative;
  overflow-y: scroll; }
  .mwpr::-webkit-scrollbar {
    display: none; }

.mtitle {
  text-align: center;
  margin: 15px 0; }
  .mtitle h3 {
    color: #000;
    margin-bottom: 10px; }
  .mtitle p {
    color: #7f7f7f; }

.mhead {
  width: calc(100% + 30px);
  height: 45px;
  padding: 8px 15px;
  margin: -10px -15px 10px; }
  .mhead .mhbar {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .mhead .mhbar article {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center; }
      .mhead .mhbar article svg {
        width: 25px;
        margin-right: 15px; }
    .mhead .mhbar ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      .mhead .mhbar ul li:not(:nth-last-child(-n+1)) {
        margin-right: 10px; }
    .mhead .mhbar figure.mh-profile {
      width: 1.75rem;
      height: 1.75rem;
      background: #FAFAFA;
      border: 1px solid #fff;
      border-radius: 100%;
      margin: 0 auto !important;
      display: flex; }
      .mhead .mhbar figure.mh-profile img {
        object-fit: cover; }
  .mhead .mtitle {
    color: #000;
    text-align: left;
    font-weight: 600;
    margin: 0 !important; }

.card {
  background: #fff;
  border-radius: .5rem;
  padding: 15px;
  border: none; }
  .card + .card {
    margin-top: 15px; }
  .card.cardbdr {
    border: 1px solid #EBEBEB; }

.tl-pills {
  background-color: #F4F6F9;
  border-radius: 0.5rem; }
  .tl-pills .nav-link {
    color: #09101D;
    background-color: #F4F6F9;
    border-radius: 0.5rem;
    font-size: .8rem;
    padding: 0.15rem 1rem; }
  .tl-pills .nav-link.active, .tl-pills .show > .nav-link {
    color: #fff;
    background-color: #BA181B; }

.tick {
  width: 15%;
  margin: 60px auto 15px; }

.temp-check {
  width: 100%;
  height: 100vh;
  padding: 0 15px 15px;
  background: #BA181B;
  overflow: hidden; }
  .temp-check.tc-white {
    background: #fff; }
  .temp-check .main-card {
    border-radius: 0 !important; }
  .temp-check > .mhead {
    margin: 0 -15px 10px; }
    .temp-check > .mhead .mhbar {
      overflow: hidden; }
    .temp-check > .mhead .mtitle {
      width: calc(100% - 40px);
      color: #fff;
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .temp-check > .mhead + .main-card {
      border-radius: 1.25rem 1.25rem 0 0 !important; }

.car-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .car-list .car-item {
    width: calc(50% - 7.5px);
    margin-bottom: 15px; }
    .car-list .car-item figure {
      width: 100%;
      height: 8rem;
      border-radius: .5rem;
      margin-bottom: 10px !important;
      position: relative; }
      .car-list .car-item figure figcaption {
        padding: 2px 10px;
        border-radius: 1rem;
        text-transform: capitalize;
        font-size: .7rem;
        font-weight: 600;
        position: absolute;
        top: 5px;
        right: 5px; }
        .car-list .car-item figure figcaption.red {
          background: #FAF0F2;
          color: #D12953; }
        .car-list .car-item figure figcaption.green {
          background: #E1FCEF;
          color: #14804A; }
    .car-list .car-item article :is(h5,h6) {
      margin-bottom: 2px;
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .car-list .car-item article h6 {
      font-size: .8rem; }
    .car-list .car-item article p {
      font-size: .7rem; }

.car-tab {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end; }
  .car-tab li.nav-item {
    width: 25%; }
    .car-tab li.nav-item:not(:nth-last-child(-n+1)) .nav-link {
      width: calc(100% - 2px); }
    .car-tab li.nav-item button {
      font-size: .8rem;
      font-weight: 600;
      line-height: 1.2; }
    .car-tab li.nav-item .nav-link {
      min-height: 50px;
      color: #09101D;
      padding: .5rem .25rem;
      border-radius: 0;
      border: none;
      border-bottom: 2px solid #09101D; }
      .car-tab li.nav-item .nav-link.active {
        color: #BA181B !important;
        border-color: #BA181B; }

.car-content {
  padding: 15px 0;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none; }
  .car-content::-webkit-scrollbar {
    display: none; }

.ct-title {
  margin-bottom: 15px; }
  .ct-title h5 {
    font-weight: 600; }

.cstm-chkbx li:not(:nth-last-child(-n+1)) {
  margin-bottom: 10px; }

.styled-chkbx li {
  width: 23%;
  text-align: center;
  margin-bottom: 15px; }
  .styled-chkbx li:nth-child(8n+1) label {
    background: #FFD600; }
  .styled-chkbx li:nth-child(8n+1) .styled-checkbox:hover + label:before {
    background: #FFD600; }
  .styled-chkbx li:nth-child(8n+2) label {
    background: #50C845; }
  .styled-chkbx li:nth-child(8n+2) .styled-checkbox:hover + label:before {
    background: #50C845; }
  .styled-chkbx li:nth-child(8n+3) label {
    background: #00AEEF; }
  .styled-chkbx li:nth-child(8n+3) .styled-checkbox:hover + label:before {
    background: #00AEEF; }
  .styled-chkbx li:nth-child(8n+4) label {
    background: #FFA800; }
  .styled-chkbx li:nth-child(8n+4) .styled-checkbox:hover + label:before {
    background: #FFA800; }
  .styled-chkbx li:nth-child(8n+5) label {
    background: #D170FF; }
  .styled-chkbx li:nth-child(8n+5) .styled-checkbox:hover + label:before {
    background: #D170FF; }
  .styled-chkbx li:nth-child(8n+6) label {
    background: #BA181B; }
  .styled-chkbx li:nth-child(8n+6) .styled-checkbox:hover + label:before {
    background: #BA181B; }
  .styled-chkbx li:nth-child(8n+7) label {
    background: #09101D; }
  .styled-chkbx li:nth-child(8n+7) .styled-checkbox:hover + label:before {
    background: #09101D; }
  .styled-chkbx li:nth-child(8n+8) label {
    background: #C1E431; }
  .styled-chkbx li:nth-child(8n+8) .styled-checkbox:hover + label:before {
    background: #C1E431; }
  .styled-chkbx li .styled-checkbox:checked + label {
    background: transparent; }
  .styled-chkbx li h6 {
    text-align: center;
    margin-top: 5px; }
  .styled-chkbx li .styled-checkbox {
    position: absolute;
    opacity: 0; }
    .styled-chkbx li .styled-checkbox + label {
      position: relative;
      cursor: pointer;
      padding: 2px;
      top: 50%;
      left: 50%;
      width: 3rem;
      height: 3rem;
      border: 1px solid transparent;
      border-radius: 3rem;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-weight: 600;
      z-index: 99999;
      transform: translate(-50%, 0); }
    .styled-chkbx li .styled-checkbox:checked + label {
      border: 1px solid  #FF0000; }
    .styled-chkbx li .styled-checkbox + label:before {
      content: '';
      margin-right: 10px;
      display: inline-block;
      vertical-align: text-top;
      width: 2.5rem;
      height: 2.5rem;
      border-radius: 3rem;
      margin: 2px;
      position: absolute;
      top: 1px;
      left: 1px; }
    .styled-chkbx li .styled-checkbox:hover + label:before {
      background: #FF0000; }
    .styled-chkbx li .styled-checkbox:checked + label:before {
      background: #FF0000; }
    .styled-chkbx li .styled-checkbox:disabled + label {
      color: #b8b8b8;
      cursor: auto; }
    .styled-chkbx li .styled-checkbox:disabled + label:before {
      box-shadow: none;
      background: #ddd; }
    .styled-chkbx li .styled-checkbox:checked + label:after {
      content: '';
      position: absolute;
      left: 43%;
      top: 50%;
      background: white;
      width: 2px;
      height: 2px;
      box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
      transform: rotate(45deg) translate(-50%, -50%); }

.simple-checkbox {
  position: absolute;
  opacity: 0; }
  .simple-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-size: .9rem;
    font-weight: 500; }
  .simple-checkbox + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    border-radius: .25rem;
    background: white;
    border: 1px solid #BA181B; }
  .simple-checkbox:hover + label:before {
    background: #BA181B; }
  .simple-checkbox:checked + label:before {
    background: #BA181B; }
  .simple-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto; }
  .simple-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd; }
  .simple-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 12px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg); }

.lbl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  text-align: right;
  margin-bottom: 3px; }
  .lbl label {
    font-size: .85rem;
    font-weight: 600; }
  .lbl > a:only-child {
    width: 100%; }

.clear {
  color: #BA181B;
  font-size: .8rem;
  font-weight: 600; }
  .clear:hover {
    text-decoration: underline;
    color: #BA181B; }

.outline-interior {
  width: 80%;
  margin: 0 auto 15px; }

.pi-list {
  margin-bottom: 30px !important; }
  .pi-list .pi-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .pi-list .pi-item:not(:nth-last-child(-n+1)) {
      margin-bottom: 15px; }
    .pi-list .pi-item .img-list {
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center; }
    .pi-list .pi-item figure {
      width: 4.5rem;
      height: 4.5rem;
      background: #F8F8F8;
      border-radius: .5rem;
      margin-right: 15px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      justify-content: center; }
      .pi-list .pi-item figure.pi-png img {
        width: 60%; }
      .pi-list .pi-item figure.pi-plus {
        border: 1px dashed #BA181B; }
    .pi-list .pi-item article p {
      margin-top: 5px; }
    .pi-list .pi-item .pi-uploading {
      width: calc(100% - 4.5rem - 15px); }
      .pi-list .pi-item .pi-uploading aside {
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: space-between; }
    .pi-list .pi-item .pro-label {
      margin-bottom: 5px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: space-between; }
    .pi-list .pi-item .progress {
      height: 0.5rem; }
      .pi-list .pi-item .progress .progress-bar {
        background: #BA181B; }

.ci-gallery {
  width: 100%;
  height: 10rem;
  position: relative; }
  .ci-gallery figure {
    width: 70%;
    height: inherit;
    margin: 0 auto !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center; }
  .ci-gallery .cig-tool {
    background: #BA181B;
    border-radius: .5rem 0 0 .5rem;
    padding: 10px 8px;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translate(0, -50%); }
    .ci-gallery .cig-tool .cigt-item:not(:nth-last-child(-n+1)) {
      margin-bottom: 6px; }
    .ci-gallery .cig-tool .cigt-item svg {
      width: 20px; }

.qrbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center; }
  .qrbox figure {
    width: 8rem;
    margin-right: 15px; }

.tblist {
  margin-bottom: 15px; }
  .tblist > h4 {
    font-weight: 600;
    margin-bottom: 3px; }
  .tblist .btn-setting {
    width: 100%;
    background: #f8f8f8;
    padding: 10px 15px;
    border-radius: .25rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .tblist .btn-setting p {
      font-weight: 600;
      font-size: .9rem; }
    .tblist .btn-setting svg {
      width: 12px; }
  .tblist ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .tblist ul li:not(:nth-last-child(-n+1)) {
      margin-bottom: 6px; }
    .tblist ul li h6 {
      width: 50%;
      font-weight: 500; }
      .tblist ul li h6:first-child {
        font-weight: 600;
        color: #7F7F7F; }

.mprofile {
  text-align: center; }
  .mprofile figure {
    width: 8rem;
    height: 8rem;
    border-radius: 100%;
    margin: 15px auto 30px; }
  .mprofile article {
    text-align: center;
    margin-bottom: 15px; }
    .mprofile article h4 {
      color: #BA181B;
      line-height: .8;
      font-weight: 600; }
    .mprofile article a {
      color: #2D9CDB; }
      .mprofile article a:hover {
        text-decoration: underline; }

.mp-action {
  margin-bottom: 30px !important; }
  .mp-action li:not(:nth-last-child(-n+1)) {
    margin-right: 10px; }

.ctitle {
  font-weight: 600;
  margin-bottom: 15px; }

.mfilter-list li {
  padding: 8px 20px;
  background: #f8f8f8;
  border-radius: 5rem;
  border: 1px solid transparent; }
  .mfilter-list li:hover {
    border-color: #BA181B; }
  .mfilter-list li:not(:nth-last-child(-n+1)) {
    margin-bottom: 10px;
    margin-right: 10px; }
  .mfilter-list li a p {
    color: #BA181B;
    font-weight: 600; }

.sidebar {
  width: 100%;
  height: 100vh;
  background: #BA181B;
  color: #fff;
  padding: 15px;
  position: absolute; }
  .sidebar .sidebar-top figure {
    width: 6rem;
    height: 6rem;
    border-radius: 100%;
    border: 6px solid #fff;
    margin-bottom: 15px; }
  .sidebar .sidebar-top article {
    margin-bottom: 60px; }
    .sidebar .sidebar-top article h4 {
      color: #fff; }
    .sidebar .sidebar-top article p {
      color: #fff; }
  .sidebar .sl-list li a {
    color: #fff;
    font-size: 1rem;
    margin-left: 1rem;
    position: relative;
    display: flex;
    align-items: center;
    transition: all .3s linear; }
    .sidebar .sl-list li a:before {
      content: '';
      width: 0.7rem;
      height: 0.7rem;
      border-radius: 100%;
      border: 2px solid #fff;
      margin-left: -1rem;
      margin-right: 1rem;
      transition: all .3s linear; }
    .sidebar .sl-list li a.active {
      font-size: 1.15rem;
      font-weight: 600; }
      .sidebar .sl-list li a.active:before {
        content: '';
        background: #fff; }
    .sidebar .sl-list li a:hover:before {
      content: '';
      background: #fff; }
  .sidebar .sidebar-footer {
    margin-top: calc(40vh - 45px); }

.temp-menu {
  position: relative;
  overflow: hidden; }
  .temp-menu .temp-check {
    transition: all .3s linear; }
  .temp-menu.show .temp-check {
    transform: translate(260px, 8px) scaleY(0.99);
    transition: all .3s linear; }
    .temp-menu.show .temp-check .main-card {
      height: 100%;
      border-radius: 1.25rem !important;
      transition: all .3s linear; }

/*# sourceMappingURL=master.css.map */
