:root {
  --red: #ff528b;	
  --danger: #ff528b;
  }
  
  dt {
  font-weight: 600;
  }
  
  hr {
  border-top: 1px solid #d6dbe0;
  }
  
  ol, ul {
  padding-left: 0rem;
}

a, a.ajaxlink {
  color: var(--link-color);
}
  
  .pl-0,
  .px-0 {
    padding-left: 0 !important;
  }
  
  .pl-1,
  .px-1 {
    padding-left: 0.25rem !important;
  }
  
  .pl-2,
  .px-2 {
    padding-left: 0.5rem !important;
  }
  
  .pl-3,
  .px-3 {
    padding-left: 1rem !important;
  }
  
  .pl-4,
  .px-4 {
    padding-left: 1.5rem !important;
  }
  
  .pl-5,
  .px-5 {
    padding-left: 3rem !important;
  }
  
  .pr-0,
  .px-0 {
    padding-right: 0 !important;
  }
  
  .pr-1,
  .px-1 {
    padding-right: 0.25rem !important;
  }
  
  .pr-2,
  .px-2 {
    padding-right: 0.5rem !important;
  }
  
  .pr-3,
  .px-3 {
    padding-right: 1rem !important;
  }
  
  .pr-4,
  .px-4 {
    padding-right: 1.5rem !important;
  }
  
  .pr-5,
  .px-5 {
    padding-right: 3rem !important;
  }
  
  .btn {
  border-radius: 12px !important;
}
  
  .img-fluid {
  box-shadow: 0px 15px 30px rgba(115, 137, 255, 0.2);
  }
  
  kbd kbd {
  font-weight: 600;
  }
  
  .invalid-feedback {
  color: #ff528b;	
  }
  
  .was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
  .custom-select:invalid,
  .custom-select.is-invalid {
    border-color: #ff528b;
    border-radius: 12px;
  }
  
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #ff528b;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  }
  
  .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #ff528b;
  }
  
  .was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
    color: #ff528b;
  }
  
  .was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #ff528b;
  }
  
  .btn-primary {
    background: linear-gradient(90deg, rgba(115,136,255,1) 0%, rgba(112,151,255,1) 53%, rgba(116,186,255,1) 100%);
      color: #fff;
      cursor: pointer;
  font-size: 16px;
    padding: 8px 25px;
  }
  
  .btn-primary:hover {
    opacity: 0.8;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    background: linear-gradient(90deg, rgba(115,136,255,1) 0%, rgba(112,151,255,1) 53%, rgba(116,186,255,1) 100%);
  }
  
  .btn-primary-red {
    background: #ff528b none repeat scroll 0 0;
      color: #fff;
      cursor: pointer;
  font-size: 16px;
    padding: 8px 25px;
  }
  
  .btn-primary-red:hover {
    opacity: 0.8;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
  }
  
  .btn-secondary {
    color: #fff;
    background-color: #ff528b;
    transition: all 0.4s ease 0s;
  }
  
  .btn-secondary:hover {
  opacity:0.8;
  transition: all 0.4s ease 0s;
  }
  
  .btn-danger {
    color: #fff;
    background-color: #ff528b;
    border-color: #ff528b;
  }
  
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #ff528b;
    border-color: #ff528b;
  }
  
  .btn-outline-danger {
    color: #ff528b;
    background-color: transparent;
    background-image: none;
    border-color: #ff528b;
  }
  
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #ff528b;
    border-color: #ff528b;
  }
  
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #ff528b;
    background-color: transparent;
  }
  
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #ff528b;
    border-color: #ff528b;
  }
  
  .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    box-shadow: 0px 15px 30px rgba(115, 137, 255, 0.2);
    border-radius: 18px;
  }
  
  .badge-danger {
    color: #fff;
    background-color: #ff528b;
  }
  
  .alert-link {
    font-weight: 600;
  }
  
  .close {
    font-weight: 600;
  }
  
  .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 24px;
    transition: 0.3s;
  cursor: pointer;
  box-shadow: 0px 15px 30px rgba(115, 137, 255, 0.2);
  }
  
  .carousel-inner:hover {
      filter: brightness(.95);
      transition: 0.3s;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  }
  
  .bg-danger {
    background-color: #ff528b !important;
  }
  
  .border-danger {
    border-color: #ff528b !important;
  }
  
  .font-weight-bold {
    font-weight: 600 !important;
  }
  
  .text-danger {
    color: #ff528b !important;
  }
  
  .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
  
  @media (min-width: 1400px) {
    .container {
      max-width: 100%
    }
  }
  
  @media (min-width: 1500px) {
    body .container {
      max-width: 1500px;
    }
  }
  
  @media (min-width: 1500px) {
    body .container-1000 {
      max-width: 1000px;
    }
  }
  
  .col-2b, .col-lg-4b, .col-xll-3, .col-xl-4b, .col-xl-6b, .col-xl-8r, .col-xl-9r {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  
  .col-2b {
    -ms-flex: 0 0 26%;
    flex: 0 0 26%;
    max-width: 26%;
  }
  
  @media (min-width: 1200px) {
  .col-lg-4b {
      -ms-flex: 0 0 30%;
      flex: 0 0 30%;
      max-width: 30%;
    }
  }  
    
  @media (min-width: 1600px) {
     .col-xll-3 {
   -ms-flex: 0 0 20% !important;
      flex: 0 0 20% !important;
      max-width: 20% !important;
    }
   }
  
  @media (min-width: 1300px) {
  .col-xl-4b {
     -ms-flex: 0 0 30%;
      flex: 0 0 30%;
      max-width: 30%;
    } 
  }
  
  @media (min-width: 1300px) {
  .col-xl-6b {
      -ms-flex: 0 0 44%;
      flex: 0 0 44%;
      max-width: 44%;
    }
    
  .col-xl-8r {
      width: 12.5%;
      float: left;
    flex: 0 0 12.5%;
  }
  
  .col-xl-9r {
      width: 10%;
      float: left;
    flex: 0 0 10%;
  } 
  }
  
  @media (min-width: 1600px) {
  .col-dst-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  }
  @media (min-width: 1600px) {
  .col-dst-12 {
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
    }
  }
  
  @media (min-width: 1500px) {
  .col-dst-13 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  }
  @media (min-width: 1500px) {
  .col-dst-13 {
     -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
  }
  
  .dropdown-menu-dst {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 1100px;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
  }
  
  .float-left {
    float: left !important;
  }
  .float-right {
    float: right !important;
  }

  .mt-2 {
    margin-top: .7rem !important;
  }

  .mb-2 {
    margin-bottom: .7rem !important;
  }

  .form-group {
    margin-bottom: 1rem;
  }

  .mr-0,
  .mx-0 {
    margin-right: 0 !important;
  }

  .mr-1,
  .mx-1 {
    margin-right: 0.25rem !important;
  }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}



