@media only screen and (max-width: 600px) {
    body {
        background-color: #ffffff;
        font-family: Poppins;
    }
}

.rounded {
    border-radius: 0.5rem !important;
}

.img-thumbnail {
    padding: 0px;
    background-color: #fff;
    border: 2px solid #D6F5FF;
    border-radius: 0.5rem;
    width: 104px;
    height: 114;
}


/* .img-thumbnaill {
    padding: 0.25rem;
    background-color: #fff;
    border: 2px solid #73b6f8;
    border-radius: 0.5rem;
    align-items: center;
    max-width: 400px;
    height: 400px;
} */

.upload img,
.modal-body img {
    width: 99px;
    height: 99px;
    text-align: center;
    line-height: 85px;
    /* border: 1px dashed #E0E0E0; */
}

#shop_app {
    padding-top: 60px;
}

#shop_app>section {
    padding-top: 20px;
    padding-bottom: 0;
}

.lds-default {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-default div {
    position: absolute;
    width: 6px;
    height: 6px;
    background: rgb(231, 2, 2);
    border-radius: 50%;
    animation: lds-default 1.2s linear infinite;
}

.lds-default div:nth-child(1) {
    animation-delay: 0s;
    top: 37px;
    left: 66px;
}

.lds-default div:nth-child(2) {
    animation-delay: -0.1s;
    top: 22px;
    left: 62px;
}

.lds-default div:nth-child(3) {
    animation-delay: -0.2s;
    top: 11px;
    left: 52px;
}

.lds-default div:nth-child(4) {
    animation-delay: -0.3s;
    top: 7px;
    left: 37px;
}

.lds-default div:nth-child(5) {
    animation-delay: -0.4s;
    top: 11px;
    left: 22px;
}

.lds-default div:nth-child(6) {
    animation-delay: -0.5s;
    top: 22px;
    left: 11px;
}

.lds-default div:nth-child(7) {
    animation-delay: -0.6s;
    top: 37px;
    left: 7px;
}

.lds-default div:nth-child(8) {
    animation-delay: -0.7s;
    top: 52px;
    left: 11px;
}

.lds-default div:nth-child(9) {
    animation-delay: -0.8s;
    top: 62px;
    left: 22px;
}

.lds-default div:nth-child(10) {
    animation-delay: -0.9s;
    top: 66px;
    left: 37px;
}

.lds-default div:nth-child(11) {
    animation-delay: -1s;
    top: 62px;
    left: 52px;
}

.lds-default div:nth-child(12) {
    animation-delay: -1.1s;
    top: 52px;
    left: 62px;
}

@keyframes lds-default {
    0%,
    20%,
    80%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
}

.overlay {
    z-index: 9999999;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    text-align: center;
}


/*IMAGE INPUT*/

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

.clear-pic {
    display: none;
}

input.input-file {
    width: inherit;
    height: inherit;
}

div.upload input[type=file] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    opacity: 0 !important;
    overflow: hidden !important;
    /*z-index: -1;*/
    text-align: center;
    position: absolute;
}

.images {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.images .img,
.images .pic {
    flex-basis: 31%;
    margin-bottom: 10px;
    border-radius: 4px;
}

.images .img {
    width: 112px;
    height: 93px;
    background-size: cover;
    margin-right: 10px;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.images .img:nth-child(3n) {
    margin-right: 0;
}

.images .img span {
    display: none;
    text-transform: capitalize;
    z-index: 2;
}

.images .img::after {
    content: '';
    width: 100%;
    height: 100%;
    transition: opacity .1s ease-in;
    border-radius: 4px;
    opacity: 0;
    position: absolute;
}

.images .img:hover::after {
    display: block;
    background-color: #000;
    opacity: .5;
}

.images .img:hover span {
    display: block;
    color: #fff;
}

.images .pic {
    background-color: #F5F7FA;
    align-self: center;
    text-align: center;
    padding: 40px 0;
    text-transform: uppercase;
    color: #848EA1;
    font-size: 12px;
    cursor: pointer;
}

input[type="file"] {
    display: none;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    width: 104px;
    height: 114px;
    padding: 6px 12px;
    cursor: pointer;
    border-radius: 6px;
}

div.upload label:not(label.error) {
    padding-top: 39px;
    vertical-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #BDBDBD;
}

.image-uploader {
    min-height: 131px;
}


/* splashhh */

#circularG {
    position: relative;
    width: 68px;
    height: 68px;
    margin: auto;
}

.circularG {
    position: absolute;
    background-color: rgba(0, 146, 237, 0.56);
    width: 16px;
    height: 16px;
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    animation-name: bounce_circularG;
    -o-animation-name: bounce_circularG;
    -ms-animation-name: bounce_circularG;
    -webkit-animation-name: bounce_circularG;
    -moz-animation-name: bounce_circularG;
    animation-duration: 0.718s;
    -o-animation-duration: 0.718s;
    -ms-animation-duration: 0.718s;
    -webkit-animation-duration: 0.718s;
    -moz-animation-duration: 0.718s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
}

#circularG_1 {
    left: 0;
    top: 27px;
    animation-delay: 0.268s;
    -o-animation-delay: 0.268s;
    -ms-animation-delay: 0.268s;
    -webkit-animation-delay: 0.268s;
    -moz-animation-delay: 0.268s;
}

#circularG_2 {
    left: 7px;
    top: 7px;
    animation-delay: 0.364s;
    -o-animation-delay: 0.364s;
    -ms-animation-delay: 0.364s;
    -webkit-animation-delay: 0.364s;
    -moz-animation-delay: 0.364s;
}

#circularG_3 {
    top: 0;
    left: 27px;
    animation-delay: 0.45s;
    -o-animation-delay: 0.45s;
    -ms-animation-delay: 0.45s;
    -webkit-animation-delay: 0.45s;
    -moz-animation-delay: 0.45s;
}

#circularG_4 {
    right: 7px;
    top: 7px;
    animation-delay: 0.536s;
    -o-animation-delay: 0.536s;
    -ms-animation-delay: 0.536s;
    -webkit-animation-delay: 0.536s;
    -moz-animation-delay: 0.536s;
}

#circularG_5 {
    right: 0;
    top: 27px;
    animation-delay: 0.632s;
    -o-animation-delay: 0.632s;
    -ms-animation-delay: 0.632s;
    -webkit-animation-delay: 0.632s;
    -moz-animation-delay: 0.632s;
}

#circularG_6 {
    right: 7px;
    bottom: 7px;
    animation-delay: 0.718s;
    -o-animation-delay: 0.718s;
    -ms-animation-delay: 0.718s;
    -webkit-animation-delay: 0.718s;
    -moz-animation-delay: 0.718s;
}

#circularG_7 {
    left: 27px;
    bottom: 0;
    animation-delay: 0.814s;
    -o-animation-delay: 0.814s;
    -ms-animation-delay: 0.814s;
    -webkit-animation-delay: 0.814s;
    -moz-animation-delay: 0.814s;
}

#circularG_8 {
    left: 7px;
    bottom: 7px;
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
}

@keyframes bounce_circularG {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(.3);
    }
}

@-o-keyframes bounce_circularG {
    0% {
        -o-transform: scale(1);
    }
    100% {
        -o-transform: scale(.3);
    }
}

@-ms-keyframes bounce_circularG {
    0% {
        -ms-transform: scale(1);
    }
    100% {
        -ms-transform: scale(.3);
    }
}

@-webkit-keyframes bounce_circularG {
    0% {
        -webkit-transform: scale(1);
    }
    100% {
        -webkit-transform: scale(.3);
    }
}

@-moz-keyframes bounce_circularG {
    0% {
        -moz-transform: scale(1);
    }
    100% {
        -moz-transform: scale(.3);
    }
}


/* endsplasshhhhh */


/** Start Section Header Bar **/

#shop_header_bar {
    position: fixed;
    top: 0;
    left: 0;
    color: #273F8F;
    background-color: #D6F5FF;
    border-bottom: 1px solid #D6F5FF;
    height: 58px;
    font-weight: bold;
    z-index: 99999;
}

#header_login {
    position: absolute;
    top: 0;
    left: 0;
    color: #273F8F;
    z-index: 1;
}

#header_splash {
    position: absolute;
    color: #273F8F;
    background-color: #ffffff;
    border-bottom: 1px solid #ffffff;
    z-index: 99999;
    /* height: 300px; */
    font-size: 36px;
    font-weight: bold;
}

.shop_page_title_row {
    padding-bottom: 0px;
}

.login_title_col {
    height: 200px;
    font-size: 30px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
}

.splash_title_row {
    height: 200px;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}

.login_page_title_row {
    padding-bottom: 0px;
    vertical-align: middle;
}

.login_title_row {
    padding-bottom: 0px;
    /* height: 300px; */
    text-align: left;
    vertical-align: bottom;
    font-size: 40px;
    font-weight: bold;
}

#shop_header_bar i.fa {
    font-size: 24px;
    display: inline-block;
    padding: 0 5px;
}

#shop_header_bar i.fa-user,
#shop_header_bar i.fa-bell {
    height: 34.06px;
    color: #0093ED;
}

#shop_header_bar i.fa-bell:active {
    height: 34.06px;
    color: #0093ED;
}

.sub_head {
    color: #273F8F;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    /* identical to box height */
    display: flex;
    margin-bottom: 20px;
    margin-top: -90px;
    text-align: center;
}

.select2.select2-container .select2-selection {
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 15px;
    margin-bottom: 15px;
    outline: none !important;
    transition: all .15s ease-in-out;
    border-color: #0093ED;
    border-width: 2px;
    height: 64px;
    padding: 15px;
}


/** End Section Header Bar **/

.form-control {
    border-radius: 16px;
    border-color: #D6F5FF;
    border-width: 2px;
    height: 64px;
}

.select {
    border-radius: 16px;
    border-color: #0093ED;
    border-width: 2px;
    height: 64px;
}


/** Start Section Header Title **/

#shop_header_title {
    padding-top: 10px !important;
    color: #5b7c8b;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

span.shop_page_title {
    display: block;
    color: #fff;
    font-size: 25px;
    margin-top: 2px;
    text-transform: capitalize;
    text-align: center;
}


/** End Section Header Title **/


/** Start Section Body Part 1 **/

#shop_body {
    z-index: 2;
}

.form {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    margin-bottom: 20px;
    border-color: #0093ED;
}

.form_input {
    position: absolute;
    margin-left: auto;
    width: 93%;
    height: 200px;
}

.product_tile {
    position: relative;
    background: #1e2e3b;
    padding: 15px;
    height: 160px;
    border-radius: 15px;
    text-align: center;
    color: #273F8F;
}

.img_view {
    position: relative;
    background: #1e2e3b;
    padding: 15px;
    height: 360px;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    border-radius: 15px;
}

.sub_header {
    position: relative;
    background: #ffffff;
    color: #273F8F;
    text-align: center;
    font-size: 24px;
    padding-top: 0px;
    margin-top: 12px;
    height: 36px;
    border-radius: 15px;
    line-height: 36px;
    font-weight: bold;
    font-style: normal;
}

.h1 {
    background-color: black;
    color: white;
}

.h3 {
    background-color: #0093ED;
    color: #1a222a;
}

.card {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    height: 108px;
}

.profile {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    height: 108px;
}

.profile2 {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    height: auto;
}

.foto {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    height: 200px;
}

.kronologi {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    height: min-content;
    padding-left: 15px;
}

.list {
    height: 108px;
}

.list_presensi {
    position: absolute;
    left: 5%;
    top: 20px;
    color: #273F8F;
    text-align: left;
    vertical-align: bottom;
    font-size: 18px;
    padding-top: 0px;
    height: 36px;
    border-radius: 15px;
    line-height: 27px;
    font-weight: bold;
    font-style: normal;
}

.list_kronologi {
    left: 5%;
    right: 5%;
    top: 20px;
    padding-left: 10px;
    color: #273F8F;
    text-align: left;
    vertical-align: bottom;
    font-size: 18px;
    padding-top: 0px;
    height: max-content;
    border-radius: 15px;
    line-height: 27px;
    font-weight: bold;
    font-style: normal;
}

.list_foto {
    position: absolute;
    left: 5%;
    top: 20px;
    color: #273F8F;
    text-align: left;
    vertical-align: bottom;
    padding-top: 0px;
    border-radius: 15px;
    line-height: 27px;
    font-weight: bold;
    font-style: normal;
}

.list_presensi2 {
    position: absolute;
    left: 5%;
    top: 20px;
    color: #273F8F;
    text-align: left;
    vertical-align: bottom;
    font-size: 18px;
    padding-top: 0px;
    border-radius: 15px;
    line-height: 27px;
    font-weight: bold;
    font-style: normal;
}

.list_presensi p {
    color: #4F4F4F;
    text-align: left;
    vertical-align: bottom;
    font-size: 18px;
    padding-top: 0px;
    height: 60px;
    overflow: hidden;
    font-weight: normal;
    font-style: normal;
    border-radius: 15px;
    line-height: 27px;
    font-style: normal;
}

.list_presensi2 p {
    color: #4F4F4F;
    text-align: left;
    vertical-align: bottom;
    font-size: 18px;
    padding-top: 0px;
    font-weight: normal;
    font-style: normal;
    border-radius: 15px;
    line-height: 27px;
    font-style: normal;
}

.list_kronologi p {
    color: #ea0707;
    text-align: left;
    vertical-align: bottom;
    font-size: 18px;
    padding-top: 0px;
    font-weight: normal;
    font-style: normal;
    border-radius: 15px;
    line-height: 27px;
    font-style: normal;
}

.list_presensi2 p {
    color: #4F4F4F;
    text-align: left;
    vertical-align: bottom;
    font-size: 18px;
    padding-top: 0px;
    font-weight: normal;
    font-style: normal;
    border-radius: 15px;
    line-height: 27px;
    font-style: normal;
}

.detail {
    position: absolute;
    left: 5%;
    top: 20%;
    color: #273F8F;
    text-align: left;
    vertical-align: bottom;
    font-size: 18px;
    padding-top: 0px;
    height: 36px;
    border-radius: 15px;
    line-height: 27px;
    font-weight: bold;
    font-style: normal;
}

.head_profile {
    position: absolute;
    left: 5%;
    top: 20px;
    color: #273F8F;
    text-align: left;
    vertical-align: bottom;
    font-size: 18px;
    padding-top: 0px;
    height: 36px;
    border-radius: 15px;
    line-height: 27px;
    font-weight: bold;
    font-style: normal;
}

.tombol-kanan {
    position: absolute;
    left: 5%;
    top: 20px;
    color: #273F8F;
    vertical-align: bottom;
    font-size: 18px;
    padding-top: 0px;
    height: 36px;
    border-radius: 15px;
    line-height: 27px;
    font-weight: bold;
    font-style: normal;
}

.head_prof {
    position: absolute;
    left: 10px;
    top: 40px;
    bottom: auto;
    color: #273F8F;
    text-align: left;
    vertical-align: bottom;
    font-size: 18px;
    padding-top: 0px;
    height: 36px;
    border-radius: 15px;
    line-height: 27px;
    font-weight: bold;
    font-style: normal;
}

.bt {
    position: absolute;
    right: 10px;
    top: 24px;
    bottom: auto;
    color: #273F8F;
    text-align: left;
    vertical-align: bottom;
    font-size: 18px;
    padding-top: 0px;
    height: 36px;
    border-radius: 15px;
    line-height: 27px;
    font-weight: bold;
    font-style: normal;
}

.head_profile p {
    color: #273F8F;
    text-align: left;
    vertical-align: bottom;
    height: 36px;
    font-weight: 100;
    font-style: normal;
}

.dropdown {
    position: relative;
    display: inline-block;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.textstyle {
    background-color: #D6F5FF;
    /* Changing background color */
    font-weight: bold;
    /* Making font bold */
    border-radius: 10px;
    /* Making border radius */
    width: 75px;
    /* Making auto-sizable width */
    height: 33;
    /* Making auto-sizable height */
    /* Making space around letters */
    font-size: 18px;
    text-align: center;
    /* Changing font size */
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #ffffff;
    border: 2px solid #0093ED;
    width: 182px;
    box-shadow: 0px 8px 0px #0093ED;
    border-radius: 24px;
    text-align: left;
    color: #273F8F;
    z-index: 1;
}

.file {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 12px;
    position: absolute;
    width: 360px;
    height: 130px;
    left: 0px;
}

.dropdown-content a {
    padding: 5px;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    color: #273F8F;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    display: block;
    background-color: #D6F5FF;
    margin: 0px;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.keterangan {
    border-radius: 10px;
    background: #D6F5FF;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 27px;
    text-align: center;
    height: 26px;
    width: auto;
    max-width: 80px;
    left: 26px;
    top: 117px;
}

.keterangan2 {
    border-radius: 10px;
    background: #D6F5FF;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 27px;
    text-align: center;
    height: 26px;
    width: auto;
    max-width: 280px;
    left: 26px;
    top: 117px;
}

.jabatan {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    text-align: left;
    height: 33px;
    width: 100%;
    left: 26px;
    top: 117px;
}

.ket {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    text-align: left;
}

.product_tile.active {
    position: relative;
    height: 265px;
    border: 1px solid #293947;
    box-shadow: inset 0 0 50px 10px rgba(0, 0, 0, 0.4);
}

img.product_brand {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 20px;
}

.product_title {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
}

.product_tile.active .product_title {
    color: #208f9b;
    font-size: 15px;
    font-weight: 700;
}

.product_tile .product_cat {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    font-size: 9px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.product_tile.active .product_cat {
    color: #fff;
}

.product_tile .product_price {
    position: absolute;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    display: block;
    bottom: 15px;
    right: 15px;
}

.product_tile .product_img {
    position: relative;
    top: 30px;
}

.product_tile.active .product_img {
    top: 50px;
    left: -30px;
}

.product_img img {
    height: 105px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.product_tile:not(.active) .product_img img {
    margin-top: 4px;
    transform: rotate(35deg);
}

.product_tile .product_img:before {
    content: '';
    position: absolute;
    display: block;
    width: 80%;
    height: 5px;
    background: rgba(0, 0, 0, 0.8);
    bottom: -32px;
    border-radius: 100%;
    filter: blur(6px);
}

.product_tile.active .product_img:before {
    left: 20px;
    bottom: -60px;
}

.product_tile.active .product_img img {
    height: 75px;
    transform: rotate(35deg);
}

.product_next {
    position: absolute;
    right: 0;
    bottom: -83.5px;
    background-color: #fff;
    padding: 26px 55px;
    border-radius: 0 10px 10px 10px;
}

.product_next:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100.5%;
    background-color: #fff;
    top: -0.3px;
    left: -30%;
    border-radius: 10px 15px 15px 15px;
    transform: skew(45deg);
}

.product_next img.next-thumb {
    position: absolute;
    height: 25px;
    left: 0;
    top: 0;
    margin-top: 13.5px;
    margin-left: 2px;
}

.product_next i.fa {
    position: absolute;
    color: #1a222a;
    font-size: 35px;
    top: 0;
    right: 0;
    margin-top: 7px;
    margin-right: 15px;
}


/** End Section Body Part 1 **/


/** Start Section Body Part 2 **/

#shop_body_feature {
    position: relative;
    margin-top: -110px;
    background-color: #ffffff;
    color: #fff;
    padding-top: 130px !important;
    padding-bottom: 25px !important;
    z-index: 1;
}

#form_body_feature {
    position: relative;
    margin-top: -90px;
    background-color: #ffffff;
    color: #fff;
    height: 420px;
    padding-top: 130px !important;
    padding-bottom: 25px !important;
    z-index: 1;
}

#form_login {
    position: absolute;
    top: 320px;
    background-color: #ffffff;
    color: #fff;
    padding-top: -130px;
    padding-bottom: 25px !important;
    z-index: 1;
}

.form_login .h3 {
    color: rgb(5, 5, 5);
    font-size: 18px;
    font-weight: 600;
    padding-top: 130px !important;
    padding-bottom: 25px !important;
    z-index: 1;
}

#form_patroli {
    position: absolute;
    background-color: #ffffff;
    color: #fff;
    padding-top: 100px !important;
    padding-bottom: 25px !important;
    z-index: 1;
}

.shop_page_category .section_title {
    color: rgb(5, 5, 5);
    font-size: 15px;
    padding-bottom: 30px;
    display: inline-block;
}

.shop_more_btn {
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: transparent;
    color: rgb(0, 0, 0);
    font-size: 10px;
    font-weight: 100;
    letter-spacing: 1px;
    border-radius: 10px;
    padding: 3px 15px;
}

.jam {
    background: transparent;
    color: #273F8F;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
    padding: 3px 15px;
}

.shop_feature_products .col-6 {
    margin-bottom: 30px;
}

.product_featured_tile {
    position: relative;
    background-color: #D6F5FF;
    border: 1px solid #D6F5FF;
    padding: 15px;
    padding-bottom: 25px;
    border-radius: 15px;
    height: 180px;
    width: 100%;
}

.product_featured_tile :focus {
    position: relative;
    color: red;
    background-color: #000;
    box-shadow: inset 0 0 50px 10px rgba(0, 0, 0, 0.4);
}

.product_featured_tile .product_brand {
    width: 25px;
}

.product_featured_tile .product_img {
    position: relative;
    margin-top: 20px;
    display: block;
}

.product_featured_tile .product_img:before {
    content: '';
    position: absolute;
    display: block;
    width: 105px;
    height: 5px;
    /* background: rgba(0, 0, 0, 0.8); */
    bottom: -8px;
    border-radius: 100%;
    filter: blur(5px);
}

.product_featured_tile .product_title {
    color: #273F8F;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.5px;
    display: block;
    margin-top: 45px;
}

.product_featured_tile .product_cat {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    font-size: 9px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.product_featured_tile .product_price {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
    margin-top: 10px;
}


/* select2 */

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

.select2.select2-container .select2-selection {
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 34px;
    margin-bottom: 15px;
    outline: none !important;
    transition: all .15s ease-in-out;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
    color: #333;
    line-height: 32px;
    padding-right: 33px;
}

.select2.select2-container .select2-selection .select2-selection__arrow {
    background: #f8f8f8;
    border-left: 1px solid #ccc;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    height: 32px;
    width: 33px;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
    background: #f8f8f8;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow {
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--multiple {
    border: 1px solid #34495e;
}

.select2.select2-container .select2-selection--multiple {
    height: auto;
    min-height: 34px;
}

.select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
    margin-top: 0;
    height: 32px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: block;
    padding: 0 4px;
    line-height: 29px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 4px 4px 0 0;
    padding: 0 6px 0 22px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    position: relative;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    margin: 0;
    text-align: center;
    color: #e74c3c;
    font-weight: bold;
    font-size: 16px;
}

.select2-container .select2-dropdown {
    background: transparent;
    border: none;
    margin-top: -5px;
}

.select2-container .select2-dropdown .select2-search {
    padding: 0;
}

.select2-container .select2-dropdown .select2-search input {
    outline: none !important;
    border: 1px solid #34495e !important;
    border-bottom: none !important;
    padding: 4px 6px !important;
}

.select2-container .select2-dropdown .select2-results {
    padding: 0;
}

.select2-container .select2-dropdown .select2-results ul {
    background: #fff;
    border: 1px solid #34495e;
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
    background-color: #3498db;
}


/* endselct2 */

.button-block {
    border-radius: 16px;
    height: 142px;
    background-color: #D6F5FF;
    display: block;
    width: 100%;
    border: #D6F5FF;
}

.shop_title_col {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    font-style: normal;
    color: #273F8F;
}

a.active .product_featured_tile .product_img img {
    filter: brightness(0) invert(1);
}

a.active .product_featured_tile .product_title {
    color: #fff;
}

a.active img {
    filter: brightness(0) invert(1);
}

a.active button {
    background-color: #0093ED;
}

.form-group .form-control:focus {
    border-color: #0093ED;
    background-color: #fff;
}


/* calendar */

.calendar {
    position: relative;
    top: 30px;
    overflow: hidden;
    text-transform: capitalize;
    text-align: center;
    font: 15px/1em inherit;
    color: #0093ED;
}

.calendar a {
    text-decoration: none;
    color: inherit;
}

.calendar header .simple-calendar-btn {
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #CBD1D2;
    border-radius: 50%;
    border: 2px solid #CBD1D2;
}

.calendar header .prev {
    position: relative;
    width: 30px;
    height: 30px;
    left: 10px;
}

.calendar header .simple-calendar-btn:hover {
    background: #CBD1D2;
    color: white;
}

.calendar header .simple-calendar-btn:before {
    content: '';
    position: absolute;
    top: 9px;
    left: 8px;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 3px 3px 0 0;
    transform: rotate(45deg);
    transform-origin: center center;
}

.calendar header .btn-prev {
    top: 0;
    left: 0;
    transform: rotate(-180deg);
}

.calendar header .btn-next {
    top: 0;
    right: 0;
}

.calendar header .btn-next:before {
    transform: rotate(45deg);
}

.calendar header .month {
    color: #273F8F;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

.calendar header .month .year {
    font-size: 0.6em;
    font-weight: 100;
}

.calendar table {
    width: 100%;
    margin: 20px 0;
    border-spacing: 0px;
}

.calendar thead {
    font-size: 1.2em;
    font-weight: 600;
}

.calendar td {
    padding: .8em .1em;
}

.calendar .day {
    position: relative;
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 0px;
    border: 2px solid transparent;
    cursor: pointer;
}

.calendar .day:hover {
    border: 2px solid #0093ED;
}

.calendar .day.today {
    background: #0093ED;
    border-radius: 5px;
    color: white;
}

.calendar .day.today.has-event:after {
    background: white;
}

.calendar .day.wrong-month {
    color: #273F8F;
}

.calendar .day.wrong-month:hover {
    border: 2px solid transparent;
}

.calendar .day.has-event:after {
    content: '';
    position: absolute;
    top: calc(50% + .6em);
    left: calc(50% - 2px);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #6691CC;
}

.calendar .day.disabled {
    cursor: default;
}

.calendar .day.disabled:hover {
    border: 2px solid transparent;
}

.calendar .event-container {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 70px;
    background: #545A5C;
    box-sizing: border-box;
}

.calendar .event-container .event-wrapper {
    overflow-y: auto;
    max-height: 100%;
}

.calendar .event-container .close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.calendar .event-container .close:before,
.calendar .event-container .close:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background-color: #CBD1D2;
}

.calendar .event-container .close:before {
    transform: rotate(45deg);
}

.calendar .event-container .close:after {
    transform: rotate(-45deg);
}

.calendar .event-container .event {
    position: relative;
    width: 100%;
    padding: 1em;
    margin-bottom: 1em;
    background: #6691CC;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.12);
    text-align: left;
    color: white;
}

.calendar .event-container .event-date {
    margin-bottom: 1em;
}

.calendar .event-container .event-hour {
    float: right;
}

.calendar .event-container .event-summary {
    font-weight: 600;
}

.calendar .filler {
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: #545A5C;
    transform: translate(-50%, -50%);
}

.badge-notif {
    position: relative;
}

.badge-notif[data-badge]:after {
    content: attr(data-badge);
    position: absolute;
    top: -10px;
    right: -7px;
    font-size: 10px;
    background: #e53935;
    color: white;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
}


/* calendar */


/*modal image*/


/* The Modalprev (background) */

.modalprev {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}


/* Modalprev Content (Image) */

.modalprev-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}


/* Caption of Modalprev Image (Image Text) - Same Width as the Image */

#preview-img .caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}


/* Add Animation - Zoom in the Modalprev */

.modalprev-content,
.caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}