html {
    scroll-behavior: smooth;
}
body {
    color: #2D4051;
    font-family: 'Roboto';
    overflow-x: hidden;
}
.jira-background-blue {
    position: absolute;
    z-index:-1;
    right: 15%;
}

.custom-nav {
    box-shadow: 2px 1px 10px 2px rgba(0, 0, 0, 0.2);
    padding: 10px 60px;
    font-size: 1.3rem;
    font-weight: 500;
}

.custom-nav .navbar-brand {
    font-size: 1.6rem;
}

.custom-nav .nav-item {
    padding: 0px 25px
}

.custom-nav #navbarSupportedContent .btn-blue {
    background-color: #3598DC;
    border-radius: 5px;
    padding: 10px 20px;
    color: #FFFFFF;
}

.btn-blue {
    background-color: #3598DC;
    border-radius: 5px;
    padding: 10px 20px;
    color: #FFFFFF;
}

.btn-grey {
    background-color: #e1e1e1;
    border-radius: 5px;
    padding: 10px 20px;
    color: dark;
}

a.text-link {
    color: #2D4051;
    text-decoration: none;
}

div.footer {
    background-color: #FCFCFC;
    padding: 20px 0px;
}


.form-registration {
    padding: 5% 25%;
    box-shadow: 0px 5px 28px rgb(0 0 0 / 20%);
    transform: translateY(-50px);
    z-index: 1010;
    background-color: #FFFFFF;
    border-radius: 10px;
    color: #707070;
}

#myAccount {
    min-height: 830px;
}

#myAccount > * {
    height: 100%;
    padding-bottom: 10px;
}

.form-contact {
    color: #707070;
}


.form-contact input {
    border-color: #ECF0F1;
    line-height: 2em;
}
.form-contact textarea {
    border-color: #ECF0F1;
    line-height: 2em;
}
.form-contact label {
    font-weight: 500;
}

.form-registration.less-padding-horizontal {
    padding: 5% 10%;
}

.form-registration input {
    border-color: #ECF0F1;
    line-height: 2em;
}

.form-registration label {
    font-weight: 500;
}

.red-dot{
    position: relative;
    margin-left: 10px;
}

.red-dot::after {
    content: '';
    background-color: #F04F4F;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-2px);
}

.font-2r {
    font-size: 2rem;
    letter-spacing: 0px;
}
.height-10r {
    height:10rem
}

:root {
    --borderWidth: 7px;
    --height: 24px;
    --width: 12px;
    --borderColor: #78b13f;
  }

.check::after {
    content: '';
    display: inline-block;
    transform: rotate(45deg);
    height: 24px;
    width: 12px;
    border-bottom: 7px solid #78b13f;
    border-right: 7px solid #78b13f;
  }

.emphasize {
    color:#3598DC;
}

.accordion-button {
    padding-left: 0;
}
.accordion-body {
    padding-left: 0;
}
ul.package-items {
	padding: 0;
	margin-left: 15%;
	margin-right: 15%;
    list-style-image: url('../icons/checked.svg')
    
}

.divider-blue {
    margin: 70px 0px 50px; 
    border-top: 2px solid #3598DC; 
    width: 160px;
}
.divider-grey {
    border-top: 1px solid #E1E1E1;
}
.font-price {
    font-family: Arial, Helvetica, sans-serif; 
    font-size:40px; 
    font-weight: 600
}
.custom-alabaster-background-color{ 
    background-color: #FCFCFC;
}
.custom-curious-blue-arrow-color{ 
    color: #3598DC;
}
.custom-btn-slide-icon{ 
    background-color: darkblue; 
}

.custom-div-slide-nav{
    width: 75px;
    position: absolute; 
    top: 25px; 
    right: 2%; 
}

.carousel .custom-indicator-bg-color{ 
    background-color: #3598DC; 
    width: 10px; 
    height: 10px; 
    border-radius: 50%; 
}

.blue-background {
    padding: 5% 25%;
    background-size: 50%;
    transform: translateY(-50px);
    z-index: 1010;
    background-color: #eaf4fb;
}

.fix-height {
    min-height: calc(100vh - 71px - 64px );
}

.button-mt {
    margin-top: 50px;
}
 
.font-24p {
    font-size: 24px;
}
.font-22p {
    font-size: 22px;
}
.img-mt {
    margin-top: 240px; 
    display:none
}

.img-dimensions {
    width: 300px;
}

.font-p20 {
    padding-left: 20%;
    padding-right: 20%;
    font-size:20px
}
.font-size-p20 {
    font-size:20px
}

.btn-monthly-billing {
    margin-left: 40px;
}
.font-16p {
    font-size: 16px;
}
.bg-blue {
    background-color: #3598DC;
}


.bg-grey {
    background-color: #FCFCFC;
}

.bg-light-blue {
    background: rgba(53, 152, 220, 0.1) 0% 0% no-repeat;
    border-radius: 15px;
}


.accordion-header [aria-expanded=true] {
    border-top: 3px solid #3598DC;
    box-shadow: none;
    background-color: #FFFFFF;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color:black;
}

.carousel-btn-dimension {
    height: 25px; width: 25px;
}
.vertical-divider {
    border-right: 1px solid #E1E1E1;
}

#myAccountTab .nav-link{
    border-radius: 5px;
    color: #3598DC;
}

#myAccountTab .nav-link[aria-selected=true]{
    background-color: #3598DC;
    color: #FFFFFF;
} 

#myAccountTab .nav-link:hover {
    background-color: rgba(53, 152, 220, 0.1);
    color: #3598DC;
    transition-duration: 0;
    cursor: pointer;
}

#myAccountTab .nav-link[aria-selected=true]:hover{
    background-color: #3598DC;
    color: #FFFFFF;
} 

.width-45 {
    width: 45px;
}
.height-300p {
    height: 300px;
}

.login-form-custom #user_login,
.login-form-custom #user_pass {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    border-color: #ECF0F1;
    line-height: 2em;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
}

.login-form-custom label {
    margin-bottom: .5rem
}

.login-form-custom #wp-submit {
    background-color: #3598DC;
    border-radius: 5px;
    padding: 10px 20px;
    color: #FFFFFF;
}

.login-form-custom input.button {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

li[data-attr="product"] {
    display: inline-block;
    text-align: center;
}

li[data-attr="product"] a {
    text-decoration: none;
    color: #2D4051;
    display: block;
}

li[data-attr="product"] a.add_to_cart_button {
    background-color: #3598DC;
    border-radius: 5px;
    padding: 10px 20px;
    color: #FFFFFF;
}

li[data-attr="product"] a.add_to_cart_button::after {
    font-family: "Font Awesome 5 Pro";
    content: ' \f07a'
}

.woocommerce-Price-amount {
    font-size: 20px;
}

.woocommerce-loop-product__title {
    font-size: 1.5rem;
}

/*Hack to hide view cart when clicked on add to cart button*/
a.added_to_cart {
    display:none !important
}

form.woocommerce-checkout input[type="text"] ,form.woocommerce-checkout  input[type="email"] ,form.woocommerce-checkout  input[type="tel"]{
    border-color: #ECF0F1;
    line-height: 2em ;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    color: #212529;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row input.input-text {
    line-height: 2em ;
}
.woocommerce form .form-row textarea {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
} 

#customer_details .select2-container .select2-selection--single{
    height: 45px ;
    border-radius: .25rem;
    background-color: #fff ;
    border: 1px solid #ced4da ;
}

#customer_details .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 45px ;
}

#customer_details .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 2.5em ;
}

.border-img {
    border-radius: 4px;
    box-shadow: 1px 1px 1px 1px gray;
}

.lb-outerContainer {
    position: relative;
    margin: 0 auto;
    background-color: transparent;
    border-radius: 0;
}

.lightbox .lb-image {
    display: block;
    max-width: inherit;
    max-height: none;
    border-radius: 0;
    border: transparent;
}

.table-bordered {
    border: 1px;
}

#tableOrderBody .accordion-toggle:hover{
    background-color: rgba(53, 152, 220, 0.1);
    border-color: black;
    color: #3598DC;
    cursor: pointer;
    transition-duration: 0ms;
}

#tableOrderBody .accordion-toggle:hover .accordion-button{
    background-color: rgba(53, 152, 220, 0.0);
    color: #3598DC;
    cursor: pointer;
    transition-duration: 0ms;
}

#tableOrderBody .accordion-button {
    background-color: white;
    color: #3598DC;
    cursor: pointer;
    padding: 0;
}

#tableOrderBody .accordion-button:not(.collapsed) {
    box-shadow: none;
}

#tableOrderBody .accordion-toggle[aria-expanded="true"]{
    background-color: #3598DC;
    border-color: black;
    color: white;
    cursor: pointer;
}

#tableOrderBody .accordion-toggle[aria-expanded="true"]:hover{
    background-color: #3598DC;
    border-color: black;
    color: white;
    cursor: pointer;
}

#tableOrderBody .accordion-toggle[aria-expanded="true"] .accordion-button{
    background-color: #3598DC;
    color: black;
    cursor: pointer;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  }
  
 .custom-top-right{
    border-radius: 5px;
    position: absolute; 
    top: 75px; 
    right: 1%;
    padding: 0;
    margin: 0;
}

#toast-container > div.toast {
    border-radius: 10px;
}

input.custom-border-invalid-field{
    border: 2px solid #ff9f9f;
}

input.custom-border-empty-field{
    border: 2px solid #3598DC;
}

.fa-layers-counter {
    transform: scale(.5) translateX(20px) translateY(-20px);
}

.woocommerce-info {
    display: none;
}

.woocommerce-message {
    display: none;
}

.multiline {
    white-space: pre-wrap;
}
