html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0 none;
    font-family: inherit;
    font-size: 18px;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
	font-family: "Noto Serif Bengali", serif;
}
body {
    font-size: 18px;
    color: #000;
}
li{
	list-style: none;
}
a{
	text-decoration: none !important;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	color: #000;
	font-family: "Noto Serif Bengali", serif;
}
a:hover {
    color: #cf0000;
}
p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 5px;
}
.clearfix{
	clear: both;
}
h2 {
    font-size: 45px;
    margin-bottom: 12px;
    color: #e80e16;
    font-weight: 600;
}
h3 {
    font-size: 33px;
    margin-bottom: 12px;
	color: #111;
}
.pl_space {
    padding-left: 5%;
}
.pr_space {
    padding-right: 5%;
}
.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
/* // Global CSS */



/* Dropdown Popup Effect */
ul.dropdown-menu {
  border-top: medium none;
  border-left: medium none;
  border-right: medium none;
  border-bottom: 5px solid #3b9eff;
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.3);
  max-width: 250px;
  overflow: hidden;
  padding: 0;
  border-radius: 4px 4px 0 0px;
  width: 100%;
  min-width: 210px;
}
ul.dropdown-menu li a {
  border-bottom: 1px solid #ebebeb;
  padding: 10px 15px;
}
.dropdown-menu > li:last-child > a, ul.dropdown-menu li:last-child a:hover, ul.dropdown-menu li:last-child a:active, ul.dropdown-menu li:last-child a:focus {
  border-bottom: medium none;
}
ul.dropdown-menu li a:hover, 
ul.dropdown-menu li a:active, 
ul.dropdown-menu li a:focus {
  background: #eaf3fc none repeat scroll 0 0 !important;
  border-bottom: 1px solid #cce0f4 !important;
  color: #248bf0 !important;
  padding: 10px 15px;
}
/* Dropdown Popup Effect */


/* Start Header */
.header.fixed-top {
    position: relative;
}

.navbar_wrapper nav.navbar.navbar-expand-lg {
    width: 100%;
}

.header .container {
    position: relative;
    align-items: center;
    justify-content: space-between;
    display: flex;
}

.header .navbar_wrapper {
    position: relative;
    background: #fff;
}
.header nav.navbar.navbar-expand-lg {
    padding: 0;
}
.header .navbar_wrapper a.nav-link {
    color: #cf0000;
    padding: 24px 16px;
    font-size: 17px;
	position: relative;
}
.header .navbar_wrapper a.nav-link:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 4px;
    bottom: 7px;
    left: 0;
    background-color: #ffcb08;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}
.header .navbar_wrapper a.nav-link:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
.navbar_wrapper .collapse.navbar-collapse {
    justify-content: space-between;
}
.navbar_wrapper a.sp_logo {
    display: block;
    width: 43px;
}



/* After scroll fixed Header */
.header.fixed-top .scroll_fixed_header {
    opacity: 1;
    z-index: 9;
    transform: translateY(40px);
    height: 95px;
}
.scroll_fixed_header .fixed_head_pp_logo {
    margin-top: 10px;
    overflow: hidden;
    display: block;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
    margin-left: 30px;
}
.scroll_fixed_header {
    background: #fff;
    position: fixed;
    left: 0;
    right: 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    top: -40px;
    transition: transform .3s;
    opacity: 0;
    z-index: -9;
}
.scroll_fixed_header #fixed_header_hum_menu {
    float: left;
    max-width: 45px;
    margin-top: -7px;
}
.scroll_fixed_header .fixed_head_sp_logo {
    display: block;
    margin-top: -7px;
}
.scroll_fixed_header .sponsored_list {
    float: left;
    margin-left: 25px;
    position: absolute;
    left: 30px;
    top: 0;
}


.scroll_fixed_header .sponsored_list ul li {
    width: 70px;
    float: left;
    margin: 10px 6px;
    text-align: center;
}

.scroll_fixed_header .sponsored_list ul li a img {
    max-width: 100%;
}

.scroll_fixed_header .sponsored_list ul li p {
    font-size: 8px;
    line-height: 12px;
    font-family: arial;
}

.scroll_fixed_header .sponsored_list ul li a {
    display: block;
    background: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    padding: 4px;
    border-radius: 4px;
    margin-top: 5px;
    float: left;
}

/* // After scroll fixed Header */

/* End Header */



/**  Mobile view Sidebar menu sec **/
#mobile_sidebar_menu.m_nav_menu {
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    text-align: left;
    width: 300px;
    bottom: 0;
    padding-bottom: 50px;
    z-index: 9999;
    overflow-y: scroll;
    display: block;
    box-shadow: 0 0 14px rgba(0,0,0,0.7);
    -webkit-box-shadow: 0 0 14px rgba(0,0,0,0.7);
    -moz-box-shadow: 0 0 14px rgba(0,0,0,0.7);
    transform: translateX(-400px);
    -webkit-transform: translateX(-400px);
    -moz-transform: translateX(-400px);
    transition: all .6s cubic-bezier(.77,0,.175,1);
    -webkit-transition: all .6s cubic-bezier(.77,0,.175,1);
    -moz-transition: all .6s cubic-bezier(.77,0,.175,1);
    -ms-overflow-style: none;
    scrollbar-width: none;
}
#mobile_sidebar_menu.m_nav_menu.show {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
}
#mobile_sidebar_menu.m_nav_menu a.pujoperfect_logo {
    display: block;
    padding: 9px 15px 10px 20px;
    font-size: 18px;
    border-bottom: 4px solid #cf0000;
    background: #ffffff;
}
#mobile_sidebar_menu.m_nav_menu a.pujoperfect_logo img.img-fluid {
    width: 30px;
}
#mobile_sidebar_menu.m_nav_menu a.nav-link {
    display: block;
    padding: 17px 15px 17px 20px;
    font-size: 17px;
    color: #cf0000;
    border-bottom: 1px solid #cf0000;
}

.dropdown:hover .dropdown-menu {
    display: block;
}
#mobile_sidebar_menu.m_nav_menu li.nav-item.dropdown .arrow_box {
    position: absolute;
    right: 8px;
    top: 0px;
    padding: 14px;
}
#mobile_sidebar_menu.m_nav_menu li.nav-item .dropdown-menu a.dropdown-item {
    background: #ac8e1f;
    color: #fff;
    font-size: 17px;
    padding-left: 30px;
}
#mobile_sidebar_menu.m_nav_menu a.m_close_menu {
    position: absolute;
    top: 16px;
    right: 12px;
    background: #c9bfbf;
    width: 35px;
    padding: 8px;
    text-align: center;
    border: none;
    border-radius: 5px;
    height: 35px;
    font-size: 15px;
    color: #000000;
}
#mobile_sidebar_menu.m_nav_menu li .dropdown-menu {
    background: none;
    padding: 0;
}

/** // Mobile view Sidebar menu sec **/



/**  Banner slider sec **/
#pp25_banner_slider {
    position: relative;
}

#pp25_banner_slider:after {
    content: "";
    height: 11px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    background: url("../images/comma.png");
}
/** // Banner slider sec **/




/* sponsored list */

.pp25_sponsored_list li.separate_sponsor .main_sponsor_bar a.jis_logo {
    position: absolute;
    width: 130px;
    left: 0;
    right: 0;
    margin: auto;
    top: -40px;
}

.pp25_sponsored_list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.pp25_sponsor_wrap {
    margin: 75px 0 25px;
}

.pp25_sponsored_list li.separate_sponsor .main_sponsor_bar {
    margin-top: -410px;
    position: relative;
    z-index: 1;
}

.pp25_sponsored_list li.separate_sponsor .main_sponsor_bar .power_by {
    display: block;
	background: linear-gradient(to bottom,  rgba(216,216,216,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	overflow: hidden;
}

.pp25_sponsored_list li.separate_sponsor .main_sponsor_bar .power_by img.img-fluid {
    padding: 2px 10px;
    background: #fff;
    display: inline-block;
    border-radius: 9px;
}
.pp25_sponsored_list li.separate_sponsor .main_sponsor_bar .power_by span {
    display: block;
    font-weight: 600;
    margin-top: 13px;
}
.pp25_sponsored_list li {
    text-align: center;
    width: 19%;
}

.pp25_sponsored_list li p {
    font-size: 14px;
    line-height: 12px;
    margin-top: 0;
    margin-bottom: 0;
}
/* // sponsored list */


.pp25_mobileview_banner_sponsor_wrap{
	display: none;
}



/* Start Content wrapper */

.content_wrapper .gray_box_wrap {
    background: #eee;
    padding: 50px;
    border-radius: 20px;
}
.intro_sec {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.intro_sec .intro_pic {
    margin-right: 40px;
    flex-shrink: 0;
}
.intro_sec .heading_fnt {
    color: #000;
	margin-top: 0;
}
.intro_sec p {
    font-size: 20px;
    line-height: 35px;
    font-weight: 600;
}
.hr_separator {
    height: 1px;
    background: #656363;
    margin: 40px 0;
}

.pp25_bestpuja_sec .sq_box a.th_link {
    display: block;
    text-align: center;
    margin-top: 30px;
}

.pp25_bestpuja_sec .sq_box a.th_link h4 {
    font-size: 30px;
    margin-top: 15px;
    font-weight: 600;
}
.pp25_bestpuja_sec .sq_box a.th_link img {
    display: block;
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
}
.best_two_col h2.heading_fnt {
    margin-top: 20px;
    line-height: 44px;
}

.pp25_rules {
    max-width: 900px;
    margin: auto;
}
.pp25_rules li {
    font-size: 21px;
    margin-top: 17px;
    position: relative;
    padding-left: 28px;
}
.pp25_rules li:before {
    width: 13px;
    height: 13px;
    border-radius: 10px;
    background: #cf0000;
    position: absolute;
    content: "";
    left: 0;
    top: 7px;
}

.best_value_wrap {
    margin: 55px auto;
    position: relative;
}
.best_value_wrap .element {
    background: #fff;
    padding: 45px 0 20px;
    text-align: center;
    color: #fff;
    display: block;
    border-radius: 6px;
    box-shadow: 0 0 12px rgba(0,0,0,0.2);
    width: 95%;
    margin: auto;
    border: 1px solid #cf0000;
}

.best_value_wrap h4 {
    background: #cf0000;
    width: 165px;
    font-size: 25px;
    padding: 7px 0;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
    margin: auto;
}
.best_value_wrap .col-md-3:last-child .value {
    border-right: 0;
}
.best_value_wrap .element .value {
    border-right: 1px solid #8f8f8f;
    height: 100%;
}


.best_value_wrap .element .value p {
    font-size: 20px;
    color: #000;
}
.best_value_wrap .element .value h3 {
    font-weight: 600;
    color: #cf0000;
    margin-top: 7px;
}
.best_value_wrap .col-md-4:last-child .value {
    border-right: 0;
}


/*** Perfect Form ***/
.perfect_form_sec .form_box {
    background: #fff;
    margin: auto;
    max-width: 970px;
    padding: 30px 70px;
    position: relative;
}
.perfect_form_sec .form_box:after {
    position: absolute;
    content: "";
    right: 10px;
    background-image: url("../images/right_dot_side_orna.png");
    background-repeat: repeat-y;
    top: 0;
    bottom: 0;
    width: 27px;
}
.perfect_form_sec .form_box:before {
    position: absolute;
    content: "";
    left: 10px;
    background-image: url("../images/left_dot_side_orna.png");
    background-repeat: repeat-y;
    top: 0;
    bottom: 0;
    width: 27px;
}

	/*** Form ***/
	.perfect_form_sec .form_box .form-group.row {
        margin-top: 15px;
    }
    .perfect_form_sec .form_box .form-group.row span.short_note {
        font-size: 14px;
        margin-right: 10px;
        margin-top: 5px;
        display: inline-block;
    }
    .perfect_form_sec .form_box .checkwrap.row {
        margin: 15px 0;
    }
    .perfect_form_sec .form_box .checkwrap.row input#check_status {
        margin-right: 10px;
    }
    .perfect_form_sec .form_box .submt-div button#registration {
        width: 175px;
        background: #cf0000;
        border: none;
        opacity: 1;
        padding: 12px;
        cursor: pointer;
        overflow: hidden;
        display: block;
        pointer-events: auto;
        margin: 35px auto 20px;
    }
    .perfect_form_sec .form_box hr {
        margin: 30px 0;
    }
	.perfect_form_sec form label.form-label {
		font-size: 17px;
		margin: 10px 0 0;
	}
	.perfect_form_sec form label {
		overflow: hidden;
		display: inline;
	}
	.perfect_form_sec form input.submit {
		background: #9d0f12;
		border: none;
		font-size: 23px;
		color: #fff;
		padding: 6px 0;
		width: 127px;
		border-radius: 5px;
		margin: auto;
		display: block;
		transition: all 0.3s;
		margin-top: 15px;
	}
	.outalertsec .alertsec {
        background: #ffef7d;
        padding: 10px;
        margin: 13px auto;
        text-align: center;
        color: #d13a2a;
        border: 1px solid #dfc828;
        border-radius: 5px;
        max-width: 850px;
    }
	/*** //Form ***/
	
/*** //Perfect Form ***/

/*** Year wise pujo slider ****/
.pujo_2024_slider_sec .col-md-3, .pujo_2023_sec .col-md-3 {
    width: 92%;
    margin: auto;
}
.pujo_2024_slider_sec a.slide_link, .pujo_2023_sec a.slide_link {
    text-align: center;
    display: block;
}

.pujo_2024_slider_sec a.slide_link h3, .pujo_2023_sec a.slide_link h3 {
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 6px;
    font-weight: 500;
}
.pujo_2024_slider_sec .owl-nav.disabled {
    display: block !important;
    position: absolute;
    top: 27%;
    right: 0;
    left: 0;
    width: 100%;
}
.pujo_2023_sec .owl-nav.disabled {
    display: block !important;
    position: absolute;
    top: 37%;
    right: 0;
    left: 0;
    width: 100%;
}
.pujo_2024_slider_sec .owl-nav button span, .pujo_2023_sec .owl-nav button span {
    font-size: 55px;
    line-height: 50px;
    color: #000;
}
.pujo_2024_slider_sec .owl-nav button, .pujo_2023_sec .owl-nav button {
    position: absolute;
    background: rgba(255,255,255,0.9) !important;
    width: 30px;
}
.pujo_2024_slider_sec .owl-nav button.owl-prev, .pujo_2023_sec .owl-nav button.owl-prev {
    left: -8px;
    border-radius: 8px;
}
.pujo_2024_slider_sec .owl-nav button.owl-next, .pujo_2023_sec .owl-nav button.owl-next {
    right: -31px;
    border-radius: 8px;
}
.pujo_2024_slider_sec a.slide_link img.img-fluid {
    min-height: 190px;
}
/*** Year wise pujo slider ****/


/*** Pujor golpo Story sec ****/

.pujor_golpo_sec {
	position: relative;
}
.pujor_golpo_sec .slide_box {
    position: relative;
}

.pujor_golpo_sec .owl-nav.disabled {
    display: block !important;
    position: absolute;
    top: 37%;
    right: 0;
    left: 0;
    width: 100%;
}

.pujor_golpo_sec .owl-nav button {
    position: absolute;
    background: rgba(255,255,255,0.9) !important;
    width: 30px;
}
.pujor_golpo_sec .owl-nav button.owl-prev {
    left: -8px;
    border-radius: 8px;
}
.pujor_golpo_sec .owl-nav button.owl-next {
    right: -31px;
    border-radius: 8px;
}

.pujor_golpo_sec .owl-nav button span {
    font-size: 55px;
    line-height: 50px;
    color: #000;
}
.pujor_golpo_sec .slide_box img.play_btn {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
}
.pujor_golpo_sec .col-md-6 {
    width: 97%;
    margin: auto;
}
.pujor_golpo_sec .slide_box h4 {
    font-size: 19px;
    margin: 12px 0;
    text-align: center;
    line-height: 29px;
}

/* Pujor golpo video Popup css */
.pujor_golpo_sec .popup_video iframe {
    width: 100%;
    height: 400px;
}

.pujor_golpo_sec .project_video .modal-dialog {
    max-width: 750px;
}
.pujor_golpo_sec .project_video .modal-content, .pujor_golpo_sec .project_video .modal-header {
    background-color: transparent;
    border: none;
}
.pujor_golpo_sec .project_video.modal {
    background: rgba(0,0,0,0.8);
}
.pujor_golpo_sec .project_video .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0;
}
.pujor_golpo_sec .project_video .modal-header .btn-close {
    filter: invert(1);
    opacity: 1;
}
/* Pujor golpo video Popup css */

/*** Pujor golpo Story sec ****/


/**** Perfect Muhurto sec ****/
.perfect_muhurto_sec .col-md-4 {
    width: 95%;
    margin: auto;
}
.perfect_muhurto_sec a.th_link {
    text-align: center;
    display: block;
}
.perfect_muhurto_sec a.th_link picture {
    position: relative;
}
.perfect_muhurto_sec a.th_link picture .icon {
    position: absolute;
    right: 10px;
    top: 10px;
}

.perfect_muhurto_sec a.th_link h4 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 6px;
    font-weight: 500;
}
.perfect_muhurto_sec .owl-nav.disabled {
    display: block !important;
    position: absolute;
    top: 27%;
    right: 0;
    left: 0;
    width: 100%;
}
.perfect_muhurto_sec .owl-nav.disabled {
    display: block !important;
    position: absolute;
    top: 37%;
    right: 0;
    left: 0;
    width: 100%;
}
.perfect_muhurto_sec .owl-nav button span {
    font-size: 55px;
    line-height: 50px;
    color: #000;
}
.perfect_muhurto_sec .owl-nav button {
    position: absolute;
    background: rgba(255,255,255,0.9) !important;
    width: 30px;
}
.perfect_muhurto_sec .owl-nav button.owl-prev {
    left: -8px;
    border-radius: 8px;
}
.perfect_muhurto_sec .owl-nav button.owl-next {
    right: -31px;
    border-radius: 8px;
}
/**** // Perfect Muhurto sec ****/


/* Perfect reel sec */

.pp25_reel_sec {
    padding-top: 15px;
}

.pp25_reel_sec .item {
    width: 95%;
	margin: auto;
}
.pp25_reel_sec .tukro_reels {
    padding: 40px 40px 10px 40px;
    background: #ffffff;
    border: 1px solid #ff0000;
    border-radius: 20px;
}
.pp25_reel_sec .tukro_reels a.popup_click_box {
    position: relative;
    display: block;
}
.pp25_reel_sec .tukro_reels .overlay {
    position: absolute;
    bottom: 0;
    padding: 9px 11px 25px 13px;
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%);
    color: #fff;
}
.pp25_reel_sec .tukro_reels .overlay h4 {
    line-height: 25px;
}
.pp25_reel_sec .col-md-3 {
    width: 94%;
    margin: auto;
}
.pp25_reel_sec .owl-nav {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.pp25_reel_sec .owl-carousel .owl-nav button.owl-next, .pp25_reel_sec .owl-carousel .owl-nav button.owl-prev {
    padding: 5px 10px !important;
    display: inline-block;
    background: #fff;
    margin: 25px 10px 13px 10px;
    border: 1px solid #a9a9a9;
    font-size: 30px;
    border-radius: 3px;
}
.pp25_reel_sec .owl-carousel .owl-nav button:hover i {
    color: #ff0000;
}
.pp25_reel_sec .tukro_reels .overlay .icon img {
    width: auto;
    display: block;
    margin-bottom: 5px;
}
		/** // Reel popup modal css **/
		#videoModal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.8);
            justify-content: center;
            align-items: center;
            z-index: 9999;
        }
		#videoModal #videoContainer {
			position: relative;
			width: 90%;
			max-width: 600px;
		}
		#videoModal .close-btn {
			position: absolute;
			bottom: -44px;
			right: 0;
			background: #fff;
			color: #000;
			width: 40px;
			height: 36px;
			text-align: center;
			line-height: 41px;
			font-weight: bold;
			cursor: pointer;
			z-index: 1001;
			left: 0;
			margin: auto;
			font-size: 36px;
		}
		#videoModal iframe {
			width: 295px;
			height: 510px;
			border: 8px solid #fff;
			border-radius: 8px;
			display: block;
			margin: auto;
		}
		/** // Reel popup modal css **/
		
		
/* // Perfect reel sec */


/* Start Footer */
.footer {
    background: #626262;
	padding: 25px;
	margin-top: 50px;
}
.footer .link_list li a {
    display: block;
    color: #fff;
    padding: 6px 0px;
    font-family: arial;
    font-size: 14px;
    border-left: 2px solid transparent;
    line-height: 24px;
}

.footer .link_list li {
    width: 20%;
    float: left;
    margin-left: 29px;
}

.footer .link_list li a:hover {
    color: #a8a6a6;
    border-left: 2px solid #ed1a3b;
    padding-left: 7px;
}
.footer .download_app, .footer .follow {
    text-align: right;
}

.footer .download_app li, .footer .follow p {
    font-size: 14px;
    font-family: arial;
    color: #fff;
}

.footer .download_app li a {
    display: block;
    margin-top: 7px;
}

.footer .follow {
    margin-top: 30px;
}

.footer .follow li {
    display: inline-block;
    margin: 0 1px;
}
.copyright.site_wrapper {
    margin-top: 0;
    box-shadow: 0 5px 12px rgba(0,0,0,0.2);
    padding: 10px;
    background: #fff;
}

.copyright p {
    font-size: 11px;
    font-family: arial;
    text-align: center;
    padding: 10px 0;
    margin: 0;
}
/* End Footer */



.row.deskreg {
    align-items: center;
    justify-content: center;
}
.row.deskreg img {
    max-width: 100%;
    width: auto;
}
.row.mobreg_view {
    display: none;
}


html { scroll-behavior: auto; }
.navbar-nav .nav-link.active,
.m_nav_menu .nav-link.active { font-weight:700; text-decoration:underline; }
body.no-scroll { overflow:hidden; }

/* Inline invalid feedback look (Bootstrap-like) */
.invalid-feedback { display:none; color:#dc3545; font-size:.875rem; margin-top:.25rem; }
.is-invalid ~ .invalid-feedback { display:block; }
.is-invalid { border-color:#dc3545 !important; }

/* Flash popup */
.flash {
position: fixed; inset: 0; display:none; align-items:center; justify-content:center;
background: rgba(0,0,0,.45); z-index: 9999; padding: 1rem;
}
.flash__box {
max-width: 520px; width: 100%; background: #fff; border-radius: 12px;
box-shadow: 0 20px 60px rgba(0,0,0,.25);
padding: 20px 24px 18px; position: relative; text-align:center;
animation: pop .2s ease-out;
}
@keyframes pop { from { transform: scale(.96); opacity:.6 } to { transform: scale(1); opacity:1 } }
.flash__icon { font-size: 42px; line-height: 1; margin-bottom: 8px; }
.flash__title { font-weight:700; font-size: 1.1rem; margin-bottom: 4px; }
.flash__msg { font-size: .95rem; }
.flash__close {
position:absolute; right:10px; top:8px; border:0; background:transparent; font-size: 28px; line-height: 1; cursor:pointer;
}
.flash--success .flash__icon { color:#28a745; }
.flash--error .flash__icon { color:#dc3545; }


