.td-select-values {
    text-align: end;
}

.button-chat {
    font-size: 14px;
    height: calc(2.25rem + 2px);
}

.inner-chat-div {
    display: inline-flex;
}

.inner-payment-div {
    font-size: 13px;
    padding: 5px;
}

.inner-chat-div-right {
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
    /* -webkit-animation: Chat-animation-down 1s .2s forwards; */
    /* animation: Chat-animation-down 1s 0s forwards; */
    /* opacity: 0; */
}
.inner-chat-div-edit {
    background: white;
    width: 25px;
    position: absolute;
    height: 25px;
    z-index: 20;
    top: -15px;
    border-radius: 50%;
    right: -7px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #959595;
    font-size: 11px;
    border: 2px solid #959595;
}
.inner-chat-div-questionnaire{
    right: 15px;
    top: auto;
    margin-top: -10px;  
}

.msg-time-div {
    font-size: 12px !important;
    clear: both;
    color: #a2a0a0;
}

.msg-time-div.to {
    margin-right: 15px;
    float: right;
}

.msg-time-div.from {
    margin-left: 65px;
}

/* Loader Steps */

.LoaderSteps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000;
    align-self: center;
    margin-left: 15px;
}

.LoaderSteps div {
    width: 20px;
    align-self: center;
    height: 20px;
    /*border-radius: 50%;*/
    font-size: 25px;
    font-weight: bold;
    margin-right: 15px;
    -webkit-animation: animation-loading 1s 0s infinite both;
    animation: animation-loading 1s 0s infinite both;
    color: #F9C547;
}

.LoaderSteps div:nth-child(2) {
    color: #2142EB;
    -webkit-animation: animation-loading 1s 0.5s infinite both;
    animation: animation-loading 1s 0.5s infinite both;
}

.LoaderSteps div:nth-child(3) {
    color: #ED3833;
}

.LoaderSteps div:nth-child(4) {
    color: #F9C547;
    -webkit-animation: animation-loading 1s 0.5s infinite both;
    animation: animation-loading 1s 0.5s infinite both;
}

.LoaderSteps div:nth-child(5) {
    color: #2142EB;
}

.LoaderSteps div:nth-child(6) {
    color: #ED3833;
    -webkit-animation: animation-loading 1s 0.5s infinite both;
    animation: animation-loading 1s 0.5s infinite both;
}

/* Loading Steps */

.LoadingSteps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000;
    height: 45px;
    width: 60px;
    padding-top: 8px;
}
@keyframes animation-LoadingSteps {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.LoadingSteps div {
    width: 8px;
    align-self: center;
    height: 8px;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-animation: animation-loading 1s 0s infinite both;
    animation: animation-loading 1s 0s infinite both;
    background:#F9C547;
    
}

.LoadingSteps div:nth-child(2) {
    background: #2142EB;
   -webkit-animation: animation-loading 1s 0s infinite both;
    animation: animation-loading 1s .25s infinite both;

}

.LoadingSteps div:nth-child(3) {
    background: #ED3833;
   -webkit-animation: animation-loading 1s 0s infinite both;
    animation: animation-loading 1s .45s infinite both;
    
}

@-webkit-keyframes animation-loading {
    0% {
        margin-top: -7px;
    }
    20% {
        margin-top: 0px;
    }
    100% {
        margin-top: -7px;
    }
}

@keyframes animation-loading {
    0% {
        margin-top: -5px;
        opacity:0.8;
    }
    25% {
        margin-top: 0px;
     opacity:1;
    }
    50% {
        margin-top: 3px;
         opacity:1;
    }
    75% {
        margin-top: 0px;
         opacity:1;
    }
    100% {
        margin-top: -5px;
         opacity:0.8;
    }
}

/* Typing ellipsis */

@keyframes blink {
    0% {
        opacity: .2;
    }
    20% {
        opacity: 1;
    }
    100% {
        opacity: .2;
    }
}

.typing span {
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}

.typing span:nth-child(2) {
    animation-delay: .2s;
}

.typing span:nth-child(3) {
    animation-delay: .4s;
}

.typing-large span {
    animation-name: blink;
    animation-duration: 1.4s;
    font-size: 40px !important;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}

.typing-large span:nth-child(2) {
    animation-delay: .2s;
}

.typing-large span:nth-child(3) {
    animation-delay: .4s;
}

.message {
    position: relative;
}

.message.to {
    background: #b9bcc4;
    color: #fff;
    margin-left: 70px;
    border-radius: 3px;
    text-align: right;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 8px 14px 8px 14px;
    overflow: hidden;
    text-align: left;
    overflow-wrap: anywhere;
    font-size: 1rem;
}
.message.to:nth-of-type(1){
     /*opacity:0;*/
    /*animation: toChat-animation-down 0.6s 0s forwards; */
}
.message.to:nth-of-type(2){
     /*opacity:0;*/
    /*animation: toChat-animation-down 0.6s 0s forwards; */
}
.message.to:nth-of-type(2){
     /*opacity:0;*/
    /*animation: toChat-animation-down 0.6s 0s forwards; */
}
.message.to:nth-of-type(3){
     /*opacity:0;*/
    /*animation: toChat-animation-down 0.6s 0s forwards; */
}
.message.to:nth-of-type(4){
     opacity:0;
    /*animation: toChat-animation-down 0.6s 0s forwards; */
}
.message.to:nth-of-type(5){
     /*opacity:0;*/
    /*animation: toChat-animation-down 0.6s 0s forwards; */
}
@-webkit-keyframes toChat-animation-down {
     0% {

        transform: translateY(5px);
        opacity: 0;
    }
    100% {
    
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes toChat-animation-down {
     0% {
   
        transform: translateY(5px);
        opacity: 0;
    }
    100% {
    
        transform: translateX(0);
        opacity: 1;
    }
}

.message.to span {
    font-size: 11px;
    display: inline-block;
    float: right;
    padding: 0 0 0 0px;
    position: relative;
    bottom: -6px;
    left: 8px;
    text-transform: uppercase;
    color: white;
}

.message.from span {
    font-size: 11px;
    display: inline-block;
    float: right;
    padding: 0 0 0 0px;
    position: relative;
    bottom: -6px;
    left: 8px;
    text-transform: uppercase;
    color: #999;
}

.message.from:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -1px;
    left: -10px;
    width: 10px;
    height: 15px;
    background: white;
    border-top-right-radius: 10px;
    border-right: solid 1px var(--message-from-color);
}

.message.from.second {
    border-top-left-radius: 5px;
}

.message.from {
    background: #efeff4;
    color: #000;
    width: auto;
    margin-left: -5px;
    border-radius: 3px;
    overflow: hidden;
    padding: 8px 14px 8px 14px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow-wrap: anywhere;
    /*
    opacity:0;
 -webkit-animation: Chat-animation-down 0.6s 0s forwards; 
    animation: Chat-animation-down 0.6s 0s forwards; 
    */
    line-height: 25px;
    font-size: 1rem;
}

@-webkit-keyframes Chat-animation-down {
    0% {
        transform: translateY(5px);
        opacity: 0;
    }
    100% {
    
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes Chat-animation-down {
    0% {
      
         transform: translateY(5px);
        opacity: 0;
    }
    100% {

        transform: translateX(0);
        opacity: 1;
    }
}

/*MESSAGE DATE */

.message-date {
    text-align: center;
    margin-bottom: 10px;
    color: #898787;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 10px;
}

/* MESSAGE HEADER */

.message-header {
    text-align: center;
    background: #E5E4E9;
    color: black;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 25px;
    margin-bottom: 25px;
}

/*MESSAGE MAP*/

.message.map {
    background: #b9bcc4;
    color: #fff;
    margin-left: 70px;
    border-radius: 3px;
    text-align: right;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 0px 0px 8px 0px;
    overflow: hidden;
    text-align: left;
    overflow-wrap: anywhere;
    font-size: 1rem;
}

.message.map span {
    font-size: 11px;
    display: inline-block;
    float: right;
    padding: 0px 2px 5px;
    position: relative;
    left: -6px;
    text-transform: uppercase;
    color: white;
}

.map-description-div {
    color: #f8f8f8 !important;
    padding: 10px;
}

.map-image-div {
    height: 300px;
    overflow: hidden;
    margin: 0;
    width: 100%;
    border-radius: 20px 20px 0px 0px;
}

/*image*/

.chat-image {
    width: 100%;
    height: 250px;
}

.chat-image-div {
    overflow: hidden;
    margin: 0;
    width: 100%;
    border-radius: 20px 20px 0px 0px;
}

/*Next button*/

.u-next-button {
    width: 38px;
    min-width: 38px;
    height: 38px;
    min-height: 38px;
    margin-left: 5px;
    border-radius: 25px;
    background-color: var(--main-color);
    color: #FFFFFF;
}

.u-next-button:disabled {
    color: var(--disabled-color);
    background-color: transparent;
    border: 1.5px solid var(--disabled-color);
    cursor: auto;
}

/* Text box input */

.form-control-mobile::-webkit-input-placeholder {
    color: #979696;
    font-weight: bold;
    font-size: 13px;
}

.form-control-mobile:-moz-placeholder {
    color: #a6a6a6;
}

.form-control-mobile::-moz-placeholder {
    color: #a6a6a6;
}

.form-control-mobile:-ms-input-placeholder {
    color: #a6a6a6;
}

.form-control-mobile:focus::-webkit-input-placeholder {
    color: #d4d4d4;
}

.form-control-mobile:focus:-moz-placeholder {
    color: #d4d4d4
}

.form-control-mobile:focus::-moz-placeholder {
    color: #d4d4d4
}

.form-control-mobile:focus:-ms-input-placeholder {
    color: #d4d4d4
}

.form-control-mobile {
    font-family: var(--main-font);
    font-size: 14px;
    color: #555555;
    border: 1px solid var(--disabled-color);
}

.form-control[readonly] {
    background-color: #ffffff;
}

.form-control-mobile:disabled {
    background-color: #ffffff;
    color: #585858;
    font-weight: bold;
}

.form-control-mobile:focus {
    outline: none !important;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control-mobile.first {
    border-top-left-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
}

.form-control-mobile.last {
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
}

.form-control-mobile.first-button {
    border-top-left-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
    width: 10%;
    border-right: none;
}

.form-control-mobile.last-button {
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
    width: 90%;
    border-left: none;
}

.animate {
    position: relative;
}

.animate.ng-enter, .animate.ng-leave.ng-leave-active {
    left: -100%;
    transition: all 1s;
}

.animate.ng-leave, .animate.ng-enter.ng-enter-active {
    left: 0px;
    transition: all 1s;
}

/* Button ONLY */

.button-only {
    width: 100%;
}

.undo-div {
    padding: 5px 0px;
    font-size: 14px;
    background: white;
    border-top: solid rgba(0, 0, 0, 0.2);
}

.undo-button {
    color: var(--main-color);
    font-size: 14px;
    background: white;
    width: 100%;
    padding: 0px 10px;
}

.undo-button:disabled {
    color: var(--disabled-color);
}

/* Radio Button */

.check-circle {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: var(--main-color);
    color: white;
}

.check-circle-notification {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: var(--main-color);
    color: white;
    margin-top: 12px;
}

.radio-options-container {
    display: flex;
    padding: 5px;
    border-bottom: 2px solid #ffff;
    margin-left: -7px;
    margin-right: -7px;
}

.radio-container {
    margin-left: 5px;
}

.radio-container .radio-button {
    height: 28px;
    width: 28px;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 2px #a39f9f inset;
    color: white;
    background: white;
}

.radio-container .button:hover {
    cursor: pointer;
    box-shadow: 0px 0px 0px 4px #d8d8d8 inset;
}

.radio-label {
    padding: 5px;
}

.blue {
    box-shadow: 0px 0px 0px 16px var(--main-color) inset !important;
}

.check {
    /*height: 50%;*/
    -webkit-transform: scale(0);
    transform: scale(0);
    transition-delay: 0.2s;
}

.static-radio-container {
    height: 28px;
    width: 28px;
    margin-right: 10px;
    margin-bottom: 5px;
    border-radius: 50%;
    float: right;
    box-shadow: 0px 0px 0px 4px #e5e5e5 inset;
}

.static-check {
    /*height: 50%;*/
    color: white;
}

.static-radio-container .radio-button {
    height: 28px;
    width: 28px;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 4px #e5e5e5 inset;
}

/*
* CHECK_BOX
*/

/*******************************************************
Slider B-flat
*******************************************************/

.check-options-container {
    display: flex;
    padding: 5px;
    border-bottom: 2px solid #ffff;
    margin-left: -7px;
    margin-right: -7px;
    justify-content: space-between;
}

.checkbox-slider-liberty.checkbox-slider--b input:checked+span:before, .checkbox-slider-liberty.checkbox-slider--b-flat input:checked+span:before, .checkbox-slider-liberty.checkbox-slider--c input:checked+span:before, .checkbox-slider-liberty.checkbox-slider--c-weight input:checked+span:before {
    background: #003D7D;
}

.checkbox-slider-real.checkbox-slider--b input:checked+span:before, .checkbox-slider-real.checkbox-slider--b-flat input:checked+span:before, .checkbox-slider-real.checkbox-slider--c input:checked+span:before, .checkbox-slider-real.checkbox-slider--c-weight input:checked+span:before {
    background: #0FABE3;
}

.checkbox-slider-metlife.checkbox-slider--b input:checked+span:before, .checkbox-slider-metlife.checkbox-slider--b-flat input:checked+span:before, .checkbox-slider-metlife.checkbox-slider--c input:checked+span:before, .checkbox-slider-metlife.checkbox-slider--c-weight input:checked+span:before {
    background: #A4CE4E;
}

.checkbox-slider-fidelidade.checkbox-slider--b input:checked+span:before, .checkbox-slider-metlife.checkbox-slider--b-flat input:checked+span:before, .checkbox-slider-metlife.checkbox-slider--c input:checked+span:before, .checkbox-slider-metlife.checkbox-slider--c-weight input:checked+span:before {
    background: #EE2429;
}

.checkbox-slider--b-flat {
    position: relative;
}

.checkbox-slider--b-flat input {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 0%;
    margin: 0 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.checkbox-slider--b-flat input+span {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-slider--b-flat input+span:before {
    position: absolute;
    left: 0px;
    display: inline-block;
}

.checkbox-slider--b-flat input+span>h4 {
    display: inline;
}

.checkbox-slider--b-flat input+span {
    padding-left: 40px;
}

.checkbox-slider--b-flat input+span:before {
    content: "";
    height: 20px;
    width: 40px;
    background: rgba(100, 100, 100, 0.2);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
    transition: background 0.2s ease-out;
}

.checkbox-slider--b-flat input+span:after {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 0;
    display: block;
    background: #ffffff;
    transition: margin-left 0.1s ease-in-out;
    text-align: center;
    font-weight: bold;
    content: "";
}

.checkbox-slider--b-flat input:checked+span:after {
    margin-left: 20px;
    content: "";
}

.checkbox-slider--b-flat input:checked+span:before {
    transition: background 0.2s ease-in;
}

.checkbox-slider--b-flat input+span {
    padding-left: 40px;
}

.checkbox-slider--b-flat input+span:before {
    border-radius: 20px;
    width: 40px;
}

.checkbox-slider--b-flat input+span:after {
    background: #ffffff;
    content: "";
    width: 20px;
    border: solid transparent 2px;
    background-clip: padding-box;
    border-radius: 20px;
}

.checkbox-slider--b-flat input:not(:checked)+span:after {
    -webkit-animation: popOut ease-in 0.3s normal;
    animation: popOut ease-in 0.3s normal;
}

.checkbox-slider--b-flat input:checked+span:after {
    content: "";
    margin-left: 20px;
    border: solid transparent 2px;
    background-clip: padding-box;
    -webkit-animation: popIn ease-in 0.3s normal;
    animation: popIn ease-in 0.3s normal;
}

.checkbox-slider--b-flat input:checked+span:before {
    background: var(--main-color);
}

.checkbox-slider--b-flat .Allianz input:checked+span:before {
    background: #004A94;
}

.checkbox-slider--b-flat .Una input:checked+span:before {
    background: #FF4E00;
}

.checkbox-slider--b-flat .Ageas input:checked+span:before {
    background: #D30773;
}

.checkbox-slider--b-flat .Fidelidade input:checked+span:before {
    background: #F45447;
}

.checkbox-slider--b-flat.checkbox-slider-md input+span:before {
    border-radius: 30px;
}

.checkbox-slider--b-flat.checkbox-slider-md input+span:after {
    border-radius: 30px;
}

.checkbox-slider--b-flat.checkbox-slider-lg input+span:before {
    border-radius: 40px;
}

.checkbox-slider--b-flat.checkbox-slider-lg input+span:after {
    border-radius: 40px;
}

.checkbox-slider--b-flat input+span:before {
    box-shadow: none;
}

/*#####*/

.checkbox-slider-info.checkbox-slider--b input:checked+span:before, .checkbox-slider-info.checkbox-slider--b-flat input:checked+span:before, .checkbox-slider-info.checkbox-slider--c input:checked+span:before, .checkbox-slider-info.checkbox-slider--c-weight input:checked+span:before {
    background: #5bc0de;
}

.checkbox-slider-warning.checkbox-slider--b input:checked+span:before, .checkbox-slider-warning.checkbox-slider--b-flat input:checked+span:before, .checkbox-slider-warning.checkbox-slider--c input:checked+span:before, .checkbox-slider-warning.checkbox-slider--c-weight input:checked+span:before {
    background: #f0ad4e;
}

.checkbox-slider-danger.checkbox-slider--b input:checked+span:before, .checkbox-slider-danger.checkbox-slider--b-flat input:checked+span:before, .checkbox-slider-danger.checkbox-slider--c input:checked+span:before, .checkbox-slider-danger.checkbox-slider--c-weight input:checked+span:before {
    background: #d9534f;
}

/*******************************************************
Sizes
*******************************************************/

.checkbox-slider-sm {
    line-height: 10px;
}

.checkbox-slider-sm input+span {
    padding-left: 20px;
}

.checkbox-slider-sm input+span:before {
    width: 20px;
}

.checkbox-slider-sm input+span:after, .checkbox-slider-sm input+span:before {
    height: 10px;
    line-height: 10px;
}

.checkbox-slider-sm input+span:after {
    width: 10px;
    vertical-align: middle;
}

.checkbox-slider-sm input:checked+span:after {
    margin-left: 10px;
}

.checkbox-slider-md {
    line-height: 30px;
}

.checkbox-slider-md input+span {
    padding-left: 60px;
}

.checkbox-slider-md input+span:before {
    width: 60px;
}

.checkbox-slider-md input+span:after, .checkbox-slider-md input+span:before {
    height: 30px;
    line-height: 30px;
}

.checkbox-slider-md input+span:after {
    width: 30px;
    vertical-align: middle;
}

.checkbox-slider-md input:checked+span:after {
    margin-left: 30px;
}

.checkbox-slider-lg {
    line-height: 40px;
}

.checkbox-slider-lg input+span {
    padding-left: 80px;
}

.checkbox-slider-lg input+span:before {
    width: 80px;
}

.checkbox-slider-lg input+span:after, .checkbox-slider-lg input+span:before {
    height: 40px;
    line-height: 40px;
}

.checkbox-slider-lg input+span:after {
    width: 40px;
    vertical-align: middle;
}

.checkbox-slider-lg input:checked+span:after {
    margin-left: 40px;
}

/*
* PROCESS NAVABAR
*/

.process-navbar {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 100;
    height: var(--navbar-height);
    position: fixed;
    top: 0px;
    background-color: var(--navbar-color)!important;
    border-bottom: solid 2px var(--navbar-bottom-border-color)!important;
    width: 100%;
}

/*
* POP-UP
*/

.pop-up {
    position: fixed;
    top: 0px;
    left: 0px;
    background: var(--pop-up-background-color);
    width: 100%;
    height: 100%;
    z-index: 10300;
    margin: 0px;
}

.pop-up-header {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: var(--navbar-height);
    position: fixed;
    top: 0px;
    background-color: var(--navbar-color)!important;
    border-bottom: solid 2px var(--navbar-bottom-border-color)!important;
    width: 100%;
    font-size: 16px !important;
}

.pop-up-container {
    margin-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
}

.confirm-buttons-zone {
    display: flex;
    width: 100%;
    background: #fff;
    height: 50px;
    margin: 10px 5px;
}

/*
* HOUSE CHARACTERISTICS
*/

.td-characteristics {
    padding: 5px 5px 5px 15px;
}

.td-characteristics-button {
    width: 8%;
}

.characteristic-value-selected {
    font-size: 13px;
    font-weight: bold;
    float: left;
}

/*
* INSURED_CONTENT
*/

.insured-content-button {
    font-size: 40px;
}

.div-insured-amount {
    margin-top: 100px;
    border-top: solid;
    border-bottom: solid 2px;
    text-align: center;
    padding: 10px
}

.td-insured-amount-content {
    width: 60%;
    text-align: center;
    color: var(--main-color);
    font-weight: bold;
    font-size: 16px;
}

/*
*CHILDREN AGE
*/

.div-children-age {
    text-align: center;
    padding: 10px
}

.div-children-ages {
    text-align: center;
    padding: 10px 0px;
    overflow-y: auto;
}

.td-number-children-content {
    text-align: center;
    color: var(--main-color);
    font-weight: bold;
    font-size: 25px;
}

/*
*SPENDING LIST
*/

.div-spending-container {
    text-align: center;
    padding: 10px 0px;
    overflow-y: auto;
}

/*
*IBAN
*/

.div-iban-container {
    text-align: center;
    padding: 20px 0px;
    overflow-y: auto;
}

/*
* IMAGE SELECTION
*/

.image-selection-container {
    padding: 10px 0px;
    margin-bottom: 0px;
    width: 100%;
    border-radius: 2px;
    border: 2px solid rgba(0, 0, 0, 0.6);
}

.image-delete-button {
    margin-top: -12px;
    padding-right: 5px;
}

.confirm-close-pop-up-background {
    position: fixed;
    display: flex;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100vh;
    padding: 10px;
    z-index: 99999;
    width: 100%;
    margin: 0px;
    left: 0;
    padding: 0px;
}

.confirm-close-pop-up-container {
    width: 100%;
    background: white;
    align-self: center;
    margin: 10px;
    padding: 0px 10px 10px 10px;
    font-size: 13px;
    border-radius: 10px;
    -webkit-animation: animation-down 0.4s 0s forwards;
    animation: animation-down 0.4s 0s forwards;
    opacity: 0;
}

.info-pop-up {
    position: fixed;
    display: flex;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    padding: 10px;
    z-index: 99999;
    width: 100%;
    margin: 0px;
    left: 0;
    padding: 0px;
    height: 100%;
    -webkit-animation: animation-opacity-in 0.4s 0s forwards;
    animation: animation-opacity-in 0.4s 0s forwards;
    opacity: 0;
}
.info-pop-up--exit{
    opacity: 1;
    -webkit-animation: animation-opacity-out 0.4s 0s forwards;
    animation: animation-opacity-out 0.4s 0s forwards;
}
.info-pop-up-white{
    background-color: rgba(255, 255, 255, 0.9);

}
.info-icon {
    font-size: 20px;
    padding: 5px;
    color: var(--main-color);
}

.info-icon:disabled {
    color: var(--disabled-color);
}

/*RATE*/

.rate {
    height: 56px;
    text-align: center;
    display: flex;
    flex-direction: row-reverse;
}

.rate:not(:checked)>label {
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 40px;
    color: #ccc;
}

.rate:not(:checked)>label:before {
    content: '★ ';
}

.rate>input:checked~label {
    color: #ffc700;
}

.rate:not(:checked)>label:hover, .rate:not(:checked)>label:hover~label {
    color: #deb217;
}

.rate>input:checked+label:hover, .rate>input:checked+label:hover~label, .rate>input:checked~label:hover, .rate>input:checked~label:hover~label, .rate>label:hover~input:checked~label {
    color: #c59b08;
}

@-webkit-keyframes animation-opacity-in {
  0% {
    opacity: 0;

  }
  100% {
    opacity: 1;

  }
}

@keyframes animation-opacity-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes animation-opacity-out {
  0% {
    opacity: 1;

  }
  100% {
    opacity: 0;

  }
}

@keyframes animation-opacity-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}