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 *******/

.btn-colmary {
    color: #fff;
    background-color: #00be24;
    border-color: #00be24;
}
.btn-colmary:hover {
    color: #fff;
    background-color: #ffbd00;
    border-color: #ffbd00;
}

.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 15px;
    color: #000;
}
.nav-link {
    color: #000 !important;
    padding: 10px 4px 10px 4px !important;
    font-size: 13px;
}
.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; */
    position: relative;
    word-wrap: break-word;
}
.notes-form-box span {
    margin-top: 10px;
    padding: 3px;
    color: #fff;
    font-size: 10px;
    border-radius: 10px;
    margin-right: 5px;
    display: inline-block;
    width: 125px;
    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;
    flex-wrap: wrap;
}
.folloupbox {
    height: 80px;
    color: #fff;
    width: 200px;
    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: 200px;
    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;
}
.form-select {
    font-size: 12px !important;
    line-height: 1.8 !important;
}
.form-control {
    font-size: 14px !important;
}
.form-control::placeholder {
    color: #ccc;
}
::-webkit-input-placeholder {
    font-size: 12px; /* Change this value to adjust the font size */
    color: #ccc;
}

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

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

:-ms-input-placeholder {
    font-size: 12px; /* Change this value to adjust the font size */
    color: #ccc;
}
.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;

    /* display: flex;
      justify-content: space-between; */
    padding: 10px;

    border-radius: 15px;
    margin: 10px;
}
.renewalcount {
    font-size: 20px;
    /* padding-right:20px; */
    margin-bottom: 0px !important;
    text-align: center;
}
.renewaltitle {
    /* font-weight: bold; */
    /* padding-left:20px */
    text-align: center;
    margin-bottom: 0px !important;
}
.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);
    z-index: 9999;
    transition: 0.5s;
    background-image: url("/images/background.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.renewalactivities.show {
    left: 0;
}

.navbaractive {
    background-color: #000;
    color: #f9a100 !important;
    border-radius: 50px;
    padding: 10px;
}

.filtertrigger {
    background-color: #fff;
    border-radius: 10px 0px 0px 10px;
    width: 350px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -350px;
    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;
    z-index: 9999;
}

.filtertrigger.show {
    right: 0;
}
.button-box {
    position: absolute;
    right: 5px;
    bottom: 0px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #f9a100 !important;
}
.sessionexpired {
    position: fixed;
    height: 100vh;
    background-color: #fff;
    background-image: url("/images/background.png");
    background-size: cover;
    width: 100%;
    z-index: 9999999;
    top: 0px;
}

.sessionexpired .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.estimatecreate {
    height: 175px;
    position: relative;
    background-color: #ccd8da;
    /* border:2px solid black; */
    box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.estimatecreate .es {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ccc;
}
.select2-container--default .select2-selection--single {
    width: 230px !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    right: 14px !important;
}
.select2-container .select2-selection--single {
    height: 35px !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 33px !important;
}

.disablestatusbox {
    display: none;
}
.activestatusbox {
    display: block;
}
.flatpickr-months .flatpickr-month {
    background-color: #f9a100 !important;
}
.flatpickr-weekdays {
    background-color: #f9a100 !important;
}
.estimatelist {
    list-style: none;
    display: flex;
    position: absolute;
    padding-left: 0px;
    bottom: -10px;
    left: 10px;
    padding: 3px 0px;
    color: #000;
    background-color: #f7f7f7;
}
.estimatelist li {
    margin: 0px 14px;
    justify-content: center;
}

#responseloader {
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.56);
    position: fixed;
    z-index: 999999;
    top: 0%;
}
.preloaderimg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.float-btn {
    margin: auto; /* Demo Use Only */
    width: 30px; /* Demo Use Only */
    height: 30px; /* Demo Use Only */
}

.float-btn .main-btn {
    z-index: 999;
}

.float-btn a {
    display: inline-block;
    width: 30px;
    border-radius: 5px;
    background-color: #f9a100;
    color: #000;
    text-align: left;
    text-decoration: none;
    padding: 5px;
    font-size: 13px;
    cursor: pointer;
    box-shadow: -1px 3px 5px rgba(0, 0, 0, 0.3);
    transition: 0.2s;
}

.float-btn.top ul {
    text-align: center;
    /* display: flex; */
    margin-left: -150px;
    z-index: 990;
    opacity: 0;
    transition: 0.4s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    width: 145px;
    padding: 5px;
    border-radius: 10px;
    /* background-color:#fff; */
}

.float-btn.top ul li {
    margin-bottom: 5px; /* Space between sub buttons */
}

.float-btn.top ul li a {
    width: 140px;
}

.float-btn.top ul.toggled {
    opacity: 1;
    bottom: 60px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    margin-top: -80px;
}

/** Opens/Closes Left **/
.float-btn.left ul {
    width: 250px; /* Must define width for horizontal implementations */
    text-align: center;
    position: absolute;
    opacity: 0;
    right: -100px;
    top: 50%;
    transition: 0.4s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.float-btn.left ul li {
    margin-right: 1rem; /* Space between sub buttons */
    margin-bottom: 5px;
}

.float-btn.left ul li a {
    width: 100px;
    height: 42px;
    padding-top: 8px;
}

.float-btn.left ul.toggled {
    opacity: 1;
    right: 60px;

    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.float-btn ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
::-webkit-scrollbar {
    height: 5px; /* Set the height of the scrollbar */
    width: 4px;
}

::-webkit-scrollbar-thumb {
    background-color: #f9a100bd; /* Set the color of the scrollbar thumb */
    border-radius: 5px;
}

::-webkit-scrollbar-track {
    background-color: #ccc; /* Set the color of the scrollbar track */
    border-radius: 5px;
}

.focusdisable:focus {
    outline: none;
}

.opportunitytable .power-grid-table td {
    text-wrap: wrap !important;
    /* width:100px !important; */
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #ccc !important;
}

.filtertri {
    background-color: #fff;
    border-radius: 10px 0px 0px 10px;
    width: 350px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -350px;
    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;
    z-index: 9999;
}

.filtertri.show {
    right: 0;
}

.create-box {
    padding: 25px;
    text-decoration: none;
    box-shadow: 0px 0px 18px -10px rgba(0, 0, 0, 0.75);
    text-align: center;
    margin-top: 10px;
}

.create-box i {
    font-size: 30px;
    margin-bottom: 25px;
    background-color: #fff;
    padding: 20px;
    border-radius: 50px;
}

.create-box h6 {
    color: #fff;
    font-size: 18px;
}

.business-box {
    padding: 20px;
    text-decoration: none;
    box-shadow: 0px 0px 18px -10px rgba(0, 0, 0, 0.75);
    text-align: center;
    color: #fff;
    margin-top: 10px;
}

.business-box h6 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.business-box h1 {
    font-size: 25px;
    font-weight: bold;
}
/* Show the dropdown menu on hover */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    position: absolute; /* Ensures proper dropdown placement */
}

/* Optional: Adjust the style for better visibility */
.nav-item.dropdown .dropdown-menu {
    margin-top: 0; /* Remove any unwanted margin */
    transition: opacity 0.3s ease; /* Smooth transition */
    opacity: 0; /* Initially hidden */
}

.nav-item.dropdown:hover .dropdown-menu {
    opacity: 1; /* Fully visible on hover */
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

/* Applying bounce animation */
.bounce i {
    animation: bounce 2s infinite !important; /* 2 seconds, infinite loop */
}

/* Additional styles (optional) */
.shadow1 i {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
}
.scale {
    transform: scale(1.1) !important;
}
