div.dataTables_length label {
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
}

div.dataTables_length select {
	width: 75px;
	display: inline-block;
}

div.dataTables_filter {
	text-align: right;
}

div.dataTables_filter label {
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
}

div.dataTables_filter input {
	margin-left: 0.5em;
	display: inline-block;
	width: auto;
}

div.dataTables_info {
	padding-top: 8px;
	white-space: nowrap;
	font-weight: 100;
}

div.dataTables_paginate {
	margin: 0;
	white-space: nowrap;
	text-align: right;
	float:right;
}

div.dataTables_paginate ul.pagination {
	margin: 2px 0;
	white-space: nowrap;
}

@media screen and (max-width: 767px) {
	div.dataTables_wrapper > div.row > div,
	div.dataTables_length,
	div.dataTables_filter,
	div.dataTables_info,
	div.dataTables_paginate {
		text-align: center;
	}

	div.DTTT {
		margin-bottom: 0.5em;
	}
}


table.dataTable td,
table.dataTable th {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


table.dataTable {
	clear: both;
	margin-top: 6px !important;
	margin-bottom: 6px !important;
	max-width: none !important;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
	cursor: pointer;
	position: relative;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
	position: absolute;
	top: 8px;
	right: 8px;
	display: block;
	font-family: 'Glyphicons Halflings';
	opacity: 0.5;
}
table.dataTable thead .sorting:after {
	opacity: 0.2;
	content: "\e150"; /* sort */
}
table.dataTable thead .sorting_asc:after {
	content: "\e155"; /* sort-by-attributes */
}
table.dataTable thead .sorting_desc:after {
	content: "\e156"; /* sort-by-attributes-alt */
}
div.dataTables_scrollBody table.dataTable thead .sorting:after,
div.dataTables_scrollBody table.dataTable thead .sorting_asc:after,
div.dataTables_scrollBody table.dataTable thead .sorting_desc:after {
	display: none;
}

table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
	color: #eee;
}

table.dataTable thead > tr > th {
	padding-right: 30px;
}

table.dataTable th:active {
	outline: none;
}


/* Condensed */
table.dataTable.table-condensed thead > tr > th {
	padding-right: 20px;
}

table.dataTable.table-condensed thead .sorting:after,
table.dataTable.table-condensed thead .sorting_asc:after,
table.dataTable.table-condensed thead .sorting_desc:after {
	top: 6px;
	right: 6px;
}

/* Scrolling */
div.dataTables_scrollHead table {
	margin-bottom: 0 !important;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

div.dataTables_scrollHead table thead tr:last-child th:first-child,
div.dataTables_scrollHead table thead tr:last-child td:first-child {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

div.dataTables_scrollBody table {
	border-top: none;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
	border-top: none;
}

div.dataTables_scrollFoot table {
	margin-top: 0 !important;
	border-top: none;
}

/* Frustratingly the border-collapse:collapse used by Bootstrap makes the column
   width calculations when using scrolling impossible to align columns. We have
   to use separate
 */
table.table-bordered.dataTable {
	border-collapse: separate !important;
}
table.table-bordered thead th,
table.table-bordered thead td {
	border-left-width: 0;
	border-top-width: 0;
}
table.table-bordered tbody th,
table.table-bordered tbody td {
	border-left-width: 0;
	border-bottom-width: 0;
}
table.table-bordered tfoot th,
table.table-bordered tfoot td {
    border-left-width: 0;
    border-bottom-width: 0;
}
table.table-bordered th:last-child,
table.table-bordered td:last-child {
	border-right-width: 0;
}
div.dataTables_scrollHead table.table-bordered {
	border-bottom-width: 0;
}




/*
 * TableTools styles
 */
.table.dataTable tbody tr.active td,
.table.dataTable tbody tr.active th {
	background-color: #08C;
	color: white;
}

.table.dataTable tbody tr.active:hover td,
.table.dataTable tbody tr.active:hover th {
	background-color: #0075b0 !important;
}

.table.dataTable tbody tr.active th > a,
.table.dataTable tbody tr.active td > a {
	color: white;
}

.table-striped.dataTable tbody tr.active:nth-child(odd) td,
.table-striped.dataTable tbody tr.active:nth-child(odd) th {
	background-color: #017ebc;
}

table.DTTT_selectable tbody tr {
	cursor: pointer;
}

div.DTTT .btn:hover {
	text-decoration: none !important;
}

ul.DTTT_dropdown.dropdown-menu {
  z-index: 2003;
}

ul.DTTT_dropdown.dropdown-menu a {
	color: #333 !important; /* needed only when demo_page.css is included */
}

ul.DTTT_dropdown.dropdown-menu li {
	position: relative;
}

ul.DTTT_dropdown.dropdown-menu li:hover a {
	background-color: #0088cc;
	color: white !important;
}

div.DTTT_collection_background {
	z-index: 2002;	
}

/* TableTools information display */
div.DTTT_print_info {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 150px;
	margin-left: -200px;
	margin-top: -75px;
	text-align: center;
	color: #333;
	padding: 10px 30px;
	opacity: 0.95;

	background-color: white;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
}

div.DTTT_print_info h6 {
	font-weight: normal;
	font-size: 28px;
	line-height: 28px;
	margin: 1em;
}

div.DTTT_print_info p {
	font-size: 14px;
	line-height: 20px;
}

div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 60px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
}



/*
 * FixedColumns styles
 */
div.DTFC_LeftHeadWrapper table,
div.DTFC_LeftFootWrapper table,
div.DTFC_RightHeadWrapper table,
div.DTFC_RightFootWrapper table,
table.DTFC_Cloned tr.even {
    background-color: white;
    margin-bottom: 0;
}
 
div.DTFC_RightHeadWrapper table ,
div.DTFC_LeftHeadWrapper table {
	border-bottom: none !important;
    margin-bottom: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
 
div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
 
div.DTFC_RightBodyWrapper table,
div.DTFC_LeftBodyWrapper table {
    border-top: none;
    margin: 0 !important;
}
 
div.DTFC_RightBodyWrapper tbody tr:first-child th,
div.DTFC_RightBodyWrapper tbody tr:first-child td,
div.DTFC_LeftBodyWrapper tbody tr:first-child th,
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
    border-top: none;
}
 
div.DTFC_RightFootWrapper table,
div.DTFC_LeftFootWrapper table {
    border-top: none;
    margin-top: 0 !important;
}


div.DTFC_LeftBodyWrapper table.dataTable thead .sorting:after,
div.DTFC_LeftBodyWrapper table.dataTable thead .sorting_asc:after,
div.DTFC_LeftBodyWrapper table.dataTable thead .sorting_desc:after,
div.DTFC_RightBodyWrapper table.dataTable thead .sorting:after,
div.DTFC_RightBodyWrapper table.dataTable thead .sorting_asc:after,
div.DTFC_RightBodyWrapper table.dataTable thead .sorting_desc:after {
	display: none;
}


/*
 * FixedHeader styles
 */
div.FixedHeader_Cloned table {
	margin: 0 !important
}

.top-header-area {
    background-color: #c7584a;
}
.footer-area {
    background-color: #c7584a;
}
.single-post-area p {
    font-size: 13px;
    text-align: justify;
}
.single-footer-widget span,.copywrite-text p,.copywrite-text p a,.copywrite-content .social-info a{
    color: #fff;
}
.copywrite-content {
    border-top: 1px solid #76160a;
}
.single-footer-widget span .fa{
    margin-right: 10px;
    font-size: 20px;
}
.single-footer-widget .footer-boxes{
    margin-top: 15px;
}
.header-area {
    border-bottom: 1px solid #76160a;
}
.icons{
    text-align: center;
    margin-bottom: 10px;
}
.icons img{
    width: 50px;
}
.icons p{
    font-size: 13px;
    margin: 0px;
    margin-top: 5px;
}
.custom-form .form-control,.custom-form .nice-select{
    border: 1px solid #e8e8e8;
    border-radius: 0px;
    box-shadow: none;
    width: 100%;
    font-size: 13px;
    margin-bottom: 13px;
}
.custom-form .form-control:active,.custom-form .form-control:focus{
    border: 1px solid #999;
    box-shadow: none;
}
.btn-custom{
    /*background-color: #76160a;
    border: 1px solid #76160a;*/
    background-color: #52610a;
    border: 1px solid #52610a;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    padding: 8px;
    cursor: pointer;
    letter-spacing: 2px;
}
.btn-custom:hover{
    background-color: #5c6f02;
    border: 1px solid #5c6f02;
}

.classy-nav-container .classy-navbar .classynav ul li a{
    padding: 0px 15px;
}
.modal-title {
    font-size: 17px;
}

#scrollUp{
    z-index: 1 !important;
    margin-bottom: 15px;
}
.nav-tabs .nav-link {
    background-color: #c7584a;
    color: #fff;
    margin-right: 10px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #76160a;
}
.nav-tabs {
    border-bottom: 0px;
}
.top-header-area .top-header-content > a:hover, .top-header-area .top-header-content > a:focus {
    color: #76160a;
}


.chatbox {
    position: fixed;
    bottom: 0;
    right: 30px;
    width: 300px;
    height: 380px;
    background-color: #fff;
    -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 999;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.chatbox--tray {
    bottom: -335px;
}
.chatbox--closed {
    bottom: -400px;
}
.chatbox .form-control:focus {
    border-color: #1f2836;
}
.chatbox__title,.chatbox__body {
    border-bottom: none;
}
.chatbox__title {
    min-height: 50px;
    padding-right: 10px;
    background-color: #1f2836cc;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.chatbox__title h5 {
    height: 50px;
    margin: 0 0 0 15px;
    line-height: 50px;
    position: relative;
    padding-left: 20px;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-size: 15px;
}
.chatbox__title h5 a {
    color: #fff;
    max-width: 195px;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.chatbox__title h5:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 12px;
    background: #4CAF50;
    border-radius: 6px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.chatbox__title__tray,.chatbox__title__close {
    width: 24px;
    height: 24px;
    outline: 0;
    border: none;
    background-color: transparent;
    opacity: 0.5;
    cursor: pointer;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
}
.chatbox__title__tray:hover,.chatbox__title__close:hover {
    opacity: 1;
}
.chatbox__title__tray span {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-bottom: 2px solid #fff
}
.chatbox__title__close svg {
    vertical-align: middle;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.2px;
}
.chatbox__body,.chatbox__credentials {
    padding: 15px;
    border-top: 0;
    background-color:#DCDCDC;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}
.chatbox__credentials{
    display: none;
}
.chatbox__credentials .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.chatbox__body {
    overflow-y: auto;
}
.chatbox__body__message {
    position: relative;
}
.chatbox__body__message p {
    padding: 15px;
    border-radius: 4px;
    font-size: 14px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
    box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
}
.chatbox__body__message img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fcfcfc;
    position: absolute;
    top: 15px;
}
.chatbox__body__message--left p {
    margin-left: 15px;
    padding-left: 30px;
    text-align: left;padding-top: 25px;
}
.chatbox__body__message--left img {
    left: -5px;
}
.chatbox__body__message--right p {
    margin-right: 15px;
    padding-right: 30px;
    text-align: right;
}
.chatbox__body__message--right img {
    right: -5px;
}
.chatbox__message {
    padding: 15px;
    min-height: 50px;
    outline: 0;
    resize: none;
    border: none;
    font-size: 12px;
    border: 1px solid #ddd;
    border-bottom: none;
    background-color: #fefefe;
}
.chatbox--empty {
    height: 262px;
}
.chatbox--empty.chatbox--tray {
    bottom: -212px;
}
.chatbox--empty.chatbox--closed {
    bottom: -262px;
}
.chatbox--empty .chatbox__body,.chatbox--empty .chatbox__message {
    display: none;
}
.chatbox--empty .chatbox__credentials {
    display: block;
}
.chatbox_timing {
    position: absolute;
    right: 10px;
    font-size: 12px;
    top: 2px;
}
.chatbox_timing ul{
    padding:0;
    margin:0;
}
.chatbox_timing ul li {
    list-style: none;
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
}
.chatbox_timing ul li a{
    display:block;color:#747474;
}
.ul_msg{
    padding: 10px !important;
}
.chatbox__body__message--right .ul_section_full{
    margin-right: 15px;
    padding-right: 30px;
    text-align: right;
    border-radius: 4px;
    font-size: 14px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
    box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-top:15px;
}
.chatbox__body__message--left .ul_section_full {
    margin-left: 15px;
    padding-left: 15px;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-radius: 4px;
    font-size: 14px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
    box-shadow: 1px 1px rgba(100, 100, 100, 0.1);

}
.ul_msg{padding:0;margin:0px}
.ul_msg li{list-style:none;display:block}
.ul_msg2{padding:0;margin:0px;text-align: right;}
.ul_msg2 li{list-style:none;display:inline-block;margin-right: 15px;}
.chatbox__body__message--right .chatbox_timing  {
    position: absolute;
    left: 10px;
    font-size: 12px;
    top: 2px;
}
.chatbox__body__message--right .ul_msg2{text-align:left}
.chatbox__body__message--right .ul_msg2 li {
    list-style: none;
    display: inline-block;
    margin-left: 15px;margin-right:0px
}
.chat_set_height {
    height: 40px;
    margin-top: 1px;
}
.chatbox22 .form-control:focus {
    border-color: #DCDCDC;
}
.width50{
    width:50%;
    float:left;
    background:#ECECEC;
}

.single-project-slide{
    height: 450px;
}
.single-project-slide .hover-effects .text {
    height: 350px;
}

.table-rate tr th, .table-rate tr td{
    padding: 8px 10px;
}

/*********** padding ***********/
.p-t-0{
    padding-top: 0px !important;
}
.p-t-10{
    padding-top: 10px !important;
}
.p-t-25{
    padding-top: 25px !important;
}
.p-t-50{
    padding-top: 50px !important;
}
.p-b-0{
    padding-bottom: 0px !important;
}
.p-b-10{
    padding-bottom: 10px !important;
}
.p-b-25{
    padding-bottom: 25px !important;
}
.p-b-50{
    padding-bottom: 50px !important;
}
/*********** margin ***********/
.m-t-0{
    margin-top: 0px !important;
}
.m-t-10{
    margin-top: 10px !important;
}
.m-t-25{
    margin-top: 25px !important;
}
.m-t-50{
    margin-top: 50px !important;
}
.m-b-0{
    margin-bottom: 0px !important;
}
.m-b-10{
    margin-bottom: 10px !important;
}
.m-b-25{
    margin-bottom: 25px !important;
}
.m-b-50{
    margin-bottom: 50px !important;
}

/*Original template Style CSS For Post Caption*/ 
    .post-caption
    {
        margin: 10px 15px;
        text-align: left;
        padding-top: 0px;
    }
    .post-caption h3 {
        color: #333;
        font-size: 20px;
        font-weight: 600;
        line-height: 1.5;
    }
    .post-caption a {
        color: #333;
        text-decoration: none;
        transition: 0.3s;
    }
    .post-caption p {
        line-height: 1.7;
        text-align: left;
    }
    label {
        font-size: 14px;
        padding-bottom: 8px;
    }
    #ui-datepicker-div {
        z-index: 1000 !important;
    }
    
    @media (min-width: 576px){
            .modal-sm {
            max-width: 450px;
        }
        }
      @media (max-width: 991px)
      {
    .space-break {
      padding:0px 30px !important;
      margin-top: 0px !important; 
    }
    }
    @media only screen and (max-width: 600px)
    {
    .text-align
    {
            text-align: center;
    }
    }
    .modal-header 
    {
        background-color: #46866c;
        border-radius: 0;
    }
    .modal-header.week-custom
    {
      background-color: #ffffff;
    }
    .modal-title
    {
            color: #ffffff;
    }
    .comments
    {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        margin: 20px 0px !important;
    }
    .modal-dialog {
    /* margin: 14rem auto;*/
      margin: 1.75rem auto;
    }
    .modal-body.highlights {
        background-color: #2f2e35;
    }
    .highlights h2
    {
      font-size: 26px;
      color: #fff;
    }
    .highlights p
    {
      font-size: 14px;
      color: #fff;
    }
    .btn-signup
    {
        background-color: #908e9f;
        border-color: #908e9f;
        color: #fff;
        font-size: 14px;
    }
    .btn-signup:hover
    {
        background-color: #696875;
        border-color: #696875;
    }

    .btn-login
    {
/*        background-color: #908e9f;*/
        background-color: #687B0E;
        border-color: #687B0E;
        color: #fff;
        font-size: 14px;
    }
    .btn-login:hover
    {
        background-color: #3F4813;
/*        background-color: #585662;*/
        border-color: #3F4813;
    }


/*register*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
/*  text-decoration: underline;*/
}

:root {
/*  --primary-color: #c6c3c3;
--second-color: #ffffff;
--black-color: #000000;*/
  --primary-color: #687B0E;
  --second-color: #000000;
  --black-color: #ffffff;
}

.register-body {
/*  background-image: url("http://codingstella.com/wp-content/uploads/2024/01/download-6-scaled.jpeg");*/
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
/*  background-color: #697D0D;*/
  background-color: #ffffff;
}

.register-body a {
  text-decoration: none;
  color: var(--second-color);
  text-decoration: underline;
}

.register-body a:hover {
  text-decoration: none;
  color: #687B0E;
}

.wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
/*  background-color: rgba(0, 0, 0, 0.2);*/
/*background-color: rgba(255, 255, 255, 0.2);*/
}

.form {
  position: relative;
  width: 450px;
  backdrop-filter: blur(25px);
  border: 1px solid var(--primary-color);
  border-radius: 15px;
  padding: 6em 2.5em 4em 2.5em;
  color: var(--second-color);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
}

.wrapper .form.signup,.wrapper .form.forgotpassword,
.wrapper.signinForm .form.signin, .wrapper.signinFormForgot .form.signin {
/*  display: none;*/
display: inline-block;
}

.wrapper.signinForm .form.signup {
  display: inline-block;
}
.wrapper.signinFormForgot .form.forgotpassword
{
 display: inline-block; 
}

.login-header {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  width: 140px;
  height: 70px;
  border-radius: 0 0 20px 20px;
}

.login-header span {
  font-size: 30px;
  color: var(--black-color);
}

.login-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 30px;
  height: 30px;
  border-top-right-radius: 50%;
  background: transparent;
  box-shadow: 15px 0 0 0 var(--primary-color);
}

.login-header::after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 30px;
  border-top-left-radius: 50%;
  background: transparent;
  box-shadow: -15px 0 0 0 var(--primary-color); /* Removed space before --primary-color */
}

.login-header.forgot-header
{
  width: 300px !important;
}

.login-header.admin-header
{
  width: 250px !important;
}

.input_box {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 15px 0;
}

.input-field {
  width: 100%;
  height: 55px;
  font-size: 16px;
  background: transparent;
  color: var(--second-color);
  padding-inline: 20px 50px;
  border: 1px solid var(--primary-color);
  border-radius: 30px;
  outline: none;
}

/*#user {
  margin-bottom: 10px;
}
*/
.label {
  position: absolute;
  top: 15px;
  left: 20px;
  transition: 0.2s;
}

/* Closed the missing brace */

.icon {
  position: absolute;
  top: 18px;
  right: 25px;
  font-size: 20px;
  color: #9b9a9a;
}

.remember-forgot {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
}

.input-submit {
  width: 100%;
  height: 50px;
/*  background: #ececec;*/
  background: #687B0E;
  font-size: 16px;
  font-weight: 500;
/*  border: none;*/
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s;
/*  border-color: #6aa84f; */
  border: 1px solid #687B0E;
}

.input-submit:hover {
/*  background: var(--second-color);*/
/*  background: var(--black-color);*/
background: #7F9710;
color: #fff;
  border-color: #7F9710;
}

.register {
  text-align: center;
}

.register a {
  font-weight: 500;
}

@media only screen and (max-width: 564px) {
  .wrapper {
    padding: 20px;
    /*justify-content: end;
    align-items: baseline;*/
  }

  .form {
    padding: 7.5em 1.5em 4em 1.5em;
  }
}
.user_error_msg
{
  color: #f00;
  font-weight: lighter;
  font-size: 14px;
}
.signup_success_msg
{
  color: #4a5900;
  font-weight: lighter;
  font-size: 14px; 
}
.signup_success_msg a
{
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

/*** Pre Loader - Added on March 18th 2024*/ 
#overlay{ 
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
.is-hide{
  display:none;
}
.msg-error {
    color: #f00000 !important;
    }
.display-5 {
  font-size: 3rem !important;
  font-weight: 300;
  line-height: 1.2;
}

.display-6 {
  font-size: 2.5rem !important;
  font-weight: 300;
  line-height: 1.2;
}

.display-7 {
  font-size: 2rem !important;
  font-weight: 300;
  line-height: 1.2;
}

.display-8 {
  font-size: 1.5rem !important;
  font-weight: 300;
  line-height: 1.2;
}

.display-9 {
  font-size: 1rem !important;
  font-weight: 300;
  line-height: 1.2;
}
.display-9 {
  font-size: 0.8rem !important;
  font-weight: 300;
  line-height: 1.2;
}
.card-title {
    font-weight: 600;
}