/* @import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*Custom styles*/

#page-round {
    padding: 20px;
    border-radius: 10px;
}

#wrapper #content-wrapper-horizontal {
    background-color: #f3f3f3;
    width: 100%;
    overflow-x: hidden;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

footer.sticky-footer {
    padding: 1rem 0;
    flex-shrink: 0;
    border-bottom-right-radius: 0px;
}

footer.sticky-footer-horizontal {
    padding: 1rem 0;
    flex-shrink: 0;
    border-bottom-right-radius: 0px;
}


/*Foursides typo*/

@font-face {
    font-family: 'alronoitalic';
    src: url('tipos/alrono-italic-webfont.woff2') format('woff2'), url('tipos/alrono-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.sidebar-brand-text {
    font-family: 'alronoitalic';
    font-size: 14px;
}


/*Logo*/

.head-logo {
    width: 4rem;
    height: auto;
}


/*Card*/

.card-white {
    background-color: #ffffff;
    padding: 1.5rem;
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.card-white-box {
    background-color: #ffffff;
    padding: 0.5rem;
    height: 250px;
    width: auto;
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.card-gray {
    background-color: #f3f3f3;
    padding: 1.5rem;
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.card-orange {
    background-color: rgba(239, 151, 0, 0.3);
    padding: 1.5rem;
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.card-green {
    background-color: rgba(136, 169, 25, 0.3);
    padding: 1.5rem;
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.card-red {
    background-color: rgba(222, 28, 15, 0.3);
    padding: 1.5rem;
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.card-blue {
    background-color: #00549C;
    padding: 1.5rem;
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.card-yellow {
    background-color: rgba(255, 214, 0, 0.3);
    padding: 1.5rem;
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.padding-card-8 {
    padding: 0.5rem;
}

.padding-card-16 {
    padding: 1rem;
}


/*Breadcumb*/

.breadcrumb {
    padding: 0rem;
    margin-bottom: 0rem;
    background-color: transparent;
    border-radius: none;
}

.breadcrumb-item {
    font-size: 12px;
    font-family: 'Archivo', sans-serif;
    font-weight: 500;
    text-decoration: underline;
}

.breadcrumb-item:hover {
    color: #224abe;
}

.breadcrumb-item.active {
    color: #000000;
    text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #000000;
    content: ">";
}


/*Modals*/

/* .modal-content {
    border: none;
    border-radius: 0.625rem;
    outline: 0;
}

.modal-header {
    padding: 1.5rem;
    border-bottom: 1px solid #e3e6f0;
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
    background-color: #00549C;
    color: #ffffff;
}

.modal-title {
    font-family: 'Archivo', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-title-icon {
    display: flex;
    align-items: center;
}

.modal-header .close {
    color: #ffffff;
    padding: 1.1rem 1rem;
}

.modal-body {
    padding: 1.5rem;
}

.modal-footer {
    padding: 1.5rem;
} */


/*Input select and text area*/

.form-group {
    position: relative;
    margin: 1rem 0 0 0;
}

.form-group input:not([type="checkbox"]):not([type="radio"]):not([type="range"]),
.form-group textarea,
.form-group select {
    display: block;
    width: 100%;
    min-height: 30px;
    padding: .8rem;
    border: 1px solid #59595B14;
    background-color: transparent;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 13px;
    -webkit-transition: border-color 0.15s ease;
    transition: border-color 0.15s ease;
}

.form-group input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: #00549C;
    border-width: 2px;
    margin-bottom: 0px;
    padding: .8rem;
}

.form-group input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):focus+label,
.form-group textarea:focus+label,
.form-group select:focus+label {
    color: rgba(0, 0, 0, 0.6);
}

.form-group:not(.radio):not(.checkbox):not(.range) label {
    display: block;
    padding: 0.25rem 0.75rem;
    margin: 0;
    color: rgba(0, 0, 0, 0.6);
    background-color: #ffffff;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0.8rem;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    -webkit-transition: color 0.15s ease;
    transition: color 0.15s ease;
}

.form-group .icon-append {
    position: absolute;
    top: 50%;
    left: .9rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(0, 0, 0, 0.6);
    font-size: 18px;
}

.form-group .icon-append+input:not([type="checkbox"]):not([type="radio"]):not([type="range"]),
.form-group .icon-append textarea,
.form-group .icon-append select {
    padding-left: 2.5rem;
}

.form-group.active:not(.radio):not(.checkbox):not(.range) label {
    color: #007bff;
}

.form-group.active input:not([type="checkbox"]):not([type="radio"]):not([type="range"]),
.form-group.active textarea,
.form-group.active select {
    outline: none;
    border-color: #007bff;
    border-width: 2px;
    margin-bottom: 0px;
    padding: .8rem;
}

.form-group.white:not(.radio):not(.checkbox):not(.range) label {
    color: #ffffff;
    background-color: #343a40;
}

.form-group.white input:not([type="checkbox"]):not([type="radio"]):not([type="range"]),
.form-group.white textarea,
.form-group.white select {
    outline: none;
    border-color: #ffffff;
    border-width: 0.05rem;
    margin-bottom: 0;
    color: #ffffff;
}

.form-group.white input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):focus,
.form-group.white textarea:focus,
.form-group.white select:focus {
    outline: none;
    border-color: #ffffff;
    border-width: 2px;
    margin-bottom: 0px;
    padding: .8rem;
}

.form-group.white input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):focus+label,
.form-group.white textarea:focus+label,
.form-group.white select:focus+label {
    color: #ffffff;
}

.form-group.white input:not([type="checkbox"]):not([type="radio"]):not([type="range"]) option,
.form-group.white textarea option,
.form-group.white select option {
    color: #565656;
}

.form-group.white .icon-append {
    color: #ffffff;
}

.form-group.white .icon-append+input:not([type="checkbox"]):not([type="radio"]):not([type="range"]),
.form-group.white .icon-append textarea,
.form-group.white .icon-append select {
    padding-left: 2.5rem;
}

.custom-label {
    padding: 0rem 0.313rem !important;
    font-size: 0.75rem;
}


/*Input animated*/

.input-container {
    padding: 0rem;
    color: #59595BCC;
}

.field-wrapper input {
    border: 1px solid #59595B14;
    padding: .8rem;
    border-radius: 0.25rem;
    background-color: #ffffff;
    width: 100%;
    color: rgba(0, 0, 0, 0.76);
    outline: transparent;
    font-size: 13px;
}

.field-wrapper .field-placeholder {
    font-size: .8rem;
    position: absolute;
    bottom: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.6);
    left: 15px;
    -webkit-transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
    text-align: left;
    line-height: 1.3;
}

.field-wrapper .field-placeholder span {
    background: none !important;
}

.field-wrapper .field-placeholder-modal span {
    background: #ffffff !important;
    color: #59595BCC !important;
}

.field-wrapper input:not([disabled]):focus~.field-placeholder {
    color: #59595BCC;
    border-radius: 7px;
}

.field-wrapper input:not([disabled]):focus~.field-placeholder-modal {
    color: #482D78 !important;
}

.field-wrapper input:not([disabled]):focus~.field-placeholder,
.field-wrapper.hasValue input:not([disabled])~.field-placeholder {
    -webkit-transform: scale(.79) translateY(-29px) translateX(-10px);
    transform: scale(.79) translateY(-29px) translateX(-10px);
    color: rgba(0, 0, 0, 0.6);
    background-color: #ffffff;
    padding: 0rem 0.213rem;
}

.field-wrapper input:focus {
    border: 2px solid #00549C;
    padding: .8rem;
    border-radius: 7px;
    width: 100%;
    background-color: transparent;
    outline-offset: 4px;
    outline: transparent;
}

.field-wrapper {
    margin-bottom: 1rem;
    position: relative;
}


/*Input animated with icon*/

.field-wraper-with-icon {
    position: relative;
    margin-bottom: 1rem;
}

.icon-inside-input {
    position: absolute;
    top: 35%;
    left: 12px;
    color: rgba(0, 84, 156, 0.6)
}

.field-wrapper-with-icon input {
    border: 1px solid #59595B14;
    padding: .8rem .8rem .8rem 2.3rem;
    border-radius: 0.25rem;
    background-color: #ffffff;
    width: 100%;
    color: rgba(0, 0, 0, 0.76);
    outline: transparent;
    font-size: 13px;
}

.field-wrapper-with-icon .field-placeholder {
    font-size: .8rem;
    position: absolute;
    bottom: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.6);
    left: 37px;
    -webkit-transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
    text-align: left;
    line-height: 1.3;
}

.field-wrapper-with-icon .field-placeholder span {
    background: none !important;
}

.field-wrapper-with-icon input:not([disabled]):focus~.field-placeholder {
    color: #59595BCC;
    border-radius: 7px;
}

.field-wrapper-with-icon input:not([disabled]):focus~.field-placeholder,
.field-wrapper-with-icon.hasValue input:not([disabled])~.field-placeholder {
    -webkit-transform: scale(.79) translateY(-33px) translateX(-20px);
    transform: scale(.79) translateY(-29px) translateX(-20px);
    color: rgba(0, 0, 0, 0.6);
    background-color: #ffffff;
    padding: 0rem 0.313rem;
}

.field-wrapper-with-icon input:focus {
    border: 2px solid #00549C;
    padding: .8rem .8rem .8rem 2.3rem;
    border-radius: 7px;
    width: 100%;
    background-color: transparent;
    outline-offset: 4px;
    outline: transparent;
}

.field-wrapper-with-icon {
    margin-bottom: 1rem;
    position: relative;
}


/*Button*/

.btn {
    display: inline-block;
    font-weight: 400;
    padding: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    text-transform: uppercase;
}

.button-text {
    font-weight: 500;
    font-size: 0.875rem;
    margin-left: 0.5rem;
    margin-bottom: 0rem;
    text-transform: uppercase;
    line-height: 1;
}

.button-text-link {
    font-weight: 700;
    font-size: 0.875rem;
    margin-left: 0.5rem;
    margin-bottom: 0rem;
    line-height: 1;
    font-style: italic;
}

.button-with-icon {
    display: flex;
    align-items: center;
}

.button-with-icon .fas,
.button-with-icon:hover .fa {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 600ms;
    transition: -webkit-transform 600ms;
    transition: transform 600ms;
    transition: transform 600ms, -webkit-transform 600ms;
}

.button-with-icon:hover .fas,
.button-with-icon:hover .fa {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.button-primary-link {
    padding: 0rem;
    margin: 0rem;
    color: #00549C;
    border: none;
}

.button-secondary-link {
    padding: 0rem;
    margin: 0rem;
    color: #f3f3f3;
    border: none;
}

.button-success-link {
    padding: 0rem;
    margin: 0rem;
    color: #88A919;
    border: none;
}

.button-info-link {
    padding: 0rem;
    margin: 0rem;
    color: #36b9cc;
    border: none;
}

.button-warning-link {
    padding: 0rem;
    margin: 0rem;
    color: #FFD600;
    border: none;
}

.button-danger-link {
    padding: 0rem;
    margin: 0rem;
    color: #DE1C0F;
    border: none;
}

.button-light-link {
    padding: 0rem;
    margin: 0rem;
    color: #f8f9fc;
    border: none;
}

.button-dark-link {
    padding: 0rem;
    margin: 0rem;
    color: #5a5c69;
    border: none;
}

.button-primary-link:hover {
    text-decoration: underline;
    color: #00549C;
}

.button-secondary-link:hover {
    text-decoration: underline;
    color: #f3f3f3;
}

.button-success-link:hover {
    text-decoration: underline;
    color: #88A919;
}

.button-info-link:hover {
    text-decoration: underline;
    color: #36b9cc;
}

.button-warning-link:hover {
    text-decoration: underline;
    color: #FFD600;
}

.button-danger-link:hover {
    text-decoration: underline;
    color: #DE1C0F;
}

.button-light-link:hover {
    text-decoration: underline;
    color: #f8f9fc;
}

.button-dark-link:hover {
    text-decoration: underline;
    color: #5a5c69;
}

.button-noborder {
    border: none;
}


/*Color text*/

.text-blue {
    color: #00549C;
}

.text-black {
    color: #000000;
}

.text-orange {
    color: #EF9700;
}

.text-green {
    color: #88A919;
}

.text-yellow {
    color: #FFD600;
}

.text-red {
    color: #DE1C0F;
}

.text-white {
    color: #ffffff;
}

.text-gray {
    color: #707070;
}


/*Text sizes*/

h1 {
    font-size: 1.5rem;
    margin: 0rem;
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
}

h2 {
    font-size: 1rem;
    margin: 0rem;
    font-family: 'Archivo', sans-serif;
    font-weight: 600
}

h3 {
    font-size: 1rem;
    margin: 0rem;
    font-family: 'Work Sans', sans-serif;
    font-weight: 700
}

h4 {
    font-size: 0.938rem;
    margin: 0rem;
    font-family: 'Archivo', sans-serif;
    font-weight: 700;
}

h5 {
    font-size: 0.75rem;
    margin: 0rem;
    font-family: 'Archivo', sans-serif;
}

h6 {
    font-size: 1.125rem;
    margin: 0rem;
    font-family: 'Archivo', sans-serif;
    font-weight: 700;
}

.subtext {
    font-size: 0.875rem;
    margin: 0rem;
}

.subtext span {
    font-size: 1.25rem;
    margin: 0rem;
    color: #00549C;
    font-weight: 700;
    font-family: 'Archivo Black', sans-serif;
}

.text-light {
    font-weight: 300;
}

.text-medium {
    font-weight: 500;
}

.text-semibold {
    font-weight: 600;
}

.text-bold {
    font-weight: 700;
}

.big-text {
    font-size: 1.5rem;
    margin: 0rem;
    font-weight: 600;
}


/*empty state box*/

.empty-button {
    width: 200px;
    height: 150px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
    margin-top: 2rem;
}

.empty-button .fa-plus-circle {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 600ms;
    transition: -webkit-transform 600ms;
    transition: transform 600ms;
    transition: transform 600ms, -webkit-transform 600ms;
}

.empty-button:hover .fa-plus-circle {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.center-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


/*flexbox*/

.flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flexbox-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
}

.flexbox-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
}

.flexbox-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flexbox-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flexbox-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


/*Tabs*/

.nav-pills .nav-link {
    border-radius: 0.313rem;
    font-size: 0.875rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #00549C;
    font-weight: bold;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    border: 1px solid #00549C;
    border-radius: 0.313rem;
}

.nav-link:hover {
    color: #00549C;
    background-color: #f3f3f3;
}

.nav-menu:hover {
    color: #00549C;
    background-color: transparent;
}


/*Card caja chica box*/

.overlay {
    background-color: rgba(239, 151, 0, 0.3);
    position: absolute;
    width: 30%;
    height: 100%;
    top: 0;
    left: 12px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.left-side-box {
    width: 30%;
    margin-top: 0rem;
    position: relative;
}

.right-side-box {
    width: 70%;
    padding-left: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.box-ID {
    position: absolute;
    top: 16px;
}


/*Switch*/

.switch {
    position: relative;
    display: block;
    height: 28px;
    width: 52px;
}

.switch-input {
    display: none;
}

.switch-label {
    display: block;
    width: 52px;
    height: 28px;
    margin-bottom: 0;
    text-indent: -150%;
    clip: rect(0 0 0 0);
    color: transparent;
    user-select: none;
    overflow: hidden;
}

.switch-input:checked+.switch-label::before {
    background-color: #88A919;
    background-image: url(../assets/check-solid-white.svg);
    background-repeat: no-repeat;
    background-position: 6px center;
}

.switch-label::before {
    width: 100%;
    height: 100%;
    background-color: #dedede;
    border-radius: 9999em;
    transition: background-color 0.25s ease;
}

.switch-label::before,
.switch-label::after {
    content: "";
    display: block;
    position: absolute;
    cursor: pointer;
}

.switch-input:checked+.switch-label::after {
    left: 26px;
}

.switch-label::after {
    top: 2px;
    left: 2px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.45);
    transition: left 0.25s ease;
}

.switch-label::before,
.switch-label::after {
    content: "";
    display: block;
    position: absolute;
    cursor: pointer;
}

.disabled-box {
    opacity: 0.5;
    cursor: auto;
}


/*Scroll*/

.scroll-to-top {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    display: none;
    width: 2.75rem;
    height: 2.75rem;
    text-align: center;
    color: #fff;
    background: rgba(90, 92, 105, 0.5);
    line-height: 46px;
}


/*Paymente methods*/

.payment-methods {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.payment-card {
    width: 170px;
    height: 60px;
    cursor: pointer;
}

.payment-card:hover {
    border: 2px solid #00549C;
    background-color: #f3f3f3;
}

.arrow-select {
    position: absolute;
    right: 1rem;
    top: 30%;
}


/*Dropdown toggle*/

.dropdown-toggle-custom::after {
    content: none;
}

.negative-icon {
    margin-top: -5px;
}


/*Fake table*/

.last-transactios-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headliners {
    margin: 0;
}

.boxes {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    background-color: #f2f2f2;
    border-radius: 0.625rem;
    margin: 0 0 1rem;
    padding: 6px 0px;
}

.boxes:last-child {
    margin: 0rem;
}

.contain-specialtable {}

.xsmall {
    font-size: 0.625rem;
    margin: 0rem;
}

.small {
    font-size: 0.688rem;
    margin: 0rem;
}


/*.column-headliner{
  font-size: 10px;
}

.content-column{
  background-color: #f3f3f3;
  padding: 0.438rem;
  margin-bottom: 1rem;
}

.first-line{

}*/

.no-padding {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
}

.importe-text {
    font-size: 0.688rem;
    margin: 0rem;
    font-weight: 500;
}

.tipo-text {
    font-size: 0.688rem;
    margin: 0rem;
    font-weight: 500;
}


/*Detalles style*/

.status-card {
    width: 100%;
    min-height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
}

.total-text {
    font-size: 1rem;
    margin: 0rem;
    color: #ffffff;
    font-weight: 700;
}

.amount-text {
    font-size: 1.25rem;
    margin: 0rem;
    color: #ffffff;
    font-family: 'Archivo Black', sans-serif;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.datepicker table tr td,
.datepicker table tr th {
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: none;
}

.dropdown-menu-custom {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 0.85rem;
    color: #f3f3f3;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e3e6f0;
    border-radius: 0.35rem;
}

.empty-table-state {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

button:focus {
    outline: transparent;
    outline: 0px auto transparent;
}


/*Alertas*/

.alert-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.alert-message {
    display: flex;
    align-items: center;
}

.alert-curtom {
    position: relative;
    padding: 0.65rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.625rem;
    font-weight: 500;
}

.alert-dismissible .close-alert {
    position: absolute;
    top: 30%;
    right: 1rem;
    padding: 0rem;
    color: inherit;
}

.alert-primary-custom {
    color: #ffffff;
    background-color: #00549C;
    border-color: #00549C;
}

.alert-secondary-custom {
    color: #00549C;
    background-color: #f3f3f3;
    border-color: #f3f3f3;
}

.alert-success-custom {
    color: #ffffff;
    background-color: #88A919;
    border-color: #88A919;
}

.alert-info-custom {
    color: #ffffff;
    background-color: #36b9cc;
    border-color: #36b9cc;
}

.alert-warning-custom {
    color: #ffffff;
    background-color: #FFD600;
    border-color: #FFD600;
}

.alert-danger-custom {
    color: #ffffff;
    background-color: #DE1C0F;
    border-color: #DE1C0F;
}

.alert-light-custom {
    color: #00549C;
    background-color: #f8f9fc;
    border-color: #f8f9fc;
}

.alert-dark-custom {
    color: #ffffff;
    background-color: #5a5c69;
    border-color: #5a5c69;
}

.link-alerta {
    text-decoration: underline;
    font-size: 0.75rem;
}

.link-alerta:hover {
    font-style: italic;
}


/*Wizard*/

.wizard-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-block-start: 0rem;
    padding-inline-start: 0rem;
}

.option-active {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.option-pending {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: not-allowed;
}

.option-complete {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.line-after-active {
    width: 56px;
    height: 8px;
    background-color: #00549C;
}

.line-after-pending {
    width: 56px;
    height: 2px;
    background-color: rgba(0, 84, 156, 0.6);
}

.line-after-complete {
    width: 56px;
    height: 8px;
    background-color: rgba(136, 169, 25, 0.6);
}

.option-active-content {
    width: 4rem;
    height: 4rem;
    background-color: #00549C;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.option-pending-content {
    width: 3rem;
    height: 3rem;
    background-color: #00549C;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.6;
}

.option-complete-content {
    width: 3rem;
    height: 3rem;
    background-color: #88A919;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.6;
}

.option-title {
    font-family: 'Work Sans', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0rem;
}

.form-group-modal {
    margin: 0rem;
}


/*Radio custom*/

.radios {
    display: flex;
    align-items: center;
}

.radio-container {
    display: block;
    position: relative;
    padding-left: 2rem;
    cursor: pointer;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 500;
    margin: 0rem;
}

.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 1.5rem;
    width: 1.5rem;
    background-color: transparent;
    border-radius: 50%;
    border: 3px solid #00549C;
}

.radio-container:hover input~.checkmark {
    background-color: transparent;
}

.radio-container input:checked~.checkmark {
    background-color: transparent;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio-container input:checked~.checkmark:after {
    display: block;
}

.radio-container .checkmark:after {
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #00549C;
}


/*Checkbox custom*/

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 2rem;
    cursor: pointer;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0rem;
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark-checkbox {
    position: absolute;
    top: 0;
    left: 0;
    height: 1.5rem;
    width: 1.5rem;
    background-color: rgba(0, 84, 156, 0.5);
    border-radius: 5px;
}

.checkbox-container:hover input~.checkmark-checkbox {
    background-color: #707070;
}

.checkbox-container input:checked~.checkmark-checkbox {
    background-color: #00549C;
}

.checkmark-checkbox:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container input:checked~.checkmark-checkbox:after {
    display: block;
}

.checkbox-container .checkmark-checkbox:after {
    left: 9px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*Tabs*/

.nav-tabs-custom {
    border-color: rgba(0, 84, 156, 0.5);
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs-custom .nav-item {
    width: 150px;
}

.nav-tabs-custom a {
    color: rgba(0, 84, 156, 0.5);
    border-bottom: 3px solid transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 0;
    font-size: 0.75rem;
    text-align: center;
}

.nav-tabs-custom a.active {
    font-weight: bold;
    color: #00549C !important;
    border-bottom: 3px solid #00549C !important;
}

.tabs-time .nav-tabs-custom a:hover {
    font-weight: bold;
    border-bottom: 3px solid #00549C;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    background-color: transparent;
    color: #00549C;
}

.tabs-time .nav-tabs-custom .nav-link {
    border: none;
    border-radius: 0rem;
}

.selected-container {
    height: 267px;
    display: grid;
}


/*Chart*/

.chart-pie {
    position: relative;
    height: 15rem;
    width: 100%;
}

.nav-link-custom {
    color: #00549C !important;
    border: none !important;
}

.nav-link-custom:hover {
    background-color: transparent !important;
}

.visible-xs-block {
    display: none;
}

.header-container {
    padding: 20px 20px 0px 20px;
}

.container-margin {
    margin: 6rem 0rem 0rem 0rem;
}

.topbar-horizontal {
    height: 4.375rem;
    border-top-right-radius: 0px;
}

.bg-blue {
    background-color: #00549C;
}

.nav-link-custom {
    color: #ffffff !important;
    border: none !important;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.content-horizontal-menu {}

.exo-menu {
    width: 100%;
    float: left;
    list-style: none;
    position: relative;
    background: #23364b;
    z-index: 999;
}

.exo-menu>li {
    display: inline-block;
    float: left;
}

.exo-menu>li>a {
    color: #ffffff;
    text-decoration: none;
    border-right: 1px #365670 dotted;
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
    font-size: 0.75rem;
}

.exo-menu>li>a.active,
.exo-menu>li>a:hover,
li.drop-down ul>li>a:hover {
    background: #000;
    color: #fff;
}

.exo-menu i {
    float: left;
    font-size: 0.75rem;
    margin-right: 6px;
    line-height: 20px !important;
}

li.drop-down,
.flyout-right,
.flyout-left {
    position: relative;
}

li.drop-down:before {
    content: "\f103";
    color: #fff;
    font-family: FontAwesome;
    font-style: normal;
    display: inline;
    position: absolute;
    right: 6px;
    top: 10px;
    font-size: 14px;
}

li.drop-down>ul {
    left: 0px;
    min-width: 230px;
    z-index: 9999;
}

.drop-down-ul {
    display: none;
}

.flyout-right>ul,
.flyout-left>ul {
    top: 0;
    min-width: 230px;
    display: none;
    border-left: 1px solid #365670;
}

li.drop-down>ul>li>a,
.flyout-right ul>li>a,
.flyout-left ul>li>a {
    color: #fff;
    display: block;
    padding: 10px 22px;
    text-decoration: none;
    background-color: #365670;
    border-bottom: 1px dotted #547787;
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
    font-size: 0.75rem;
}

.flyout-right ul>li>a,
.flyout-left ul>li>a {
    border-bottom: 1px dotted #b8c7bc;
}


/*Flyout Mega*/

.flyout-mega-wrap {
    top: 0;
    right: 0;
    left: 100%;
    width: 100%;
    display: none;
    height: 100%;
    padding: 15px;
    min-width: 742px;
}

h4.row.mega-title {
    color: #eee;
    margin-top: 0px;
    font-size: 14px;
    padding-left: 15px;
    padding-bottom: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
}

.flyout-mega ul>li>a {
    font-size: 90%;
    line-height: 25px;
    color: #fff;
    font-family: inherit;
}

.flyout-mega ul>li>a:hover,
.flyout-mega ul>li>a:active,
.flyout-mega ul>li>a:focus {
    text-decoration: none;
    background-color: transparent !important;
    color: #ccc !important;
}


/*mega menu*/

.mega-menu {
    left: 0;
    right: 0;
    padding: 15px;
    display: none;
    padding-top: 0;
    min-height: 100%;
}

h4.row.mega-title {
    color: #eee;
    margin-top: 0px;
    font-size: 14px;
    padding-left: 15px;
    padding-bottom: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid #547787;
    padding-top: 15px;
    background-color: #365670;
}

.mega-menu ul li a {
    line-height: 25px;
    font-size: 90%;
    display: block;
}

ul.stander li a {
    padding: 3px 0px;
}

ul.description li {
    padding-bottom: 12px;
    line-height: 8px;
}

ul.description li span {
    color: #ccc;
    font-size: 85%;
}

a.view-more {
    border-radius: 1px;
    margin-top: 15px;
    background-color: #009fe1;
    padding: 2px 10px !important;
    line-height: 21px !important;
    display: inline-block !important;
}

a.view-more:hover {
    color: #fff;
    background: #0dadef;
}

ul.icon-des li a i {
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #009fe1;
    line-height: 35px !important;
}

ul.icon-des li {
    width: 100%;
    display: table;
    margin-bottom: 11px;
}


/*common*/

.flyout-right ul>li>a,
.flyout-left ul>li>a,
.flyout-mega-wrap,
.mega-menu {
    background-color: #547787;
}


/*hover*/

.Blog:hover,
.Images:hover,
.mega-menu:hover,
.drop-down-ul:hover,
li.flyout-left>ul:hover,
li.flyout-right>ul:hover,
.flyout-mega-wrap:hover,
li.flyout-left a:hover+ul,
li.flyout-right a:hover+ul,
.blog-drop-down>a:hover+.Blog,
li.drop-down>a:hover+.drop-down-ul,
.images-drop-down>a:hover+.Images,
.mega-drop-down a:hover+.mega-menu,
li.flyout-mega>a:hover+.flyout-mega-wrap {
    display: block;
}

a.toggle-menu {
    position: absolute;
    right: 0px;
    padding: 10px;
    font-size: 27px;
    background-color: #ccc;
    color: #23364b;
    top: 0px;
}

.full-height {
    margin-bottom: 80px;
    min-height: 60vh;
}

@-moz-document url-prefix() {
    .full-height {
        margin-bottom: 100px;
        min-height: 60vh;
        margin-top: 38px;
    }
}

footer.sticky-footer-horizontal {
    padding: 1rem 0;
    position: fixed;
    width: 100%;
    bottom: 0px;
    z-index: 999999;
}

.bg-blue {
    background-color: #00549C;
}

.bg-green {
    background-color: #88A919;
}

.bg-yellow {
    background-color: #FFD600;
}

.bg-orange {
    background-color: #EF9700;
}

.bg-red {
    background-color: #DE1C0F;
}

.bg-gray {
    background-color: #707070;
}

.bg-white {
    background-color: #ffffff;
}

.nav-link-noborder-blue {
    border: none;
}

.dropdown-header-blue {
    background-color: #00549C !important;
    border: 1px solid #00549C !important;
}

.sidebar-heading-gray {
    color: #707070 !important;
}

.sidebar-divider-gray {
    border-top: 1px solid rgba(112, 112, 112, 0.15) !important;
}

.nav-link-noborder-green {
    border: none;
}

.dropdown-header-green {
    background-color: #88A919 !important;
    border: 1px solid #88A919 !important;
}

.nav-link-noborder-yellow {
    border: none;
    color: rgba(112, 112, 112, 0.8) !important;
}

.dropdown-header-yellow {
    background-color: #FFD600 !important;
    border: 1px solid #FFD600 !important;
    color: #707070 !important;
}

.sidebar-dark .nav-item.active .nav-link-noborder-yellow i {
    color: #707070;
}

.sidebar-dark .nav-item .nav-link-noborder-yellow i {
    color: rgba(112, 112, 112, 0.3);
}

.sidebar-dark .nav-item .nav-link-noborder-yellow[data-toggle="collapse"]::after {
    color: rgba(112, 112, 112, 0.5);
}

.nav-link-noborder-yellow:hover {
    color: #707070 !important;
}

.sidebar-dark .nav-item .nav-link-noborder-yellow:hover i {
    color: #707070;
}

.nav-link-noborder-orange {
    border: none;
}

.dropdown-header-orange {
    background-color: #EF9700 !important;
    border: 1px solid #EF9700 !important;
}

.nav-link-noborder-red {
    border: none;
}

.dropdown-header-red {
    background-color: #DE1C0F !important;
    border: 1px solid #DE1C0F !important;
}

.nav-link-noborder-gray {
    border: none;
}

.dropdown-header-gray {
    background-color: #707070 !important;
    border: 1px solid #707070 !important;
}

.ss-main {
    position: relative;
    display: inline-block;
    user-select: none;
    color: #666666;
    width: 100%;
}

.ss-main .ss-single-selected {
    display: flex;
    cursor: pointer;
    width: 100%;
    height: 30px;
    padding: 6px;
    border: 1px solid #dcdee2;
    border-radius: 4px;
    background-color: #ffffff;
    outline: 0;
    box-sizing: border-box;
    transition: background-color .3s;
}

.ss-main .ss-single-selected.ss-disabled {
    background-color: #dcdee2;
    cursor: not-allowed;
}

.ss-main .ss-single-selected.ss-open-above {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.ss-main .ss-single-selected.ss-open-below {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.ss-main .ss-single-selected .placeholder {
    display: flex;
    flex: 1 1 100%;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    width: calc(100% - 30px);
    line-height: 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ss-main .ss-single-selected .placeholder * {
    display: flex;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
}

.ss-main .ss-single-selected .placeholder .ss-disabled {
    cursor: pointer;
    color: #8a8a8a;
}

.ss-main .ss-single-selected .ss-deselect {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 1 auto;
    margin: 0 6px 0 6px;
    font-weight: bold;
}

.ss-main .ss-single-selected .ss-deselect.ss-hide {
    display: none;
}

.ss-main .ss-single-selected .ss-arrow {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 1 auto;
    margin: 0 6px 0 6px;
}

.ss-main .ss-single-selected .ss-arrow span {
    border: solid #666666;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transition: transform .2s, margin .2s;
}

.ss-main .ss-single-selected .ss-arrow span.arrow-up {
    transform: rotate(-135deg);
    margin: 3px 0 0 0;
}

.ss-main .ss-single-selected .ss-arrow span.arrow-down {
    transform: rotate(45deg);
    margin: -3px 0 0 0;
}

.ss-main .ss-multi-selected {
    display: flex;
    flex-direction: row;
    cursor: pointer;
    min-height: 30px;
    width: 100%;
    padding: 0 0 0 3px;
    border: 1px solid #dcdee2;
    border-radius: 4px;
    background-color: #ffffff;
    outline: 0;
    box-sizing: border-box;
    transition: background-color .3s;
}

.ss-main .ss-multi-selected.ss-disabled {
    background-color: #dcdee2;
    cursor: not-allowed;
}

.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-disabled {
    color: #666666;
}

.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-value .ss-value-delete {
    cursor: not-allowed;
}

.ss-main .ss-multi-selected.ss-open-above {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.ss-main .ss-multi-selected.ss-open-below {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.ss-main .ss-multi-selected .ss-values {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex: 1 1 100%;
    width: calc(100% - 30px);
}

.ss-main .ss-multi-selected .ss-values .ss-disabled {
    display: flex;
    padding: 4px 5px;
    margin: 2px 0px;
    line-height: 1em;
    align-items: center;
    width: 100%;
    color: #8a8a8a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@keyframes scaleIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scaleOut {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0);
        opacity: 0;
    }
}

.ss-main .ss-multi-selected .ss-values .ss-value {
    display: flex;
    user-select: none;
    align-items: center;
    font-size: 12px;
    padding: 3px 5px;
    margin: 3px 5px 3px 0px;
    color: #ffffff;
    background-color: #5897fb;
    border-radius: 4px;
    animation-name: scaleIn;
    animation-duration: .2s;
    animation-timing-function: ease-out;
    animation-fill-mode: both;
}

.ss-main .ss-multi-selected .ss-values .ss-value.ss-out {
    animation-name: scaleOut;
    animation-duration: .2s;
    animation-timing-function: ease-out;
}

.ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete {
    margin: 0 0 0 5px;
    cursor: pointer;
}

.ss-main .ss-multi-selected .ss-add {
    display: flex;
    flex: 0 1 3px;
    margin: 9px 12px 0 5px;
}

.ss-main .ss-multi-selected .ss-add .ss-plus {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #666666;
    position: relative;
    height: 10px;
    width: 2px;
    transition: transform .2s;
}

.ss-main .ss-multi-selected .ss-add .ss-plus:after {
    background: #666666;
    content: "";
    position: absolute;
    height: 2px;
    width: 10px;
    left: -4px;
    top: 4px;
}

.ss-main .ss-multi-selected .ss-add .ss-plus.ss-cross {
    transform: rotate(45deg);
}

.ss-main .ss-content {
    position: absolute;
    width: 100%;
    margin: -1px 0 0 0;
    box-sizing: border-box;
    border: solid 1px #dcdee2;
    z-index: 1010;
    background-color: #ffffff;
    transform-origin: center top;
    transition: transform .2s, opacity .2s;
    opacity: 0;
    transform: scaleY(0);
}

.ss-main .ss-content.ss-open {
    display: block;
    opacity: 1;
    transform: scaleY(1);
}

.ss-main .ss-content .ss-search {
    display: flex;
    flex-direction: row;
    padding: 8px 8px 6px 8px;
}

.ss-main .ss-content .ss-search.ss-hide {
    height: 0px;
    opacity: 0;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.ss-main .ss-content .ss-search.ss-hide input {
    height: 0px;
    opacity: 0;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.ss-main .ss-content .ss-search input {
    display: inline-flex;
    font-size: inherit;
    line-height: inherit;
    flex: 1 1 auto;
    width: 100%;
    min-width: 0px;
    height: 30px;
    padding: 6px 8px;
    margin: 0;
    border: 1px solid #dcdee2;
    border-radius: 4px;
    background-color: #ffffff;
    outline: 0;
    text-align: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: textfield;
}

.ss-main .ss-content .ss-search input::placeholder {
    color: #bdbdbd;
    vertical-align: middle;
}

.ss-main .ss-content .ss-search input:focus {
    box-shadow: 0 0 5px #5897fb;
}

.ss-main .ss-content .ss-search .ss-addable {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 22px;
    font-weight: bold;
    flex: 0 0 30px;
    height: 30px;
    margin: 0 0 0 8px;
    border: 1px solid #dcdee2;
    border-radius: 4px;
    box-sizing: border-box;
}

.ss-main .ss-content .ss-addable {
    padding-top: 0px;
}

.ss-main .ss-content .ss-list {
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: left;
}

.ss-main .ss-content .ss-list .ss-optgroup .ss-optgroup-label {
    padding: 6px 10px 6px 10px;
    font-weight: bold;
}

.ss-main .ss-content .ss-list .ss-optgroup .ss-option {
    padding: 6px 6px 6px 25px;
}

.ss-main .ss-content .ss-list .ss-optgroup-label-selectable {
    cursor: pointer;
}

.ss-main .ss-content .ss-list .ss-optgroup-label-selectable:hover {
    color: #ffffff;
    background-color: #5897fb;
}

.ss-main .ss-content .ss-list .ss-option {
    padding: 6px 10px 6px 10px;
    cursor: pointer;
    user-select: none;
}

.ss-main .ss-content .ss-list .ss-option * {
    display: inline-block;
}

.ss-main .ss-content .ss-list .ss-option:hover,
.ss-main .ss-content .ss-list .ss-option.ss-highlighted {
    color: #ffffff;
    background-color: #5897fb;
}

.ss-main .ss-content .ss-list .ss-option.ss-disabled {
    cursor: default;
    color: #bdbdbd;
    background-color: #ffffff;
}

.ss-main .ss-content .ss-list .ss-option.ss-hide {
    display: none;
}

.ss-main .ss-content .ss-list .ss-option .ss-search-highlight {
    background-color: #fff70062;
}

.ss-main {
    position: relative;
    display: inline-block;
    user-select: none;
    color: #666;
    width: 100%;
    padding: 0.80rem 1rem;
    border: 1px solid #59595B14;
    background-color: transparent;
    border-radius: 0.25rem;
}

.ss-main .ss-multi-selected .ss-values .ss-disabled {
    display: flex;
    margin: 2px 0;
    line-height: 1em;
    align-items: center;
    width: 100%;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ss-main .ss-multi-selected {
    display: flex;
    flex-direction: row;
    cursor: pointer;
    min-height: 30px;
    width: 100%;
    padding: 0rem;
    border: 0rem;
    border-radius: 4px;
    background-color: #transparent;
    outline: 0;
    box-sizing: border-box;
    transition: background-color .3s;
}

.ss-main:focus {
    outline: none;
    border-color: #00549C;
    border-width: 2px;
    margin-bottom: 0px;
    padding: 1rem;
}

.ss-main .ss-multi-selected .ss-values .ss-value {
    display: flex;
    user-select: none;
    align-items: center;
    font-size: 12px;
    padding: 0px 5px;
    margin: 0px 5px 0px 0;
    color: #fff;
    background-color: #00549C;
    border-radius: 4px;
    animation-name: scaleIn;
    animation-duration: .2s;
    animation-timing-function: ease-out;
    animation-fill-mode: both;
}

.ss-main .ss-content .ss-list .ss-option {
    padding: 0px 10px;
    cursor: pointer;
    user-select: none;
}

.ss-main .ss-multi-selected .ss-add {
    display: flex;
    flex: 0 1 3px;
    margin: 9px 4px 0 5px;
}

.ss-main .ss-multi-selected .ss-add .ss-plus:after {
    background: #00549C;
    content: "";
    position: absolute;
    height: 2px;
    width: 10px;
    left: -4px;
    top: 4px;
}


/*responsive*/

@media (min-width: 767px) {
    .exo-menu>li>a {
        display: block;
        padding: 10px 22px;
    }
    .mega-menu,
    .flyout-mega-wrap,
    .Images,
    .Blog,
    .flyout-right>ul,
    .flyout-left>ul,
    li.drop-down>ul {
        position: absolute;
    }
    .flyout-right>ul {
        left: 100%;
    }
    .flyout-left>ul {
        right: 100%;
    }
}

@media (max-width: 767px) {
    .exo-menu {
        min-height: 58px;
        background-color: #23364b;
        width: 100%;
    }
    .exo-menu>li>a {
        width: 100%;
        display: none;
    }
    .exo-menu>li {
        width: 100%;
    }
    .display.exo-menu>li>a {
        display: block;
        padding: 20px 22px;
    }
    .mega-menu,
    .Images,
    .Blog,
    .flyout-right>ul,
    .flyout-left>ul,
    li.drop-down>ul {
        position: relative;
    }
}


/*Media queries*/

@media screen and (max-width: 400px) {
    #page-round {
        padding: 0rem;
        border-radius: 0rem;
    }
    .sidebar {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    .topbar {
        border-top-right-radius: 0px;
    }
    footer.sticky-footer {
        border-bottom-right-radius: 0px;
    }
    #wrapper #content-wrapper {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .card-white {
        padding: 1rem;
    }
    .card-white-box {
        padding: 0.5rem;
        height: 300px;
    }
    .card-gray {
        padding: 1rem;
    }
    .card-orange {
        padding: 1rem;
    }
    .card-green {
        padding: 1rem;
    }
    .card-red {
        padding: 1rem;
    }
    .card-blue {
        padding: 1rem;
    }
    .flexbox-side-mobile {
        display: block;
    }
    .flexbox-center-mobile {
        display: block;
    }
    .btn {
        width: 100%;
        height: 45px;
    }
    .button-text {
        font-size: 0.75rem;
    }
    .button-with-icon {
        justify-content: center;
    }
    .button-text-link {
        text-align: left;
    }
    .card-white-box:not(:first-child) {
        margin-top: 1rem;
    }
    h1 {
        font-size: 1.25rem;
    }
    h2 {
        font-size: 0.875rem;
    }
    h3 {
        font-size: 0.875rem;
    }
    h4 {
        font-size: 0.813rem;
    }
    h5 {
        font-size: 0.625rem;
    }
    h6 {
        font-size: 1rem;
    }
    .subtext {
        font-size: 0.75rem;
    }
    .subtext span {
        font-size: 1.125rem;
    }
    .big-text {
        font-size: 1.25rem;
    }
    .payment-methods {
        display: block;
    }
    .payment-card {
        width: 100%;
        margin-right: 0rem !important;
    }
    .payment-card-container {
        margin-right: 0rem !important;
    }
    .btn-mobile {
        margin-left: 0rem !important;
    }
    .btn-group-mobile {
        display: block;
    }
    .dropdown-menu.show {
        width: 100%;
    }
    .specialtable {
        overflow: auto;
    }
    .specialtable .contain-specialtable {
        min-width: 928px;
        padding: 0 0.25rem;
    }
    .empty-button {
        margin-top: 1rem;
    }
    .button-margin-mobile {
        margin-bottom: 1rem;
    }
    .subtext-margin-mobile {
        margin-bottom: 1rem;
    }
    .bwi-link {
        justify-content: flex-start;
    }
    .created-boxes {
        margin-bottom: 1.5rem;
    }
    .overlay {
        height: 93%;
    }
    .boxes {
        padding: 0px 0px;
    }
    .status-card {
        min-height: 230px;
    }
    .option-title {
        font-size: 1rem;
    }
    .line-after-active {
        width: 16px;
    }
    .line-after-pending {
        width: 16px;
    }
    .line-after-complete {
        width: 16px;
    }
    .radio-main {
        display: flex;
        flex-direction: column;
    }
    .reciept {
        width: 100%;
        height: auto;
    }
    .selected-container {
        height: auto;
    }
    .nav-tabs-custom .nav-item {
        width: 100%;
        margin: 0rem 0rem 1rem 0rem;
    }
    .visible-xs-block {
        display: block;
    }
}

@media screen and (min-width: 401px) and (max-width: 580px) {
    #page-round {
        padding: 0rem;
        border-radius: 0rem;
    }
    .sidebar {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    .topbar {
        border-top-right-radius: 0px;
    }
    footer.sticky-footer {
        border-bottom-right-radius: 0px;
    }
    #wrapper #content-wrapper {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .card-white {
        padding: 1rem;
    }
    .card-white-box {
        padding: 0.5rem;
        height: 300px;
    }
    .card-gray {
        padding: 1rem;
    }
    .card-orange {
        padding: 1rem;
    }
    .card-green {
        padding: 1rem;
    }
    .card-red {
        padding: 1rem;
    }
    .card-blue {
        padding: 1rem;
    }
    .flexbox-side-mobile {
        display: block;
    }
    .flexbox-center-mobile {
        display: block;
    }
    .btn {
        width: 100%;
        height: 45px;
    }
    .button-text {
        font-size: 0.75rem;
    }
    .button-with-icon {
        justify-content: center;
    }
    .button-text-link {
        text-align: left;
    }
    .card-white-box:not(:first-child) {
        margin-top: 1rem;
    }
    h1 {
        font-size: 1.25rem;
    }
    h2 {
        font-size: 0.875rem;
    }
    h3 {
        font-size: 0.875rem;
    }
    h4 {
        font-size: 0.813rem;
    }
    h5 {
        font-size: 0.625rem;
    }
    h6 {
        font-size: 1rem;
    }
    .subtext {
        font-size: 0.75rem;
    }
    .subtext span {
        font-size: 1.125rem;
    }
    .big-text {
        font-size: 1.25rem;
    }
    .payment-methods {
        display: block;
    }
    .payment-card {
        width: 100%;
        margin-right: 0rem !important;
    }
    .payment-card-container {
        margin-right: 0rem !important;
    }
    .btn-mobile {
        margin-left: 0rem !important;
    }
    .btn-group-mobile {
        display: block;
    }
    .dropdown-menu.show {
        width: 100%;
    }
    .specialtable {
        overflow: auto;
    }
    .specialtable .contain-specialtable {
        min-width: 928px;
        padding: 0 0.25rem;
    }
    .empty-button {
        margin-top: 1rem;
    }
    .button-margin-mobile {
        margin-bottom: 1rem;
    }
    .subtext-margin-mobile {
        margin-bottom: 1rem;
    }
    .bwi-link {
        justify-content: flex-start;
    }
    .created-boxes {
        margin-bottom: 1.5rem;
    }
    .overlay {
        height: 93%;
    }
    .boxes {
        padding: 0px 0px;
    }
    .status-card {
        min-height: 230px;
    }
    .option-title {
        font-size: 1rem;
    }
    .line-after-active {
        width: 16px;
    }
    .line-after-pending {
        width: 16px;
    }
    .line-after-complete {
        width: 16px;
    }
    .reciept {
        width: 100%;
        height: auto;
    }
    .selected-container {
        height: auto;
    }
    .nav-tabs-custom .nav-item {
        width: 100%;
        margin: 0rem 0rem 1rem 0rem;
    }
    .visible-xs-block {
        display: block;
    }
}

@media screen and (min-width: 581px) and (max-width: 767px) {
    #page-round {
        padding: 0rem;
        border-radius: 0rem;
    }
    .sidebar {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    .topbar {
        border-top-right-radius: 0px;
    }
    footer.sticky-footer {
        border-bottom-right-radius: 0px;
    }
    #wrapper #content-wrapper {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .card-white {
        padding: 1rem;
    }
    .card-white-box {
        padding: 0.5rem;
        height: 300px;
    }
    .card-gray {
        padding: 1rem;
    }
    .card-orange {
        padding: 1rem;
    }
    .card-green {
        padding: 1rem;
    }
    .card-red {
        padding: 1rem;
    }
    .card-blue {
        padding: 1rem;
    }
    .flexbox-side-mobile {
        display: block;
    }
    .flexbox-center-mobile {
        display: block;
    }
    .btn {
        width: 100%;
        height: 45px;
    }
    .button-text {
        font-size: 0.75rem;
    }
    .button-with-icon {
        justify-content: center;
    }
    .button-text-link {
        text-align: left;
    }
    .card-white-box:not(:first-child) {
        margin-top: 1rem;
    }
    h1 {
        font-size: 1.25rem;
    }
    h2 {
        font-size: 0.875rem;
    }
    h3 {
        font-size: 0.875rem;
    }
    h4 {
        font-size: 0.813rem;
    }
    h5 {
        font-size: 0.625rem;
    }
    h6 {
        font-size: 1rem;
    }
    .subtext {
        font-size: 0.75rem;
    }
    .subtext span {
        font-size: 1.125rem;
    }
    .big-text {
        font-size: 1.25rem;
    }
    .payment-methods {
        display: block;
    }
    .payment-card {
        width: 100%;
        margin-right: 0rem !important;
    }
    .payment-card-container {
        margin-right: 0rem !important;
    }
    .btn-mobile {
        margin-left: 0rem !important;
    }
    .btn-group-mobile {
        display: block;
    }
    .dropdown-menu.show {
        width: 100%;
    }
    .specialtable {
        overflow: auto;
    }
    .specialtable .contain-specialtable {
        min-width: 928px;
        padding: 0 0.25rem;
    }
    .empty-button {
        margin-top: 1rem;
    }
    .button-margin-mobile {
        margin-bottom: 1rem;
    }
    .subtext-margin-mobile {
        margin-bottom: 1rem;
    }
    .bwi-link {
        justify-content: flex-start;
    }
    .created-boxes {
        margin-bottom: 1.5rem;
    }
    .overlay {
        height: 93%;
    }
    .boxes {
        padding: 0px 0px;
    }
    .status-card {
        min-height: 230px;
    }
    .option-title {
        font-size: 1rem;
    }
    .reciept {
        width: 100%;
        height: auto;
    }
    .selected-container {
        height: auto;
    }
    .nav-tabs-custom .nav-item {
        width: 100%;
        margin: 0rem 0rem 1rem 0rem;
    }
    .visible-xs-block {
        display: block;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    #page-round {
        padding: 0rem;
        border-radius: 0rem;
    }
    .sidebar {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    .topbar {
        border-top-right-radius: 0px;
    }
    footer.sticky-footer {
        border-bottom-right-radius: 0px;
    }
    #wrapper #content-wrapper {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .card-white {
        padding: 1rem;
    }
    .card-white-box {
        padding: 0.5rem;
        height: 300px;
    }
    .card-gray {
        padding: 1rem;
    }
    .card-orange {
        padding: 1rem;
    }
    .card-green {
        padding: 1rem;
    }
    .card-red {
        padding: 1rem;
    }
    .card-blue {
        padding: 1rem;
    }
    .flexbox-side-mobile {
        display: block;
    }
    .flexbox-center-mobile {
        display: block;
    }
    .btn {
        width: 100%;
        height: 45px;
    }
    .button-text {
        font-size: 0.75rem;
    }
    .button-with-icon {
        justify-content: center;
    }
    .button-text-link {
        text-align: left;
    }
    .card-white-box:not(:first-child) {
        margin-top: 1rem;
    }
    h1 {
        font-size: 1.25rem;
    }
    h2 {
        font-size: 0.875rem;
    }
    h3 {
        font-size: 0.875rem;
    }
    h4 {
        font-size: 0.813rem;
    }
    h5 {
        font-size: 0.625rem;
    }
    h6 {
        font-size: 1rem;
    }
    .subtext {
        font-size: 0.75rem;
    }
    .subtext span {
        font-size: 1.125rem;
    }
    .big-text {
        font-size: 1.25rem;
    }
    .payment-methods {
        display: block;
    }
    .payment-card {
        width: 100%;
        margin-right: 0rem !important;
    }
    .payment-card-container {
        margin-right: 0rem !important;
    }
    .btn-mobile {
        margin-left: 0rem !important;
    }
    .btn-group-mobile {
        display: block;
    }
    .dropdown-menu.show {
        width: 100%;
    }
    .specialtable {
        overflow: auto;
    }
    .specialtable .contain-specialtable {
        min-width: 928px;
        padding: 0 0.25rem;
    }
    .empty-button {
        margin-top: 1rem;
    }
    .button-margin-mobile {
        margin-bottom: 1rem;
    }
    .subtext-margin-mobile {
        margin-bottom: 1rem;
    }
    .bwi-link {
        justify-content: flex-start;
    }
    .created-boxes {
        margin-bottom: 1.5rem;
    }
    .overlay {
        height: 93%;
    }
    .boxes {
        padding: 0px 0px;
    }
    .status-card {
        min-height: 230px;
    }
    .option-title {
        font-size: 1rem;
    }
    .reciept {
        width: 100%;
        height: auto;
    }
    .selected-container {
        height: auto;
    }
    .nav-tabs-custom .nav-item {
        width: 100%;
        margin: 0rem 0rem 1rem 0rem;
    }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
    .created-boxes {
        margin-bottom: 1.5rem;
    }
    .overlay {
        height: 93%;
    }
}

@media screen and (min-width: 1201px) {}

.nav-tabs-custom a {
    color: rgba(0, 84, 156, 0.5);
    border-bottom: 3px solid transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 0;
    font-size: 0.75rem;
    text-align: center;
}

.nav-tabs-custom a.active {
    font-weight: bold;
    color: #03298e !important;
    border-bottom: 3px solid #03298e !important;
}

.tabs-time .nav-tabs-custom a:hover {
    font-weight: bold;
    border-bottom: 3px solid #03298e;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    background-color: transparent;
    color: #03298e;
}

.tabs-time .nav-tabs-custom .nav-link {
    border: none;
    border-radius: 0rem;
}

.selected-container {
    height: 267px;
    display: grid;
}

/*Chart*/
.chart-pie {
    position: relative;
    height: 15rem;
    width: 100%;
}

.nav-link-custom {
    color: #2266CC !important;
    border: none !important;
}

.nav-link-custom:hover {
    background-color: transparent !important;
}

.visible-xs-block {
    display: none;
}


.header-container {
    padding: 20px 20px 0px 20px;
}

.container-margin {
    margin: 6rem 0rem 0rem 0rem;
}

.topbar-horizontal {
    height: 4.375rem;
    border-top-right-radius: 0px;
}

.bg-blue {
    background-color: #03298e;
}

.nav-link-custom {
    color: #ffffff !important;
    border: none !important;
}

ul {

}

.content-horizontal-menu {}

.exo-menu {
    width: 100%;
    float: left;
    list-style: none;
    position: relative;
    background: #23364b;
    z-index: 999;
}

.exo-menu>li {
    display: inline-block;
    float: left;
}

.exo-menu>li>a {
    color: #ffffff;
    text-decoration: none;
    border-right: 1px #365670 dotted;
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
    font-size: 0.75rem;
}

.exo-menu>li>a.active,
.exo-menu>li>a:hover,
li.drop-down ul>li>a:hover {
    background: #000;
    color: #fff;
}

.exo-menu i {
    float: left;
    font-size: 0.75rem;
    margin-right: 6px;
    line-height: 20px !important;
}

li.drop-down,
.flyout-right,
.flyout-left {
    position: relative;
}

li.drop-down:before {
    content: "\f103";
    color: #fff;
    font-family: FontAwesome;
    font-style: normal;
    display: inline;
    position: absolute;
    right: 6px;
    top: 10px;
    font-size: 14px;
}

li.drop-down>ul {
    left: 0px;
    min-width: 230px;
    z-index: 9999;
}

.drop-down-ul {
    display: none;
}

.flyout-right>ul,
.flyout-left>ul {
    top: 0;
    min-width: 230px;
    display: none;
    border-left: 1px solid #365670;
}

li.drop-down>ul>li>a,
.flyout-right ul>li>a,
.flyout-left ul>li>a {
    color: #fff;
    display: block;
    padding: 10px 22px;
    text-decoration: none;
    background-color: #365670;
    border-bottom: 1px dotted #547787;
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
    font-size: 0.75rem;
}

.flyout-right ul>li>a,
.flyout-left ul>li>a {
    border-bottom: 1px dotted #b8c7bc;
}

/*Flyout Mega*/
.flyout-mega-wrap {
    top: 0;
    right: 0;
    left: 100%;
    width: 100%;
    display: none;
    height: 100%;
    padding: 15px;
    min-width: 742px;
}

h4.row.mega-title {
    color: #eee;
    margin-top: 0px;
    font-size: 14px;
    padding-left: 15px;
    padding-bottom: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
}

.flyout-mega ul>li>a {
    font-size: 90%;
    line-height: 25px;
    color: #fff;
    font-family: 'Montserrat', sans-serif !important;
}

.flyout-mega ul>li>a:hover,
.flyout-mega ul>li>a:active,
.flyout-mega ul>li>a:focus {
    text-decoration: none;
    background-color: transparent !important;
    color: #ccc !important;
}

/*mega menu*/

.mega-menu {
    left: 0;
    right: 0;
    padding: 15px;
    display: none;
    padding-top: 0;
    min-height: 100%;
}

h4.row.mega-title {
    color: #eee;
    margin-top: 0px;
    font-size: 14px;
    padding-left: 15px;
    padding-bottom: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid #547787;
    padding-top: 15px;
    background-color: #365670;
}

.mega-menu ul li a {
    line-height: 25px;
    font-size: 90%;
    display: block;
}

ul.stander li a {
    padding: 3px 0px;
}

ul.description li {
    padding-bottom: 12px;
    line-height: 8px;
}

ul.description li span {
    color: #ccc;
    font-size: 85%;
}

a.view-more {
    border-radius: 1px;
    margin-top: 15px;
    background-color: #009fe1;
    padding: 2px 10px !important;
    line-height: 21px !important;
    display: inline-block !important;
}

a.view-more:hover {
    color: #fff;
    background: #0dadef;
}

ul.icon-des li a i {
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #009fe1;
    line-height: 35px !important;
}

ul.icon-des li {
    width: 100%;
    display: table;
    margin-bottom: 11px;
}

/*common*/
.flyout-right ul>li>a,
.flyout-left ul>li>a,
.flyout-mega-wrap,
.mega-menu {
    background-color: #547787;
}

/*hover*/
.Blog:hover,
.Images:hover,
.mega-menu:hover,
.drop-down-ul:hover,
li.flyout-left>ul:hover,
li.flyout-right>ul:hover,
.flyout-mega-wrap:hover,
li.flyout-left a:hover+ul,
li.flyout-right a:hover+ul,
.blog-drop-down>a:hover+.Blog,
li.drop-down>a:hover+.drop-down-ul,
.images-drop-down>a:hover+.Images,
.mega-drop-down a:hover+.mega-menu,
li.flyout-mega>a:hover+.flyout-mega-wrap {
    display: block;
}

a.toggle-menu {
    position: absolute;
    right: 0px;
    padding: 10px;
    font-size: 27px;
    background-color: #ccc;
    color: #23364b;
    top: 0px;
}


.full-height {
    margin-bottom: 80px;
    min-height: 60vh;
    margin-top: 80px;
}

@-moz-document url-prefix() {
    .full-height {
        margin-bottom: 100px;
        min-height: 60vh;
        margin-top: 80px;
    }
}

footer.sticky-footer-horizontal {
    padding: 1rem 0;
    position: fixed;
    width: 100%;
    bottom: 0px;
    z-index: 999999;
}

.bg-blue {
    background-color: #03298e;
}

.bg-green {
    background-color: #88A919;
}

.bg-yellow {
    background-color: #FFD600;
}

.bg-orange {
    background-color: #EF9700;
}

.bg-red {
    background-color: #DE1C0F;
}

.bg-gray {
    background-color: #707070;
}

.bg-white {
    background-color: #ffffff;
}

.nav-link-noborder-blue {
    border: none;
}

.dropdown-header-blue {
    background-color: #03298e !important;
    border: 1px solid #03298e !important;
}

.sidebar-heading-gray {
    color: #707070 !important;
}

.sidebar-divider-gray {
    border-top: 1px solid rgba(112, 112, 112, 0.15) !important;
}

.nav-link-noborder-green {
    border: none;
}

.dropdown-header-green {
    background-color: #88A919 !important;
    border: 1px solid #88A919 !important;
}

.nav-link-noborder-yellow {
    border: none;
    color: rgba(112, 112, 112, 0.8) !important;
}

.dropdown-header-yellow {
    background-color: #FFD600 !important;
    border: 1px solid #FFD600 !important;
    color: #707070 !important;
}

.sidebar-dark .nav-item.active .nav-link-noborder-yellow i {
    color: #707070;
}

.sidebar-dark .nav-item .nav-link-noborder-yellow i {
    color: rgba(112, 112, 112, 0.3);
}

.sidebar-dark .nav-item .nav-link-noborder-yellow[data-toggle="collapse"]::after {
    color: rgba(112, 112, 112, 0.5);
}

.nav-link-noborder-yellow:hover {
    color: #707070 !important;
}

.sidebar-dark .nav-item .nav-link-noborder-yellow:hover i {
    color: #707070;
}

.nav-link-noborder-orange {
    border: none;
}

.dropdown-header-orange {
    background-color: #EF9700 !important;
    border: 1px solid #EF9700 !important;
}

.nav-link-noborder-red {
    border: none;
}

.dropdown-header-red {
    background-color: #DE1C0F !important;
    border: 1px solid #DE1C0F !important;
}

.nav-link-noborder-gray {
    border: none;
}

.dropdown-header-gray {
    background-color: #707070 !important;
    border: 1px solid #707070 !important;
}

.ss-main {
    position: relative;
    display: inline-block;
    user-select: none;
    color: #666666;
    width: 100%;
}

.ss-main .ss-single-selected {
    display: flex;
    cursor: pointer;
    width: 100%;
    height: 30px;
    padding: 6px;
    border: 1px solid #dcdee2;
    border-radius: 4px;
    background-color: #ffffff;
    outline: 0;
    box-sizing: border-box;
    transition: background-color .3s;
}

.ss-main .ss-single-selected.ss-disabled {
    background-color: #dcdee2;
    cursor: not-allowed;
}

.ss-main .ss-single-selected.ss-open-above {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.ss-main .ss-single-selected.ss-open-below {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.ss-main .ss-single-selected .placeholder {
    display: flex;
    flex: 1 1 100%;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    width: calc(100% - 30px);
    line-height: 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ss-main .ss-single-selected .placeholder * {
    display: flex;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
}

.ss-main .ss-single-selected .placeholder .ss-disabled {
    cursor: pointer;
    color: #8a8a8a;
}

.ss-main .ss-single-selected .ss-deselect {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 1 auto;
    margin: 0 6px 0 6px;
    font-weight: bold;
}

.ss-main .ss-single-selected .ss-deselect.ss-hide {
    display: none;
}

.ss-main .ss-single-selected .ss-arrow {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 1 auto;
    margin: 0 6px 0 6px;
}

.ss-main .ss-single-selected .ss-arrow span {
    border: solid #666666;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transition: transform .2s, margin .2s;
}

.ss-main .ss-single-selected .ss-arrow span.arrow-up {
    transform: rotate(-135deg);
    margin: 3px 0 0 0;
}

.ss-main .ss-single-selected .ss-arrow span.arrow-down {
    transform: rotate(45deg);
    margin: -3px 0 0 0;
}

.ss-main .ss-multi-selected {
    display: flex;
    flex-direction: row;
    cursor: pointer;
    min-height: 30px;
    width: 100%;
    padding: 0 0 0 3px;
    border: 1px solid #dcdee2;
    border-radius: 4px;
    background-color: #ffffff;
    outline: 0;
    box-sizing: border-box;
    transition: background-color .3s;
}

.ss-main .ss-multi-selected.ss-disabled {
    background-color: #dcdee2;
    cursor: not-allowed;
}

.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-disabled {
    color: #666666;
}

.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-value .ss-value-delete {
    cursor: not-allowed;
}

.ss-main .ss-multi-selected.ss-open-above {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.ss-main .ss-multi-selected.ss-open-below {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.ss-main .ss-multi-selected .ss-values {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex: 1 1 100%;
    width: calc(100% - 30px);
}

.ss-main .ss-multi-selected .ss-values .ss-disabled {
    display: flex;
    padding: 4px 5px;
    margin: 2px 0px;
    line-height: 1em;
    align-items: center;
    width: 100%;
    color: #8a8a8a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@keyframes scaleIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scaleOut {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0);
        opacity: 0;
    }
}

.ss-main .ss-multi-selected .ss-values .ss-value {
    display: flex;
    user-select: none;
    align-items: center;
    font-size: 12px;
    padding: 3px 5px;
    margin: 3px 5px 3px 0px;
    color: #ffffff;
    background-color: #5897fb;
    border-radius: 4px;
    animation-name: scaleIn;
    animation-duration: .2s;
    animation-timing-function: ease-out;
    animation-fill-mode: both;
}

.ss-main .ss-multi-selected .ss-values .ss-value.ss-out {
    animation-name: scaleOut;
    animation-duration: .2s;
    animation-timing-function: ease-out;
}

.ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete {
    margin: 0 0 0 5px;
    cursor: pointer;
}

.ss-main .ss-multi-selected .ss-add {
    display: flex;
    flex: 0 1 3px;
    margin: 9px 12px 0 5px;
}

.ss-main .ss-multi-selected .ss-add .ss-plus {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #666666;
    position: relative;
    height: 10px;
    width: 2px;
    transition: transform .2s;
}

.ss-main .ss-multi-selected .ss-add .ss-plus:after {
    background: #666666;
    content: "";
    position: absolute;
    height: 2px;
    width: 10px;
    left: -4px;
    top: 4px;
}

.ss-main .ss-multi-selected .ss-add .ss-plus.ss-cross {
    transform: rotate(45deg);
}

.ss-main .ss-content {
    position: absolute;
    width: 100%;
    margin: -1px 0 0 0;
    box-sizing: border-box;
    border: solid 1px #dcdee2;
    z-index: 1010;
    background-color: #ffffff;
    transform-origin: center top;
    transition: transform .2s, opacity .2s;
    opacity: 0;
    transform: scaleY(0);
}

.ss-main .ss-content.ss-open {
    display: block;
    opacity: 1;
    transform: scaleY(1);
}

.ss-main .ss-content .ss-search {
    display: flex;
    flex-direction: row;
    padding: 8px 8px 6px 8px;
}

.ss-main .ss-content .ss-search.ss-hide {
    height: 0px;
    opacity: 0;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.ss-main .ss-content .ss-search.ss-hide input {
    height: 0px;
    opacity: 0;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.ss-main .ss-content .ss-search input {
    display: inline-flex;
    font-size: inherit;
    line-height: inherit;
    flex: 1 1 auto;
    width: 100%;
    min-width: 0px;
    height: 30px;
    padding: 6px 8px;
    margin: 0;
    border: 1px solid #dcdee2;
    border-radius: 4px;
    background-color: #ffffff;
    outline: 0;
    text-align: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: textfield;
}

.ss-main .ss-content .ss-search input::placeholder {
    color: #bdbdbd;
    vertical-align: middle;
}

.ss-main .ss-content .ss-search input:focus {
    box-shadow: 0 0 5px #5897fb;
}

.ss-main .ss-content .ss-search .ss-addable {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 22px;
    font-weight: bold;
    flex: 0 0 30px;
    height: 30px;
    margin: 0 0 0 8px;
    border: 1px solid #dcdee2;
    border-radius: 4px;
    box-sizing: border-box;
}

.ss-main .ss-content .ss-addable {
    padding-top: 0px;
}

.ss-main .ss-content .ss-list {
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: left;
}

.ss-main .ss-content .ss-list .ss-optgroup .ss-optgroup-label {
    padding: 6px 10px 6px 10px;
    font-weight: bold;
}

.ss-main .ss-content .ss-list .ss-optgroup .ss-option {
    padding: 6px 6px 6px 25px;
}

.ss-main .ss-content .ss-list .ss-optgroup-label-selectable {
    cursor: pointer;
}

.ss-main .ss-content .ss-list .ss-optgroup-label-selectable:hover {
    color: #ffffff;
    background-color: #5897fb;
}

.ss-main .ss-content .ss-list .ss-option {
    padding: 6px 10px 6px 10px;
    cursor: pointer;
    user-select: none;
}

.ss-main .ss-content .ss-list .ss-option * {
    display: inline-block;
}

.ss-main .ss-content .ss-list .ss-option:hover,
.ss-main .ss-content .ss-list .ss-option.ss-highlighted {
    color: #ffffff;
    background-color: #5897fb;
}

.ss-main .ss-content .ss-list .ss-option.ss-disabled {
    cursor: default;
    color: #bdbdbd;
    background-color: #ffffff;
}

.ss-main .ss-content .ss-list .ss-option.ss-hide {
    display: none;
}

.ss-main .ss-content .ss-list .ss-option .ss-search-highlight {
    background-color: #fff70062;
}

.ss-main {
    position: relative;
    display: inline-block;
    user-select: none;
    color: #666;
    width: 100%;
    padding: 0.80rem 1rem;
    border: 1px solid #59595B14;
    background-color: transparent;
    border-radius: 0.25rem;
}

.ss-main .ss-multi-selected .ss-values .ss-disabled {
    display: flex;
    margin: 2px 0;
    line-height: 1em;
    align-items: center;
    width: 100%;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ss-main .ss-multi-selected {
    display: flex;
    flex-direction: row;
    cursor: pointer;
    min-height: 30px;
    width: 100%;
    padding: 0rem;
    border: 0rem;
    border-radius: 4px;
    background-color: transparent;
    outline: 0;
    box-sizing: border-box;
    transition: background-color .3s;
}

.ss-main:focus {
    outline: none;
    border-color: #03298e;
    border-width: 2px;
    margin-bottom: 0px;
    padding: 1rem;
}

.ss-main .ss-multi-selected .ss-values .ss-value {
    display: flex;
    user-select: none;
    align-items: center;
    font-size: 12px;
    padding: 0px 5px;
    margin: 0px 5px 0px 0;
    color: #fff;
    background-color: #03298e;
    border-radius: 4px;
    animation-name: scaleIn;
    animation-duration: .2s;
    animation-timing-function: ease-out;
    animation-fill-mode: both;
}

.ss-main .ss-content .ss-list .ss-option {
    padding: 0px 10px;
    cursor: pointer;
    user-select: none;
}

.ss-main .ss-multi-selected .ss-add {
    display: flex;
    flex: 0 1 3px;
    margin: 9px 4px 0 5px;
}

.ss-main .ss-multi-selected .ss-add .ss-plus:after {
    background: #03298e;
    content: "";
    position: absolute;
    height: 2px;
    width: 10px;
    left: -4px;
    top: 4px;
}



/*responsive*/
@media (min-width: 767px) {
    .exo-menu>li>a {
        display: block;
        padding: 10px 22px;
    }

    .mega-menu,
    .flyout-mega-wrap,
    .Images,
    .Blog,
    .flyout-right>ul,
    .flyout-left>ul,
    li.drop-down>ul {
        position: absolute;
    }

    .flyout-right>ul {
        left: 100%;
    }

    .flyout-left>ul {
        right: 100%;
    }
}

@media (max-width: 767px) {
    .exo-menu {
        min-height: 58px;
        background-color: #23364b;
        width: 100%;
    }

    .exo-menu>li>a {
        width: 100%;
        display: none;
    }

    .exo-menu>li {
        width: 100%;
    }

    .display.exo-menu>li>a {
        display: block;
        padding: 20px 22px;
    }

    .mega-menu,
    .Images,
    .Blog,
    .flyout-right>ul,
    .flyout-left>ul,
    li.drop-down>ul {
        position: relative;
    }
}

/*Media queries*/

@media screen and (max-width: 400px) {
    #page-round {
        padding: 0rem;
        border-radius: 0rem;
    }

    .sidebar {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .topbar {
        border-top-right-radius: 0px;
    }

    footer.sticky-footer {
        border-bottom-right-radius: 0px;
        position: relative;
    }

    #wrapper #content-wrapper {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .card-white {
        padding: 1rem;
    }

    .card-white-box {
        padding: 0.5rem;
        height: 300px;
    }

    .card-gray {
        padding: 1rem;
    }

    .card-orange {
        padding: 1rem;
    }

    .card-green {
        padding: 1rem;
    }

    .card-red {
        padding: 1rem;
    }

    .card-blue {
        padding: 1rem;
    }

    .flexbox-side-mobile {
        display: block;
    }

    .flexbox-center-mobile {
        display: block;
    }

    .btn {
        width: 100%;
        height: 45px;
    }

    .button-text {
        font-size: 0.75rem;
    }

    .button-with-icon {
        justify-content: center;
    }

    .button-text-link {
        text-align: left;
    }

    .card-white-box:not(:first-child) {
        margin-top: 1rem;
    }

    h1 {
        font-size: 1.25rem;
    }

    h2 {
        font-size: 0.875rem;
    }

    h3 {
        font-size: 0.875rem;
    }

    h4 {
        font-size: 0.813rem;
    }

    h5 {
        font-size: 0.625rem;
    }

    h6 {
        font-size: 1rem;
    }

    .subtext {
        font-size: 0.75rem;
    }

    .subtext span {
        font-size: 1.125rem;
    }

    .big-text {
        font-size: 1.25rem;
    }

    .payment-methods {
        display: block;
    }

    .payment-card {
        width: 100%;
        margin-right: 0rem !important;
    }

    .payment-card-container {
        margin-right: 0rem !important;
    }

    .btn-mobile {
        margin-left: 0rem !important;
    }

    .btn-group-mobile {
        display: block;
    }

    .dropdown-menu.show {
        width: 100%;
    }

    .specialtable {
        overflow: auto;
    }

    .specialtable .contain-specialtable {
        min-width: 928px;
        padding: 0 0.25rem;
    }

    .empty-button {
        margin-top: 1rem;
    }

    .button-margin-mobile {
        margin-bottom: 1rem;
    }

    .subtext-margin-mobile {
        margin-bottom: 1rem;
    }

    .bwi-link {
        justify-content: flex-start;
    }

    .created-boxes {
        margin-bottom: 1.5rem;
    }

    .overlay {
        height: 93%;
    }

    .boxes {
        padding: 0px 0px;
    }

    .status-card {
        min-height: 230px;
    }

    .option-title {
        font-size: 1rem;
    }

    .line-after-active {
        width: 16px;
    }

    .line-after-pending {
        width: 16px;
    }

    .line-after-complete {
        width: 16px;
    }

    .radio-main {
        display: flex;
        flex-direction: column;
    }

    .reciept {
        width: 100%;
        height: auto;
    }

    .selected-container {
        height: auto;
    }

    .nav-tabs-custom .nav-item {
        width: 100%;
        margin: 0rem 0rem 1rem 0rem;
    }

    .visible-xs-block {
        display: block;
    }


}

@media screen and (min-width: 401px) and (max-width: 580px) {
    #page-round {
        padding: 0rem;
        border-radius: 0rem;
    }

    .sidebar {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .topbar {
        border-top-right-radius: 0px;
    }

    footer.sticky-footer {
        border-bottom-right-radius: 0px;
        position: relative;
    }

    #wrapper #content-wrapper {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .card-white {
        padding: 1rem;
    }

    .card-white-box {
        padding: 0.5rem;
        height: 300px;
    }

    .card-gray {
        padding: 1rem;
    }

    .card-orange {
        padding: 1rem;
    }

    .card-green {
        padding: 1rem;
    }

    .card-red {
        padding: 1rem;
    }

    .card-blue {
        padding: 1rem;
    }

    .flexbox-side-mobile {
        display: block;
    }

    .flexbox-center-mobile {
        display: block;
    }

    .btn {
        width: 100%;
        height: 45px;
    }

    .button-text {
        font-size: 0.75rem;
    }

    .button-with-icon {
        justify-content: center;
    }

    .button-text-link {
        text-align: left;
    }

    .card-white-box:not(:first-child) {
        margin-top: 1rem;
    }

    h1 {
        font-size: 1.25rem;
    }

    h2 {
        font-size: 0.875rem;
    }

    h3 {
        font-size: 0.875rem;
    }

    h4 {
        font-size: 0.813rem;
    }

    h5 {
        font-size: 0.625rem;
    }

    h6 {
        font-size: 1rem;
    }

    .subtext {
        font-size: 0.75rem;
    }

    .subtext span {
        font-size: 1.125rem;
    }

    .big-text {
        font-size: 1.25rem;
    }

    .payment-methods {
        display: block;
    }

    .payment-card {
        width: 100%;
        margin-right: 0rem !important;
    }

    .payment-card-container {
        margin-right: 0rem !important;
    }

    .btn-mobile {
        margin-left: 0rem !important;
    }

    .btn-group-mobile {
        display: block;
    }

    .dropdown-menu.show {
        width: 100%;
    }

    .specialtable {
        overflow: auto;
    }

    .specialtable .contain-specialtable {
        min-width: 928px;
        padding: 0 0.25rem;
    }

    .empty-button {
        margin-top: 1rem;
    }

    .button-margin-mobile {
        margin-bottom: 1rem;
    }

    .subtext-margin-mobile {
        margin-bottom: 1rem;
    }

    .bwi-link {
        justify-content: flex-start;
    }

    .created-boxes {
        margin-bottom: 1.5rem;
    }

    .overlay {
        height: 93%;
    }

    .boxes {
        padding: 0px 0px;
    }

    .status-card {
        min-height: 230px;
    }

    .option-title {
        font-size: 1rem;
    }

    .line-after-active {
        width: 16px;
    }

    .line-after-pending {
        width: 16px;
    }

    .line-after-complete {
        width: 16px;
    }

    .reciept {
        width: 100%;
        height: auto;
    }

    .selected-container {
        height: auto;
    }

    .nav-tabs-custom .nav-item {
        width: 100%;
        margin: 0rem 0rem 1rem 0rem;
    }

    .visible-xs-block {
        display: block;
    }

}

@media screen and (min-width: 581px) and (max-width: 767px) {
    #page-round {
        padding: 0rem;
        border-radius: 0rem;
    }

    .sidebar {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .topbar {
        border-top-right-radius: 0px;
    }

    footer.sticky-footer {
        border-bottom-right-radius: 0px;
        position: relative;
    }

    #wrapper #content-wrapper {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .card-white {
        padding: 1rem;
    }

    .card-white-box {
        padding: 0.5rem;
        height: 300px;
    }

    .card-gray {
        padding: 1rem;
    }

    .card-orange {
        padding: 1rem;
    }

    .card-green {
        padding: 1rem;
    }

    .card-red {
        padding: 1rem;
    }

    .card-blue {
        padding: 1rem;
    }

    .flexbox-side-mobile {
        display: block;
    }

    .flexbox-center-mobile {
        display: block;
    }

    .btn {
        width: 100%;
        height: 45px;
    }

    .button-text {
        font-size: 0.75rem;
    }

    .button-with-icon {
        justify-content: center;
    }

    .button-text-link {
        text-align: left;
    }

    .card-white-box:not(:first-child) {
        margin-top: 1rem;
    }

    .subtext {
        font-size: 0.75rem;
    }

    .subtext span {
        font-size: 1.125rem;
    }

    .big-text {
        font-size: 1.25rem;
    }

    .payment-methods {
        display: block;
    }

    .payment-card {
        width: 100%;
        margin-right: 0rem !important;
    }

    .payment-card-container {
        margin-right: 0rem !important;
    }

    .btn-mobile {
        margin-left: 0rem !important;
    }

    .btn-group-mobile {
        display: block;
    }

    .dropdown-menu.show {
        width: 100%;
    }

    .specialtable {
        overflow: auto;
    }

    .specialtable .contain-specialtable {
        min-width: 928px;
        padding: 0 0.25rem;
    }

    .empty-button {
        margin-top: 1rem;
    }

    .button-margin-mobile {
        margin-bottom: 1rem;
    }

    .subtext-margin-mobile {
        margin-bottom: 1rem;
    }

    .bwi-link {
        justify-content: flex-start;
    }

    .created-boxes {
        margin-bottom: 1.5rem;
    }

    .overlay {
        height: 93%;
    }

    .boxes {
        padding: 0px 0px;
    }

    .status-card {
        min-height: 230px;
    }

    .option-title {
        font-size: 1rem;
    }

    .reciept {
        width: 100%;
        height: auto;
    }

    .selected-container {
        height: auto;
    }

    .nav-tabs-custom .nav-item {
        width: 100%;
        margin: 0rem 0rem 1rem 0rem;
    }

    .visible-xs-block {
        display: block;
    }

}

@media screen and (min-width: 768px) and (max-width: 992px) {
    #page-round {
        padding: 0rem;
        border-radius: 0rem;
    }

    .sidebar {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .topbar {
        border-top-right-radius: 0px;
    }

    footer.sticky-footer {
        border-bottom-right-radius: 0px;
        position: relative;
    }

    #wrapper #content-wrapper {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .card-white {
        padding: 1rem;
    }

    .card-white-box {
        padding: 0.5rem;
        height: 300px;
    }

    .card-gray {
        padding: 1rem;
    }

    .card-orange {
        padding: 1rem;
    }

    .card-green {
        padding: 1rem;
    }

    .card-red {
        padding: 1rem;
    }

    .card-blue {
        padding: 1rem;
    }

    .flexbox-side-mobile {
        display: block;
    }

    .flexbox-center-mobile {
        display: block;
    }

    .btn {
        width: 100%;
        height: 45px;
    }

    .button-text {
        font-size: 0.75rem;
    }

    .button-with-icon {
        justify-content: center;
    }

    .button-text-link {
        text-align: left;
    }

    .card-white-box:not(:first-child) {
        margin-top: 1rem;
    }

    .subtext {
        font-size: 0.75rem;
    }

    .subtext span {
        font-size: 1.125rem;
    }

    .big-text {
        font-size: 1.25rem;
    }

    .payment-methods {
        display: block;
    }

    .payment-card {
        width: 100%;
        margin-right: 0rem !important;
    }

    .payment-card-container {
        margin-right: 0rem !important;
    }

    .btn-mobile {
        margin-left: 0rem !important;
    }

    .btn-group-mobile {
        display: block;
    }

    .dropdown-menu.show {
        width: 100%;
    }

    .specialtable {
        overflow: auto;
    }

    .specialtable .contain-specialtable {
        min-width: 928px;
        padding: 0 0.25rem;
    }

    .empty-button {
        margin-top: 1rem;
    }

    .button-margin-mobile {
        margin-bottom: 1rem;
    }

    .subtext-margin-mobile {
        margin-bottom: 1rem;
    }

    .bwi-link {
        justify-content: flex-start;
    }

    .created-boxes {
        margin-bottom: 1.5rem;
    }

    .overlay {
        height: 93%;
    }

    .boxes {
        padding: 0px 0px;
    }

    .status-card {
        min-height: 230px;
    }

    .option-title {
        font-size: 1rem;
    }

    .reciept {
        width: 100%;
        height: auto;
    }

    .selected-container {
        height: auto;
    }

    .nav-tabs-custom .nav-item {
        width: 100%;
        margin: 0rem 0rem 1rem 0rem;
    }

    .exo-menu {
        min-height: 58px;
        background-color: #23364b;
        width: 100%;
    }
}

/* toast */
.toast-success {
    top: 10px; 
    right: 10px; 
    border-radius: 6px;
    background: #fff;
    padding: 5px 15px 5px 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border-left: 8px solid #88A919;
    overflow: hidden;
    transform: translateX(calc(100% + 30px));
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.25, 1.35); 
} 

.toast-error {
    top: 10px; 
    right: 10px; 
    border-radius: 6px;
    background: #fff;
    padding: 5px 15px 5px 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border-left: 8px solid #dc3545;
    overflow: hidden;
    transform: translateX(calc(100% + 30px));
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.25, 1.35); 
} 

.toast-warning {
    top: 10px; 
    right: 10px; 
    border-radius: 6px;
    background: #fff;
    padding: 5px 15px 5px 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border-left: 8px solid #ffc107;
    overflow: hidden;
    transform: translateX(calc(100% + 30px));
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.25, 1.35); 
} 

.toast.active{
    transform: translateX(0);
}

.progress-toast {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background: #ddd;
}
.progress-success::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #88A919;
}


.progress-error::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #dc3545;
}

.progress-warning::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #ffc107;
}

.progress-toast.active::before{
    animation: progress 5s linear forwards;
}
@keyframes progress {
    100%{
        right: 100%;
    }
}