/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 7, 2023, 8:38:34 AM
    Author     : Dell
*/



.side-sticky-2 {
    position: fixed;
    bottom: 10%;
    left: 1rem;
    z-index: 1030;
}
.side-sticky-2 .sticky-2-item + .sticky-2-item {
    margin-top: 0.5rem;
}
.side-sticky-2 .btn-stikcy {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    box-shadow: none;
    overflow: visible;
}
.side-sticky-2 .btn-stikcy .btn-icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 54px;
    height: 54px;
    color: var(--white);
    font-size: 1.25rem;
    background-color: #0056a1;
    border-radius: 50%;
    border: 5px solid #59a2d3;
    z-index: 5;
}
.side-sticky-2 .btn-stikcy .btn-label {
    color: var(--white);
    padding: 0.5rem 3.5rem 0.5rem 1.5rem;
    margin-left: -12px;
    background-color: #00a1ba;
    border-radius: 0 50px 50px 0;
    overflow: hidden;
}
.side-sticky-2 .btn-stikcy.btn-rate .btn-icon {
    background-color: #00a1ba;
    border: 5px solid #58bece;
}
.side-sticky-2 .btn-stikcy.btn-rate .btn-label {
    background-color: #0056a1;
}
.rating-modal{
    margin: auto!important;
}
.rating-modal .modal-dialog {
    margin: 4rem auto!important;
}
.rating-modal .modal-dialog .modal-content {
    border-radius: 0.25rem;
    width:100%!important;
    margin: auto!important;

}
.rating-modal .modal-body {
    padding: 0;
}

.rating-mod-form {
    position: relative;
    padding: 0.5rem;
}
.rating-mod-form .btn-close {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: -50px;
    width: 42px;
    height: 42px;
    background-color: var(--white);
    border: 0;
    border-radius: 50%;
}
.rating-mod-form .btn-close img {
    width: 16px;
}
.rating-mod-form .form-hd {
    position: relative;
    padding: 1rem 0.5rem;
    margin-bottom: 1rem;
    background: rgb(0, 156, 184);
    background: linear-gradient(to right, rgb(0, 156, 184) 0%, rgb(0, 52, 149) 100%);
    border-radius: 0.5rem;
    text-align: center;
}
.rating-mod-form .form-hd h4 {
    color: var(--white);
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
}
.rating-mod-form .rating-stars {
    padding: 1rem;
    text-align: center;
}
.rating-mod-form .rating-stars i {
    color: #ff9c00;
    font-size: 1.5rem;
}
.rating-mod-form .form-control {
    border: 1px solid var(--bk-grade-150);
    border-radius: 0.25rem;
}
.rating-mod-form .form-footer {
    padding: 1rem;
    text-align: center;
}
.rating-mod-form .form-footer .btn-submit {
    color: var(--white);
    font-size: 1.125rem;
    font-weight: 600;
    padding: 0.5rem 2rem;
    margin: 0;
    background-color: #00489d;
    border: 0;
    border-radius: 0.5rem;
    text-transform: uppercase;
}
.rating-mod-form .form-footer .btn-submit:hover {
    background-color: var(--color-200);
}

.rating-mod-success {
    position: relative;
    padding: 2.5rem 2rem;
}
.rating-mod-success .btn-close {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: -50px;
    width: 42px;
    height: 42px;
    background-color: var(--white);
    border: 0;
    border-radius: 50%;
}
.rating-mod-success .btn-close img {
    width: 16px;
}
.rating-mod-success .result-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 2rem;
    border-radius: 50%;
}
.rating-mod-success .success-body {
    margin-bottom: 1rem;
    text-align: center;
}
.rating-mod-success .success-body h4 {
    color: var(--bk-grade-750);
    font-size: 1.875rem;
    font-weight: 600;
    margin: 0;
}
.rating-mod-success .success-footer {
    text-align: center;
}
.rating-mod-success .success-footer .btn-submit {
    color: var(--white);
    font-size: 1.125rem;
    font-weight: 600;
    padding: 0.5rem 2rem;
    margin: 0;
    background-color: #00489d;
    border: 0;
    border-radius: 0.5rem;
    text-transform: uppercase;
}
.rating-mod-success .success-footer .btn-submit:hover {
    background-color: var(--color-200);
}
.divBoxError{
    border: 1px solid #dc3545!important;
}
.sticky-2-item  .btn-label{
    display: none !important;
}