*, *::after, *::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.cd-main-content {
    text-align: center
}

    .cd-main-content h1 {
        color: #64788c;
        padding: 4em 0
    }

.dot {
    display: inline-block;
    border-radius: 50%;
}

.border-bottom1 {
    border-bottom: 1px solid #ddd !important
}

.slidemenuicon {
    border-radius: 4px !important;
    /* box-shadow: 0 1px 4px 0 rgb(62 57 107 / 15%) !important;
    background-image: linear-gradient(to bottom,#fff,#eff3f6) !important;*/
    height: 20px;
    width: 20px;
    text-align: center !important;
    line-height: 2;
   /* display: inline-block;*/
    /* border: 1px solid #dadfe3 !important;*/
    color: #B0078B;
}
    .slidemenuicon :hover {
        color: #009ef7 !important
    }

.divider {
    margin: 15px
}

.cke_notifications_area{
    display:none!important
}

.cursorall-scroll {
    cursor: all-scroll;
}

.tox-tinymce {
    max-height: 300px !important
}

.dot-success {
    background-color: #5bc33e
}

.dot-warning {
    background-color: #2e85d8
}

.dot-danger {
    background-color: #d44646
}

.dot-sm {
    height: 8px;
    width: 8px
}

.lineh {
    line-height: 0.5
}

.thead-bg {
    background-color: #f8f8f8;
}

.empaddnew {
    font-size: 13px;
    float: right;
    margin-left: 5px;
    display: -webkit-inline-box;
}

.offset-left-15 {
    padding-left: 0px
}

.statusemp {
    font-size: 14px;
    font-weight: 500;
}

.statusempcolor {
    color: #2153c1
}

.bordered-right-001 {
    border-right: 1px solid rgba(185, 181, 181, 0.18);
}

.cd-btn {
    position: relative;
    display: inline-block;
    padding: 1em 2em;
    background-color: #89ba2c;
    color: #fff;
    border-radius: 50em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.5),0 0 5px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.5),0 0 5px rgba(0,0,0,.1);
    -webkit-transition: -webkit-box-shadow .2s;
    transition: -webkit-box-shadow .2s;
    transition: box-shadow .2s;
    transition: box-shadow .2s,-webkit-box-shadow .2s
}

    .cd-btn:hover {
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.5),0 0 20px rgba(0,0,0,.3);
        box-shadow: inset 0 1px 0 rgba(255,255,255,.5),0 0 20px rgba(0,0,0,.3)
    }

.footer {
    position: fixed;
    left: 0;
    bottom: 0px;
    width: 100%;
    background-color: #fff;
    color: white;
    border-top: 1px solid #eff2f5;
    padding: 8px 0px;
    z-index: 555;
}

.cd-panel__content {
    overflow: hidden
}

.h-100vh {
    height: calc(100vh - 100px);
}

@media only screen and (min-width:1170px) {
    .cd-main-content h1 {
        font-size: 3.2rem
    }
}

.cd-panel {
    position: fixed;
    top: 0px;
    left: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    -webkit-transition: visibility 0s .6s;
    transition: visibility 0s .6s;
    z-index: 555;
}

    .cd-panel::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: 0 0;
        cursor: pointer;
        -webkit-transition: background .3s .3s;
        transition: background .3s .3s
    }

    .cd-panel.cd-panel--is-visible {
        visibility: visible;
        -webkit-transition: visibility 0s 0s;
        transition: visibility 0s 0s
    }

        .cd-panel.cd-panel--is-visible::after {
            background: #0000006b;
            -webkit-transition: background .1s 0s;
            transition: background .1s 0s;
        }

.bgnone::after {
    background: none !important;
    -webkit-transition: background .1s 0s;
    transition: background .1s 0s;
}

.cd-panel__header {
    position: fixed;
    width: 90%;
    height: 40px;
    line-height: 35px;
    background: #f9f8f9;
    z-index: 2;
    /*-webkit-box-shadow: 0 4px 4px rgba(0,0,0,.08);
    box-shadow: 0 4px 4px rgba(0,0,0,.08);*/
    -webkit-transition: -webkit-transform .3s 0s;
    transition: -webkit-transform .3s 0s;
    transition: transform .3s 0s;
    transition: transform .3s 0s,-webkit-transform .3s 0s;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    top: 0px;
    padding: 2px 15px;
    border-bottom: 1px solid rgb(232, 230, 239);
    font-size: 14px
}

.cd-panel__headerlg {
    position: fixed;
    width: 90%;
    height: 40px;
    line-height: 35px;
    background: #f8f8f8;
    z-index: 2;
    /*-webkit-box-shadow: 0 4px 4px rgba(0,0,0,.08);
    box-shadow: 0 4px 4px rgba(0,0,0,.08);*/
    -webkit-transition: -webkit-transform .3s 0s;
    transition: -webkit-transform .3s 0s;
    transition: transform .3s 0s;
    transition: transform .3s 0s,-webkit-transform .3s 0s;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    top: 0px;
    padding: 2px 15px;
    border-bottom: 1px solid rgb(232, 230, 239);
    font-size: 14px
}

.cd-panel__headermd {
    position: fixed;
    width: 90%;
    height: 45px;
    line-height: 40px;
    background: #fff;
    z-index: 2;
    /*-webkit-box-shadow: 0 4px 4px rgba(0,0,0,.08);
    box-shadow: 0 4px 4px rgba(0,0,0,.08);*/
    -webkit-transition: -webkit-transform .3s 0s;
    transition: -webkit-transform .3s 0s;
    transition: transform .3s 0s;
    transition: transform .3s 0s,-webkit-transform .3s 0s;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    top: 0px;
    padding: 2px 15px;
    border-bottom: 1px solid rgb(232, 230, 239);
    font-size: 14px
}

.cd-panel__headerleft {
    position: fixed;
    width: 90%;
    height: 45px;
    line-height: 40px;
    background: #fff;
    z-index: 2;
    /*-webkit-box-shadow: 0 4px 4px rgba(0,0,0,.08);
    box-shadow: 0 4px 4px rgba(0,0,0,.08);*/
    -webkit-transition: -webkit-transform .3s 0s;
    transition: -webkit-transform .3s 0s;
    transition: transform .3s 0s;
    transition: transform .3s 0s,-webkit-transform .3s 0s;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    top: 0px;
    padding: 2px 16px;
    border-bottom: 1px solid rgb(232, 230, 239);
    font-size: 14px
}

.cd-panel__header h1 {
    color: #89ba2c;
    padding-left: 5%
}

.cd-panel--from-right .cd-panel__header {
    right: 0
}

.cd-panel--from-right .cd-panel__headerlg {
    right: 0
}

.cd-panel--from-right .cd-panel__headermd {
    right: 0
}

.cd-panel--from-right .cd-panel__headerleft {
    right: 0
}

.cd-panel--from-left .cd-panel__header {
    left: 55px;
}

.cd-panel--from-left .cd-panel__headerlg {
    left: 0
}

.cd-panel--from-left .cd-panel__headermd {
    left: 0
}

.cd-panel--from-left .cd-panel__headerleft {
    left: 55px;
    top: 90px;
    border-right: 1px solid #edebed;
}

.cd-panel--is-visible .cd-panel__header {
    -webkit-transition: -webkit-transform .3s .3s;
    transition: -webkit-transform .3s .3s;
    transition: transform .3s .3s;
    transition: transform .3s .3s,-webkit-transform .3s .3s;
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}

.cd-panel--is-visible .cd-panel__headerlg {
    -webkit-transition: -webkit-transform .3s .3s;
    transition: -webkit-transform .3s .3s;
    transition: transform .3s .3s;
    transition: transform .3s .3s,-webkit-transform .3s .3s;
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}

.cd-panel--is-visible .cd-panel__headerleft {
    -webkit-transition: -webkit-transform .3s .3s;
    transition: -webkit-transform .3s .3s;
    transition: transform .3s .3s;
    transition: transform .3s .3s,-webkit-transform .3s .3s;
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}

.cd-panel--is-visible .cd-panel__headermd {
    -webkit-transition: -webkit-transform .3s .3s;
    transition: -webkit-transform .3s .3s;
    transition: transform .3s .3s;
    transition: transform .3s .3s,-webkit-transform .3s .3s;
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}

@media only screen and (min-width:768px) {
    .cd-panel__header {
        width: 50%
    }
}

@media only screen and (min-width:1170px) {
    .cd-panel__header {
        width: 40%
    }

    .cd-panel__headerlg {
        width: 85%
    }

    .cd-panel__headermd {
        width: 60%
    }

    .cd-panel__headerleft {
        width: 20%
    }
}

.cd-panel__close {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap
}

    .cd-panel__close::before, .cd-panel__close::after {
        content: '';
        position: absolute;
        top: 20px;
        left: 20px;
        height: 2px;
        width: 15px;
        background-color: #333;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .cd-panel__close::before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .cd-panel__close::after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .cd-panel__close:hover::before, .cd-panel__close:hover::after {
        background-color: #333;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s,-webkit-transform .3s
    }

    .cd-panel__close:hover::before {
        -webkit-transform: rotate(220deg);
        transform: rotate(220deg)
    }

    .cd-panel__close:hover::after {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }


@-webkit-keyframes cd-close-1 {
    0%,50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

@keyframes cd-close-1 {
    0%,50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

@-webkit-keyframes cd-close-2 {
    0%,50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

@keyframes cd-close-2 {
    0%,50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

.cd-panel__container {
    position: fixed;
    width: 90%;
    height: 100%;
    background: #fff;
    z-index: 1;
    -webkit-transition: -webkit-transform .3s .3s;
    transition: -webkit-transform .3s .3s;
    transition: transform .3s .3s;
    transition: transform .3s .3s,-webkit-transform .3s .3s
}

.cd-panel__containerlg {
    position: fixed;
    width: 90%;
    height: 100%;
    background: #fff;
    z-index: 1;
    -webkit-transition: -webkit-transform .3s .3s;
    transition: -webkit-transform .3s .3s;
    transition: transform .3s .3s;
    transition: transform .3s .3s,-webkit-transform .3s .3s
}

.cd-panel__containermd {
    position: fixed;
    width: 90%;
    height: 100%;
    background: #fff;
    z-index: 1;
    -webkit-transition: -webkit-transform .3s .3s;
    transition: -webkit-transform .3s .3s;
    transition: transform .3s .3s;
    transition: transform .3s .3s,-webkit-transform .3s .3s
}

.cd-panel__containerleft {
    position: fixed;
    width: 90%;
    height: 100%;
    background: #fff;
    z-index: 1;
    -webkit-transition: -webkit-transform .3s .3s;
    transition: -webkit-transform .3s .3s;
    transition: transform .3s .3s;
    transition: transform .3s .3s,-webkit-transform .3s .3s
}

.cd-panel--from-right .cd-panel__container {
    right: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
}

.cd-panel--from-right .cd-panel__containerlg {
    right: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
}

.cd-panel--from-right .cd-panel__containermd {
    right: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
}

.cd-panel--from-left .cd-panel__container {
    left: 55px;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
}

.cd-panel--from-left .cd-panel__containerlg {
    left: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
}

.cd-panel--from-left .cd-panel__containermd {
    left: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
}

.cd-panel--from-left .cd-panel__containerleft {
    left: 55px;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    top: 90px;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}

.cd-panel--is-visible .cd-panel__container {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.cd-panel--is-visible .cd-panel__containerlg {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.cd-panel--is-visible .cd-panel__containermd {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.cd-panel--is-visible .cd-panel__containerleft {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

@media only screen and (min-width:768px) {
    .cd-panel__container {
        width: 50%
    }

    .cd-panel__containerlg {
        width: 85%
    }

    .cd-panel__containermd {
        width: 60%
    }
}

@media only screen and (min-width:1170px) {
    .cd-panel__container {
        width: 40%
    }

    .cd-panel__containerleft {
        width: 20%
    }
}

.cd-panel__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 50px 15px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.fileupload {
    height: calc(3.4rem + 0.8rem) !important;
    font-size: 12px;
}

.footernew {
    bottom: 0px;
    position: absolute;
    background: #fff;
    border-top: 1px solid #ddd;
    width: 100%;
    padding: 5px 0px;
}

.mptitle {
    margin: -15px -15px 5px;
    padding: 8px 15px;
}

.textstylenone {
    list-style: none;
    line-height: 2
}

.headingleft {
    margin: -50px 0px 15px;
    border-bottom: 1px solid #ddd;
    padding: 10px 15px;
    background: #f9f9f9;
}

.twocloumn {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

/*-----------------------------------------------------leftslidebar----------------------------------------------------*/


.ck.ck-editor {
    position: relative;
    width: 75% !important;
}


/*---------------------------------------------------------------------------------------------------------------------*/

.bg-lightg {
    background: #d3f7d3;
}

.bg-lightb {
    background: #e0edf5;
}

.bg-lightp {
    background: #fdf0fb;
}

/*---------------------------------------------------------------------------------------------------------------------*/
.img-thumbs {
    background: #FAF8FD;
    border: 1px solid #E4E6EF;
    border-radius: 0.25rem;
    /* margin: 1.5rem 0; */
    padding: 0.5rem 5px;
}

.img-thumbs-hidden {
    display: none;
}

.wrapper-thumb {
    position: relative;
    display: inline-block;
    /* margin: 1rem 0; */
    justify-content: space-around;
}

.img-preview-thumb {
    background: #fff;
    border: 1px solid none;
    border-radius: 0.25rem;
    box-shadow: 0.125rem 0.125rem 0.0625rem rgba(0, 0, 0, 0.12);
    margin-right: 1rem;
    max-width: 33px;
    padding: 0.25rem;
}

.remove-btn {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .7rem;
    top: -5px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
}

    .remove-btn:hover {
        box-shadow: 0px 0px 3px grey;
        transition: all .3s ease-in-out;
    }
/*--------------------------------------------------------- loader ------------------------------------------------------------------------*/


#page-loading {
    position: fixed;
    top: -8px;
    left: 0;
    height: 3px;
    display: block;
    background-color: #B0078B;
    width: 100%;
    box-shadow: 0 -1px 4px 0 #000;
    z-index: 489;
    animation: pageOnLoad 1.4s;
    -webkit-animation: pageOnLoad 1.4s;
    animation-timing-function: ease-in-out;
}

@keyframes pageOnLoad {
    0% {
        width: 0;
        top: 0
    }

    25% {
        width: 30%;
        top: 0
    }

    75% {
        width: 80%;
        top: 0
    }
}

@-webkit-keyframes pageOnLoad {
    0% {
        width: 0;
        top: 0
    }

    25% {
        width: 30%;
        top: 0
    }

    75% {
        width: 80%;
        top: 0
    }
}



/*----------------------------------------------------------- upload file----------------------------------------------------------*/

.file-container .file-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.file-container .file-wrapper {
    position: fixed;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--dialog-color);
    z-index: 20;
    border-radius: var(--dialog-border-radius);
    padding: var(--dialog-padding);
}

    .file-container .file-wrapper .file-input {
        position: absolute;
        width: 100%;
        height: 50%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #000;
        z-index: 10;
        cursor: pointer;
        opacity: 0;
    }

    .file-container .file-wrapper .file-input--active + .file-content {
        background: var(--drag-over-background);
    }

        .file-container .file-wrapper .file-input--active + .file-content .file-icon {
            opacity: 0.5;
        }

            .file-container .file-wrapper .file-input--active + .file-content .file-icon i {
                animation-name: bounce;
                animation-duration: 0.6s;
                animation-iteration-count: infinite;
                animation-timing-function: ease;
            }

            .file-container .file-wrapper .file-input--active + .file-content .file-icon .icon-shadow {
                animation-name: shrink;
                animation-duration: 0.6s;
                animation-iteration-count: infinite;
            }

    .file-container .file-wrapper .file-content {
        position: relative;
        display: block;
        width: 100%;
        height: 45%;
        border-radius: var(--dialog-border-radius);
        transition: 0.2s;
    }

        .file-container .file-wrapper .file-content .file-infos {
            position: absolute;
            display: flex;
            width: 90%;
            height: 30%;
            min-height: 202px;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            flex-direction: column;
            justify-content: center;
            margin: auto;
        }

            .file-container .file-wrapper .file-content .file-infos .file-icon {
                position: relative;
                width: 100%;
                height: 100%;
                margin: 0;
                color: var(--icon-color);
                border-radius: var(--dialog-border-radius);
                padding: var(--dialog-padding);
                transition: 0.2s;
            }

                .file-container .file-wrapper .file-content .file-infos .file-icon .icon-shadow {
                    position: relative;
                    display: block;
                    width: 95px;
                    height: 7px;
                    border-radius: 100%;
                    background-color: var(--drag-over-background);
                    top: -17px;
                    margin-left: auto;
                    margin-right: auto;
                }

                .file-container .file-wrapper .file-content .file-infos .file-icon > span {
                    position: absolute;
                    bottom: var(--dialog-padding);
                    width: calc(100% - var(--dialog-padding) * 2);
                }

                    .file-container .file-wrapper .file-content .file-infos .file-icon > span span {
                        display: none;
                    }

                    .file-container .file-wrapper .file-content .file-infos .file-icon > span .has-drag {
                        display: inline;
                    }

                .file-container .file-wrapper .file-content .file-infos .file-icon i, .file-container .file-wrapper .file-content .file-infos .file-icon span {
                    display: block;
                    text-align: center;
                    text-transform: uppercase;
                    font-weight: bold;
                }

        .file-container .file-wrapper .file-content .file-name {
            position: absolute;
            width: 100%;
            text-align: middle;
            left: 0;
            bottom: var(--dialog-padding);
            right: 0;
            font-weight: bold;
            font-size: 15pt;
            margin: auto;
            text-align: center;
        }

@keyframes bounce {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes shrink {
    0% {
        width: 95px;
    }

    50% {
        width: 75px;
    }

    100% {
        width: 95px;
    }
}

.upload-text {
    margin-top: 10px;
    align-items: center;
}

    .upload-text button, input[type="button"] {
        padding: 8px 12px;
        border: 0;
        color: white;
        border-radius: 7px;
        background: #9a94ef;
        font-size: 12px;
    }

.screencount {
    position: relative;
    top: 0px;
    float: right;
    margin-top: -30px;
    margin-right: -15px;
}

/*------------------------------------------------ border arrow --------------------------------------------------------*/

/*
.arrow {
    border: 1px solid #e3e2e3;
    border-radius: 4px;
    margin-right: -3px !important;
}

.arrow--1 {
    position: relative;
}

    .arrow--1:after, .arrow--1:before {
        border: solid transparent;
        content: " ";
        display: block;
        height: 0;
        position: absolute;
        pointer-events: none;
        width: 0;
        bottom: 100%;
    }

    .arrow--1:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #ffffff;
        left: 96%;
        margin-left: -10px;
        border-width: 10px;
    }

    .arrow--1:before {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #e3e2e3;
        left: 96%;
        margin-left: -12px;
        border-width: 12px;
    }
*/

/*------------------------------------------------------------------ new slide right  --------------------------------------------------------------------------*/

.center-alignbottombtn {
    text-align: left;
    padding: 10px 15px;
    position: fixed;
    bottom: 0px;
    border-top: 1px solid #e9e9e9;
    width: 100%;
}

.titleslide {
    text-align: left;
    font-size: 15px;
    padding: 10px 15px;
    border-bottom: 1px solid #e9e9e9;
    background: #f9f9f9;
    -webkit-transition: -webkit-transform .3s 0s;
    transition: -webkit-transform .3s 0s;
    transition: transform .3s 0s;
    transition: transform .3s 0s,-webkit-transform .3s 0s;
}

#default-sidebar {
    background-color: #fff;
}

.maindiv {
    padding: 15px
}


.closebtn {
    border: none;
    background: no-repeat;
    float: right;
    font-size: 18px;
    line-height: 1;
}


.popup-trigger {
    display: block;
    width: 170px;
    right: 2rem;
    margin: 3em auto;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    padding: 1rem 2rem;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 50em;
    background: #35a785;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.07);
    transition: 300ms all;
}

    .popup-trigger:hover {
        opacity: .8;
    }

.popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1000;
    width: 100%;
    background-color: rgba(94, 110, 141, 0.9);
    opacity: 0;
    visibility: hidden;
    transition: 500ms all;
}

    .popup.is-visible {
        opacity: 1;
        visibility: visible;
        transition: 1s all;
    }

.popup-container {
    transform: translateY(-50%);
    transition: 500ms all;
    position: relative;
    width: 40%;
    margin: 2em auto;
    top: 5%;
    padding: 5rem;
    background: #FFF;
    border-radius: .25em .25em .4em .4em;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.is-visible .popup-container {
    transform: translateY(0);
    transition: 500ms all;
}

.popup-container .popup-close {
    position: absolute;
    top: 8px;
    font-size: 0;
    right: 8px;
    width: 30px;
    height: 30px;
}


    .popup-container .popup-close::before,
    .popup-container .popup-close::after {
        content: '';
        position: absolute;
        top: 12px;
        width: 14px;
        height: 3px;
        background-color: #8f9cb5;
    }

    .popup-container .popup-close::before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        left: 8px;
    }

    .popup-container .popup-close::after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        right: 8px;
    }


    .popup-container .popup-close:hover:before,
    .popup-container .popup-close:hover:after {
        background-color: #35a785;
        transition: 300ms all;
    }

.onboaridinno {
    background: #dbeffb;
    color: #7e8299;
    text-align: center;
    border-radius: 50px;
    font-size: 13px;
    line-height: 1.9;
    margin-right: 10px;
}


 