.custom-calculator-section {
margin: clamp(3.625rem, 2.88519rem + 3.115vw, 6rem) clamp(1rem, 0.0462rem + 4.016vw, 4.0625rem);
background: hsl(346, 36%, 77%);
border-top-left-radius: 16px;
border-top-right-radius: 16px;



}

.custom-calculator-section .main-title {
    text-align: center;
    font-size: clamp(1.5rem, 0.09827rem + 5.902vw, 6rem);
    padding: clamp(1.5rem, 0.91599rem + 2.459vw, 3.375rem);
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
}

.custom-calculator-section .content {
    padding: clamp(1.5rem, 0.91599rem + 2.459vw, 3.375rem) clamp(1rem, -0.24593rem + 5.246vw, 5rem) ;
    display: flex;
    flex-direction: column;
    gap: 47px;

}



.custom-calculator-section .content .subtitle{
    font-size: 1.125rem;
    opacity: 0.4;
    text-transform: uppercase;
    letter-spacing: 1rem;
}

.custom-calculator-section .content .calculator-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 50px;
    position: relative;
    /* min-height: 300px; */
}

.custom-calculator-section .content .calculator-wrapper .numerological-horoscope {
    display: none;
    height: 0px;
    position: relative;
    flex-direction: column;
    align-items: center;
    height: auto;
}

 .custom-calculator-section .content .calculator-wrapper .numerological-horoscope .calculator {
    display: flex;
    gap: 20px;
    width: 100%;
    margin-bottom: 50px;
    
}

@media screen and (max-width: 819px) { 
    .custom-calculator-section .content .calculator-wrapper .numerological-horoscope .calculator { 
        flex-direction: column;
    }
}

.custom-calculator-section .content .calculator-wrapper .numerological-horoscope .calculator .date-selectors-container {
    display: flex;
    gap: 10px;
    width: 100%;
    flex-direction: column;
}

@media screen and (max-width: 819px) { 
    .custom-calculator-section .content .calculator-wrapper .numerological-horoscope  .calculator .date-selectors-container {
        flex-direction: column;
        
    }

    .custom-calculator-section .content .calculator-wrapper .numerological-horoscope .calculator .date-selectors-container  select {
        width: 100%;
    }
}

.custom-calculator-section .calculator-title {
    font-weight: 900;
    font-size: 32px;
    padding-bottom: 20px;
}


@media screen and (max-width: 819px) { 
    .custom-calculator-section .calculator-title {
        text-align: center;
    }
}


.custom-calculator-section .content .calculator-wrapper .numerological-horoscope .button-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

@media screen and (max-width: 819px) { 
    .custom-calculator-section .content .calculator-wrapper .numerological-horoscope .button-wrapper  {
        justify-content: center;
        flex-direction: column;
    }
}


.custom-calculator-section .content .calculator-wrapper .numerological-horoscope .button-wrapper button {
    width: 100%;
}


.custom-calculator-section .numerological-horoscope input[type="date"] {
    display: block;
    position: relative;
    padding: 1rem 3.5rem 1rem 0.75rem;
    
    font-size: 1rem;
    font-family: monospace;
    
    border: 1px solid #8292a2;
    border-radius: 0.25rem;
    background:
        transparent
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23688EBB' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' transform='translate(1 1)'%3E%3Crect width='18' height='18' y='2' rx='2'/%3E%3Cpath d='M13 0L13 4M5 0L5 4M0 8L18 8'/%3E%3C/g%3E%3C/svg%3E")
        right 1rem
        center
        no-repeat;
    
    cursor:pointer;
}

.custom-calculator-section .numerological-horoscope input {
cursor: pointer;
display: block;
position: relative;
padding: 1rem 3.5rem 1rem 0.75rem;
background: transparent;

font-size: 1rem;
font-family: monospace;

border: 1px solid #463F67!important;
border-radius: 4px;
}

.custom-calculator-section .numerological-horoscope input[type="date"]:focus, input {
outline:none;
border-color:#463F67;

}

::-webkit-datetime-edit {}
::-webkit-datetime-edit-fields-wrapper {}
::-webkit-datetime-edit-month-field:hover,
::-webkit-datetime-edit-day-field:hover,
::-webkit-datetime-edit-year-field:hover {
background:rgba(0, 120, 250, 0.1);
}
::-webkit-datetime-edit-text {
opacity:0;
}
::-webkit-clear-button,
::-webkit-inner-spin-button {
display:none;
}
::-webkit-calendar-picker-indicator {
position:absolute;
width:2.5rem;
height:100%;
top:0;
right:0;
bottom:0;

opacity:0;
cursor:pointer;

color:rgba(0, 120, 250, 1);
background:rgba(0, 120, 250, 1);

}

.custom-calculator-section .numerological-horoscope input[type="date"]:hover::-webkit-calendar-picker-indicator { opacity:0.05; }
.custom-calculator-section .numerological-horoscope input[type="date"]:hover::-webkit-calendar-picker-indicator:hover { opacity:0.15; }


.custom-calculator-section .button-wrapper {
    display: flex;
}

@media screen and (max-width: 819px) { 
    .custom-calculator-section .button-wrapper {
        justify-content: center;
    }
}


.custom-calculator-section .button-wrapper .custom-button {
    padding: 14px 38px ;
    text-align: center; 
    border-radius: 16px ;
    background-color: #d45f3b ;
    border: unset ;
    color: #fff ;
    font-size: 1rem ;
    line-height: unset ;
    text-decoration: none;
    display: block;
 
}

.custom-calculator-section .results-wrapper-2  {

    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.custom-calculator-section .results-wrapper-2 #result-3  {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.custom-calculator-section .results-wrapper-2 #result-3 .single-item  {
    width: 100%;
    display: flex;
    gap: 30px;

}

@media screen and (max-width: 819px) { 
    .custom-calculator-section .results-wrapper-2 #result-3 .single-item  {
        flex-direction: column;
    }
}



.custom-calculator-section .results-wrapper-2 .button-wrapper {
    justify-content: flex-end;
}


.custom-calculator-section .results-wrapper-2 #result-3 {
    display: flex;
    align-items:flex-end;
}

.custom-calculator-section .results-wrapper-2 #result-3 .data-wrapper {
    display: flex;
}


@media screen and (max-width: 819px) { 
    .custom-calculator-section .results-wrapper-2 {
        flex-direction: column;
    }

    .custom-calculator-section .results-wrapper-2 #result-3 .data-wrapper {
        flex-direction: column;
    }
}

.custom-calculator-section .results-wrapper-2 .number-wrapper {
    flex:2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}


.custom-calculator-section .results-wrapper-2 .number {
    font-size: 150px;
    color: #8D83AA;
    
}

.custom-calculator-section .results-wrapper-2  .type {
    font-size: 20px;
    color: #8D83AA;
}

@media screen and (max-width: 819px) { 
    .custom-calculator-section .results-wrapper-2 .number {
        font-size: 108px;
        color: #8D83AA;
    }
}

.custom-calculator-section .results-wrapper-2 .definition {
    color: black;
    line-height: 150%;
    font-size: 16px;
    padding: 45px 16px;
    border: 1px solid #463F67;
    flex: 5;
}

@media screen and (max-width: 819px) { 
    .custom-calculator-section .results-wrapper-2 .definition {
        padding: 16px;
      
    }
}

.custom-calculator-section .numerological-horoscope.is-active {
    display: flex !important;
    height: auto !important;
}


