/*
 Developed in India by Alledo Technologies Ai
 ©2021 , wef. 1 June 2021
 All rights reserved

 Developer : Swarnim Anand
 Contact : +91 983-888-8871
 Email : founder@alledotech.in

 Visit : (https://alledotech.in/)
*/

/*-----Fonts-----*/
@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css";


.container {
  min-width: 1200px;
  padding: 0px;
  margin: 0px;
  background-color: white;
  display: flex;
}

/*---Loading Screen - Default Visible---*/
.whole-loader-screen {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
}
.loader {
  width: 300px;
  height: 300px;
  margin-bottom: 50px;
  margin-top: -150px;
}
.loader-text {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #9e9e9e;
  margin-top: -150px;
  user-select: none;
}

.loader-screen-main{
  width: 100%;
  height: 95%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.loader-screen-help{
  width: 100%;
  height: 5%;
  display: none;
  justify-content: center;
  transition: 0.3s;
}
.loader-help-text{
  font-size: 14px;
  font-family: 'Roboto',sans-serif;
  font-weight: 400;
  user-select: none;
}
.loader-refresh-btn{
  font-size: 14px;
  font-family: 'Roboto',sans-serif;
  font-weight: 500;
  user-select: none;
  cursor: pointer;
  margin-left: 7px;
  margin-right: 6px;
  color: #7a40f2;
}

/*---Whole Content Screen - Default Hidden---*/
.whole-body {
  display: none;
  width: 100%;
  height: 100vh;
  background-color: #fafafa;
}

.left-tabs-section {
  width: 140px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.company-logo {
  height: 50px;
  width: 50px;
  margin-top: 25px;
  margin-bottom: 25px;
  cursor: pointer;
}

/*----------Tab1--------*/
.tab-section1 {
  width: 90%;
  height: inherit;
  margin-top: 8px;
  border-radius: 20px 20px 20px 0px;
  background-color: #7a40f2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-item1-section {
  width: 90%;
  height: 50px;
  display: flex;
  justify-content: flex-end;
  background-color: #7a40f2;
}
.menu-item1 {
  width: 80%;
  height: 50px;
  background-color: #fafafa;
  border-radius: 100px 0px 0px 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.menu-item1-icon {
  height: 25px;
  width: 30px;
  margin-right: 24px;
}

/*----------Tab2--------*/
.tab-section2 {
  width: 90%;
  height: inherit;
  border-radius: 0px 20px 0px 0px;
  background-color: #7a40f2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-item2-section {
  width: 90%;
  height: 50px;
  display: flex;
  justify-content: flex-end;
  background-color: #7a40f2;
}
.menu-item2 {
  width: 80%;
  height: 50px;
  background-color: #7a40f2;
  border-radius: 100px 0px 0px 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.menu-item2-icon {
  height: 25px;
  width: 30px;
  margin-right: 24px;
}

/*----------Tab3--------*/
.tab-section3 {
  width: 90%;
  height: inherit;
  border-radius: 0px 0px 0px 0px;
  background-color: #7a40f2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-item3-section {
  width: 90%;
  height: 50px;
  display: flex;
  justify-content: flex-end;
  background-color: #7a40f2;
}
.menu-item3 {
  width: 80%;
  height: 50px;
  background-color: #7a40f2;
  border-radius: 100px 0px 0px 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.menu-item3-icon {
  height: 25px;
  width: 30px;
  margin-right: 24px;
}

/*----------Tab4--------*/
.tab-section4 {
  width: 90%;
  height: inherit;
  border-radius: 0px 0px 0px 0px;
  background-color: #7a40f2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-item4-section {
  width: 90%;
  height: 50px;
  display: flex;
  justify-content: flex-end;
  background-color: #7a40f2;
}
.menu-item4 {
  width: 80%;
  height: 50px;
  background-color: #7a40f2;
  border-radius: 100px 0px 0px 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.menu-item4-icon {
  height: 25px;
  width: 30px;
  margin-right: 24px;
}

/*----------Tab5--------*/
.tab-section5 {
  width: 90%;
  height: inherit;
  border-radius: 0px 0px 0px 0px;
  background-color: #7a40f2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-item5-section {
  width: 90%;
  height: 50px;
  display: flex;
  justify-content: flex-end;
  background-color: #7a40f2;
}
.menu-item5 {
  width: 80%;
  height: 50px;
  background-color: #7a40f2;
  border-radius: 100px 0px 0px 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.menu-item5-icon {
  height: 25px;
  width: 30px;
  margin-right: 24px;
}

/*----------Tab6--------*/
.tab-section6 {
  width: 90%;
  height: inherit;
  border-radius: 0px 0px 0px 0px;
  background-color: #7a40f2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-item6-section {
  width: 90%;
  height: 50px;
  display: flex;
  justify-content: flex-end;
  background-color: #7a40f2;
}
.menu-item6 {
  width: 80%;
  height: 50px;
  background-color: #7a40f2;
  border-radius: 100px 0px 0px 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.menu-item6-icon {
  height: 25px;
  width: 30px;
  margin-right: 24px;
}

/*----------Tab7--------*/
.tab-section7 {
  width: 90%;
  height: inherit;
  border-radius: 0px 0px 0px 0px;
  background-color: #7a40f2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-item7-section {
  width: 90%;
  height: 50px;
  display: flex;
  justify-content: flex-end;
  background-color: #7a40f2;
}
.menu-item7 {
  width: 80%;
  height: 50px;
  background-color: #7a40f2;
  border-radius: 100px 0px 0px 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.menu-item7-icon {
  height: 25px;
  width: 30px;
  margin-right: 24px;
}

/*----------Tab8--------*/
.tab-section8 {
  width: 90%;
  height: inherit;
  border-radius: 0px 0px 0px 0px;
  background-color: #7a40f2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-item8-section {
  width: 90%;
  height: 50px;
  display: flex;
  justify-content: flex-end;
  background-color: #7a40f2;
}
.menu-item8 {
  width: 80%;
  height: 50px;
  background-color: #7a40f2;
  border-radius: 100px 0px 0px 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.menu-item8-icon {
  height: 25px;
  width: 30px;
  margin-right: 24px;
}

/*----------Tab9--------*/
.tab-section9 {
  width: 90%;
  height: inherit;
  border-radius: 0px 0px 0px 0px;
  background-color: #7a40f2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-item9-section {
  width: 90%;
  height: 50px;
  display: flex;
  justify-content: flex-end;
  background-color: #7a40f2;
}
.menu-item9 {
  width: 80%;
  height: 50px;
  background-color: #7a40f2;
  border-radius: 100px 0px 0px 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.menu-item9-icon {
  height: 25px;
  width: 30px;
  margin-right: 24px;
}

/*----------Tab10--------*/
.tab-section10 {
  width: 90%;
  height: inherit;
  border-radius: 0px 0px 20px 20px;
  background-color: #7a40f2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

/*--------Main Content---------*/

.main-content-section {
  height: 100%;
  width: inherit;
  display: flex;
  flex-direction: column;
}

.action-bar {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
}

/*--------Main Content Search Section Left---------*/

.search-section {
  height: 100%;
  width: 50%;
  display: flex;
  align-items: center;
}
.search-box {
  width: 80%;
  height: 50px;
  background-color: #edeef4;
  display: flex;
  align-items: center;
  border-radius: 15px;
  margin-left: 20px;
}
.search-icon {
  height: 16px;
  width: 16px;
  margin-left: 4%;
}
.search-text {
  display: flex;
  height: 30px;
  margin-left: 3%;
  width: 85%;
  font-family: "Roboto", sans-serif;
  outline: none;
  border: 1px solid #edeef4;
  border-width: 1px;
  font-size: 16px;
  font-weight: 400;
  color: #acafb5;
  background-color: #edeef4;
}
.search-text:focus {
  border: 1px solid #edeef4;
  color: #272727;
}


.create-btn-actionbar{
  display: flex;
  height: 35px;
  width: 100px;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  background-color: transparent;
  outline: none;
  border: none;
  font-family: 'Roboto', sans-serif;
  color: #673AB7;
  background-color: #ede2ff;
  font-weight: 500;
  border-radius: 5px;
  cursor: pointer;
  transition: 1s;
}
.create-btn-actionbar:hover{
  transition: 0.3s;
  background-color: #d8c2fa;
}
.create-btn-actionbar:active{
  background-color: #ceadff;
}



/*--------Main Content Tools Section Right---------*/

.tools-section {
  height: 100%;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.help-icon {
  height: 30px;
  width: 30px;
  margin-right: 4%;
  cursor: pointer;
}
.notification-icon {
  height: 30px;
  width: 30px;
  margin-right: 4%;
  cursor: pointer;
}

.profile-name-section {
  height: 100%;
  display: flex;
  align-items: center;
}

/*---------------------Profile Section Content Start--------------------*/
.profile-image {
  height: 30px;
  width: 30px;
  cursor: pointer;
}
.staff-name {
  font-family: "Ubuntu", sans-serif;
  margin-right: 10px;
  margin-left: 8px;
  font-weight: 500;
  cursor: pointer;
  user-select: none;
}
.dropdown-arrow {
  height: 15px;
  width: 20px;
  margin-right: 20px;
  cursor: pointer;
}

/*---------------------Profile Section Content End--------------------*/

/*--------------------Profile Dropdown Area Start--------------------*/

* {
  margin: 0;
  padding: 0;
  list-style: none;
}

.navbar .logo a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 25px;
  text-transform: uppercase;
}

.navbar .nav_right > ul {
  display: flex;
  align-items: center;
}

.navbar .nav_right ul li.nr_li {
  margin-left: 0px;
  font-size: 20px;
  position: relative;
}

/*----------Dropdown Box----------*/
.navbar .dd_menu {
  position: absolute;
  right: -100px;
  top: 43px;
  display: flex;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 15px #dfdfdf;
  display: none;
  padding-top: 8px;
}

.user-dropdown-menu {
  height: 220px;
  width: 200px;
}

/*----------Dropdown Box Items----------*/
.list-image {
  width: 16px;
  width: 16px;
  margin-left: 15px;
}
.list-text {
  font-family: 'Google Sans';
  font-weight: 500;
  font-size: 14px;
  margin-left: 8px;
}

.drop-item1,
.drop-item2,
.drop-item3,
.drop-item4,
.drop-item5 {
  display: flex;
  align-items: center;
  height: 30px;
  width: 100%;
  cursor: pointer;
  background-color: white;
  transition: 0.2s;
}

.drop-item1:hover,
.drop-item2:hover,
.drop-item3:hover,
.drop-item4:hover,
.drop-item5:hover {
  background-color: #e5d7fc;
  transition: 0.2s;
}

.drop-item-copyright {
  display: flex;
  margin-top: 20px;
  align-items: center;
  width: 100%;
  cursor: pointer;
}

.copyright {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin-left: 16px;
}
.copyright:hover {
  font-weight: 600;
  color: #7a40f2;
}

/*--------------------Profile Dropdown Section End--------------------*/

.main-workspace-area-all-contents{
  height: 100%;
  width: 100%;
}

/*--------------------Main Work Space Area Start--------------------*/

/*---- Home ----*/
.work-area-home {
  width: 100%;
  height: 100%;
  display: flex;
}

/*---- Patients ----*/
.work-area-patients {
  width: 100%;
  height: 100%;
  display: none;
  background-color: burlywood;
}

/*---- Schedule ----*/
.work-area-schedule {
  width: 100%;
  height: 100%;
  display: none;
  background-color: goldenrod;
}

/*---- Charts ----*/
.work-area-charts {
  width: 100%;
  height: 100%;
  display: none;
  background-color: palevioletred;
}

/*---- Billing ----*/
.work-area-billing {
  width: 100%;
  height: 100%;
  display: none;
  background-color: purple;
}

/*---- Inventory ----*/
.work-area-inventory {
  width: 100%;
  height: 100%;
  display: none;
  background-color: pink;
}

/*---- Labs ----*/
.work-area-labs {
  width: 100%;
  height: 100%;
  display: none;
  background-color: grey;
}

/*---- Analytics ----*/
.work-area-analytics {
  width: 100%;
  height: 100%;
  display: none;
  background-color: aquamarine;
}

/*---- Settings ----*/
.work-area-settings {
  width: 100%;
  height: 100%;
  display: none;
  background-color: darkcyan;
}

/*---- Providers ----*/
.work-area-providers {
  width: 100%;
  height: 100%;
  display: none;
  background-color: darkkhaki;
}

/*---- Create ----*/
.work-area-create {
  width: 100%;
  height: 100%;
  display: none;
}



/*------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------*/
/*---------------------------                             ----------------------------------*/
/*---------------------------     Work Area 1 (Home)      ----------------------------------*/
/*---------------------------                             ----------------------------------*/
/*------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------*/

/*--------------------Dashboard Area Start--------------------*/

.dashboard-section {
  width: 70%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.welcome-section {
  width: 100%;
  height: 20vh;
  display: flex;
  padding-top: 15px;
  margin-bottom: 15px;
}

.greetings-box {
  height: 150px;
  width: 70%;
  background-color: #ffecc8;
  border-radius: 20px;
  margin-left: 20px;
  display: flex;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0px 0px 0px #fafafa;
  transition: 0.3s;
}
.greetings-box:hover {
  transition: 0.3s;
  box-shadow: 0px 0px 20px #ebebeb;
}

.greetings-box-content-section {
  width: 55%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.greetings-heading {
  font-size: 26px;
  font-family: "Baloo Tammudu 2", cursive;
  font-weight: 500;
  color: #c45a01;
  margin-left: 30px;
  margin-top: 20px;
  user-select: none;
}
.greetings-text {
  font-size: 16px;
  font-family: "Baloo Tammudu 2", cursive;
  font-weight: 400;
  color: #c45a01;
  margin-left: 30px;
  margin-top: -15px;
  user-select: none;
}
.last-loggedin {
  font-size: 16px;
  font-family: "Baloo Tammudu 2", cursive;
  font-weight: 400;
  color: #c45a01;
  margin-left: 30px;
  margin-top: -15px;
  user-select: none;
}

.greetings-box-illustration-section {
  width: 45%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.illustration-img {
  width: auto;
  height: 100%;
}

.clock-box {
  height: 150px;
  width: 22%;
  background-color: #7a40f2;
  border-radius: 20px;
  margin-left: 3%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0px 0px 0px #fafafa;
  transition: 0.3s;
}
.clock-box:hover {
  transition: 0.3s;
  box-shadow: 0px 0px 25px #e4e4e4;
}

#clockContainer {
  position: relative;
  margin: auto;
  height: 8vw;
  width: 8vw;
  background: url(../images/clock1.svg) no-repeat;
  /*setting our background image*/
  background-size: 100%;
  border-radius: 200px;
}

#hour,
#minute,
#second {
  position: absolute;
  border-radius: 100px;
  transform-origin: bottom;
}

#hour {
  width: 1.8%;
  height: 25%;
  top: 25%;
  left: 48.85%;
  opacity: 0.9;
  background-color: #7a40f2;
}

#minute {
  width: 1.6%;
  height: 30%;
  top: 19%;
  left: 48.9%;
  opacity: 0.8;
  background-color: #7a40f2;
}

#second {
  width: 1%;
  height: 40%;
  top: 9%;
  left: 49.25%;
  opacity: 0.8;
  background-color: #7a40f2;
}


/*---------------- Apps Section ---------------*/

.apps-section{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}

.apps-section-content::-webkit-scrollbar{
  width: 10px;
  background: #fafafa;
}
.apps-section-content::-webkit-scrollbar-track{
  width: 10px;
  background: #fafafa;
}
.apps-section-content::-webkit-scrollbar-thumb{
  width: 10px;
  background: #c4c4c4;
  border-radius: 50px;
}



/*--------------- Horizontal Layout 1 ----------------*/

.layout1{
  width: 100%;
  height: 140px;
  display: flex;
  padding-top: 20px;
}




/*---------------- App 1 ----------------*/

.app1{
  width: 25%;
  height: 140px;
  background-color: #ffffff;
  border-radius: 20px;
  margin-left: 20px;
  border: 1px solid #E6E5F2;
  cursor: pointer;
  box-shadow: 0px 0px 10px #eeeeee;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
}
.app1:hover{
  transition: 0.3s;
  box-shadow: 0px 5px 20px #7E77EF;
  background-color: #7A40F2;
  border: 1px solid #7A40F2;
}
.app1-img-section{
  width: 100%;
  height: 55%;
  display: flex;
  align-items: center;
}
.app1-img{
  height: 50%;
  width: 50%;
  transition: 0.3s;
}
.app1-heading{
  font-size: 20px;
  font-family: 'Baloo Tammudu 2', sans-serif;
  font-weight: 500;
  margin-left: 8%;
  margin-bottom: -8%;
  color: #272727;
  user-select: none;
  transition: 0.3s;
}
.app1-text{
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin-left: 8%;
  color: #919191;
  user-select: none;
  transition: 0.3s;
}




/*---------------- App 2 ----------------*/

.app2{
  width: 25%;
  height: 140px;
  background-color: #ffffff;
  border-radius: 20px;
  margin-left: 20px;
  border: 1px solid #E6E5F2;
  cursor: pointer;
  box-shadow: 0px 0px 10px #eeeeee;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
}
.app2:hover{
  transition: 0.3s;
  box-shadow: 0px 5px 20px #7E77EF;
  background-color: #7A40F2;
  border: 1px solid #7A40F2;
}
.app2-img-section{
  width: 100%;
  height: 55%;
  display: flex;
  align-items: center;
}
.app2-img{
  height: 50%;
  width: 50%;
  transition: 0.3s;
}
.app2-heading{
  font-size: 20px;
  font-family: 'Baloo Tammudu 2', sans-serif;
  font-weight: 500;
  margin-left: 8%;
  margin-bottom: -8%;
  color: #272727;
  user-select: none;
  transition: 0.3s;
}
.app2-text{
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin-left: 8%;
  color: #919191;
  user-select: none;
  transition: 0.3s;
}




/*---------------- App 3 ----------------*/

.app3{
  width: 25%;
  height: 140px;
  background-color: #ffffff;
  border-radius: 20px;
  margin-left: 20px;
  border: 1px solid #E6E5F2;
  cursor: pointer;
  box-shadow: 0px 0px 10px #eeeeee;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
}
.app3:hover{
  transition: 0.3s;
  box-shadow: 0px 5px 20px #7E77EF;
  background-color: #7A40F2;
  border: 1px solid #7A40F2;
}
.app3-img-section{
  width: 100%;
  height: 55%;
  display: flex;
  align-items: center;
}
.app3-img{
  height: 50%;
  width: 50%;
  transition: 0.3s;
}
.app3-heading{
  font-size: 20px;
  font-family: 'Baloo Tammudu 2', sans-serif;
  font-weight: 500;
  margin-left: 8%;
  margin-bottom: -8%;
  color: #272727;
  user-select: none;
  transition: 0.3s;
}
.app3-text{
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin-left: 8%;
  color: #919191;
  user-select: none;
  transition: 0.3s;
}




/*---------------- App 4 ----------------*/

.app4{
  width: 25%;
  height: 140px;
  background-color: #ffffff;
  border-radius: 20px;
  margin-left: 20px;
  margin-right: 20px;
  border: 1px solid #E6E5F2;
  cursor: pointer;
  box-shadow: 0px 0px 10px #eeeeee;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
}
.app4:hover{
  transition: 0.3s;
  box-shadow: 0px 5px 20px #7E77EF;
  background-color: #7A40F2;
  border: 1px solid #7A40F2;
}
.app4-img-section{
  width: 100%;
  height: 55%;
  display: flex;
  align-items: center;
}
.app4-img{
  height: 50%;
  width: 50%;
  transition: 0.3s;
}
.app4-heading{
  font-size: 20px;
  font-family: 'Baloo Tammudu 2', sans-serif;
  font-weight: 500;
  margin-left: 8%;
  margin-bottom: -8%;
  color: #272727;
  user-select: none;
  transition: 0.3s;
}
.app4-text{
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin-left: 8%;
  color: #919191;
  user-select: none;
  transition: 0.3s;
}






/*--------------- Horizontal Layout 2 ----------------*/


.layout2{
  width: 100%;
  height: 140px;
  display: flex;
  padding-top: 20px;
}




/*---------------- App 5 ----------------*/

.app5{
  width: 25%;
  height: 140px;
  background-color: #ffffff;
  border-radius: 20px;
  margin-left: 20px;
  border: 1px solid #E6E5F2;
  cursor: pointer;
  box-shadow: 0px 0px 10px #eeeeee;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
}
.app5:hover{
  transition: 0.3s;
  box-shadow: 0px 5px 20px #7E77EF;
  background-color: #7A40F2;
  border: 1px solid #7A40F2;
}
.app5-img-section{
  width: 100%;
  height: 55%;
  display: flex;
  align-items: center;
}
.app5-img{
  height: 50%;
  width: 50%;
  transition: 0.3s;
}
.app5-heading{
  font-size: 20px;
  font-family: 'Baloo Tammudu 2', sans-serif;
  font-weight: 500;
  margin-left: 8%;
  margin-bottom: -8%;
  color: #272727;
  user-select: none;
  transition: 0.3s;
}
.app5-text{
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin-left: 8%;
  color: #919191;
  user-select: none;
  transition: 0.3s;
}




/*---------------- App 6 ----------------*/

.app6{
  width: 25%;
  height: 140px;
  background-color: #ffffff;
  border-radius: 20px;
  margin-left: 20px;
  border: 1px solid #E6E5F2;
  cursor: pointer;
  box-shadow: 0px 0px 10px #eeeeee;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
}
.app6:hover{
  transition: 0.3s;
  box-shadow: 0px 5px 20px #7E77EF;
  background-color: #7A40F2;
  border: 1px solid #7A40F2;
}
.app6-img-section{
  width: 100%;
  height: 55%;
  display: flex;
  align-items: center;
}
.app6-img{
  height: 50%;
  width: 50%;
  transition: 0.3s;
}
.app6-heading{
  font-size: 20px;
  font-family: 'Baloo Tammudu 2', sans-serif;
  font-weight: 500;
  margin-left: 8%;
  margin-bottom: -8%;
  color: #272727;
  user-select: none;
  transition: 0.3s;
}
.app6-text{
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin-left: 8%;
  color: #919191;
  user-select: none;
  transition: 0.3s;
}




/*---------------- App 7 ----------------*/

.app7{
  width: 25%;
  height: 140px;
  background-color: #ffffff;
  border-radius: 20px;
  margin-left: 20px;
  border: 1px solid #E6E5F2;
  cursor: pointer;
  box-shadow: 0px 0px 10px #eeeeee;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
}
.app7:hover{
  transition: 0.3s;
  box-shadow: 0px 5px 20px #7E77EF;
  background-color: #7A40F2;
  border: 1px solid #7A40F2;
}
.app7-img-section{
  width: 100%;
  height: 55%;
  display: flex;
  align-items: center;
}
.app7-img{
  height: 50%;
  width: 50%;
  transition: 0.3s;
}
.app7-heading{
  font-size: 20px;
  font-family: 'Baloo Tammudu 2', sans-serif;
  font-weight: 500;
  margin-left: 8%;
  margin-bottom: -8%;
  color: #272727;
  user-select: none;
  transition: 0.3s;
}
.app7-text{
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin-left: 8%;
  color: #919191;
  user-select: none;
  transition: 0.3s;
}




/*---------------- App 8 ----------------*/


.app8{
  width: 25%;
  height: 140px;
  background-color: #ffffff;
  border-radius: 20px;
  margin-left: 20px;
  margin-right: 20px;
  border: 1px solid #E6E5F2;
  cursor: pointer;
  box-shadow: 0px 0px 10px #eeeeee;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
}
.app8:hover{
  transition: 0.3s;
  box-shadow: 0px 5px 20px #7E77EF;
  background-color: #7A40F2;
  border: 1px solid #7A40F2;
}
.app8-img-section{
  width: 100%;
  height: 55%;
  display: flex;
  align-items: center;
}
.app8-img{
  height: 50%;
  width: 50%;
  transition: 0.3s;
}
.app8-heading{
  font-size: 20px;
  font-family: 'Baloo Tammudu 2', sans-serif;
  font-weight: 500;
  margin-left: 8%;
  margin-bottom: -8%;
  color: #272727;
  user-select: none;
  transition: 0.3s;
}
.app8-text{
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin-left: 8%;
  color: #919191;
  user-select: none;
  transition: 0.3s;
}




/*------------- Analytics Section -------------*/

.analytics-section {
  width: 30%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.analytics-box {
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  border-radius: 25px 0px 0px 0px;
  margin-top: 15px;
}














/*------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------*/
/*---------------------------                             ----------------------------------*/
/*---------------------------    Work Area 11 (Create)    ----------------------------------*/
/*---------------------------                             ----------------------------------*/
/*------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------*/





.create-section-tabs-layout{
  height: 95.5%;
  width: 340px;
  background-color: #f1f1f1;
  border-radius: 20px;
  margin-left: 20px;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.create-section-tabs-layout::-webkit-scrollbar{
  width: 10px;
  background: #f1f1f1;
}
.create-section-tabs-layout::-webkit-scrollbar-track{
  width: 10px;
  background: #f1f1f1;
}
.create-section-tabs-layout::-webkit-scrollbar-thumb{
  width: 10px;
  background: #c4c4c4;
  border-radius: 50px;
}
.create-tabs-layout-section{
  width: 100%;
  height: 90vh;
  display: flex;
  padding-bottom: 10px;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.create-section-content{
  width: inherit;
  height: 97.5%;
  display: none;
}

.create-section-no-data{
  width: 80%;
  height: 97.5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.create-section-no-data-image{
  width: 15%;
  height: 200px;
}
.create-section-no-data-text{
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #8d8d8d;
  text-align: center;
  margin-top: 30px;
  font-weight: 500;
  user-select: none;
}


.create-section-tab1-new-registration{
  height: 50px;
  width: 90%;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #f5f5f5;
  margin-top: 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.create-section-tab1-color-bar{
  height: 100%;
  width: 0px;
  background-color: #7A40F2;
  border-radius: 10px 0px 0px 10px;
}
.create-section-tab1-image{
  height: 13px;
  width: 15px;
  transform: rotate(-90deg);
  display: flex;
}
.create-section-tab1-text{
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #474747;
  width: 80%;
  margin-left: 15px;
  font-weight: 500;
  user-select: none;
}





/*----------------------- New Registration ----------------------*/





.create-register-new-section{
  width: 100%;
  height: 100%;
  display: none;
  margin-top: 10px;
}
.create-register-new-content{
  height: 88vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
}
.create-register-new-content::-webkit-scrollbar{
  width: 10px;
  background: #fafafa;
}
.create-register-new-content::-webkit-scrollbar-track{
  width: 10px;
  background: #fafafa;
}
.create-register-new-content::-webkit-scrollbar-thumb{
  width: 10px;
  background: #c4c4c4;
  border-radius: 50px;
}
.create-register-new-content::-webkit-scrollbar-thumb:active{
  background: #a5a5a5;
}

.create-register-new-heading{
  font-size: 26px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  margin-left: 18px;
  margin-top: 10px;
  user-select: none;
}
.create-register-heading-bar{
  width: 20%;
  height: 3px;
  margin-left: 19px;
  margin-top: 10px;
  border-radius: 50px;
  background-color: yellowgreen;
}

.create-register-divider{
  width: 96%;
  height: 0px;
  margin-left: 2%;
  background-color: #e0e0e0;
  border-radius: 10px;
}

.create-register-date-time-section{
  width: 100%;
  height: 100px;
  margin-top: 24px;
  display: flex;
}

.create-register-date-section{
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.create-register-mobile-section{
  width: 30%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.create-registeration-date-heading{
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin-left: 36px;
  user-select: none;
}

.create-register-date-time-box{
  width: 70%;
  height: 50px;
  margin-left: 28px;
  margin-top: 12px;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #7A40F2;
}
.create-register-date-icon{
  height: 22px;
  width: 15%;
  display: flex;
  justify-content: center;
}
.create-register-day{
  width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  outline: none;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  border: 0px solid #ffffff;
}
.create-register-month{
  width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  outline: none;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  border: 0px solid #ffffff;
}
.create-register-year{
  width: 55px;
  height: 100%;
  display: flex;
  align-items: center;
  outline: none;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  border: 0px solid #ffffff;
}
.create-register-date-slash{
  width: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}



.create-register-date-divider{
  width: 10px;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}



.create-register-hour{
  width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 10px;
  outline: none;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  border: 0px solid #ffffff;
}

.create-register-time-colon{
  width: 6px;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.create-register-minute{
  width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 15px;
  outline: none;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  border: 0px solid #ffffff;
}



.create-registeration-mobile-heading{
  font-size: 14px;
  margin-left: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  user-select: none;
}

.required-star-text{
  font-size: 14px;
  margin-left: 4px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  user-select: none;
  color: #cf0000;
}

.create-register-mobile-box{
  width: 70%;
  height: 50px;
  margin-top: 12px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #7A40F2;
  overflow: hidden;
}

.create-register-mobile-cc{
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #5a5a5a;
  margin-left: 16px;
}

.create-register-mobile-number{
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #858585;
  margin-left: 8px;

  width: max-content;
  height: 100%;
  display: flex;
  align-items: center;
  outline: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  border: 0px solid #ffffff;
}




.create-register-name-section{
  width: 100%;
  height: 85px;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.create-registeration-name-heading{
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin-left: 36px;
  margin-bottom: 16px;
  user-select: none;
}


.create-register-name-area{
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
}


.create-register-title-section{
  height: 100%;
  width: 140px;
}


.create-register-titles{
  width: 75%;
  height: 38px;
  padding-left: 15px;
  margin-top: 6px;
  margin-left: 30px;
  background-color: #ffffff;
  border: 0px solid #eeeeee;
  outline: none;
  border-radius: 10px 10px 0px 0px;
  box-shadow: 0px 0px 10px #ececec;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 500;
  color: #272727;
  cursor: pointer;
  user-select: none;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.create-register-titles option{
  color: #673AB7;
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 16px;
  background: #ffffff;
}

.create-register-color-bar9{
  width: 75%;
  height: 1.5px;
  display: flex;
  position: relative;
  margin-left: 30px;
  background-color: #673AB7;
}




.create-register-first-name-section{
  width: 20%;
  height: 40px;
  margin-right: 32px;
  display: flex;
  flex-direction: column;
  margin-left: 30px;
  box-shadow: 0px 0px 10px #ebebeb;
  border-radius: 10px 10px 0px 0px;
}

.create-register-color-bar1{
  width: 100%;
  height: 2px;
  display: flex;
  background-color: #673AB7;
}

.create-register-first-name-input{
  height: 38px;
  width: 94%;
  outline: none;
  border: 0px solid #ffffff;
  background-color: #ffffff;
  border-radius: 10px 10px 0px 0px;
  box-shadow: 0px 0px 0px #ececec;
  color: #3b3f42;
  caret-color: #7a40f2;
  padding-left: 6%;
  font-size: 14px;
  font-family: 'Roboto';
}
.create-register-first-name-input::placeholder{
  color: #959696;
}



.create-register-middle-name-section{
  width: 20%;
  height: 40px;
  margin-right: 32px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 10px #ebebeb;
  border-radius: 10px 10px 0px 0px;
}

.create-register-color-bar2{
  width: 100%;
  height: 2px;
  display: flex;
  background-color: #673AB7;
}

.create-register-middle-name-input{
  height: 38px;
  width: 94%;
  outline: none;
  border: 0px solid #ffffff;
  background-color: #ffffff;
  border-radius: 10px 10px 0px 0px;
  box-shadow: 0px 0px 0px #ececec;
  color: #3b3f42;
  caret-color: #7a40f2;
  padding-left: 6%;
  font-size: 14px;
  font-family: 'Roboto';
}
.create-register-middle-name-input::placeholder{
  color: #959696;
}



.create-register-last-name-section{
  width: 20%;
  height: 40px;
  margin-right: 100px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 10px #ebebeb;
  border-radius: 10px 10px 0px 0px;
}

.create-register-color-bar3{
  width: 100%;
  height: 2px;
  display: flex;
  background-color: #673AB7;
}

.create-register-last-name-input{
  height: 38px;
  width: 94%;
  outline: none;
  border: 0px solid #ffffff;
  background-color: #ffffff;
  border-radius: 10px 10px 0px 0px;
  box-shadow: 0px 0px 0px #ececec;
  color: #3b3f42;
  caret-color: #7a40f2;
  padding-left: 6%;
  font-size: 14px;
  font-family: 'Roboto';
}
.create-register-last-name-input::placeholder{
  color: #959696;
}






/*-- Gender - DOB - Blood Group Tab (2nd Tab) --*/


.create-register-second-section{
  width: 100%;
  height: 85px;
  display: flex;
  margin-top: 60px;
}


.create-register-gender-area{
  height: 85px;
  width: 30%;
  display: flex;
  flex-direction: column;
}

.create-register-gender-heading{
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin-left: 36px;
  margin-bottom: 16px;
  user-select: none;
}

.create-register-gender-btn-section{
  width: 100%;
  height: 70px;
  display: flex;
}
.create-register-male{
  height: 32px;
  width: 70px;
  font-family: 'Roboto';
  font-size: 12px;
  font-weight: 500;
  color: #673AB7;
  background-color: #f0f0f0;
  outline: none;
  border: 0px solid #fafafa;
  border-radius: 20px;
  margin-left: 30px;
  cursor: pointer;
  transition: 0.3s;
}
.create-register-male:hover{
  box-shadow: 0px 0px 16px #bebebe;
  transition: 0.3s;
}

.create-register-female{
  height: 32px;
  width: 70px;
  font-family: 'Roboto';
  font-size: 12px;
  font-weight: 500;
  color: #673AB7;
  background-color: #f0f0f0;
  outline: none;
  border: 0px solid #fafafa;
  border-radius: 20px;
  margin-left: 16px;
  cursor: pointer;
  transition: 0.3s;
}
.create-register-female:hover{
  box-shadow: 0px 0px 16px #bebebe;
  transition: 0.3s;
}

.create-register-other{
  height: 32px;
  width: 70px;
  font-family: 'Roboto';
  font-size: 12px;
  font-weight: 500;
  color: #673AB7;
  background-color: #f0f0f0;
  outline: none;
  border: 0px solid #fafafa;
  border-radius: 20px;
  margin-left: 16px;
  cursor: pointer;
  transition: 0.3s;
}
.create-register-other:hover{
  box-shadow: 0px 0px 16px #bebebe;
  transition: 0.3s;
}


.create-register-dob-area{
  width: 20%;
  height: 85px;
  display: flex;
  flex-direction: column;
  margin-left: 3%;
}

.create-register-dob-heading{
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin-left: 10px;
  margin-bottom: 16px;
  user-select: none;
}

.create-register-dob-box{
  height: 38px;
  width: 94%;
  background-color: #ffffff;
  border-radius: 10px 10px 0px 0px;
  box-shadow: 0px 0px 10px #ececec;
  color: #3b3f42;
  caret-color: #7a40f2;
  padding-left: 6%;
  font-size: 14px;
  font-family: 'Roboto';
  display: flex;
}


.create-register-dob-year{
  width: 25%;
  height: 100%;
  display: flex;
  align-items: center;
  outline: none;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  border: 0px solid #ffffff;
}
.create-register-dob-month{
  width: 25%;
  height: 100%;
  display: flex;
  align-items: center;
  outline: none;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  border: 0px solid #ffffff;
}
.create-register-dob-day{
  width: 25%;
  height: 100%;
  display: flex;
  align-items: center;
  outline: none;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  border: 0px solid #ffffff;
}

.create-register-color-bar4{
  width: 100%;
  height: 1.5px;
  display: flex;
  background-color: #673AB7;
}



input[type=checkbox]{
	height: 0;
	width: 0;
	visibility: hidden;
}

label {
	cursor: pointer;
	text-indent: -9999px;
	width: 36px;
	height: 20px;
	background: #a8a8a8;
	float: right;
  margin-left: -50px;
	border-radius: 100px;
	position: relative;
  transition: 0.2s;
}

label:after {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 14px;
	height: 14px;
	background: #fff;
	border-radius: 100px;
	transition: 0.2s;
}

input:checked + label {
	background: #673AB7;
  transition: 0.2s;
}

input:checked + label:after {
	left: calc(100% - 3px);
	transform: translateX(-100%);
}

label:active:after {
	width: 30px;
}



.create-register-blood-group-area{
  width: 30%;
  height: 85px;
  margin-left: 4%;
}

.create-register-blood-group-heading{
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin-left: 36px;
  margin-bottom: 16px;
  user-select: none;
}

.create-register-blood-group-menu{
  width: 140px;
  height: 40px;
  padding-left: 15px;
  margin-left: 30px;
  background-color: #ffffff;
  border: 0px solid #eeeeee;
  outline: none;
  border-radius: 10px 10px 0px 0px;
  box-shadow: 0px 0px 10px #ececec;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 500;
  color: #272727;
  cursor: pointer;
  user-select: none;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.create-register-blood-group-menu option{
  color: #673AB7;
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 16px;
  background: #ffffff;
}

.create-register-color-bar8{
  width: 140px;
  height: 1.5px;
  display: flex;
  position: relative;
  margin-left: 30px;
  background-color: #673AB7;
}




/*--  Address - State - City (Section)  --*/


.create-register-third-section{
  width: 100%;
  height: 85px;
  display: flex;
  margin-top: 60px;
}

.create-register-address-area{
  width: 40%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.create-register-state-area{
  width: 25%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.create-register-city-area{
  width: 25%;
  height: 100%;
  display: flex;
  flex-direction: column;
}



.create-register-address-heading{
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin-left: 36px;
  margin-bottom: 16px;
  user-select: none;
}

.create-register-address-input{
  height: 40px;
  width: 70%;
  outline: none;
  border: 0px solid #ffffff;
  background-color: #ffffff;
  border-radius: 10px 10px 0px 0px;
  box-shadow: 0px 0px 10px #ececec;
  margin-left: 30px;
  color: #3b3f42;
  caret-color: #7a40f2;
  padding-left: 4%;
  font-size: 14px;
  font-family: 'Roboto';
}

.create-register-color-bar5{
  width: 74%;
  height: 1.5px;
  display: flex;
  margin-left: 30px;
  background-color: #673AB7;
}




.create-register-state-heading{
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin-left: 6px;
  margin-bottom: 16px;
  user-select: none;
}
.create-register-states{
  width: 70%;
  height: 40px;
  padding-left: 15px;
  background-color: #ffffff;
  border: 0px solid #eeeeee;
  outline: none;
  border-radius: 10px 10px 0px 0px;
  box-shadow: 0px 0px 10px #ececec;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 500;
  color: #272727;
  cursor: pointer;
  user-select: none;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.create-register-states option{
  color: #673AB7;
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 16px;
  background: #ffffff;
}

.create-register-color-bar6{
  width: 70%;
  height: 1.5px;
  display: flex;
  background-color: #673AB7;
}









.create-register-city-heading{
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin-left: 6px;
  margin-bottom: 16px;
  user-select: none;
}
.create-register-cities{
  width: 70%;
  height: 40px;
  padding-left: 15px;
  background-color: #ffffff;
  border: 0px solid #eeeeee;
  outline: none;
  border-radius: 10px 10px 0px 0px;
  box-shadow: 0px 0px 10px #ececec;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 500;
  color: #272727;
  cursor: pointer;
  user-select: none;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.create-register-cities option{
  color: #673AB7;
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 16px;
  background: #ffffff;
}

.create-register-color-bar7{
  width: 70%;
  height: 1.5px;
  display: flex;
  background-color: #673AB7;
}









/*---- Register Button Section 4 ----*/



.create-register-fourth-section{
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
}


.create-register-button {
  position: relative;
  width: 150px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 7px;
  margin-top: 50px;
  margin-right: 10%;
  color: #ffffff;
  background-color: #673AB7;
  font-family: 'Baloo Tammudu 2', cursive;
  font-weight: 500;
  font-size: 15px;
  user-select: none;
  outline: none;
  border: 0px solid #673AB7;
  border-radius: 6px;
  box-shadow: 0px 0px 5px #d1d1d1;
  cursor: pointer;
  overflow: hidden;
  transition: 0.5s;
}


.create-register-button:first-child {
  background: #673AB7;
}
.create-register-button:last-child {
  background: #673AB7;
  transition: 0.5s;
}


.create-register-button:hover {
  box-shadow: 0px 0px 30px #e2e2e2;
  background-color: #7d54c2;
  transition: 0.5s;
}

.create-register-button > span {
  position: absolute;
  background: #fff;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  pointer-events: none;
  animation: create-register-btn-ripples 0.6s linear infinite;
}
@keyframes create-register-btn-ripples {
  0% {
    width: 0px;
    height: 0px;
    opacity: 0.5;
  }
  100% {
    width: 600px;
    height: 600px;
    opacity: 0;
  }
}



















.create-admit-patient-section{
  width: 100%;
  height: 100%;
  display: none;
  flex-direction: column;
}


.create-book-appointment-section{
  width: 100%;
  height: 100%;
  display: none;
  flex-direction: column;
}


.create-walkin-appointment-section{
  width: 100%;
  height: 100%;
  display: none;
  flex-direction: column;
}


.create-create-invoice-section{
  width: 100%;
  height: 100%;
  display: none;
  flex-direction: column;
}


.create-receive-payment-section{
  width: 100%;
  height: 100%;
  display: none;
  flex-direction: column;
}


.create-add-to-wallet-section{
  width: 100%;
  height: 100%;
  display: none;
  flex-direction: column;
}


.create-refund-payment-section{
  width: 100%;
  height: 100%;
  display: none;
  flex-direction: column;
}







.create-section-tab2-admit-patient{
  height: 50px;
  width: 90%;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #f5f5f5;
  margin-top: 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.create-section-tab2-color-bar{
  height: 100%;
  width: 0px;
  background-color: #7A40F2;
  border-radius: 10px 0px 0px 10px;
}
.create-section-tab2-image{
  height: 13px;
  width: 15px;
  transform: rotate(-90deg);
  display: flex;
}
.create-section-tab2-text{
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #474747;
  width: 80%;
  margin-left: 15px;
  font-weight: 500;
  user-select: none;
}


.create-section-schedule-heading-section{
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.create-section-schedule-heading{
  font-size: 22px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  margin-left: 20px;
  color: #7A40F2;
  user-select: none;
}





.create-section-tab3-book-appointment{
  height: 50px;
  width: 90%;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #f5f5f5;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.create-section-tab3-color-bar{
  height: 100%;
  width: 0px;
  background-color: #7A40F2;
  border-radius: 10px 0px 0px 10px;
}
.create-section-tab3-image{
  height: 13px;
  width: 15px;
  transform: rotate(-90deg);
  display: flex;
}
.create-section-tab3-text{
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #474747;
  width: 80%;
  margin-left: 15px;
  font-weight: 500;
  user-select: none;
}





.create-section-tab4-walkin-appointment{
  height: 50px;
  width: 90%;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #f5f5f5;
  margin-top: 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.create-section-tab4-color-bar{
  height: 100%;
  width: 0px;
  background-color: #7A40F2;
  border-radius: 10px 0px 0px 10px;
}
.create-section-tab4-image{
  height: 13px;
  width: 15px;
  transform: rotate(-90deg);
  display: flex;
}
.create-section-tab4-text{
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #474747;
  width: 80%;
  margin-left: 15px;
  font-weight: 500;
  user-select: none;
}





.create-section-billing-heading-section{
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.create-section-billing-heading{
  font-size: 22px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  margin-left: 20px;
  color: #7A40F2;
  user-select: none;
}





.create-section-tab5-create-invoice{
  height: 50px;
  width: 90%;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #f5f5f5;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.create-section-tab5-color-bar{
  height: 100%;
  width: 0px;
  background-color: #7A40F2;
  border-radius: 10px 0px 0px 10px;
}
.create-section-tab5-image{
  height: 13px;
  width: 15px;
  transform: rotate(-90deg);
  display: flex;
}
.create-section-tab5-text{
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #474747;
  width: 80%;
  margin-left: 15px;
  font-weight: 500;
  user-select: none;
}





.create-section-tab6-receive-payment{
  height: 50px;
  width: 90%;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #f5f5f5;
  margin-top: 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.create-section-tab6-color-bar{
  height: 100%;
  width: 0px;
  background-color: #7A40F2;
  border-radius: 10px 0px 0px 10px;
}
.create-section-tab6-image{
  height: 13px;
  width: 15px;
  transform: rotate(-90deg);
  display: flex;
}
.create-section-tab6-text{
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #474747;
  width: 80%;
  margin-left: 15px;
  font-weight: 500;
  user-select: none;
}




.create-section-tab7-add-to-wallet{
  height: 50px;
  width: 90%;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #f5f5f5;
  margin-top: 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.create-section-tab7-color-bar{
  height: 100%;
  width: 0px;
  background-color: #7A40F2;
  border-radius: 10px 0px 0px 10px;
}
.create-section-tab7-image{
  height: 13px;
  width: 15px;
  transform: rotate(-90deg);
  display: flex;
}
.create-section-tab7-text{
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #474747;
  width: 80%;
  margin-left: 15px;
  font-weight: 500;
  user-select: none;
}





.create-section-tab8-refund-payment{
  height: 50px;
  width: 90%;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #f5f5f5;
  margin-top: 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.create-section-tab8-color-bar{
  height: 100%;
  width: 0px;
  background-color: #7A40F2;
  border-radius: 10px 0px 0px 10px;
}
.create-section-tab8-image{
  height: 13px;
  width: 15px;
  transform: rotate(-90deg);
  display: flex;
}
.create-section-tab8-text{
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #474747;
  width: 80%;
  margin-left: 15px;
  font-weight: 500;
  user-select: none;
}































/*------------- Custom Context Menu Section -------------*/

#contextmenu {
  position: fixed;
  top: 10px;
  left: 10px;
  background: #fdfdfd;
  width: 250px;
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  transform: scale(0);
  transform-origin: top left;
}

#contextmenu.active {
  transform: scale(1);
  transition: transform 250ms ease-in-out;
}

#contextmenu .list {
  border-bottom: 1px solid #eee;
}

#contextmenu .list .item {
  position: relative;
  padding: 10px;
  font-size: 14px;
  color: #555;
  cursor: pointer;
  display: flex;
  align-items: center;
}

#contextmenu .list .item i {
  display: inline-block;
  width: 20px;
  margin-right: 5px;
}

#contextmenu .list .item:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0%;
  height: 100%;
  background: #eee;
  z-index: -1;
  transition: all 150ms ease-in-out;
}

#contextmenu .list .item:hover:before {
  width: 100%;
}

.ct-img1{
  width: 18px;
  height: 18px;
}
.ct-text1{
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  margin-left: 10px;
  font-weight: 600;
}

.ct-img2{
  width: 18px;
  height: 18px;
}
.ct-text2{
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  margin-left: 10px;
  font-weight: 600;
}

.ct-img3{
  width: 18px;
  height: 18px;
}
.ct-text3{
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  margin-left: 10px;
  font-weight: 600;
}

.ct-img4{
  width: 18px;
  height: 18px;
}
.ct-text4{
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  margin-left: 10px;
  font-weight: 600;
}

.ct-img5{
  width: 18px;
  height: 18px;
}
.ct-text5{
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  margin-left: 10px;
  font-weight: 600;
}







/*----------------- Custom Snackbar -----------------*/



.snackbar {
  min-height: 40px;
  width: 375px;
  display: flex;
  align-items: center;
  background-color: #383333;
  box-shadow: 0px 0px 10px #777777;
  border-radius: 5px;
  left: 30px;
  bottom: -50px;
  z-index: 1;
  position: fixed;
  visibility: hidden;
}

.snackbar-icon-section{
  width: 10%;
  display: flex;
}
.snackbar-icon{
  height: 20px;
  width: 20px;
  margin-left: 16px;
  margin-top: 12px;
  margin-bottom: 12px;
  display: flex;
}

.snackbar-text-section{
  width: inherit;
}
.snackbar-text{
  display: flex;
  font-family: 'Roboto';
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 16px;
  user-select: none;
}

.snackbar-button-section{
  display: flex;
  justify-content: flex-end;
}
.snackbar-button{
  min-width: 60px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  background-color: #383333;
  outline: none;
  border: none;
  border-radius: 4px;
  font-family: 'Roboto';
  font-size: 12px;
  color: #ffffff;
  font-weight: 400;
  cursor: pointer;
  user-select: none;
  transition: 0.3s;
}




