body
{
    margin: 0;
    padding: 0;
}

.navbar
{
    z-index: 99;
}
/* ========== form Style ==============================   */

.create-ticket-main
{
    width: 100%;
    height: 100%;
    box-shadow: rgba(14, 12, 12, 0.6) 0 0 2px 2px ;
    padding:  30px 50px;
    margin-top: 20px;
    border-radius: 0px;
    /* background: rgba(18, 1, 37, 0.555) !important; */ 
    /* background: #ac9a9aa1; */           
}

.ticketHeader
{
    position: relative;
}

.update_form label{
    padding: 0;
    margin: 0;
    width: 50%;
    height: 20px !important;    
    position: relative;
    font-size: 17px;
    font-weight: 600;
}
.update_form input {
    padding: 5px;
    width: 100%;
    margin: 0;
    outline: none;
    border: 1px solid #0e0e0e;
    border-color: rgba(0, 0, 0, 0.308);
    color: rgb(1, 1, 83);
    position: relative;
    margin-top: 5px;
}
.update_form textarea
{
    outline: none;
    margin-top: 10px;
    width: 100%;   
    color: rgb(1, 1, 83); 
}
.update_form select
{
    width: 200px;
    padding: 8px;
    color: rgb(1, 1, 83);
}

.message.hide
{
    display: none !important;
}
#type_of_problem
{
    width: 60% !important;
}
#id_type_of_problem
{
    width: 100% !important;
    margin-top: 4px;
}

