* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

/* body:before,
html:before {
    content: '';
    height: 163px;
    position: fixed;
    width: 582px;
    background: url(https://imagicahealth.co.in/comicbook/public//front/images/down.svg);
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: -22;
    filter: opacity(0.6);
}

body:after,
html:after {
    content: '';
    height: 95px;
    position: absolute;
    width: 190px;
    height: 256px;
    top: 0;
    z-index: -22;

    background-repeat: no-repeat !important;
    left: 0;
    background-position: inherit;
    background: url(https://imagicahealth.co.in/comicbook/public//front/images/up1.svg);
} */

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400&family=Poppins:wght@400;500;600&display=swap');

.custom-input {
    outline: none !important;
}

body {
    font-family: Poppins;
    position: relative;
    /* color: #212529; */
}


.shadow-sm {
    display: none !important;
}

.form-select:focus {
    border-color: #0071bc !important;
    outline: 0;
    box-shadow: none !important;
}

fieldset {
    padding: 25px;
    background: linear-gradient(97deg, #ecfaeb, #f0f3ff);
    border-radius: 20px !important;
}

select {
    color: #5e6469db !important;
    font-size: 17px !important;
}

.text-sm {
    padding-top: 20px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #2f3e84;
}

.bottom_images {
    position: absolute;
    background-image: url('../images/r19.jpg');
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: fixed;
    z-index: -1;
}

.first_section_padding {
    padding: 30px 0;
}

.section_padding {
    padding-bottom: 55px;
}


div:where(.swal2-container) h2:where(.swal2-title) {
    font-size: 1rem !important;
}

/* btn start  */


/* button {
    display: inline-block;
    padding: 20px 40px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    vertical-align: middle;
    font-family: 'Rubik One', sans-serif;
    text-decoration: none;
    font-size: 4vw;
    transition: all 0.5s;
    background-color: #3498db;
  }

  .button::before, .button::after {
    content: '';
    position: absolute;
    transition: all 0.5s;
  }

  .button::before {
    bottom: -15px;
    height: 15px;
    width: 100%;
    left: 8px;
    transform: skewX(45deg);
    background-color: #206896;
  }

  .button::after {
    right: -15px;
    height: 100%;
    width: 15px;
    bottom: -8px;
    transform: skewY(45deg);
    background-color: #0c4b67;
  }

  .button:active {
    margin-left: 10px;
    margin-top: 10px;
  }

  .button:active::before {
    bottom: -5px;
    height: 5px;
    left: 3px;
  }

  .button:active::after {
    right: -5px;
    width: 5px;
    bottom: -3px;
  } */


.custom-btn {
    outline: 0;
    font-size: 1em;
    font-weight: 600;
    /* background: linear-gradient(291deg, #6a2844, #0071bc); */
    background: -webkit-linear-gradient(90deg, #053c87, #0071bc) !important;
    ;
    color: #fff !important;
    border: none;
    text-decoration: none;
    padding: 2em 4em;
    transition: all .3s ease-out;
}


.main-btn {
    position: relative;
    margin: auto;
    /* width:100%; */
    /* height:100%; */
    text-align: center;
    padding: 45vh 0;
}

.btn-2 {
    background: #09294d;
    text-decoration: none !important;
    border: none;
}

.btn-2:before {
    height: 0%;
    width: 2px;
}

.btn-2:hover {
    box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, .5),
        -4px -4px 6px 0 rgba(116, 125, 136, .5),
        inset -4px -4px 6px 0 rgba(255, 255, 255, .2),
        inset 4px 4px 6px 0 rgba(0, 0, 0, .4);
    color: #fff !important;
}

.main-btn {
    padding: 20px 0;
}

/* btn end  */


/* login page start*/

@import url('https://fonts.googleapis.com/css?family=Source+Code+Pro:200,900');


.login-page button {
    position: relative;
    border: none;
    cursor: pointer;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Playpen Sans' !important;
    padding: 10px 44px;
    letter-spacing: 2px;
background: linear-gradient(45deg, #5d4192, #472881) !important;    box-shadow: #573c8f59 2px 2px 22px;
    color: #fff;
    border-radius: 4px;
    z-index: 0;
    overflow: hidden;
}

/* bubbles */
/* .login-page button::before {
    content: '';
    pointer-events: none;
    opacity: .6;
    background:
        radial-gradient(circle at 20% 35%, transparent 0, transparent 2px, #c6d9ec 3px, #c6d9ec 4px, transparent 4px),
        radial-gradient(circle at 75% 44%, transparent 0, transparent 2px, #c6d9ec 3px, #c6d9ec 4px, transparent 4px),
        radial-gradient(circle at 46% 52%, transparent 0, transparent 4px, #c6d9ec 5px, #c6d9ec 6px, transparent 6px);
    width: 100%;
    height: 300%;
    top: 0;
    left: 0;
    position: absolute;
    animation: bubbles 5s linear infinite both;
}

@keyframes bubbles {
    from {
        transform: translate();
    }

    to {
        transform: translate(0, -66.666%);
    }
} */

/* .login-page button:hover {
    transform: scale(1.03);
}

.login-page button:active {
    transform: scale(0.98);
} */

.inputBox {
    position: relative;
    /* width: 300px; */
    margin-top: 35px;
}

.inputBox input {
    position: relative;
    width: 100%;
    padding: 20px 10px 10px;
    background: transparent;
    outline: none;
    border: none;
    box-shadow: none;
    color: #000;
    font-size: 1em;
    letter-spacing: 0.05em;
    transition: 0.5s;
    z-index: 10;
}

.inputBox span {
    position: absolute;
    left: 0;
    padding: 20px 0px 10px;
    pointer-events: none;
    color: #333030;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.02em;
    transition: 0.5s;
}

.inputBox input:valid~span,
.inputBox input:focus~span {
    color: #000;
    font-size: 16px;
    transform: translateY(-34px);
}

.inputBox i {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #f2ecfd;
    border-radius: 7px;
    overflow: hidden;
    transition: 0.5s;
    pointer-events: none;
}

.inputBox input:valid~i,
.inputBox input:focus~i {
    height: 44px;
}

.login-layout {
    /* width: 100%;
    height: 100vh;
    background-image: url('../../images/g15.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1; */
    min-height: 100vh;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    background-image: url('../../images/g15.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}

.login-page {
    padding: 60px 25px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    z-index: 99;
    background-color: #e2f4e026;
    border-radius: 10px;
}

.logo {
    text-align: center;
}

.form-label {
    color: #000000e7;
    /* font-family: 'Playpen Sans'; */
    font-weight: 500;
}

.form-label::placeholder {
    /* font-family: 'Playpen Sans' !important; */
}

.form-input {
    padding-bottom: 20px;
}

/* login page end */


/* home page start */

/* header  start*/

.navbar {
    /* box-shadow: 0 20px 10px -20px rgba(0, 0, 0, 0.45); */
    opacity: 1;
    background-color: #fff !important;
}

.offcanvas-body .nav-link,
.dropdown-item {
    color: rgb(106 40 68);
    padding: 20px 0;
}

.active_offcanvas {
    color: rgb(106 40 68) !important;
}

.dropdown-menu {
    --bs-dropdown-min-width: 6rem;
    font-weight: 200;
}

.offcanvas-body .dropdown-item {
    color: #000;
    padding: 0px 30px !important;
    font-weight: bold;
}

.dropdown-item {
    font-weight: 500;
    padding: 0px 20px !important;
}

.dropdown-item:hover {
    background-color: #fff !important;
}


.nav-link {
    font-family: 'Poppins' !important;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.7;
    cursor: pointer;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.nav-link:hover {
    color: #0071bc;
}


.active {
    color: #08529b   !important;
}

.nav-item {
    margin-right: 40px;
}

.navbar-brand img {
    width: 150px;
    /* margin-left: -19% !important; */
}

.bg-info {
    color: #fff !important;
}

.nav-link-test-me:focus {
    color: #542a70;
}

/* header end */

/* event start */
.events {
    padding: 45px 0px;
    z-index: 999;
    position: relative;
}

.events-image {
    box-shadow: 10px 7px 5px rgba(0, 0, 0, 0.6);
    border-radius: 57px;
    cursor: pointer;
}

/* event end */


/* home page end */


/* dashboard page start  */
.four:hover {
    /* background-image: linear-gradient(to left, rgb(106 40 68), #0071bc); */
    background: -webkit-linear-gradient(90deg, #053c87, #0071bc) !important;
    ;
    text-decoration: underline;
}

.poster_count {
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}

.poster_count_content {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #e7f4ff !important;
    background-clip: border-box;
    border: 1px solid #e7f4ff !important;
    border-radius: 0.8rem;
    background-image: url('https://imagicahealth.in/Headache_Migraine/public/front/images/baner-dec-left.png');
    background-repeat: no-repeat;
    background-position: unset;
    background-size: auto;
    height: auto;
    padding: 30px 0;
}

.poster_count_content h1 {
    font-size: 80px;
    font-weight: 600;
    font-family: serif;
    color: #0071bc;
    text-shadow: 1px 1px #0071bc;

}

.poster_count_content p {
    font-size: 22px;
    font-weight: 500;
}

.dashboard tbody {
    background-color: #fff;
}

/* .dashboard h1 {
    font-size: 3.5em;
    margin-bottom: 20px;
} */

.table-search button {
    background-color: #05203e;
}

.table-search button:hover {
    background-color: #05203e !important;
    color: #fff !important;

}

.btn-search {
    background: #2f3e84 !important;
    color: #fff;
    border: 0;
    padding: 6px 10px;
    font-size: 13px;
    margin-top: 3px;
}

.btn-search:hover {
    color: #fff !important;
    background: #2f3e84 !important;
}

.dashboard {
    background-image: url('/front/images/6.webp');
    /* width: 100%; */
    height: auto;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    padding: 16px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    z-index: 1;
}

.dashboard-content {
    z-index: 999;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}

.dashboard .custom-btn {
    padding: 18px 86px;
    font-size: 19px;
}

.threee {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 1em;
    color: #0071bc;
}

.threee h1 {
    font-size: 28px;
    font-weight: 600;
    color: #085698;
    letter-spacing: 0;
    line-height: 1.5em;
    padding-bottom: 15px;
    position: relative;
}

.threee h1:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: #085795;
}

.threee h1:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 95%;
    max-width: 255px;
    background-color: #085795;
}

.dashboard-table thead th {
    border-bottom: 2px solid #dee2e6 !important;
    border-collapse: collapse;
    /* background: linear-gradient(360deg, #6a2844, #0071bc); */
    /* background: -webkit-linear-gradient(90deg, #053c87, #0071bc) !important;
    ; */
    color: #fff;
    padding: 25px !important;
    border: 0;
}

.fill-container:nth-child(even) {
    background: rgba(0, 0, 0, 0.05);
}

.table td,
.table th {
    border-top: 0px solid #f3fffc;
}

.table>:not(caption)>*>* {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

/* .fill-content {
    background: #fff3f3;
    padding: 25px !important;
} */

.containerrr {
    width: 280px;
    margin: 0 auto;
}

.four {
    /* background-image: linear-gradient(to bottom, #0071bc, rgb(106 40 68)); */
    background: -webkit-linear-gradient(90deg, #053c87, #0071bc) !important;
    ;
    transition: all 0.5s ease-in;
}

.four:hover {
    text-decoration: none;
}

.one,
.two,
.three,
.four,
.five {
    border: none;
    border-radius: 4px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.48);
    overflow: hidden;
    padding: 15px 50px 15px 70px;
    margin-bottom: 20px;
    font-size: 20px;
    position: relative;
    color: white;
    outline: none;
    cursor: pointer;
    width: 100%;
    -webkit-transition: background-position .7s, box-shadow .4s;
    transition: background-position .7s, box-shadow .4s;
    background-size: 110%;
    /* margin-top: 35px; */
}

.four:before,
.five:before {
    -webkit-transition: all 1s;
    transition: all 1s;
    font-size: 30px;
    left: 25px;
    top: 8px;
}

.one:before,
.two:before,
.three:before,
.four:before,
.five:before,
.one:after,
.two:after,
.three:after,
.four:after,
.five:after {
    font-family: FontAwesome;
    display: block;
    position: absolute;
}

.one:after,
.two:after,
.three:after,
.four:after,
.five:after {
    -webkit-transition: right .4s, -webkit-transform .2s;
    transition: right .4s, -webkit-transform .2s;
    transition: right .4s, transform .2s;
    transition: right .4s, transform .2s, -webkit-transform .2s;
    font-size: 100px;
    opacity: .3;
    right: -120px;
    top: -30px;
}

.one:before,
.two:before,
.three:before,
.four:before,
.five:before,
.one:after,
.two:after,
.three:after,
.four:after,
.five:after {
    font-family: FontAwesome;
    display: block;
    position: absolute;
}

/* dashboard page end  */


/* create-poster page start  */
.create-poster {
    padding: 20px 10px;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    /* position: relative; */
}

.create-poster-form {
    position: relative;
    background-image: url('/front/images/Green/b4.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* height: 100%; */
    border-radius: 5px;
    padding: 10px 40px;
}

.create-poster-form h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 50px;

}

.create-poster-form .active-button {
    display: table;
    margin: auto;
    padding-left: 0;
    padding-bottom: 25px;
}

.create-poster-form .active-button li {
    display: inline-block;
    width: 360px;
}

.create-poster-form .active-button li .round-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #05203ea5;
    display: block;
    color: #ffffffc1;
    text-align: center;
    line-height: 30px;
    max-width: 100%;
    margin: auto;
    position: relative;
    z-index: 1;
}

.create-poster-form .active-button li.active .round-btn {
    background-color: #05203e;
    color: #fff;
}

.create-poster-form .active-button li:not(:first-child) .round-btn::before {
    position: absolute;
    content: '';
    width: 330px;
    height: 2.5px;
    background-color: rgba(0, 0, 0, 0.26);
    left: -330px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.create-poster-form .active-button li.active:not(:first-child) .round-btn::before {
    background-color: #05203e;
}

.create-poster-form .poster-form-box:nth-child(2),
.create-poster-form .poster-form-box:nth-child(3),
.create-poster-form .poster-form-box:nth-child(4) {
    display: none;
}

.poster-form-btn .custom-btn {
    padding: 12px 31px;
}

/* .poster_download_heading {
    font-size: 30px !important;
    text-shadow: 2px 2px #e64723b4 !important;
} */
.imageForm option {
    font-size: 10px;
}

.download_poster_btn a,
.download_btn {
    border: 0;
    color: #fff;
    background: linear-gradient(130deg, #e64723, #05203e);
    transition: 0.9s !important;
    padding: 12px 20px;
    font-weight: 500;
}

.download_poster_btn a:hover,
.download_btn:hover {
    background: linear-gradient(260deg, #e64723, #05203e);
    color: #fff !important;
    transition: all 0.5 linear;
}

/* create-poster page end */


/* canvas start */
#display_image_data {
    width: 100%;
    border-radius: 10px !important;
    height: 220px !important;
}

#cropped_image_result img {
    width: 220px;
    height: 220px !important;
    border-radius: 50%;
    box-shadow: 0px 12px 28px 0px rgba(140, 149, 159, 0.3);
}

.croper-btn button {
    display: none;
}

/* #upload_button{
    display: none;

} */