@font-face {
  font-family: roboto-bold;
  src: url(../fonts/roboto-bold.ttf);
}
@font-face {
  font-family: roboto-regular;
  src: url(../fonts/roboto-regular.ttf);
}
@font-face {
  font-family: Roboto-Medium;
  src: url(../fonts/Roboto-Medium.ttf);
}
@font-face {
  font-family: Roboto-Light;
  src: url(../fonts/Roboto-Light.ttf);
}
.page-body-wrapper.user-login-bg {
 
  background-size: 100% 135%;

  background-repeat: no-repeat;
}
.sign-in-txt{
  Font-family: Poppins;
  font-weight: 600;
  Font-size: 25px;
  line-height: 32px;
  /* Line-height: 100%; */
  color: #ffffffff;

}
.loginbg {
  background-image: url("../images/login/login-img.png");
  background-repeat: no-repeat;
  /* width: 100%; */
  background-size: cover;
  height: 100vh;
}
.login-wrap{
background: #fff;
  padding: 20px 45px;
  border: 5px solid #057bba;
  border-radius: 15px;
  /* box-shadow: 0px -1px 0px 15px #00a0c3; */
  border: 3px dashed #057bba;
  align-items: center;
  width: 100%;
}
.logo-wrap{
 
  padding-top: 15px;
}
.sub-txt{
  color: #000;
  padding-bottom: 30px;
}
.sign-in-txt{
  color: #000;
}
.login-box-bg {
  background-color: #000;

  box-shadow: 0px 2px 5px 2px #777777;
  border-radius: 25px;
}

.login-box-white::before{
  position: absolute;
}
.login-custom-input {
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 1.5;
  color: #a2a1a1 !important;
  font-family: roboto-regular;
  background: #ffffff;
  border: 1px solid #999999;
  box-sizing: border-box;
  box-shadow: 0px 4px 39px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  height: 60px;
  padding: 0.875rem 25px;
}
.btn-login {
  font-family: roboto-regular;
  font-size: 27px;
  font-style: normal;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;

  padding: 20px 30px;
  width: 60%;
  border-radius: 11px;
}
.pad-t-100 {
  padding-top: 80px;
  padding-bottom: 20px;
}
.input-icon {
  position: absolute;
  right: 20px;
  top: 21px;
  z-index: 1;
  display: block;
}
.btn-blue {
  background-color: #007bbcfa;
}
.blue-color {
  color: #007bbcfa;
}
.blue-color:hover {
  color: #007bbcfa;
}
span .text-primary {
  color: #06b1f0 !important;
}
.nav-logo {
  height: 65px;
}
.user-nav ul>li>a{
  color: #21212180;
  font-weight: 700;
  font-size: 20px;
  padding: 10px 20px;
}
.user-nav ul>li.active a{
  color: #007bbcfa;
}
.user-nav ul>li.active a:hover,
.user-nav ul>li.active a:focus{
  text-decoration: underline;
}

.navbar.default-layout-navbar.user-sidebar {
  height: 101px;
  left: 0px;
  top: 0px;
  background: #ffffff;
  box-shadow: 0px 7px 12px rgb(0 0 0 / 15%);
}
.dropdown-toggle:after {
  color: #ccc !important;
}
.input-group-text {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* tophead style */
.navbar.default-layout-navbar.navbar-warning .navbar-menu-wrapper {
  background: #007bbcfa;
}
.sidebar .nav.sub-menu {
  padding-left: 55px;
}
.sidebar .nav .nav-item .nav-link {
  white-space: normal;
  line-height: 1.6 !important;
}
.user-navbar-menu-wrapper {
  background-color: transparent !important;
}
.user-sidebar {
  padding-top: 25px;
}
.navbar.default-layout-navbar.navbar-warning .navbar-menu-wrapper {
  background: #007bbcfa;
}
.sidebar-dark
  .sidebar
  .nav:not(.sub-menu)
  > .nav-item:hover:not(.nav-profile)
  > .nav-link {
  background: #0faff0;
  color: #ffffff;
}

.tbl-wrap {
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.tbl-wrap table > thead tr:first-child {
  background-color: #0faff0;
  color: #fff;
}
.dash-lbl-text {
  font-weight: 500;
  font-family: roboto-bold;
  font-style: normal;
  line-height: 1.2;
  color: #000;
  font-size: 13px !important;
}
.tbl-wrap .form-check-input {
  margin-left: 0 !important;
}
.tbl-wrap td input.form-control {
  min-width: auto;
  width: 100px;
  max-width: 200px;
}
.pagination .page-item.active .page-link,
.pagination .page-item:hover,
.pagination .page-item .page-link:hover {
  background: #0faff0;
  border-color: #0faff0;
}
.dataTables_info {
  /* font-size: 16px;
    color: #0faff0;
    font-weight: 600; */
  line-height: 1.8;
  font-family: roboto-regular;
  display: inline-block;
  padding-right: 40px;
}
.btn-primary {
  background: #007bbcfa;
  border-color: #007bbcfa;
  color: #fff;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
.btn-primary:hover{
  background: #007bbcfa;
  border-color: #007bbcfa;
}
.header > h2 {
  font-size: 18px;
  padding: 20px 15px 15px !important;
  border-bottom: 1px solid #ccc;
}
.user-panel{
  min-height: calc(100vh - 100%);
  width: 100%;
}
.user-nav{
  margin-top: 70px;
  padding: 15px 10px !important;
  box-shadow: none !important;
}
.user-panl-nav{
  background-color: #007bbcfa !important;
  box-shadow: none !important;
}
.user-panl-nav .navbar-brand-wrapper{
  background-color: transparent !important;
}
.fc .fc-button-group .fc-button{
  background-color: #963596 !important;
  COLOR: #FFF;
}
.fc button .fc-icon-right-single-arrow:after, .fc button .fc-icon-left-single-arrow:after{
  color: #fff;
}
.fc .fc-button-group .fc-button.fc-state-active {
  color: #fff;
  background-color: #6A0367 !important;
}
/* 
user panel design */

.user-content-wrapper {
  /* background-image: url(../images/footer.png); */
  background-size: contain;
  /* padding: 5.5rem 1.7rem 1.5rem; */
  position: relative;
  background-color: #F5F5F5;
  background-repeat: no-repeat;
}
.user-box-sales-performance {
  background: #ffffff;
  box-shadow: 0px 4px 15px rgb(0 0 0 / 12%);
  border-radius: 7px;
}
.read-more-text {
  font-family: Roboto-Bold;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */

  text-decoration-line: underline;

  color: #0088ba;
}
.dash-box-icon {
  margin-left: -1px;
  margin-top: -59px;
  margin-bottom: 30px;
}
.sidebar-dark .sidebar.user-sidebar .nav .nav-item .nav-link {
  color: #000000;
}
.sidebar-dark .sidebar.user-sidebar .nav .nav-item .nav-link i.menu-icon {
  color: inherit;
}
.sidebar-dark .sidebar.user-sidebar {
  background: #fff;
}
.sidebar-dark
  .sidebar
  .nav:not(.sub-menu)
  > .nav-item:hover:not(.nav-profile)
  > .nav-link,
.sidebar-dark .sidebar .nav li a:hover .menu-icon {
  background: #353535;
  color: #ffffff;
}
.sidebar.user-sidebar .nav .nav-item.nav-profile .profile-name .designation {
  color: #686868;
  font-size: 0.75rem;
}
.sidebar-dark .sidebar.user-sidebar .nav .nav-item.nav-profile .profile-name .name {
  color: #585858 !important;
}
.sidebar-dark .sidebar.user-sidebar .nav .nav-item:first-child .nav-link {
  background: #EFF5F9 !important;
}
.sidebar.user-sidebar .nav .nav-item.nav-profile .profile-name .designation {
  color: #686868;
  font-size: 0.75rem ;
}
.sidebar-dark
  .sidebar
  .nav:not(.sub-menu)
  > .nav-item:hover:not(.nav-profile)
  > .nav-link {
  background: #353535;
  color: #ffffff;
}
/* sale-performance-ttl style */

.sale-performance-ttl {
  font-family: Roboto-Medium;
  font-style: normal;
  font-weight: 500;
  font-size: 23px;
  line-height: 27px;
  /* identical to box height */

  color: #000;
}
/* div table design  */
.rTable {
  display: table;
}
.rTableRow {
  display: table-row;
}
.rTableHeading {
  display: table-header-group;
 
}
.rTableRow .rTableHead:first-child {
  border-top-left-radius: 15px;

}
.rTableRow .rTableHead:last-child {
  
  border-top-right-radius: 15px;
}
.rTableBody {
  display: table-row-group;
}
.rTableFoot {
  display: table-footer-group;
}
.rTableCell,
.rTableHead {
  display: table-cell;
}

.rTable .rTableRow:last-child .rTableCell {
  border-bottom: 0;
}
.rTable {
  display: table;
  width: 100%;
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 30px;
}
.rTableRow {
  display: table-row;
}
.rTableHeading {
  display: table-header-group;
  background-color: #ddd;
}
.rTableCell,
.rTableHead {
  display: table-cell;
  padding: 3px 10px;
  border-bottom: 1px solid #cbcbcb;
  padding: 15px;
}
.rTableHead {
  background: #00a6e3;
  font-family: Roboto-Regular;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 14px;
  text-align: left;
  padding: 15px;
  color: #ffffff;
}
.rTableHeading {
  display: table-header-group;
  background-color: #ddd;
  font-weight: bold;
}
.rTableFoot {
  display: table-footer-group;
  font-weight: 800;
  background-color: transparent;

}
.rTableFoot .rTableCell{
color: #00a6e3;
}
.rTableBody {
  display: table-row-group;
}
.border-bottom-gray {
  margin-top: -10%;
  border-bottom: 1px solid #817979 !important;
  padding-bottom: 15px;
}
.tbl-ttl{
  font-family: 'roboto-regular';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 13px;
  padding-bottom: 15px;
  text-align: left;
  color: #8E8E8E;
}
.time-txt{
  font-family: Roboto-Regular;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 24px;
letter-spacing: 0.15px;
color: #000000;
  float: right;
}
.dash-panel-ttl{
  font-family: Roboto-Regular;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0.15px;
    color: rgba(0, 0, 0, 0.87);
    padding: 25px 0 15px;
    word-break: break-all;
}
.dash-panel-text{
  font-family: Roboto-Regular;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 24px;
display: flex;
align-items: flex-end;
text-align: justify;
letter-spacing: 0.15px;
color: rgba(0, 0, 0, 0.87);
}
.user-content-wrapper .footer{
  position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}
.box-body{
  margin-bottom: 30px;
background-color: #fff;
position: relative;
height: 100%;
}
.mar-b-30{
  margin-bottom: 15px;
}
.support-format-txt{
  font-family: Roboto-Regular;
font-style: italic;
font-weight: normal;
font-size: 14px;
line-height: 21px;
color: #858585;
padding-top: 5px;
}
.read-more-pos{
  position: absolute;
    bottom: 15px;
    right: 15px;
}
.btn-pos{
  position: absolute;
  right:25px;
}
.error{
  padding-top: 5px;
    padding-left: 15px;
}
.user-dash-card{
  height: 100%;
}
.overflow-scroll{
  white-space: nowrap;
}
.admin-sidebar .nav.sub-menu .nav-item .nav-link {
  color: #fff !important;
}
.padding-0{
  padding: 15px !important;
}
.btn-session{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
  background-color: #DF9926 !important;
    border-color: #DF9926 !important;
}
.btn-session:hover{
  background-color: #DF9926 !important;
    border-color: #DF9926 !important;
}
.btn-warning{
  background-color: #007bbcfa !important;
    border-color: #007bbcfa !important;
}
.btn-add-dr{
  background: #007bbcfa;
    color: #ffffff;
}
.btn-add-dr:hover,
.btn-add-dr:focus
{
  background: #007bbcfa;
    color: #ffffff;
}
.btn-save{
  background: #03AEA7;
  color: #ffffff;
}
.btn-save:hover,
.btn-save:focus
{
  background: #03AEA7;
  color: #ffffff;
}
.select-educator .select2-container{
  width: 100% !important;
}
.login-txt{
  font-family: 'Poppins';
font-style: normal;
font-weight: 300;
font-size: 14px;
line-height: 21px;
padding: 15px 10px;
color: #8A8AAD;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(163, 163, 163); 
  border-radius: 5px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #ccc; 
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgb(163, 163, 163); 
}
.checkbox-wrap{
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox-wrap:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-wrap input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-wrap input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-wrap .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.card-pad{
  padding: 1.5rem !important;
}
.patient-info-txt{
  display: flex;
}
.name-txt{
  font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #212121;
    padding-bottom: 5px;
}
.mobile{
  float: left;
}
.login-wrap {
  margin-top: 22%;
}

/* div table design end  */

/* .navbar.default-layout-navbar.navbar-warning .navbar-menu-wrapper .navbar-toggler{
    margin-left: auto;
} */

@media screen and (min-width:1024px) and (max-width:1500px){
  .login-custom-input{
    height: 50px;
  }
  .login-custom-input::placeholder{
    font-size: 14px;
  }
  .input-icon{
    top: 12px;
  }
  .btn-login {
  
    line-height: 0.5;
    margin-top: 0px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1300px) {
  .col-xm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .navbar.default-layout-navbar .navbar-menu-wrapper {
    width: auto;
  }
  .loginbg{
    background-size: unset;
  }
}
@media screen and (max-width: 767px) {
  .sign-in-txt{
    color: #000;
    text-align: center;
  }
  .sub-txt{
    text-align: center;
    color: #000;
  }
  .login-wrap {
    margin-top: 22%;
    background: #fff;
    padding: 15px 15px !important;
  }
  .loginbg{
    background-size: unset;
  }
  .user-content-wrapper {
    /* background-image: url(../../web/images/user-dash-bg.png); */
    background-size: cover;
    padding: 5.5rem 1.7rem 1.5rem;
    background-repeat: no-repeat;
  }
  .tbl-scrol{
    overflow: auto;
    display: block;
    white-space: nowrap;

  }
  .mar-b {
    margin-bottom: 4.25rem;
  }
  .navbar.default-layout-navbar .navbar-menu-wrapper {
    width: auto;
    padding-left: 15px;
    padding-right: 10px;
  }
  .navbar.default-layout-navbar .navbar-menu-wrapper .navbar-nav .nav-item {
    margin-left: -1rem;
    margin-right: 0rem;
  }
}
@media screen and (max-width: 557px) {
.navbar.default-layout-navbar .navbar-menu-wrapper {
  width: auto;
  padding-left: 15px;
  padding-right: 3px;
  
}
.mobile{
  float: none;
  padding-bottom: 10px;
}
.patient-info-txt{
  display: block;
}
.initial > p{
  text-align: center;
}
.card-pad{
  padding: 10px !important;
}
.bg-white{
  padding: 0 !important;
}
.pagination-wrap .pagination > div{
width: 100%;
}
.pagination-wrap .pagination, .jsgrid .jsgrid-pager{
  flex-flow: wrap;
  justify-content: center;
}
.user-content-wrapper {
  padding: 5.5rem 0rem 1.5rem;
}
.sub-txt{
  text-align: center;
}
.sign-in-txt{
  text-align: center;
  padding-bottom: 15px;
}
.logo-wrap{
  text-align: center;
}
.login-txt {
  text-align: center;
}
.user-nav{
  position: fixed;
    bottom: 0;
    box-shadow: 0px 0px 26px 0px #ccc !important;
    left: 0;
    right: 0;
    z-index: 1050;
}
.user-nav .nav{
  flex-wrap: nowrap !important;
  overflow: auto;
}
.user-nav ul>li>a{
  font-size: 16px;
  text-align: center;
  display: block;
  padding: 10px 5px;
}
.user-nav .menu-icon{
  display: block;
  width: 140px;
}
.login-custom-input{
  height: 50px;
}
.input-icon {
  
  top: 13px;
}
.btn-login {
  margin-top: 0px;
  padding: 10px 30px;
  width: 100%;
 
}
}