/* login page */
.window-login {
    background-color: rgba(248, 247, 216, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(228, 225, 225);
    background-image: /* top, transparent red */ linear-gradient(
        rgba(255, 255, 255, 0.233),
        rgba(255, 255, 255, 0.219)
    );
}

.peta-indonesia {
    background-color: rgb(228, 225, 225);
    background-image: /* top, transparent red */ linear-gradient(
            rgba(255, 255, 255, 0.233),
            rgba(255, 255, 255, 0.219)
        ),
        url("../image/peta\ indonesia@2x.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 62.1%;

    /* opacity: 0.29; */
    width: 95%;
    margin: 0;
    position: absolute;
    top: 18%;
    left: 3%;
}

.logo-login {
    width: 261.2px;
    height: 377.3px;
    margin: 1.7px 0.3px 8.2px 1px;
    padding: 0 0 0px;
}

.center {
    width: 70%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.text-judul {
    width: 87%;
    height: 91px;
    margin-bottom: 46px;
    font-family: Baloo2-SemiBold;
    font-size: 32px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #151106;
}



.box-input-form-login {
    margin: 0 0 2.4px;
    padding: 0 1.8px 0 0;
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
}
.icon-form {
    padding: 10px;
    background: #151106;
    color: white;
    min-width: 50px;
    text-align: center;
    border-radius: 5px 0px 0px 5px;
}

.input-container {
    display: flex;
    width: 87%;
    height: 50px;
    margin-bottom: 65px;
}
.input-field {
    width: 100%;
    padding: 13px;
    outline: none;
    font-size: 15px;
    font-weight: 500;
    border-radius: 0px 5px 5px 0px;
}

.icon-input-login-phone {
    width: 24px;
    height: 29px;
}

.icon-input-login-lock {
    width: 23px;
    height: 28px;
}

.input-field:focus {
    border: 2px solid dodgerblue;
}

/* font input */
.input-field::-webkit-input-placeholder {
    font-family: Gotham-Medium;
}

.input-field:-ms-input-placeholder {
    font-family: Gotham-Medium;
}

.input-field:-moz-placeholder {
    font-family: Gotham-Medium;
}

.input-field::-moz-placeholder {
    font-family: Gotham-Medium;
}
/* font input */

.btn.btn-login-primary {
    width: 40%;
    height: 58px;
    float: right;
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.16);
    background-color: #151106;
    border-radius: 8px;
    color: #fff;
    font-family: Gotham-Bold;
}

.btn-login-container {
    width: 87%;
    height: 50px;
    margin-bottom: 15px;
}

@media screen and (max-width: 1024px) {
    .text-judul {
        width: 100%;
        font-size: 28px;
    }
    .input-container {
        width: 100%;
    }
    .btn-login-container {
        width: 100%;
    }
}

@media screen and (max-width: 426px) {
    .text-judul {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .logo-login {
        width: 76%;
        height: 76%;
    }

    .center{
        width: 95%;
    }

    .input-container {
        margin-bottom: 35px;
    }

    .icon-form {
        padding:5px;
    }

    .input-field {
        padding:7px;
    }

    .input-container {
        height: 100%;
    }
}
@media screen and (max-width: 361px) {
    .logo-login {
        width: 46%;
        height: 46%;
    }
    .text-judul {
        font-size: 20px;
        margin-bottom: 28px;
    }
    .btn.btn-login-primary {
        margin-bottom: 10px;
        height: 46px;
    }
    .input-container {
        margin-bottom: 25px;
    }
}

/* login page */

/* Dashboard */

.input-tgl-db {
    height: 2em; 
    text-align:center;
    font-family: Baloo2-Medium;
}

.container.container-dashboard {
    max-width: 100vw;
}

.pink {
    background: pink;
}
.yellow {
    background: yellow;
}
.white-bg-dashboard {
    background: #fff;
    width: 100%;
    border-radius: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.margin-box-left-dashboard {
    margin-left: 12px !important;
}

.margin-box-top-dashboard {
    margin-top: 18px !important;
}

.margin-box-bottom-dashboard {
    margin-bottom: 28px !important;
}

/* bagian kiri paling atas */

@media screen and (max-width: 1024px) {
    .ellipse-icon-bell {
        padding: 4px !important;
        height: fit-content !important;
    }
    .font-tidak-ada {
        font-size: 12px !important;
    }
    .ellipse-icon-ride {
        width: 34.1px !important;
        height: 34.4px !important;
    }
}

@media screen and (max-width: 768px) {
    .font-tidak-ada {
        font-size: 10.4px !important;
    }
    .font-statistik-ellipse-angka {
        font-size: 14px !important;
    }
    .font-statistik-ellipse-tulis {
        font-size: 8px !important;
    }
    .font-judul-box-bagian-2-kiri {
        line-height: 1 !important;
    }
}


.ellipse-icon-bell {
    width: 59px;
    height: 56px;
    padding: 11px;
    border-radius: 90px;
    background-color: #ffd22f;
}

.ellipse-icon-ride {
    width: 54.1px;
    height: 54.4px;
    margin-left: auto;
    margin-right: auto;
    border: solid 2px #b8bab9;
    border-radius: 90px;
}

.img-jetski-safari {
    width: 3em;
}

.img-jetski-rental {
    width: 3em;
}
.img-offroad {
    width: 3em;
}

.dialogbox-bg-dashboard {
    background: #e4e4e4;
    border-radius: 15px;
    padding: 6.2px 15px 8.1px 10px;
}

.font-tidak-ada {
    font-family: OpenSans-SemiBold;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}

.font-dibawah-tidak-ada {
    font-family: OpenSans-SemiBold;
    font-size: 7px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}

.font-statistik-ellipse-tulis {
    font-family: Baloo2-SemiBold;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.font-statistik-ellipse-angka {
    font-family: OpenSans-SemiBold;
    font-size: 25px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #00c6dc;
}

/* bagian kiri kedua */

.box-bagian-2-kiri {
    width: 100%;
    height: 203px;
    background: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 10px;
}

.judul-box-bagian-2-kiri {
    width: 100%;
    height: 36px;
    border-radius: 10px 10px 0 0;
    background-color: #ffd22f;
}

.font-judul-box-bagian-2-kiri {
    font-family: Baloo2-SemiBold;
    font-size: 13px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.23;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}

.content-box-bagian-2-kiri {
    width: 80%;
    height: 65px;
    padding: 8px 37.4px 10.8px 28.6px;
    border-radius: 10px;
    background-color: #f5f5f5;
}

.font-angka-content-box {
    font-family: OpenSans-SemiBold;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.06;
    letter-spacing: normal;
    text-align: center;
    color: #151106;
    padding-top: 6px;
}

.font-huruf-content-box {
    font-family: Baloo2-SemiBold;
    font-size: 10px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}

.margin-content-box-bagian-2-top {
    margin-top: 10px !important;
}

.margin-box-bagian-2-left {
    margin-left: 18px !important;
}
.margin-box-bagian-2-right {
    margin-right: 4px !important;
}

/* bagian kiri ketiga */

.box-bagian-3-kiri {
    width: 100%;
    height: 590px;
    background: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 20px;
    padding: 15px 15px 0;
}

/* bagian kiri bawah chart */
.box-bagian-bwah-chart {
    height: 300px;
    margin: auto;
    width: 90%;
    background: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 20px;
    padding: 15px 15px 0;
}

.container-label-chart {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}


/* bagian kanan pertama */


.size-chart-dashboard {
    width: 100%; 
    max-height: 237px;
    max-width:600px;
}

.box-bagian-ke-1-kanan {
    width: 100%;
    height: 600px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.box-container-bagian-1-kanan {
    height: 533px !important;
    margin: 15px 12.5px 25px 25px !important;
}

.font-judul-box-bagian-1-kanan {
    font-family: Baloo2-SemiBold;
    font-size: 1em;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.06;
    letter-spacing: normal;
    text-align: left;
    color: #151106;
}

.box-tanggal-bagian-1-kanan {
    height: 115px !important;
    width:45%  !important;
    padding: 0px !important;
    margin-top:10px !important;
    margin-bottom: 10px !important;
}

.box-angka-tanggal-bagian-1-kanan {
    background:#f5f5f5;
    border-radius:5px;
}

.detail-box-bagian-1-kanan.active {
    background-color: #e6fcff;
}

.detail-box-bagian-1-kanan {
    height: 135px;
    padding: 10px;
    margin: 0 10px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #f3f3f3;
}

.judul-detail-box-bagian-1-kanan {
    background: #adadad;
    border-radius: 10px;
    padding-left: 2px;
    padding-right: 2px;
    color: #fff;
    height: 50px;
    line-height: 1;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}

.judul-detail-box-bagian-1-kanan.active {
    background: #151106;
}

.font-judul-detail-box-bagian-1-kanan {
    font-family: Baloo2-SemiBold;
    font-size: 13px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
}

.font-angka-detail-box-bagian-1-kanan {
    font-family: Baloo2-SemiBold;
    font-size: 1.8em;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #151106;
}

.padding-left-right-map {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* bagian kanan kedua */

.box-bagian-ke-2-kanan {
    width: 100%;
    height: 300px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.judul-detail-box-bagian-2-kanan {
    padding: 7px;
    margin-bottom: 10px;
    border-radius: 10px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #e6fcff;
}

.font-judul-detail-box-bagian-2-kanan {
    font-family: Baloo2-Medium;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #151106;
}

.font-judul-detail-box-bagian-2-kanan.angka {
    font-family: Baloo2-Medium;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #00c6dc;
}

.list-detail-box-bagian-2-kanan {
    padding: 7px;
    border-radius: 10px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
    border: solid 1px #d7d7d7;
    background-color: #fff;
}

.font-detail-box-bagian-2-kanan {
    font-family: Baloo2-Regular;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.font-detail-box-bagian-2-kanan.judul {
    color: #a7a7a7;
}

/* Dashboard */

/* Navbar style */

.navbar-nav,
.center-nav {
    flex: 1;
    margin: auto !important;
    display: flex;
    justify-content: space-between;
}

nav.navbar {
    padding-bottom: 11px;
}

a#navbarDropdown {
    height: 40px;
    vertical-align: middle !important;
    margin-top: 6.7px;
}

.icon-menu {
    width: 44px;
    height: 30px;
    margin: 0px 8px 6px 0px;
    color: #fff;
}

.box-icon-menu:focus {
    border-bottom-style: solid;
    border-width: 4px;
    border-color: #ffd22f;
}

.box-icon-menu:hover {
    color: #ffd22f !important;
}

.navbar-collapse ul {
    list-style-type: none;
    padding: 0;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    padding-right: 4%;
}

.box-menu {
    padding-top: 12px;
    height: 50px;
    width: 100px;
}

.menu-home-navbar {
    margin: 0px 0px 0px 50px;
}

.font-menu-navbar {
    font-family: OpenSans-SemiBold;
    font-size: 13.5px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    text-decoration: none;
}
@media screen and (max-width: 1024px) {
    .font-menu-navbar {
        font-size: 12.5px;
    }
}

@media screen and (max-width: 768px) {
    .font-menu-navbar {
        font-size: 8.07px;
    }
}

svg[data-icon="eva:menu-outline"] {
    font-size: 22px;
    color: #fff;
}

svg[data-icon="eva:menu-outline"]:hover,
svg[data-icon="eva:menu-outline"]:focus {
    color: #ffd22f !important;
}

.nav-link {
    color: rgba(255, 255, 255, 1) !important;
}

.nav-link:focus {
    border-bottom-style: solid;
    border-width: 4px;
    border-color: #ffd22f;
}

.nav-link:hover {
    color: #ffd22f !important;
}

.nav-link.active {
    color: #ffd22f !important;
}

.bg-navbar {
    background: #151106;
    border-radius: 0px 0px 20px 20px;
}

nav.navbar.custom-padding {
    padding: 0px;
}

.tripwe-navbar {
    font-family: Baloo2-SemiBold;
    font-size: 29px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.16;
    letter-spacing: normal;
    text-align: center;
    position: absolute;
    top: 50%;
}

.navbar-brand .tripwe-navbar {
    text-decoration: none;
}

.ellipse-navbar {
    width: 28px;
    height: 28px;
    border: solid 0px #fff;
    border-radius: 90px;
    background-color: #fff;
}

.icon-right-navbar {
    padding: 6px;
    color: #000;
}

ul.dropdown-menu {
    background-color: #ffd22f;
    padding: 8px;
    margin-top: 0 !important;
    border-radius: 0px 0px 20px 20px;
}

.right-icon-navbar {
    float: right;
}

/* Navbar style */

/* Style bg umum */

.bg-box {
    background-color: #fff;
    width: 100%;
    height: 100%;
}

hr {
    opacity: 1 !important;
}

.btn.btn-outline-primary {
    background-color: #fff;
    border-radius: 4px !important;
    color: #000;
}
.btn.btn-outline-primary:hover {
    background-color: #151106 !important;
}

.btn-check:checked+.btn-outline-primary {
    background-color: #151106 !important;
    border-radius: 4px !important;
    color: #fff;
}

.btn.btn-primary {
    background-color: #2f9fac;
}

.btn.btn-primary:hover {
    background-color: #151106;
}

a.color-black {
    color:#000;
    cursor: pointer;
}

/* Style bg umum */

/* Registrasi Page */

div.container.container-regis {
    max-width: 100%;
    max-height: 100%;
}

.title-row-regis {
    height: fit-content;
    padding: 2% 0 0 0;
}

.content-row-regis {
    height: 80vh;
    padding: 2% 0 0 0;
}

.height-box-right {
    height: 75vh;
}

.font-judul-regis {
    font-family: Baloo2-SemiBold;
    font-size: 25px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
}

.box-select-entry {
    width: 97px;
    height: 29px;
    margin: 0 10px;
    padding: 6px 9.6px 3px 28px;
    border-radius: 5px;
    background-color: #fff;
}

.font-select-entry {
    font-family: OpenSans-SemiBold;
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.07;
    letter-spacing: normal;
    color: #000;
}

.input-search-regis {
    width: 92%;
    height: 31px;
    padding: 4px 0px 3.8px 11px;
    margin-right: 11px;
    border-radius: 5px;
    background-color: #fff;
    font-family: OpenSans-SemiBold, FontAwesome;
}

@media screen and (max-width: 1199px) {
    .menu-ellipse-regis {
        margin-bottom: 40px !important;
        width: 100px !important;
        height: 100px !important;
        padding: 23.5px 30px 12.5px 30px !important;
    }
}

@media screen and (max-width: 1024px) {
    .box-select-entry {
        padding: 6px;
        width: 53px;
    }
    .font-judul-regis {
        font-size: 22px;
    }
    .input-search-regis {
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {
    .font-select-entry {
        font-size: 13px;
    }
    .font-judul-regis {
        font-size: 17px;
    }
    .input-search-regis {
        font-size: 10px;
    }
}

@media screen and (max-height: 800px) {
    .menu-ellipse-regis {
        margin-bottom: 40px !important;
        width: 100px !important;
        height: 100px !important;
        padding: 23.5px 30px 12.5px 30px !important;
    }

    .image-menu-ellipse-regis {
        padding: 0 5px !important;
    }

    .font-menu-ellipse-regis {
        font-size: 14px !important;
    }
}
.menu-ellipse-regis.active {
    background-color: #151106;
}

.menu-ellipse-regis {
    width: 121px;
    height: 121px;
    margin-bottom: 59px;
    margin-left: auto;
    margin-right: auto;
    padding: 23.5px 34px 12.5px 35px;
    border-radius: 90px;
    justify-content: center;
    background-color: #b8bab9;
    cursor: pointer;
}

.font-menu-ellipse-regis {
    font-family: Baloo2-SemiBold;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.11;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.image-menu-ellipse-regis {
    padding: 0 10px;
}

.menu-content-regis {
    height: 100%;
    padding: 14px 31px 29px 30px;
    border-radius: 20px;
    background-color: #fff;
    border-color: rgba(90, 88, 88, 0.212);
    border-width: 3px;
    border-style: solid;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.select-at-top-content {
    padding: 2px 15px;
    border-radius: 5px;
    background-color: #ffd22f;
    width: 100%;
}

.font-select-at-top {
    font-family: Baloo2-SemiBold;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}

/* Registrasi Page */

/* Data Analisis Page */

.container.screen-data {
    padding: 0px 20px;
    max-width: 100%;
}

.screen-data {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
}
.box-data {
    background-color: #fff;
    height: 288px;
    width: 100%;
    border-radius: 20px;
}

.row.margin-data {
    padding: 20px 0px 0px 20px;
}
.col-4.margin-data {
    padding: 20px 0px 0px 20px;
}

.size-chart-dashboard.chart-data-analisis {
    margin: 18px 10px 0 0;
}

.size-chart-dashboard.chart-max-screen-height {
    max-height: 100%;
    height: fit-content;
}

/* Data Analisis Page */

/* Jetski Page */

@media screen and (max-height: 1051px) {
    .menu-ellipse-jetski {
        padding: 18px 0 0 0 !important;
        margin-bottom: 40px !important;
        width: 108px !important;
        height: 108px !important;
    }
    .icon-jetski {
        height: 44px !important;
    }
    .font-menu-ellipse-jetski {
        font-size: 14px !important;
    }
}

@media screen and (max-height: 900px) {
    .menu-ellipse-jetski {
        padding: 18px 0 0 0 !important;
        margin-bottom: 12% !important;
        width: 88px !important;
        height: 88px !important;
    }
    .icon-jetski {
        height: 30px !important;
    }
    .font-menu-ellipse-jetski {
        font-size: 11px !important;
    }
}

@media screen and (max-height: 600px) {
    .menu-ellipse-jetski {
        padding: 14px 0 0 0 !important;
        margin-bottom: 9% !important;
        width: 70px !important;
        height: 70px !important;
    }
    .icon-jetski {
        height: 30px !important;
    }
    .font-menu-ellipse-jetski {
        font-size: 8px !important;
    }
}

.menu-ellipse-jetski.active {
    background-color: #151106;
}

.menu-ellipse-jetski {
    width: 121px;
    height: 121px;
    margin-bottom: 59px;
    margin-left: auto;
    margin-right: auto;
    padding: 23.5px 0 12.5px 0;
    border-radius: 90px;
    justify-content: center;
    background-color: #b8bab9;
    cursor: pointer;
}

.image-menu-ellipse-jetski {
    padding: 0 10px;
    width: max-content;
    flex: 1;
    align-self: center;
    justify-self: center;
}

.icon-jetski {
    height: 37px;
}

.font-menu-ellipse-jetski {
    font-family: Baloo2-SemiBold;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.11;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

/* Jetski Page */

/* Offroad Page */

@media screen and (max-height: 800px) {
    .icon-offroad {
        height: 30px !important;
    }
}

@media screen and (max-height: 600px) {
    .icon-offroad {
        height: 30px !important;
    }
}

.icon-offroad {
    height: 37px;
}

/* Offroad Page */

/* Transaksi Page */

@media screen and (max-height: 800px) {
    .icon-menu-ellipse {
        color: #fff;
        width: 22px;
        height: 22px;
    }
}

@media screen and (max-height: 600px) {
    .icon-menu-ellipse {
        color: #fff;
        width: 18px;
        height: 18px;
    }
}

.icon-menu-ellipse {
    color: #fff;
    width: 30px;
    height: 30px;
}

#transTable {
    font-size: 15px;
}

/* Transaksi Page */

/* Data Member Page */

div.container.container-data-member {
    padding: 0px 102px;
    max-width: 100vw;
}

.menu-content-member-map {
    height: 87vh;
    border-radius: 20px;
    background-color: #fff;
}

iframe.map {
    height: 100%;
    width: 100%;
}
.mapouter {
    position: relative;
    text-align: right;
    height: 100%;
    width: 100%;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 100%;
    width: 100%;
    border-radius: 20px;
}

@media screen and (max-width: 1024px) {
    div.container.container-data-member {
        padding: 0px 110px;
    }
}

@media screen and (max-width: 768px) {
    div.container.container-data-member {
        padding: 0px 80px;
    }
}

/* Data Member Page */

/* Datatable css */

.page-item.active .page-link {
    background-color: #ffd22f !important;
    color: #000 !important;
}

.page-link {
    color: #000 !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
    background-color: #151106 !important; 
}

/* Datatable css */

/* Loader css */

.water{
    width:16px;
    height: 16px;
    background-color: skyblue;
    border-radius: 50%;
    position: relative;
    box-shadow: inset 0 0 30px 0 rgba(0,0,0,.5), 0 4px 10px 0 rgba(0,0,0,.5);
    overflow: hidden;
}
.water:before, .water:after{
    content:'';
    position: absolute;
    width:450px;
    height: 350px;
    top:-150px;
    background-color: #fff;
}
.water:before{
    border-radius: 45%;
    background:rgba(255,255,255,.7);
    animation:wave 5s linear infinite;
}
.water:after{
    border-radius: 35%;
    background:rgba(255,255,255,.3);
    animation:wave 5s linear infinite;
}
@keyframes wave{
    0%{
        transform: rotate(0);
    }
    100%{
        transform: rotate(360deg);
    }
}

.center-loader{
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgb(0,0,0,0.8);
}

.wrapper{
    width:200px;
    height:60px;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
}

.color-loader1 {
    background-color: rgb(31, 120, 130, 0.5);
}

.color-loader2 {
    background-color: rgb(31, 120, 130, 0.7);
}

.color-loader3 {
    background-color: rgb(31, 120, 130, 1);
}

.circle{
    width:20px;
    height:20px;
    position: absolute;
    border-radius: 50%;
    left:15%;
    transform-origin: 50%;
    animation: circle .5s alternate infinite ease;
}

@keyframes circle{
    0%{
        top:60px;
        height:5px;
        border-radius: 50px 50px 25px 25px;
        transform: scaleX(1.7);
    }
    40%{
        height:20px;
        border-radius: 50%;
        transform: scaleX(1);
    }
    100%{
        top:0%;
    }
}
.circle:nth-child(2){
    left:45%;
    animation-delay: .2s;
}
.circle:nth-child(3){
    left:auto;
    right:15%;
    animation-delay: .3s;
}
.shadow{
    width:20px;
    height:4px;
    border-radius: 50%;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    top:62px;
    transform-origin: 50%;
    z-index: -1;
    left:15%;
    filter: blur(1px);
    animation: shadow .5s alternate infinite ease;
}

@keyframes shadow{
    0%{
        transform: scaleX(1.5);
    }
    40%{
        transform: scaleX(1);
        opacity: .7;
    }
    100%{
        transform: scaleX(.2);
        opacity: .4;
    }
}
.shadow:nth-child(4){
    left: 45%;
    animation-delay: .2s
}
.shadow:nth-child(5){
    left:auto;
    right:15%;
    animation-delay: .3s;
}
.wrapper span{
    position: absolute;
    top:75px;
    font-family: 'Lato';
    font-size: 20px;
    letter-spacing: 12px;
    color: #fff;
    left:15%;
}

/* Loader */

/* Animation */

.spin-anim {
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}

/* Animation */