/*-----------------
	1. Default 
-----------------------*/
button, input, optgroup, select, textarea {
    font-family: inherit;
}
button:focus {
    background-color: transparent;
}
.small, small {
    font-size: .875em;
}
img, svg {
    vertical-align: middle;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.rounded {
    border-radius: 0.25rem!important;
}
.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}
.w-100 {
    width: 100%;
}
.rounded-pill {
    border-radius: 50rem!important;
}
.text-white {
    color:#ffffff;
}
.text-dark, .text-reset {
    color: #212529 !important;
}
.border {
    border: 1px solid #dee2e6!important;
}
code {
    font-size: .875em;
    color: #d63384;
    word-wrap: break-word;
}
.border-white {
    border-color: #fff!important;
}
.border-0 {
    border: 0!important;
}
.gap-2 {
    gap: 0.5rem!important;
}
.gap-4 {
    gap: 1.5rem!important;
}
.d-block {
    display: block;
}
.w-75 {
    width: 75%!important;
}
.m-0 {
    margin: 0!important;
}
.mt-1 {
    margin-top: 0.25rem!important;
}
.mt-2 {
    margin-top: 0.5rem!important;
}
.mt-3 {
    margin-top: 1rem!important;
}
.mt-4 {
    margin-top: 1.5rem!important;
}
.mb-0 {
    margin-bottom: 0!important;
}
.mb-2 {
    margin-bottom: 0.5rem!important;
}
.mb-3 {
    margin-bottom: 1rem!important;
}
.mb-4 {
    margin-bottom: 1.5rem!important;
}
.mb-5 {
    margin-bottom: 3rem!important;
}
.ml-0 {
    margin-left: 0!important;
}
.ms-4 {
    margin-left: 1.5rem!important;
}
.me-1 {
    margin-right: 0.25rem!important;
}
.me-2 {
    margin-right: 0.5rem!important;
}
.me-3 {
    margin-right: 1rem!important;
}
.me-5 {
    margin-right: 3rem!important;
}
.pb-0 {
    padding-bottom: 0!important;
}
.p-1 {
    padding: 0.25rem!important;
}
.p-4 {
    padding: 1.5rem!important;
}
.pt-0 {
    padding-top: 0!important;
}
.ps-3 {
    padding-left: 1rem!important;
}
.rounded-circle {
    border-radius: 50%!important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
h2, h2 {
    font-size: calc(1.325rem + .9vw);
}
h3 {
    font-size: 26px;
}
.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
	padding-left: 12px;
	padding-right: 12px;
}
.colEmpty {
    flex: 1 0 0%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
}
.col-xl {
    flex: 1 0 0%;
}
.h-auto {
    height: auto!important;
}
.position-relative {
    position: relative!important;
}    
.position-absolute {
    position: absolute!important;
}
.top-0 {
    top: 0!important;
}
.translate-middle {
    transform: translate(-50%,-50%)!important;
}
.start-100 {
    left: 100%!important;
}
.btn.disabled, .disabled.btn-large, .disabled.btn-small, .btn-floating.disabled, .btn-large.disabled, .btn-small.disabled, .btn-flat.disabled, .btn:disabled, .btn-large:disabled, .btn-small:disabled, .btn-floating:disabled, .btn-large:disabled, .btn-small:disabled, .btn-flat:disabled, .btn[disabled], .btn-large[disabled], .btn-small[disabled], .btn-floating[disabled], .btn-large[disabled], .btn-small[disabled], .btn-flat[disabled] {
    background-color: transparent!important;
}
.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.btn-check:active+.btn-outline-success, .btn-check:checked+.btn-outline-success, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show, .btn-outline-success:active {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}
.btn-check:active+.btn-outline-secondary, .btn-check:checked+.btn-outline-secondary, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary:active {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #FF0000;
    border-color: #FF0000;
}
.btn-check:active+.btn-outline-info, .btn-check:checked+.btn-outline-info, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show, .btn-outline-info:active {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}
.btn-check:active+.btn-outline-light, .btn-check:checked+.btn-outline-light, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show, .btn-outline-light:active {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group-vertical>.btn, .btn-group>.btn {
    position: relative;
    flex: 1 1 auto;
}
.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:nth-child(n+3), .btn-group>:not(.btn-check)+.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group>.btn-group:not(:first-child), .btn-group>.btn:not(:first-child) {
    margin-left: -1px;
}
.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.btn-group-vertical>.btn, .btn-group-vertical>.btn-group {
    width: 100%;
}
.row {
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: 0;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.row .col {
    float:none;
}
.d-flex {
    display: flex;
    display: -webkit-flex;
  }
.flex-fill {
    flex: 1 1 auto!important;
}
.flex-shrink-0 {
    flex-shrink: 0!important;
}
.flex-grow-1 {
    flex-grow: 1!important;
}
.justify-content-center{  
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}
.align-items-center{  
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.justify-content-between {  
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
}
.justify-content-end {
    justify-content: flex-end!important;
}
.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute!important;
    width: 1px!important;
    height: 1px!important;
    padding: 0!important;
    margin: -1px!important;
    overflow: hidden!important;
    clip: rect(0,0,0,0)!important;
    white-space: nowrap!important;
    border: 0!important;
}
.border-bottom-0 {
    border-bottom: 0!important;
}
.badge, span.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    float:none;
    margin-left: 0;
    color: #fff;
    text-align: center;
    height: auto;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}
span.badge {
    min-width: inherit;
}
.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 16px;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-group-sm>.btn, .btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 14px;
    border-radius: 0.2rem;
}
button, input, optgroup, select, textarea,
.btn, .btn-large, .btn-small {
    margin: 0px;
    box-shadow: none;
    letter-spacing: normal;
}
.btn, .btn-large, .btn-small, .btn-flat {
    height: inherit;
    line-height: inherit;
    text-transform: none;
}
.input-group>.form-control, .input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.btn:hover, .btn-large:hover, .btn-small:hover {
    background-color: transparent;
}
.btn:focus, .btn-large:focus, .btn-small:focus, .btn-floating:focus {
    background-color: inherit;
}
.btn-primary {
    color: #fff;
}
.btn-primary:hover {
    color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    background-color: #621aff;
    border: 1px solid #621aff;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-dark {
    color: #212529;
    border-color: #212529;
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
}
.btn-dark {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}
.btn-link {
    font-weight: 400;
    color: #0d6efd;
    text-decoration: underline;
}
.btn-light {
    border-color: #e6e6e6;
    color: #a6a6a6;
}
.btn-light {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-check:focus+.btn-secondary, .btn-secondary:focus {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
    box-shadow: 0 0 0 0.25rem rgb(130 138 145 / 50%);
}
.z-depth-1-half, .btn:hover, .btn-large:hover, .btn-small:hover, .btn-floating:hover {
    box-shadow: none;
}
.btn i, .btn-large i, .btn-small i, .btn-floating i, .btn-large i, .btn-small i, .btn-flat i {
    font-size: inherit;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef !important;
    opacity: 1;
}
input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea {
    width: inherit;
    margin: 0;
    height:44px;
    padding: 0.25rem 0.5rem;
}
input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    box-shadow: none;
}
.input-group {
    position: relative;
    display:flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.input-group .form-control{
    width: auto!important;
}
.input-group-sm>.btn, .input-group-sm>.form-control, .input-group-sm>.form-select, .input-group-sm>.input-group-text {
    padding: 0.25rem 0.5rem;
    font-size: 14px;
    border-radius: 0.2rem;
    width: auto;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group>.form-control, .input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea {
    background-color: white;
    border: 1px solid #ced4da;
    border-bottom-color: #ced4da;
    border-radius: 0.25rem;
    outline: none;
    width: 100%;
    font-size: 15px;
    box-sizing: inherit;
}
input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #ced4da;
}
.btn-group-lg>.btn, .btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}
.input-group-lg>.btn, .input-group-lg>.form-control, .input-group-lg>.form-select, .input-group-lg>.input-group-text {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}
.input-group-sm>.btn, .input-group-sm>.form-control, .input-group-sm>.form-select, .input-group-sm>.input-group-text {
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    border-radius: 0.2rem;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    height: 44px;
    line-height: initial;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px)!important;
    height: calc(1.5em + 1.875rem)!important;
    padding: 0.875rem 1.09375rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.3125rem;
}
.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px)!important;
    height: calc(1.5em + 1rem)!important;
    padding: 0.4375rem 0.65625rem;
    font-size: .8125rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}
.input-group-text .form-check-input,
.input-group-text input{
    position: relative!important;
    opacity: 1!important;
    pointer-events: all!important;
}

/*-----------------
	2. Nav
-----------------------*/

.nav-link {
    display: block;
    padding: 0.5rem 1rem !important;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out;
}

/*-----------------
	3. Dropdown
-----------------------*/

.dropdown, .dropend, .dropstart, .dropup {
    position: relative;
}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}
.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0,0,0,.15);
}
.dropdown-menu {
    font-size: 14px;
}
.dropdown-menu {
    border: 1px solid #eff2f7;
    border-radius: 0.8rem;
    transform-origin: left top 0;
    background-color: #fff;
    box-shadow: 0 0 1.25rem rgb(31 45 61 / 8%);
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-content li {
    min-height: auto;
    line-height: inherit;
}
.dropdown-content li>a, .dropdown-content li>span {
    font-size: inherit;
    color: inherit;
    line-height: inherit;
    padding: 0.25rem 1rem;
}
.right-position.dropdown-content {
    left: auto!important;
}
.dropdown-content {
    height: auto!important;
}
.dropdown-toggle {
    position: relative;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown-content {
    overflow-y: inherit;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}
.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125) !important;
}
.card .card-title {
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 500;
}

/*-----------------
	4. Progressbar
-----------------------*/
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #0d6efd;
    transition: width .6s ease;
}
.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    margin: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

/* breadcrumb */
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
    font-size: inherit;
}
.breadcrumb:before {
    display: none;
}
.breadcrumb-item.active {
    color: #6c757d;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.5rem;
}


/* accordion */
.collapsible {
    box-shadow: none;
    border:0px solid transparent;
}
.collapsible .collapsible-header {
    display: block;
    padding: 0%;
    border-bottom: 0px solid transparent;
}
.collapsible .collapsible-header i {
    width: auto;
    font-size: inherit;
}
.collapsible .collapsible-body {
    padding: 0;
}
.collapsible .card-title {
    width: 100%;
}
.faq-tab.active .panel-title a.collapsed::after {
    content: "\f068"!important;
}

/* table */
.responsive-table {
    overflow-x: auto;
}

/* switches */

.switch label input[type=checkbox]:checked+.lever {
    background-color: #b999ff;
}
.switch label input[type=checkbox]:checked+.lever:after {
    background-color: #7638ff;
}

/* label */
label {
    display: inline-block;
    font-size: inherit;
    color: inherit;
}

/* checkbox */
[type="checkbox"]+span:not(.lever):before, [type="checkbox"]:not(.filled-in)+span:not(.lever):after {
    border:1px solid #C4C4C4;
}
[type="checkbox"]:checked+span:not(.lever):before {
    border-right: 2px solid #7638ff;
    border-bottom: 2px solid #7638ff;
}
[type="checkbox"]+span:not(.lever) {
    height: auto;
    padding-left:35px;
}
[type="checkbox"]+span:not(.lever):before, [type="checkbox"]:not(.filled-in)+span:not(.lever):after {
    margin-top: 0px;
}

/* sidenav */
.sidenav {
    width: 400px;
    z-index: 9999;
}
.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
}
.offcanvas-body {
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: auto;
}
.sidenav li {
    line-height: inherit;
}
.offcanvas-top {
    top: 0;
    right: 0;
    width: 100%;
    left: 0;
    height: 30vh;
    max-height: 100%;
}
.sidenav-overlay {
    z-index: 1001;
}
/* modal */
.modal {
    position: fixed;
    top: 0!important;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    background-color: transparent;
    box-shadow: none;
    max-height: inherit;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
}
.modal .modal-content {
    padding: 0;
}
.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: .5;
}
.modal .modal-footer {
    background-color: inherit;
    height: inherit;
}
.modal-dialog-scrollable {
    height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}
/* list */
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
.list-inline-item {
    display: inline-block;
}
/* pagination */
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
}
.pagination li {
    height: inherit;
}
.pagination li a, .pagination li i {
    font-size: inherit;
}
.page-item:first-child .page-link {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}
.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
}
.page-link {
    position: relative;
    display: block;
    color: #0d6efd;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* UI Interface */

/* carousel */
.carousel {
    height: 230px;
}
.carousel .indicators .indicator-item.active {
    background-color: #000;
}
.carousel .indicators .indicator-item {
    background-color: rgba(0,0,0,0.5);
}
.alert-dismissible {
    padding-right: 3rem;
}
.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-primary {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
}
.alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8;
}
.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}
.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}
.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}
.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
}
.alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
.alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf;
}
.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
}
.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.flex-column {
    flex-direction: column!important;
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.tabs {
    height: inherit;
}
.tabs .tab a:hover, .tabs .tab a.active {
    background-color: transparent;
    color: inherit;
}
.tabs .tab a:focus, .tabs .tab a:focus.active {
    background-color: inherit;
    color: inherit;
}
.card-header-tabs .indicator, .card-header-pills .indicator {
    display: none;
}
.nav-tabs.bordered .nav-item.show .nav-link, .nav-tabs.bordered .nav-link.active {
    color: #495057;
    background-color: #fff!important;
    border-color: #dee2e6 #dee2e6 #fff!important;
}
.tabs .indicator {
    background-color: #7638ff;
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-justified .nav-item, .nav-justified>.nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}
.vertical-tab.tabs {
    height: auto;
    overflow-x: inherit;
}
.vertical-tab.tabLeft .tab,
.vertical-tab.tabRight .tab {
    text-align: left;
}
.no-indicator .indicator {
    display: none;
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #0d6efd !important;
}
.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0.25rem;
}
.tabs .tab {
    line-height: inherit;
    height: inherit;
    text-transform: none;
}
.vertical-tab.tabs .tab {
    width: 100%;
}
.tabs .tab a {
    color: inherit;
    padding: inherit;
    text-overflow: inherit;
}
.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
    width: 100%;
}
.card-img, .card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.card-img, .card-img-bottom, .card-img-top {
    width: 100%;
}
.card-link+.card-link {
    margin-left: 1rem;
}
.card>.card-header+.list-group, .card>.list-group+.card-footer {
    border-top: 0;
}
.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}
.card>.list-group {
    border-top: inherit;
    border-bottom: inherit;
}
.list-group-flush {
    border-radius: 0;
}
.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}
.list-group-flush>.list-group-item {
    border-width: 0 0 1px;
}
.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}
.placeholder-glow .placeholder {
    -webkit-animation: placeholder-glow 2s ease-in-out infinite;
    animation: placeholder-glow 2s ease-in-out infinite;
}
.placeholder {
    display: inline-block;
    min-height: 1em !important;
    vertical-align: middle;
    cursor: wait;
    background-color: currentColor;
    opacity: .5;
}
.placeholder.btn::before {
    display: inline-block;
    content: "";
}
.placeholder-lg {
    min-height: 1.2em!important;
}
.placeholder-sm {
    min-height: 0.8em!important;
}
.placeholder-xs {
    min-height: 0.6em!important;
}
@-webkit-keyframes placeholder-glow {
    50% {
      opacity: .2
    }
  }
  
  @keyframes placeholder-glow {
    50% {
      opacity: .2
    }
  }

.ratio {
    position: relative;
    width: 100%;
}

@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }    
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem);
    }
}
@media (min-width: 768px) {
    .text-md-end {
        text-align: right!important;
    }
}

@media only screen and (min-width: 993px) {
    .container {
        width: 85%;
    }
}
@media (min-width: 992px) {
    .justify-content-lg-center {
        justify-content: center!important;
    }
    .modal-lg, .modal-xl {
        max-width: 800px!important;
    }
}

@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 2.5rem;
    }
    .h2, h2 {
        font-size: 2rem;
    }    
    .h3, h3 {
        font-size: 1.75rem;
    }
    .h4, h4 {
        font-size: 1.5rem;
    }
    .h5, h5 {
        font-size: 1.25rem;
    }
    .h6, h6 {
        font-size: 1rem;
    }
    .modal-xl {
        max-width: 1140px!important;
    }
    .col-xl {
        flex: 1 0 0%;
    }
    .mb-xl-0 {
        margin-bottom: 0!important;
    }
}

