
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --soft-white: #b5b5bf;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #f77b0b;
    --hov-primary: #e56f0e;
    --light-primary: rgba(247, 123, 11, 0.15);
    --secondary: #8f97ab;
    --soft-secondary: rgba(143, 151, 171, 0.15);
    --success: #0abb75;
    --hov-success: #06a868;
    --light-success: rgba(10, 187, 117, 0.15);
    --info: #25bcf1;
    --soft-info: rgba(37, 188, 241, 0.15);
    --warning: #ffc519;
    --soft-warning: rgba(255, 197, 25, 0.15);
    --danger: #ef486a;
    --light-danger: rgba(239, 72, 106, 0.15);
    --light: #f2f3f8;
    --soft-light: #dfdfe6;
    --dark: #111723;
    --soft-dark: rgba(42, 50, 66, 0.15);
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
}

.tagify {
    --tags-border-color: #dfdfe6;
    --tag-bg: #e2e5ec;
    --tag-hover: #d9e6ff;
    --tag-text-color: #212529;
    --tag-text-color--edit: #212529;
    --tag-pad: 0.3rem 0.5rem;
    --tag-inset-shadow-size: 1.1em;
    --tag-invalid-color: #d39494;
    --tag-invalid-bg: rgba(253, 57, 75, 0.5);
    --tag-remove-bg: rgba(253, 57, 75, 0.3);
    --tag-remove-btn-bg: none;
    --tag-remove-btn-bg--hover: #fd394b;
    --tag--min-width: 1ch;
    --tag--max-width: auto;
    --tag-hide-transition: 0.3s;
    --loader-size: 0.8em;
}
body {
	font-family: 'Poppins', Helvetica, sans-serif;
	font-size: 0.844rem;
	font-weight: 400;
	line-height: 1.5;
	color: #1b1b28;
}

a {
    color: var(--gray-dark);
    text-decoration: none;
}
a:hover {
    color: var(--primary);
    text-decoration: none;
    transition: all 0.1s linear 0.1s;
}
/* ===============================
    Bootstrap Reset
================================== */

/* Text Reset */
.text-primary {
    color: #ff9328 !important;
}


/* Form Reset */
.form-label {
    color: #1b1b28;
    font-size: 0.83rem;
}
.form-check-label {
	color: #5f6060;
}
.form-control {
	padding: 0.6rem 1rem;
	font-size: 0.844rem;
	height: calc(1.3125rem + 1.2rem + 2px);
	border: 1px solid #dfdfe6;
	color: #898b92;
    border-radius: .25rem;
}
.form-control::placeholder {
	color: #898b92;
}
.form-control:focus,
.form-check-input:focus {
	outline: 0;
	box-shadow: none;
	border-color: var(--primary);
	box-shadow: none;
}
.form-check-input {
    background-color: transparent;
    border-radius: 2px;
    width: 16px;
    height: 16px;
    margin-top: 1px;
}
.form-check-input[type="checkbox"] {
	border-radius: 2px;
}
.form-check-input:checked[type="radio"] {
    border: 0 none;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg height='800px' width='800px' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 31.955 31.955' xml:space='preserve'%3e%3cg%3e%3cpath style='fill:%23f77b0b;' d='M27.25,4.655C20.996-1.571,10.88-1.546,4.656,4.706C-1.571,10.96-1.548,21.076,4.705,27.3 c6.256,6.226,16.374,6.203,22.597-0.051C33.526,20.995,33.505,10.878,27.25,4.655z'/%3e%3cpath style='fill:%23f77b0b;' d='M13.288,23.896l-1.768,5.207c2.567,0.829,5.331,0.886,7.926,0.17l-0.665-5.416 C17.01,24.487,15.067,24.5,13.288,23.896z M8.12,13.122l-5.645-0.859c-0.741,2.666-0.666,5.514,0.225,8.143l5.491-1.375 C7.452,17.138,7.426,15.029,8.12,13.122z M28.763,11.333l-4.965,1.675c0.798,2.106,0.716,4.468-0.247,6.522l5.351,0.672 C29.827,17.319,29.78,14.193,28.763,11.333z M11.394,2.883l1.018,5.528c2.027-0.954,4.356-1.05,6.442-0.288l1.583-5.137 C17.523,1.94,14.328,1.906,11.394,2.883z'/%3e%3ccircle style='fill:%23ffffff;' cx='15.979' cy='15.977' r='6.117'/%3e%3c/g%3e%3c/svg%3e")
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
	border-color: var(--bs-form-invalid-border-color);
	box-shadow: none;
}
.btn {
	padding: 0.6rem 1.2rem;
	font-size: 0.875rem;
	color: #2a3242;
	font-weight: inherit;
    border-radius: .2rem;
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
	border-color: var(--soft-white);
}
.btn-close:focus {
	outline: 0;
	box-shadow: none;
}
.btn-danger {
	color: var(--white);
}
.btn-primary, 
.btn-light-primary:hover, 
.btn-outline-primary:hover {
	background-color: var(--primary);
	border-color: var(--primary);
	color: var(--white);
}
.btn-success {
	background-color: var(--success);
	border-color: var(--success);
	color: var(--white);
}
.btn-success:hover {
	background-color: var(--hov-success);
	border-color: var(--hov-success);
	color: var(--white);
}
.btn-lg {
	padding: 0.75rem 1.5rem;
	font-size: 1rem;
}
.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.disabled, 
.btn-primary:disabled, 
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show > .btn-primary.dropdown-toggle, 
.btn-outline-primary:not(:disabled):not(.disabled).active, 
.btn-outline-primary:not(:disabled):not(.disabled):active, 
.show > .btn-outline-primary.dropdown-toggle {
	background-color: var(--hov-primary);
	border-color: var(--hov-primary);
}
.form-check-input:checked[type="checkbox"] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff9328' viewBox='0 0 20 20'%3e%3cpath fill-rule='evenodd' d='M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z' clip-rule='evenodd' /%3e%3c/svg%3e");
}
.form-check-input:checked {
    background-color: transparent;
    border-color: var(--primary);
}

.dropdown-menu {
	border-color: #dfdfe6;
	margin: 0;
	border-radius: 0;
	min-width: 14rem;
	font-size: inherit;
	padding: 0;
	-webkit-box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.15);
	box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.15);
	padding: 0.5rem 0;
	border-radius: 4px;
	max-width: 100%;
}
.dropdown-toggle.without-arrow::after {
	content: none;
}
.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.5rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #74788d;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dropdown-item.active, .dropdown-item:hover, .dropdown-item:active {
	color: #fff !important;
	background-color: var(--primary);
}
.card {
	-webkit-box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
	box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
	background-color: #fff;
	margin-bottom: 20px;
	border-color: #ebedf2;
}
.card .card-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	padding: 12px 25px;
	border-bottom: 1px solid #ebedf2;
	min-height: 50px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background-color: transparent;
}
.card .card-header:first-child {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card .card-body {
	padding: 20px 25px;
	border-radius: 4px;
}
.card .card-footer {
	padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
	color: var(--bs-card-cap-color);
	background-color: #fff;
	border-top: 1px solid #ebedf2;
}
.alert {
    color: #fff;
    border-color: transparent;
}
.alert .btn-close {
    background-image: none;
    font-size: 20px;
    padding-top: 9px;
    color: #fff;
    opacity: 1;
}
.alert-success {
	background-color: #1ee5a0;
}
.alert-info {
    background-color: #33c8f0;
}
.alert-warning {
    background-color: #f6ce60;
}
.alert-danger {
    background-color: #ff6c5d;
}
/* ==================================================
SweetAlert CSS Reset
===================================================== */
.swal2-popup {
	width: 20em;
}
.swal2-icon {
	width: 3em;
	height: 3em;
}
.swal2-icon-content {
	font-size: 2.05em;
}
.swal2-title {
	font-size: 1.275em;
}
.swal2-html-container {
	font-size: 0.825em !important;
}
/* ==================================================
Daterange Picker CSS Reset
===================================================== */
.daterangepicker select.yearselect, 
.daterangepicker select.monthselect {
	padding: 5px;
	border: 1px solid #dfdfe6;
	border-radius: 3px;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
	background-color: var(--primary);
}
/* ========================================================== */
.fs-12 {
    font-size: 12px;
}
.fs-13 {
    font-size: 13px;
}
.fs-14 {
    font-size: 14px;
}
.fs-15 {
    font-size: 15px;
}
.fs-16 {
    font-size: 16px;
}
.fs-18 {
    font-size: 18px;
}
.fs-20 {
    font-size: 20px;
}
.fs-22 {
    font-size: 22px;
}
.fs-24 {
    font-size: 24px;
}

.intc-btn-light-success {
	background-color: var(--light-success);
	color: var(--success);
}
.intc-btn-light-success:hover, 
.intc-btn-outline-success:hover {
	background-color: var(--success);
	border-color: var(--success);
	color: var(--white);
}
.intc-btn-light-primary {
    background-color: var(--light-primary);
    color: var(--primary);
}
.intc-btn-light-primary:hover, 
.intc-btn-outline-primary:hover {
	background-color: var(--primary);
	border-color: var(--primary);
	color: var(--white);
}
.intc-btn-light-danger {
	background-color: var(--light-danger);
	color: var(--danger);
}
.intc-btn-light-danger:hover, 
.intc-btn-outline-danger:hover {
	background-color: var(--danger);
	border-color: var(--danger);
	color: var(--white);
}
.intc-btn-default {
    background-color: var(--light);
    border-color: var(--light);
}
.intc-btn-icon {
	font-size: 1rem;
	line-height: 1.4;
	padding: 0.6rem;
	width: calc(2.5125rem + 2px);
	height: calc(2.5125rem + 2px);
}
.intc-btn-circle {
    border-radius: 50%;
}
.intc-bg-cover {
    background-size: cover;
}
.intc-bg-center {
    background-position: center;
}
.intc-bg-white {
    background-color: #FFFFFF;
}
.intc-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 1.7em;
    position: relative;
}
.intc-avatar img {
    object-fit: cover;
    max-width: 100%;
    width: 100%;
    border-radius: 50%;
    height: 100%;
}
.intc-avatar-xxs {
    width: 20px;
    height: 20px;
    font-size: 0.7em;
}
.intc-avatar-xs {
    width: 32px;
    height: 32px;
    font-size: 0.8em;
}
.intc-avatar-sm {
    width: 48px;
    height: 48px;
    font-size: 1.1em;
}
.intc-avatar-md {
    width: 64px;
    height: 64px;
    font-size: 1.4em;
}
.intc-avatar-lg {
    width: 100px;
    height: 100px;
    font-size: 2em;
}
.intc-avatar-xl {
    width: 120px;
    height: 120px;
    font-size: 2.3em;
}
.intc-avatar-xxl {
    width: 150px;
    height: 150px;
    font-size: 2.6em;
}
.intc-avatar-rounded,
.intc-avatar-rounded img {
    border-radius: 0.3em;
}
.intc-avatar-square,
.intc-avatar-square img {
    border-radius: 0;
}

.intc-table  td, .intc-table th {
	vertical-align: middle;
}
.intc-table th {
	padding-bottom: 20px;
	background: #fff;
	padding-top: 23px;
}
.intc-table  td:first-child, .intc-table th:first-child {
    padding-left: 30px;
}
.intc-table  td:last-child, .intc-table th:last-child {
    padding-right: 30px;
}
.intc-table th:last-child,
.intc-table td:last-child {
    text-align: right;
}
.intc-table td:first-child, .intc-table th:first-child {
	width: 60px;
}
.intc-table tr:last-child td {
	border-width: 0;
}
/* ========================================================= */
.intc-content-wrapper {
	min-height: 100vh;
	max-width: 100vw;
	background-color: var(--light);
}
.intc-sidebar-wrapper {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	height: 100vh;
	overflow-y: auto;
	z-index: 99;
	background-color: #141423;
	width: 265px;
	-webkit-transition: left 0.3s ease;
	transition: left 0.3s ease;
    -ms-overflow-style: none;
    scrollbar-width: none; 
}
.intc-content-full-width .intc-sidebar-wrapper {
	left: -265px;
}
.intc-sidebar-wrapper::-webkit-scrollbar {
    display: none;
  }

.intc-nav-logo {
    background-color: rgba(255, 255, 255, 0.01);
  }
.intc-nav-logo a {
    padding: 8px 40px;
    display: block;
  }
  .intc-main-menu-wrapper {
	padding: 15px 0;
}   
.intc-main-menu ul,
.intc-main-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}
.intc-main-menu li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding: 10px 25px;
	font-size: 0.875rem;
	font-weight: 400;
	color: #a2a3b7;
}
.intc-main-menu li a .intc-main-menu-link-text {
	display: flex;
	flex-grow: 1;
}
.intc-main-menu li a .intc-main-menu-arrow {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	font-size: 100%;
}
.intc-main-menu li a .intc-main-menu-arrow::after {
	content: "\f105";
	font-family: "Line Awesome Free";
	font-weight: 900;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.intc-main-menu li a[aria-expanded="true"] .intc-main-menu-arrow::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.intc-main-menu li a i {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #7a7c9e;
	margin-right: 6px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
    font-size: 1rem;
}
.intc-main-menu li ul li a {
	padding: 10px 25px 10px 54px;
	position: relative;
	font-size: 0.8125rem;
}
.intc-main-menu li ul li ul li a {
	padding: 10px 25px 10px 79px;
	position: relative;
	font-size: 0.79rem;
}
.intc-main-menu li ul li a:after {
    position: absolute;
    content: "";
    height: 6px;
    width: 6px;
    border: 1px solid #575979;
    border-radius: 50%;
    top: calc(50% - 3px);
    left: 40px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.intc-main-menu li ul li a.active::after {
	border-color: #dfdfdf;
	background-color: #dfdfdf;
}

.intc-main-menu li ul li ul li a:after {
    left: 65px;
}
.intc-main-menu li a:hover, 
.intc-main-menu li a.active {
	color: #fff;
	background-color: #181827;
}

.intc-main-content-wrapper {
	padding-left: 265px;
	padding-top: 85px;
	height: 100%;
	min-height: 100vh;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.intc-content-full-width .intc-main-content-wrapper {
	padding-left: 0;
}
.intc-top-nav {
	position: fixed;
	top: 0;
	width: calc(100% - 265px);
    left: 265px;
	height: 65px;
	z-index: 98;
	background-color: #fff;
	-webkit-box-shadow: 0 10px 30px 0 rgba(121, 121, 162, 0.1);
	box-shadow: 0 10px 30px 0 rgba(121, 121, 162, 0.1);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.intc-content-full-width .intc-top-nav {
	width: 100%;
	left: 0;
}
.intc-left-nav-toggler {
	font-size: 32px;
	border: 0 none;
	background: transparent;
    color: #484f66;
}
.intc-top-nav-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-align: stretch;
	align-items: stretch;
}
/* ========================================
    Pagination
=========================================== */
.pagination .page-item {
    margin-left: 5px;
    margin-right: 5px;
  }
  .pagination .page-item .page-link {
    border-radius: 50%;
    min-width: 40px;
    text-align: center;
    font-size: 13px;
    padding: 9px 8px;
    font-weight: 600;
    color: var(--dark);
  }
  .pagination .page-item.active .page-link,
  .pagination .page-item .page-link:hover {
    color: var(--white);
    background-color: var(--primary);
    border-color: var(--primary);
  }
  .page-link:focus {
	box-shadow: none;
}
/* ===================================================
    Docket
====================================================== */
.intc-repeater-group-wrapper {
    padding: 33px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .intc-repeater-group-item .form-label {
    font-size: 10px;
  }
  .intc-repeater-group-item {
    padding-right: 10px;
    padding-top: 20px;
    padding-left: 10px;
    padding-bottom: 10px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    position: relative;
    border-radius: 4px;
  }
  .intc-remove-repeater-group-item {
	position: absolute;
	width: 26px;
	height: 26px;
	background: var(--danger);
	right: 10px;
	top: 10px;
	border-radius: 4px;
	color: #fff;
	text-align: center;
	line-height: 28px;
    cursor: pointer;
}