html {
    font-size: 14px;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: Nunito,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333232;
    text-align: left;
    background-color: #f8f9fc;
    height: 100%;
}

#wrapper #content-wrapper {
    background-color: #f8f9fc;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: black;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

.form-group {
    margin-bottom: 1rem;
}

.grad-td {
    background-image: linear-gradient(90deg, #020024 0%, #090979 35%, #00d4ff 100%);
}

.container {
    max-width: 1230px !important;
}

.error {
    position: relative;
    animation: shake .1s linear;
    animation-iteration-count: 3;
    border: 1px solid red;
    outline: none;
}

.select2-selection__rendered {
    line-height: 38px !important;
}

.select2-container .select2-selection--single {
    height: 40px !important;
    border-radius: 5% 0% 0% 5% !important;
}

.select2-selection__arrow {
    height: 34px !important;
}


#contactags .select2-selection__rendered {
    line-height: 24px !important;
}

#contactags .select2-container .select2-selection--single {
    height: 40px !important;
    border-radius: 5% 0% 0% 5% !important;
}

#contactags .select2-selection__arrow {
    height: 34px !important;
}

#contactags .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 450px !important;
}


.bg-gradient-primary {
    background-color: #4e73df;
    background-image: linear-gradient(180deg, #4e73df 10%, #224abe 100%);
    background-size: cover;
}

.bg-gradient-secondary {
    background-color: #858796;
    background-image: linear-gradient(180deg, #858796 10%, #60616f 100%);
    background-size: cover;
}

.bg-gradient-success {
    background-color: #1cc88a;
    background-image: linear-gradient(180deg, #1cc88a 10%, #13855c 100%);
    background-size: cover;
}

.bg-gradient-info {
    background-color: #36b9cc;
    background-image: linear-gradient(180deg, #36b9cc 10%, #258391 100%);
    background-size: cover;
}

.bg-gradient-warning {
    background-color: #f6c23e;
    background-image: linear-gradient(180deg, #f6c23e 10%, #dda20a 100%);
    background-size: cover;
}

.bg-gradient-danger {
    background-color: #e74a3b;
    background-image: linear-gradient(180deg, #e74a3b 10%, #be2617 100%);
    background-size: cover;
}

.bg-gradient-light {
    background-color: #f8f9fc;
    background-image: linear-gradient(180deg, #f8f9fc 10%, #c2cbe5 100%);
    background-size: cover;
}

.bg-gradient-dark {
    background-color: #5a5c69;
    background-image: linear-gradient(180deg, #5a5c69 10%, #373840 100%);
    background-size: cover;
}

.bg-gray-100 {
    background-color: #f8f9fc !important;
}

.bg-gray-200 {
    background-color: #eaecf4 !important;
}

.bg-gray-300 {
    background-color: #dddfeb !important;
}

.bg-gray-400 {
    background-color: #d1d3e2 !important;
}

.bg-gray-500 {
    background-color: #b7b9cc !important;
}

.bg-gray-600 {
    background-color: #858796 !important;
}

.bg-gray-700 {
    background-color: #6e707e !important;
}

.bg-gray-800 {
    background-color: #5a5c69 !important;
}

.bg-gray-900 {
    background-color: #3a3b45 !important;
}

.ck-editor__editable {
    min-height: 200px;
    max-height: 200px;
}

#successMessage {
    display: none;
    padding: 10px;
    margin-top: 10px;
    background-color: #3ac162;
    color: white;
    font-weight: bold;
    width: 450px;
}
#errorMessage {
    display: none;
    padding: 10px;
    margin-top: 10px;
    background-color: red;
    color: white;
    font-weight: bold;
    width: 450px;
}

.high-priority {
    background-color: rgb(64, 22, 148) !important;
}
.medium-priority {
    background-color: rgb(85, 89, 223) !important;
}
.low-priority {
    background-color: rgb(87, 155, 252) !important;
}

.btn-info-table {
    padding: .200rem .5rem;
    font-size: 1rem;
    line-height: 1.5;
    border: solid 2px black;
    vertical-align: middle;
    background-color: #eeeeee;
    box-sizing: border-box;
    cursor: pointer;
}

.btn-info-table:hover {
    background-color: #ffffff;
    color: #000000;
    border-color: #000000;
}

.btn-info-table-static {
    padding: .200rem .5rem;
    font-size: 1rem;
    line-height: 1.5;
    border: solid 2px black;
    vertical-align: middle;
    background-color: #eeeeee;
    box-sizing: border-box;
    cursor: pointer;
}

.accordion-button {
    background-color: #eeeeee !important;
    color: black !important;
    border: none;
}

    .accordion-button:not(.collapsed) {
        background-color: #eeeeee !important;
        color: black !important;
    }

    .accordion-button:focus {
        box-shadow: none !important;
        outline: none !important;
    }

/* Custom class for the row of buttons */
.btn-group-row {
    align-items: center;
    gap: .1rem;
}

.selected-contact {
    background-color: #007bff; /* Example color, you can change it */
    color: white;
}

#contactsList .list-group-item {
    cursor: pointer;
}

/* Step Progress Container */
/* Progress Bar Container */
.progress-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
}

/* Step Style */
.step {
    text-align: center;
    position: relative;
    width: 100px;
}

    /* Circle Style */
    .step .circle {
        width: 40px;
        height: 40px;
        background-color: #ddd;
        color: #666;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 18px;
        margin: 0 auto;
        transition: 0.3s;
    }

    /* Completed and Active Step */
    .step.active .circle {
        background-color: #007bff;
        color: white;
    }

    /* Step Label */
    .step p {
        margin-top: 5px;
        font-size: 14px;
        font-weight: bold;
        color: #666;
    }

/* Connecting Lines */
.progress-line {
    width: 100px;
    height: 6px;
    background-color: #ddd;
    transition: 0.3s;
}

    /* Active Line */
    .progress-line.active {
        background-color: #007bff;
    }

.info-icon {
    cursor: pointer;
    margin-left: 8px;
    font-size: 1.2em;
    color: #007bff;
}

    .info-icon:hover {
        color: #0056b3;
    }



    /*Table header arrow*/
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center left !important;
}

.status-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 5px;
}

.platform-info h2 {
    font-size: 2.25rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 3rem;
}

.platform-info h3 {
    font-size: 1.5rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 1rem;
}

.platform-info p,
.platform-info ul li {
    font-size: 1.1rem;
    color: #555;
}


ul {
    list-style: none;
    padding-left: 0;
}


@media only screen and (max-width: 1600px) {

    .container {
        max-width: 1230px !important;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1224px) {

}

@media screen and (max-width: 767px) {

}

@media screen and (max-width: 600px) {

}

@media screen and (max-width: 361px) {

}