@import url('https://fonts.googleapis.com/css2?family=Domine:wght@400;500;600;700&family=Playfair+Display:wght@400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');
* {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 15px 0 10px 0;
    font-family: 'Domine', serif;
}

p,
li,
a {
    font-family: 'Roboto', sans-serif;
}

p {
    margin-bottom: 10px;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
}

/*img {
    width: 100%;
}*/

.text-align-center {
    text-align: center;
}


/* PRELOADER CSS */

.page-loader {
    width: 100%;
    height: 100vh;
    position: absolute;
    background: #fff;
    z-index: 99999;
    display: table;
}

.page-loader-inner {
    width: 100%;
    height: 100vh;   
    display: table-cell;
    vertical-align: middle;
}

.page-loader svg {
    color: #666;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    font-weight: bold;
    line-height: 1.5;
   
}


.logo_login {
    width: 210px;
    margin: auto;
    height: auto;
    padding-bottom: 10px;
}

.login_page {
    padding: 0% 12%;
}

.login_page p {
    margin-top: 1rem;
    font-weight: 500;
}

.account-pages {
    position: relative;
    width: 90%;
    float: left;
    display: table;
    height: 100vh;
    margin: 0% 5%;
}

.account-pages .container {
    display: table-cell;
    vertical-align: middle;
}

.login_btn {
    font-size: 15px;
    background: #717070 !important;
    border: none;
    line-height: 26px;
    border-radius: 25px;
    font-weight: 600;
    padding: 7px 10px;
    width: 100%;
    font-family: "Segoe UI" !important;
}

.loopscroll {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    animation-name: backgroundloop;
    animation-iteration-count: infinite;
    animation-duration: 60s;
    animation-timing-function: linear;
    position: fixed;
    z-index: -99;
}

.text-align-right {
    text-align: right;
}

.moblogo {
    display: none;
}

.plan_text {
    position: relative;
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    margin: 18% 0%;
    line-height: 50px;
    font-family: "Segoe UI" !important;
    text-shadow: #000 1px 0 10px !important;
}

.plan_text_right {
    position: relative;
    text-align: right;
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    line-height: inherit;
    margin: 20% 0%;
    font-family: "Segoe UI" !important;
    text-shadow: #000 1px 0 10px !important;
}

.plan_text_right b {
    font-weight: 600;
}

.card {
    border-radius: 30px;
    margin: 10% 8%;
    border: none;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 10% 7%;
}

@keyframes backgroundloop {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}

.microsoft_btn {
    background-color: #1299F5 !important;
    border-radius: 25px;
    font-weight: 600;
    padding: 7px 10px;
    font-size: 15px;
    line-height: 26px;
    width: 100%;
    border: none !important;
    font-family: "Segoe UI" !important;
}

.microsoft_icon {
    width: 28px;
    float: left;
    padding: 0.5% 1%;
    background: #fff;
    border-radius: 54px;
    height: 29px;
    padding-bottom: 9%;
}

.microsoft_icon img {
    width: 100%;
}

.account-pages .form-control {
    border-bottom: 1px solid #bfbebe;
    border-radius: 0px;
    border-top: none;
    border-left: none;
    border-right: none;
    text-align: left;
    font-weight: 500;
    font-size: 13px;
    line-height: inherit;
    background: transparent;
}

.welcome_text {
    text-align: center!important;
    font-weight: 700;
    font-size: 30px;
    font-family: "Segoe UI" !important;
    padding: 0px;
}

.emp_text {
    color: #000 !important;
    font-weight: 500;
    font-family: "Segoe UI" !important;
}

.leftside_icon_img {
    width: 28px;
    margin-right: 10%;
}

.btn-primary {
    margin: 5px 0px;
}

.SidebarFixedLeft {
    padding-top: 10px;
}

.menu {
    position: fixed !important;
    z-index: -100 !important;
    width: 14% !important;
    height: 100% !important;
    border-right: 1px solid #dedede;
    background: #fff;
    padding-top: 15px;
}

.menu ul {
    list-style: none;
    margin-left: 24%;
    background: #333;
    padding: 0px;
}

.menu ul li a {
    padding: 5px 10px;
    display: block;
}

.main-content {
    background: #fff;
    transition: all 0.3s ease;
    padding: 0% 0% 0% 0% !important;
    height: 100vh;
}

.main-content .container {
    width: 100% !important;
    background: transparent;
    padding: 0%;
    position: relative;
    max-width: 100%;
}

.main-content-title {
    padding: 1.5% 5%;
    width: 100%;
    float: left;
    border-bottom: 1px solid #e6e3e3;
}

.main-content-body {
    padding: 5% 15%;
    width: 100%;
    float: left;
}

.main-content-title h3 {
    font-size: 24px;
    padding: 0px;
    margin: 0px;
}

.main-content h1 {
    font-size: 40px;
    padding: 0px;
    margin: 0px;
    line-height: inherit;
    margin-bottom: 1%;
}

.solid_btn {
    color: #fff;
    background: #007c89;
    padding: 10px 25px;
    float: left;
    font-weight: 600;
    cursor: pointer;
    border: 2px solid #007c89;
    margin: 10px;
}

.outline_btn {
    color: #007c89;
    border: 2px solid #007c89;
    background: transparent;
    padding: 10px 25px;
    float: left;
    font-weight: 600;
    cursor: pointer;
    margin: 10px;
}

.solid_btn:hover {
    color: #fff;
    background: #004e56;
    border: 2px solid #004e56;
    transition: 1s;
}

.outline_btn:hover {
    color: #004e56;
    border: 2px solid #004e56;
    transition: 1s;
}

.main-content p {
    font-size: 16px;
    padding: 0px;
    margin: 0px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 1%;
}

.open-icon,
.menu-icon {
    padding: 5px;
    text-align: right;
    cursor: pointer;
}

.menu-icon {
    display: inline-block;
    position: fixed;
    z-index: 100;
    transition: all 0.3s ease;
}

.main-content.push-close {
    left: 14% !important;
    position: absolute !important;
    overflow: hidden !important;
    z-index: -99;
    width: 86%;
}

.push-open {
    left: 3.9%;
    border-left: 10px solid #ececec;
    height: 100vh;
    width: auto;
}

.main-content.push-open {
    position: absolute;
}

.menu-icon.push-close i {
    display: none;
}

.close-icon {
    position: absolute;
    right: 10px;
    font-size: 18px;
    background: transparent;
    width: 34px;
    height: 33px;
    color: #fff;
    border-radius: 33px;
    text-align: center;
    top: 20px;
    border: 2px solid;
    cursor: pointer;
    border-color: none;
}

.close-icon:hover {
    border-color: #007c89 !important;
}

.close-icon .fa,
.open-icon .fa {
    color: #000;
    font-weight: 600;
    position: absolute;
    top: 6px;
    left: 12px;
}

.sidebarFixed {
    position: fixed;
    width: 3.9%;
    height: 100vh;
    background: #fff;
    border-left: 8px solid #ffe01b;
    border-right: 1px solid #e0dddd;
}

.EventLogoContainer {
    width: auto;
    padding: 10px 10px;
    margin-bottom: 5px;
}

.MainIconMenu {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.MainIconMenu li a img {
    width: 80%;
    margin: 0% 10%;
    text-align: center;
}

.MainIconMenu li {
    margin: 0px;
    background: transparent;
    border: 1px solid;
    border-color: transparent;
    float: left;
    width: 100%;
    padding: 10px 0%;
    text-align: center;
}

.nav-menu li {
    margin: 2% 0px;
    float: left;
    width: 100%;
}

.MainIconMenu li:hover {
    background: #fff;
}

.nav-menu li a:hover {
    background: #fff;
}

.nav-menu a {
    color: #000;
    text-decoration: none !important;
    padding: 8px 15px !important;
    border: 2px solid #fff;
    font-size: 13px;
    line-height: 23px;
    width: 100%;
    float: left;
    background: #fff;
    font-weight: 400;
}

.menu h5 {
    text-align: left;
    font-size: 17px;
    margin-left: 30%;
    padding: 15px 10px;
    margin-bottom: 5px;
    font-weight: 500;
}

.nav-menu li .active {
    background: rgba(36, 28, 21, .08);
    float: left;
    width: 100%;
    font-weight: 500;
}

.nav-menu li .active:hover {
    background: rgba(36, 28, 21, .08);
    float: left;
    width: 100%;
    border: 2px solid #007c89;
}

.MainIconMenu .active {
    background: rgba(36, 28, 21, .08);
    border: 2px solid #007c89;
}

.fa-angle-right {
    padding: 7px;
    cursor: pointer;
    background: #ececec;
    width: 36px;
    height: 36px;
    text-align: center;
    font-size: 20px;
    color: #000;
    margin: 10px 0px;
    font-weight: 600 !important;
    position: absolute;
    left: 0;
}

.footer-logo {
    position: fixed;
    bottom: 16px;
    font-size: 24px;
    font-weight: 900;
    padding: 0px 0px;
    background: #f1efef;
    border: 2.5px solid #02934f;
    border-radius: 30px;
    margin: 0px 10px;
    color: #333;
    left: 8px;
}

.footer-logo img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.side_footer {
    position: absolute;
    bottom: 0px;
    margin-left: 28%;
    padding: 5%;
    border: 1px solid #d2d2d2;
    width: 72%;
    border-right: none;
    border-left: 0px;
}

.event-paln-style {
    width: 24px;
    height: 24px;
    float: left;
    background-repeat: no-repeat;
}

.event-paln-icon1 {
    background-image: url(../images/icon1.svg);
}

.event-paln-icon1:hover {
    background-image: url(../images/icon1-hover.svg);
}

.event-paln-icon2 {
    background-image: url(../images/icon2.svg);
}

.event-paln-icon2:hover {
    background-image: url(../images/icon2-hover.svg);
}

.event-paln-icon3 {
    background-image: url(../images/icon3.svg);
}

.event-paln-icon3:hover {
    background-image: url(../images/icon3-hover.svg);
}

.event-paln-icon4 {
    background-image: url(../images/icon4.svg);
}

.event-paln-icon4:hover {
    background-image: url(../images/icon4-hover.svg);
}

.event-paln-icon5 {
    background-image: url(../images/icon5.svg);
}

.event-paln-icon5:hover {
    background-image: url(../images/icon5-hover.svg);
}

.event-paln-icon6 {
    background-image: url(../images/icon6.svg);
}

.event-paln-icon6:hover {
    background-image: url(../images/icon6-hover.svg);
}

.event-paln-icon7 {
    background-image: url(../images/icon7.svg);
}

.event-paln-icon7:hover {
    background-image: url(../images/icon7-hover.svg);
}

.event-paln-icon8 {
    background-image: url(../images/icon8.svg);
}

.event-paln-icon8:hover {
    background-image: url(../images/icon8-hover.svg);
}

.user-menu-wrap {
    position: relative;
    width: 36px;
    margin: 50px auto;
}

.menu-container {
    visibility: hidden;
    opacity: 0;
}

.menu-container.active {
    visibility: visible;
    opacity: 1;
}

.user-menu {
    position: absolute;
    background-color: #FFFFFF;
    width: 250px;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin-top: 20px;
    left: 70px;
    bottom: 0;
    list-style: none;
    padding: 0px;
    z-index: 999;
}

.user-menu .profile-highlight {
    display: flex;
    border-bottom: 1px solid #E0E0E0;
    padding: 12px 16px;
    margin-bottom: 6px;
}

.user-menu .profile-highlight img {
    width: 48px;
    height: 48px;
    border-radius: 25px;
    -o-object-fit: cover;
    object-fit: cover;
}

.user-menu .profile-highlight .details {
    display: flex;
    flex-direction: column;
    margin: auto 12px;
}

.details #profile-name {
    font-weight: 600;
    font-size: 16px;
    font-family: 'Domine', serif;
}

.details #profile-footer {
    font-weight: 400;
    font-size: 14px;
    margin-top: 0px;
    font-family: 'PT Sans', sans-serif !important;
}

.user-menu .footer {
    border-top: 1px solid #E0E0E0;
    padding-top: 6px;
    margin-top: 6px;
}

.user-menu .user-menu-link {
    display: flex;
    text-decoration: none !important;
    color: #333333;
    font-weight: 400;
    font-size: 14px;
    padding: 9px 15px;
}

.user-menu .user-menu-link div {
    margin: auto 10px;
}

.user-menu .user-menu-link:hover {
    background-color: #F5F5F5;
    color: #333333;
}

.user-menu:before {
    position: absolute;
    bottom: 10px;
    left: -17px;
    display: inline-block;
    content: "";
    border: 8px solid transparent;
    border-bottom-color: #dedede;
    transform: rotate( -90deg);
}

.user-menu:after {
    position: absolute;
    bottom: 10px;
    left: -17px;
    display: inline-block;
    content: "";
    border: 8px solid transparent;
    border-bottom-color: #dedede;
    transform: rotate( -90deg);
}

.login_left,
.login_center,
.login_right {
    width: 33.3%;
    float: left;
    position: relative;
}

#Layer_1 {
    width: 30%;
    margin: 0% 35%;
    float: left;
}

.st0 {
    fill: none;
    stroke: #111F33;
    stroke-width: 0.3;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-dasharray: 1353px;
    stroke-dashoffset: 1353px;
    animation: move 20s linear infinite;
}

@keyframes move {
    100% {
        stroke-dashoffset: 0;
    }
}