/* Frontend styles for the form */

.cflp-form .form-group {
    margin-bottom: 15px;
    position: relative;
}
.cflp-form .form-group label {
    display: block;
    margin-bottom: 5px;
}
.cflp-form .form-group .tooltip {
    display: inline-block;
    margin-left: 5px;
    background: #333;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
opacity: 1;
}

.sidebar-help a {
    text-transform: capitalize;
}
.sidebar-help a:hover{text-decoration:underline;}
.cflp-form .form-group .tooltip:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    top: -5px;
    left: 25px;
    background: #333;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    white-space: nowrap;
    z-index: 10;
}
.cflp-form .form-control {
    width: 100%;
    padding: 10px;
    border-radius: 4px;
}
.cflp-form .btn {
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.cflp-form .theme-btn-3 {
    padding: 20px 45px;
    font-weight: bold;
    font-size: 12pt;
    animation: breathing 5s ease-in-out infinite;
}
body.tax-condition .theme-btn-3 {
    padding: 20px 45px;
    font-weight: bold;
    font-size: 12pt;
    animation: breathing 5s ease-in-out infinite;
}
.cflp-cart-form-data,
.cflp-checkout-form-data,
.cflp-admin-order-form-data {
    margin-top: 20px;
}
.cflp-cart-form-data h2,
.cflp-checkout-form-data h2,
.cflp-admin-order-form-data h3 {
    margin-bottom: 15px;
}
.cflp-cart-form-data ul,
.cflp-checkout-form-data ul,
.cflp-admin-order-form-data ul {
    list-style: none;
    padding: 0;
}
.cflp-cart-form-data ul li,
.cflp-checkout-form-data ul li,
.cflp-admin-order-form-data ul li {
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.cflp-form-group-hidden {
    display: none;
}

.cflp-form-group-active {
    display: block;
}
.cflp-form .cflp-form-container select {
	border: 1px solid #E0E5F5;
}


button.btn.btn-primary.cflp-next-group {
   
    font-weight: 600;
    padding: 10px 16px 10px 16px;
    border-radius: 50px;
    position: relative;
    text-transform: capitalize;
    display: block;
    width: 367px;
    height: 52px;
    margin: 30px 15.5%;
    color: #fff;
}
button.cflp_submit_form.btn.btn-primary {
    
    font-weight: 600;
    padding: 10px 16px 10px 16px;
    border-radius: 50px;
    position: relative;
    text-transform: capitalize;
    display: block;
    width: 367px;
    height: 52px;
    margin: 30px auto;
    color: #fff;
}
.form-check input[type=radio] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    opacity: 0;
    position: absolute;
    pointer-events: none;
}
.form-check.radio {
    margin-top: 20px;
    display:inline-block !important;
    min-height: 1.5rem;
   padding-left: 0px;
    padding-right: 10px;
    margin-bottom: .125rem;
background: transparent;
}

.form-check.radio label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px 10px;
    padding: 10px 40px;
    border: 1px solid;
    color: #9892B7;
    text-align: center;
    text-wrap: balance;
    min-height: 47px;
    height:100%;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 58px;
    transition: transform .2s; /* Animation */
}

.check-radio-group:has(.form-check.radio + .form-check.radio) .form-check.radio {
    flex: 1 0 190px;
}

.form-check.radio label:hover {
    padding: 10px 40px;
    font-weight: 400;
    background: #202C6A;
	color:#fff;
    transform: scale(1.05);
}
.form-check.radio input[type=radio]:checked ~ label {
    transform: scale(1.05);
    background: #202C6A;
	color:#fff;}


.form-control:focus {
    box-shadow: none;
    border-color: transparent;
}
label.form-check-label.has-class {
    color: #3f3864 !important;
    background: #fff !important;
}
input[type="text"].has-content {
    background-color: #fff;
    color: #3f3864;
    border-color: transparent;
}
/* Add this to your frontend CSS file */
form.cflp-form .progress-bar-container {
    width: 342px;
    background-color: rgba(225, 249, 252, 0.4);
    margin-bottom: 40px;
    height: 11px; 
    border-radius: 15px;
    overflow: hidden;
    margin-left: 15%;
}

form.cflp-form .progress-bar {
    width: 0;
    height: 100%;
    background-color: #3f3864 !important;
    transition: width 0.3s;
border-radius: 15px;
}
form.cflp-form .check-radio-group {
   float: right;
    margin-top: -6px !important;
}
p.fields-description {
    text-align: center;
}
p.form-term {
   font-size: 15px;
    text-align: center;
    width: 80%;
    margin-left: 10%;
    /* padding: 0 42px; */
    font-weight: 400;
    line-height: 21.6px;
    color: rgba(63, 56, 100, 0.5);
}
form.cflp-form .paragraph-text {
    padding: 0 42px;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.6px;
    text-align: center;
    color: rgba(63, 56, 100, 0.5);
}

p.form-term a {
    text-decoration: underline;
color: rgba(63, 56, 100, 0.5);
}
.col-xs-12.col-sm-12.col-md-8.col-lg-5.align-self-center.mb-5 {
    z-index: 9999;
}
label.form-check-label i.fa {
    font-weight: bold;
    font-size: 18px;
}
button.cflp-prev-group {
    color: rgba(63, 56, 100, 0.5);
    background: transparent;
    border: none;
    font-size: 17px;
    margin-left: 32%;
}

button.cflp-prev-group i.mx-2.fa.fa-arrow-left {
    color: rgba(63, 56, 100, 0.5);
    background: transparent;
}
.checkbox-group {
    justify-content: center !important;
    gap: 0px 10px;
    display: revert;
    margin-top: -6px !important;
}

.checkbox-group .form-check {
    margin-top: 20px;
    display: block;
    min-height: 1.5rem;
    padding-left: 1em;
    margin-bottom: .125rem;
    background: transparent;
}

.checkbox-group label.form-check-label {
    display: inline-block;
    padding: 10px 40px;
    border: 0px;
    color: #9892B7;
    text-align: left;
    height: 47px;
    display: flex;
    align-items: center;
    gap: 0px 10px;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 58px;
    transition: transform .2s;
}
:is(.woopw-form-wrapper) .checkbox-group label.form-check-label {
    color: inherit;
}
input.form-control.custom-textfield, .cflp-form select, .cflp-form textarea {
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.8);
}
textarea.form-control.custom-textarea {
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.8);
}
.error {
    color: #e59eb6;
}
button.btn.btn-primary.cflp-next-group:focus {
    box-shadow: none;
}
.restriction-message * {
	color: #ff0000;
}
.checkbox-group .form-check input[type="checkbox"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* For iOS < 15 */
  background-color: #fff;
  /* Not removed via appearance */
  /* margin: 0; */
  font: inherit;
  color: #fff;
  width: 1.4em;
  height: 1.4em;
  border: 0.15em solid #E0E5F5;
  /* transform: translateY(-0.075em); */
  display: grid;
  place-content: center;
}

.checkbox-group .form-check input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: none;
  /* Windows High Contrast Mode */
  background-color: var(--cf-form-border-radius-color, #ff94d5);
}

.checkbox-group .form-check input[type="checkbox"]:checked::before {
  transform: scale(1);
}

.checkbox-group .form-check input[type="checkbox"]:focus {
  outline: none;
    outline-offset: 0;
    box-shadow: none;
}

button.cflp_submit_form.btn.btn-primary.theme-btn-3:focus {
    box-shadow: none;
}


 

.floating-label-effect+.floating-label {
    position: absolute;
    top: 0;
    left: 30px;
    display: inline-block;
    width: auto;
    max-width: calc(100% - 70px);
    margin: 0;
    padding: 0;
    font-size: 18px;
    transition: all .3s ease;
    color: rgba(40,40,50,.6);
    z-index: 3;
    height: 60px;
    display: flex;
    align-items: center; 
    font-weight: 400;
    line-height: normal;
    pointer-events: none
}
.cflp-form .bmi-options-input {
	display: flex;
	align-items: center;
}
.cflp-form .bmi-options-input label {
	margin-bottom: 0;
}
.cflp-form .bmi-options-input input {
	margin-right: 5px;
}

@media(max-width: 33.74em) {
    .floating-label-effect+.floating-label {
        height:60px;
        font-size: 16px
    }
}

.floating-label-effect:focus {
    background: #fff
}

.floating-label-effect:not(:-moz-placeholder-shown) {
    border-color: transparent
}

.floating-label-effect:not(:placeholder-shown) {
    border-color: transparent
}

.floating-label-effect:not(:-moz-placeholder-shown)+.floating-label {
    font-size: 12px;
    padding: 0;
    top: 12px;
    z-index: 4;
    height: 14px;
    width: -moz-fit-content;
    width: fit-content
}

.floating-label-effect:focus+.floating-label,.floating-label-effect:not(:placeholder-shown)+.floating-label {
    font-size: 12px;
    padding: 0;
    top: 12px;
    z-index: 4;
    height: 14px;
    width: -moz-fit-content;
    width: fit-content
}
 
.floating-label-effect:not(textarea) {
    max-height: 60px
}

.floating-label-effect::-moz-placeholder {
    color: transparent
}

.floating-label-effect::placeholder {
    color: transparent
}

.floating-label-effect:disabled~.floating-label,.floating-label-effect:disabled~.label-icon-left,.floating-label-effect:disabled~.label-right,.floating-label-effect:disabled~.label-right .label-txt {
    z-index: 5!important;
    opacity: .6
}
  
  .label-switch {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    float: right;
}
 

.label-switch .switch-container {
    display: flex;
    align-items: center
}

.label-switch .switch-container .switch {
    display: none
}

.label-switch .switch-container .switch-track {
    position: relative;
    cursor: pointer;
    margin: 0;
    display: flex;
    align-items: center
}

.label-switch .switch-container .switch-track .switch-rail {
    transition: all .2s ease-in-out;
    position: relative;
    width: 50px;
    height: 24px;
    background: #e2ded9;
    border-radius: 50px;
    overflow: hidden
}

.label-switch .switch-container .switch-track .switch-rail .switch-slider {
    transition: all .2s ease-in-out;
    position: absolute;
    top: 3px;
    left: 4px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: rgb(63 56 100);
}

.label-switch .switch-container .switch:checked~.switch-track .switch-rail {
    transition: all .2s ease-in-out;
    background: #3f3864
}

.label-switch .switch-container .switch:checked~.switch-track .switch-rail .switch-slider {
    transition: all .2s ease-in-out;
    transform: translateX(24px);
    background: #fff
}
 

.label-switch.label-inside .switch-rail {
    margin: 0 5px
}

.label-switch.dual-active .switch-container .switch-track .switch-rail {
    background: #f4f8fa;
}
 

.label-switch .inner-label.label-after,.label-switch .switch:checked~.switch-track .label-befor {
    color: rgba(40,40,50,.6)
}

.label-switch .switch:checked~.switch-track .label-after {
    color: #282832
}

.label-switch.theme-light .switch-container .switch-track .switch-rail {
    background: #fff
}

.label-switch.theme-light .switch-container .switch:checked~.switch-track .switch-rail {
    background: #282832
}
.separator-line {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #c1b6a8;
    margin: 30px 0
} 
 
.d-inline-block {
    display: inline-block!important
}

.d-inline-flex {
    display: inline-flex
}
 
.d-flex {
    display: flex
}
 

.flex-wrap {
    flex-wrap: wrap
}    

.form-group {
    position: relative
}

.form-group.date-input .form-control {
    padding: 30px 20px 15px 45px
}
 

.form-group.textarea-normal .form-control {
    padding: 20px 50px 20px 20px
} 
.form-group.input-medium .floating-label-effect+.floating-label,.form-group.input-medium .form-control {
    height: 46px
}

.form-group.input-medium .floating-label-effect:not(:-moz-placeholder-shown)+.floating-label {
    height: 22px;
    top: 2px
}

.form-group.input-medium .floating-label-effect:focus+.floating-label,.form-group.input-medium .floating-label-effect:not(:placeholder-shown)+.floating-label {
    height: 22px;
    top: 2px
}

.form-group.input-medium .label-icon-left,.form-group.input-medium label .label-txt {
    height: 46px
}

.form-control {
    background: #fff;
    border-radius: 100px;
    font-size: 18px;
    line-height: 100%;
    line-height: 1.12;
    border: 1px solid transparent;
    display: block;
    width: 100%;
    color: #282832;
    min-height: 60px;
    position: relative;
    z-index: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

:is(.woopw-form-wrapper) .form-control {
    border-radius: 18px;    
}

.form-control,.form-control.floating-label-effect {
    padding: 28px 28px 15px 25px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.8);
}

.form-control.floating-label-effect::-moz-placeholder {
    color: transparent
}

.form-control.floating-label-effect::placeholder {
    color: transparent
}

.form-control:not(textarea) {
    max-height: 60px
}

textarea.form-control {
    text-wrap:auto;
}

.form-control:disabled {
    cursor: no-drop;
    opacity: .6;
    border-color: hsla(0,0%,100%,0)!important
}

.joint-input {
    justify-content: space-between;
    width: 94%;
}



.joint-input .form-group:first-child .form-control {
    border-radius: 100px 0 0 100px
}

.joint-input .form-group:last-child .form-control {
    border-radius: 0 100px 100px 0
}

.joint-input .form-group+.form-group {
    margin-left: 1px
}
 
.form-left-icon .form-control {
    padding-left: 45px
}
label.lable-left.floating-label {
    display: flex;
    margin-top: 2px;
}
.height-weight-UI.text {
    margin-top: 10%;
    padding: 10px 2px 10px 0;
    margin-top: 33px;
    margin-bottom: 0px;
    margin-right: 0%; 
}
label.lable-left.floating-label.second.option {
    margin-top: 0px;
}
 .height-weight-UI.multiple-text {
    display: inline-block;
    float: inline-end;
    padding: 10px 2px 10px 0px;
    margin-top: 10px;
    margin-bottom: 10px;
margin-right: 1px;
}
.height-weight-switch {
    padding: 1px 31px 0 50px;
}
fieldset.cflp-form-group.cflp-form-group-active .form-control:focus {
    box-shadow: none;
    border-color:none;
}

.weight-block .height-weight-UI.multiple-text label.lable-left.floating-label {
    margin-top: 0px !important;
}
////

.height-weight-UI .joint-input .d-flex {
    display: flex !important;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
}
 
.height-weight-UI .joint-input{width:100%}
 
.height-weight-switch {
    padding: 0px;
}
 
.form-control, .form-control.floating-label-effect {
    border-radius: 100px;
}
button.btn.btn-primary.cflp-next-group {
    width: 80%;
    margin: 30px auto;
}
.height-weight-UI.multiple-text {    float: none;}
 
:is(.cflp-form, .woopw-form-wrapper) .form-group { 
    width: 100%;
    border: 1px solid var(--cf-form-border-radius-color);
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: var(--cf-form-border-radius);
    display: flow-root;
	background-color:#fff;
}
.height-weight-UI.multiple-text {
    width: 100%;
}
.height-weight-UI.multiple-text {
    margin-bottom: 0px;
}

.check-radio-group .form-check.radio {
    margin-top: 6px;
}

@media only screen and (max-width: 600px) {
/* .form-check.radio label {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 40px;
    border: 0px;
    font-weight: 400;
    text-align: center;
    min-height: 54px;
    gap: 0px 10px;
    max-width: 270px;
    background: #FFFFFFE5;
    border-radius: 58px;
    transform: scale(1.05);
    margin-inline: auto;
}
.form-check.radio label:hover {
    background: #FFFFFFE5;
    border-radius: 58px;
    transform: scale(1.05);
}
form.cflp-form .paragraph-text {
    padding: 0 0px;
    font-size: 17px;
    font-weight: 400;
    line-height: 21.6px;
    text-align: center;
    color: rgba(63, 56, 100, 0.5);
} */
}
span.count-group, span.sidebar-count-group {
    width: 35px;
    height: 35px;
    gap: 20px;
    background: var(--cf-number-bg-color);
    border-radius: 20px;
    font-size: 24px;
    color: var(--cf-number-text-color);
    margin-right: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
 
.form-sidebar .sidebar-back {
    background: #F9F9FF;
    padding: 24px 30px 2px 30px;
	border-radius:30px
}
.sidebar-button {
    width: 235px;
    height: 47px;
    margin-top: 8px; 
    padding: 9px 14.4px 9px 14.4px;
    gap: 9px;
    border-radius: 27px;
    background: var(--theme-bg-gradient, linear-gradient(95.95deg, #E9E9FF -0.46%, #FEEAEB 88.47%));
    border: transparent;
	display: block;
    opacity: .5;
}

.sidebar-button::after { 
    margin-left: 20px; /* Adjust the spacing as needed */
    font-size: 16px;   /* Adjust the size as needed */
    color: #fff;
}

.cflp-form-container .form-sidebar li.active {
    color: #202C6A;
    opacity: unset;
}
.cflp-form-container .form-sidebar li {
    color: #202C6A;
    opacity: 0.6;
	padding-left: 0px;
}
.cflp-form-container .form-content.col-md-9 {
    border: none !important;
}
.cflp-form-container div:is(.form-group-wrapper, .form-description-wrapper) {
    border: var(--cf-form-border) solid var(--cf-form-border-radius-color);
    border-radius: var(--cf-form-border-radius);
    width: 100%;
    margin-bottom: 2%;
	padding: 24px 30px;
}
.form-description-wrapper  > *:last-child {
    margin-bottom:0;
}
.cflp-form-container.container-fluid {
    width: 100%;
}
.form-sidebar ul {
    list-style: none;
    padding: 0;
}

.form-sidebar li {
    display: flex;
    padding: 10px;
    cursor: pointer;
    line-height: 1.5;
}
a.sidebar-cancle-assesment {
 border: 1px solid var(--cf-cancel-button-color, #fdbce6);
    color: var( --cf-cancel-button-color);
    display: block;
    width: 100%; 
    margin-top: 20px;
    margin-left: 0px;
    padding:10px 25px 10px 25px;
    text-align: center;
    border-radius: 30px;
}
a.sidebar-cancle-assesment:hover{
	color:var(--cf-hover-color);
	background-color: var( --cf-cancel-button-color)}

.checkbox-group label.form-check-label.has-class input.form-check-input{
    border:2px solid var(--cf-form-border-radius-color, #ff94d5);
}
#submitBtn i{
margin: 0 0 0 6px;
}
p.sidebar-help {
    font-size: var(--cf-need-help-text-size);
    padding: 9px 0px;
    text-align: left;
    margin-top: 9px;
    line-height: 20px;
    margin-left: 0;
    display: inline-flex;
    justify-content: center;
	    color: var(--cf-need-help-color);
    align-items: center;
    gap: 10px;
}
 
/* Disabled state for form group title and sidebar item */
.form-group-title.disabled,
.sidebar-item.disabled {
    pointer-events: none; /* Prevent clicking */
    opacity: 0.5; /* Make it look visually inactive */
}

/* Active group styling */
.form-group-title {
    display: flex;
    cursor: pointer; 
	margin-bottom: 0px;
	color: var(--cf-text-color);
	font-size: var(--cf-form-heading-font-size);
}

.form-group-title.active {
    font-weight: bold;
}

.hidden-fields {
    display: none;
}

.active-fields {
    display: block;
}
.content-wrapper.section-title.text-center h4.mb-3 {
    text-align:left;
    margin-left:12px
}
i.fa.fa-question {
    border: 1px solid var(--cf-form-border-radius-color, #ff94d5);
    color: var(--cf-form-border-radius-color, #ff94d5);
    border-radius: 50%;
    font-size: 12px;
    min-width: 34px;
    min-height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
}
 
.form-check .form-check-input {
    float: left;
    margin-left: -1.8em;
}
input.form-control.custom-textfield {
    padding: 5px 15px;
    border: 1px solid #E0E5F5;
    width: 98%;
	margin: 0 auto;
}
input.form-control.custom-textfield:focus {
    outline: 0;
    box-shadow: none;
}



form.cflp-form ul#formSidebar li.sidebar-item::before {
    display:none;
}
button#submitBtn:disabled {
    cursor: not-allowed;
}
 
.form-sidebar {
    transition: all 0.3s ease; /* Smooth transition */
}
 

button#submitBtn { 
    color: #fff;
	font-size:var(--btn-font-size) !important; 
    text-transform: capitalize; 
}
 
button.sidebar-button:not([disabled]) {
    color: #fff !important;
    font-size: var(--btn-font-size) !important; 
    padding: 10px 25px 10px 25px !important;
    border-radius: var(--btn-radius) !important; 
    text-transform: capitalize !important;
    opacity: 1;
}

button.sidebar-button { 
    width: 100%; 
}

.stop-sticky {
    position: absolute;
    bottom: 0; /* Reset top to prevent overlap */
}

/* new css code */
 

.form-control{
	min-height: 44px;
}
.content-wrapper.section-title.text-center h4.mb-3, .cflp-form label h4 { 
    font-size: 16px;
    color: #202C6A;
	line-height: 1.65em;
}

.content-wrapper.section-title.text-center h4.mb-3 span.question-pointer {
    font-weight: bold;
    margin-right: 5px;
}

.checkbox-group .form-check ~ .form-check {
    margin-top: -10px;
}
.checkbox-group .form-check{
	padding-left: 0px;
}
:is(.cflp-form, .woopw-form-wrapper) .form-group {
    padding: 20px;
	margin-top: 25px;
}

.deactive-group {
    background-color: #F9F9FF;
}
.cflp-form .form-group.dsl-field-wrapper {
	position: relative;
	overflow: hidden;
	border: 1px solid #ff000042;
	opacity: 0.3;
	cursor: no-drop;
}
.cflp-form .form-group.dsl-field-wrapper:before {
	position: absolute;
	content: '';
	background: #b9b9b9;
	opacity: 0.3;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
}

#formSidebar span.sidebar-title {
    font-size: var(--cf-form-heading-font-size);
    font-weight: var(--header2-font-weight);
    flex: 1;
}

figure .disabled {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .4);
    place-content: center;
    padding: 1rem;
    border-radius: var(--card-radius);
    color: #fff;
    font-size: 2rem;
}

.custom-date-input {
    display:flex;
    gap:.5rem;
}

.custom-date-input select {
    min-width: calc(9ch);
    width: auto;
}

:is(.woopw-form-wrapper) a.theme-btn-gradient {
    display: flex !important;
    animation: pulsed 1.5s infinite;
}

:is(.woopw-form-wrapper) a.theme-btn-gradient.collapsed i {
    transform: rotate(0deg);
    transition: all ease-in-out .2s;
}

:is(.woopw-form-wrapper) a.theme-btn-gradient:not(.collapsed) i {
    transform: rotate(90deg);
}

@media only screen and (min-width: 992px) {
    :is(.woopw-form-wrapper) a.theme-btn-gradient {
        max-width: 50%;
        text-align: center;
    }
}

.close-btn {
	height:2rem;
	width: 2rem;
	top:0;
	right:1rem;
}
:is(.close-btn, .delete-btn) {
	background: #cc0000;
	color: #fff !important;
}
:is(.close-btn, .delete-btn):is(:hover,:focus) {
	background: #bd2130;
	color: #fff !important;
}
.circle {
	border-radius: 100%;
}