/**
 *
 * You can write your CSS code here, DO NOT touch the default JavaScript file
 * because it will make it harder for you to update.
 *
 */

.main-menu h2 {
    font-size: 24px;
    /* color: #0000FE; */
}

.main-menu a {
    text-decoration: none;
    color: #444;
    font-size: 12pt;
}

.main-menu a:hover {
    color: #D30029
}

a:not([href]) {
    text-decoration: line-through !important;
    cursor: not-allowed;
    color: #ccc !important;
}

.tabbable .nav-tabs {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
}

.tabbable .nav-tabs .nav-link {
    white-space: nowrap;
}

.nav-tabs .nav-link {
    color: #6D6D6D;
}

.nav-tabs .nav-link.active {
    border-color: #D30029;
    color: #D30029;
    font-weight: 600;
}

.btn-text {
    font-weight: 500;
    font-size: 14pt;
    color: #0000FE;
    text-decoration: none;
}

.btn-danger {
    background: #D30029;
}

.sidebar-menu svg {
    width: 40px;
}

.sidebar-menu a {
    font-size: 13pt;
}

@media (max-width: 1024px) {
    .btn-toggle-sidebar {
        display: block !important;
    }
}

.nav-tabs {
    border-width: 3px;
    border-color: #D30029;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;
}

.select2-container--default .select2-selection--single {
    border-color: #e4e6fc !important;
    border-radius: .375rem !important;
}

.btn-ellipsis {
    padding: 1px 5px;
    cursor: pointer;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: " ➤ ";
    padding-left: 5px;
    padding-right: 5px;
    color: #D30029;
}

.breadcrumb-item>a {
    text-decoration: none;
}

.breadcrumb-item+.active>a {
    font-weight: bold;
}

a {
    text-decoration: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px !important;
}


.textarea.form-control.form-control-comment {
    height: 100px !important;
    width: 300px !important;
}

.btn-circle {
    border-radius: 50px;
}

.sidebar-paper.active {
    border-left: solid blue 5px;
}

/** Step Progress Bar CSS */

.step-progress-container {
    max-width: 1500px;
    overflow: auto;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.step-progress-container::-webkit-scrollbar {
    display: none;
}

.step-progress-bar {
    color: #333;
    list-style-type: none;
    display: flex;
    padding: 20px 10px;
    position: relative;
    z-index: 10;
}

.step-progress-item {
    padding: 0 20px;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    min-width: 170px;
    position: relative;
}

.step-progress-item+.step-progress-item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 19px;
    background: #2F8D46;
    ;
    width: 100%;
    height: 2px;
    transform: translateX(-50%);
    z-index: -10;
}

.progress-count {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 600;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    color: transparent;
}

.progress-count:after {
    content: "";
    height: 40px;
    width: 40px;
    background: #2F8D46;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: -10;
}

.progress-count:before {
    content: "";
    height: 10px;
    width: 20px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -70%) rotate(-45deg);
    transform-origin: center center;
}

.progress-label {
    font-size: 12px;
    font-weight: 600;
    margin-top: 10px;
}

.current-item .progress-count:before,
.current-item~.step-progress-item .progress-count:before {
    display: none;
}

.current-item~.step-progress-item .progress-count,
.current-item~.step-progress-item .progress-count:after {
    background: #fff;
    border: 2px solid #cccccc;
    color: #cccccc;
}

.current-item~.step-progress-item+.step-progress-item:after {
    background: #cccccc;
}

.current-item~.step-progress-item .progress-label {
    opacity: 0.5;
}

.step-progress-item .progress-label.active {
    color: #2F8D46;
}

.current-item .progress-count:after {
    background: #fff;
    border: 2px solid #2F8D46;
}

.current-item .progress-count {
    color: #2F8D46;
}

/** Timeline Vertical CSS */

.timeline-section {
    height: 100%;
    position: relative;
}

.timeline:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 2px;
    left: 32px;
    border-left: 3px dotted lightgrey;
}

.fa-color-plus {
    background: green;
    color: white;
    border-radius: 50px;
    padding: 5px;
    font-size: 12px;
    cursor: pointer;
}

.fa-color-chevron {
    background: blue;
    color: white;
    border-radius: 50px;
    padding: 5px;
    font-size: 12px;
}

.no-deco:hover,
.no-deco {
    color: inherit;
}

.client-bg {
    background-color: #EAEAEA !important;
}

.select2-selection--multiple {
    padding: 5px 5px;
    border-radius: 0.375rem !important;
    border-color: #e4e6fc !important;
}

.select2-selection__choice {
    background-color: #d2002a !important;
    border-color: black !important;
}

.select2-selection__choice__remove {
    color: white !important;
}

.select2-results__option--selected {
    display: none;
}

.pointer {
    cursor: pointer;
}

.accordion-button:not(.collapsed) {
    color: #d2002a;
    background-color: #ddd;
}

.accordion .accordion-button[aria-expanded="false"] {
    color: black;
    background-color: #eee;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: #0000FE;
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}

input:not([name="email"], [name="password"], [name="password_confirmation"], [type="password"]) {
    text-transform: uppercase;
}


textarea {
    text-transform: uppercase;
}

.select2-selection__rendered {
    text-transform: uppercase;
}

.select2-results__option {
    text-transform: uppercase;
}

option {
    text-transform: uppercase;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #f8cedb !important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #f8cedb !important;
}

.login-center {
    width: 400px;
    height: 400px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 1em 2em;
    display: table;
    border-radius: 20px;
}

.login-wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
}

.page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

@media (max-width: 767.98px) {
    .login-center {
        width: 350px !important;
        height: 350px !important;
    }
}

@media (min-width: 991.98px) {
    .login-center {
        width: 380px;
        height: 380px;
    }
}

table tr {
    text-transform: uppercase;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
