.nav-tabs {
      padding-top: 14px;
      border: none;
      border-radius: 5px;
      box-shadow: 3px 1px 6px 2px rgb(0 0 0 / 12%);
      outline: none;
    }
    .table-data tr:nth-child(even) {
        background-color: #ffffff !important;
    }
    .nav-item .nav-link {
        border: none !important;
        /* font-weight: bold; */
        color: #9797a5;
    }
    .nav-item .nav-link.active {
        border-bottom: 3px solid #0b8166!important;
        color: #495057 ;
    }
    .nav-link {
        display: block;
        /* margin: 0.5rem 1rem !important;
        padding: 3px 6px !important; */
        margin: 5px 10px !important;
        padding: 0px 7px !important;
        color: #0d6efd;
        text-decoration: none;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
        margin-bottom: 0px !important;
        padding-bottom: 15px !important;
    }
    .page_header_bg{
        background-color: #f7f6f9;
        border-radius: 10px;
        padding-top:10px;
    }
    .custom_file {
        border: 2px dotted #adb5bd;
        background: #ffffff;
        height: 100px;
        border-radius: 10px;
        display: flex;
        align-items: center;
    }
    #btn {
        background: #0dcaf01f;
        height:25px;
        color: #0dcaf0;
    }
    .form_label{
        width:15%;
    }
    .row{
        padding:10px;
    }
        ::-webkit-input-placeholder, #note { /* Edge */
            font-weight: bold;
            font-size:14px;
        }

        :-ms-input-placeholder, #note { /* Internet Explorer 10-11 */
            font-weight: bold;
            font-size:14px;
        }

        ::placeholder, #note {
            font-weight: bold;
            font-size:14px;
        }
        .brand-name {
            font-size: 24px;
            /* font-weight: bold; */
            font-family: 'poppinssemibold';
        }
        .select2-container {
          min-width:500px !important;
            max-width:200px !important;
        }
        .select2-container .select2-selection--single {
            height: 34px !important;
        }

        .select2-container--default .select2-selection--single {
            border: 1px solid #ccc !important;
            border-radius: 0px !important;
        }
        .table-data{
            margin-top:7%;
        }
        .mytable{
            border: 2px solid #dee2e6;
            padding: 10px;
            border-radius: 10px;
        }
        .tox-notification{
          display:none !important;
        }
        .form_label label{
          letter-spacing: -0.9px;
          font-weight: 500;
          color: #5c5555;
        }
        .cursor-pointer{
          cursor:pointer;
        }
        .btns_con {
            /* width: fit-content; */
            position: relative;
            text-align: right;
            /* left: 79%; */
            top: 10%;
        }

        .manufacture_popup {
            display: none;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            height: 100vh;
            z-index: 1;
            background: rgba(0,0,0,0.5);
            overflow: hidden;
        }

        .popup-body {
            width: 70%;
            height: 95vh;
            margin: auto;
            background: #fff;
            border-radius: 10px;
            padding: 10px;
        }