body {
    font-family: "Ubuntu", sans-serif;
    background-color: #F5F6FD;
}

h3 {
    font-size: 20px;
    color: #1C4C9A;
}

h4 {
    font-size: 14px;
    font-weight: 700;
    color: #999999;
    margin-bottom: 30px;
}

a:link { color: #333333; text-decoration: none; }
a:visited { color: #333333; text-decoration: none; }
a:hover { color: #1C4C9A; text-decoration: none; }

a.idk_btn_link:link {
    padding: 12px 30px;
    background-color: #1C4C9A;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    border-radius: 5px;
}

a.idk_btn_link:visited {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
}

.idk_margin_top30 { margin-top: 30px; }
.idk_margin_top50 { margin-top: 50px; }
.idk_margin_top100 { margin-top: 100px; }
.idk_margin_top150 { margin-top: 150px; }


.idk_form .idk_form_item {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.idk_form_item input {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #1C4C9A;
    border-radius: 5px;
}

.idk_form_item select {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #1C4C9A;
    border-radius: 5px;
}

.idk_form_item input[type="color"] {
    width: 100%;
    height: 45px;
    border: 1px solid #1C4C9A;
    background-color: #FFFFFF;
    border-radius: 5px;
}

.idk_form_item textarea {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #1C4C9A;
    border-radius: 5px;
}

.idk_form_item button {
    width: 100%;
    padding: 10px 20px;
    text-align: center;
    background-color: #1C4C9A;
    border-radius: 5px;
    color: #FFFFFF;
    font-weight: 700;
    border: 0px;
}

.idk_form_item span {
    font-size: 14px;
    color: #999999;
}

footer p {
    font-size: 14px;
    color: #999999;
}

.idk_menu_holder {
    position: sticky;
    top: 0px;
    left: 0px;
    height: 100vh;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.idk_menu_holder .idk_menu_img {
    width: 80%;
    height: auto;
}

.idk_icon_box {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    margin-bottom: 30px;
    align-items: center;
}

.idk_icon_box p {
    margin: 0px;
}

.idk_user_holder {
    display: inline-block;
    cursor: pointer;
}

.idk_user {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    align-items: center;
}

.idk_user_name {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    font-weight: 700;
    text-align: left;
}

.idk_user_name span {
    font-size: 14px;
    color: #999999;
    font-weight: 400;
}

.idk_title_holder {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    align-items: center;
}

.idk_title_holder span {
    font-size: 20px;
    color: #999999;
}

.idk_notifications_holder {
    position: relative;
    width: auto;
    cursor: pointer;
}

.idk_notifications_holder .idk_notifications_dot {
    position: absolute;
    top: 5px;
    right: 0px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #FF0000;
}

.idk_box {
    width: 100%;
    height: auto;
    padding: 20px 30px;
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

table.dataTable tr td.dt-type-numeric {
  text-align: left;
}

.idk_box_shipment {
    margin-bottom: 30px;
}

.idk_box_shipment h3 {
    font-size: 18px;
    color: #999999;
    font-weight: 700;
    margin-bottom: 30px;
}

.idk_box_shipment h3 span {
    color: #1C4C9A;
}

.idk_box_shipment_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-family: sans-serif;
    font-size: 16px;
}

.idk_box_shipment_info_row {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    align-items: center;
    font-size: 14px;
}

.idk_box_shipment_info_value {
    font-weight: 700;
}

.idk_shipment_status {
    padding: 5px 15px;
    color: #FFFFFF;
}

.idk_front_form input {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #1C4C9A;
    border-radius: 5px;
    margin-bottom: 30px;
}

#clearNotificationsBtn {
    background-color: #FFFFFF;
    border: 0px;
    color: #F2451C;
    padding: 0px 0px 15px 0px;
}

#shipmentChart {
    height: 350px !important;
}

@media (max-width: 600px) {
    .idk_icon_box p {
        display: none;
    }

    .idk_box {
        margin-top: 30px;
    }
}
