 body {
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
 }

 a.navbar-brand {
            white-space: normal;
            text-align: center;
            word-break: break-all;
        }


        .navbar-nav .nav-link.active {
            color: #00CED1;
        }

        .nav-link:hover {
            color: #00CED1;
        }

        .nav-link {
            color: #fff;
        }

        .core-icon-height {
            font-size: 30px;
        }

        .core-icon-height:hover {
            color: var(--bs-dark) !important;
        }

        .carousel-item img {
            object-fit: cover;
            object-position: center;
            overflow: hidden;
            min-height: 200px !important;
            max-height: 400px !important;
            width: 100% !important;
            margin: 0 auto;
        }

        input::-webkit-outer-spin-button,
        input::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

        /* Firefox */
        input[type=number] {
            -moz-appearance: textfield;
        }

        .input-group {
            min-width: 100px !important;
        }

        .highlight-yellow {
            background-color: #FFFAA0 !important;
        }

        fieldset {
            font-family: Arial !important;
            border: 1px solid #212529 !important;
            background: #fff !important;
            border-radius: 5px !important;
            padding-bottom: 15px !important;
            padding-left: 15px !important;
            padding-right: 15px !important;
            min-width: 500px !important;
        }

        fieldset legend {
            text-align: left;
            background: #212529 !important;
            padding-left: 5px;
            color: #fff !important;
            font-size: 16px !important;
            border-radius: 5px !important;
            box-shadow: 0 0 0 1px #ddd !important;
            margin-left: 20px !important;
            width: auto !important;
            padding: 10px !important;
        }

        .jqte {
            margin: 0px !important;
        }

        .jqte_tool.jqte_tool_1 .jqte_tool_label {
            position: relative;
            display: block;
            padding: 3px;
            width: 70px;
            height: 20px !important;
            /* change it to 20px; */
            overflow: hidden;
        }

        .core-custom-span-text-width {
            display: block;
            width: 100px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .core-error {
            border: 3px solid red !important;

        }

        .core-action-button:hover {
            border: 3px solid red !important;
        }

        .core-column-width-custom {
            width: 200px !important;
            /*word-break: break-all!important;*/
            white-space: normal !important;
            word-wrap: break-word !important;
            white-space: pre-wrap;
            white-space: -moz-pre-wrap;
            white-space: -pre-wrap;
            white-space: -o-pre-wrap;
            word-wrap: break-word;
        }

        .core-column-width-custom-a {
            max-width: 150px !important;
            /*word-break: break-all!important;*/
            white-space: normal !important;
            word-wrap: break-word !important;
            white-space: pre-wrap;
            white-space: -moz-pre-wrap;
            white-space: -pre-wrap;
            white-space: -o-pre-wrap;
            word-wrap: break-word;
        }

        .core-custom-div-height-width {
            width: 200px !important;
            /*word-break: break-all!important;*/
            white-space: normal !important;
            word-wrap: break-word !important;
            white-space: pre-wrap;
            white-space: -moz-pre-wrap;
            white-space: -pre-wrap;
            white-space: -o-pre-wrap;
            word-wrap: break-word;
            max-height: 100px;
            overflow-y: auto;
            overflow-x: hidden;
        }

        .core-custom-div-height-width-sm {
            min-width: 100px !important;
            max-width: 200px !important;
            /*word-break: break-all!important;*/
            white-space: normal !important;
            word-wrap: break-word !important;
            white-space: pre-wrap;
            white-space: -moz-pre-wrap;
            white-space: -pre-wrap;
            white-space: -o-pre-wrap;
            word-wrap: break-word;
            max-height: 100px;
            overflow-y: auto;
            overflow-x: hidden;
        }

        .core-custom-div-height-width-md {
            min-width: 150px !important;
            max-width: 200px !important;
            /*word-break: break-all!important;*/
            white-space: normal !important;
            word-wrap: break-word !important;
            white-space: pre-wrap;
            white-space: -moz-pre-wrap;
            white-space: -pre-wrap;
            white-space: -o-pre-wrap;
            word-wrap: break-word;
            max-height: 100px;
            overflow-y: auto;
            overflow-x: hidden;
        }

        .core-custom-div-height-width-lg {
            width: 200px !important;
            /*word-break: break-all!important;*/
            white-space: normal !important;
            word-wrap: break-word !important;
            white-space: pre-wrap;
            white-space: -moz-pre-wrap;
            white-space: -pre-wrap;
            white-space: -o-pre-wrap;
            word-wrap: break-word;
            max-height: 100px;
            overflow-y: auto;
            overflow-x: hidden;
        }

        table.dataTable tbody th,
        table.dataTable tbody td {
            padding: 2px 2px !important;
            max-width: 200px !important;
        }


        #tblData table {
            table-layout: fixed;
        }

        #tblData table td {
            word-wrap: break-word;
            max-width: 200px;

        }

        #tblData td {
            vertical-align: top !important;
        }


        #tblData table td {
            white-space: inherit;
        }


        .mytooltip:hover:after {
            background: #333;
            background: rgba(0, 0, 0, .9);
            border-radius: 5px;
            bottom: 26px;
            color: rgb(255, 77, 85);
            content: attr(title);
            right: 20%;
            padding: 5px 15px;
            position: absolute;
            z-index: 98;
            width: 220px;
        }

        .mytooltip:hover:before {
            border: solid;
            border-color: #333 transparent;
            border-width: 6px 6px 0 6px;
            bottom: 20px;
            content: "";
            right: 50%;
            position: absolute;
            z-index: 99;
        }

        .mytooltip {
            radius: 4px !important;
            background-color: black;
            color: rgb(255, 77, 85) !important;
            padding: 5px 20px;
            border-radius: 20px;
            margin: 50px;
            text-align: center;
            font: bold 12px;
            font-stretch: condensed;
            text-decoration: none;
            box-shadow: 0 0 10px black;
        }

        /* ------------------------------------- */

        .btn-circle {
            width: 20px;
            height: 20px;
            text-align: center;
            padding: 2px 0;
            font-size: 10px;
            line-height: 1.428571429;
            border-width: 0!important;
            margin: 0!important;
            /* border-radius: 15px; */
        }

        .btn-circle.btn-lg {
            width: 50px;
            height: 50px;
            padding: 10px 16px;
            font-size: 18px;
            line-height: 1.33;
            /* border-radius: 25px; */
        }

        .btn-circle.btn-xl {
            width: 70px;
            height: 70px;
            padding: 10px 16px;
            font-size: 24px;
            line-height: 1.33;
            /* border-radius: 35px; */
        }



        .btn-yellow {
        --bs-btn-color: #000;
        --bs-btn-bg: #ffeb3b;
        --bs-btn-border-color: #ffeb3b;
        --bs-btn-hover-color: #000;
        --bs-btn-hover-bg: #fdd835;
        --bs-btn-hover-border-color: #fdd835;
        --bs-btn-focus-shadow-rgb: 255, 235, 59;
        --bs-btn-active-color: #000;
        --bs-btn-active-bg: #fbc02d;
        --bs-btn-active-border-color: #fbc02d;
        --bs-btn-disabled-color: #000;
        --bs-btn-disabled-bg: #ffeb3b;
        --bs-btn-disabled-border-color: #ffeb3b;
        }
