.modalconfirmbody {
    scroll-behavior:auto;
    overflow: auto;
    
}


.report-table {
    margin: auto;
    width: 100%;
}

.report th {
    /*min-width: 150px;*/
}

.report {
    margin-top: 50px;
    margin-left: 40px;
    margin-right: 40px;
}


.doughnutchart {
    max-width: 300px;
    max-height: 300px;
    min-width: 300px;
    min-height: 300px;
    margin:auto;
}

.ullist_transparent li {
    text-transform: lowercase;
}

.abs-button {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.c-card--button-align .c-card__cta {
    align-items: flex-start !important;
    flex-direction: column;
}

.b-logo-header-lp__img {
    width: 100%;
    width: 400px !important;
    max-width: 400px !important;
}
button.swiper-pagination-bullet.swiper-pagination-bullet-grey {
    background: #cccccc !important;
}

.ullist_transparent {
    list-style-type: none;
    margin-left:-20px;
}

.schedule_list {
    color: #4cbad7;
}

.tooltip-inner {
    background-color: #033954 !important;
    text-shadow: none !important;
    padding: 0.5rem;
    font-family: 'museo-sans', sans-serif;
    font-size: 0.8rem !important;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #033954 !important;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #033954 !important;
}

.tooltip.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: #033954 !important;
}

.tooltip.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: #033954 !important;
}

a:hover {
    text-decoration: none;
}

.alert-warning {
    font-size: 1.1em;
}

    .alert-warning.popoverAlert {
        font-size: .875rem !important;
    }

ul {
    padding-left: 1rem !important;
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: inherit !important;
}

.highlighted {
    z-index: 1050 !important;
    /* position: sticky!important;
    */
    pointer-events: none;
    background-color: #ffffff !important;
    transition: ease-in;
    animation: fadeIn 0.5s;
}

.btn.disabled, .btn:disabled {
    opacity: .65 !important;
}

button:disabled {
    cursor: not-allowed;
    pointer-events: all !important;
}

    button:disabled:hover {
        background-color: transparent !important;
        color: inherit !important;
        opacity: .20;
    }

.popover.fade {
    animation: fadeIn 1s;
}

.highlighted_bar {
    z-index: 1050 !important;
    pointer-events: none;
    background-color: #ffffff !important;
    transition: ease-in;
    animation: fadeIn 0.5s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

body {
    font-family: 'museo-sans', sans-serif;
    font-size: 16px;
}

#content {
    margin-bottom: 5rem;
}
/*#mainCont {
    max-width: 960px!important;
}
*/
.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url('../img/chevron-down-solid.svg');
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-control:disabled {
    /* background-color: #fff !important;
    */
    border: 1px solid #fff !important;
}

.form-control:enabled {
    /*background-color: #eaeaea !important;
   */
    border: 1px solid gray !important;
}

.dropdown-menu {
    border: none;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #2e2f37;
    text-decoration: none;
    background-color: #f1fcfe !important;
}

.badge {
    background-color: #ccf5ff;
    /*color: #033954!important;
   */
    font-size: 1rem;
    /* margin-bottom: 0.75rem !important;
    */
    margin-right: 0.5rem;
    /* display: inline;
    */
}

.card-body-dashboard > .badge {
    margin-bottom: 0.75rem !important;
}

.bg-primary {
    background-color: #4cbad7 !important;
    color: #ffffff !important;
}

.bg-inactive {
    background-color: #CBCBCB !important;
    color: #464646 !important;
}

#wrapper #content-wrapper {
    background-color: #ffffff;
    width: 100%;
    overflow-x: hidden;
}

#pageContainer, #pageContainerTutorial {
    margin-top: 8rem;
    /*max-width: 1024px!important;
   */
}
/*#cron select {
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: 0.35rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
*/
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
}

header {
    height: 70px;
    vertical-align: middle;
}

h1 {
    color: #464646;
    font-weight: 700;
    font-size: 2.5em;
}

h2 {
    color: #464646;
    font-weight: 700;
    font-size: 2rem;
}

h3 {
    color: #464646;
    font-weight: 700;
    font-size: 1.5em;
}

h4 {
    color: #464646;
    font-weight: 700;
    font-size: 1.2em;
}

small {
    font-size: 1rem !important;
}

#logoMobile {
    width: 100px;
}
/*label {
   display: inline-block;
    margin: .5rem;
}
*/
label {
    font-weight: 700;
    color: #043954 !important;
}

.navbar {
    background: #4cbad7 !important;
    color: #ffffff;
}

#userDropdown.nav-link, .navbar-brand {
    color: #ffffff !important;
    font-weight: 300;
}

#navbarNavDropdown a {
    color: #4cbad7 !important;
}

.navbar-light .navbar-toggler {
    border: none !important;
}

    .navbar-light .navbar-toggler:focus, .navbar-light .navbar-toggler:active, .navbar-light .navbar-toggler:hover {
        box-shadow: none !important;
    }

.blurry {
    filter: blur(10px);
    -webkit-filter: blur(10px)
}

#userDropdown {
    min-width: 8rem !important;
}

.inputCont {
    margin: 1.5rem 0;
}

.inputContSelect {
    background: #f1fcfe;
    padding: 1.5rem !important;
}

.inputContCheck {
    margin-bottom: 0;
    background: #f1fcfe;
    padding: 1.5rem !important;
    height: 100% !important;
    display: flex;
    align-items: center;
}

*
/*[class*="hint--"] {
    position: absolute!important;
    right: 0;
}
*/
.form-control {
    border: 1px solid #e9e9e9 !important;
    padding: 0.75rem;
    height: auto;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #4cbad7 !important;
    outline: 0;
    box-shadow: none !important;
    z-index: 0 !important;
}

.form-text {
    margin-bottom: 0.75rem;
    margin-top: 0 !important;
}

::placeholder {
    font-size: 0.9em;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em !important;
    margin-bottom: 0.125rem;
}

.form-check-input:checked {
    background-color: #4cbad7;
    border-color: #4cbad7;
}

.form-check-label {
    margin-left: 0.75em;
    /*max-width: 75%;
   */
}

.form-check-input {
    width: 1.5em !important;
    height: 1.5em !important;
    margin-top: 0 !important;
    position: inherit;
}

#\32 faauthdiv {
    padding: 2rem 0;
    border-radius: 20px;
    background: #CCF5FF !important;
}

#otc-form > fieldset {
    margin: 0 !important;
    padding: 0 !important;
}

    #otc-form > fieldset > div > input[type="number"] {
        width: 0.82em;
        line-height: 1;
        margin: 0.1em;
        padding: 8px 0 4px;
        font-size: 2.65em;
        text-align: center;
        appearance: textfield;
        -webkit-appearance: textfield;
        border: 2px solid transparent;
        border-radius: 4px;
    }

        #otc-form > fieldset > div > input[type="number"]:focus-visible {
            border-color: #4cbad7 !important;
            outline: none !important;
        }


    #otc-form > fieldset > div > input::-webkit-outer-spin-button,
    #otc-form > fieldset > div > input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    /* 2 group of 3 items */
    #otc-form > fieldset > div > input[type="number"]:nth-child(n+4) {
        order: 2;
    }

#walkthroughDialog p {
    font-size: 1.15em;
}
/* Walkthrough Modal input check */
#walkthroughModalCheck {
    display: flex;
    /* justify-content: flex-end;
    */
}

span#fileExtension {
    background-color: #ccf5ff !important;
    border: 1px solid #ccf5ff !important;
}

.has-error {
    border: 1px solid red !important;
}

.configBtn > div > .btn {
    background-color: #F2F2F2 !important
}


    .configBtn > div > .btn:hover, .btn:focus, .btn:active {
        color: inherit !important;
        background-color: #e9e9e9 !important
    }

.configBtn > div > .btn-successToggle:hover, .btn-successToggle:focus, .btn-successToggle:active {
    color: #1cc88a !important;
    background-color: #e9e9e9 !important
}



a.btn-primary {
    color: #ffffff !important;
}

.btn-primary {
    background-color: #4cbad7 !important;
    transition: background-color 0.1s linear;
    padding: 10px 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 0;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 1em;
    letter-spacing: 0.03em;
    /*text-transform: uppercase;
   */
}


.btn-danger, .btn-success, .btn-warning {
    transition: background-color 0.1s linear;
    padding: 10px 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 0;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 1em;
    letter-spacing: 0.03em;
    /*text-transform: uppercase;
   */
}

.btn-primary:disabled:hover {
    background-color: #4cbad7 !important;
    opacity: 0.65 !important;
    color: #ffffff !important;
}

.btn-success:disabled:hover {
    background-color: #1cc88a !important;
    opacity: 0.65 !important;
    color: #ffffff !important;
}

.btn-danger:disabled:hover {
    background-color: #e74a3b !important;
    opacity: 0.65 !important;
    color: #ffffff !important;
}

.btn-warning:disabled:hover {
    background-color: #f6c23e !important;
    opacity: 0.65 !important;
    color: #ffffff !important;
}


.btn-edit {
    color: #4cbad7;
    background-color: transparent !important;
    border-color: transparent !important;
    /* font-size: 1.5em;
    */
}

#walkthroughEndBtn {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1052;
}

.fa, .fas, .fa-toggle-off, .fa-toggle-on, .fa-file-pdf, .fa-file-csv {
    font-size: 1.25rem;
    vertical-align: middle;
    margin-bottom: 2px;
}

.btn-dangerToggle {
    color: #CBCBCB;
    background-color: transparent !important;
    border-color: transparent !important;
    font-size: 0.95em;
}

    .btn-dangerToggle:hover, .btn-dangerToggle:focus, .btn-dangerToggle:active {
        background-color: #CBCBCB !important;
        color: #ffffff !important;
        box-shadow: none !important;
    }

.btn-successToggle, .btn-successToggle {
    color: #1cc88a;
    background-color: transparent !important;
    border-color: transparent !important;
    font-size: 0.95em;
}
/* .btn-successToggle:hover, .btn-successToggle:focus, .btn-successToggle:active {
    background-color: #1cc88a !important;
    color: #ffffff !important;
    box-shadow: none !important;
} */
.btn-darkToggle {
    color: #5a5c69;
    background-color: transparent !important;
    border-color: transparent !important;
    font-size: 0.95em;
}

    .btn-darkToggle:hover, .btn-darkToggle:focus, .btn-darkToggle:active {
        background-color: #5a5c69 !important;
        color: #ffffff !important;
        box-shadow: none !important;
    }

.btn-secondary {
    background-color: transparent;
    border: 1px solid #4cbad7;
    color: #4cbad7;
    padding: 10px 20px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-edit:hover, .btn-edit:focus, .btn-edit:active {
    background-color: #1286a4 !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
    border: 1px solid #1286a4 !important;
    color: #1286a4 !important;
    background-color: transparent !important;
    box-shadow: none !important;
}
/* Popover */
.popover {
    font-family: 'museo-sans', sans-serif;
    padding: 1.25em;
    max-width: 350px !important;
}

#popoverBtn {
    position: fixed;
    color: #ffffff !important;
    border-radius: 0 !important;
    padding: 1rem 1.5rem !important;
    /*background: #043954 !important;*/
    top: 50%;
    right: -43px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    font-weight: 900;
    z-index: 1050;
}
/*#popoverBtn::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\3f";
    font-size: 1.25rem;
    color: #FFFFFF!important;
}
*/
#cardPopover > .card-body {
    padding: 2rem !important;
    background-color: #f1fcfe !important;
}

    #cardPopover > .card-body > h5.card-title {
        font-weight: 900;
        font-size: 1.5rem;
        color: #252525;
    }

    #cardPopover > .card-body > .card-text {
        font-size: 16px !important;
        line-height: 24px !important;
        margin-bottom: 16px !important;
        color: #252525;
    }

#cardPopover {
    width: 25rem;
    position: fixed;
    top: 45%;
    right: 20px;
    transform: translateX(10px);
    z-index: 1051;
}

    #cardPopover.visible {
        transform: translateX(-10px);
        transition: all 1s;
    }

.error {
    color: red;
    font-size: 0.8rem !important;
}

.form-switch > .form-check-input {
    width: 2.5em !important;
    height: 1.5em !important;
    margin: 0 !important;
}

.form-switch {
    padding-left: 0 !important;
}

.cardDay {
    border: 2px solid #f5f9fb !important;
    box-shadow: none !important;
}

.card {
    border: none;
}
/*textarea {
    width: 300px;
}
*/
/* Cron */
.cron-select-period, .cron-input {
    padding: 0 !important;
}

    .cron-select-period select, .cron-input select, .cron-input input[type='radio'], .cron-input input[type='checkbox'] {
        margin-left: 0px !important;
        margin-right: 5px;
    }
/* Waiting Modal */
.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    /* background: transparent url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e) center/1em auto no-repeat;
    */
    border: 0;
    border-radius: 1rem;
    opacity: 1;
    position: absolute;
    right: -8px;
    top: -8px;
    background: #4cbad7;
}

i.fa-solid.fa-xmark {
    position: absolute;
    /* margin: 0 auto;
    */
    right: 11px;
    /* bottom: 14px;
    */
    line-height: 0;
}

#cardInfoClose > i.fa-solid.fa-xmark {
    position: absolute;
    /* margin: 0 auto;
    */
    right: 7px;
    /* bottom: 14px;
    */
    line-height: 0;
}

.shadow {
    box-shadow: 0 0.15rem 1.75rem 0 rgb(4 57 84 / 10%) !important;
}

.dropdown-item, .collapse-item {
    color: #464646;
    padding: 0.5rem 1rem;
    margin: 0;
}
/*span.search {
   font-weight: 500;
    font-size: 1rem;
}
*/
.form-control-sm {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: 60px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/* hidden content block */
#generalFeature, #fileDataBox, #params, #FTP, #emailConfig, #notifysetting, #postprocessing, #ftpconfig, #destination, #map, #noResult {
    display: none;
}

    #noResult strong {
        font-size: 1.25em;
    }

.alert-danger a {
    font-weight: 700;
    cursor: pointer;
}

    .alert-danger a:hover {
        text-decoration: underline !important;
    }
/* Unselectable Text */
.unselectable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #464646;
}

label.unselectable {
    margin: 0 !important;
}
/* Hide/Show Rows */
.form-check-input.hide_show {
    background-image: url(../img/eye-slash-solid.svg) !important;
    background-color: #ffffff !important;
    background-repeat: no-repeat;
    border: none !important;
}

    .form-check-input.hide_show:checked[type='checkbox'] {
        background-image: url(../img/eye-solid.svg) !important;
        background-color: #ffffff !important;
        background-repeat: no-repeat;
        border: none !important;
    }

    .form-check-input.hide_show:active {
        filter: brightness(100%);
        border: none !important;
    }

    .form-check-input.hide_show:focus {
        border: none !important;
        outline: 0;
        box-shadow: none !important;
    }
/* Sidebar */
#sidebarContainer {
    /*background-color: #464646;
   */
    z-index: 1029;
}

#leftMenu a, #secondleftMenu a {
    color: #464646 !important;
}

    #leftMenu a.active, #secondleftMenu a.active {
        color: #4cbad7 !important;
    }

.sidebar .nav-item .nav-link span {
    font-size: 1rem !important;
}

.dropdown-toggle {
    font-size: 1rem !important;
}

#leftMenu a:focus, #secondleftMenu a:focus, #leftMenu a:active #secondleftMenu a:active, #leftMenu a:hover #secondleftMenu a:hover {
    color: #4cbad7 !important;
    background-color: #f1fcfe;
    display: block;
    text-decoration: none;
    border-radius: 0.35rem;
    white-space: nowrap;
}

.activeMenu {
    background-color: #f1fcfe;
    color: #4cbad7 !important;
    font-weight: 700;
}

    .activeMenu > span, .activeMenu > div {
        color: #4cbad7 !important;
    }

.fas.activeMenu::before {
    color: #4cbad7 !important
}

#walkthroughReStart, #walkthroughReStart a {
    /* background-color: #FFEEB2;
    */
    color: #FFA601 !important;
}

    #walkthroughReStart .fa-circle-question {
        color: #FFA601 !important;
    }

.modalImage {
    position: relative;
    top: -20px;
    width: -webkit-fill-available !important;
    width: -moz-available !important;
}

.sidebar-brand-text {
    text-transform: none;
    font-weight: 700;
}

.sidebar-brand {
    background: url('../img/MailUp_Logo_White.svg') 0 no-repeat;
    max-height: 30px;
    margin: 40px 20px;
}

    .sidebar-brand.toggled {
        background: url('../img/M_Logo_White.svg') center no-repeat;
        max-height: 30px;
        margin: 20px;
    }

.sidebar-dark .nav-item .nav-link i {
    color: #262626 !important;
    font-size: 1rem;
}

.sidebar-dark .nav-item .nav-link:hover i, .sidebar-dark .nav-item .nav-link:active i, .sidebar-dark .nav-item .nav-link:focus i, .dropdown-item:hover i, .dropdown-item:active i, .dropdown-item:focus i {
    color: #4cbad7 !important;
}

.sidebar #sidebarToggle {
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 1rem;
    cursor: pointer;
}

.sidebar-dark .nav-item .nav-link[data-toggle='collapse']::after {
    color: #4cbad7;
}

a.dropdown-toggle {
    color: #ffffff !important;
}
/* Table */
.table > :not(caption) > * > * {
    border-bottom-width: 0px;
}

.table-responsive {
    position: relative !important;
    /* overflow-y: hidden; */
    overflow-x: auto;
}

.tableTooltipHover {
    overflow-x: hidden;
    overflow-y: visible !important;
}

.thTooltipHover {
    position: fixed !important;
}

#mainContentTutorial {
    position: relative !important;
    overflow-y: hidden !important;
    overflow-x: unset !important;
}



    table.fixed {
        table-layout: fixed;
    }

        table.fixed td {
            overflow: hidden;
        }

    table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
        bottom: 1.4em !important;
    }

.dataTables_wrapper {
    overflow-x: auto !important;
    overflow-y: hidden;
}

.dataTablesExample_wrapper {
    overflow-x: auto !important;
    overflow-y: hidden;
}

.stickrow {
    position: sticky;
    left: 0;
}

.detailTable th {
    width: 35%;
}

.table th {
    color: #464646;
    border-top: none !important;
    padding: 1.5rem;
}

.table td {
    color: #464646;
    font-weight: 400;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
    height: 4rem !important;
    padding: 1.5rem;
    white-space: normal;
}

.tooltip-hook[aria-label]:focus:after {
    position: absolute;
    z-index: 10000 !important;
    top: -2em;
    left: 0;
    display: block;
    overflow: hidden;
    width: 17em;
    height: 2em;
    border-radius: .2em;
    padding: 0 .7em;
    content: attr(aria-label);
    color: #fff;
    background: #000;
    font-size: 1em;
    line-height: 2em;
    text-align: left;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #eff3f7 !important;
    background: #f9fafd !important;
}
/* #mainContent th {
   width:20%;
}
*/
.inactive {
    display: table-row;
}

    .inactive td {
        color: #b5b5b5;
        display: table-cell;
    }

    .inactive a {
        color: #b5b5b5;
    }

.card-header {
    background: #ffffff;
    padding: 2rem 1rem 3rem 1rem !important;
    border-bottom: none !important;
}

.card-body {
    padding: 0 !important;
    box-shadow: 0 0.15rem 1.75rem 0 rgb(4 57 84 / 10%) !important;
}

.card-dashboard {
    box-shadow: 0 0.15rem 1.75rem 0 rgb(4 57 84 / 10%) !important;
}

.card-body-dashboard {
    padding: 1.5rem !important;
    box-shadow: none !important;
}

.card-dashboard-info {
    padding-bottom: 1rem;
}

h1.card-title.card-title-dashboard {
    font-size: 5rem !important;
    font-weight: 900;
}

.editable::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f044';
    float: right;
    padding-left: 10px;
}

.editable::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f044';
    float: right;
    padding-left: 10px;
}
/* Deactive sorting in columns */
.no-sort::after {
    display: none !important;
}

.no-sort::before {
    display: none !important;
}

.no-sort {
    pointer-events: none !important;
    cursor: default !important;
}
/* Buttons */
/* Toggle Button */
/*.custom-switch .custom-control-label::after {
    top: calc(.15rem + 2px);
}
.custom-switch .custom-control-label::before {
    top: .15rem;
}
*/
.rounded-circle {
    border-radius: 50% !important;
}

#topbarContainer {
    font-size: 0.9rem !important;
}

label#langChange {
    color: #ffffff !important;
}

.topbar #sidebarToggleTop {
    padding: 0;
}

.waitingLogo {
    margin: auto;
    max-width: 200px;
}
/* .modal-content {
    background: none;
    border: hidden;
}
*/
#waitingModal .modal-dialog {
    /* max-width: 200px;
    */
    border: none;
}

.modal-backdrop.show {
    opacity: 0.75;
    background: #02233d;
}

.modal-header {
    border: hidden;
}
/* Modal */
.modal {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px)
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0 1rem;
}

.modal-header {
    border-bottom: none !important;
}

#waitingModal .modal-content {
    background: none !important;
    border: none !important;
}

.modal-footer {
    display: block !important;
    padding: 0.75rem;
    border-top: none !important;
}

.fas.fa-info-circle {
    margin-right: 5px;
}
/* SMS Credits modal*/
#editSMSCreditsModal {
    color: #ffffff;
    background-color: #02233d;
}

    #editSMSCreditsModal [type='button'] {
        color: #ffffff;
        text-shadow: none;
        opacity: 1;
    }

#successCredit {
    display: none;
}

#waitingCredit {
    display: none;
    margin: auto;
    width: 40px;
}

#saveSMSCredits:disabled {
    background-color: #b5b5b5 !important;
}

.navbar-expand {
    font-size: 1.1em;
}

    .navbar-expand a {
        color: #4cbad7 !important;
    }

        .navbar-expand a:hover, .navbar-expand a:focus {
            color: #1e9dbe !important;
        }

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b5b5b5 !important;
    font-size: 0.9rem;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #495d74 !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #495d74 !important;
}
/* Steps */
#gaming {
    background: #f1fcfe;
    display: flex;
    justify-content: center;
}

hr.gamingHr {
    width: 10%;
}

.gamingActive {
    background: #4cbad7;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #4cbad7;
    color: #ffffff;
    font-weight: 900;
}

p.active {
    color: #ffffff !important;
}

#gaming_cont {
    margin-bottom: 30px;
    overflow: hidden;
    width: 75%;
    display: flex;
    justify-content: space-evenly;
}

    #gaming_cont li {
        list-style-type: none;
        width: 2em;
        height: 2em;
        line-height: 2em;
        text-align: center;
        border-radius: 50%;
        font-size: 1.25em;
        border: 2px solid #4cbad7;
        background: #f5f9fb;
        box-sizing: content-box;
        cursor: pointer;
    }

        #gaming_cont li > p {
            color: #4cbad7;
        }

        #gaming_cont li:before {
            width: 50px;
            height: 50px;
            line-height: 45px;
            display: block;
            font-size: 20px;
            color: #ffffff;
            background: lightgray;
            border-radius: 50%;
            margin: 0 auto 10px auto;
            padding: 2px;
        }
        /*#gaming_cont li:after {
    content: '';
    width: 45%;
    height: 2px;
    background: #4CBAD7;
    position: absolute;
    left: 0;
    right: 0;
    top: 180px;
    z-index: -1;
    margin: 0 auto;
}
*/
        #gaming_cont li.active:before, #gaming_cont li.active:after {
            background: #673ab7;
        }
/* Pagination */
.page-item.active .page-link {
    color: #fff;
    background-color: #4cbad7;
    border-color: #4cbad7;
}

.page-link {
    color: #4cbad7;
}

    .page-link:active, .page-link:hover, .page-link:hover {
        color: #1286a4;
    }

.page-item.disabled .previous {
    color: #464646;
}
/* Select 2 */
.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 0 !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: block !important;
}

li.select2-search.select2-search--inline {
    padding: 16px 0 !important;
}

textarea.select2-search__field {
    width: 100% !important;
}

.select2-container {
    display: block;
    width: auto !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f1fcfe !important;
    border: 1px solid #f1fcfe !important;
    border-radius: 30px !important;
    padding: 10px 20px !important;
    /* padding-left: 20px !important;
    max-width: 98% !important;
   */
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    color: #043954 !important;
    padding-left: 10px !important;
    padding-right: 5px !important;
    font-size: 1rem !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent !important;
    border: none !important;
    border-right: 0 !important;
    color: #043954 !important;
    font-size: 1em !important;
    /*padding: 4px 10px !important;
   */
    margin-right: 10px !important;
}

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
        background-color: #ccf5ff !important;
        color: #043954 !important;
        outline: none !important;
    }

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #e9e9e9 !important;
    border-radius: 4px;
    cursor: text;
    padding: 10px !important;
    position: relative;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    color: #212529;
    background-color: #fff;
    border-color: #4cbad7 !important;
    outline: 0;
    box-shadow: none !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
    margin-top: 0px !important;
}
/* Google Login */
#signin-button {
    display: inline-block;
    background: #464646;
    color: #ffffff;
    width: 100%;
    margin: 0 5px;
    border: none;
    border-radius: 10rem;
    padding: 0.75rem 1rem;
    white-space: nowrap;
    font-weight: 400;
    font-size: 1em;
    text-align: center;
}

    #signin-button:hover {
        cursor: pointer;
    }

span.label {
    font-family: serif;
    font-weight: normal;
}

span.buttonText {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    font-family: 'Poppins', sans-serif;
}
/* Pre */
pre {
    background-color: #f1fcfe;
    color: #033954 !important;
    overflow: auto;
    margin: 0 0 1em;
    padding: 1rem 1rem 1rem 0;
    line-height: 2rem;
    font-size: 0.9rem;
}

    pre code, pre .line-number {
        /* Ukuran line-height antara teks di dalam tag <code> dan <span class="line-number"> harus sama! */
        display: block;
    }

    pre .line-number {
        float: left;
        margin-right: 1rem;
        border-right: 1px solid;
        text-align: right;
        position: sticky;
        left: 0;
        background: #f1fcfe;
    }

        pre .line-number span {
            display: block;
            padding: 0 0.5em 0 1em;
        }

    pre .cl {
        display: block;
        clear: both;
    }
/* Hint */
.fa-circle-info {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: #4cbad7;
}

.hint--info:after {
    background-color: #033954 !important;
    text-shadow: none !important;
}

.hint--info.hint--top-left:before {
    border-top-color: #033954 !important;
}

.hint--info.hint--top-right:before {
    border-top-color: #033954 !important;
}

.hint--info.hint--top:before {
    border-top-color: #033954 !important;
}

.hint--info.hint--bottom-left:before {
    border-bottom-color: #033954 !important;
}

.hint--info.hint--bottom-right:before {
    border-bottom-color: #033954 !important;
}

.hint--info.hint--bottom:before {
    border-bottom-color: #033954 !important;
}

.hint--info.hint--left:before {
    border-left-color: #033954 !important;
}

.hint--info.hint--right:before {
    border-right-color: #033954 !important;
}
/* Toggle SFTP */
#togglePassword {
    cursor: pointer;
    position: absolute;
    text-align: end;
    padding: 18px 28px;
    right: 0;
}
/* Accordion */
.accordion-button:focus {
    z-index: 3;
    border-color: #4cbad7;
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #252525;
    background: #f1fcfe;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

tr td:last-child {
    width: 5%;
    white-space: nowrap;
}

@media (max-width: 1200px) {
    span.d-none, .d-lg-inline {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .sidebar-brand {
        background: url('../img/M_Logo_White.svg') no-repeat center;
        max-height: 30px;
        margin: 20px;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
}

@media (max-width: 576px) {
    #otc-form > fieldset > div > input[type="number"] {
        font-size: 2em;
    }
}

@media print {
    .no-print, .no-print *, .dataTables_filter, .dataTables_filter * {
        display: none !important;
    }

    .printNotes {
        display: block;
    }

    .introNotes {
        display: none;
    }

    pre, blockquote {
        page-break-inside: avoid;
    }

    .table_detail {
        page-break-inside: avoid;
    }
}

#helpLink a {
    font-weight: 700;
    color: #858796;
}

.addBlur {
    filter: blur(8px)
}

.container {
    height: 100vh;
}

.pulse {
    overflow: visible;
    position: relative;
}

    .pulse:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #4cbad7;
        border-radius: inherit;
        transition: opacity .8s, transform .8s;
        animation: pulse-animation 3s cubic-bezier(0.24, 0, 0.38, .5) infinite;
        z-index: 0;
    }

@keyframes pulse-animation {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0;
        transform: scale(1.5);
    }

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

.otc {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

    .otc fieldset {
        border: 0;
        padding: 0;
        margin: 0;
    }

        .otc fieldset div {
            align-items: center;
        }

    .otc legend {
        margin: 0 auto 1em;
        /* color: #5555FF; */
    }

    /* input[type="number"] {
    width: .82em;
    line-height: 1;
    margin: .1em;
    padding: 8px 0 4px;
    font-size: 2.65em;
    text-align: center;
    appearance: textfield;
    -webkit-appearance: textfield;
    border: 2px solid gray;
    border-radius: 4px;
} */





    .otc div::before {
        content: '';
        height: 2px;
        width: 24px;
        margin: 0 .25em;
        order: 1;
        background: #BBBBFF;
    }


    .otc label {
        border: 0 !important;
        clip: rect(1px, 1px, 1px, 1px) !important;
        -webkit-clip-path: inset(50%) !important;
        clip-path: inset(50%) !important;
        height: 1px !important;
        margin: -1px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        width: 1px !important;
        white-space: nowrap !important;
    }

#searchbox_console_id {
    margin: 10px
}


@-webkit-keyframes spaceboots {
    0% {
        -webkit-transform: translate(2px, 1px) rotate(0deg);
    }

    10% {
        -webkit-transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        -webkit-transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        -webkit-transform: translate(0px, 2px) rotate(0deg);
    }

    40% {
        -webkit-transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        -webkit-transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        -webkit-transform: translate(2px, 1px) rotate(-1deg);
    }

    80% {
        -webkit-transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        -webkit-transform: translate(2px, 2px) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(1px, -2px) rotate(-1deg);
    }
}

.shake {
    display: inline-block;
    -webkit-animation-name: spaceboots;
    -webkit-animation-duration: 0.8s;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear
}
