        body {
font-family: system-ui;
    background-color: #f5f5f5;
    margin: 0;
    padding: 0;
        }
        .body{
                margin-top: 27px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 9px;
    height: 736px;
    background-color: white;
        }
        .notification {
            position: fixed;
            top: 20px;
            right: 20px;
            background-color: #28a745;
            color: white;
            padding: 15px;
            border-radius: 5px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            display: none;
        }
        form{
                padding: 22px 42px;
                margin: 0;
            box-shadow:none;
                max-width: 100%;
        }
        textarea.form-control{
                height: 389px;
        }
        .form-section {
            margin-bottom: 20px;
        }
        .form-group {
            margin-bottom: 20px;
        }
        .form-group h4{
                display: inline;
    color: #ff7c7e;
    font-size: 18px;;
        } 
        .underline-input {
            border: none;
            border-bottom: 1px solid #ced4da;
            border-radius: 0;
            background-color: transparent;
        }
        .underline-input:focus {
            box-shadow: none;
            border-color: #007bff;
        }
        .row {
            display: flex;
            justify-content: space-between;
        }
        .column {
            flex: 1;
            padding: 10px;
        }
        .row-separator {
    border-bottom: 0.5px solid #f3ecec;
    margin-bottom: 20px;
    width: 100%;
        }
select#source option:hover {
    background-color: red;
    color: white; /* Optional: change text color for better visibility */
}
        .container {
            max-width: 100%;
        }
            .header{
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            border-radius: 0 0 22px 22px;
        height: 99px;
        background-color:white;
    }
        .header h1{
        color:#151D48;
        font-weight: 600;
        font-size:30px;
    }
        .heada{
        padding:0 20px;
    }
        .tit{
        height:100%;
    }
            .content {
                position: absolute;
            width: 76%;
            right: 124px!important;
            padding:0!important;
        }
        .mb-3{
      font-family: "Noto Sans Khmer", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
    font-size:16px;
}
.title {
        padding-right: 17px;
    padding-left: 17px;
    padding-top: 24px;
    padding-bottom: 5px;
}
.dropdown-item:hover{
        background-color: red !important;
    color: white !important;
}
    .col-md-4 {
    padding: 17px 0;
}