

html {
  height: 100%;
}

body {
background-image:url('/images/background.png');
font-family: 'Roboto', sans-serif;
background-size:cover;
background-attachment: fixed;
background-repeat: no-repeat;
/* height:100vh; */
  font-size: 14px;
  line-height: 1.5;
  color: #333;
    /* background-color:#ebebf17a; */

}

label {
  /* margin-top: 6px; */
  line-height: 17px;
}

a {
  color: #fff;
}

a:focus,
a:hover {
  color: #008080;
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
  margin-top: 6px;
}

/******* Login Page *******/



.relative {
  position: relative;
}

.login-container-wrapper .logo,
.login-container-wrapper .welcome {
  margin: 0 0 20px 0;
  font-size: 16px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
}

.login-container-wrapper .logo {
  text-align: center;
  position: absolute;
  top: -42px;
  margin: 0 auto;
  width: 100px;
  height:100px;
  left: 37.5%;
  border-radius: 50%;
  background-color: #fff;
  padding: 25px;
  /* box-shadow: 0px 0px 9px 2px #344454; */
}

.login-container-wrapper {
  max-width: 400px;
  margin: 10% auto 8%;
  padding: 40px;
  box-sizing: border-box;
  background: rgba(65, 134, 246, 0.78);
  /* box-shadow: 1px 1px 10px 1px #000000, 8px 8px 0px 0px #344454, 12px 12px 10px 0px #000000; */
  position: relative;
  padding-top: 80px;
  border-radius:25px;
}

.logo .fa {
  font-size: 50px;
}
.login input:focus + .fa{
  color:#fff;
}
.login-form .form-group {
  margin-right: 0;
  margin-left: 0;
}

.login-form i {
  position: absolute;
  top: 18px;
  right: 20px;
  color: #93a5ab;
}

.login-form .input-lg {
  font-size: 16px;
  height: 52px;
  padding: 10px 25px;
  border-radius: 0;
}

.login input[type="email"],
.login input[type="password"],
.login input:focus {
  background-color: rgba(40, 52, 67, 0.75);
  border: 1px solid #4a525f;
  color: #eee;
  border-left: 4px solid #93a5ab;
}

.login input:focus {
  border-left: 4px solid #ccd8da;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: rgba(40, 52, 67, 0.75)!important;
  background-image: none;
  color: rgb(0, 0, 0);
  border-color: #FAFFBD;
}

.login .checkbox label,
.login .checkbox a {
  color: #ddd;
}

.btn-success {
  background-color: transparent;
  background-image: none;
  padding: 8px 50px;
  border-radius: 0;
  border: 2px solid #93a5ab;
  box-shadow: inset 0 0 0 0 #7692A7;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.btn-success:focus,
.btn-success:hover,
.btn-success.active,
.btn-success:active {
  background-color: transparent;
  border-color: #fff;
  box-shadow: inset 0 0 100px 0 #7692A7;
  color: #FFF;
}

.footer-section
{

    position: fixed;
    bottom:0px;
    background-color: #fff;
    width:100%;
    /* padding:px 0px; */
    /* margin-top:10px; */
}
.footer-section p
{
    /* color:#fff; */
    margin-top:20px;

}
.nav-item
{
    margin:0px 25px;
    color:#000;
}
.nav-link
{
    color:#000 !important;
}
.section
{
    padding:55px 0px;
}
.setup-card
{
    width:150px;
    height:150px;
    /* border:1px solid black; */
    margin:0 auto;
    display: block;
    position: relative;
    background-color:#4286f6;
    color:#fff;
    border-radius:50%;
}

.setup-content
{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    /* padding:30px; */
}
.setup-card .icon
{
    font-size: 45px;;
    text-align: center;
}
.icon-title
{
    font-size: 15px;
    text-align: center;
    margin-top:20px;
    color:#000;
    text-decoration: none;
}

.dashboard-box
{
    width:100%;
    height:100px;
    margin:0 auto;
    display:block;
    position:relative
}


.dashboard-content
{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    color:#fff;
    width:100%;
}

.dashboard-title
{
    font-size:12px;
    font-weight:bold;
    text-align: center;
    text-transform: uppercase;
}
.count
{
    font-size:30px;
    font-weight: bold;
    text-align: right;
}

.table-view
{
    background-color: #fff;
    padding:30px 20px;
    margin:20px 0px;
    border-radius:10px;
}
.btn-danger
{
    background-color: #F43400 !important;
}
.btn-warning
{
    background: #F9A100 !important;
}
.form-control:focus {
    border-color: #ccc ; /* Replace with your desired color */
    box-shadow: 10px 10px 14px -12px rgba(0,0,0,0.61);

  }
.notes-form-box
{
    background-color:#fff;
    margin:15px 0px;
    font-size:12px;
    padding:15px 15px;
    border-radius:10px;
    border-left:8px solid #4286F6;
    /* border-right:8px solid #4286F6; */
}
.notes-form-box span
{
    margin-top:10px;
    padding:3px;
    color:#fff;
    font-size:10px;
    border-radius:10px;
    margin-right:25px;
    display: inline-block;
    width:100px;
    text-align:center
}

.todayactivities
{
    background-color: #fff;
    border-radius:10px 0px 0px 10px;
    width:500px;
    height:100vh;
    position: fixed;
    top:0;
    right:-550px;
    padding:25px;
    box-shadow: -9px 0px 21px -10px rgba(0,0,0,0.64);
    transition: 0.5s;
    background-image: url('/images/background.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}

.todayactivities.show {
    right: 0;
}
.sidebarbtn
{
    position:fixed;
    top:150px;
    right:-62px;
    transform:rotate(-90deg);
    border-radius:10px 10px 0px 0px;
}
.sidebarbtntwo
{
    position:fixed;
    top:350px;
    right:-70px;
    transform:rotate(-90deg);
    border-radius:10px 10px 0px 0px;
}
.sidebarbtnthree
{
    position:fixed;
    bottom:350px;
    left:-86px;
    transform:rotate(-270deg);
    border-radius:10px 10px 0px 0px;
}

.overdueactivities
{
    background-color: #fff;
    border-radius:10px 0px 0px 10px;
    width:500px;
    height:100vh;
    position: fixed;
    top:0;
    right:-500px;
    padding:25px;
    box-shadow: -9px 0px 21px -10px rgba(0,0,0,0.64);
    transition: 0.5s;
    background-image: url('/images/background.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}

.overdueactivities.show {
    right: 0;
}
.btn
{
    border-radius:50px;
}
.btn:hover
{
    box-shadow: 10px 10px 14px -12px rgba(0,0,0,0.61) !important;
}
.dasboard-welcome-card
{
    width:100%;
    background-image: url('/images/dashboard.png');
    background-size:cover;
    background-position: center;
    height:200px;
    border-radius:30px;
}
.dashboard
{
    padding-top:90px;
    padding-left:50px;
}
.folloupsummery
{
    display: flex;
    justify-content: center;
}
.folloupbox
{
    height:80px;
    color:#fff;
    width:210px;
    display: flex;
    justify-content: space-between;
    padding:10px;
    align-items: center;
    border-radius:15px;
    margin:10px;
}
.folloupcount
{
    font-size:40px;
    padding-right:20px;
}
.follouptitle
{
    font-weight: bold;
    padding-left:20px
}
.folloupbox2
{
    height:80px;
    background-color: #fff;
    width:210px;
    display: flex;
    justify-content: space-between;
    padding:10px;
    align-items: center;
    border-radius:15px;
    margin:10px;
}

.folloupbox2 .follouptitle
{
    font-size:13px;
}
.folloupbox2 .folloupcount
{
    font-size:35px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

::-webkit-input-placeholder {
    font-size: 12px; /* Change this value to adjust the font size */
}

:-moz-placeholder {
    font-size: 12px; /* Change this value to adjust the font size */
}

::-moz-placeholder {
    font-size: 12px; /* Change this value to adjust the font size */
}

:-ms-input-placeholder {
    font-size: 12px; /* Change this value to adjust the font size */
}
.renewal-history
{

background-color:#fff;
border-radius:10px;
padding:20px 15px;
}
.renewal-history h6
{
    font-weight: bold;
    margin-left:10px;
}
.renewal-history li
{
    font-size:12px;
    line-height: 20px;
}
.alertbox
{
    height:50px;
    margin-top:15px;
    border-radius:50px;
    color:#fff;
    text-align: center;

}
.alertbox p
{
    padding-top:15px;
}

.renewalscounts
{
    display: flex;
    justify-content: center;
}
.renewalcountbox
{
    height:80px;
    color:#fff;
    width:330px;
    display: flex;
    justify-content: space-between;
    padding:10px;
    align-items: center;
    border-radius:15px;
    margin:10px;
}
.renewalcount
{
    font-size:40px;
    padding-right:20px;
}
.renewaltitle
{
    font-weight: bold;
    padding-left:20px
}
.renewalactivities
{
    background-color: #fff;
    border-radius:10px 0px 0px 10px;
    width:500px;
    height:100vh;
    position: fixed;
    top:0;
    left:-500px;
    padding:25px;
    /*box-shadow: -9px 0px 21px -10px rgba(0,0,0,0.64);*/
    box-shadow: 3px 5px 21px 0px rgba(0,0,0,0.28);

    transition: 0.5s;
    background-image: url('/images/background.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}

.renewalactivities.show {
    left: 0;
}