﻿@import url("/AGV_UI_th/Theme.AGV_UI_th.css?5234");

/* ================================================

Primary color customization
For additional color customizations, you can change the color code for the colors below

  ================================================ */
  
:root {
    --color-primary: #DC3023; /*primary-color*/
    --color-primary-hover: #DC3023; /*primary-color*/
    --color-secondary: #DC3023; /*primary-color*/
}

.width-max-content {
    width: max-content;
}

