@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
* {
    box-sizing: border-box;
}

body {
    margin: 0px;
    pading: 0px;
    font-family: 'Roboto', sans-serif;
}


/* Login Page Css */

.login-page {
    background: url(../images/bg-login.png);
    background-size: cover;
    height: 100vh;
    overflow: hidden;
}

.logo-login {
    position: absolute;
    left: 50px;
    max-width: 309px;
    height: 136px;
    top: 40px;
    padding: 10px;
}

.logo-login img {
    max-width: 277px;
    max-height: 111px;
}

.login-ellips {
    min-width: 500px;
    /* min-height: 500px; */
    background: #fff;
    max-width: 600px;
    max-height: 600px;
    margin: 0 auto;
    border-radius: 10px;
    padding: 50px;
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .6)!important;
}

.login-page-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
}

.login-content h2 {
    font-weight: 500;
    font-family: roboto;
    font-size: 26px;
    color: #000;
    letter-spacing: 1.15px;
    text-align: left;
}
.login-content {
    text-align: center;
}

.login-content p {
    font-size: 16px;
    color: #525f7f;
    letter-spacing: 0.23px;
    max-width: 500px;
}

.login-form .form-group input {
    width: 100%;
}

.login-ellips .login-form,
.login-ellips form {
    width: 100%;
}

.login-form .form-group input {
    width: 100%;
    min-height: 60px;
    max-height: 60px;
    padding: 19px 20px 17px 55px;
    border-radius: 10px;
    border: 1px solid #ACACAC;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 400;
    outline: none;
}
.login-content.mb-4 {
    text-align: left;
}

.login-ellips .login-form,
.login-ellips form {
    width: 100%;
    max-width: 650px;
}

.login-ellips .login-form .form-group img.label-image {
    position: absolute;
    left: 20px;
    top: 32px;
    width: 24px;
}

.login-ellips .login-form .form-group {
    position: relative;
}
.login-ellips .login-form .form-group i {
    position: absolute;
    margin: 21px 0 0 20px;
    top: 0;
    font-size: 18px;
    color: #6c6c6c;
}
.eye-icons {
    position: absolute;
    top: 4px;
    right: 2px;
    cursor: pointer;
}
.fa.fa-eye.disabled{
    opacity: 0.2;
    transition: 1s;
}
img.disabled {
    filter: grayscale(1);
    opacity: 0.2;
    transition: 1s;
}

.check-button-link {
    display: inline-flex;
    flex-direction: revert;
    align-items: center;
    padding: 0px 0px;
    justify-content: space-between;
    width: 100%;
}

.remeber-me input[type="checkbox"] {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    box-shadow: inset 2px 4px 4px #00000029;
    border-radius: 8px !important;
    border: none;
}

.remeber-me input[type="checkbox"]:before {
    width: 20px;
}

.remeber-me a {
    font-size: 16px;
    color: #160101;
    font-family: 'Roboto';
    font-weight: 400;
}

.Forgot-Password a {
    font-size: 16px;
    color: #160101;
    font-family: 'Roboto';
    font-weight: 400;
    text-decoration: none;
}

.Forgot-Password a:hover {
    color: #160101;
}



.button-custom {
    text-align: center;
}

.button-custom input[type="submit"] {
    max-width: 100%;
    max-height: 60px;
    min-height: 60px;
    width: 100%;
    background-color: white;
    color: #ffffff;
    background: linear-gradient(0deg, #416f03 0%, #4f8801 15%, #68aa10 100%);
    border-radius: 30px;
    border: 1px solid #ffffff;
    font-size: 24px;
    font-weight: 500;
    cursor: pointer;
    padding: 0 0 3px 0;
}
.button-custom input[type="submit"]:hover {
   
    color: #FFFFFF;
    background: linear-gradient(0deg, #62a807 0%, #80c51f 15%, #3a6304 100%);
    transition: 1s; 
}

.sign-up-content {
    margin-top: 34px;
}

.sign-up-content span {
    font-size: 18px;
    color: #fff;
}

.sign-up-content span a {
    font-size: 21px;
    margin-left: 5px;
    color: #fff;
    text-decoration: underline;
    vertical-align: unset;
}


/* Loginpage  Ends Here */


/*Dashboard-Page */

header.Admin-main-header {
    min-height: 125px;
    max-height: 125px;
    height: 125px;
    border-bottom: 1px solid #707070;
}

.togle {
    cursor: pointer;
}

.custom-alignment {
    width: 100%;
}

ul.list-alignment {
    padding: 0;
    margin: 0;
    justify-content: space-between;
    width: 100%;
}

ul.list-alignment li {
    padding: 10px 20px;
    list-style: none;
}

.user-profile {
    display: inline-flex;
    flex-direction: row;
    min-width: 250px;
    justify-content: flex-end;
    margin-right: 20px;
    position: relative;
}

.user-profile button {
    cursor: pointer;
}

.dropdown-toggle-1 {
    background: none;
    border: none;
    outline: none !important;
}

.dropdown-toggle-1 span {
    margin: 0px 10px;
    color: #000;
    font-size: 21px;
    font-weight: 500;
}

.custm-dropdown {
    min-width: 320px;
    right: 0 !important;
    left: auto !important;
    top: 36px !important;
    box-shadow: 2px 2px 12px 1px #ddd;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #4a9a76;
    padding-top: 0;
    padding-bottom: 0;
}

.custm-dropdown li {
    border-bottom: 1px solid #217c53;
}

.custm-dropdown li a {
    font-size: 21px;
    color: #fff;
    padding: 10px 20px;
}

.side-bar {
    background: rgb(60 141 108 / 68%);
    min-height: 83vh;
    max-width: 316px;
    border-radius: 71px;
    position: fixed;
    width: 316px;
    padding: 20px;
    transition: 1s;
}

.main-body {
    padding: 20px 0px;
}

.side-bar ul {
    padding: 0;
    margin: 0;
}

.side-bar ul li {
    list-style: none;
    vertical-align: middle;
    position: relative;
}

.side-bar ul li svg {
    vertical-align: middle;
    width: 40px;
    margin-right: 20px;
}

.side-bar ul li a {
    padding: 20px;
    display: inline-block;
    width: 100%;
    font-size: 19px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    position: relative;
}

.side-bar ul li.active:after {
    z-index: 1;
    background: #fff;
    content: "";
    width: 300px;
    height: 100%;
    position: absolute;
    right: -20px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.side-bar ul li.active a {
    color: #7ab19b !important;
    position: relative;
    z-index: 99;
}

.side-bar ul li.active a svg path {
    fill: #7ab19b !IMPORTANT;
    stroke: #7ab19b !important;
}

.side-bar ul li.active a svg circle {
    stroke: #7ab19b !important;
}

.main-admin-content-right {
    padding: 20px;
    margin-left: 310px;
    max-height: 83vh;
    height: 100%;
    min-height: 83vh;
    transition: .2s;
}

.heading-breadcrums {
    text-align: right;
}

.heading-breadcrums ul {
    padding: 0;
    margin: 0;
}

.heading-breadcrums ul li span {
    color: #3C8D6C
}

.heading-breadcrums ul li {
    list-style: none;
    display: inline-flex;
    margin: 0px 5px;
    font-size: 16px;
    font-weight: 500;
}

.custom-card-design {
    min-height: 73.5vh;
    border-radius: 52px;
    border: 1px solid #A1A1A1;
}

.custom-card-design .form-group label {
    color: #000;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
}

.custom-card-design .form-group select,
.custom-card-design .form-group input {
    width: 100%;
    box-shadow: inset 0px 3px 6px #00000029;
    min-height: 55px;
    padding: 0px 20px;
    appearance: none;
    position: relative;
    border: 1px solid #C8C8C8;
    border-radius: 6px;
    outline: none !important;
    color: #000;
}

.login a img {
    width: 100%;
    max-width: 100%;
}

.custom-card-design .form-group input::placeholder,
.custom-card-design .form-group select option:selected {
    color: #C4C4C4;
}

.common-button {
    width: 100%;
    height: 55px;
    background: #3C8D6C !Important;
    font-size: 20px;
    font-weight: 400;
    margin-top: 32px;
}

.side-hidden {
    left: -316px;
    transition: 1s;
}

.no-margin {
    margin: 0;
}

.eye-icons i{
    position: absolute;
    top: 16px;
    right: 15px;
    cursor: pointer;
}

.button-custom button {
    max-height: 50px;
    min-height: 50px;
    width: 100%;
    background: linear-gradient(0deg, #416f03 0%, #4f8801 15%, #68aa10 100%);
    color: #ffffff;
    border-radius: 30px;
    border: 1px solid #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    max-width: 100%;
}

.button-custom button:hover {
    color: #FFFFFF;
    background: linear-gradient(0deg, #62a807 0%, #80c51f 15%, #3a6304 100%);
    border: 1px solid #ffffff;
    transition: 1s;
}



.login-ellips.forget-password .login-form.reset-password img.label-image {
    left: 28px;
    max-width: 20px;
    top: 21px;
}


.ptxt{
    position: absolute;
    right: 15px;
    top: 24px;
    cursor: pointer;
}
.opcityclas{opacity: 0.2; transition: all 0.8s ease-in-out;}