body {
    background-color: #edeff6;
}

.bg-input {
    background:#F5F5F5;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: normal;
    color: #6B7280;
}

.form-control {
    height: calc(1.5em + 0.75rem + 2px) !important;
    padding: 0.375rem 0.75rem !important;
}

.form-control::placeholder{ /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #6B7280;
    opacity: 1;
}

.form-control:-ms-input-placeholder{ /* Internet Explorer 10-11 */
    color: #6B7280;
    opacity: 1;
}

.form-control::-ms-input-placeholder{ /* Microsoft Edge */
    color: #6B7280;
    opacity: 1;
}

select {
    padding: 5px 10px !important;
}

.bg-input-gray {
    background:#F5F5F5;
}

.bg-input {
    background: #F5F5F5;
}

.border-input {
    border: 1px solid #555555 !important;
}

.bg-paket {
    width: 276px;
    height: 175px;
    background-image: url('../../../global/images/paket2.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.modal-confirmation {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: rgba(194, 194, 194, 0.76);
}

.modal-confirmation-content {
    position: fixed;
    bottom: 0;
    background: #fff;
    display: block;
    width: 100%;
    border-radius: 19px 19px 0px 0px;
}

.close-modal {
    position: absolute;
    top: 21px;
    right: 18px;
}

.br-16 {
    border-radius: 16px !important;
}

.fs-16 {
    font-size: 16px;
}

.fs-22 {
    font-size: 22px;
}

.fs-14 {
    font-size: 14px;
}

.fs-10 {
    font-size: 10px;
}

table .dotted-top {
    border-right: 3px solid #D9D9D9; 
    position:relative; 
    width:25%;
}

table .dotted {
    border-right: 3px solid #D9D9D9; 
    position:relative;
}

.circle-top {
    position: absolute; right: -8px; top: 28px; 
    color: #EF4444;
}

.circle {
    position: absolute; right: -8px; top: 28px; 
    color: #D9D9D9;
}

.text-dark {
    color: #000000;
}

.toasted-container {
    z-index: 100000 !important;
}

.select-input {
    font-size: 14px;
    color: #6c757d !important;
}

.form-hidden {
    background: transparent;
    border: transparent;
    color: transparent;
    position: absolute;
    outline: none;
    box-shadow: none;
    z-index: -1;
}

.modal-scroll {
    max-height: 75vh;
    overflow-y: scroll;
}

.page-scroll {
    max-height: 100vh;
    overflow-y: scroll;
}

/* webkit (chrome, safari) */
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 5px;
}

/* microsoft edge */
*::-ms-scrollbar {
    width: 5px;
}

*::-ms-scrollbar-track {
    background-color: #f1f1f1;
}

*::-ms-scrollbar-thumb {
    background-color: #888;
    border-radius: 5px;
}

@media only screen and (max-width: 600px) {
    table .dotted-top {
        width:40%;
    }
}