@tailwind base;
@tailwind components;
@tailwind utilities;

.selected {
    background-color: #75459B !important;
    color: white;
}
.icon_color{
    background-color: #75459B;
}
.border_color{
    color: #75459B;
}
.text_color_primary{
    color: #0317A4;
}
.text_color_title{
    color: #141D38;
}
.text_color_paragraph{
    color: #737887;
}
.gray_color_background{
    background-color: #EFF1F9;
}
.text_orange_color{
    color:#f16126;
}
.btn_hover{
    color: black;
}
.btn_hover:hover{
    color:#f16126;
}
.btn_primary{
    border-radius: 5px;
    background-color: #6b46c1;
    font-weight: bold;
    font-size: 20px;
    color: white;
    padding: 8px 8px;
  }


.button_primary {
    background-color: #6f00ff;
    color: white;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 14px;
    border: none;
    transition: .3s all ease-in-out;
  }
  
  .button_primary:hover {
    background-color: #29439A;
  }
  .group:hover .absolute.inset-0 {
    background-image: url('../assets/bg_overlay_1.png');
    background-size: cover;
    background-position: center;
    opacity: 0.8; /* Adjust for desired overlay intensity */
}

.width_height_pixel{
    height: 1299px !important;
    width: 1062px !important;
}

.purple_color:hover {
    background-color: #75459b;
    color: white;
}