.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-16 {
    font-size: 16px !important;
}

table.dataTable>tbody>tr {
    background-color: transparent !important;
}

#template-customizer {
    display: none !important;
}

.btn-prev {
    background-color: #E7E7F1 !important;
    border-color: #E7E7F1 !important;
    color: #676375 !important;
}

.btn-prev:hover {
    background-color: #a2a2bb !important;
    border-color: #a2a2bb !important;
    color: #fff !important;
}

.swal2-title-custom {
    font-size: 16px;
    /* Adjust the font size as needed */
}

.fs-12 {
    font-size: 12px !important;
}

.fs-19 {
    font-size: 19px !important;
}

.fs-21 {
    font-size: 21px !important;
}

.tab_filter {
    background: #EBEBEB;
    color: #B1B4BE;
}

.fw-600 {
    font-weight: 600 !important;
}

.dashboard-table {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px !important;
    overflow: hidden !important;
    border: 1px solid #b7b7b7;
}

.top-img {
    position: relative;
    padding: 20px;
    /* Adjust as necessary */
}

.top-img:after {
    width: 180px;
    height: 180px;
    content: " ";
    position: absolute;
    z-index: -1;
    bottom: -30px;
    right: -56px;
    background-image: url("data:image/svg+xml,%3Csvg width='181' height='181' viewBox='0 0 181 181' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.30469' y='1.44312' width='178' height='178' rx='19' stroke='%237367F0' stroke-opacity='0.16' stroke-width='2' stroke-dasharray='8 8'/%3E%3Crect x='22.8047' y='22.9431' width='135' height='135' rx='10' fill='%237367F0' fill-opacity='0.08'/%3E%3C/svg%3E");
}

.top-img:before {
    width: 238px;
    height: 233px;
    content: " ";
    position: absolute;
    top: -55px;
    left: -40px;
    background-image: url("data:image/svg+xml,%3Csvg width='239' height='234' viewBox='0 0 239 234' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='88.5605' y='0.700195' width='149' height='149' rx='19.5' stroke='%237367F0' stroke-opacity='0.16'/%3E%3Crect x='0.621094' y='33.761' width='200' height='200' rx='10' fill='%237367F0' fill-opacity='0.08'/%3E%3C/svg%3E%0A");
}

.text-prim {
    color: #124E66 !important;
}

.bg-light-blue {
    background-color: #F2F9FF;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fs-11 {
    font-size: 11px !important;
}

.card-border-right {
    border-right: 2px solid #efefef !important;
}

.validation_font {
    color: red !important;
    /* font-weight: bold; */
    /* font-size: 14px; */
}

.fs-10 {
    font-size: 10px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.card-bg-green {
    background-color: #e4fff0 !important;
}

.svg-primary {
    filter: invert(38%) sepia(52%) saturate(573%) hue-rotate(124deg) brightness(90%) contrast(91%);
}

.w-33 {
    width: 33% !important;
}

.text-yellow {
    color: #F3B83F !important;
}

.custom-radio {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.custom-radio input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 33px;
    height: 32px;
    background-color: #fff;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    position: relative;
    font-size: 15px;
    text-align: center;
    line-height: 30px;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
}

.custom-radio input[type="radio"]::before {
    content: attr(value);
    display: block;
    color: #000;
    text-align: center;
    box-shadow: none !important;


}

.custom-radio input[type="radio"]:checked::before {
    color: #fff;
    background-color: #20b2aa;
    border-radius: 3px;
    border: 1.8px solid #216c69;
    box-shadow: none !important;
}

.label_col {
    color: #e1740c !important;
}

.login-quick-links {
    position: relative;
    display: inline-block;
    color: #2ca5a0;
}

.login-quick-links::before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 4px;
    background-color: #e9b142;
    border-radius: 3px;
}

.landing-section-bg {
    background-color: #F4F7FC !important;
}

.landing-section2-bg {
    background-color: #F2F2F2 !important;
}

/* ------------- Timeline Code Start------------------ */



.timelines {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    flex-wrap: wrap;
    /* max-width: 1000px; */
    /* Adjust according to your layout */
    position: relative;
    /* margin: 0 auto; */
}

.steps {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 10px;
}

.circle {
    background-color: #2ca5a0;
    color: white;
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: bold;
    z-index: 1;
    position: relative;
}

.label {
    margin-top: 10px;
    font-size: 14px;
    color: #333;
    max-width: 150px;
    font-weight: 600;
}

/* Add dotted line between stepss */
.steps:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 19%;
    left: 72%;
    transform: translateY(-50%);
    width: 120px;
    /* Adjust the length of the dotted line */
    height: 2px;
    border-bottom: 2px dotted #aaa;
    z-index: 0;
}

.steps:first-child::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -100px;
    width: 0;
    height: 2px;
    border-bottom: none;
}

.steps:last-child::after {
    content: none;
}

/* Responsive layout for smaller screens */
@media (max-width: 768px) {
    .timelines {
        flex-direction: column;
        align-items: center;
    }

    .steps {
        width: 100%;
        margin-bottom: 30px;
    }

    .circle {
        display: inline-block;
    }

    .steps::after,
    .steps::before {
        display: none;
    }
}

/* ------------- Timeline Code End  ------------------ */

.price-card {
    background-color: #fff;
    /* border: 1px solid #ddd; */
    border-radius: 10px;
    padding: 25px 10px;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0px 2px 10px rgba(99, 98, 98, 0.1);
}

.price-card h5 {
    color: #117EC1;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.price-card p {
    color: #2ca5a0;
    font-size: 20px;
    margin: 0;
    font-weight: bold;

}

.fs-35 {
    font-size: 35px;
}

.bg-footer {
    background-color: #005252;
}

.logo-width {
    width: 400px;
}

.border-right-short {
    position: absolute;
    top: 60px;
    right: -15px;
    width: 3px;
    height: 120px;
    /* Adjust the height as needed */
    background-color: #e6e6e6;
    /* Border color */
}

/* ----------------- Tool tip start ----------------- */


[tooltip] {
    position: relative;
}

[tooltip]::before,
[tooltip]::after {
    text-transform: none;
    font-size: 11px;
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
}

[tooltip]::before {
    content: '';
    border: 5px solid transparent;
    z-index: 5001;
}

[tooltip]::after {
    content: attr(tooltip);
    text-align: center;
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1ch 1.5ch;
    border-radius: .3ch;
    /* box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35); */
    background: #000;
    color: #fff;
    z-index: 5601;
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
    display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
    display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #333;
}

[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
    bottom: calc(100% + 5px);
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
    left: 50%;
    transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #333;
}

[tooltip][flow^="down"]::after {
    top: calc(100% + 5px);
}

[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
    left: 50%;
    transform: translate(-50%, .5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #333;
    left: calc(0em - 5px);
    transform: translate(-.5em, -50%);
}

[tooltip][flow^="left"]::after {
    top: 50%;
    right: calc(100% + 5px);
    transform: translate(-.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #333;
    right: calc(0em - 5px);
    transform: translate(.5em, -50%);
}

[tooltip][flow^="right"]::after {
    top: 50%;
    left: calc(100% + 5px);
    transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
    to {
        opacity: .9;
        transform: translate(-50%, 0);
    }
}

@keyframes tooltips-horz {
    to {
        opacity: .9;
        transform: translate(0, -50%);
    }
}

/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
    animation: tooltips-horz 300ms ease-out forwards;
}

/* ----------------- Tool tip End ----------------- */


.login_img {
    width: 420px !important;
}

.preview_display {
    display: none !important;
}

.swal2-container {
    z-index: 5000 !important;
}

.mt-40 {
    margin-top: 40px;
}

th {
    text-wrap: nowrap;
}

.ms-in_form {
    margin-left: 50px;
}

.wid_form {
    width: 70% !important;
}

