/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 9 Sep 2023, 06:06:51
    Author     : hp
*/

@media only screen and (min-width: 1200px) {
  .hidden-1200 {
    display: block;
  }
}

@media only screen and (max-width: 1199px) {
  .hidden-1200 {
    display: none;
  }
}

.invalid-feedback{
    display:block!important;
    margin-top:0rem!important;
    font-size:.775em!important;
}

.invalid_input{
    border: solid 1px #ff3333!important;
}
.invalid_input::placeholder {
    color: red;
}


/*Contact form loading*/
.error_message {
  color: #ed3c0d;
}
.success_message {
  color: #18d26e;
}
.message {
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.loading {
  display: none;
  text-align: center;
  padding: 15px;
}
.loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading-notify 1s linear infinite;
  animation: animate-loading-notify 1s linear infinite;
}
@-webkit-keyframes animate-loading-notify {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading-notify {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.text-yellow{
    color: #ffff00!important;
}
.text-neutre{
    color: rgb(199, 197, 194)!important;
}
.text-neutre-2{
    color: #647589!important;
}
.text-orange{
    color: #FFC107!important;
}
.text-2xl{
    font-size: 25px!important;
}

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

.quickview__social--wrapper li {
    margin-right: 10px;
    display: inline-block;
}

.quickview__social--wrapper a {
  width: 3rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--theme-color);
  color: var(--white-color);
  border-radius: 50%;
}

.quickview__social--wrapper a:hover {
  background: var(--secondary-color);
  color: var(--white-color);
}

.btn-danger {
    color: #fff!important;
    background-color: #dc3545!important;
    border-color: #dc3545!important;
}
.btn-success {
    color: #fff!important;
    background-color: #198754!important;
    border-color: #198754!important;
}

.btn-info {
    color: #000!important;
    background-color: #0dcaf0!important;
    border-color: #0dcaf0!important;
}

.modal-btn {
  border-radius: 5px!important;
}

.input-group .modal-btn {
    margin-left: -1px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
}
.btn-group-sm>.btn, .btn-sm {
    border-radius: 0.2rem!important;
    padding: 0 0.8rem!important;
    line-height: 3rem;
    height: 3rem;
}
.btn-sm i{
    font-size: 1.9rem!important;
}

a.disabled {
    pointer-events: none;
}

.bg {
    background-color: #f6f7f9; }

article:after,.form-group:after {
    display: block;
    clear: both;
    content: ""; 
}


.rounded_text{
    text-overflow: ellipsis !important; 
    white-space: nowrap; 
    overflow: hidden;
    padding-left: 5px!important;
    padding-right: 5px!important;
}

.core_ul li{
    padding: 10px 0px;
}
.core_ul li i{
    color: #003399;
    font-size: 22px;
}
.core_ul li span{
    color: #330033;
    font-size: 16px;
    font-weight: bold;
}

.partner_ul{
    padding-left: 15px;
}
.partner_ul li{
    color: #330033;
    font-size: 16px;
    font-weight: bold;
}
.partner_ul li .active{
    color: #ed3c0d !important;
}
.color_blue{
    color: #0755A0 !important;
}

.ul_interest{
    padding: 25px 0px;
}
.ul_interest ul li{
    padding: 10px;
}
.ul_interest ul li i{
    color: #003399;
    font-size: 22px;
    margin-right: 10px;
}

.register_form{
    background: #003399!important;
    padding: 20px;
    color: white !important;
}
.text_justify{
    text-align: justify!important;
}

