/*@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.cdnfonts.com/css/proxima-nova-2');*/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

:root {
    --font-family-1: 'DM Sans', sans-serif;
    --primary-color: #0070f6;
    --black-color: #212529;
}
#calimatic_secure_event_view_wrapper.clm-modal-is-shown {
    overflow: hidden;
}

#calimatic_secure_event_view_wrapper {
    font-family: 'DM Sans', sans-serif;
}

#calimatic_secure_event_view_wrapper * {
    box-sizing: border-box;
}
#calimatic_secure_event_view_wrapper {
    line-height: 1.5;
    margin: 0 0 30px 0;
    font-family: 'DM Sans', sans-serif;
}
/* scroll bar styling */
#calimatic_secure_event_view_wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: none !important;
    background-color: transparent;
}

#calimatic_secure_event_view_wrapper .ctx-scrolls::-webkit-scrollbar-track, #calimatic_secure_event_view_wrapper #calimaticSecure_modal .ctx-scrolls::-webkit-scrollbar-track {
    -webkit-box-shadow: none !important;
    background-color: transparent !important;
}

#calimatic_secure_event_view_wrapper ::-webkit-scrollbar-thumb,
#calimatic_secure_event_view_wrapper .ctx-scrolls::-webkit-scrollbar-thumb, #calimatic_secure_event_view_wrapper #calimaticSecure_modal .ctx-scrolls::-webkit-scrollbar-thumb {
    background-color: #cccccc;
}

#calimatic_secure_event_view_wrapper .ctx-scrolls:hover::-webkit-scrollbar-thumb, #calimatic_secure_event_view_wrapper #calimaticSecure_modal .ctx-scrolls:hover::-webkit-scrollbar-thumb {
    background-color: #b0afaf;
    border-radius: 5px;
    opacity:1;
}
#calimatic_secure_event_view_wrapper .ctx-scrolls::-webkit-scrollbar-thumb, #calimatic_secure_event_view_wrapper #calimaticSecure_modal .ctx-scrolls::-webkit-scrollbar-thumb {
    background-color:transparent;
    border-radius: 5px;
    transition:.3s ease-in-out all;
}


#calimatic_secure_event_view_wrapper .ctx-scrolls::-webkit-scrollbar, #calimatic_secure_event_view_wrapper #calimaticSecure_modal .ctx-scrolls::-webkit-scrollbar {
    width: 4px !important;
    height: 6px !important;
}

#calimatic_secure_event_view_wrapper .ctx-scrolls {
    overflow: auto !important;
}


/* ::-webkit-scrollbar-thumb:hover {
    background-color: #757575;
} */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-thumb{
    background-color: #b0afaf;
    border-radius: 5px;
    opacity: 1;
}
#calimatic_secure_event_view_wrapper::-webkit-scrollbar-thumb,
#calimatic_secure_event_view_wrapper .ctx-scrolls:hover::-webkit-scrollbar-thumb, #calimatic_secure_event_view_wrapper #calimaticSecure_modal .ctx-scrolls:hover::-webkit-scrollbar-thumb {
    background-color: #b0afaf;
    border-radius: 5px;
}

#calimatic_secure_event_view_wrapper {
    width: 100% !important;
    max-width: 1170px;
    margin: auto;
    box-sizing: border-box;
    padding:0 10px;
}

/* tabs css */
#calimatic_secure_event_view_wrapper #calimatic_render_type_tabs {
    border-bottom: 1px solid #dddddd !important;
}

#calimatic_secure_event_view_wrapper #calimatic_render_type_tabs,
#calimatic_secure_event_view_wrapper #calimatic_render_categories_tabs_list {
    white-space: nowrap !important;
    display: inline-flex !important;
    max-width: 100% !important;
    overflow-y: hidden !important;
    width: 100% !important;
    flex-wrap: nowrap !important;
    margin-bottom: 30px;
    list-style: none !important;
    padding-left: 0;
}

#calimatic_secure_event_view_wrapper #calimatic_render_type_tabs.ctx-scrolls {
    overflow-x: auto !important;
}

#calimatic_secure_event_view_wrapper #calimatic_render_type_tabs li,
#calimatic_secure_event_view_wrapper #calimatic_render_categories_tabs_list li {
    display: inline-flex !important;
    text-align: center !important;
    border-radius: 0 !important;
    margin-top: 3px !important;
    font-size: 16px !important;
    border-radius: 0 !important;
    justify-content: center;
    align-items: center;
    max-width: 33.33% !important;
}

#calimatic_secure_event_view_wrapper #calimatic_render_type_tabs > li,
#calimatic_secure_event_view_wrapper #calimatic_render_categories_tabs_list > li {
    float: left;
    margin-bottom: -1px;
    border-bottom: 4px solid transparent;
    transition: all ease-in-out .2s;
}

#calimatic_secure_event_view_wrapper #calimatic_render_type_tabs li a,
#calimatic_secure_event_view_wrapper #calimatic_render_categories_tabs_list li a {
    display: inline-block !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border: 0;
    background: none;
    padding: 8px 12px !important;
    color: #737373;
    max-width: 100% !important;
    margin-right: 2px;
    line-height: 1.42857143 !important;
    border-radius: 4px 4px 0 0;
    text-decoration: none !important;
}

#calimatic_secure_event_view_wrapper #calimatic_render_type_tabs > li:not(.active):hover,
#calimatic_secure_event_view_wrapper #calimatic_render_categories_tabs_list > li:not(.active):hover {
    background: 0 0 !important;
    border-bottom: 4px solid #add5f9 !important;
    position: relative;
}

#calimatic_secure_event_view_wrapper #calimatic_render_type_tabs > li.active,
#calimatic_secure_event_view_wrapper #calimatic_render_categories_tabs_list > li.active {
    background: 0 0 !important;
    border-bottom: 4px solid #3598DC !important;
    position: relative;
}

#calimatic_secure_event_view_wrapper span.counter {
    text-align: center !important;
    background-color: #ed6b75;
    height: 21px !important;
    min-width: 22px !important;
    padding: 5px;
    display: inline-block;
    font-size: 12px !important;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 10px;
    max-height: 21px;
}
#calimatic_secure_event_view_wrapper .showMoreExe {
    overflow: hidden !important;
 /*   -webkit-line-clamp: 8;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;*/
}
/* Event Detail */

#calimatic_secure_event_view_wrapper .event-detail-content {
    background: #fff;
    margin: 10px 0 20px;
    font-family: var(--family);
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: 0px 0px 7px -3px gray;
    border-radius: 5px;
    overflow: hidden;
}

#calimatic_secure_event_view_wrapper .bg-overlay-img {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    height: 66vh;
    max-height: 500px;
}

#calimatic_secure_event_view_wrapper .bg-overlay-img .detail-img {
    opacity: .6;
    filter: blur(20px);
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
    background-size: cover !IMPORTANT;
    background-position: center !important;
}

#calimatic_secure_event_view_wrapper .event-detail-imginfo-div {
    background-color: rgba(251, 251, 251, 0.95);
    display: flex;
}

#calimatic_secure_event_view_wrapper .banner-detail-img {
    min-width: 66%;
}

#calimatic_secure_event_view_wrapper .banner-detail-img img {
    width: 100%;
}

#calimatic_secure_event_view_wrapper .event-info {
    min-width: 34%;
}

#calimatic_secure_event_view_wrapper .right-border-container {
    position: fixed;
    right: 0px;
    bottom: 20px;
    top: 33px;
    z-index: 9;
    display: inline-table;
}

#calimatic_secure_event_view_wrapper .right-border-container .right-border-container-button {
    height: 55px;
    width: 62px;
    border: none;
    background-color: #3598dc;
    border-radius: 62px;
    transition: all 300ms;
    box-shadow: 0 0 3px #fff;
    cursor: pointer;
}

#calimatic_secure_event_view_wrapper .activclass {
    transition: all 400ms cubic-bezier(.62,.1,.5,1) !important;
    width: 150px !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

#calimatic_secure_event_view_wrapper .banner-detail-img .detail-img {
    overflow: hidden;
    object-fit: cover;
}

#calimatic_secure_event_view_wrapper .banner-detail-img .detail-img img {
    max-width: 100%;
}

#calimatic_secure_event_view_wrapper .info-descp {
    padding: 10px 0;
}


#calimatic_secure_event_view_wrapper .event-info .event-info-content {
    padding: 0 10px 8px;
    margin: 0 auto;
}


#calimatic_secure_event_view_wrapper .btn.btn-default {
    background-color: #1271c4;
    color: #fff;
}

#calimatic_secure_event_view_wrapper .event-overview {
    padding: 15px;
    margin-top: 0;
}

#calimatic_secure_event_view_wrapper .event-detail-content .left-side-content, #calimatic_secure_event_view_wrapper .event-detail-content .right-side-content {
    padding: 0 15px;
    min-height: 525px;
}


#calimatic_secure_event_view_wrapper .event-detail-content .title h4, #calimatic_secure_event_view_wrapper .event-detail-content .title h5, #calimatic_secure_event_view_wrapper .events-description .title h4 {
    font-size: 2rem;
    font-weight: 600;
    border-bottom: 1px solid #dadada;
    padding-bottom: 10px;
    margin: 20px 0;
}

#calimatic_secure_event_view_wrapper section#EventContentMainDiv .left-side-content .description {
    word-break: break-all;
    color: #37474F;
    padding: 6px;
    height: 54px;
    height: auto !important;
}

#calimatic_secure_event_view_wrapper .EachTimingMainDiv {
    line-height: 1.9;
    border: 2px dashed #e0e0e0;
    padding: 10px 0;
    margin-bottom: 6px;
}

#calimatic_secure_event_view_wrapper .event-overview-content {
    display: flex;
}

#calimatic_secure_event_view_wrapper .left-side-content {
    min-width: 66.66%;
}

#calimatic_secure_event_view_wrapper .right-side-content {
    min-width: 30.34%;
}

#calimatic_secure_event_view_wrapper .priceFeeSlotDiv {
    display: grid;
    gap: 4px;
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
}

#calimatic_secure_event_view_wrapper .flex-center {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}



/* card */
#calimatic_secure_event_view_wrapper .btn-widget__card___btn {
    background: #a27af1;
}

#calimatic_secure_event_view_wrapper .btn-widget__card___btn {
    color: white;
    padding: 8px 8px;
    display: flex;
    justify-content: center;
    /* position: absolute; */
    align-items: center;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 27px;
    font-size: 13px;
    border-radius: 9px;
    border: 0 !important;
    text-decoration: none !important;
    opacity: 1 !important;
    line-height: 20px;
}

#calimatic_secure_event_view_wrapper .btn__5050 {
    width: 50%;
}

#calimatic_secure_event_view_wrapper .btn-widget__card___btn svg {
    width: 22px;
}

#calimatic_secure_event_view_wrapper .calimatic___Event___Card__Wrapper {
    display: grid;
    max-width: 1200px;
    margin: 0 auto;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 1rem;
    font-family: var(--family);
}

#calimatic_secure_event_view_wrapper .event-registration-box {
    box-shadow: 0px 0px 8px -2px gray;
    border-radius: 0px;
/*    overflow: hidden;*/

}

#calimatic_secure_event_view_wrapper .event_title {
    text-align: center;
    padding: 20px;
    word-break: break-word;
    text-transform: capitalize;
}
#calimatic_secure_event_view_wrapper .clm____loc____icon svg{
    width: 17px;
}
#calimatic_secure_event_view_wrapper .clm__event___detail____info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
#calimatic_secure_event_view_wrapper .event-registration-img {
    max-height: 225px;
    overflow: hidden;
}
#calimatic_secure_event_view_wrapper .cln___eve___calendar-Icon svg {
    max-width: 20px;
}

#calimatic_secure_event_view_wrapper .clm___eve__date-area {
flex-grow: 1;
}
#calimatic_secure_event_view_wrapper .clm___eve__time-area{
    white-space: nowrap;
}
#calimatic_secure_event_view_wrapper .clm___eve__date-time-area {
    display: flex;
    justify-content: space-between;
    margin: 0 10px 10px;
    gap: 13px;
}

#calimatic_secure_event_view_wrapper .WidgetContentDiv {
    text-align: center;
    padding: 0px;
    line-height: 1.2;
    letter-spacing: 0px;
    font-size: 14px;
    min-height: 300px;
    height: calc(100% - 65px);
    flex: 1;
    transition: .3s all;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

#calimatic_secure_event_view_wrapper .enroll-btn {
    padding: 1rem 0;
    margin-top: auto;
}

#calimatic_secure_event_view_wrapper .cln___eve___calendar-Icon {
    display: flex;
    align-items: flex-start;
    gap:6px;
    text-align: left;
}

#calimatic_secure_event_view_wrapper .buttonoverflow {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #09b4ff;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: white;
    text-decoration: none;
}

#calimatic_secure_event_view_wrapper .dOne {
    display: none;
}

/* tostr css Start */
#calimatic_secure_event_view_wrapper #calimatic____Custom___toster {
    position: absolute;
    padding: 10px;
    line-height: 36px;
    max-width: 260px;
    width: 100%;
    font-size: 16px;
    font-family: sans-serif;
    border-radius: 3px;
    box-shadow: 0px 0px 20px -4px gray;
	transform: translateY(0);
    z-index: 10000;	
}
#calimatic_secure_event_view_wrapper #calimatic____Custom___toster:not(.show){
	display: none;
}
@keyframes mytostAmimation {
	0% {
		transform: translateY(-210px);
		opacity: 0;
	}
	50% {transform: translateY(50px);
	opacity: .9;
	}
	100% {transform: translateY(0px);
	opacity: 1;
	}
	
  }
#calimatic_secure_event_view_wrapper #calimatic____Custom___toster.show{
	animation: mytostAmimation .8s ease;
}
#calimatic_secure_event_view_wrapper #calimatic____Custom___toster.topleft {
    top: 5px;
    left: 5px;
}
#calimatic_secure_event_view_wrapper #calimatic____Custom___toster.bottomleft {
    bottom: 5px;
    left: 5px;
}
#calimatic_secure_event_view_wrapper #calimatic____Custom___toster.topright {
    top: 5px;
    right: 5px;
}
#calimatic_secure_event_view_wrapper #calimatic____Custom___toster.bottomright {
    bottom: 5px;
    right: 5px;
}
#calimatic_secure_event_view_wrapper #calimatic____Custom___toster.success {
    background: #5fbd4ae6;
    color: white;
}
#calimatic_secure_event_view_wrapper #calimatic____Custom___toster.danger {
    background: #bd4a4ade;
    color: white;
}
#calimatic_secure_event_view_wrapper #calimatic____Custom___toster.warning {
    background: #dead17e0;
    color: white;
}
#calimatic_secure_event_view_wrapper .tost-inner{
    display: flex;
    align-items: center;
    gap: 14px;
    text-transform: capitalize;
}
#calimatic_secure_event_view_wrapper .tost-inner span svg {
    width: 28px;
    margin-top: -4px;
    display: block;
}
#calimatic_secure_event_view_wrapper .clm-skeleton-card {
    width: 363px !important;
    display: flex !important;
    flex-direction: column !important;
    height: 540px !important;
    overflow: hidden !important;
    box-shadow: 0 0 9px rgba(33, 33, 33, .2) !important;
    margin-top: 1% !important;
}

#calimatic_secure_event_view_wrapper .clm-skeleton-card-img {
    position: relative;
    height: 220px;
}

#calimatic_secure_event_view_wrapper .clm-skeleton-card-body {
    padding: 1rem;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}


#calimatic_secure_event_view_wrapper .clm-skeleton-card-title.clm-skeleton {
    min-height: 50px;
    margin: 0 0 4px 0px;
}

#calimatic_secure_event_view_wrapper .clm-skeleton-card-intro {
    line-height: 1.5;
    margin: 0 0 7px 0;
}

#calimatic_secure_event_view_wrapper .clm-skeleton-card-intro.clm-skeleton {
    border-radius: 4px;
    flex: 1 1 auto;
}

#calimatic_secure_event_view_wrapper .clm-skeleton-card-body .clm-skeleton-card-intro:nth-child(2) {
    max-width: 68%;
}

#calimatic_secure_event_view_wrapper .clm-skeleton-card-body .clm-skeleton-card-intro:nth-child(3) {
    max-width: 85%;
}

#calimatic_secure_event_view_wrapper .clm-skeleton-card-body .clm-skeleton-card-intro:last-child {
    max-width: 95%;
}

#calimatic_secure_event_view_wrapper .clm-skeleton {
    background-color: #e2e5e7;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    background-size: 192px 100%;
    background-repeat: no-repeat;
    background-position: left -66px top 0;
    animation: skeleton-shine 1s ease infinite;
}

@keyframes skeleton-shine {
    to {
        background-position: right -264px top 0;
    }
}

#calimatic_secure_event_view_wrapper .loader-07 {
    border: 0 solid transparent;
    border-radius: 50%;
    position: relative;
}

#calimatic_secure_event_view_wrapper .loader-07:before,
#calimatic_secure_event_view_wrapper .loader-07:after {
    content: '';
    border: 4px solid rgb(49, 152, 242);
    border-radius: 50%;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    animation: loader-07 1s linear infinite;
    opacity: 0;
    margin: auto;
    bottom: 0;
    right: 0;
}

#calimatic_secure_event_view_wrapper .loader-07:before {
    animation-delay: 0s;
}

#calimatic_secure_event_view_wrapper .loader-07:after {
    animation-delay: 0.5s;
}

@keyframes loader-07 {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

#calimatic_secure_event_view_wrapper [class*=loader-] {
    display: inline-block;
    width: 6em;
    height: 6em;
    color: inherit;
    vertical-align: middle;
    pointer-events: none;
}
#calimatic_secure_event_view_wrapper .box {
    min-width: 100vw;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e9e9e987;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000000;
}

#calimatic_secure_event_view_wrapper .not-show {
    display: none;
}
#calimatic_secure_event_view_wrapper .timeDesc-content{
}
#calimatic_secure_event_view_wrapper .clm___eve____skl__wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    justify-content: center !important;
}
#calimatic_secure_event_view_wrapper #calimatic_render_events_by_cat_list.isShowEnrollBtn .generic_content {
    border-radius: 10px !important;
}
#calimatic_secure_event_view_wrapper #calimatic_render_events_by_cat_list.isShowEnrollBtn .generic_content .ContentDiv .tags {
    display: none
}
#calimatic_secure_event_view_wrapper #calimatic_render_events_by_cat_list.isShowEnrollBtn .generic_content .ContentDiv .timeDesc-content {
    height: 194px !important;
    position: relative;
}
#calimatic_secure_event_view_wrapper #calimatic_render_events_by_cat_list.isShowEnrollBtn .generic_content .ContentDiv .enroll-btn-batch {
    position: absolute !important;
    width: fit-content !important;
    bottom: 3px !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
}
#calimatic_secure_event_view_wrapper #calimatic_render_events_by_cat_list.isShowEnrollBtn .generic_content .ContentDiv .enroll-btn-batch .pricingTable-signup {
    background: #ffc802 !important;
    position: relative !important;
    color: #000 !important;
    border: 0;
    font-size: 16px !important;
    font-weight: 700;
    line-height: 22px;
    transition: 0.15s ease-in-out;
    max-width: 100% !important;
    margin: 5px 0 5px !important;
    padding: 10px 20px !important;
    border-radius: 4px;
}
#calimatic_secure_event_view_wrapper #calimatic_render_events_by_cat_list.isShowEnrollBtn .generic_content .ContentDiv .enroll-btn-batch .pricingTable-signup:hover {
    color: #000 !important;
    background: #ffd94e !important;
    box-shadow: 0px 2px 8px rgb(0 0 0 / 15%) !important;
}
#calimatic_secure_event_view_wrapper .generic_content {
    width: 363px !important;
    display: flex !important;
    flex-direction: column !important;
    height: 540px !important;
    overflow: hidden !important;
    box-shadow: 0 0 9px rgba(33, 33, 33, .2) !important;
    margin-top: 1% !important;
}
/*Category skeleton styling*/
#calimatic_secure_event_view_wrapper .clm-type-skeleton-card-item {
    height: 60px;
    display: inline-block;
    width: 200px;
    min-width: 200px;
}

#calimatic_secure_event_view_wrapper .clm-type-skeleton-card {
    display: flex;
    gap: 10px;
    margin-top: 9px;
    overflow: hidden;
}
#calimatic_secure_event_view_wrapper .coupon-btn {
    font-size: 13.5px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
    width: 50px;
    height: auto;
    color: white !important;
    background: #c00 !important;
    text-decoration: none !important;
    cursor: pointer !important;
    padding: 8px 2px 17px 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
    margin-top: -8px;
    /* box-shadow: -3px -3px 5px 1px #373737; */
    border-top-left-radius: 4px;
    /* filter: drop-shadow(3px 1px .7px black); */
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 14px), 50% 100%, 0 calc(100% - 14px));
    transition: padding 0.2s;
}

#calimatic_secure_event_view_wrapper a.coupon-btn-outer, #calimatic_secure_event_view_wrapper a.coupon-btn-outer:hover {
    color: #fff !important;
    text-decoration: none !important;
    background-color: initial !important;
    text-decoration: none !important;
    border-color: transparent !important;
    cursor: pointer !important;
    border-radius: 0px !important;
    filter: drop-shadow(3px 2px 1px #000000e8);
    padding: 0 !important;
}



#calimatic_secure_event_view_wrapper .coupon-btn .btn-icon {
    font-size: 14px;
}

#calimatic_secure_event_view_wrapper .coupon-btn:hover {
    text-decoration: none;
    color: #fff;
    padding: 8px 2px 19px 2px;
}

#calimatic_secure_event_view_wrapper .tags {
    top: 0;
    display: flex;
    width: auto;
    position: absolute;
    z-index: 99;
    flex-direction: column;
    right: 0;
}

#calimatic_secure_event_view_wrapper .coupon-btn p {
    font-size: 10px !important;
    line-height: normal !important;
    margin: 0 !important;
}

#calimatic_secure_event_view_wrapper .coupon-btn-div {
    text-align: left;
    position: absolute;
    top: 0px;
    left: 5px;
    z-index: 99;
}

#calimatic_secure_event_view_wrapper .coureInfo__inner__content .coupon-btn-div {
    top: 0px;
    right: -2px;
    left: auto;
}
#calimatic_secure_event_view_wrapper .coupon-card-box {
    max-width: 100%;
    margin-bottom: 16px;
    max-width: 410px;
    width: 100%;
}
#calimatic_secure_event_view_wrapper .coupon-card {
    display: flex;
    align-items: center;
    background-color: rgb(241, 241, 241);
}

#calimatic_secure_event_view_wrapper .coupon-header {
    padding: 10px 10px;
    position: relative;
    width: 105px;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    flex: 0 0 auto;
}


#calimatic_secure_event_view_wrapper .coupon-card-box-wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
#calimatic_secure_event_view_wrapper .couponsContainer {
    flex-wrap: wrap;
    gap: 10px;
    align-items: stretch;
    justify-content: center;
    margin: 10px auto;
}


    #calimatic_secure_event_view_wrapper .couponsContainer .row {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

.row-spacing {
    justify-content: center;
    flex-wrap: wrap;
}
 #calimatic_secure_event_view_wrapper .couponsContainer .col-md-6 {
        width: 48%;
 }

#calimatic_secure_event_view_wrapper .coupon-details {
    padding: 5px;
    border-left: 2px dotted #999;
    position: relative;
/*    width: 230px;
*/    flex: 1 1 auto;
      min-width:1px;
}

    #calimatic_secure_event_view_wrapper .coupon-details ._descriptions {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        overflow-wrap: break-word;
    }

#calimatic_secure_event_view_wrapper .coupon-code {
    font-size: 30px;
    font-weight: bold;
}

#calimatic_secure_event_view_wrapper .coupon-image {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}

#calimatic_secure_event_view_wrapper .coupon-body {
    padding: 10px;
    position: relative;
}

#calimatic_secure_event_view_wrapper .coupon-description {
    font-size: 16px;
}

#calimatic_secure_event_view_wrapper .coupon-expiration-date {
    font-size: 14px;
    color: #ccc;
}

#calimatic_secure_event_view_wrapper .coupon-footer {
    padding: 10px;
    text-align: right;
}

#calimatic_secure_event_view_wrapper .copy-coupon-code-button {
    margin-bottom: 10px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    line-height: 10px;
}

#calimatic_secure_event_view_wrapper .copy-coupon-code-button:hover {
}

#calimatic_secure_event_view_wrapper .coupon-card * {
    margin: 0;
}

#calimatic_secure_event_view_wrapper .coupon-footer.input-group {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}

#calimatic_secure_event_view_wrapper .coupon-header span {
    color: #1271c4;
    text-align: left;
    font-size: 22px;
    word-break: break-all;
    line-height: normal;
    font-weight: 600;
}

#calimatic_secure_event_view_wrapper .coupon-card .code {
    border-radius: 4px;
    padding: 5px 10px;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
    margin-top: 10px;
    width: 100%;
    justify-content: space-between;
}

#calimatic_secure_event_view_wrapper .coupon-card .code a {
    color: inherit;
}

#calimatic_secure_event_view_wrapper .couponCode {
    font-size: 10px;
    font-weight: normal;
    min-width:1px;
}

    #calimatic_secure_event_view_wrapper .couponCode strong {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

#calimatic_secure_event_view_wrapper .couponCode * {
    display: block;
}

#calimatic_secure_event_view_wrapper .copyBtn {
    border: none !important;
    border-radius: 5px !important;
    cursor: pointer !important;
    line-height: 10px !important;
    background-color: transparent !important;
    padding: 0 !important;
    color: var(--black-color) !important;
    outline: none !important
}

#calimatic_secure_event_view_wrapper .copyBtn svg {
    height: 16px;
    width: 16px;
    fill: var(--black-color) !important;
}

#calimatic_secure_event_view_wrapper .WidgetContentDiv {
    position: relative;
}



#calimatic_secure_event_view_wrapper .copy-notification {
    color: white;
    background-color: #28a745;
    border-radius: 5px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: auto;
    display: none;
    position: fixed;
    z-index: 999999;
    font-family: inherit;
    padding: 10px;
}




#calimatic_secure_event_view_wrapper .dynamicViewModal {
    z-index: 999999;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    font-family: var(--font-family-1);
    transition: opacity 0.1s linear;
    opacity: 0;
}

#calimatic_secure_event_view_wrapper .dynamicViewModal * {
    font-family: var(--font-family-1);
    box-sizing: border-box;
}

#calimatic_secure_event_view_wrapper .dynamicViewModal.modal_show {
    opacity: 1;
    height: 100vh;
    overflow-y: auto;
    min-height: 100%;
}

#calimatic_secure_event_view_wrapper .dynamicViewModal.modal_show:before {
    content: '';
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #00000066 !important;
}

#calimatic_secure_event_view_wrapper .dynamicViewModal.modal_show .clm_modal_dialog.modal_md {
    transform: translateY(0);
    animation: CarouselSlhow .4s ease-in-out;
}


#calimatic_secure_event_view_wrapper .dynamicViewModal .clm_modal_dialog.modal_md {
    padding-bottom: 30px;
    width: 100%;
    max-width: 900px;
    margin: 30px auto;
    position: relative;
    /*transition: transform 0.6s ease-out;*/
    transform: translate(0, -25%);
}

#calimatic_secure_event_view_wrapper .dynamicViewModal.modal_show .clm_modal_dialog.modal_md {
    transform: translate(0, 0%);
}

#calimatic_secure_event_view_wrapper .dynamicViewModal .clm_modal_content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
    border-radius: 5px !important;
    overflow: hidden !important;
    box-shadow: 0 15px 15px rgba(0, 0, 0, .5) !important;
    width: 100%;
    padding: 0 0px;
    margin-top: 20px;
}

#calimatic_secure_event_view_wrapper .dynamicViewModal .clm_modal_header {
    padding: 7px 1rem;
    border-bottom: 1px solid #cdcdcd6b;
    display: flex !important;
    justify-content: space-between !important;
    flex-direction: row-reverse !important;
    align-items: center;
}

#calimatic_secure_event_view_wrapper .dynamicViewModal .clm_modal_body {
    /*max-height: calc(100vh - 100px);*/
    padding: 1rem;
    overflow-y: auto;
    padding-bottom: 4rem;
}

#calimatic_secure_event_view_wrapper .dynamicViewModal .clm_modal_body::-webkit-scrollbar {
    height: 7px;
    width: 7px;
}

#calimatic_secure_event_view_wrapper .dynamicViewModal .clm_ModalCloseBtn {
    font-size: 27px;
    color: #212529;
    opacity: 1;
    font-weight: 400;
    top: 7px;
    background: transparent;
    border: 0;
    outline: none;
    cursor: pointer;
    align-self: flex-start;
}

#calimatic_secure_event_view_wrapper .dynamicViewModal .clm_modal_title {
    font-size: 22px;
    color: var(--black-color);
    /* font-family: 'Proxima Nova Lt'; */
    font-weight: 600;
    display: block;
    white-space: normal;
    word-break: break-word;
    margin: 0;
}

#calimatic_secure_event_view_wrapper .coupon-wrapper {
    position: relative;
}

#calimatic_secure_event_view_wrapper .coupon-wrapper ul {
    position: absolute;
    list-style: none;
    top: 35px;
    background: white;
    padding: 0.5rem !important;
    border-radius: 4px;
    box-shadow: 0px 0px 4px -3px grey;
    max-height: 150px;
    overflow: auto;
    right: 0;
}

#calimatic_secure_event_view_wrapper .coupon-wrapper ul li {
    padding: .5rem .5rem;
}

#calimatic_secure_event_view_wrapper .coupon-wrapper ul li:not(:last-child) {
    border-bottom: 1px solid gainsboro;
}

#calimatic_secure_event_view_wrapper .coupon-inner p {
    border: 1px solid gainsboro;
    padding: .3rem 1rem;
    border-radius: 20px;
}

#calimatic_secure_event_view_wrapper .coupon-inner p:not(.show-all-names) {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

#calimatic_secure_event_view_wrapper .show-all-names {
    cursor: pointer;
    height: 33px;
    width: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#calimatic_secure_event_view_wrapper .coupon-inner {
    display: flex;
    gap: 8px;
    align-items: center;
}

#calimatic_secure_event_view_wrapper .d-none {
    display: none;
}


/* New Coupon Css */

#calimatic_secure_event_view_wrapper .coupons-container-row {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
}

    #calimatic_secure_event_view_wrapper .coupons-container-row .coupons-column:nth-child(4n + 1) .coupon-custom-tag {
        background-color: #1271c4;
    }

    #calimatic_secure_event_view_wrapper .coupons-container-row .coupons-column:nth-child(4n + 2) .coupon-custom-tag {
        background-color: brown;
    }

    #calimatic_secure_event_view_wrapper .coupons-container-row .coupons-column:nth-child(4n + 3) .coupon-custom-tag {
        background-color: burlywood;
    }

    #calimatic_secure_event_view_wrapper .coupons-container-row .coupons-column:nth-child(4n + 4) .coupon-custom-tag {
        background-color: darkblue;
    }

#calimatic_secure_event_view_wrapper .set-center {
    justify-content: center;
}

#calimatic_secure_event_view_wrapper .coupons-container-row .coupons-column {
    width: 48%;
}

#calimatic_secure_event_view_wrapper .coupon-main-wrapper {
    border: 1px solid gainsboro;
    border-radius: 10px;
    padding: 12px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

    #calimatic_secure_event_view_wrapper .coupon-main-wrapper .new-coupon-header {
        display: flex;
        align-items: center;
        gap: 8px;
    }

        #calimatic_secure_event_view_wrapper .coupon-main-wrapper .new-coupon-header .amount-off {
            background: #3f6dfc;
            color: #ffffff;
            font-weight: bold;
            padding: 2px 12px;
            border-radius: 20px;
            font-size: 20px;
        }

        #calimatic_secure_event_view_wrapper .coupon-main-wrapper .new-coupon-header ._coupon-date {
            background: #fcf094;
            padding: 6px 8px;
            border-radius: 4px;
            font-weight: bold;
            font-size: 14px;
        }

    #calimatic_secure_event_view_wrapper .coupon-main-wrapper .new-coupon-body {
        padding-top: 10px;
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
    }

        #calimatic_secure_event_view_wrapper .coupon-main-wrapper .new-coupon-body .new-applicable-to {
            margin: 0;
            margin-bottom: 4px;
            font-size: 12px;
        }

        #calimatic_secure_event_view_wrapper .coupon-main-wrapper .new-coupon-body .new-coupon-note {
            width: 100%;
            height: 102px;
            border: 1px solid rgb(184 178 178 / 30%);
            resize: none;
            cursor: auto;
            font-size: 14px;
        }

        #calimatic_secure_event_view_wrapper .coupon-main-wrapper .new-coupon-body .new-promo-code {
            display: flex;
            align-items: center;
            gap: 7px;
        }

        #calimatic_secure_event_view_wrapper .coupon-main-wrapper .new-coupon-body .new-coupon-text-wrapper {
            padding: 8px 0;
            flex: 1 1 auto;
        }

        #calimatic_secure_event_view_wrapper .coupon-main-wrapper .new-coupon-body .coupon-custom-tag {
            padding: 1px 8px;
            background-color: #42B6F5;
            border-radius: 20px;
            margin-right: 4px;
            margin-bottom: 4px;
            word-break: break-word;
            display: inline-block;
            color: white;
            font-size: 13px;
            font-weight: bold;
        }

    #calimatic_secure_event_view_wrapper .coupon-main-wrapper .new-promo-code .promo-label {
        flex: 0 0 auto;
        font-size: 12px;
        font-weight: bold;
        color: #000000;
    }

    #calimatic_secure_event_view_wrapper .coupon-main-wrapper .new-promo-code .promo-code {
        flex: 0 1 auto;
        min-width: 1px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        overflow-wrap: break-word;
        background: #ececec;
        padding: 1px 6px;
        border-radius: 4px;
    }

    #calimatic_secure_event_view_wrapper .coupon-main-wrapper .new-promo-code .coupon-copy-btn {
        border: 0;
        border-radius: 3px;
        color: #ffffff;
        line-height: normal !important;
    }

@media (max-width: 992px) {
    #calimatic_secure_event_view_wrapper .coupons-container-row .coupons-column {
        width: 100%;
    }
}