@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
	--primary-color: #1e40af;
  --secondary-blue: #294fca;
  --secondary-blue2:#1939a2;
  --secondary-blue3:#1e40af;
  --secondary-blue4:#1e40af;
  --primary-white: #f1f5f9;
  --primary-white2: #fff;
  --primary-white3: #fff;
  --primary-black: #000;
  --primary-black2: #000;
  --primary-darkgray: rgba(255, 255, 255, 0.5);
  --box-shadow1 : #0000000b;
  --box-shadow2 : #eee;
  --text-gray: #1e40af;
  --text-gray2: #454547;
  --bg-toggle: #fff;
  --on-background: rgb(66, 66, 66);
  --box-bg: #fff;
  --border-color: #f2f2f2;
  --border-color2: #ddd;
  --table-border: #dee2e6;
  --table-text: #000;
  --input-border-color: #e3e3e3;
  --input-color: #fff;
  --text-slate-500: rgba(72, 72, 72, 0.7);
  }
  
[data-theme="dark"] {
	--primary-color: #1b253b;
  --secondary-blue: #232d45;
  --secondary-blue2:#232d45;
  --secondary-blue3:#aeaeae;
  --secondary-blue4:#1e40af;
  --primary-white: #232d45;
  --primary-white2: #94a3b8;
  --primary-white3: #232d45;
  --primary-black: #fff;
  --primary-black2: #e5e5e5;
  --primary-darkgray: #2b3754;
  --box-shadow1 : #2e2e2e;
  --box-shadow2 : #2e2e2e;
  --text-gray: #94a3b8;
  --text-gray2: #dcdcdc;
  --bg-toggle: #1b253b;
  --on-background: #787d84;
  --box-bg: #28334e;
  --border-color: #47587e;
  --border-color2: #47587e;
  --table-border: #47587e;
  --table-text: #e7e9ec;
  --input-border-color: #47587e;
  --input-color: #1b253b;
  --text-slate-500: rgba(203, 203, 203, 0.7);
  --bs-black-rgb: #fff;
  }

* { padding:0; margin:0; }

body { font-family: "Roboto", sans-serif; color:var(--text-gray2); font-size:14px; overflow-x: hidden; background: var(--primary-white); }
a, a:hover {
	text-decoration:none;
    cursor: pointer;
}
ul, li, p, span, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}
.table {
  border-color: var(--table-border);
  color: var(--table-text);
}
.table-hover > tbody > tr:hover {
  color: var(--primary-black);
}
.note-frame {
  color: var(--rimary-black);
}
.note-editor.note-airframe, .note-editor.note-frame {
  border: 1px solid var(--table-border);
}
.main_sec {
	background: var(--primary-color);
	padding: 20px 0;
	min-height: 100vh;
	display: flex;
	justify-content: center;
    align-items: center;
}
.logo {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 2rem;
  }
.logo img  {
	max-width: 250px;
}
  .form_grp_lgn h3 {
	margin: 0 0 7px;
	font-size: 32px;
	color: var(--primary-black);
	font-weight: bold;
  }
  .form_grp_lgn p {
	font-size: 16px;
	color: #858585;
	margin: 0 0 22px;
  }
  .input_frm_lgn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	width: 100%;
  }
  .input_frm_lgn i {
	color: var(--secondary-blue3);
	position: absolute;
	left: 12px;
	top: 17px;
  }
  .main_sec .logo a {
    color: var(--primary-white2);
  }
  .input_frm_lgn input {
    box-shadow: 0px 1px 2px 0px var(--box-shadow1);
    border: 1px solid var(--input-border-color);
    background: var(--input-color);
    padding: 10px 14px 10px 35px;
    margin: 0px 0px 10px;
    border-radius: 5px;
    font-size: 13px;
    width: 100%;
    border-left: 3px solid var(--primary-color);
    height: 50px;
    color: var(--table-text);
  }
  .valid_txt {
	font-size: 13px;
	color: red;
	text-align: left;
	width: 100%;
	position: relative;
	top: -8px;
  }
  .comn_btn_2 {
	background: var(--secondary-blue4);
	width: 100%;
	height: 50px;
	display: block;
	text-align: center;
	color: var(--primary-white2);
	padding: 10px 0;
	font-size: 15px;
	font-weight: bold;
	border-radius: 5px;
	border: none;
  }
  .checkbx {
	background: #f1f1f1;
    border: none;
  }
  .shape_2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	display: flex;
	justify-content: center;
  }
  .breadcrumb-item.active {
    color: var(--primary-black);
  }
  .datepicker-dropdown.dropdown-menu {
    min-width: 15rem !important;
    padding: .5rem .5rem !important;
  }
  .datepicker td, .datepicker th {
    width: 22px !important;
    height: 30px !important;
  }
  .datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
    background: rgb(30, 64, 175);
    cursor: pointer;
    color: var(--primary-white2);
  }
  .datepicker table {
    margin: 0;
    width: 100%;
  }
  .image-fit {
    width: 8rem;
   height: 8rem;
  }
  .image-fit > img {
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 9999px;
  }
  .fw-500 { font-weight: 500;}
  .navigation_sec ul li a i {
    font-size: 20px;
  }
  .navigation_sec ul li .sub-menu a i {
    font-size: 16px;
  }
  /**Dashboard**/

.lft_side_cnts_lgn {
    background: url(../images/login_lft_bg.png) no-repeat left top;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.h-screen {
    min-height: 100vh;
}
.aln_dv {
    width: 600px;
}
.logo img {
    max-width: 100%;
}
.lft_side_cnts_lgn h2 {
    font-size: 32px;
    font-weight: bold;
    color: var(--primary-white2);
    line-height: 42px;
    margin-bottom: 24px;
}
.lft_side_cnts_lgn p {
    font-size: 15px;
    line-height: 26px;
    color: var(--primary-white2);
    font-weight: 400;
}
.arw {
    position: absolute;
    right: 0px;
}
.net_bg {
    position: absolute;
    left: -14px;
    top: 57px;
    max-width: 100%;
}
.right_side_cen_dv {
    width: 600px;
}
.lgn_serv_ic {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    margin-bottom: 5rem;
    position: relative;
}
.ico_circle {
    width: 50px;
    height: 50px;
    display: block;
    background: #20aa8e;
    border-radius: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lgn_serv_ic li {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.lgn_serv_ic li p {
    text-align: center;
    line-height: 18px;
    margin: 12px 0 0;
    font-size: 16px;
}
.ico_circle::before {
    border: 1px solid #20aa8e;
    content: "";
    width: 60px;
    height: 60px;
    display: block;
    z-index: -1;
    position: absolute;
    border-radius: 100%;
    left: -5px;
    top: -5px;
}
.pe-10 {
    padding-right: 5rem !important;
}
.login_main_sec h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 50px;
}
.login_main_sec h3 span {
    font-size: 32px;
    color: #083f8d;
}
.form-group {
    position: relative;
}
.form-group label {
    font-size: 14px;
    margin-bottom: 4px;
}
.inp_ico {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    border-radius: 7px;
    color: #b8b8b8;
}
.form-group input {
    width: 100%;
    border: 1px solid #c7c7c7;
    padding: 10px 14px 10px 40px;
    height: 50px;
    border-radius: 7px;
    font-size: 14px;
}
.form-group button {
    background: #073f8d;
    width: 100%;
    height: 55px;
    border-radius: 10px;
    border: none;
    color: var(--primary-white2);
    font-size: 15px;
    position: relative;
    font-weight: 500;
}
.login_main_sec {
    width: 540px;
    margin: 0 auto;
}
.login_main_sec p {
    font-size: 14px;
    text-align: center;
    margin-top: 50px;
    color: #7e7e7e;
}
.right_side_blue_lgn {
    background: url(../images/right_bg_lgn.png) repeat;
    width: 100px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}
.lgn_serv_ic::before {
    content: "";
    position: absolute;
    left: 55px;
    top: 27px;
    width: 486px;
    height: 2px;
    background: #20aa8e;
}
.shape_1 {
    position: absolute;
    left: -14px;
    bottom: 0;
    width: 80px;
}
.shape_2 {
    position: absolute;
    right: 44px;
    bottom: 14px;
    width: 40px;
}
.shape_1 img,
.shape_2 img {
    max-width: 100%;
} 
/**Dashboard**/
.bg_dashboard {
    background: var(--primary-color);
    padding: 1.25rem 1.8rem;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.left_bar {
    display: block;
    top: 0;
    bottom: 0;
    width: 245px;
    padding-right: 0;
}
.right_bar {
    width: 230px;
    flex: 1 1 0%;
    background:  var(--primary-white);
    min-height: 97vh;
    border-radius: 34px;
    padding: 17px 24px;
}
.logo_dash img {
    width: 1.5rem;
}
.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
.navigation_sec {
    padding: 0px 0px 61px 0px;
}
.navigation_sec p {
    font-size: 14px;
    text-transform: uppercase;
    color: var(--primary-white2);
    opacity: 0.7;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 17px;
    padding: 0 14px;
}
.navigation_sec ul {
    list-style-type: none;
    font-size: 14px;
    text-decoration: none;
    line-height: 26px;
}
.navigation_sec ul li a {
    text-decoration: none;
    font-size: 14px;
    color: var(--primary-white2);
    display: block;
    width: 100%;
    padding: 14px 28px 14px 15px;
    margin-bottom: 4px;
    display: flex;
    align-items: baseline;
    gap: 8px;
    position: relative;
}
.navigation_sec ul li a img {
    width: 20px;
    filter: grayscale(1) invert(1);
}
.top_bar h2 {
    font-size: 20px;
    color: #073f8d;
    font-weight: 500;
}
.top_bar {
    border-bottom: 1px solid var(--border-color2);
    padding-bottom: 10px;
}
.logo_dash {
    padding-right: 14px;
}
.logo_dash .intro-x {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  height: 73px;
}
.top_bar span {
    width: 35px;
    height: 35px;
    display: block;
    border-radius: 100%;
    overflow: hidden;
}
.user {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}
.user img {
    max-width: 100%;
}
.right_bar h3 {
    font-size: 25px;
    font-weight: 800;
    text-align: center;
    margin: 0 0 25px;
}
.hme p {
    text-align: center;
    font-size: 16px;
    color: #676767;
}
.grid_cir {
    width: 110px;
    height: 110px;
    background: #20aa8e;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: relative;
    margin-top: -44px;
    transition: transform 1s;
}
.grid_cir::before {
    border: 1px solid #20aa8e;
    content: "";
    width: 120px;
    height: 120px;
    display: block;
    position: absolute;
    border-radius: 100%;
    left: -5px;
    top: -5px;
}
.grid_cir02 {
    width: 110px;
    height: 110px;
    background: #073f8d;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: relative;
    margin-top: -44px;
    transition: transform 1s;
}
.grid_cir02::before {
    border: 1px solid #073f8d;
    content: "";
    width: 120px;
    height: 120px;
    display: block;
    position: absolute;
    border-radius: 100%;
    left: -5px;
    top: -5px;
}
.dsh_grid:hover .grid_cir,
.dsh_grid:hover .grid_cir02 {
    transform: rotate(360deg);
}
.dsh_grid {
    background: #eaeaea;
    padding: 14px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.dsh_grid h4 {
    text-align: center;
    font-size: 16px;
    margin: 12px 0;
    font-weight: 500;
    line-height: 22px;
}
.mt-74 {
    margin-top: 74px;
}
.dsh_grid h4 a {
    color: var(--primary-black);
    text-decoration: none;
}

.breadcrumb li a {
    color: var(--text-gray);
}
.box {
    box-shadow: 0px 0px 10px var(--box-shadow2);
    position: relative;
    border-radius: 0.375rem;
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: var(--box-bg);
    margin-bottom: 20px;
  }
  .report-box {
    position: relative;
  }
  .report-box::before {
    content: "";
    width: 90%;
    box-shadow: 0px 3px 20px var(--box-shadow1);
    position: absolute;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.75rem;
    height: 100%;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: var(--primary-darkgray);
  }
  .zoom-in {
    transition: transform .4s; /* Animation */
  }
  .zoom-in:hover {
    transform: scale(1.08); 
  }

  /**User menu**/
  .onhover-dropdown {
    color: #222;
    font-size: 14px;
    position: relative;
    list-style-type: none;
    cursor: pointer;
    }
    .onhover-dropdown .onhover-div {
        position: absolute;
        top: 60px;
        background-color: var(--primary-color);
        z-index: 1001;
        right: 0;
        width: 320px;
        padding: 20px;
        border-radius: 10px;
        padding: calc(14px + (30 - 14) * ((100vw - 320px) / (1920 - 320))) calc(11px + (20 - 11) * ((100vw - 320px) / (1920 - 320)));
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        visibility: hidden;
    }
    .user-box-name li {
        list-style-type: none;
      }
      .user-box-name li a {
        color: var(--primary-white2);
        font-size: 14px;
        padding: 7px 14px;
        display: block;
        border-radius: 4px;
        background: transparent;
      }
      .user-box-name li a svg {
        margin-right: 7px;
      }
    .onhover-dropdown .onhover-div-login {
    right: 0px;
    width: 180px;
    padding: 9px 0px;
    }
  .onhover-div-login:hover .onhover-div::after {
    content: "";
    position: absolute;
    border: solid transparent;
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: rgba(194, 225, 245, 0);
    border-bottom-color: rgba(194, 225, 245, 0);
    border-bottom-color: var(--primary-white2);
    border-width: 17px;
    margin-left: -39px;
    right: 39px;
    top: -33px;
    }
  .onhover-div-login:hover .onhover-div::before {
    content: "";
    position: absolute;
    border: solid transparent;
    border-bottom-color: #131313;
    border-width: 17px;
    margin-left: -39px;
    right: 39px;
    top: -33px;
    }
  .onhover-dropdown:hover .onhover-div {
      opacity: 1;
      top: 40px;
      visibility: visible;
    }
    .fs-8 {
        font-size: 12px;
    }
  /**User menu**/
  .w-6 {
    width: 1.5rem;
  }
  .table > :not(caption) > * > * {
    padding: .7rem .5rem;
    font-weight: 500;
  }
  .table td {
    font-weight: 400;
    vertical-align: baseline;
  }
  .shadow-md {
    box-shadow: 0px 0px 6px rgba(144, 144, 144, 0.1);
  }
  .com_hd {
    padding: 1.25rem;
  border-bottom: 1px solid var(--border-color);
  }
  .com_hd h2 {
    font-weight: 500 !important;
    font-size: 1rem !important;
    line-height: 1.5rem;
  }
  .max_565 .box i {
    font-size: 24px;
  }
  .fst_drp_li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 20px !important;
  margin-bottom: 6px;
  color: var(--primary-white2);
  }
  .text-small {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
  }
  .text-gray {
    color: #b1b1b1 !important;
  }
  .side-nav__devider {
    position: relative;
  z-index: 10;
  height: 1px;
  width: 90%;
  background-color: rgb(255 255 255 / 0.08);
  }
  .navigation_sec ul li.active_mnu a + .panel .side-menu__sub-open .sub-menu {
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
  }
  .navigation_sec ul li.active_mnu a + .panel .side-menu__sub-open .sub-menu::after,
  .navigation_sec ul li.active_mnu a + .panel .side-menu__sub-open .sub-menu::before {
display: none;  
}
.active_mnu .accordion::after {
    color: var(--primary-black);
  }
  .form-label {
    color: var(--primary-black);
    margin-bottom: 5px;
  }
  .note-btn {
    border: 1px solid var(--input-border-color);
    background: var(--input-color);
  }
  .note-toolbar {
    border: 1px solid var(--input-border-color);
    background: var(--input-color);
  }
  .note-btn {
    color: var(--primary-black2);
  }
  .form-control {
    font-size: 14px;
    box-shadow: 0px 1px 2px 0px var(--box-shadow1);
    border: 1px solid var(--input-border-color);
    background: var(--input-color);
    padding: 8px 14px;
    appearance: auto;
    min-height: 42px;
  }
  .form-control:focus {
    color: var(--table-text);
    background: var(--input-color);
    border-color: var(--input-border-color);
  }
  .input-group-append .input-group-text {
    height: 42px;
  }
  .text-slate-500 {
    color: var(--text-slate-500);
  }
  .font-medium { font-weight: 500 !important;}
  .file_uploader_bordr {
    border: 2px dashed var(--on-background);
    width: 100%;
    border-radius: 5px;
    min-height: 217px;
    display: flex;
    justify-content: center;
    cursor: pointer;
  }
  .file_uploader_bordr svg { width: 2rem;}
  .file_uploader_bordr p {
    font-size: 14px;
  }
  .file_uploader_bordr p span { font-weight: 550;}
  .file_uploader_bordr .text-xs { font-size: 13px;}
  .file_uploader_bordr .hidden {
    display: none;
  }
  .dz-message a {
    display: block;
    padding: 1px;
  }
  .dz-message img {
    border-radius: 5px;
    margin-bottom: 15px;
  }
  .form-check-input {
    width: 1.3em;
    height: 1.3em;
  }
  /**.form-check .form-check-input {
    margin-right: 7px;
    box-shadow: 0px 1px 2px 0px var(--box-shadow1);
    border: 1px solid var(--input-border-color);
    background: var(--input-color);
  }**/
  .form-check input + label {
    margin-top: 2px;
  }
/**Dashboard**/
.pagination {
	flex-wrap: wrap;
	gap: 4px;
	justify-content: center;
  }
  .pagination a:first-child {
	border: 1px solid #bbb;
	border-radius: 5px;
  }
  .pagination a {
	color: var(--primary-black);
	float: left;
	padding: 6px 12px;
	text-decoration: none;
	border: 1px solid #bbb;
	border-radius: 100%;
	margin: 0 4px;
	margin-bottom: 5px;
  background: var(--primary-white2);
  }
  .pagination a.active {
	background-color: var(--primary-color);
	color: var(--primary-white2);
	border: 1px solid var(--primary-color);
	padding: 6px 12px;
  }
  .pagination a:last-child {
	border: 1px solid #bbb;
	border-radius: 5px;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--primary-black);
  }

  .note-editor .note-editable {
    font-size: 12px;
    line-height: 1;
  }
  .preview {
    overflow-wrap: break-word;
  }
  .note-editor.note-frame .note-editing-area .note-editable {
    min-height: 150px;
  }
  .input-form .dropdown-toggle::after {
    display: none;
  }
  .select2-container--default .select2-selection--single {
    padding: 6px 10px !important;
  }
  /* Dark Mode Toggle */
.theme-switch-wrapper {
  display: flex;
  align-items: center;
  z-index: 100;
  position: fixed;
  right: 25px;
  bottom: 15px;
  background: var(--bg-toggle);
  box-shadow: 0px 3px 20px var(--box-shadow1);
  padding: 8px 16px;
  border-radius: 100px;
}

.theme-switch-wrapper span {
  margin-right: 10px;
  font-size: 1rem;
}

.toggle-text {
  position: relative;
  top: -4px;
  right: 5px;
  color: var(--on-background);
}

.theme-switch {
  display: inline-block;
  height: 34px;
  position: relative;
  width: 60px;
}

.theme-switch input {
  display: none;
}

.slider {
  background: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}

.slider::before {
  background: var(--primary-white2);
  bottom: 4px;
  content: '';
  height: 26px;
  left: 4px;
  position: absolute;
  transition: 0.4s;
  width: 26px;
}

input:checked + .slider {
  background: var(--primary-white);
}

input:checked + .slider::before {
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round::before {
  border-radius: 50%;
}

.fas {
  font-size: 30px;
  margin-right: 5px;
}
.navigation_sec ul li a span {
  line-height: 24px;
}
/* Dark Mode Toggle */

.report-box.zoom-in .box {
  background: #179e78;
}
.box .fs-2.font-medium.leading-8.mt-3 {
  min-height: 50px;
}
.navigation_sec ul li .sub-menu i {
  font-size: 17px;
}
.grids {
  width: 100%;
}
.bg-blue {
background-color: rgb(60, 161, 200) !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100% !important;
}
#copytxt_3 {
  word-break: break-all;
}
.h-fill-fit {
  height: 100%;
}
.det_fit_h {
  max-height: 165px;
  min-height: 165px;
  overflow-y: auto;
}
.select2-container {
  width: 100% !important;
}
  /**Responsive**/

@media (max-width: 1500px) {
    .right_side_cen_dv {
        width: 500px;
    }
    .lgn_serv_ic::before {
        width: 385px;
    }
    .login_main_sec {
        width: 480px;
    }
    .aln_dv {
        width: 80%;
    }
}
@media (max-width: 1200px) {
    .right_side_blue_lgn {
        display: none;
    }
    .pe-10 {
        padding-right: 0rem !important;
    }
    .right_side_cen_dv {
        width: 460px;
    }
    .login_main_sec {
        width: 460px;
    }
    .lgn_serv_ic::before {
        width: 360px;
    }
}
.lgn_serv_ic li span {
    animation: zoom-in-zoom-out 2s ease-out infinite;
}
.lgn_serv_ic li:nth-child(2) span {
    animation: skewanm 2s ease-out infinite;
}
@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.2, 1.2);
    }
    100% {
        transform: scale(1, 1);
    }
}
@keyframes skewanm {
    0% {
        transform: rotate(-20deg);
    }
    50% {
        transform: rotate(20deg);
    }
    100% {
        transform: rotate(-20deg);
    }
}

 /*accordian tab*/
.accordion:after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f078";
    font-size: 11px;
    color: var(--primary-white2);
    float: right;
    margin-left: 5px;
    position: absolute;
    right: 14px;
    top: 12px;
}
.panel {
  padding: 7px 0 0 19px;
  display: none;
  background-color: var(--secondary-blue2);
  overflow: hidden;
  border-radius: 7px;
  margin-bottom: 5px;
}
.panel .side-menu__sub-open li a {
  padding: 8px 0;
  color: rgba(255, 255, 255, 0.7);
}
.panel .side-menu__sub-open li a:hover {
    background: transparent;
    color: var(--primary-white2);
}
/*accordian tab*/

  .lucide {
    stroke-width: 1.5;
  }
  .w-4 {
    width: 1rem;
  }
  .h-4 {
    height: 1rem;
  }
  .grids h2 {
    font-size: 20px;
    font-weight: 550;
    color: var(--primary-black);
  }
  .rounded-md {
    border-radius: 20px;
  }
  .select2-container .select2-selection--single {
    border-radius: 4px;
    font-size: 14px;
    box-shadow: 0px 1px 2px 0px var(--box-shadow1);
    border: 1px solid var(--input-border-color);
    background: var(--input-color);
    padding: 8px 14px;
    appearance: auto;
    min-height: 37px;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 !important;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
    right: 2px;
  }
  .active_menu {
    color: #fff !important;
  }
/**Dashboard**/
@media screen and (min-width: 768px) and (max-width:991px) {
    .hd_tb {
        display: none;
        font-size: 14px;
    }
    .navigation_sec ul li a {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .left_bar {
        width: 80px;
    }
    .nav_g {
        display: none;
    }
    .navigation_sec ul li a:hover .hd_tb {
        position: absolute;
        left: 75px;
        top: 8px;
        display: block;
        z-index: 99;
        background: #000;
        padding: 2px 10px;
        border-radius: 4px;
        color: var(--primary-white2);
        width: 123px;
        text-align: center;
    }
    .navigation_sec ul li a .hd_tb::before {
        content: "\f0d9";
        font-weight: 900;
        font-family: "Font Awesome 6 Free";
        position: absolute;
        left: -4px;
        color: var(--primary-black);
    }
}

@media (min-width: 992px) {
    .navigation_sec ul li a:hover {
        background: var(--secondary-blue);
        border-radius: 50px 0 0 50px;
    }
    .panel {
        width: 92%;
      }
}

@media (max-width: 767px) {
    .left_bar {
        display: none;
      }
      .input-form {
        margin-top: 14px;
      }
      .right_bar {
        width: 100%;
        max-width: 100%;
        margin-top: 5rem;
      }
      .mobile-header {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 1.2rem 1.7rem;
        margin-bottom: 21px;
        position: fixed;
        width: 100%;
        left: 0;
        z-index: 9;
        top: 0;
        background: var(--primary-color);
      }
.menu_bar_2 {
    font-size: 18px;
  color: var(--primary-white2);
}
      /**mob menu**/
      #menu-toggle {
        background: transparent;
        border: none;
        transform: rotate(-90deg);
    }
    .w-8 {
        width: 2rem;
      }
    .side-menu {
        position: fixed;
        top: 0;
        left: -250px;
        width: 250px;
        height: 100%;
        background-color: var(--primary-color);
        color: var(--primary-white2);
        transition: left 0.3s ease;
        z-index: 1001;
        overflow-y: auto;
    }
    .lucide {
        stroke-width: 1.5;
      }
    .side-menu h2 {
        padding: 15px;
    }
    
    .side-menu ul {
        list-style-type: none;
        padding: 0;
    }
    .side-menu ul li {
        padding: 0 10px;
      }
    .side-menu ul li a {
        color: var(--primary-white2);
        text-decoration: none;
    }
    .navigation_sec ul li a {
        padding: 7px 14px;
    }
    .side-menu .close-btn {
        position: absolute;
        top: 10px;
        right: 5px;
        font-size: 24px;
        background: none;
        border: none;
        color: var(--primary-white2);
        cursor: pointer;
        border: 2px solid var(--primary-white2);
        width: 30px;
        height: 30px;
        line-height: 20px;
        border-radius: 100%;
    }
    
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.9);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
        z-index: 1000;
    }
    
    .overlay.show {
        opacity: 1;
        visibility: visible;
    }

    .form_grp_lgn {
      z-index: 9;
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      max-width: 100%;
      padding: 1.7rem;
      background: var(--primary-white3);
      border-radius: 14px;
      border: 1px dashed #949494;
      margin: 0 auto;
      }

/**mob menu**/
}

@media (min-width: 768px) {
    .mobile-header  {
        display: none !important;
    }

    .navigation_sec ul li.active_mnu a {
        background: var(--primary-white);
        color: var(--primary-black);
        border-radius: 40px 0 0 40px;
    }
    .navigation_sec ul li.active_mnu a img,
    .navigation_sec ul li:hover a img {
        filter: grayscale(0) invert(0);
    } 
    .navigation_sec ul li.active_mnu a::before {
        content: "";
        height: 40px;
        margin-top: -24px;
        background: url("../images/top_corner.svg") no-repeat left top / contain;
        position: absolute;
        top: -15.1px;
        right: 2px;
        width: 37px;
        z-index: 9;
        transform: rotate(90deg) scale(1.04);
      }
      .navigation_sec ul li.active_mnu a::after {
        content: "";
        height: 40px;
        background: url("../images/bot_corner.svg") no-repeat left top / contain;
        position: absolute;
        bottom: -40px;
        right: 0px;
        width: 37px;
        z-index: 9;
        top: auto;
      }
      /**Dark**/
      html[data-theme='dark'] .navigation_sec ul li.active_mnu a::before {
        background: url("../images/top_corner_dark.png") no-repeat left top / contain;
      }
      html[data-theme='dark'] .navigation_sec ul li.active_mnu a::after {
        background: url("../images/bot_corner_dark.png") no-repeat left top / contain;
      }
      /**Dark**/
      .form_grp_lgn {
        z-index: 9;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        max-width: 100%;
        padding: 1.7rem;
        background: var(--primary-white3);
        border-radius: 14px;
        border: 1px dashed #949494;
        width: 500px;
        margin: 0 auto;
        }
}
@media (max-width: 565px) {
    .max_565 .col-6 {
        width: 100%;
    }
}
@media (max-width: 1435px) {
  .text-center-1435 {
    text-align: center;
  }
}

@media (max-width: 1099px) {
  .flex-column-992 {
   flex-direction: column;
  }
  .flex-column-992 .col-md-4 {
    width: 50%;
  }
  .flex-column-992 .border-start {
    border-left: 0 !important;
    border-top: 1px solid #e3e3e3;
    margin-top: 2rem !important;
    text-align: center;
  }
  .flex-column-992 .border-end {
    border-right: 0 !important;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 2rem !important;
    padding: 15px 1.5rem !important;
  }
  .flex-column-992 .aln_itm {
    align-items: center !important;
    text-align: center;
  }
  .p_r {
    display: block;
  line-height: 18px;
  }
}