/************************************************/
/*                    Header                    */
/************************************************/
@keyframes coin-rotate {
    0 {
      transform: rotateY(0);
    }
 /*   50% {
      transform: rotateY(180deg);
    } */
    100% {
      transform: rotateY(360deg);
    }
  }

.hm-animation>img {
  /*  transform: rotateX(45deg);  */
    animation: coin-rotate 20s both infinite;
}

.cde-nav-btn{
    border: 0;
    background-color: transparent;
}

.navbar-header>a {
    font-size: 25px;
    font-weight: 700;
    mix-blend-mode: darken;
    color: #cfc547;
    text-shadow: 3px 4px 7px rgba(81,67,21,0.8);
}

.navbar-header>a>p {
    font-size: 15px;
}

.cde-menu {
    position: absolute;
    top: 50px;
    width: 300px;
    z-index: 5;
}

.cde-menu>ul>li {
    padding: 10px 20px;
    background-color: black;
}

.cde-menu>ul>li>a {
    color: #fff; 
    mix-blend-mode: difference;
    text-decoration: none;
}

.cde-menu>ul>li:hover {
    background-color: bisque;
    box-shadow: 
        0 16px 38px -12px rgb(0 0 0 / 56%),
        0 4px 25px 0 rgb(0 0 0 / 12%),
        0 8px 10px -5px rgb(0 0 0 / 20%);
    transition: .5s;
}

.navbar-nav> li.active {
      background-color: darkred;
    
}

.cde-menu-form {
    background-color: black;
    color: #fff;
    padding: 10px 20px;
}

.navbar-toggler-icon .navbar-toggle {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.cstm-name {
    /* word-wrap: break-word; */
    position: absolute;
    white-space: break-spaces;
    line-height: 1;
    padding: 0 20px 20px 20px;
}

.submit-loginid {
    padding-left: 20px;
}

.submit-loginid .btn-dark {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
    background: #2e2e2e;
    border-color: #2e2e2e;
    display: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.btn-dark:hover {
    background: blue;
}

.submit-loginid-div {
    display: flex;
    flex-direction: row;
}

.border-top {
    border-top: 1px solid #fff;
}

.border-bottom {
    border-bottom: 1px solid #fff;
}

.btn-bg {
    background-image: linear-gradient(to right, transparent, #787575, transparent);  
}

.login-class {
    border-top:1px solid #fff;
    color:cadetblue
}  

.div-2-2 {
    display: flex;
    flex-direction: row;
    font-size: 13px;
    padding: 5px 0;
}

.move-right{
    margin-left: auto;
    margin-right: 0;
}

.move-center {
    margin-left: auto;
    margin-right: auto;   
}

#div-resendOTP>a {
    color: aqua;
}

.center-img {
    display: flex;
    justify-content: center;
}

.center-img>img {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 50%;
}

/*                      FORM                    */

.cde-alert {
    
    font-size: 15px;
    word-wrap: break-all;
    overflow-wrap: break-word;
}

.feedback-input {
    color:white;
    font-family: Helvetica, Cabin, Arial, sans-serif;
    font-weight:500;
    font-size: 16px;
    border-radius: 5px;
    line-height: 22px;
   /* background-color: transparent; */
    border:2px solid #007bff;
    transition: all 0.3s;
    padding: 8px;
    margin-bottom: 10px;
    width:100%;
    box-sizing: border-box;
    outline:0;
  
    background: #2E2E2E;
  }
  
  .cde-login-btn {
    color: White;
    background-color:red;
  }
  
  .cde-login-btn:hover {
      background-color:#780303;
  }
  
/*                      OTP FORM                    */

  #login-form {
    display: none;
  }

  .cde-changeuser>a {
    color: white;
  }

  /*                    LOGGED IN                   */

  #div-welcome>p {
    font-size: 14px;
  }

  /*                    LANGUAGE                   */

  .cde-google-translater {
    display: block;
  }

  #back-to-top {
    position: relative;
    z-index: 2; 
}

.back-to-top .btn-dark {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
    position: fixed;
    top: 20px;
    right: 20px;
    background: #2e2e2e;
    border-color: #2e2e2e;
    display: none;
    z-index: 999;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; 
    filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
}

.back-to-top .btn-dark:hover {
    cursor: pointer;
    background: #FA6742;
    border-color: #FA6742; 
}

  /*                    End of Header Area                     */
/***************************************************************/
/*                        Home - Starts                        */
/***************************************************************/

.hm-info {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 100px;
}

.hm-info-con-name>h1 {
    font-size: 64px;
    line-height: 68px;
    font-weight: 800;
    letter-spacing: -0.03em;
    font-family: "Alliance1","Alliance1HeaderFallback",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-feature-settings: unset;
    color: cornsilk;
    text-shadow: 0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
}

.hm-info-sec-name>p {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    color: #f7f096;
}

.bg-image {
    width: 90%; 
    height:90%;
    border: none;
    overflow: hidden; 
}

/***************************************************************/
/*                      Dashboard - Starts                     */
/***************************************************************/
@media only screen and (min-width: 768px) {
    .dashboard-laptop {
        display: block;
        width: 100%;
    }

    .dashboard-mobile {
        display: none;
    }
}

/*  for pdf view - trick to disable right click */
.embed-cover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

    opacity: .3;
    color: red;
  }
  
  .wrapper {
    position: relative;
    overflow: hidden;
  }


.db-user1>p {
    font-size: 20px;
    font-family: garamond, 'Cabin';
}

.db-user>img {
 /*   margin-left:10px; */
    float:left;
    width:50px;
    height:auto;
}

.dashboard-main li {
    
	border: 0px !important;
    border-bottom: 1px solid black !important;
    font-family: garamond;
	font-size: 16px;
	/*	background-color:grey; */
    color: #337ab7;	
}

.head-dashboard {
	font-family: garamond;
	font-size: 14px; 
    padding: 5px 15px;
	color: darkblue;
	/*padding-right: 10px;
	padding-left: 30px;	
	padding-top: 10px; 
	padding-bottom: 10px;*/
	border-bottom: 1px solid black !important;
	background-color: silver;
	/*background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); *//* FF3.6-15 */
	/*background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); *//* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(top bottom, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%); *//* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.head-dashboard:hover {
	text-decoration:none;
	outline:none;
    background-color: #525151;
    color: #fff;
}

.cont-dashboard{
	padding-left:17px;
    padding-top: 30px;
}

.dashboard-panel {
	padding-left:50px;
	font-family: garamond, 'Cabin';	
}

.panel-heading-custom {
    padding-left: 15px;
    padding-bottom: 30px;
}

.form-control {
    background-color: #fff !important;
    height: 32px;
    font-size: 17px;
    color: blue;
    font-family: garamond, 'Cabin';
}

.row-pmt-head {
	font-family: garamond;
	font-size: 16px;
	border-bottom: 1px solid #494949;
	border-left: 1px solid #494949;
	border-right: 1px solid #494949;
}

.Col-Pmt-Head {
	text-align:left;
	padding-left:50px;	
}

.Col-Pmt-Val {
	text-align:right;
	padding-right:0px;
}

.row-pmt-head-success {
	color: #0C7539;
	font-weight:bold;
	background-color:#D3F2E0;
	border-left: 2px solid #0E380E;
	border-right: 2px solid #0E380E;
	border-bottom: 2px solid #0E380E;
}
.row-pmt-head-failure {
	color: #B01033;
	font-weight:bold;
	background-color:#F5D5DC ;
	border-left: 2px solid #591121;
	border-right: 2px solid #591121;
	border-bottom: 2px solid #591121;
}

/*                      Dashboard - Ends                       */
/***************************************************************/
/*                      Sidebar - Starts                       */
/***************************************************************/

/*  Label for search  */
.screen-reader-text {
	font-family:garamond;
	font-size: 20px;
	margin-top:50px;
	vertical-align:middle;
}

/*  input box for search  */
/*
#s{
	 line-height:29px; 
	 color:#7e7e7e; 
	 border:none; 
	 margin:none; 
	 outline: none;
	 height:29px; 
	 width:157px; 
	 font-size:100%; 
	 text-indent: 20px; 
}
*/
/*   Search button  */
#searchsubmit{
	/*	position: relative; */
	margin-top:40px;
	left:3px;
	height:29px; 
	width:27px;
	background: url(../image/search-button.png) no-repeat left bottom;  
	background-size: 29px 29px;
	 border:0px; padding:0; margin: 0;
	color: transparent;
	vertical-align: middle;
	text-indent: -9000px; 
	text-transform: capitalize; 
}


.widget {
	background-color:rgb(241, 241, 255);
	border:1px solid black;
	padding:10px;
	margin-bottom:10px;
	box-shadow: 5px 5px 2.5px grey;
	
}

.widget-title {
    color: white;
    background-color: #3b5998;
    margin-right: 0px;
    padding-left: 15px;
    font-family: garamond;
}

.sidebar-wrapper {
    z-index: 1;
    height: 100%;
    overflow-y: hidden;
    background-color: #303030;
    border: 2px solid;
    color: black;
    padding-left: 20px;
    box-shadow: 5px 5px 2.5px #888888;
  /*  padding-left: 20px; */
    
   	
}

.sidebar-nav {
    padding: 0px;
    list-style: none;
    display:block;
    text-indent: 20px;
    line-height: 40px;
    width:100%;
    
}

.sidebar-nav-header li {
	padding-top:10px;
	list-style:none;
	font-weight: bold;
	color: white;
    margin-top: 10px;
    /*box-shadow: 5px 5px 2.5px black;*/
	font-size: 30px;
}

.sidebar-nav li {
  /*  background-color: #494949; */
    padding-right:0px;
    padding-left:0px;
    border: 1px solid #494949;
    border-left: 2px solid #494949;
    border-right: 2px solid #494949;
}

.sidebar-nav-header li a,
.sidebar-nav li a {
    display: block;
    outline:none;
    text-decoration: none;
    font-family: Garamond,"Over the Rainbow",cursive,serif;
}

.sidebar-nav-header li a {
    color:#3b5998;
    line-height: initial;
}

.sidebar-nav>li>a {
    line-height: initial;
    text-decoration: none;
    color: #007bff;
    padding-top: 7px;
    padding-bottom: 7px;
    
}

.sidebar-nav-header>li>a>p {
    font-size: 15px;
}

.sidebar-nav li a:hover {
    background: #16A085;
    border: #107863;
    color: white;
}

/* to be added programmatically to element using js on click*/

.sidebar-active {
    background: #2228d1 !important;
    color: white !important;
}

.sidebar-active li a {
    background: #2228d1 !important;
    color: white !important;
}

.sidebar-active a {
    color: white !important;
}

.sidebar-nav-header>li>a:hover {
    opacity: .7;
}

.sidebar-block1{
	background: #2f2f2f;
	color: white;
}

.sidebar-block2{
	margin-top: 30px;
	background: #2f2f2f;
	color: white;
}

.sidebar-block3{
	background: #ffc659;
	color: white;
}

.sidebar-block4{
	background: #2f2f2f;
	color: white;
}

.sidebar-block1,
.sidebar-block2,
.sidebar-block3,
.sidebar-block4 {
	padding:20px;
	margin-bottom:10px;
	font-family: garamond, sans-serif;
	font-size: 14px;
	box-shadow: 5px 5px 2.5px grey;
}

/*                       Sidebar - Ends                        */
/***************************************************************/
/*                      Download - Starts                      */
/***************************************************************/

.dwn-link>a {
    text-decoration: none;
    color: blue;
}

.dwn-view {
    border: solid 1px grey;
    padding:10px;
}


/*                       Download - Ends                       */
/***************************************************************/
/*                       Admin   - Starts                      */
/***************************************************************/
.form-border {
    border: solid 2px #0E380E;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.dash-body {
    display: flex;
}

.btn-custom {
    font-size: 17px;
    margin-top: 10px;
}

/*          Landowner's Detail          */

.padding-top-10 {
    margin-top: 10px;
}
/*********************************************************************/
/*                            Footer  - Begins                       */
/*********************************************************************/

.wt-contact {
    position: fixed;
    bottom: 15px;
    right: 15px;
}

.wt-contact>button {
    display: block;
    filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
}

.wt-contact>button>a {
    display: inline-block; 
    padding:6px; 
    border-radius: 8px; 
    background-color: #25D366; 
    color: #fff; 
    text-decoration: none; 
    font-family: sans-serif; 
    font-size: 16px;
    position: fixed;
    bottom: 15px;
    right: 15px;
}

.wt-contact>button>a>svg {
    filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
}