/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
    --agrion-font: 'DM Sans', sans-serif;
    --agrion-font-two: 'Amatic SC', cursive;
    --agrion-reey-font: "reeyregular";
    --agrion-gray: #757873;
    --agrion-gray-rgb: 117, 120, 115;
    --agrion-white: #ffffff;
    --agrion-white-rgb: 255, 255, 255;
    --agrion-base: #1c827f; 
    --agrion-base-rgb: 31, 99, 6;
    --agrion-black: #0e2207;
    --agrion-black-rgb: 14, 34, 7;
    --agrion-primary: #ffcd1e;
    --agrion-primary-rgb: 255, 205, 30;
    --agrion-extra: #f8f6f1;
    --agrion-extra-rgb: 248, 246, 241;
    --agrion-bdr-radius: 10px;
    --bg-white: #fff;
    --red-color: #c80f0f;
    /** Login Page Varibles **/
    --left-sec-slider-bg: #e5eaee;
    --slider-dots-color: #013e5a;
    --login-main-heading: #013e5a;
    --login-sub-heading: #023e3e;
    --login-btn-bg: #3a6279;
    --login-btn-hover-bg: #013e5a;
    --input-border-normal:#cbd6dc;
    --input-focus-border: #013e5a;
}

.row {
    --bs-gutter-x: 30px;
}

.gutter-y-30 {
    --bs-gutter-y: 30px;
}

body {
    font-family: var(--agrion-font);
    color: var(--agrion-gray);
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    overflow-x: hidden;
}

body.locked {
    overflow: hidden;
}

a {
    color: var(--agrion-gray);
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

/** Lpgin Page Css Start Here **/
.login-page_wrapper{
    height: 100vh;
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow-x: hidden;
}
.loginSlider .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}
.loginSlider .slides-img{
    width: 79%;
    height: 80%;
    margin: auto;
}
.loginSlider .swiper-pagination{
    display: flex;
    justify-content: center;
    gap: 15px;
    position: absolute;
    bottom: 0px;
}
.loginSlider .swiper-pagination .swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    background-color: var(--slider-dots-color);
}
.bg-red-gradient{
    background: var(--left-sec-slider-bg);
}
.loginform{
    min-height: 100vh;
}
.login-main_heading,.forgot-main_heading{
    color: var(--login-main-heading);
}
.giz-prok-login-sub_heading{
    font-size: 20px;
    color: var(--login-sub-heading);
}
.login-card .loginLogo .logo_text{
    font-size: 48px;
    font-weight: bold;
    color: var(--agrion-base);
    padding: 10px 0;
}
.login-card .btn-danger{
    background-color:var(--login-btn-bg);
    border-color:var(--login-btn-bg);
}

.login-card .btn-danger.active,
.login-card .btn-danger:focus,
.login-card .btn-danger:hover {
    background-color: var(--login-btn-hover-bg);
    border-color: var(--login-btn-hover-bg);
}
.login-card input[type=password],
.login-card input[type=text] {
    border: 2px solid var(--input-border-normal);
}
.login-card input[type=text]:focus,
.login-card input[type=password]:focus {
    box-shadow: none;
    border-color: var(--input-focus-border);
}
.login-card input:-internal-autofill-selected{
    background-color:var(--left-sec-slider-bg) !important;
}
.alert.alert-danger {
    padding: 5px !important;
}
.main-login-form {
    margin-top: 50px;
}
.main-login-form .form-label{
    color: var(--agrion-black);
}
.main-login-form .form-control{
    border-radius: 5px;
    border: 2px solid #ddd;
}
.main-login-form .form-control:focus{
    outline: none;
    box-shadow: none;
    border-color: rgb(0, 153, 255);
}
.password-toggle-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(13%);
    cursor: pointer;
}
  
.password-toggle-icon i {
    font-size: 18px;
    line-height: 1;
    color: var(--login-main-heading);
    transition: color 0.3s ease-in-out;
    margin-bottom: 20px;
}
  
.password-toggle-icon i:hover {
    color: var(--login-sub-heading);
}
.forgot-text{
    color: var(--agrion-black);
}
.forgot-text:hover{
    color: var(--login-main-heading);
}
.giz-prok-login-copyright p{
    font-size: 13px;
    text-align: center;
}
.giz-prok-login_copyright_text{
    color: var(--login-main-heading);
}

.colored-toast.swal2-icon-success {
    background-color: #a5dc86 !important;
  }
  
  .colored-toast.swal2-icon-error {
    background-color: #f27474 !important;
  }
  
  .colored-toast.swal2-icon-warning {
    background-color: #f8bb86 !important;
  }
  
  .colored-toast.swal2-icon-info {
    background-color: #3fc3ee !important;
  }
  
  .colored-toast.swal2-icon-question {
    background-color: #87adbd !important;
  }
  
  .colored-toast .swal2-title {
    color: white;
  }
  
  .colored-toast .swal2-close {
    color: white;
  }
  
  .colored-toast .swal2-html-container {
    color: white;
  }

.cookies {
    position: fixed;
    color: var(--agrion-black);
    background: var(--agrion-white);
    bottom: 0;
    width: 100%;
    display: none;
    gap: 40px;
    justify-content: space-between;
    padding: 15px 25px;
    z-index: 99;
    transition: bottom 0.5s ease-in-out;
    box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.1);
}

.cookies .btn-wrap{
    align-items: center
}

.cookies .btn-wrap{
    display: flex;
    gap: 10px
}

.cookies .title {
    margin-bottom: 10px;
    font-size: 18px;
    color: var(--agrion-black)
}

.cookies .btn-wrap .btn {
    text-transform: uppercase;
    color: var(--agrion-white);
    padding: 8px 25px;
    background: 0 0;
    border-radius:0;
    border: 2px solid var(--agrion-base);
    background-color: var(--agrion-base);
    transition: 0.5s ease-in-out;
}
.cookies .btn-wrap .btn.accept{
    border: 2px solid #1c827f;
    background-color: transparent;
    color: #1c827f;
}
.cookies .btn-wrap .btn.accept:hover,
.cookies .btn-wrap .btn.cancel:hover {
    background-color: var(--agrion-black);
    border-color: var(--agrion-black);
}
.cookies.active{
    display: block;
}
.cookie-notice__checks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.cookie-notice__check {
    display: inline-block;
    margin-right: 1.11111rem;
}
.form__checkable-label {
    display: inline-block;
    position: relative;
    padding-left: 1.77778rem;
    margin: 0 .77778rem .44444rem 0;
    vertical-align: top;
    font-size: 1rem;
    font-weight: normal;
}
.form__checkable-label b{
    font-weight:normal
}
.form__checkable {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
}
.form__styled-radio, .form__styled-checkbox {
    position: absolute;
    top: 5px;
    left: 0;
    width: 1.22222rem;
    height: 1.22222rem;
    border: 1px solid #25cfc7;
    background: #fff;
}
.form__checkable[disabled] + .form__styled-checkbox::after {
    opacity: 0.4;
}
.form__checkable:checked + .form__styled-checkbox::after {
    display: block;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="18" height="14" viewBox="0 0 18 14" fill="%23009d96"%3E%3Cpath d="M-.9 7l2.895-2.895 3.702 3.702 7.17-7.171 2.896 2.896-9.899 9.9-.037-.038-.167.166z"/%3E%3C/svg%3E') no-repeat .11111rem 50%;
    background-size: 1rem auto;
}
.form__checkable-label--disabled {
    cursor: default;
}
.form__checkable-label:last-child {
    margin-right: 0;
}
.form__styled-checkbox::after {
    content: "";
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.aural {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
}
@media(max-width:1440px){
    .bg-red-gradient{
        height: auto;
    }
}
@media(max-width:1200px){
    .bg-red-gradient{
        height: auto;
    }
    .forgot-text {
        font-size: 14px;
    }
}
@media(max-width:1024px){
    .main-login-form {
        margin-top: 30px;
    }
    .bg-red-gradient{
        height: auto;
    }
}
@media (max-width:992px){
    .bg-red-gradient{
        height: auto;
    }
    .forgot-main_heading{
        font-size: 28px;
    }
    .loginSlider .swiper-pagination{
        bottom: 0;
    }
}
@media (max-width:768px){
    .bg-red-gradient{
        padding: 30px 0;
        height: 100%;
    }
    .loginSlider .slides-img{
        height: auto;
    }
}
@media (300px <= width <= 575px){
    .forgot-text {
        font-size:15px;
    }
}