@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');
a{
    color: #000;
    text-decoration: none !important;
}

html{
    height: 100%;
}

body{
    height: 100%;
}



a:hover{
    color: rgb(59, 59, 59);
}

.black{
    font-weight: 900;
}

.black h1{
    font-size: 1.2rem;
}

.my-btn-primary{
    background: #000;
    color: #fff;
}

.sticky{
    top:0;
}

.my-btn-secondary{
    background: #fff;
    border: solid 1px #000000;
    border-radius: 0px;
}

.list-card{
    border:none;
    box-shadow: 0px 5px 16px #00000017;
}

/* IMAGE UPLOAD */

.input-drag-file::-webkit-file-upload-button{
    visibility: hidden;
}

.input-drag-file::before{
    content: ' ';
    display: inline-block;
/* background: linear-gradient(top, #f9f9f9, #e3e3e3); */
/*     border: 1px solid #999; */
/*     border-radius: 3px; */
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
    width:73%;
    height:250px;
}

.input-xl::before{
    width: 100% !important;

}

.input-xl{
    width: 100%;
}

/* FORM */
.form-cover-image{
    width: 100%;
    height: 250px;  
    border:dashed 2px #D9D9D9;
    background-size: cover !important;
    background-position: center center !important;
    background:url("../images/placeholder-image.png");
  }

/* COMPONENT */
/* 
.rm-component{
   
} */

.rm-btn{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 5px;
    color: #fff;
    background: #ff0000;
    box-shadow: 0px 0px 18px #00000017;
}

.select2-container {
    min-width: 100%;
  }
  
  .select2-results__option {
    padding-right: 20px;
    vertical-align: middle;
  }
  .select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid #e9e9e9;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 20px;
    vertical-align: middle;
  }
  .select2-results__option[aria-selected=true]:before {
    font-family:fontAwesome;
    content: "\f00c";
    color: #fff;
    background-color: #f77750;
    border: 0;
    display: inline-block;
    padding-left: 3px;
  }
  .select2-container--default .select2-results__option[aria-selected=true] {
      background-color: #fff;
  }
  .select2-container--default .select2-results__option--highlighted[aria-selected] {
      background-color: #eaeaeb;
      color: #272727;
  }
  .select2-container--default .select2-selection--multiple {
      margin-bottom: 10px;
  }
  .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
      border-radius: 4px;
  }
  .select2-container--default.select2-container--focus .select2-selection--multiple {
      border-color: #f77750;
      border-width: 2px;
  }
  .select2-container--default .select2-selection--multiple {
      border-width: 2px;
  }
  .select2-container--open .select2-dropdown--below {
      
      border-radius: 6px;
      box-shadow: 0 0 10px rgba(0,0,0,0.5);
  
  }
  .select2-selection .select2-selection--multiple:after {
      content: 'hhghgh';
  }
  /* select with icons badges single*/
  .select-icon .select2-selection__placeholder .badge {
      display: none;
  }
  .select-icon .placeholder {
      display: none;
  }
  .select-icon .select2-results__option:before,
  .select-icon .select2-results__option[aria-selected=true]:before {
      display: none !important;
      /* content: "" !important; */
  }
  .select-icon  .select2-search--dropdown {
      display: none;
  }

  .card-post-body{
      max-width: 100%;
  }

.cp-1{
    padding-left: 0px;
}

.cp-1 .cp-img{
    width: 80%;
}

.cp-1 .cp-title{
    padding-left: 10px;
    width: 80%;
}

.cp-2{
    margin-top: 100px;
}

.cp-3{
    padding-right: 0px;
}

.cp-3 .cp-img{
    float: right;
    width: 80%;
}

.cp-3 .cp-title{
    float: right;
    padding-right: 10px;
    width: 80%;
}

.card-login{
    border: none;
    border-radius: 0px;
}

.submenu{
    padding-left: 15px;
}

.hitz-alert{
    background: rgb(201, 201, 201);
    color: #000;
}


.img-header{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    animation: animate 5s linear infinite;
    perspective: 800px;
}

#goTop{
    position: fixed;
    z-index: 9999;
    bottom: 25px;
    right: 15px;
    width: 50px;
    height: 50px;
    padding: 5px;
    font-size: 32px;
    display: none;
}

.footer-text{
    font-size: 12px;
}

.footer-title{
    font-size: 0.75rem;
}

.menu-wrap{
    margin-top: 4.5rem;
}

.submenu-title h5{
    font-size: 0.75rem;
}

.cat-title, .post-title{
    font-size: 1.25rem;
}

.cat-desc .post-desc{
    font-size: 0.75rem;
}

.cat-menu-wrap{
    margin-bottom: 4.0rem;
}

@keyframes animate {
    0%{
        transform: rotateY(0deg);
    }
    100%{
        transform: rotateY(360deg);
    }
}

@media (max-width:768px){
    .cp-1{
        padding-left: calc(var(--bs-gutter-x) * 0.5);;
    }
    .cp-3{
        padding-right: calc(var(--bs-gutter-x) * 0.5);;
    }
    .cp-1 .cp-img{
        width: 100%;
    }
    
    .cp-1 .cp-title{
        width: 100%;
    }
    
    .cp-2{
        margin-top: 0px;
    }
    
    .cp-3 .cp-img{
        float: unset;
        width: 100%;
    }
    
    .cp-3 .cp-title{
        float: unset;
        width: 100%;
    }
}