﻿
.shadow {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1), 0 6px 20px 0 rgb(2, 23, 36);
}

.flip-container {
    -webkit-perspective: 1000;
    background: transparent;
    margin: 0px auto;
}
    /* flip the picture when hover */

    .flip-container:hover .flipper,
    .flip-container.hover .flipper {
        -webkit-transform: scale(1.05);
    }

    .flip-container:not(:hover) .flipper {
        animation-play-state: paused;
    }
    .hand{
        cursor:pointer;
    }

.flipper {
    -webkit-transition: .5s;
    -webkit-transform-style: preserve-3d;
    position: relative;
}
/* hide back  during flip */

.front {
    -webkit-backface-visibility: hidden;
    position: relative;
    top: 0;
    left: 0;
}



.header {
    background-color: rgba(126, 195, 241, 0.67)
}

.booklet {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.container-fluid{
    padding-left:0px;
    padding-right:0px;
}


.btn-rounded {
    border-radius: 16px;
}



[data-notify-text], [data-notify-html] {
    font-size:x-large;
}

.wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    text-align: center;
    transform: translateX(-50%);
}

.spanner {
    position: fixed;
    top: 0;
    bottom:0;
    left: 0;
    background: #2a2a2a55;
    width: 100%;
    height:100%;
    display: block;
    text-align: center;
    /*height: 300px;*/
    color: #FFF;
    /*transform: translateY(-50%);*/
    z-index: 1000;
    visibility: hidden;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    visibility: hidden;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}


@-webkit-keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

.show {
    visibility: visible;
}

.spanner, .overlay {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.spanner.show, .overlay.show {
    opacity: 1
}

.div-with-bg {
    background-image: url('../../../Image/Employment/divBackground.jpg');
}

.logo-div {
    object-fit: cover;
}

.container-div {
    padding-left: 0px;
    padding-right: 0px;
}

.image-div {
    max-width: 100px;
    max-height: 100px;
}

.bg-secondary {
    background-color: rgba(108, 117, 125, 0.6) !important;
}

.thumbnail1 {
    border: 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 80px;
    width: 80px;
}