:root{
    --section-color: #f6f5f5;
}

.rtl{
    direction: rtl;
}


 .plan-card {
     border: 1px solid #dee2e6;
     border-radius: 12px;
     box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
     padding: 20px;
     margin-bottom: 20px;
     background-color: #fff;
     transition: all 0.3s ease-in-out;
 }

.plan-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.plan-card .section-divider {
    border-top: 1px dashed #ccc;
    margin: 15px 0;
}

.plan-card strong {
    color: #333;
}

.plan-card .title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    color: #4a4a4a;
}

 /*Target the container of Select2*/
.select2-container--default .select2-selection--single .input-underline {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 8px 12px;
    height: 40px; /* same height as input */
    display: flex;
    align-items: center;
    font-size: 16px;
}

/* Remove internal padding so text aligns like input */
.select2-container--default .select2-selection--single  .select2-selection__rendered {
    padding: 0;
    line-height: normal;
}

 /*Adjust the dropdown arrow*/
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    top: 0;
    right: 10px;
}

/* When focused */
.select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #66afe9;
    box-shadow: 0 0 4px rgba(102, 175, 233, 0.6);
}

.card-box{
    width: 90%;
    margin: 0 auto;
}

.pull-left{
    float: left;
}
#sample_1{
    text-align: center;
}


/* Fix border and height for Select2 multiple to match single select */
.select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da !important;
    border-radius: 4px !important;
    min-height: 38px !important;
    padding: 6px 8px !important;
    font-size: 14px !important;
    line-height: 1.8 !important;
    background-color: #fff;
    box-shadow: none;
}

/* Optional: match appearance of selected items (tags) */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #0d6efd;
    color: #fff;
    border: none;
    border-radius: 4px;
    /*padding: 2px 6px !important;*/
    padding-left:25px !important;
    padding-right: 10px !important;
    padding-top: 0 !important;
    font-size: 13px;
}

.set-color{
    color:#565665;
}

.select2-container--default .select2-results__option--disabled {
    font-size: 18px !important;
    color: #1ab0b0 !important;
    /*background-color: #1ab0b0;*/
}

