﻿.icon{
    width: 20px !important;
    height: 20px !important;
}

.modal-header{
    justify-content: center;
    align-items: center;
}
.bug-content{
    min-width: 800px;
    justify-content: center;
    align-items: center;
}

.bug-form-group{
    display: flex;
    flex-direction: column;
    margin-bottom: 40px
}

.bug-form-group textarea{
    padding: 6px 10px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    resize: none;
    min-height: 100px;
}

.bug-form-group label{
    font-family: "Poppins", sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    margin-bottom: 5px;
}

.optional{
    font-size: 13px;
    font-weight: 300;
}

.bug-form-group input{
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.image{
    appearance: none;
    background-color: initial;
    align-items: baseline;
    color: inherit;
    text-overflow: ellipsis;
    text-align: start !important;
    padding: initial;
    border: initial;
    white-space: pre;
    cursor: pointer;
    overflow: hidden;
    box-sizing: border-box;
}

.bug-submit-btn{
    font-family: "Poppins", sans-serif;
    border-radius: 65px;
    padding: 12px 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #1376bb;
    color: #f5f6f7;
    text-decoration: none;
    cursor: pointer;
    border: none;
    font-weight: 500;
    font-size: 14px;
}