@font-face {
    font-family: PublicSans-Regular;
    src: url(../css/Public_Sans/PublicSans-Regular.ttf);
}

@font-face {
    font-family: PublicSans-SemiBold;
    src: url(../css/Public_Sans/PublicSans-SemiBold.ttf);
}

.body p {
    font-family: PublicSans-Regular !important;
}

.card-spacing{
    padding-bottom: 24px;
}

body h5,
h6 {
    font-family: PublicSans-SemiBold !important;
}

.logo-header {
    width: 208px;
}

.flag-img {
    width: 20px;
}

.flag-img-margin {
    margin-right: 2rem;

}

.card-img {
    width: 2rem;
    margin-bottom: var(--bs-card-title-spacer-y);
}

.card-wrapper {
    padding-left: 0;
}

.card-wrapper .card {
    margin-bottom: 24px;
}

.card:hover {
    box-shadow: 2px 2px 2px grey;
    -webkit-transition: box-shadow .2s ease-in;
}

.card {
    -webkit-transition: box-shadow .2s ease-out;
}

.card p {
    font-size: 13px;
    font-weight: 500;
}

.modal-body button{
    border-radius: 5px;
    width: 10rem;
    background-color: #ed1c24 !important;
}
.btn-border{
    border-radius: 20px !important;
}
.modal-div-gap {
    margin-bottom: 1rem;
}

.terms-div {
    background-color: #faf0ef;
}

.flag-wrapper {
    float: right;
}

.row {
    padding-left: 0;
    padding-right: 0;
}

header {
    margin-top: 30px;
    margin-bottom: 30px;
}
/* .modal-open .container, .modal-open  .container {
    -webkit-filter: blur(5px) grayscale(90%);
} */
body.modal-open .blur {
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='4');
}
@media only screen and (max-width: 576px) {
    .card-wrapper .col-sm-12 {
        padding-left: 1.5rem;
    }
    header .container {
        margin-left: 0px;
        margin-right: 0px;
        padding-right: 30px;
        padding-left: 30px;
    }
    main .container {
        margin-left: 0px;
        margin-right: 0px;
        padding-right: 30px;
        padding-left: 30px;
    }
    footer .container {
        margin-left: 0px;
        margin-right: 0px;
        padding-right: 30px;
        padding-left: 30px;
    }
    .btn-beli-wrapper button{
        width: 100% !important;
    }
    .card-wrapper .col-sm-12 {
        padding-left: 0px;
    }

    .modal-img-wrapper {
        background-position-y: bottom;
        padding-top: 10px !important;
        padding-bottom: 30px !important;
        background-image: url(../Resources/02-Detail/407x700.jpg);
        background-repeat: no-repeat;
        background-position-x: right;
        background-size: 407px 70% !important;
    }
    .btn-beli-wrapper{
        text-align-last: center;
    }

}

/*------------- modal styling ------------------*/
.btn-beli-wrapper{
    text-align-last: left;
}
.btn-beli-wrapper button{
    text-align-last: center;
}
.modal-content-img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0px 5px 13px #000000;
    -moz-box-shadow: 0px 5px 13px #000000;
    -webkit-box-shadow: 0px 5px 13px #000000;
    -khtml-box-shadow: 0px 5px 13px #000000;
}

.modal-img-wrapper {
    padding-top: 100px;
    background-image: url("../Resources/02-Detail/407x700.jpg");
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: 407px 950px
}

.modal-body p {
    font-size: 14px;
    font-weight: 500;
}

.modal-rumah {
    margin-bottom: 0px !important;
}

.modal-body li {
    list-style-type: none;
    font-size: 1rem;
    font-weight: 500;
}

.button-unduh-wrapper {
    margin-top: 1.5rem;
}

.button-unduh-wrapper button {
    background-color: transparent !important;
    background-repeat: no-repeat;
    border-right: none !important;
    border-left: none !important;
    border-bottom: none;
    border-radius: 0%;
    overflow: hidden;
    outline: none;
    width: 30vw;
    text-align: left;
    height: 2.5rem;
    border-color: #d7d7d7;
    border-width: thin;
}

.modalContactCenter-logo {
    margin-bottom: 30px;
    margin-top: 30px;
}

.modalContactCenter-txt {
    margin-bottom: 30px;
}

.p1 {
    margin-bottom: 15px !important;
}

#modalContactCenter {
    font-family: PublicSans-Regular !important;
}

.modalDisclaimer-logo {
    margin-bottom: 30px;
    margin-top: 30px;
}

.modalDisclaimer-txt {
    margin-bottom: 30px;
}

.p1 {
    margin-bottom: 15px !important;
}

#modalDisclaimer {
    font-family: PublicSans-Regular !important;
}

.modalClass {
    font-family: PublicSans-Regular !important;
}

.modalClass h1 {
    font-family: PublicSans-SemiBold !important;
}

.modalClass p {
    margin-bottom: 0px !important;
}




.semibold {
    font-family: PublicSans-SemiBold !important;
}

.button-unduh-wrapper {
    font-size: 13px;
}

/* ---------------footer styling----------- */
footer p {
    margin-top: 0rem;
    margin-bottom: 0rem;
}

.icon-block {
    display: grid;
	width: fit-content;
	grid-template-columns: auto auto auto auto;
	grid-gap: 20px;
	margin-top: 5px;
	margin-left: 20px;
	height: 30px;
}

.logo-div {
    padding-right: 20px;
}

.logo-footer {
    /*width: 208px;*/
	width: 150px;
    margin-right: 30px;
}

footer p,
a {
    font-size: 14px;
    font-family: PublicSans-Regular !important;
}

.btn-footer:hover {
    text-decoration: none;
}

::placeholder {
    font-size: 10px;
    padding-left: 10px;
    font-style: italic;
}

.social .fa {
    font-size: 22px;
    padding: 10px 15px;
}

a:hover {
    text-decoration: none;
}

.logo-part {
    border-right: 1px solid grey;
    height: 100%;
    border-color: black;
}

.bg-white {
    text-align: center;
	/*text-align: left;*/
}

.gegi-service-desc
{
	display: table-row;
	font-family: PublicSans-Regular !important;
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 18px;
	color: #424242;
}

.gegi-contact
{
	display: inilne-block;
	font-family: PublicSans-Regular !important;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	color: #424242;
	padding-top: 10px;
}

.gegi-subtitle
{
	font-family: PublicSans-Regular !important;
	font-style: normal;
	font-weight: 600;
	font-size: 10px;
	line-height: 20px;
	color: #424242;
	padding-top: 15px;
}

.gegi-item-red
{
	display: table-row;
	font-family: PublicSans-Regular !important;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	color: #ed1c24;
}

.gegi-item-notes
{
	display: table-row;
	font-family: PublicSans-Regular !important;
	font-style: normal;
	font-weight: 400;
	font-size: 7px;
	line-height: 10px;
	color: #424242;
}

footer a {
    color: #000000;
    text-decoration: none;
    white-space: nowrap;
}

.footer-div {
    flex: 0 0 22.222222%;
}

footer hr {
    background-color: #000000;
    height: 1px;
    width: 100%;
    opacity: 1;
}
.modal-header button{
    border: none;
    background-color: white;
}
.close{
    width: 10px;
}
.modal-header{
    justify-content: right;
}
@media screen and (max-width: 768px) {
    .license-txt {
        text-align: left;
    }

    .button-unduh-wrapper button {
        width: 100%;
        /* border-bottom: solid !important;   */
    }

    .button-unduh-wrapper {
        align-content: center;
        margin-bottom: 1rem;
    }

    .logo-part {
        border-right: none;
    }

    footer .row {
        padding-left: 0px !important;
    }

    modal-content-img {
        width: 312px;
    }
    

}
@media screen and (max-width: 992px) {
   .logo-part{
    border: none !important;
   }
   .modal-img-wrapper {
    background-position-y: bottom;
    padding-top: 10px !important;
    padding-bottom: 30px !important;
    background-image: url(../Resources/02-Detail/407x700.jpg);
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: 500px 70% !important;
}

}

.label {
        display: inline-block;
        width: 150px;
        text-align: left;
      }

.ID 
{
	display: block;
}

.EN 
{
	display: none;
}