.ln-footer.background-4 {
    background: linear-gradient(90deg, #fff, #e3e1da, #e5e4de, #ffffff);
    background-image: url('../../../assets_pp/images/hero-2.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-container {
    display: flex;
    flex: 1;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    background: linear-gradient(90deg, #FAFAFA, #f3f3f3, #FAFAFA, #f3f3f3, #FAFAFA, #F5F5F5, #FAFAFA);
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 1px 1px 23px -22px #000;
    gap: 1rem;
    /* background-image: url(../images/footer-bg.png); */
    box-shadow: 0px 5px 15px -7px;
    background: #d4d1c3d4;
    transition: all 2s cubic-bezier(0.55, 0.09, 0.68, 0.53)
}

.footer-container .footer-item {
    flex: 1;
}

.footer-container .footer-item .title {
    font-weight: 500;
    text-transform: uppercase;
    color: #757575;
    font-size: 1.22rem;
    text-align: left;
    padding: 8px 6px;
    position: relative;
    color: #616161;
}

.footer-container .footer-item .title:before {
    content: "";
    height: 3px;
    width: 49px;
    /* background-color: #dbd9ce; */
    background-color: #e7e7e7;
    display: inline-grid;
    position: absolute;
    bottom: 0;
    left: 7px;
}

.footer-container .footer-item .content {
    text-align: left;
    font-size: .97rem;
    padding: 1rem 0.5rem;
    color: #757575;
    line-height: 1.6rem;
    letter-spacing: .03rem;
}

.footer-container .footer-item .content ul.tt {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-container .footer-item .content ul.tt li {}

.footer-container .footer-item .content ul.tt li a {
    color: #9E9E9E;
    color: #757575;
}

.footer-container .footer-item .social {}

.footer-container .footer-item .social ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
    flex-direction: row;
    gap: 0.2rem;
}

.footer-container .footer-item .social ul li {
    background: linear-gradient(146deg, #e4e3dc, #EEEEEE, #E0E0E0, #e4e2db);
    height: 45px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 50%;
}

.footer-container .footer-item .social ul li:hover {
    /* border: 2px solid;  */
    transform: scale(1.2);
    transition: all .2s cubic-bezier(0.47, 0.53, 0.48, 1.32);
    border-color: #9E9E9E;
    box-shadow: 0px 0px 8px -4px #00000057;
}

.footer-container .footer-item .social ul li a {
    color: #9E9E9E;
    font-size: 1.1rem;
}
.view-section {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.ln-footer .view-content {
    max-width: 90vw;
    padding: 5rem 10px;
}

.footer-copyright {
    position: relative;
    left: 0;
    right: 0;
    bottom: 155px;
    background-color: transparent;
}
.footer-copyright .view-content {
    padding: 5rem 0rem 2rem !important;
}


.footer-copyright-container {
    display: flex;
    flex-direction: column;
    /* color: #F5F5F5; */
    color: var(--secondary);
}
.footer-copyright-container .t1 {
    font-weight: 500;
}
.footer-copyright-container .t2 {
    font-weight: 300;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    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;
}
select#support_filter_status, .select2-selection__rendered, .filter-div .form-control, .btn-primary{
    border: 1px solid !important;
    border-radius: 50px !important;
    border-color: #cccfc1 !important;
    color : #979b8b !important;
    background: transparent;
}
.select2-container--default .select2-selection--single {
    border: none !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 23px !important; 
    padding: 5px 15px !important;
}
.btn-primary:hover, .btn-default:hover {
    border-color: var(--dark-color) !important;
    background : var(--dark-color);
    color:var(--light-color) !important;
}
/* .btn-primary {
    height: 40px;
    padding: 0;
    font-size: 17px;
} */
.columns.columns-right.btn-group.float-right {
    padding: 10px;
}
.custom_domain ol li {
    font-size: 16px;
}
.custom_domain ol li:not(:last-child) {
    margin-bottom: 10px; /* Adjust this value to set the desired gap */
}
.custom_domain ol li a {
    color : #cdcbb7;
    text-decoration:  underline;
}
.custom_domain h3 {
    font-size: 18px;
    font-weight: 600;
    color: white;
}
.custom_domain .card.bg-trans, .custom_domain .bg-trans .card-body {
    background-color: unset;
    background: transparent;
} 
.custom_domain label {
    font-weight: 600;
    color : #cdcbb7;
    font-size: 18px;
}

.custom_domain label:not(.form-check-label), .custom_domain input, .custom_domain select  {
    padding-left: 30px !important;
}
.custom_domain label.form-check-label{
    padding-left: 10px !important;
    font-weight: 500;
}
.qrcode .code img {
    max-width: 200px;
}

.themes_page input[type="radio"] {
    display: none;
  }

/* Style for the custom radio button */
.themes_page .selectgroup-item {
display: inline-block;
/* margin-right: 10px; */
}

.themes_page .selectgroup-button {
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid #ccc;
    cursor: pointer;
    background-color: #f2f2f2;
}

.themes_page input[type="radio"]:checked + .selectgroup-button {
    background-color: var(--main-color) !important;
    color: #fff;
    border-color: #007bff;
}
.select-theme .btn.btn-secondary {
    border-radius: 25px !important;
}
button.close span{
    background: white;
    border-radius: 20px;
    width: 30px;
    display: block;
    height: 30px;
    justify-content: center;
    text-align: center;
    line-height: 30px;
    box-shadow: 0 0 5px 2px var(--main-color);
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}