@import url('https://fonts.googleapis.com/css2?family=Livvic:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css'); 

*, html, body {
    font-family:'Livvic', sans-serif !important;

}
a {
    text-decoration: none;
}
.btn.button:active, .btn.button:focus ,.btn.a:active {
    box-shadow: 8px 4px 6px rgba(0, 0, 0, 0.25)!important;
    border: transparent !important;
}
@media (max-width: 1850px) {
    html {
        zoom: .7;
    }
}

@media screen and (max-width: 692px)
{
    #odp-display-none-back-title
    {
        display: none;
    }
}
/* background/header & logo style */
@media (max-height: 1200px) {
    @media (min-width: 550px) and (max-width: 850px) {
        .rapido-header-img-md {
            background-image: url('/assets/images/top_landing.png');
            background-color: transparent;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            width: 100%;
            height: 230vh !important;
        }
    }
    .rapido-header-img-md {
        background-image: url('/assets/images/top_landing.png');
        background-color: transparent;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 130vh;
    }
}

@media all and (min-height: 1200px) and (max-height: 1800px) {
    .rapido-header-img-md {
        background-image: url('/assets/images/top_landing.png');
        background-color: transparent;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 125vh;
    }
}

@media (min-height: 1800px) {
    .rapido-header-img-md {
        background-image: url('/assets/images/top_landing.png');
        background-color: transparent;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 145vh;
    }
}

.rapido-header-img {
    background-image: url('/assets/images/top_landing.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    width: 100%;
    overflow-x: hidden !important;
}

.rapido-logo {
    background-image: url('/assets/images/logo-rapidomaine.svg');
    background-repeat: no-repeat;
    position: absolute;
    top: 3%;
    right: 0;
    bottom: 0;
    left: 2%;
    z-index: 100 !important;
}
.rapido-content-header {
    margin-top: 40vh;
    transform: translateY(-35%);
}

.rapido-content-header-dash {
    margin-top: 40vh;
    transform: translateY(-15%);
}
@media (max-width: 767px) {
    .rapido-content-header-dash {
        margin-top: 40vh;
        transform: translateY(-5%);
    }
}
.rapido-content-header-min {
    margin-top: 15vh;
    transform: translateY(-20%);
}
/* End logo */
/* NavBar style */

.odp-menu ul{
    padding-left: revert;
}
.odp-menu {
    position: relative; 
    width:130px; 
    height:60px; 
    background: rgba(207, 199, 5, 1);
}

.odp-dots-img-menu { 
    position:absolute;
    top: 45%;
    left: 20%;
    transform: translate(-20%, -45%);
    width: 5px;
    cursor: pointer;
}

.odp-span-menu {
    position:absolute;
    top: 45%;
    right: 20%;
    transform: translate(-20%, -45%);
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
}

.odp-menu .dropdown-toggle::after {
    display: none;
}

.rapido-drop-content-menu {
    width: 230px;
    background: #9F9305;
    border-radius: 25px;
    margin-right: 13px;
}

.rapido-drop-content-menu h3 {
    font-family:'Segoe UI',sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 28px;
    color: #FFFFFF;
}

.odp-vertical-line {
    width: 78%;
}

.odp-menu-item-brown {
    font-family: 'Livvic', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px; 
    text-decoration: none;
    color: rgba(111, 53, 0, 0.89);
}
.odp-menu-item-brown:hover {
    color:rgba(255, 255, 255, 0.89);
}

.odp-menu-item-white {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px; 
    text-decoration: none;
    color:rgba(255, 255, 255, 0.89);
}
.odp-menu-item-white:hover {
    color: rgba(111, 53, 0, 0.89);  
}

.nbr-of-cart-items {
    position: absolute;
    left: 60%;
    bottom: 70%;
    font-size: 14px;
}

.rapido-nav-fix-top {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1030;
}
.rapido-nav-right-button {
    position:relative;
    background: #9B6109;
    box-shadow: -3px 4px 6px rgba(0, 0, 0, 0.25);
    border-radius: 0 0 0 40px;
    width: 120px;
}
.rapido-nav-user-profil {
    position:absolute;
    top: 45%;
    left: 25%;
    transform: translate(-25%, -45%);
    color:white
}
.rapido-nav-cart {
    position:absolute;
    top: 45%;
    right: 15%;
    transform: translate(-15%, -45%);
    color:white
}

.rapido-nav-separator {
    position:absolute;
    top:14px;
    width:40px;
    transform: rotate(90deg);
    left:38px;
    border:0.2px solid #FFFFFF
}
/* End */

/* Links style */
.rapido-link-white {
    color: rgba(255, 255, 255, 0.9);
}
.rapido-link-white:hover {
    color: white;
}
/* End Links */

/* Tables style */

.rapido-table tr:hover {
    background: rgba(255,255,255, 0.1 );
}
.rapido-table tr:first-child {
    border-bottom: 1px solid white;
}
.rapido-table td,
.rapido-table th {
    border-right: 1px solid white !important;
    max-width: 270px;

}
@media (min-height: 2200px) {
    .rapido-table td,
    .rapido-table th {
        border-right: 1px solid white !important;
        max-width: none;

    }
}

.rapido-table-td {
    padding:10px;
    vertical-align: middle;
}

.rapido-table-tr:first-child {
    background: transparent !important;
}

.rapido-table-th:last-child {
    border-right: 1px solid transparent !important;
}
.rapido-table-td:last-child{
    border-right: 1px solid transparent !important;
    max-width: 100px;
    min-width: 90px;
}

.rapido-table-services {
    width: 100%;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom:5%;
}
.rapido-table-services-m0 {
    width: 100%;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: rgba(255, 255, 255, 0.95);
}

/*.odp-actions-ndd, .odp-actions-heb */
.rapido-table-padding-action-btn {
    padding: 20px;
}
/*.odp-ndd-value-domain, .odp-ndd-value-hosting */
.rapido-table-value-format-text {
    font-weight: normal;
    font-style: normal;
    font-family:Livvic, sans-serif;
    font-size:18px;
    line-height:23px;
    color: rgba(255, 255, 255, 0.9);

}

/*.odp-th-domains, .odp-th-hostings */
.rapido-table-th-format-text {
    font-family:Livvic, sans-serif;
    font-style:normal;
    font-weight:600;
    font-size:18px;
    line-height:23px;
    color:#FFFFFF;
    text-shadow:0 4px 4px rgba(0, 0, 0, 0.25);
    padding:20px;
}
.rapido-table-btn-renew {
    vertical-align:middle;
    padding:0
}

.rapido-table-style, .odp-service-hostings {
    min-height: 486px;
    max-height: 486px;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 42px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
    overflow-Y: auto;
}
.rapido-table-style::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: transparent;
    margin: 35px;
}
.rapido-table-style::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background-color: transparent;
}
.rapido-table-style::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #B7B457;
}

/* End tables */

/* Buttons */
.rapido-button-renew, .rapido-button-xs {
    text-align: center;
    background:#B7B457;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    padding-left: 10px;
    padding-right: 10px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 20px;
    letter-spacing: 0.07rem;
}
.rapido-button-danger-color {
    background:#D5655D !important;
}
.rapido-button-renew:hover, .rapido-button-xs:hover {
    color: white;
    font-weight: 400;
    box-shadow: none;
}
.rapido-button-back-home {
    background: rgba(147, 141, 0, 0.91);
    border-radius: 10px;
    padding: 12px 22px 12px 22px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.card-chart-btn {
    position: absolute;
    bottom: 3.5%;
    left: 50%;
    transform: translate(-50%, -3.5%)
}

/* End buttons */

/* Block div style */
.rapido-container-box {
    font-family: 'Livvic', sans-serif;
    padding: 36px 50px 50px 50px;
    border-radius: 10px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(253.92deg, rgba(147, 141, 0, 0.95) -3.2%, #694506 90.32%);
}
.rapido-center-admin-block {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.rapido-block-admin {
    font-family: 'Livvic', sans-serif;
    padding: 36px 50px 50px 50px;
    border-radius: 10px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(253.92deg, rgba(147, 141, 0, 0.95) -3.2%, #694506 90.32%);
}
.rapido-block-admin h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 33px;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.rapido-subtitle{
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
    color: rgba(255, 255, 255, 0.9);
}
.rapido-white-block {
    padding: 36px 50px 50px 50px;
    border-radius: 10px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0 , 0.25);
    background: rgba(255, 255, 255, 0.1);
    margin-left:auto;
    margin-right:auto;
}
.rapido-white-block-minus {
    padding: 15px 20px 15px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0 , 0.25);
    background: rgba(255, 255, 255, 0.1);
    margin-left:auto;
    margin-right:auto;
}
/* Images style */

.rapido-icon {
    width: 20px;
    position: relative;
    bottom: 2px;
    right: 1px;
}
.rapido-icon-size-xs {
    width: 16px;
    height: 16px;
}
.rapido-icon-size-md {
    width: 24px;
    height: 24px;
}

.rapido-icon-size-lg {
    width: 32px;
    height: 32px;
}

.rapido-icon-size-xl {
    width: 38px;
    height: 38px;
}
.rapido-icon-back {
    position: absolute;
    left: 5%;
    top: 5%;
    bottom: 0;
    mask: url("/assets/images/ndd-chevron-gauche.svg") no-repeat;
    -webkit-mask: url("/assets/images/ndd-chevron-gauche.svg") no-repeat;
    background: rgba(255, 255, 255, 0.7) url("/assets/images/ndd-chevron-gauche.svg") no-repeat;
    cursor: pointer;
}
/* End icons */
/* Shadow style */

.rapido-boxshadow-lighter {
    box-shadow: 8px 4px 6px rgba(0, 0, 0, 0.15);
}
.rapido-border-radius {
    border-radius: 10px;
    border: none;
}
.rapido-boxshadow {
    box-shadow: 8px 4px 6px rgba(0, 0, 0, 0.25);
}
.rapido-boxshadow-darker {
    box-shadow: 8px 4px 6px rgba(0, 0, 0, 0.45);
}
.rapido-textshadow-lighter {
    text-shadow: 8px 4px 6px rgba(0, 0, 0, 0.15);
}
.rapido-textshadow {
    text-shadow: 8px 4px 6px rgba(0, 0, 0, 0.25);
}
.rapido-textshadow-darker {
    text-shadow: 8px 4px 6px rgba(0, 0, 0, 0.45);
}
/*Rapido SearchBar */

.rapido-searchbar-valid {
    color: rgba(147, 141, 0, 0.8) !important;
}
.rapido-searchbar-denied {
    color: #D5655D !important;
}
/* Cards style */
.rapido-card-background-none {
    background: transparent;
}
.rapido-card-style {
    min-height: 150px;
    border-radius: 10px;
    border: none;
}

.rapido-card-title {
    text-align:center;
    color:white;
    font-family:'Livvic', sans-serif;
    font-weight:600;
    font-size: 21px;
    letter-spacing: 0.1em;
    position:relative;
    margin-top:0;
    top:10px;
}
.rapido-card-text {
    text-align: center;
    color: white;
    font-size: 20px;
    max-width: 225px;
    margin: 0 auto;
}
.rapido-card-gradient-1{
    background: linear-gradient(126deg,
    rgba(107, 103, 0, 0.95) 0%,
    rgba(137, 136, 1, 0.95) 20%,
    rgba(153, 142, 6, 0.95) 40%,
    rgba(154, 148, 6, 0.95) 60%,
    rgba(199, 185, 7, 0.95) 100%) ;
}

.rapido-card-gradient-2{
    background: linear-gradient(60deg,
    rgba(167, 154, 3, 0.95) 0%,
    rgba(179, 157, 22, 0.95) 20%,
    rgba(197, 163, 49, 0.95) 40%,
    rgba(206, 165, 61, 0.95)60%,
    rgba(213, 168, 73, 0.95) 80%,
    rgba(221, 170, 84, 0.95) 100%)
}
.rapido-card-gradient-3{
    background: linear-gradient(103.57deg,
    rgba(221, 170, 84, 0.95) 0%,
    rgba(178, 141, 44, 0.95) 25%,
    rgba(167, 141, 29, 0.95) 50%,
    rgba(157, 141, 15, 0.95) 75%,
    rgba(147, 141, 0, 0.95) 100%);
}
.rapido-card-gradient-4{
    background: linear-gradient(126deg,
    rgba(107, 103, 0, 0.95) 0%,
    rgba(137, 136, 1, 0.95) 20%,
    rgba(153, 142, 6, 0.95) 40%,
    rgba(154, 148, 6, 0.95) 60%,
    rgba(199, 185, 7, 0.95) 100%) ;
}

.rapido-card-gradient:nth-child(1n){
    background: linear-gradient(126deg,
    rgba(107, 103, 0, 0.95) 0%,
    rgba(137, 136, 1, 0.95) 20%,
    rgba(153, 142, 6, 0.95) 40%,
    rgba(154, 148, 6, 0.95) 60%,
    rgba(199, 185, 7, 0.95) 100%) ;
}

.rapido-card-gradient:nth-child(2n){
    background: linear-gradient(60deg,
    rgba(167, 154, 3, 0.95) 0%,
    rgba(179, 157, 22, 0.95) 20%,
    rgba(197, 163, 49, 0.95) 40%,
    rgba(206, 165, 61, 0.95)60%,
    rgba(213, 168, 73, 0.95) 80%,
    rgba(221, 170, 84, 0.95) 100%)
}
.rapido-card-gradient:nth-child(3n){
    background: linear-gradient(103.57deg,
    rgba(221, 170, 84, 0.95) 0%,
    rgba(178, 141, 44, 0.95) 25%,
    rgba(167, 141, 29, 0.95) 50%,
    rgba(157, 141, 15, 0.95) 75%,
    rgba(147, 141, 0, 0.95) 100%);
}
.rapido-card-gradient:nth-child(4n){
    background: linear-gradient(126deg,
    rgba(107, 103, 0, 0.95) 0%,
    rgba(137, 136, 1, 0.95) 20%,
    rgba(153, 142, 6, 0.95) 40%,
    rgba(154, 148, 6, 0.95) 60%,
    rgba(199, 185, 7, 0.95) 100%) ;
}
.rapido-card-white {
    background: rgba(255, 255, 255, 0.2);
}
/* End cards */
/* Offer style*/
.rapido-offer-max-w {
    max-width: 400px;
}
.rapido-offer-desc {
    color: #FFF;
    font-size: 17px;
    font-family: 'Segoe UI', sans-serif;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left !important;
}
/* End */
/* Separators & checkbox     */
input[type="checkbox"].rapido-checkbox {
    display: grid;
    align-items: center;
    width: 24px !important;
    height: 24px !important;
    padding: 0;
    margin: 0;
    color: white;
    position: relative;
    cursor: pointer;
    appearance: none;
}
input[type="checkbox"].rapido-checkbox:before {
    content: "";
    width: 100%;
    height: 100%;
    line-height: 1;
    color: inherit;
    border-width: 2px;
    border-style: solid;
    border-color: white;
    border-radius: 6px;
    transition: all 0.2s ease;
}
input[type="checkbox"].rapido-checkbox:after {
    content: "";
    width: calc(100% - 12px);
    height: calc(100% - 19px);
    border-width: 0px 0px 2px 2px;
    border-style: solid;
    border-color: transparent;
    transform: rotate(-45deg);
    position: absolute;
    top: 7px;
    left: 7px;
    transition: all 0.2s ease;
}
input[type="checkbox"].rapido-checkbox:checked:before {
    background: transparent;
}
input[type="checkbox"].rapido-checkbox:checked::after {
    border-color: #fff;
}
input[type="checkbox"].rapido-checkbox:disabled {
    cursor: not-allowed;
}
input[type="checkbox"].rapido-checkbox:disabled:before {
    border-color: darkgray;
}
input[type="checkbox"].rapido-checkbox:disabled:after {
    border-color: transparent;
}
input[type="checkbox"].rapido-checkbox:disabled:checked {
    color: white;
    opacity: 0.65;
}
input[type="checkbox"].rapido-checkbox:disabled:checked:before {
    border-color: white;
}
input[type="checkbox"].rapido-checkbox:disabled:checked::after {
    border-color: #fff;
}
input[type="checkbox"].rapido-checkbox.focus, input[type="checkbox"].rapido-checkbox:focus {
    outline: none;
    box-shadow: none;
}

.rapido-separator {
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    width: 50%;
}
/* End separators & checkbox*/

/* Title style */
.rapido-h1-title {
    font-size: 29px;
    color: #FFF;
}
.rapido-h2-subtitle {
    font-size: 25px;
    color: #FFF;
}
.rapido-h3-subtitle {
    font-size: 21px;
    color: #FFF;
}
.rapido-back-text-title {
    font-family: 'Livvic', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    color: rgba(255, 255, 255, 0.7);
}
.rapido-back-icon {
    width: 35px;
    height: 35px;
    mask: url("/assets/images/ndd-chevron-gauche.svg") no-repeat;
    -webkit-mask: url("/assets/images/ndd-chevron-gauche.svg") no-repeat;
    background: rgba(255, 255, 255, 0.7) url("/assets/images/ndd-chevron-gauche.svg") no-repeat;
    cursor: pointer;
}
/* End title */

/* Notification style */
.rapido-toast {
    position: fixed;
    bottom: 3%;
    right: 2%;
    min-height: 142px;
    min-width: 432px;
    max-width: 432px;
    padding: 18px 38px 12px 38px;
    background-color: rgba(207, 199, 5, 0.66);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}
.rapido-toast h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 23px;
    text-align: center;
    letter-spacing: 0.11em;
    color:#ffffff;
}
.rapido-toast p {
    font-style: italic;
    font-weight: 500;
    font-size: 19px;
    line-height: 23px;
    text-align: center;
    letter-spacing: 0.11em;
    color: #ffffff;
}
.rapido-toast-close-circle {
    position: absolute;
    right: 3%;
    top: 9%;
    bottom: 0;
    width: 35px;
    height: 35px;
    background: url("/assets/images/input/close.svg") no-repeat;
    mask: url("/assets/images/input/close.svg") no-repeat;
    -webkit-mask: url("/assets/images/input/close.svg") no-repeat;
    background-color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
}
/* Select input style */
.odp-input-select-ticket {
    text-align: center;
    text-align-last: center;
}
/*====== footer ======*/
.rapido-footer-separator {
    border-top: 1px solid #A88C2E;
}

footer {
    font-family: 'Roboto', sans-serif;
}

footer h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: rgba(111, 53, 0, 0.89);
}

footer ul {
    list-style: none;
    padding-left: 0 !important;
}

footer ul a {
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 22px;
    color: rgba(147, 141, 0, 0.66);
    text-decoration: none;
}

footer ul a:hover {
    color: rgba(147, 141, 0, 1);
}

.facebook,
.twitter,
.linkedin{
    display: inline-block;
    margin-top: -15px !important;
    transition: 1s;
    padding: 9px 15px 9px 15px;
    border-radius: 100%;
}
.bi-facebook,
.bi-twitter,
.bi-linkedin{
    font-size: 22px;
    text-align: center;
    color: white;
}
.linkedin:hover,
.facebook:hover,
.twitter:hover{
    transform: scale(1.1, 1.1);
    transform: rotate(360deg);
}
.facebook {
    background-color: #3b5998;
}
.twitter {
    background-color: #5EA9DD;
}
.linkedin {
    background-color: #0e76a8;
}
/*======= end footer =======*/

/* DashBoard card style*/

.rapido-dashboard-card {
    border-radius: 10px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    background: rgba(255, 255, 255, 0.2);
}
.rapido-dashboard-card-h3 {
    margin-top:10px;
    font-family: 'Livvic', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 18px;
    color: #FFFFFF;
}
.rapido-dashboard-button {
    min-width: 85px;
}
.rapido-dashboard-img {
    width: 15%;
}
/* Custom sweet Alert */
.swal2-popup {
    background: #A88C2E !important;
    border-radius: 13px !important;
    box-shadow: 2px 15px 9px 0 rgba(0, 0, 0, 0.45);
}

.swal2-title {
    font-family: 'Livvic', sans-serif!important;
    color: rgba(255, 255, 255, 0.9) !important;
    text-shadow: 8px 4px 6px rgba(0, 0, 0, 0.25);
}
.swal2-html-container {
    font-family: 'Livvic', sans-serif!important;
    color: rgba(255, 255, 255, 0.9) !important;

}
.swal2-confirm {
    font-family: 'Livvic', sans-serif!important;
    background:#B7B457 !important;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25)!important;
    border-radius: 15px!important;
    padding-left: 10px!important;
    padding-right: 10px!important;
    color: rgba(255, 255, 255, 0.9)!important;
    border:#B7B457!important;
    font-size: 20px!important;
    letter-spacing: 0.07rem!important;
}
.swal2-confirm:hover, .swal2-cancel:hover {
    box-shadow: none !important;
    transition: ease-in-out 0.2s;
}
.swal2-icon.swal2-info, .swal2-warning, .swal2-question  {
    border-color: rgba(255, 255, 255, 0.9)!important;
    color: rgba(255, 255, 255, 0.9)!important;
    text-shadow: 8px 4px 6px rgba(0, 0, 0, 0.25);
}
.swal2-cancel {
    font-family: 'Livvic', sans-serif!important;
    background:#D5655D !important;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25)!important;
    border-radius: 15px!important;
    padding-left: 10px!important;
    padding-right: 10px!important;
    color: rgba(255, 255, 255, 0.9)!important;
    border:#B7B457!important;
    font-size: 20px!important;
    letter-spacing: 0.07rem!important;
}
.rapido-bubble-chat1 {
    background: rgba(207, 199, 5, 0.3);
}
.rapido-support-scroll {
    overflow-y: auto;
    max-height: 700px;
}
.rapido-support-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 8px 4px 6px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    background-color: transparent;
    margin: 35px;
}
.rapido-support-scroll::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background-color: transparent;
}
.rapido-support-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(255,255,255, 0.6);
}

/* Modal style */
.rapido-modal-box {
    background: linear-gradient(253.92deg, rgba(147, 141, 0, 0.95) -3.2%, #694506 90.32%);
    box-shadow: 0 4px 14px 2px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 30px 20px 20px 20px;
}

.rapido-close-circle {
    position: absolute;
    right: 4%;
    top: 5.5%;
    bottom: 0;
    width: 35px;
    height: 35px;
    background: url("/assets/images/input/close.svg") no-repeat;
    mask: url("/assets/images/input/close.svg") no-repeat;
    -webkit-mask: url("/assets/images/input/close.svg") no-repeat;
    background-color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
}
/* End modal */
/* ToolTips */
.rapido-tooltip:before {
    z-index: 9999;
    content: attr(data-text);
    position:absolute;
    /* vertically center */
    transform: translate(-100%, -110%);
    /* move to right */
    margin-left:15px;
    /* basic styles */
    width:300px;
    padding:15px;
    border-radius: 10px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0 , 0.25);
    background: #A88C2E;
    color: white;
    font-size: 20px;
    text-align:center;
    display:none; /* hide by default */
}
.rapido-tooltip-array:before {
    transform: translate(-20%, -120%);
}
.rapido-tooltip-transfert:before {
    transform: translate(20%, 13%);
}
.rapido-tooltip-transfert-block:before {
    transform: translate(360%, 1%);
}
.rapido-tooltip-menu:before {
    transform: translate(-112%, 82%);
}
.rapido-tooltip-menu-cart:before {
    transform: translate(-129.5%, 82%);
}
.rapido-tooltip:hover:before {
    display:block;
}
/* End ToolTip */

/* hosting email modal */
.input-wrapper {
    position: relative;
}
.rpd-mail-add-btn {
    width: 250px;
    padding: 4px 0 4px 25px;
    background: #B7B457;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    color: #ffffff;
}
.rpd-mail-add-btn:hover {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0);
    transition: box-shadow 250ms;
    color: #ffffff;
}
.rpd-mail-cancel-btn {
    width: 250px;
    padding: 4px 0 4px 25px;
    background: #D5655D;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    color: #ffffff;
}
.rpd-mail-cancel-btn:hover {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0);
    transition: box-shadow 250ms;
    color: #ffffff;
}
.btn-circle-mail.btn-sm {
    width: 29px;
    height: 29px;
    padding: 0;
    border-radius: 15px;
    color: #ffffff;
}
.input-mail-addon {
    background: #7E4B1C;
    border-radius: 0px 10px 10px 0px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    border: none;
}
.input-icon-add-mail {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-22%, -50%);
    width: 16px;
    height: 16px;
    background: url("/assets/images/input/add-dns.svg") no-repeat;
    mask: url("/assets/images/input/add-dns.svg") no-repeat;
    -webkit-mask: url("/assets/images/input/add-dns.svg") no-repeat;
    background-color: #ffffff;
}
.input-icon-check-mail {
    position: absolute;
    top: 45%;
    left: 35%;
    transform: translate(-25%, -30%);
    width: 30px;
    height: 30px;
    background: url("/assets/images/input/check.svg") no-repeat;
    mask: url("/assets/images/input/check.svg") no-repeat;
    -webkit-mask: url("/assets/images/input/check.svg") no-repeat;
    background-color: #ffffff;
}
.input-icon-cancel-mail {
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translate(-25%, -30%);
    width: 30px;
    height: 30px;
    background: url("/assets/images/input/cancel.svg") no-repeat;
    mask: url("/assets/images/input/cancel.svg") no-repeat;
    -webkit-mask: url("/assets/images/input/cancel.svg") no-repeat;
    background-color: #ffffff;
}
.rpd-error-placeholder-mail::placeholder {
    color: rgba(227, 52, 40, 0.74) !important;
}
.existing-email-adress-block {
    max-height: 350px;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 42px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
    overflow-Y: auto;
    overflow-x: hidden;
}
.existing-email-adress-block::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: transparent;
    margin: 35px;
}
.existing-email-adress-block::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background-color: transparent;
}
.existing-email-adress-block::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #B7B457;
}
.process_delete {
    cursor: pointer;
}

.process_delete-redirect {
    cursor: pointer;
}
/* End hosting email modal */

/* cart widget */
.live-cart {
    position: fixed;
    bottom: 2%;
    right: 1%;
    z-index: 999;
}

.rpd-button-live-cart {
    text-align: center;
    background:#B7B457;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 100px;
    padding: 23px 23px 23px 23px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 20px;
    letter-spacing: 0.07rem;
}

.rpd-button-live-cart:hover {
    color: white;
    font-weight: 400;
    box-shadow: none;
}

.live-cart-badge {
    padding: 4px 5px 4px 6px;
}
/* end cart widget */

/* toggle pwd */
#show-pwd, #show-login-pwd, #show-old-pwd {
    background-color: #9B6109;
}

/* modify pwd */
.rpd-modify-pwd-btn {
    width: 100%;
    font-weight: 500;
    padding: 7px 64px 7px 64px;
    background: #9B6109;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    color: #ffffff;
}
.rpd-modify-pwd-btn:hover {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0);
    transition: box-shadow 250ms;
    color: #ffffff;
}

/* multisite */
.website-block {
    background: rgba(255, 255, 255, 0.18);
    border-radius: 42px;
    border: 1px solid white;
    overflow-Y: hidden;
    overflow-x: hidden;
}

.website-tr {
    border-bottom: none !important;
}
.website-tr-heading:hover {
    background: transparent !important;
}
.website-choice-mode {
    background: linear-gradient(102.3deg, rgba(107, 103, 0, 0.4) -10.46%, rgba(207, 199, 5, 0.67) 85.85%);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}
.website-choice-mode h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 35px;
    text-align: center;
    color: #FFFFFF;
}
.odp-line-offre-rapido {
    width: 50%;
    background-color: #FFF;
    margin-top: 0
}