html {scroll-behavior: smooth}
.hidden {display: none !important}
.cp{cursor: pointer}
input:focus {outline: none !important}
textarea:focus {outline: none !important}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: unset;
    -webkit-box-shadow: unset;
    transition: background-color 5000s ease-in-out 0s;
}
.alert-custom
{

    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    border-radius: .85rem;
    padding: 0px;
    width: 100%;
    margin: 0 auto;
}
.alert-custom p
{
    margin: 0;
    font-size: 13px;
    padding: 0 24px;
    margin-bottom: 0 !important;
}
.alert-button-close
{
    border-radius: unset !important;
    background-color: unset !important;
    background: unset !important;
    color: #721c24 !important;
    height: 32px !important;
    padding: 0 !important;
    margin: 0 !important;
    top: 0 !important;
    right: 8px !important;
}
.customer-support-heading {font-size: 21px}
.gray-paragraph
{
    color: #989db5;
    margin-top: 12px;
    font-size: 18px;
}
#backtotop #scroll
{
    display: flex;
    justify-content: center;
    align-items: center;
}
#contact-form .alert-custom {position: absolute;}
#contact-form .msg-sent-succ
{
    margin: 0;
    transition: 0.3s ease all;
    opacity: 0;
}
.paragraph-hover{color: #FF9068;}
.hover-action:hover .paragraph-hover{color: white}
.update-button.update
{
    border: 1px solid #3d9c63 !important;
}
@media only screen and (max-width: 550px) {
    .spinner-border {
        width: 1rem;
        height: 1rem;
    }
}

.tajtlovi{text-align: right;margin-bottom: 10px;}

@media only screen and (max-width: 550px) {
    .tajtlovi{text-align: center;margin-bottom: -5px;}
}