/*----------------------------------common------------------------------------*/
/*print block*/
@media print
{
	* { display: none; }
}
/*print block*/
#logo_image
{
	height:70px !important;
}
#services_list
{
	color:#FFFFFF !important;
}
#services_list:hover
{
	color:#33dfdd !important;
}
.required:after {
  content:"*";color:red;
}
input[type=tel],input[type=text],textarea {
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 4px;
}
#loading_div
	 {
display:none;	
	 }
/*#p2_list*/
/*{*/
/*	color:#747474 !important;*/
/*}*/
/*#p2_list:hover*/
/*{*/
/*	color:#33dfdd !important;*/
/*}*/
 #loading_btn
	 {
 position: fixed;
  bottom: 500px;
  right: 650px;
  z-index: 90;
  display: none;
	 }
 .required:after {
  content:"*";color:red;
}
.delete_btn
{
	float:right;
	color:#17042f;
}
.delete_btn:hover
{
	color:#33dfdd;
	cursor: pointer;
}
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
.quote-item.quote-border .quote-text-border:before {
  
  border-top-color: #33dfdd !important;
}
.header-get-a-quote .btn-primary:hover {
 background-color:#17042f !important;
 color:#33dfdd !important;
}
.navbar-collapse .navbar-nav > .active{
  color:#33dfdd !important;
}

.navbar-collapse .navbar-nav > .active > a, 
.navbar-collapse .navbar-nav > .active > a:hover, 
.navbar-collapse .navbar-nav > .active > a:focus {
  color:#33dfdd !important;
}
.btn-primary{
 background-color:#33dfdd !important;
 color:#17042f !important;
}
.btn-primary:hover{
 background-color:#17042f !important;
 color:#33dfdd !important;
}


.navbar-collapse  ul.navbar-nav > li:hover > a, .navbar-collapse  ul.navbar-nav > li.active > a {
  color: #33dfdd !important;
 /*border-bottom: 5px solid #33dfdd !important;*/
 /*box-shadow: 0px 10px #33dfdd !important;*/
}
.footer .widget-title {
  border-left: 3px solid #33dfdd !important;
}
.footer-widget ul.list-arrow li:hover a, .footer-widget ul.list-arrow li:hover {
  color: #33dfdd !important;
}
/*.dropdown-menu li a:hover, .dropdown-menu li a:focus {*/
/*  color: #ff4500;*/
/*}*/
/*.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > .dropdown-menu > .active > a {*/
/*  background: none;*/
/*  color: #33dfdd;*/
/*}*/
/*.dropdown-menu {*/
/*  text-align: left;*/
/*  background: #fff;*/
/*  z-index: 100;*/
/*  min-width: 200px;*/
/*  border-radius: 0;*/
/*  border: 0;*/
/*  border-top: 2px solid #33dfdd;*/
/*  padding: 0 20px;*/
/*  margin: 0;*/
/*  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);*/
/*}*/
/*----------------------------------------------------------------------------*/
/*-------------------------------basics2 starts------------------------------*/
#message_square
{
	border: 2px solid #33dfdd !important;
}
/*----------------------------------------------------------------------------*/
/*-------------------------------p2 login starts------------------------------*/
#modal_close_P2:hover
{
color:#33dfdd;
}
#modal_close_P2{
	color:#FFFFFF;
}

input[id=p2_username],input[id=p2_password],input[id=p2_pen],input[id=p2_pin] {
  background-color: #FFFFFF;
  color: #17042f;
  border: 1px solid #33dfdd !important;
  border-radius: 4px !important;
  text-align: left;
}
/*#login*/
/*{*/
/*align:center;*/
    /*background-color:#33dfdd;*/
/*}*/
/*#login:hover*/
/*{*/
/*	color:#FFFFFF;*/
/*}*/
.fa-sign-in-alt:hover
{
	color:#FFFFFF;
}
a[id=forgot_modal]
{
    color:#FFFFFF;
}
a[id=forgot_modal]:hover
{
    color:#33dfdd;
}
#proceed
{
	background-color:#33dfdd;
}
#proceed:hover
{
	background-color:#17042f;color:#FFFFFF;
}
/*----------------------------------------------------------------------------*/
/*---------------------------------view starts--------------------------------*/
/*#s2*/
/*{*/
/*	background-color:#33dfdd;color:#17042f;*/
/*}*/
/*#s2:hover*/
/*{*/
/*	background-color:#17042f;color:#33dfdd;*/
/*}*/
input[id=pen],input[id=employee_name],input[id=designation],input[id=pan],
input[id=section],input[id=name],input[id=name_text],input[id=place],input[id=office_no],
input[id=mobile_no],input[id=pin],input[id=email_id] {
  text-align: left;
}
/*----------------------------------------------------------------------------*/
/*------------------------ ---------its starts--------------------------------*/
.tooltip.bs-tooltip-auto[x-placement^=bottom] 
  .arrow::before, 
  .tooltip.bs-tooltip-bottom 
  .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #ff0000;   
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color:#ff0000;
    border-radius: .25rem;
}
#loading_btn_its
	 {
position: fixed;
  bottom: 350px;
  right: 30px;
  z-index: 99;
	display:none;	 
	 }
 #snoAlertBox_details{
    position: fixed;
  bottom: 200px;
  right: 30px;
  z-index: 99;
  display: none;
}
 #snoAlertBox_its{		 
	 position: fixed;
  bottom: 350px;
  right: 30px;
  z-index: 99;
  font-size: 15px;
  border: none;
  outline: none; 
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;	 
	display:none;
 }
  #snoAlertBox{		 
	 position: fixed;
  bottom: 350px;
  right: 30px;
  z-index: 99;
  font-size: 15px;
  border: none;
  outline: none; 
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;	 
	display:none;
 }
#save_btn {
  background-color: #33dfdd;
}

#save_btn:hover {
  background-color: #979795;
  border: 2px solid #005908;
  color: #005908;
}
#reset_btn {
  background-color: #979795;
}

#reset_btn:hover {
  background-color: #33dfdd;
  border: 2px solid #FF0000;
  color: #FF0000;
}
#back_btn {
  background-color: #33dfdd;
}

#back_btn:hover {
  background-color: #979795;
  border: 2px solid #0015FF;
  color: #0015FF;
}
#primary_salary:hover{
background-color:#17042f;
color:#33dfdd;
}
#primary_salary{
background-color:#33dfdd;color:#17042f;
}
body.modal-open .container{
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
}
input[type=tel]:focus,
input[type=text]:focus,
textarea:focus {
  border: 2px solid #33dfdd !important;
}
input {
  text-align: center;
}
/*----------------------------------------------------------------------------*/
/*-------------------------------statement starts-----------------------------*/
#save_btn_stats
{
	background-color:#33dfdd;color:#17042f;
}
#save_btn_stats:hover
{
	background-color:#17042f;color:#33dfdd;
}
/*#email_btn*/
/*{*/
/*    display: none;*/
/*	background-color:#17042f;color:#33dfdd;*/
/*}*/
/*#email_btn:hover*/
/*{*/
/*	background-color:#33dfdd;color:#17042f;*/
/*}*/
 table, th, td,tr {
  border: 2px solid black;
  border-collapse: collapse;
}

#pen_btn{
	 background-color:#33dfdd;
	 color:#17042f;
	 float:right;
}
#pen_btn:hover
{
	background-color:#17042f;
	 color:#33dfdd;
}
/*----------------------------------------------------------------------------*/
/*----------------------------------10e starts--------------------------------*/
#save_btn_10e {
  /*display: none;*/
  position: fixed;
  bottom: 200px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #33dfdd;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}
#save_btn_10e:hover {
  color: #17042f;
}
#loading_btn_10e
	 {
position: fixed;
  bottom: 350px;
  right: 30px;
  z-index: 99;
	display:none;	 
	 }
#download_btn {
   background-color:#33dfdd;color:#17042f !important;
}
#download_btn:hover {
  background-color:#17042f;color:#33dfdd !important;
}
/*----------------------------------------------------------------------------*/
/*--------------------------------update2 starts------------------------------*/
#update_pin
{
	background-color:#33dfdd;color:#17042f;
}
#update_pin:hover{
	background-color:#17042f;color:#33dfdd;
}

a[id=logout]
{
    color: #17042f !important;
}
/* =========================================================
   SUBSCRIBE CONTAINER – COMPACT MODERN CARD
========================================================= */
.subscribe {
    position: relative;
   /* padding: 7px 14px;          /* ↓ reduced height */
    border-radius: 14px;
    background: #0b0f1a;
    overflow: hidden;
    box-shadow: 0 10px 32px rgba(0,0,0,0.45);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* =========================================================
   LEFT VERTICAL ACCENT STRIP
========================================================= */
.subscribe::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;                 /* slightly thinner */
    height: 100%;
    background: linear-gradient(180deg, #33dfdd, #33dfdd);
    border-radius: 14px 0 0 14px;
}

/* =========================================================
   PATTERN OVERLAY – CHANGED COLOR
========================================================= */
.subscribe::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(rgba(51,223,221,0.20) 1px, transparent 1px);
    background-size: 18px 18px; /* tighter pattern */
    /*opacity: 0.35;*/
    pointer-events: none;
}

/* keep content above overlays */
.subscribe > * {
    position: relative;
    z-index: 1;
}

/* =========================================================
   ANIMATED GLOW ON HOVER
========================================================= */
.subscribe:hover {
    transform: translateY(-2px);
    box-shadow:
        0 14px 38px rgba(0,0,0,0.55),
        0 0 28px rgba(51,223,221,0.35);
}

/* =========================================================
   TITLE STYLING
========================================================= */
.section-sub-title {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* =========================================================
   ICON BADGE – MATCHED COLOR
========================================================= */
.section-sub-title i {
    width: 32px;
    height: 32px;
    min-width: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #33dfdd;
    color: #000000;
    font-size: 14px;
    box-shadow: 0 5px 14px rgba(51,223,221,0.55);
}

/* =========================================================
   AUTO LIGHT BACKGROUND SUPPORT
========================================================= */


/* ===== Message Us Button ===== */
.header-get-a-quote {
    display: flex;
    align-items: center;
}

.header-get-a-quote .btn {
    padding: 8px 16px;
    line-height: 1;
}

/* ===== Button ===== */
.header-get-a-quote .btn {
    border-radius: 50px;
    padding: 10px 22px;
    font-weight: 600;
    background: linear-gradient(135deg, #FF4A6D, #ff7a18);
    border: none;
    box-shadow: 0 10px 25px rgba(255,74,109,0.35);
    transition: all 0.3s ease;
    color: #ffffff !important;
}

.header-get-a-quote .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 35px rgba(255,74,109,0.55);
    background: linear-gradient(135deg, #33dfdd, #ff7a18);
    color: #000000 !important;
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
    .header-right {
        justify-content: center;
    }

    .top-info-box {
        flex-wrap: wrap;
        justify-content: center;
    }
}

/* ===== SITE NAVIGATION ===== */
/*.site-navigation {*/
/*    padding: 12px 0;*/
/*}*/

/* ===== NAVBAR GRADIENT CONTAINER ===== */
.container-fluid.nav-container {
    /*padding-left: 80px;*/
    padding-right: 24px;
    background: linear-gradient(180deg, #000000 0%, #0b1224 55%, #111827 100%);
    box-shadow: 0 12px 30px rgba(0,0,0,0.45);
    border-radius: 0;
}

/* Dark mode navbar */
body.dark-mode .container-fluid.nav-container {
    background: linear-gradient(180deg, #000000 0%, #020617 100%);
}

/* Navbar transparent */
.navbar {
    background: transparent !important;
}

/* ================= FLAME TEXT BASE ================= */
.navbar-dark .navbar-nav .nav-link,
#gallery {
    font-weight: 600;
    position: relative;
    display: inline-block;
    padding: 5px 8px;
    line-height: 1.2;

    background: linear-gradient(
        90deg,
        #ff4500,
        #ff8c00,
        #33dfdd,
        #ff4500
    );
    background-size: 400% 100%;

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;

    transition: transform 0.3s ease;
    transform: scale(1);
}

/* ================= UNDERLINE ================= */
.navbar-dark .navbar-nav .nav-link::after,
#gallery::after {
    content: "";
    position: absolute;
    left: 10%;
    bottom: -6px;
    width: 80%;
    height: 3px;

    background: linear-gradient(
        90deg,
        #ff4500,
        #ff8c00,
        #33dfdd
    );

    border-radius: 8px;
    opacity: 0;
    transform: scaleX(0.6);
    transition: all 0.3s ease;
}

/* ================= HOVER / ACTIVE ================= */
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-item.active > .nav-link,
#gallery:hover {
    animation: flameFlicker 1.5s linear infinite;
    transform: scale(1.05);
}

/* Show underline */
.navbar-dark .navbar-nav .nav-link:hover::after,
.navbar-dark .navbar-nav .nav-link.active::after,
.navbar-dark .navbar-nav .nav-item.active > .nav-link::after,
#gallery:hover::after {
    opacity: 1;
    transform: scaleX(1);
}

/* ================= FLAME ANIMATION ================= */
@keyframes flameFlicker {
    0% {
        background-position: 0% 50%;
        text-shadow:
            0 0 4px #33dfdd,
            0 0 18px #33dfdd;
    }
    50% {
        background-position: 100% 50%;
        text-shadow:
            0 0 6px #33dfdd,
            0 0 26px #33dfdd;
    }
    100% {
        background-position: 0% 50%;
        text-shadow:
            0 0 4px #33dfdd,
            0 0 18px #33dfdd;
    }
}
/**/
/* =========================================================
   FOOTER BASE – PATTERN BACKGROUND
========================================================= */
#footer {
    position: relative;
    background-color: #0f0f14;
    color: #eaeaea;
    overflow: hidden;
}

/* subtle dot pattern */
#footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(rgba(255,255,255,0.05) 1px, transparent 1px);
    background-size: 22px 22px;
    opacity: 0.6;
    pointer-events: none;
}

/* =========================================================
   FOOTER MAIN AREA
========================================================= */
.footer-main {
    position: relative;
    padding: 60px 0 40px;
    z-index: 1;
}

/* =========================================================
   FOOTER WIDGETS – SIMPLE CARDS
========================================================= */
.footer-widget {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    padding: 22px;
}

/* =========================================================
   WIDGET TITLES
========================================================= */
.footer-widget .widget-title {
    font-size: 18px;
    font-weight: 700;
    color: #ff4500 !important;
    margin-bottom: 12px;
}

/* =========================================================
   FOOTER LOGO
========================================================= */
.footer-logo {
    max-width: 160px;
}

/* =========================================================
   FOOTER TEXT & LINKS
========================================================= */
.footer-widget p,
.footer-widget li,
.footer-widget a {
    color: #d6d6d6;
    font-size: 14px;
    line-height: 1.6;
}

.footer-widget a {
    transition: color 0.3s ease;
}

.footer-widget a:hover {
    color: #33dfdd;
}

/* =========================================================
   SCROLL TO TOP
========================================================= */
#scroll-to-top {
    background: #33dfdd;
    color: #000;
    border-radius: 50%;
    box-shadow: 0 6px 14px rgba(51, 223, 221, 0.45);
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 768px) {
    .footer-main {
        padding: 45px 0 25px;
    }

    .footer-widget {
        margin-bottom: 18px;
    }
}

/* Footer
================================================== */
/*- Footer common */
.footer {
  background-color: #0d0d0d;
  color: #999;
}

.footer-main {
  padding: 80px 0 60px;
  background-color: #000000;
}

.footer .widget-title {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  margin: 0 0 30px;
  padding-left: 15px;
  text-transform: uppercase;
  color: #fff;
  border-left: 3px solid #33dfdd;
}

/* Footer about us */
.footer-logo {
  margin-bottom: 25px;
  max-height: 35px;
}

/* Footer social */
.footer-social {
  margin-top: 15px;
}

.footer-social .widget-title {
  font-size: 14px;
  margin-bottom: 10px;
}

.footer-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -13px;
}

.footer-social ul li {
  display: inline-block;
}

.footer-social ul li a i {
  display: block;
  font-size: 16px;
  color: #999;
  transition: 400ms;
  padding: 10px 13px;
}

.footer-social ul li:hover {
  color: #fff;
}

/* Links */
.footer-widget ul.list-arrow li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 8px 0;
}

.footer-widget ul.list-arrow li:last-child {
  border-bottom: 0;
}

.footer-widget ul.list-arrow li a,
.footer-widget ul.list-arrow li:before {
  color: #ffffff;
}

.footer-widget ul.list-arrow li:hover a,
.footer-widget ul.list-arrow li:hover {
  color: #33dfdd;
}

.working-hours {
  padding-right: 10px;
}

.working-hours .text-right {
  float: right;
}

.footer-menu ul li {
  display: inline-block;
  line-height: 12px;
  padding-left: 15px;
}

.footer-menu ul.nav li a {
  background: none;
  color: #111;
  padding: 0;
}

.footer-menu ul li a:hover {
  color: #fff;
}

/**/
/* Sidebar
================================================== */
.sidebar .widget-title {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  margin: 0 0 30px;
  padding-left: 15px;
  text-transform: uppercase;
  border-left: 3px solid #33dfdd;
}

/* Widget common */
.sidebar .widget {
  margin-bottom: 40px;
}

.sidebar-left .widget {
  margin-right: 20px;
}

.sidebar-right .widget {
  margin-left: 20px;
}

.sidebar .widget.box {
  padding: 25px;
}

.widget.box.solid {
  background: #f2f2f2;
}

.widget.box.red {
  background: #ec483b;
  color: #fff;
}

.widget.box.red .widget-title {
  color: #fff;
}

.widget ul li {
  line-height: 30px;
}

.sidebar .widget ul li a {
  color: #303030;
}

.sidebar .widget ul li a:hover {
  color: #33dfdd;
}

.sidebar .widget ul li i {
  margin-right: 5px;
}

.sidebar .btn {
  font-weight: 700;
  font-size: 12px;
  margin-top: 15px;
  padding: 10px 25px;
}

/* Sidebar nav */
.sidebar ul.nav-tabs {
  border: 0;
}

.sidebar ul.nav-tabs li {
  width: 100%;
}

.sidebar ul.nav-tabs li a {
  color: #303030;
  border-radius: 0;
  padding: 15px 0;
  padding-left: 0;
  font-weight: 400;
  border-bottom: 1px solid #ddd;
  display: block;
  transition: 400ms;
}

.sidebar ul.nav-tabs li.active a,
.sidebar ul.nav-tabs li:hover a {
  color: #33dfdd;
}

.sidebar ul.nav-tabs li {
  color: #303030;
  line-height: normal;
}

.sidebar ul.nav-tabs li:last-child a {
  border-bottom: 0;
}

/* Service menu */
.sidebar ul.service-menu li {
  width: 100%;
}

.sidebar ul.service-menu li a {
  background-color: #f4f4f4;
  padding: 15px 20px;
  border: 0;
  margin-bottom: 8px;
  position: relative;
  transition: 400ms;
  display: block;
}

.sidebar ul.service-menu li.active a,
.sidebar ul.service-menu li:hover a {
  background: #33dfdd;
  color: #fff;
  cursor: pointer;
}

/* Recent News */
.widget.recent-posts .widget-title {
  margin-bottom: 35px;
}

.widget.recent-posts ul li {
  border-bottom: 1px solid #dadada;
  padding-bottom: 15px;
  margin-bottom: 17px;
}

.widget.recent-posts ul li:last-child {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.widget.recent-posts .posts-thumb img {
  margin-right: 15px;
  width: 90px;
  height: 70px;
}

.widget.recent-posts .post-info .entry-title {
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
}

.widget.recent-posts .post-info .entry-title a {
  color: #303030;
  display: inline-block;
}

.widget.recent-posts .post-info .entry-title a:hover {
  color: #33dfdd;
}

.widget.recent-posts .post-date {
  font-weight: 400;
  color: #999;
  text-transform: capitalize;
}

/* Widget tags */
.widget-tags ul > li {
  float: left;
  margin: 3px;
}

.sidebar .widget-tags ul > li a {
  border: 1px solid #dadada;
  color: #303030;
  display: block;
  font-size: 14px;
  padding: 3px 15px;
  transition: all 0.3s ease 0s;
}

.sidebar .widget-tags ul > li a:hover {
  background: #33dfdd;
  color: #fff;
  border: 1px solid transparent;
}
/**/
#s2, #delete_emp, #primary_salary, #save_btn_stats, #modal_add, #pen_btn, #save_btn_10e, #send_msg, #login, #download_btn, #logout {
    border-radius: 15px;
    padding: 8px 18px;
    background: linear-gradient(135deg, #FF4A6D, #ff7a18);
    border: none;
    color: #000000 !important;
    box-shadow: 0 10px 25px rgba(255, 74, 109, 0.35);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

#s2:hover, #delete_emp:hover, #primary_salary:hover, #save_btn_stats:hover, #modal_add:hover,  #pen_btn:hover, #save_btn_10e:hover, #send_msg:hover, #login:hover, #download_btn:hover, #logout:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 18px 35px rgba(255, 74, 109, 0.55);
    background: linear-gradient(135deg, #33dfdd, #ff7a18);
    color: #ffffff !important;
}

#s2:active, #delete_emp:active,#primary_salary:active, #save_btn_stats:active, #modal_add:active,  #pen_btn:active, #save_btn_10e:active, #send_msg:active, #login:active, #download_btn:active {
    transform: translateY(-1px) scale(0.98);
    box-shadow: 0 8px 18px rgba(255, 74, 109, 0.45);
}
/**/
#email_btn, #update_pin, #add_btn, #verify_btn
{
    border-radius: 15px;
    padding: 8px 18px;
    background: linear-gradient(135deg, #33dfdd, #ff7a18);
    border: none;
    color: #000000 !important;
    box-shadow: 0 10px 25px rgba(255, 74, 109, 0.35);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}
#email_btn:hover, #update_pin:hover, #add_btn:hover, #verify_btn:hover
{
	transform: translateY(-3px) scale(1.03);
    box-shadow: 0 18px 35px rgba(255, 74, 109, 0.55);
    background: linear-gradient(135deg, #FF4A6D, #ff7a18);
    color: #ffffff !important;
}
/**/
body.modal-open .container{
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
}

a[id=forgot_modal] {
    color:#ff4500;
}

a[id=forgot_modal]:hover {
    color:#000000;
}

#modal_btn {
    background: linear-gradient(135deg, #33dfdd, #ff7a18);
    /*background-color: #000000;*/
    color: #000000;
    border-radius: 15px;
}

#modal_btn:hover {
    background: linear-gradient(135deg, #FF4A6D, #ff7a18);
    color: #ffffff;
    border-radius: 15px;
}

#modal_close:hover {
    color:#33dfdd;
}

#modal_close {
    color:#FFFFFF;
}
#modal-header {
    background-color: #33dfdd;
}

#modal-header #modal-title {
    color: #ff4500 !important;
}
/**/
#login_div{
    /*background-color:#e9fffe;*/
    background: linear-gradient(
        75deg,
        #e9fffe,
        #c2f2ff,
        #e9fffe,
        #c2f2ff
    );
}
/**/
.dropdown-menu li a:hover,
.dropdown-menu li a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > .dropdown-menu > .active > a {
 color: #33dfdd;
}
/**/
.form-control:focus {
  box-shadow: none !important;
  border: 2px solid #33dfdd !important;
}
/***************************************************************************/
.btn-save {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 18px 35px rgba(255, 74, 109, 0.55);
    background: linear-gradient(135deg, #ffffff, #33dfdd);
    color: #1FA800 !important;
    border: 1px solid #ff4500 !important;
}
.btn-save:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 18px 35px rgba(255, 74, 109, 0.55);
    background: linear-gradient(135deg, #96FAA6, #ffffff);
    color: #000000 !important;
    border: 1px solid #054200 !important;
}
.btn-reset, .btn-mail {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 18px 35px rgba(255, 74, 109, 0.55);
    background: linear-gradient(135deg, #ffffff, #979795);
    color: #000000 !important;
    border: 1px solid #ff4500 !important;
}
.btn-reset:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 18px 35px rgba(255, 74, 109, 0.55);
    background: linear-gradient(135deg, #33dfdd, #ffffff);
    color: #303030 !important;
    border: 1px solid #000000 !important;
}
.btn-back {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 18px 35px rgba(255, 74, 109, 0.55);
    background: linear-gradient(135deg, #ffffff, #33dfdd);
    color: #0015FF !important;
    border: 1px solid #ff4500 !important;
}
.btn-back2 {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 18px 35px rgba(255, 74, 109, 0.55);
    background: linear-gradient(135deg, #ffffff, #979795);
    color: #0015FF !important;
    border: 1px solid #ff4500 !important;
}
.btn-back:hover,  .btn-back2:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 18px 35px rgba(255, 74, 109, 0.55);
    background: linear-gradient(135deg, #5779FF, #ffffff);
    color: #000000 !important;
    border: 1px solid #0015FF !important;
}
.btn-delete {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 18px 35px rgba(255, 74, 109, 0.55);
    background: linear-gradient(135deg, #ffffff, #979795);
    color: #ff0000 !important;
    border: 1px solid #ff4500 !important;
}
.btn-delete:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 18px 35px rgba(255, 74, 109, 0.55);
    background: linear-gradient(135deg, #FF5C5C, #ffffff);
    color: #303030 !important;
    border: 1px solid #000000 !important;
}
.btn-pdf {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 18px 35px rgba(255, 74, 109, 0.55);
    background: linear-gradient(135deg, #ffffff, #33dfdd);
    color: #FF0000 !important;
    border: 1px solid #ff4500 !important;
}
.btn-pdf:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 18px 35px rgba(255, 74, 109, 0.55);
    background: linear-gradient(135deg, #979795, #ffffff);
    color: #000000 !important;
    border: 1px solid #000000 !important;
}
.btn-proceed {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 18px 35px rgba(255, 74, 109, 0.55);
    background: linear-gradient(135deg, #ffffff, #33dfdd);
    color: #007A80 !important;
    border: 1px solid #ff4500 !important;
}
.btn-proceed:hover, .btn-mail:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 18px 35px rgba(255, 74, 109, 0.55);
    background: linear-gradient(135deg, #ffb600, #ffffff);
    color: #000000 !important;
    border: 1px solid #007A80 !important;
}
.btn-pdf-disabled {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 18px 35px rgba(255, 74, 109, 0.55);
    background: linear-gradient(135deg, #ffffff, #33dfdd);
    color: #000000 !important;
    border: 1px solid #000000 !important;
}

/******************************************************************************/