

.svgColor {
    color: #fff
}

.bg-red {
    background-color: red
}

::-webkit-scrollbar {
    width: 15px
}

::-webkit-scrollbar-track {
    background: rgba(58, 58, 58, .16)
}

::-webkit-scrollbar-thumb {
    background: #01411c
}

.swal-button {
    background-color: #01411c !important
}

.App {
    text-align: center
}

.App-logo {
    -webkit-animation: App-logo-spin 20s linear infinite;
    animation: App-logo-spin 20s linear infinite;
    height: 40vmin
}





.App-link {
    color: #61dafb
}

.routejs-row {
    margin: 0 !important
}

.sidebarContWidth {
    width: 75px
}

@media (max-width:500px) {
    .sidebarContWidth {
        width: 50px
    }
}

.padding-0-imp {
    padding: 0 !important
}

.padding-0-imp-l-75px {
    padding: 0 0 0 75px !important
}

@-webkit-keyframes App-logo-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes App-logo-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.pos-abs-imp {
    position: absolute !important
}

.wid100-75px {
    width: 100%;
    padding: 0 2%
}

.wid100 {
    width: calc(100% - 75px);
    padding: 0 2%
}

.height-10 {
    height: 10%
}

.height-20 {
    height: 20%
}

.height-30 {
    height: 30%
}

.height-40 {
    height: 40%
}

.height-50 {
    height: 50%
}

.height-60 {
    height: 60%
}

.height-70 {
    height: 70%
}

.height-80 {
    height: 80%
}

.height-90 {
    height: 90%
}

.hw {
    width: 100%
}

.hh {
    height: 100%
}

.width-10 {
    width: 10%
}

.width-20 {
    width: 20%
}

.width-30 {
    width: 30%
}

.width-40 {
    width: 40%
}

.width-50 {
    width: 50%
}

.width-60 {
    width: 60%
}

.width-70 {
    width: 70%
}

.width-80 {
    width: 80%
}

.width-90 {
    width: 90%
}

.MuiCircularProgress-colorSecondary-7 {
    color: #01645f !important
}

button {
    outline-style: none
}

.test-border {
    border: 2px solid red !important
}

.flexer,
.flexer-column {
    display: flex;
    justify-content: center;
    align-items: center
}

.flexer-column {
    flex-direction: column
}

@media (max-width:1157px) {
    .paddingLeftForWidth {
        padding-left: 70px
    }
}

@media (max-width:500px) {
    .paddingLeftForWidth {
        padding-left: 50px
    }
}

.p-1 {
    padding: 5px !important
}

.p-2 {
    padding: 15px !important
}

.p-3 {
    padding: 25px !important
}

.p-4 {
    padding: 35px !important
}

.p-5 {
    padding: 45px !important
}

.pl-1 {
    padding-left: 5px !important
}

.pl-2 {
    padding-left: 15px !important
}

.pl-4 {
    padding-left: 35px !important
}

.pl-5 {
    padding-left: 45px !important
}

.pr-1 {
    padding-right: 5px !important
}

.pr-2 {
    padding-right: 15px !important
}

.pr-3 {
    padding-right: 25px !important
}

.pr-4 {
    padding-right: 35px !important
}

.pr-5 {
    padding-right: 45px !important
}

.pt-1 {
    padding-top: 5px !important
}

.pt-2 {
    padding-top: 15px !important
}

.pt-3 {
    padding-top: 25px !important
}

.pt-4 {
    padding-top: 35px !important
}

.pt-5 {
    padding-top: 45px !important
}

.pb-1 {
    padding-bottom: 5px !important
}

.pb-2 {
    padding-bottom: 15px !important
}

.pb-3 {
    padding-bottom: 25px !important
}

.pb-4 {
    padding-bottom: 35px !important
}

.pb-5 {
    padding-bottom: 45px !important
}

.px-1 {
    padding-left: 5px !important;
    padding-right: 5px !important
}

.px-2 {
    padding-left: 15px !important;
    padding-right: 15px !important
}

.px-3 {
    padding-left: 25px !important;
    padding-right: 25px !important
}

.px-4 {
    padding-left: 35px !important;
    padding-right: 35px !important
}

.px-5 {
    padding-left: 45px !important;
    padding-right: 45px !important
}

.py-1 {
    padding-top: 5px !important;
    padding-bottom: 5px !important
}

.py-2 {
    padding-top: 15px !important;
    padding-bottom: 15px !important
}

.py-3 {
    padding-top: 25px !important;
    padding-bottom: 25px !important
}

.py-4 {
    padding-top: 35px !important;
    padding-bottom: 35px !important
}

.py-5 {
    padding-top: 45px !important;
    padding-bottom: 45px !important
}

.m-1 {
    margin: 5px !important
}

.m-2 {
    margin: 10px !important
}

.m-3 {
    margin: 15px !important
}

.m-4 {
    margin: 25px !important
}

.m-5 {
    margin: 35px !important
}

.ml-1 {
    margin-left: 5px !important
}

.ml-2 {
    margin-left: 10px !important
}

.ml-3 {
    margin-left: 15px !important
}

.ml-4 {
    margin-left: 25px !important
}

.ml-5 {
    margin-left: 35px !important
}

.mr-1 {
    margin-right: 5px !important
}

.mr-2 {
    margin-right: 10px !important
}

.mr-3 {
    margin-right: 15px !important
}

.mr-4 {
    margin-right: 25px !important
}

.mr-5 {
    margin-right: 35px !important
}

.mt-1 {
    margin-top: 5px !important
}

.mt-2 {
    margin-top: 10px !important
}

.mt-3 {
    margin-top: 15px !important
}

.mt-4 {
    margin-top: 25px !important
}

.mt-5 {
    margin-top: 35px !important
}

.mb-1 {
    margin-bottom: 5px !important
}

.mb-2 {
    margin-bottom: 10px !important
}

.mb-3 {
    margin-bottom: 15px !important
}

.mb-4 {
    margin-bottom: 25px !important
}

.mb-5 {
    margin-bottom: 35px !important
}

.mx-1 {
    margin-left: 5px !important;
    margin-right: 5px !important
}

.mx-2 {
    margin-left: 10px !important;
    margin-right: 10px !important
}

.mx-3 {
    margin-left: 15px !important;
    margin-right: 15px !important
}

.mx-4 {
    margin-left: 25px !important;
    margin-right: 25px !important
}

.mx-5 {
    margin-left: 35px !important;
    margin-right: 35px !important
}

.my-1 {
    margin-top: 5px !important;
    margin-bottom: 5px !important
}

.my-2 {
    margin-top: 10px !important;
    margin-bottom: 10px !important
}

.my-3 {
    margin-top: 15px !important;
    margin-bottom: 15px !important
}

.my-4 {
    margin-top: 25px !important;
    margin-bottom: 25px !important
}

.my-5 {
    margin-top: 35px !important;
    margin-bottom: 35px !important
}




.AdminLogin-main-div {
    width: 100%;
    display: block
}

.AdminLogin-form-div {
    max-width: 552px;
    width: 100%;
    min-height: auto;
    border-radius: 5px;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .16);
    background-color: #fff;
    margin: 0 auto;
    padding-bottom: 20px
}

.AdminLogin-head {
    max-width: 552.2px;
    width: 100%;
    height: 66.3px;
    background: linear-gradient(to right,#027a37,#006e9a);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 5px 5px 0 0
}

.AdminLogin-head-text {
    font-size: 18px;
    font-weight: 600;
}

.AdminLogin-m-r-l {
    margin: 0 auto
}

.AdminLogin-display-block {
    display: block
}

.AdminLogin-logo {
    display: block;
    margin-top: 25px
}

.AdminLogin-eHunar-text {
    font-size: 1em;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #01411c;
    margin-top: 20px
}

.AdminLogin-form {
    padding: 0 30px
}

.AdminLogin-submit-button {
    margin-top: 27px;
    max-width: 200px;
    width: 100%;
    height: auto;
    padding: 10px;
    border-radius: 100px;
    color: #fff;
    border: 1px solid #018651;
    display: block;
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s;
    font-weight: 700;
    outline-style: none !important;
    background-color: #018651;
}

.AdminLogin-form input[type=email],
.AdminLogin-form input[type=password],
.AdminLogin-form input[type=text] {
    padding: 25px 10px !important;
    font-size: 16px
}

.AdminLogin-form-div img {
    height: 50px
}

.AdminLogin-submit-button:hover {
    -webkit-transition: .5s;
    transition: .5s;
    color: #fff;
    border: 1px solid #006e9a;
    background-color: #006e9a;
}



@media (max-width:576px) {
    .AdminLogin-form-div {
        height: 100%
    }
}

.forget-pass {
    color: #01411c;
    padding: 10px 0 0 3px;
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    margin-top: -8px;
    width: auto;
    float: right
}

.forget-pass:hover {
    color: #01411c
}

.sign-up {
    color: #01411c;
    display: flex;
    justify-content: flex-start
}

.sign-up-link {
    color: #01411c;
    text-decoration: underline
}

.sign-up-link:hover {
    color: #01411c
}

.alert-message-modal-forgetpass {
    color: rgba(228, 0, 0, .7);
    font-size: 16px;
    padding-right: 45px;
    padding-left: 5px;
    padding-top: 5px
}

.forget-password input[type=email],
.forget-password input[type=email]:focus {
    border: none;
    outline: none;
    outline-style: none
}

.forget-password input[type=email] {
    display: block;
    width: 100%;
    padding: 3px 0 13px 10px
}

.modal-forgetpass-btn {
    width: 90vw;
    height: 60px;
    min-width: 270px;
    max-width: 500px;
    font-weight: 900;
    border: none;
    outline-style: none;
    background-color: #01411c;
    color: #fff;
    padding: 0 15px
}

.bodal-light-btn {
    background-color: rgba(0, 100, 95, .51) !important
}

.modal-forgetpass-btn:hover {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(8, 216, 141, .32)), to(rgba(14, 181, 163, .25)));
    background-image: -webkit-linear-gradient(right, rgba(8, 216, 141, .32), rgba(14, 181, 163, .25));
    background-image: linear-gradient(270deg, rgba(8, 216, 141, .32), rgba(14, 181, 163, .25))
}

.check-email-pass {
    font-size: 1.5rem;
    color: #01411c;
    -webkit-font-feature-settings: "c2sc";
    font-feature-settings: "c2sc";
    font-variant: small-caps;
    font-weight: 900;
    padding: 45px
}

.forget-password h2 {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 100;
    color: #01411c;
    padding: 5% 0;
    border-bottom: 1px solid rgba(0, 0, 0, .06)
}

.ReactModal__Content {
    border: none !important;
    overflow: hidden !important;
    padding: 0 !important;
    box-shadow: 0 0 35px -12px #000
}

.ReactModal__Overlay {
    background-color: rgba(0, 0, 0, .28) !important
}

.successMessage {
    color: #01411c
}

.crossBtnModal {
    color: grey;
    text-align: center;
    font-size: 40px;
    margin-top: -10px;
    padding-right: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    cursor: pointer
}

.crossBtnModal:hover {
    color: #000
}

.AdminLogin-resend-span {
    cursor: pointer;
    color: #01411c;
    font-weight: 700;
    height: auto;
    width: auto;
    border-radius: 20px;
    text-decoration: underline
}

.AdminLogin-resend-span:hover {
    text-decoration: none
}

.QuarterJsBody .MuiCircularProgress-colorPrimary-6,
.VoucherFormBody .MuiCircularProgress-colorPrimary-6 {
    color: #01645f !important
}

.fullPageLoaderContainer {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background-color: rgba(0, 0, 0, .21);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 111200
}

.fullPageLoaderContainer .MuiCircularProgress-colorPrimary-5 {
    color: #01645f !important
}

.Homepage-heading {
    font-size: 4vw;
    -webkit-font-feature-settings: "pcap";
    font-feature-settings: "pcap";
    font-variant: petite-caps
}

.current-status-heading,
.Homepage-heading {
    text-align: center;
    color: #01645f;
    font-weight: 900
}

.current-status-heading {
    font-size: 3vw;
    -webkit-font-feature-settings: "pcap";
    font-feature-settings: "pcap";
    font-variant: petite-caps
}

.voucher-not-paid-line {
    font-size: 2vw;
    color: grey;
    text-align: center;
    font-weight: 900;
    -webkit-font-feature-settings: "pcap";
    font-feature-settings: "pcap";
    font-variant: petite-caps
}

.Homepage-click-forpayment {
    font-size: 2.5vw;
    text-align: center;
    color: #6d6d6d;
    -webkit-font-feature-settings: "pcap";
    font-feature-settings: "pcap";
    font-variant: petite-caps;
    cursor: pointer;
    text-decoration: underline
}

.Homepage-onlineInfo {
    font-size: 1.5vw;
    text-align: center;
    color: #6d6d6d
}

.Homepage-click-forpayment:hover {
    color: #2d2d2d
}

.Homepage-links-cont {
    margin: 25px auto;
    color: #01411c
}

.Homepage-links-list:hover {
    background: -webkit-linear-gradient(10deg, transparent, rgba(14, 181, 164, .16), transparent);
    background: linear-gradient(80deg, transparent, rgba(14, 181, 164, .16), transparent);
    cursor: pointer
}

.Homepage-links-cont ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.Homepage-links-list a {
    width: 100%;
    background: #d3d3d3;
    white-space: nowrap;
    font-weight: 600
}

.Homepage-links-cont table {
    margin: auto
}

.Homepage-links-cont th {
    color: #01411c
}

.Homepage-links-cont td,
.Homepage-links-cont th {
    padding: 4px;
    white-space: nowrap
}

.Homepage-links-cont img {
    width: 50px
}

.Homepage-links-cont tr:hover {
    background: -webkit-linear-gradient(10deg, transparent, rgba(14, 181, 164, .16), transparent);
    background: linear-gradient(80deg, transparent, rgba(14, 181, 164, .16), transparent);
    cursor: pointer
}

@media (min-width:600px) {
    .Homepage-links-cont tr {
        display: inline-block;
        padding: 0 10px
    }
    .Homepage-links-cont tr:nth-child(2) {
        border-left: ridge;
        border-right: ridge
    }
    .Homepage-links-cont tr:nth-child(3) {
        border-right: ridge
    }
}

@media (max-width:700px) {
    .Homepage-links-cont img {
        width: 5vw
    }
    .Homepage-links-cont,
    .Homepage-links-cont td,
    .Homepage-links-cont th {
        font-size: 2vw
    }
    .Homepage-heading {
        font-size: 5vw
    }
    .current-status-heading {
        font-size: 3.5vw
    }
    .voucher-not-paid-line {
        font-size: 2.5vw
    }
    .Homepage-click-forpayment {
        font-size: 3.5vw
    }
}

.blurStatus {
    -webkit-filter: blur(1px);
    filter: blur(1px)
}

.statusAlertTable {
    width: 100%;
    white-space: nowrap
}

.statusAlertTable td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.statusAlertTable th {
    padding-right: 5px
}

.statusPopoverContainer {
    max-width: 300px
}

.showStatusShow {
    cursor: pointer;
    color: #22605d;
    text-decoration: underline
}

.result-main {
    margin: 30px
}

.result {
    display: flex;
    justify-content: center
}

.result-field,
.result-field2 {
    font-size: 2vw;
    padding: 5px;
    font-weight: 500
}

.result-field2 {
    border-left: ridge
}

.result-field3 {
    color: #3cb371
}

.result-failed,
.result-field3 {
    font-size: 2vw;
    padding: 5px;
    font-weight: 500
}

.result-failed {
    color: #f08080
}

.Homepage-click-voucher-notice {
    cursor: pointer;
    text-decoration: underline
}

.errorPlaceholderCont {
    width: 200px
}

.errorMessagePlaceholder {
    text-align: center;
    font-size: 20px;
    color: #a7a7a7;
    max-width: 300px
}

.errorMessagePlaceholderImg {
    width: 200px
}

.errorMessageReload {
    text-align: center;
    font-size: 20px;
    color: #01411c;
    max-width: 300px;
    text-decoration: underline;
    cursor: pointer
}

.errorMessageReload:hover {
    color: rgba(0, 100, 95, .79)
}

.nav-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    min-width: 350px;
    align-items: center
}

.logout-btn,
.navbar-brand {
    cursor: pointer
}

.logout-btn {
    display: inline;
    font-size: 22px;
    border-right: 2px ridge;
    padding-right: 14px;
    -webkit-font-feature-settings: "pcap", "c2pc";
    font-feature-settings: "pcap", "c2pc";
    font-variant: all-petite-caps
}

.logout-icon {
    width: 15px;
    height: 15px !important;
    margin-left: 2px;
    margin-top: 2px
}

.nav-content a {
    cursor: pointer
}

.eHunarHeadingNavbar {
    font-size: 2.5vw;
    color: #01411c;
    opacity: .2;
    -webkit-font-feature-settings: "smcp", "c2sc";
    font-feature-settings: "smcp", "c2sc";
    font-variant: all-small-caps;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 900
}

.navbarBg {
    background-position: 50%;
    background-size: 60vw;
    background-repeat: no-repeat
}

@media (max-width:600px) {
    .navbarBg {
        background-image: none !important
    }
}

.sidebar {
    color: #fff
}

.sidebar a {
    cursor: pointer
}

.sidebar a,
.sidebar i {
    font-style: normal
}

.sidebar-container {
    width: 300px;
    padding-top: 80px
}

.sidebar-image {
    width: 150px;
    height: 150px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    margin: auto;
    border-radius: 50%;
    border: 3px solid #01411c
}

.sidebarInfoNameHeading {
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 800;
    color: grey;
    margin-bottom: 0
}

.editProfileHeading {
    text-align: center;
    font-size: 16px;
    color: #01645f
}

.expandableTabInfo {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden
}

.expandableTabInfo table {
    width: 100%;
    font-size: 13px
}

.expandableTabInfo .td-Left {
    width: 30%;
    background-color: rgba(0, 100, 95, .14);
    padding: 5px 5px 5px 10px;
    font-weight: 900;
    color: #5c5c5c;
    min-width: 90px
}

.expandableTabInfo .td-right {
    width: 70%;
    background-color: hsla(0, 0%, 86.3%, .28);
    padding: 5px 5px 5px 10px;
    color: grey
}

.expandableTabInfo::-webkit-scrollbar-track {
    background-color: #f5f5f5
}

.expandableTabInfo::-webkit-scrollbar {
    height: 6px;
    background-color: #f5f5f5
}

.expandableTabInfo::-webkit-scrollbar-thumb {
    background-color: rgba(0, 100, 95, .14)
}

.MuiExpansionPanelSummary-content-127 {
    margin: 0 !important
}

.sidebar-menu-icon {
    width: 40px
}

.sidebarleft-materialIcon {
    opacity: 1;
    visibility: visible;
    display: inline;
    color: #fff;
    font-size: 45px
}

@media (max-width:500px) {
    .sidebar-menu-icon {
        width: 25px
    }
    .sidebarleft-materialIcon {
        font-size: 25px
    }
}

.payment-cont {
    padding-top: 100px
}

.card-b {
    cursor: pointer;
    border-radius: 12px;
    box-shadow: 0 6px 10px -4px rgba(0, 0, 0, .15);
    background-color: #fff;
    color: #252422;
    margin-bottom: 20px;
    position: relative;
    border: 0;
    -webkit-transition: transform .3s cubic-bezier(.34, 2, .6, 1), box-shadow .2s ease;
    -webkit-transition: box-shadow .2s ease, -webkit-transform .3s cubic-bezier(.34, 2, .6, 1);
    transition: box-shadow .2s ease, -webkit-transform .3s cubic-bezier(.34, 2, .6, 1);
    transition: transform .3s cubic-bezier(.34, 2, .6, 1), box-shadow .2s ease;
    transition: transform .3s cubic-bezier(.34, 2, .6, 1), box-shadow .2s ease, -webkit-transform .3s cubic-bezier(.34, 2, .6, 1)
}

.card-stats .card-body {
    padding: 15px 15px 0
}

.card-b .card-body {
    padding: 15px 15px 10px
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-stats .card-footer {
    padding: 0 15px 15px
}

.card-b .card-footer {
    background-color: initial;
    border: 0
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-stats .icon-big {
    font-size: 3em;
    min-height: 64px
}

.card-stats .icon-big i {
    line-height: 59px
}

.text-warning,
a.text-warning:focus,
a.text-warning:hover {
    color: #fbc658 !important
}

.nc-icon {
    display: inline-block;
    font: normal normal normal 14px/1 nucleo-icons;
    font-size: inherit;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.text-warning {
    color: #ffc107 !important
}

.nc-globe:before {
    content: "\EA2E"
}

.card-stats .card-footer .stats {
    color: #9a9a9a
}

.card-b .card-footer .stats i {
    margin-right: 9px;
    position: relative;
    top: 0;
    color: #66615b
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-refresh:before {
    content: "\F021"
}

.payment-course-heading {
    color: #4d4d4d;
    font-size: 2.3rem;
    padding-left: 5px;
    padding-bottom: 15px;
    border-bottom: 1px solid #deddda
}

.card-stats .card-body .numbers .card-category {
    color: #9a9a9a;
    font-size: 16px;
    line-height: 1.4em
}

.card-stats .card-body .numbers p {
    margin-bottom: 0;
    color: #4d4d4d
}

@media (max-width:1300px) {
    .card-stats .card-body .numbers p {
        font-size: 1.5rem
    }
}

.card-category {
    font-size: 1em
}

.card-category,
.category {
    text-transform: capitalize;
    font-weight: 400;
    color: #9a9a9a;
    font-size: .7142em
}

.card-font-size-align {
    text-align: right;
    font-size: 35px
}

.paid-bg {
    background-color: rgba(0, 255, 116, .09)
}

.pending-bg {
    background-color: rgba(255, 0, 0, .09)
}

.locked-bg {
    background-color: rgba(5, 5, 5, .09);
    cursor: not-allowed
}

.voucher-created {
    background-color: rgba(242, 255, 0, .09)
}

.note {
    color: red
}

.note,
.voucherBranchesPageAddress {
    font-size: 1.2em;
    padding: 10px;
    margin: 0
}

.pending-fee-status {
    color: red
}

.card-voucher {
    background: #fff;
    border-radius: 5px;
    border: 0;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .1)
}

.card-voucher-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-voucher .card-voucher-header .card-voucher-title {
    color: #2c2c2c;
    font-weight: 100
}

.card-voucher-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    color: inherit;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-voucher-title {
    margin-bottom: .75rem
}

.card-voucher-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.col-form-voucher-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px)
}

.form-voucher-group {
    margin-bottom: 1rem
}

.form-voucher-control[disabled],
.form-voucher-control[readonly],
fieldset[disabled] .form-voucher-control {
    background-color: #f7f7f7;
    color: rgba(0, 0, 0, .27);
    cursor: not-allowed
}

.form-voucher-group .form-voucher-control-static,
.input-group .form-voucher-control-static {
    margin-top: 9px
}

.card-voucher h1,
.card-voucher h2,
.card-voucher h3,
.card-voucher h4,
.card-voucher h5,
.card-voucher h6,
.card-voucher p,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: hsla(0, 0%, 100%, .8)
}

.form-voucher-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .5rem .7rem;
    font-size: .875rem;
    line-height: 1.42857;
    color: #474747;
    background-color: initial;
    background-clip: padding-box;
    border: 1px solid #cad1d7;
    border-radius: .25rem;
    box-shadow: none;
    -webkit-transition: all .2s cubic-bezier(.68, -.55, .265, 1.55);
    transition: all .2s cubic-bezier(.68, -.55, .265, 1.55)
}

.form-voucher-text {
    display: block;
    margin-top: .25rem
}

.form-voucher-horizontal .col-form-voucher-label,
.form-voucher-horizontal .label-on-right {
    padding: 10px 5px 0 15px;
    text-align: right;
    max-width: 180px
}

@media (max-width:680px) {
    .form-voucher-horizontal .col-form-voucher-label,
    .form-voucher-horizontal .label-on-right {
        padding: 10px 5px 0 15px;
        text-align: left;
        max-width: 180px
    }
}

.card-voucher label {
    font-size: .75rem;
    margin-bottom: 5px;
    color: #2c2c2c
}

.col-form-voucher-label {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.form-voucher-text {
    font-size: .75rem;
    color: hsla(0, 0%, 100%, .8)
}

.form-check .form-check-label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-left: 25px;
    line-height: 18px;
    margin-bottom: 0;
    -webkit-transition: color .3s linear;
    transition: color .3s linear
}

.form-check-inline {
    margin-top: 10px;
    margin-bottom: 15px
}

.form-voucher-horizontal .checkbox-radios .form-check:first-child {
    margin-top: 8px
}

.form-check .form-check-sign:before {
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    cursor: pointer;
    border: 1px solid #818181;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear
}

.form-check {
    font-family: nucleo;
    content: "\EA1B";
    top: 0;
    text-align: center;
    font-size: 14px;
    opacity: 0;
    font-weight: 600;
    border: 0;
    background-color: inherit
}

.form-check-radio .form-check-sign:before {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #818181;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px;
    padding: 1px;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
    color: transparent;
    margin-top: -3px
}

.form-check-radio input[type=radio]:checked+.form-check-sign:after {
    opacity: 1;
    color: transparent;
    width: 6px;
    height: 6px;
    background-color: #00d78c;
    border-color: #00d78c;
    top: 9px;
    left: 6px
}

.form-check-radio input[type=radio],
.form-check-radio input[type=radio]+.form-check-sign:after {
    opacity: 0
}

.form-check input[type=checkbox]:checked+.form-check-sign:after {
    opacity: 1;
    font-size: 10px;
    margin-top: 0
}

.form-check input[type=checkbox]+.form-check-sign:after {
    opacity: 0;
    font-size: 10px;
    margin-top: 0
}

.form-check input[type=checkbox]:checked+.form-check-sign:before {
    border: none;
    background-color: #e14eca
}

.form-check input[type=checkbox],
.radio input[type=radio] {
    opacity: 0;
    position: absolute;
    visibility: hidden
}

.form-voucher-horizontal .form-voucher-check-inline {
    margin-top: 6px
}

.dropdownInlineStyle1 {
    display: inline-block
}

.dropdownInlineStyle2 {
    box-sizing: initial;
    width: 2px;
    background: 0;
    border: 0;
    font-size: inherit;
    opacity: 1;
    outline: 0;
    padding: 0;
    color: inherit
}


.dropdownInlineStyle4 {
    display: inline-block
}

.dropdownInlineStyle5 {
    box-sizing: initial;
    width: 2px;
    background: 0;
    border: 0;
    font-size: inherit;
    opacity: 1;
    outline: 0;
    padding: 0;
    color: inherit
}

.btn-voucher {
    background-size: 210% 210%;
    background-position: 100% 0;
    background-image: -webkit-gradient(linear, right top, left top, from(#08d88d), to(#0eb5a3));
    background-image: -webkit-linear-gradient(right, #08d88d, #0eb5a3);
    background-image: linear-gradient(270deg, #08d88d, #0eb5a3);
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 11px 40px;
    font-size: .875rem;
    line-height: 1.35em;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn-voucher:disabled,
.btn-voucher[disabled] {
    background: rgba(0, 167, 108, .65);
    cursor: not-allowed
}

.theme--light.v-card {
    background-color: #fff;
    border-color: #fff;
    color: rgba(0, 0, 0, .87)
}

.v-card .v-offset {
    top: -20px !important;
    margin-bottom: -20px !important
}

.v-offset {
    margin: 0 auto;
    max-width: calc(100% - 32px);
    position: relative
}

.v-card .v-offset .v-card--material__header.v-card {
    padding: 15px
}

.v-card.orange {
    background: -webkit-gradient(linear, right top, left top, from(#08d88d), to(rgba(14, 181, 164, .8))) !important;
    background: -webkit-linear-gradient(right, #08d88d, rgba(14, 181, 164, .8)) !important;
    background: linear-gradient(270deg, #08d88d, rgba(14, 181, 164, .8)) !important;
    box-shadow: 0 0 27px -9px #01411c !important
}

.v-card--material__header.v-card {
    border-radius: 4px
}

.theme--dark.v-card {
    background-color: #424242;
    border-color: #424242;
    color: #fff
}

.v-card {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .14);
    border-radius: 3px;
    border-radius: 2px;
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12);
    display: block;
    min-width: 0;
    position: relative;
    text-decoration: none;
    -webkit-transition: .3s cubic-bezier(.25, .8, .5, 1);
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

.elevation-10 {
    box-shadow: 0 6px 6px -3px rgba(0, 0, 0, .2), 0 10px 14px 1px rgba(0, 0, 0, .14), 0 4px 18px 3px rgba(0, 0, 0, .12) !important
}

.orange {
    background-color: #ff9800 !important;
    border-color: #ff9800 !important
}

.v-card>:first-child:not(.v-btn):not(.v-chip) {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.v-card .title {
    margin-top: 0;
    line-height: 1.5em !important;
    letter-spacing: 0 !important;
    font-size: 1.125rem !important;
    margin-bottom: 5px !important
}

.font-weight-light {
    font-weight: 300 !important
}

.mb-2 {
    margin-bottom: 8px !important
}

.title {
    font-family: Roboto, sans-serif !important;
    font-size: 20px !important;
    font-weight: 500;
    letter-spacing: .02em !important;
    line-height: 1 !important
}

.v-card .v-offset .category {
    color: hsla(0, 0%, 100%, .62)
}

.v-card .category {
    margin: 0
}

.category {
    font-size: 14px
}

.font-weight-thin {
    font-weight: 100 !important
}

.v-card>:last-child:not(.v-btn):not(.v-chip) {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit
}

.v-card__text {
    padding: 16px;
    width: 100%
}

.voucher-form-loading {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(77, 77, 77, .1)
}

.errorMessageTimeslot {
    color: red;
    padding-top: 10px
}

.remainSeatStatusTrue {
    color: #01411c
}

.remainSeatStatusFalse {
    color: red
}

.voucherFormAlert {
    margin: auto;
    padding-top: 10px;
    color: red;
    list-style-type: none
}

.Voucher-body {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 450px;
    border: 1px solid rgba(0, 0, 0, .21);
    font-family: myfontRegular
}

.Voucher-cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly
}

.voucher-logo-img {
    height: 100px;
    margin: 0 5px;
    padding: 8px
}

.payment-logo-img {
    height: 35px;
    margin: 0 5px;
    padding: 8px
}

.Voucher-body b {
    font-family: myfontBold
}

.logoImage2 {
    height: 130px;
    margin: 10px 60px -10px 10px
}

.Voucher-body p {
    padding: 6px 1%;
    font-size: 13px;
    height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    width: 98%;
    border-radius: 2px;
    margin: 0;
    text-align: left
}

.Voucher-body h4 {
    color: #000;
    font-size: 16px;
    padding: 10px 0;
    font-family: myfontBold;
    margin: 0
}

.cardBody2-bg {
    width: 568px;
    height: 334px;
    background-image: url(/static/media/LogoeHunar.fb7de414.svg);
    position: absolute;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 200px;
    opacity: .1
}

.Voucher-body h5 {
    color: #000;
    font-size: 14px;
    font-family: myfontBold;
    margin: 0
}

.Voucher-body h6 {
    color: rgba(0, 0, 0, .49);
    font-size: 12px;
    font-family: myfontBold;
    margin: 0
}

.Voucher-body table {
    padding: 1%
}

.Voucher-body .d-flex {
    width: 99%
}

.voucher-printBtn {
    border: none;
    color: #fff;
    padding: 11px 44px;
    font-weight: 700;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(right, #08d88d, #0eb5a3);
    background-image: -webkit-gradient(linear, right top, left top, from(#08d88d), to(#0eb5a3));
    background-image: linear-gradient(270deg, #08d88d, #0eb5a3)
}

.voucher-cancelBtn,
.voucher-printBtn {
    outline-style: none;
    font-size: 12px;
    margin: 0 10px
}

.voucher-cancelBtn {
    color: rgba(185, 0, 0, .49);
    font-weight: 400;
    padding: 9px 42px;
    background-color: #f4f3ef;
    border-radius: 5px;
    font-weight: 700;
    background-image: none;
    border: 2px solid rgba(185, 0, 0, .49)
}

.voucher-cancelBtn:hover {
    border: none;
    color: #fff;
    padding: 11px 44px;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(right, rgba(216, 8, 8, .84), rgba(181, 14, 14, .32));
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(216, 8, 8, .84)), to(rgba(181, 14, 14, .32)));
    background-image: linear-gradient(270deg, rgba(216, 8, 8, .84), rgba(181, 14, 14, .32))
}

.voucher-cancelBtn:hover,
.voucher-printBtn:hover {
    cursor: pointer;
    outline-style: none;
    font-size: 12px;
    margin: 0 10px
}

.voucher-printBtn:hover {
    color: #00b9a0;
    font-weight: 400;
    padding: 9px 42px;
    background-color: #f4f3ef;
    border-radius: 5px;
    background-image: none;
    border: 2px solid #00b9a0
}

.payment-d-flex-flexbox1-1 {
    flex: 1 1
}

.payment-d-flex-flexbox1-2 {
    flex: 5 1
}

.Voucher-d-flex-flexbox1-1,
.Voucher-d-flex-flexbox1-2,
.Voucher-d-flex-flexbox2-1,
.Voucher-d-flex-flexbox2-2,
.Voucher-d-flex-flexbox3-1,
.Voucher-d-flex-flexbox3-2,
.Voucher-d-flex-flexbox4-1,
.Voucher-d-flex-flexbox4-2 {
    flex: 1 1
}

.Voucher-d-flex-flexbox1-1 p,
.Voucher-d-flex-flexbox2-1 p,
.Voucher-d-flex-flexbox3-1 p,
.Voucher-d-flex-flexbox4-1 p {
    width: 98%;
    margin-left: 2%
}

.Voucher-d-flex-flexbox1-2 p,
.Voucher-d-flex-flexbox2-2 p,
.Voucher-d-flex-flexbox3-2 p,
.Voucher-d-flex-flexbox4-2 p {
    width: 98%;
    margin-right: 2%
}

.Voucher-sign-section {
    padding-top: 60px
}

.Voucher-d-flex-flexbox2-1 p,
.Voucher-d-flex-flexbox2-2 p,
.Voucher-d-flex-flexbox3-1 p,
.Voucher-d-flex-flexbox3-2 p,
.Voucher-d-flex-flexbox4-1 p,
.Voucher-d-flex-flexbox4-2 p {
    border: none
}

.Voucher-d-flex-flexbox3-1 p,
.Voucher-d-flex-flexbox3-2 p {
    border-top: 2px solid #000;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.Voucher-d-flex-flexbox3-1 p {
    float: left
}

.Voucher-d-flex-flexbox3-2 p {
    float: right
}

.Voucher-d-flex-checkbox-style {
    margin-bottom: -2%;
    border: 1px solid #000;
    width: 26px;
    height: 18px;
    display: inline-block;
    margin-left: 1%
}

@media print {
    body {
        -webkit-print-color-adjust: exact;
        background: #fff !important
    }
    #printButton,
    .voucher-cancelBtn {
        display: none
    }
    .voucher-cont {
        margin-top: 20px
    }
    .card1 {
        margin-top: 400px
    }
    @page {
        margin: 0;
        margin-top: 40px
    }
    body {
        margin: 0
    }
    #pdfText {
        margin-top: 10%;
        font-size: 22px
    }
    .Voucher-cont {
        padding: 50px
    }
    .hide-on-print {
        display: none
    }
    .copyright-cont {
        position: fixed;
        bottom: 0
    }
}

.cardBody2 h1 {
    margin-left: 60%;
    margin-top: 5px
}

.logoImage {
    height: 84px;
    margin: 5%
}

.logoForm b {
    color: #01411c
}

.logoForm {
    min-width: 500px
}

.logoForm p {
    line-height: 10px;
    color: #000;
    font-size: 1rem;
    font-weight: bolder
}

.UserAuthCard p {
    padding-left: 18%
}

.vertical-card {
    width: 340px;
    height: 570px;
    padding: 0;
    border-color: #000 #01411c;
    border-style: solid;
    border-width: 1px 3px;
    min-width: 340px;
    max-height: 570px
}

.vertical-card-bg {
    width: 568px;
    height: 334px;
    background-image: url(/static/media/LogoeHunar.1624cca8.svg);
    position: absolute;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 200px;
    opacity: .1;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin: 118px 0 0 -118px
}

.cardBackBodyFlex {
    display: flex;
    height: 100%
}

.cardBackBodyFlex-box {
    flex: 1 1
}

.qHeadingBackCard {
    font-size: 150px;
    color: #00cf9e;
    font-weight: 900;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.card2 {
    margin-top: 6px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

#Voucher-batch b {
    font-size: 1.5rem !important;
    font-weight: 700
}

#Voucher-batch span {
    color: #000
}

.bringColorCopyText {
    color: red;
    padding-top: 50px;
    font-size: 30px;
    text-align: center
}

.voucherInstruction {
    color: red;
    padding-top: 0;
    font-size: 20px;
    text-align: center
}

.Form_Rectangle-58 {
    width: 100% !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dfedf0), to(#e6dada));
    background-image: -webkit-linear-gradient(top, #dfedf0, #e6dada);
    background-image: linear-gradient(180deg, #dfedf0, #e6dada);
    display: flex;
    justify-content: center
}

.Form_Rectangle-59::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .39)
}

.Form_Rectangle-59::-moz-placeholder {
    color: rgba(0, 0, 0, .39)
}

.Form_Rectangle-59::-ms-input-placeholder {
    color: rgba(0, 0, 0, .39)
}

.Form_Rectangle-59::placeholder {
    color: rgba(0, 0, 0, .39)
}

.Form_disable-btn {
    background: #d3d3d3 !important;
    cursor: not-allowed !important
}

input:focus,
select:focus {
    box-shadow: none !important
}

button:focus {
    outline: none
}

.Form_captcha {
    display: flex;
    margin: 30px 0;
    justify-content: center
}

.Form_additionalData {
    font-size: 11px
}

#container-check {
    margin: 3% 0 -.5%
}

#dl {
    vertical-align: middle;
    margin: 0 10px
}

.Form_check-message {
    display: block;
    white-space: pre-wrap;
    width: 550px;
    color: #01411c;
    margin-top: 2px !important;
    font-size: 10px !important
}

.Form_cityOfStudy-message {
    font-size: 13px !important
}

.Form_cityOfStudy-message,
.Form_regClosed-message {
    display: block;
    white-space: pre-wrap;
    width: 550px;
    color: #f80909;
    margin-top: 2px !important
}

.Form_regClosed-message,
.Form_regClosed-message-hidden {
    text-align: center;
    font-size: 25px !important
}

.Form_regClosed-message-hidden {
    display: none;
    white-space: pre-wrap;
    width: 550px;
    color: #f80909;
    margin-top: 2px !important
}

.Form_container-check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.Form_container-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.Form_checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee
}

.Form_container:hover input~.Form_checkmark {
    background-color: #ccc
}

.Form_container-check input:checked~.Form_checkmark {
    background-color: #039e89
}

.Form_checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.Form_container-check input:checked~.Form_checkmark:after {
    display: block
}

.Form_container-check .Form_checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.Form_my-error {
    display: block;
    text-align: center;
    color: #a50000;
    margin: auto;
    white-space: pre-wrap;
    width: 550px
}

.Form_APPLICATION-FORM {
    font-size: 30px;
    margin-bottom: 10%;
    line-height: 1.22;
    text-align: center
}

.Form_APPLICATION-FORM,
.Form_label {
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #01411c
}

.Form_label {
    font-size: 18px;
    margin: 3% 0;
    line-height: 1.23;
    text-align: left
}

.Form_Rectangle-59 {
    width: 553.8px;
    height: 55px;
    font-size: 15px !important;
    border-radius: 5px;
    background-color: #fff
}

.Form_radio-group {
    margin-left: 10%
}

.Form_Rectangle-60 {
    width: 553.8px;
    margin: 4% 0;
    border: none;
    border-radius: 5px
}

.Form_Rectangle-60,
.Form_Rectangle-62 {
    height: 60px;
    cursor: pointer;
    color: #fff;
    background-color: #01411c
}

.Form_Rectangle-62 {
    width: 400px;
    border: none;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0
}

.Form_Rectangle-63 {
    width: 400px;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #fff;
    display: inline-block
}

.Form_-File-type-jpg-jpeg-png {
    margin: 0 auto;
    padding: 5px 50px;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: normal;
    color: #01411c
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

[type=date],
select {
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAiUlEQVQ4jd3OsQnCABCF4U9sRHECcYI4gTiBbqAbCCHZQCcQOztxAcEFhHQBB7JOk0CQmMTY5cEVd/f+d0cvNP6DncCrIzxEClM8OwQkxQcwx/0H+IHZ53CBawv4huDbcoVTDXzGsunCBoeK+RHrJrjQDlGpj7GtMg5qQvZ4554RLm2vlxXm1WdlHBEOAFsurDwAAAAASUVORK5CYII=) 97% 50% no-repeat;
    cursor: pointer
}

[type=date]::-webkit-inner-spin-button {
    display: none
}

[type=date]::-webkit-calendar-picker-indicator {
    opacity: 0
}

.Form_placeholder-headshot {
    width: 158px
}

.Form_img-container {
    float: left;
    height: 211px;
    width: 150px;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #f0f0f0;
    border: 1px solid #f0f0f0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

#swal2-content {
    font-size: 14px;
    font-weight: 700;
    text-align: justify !important
}

.Form_swal2-confirm {
    border-radius: 100px !important;
    background-image: -webkit-gradient(linear, right top, left top, from(#08d88d), to(#0eb5a3)) !important;
    background-image: -webkit-linear-gradient(right, #08d88d, #0eb5a3) !important;
    background-image: linear-gradient(270deg, #08d88d, #0eb5a3) !important;
    border: none !important;
    padding: 10px 80px !important;
    outline-style: none !important;
    color: #fff
}

.Form_swal2-popup .Form_swal2-styled:focus {
    box-shadow: none !important
}

input[type=radio] {
    display: none
}

input[type=radio]+span {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: -1px 4px 0;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #01411c
}

input[type=radio]:checked+span {
    background-color: #039e89
}

input[type=radio]+span,
input[type=radio]:checked+span {
    -webkit-transition: background-color .4s linear;
    transition: background-color .4s linear
}

.Form_error {
    color: #ac0f0f;
    position: relative;
    font-size: 15px;
    margin: 10px 0;
    text-align: justify;
    width: 552px;
    padding: 5px;
    -webkit-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out
}

.Form_errorElem {
    border: 1px solid rgba(172, 15, 15, .589) !important
}

.Form_min-height100vh-120px {
    min-height: calc(100vh - 125px)
}

.Form-terms-information {
    text-align: "center";
    width: 540px
}

@media (max-width:1149px) {
    .Form_min-height100vh-120px {
        min-height: calc(100vh - 120px)
    }
}

@media (max-width:585px) {
    .Form-terms-information {
        width: auto
    }
    .Form_error {
        font-size: 16px;
        width: 90vw !important;
        margin: auto
    }
    .Form_APPLICATION-FORM {
        font-size: 1.8rem !important;
        margin: 30px auto
    }
    .Form_cityOfStudy-message {
        width: 85vw !important;
        margin: auto
    }
    .Form_Rectangle-58 {
        display: block;
        justify-content: unset;
        width: 100vw !important;
        margin: 0;
        padding: 0;
        text-align: center;
        background: -webkit-gradient(linear, left top, left bottom, from(#dfedf0), to(#e6dada));
        background: -webkit-linear-gradient(top, #dfedf0, #e6dada);
        background: linear-gradient(180deg, #dfedf0, #e6dada)
    }
    .Form_label {
        display: block;
        width: 90vw !important;
        margin: 3% auto !important;
        font-size: 14px !important
    }
    .Form_Rectangle-59 {
        width: 90vw !important;
        margin: auto !important;
        height: 50px
    }
    .Form_Rectangle-63,
    .Form_Rectangle-78 {
        width: 90vw !important;
        margin: auto
    }
    .Form_Rectangle-63 {
        border-radius: 5px;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }
    .Form_Rectangle-62 {
        width: 100%;
        border-bottom-left-radius: 5px
    }
    .Form_img-container {
        width: 90vw;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px
    }
    .Form_-File-type-jpg-jpeg-png {
        font-size: 12px
    }
    .Form_Rectangle-60 {
        width: 90vw;
        display: block;
        margin: 20px auto
    }
    .Form_check-message {
        width: 90vw;
        margin: 20px auto;
        text-align: justify
    }
}

.bg-modal2 {
    background-color: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 111113
}

.ReactCrop__image {
    max-height: 60vh !important
}

.modal-contents2 {
    width: 90%;
    background-color: #fff;
    text-align: center;
    padding: 20px;
    position: relative;
    border-radius: 10px
}

.selectImageButton {
    width: 100%;
    height: 60px;
    margin: 4% 0;
    border: none;
    cursor: pointer;
    color: #fff;
    border-radius: 5px;
    background-color: #01411c
}

.close2 {
    float: none;
    font-size: 42px;
    color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.cardArea {
    width: 250px;
    padding-bottom: 20px
}

.cardArea h1 {
    font-family: Montserrat;
    font-size: 26px;
    font-weight: 600;
    color: #33322d
}

.cardArea p {
    font-family: Montserrat;
    font-size: 12px;
    color: rgba(51, 50, 45, .71)
}

.modal-contents::-webkit-scrollbar {
    display: none
}

.modalBtn2 {
    width: 120px;
    font-size: 12px;
    height: 40px;
    border-radius: 100px;
    background-image: -webkit-gradient(linear, right top, left top, from(#08d88d), to(#0eb5a3));
    background-image: -webkit-linear-gradient(right, #08d88d, #0eb5a3);
    background-image: linear-gradient(270deg, #08d88d, #0eb5a3);
    color: #fff;
    border: none;
    outline-style: none
}

.modalPCont p {
    max-width: 1000px;
    width: 80%
}

.modalPCont {
    width: 100%
}

.closeBtnBox2 {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 42px;
    color: #333;
    cursor: pointer;
    background-color: #08d88d
}

.courses-main-div {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dfedf0), to(#e6dada));
    background-image: -webkit-linear-gradient(top, #dfedf0, #e6dada);
    background-image: linear-gradient(180deg, #dfedf0, #e6dada);
    height: 100vh;
    overflow-x: hidden;
    background-repeat: no-repeat !important;
    background-size: cover
}

.box-mega-container {
    padding: 40px 0
}

.sec-head {
    text-align: center;
    color: #192a56;
    margin-bottom: 2vw
}

.card {
    width: 100%;
    border-radius: 3px;
    max-height: 300px;
    background: #fff;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
    -webkit-transition: transform .3s cubic-bezier(.155, 1.105, .295, 1.12), box-shadow .3s, -webkit-transform .3s cubic-bezier(.155, 1.105, .295, 1.12);
    transition: transform .3s cubic-bezier(.155, 1.105, .295, 1.12), box-shadow .3s, -webkit-transform .3s cubic-bezier(.155, 1.105, .295, 1.12);
    padding: 14px 35px
}

.card:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06)
}

.card h3 {
    font-weight: 700;
    color: #192a56;
    font-size: 1.4em;
    text-align: center
}

.card img {
    position: absolute;
    top: 20px;
    right: 15px;
    max-height: 120px
}

.card p {
    text-align: center
}

@media(min-width:990px) {
    .card {
        max-height: 400px
    }
}

@media(min-width:500px) {
    .card {
        max-height: auto
    }
}

@media (min-width:320px) and (max-width:1200px) {
    .already-reg,
    .cancel-reg,
    .open-portal {
        font-size: .7rem !important
    }
}

.cancel-reg-btn {
    background-color: red
}

.already-applied-btn,
.cancel-reg-btn {
    margin-top: 5px;
    max-width: 200px;
    width: 100%;
    height: auto;
    padding: 10px;
    border-radius: 100px;
    border: 1px solid var(--green-blue);
    color: #fff;
    cursor: not-allowed;
    display: block;
    -webkit-transition: .5s;
    transition: .5s;
    font-weight: 700;
    outline-style: none !important
}

.already-applied-btn {
    background-color: #444
}

.already-reg {
    margin-top: 5px;
    max-width: 250px;
    width: 80%;
    height: auto;
    padding: 10px;
    border-radius: 100px;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    font-weight: 700;
    outline-style: none !important;
    background-image: -webkit-gradient(linear, right top, left top, from(#08d88d), to(#0eb5a3));
    background-image: -webkit-linear-gradient(right, #08d88d, #0eb5a3);
    background-image: linear-gradient(270deg, #08d88d, #0eb5a3);
    display: flex;
    align-items: center;
    justify-content: center;
    justify-items: center
}

.already-reg:hover {
    border: 1px solid #01411c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff));
    background-image: -webkit-linear-gradient(top, #fff);
    background-image: linear-gradient(180deg, #fff)
}

.already-reg:hover,
.cancel-reg {
    -webkit-transition: .5s;
    transition: .5s;
    color: #01411c;
    background-color: #fff
}

.cancel-reg {
    margin-top: 5px;
    max-width: 250px;
    width: 80%;
    height: auto;
    padding: 10px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-items: center;
    border-radius: 100px;
    border: 1px solid #01411c;
    display: block;
    cursor: pointer !important;
    outline-style: none !important
}

.cancel-reg:hover {
    -webkit-transition: .5s;
    transition: .5s;
    color: #fff;
    background-image: -webkit-gradient(linear, right top, left top, from(#08d88d), to(#0eb5a3));
    background-image: -webkit-linear-gradient(right, #08d88d, #0eb5a3);
    background-image: linear-gradient(270deg, #08d88d, #0eb5a3)
}

.courses-submit-button {
    margin-top: 5px;
    max-width: 200px;
    width: 100%;
    height: auto;
    padding: 10px;
    border-radius: 100px;
    color: #01411c;
    border: 1px solid #01411c;
    display: block;
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s;
    font-weight: 700;
    outline-style: none !important;
    background-color: #fff
}

.courses-submit-button:hover,
.open-portal {
    -webkit-transition: .5s;
    transition: .5s;
    color: #fff;
    background-image: -webkit-gradient(linear, right top, left top, from(#08d88d), to(#0eb5a3));
    background-image: -webkit-linear-gradient(right, #08d88d, #0eb5a3);
    background-image: linear-gradient(270deg, #08d88d, #0eb5a3)
}

.open-portal {
    margin-top: 5px;
    max-width: 250px;
    width: 100%;
    height: auto;
    padding: 10px;
    border-radius: 100px;
    font-weight: 700;
    outline-style: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-items: center;
    border: none
}

.open-portal:hover {
    -webkit-transition: .5s;
    transition: .5s;
    color: #01411c;
    background-color: #fff;
    border: 1px solid #01411c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff));
    background-image: -webkit-linear-gradient(top, #fff);
    background-image: linear-gradient(180deg, #fff)
}

.Form_radio-label {
    display: inline-block
}

.Form_radioLabel {
    color: #01411c;
    cursor: pointer
}

.Form_radio-group {
    display: inline-block;
    margin-left: 5%
}

.Form_Ellipse-13 {
    width: 16px;
    height: 16px;
    position: relative;
    top: 3px;
    left: 5px
}

.sec-sub-head {
    color: #192a56;
    font-size: 2em;
    display: flex;
    text-align: center;
    justify-content: flex-start;
    justify-items: center;
    margin-left: 15px;
    margin-bottom: 20px;
    font-weight: 700;
    margin-top: 40px
}

.course-initial {
    text-transform: uppercase;
    color: #626e8c;
    font-size: .7em
}

.platform-label {
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    color: #01411c
}

.alert-toast {
    padding: 10px;
    background-color: #f3565f;
    color: #fff;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05)
}

.view-admit-card {
    color: #01411c;
    font-weight: 700;
    border: 1px solid #01411c;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer
}

.view-admit-card:hover {
    color: #fff;
    background-color: #01411c;
    border: 1px solid #000
}

.edit-doc-link {
    font-size: .9rem;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer
}

.edit-doc-link:hover {
    color: #000;
    -webkit-transition: .5s;
    transition: .5s
}

.catalog-announcements {
    color: #01411c;
    font-weight: 700;
    font-size: larger;
    cursor: pointer
}

.catalog-announcements:active,
.catalog-announcements:hover {
    background: -webkit-linear-gradient(10deg, transparent, rgba(14, 181, 164, .16), transparent);
    background: linear-gradient(80deg, transparent, rgba(14, 181, 164, .16), transparent)
}

.main-container-my {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 111112;
    width: 100vw;
    height: 100vw;
    background: #fff;
    padding: 50px
}

.Not-Found {
    width: 80%;
    height: 100vw;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: auto
}

.search-image {
    width: 25vw;
    height: 25vw
}

.We-are-sorry {
    font-size: 5vw
}

.The-page-you-are-looking-for-is-not-found,
.We-are-sorry {
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: rgba(1, 121, 105, .53)
}

.The-page-you-are-looking-for-is-not-found {
    font-size: 1.5vw;
    position: relative;
    left: 15px
}

.div-container {
    display: flex;
    padding: 40px 20px
}

.l-2 {
    padding-top: 40px;
    text-align: right
}

.left-container {
    width: 100vw
}

.right-container img {
    display: block
}

.not {
    font-size: 8vw
}

.not,
.not-p {
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: rgba(1, 121, 105, .53)
}

.not-p {
    font-size: 4vw;
    position: relative;
    left: 5.5vw;
    top: -3vw
}

.Rectangle-198 {
    padding: 1.2vw 5vw;
    margin: 0 10vw;
    border-radius: 100px;
    color: #01411c;
    border: 1px solid #01411c;
    background: #fff;
    -webkit-transition: all 1s;
    transition: all 1s;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .16)
}

.Rectangle-198:hover,
.Rectangle-198:hover a {
    color: #fff;
    background: -webkit-gradient(linear, right top, left top, from(#08d88d), to(#0eb5a3));
    background: -webkit-linear-gradient(right, #08d88d, #0eb5a3);
    background: linear-gradient(270deg, #08d88d, #0eb5a3)
}

.Rectangle-198 a {
    color: #01411c
}

.hidden-show {
    display: none
}

@media(max-width:575px) {
    .main-container-my {
        padding: 0
    }
    .div-container {
        display: block;
        position: relative;
        left: -20px
    }
    .hidden-show {
        display: block
    }
    .right-container {
        display: none
    }
    .We-are-sorry {
        text-align: center;
        font-size: 8vw
    }
    .The-page-you-are-looking-for-is-not-found {
        left: 0;
        font-size: 2.5vw;
        text-align: center;
        display: block;
        margin: 0 auto
    }
    .search-image {
        width: 35vw;
        height: 35vw;
        display: block;
        margin: auto
    }
    .l-2 {
        text-align: center
    }
    .not {
        font-size: 10vw
    }
    .not-p {
        left: 0
    }
}

.ChangePassword-from-div {
    max-width: 552px;
    width: 100%;
    min-height: auto;
    border-radius: 5px;
    margin: 0 auto;
    padding-bottom: 20px
}

.ChangePassword-from-div .AdminLogin-submit-button,
.ChangePassword-from-div .form-control {
    background-color: #f4f3ef !important
}

.alert-passchanged,
.ChangePassword-from-div .AdminLogin-text-light-green {
    color: #01645f
}

.ChangePassword-from-div .AdminLogin-submit-button {
    color: #01645f;
    border: 1px solid #01645f
}

.ChangePassword-from-div .AdminLogin-submit-button:hover {
    color: #f4f3ef;
    border: 1px solid #01645f;
    background: #01645f !important
}

.error {
    color: red
}

.PaymentHistoryTable-cont {
    padding-left: 80px
}

.reload {
    text-align: center;
    font-size: 20px;
    color: #01411c;
    cursor: pointer;
    text-decoration: underline;
    margin-top: -15px
}

.reload:hover {
    color: rgba(0, 100, 95, .75)
}

.PaymentHistoryTable .card {
    margin-bottom: 30px;
    border: 0;
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, .15);
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: .375rem;
    background-color: #fff;
    background-clip: initial
}

.PaymentHistoryTable .card-header:first-child {
    border-radius: calc(.375rem - 1px) calc(.375rem - 1px) 0 0
}

.PaymentHistoryTable .border-0 {
    border: 0 !important
}

.PaymentHistoryTable .card-header {
    margin-bottom: 0;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    background-color: #fff
}

.PaymentHistoryTable .table-responsive {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.PaymentHistoryTable .card .table {
    margin-bottom: 0
}

.PaymentHistoryTable .table.align-items-center td,
.PaymentHistoryTable .table.align-items-center th {
    vertical-align: middle
}

.PaymentHistoryTable .table th {
    font-weight: 600
}

.PaymentHistoryTable th {
    text-align: inherit
}

.PaymentHistoryTable .avatar {
    font-size: 1rem;
    display: inline-flex;
    width: 48px;
    height: 48px;
    color: #fff;
    border-radius: .375rem;
    background-color: #adb5bd;
    align-items: center;
    justify-content: center
}

.mx-3,
.PaymentHistoryTable .mr-3 {
    margin-right: 1rem !important
}

.PaymentHistoryTable a {
    text-decoration: none;
    color: #5e72e4;
    background-color: initial;
    -webkit-text-decoration-skip: objects
}

.my-0,
.PaymentHistoryTable .mb-0 {
    margin-bottom: 0 !important
}

.PaymentHistoryTable .h3,
h3 {
    font-size: 1.0625rem
}

.PaymentHistoryTable .h1,
.PaymentHistoryTable .h2,
.PaymentHistoryTable .h3,
.PaymentHistoryTable .h4,
.PaymentHistoryTable .h5,
.PaymentHistoryTable .h6,
.PaymentHistoryTable h1,
.PaymentHistoryTable h2,
.PaymentHistoryTable h3,
.PaymentHistoryTable h4,
.PaymentHistoryTable h5,
.PaymentHistoryTable h6 {
    font-family: inherit;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: .5rem;
    color: #32325d
}

@media (max-width:500px) {
    .PaymentHistoryTable h3 {
        font-size: 5vw
    }
}


.PaymentHistoryTable .avatar.rounded-circle img,
.PaymentHistoryTable .rounded-circle {
    border-radius: 50% !important
}

.PaymentHistoryTable .avatar img {
    width: 100%;
    border-radius: .375rem
}

.PaymentHistoryTable img {
    vertical-align: middle;
    border-style: none
}

.PaymentHistoryTable .table-flush tbody tr:first-child td,
.PaymentHistoryTable .table-flush tbody tr:first-child th {
    border-top: 0
}

.PaymentHistoryTable .card .table td,
.PaymentHistoryTable .card .table th {
    padding-right: 1.5rem;
    padding-left: 1.5rem
}

.PaymentHistoryTable .PaymentHistoryTable .table.align-items-center td,
.PaymentHistoryTable .table.align-items-center th {
    vertical-align: middle
}

.PaymentHistoryTable .table-flush td,
.PaymentHistoryTable .table-flush th {
    border-right: 0;
    border-left: 0
}

.PaymentHistoryTable .table td,
.PaymentHistoryTable .table th {
    font-size: .8125rem;
    white-space: nowrap;
    padding: 1rem;
    vertical-align: top;
    border-top: 1px solid #e9ecef
}

.PaymentHistoryTable .badge-dot {
    font-size: .875rem;
    font-weight: 400;
    padding-right: 0;
    padding-left: 0;
    text-transform: none;
    background: 0 0
}

.PaymentHistoryTable .badge {
    text-transform: uppercase
}

.mx-4,
.PaymentHistoryTable .mr-4 {
    margin-right: 1.5rem !important
}

.PaymentHistoryTable .badge {
    font-size: 66%;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    padding: .35rem .375rem;
    text-align: center;
    vertical-align: initial;
    white-space: nowrap;
    border-radius: .375rem
}

.PaymentHistoryTable .badge-dot i {
    display: inline-block;
    width: .375rem;
    height: .375rem;
    margin-right: .375rem;
    vertical-align: middle;
    border-radius: 50%
}

.PaymentHistoryTable .bg-warning {
    background-color: #fb6340 !important
}

.PaymentHistoryTable-status {
    font-size: 12px;
    padding-left: 5px
}

.PaymentHistoryTable {
    margin-top: 50px
}

.bg-danger-light {
    background-color: rgba(220, 53, 69, .12)
}

.bg-success-light {
    background-color: rgba(40, 167, 69, .11)
}

.bg-warning-light {
    background-color: rgba(251, 99, 64, .14)
}

.paymentBranches-branches-section {
    padding-top: 50px;
    padding-left: 60px
}

@media (max-width:500px) {
    .paymentBranches-branches-section {
        padding-left: 40px
    }
}

.paymentBranches-branches-cont {
    width: 95%;
    height: auto;
    min-height: 100px;
    margin: auto;
    border-radius: 2px;
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12);
    background-color: #fff;
    border-color: #fff;
    color: rgba(0, 0, 0, .87)
}

.paymentBranches-branches-names-cont {
    width: 90%;
    min-height: 90px;
    margin: -40px auto auto;
    border-radius: 4px;
    background: -webkit-gradient(linear, right top, left top, from(#08d88d), to(rgba(14, 181, 164, .8)));
    background: -webkit-linear-gradient(right, #08d88d, rgba(14, 181, 164, .8));
    background: linear-gradient(270deg, #08d88d, rgba(14, 181, 164, .8));
    box-shadow: 0 0 27px -9px #01411c;
    position: relative;
    z-index: 5
}

.paymentBranches-branches-names {
    width: 100%;
    min-height: 90px;
    margin: auto;
    background-color: #fff;
    border-radius: 4px
}

.paymentBranches-branches-cont-table {
    margin-bottom: 0 !important
}

.paymentBranches-branches-names-table-tr:hover {
    background-color: rgba(43, 207, 159, .08);
    cursor: pointer
}

.paymentBranches-branches-names-table-tr-selected {
    box-shadow: 0 0 30px -9px #000;
    background: -webkit-gradient(linear, right top, left top, from(#08d88d), to(rgba(14, 181, 164, .8)));
    background: -webkit-linear-gradient(right, #08d88d, rgba(14, 181, 164, .8));
    background: linear-gradient(270deg, #08d88d, rgba(14, 181, 164, .8));
    color: #fff
}

.paymentBranches-branches-names-cont-heading h1 {
    text-align: center;
    color: #fff;
    font-size: 50px;
    -webkit-font-feature-settings: "c2sc";
    font-feature-settings: "c2sc";
    font-variant: small-caps;
    font-weight: 900;
    padding: 5px
}

.paymentBranches-branches-cont-iframesize {
    width: 100%;
    height: 400px;
    margin-bottom: -7px
}

.paymentBranches-branches-names-cont-iframe-placeholder h1 {
    text-align: center;
    color: #01645f;
    font-size: 30px;
    padding: 15px 5px 5px
}

@media (max-width:600px) {
    .paymentBranches-branches-names-cont-heading h1 {
        font-size: 6vw
    }
    .paymentBranches-branches-names-cont-iframe-placeholder h1 {
        font-size: 5vw
    }
}

.online-lec-cont {
    max-width: 1024px;
    margin: auto
}

.online-lectures {
    padding-top: 20px
}

.onlinelec-course-card {
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(17, 22, 26, .16), 0 2px 4px 0 rgba(17, 22, 26, .08), 0 4px 8px 0 rgba(17, 22, 26, .08);
    border-radius: 6px;
    width: 470px;
    margin: 10px 0;
    -webkit-transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out;
    width: 100%
}

.onlinelec-course-card-sec1 {
    line-height: 1.6em;
    padding: 2rem 4rem 1rem
}

.onlinelec-course-card-sec1-course {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    color: #58646d
}

.onlinelec-course-card-sec1-title {
    font-weight: 600;
    color: #2e3d49;
    font-size: 1.125rem;
    padding-bottom: 10px;
    line-height: 1.75rem
}

.onlinelec-course-card-sec1-desc {
    max-width: 35em;
    display: -webkit-box;
    line-height: 1.6em;
    position: relative;
    width: 100%;
    font-size: .875rem
}

.onlinelec-course-card-sec2 {
    border-top: 1px solid #dbe2e8;
    display: flex;
    padding: .875rem;
    line-height: 1.33333em;
    margin: 0
}

.onlinelec-course-card-sec2-btn {
    margin-left: auto;
    color: #52c9ba;
    font-family: Open Sans, sans-serif;
    border: 1px solid #52c9ba;
    font-size: .75rem;
    line-height: 1.5rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    height: 2.3rem;
    padding: 0 2rem;
    background: #fff;
    cursor: pointer;
    box-shadow: 0 0 8px 0 rgba(17, 22, 26, .16), 0 4px 8px 0 rgba(17, 22, 26, .08), 0 8px 16px 0 rgba(17, 22, 26, .08)
}

.online-lectures-heading {
    font-size: 1.5rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    color: #2e3d48
}

.course-lessons {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 111113;
    top: 60px;
    bottom: 0;
    overflow-y: scroll;
    overflow-x: hidden
}

.listItemExpandableLessonsH3 {
    color: hsla(0, 0%, 100%, .71);
    font-size: 1rem;
    margin: 0
}

.ExpandIcon {
    height: 13px
}

.course-lessons-sidebar-list {
    padding: 0;
    line-height: 1.33333em;
    margin: 0;
    list-style-type: none
}

.course-lessons-sidebar-heading-cont h1 {
    font-size: 1.5rem;
    color: grey;
    margin: 0;
    padding: 10px 0
}

.course-lessons-sidebar-heading-cont h2 {
    font-size: 1.2rem;
    padding: 0;
    color: grey;
    margin: 0
}

.goBackButton-courses {
    background-color: hsla(0, 0%, 50.2%, .21);
    width: calc(100% + 30px);
    font-size: 20px;
    padding: 10px;
    color: hsla(0, 0%, 100%, .64);
    margin-left: -15px;
    font-weight: 600
}

.goBackButton-courses:hover {
    cursor: pointer;
    background-color: #171717
}

.goBackButton-courses img {
    height: 20px;
    margin-top: -5px
}

.vimeoVideo-cont {
    background-color: #f4f3ef;
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 0 15px 50px
}

.vimeoVideoIframe {
    width: 100%;
    height: 40vw
}

.nextPrvBtn button {
    padding: .5rem 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .8125rem;
    -webkit-font-smoothing: antialiased;
    border-radius: .25rem;
    letter-spacing: .125rem;
    -webkit-transition: .3s;
    transition: .3s;
    box-shadow: 8px 10px 20px 0 rgba(46, 61, 73, .15);
    color: #03ccb9;
    background-color: initial;
    border: .125rem solid #03ccb9;
    margin-top: 10px;
    outline: 0 !important;
    white-space: nowrap
}

.nextPrvBtn button span {
    vertical-align: text-bottom
}

@media(max-width:767px) {
    .vimeoVideoIframe {
        height: 45vw;
        margin-top: 15px
    }
    .nextPrvBtn button {
        font-size: 2vw;
        padding: .3rem 1.2rem
    }
}

.topicData-title {
    color: #01411c;
    font-size: 2rem;
    margin-bottom: 20px;
    font-family: myFontBold
}

.topicData-desc {
    color: #3b3b3d;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    margin-bottom: 20px
}

.vimeoVideo-cont-video {
    background-color: #efefeb
}

@media (max-width:600px) {
    .topicData-title {
        font-size: 1rem
    }
    .topicData-desc {
        font-size: 10px
    }
}

.topicData-desc::-webkit-scrollbar {
    width: 1px;
    height: 5px;
    background-color: rgba(37, 69, 63, .02)
}

.topicData-desc::-webkit-scrollbar-thumb {
    background-color: #01411c
}

.topicData-desc h1 {
    font-size: 2rem
}

.topicData {
    background-color: rgba(37, 69, 62, .02);
    padding: 20px
}

.course-sections {
    width: calc(100% + 30px);
    margin-left: -17px
}

.course-sections-cont {
    width: 100%;
    height: 100%;
    padding: 0 13px;
    background-color: #f4f3ef
}

.course-sections-sidebar {
    background-color: #292a2c;
    min-height: calc(100vh - 60px)
}

@media(max-width:767px) {
    .course-sections-sidebar {
        background-color: #292a2c;
        min-height: auto
    }
}

.course-sections-card-body {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 4px 0 rgba(17, 22, 26, .16), 0 2px 4px 0 rgba(17, 22, 26, .08), 0 4px 8px 0 rgba(17, 22, 26, .08);
    max-width: 600px;
    margin: 10px auto;
    padding: 0 15px;
    overflow: hidden
}

.course-sections-card-body-left {
    color: #2e3d49;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    justify-content: space-between;
    overflow: hidden;
    line-height: 1.33333em;
    margin: 0;
    padding: 0
}

.course-sections-card-body-sec1 {
    padding: 3rem 3rem .875rem
}

.course-sections-card-body-sec2 {
    padding: 0 2.625rem .875rem
}

.course-sections-card-body-sec1-heading {
    margin-bottom: .875rem
}

.course-sections-card-body-sec1-heading-head h5 {
    text-transform: uppercase;
    color: #2e3d49;
    font-size: .8125rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    line-height: 1.5rem
}

.course-sections-card-body-sec1-heading-head {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 1rem
}

.course-sections-card-body-sec1-heading-foot {
    font-size: 18px;
    font-weight: 600;
    color: #2e3d49
}

.course-sections-card-body-sec1-summary {
    line-height: 1.33333em;
    margin: 0;
    padding: 0
}

.course-sections-card-body-sec1-summary-body {
    font-size: 1rem;
    line-height: 1.7
}

.course-sections-card-body-sec1-summary-body-p {
    display: -webkit-box;
    height: 4.5em;
    line-height: 1.5em;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    max-width: 35em;
    font-size: 1rem
}

.course-sections-card-body-sec2-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.33333em;
    margin: 0;
    padding: 0
}

.course-sections-card-body-sec2-action button {
    color: #55cabb;
    margin: 1.3125rem 0;
    padding: .4375em .875em;
    text-transform: uppercase;
    box-shadow: 0 0 8px 0 rgba(17, 22, 26, .16), 0 4px 8px 0 rgba(17, 22, 26, .08), 0 8px 16px 0 rgba(17, 22, 26, .08);
    background: #fff;
    border: 1px solid #52c9ba;
    font-family: Open Sans, sans-serif;
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    border-radius: .25rem
}

.course-sections-card-body-sec2-action button span {
    width: 100%;
    height: 100%;
    display: flex;
    overflow-y: hidden;
    align-items: center;
    justify-content: center
}

.vds-icon {
    order: 2;
    margin-right: 0;
    margin-left: .5rem;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 0;
    fill: currentColor;
    stroke: currentColor;
    display: inline-block;
    vertical-align: middle
}

.course-sections-card-body-sec2-progress {
    border-top: 1px solid rgba(219, 226, 232, .5);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: .875rem 0
}

.course-sections-card-body-sec2-progress-duration {
    letter-spacing: normal;
    color: #7d97ad;
    font-weight: 600;
    font-size: .75rem;
    line-height: 16px
}

.greenGradientBg-card {
    background: -webkit-linear-gradient(260deg, rgba(8, 216, 141, .42), rgba(14, 181, 164, .78));
    background: linear-gradient(190deg, rgba(8, 216, 141, .42), rgba(14, 181, 164, .78))
}

.min-height-50 {
    min-height: 50px
}

.course-sections-sidebar-list {
    padding: 1em 0;
    line-height: 1.33333em;
    margin: 0;
    list-style-type: none
}

.course-sections-sidebar-list-li {
    line-height: 2em;
    border-bottom: 1px solid rgba(1, 204, 185, .25)
}

.course-sections-sidebar-list-li:hover {
    background: -webkit-linear-gradient(260deg, rgba(8, 216, 141, .42), rgba(14, 181, 164, .78));
    background: linear-gradient(190deg, rgba(8, 216, 141, .42), rgba(14, 181, 164, .78));
    color: #fff
}

.course-sections-sidebar-list-li-selected {
    background: -webkit-linear-gradient(260deg, rgba(8, 216, 141, .15), rgba(14, 181, 164, .26));
    background: linear-gradient(190deg, rgba(8, 216, 141, .15), rgba(14, 181, 164, .26));
    color: #fff;
    border: 0
}

.tree-concepts {
    margin: 0 -15px
}

.course-sections-sidebar-list-li a {
    color: hsla(0, 0%, 100%, .5);
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 1em;
    font-size: .875rem;
    font-weight: 400;
    text-decoration: none
}

.course-sections-sidebar-list-li a:hover {
    color: #fff;
    text-decoration: none
}

.course-sections-sidebar-list-li-span {
    color: #02ccba;
    margin-right: .875rem;
    display: inline-block
}

.vds-icon--sm {
    width: 1.5rem;
    height: 1.5rem
}

.course-sections-sidebar-heading-cont h1 {
    font-size: 1.5rem;
    padding: 20px 0 0;
    color: grey;
    margin: 0
}

.bottom-info {
    -webkit-clip-path: polygon(0 0, 100% 0, 83% 99%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 83% 99%, 0 100%)
}

.bottom-info2 {
    -webkit-clip-path: polygon(20% 0, 100% 0, 83% 99%, 0 100%);
    clip-path: polygon(20% 0, 100% 0, 83% 99%, 0 100%);
    margin-left: -30px
}

.click-to-download-heading {
    font-size: 1.5rem;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: center;
    color: #01411c;
    text-decoration: underline;
    padding: 20px 10px 0;
    cursor: pointer
}

.click-to-download-heading a {
    color: #01411c
}

.click-to-download-heading a:hover {
    color: #00a59c
}

.react-sanfona {
    margin: 20px 0
}

.react-sanfona-item {
    background-color: #e2e1de;
    color: #01411c
}

.react-sanfona-item-expanded {
    background-color: #777;
    color: #fff
}

.react-sanfona-item-body {
    background-color: #eae9e5;
    color: #28292b
}

.react-sanfona-item-title {
    font-size: 24px;
    padding: 8px 20px;
    background-color: #777;
    color: #fff
}

.react-sanfona-item-title:hover {
    background-color: #999595
}

.accordionItemExamItemBody {
    padding: 15px
}

.examsTopicContainer {
    background-color: #dcdcdc;
    padding: 10px;
    margin: 10px 0;
    overflow: hidden
}

.examsTopicContainer h2 {
    font-size: 24px;
    font-weight: 400;
    color: #28292b
}

.examsTopicContainer a {
    font-size: 14px;
    color: #01411c
}

.examsTopicContainer p {
    font-size: 16px
}

.topicExamHead {
    font-size: 24px;
    border-top: 1px solid #dcdcdc;
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 5px;
    color: #01411c;
    font-weight: 900
}

.version-heading {
    font-size: 1.5rem;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: center;
    color: #01411c;
    padding: 0 10px 20px
}

.Announcements {
    margin: 10px
}

.Announcement-heading {
    font-size: 4vw;
    text-align: center;
    color: #01645f;
    font-weight: 900;
    -webkit-font-feature-settings: "pcap";
    font-feature-settings: "pcap";
    font-variant: petite-caps
}

.no-Announcement {
    font-size: 2vw;
    font-weight: 900;
    color: #01645f;
    font-weight: 500;
    -webkit-font-feature-settings: "pcap";
    font-feature-settings: "pcap";
    font-variant: petite-caps
}

.timeline-cont {
    width: 100%;
    margin: -40px auto;
    padding: 10px;
    font-size: 100%;
    color: #444
}

.bck {
    color: #444;
    margin-top: 20px
}

.hero-heading {
    font-size: 400%;
    text-transform: uppercase;
    font-weight: 400
}

.hero-subtitle {
    color: #e0e0e0
}



#timeline {
    list-style: none;
    margin: 50px 0 30px 120px;
    padding-left: 30px;
    border-left: 6px solid #008a7e
}

#timeline li {
    margin: 40px 0;
    position: relative
}

#timeline p {
    margin: 0 0 15px
}

.timeline-cont .btn {
    border: 3px solid #008a7e;
    border-radius: 6px;
    background-color: #008a7e;
    color: #fff !important
}

.date {
    left: -175px;
    font-size: .95em;
    line-height: 20px
}

.circle-ci,
.date {
    margin-top: -10px;
    top: 50%;
    position: absolute
}

.circle-ci {
    left: -44px;
    width: 20px;
    height: 20px;
    background: #008a7e;
    border: 5px solid #444;
    border-radius: 50%;
    display: block
}

.content {
    max-height: 20px;
    padding: 50px 20px 0;
    border: 2px solid transparent;
    border-radius: .5em;
    position: relative
}

.content:after,
.content:before {
    content: "";
    width: 0;
    height: 0;
    border: solid transparent;
    position: absolute;
    pointer-events: none;
    right: 100%
}

.content:before {
    border-right-color: inherit;
    border-width: 20px;
    top: 50%;
    margin-top: -20px
}

.content:after {
    border-right-color: #48b379;
    border-width: 17px;
    top: 50%;
    margin-top: -17px
}

.content {
    max-height: 0;
    color: transparent;
    text-align: justify;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow: hidden
}

.head {
    font-size: 1.3em;
    position: absolute;
    margin-top: 2px;
    padding: 10px;
    width: 95%;
    z-index: 100;
    cursor: pointer;
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear;
    background: #f4f3ef !important
}

.head:hover {
    color: #008a7e;
    text-decoration: underline;
    cursor: pointer
}

.radio {
    display: none
}

.radio:checked+.relative .head {
    cursor: pointer;
    padding: 0;
    font-weight: 700;
    margin-top: 5px;
    -webkit-transform: translateX(42px);
    transform: translateX(42px)
}

.radio:checked+.relative .circle {
    background: #f98262
}

.radio:checked~.content {
    max-height: 80vh;
    overflow-y: scroll;
    border-color: #48b379;
    margin-right: 20px;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-transition: max-height .4s linear, border-color .5s linear, -webkit-transform .2s linear;
    transition: max-height .4s linear, border-color .5s linear, -webkit-transform .2s linear;
    transition: max-height .4s linear, border-color .5s linear, transform .2s linear;
    transition: max-height .4s linear, border-color .5s linear, transform .2s linear, -webkit-transform .2s linear
}

.radio:checked~.content p {
    max-height: 200px;
    color: #000;
    -webkit-transition: color .3s linear .3s;
    transition: color .3s linear .3s
}

@media screen and (max-width:767px) {
    #timeline {
        margin-left: 0;
        padding-left: 0;
        border-left: none
    }
    #timeline li {
        margin: 50px 0
    }
    .head {
        width: 85%;
        font-size: 1.1em;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
        -webkit-transform: translateX(18px);
        transform: translateX(18px)
    }
    .content {
        padding-top: 45px;
        border-color: #eee9dc
    }
    .content:after,
    .content:before {
        border: solid transparent;
        bottom: 100%
    }
    .content:before {
        border-bottom-color: inherit;
        border-width: 17px;
        top: -16px;
        left: 50px;
        margin-left: -17px
    }
    .content:after {
        border-width: 20px;
        top: -20px;
        left: 50px;
        margin-left: -20px
    }
    .content p {
        font-size: .9em;
        line-height: 1.4
    }
    .circle,
    .date {
        display: none
    }
}

.bookCoverDiv {
    background: #fff;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    box-shadow: 0 0 4px 0 rgba(17, 22, 26, .16), 0 2px 4px 0 rgba(17, 22, 26, .08), 0 4px 8px 0 rgba(17, 22, 26, .08);
    border-radius: 6px;
    width: 120px;
    height: 180px;
    margin: 10px 0;
    cursor: pointer
}

.bookCoverDiv,
.bookCoverDiv:hover {
    -webkit-transition: 1s;
    transition: 1s
}

.bookCoverDiv:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.bookCoverDiv-cont {
    flex-direction: column
}

.max-w-150 {
    max-width: 150px !important
}

.bookCoverDivP {
    font-size: 14px;
    color: grey;
    font-weight: 900;
    cursor: pointer;
    text-align: center
}

.bookCoverDivP:hover {
    color: #01645f
}

.adminSignup-main-div {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dfedf0), to(#e6dada));
    background-image: -webkit-linear-gradient(top, #dfedf0, #e6dada);
    background-image: linear-gradient(180deg, #dfedf0, #e6dada);
    width: 100%;
    height: 100vh;
    display: block
}

.adminSignup-form-div {
    max-width: 552px;
    width: 100%;
    min-height: auto;
    border-radius: 5px;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .16);
    background-color: #fff;
    margin: 0 auto;
    padding-bottom: 20px
}

.adminSignup-head {
    max-width: 552.2px;
    width: 100%;
    height: 66.3px;
    background-image: -webkit-gradient(linear, right top, left top, from(#08d88d), to(#0eb5a3));
    background-image: -webkit-linear-gradient(right, #08d88d, #0eb5a3);
    background-image: linear-gradient(270deg, #08d88d, #0eb5a3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 5px 5px 0 0
}

.adminSignup-head-text {
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px
}

.adminSignup-m-r-l {
    margin: 0 auto
}

.adminSignup-display-block {
    display: block
}

.adminSignup-logo {
    display: block;
    margin-top: 25px
}

.adminSignup-eHunar-text {
    font-size: 1em;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    margin-top: 20px
}

.adminSignup-form {
    padding: 0 30px
}

.adminSignup-submit-button {
    margin-top: 27px;
    max-width: 200px;
    width: 100%;
    height: auto;
    padding: 10px;
    border-radius: 100px;
    color: #01411c;
    border: 1px solid #01411c;
    display: block;
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s;
    font-weight: 700;
    outline-style: none !important;
    background-color: #fff
}

.adminSignup-form input[type=email],
.adminSignup-form input[type=password],
.adminSignup-form input[type=text] {
    padding: 25px 10px !important;
    font-size: 16px
}

.adminSignup-form-div img {
    height: 120px
}

.adminSignup-submit-button:hover {
    -webkit-transition: .5s;
    transition: .5s;
    color: #fff;
    background-image: -webkit-gradient(linear, right top, left top, from(#08d88d), to(#0eb5a3));
    background-image: -webkit-linear-gradient(right, #08d88d, #0eb5a3);
    background-image: linear-gradient(270deg, #08d88d, #0eb5a3)
}

.adminSignup-text-light-green {
    color: #01411c
}

@media only screen and (min-width:320px) and (max-width:1370px) {
    .adminSignup-form-div,
    .adminSignup-main-div {
        height: 100%
    }
}

.swal-back>.swal-text {
    color: red;
    text-align: center;
    line-height: 1.7
}

#myForm {
    padding: 5% 0
}

.Email-verification-text {
    font-size: 80px;
    font-weight: 600;
    margin-bottom: 0;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: center;
    color: #01411c
}

.btn-outline-primary {
    border: 2px solid rgba(0, 100, 95, .51) !important;
    color: #01411c;
    height: 50px;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    font-weight: 700;
    font-size: .6em
}

.btn-outline-primary:hover {
    background-color: #5f9ea0 !important
}

.label {
    font-size: 40px;
    margin: 3% 0;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: center;
    color: #01411c
}

.ContactClass {
    width: 100%;
    height: 100vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dfedf0), to(#e6dada));
    background-image: -webkit-linear-gradient(top, #dfedf0, #e6dada);
    background-image: linear-gradient(180deg, #dfedf0, #e6dada);
    align-items: center
}

.ContactClass,
.main {
    display: flex;
    justify-content: center
}

.cardBody2 {
    width: 570px;
    height: 340px;
    padding: 0;
    border-color: #01411c #000;
    border-style: solid;
    border-width: 3px 1px;
    min-width: 570px;
    max-width: 570px
}

.status,
.statusRed {
    text-align: center;
    margin: 30px 50px -12px;
    color: red;
    font-weight: 400;
    font-size: 1.2em
}

.cardBody2 h1 {
    display: inline-block;
    font-size: 24px;
    margin-left: 10%;
    color: #01411c;
    font-weight: 900
}

.id-card-2-h1 {
    margin-left: 15% !important
}

.logoImage {
    height: 103px;
    margin: 15px 40px 0 25px
}

.idCardLocation a {
    color: #000;
    text-decoration: underline !important
}

.admit-logoForm b {
    color: #01411c
}

.admit-logoForm {
    margin-top: 15%
}

.admit-logoForm p {
    color: #000;
    margin-top: -3%;
    font-size: 1.1rem;
    font-weight: bolder
}

.cardImage {
    margin: 5% 5% 5% 10%;
    border: 1px solid #01411c
}

.UserAuthCard b {
    color: #01411c
}

.UserAuthCard {
    margin-top: 15%
}

.UserAuthCard p {
    color: #000;
    font-weight: bolder;
    font-size: 1.1rem;
    margin-top: 67%;
    width: 130%;
    padding-top: 4px;
    border-top: 1px solid;
    margin-left: -35%;
    padding-left: 10%
}

.LoaderContainer {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1111111;
    background: rgba(255, 241, 241, .534)
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.lds-resend {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px
}

.lds-resend div {
    display: inline-block;
    position: absolute;
    left: 6px;
    width: 13px;
    background: #01411c;
    -webkit-animation: lds-resend 1.2s cubic-bezier(0, .5, .5, 1) infinite;
    animation: lds-resend 1.2s cubic-bezier(0, .5, .5, 1) infinite
}

.lds-resend div:first-child {
    left: 6px;
    -webkit-animation-delay: -.24s;
    animation-delay: -.24s
}

.lds-resend div:nth-child(2) {
    left: 26px;
    -webkit-animation-delay: -.12s;
    animation-delay: -.12s
}

.lds-resend div:nth-child(3) {
    left: 45px;
    -webkit-animation-delay: 0;
    animation-delay: 0
}

@-webkit-keyframes lds-resend {
    0% {
        top: 6px;
        height: 51px
    }
    50%,
    to {
        top: 19px;
        height: 26px
    }
}

@keyframes lds-resend {
    0% {
        top: 6px;
        height: 51px
    }
    50%,
    to {
        top: 19px;
        height: 26px
    }
}

@media print {
    .hideOnPrint {
        display: none
    }
}

.main-doc-card {
    max-width: 552px;
    width: 70%;
    min-height: auto;
    border-radius: 5px;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .16);
    background-color: #fff;
    margin: 0 auto;
    padding: 20px
}

@media (max-width:576px) {
    .doc-upload-head {
        height: 100%
    }
}

.document-upload-btn {
    margin-top: 5px;
    max-width: 250px;
    width: 40%;
    height: auto;
    padding: 10px;
    border-radius: 100px;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    font-weight: 700;
    outline-style: none !important;
    border: 1px solid #0eb5a3;
    cursor: pointer;
    background-image: -webkit-gradient(linear, right top, left top, from(#08d88d), to(#0eb5a3));
    background-image: -webkit-linear-gradient(right, #08d88d, #0eb5a3);
    background-image: linear-gradient(270deg, #08d88d, #0eb5a3)
}

.document-upload-btn:hover {
    color: #01411c;
    border: 1px solid #01411c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff));
    background-image: -webkit-linear-gradient(top, #fff);
    background-image: linear-gradient(180deg, #fff)
}

.document-upload-btn:hover,
.skip-btn {
    -webkit-transition: .5s;
    transition: .5s;
    background-color: initial
}

.skip-btn {
    margin-top: 5px;
    max-width: 250px;
    width: 40%;
    height: auto;
    padding: 10px;
    border-radius: 100px;
    color: #0eb5a3;
    font-weight: 700;
    border: 1px solid #01411c;
    outline-style: none !important;
    cursor: pointer
}

.skip-btn:hover {
    -webkit-transition: .5s;
    transition: .5s;
    color: #fff;
    background-color: initial;
    background-image: -webkit-gradient(linear, right top, left top, from(#08d88d), to(#0eb5a3));
    background-image: -webkit-linear-gradient(right, #08d88d, #0eb5a3);
    background-image: linear-gradient(270deg, #08d88d, #0eb5a3)
}

.doc-upload-head {
    max-width: 552.2px;
    width: 100%;
    height: 150px;
    background-color: #01411c;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 5px 5px 0 0
}

.qualification-select {
    padding: 10px;
    width: 100%;
    border: 1px solid #01411c
}

.ant-upload-select-picture-card i {
    font-size: 32px;
    color: #999
}

.ant-upload-select-picture-card .ant-upload-text {
    margin-top: 8px;
    color: #666
}

.ant-upload-list-item-error {
    border-color: #d3d3d3 !important
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@-webkit-keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    0%,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {
    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.animated.fast {
    -webkit-animation-duration: .8s;
    animation-duration: .8s
}

.animated.faster {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

@media (prefers-reduced-motion:reduce),
(print) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important
    }
}

/*# sourceMappingURL=main.2f093f4f.chunk.css.map */