@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800");
/* @import url(../metisMenu.min.css); */

:root {
  --nav-headbg: #FFFFFF;
  --sidebar-bg: #FFFFFF;
  --headerbg: #E2E2E2;
}

:root {
  --primary: #FF6A59;
  --secondary: #4CBC9A;
  --secondary-dark: #3a9b7e;
  --primary-hover: #ff3c26;
  --primary-dark: #bf1400;
  --rgba-primary-1: rgba(255, 106, 89, 0.1);
  --rgba-primary-2: rgba(255, 106, 89, 0.2);
  --rgba-primary-3: rgba(255, 106, 89, 0.3);
  --rgba-primary-4: rgba(255, 106, 89, 0.4);
  --rgba-primary-5: rgba(255, 106, 89, 0.5);
  --rgba-primary-6: rgba(255, 106, 89, 0.6);
  --rgba-primary-7: rgba(255, 106, 89, 0.7);
  --rgba-primary-8: rgba(255, 106, 89, 0.8);
  --rgba-primary-9: rgba(255, 106, 89, 0.9);
  --rgba-secondary-1: rgba(76, 188, 154, 0.1);
  --rgba-secondary-2: rgba(76, 188, 154, 0.2);
  --rgba-secondary-3: rgba(76, 188, 154, 0.3);
  --rgba-secondary-4: rgba(76, 188, 154, 0.4);
  --rgba-secondary-5: rgba(76, 188, 154, 0.5);
  --rgba-secondary-6: rgba(76, 188, 154, 0.6);
  --rgba-secondary-7: rgba(76, 188, 154, 0.7);
  --rgba-secondary-8: rgba(76, 188, 154, 0.8);
  --rgba-secondary-9: rgba(76, 188, 154, 0.9);
  --font-family-base: Roboto, sans-serif;
  --font-family-title: Roboto, sans-serif;
  --title: #374557;
}

li{
  list-style: none;
}

a{
  text-decoration: none!important;
}

.sty-btn{
    background-color: #f75a5b!important;
    color: white!important;
}

.btn.btn-danger {
    color: #fff;
    background-color: #f75a5b;
    border-color: #f75a5b;
}

.btn {
    padding: 0.6875rem 1.319rem;
    border-radius: 0.5rem;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
}

.flex{
    display: flex;
}


.modal-layout{
    position: relative;
}

.close-btn-icon{
    position: absolute;
font-size: 25px;
top: 0;
right: 20px;
text-align: right;
}

.error{
    font-size: 10px;
    color: red;
}


