@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css");

body{
font-family: 'Lato', sans-serif;	
}

/* Loader */
.for-loader { 
    display:none;
}
.preload { 
    width:100px;
    height: 100px;
    position: fixed;
    top: 27%;
    left: 43%;
}
.loader{
  height: 200px;
  width: 200px;
}

.flexbox > div {
    width: 300px;
    height: 300px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
  }
  
  .reverse-spinner {
    position: relative;
    height: 100px;
    width: 100px;
    border: 4px solid transparent;
    border-top-color: #2c69a5;
    border-left-color: #2c69a5;
    border-radius: 50%;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
  }
  
  .reverse-spinner::before {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    content: "";
    border: 4px solid transparent;
    border-top-color: #03a9f4;
    border-left-color: #03a9f4;
    border-radius: 50%;
    -webkit-animation: spinBack 1s linear infinite;
    animation: spinBack 1s linear infinite;
  }
  
  @keyframes spin {
    from {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  @keyframes spinBack {
    from {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(-720deg);
      transform: rotate(-720deg);
    }
  }  

/* Loader end */
.nodata-img{
    max-height: 240px;
}

/*  text-laundering   */
.text-primary{
    color: #2c69a5 !important;
}
.text-primary:hover{
    color: var(--primary_color_hover) !important;
}

.border_bottom_primary{
    border-bottom:1px solid var(--primary_color_hover) !important;
}
.w-65{
    width: 65%;
}
/* h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    color: #2c69a5;
} */

.btn-primary {
    color: #fff;
    border-color: #2c69a5;
    background-color: #2c69a5;
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
}
.btn-primary:hover
{
    color: #fff;
    border-color: #5786b4 !important; 
    background-color: #5786b4 !important;
}
.btn-primary:focus,
.btn-primary.focus
{
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(94, 114, 228, .5) !important;
}
.btn-primary.disabled,
.btn-primary:disabled
{
    color: #fff;
    border-color: #2c69a5 !important; 
    background-color: #2c69a5 !important;
}

.page-item.active .page-link 
{
    z-index: 3;
    color: #fff;
    border-color: #2c69a5 !important;
    background-color: #2c69a5 !important;
}

/* Setting */
.settings-main-body{
    border-radius: .375rem;
}


/* table */
.table_num{
    width: 100px;
}
.table_title{
    width: 150px;
}
.table-action{
    font-size: 18px;
}
.table td{
    white-space: normal !important;
}
td .badge{
    margin-bottom: 8px;
    margin-left: 5px;
}


/* Slide */
.sidebar_open{
    position: fixed;
    overflow:auto;
    right: -30%;
    width: 30%;
    height: 100%;
    display: block;
    z-index: 2010;
    background: #ffffff;
    top: 0px;
    padding-bottom: 20px;
    height: 100%;
    -webkit-box-shadow: 5px 1px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 1px 40px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.show_sidebar, .show_sidebar_create, .show_sidebar_edit{
    right: 0px;
    width: 25%;
    display: block;
}
.offer_img{
    height: 25%;
    width: 100%;
}
.service_img, .product_img{
    height: 25%;
    width: 25%;
}
.form-control {
    height: calc(2.15rem + 2px);
    padding: .325rem .75rem;
}
.sidebar_open .form-group {
    margin-bottom: 1.1rem;
}
/* select2 */

.select2-dropdown{
    z-index: 3000 !important;
}
.select2-container{
    width: 100% !important;
}
.select2-container--default .select2-selection--single{
    border: 1px solid #cad1d7 !important;
    height: 45px !important;
    padding: 9px 4px !important;
    font-size: 14px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #8898aa !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 10px !important;
}
span.select2-selection.select2-selection--single {
    outline: none !important;
}
.select2-search__field:focus{
    outline: none !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
    border: 1px solid #cad1d7 !important;
   
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: #E9ECEF !important;
    border: 1px solid #cad1d7 !important;
    font-size: 14px !important;
    padding: 5px !important;
    margin-right: 6px !important;
    margin-top: 6px !important;
    margin-bottom: 1px !important;
    color: #8898aa !important;
}
.select2-container--default .select2-selection--multiple{
    border: 1px solid #cad1d7 !important;
}
.select2-search__field::-webkit-input-placeholder,
.select2-search__field::placeholder {
    color: #8898aa !important;
    font-size: 14px !important;
    padding: 4px 10px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    margin-right: 4px !important;
}

/* image upload */

.avatar-upload {
position: relative;
max-width: 205px;
margin: 10px auto;
}
.avatar-upload .avatar-edit {
position: absolute;
right: 12px;
z-index: 1;
top: 10px;
}
.avatar-upload .avatar-edit input {
display: none;
}
.avatar-upload .avatar-edit input + label {
display: inline-block;
width: 34px;
height: 34px;
margin-bottom: 0;
border-radius: 100%;
background: #FFFFFF;
border: 1px solid transparent;
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
cursor: pointer;
font-weight: normal;
transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
background: #f1f1f1;
border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
content: "+";
color: #757575;
position: absolute;
top: 3px;
left: 0;
right: 0;
text-align: center;
margin: auto;
font-size: 21px;
font-weight: 900;
}
.avatar-upload .avatar-preview {
width: 192px;
height: 192px;
position: relative;
border-radius: 100%;
border: 6px solid #F8F8F8;
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
width: 100%;
height: 100%;
border-radius: 100%;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.avatar-box .avatar-preview > div{
    border-radius: 10%;
    width: 100%;
}
.avatar-box .avatar-preview{
    border-radius: 10%;
}
  

/* invalid-div validation */
.invalid-div{
    color: red;
    font-size: 13px;
}

/*  Notify  */
.notifyjs-corner{
    z-index: 3000 !important;
}

/* Table image */
.imageBox{
    align-items: normal !important;
    height: 90px !important;
    width:  130px !important;
    background-color: white !important;
}
.imageBox img{
    border-radius: 10% !important;
}
.imageBoxService{
    height: 60px !important;
    width:  80px !important;
}

/* template page */
.w-90 {
    width: 90%;
}
.active_text {
    color: rgba(0, 0, 0, .9) !important;
}

/* data table */
div.dataTables_wrapper div.dataTables_filter{
    text-align: left !important;
    margin: 19px 37px 7px 27px !important;
}
/*.dt-buttons{
    display: none;
}*/
.dropdown-item.active, .dropdown-item:active{
    color: #fff !important;
    background-color: #2c69a5 !important;
}
.export-btns{
    margin: 9px 15px 0 27px;
    float: right;
}
div.dataTables_wrapper div.dataTables_info{
    margin: 35px 0 0px 27px !important;
}
.dataTables_length{
    margin-top: 40px !important;
}
div.dataTables_wrapper div.dataTables_paginate {
    margin: -36px 15px 20px 0 !important;
}
/* Navbar */

.avatar .flag{
    border-radius: 0 !important;
    height: 22px !important;
}
.flag-ul .avatar {
    background-color: transparent !important;
}
.lang_table_flag{
    height: 50px !important;
    width: 70px !important;
    border-radius: 10% !important;
}
.user_round{
    height: 180px !important;
    width: 180px !important;
}
.pointer-none{
    pointer-events: none;
}
/* Print Invoice */

.page {
    width: 210mm;
    min-height: 297mm;
    margin: 0 auto;
}

@page {
    size: A4;
    margin: 0;
}
@media print {
    html, body {
        width: 210mm;
        height: 297mm;        
    }
    .page {
        margin: 0;
        border: initial;
        border-radius: initial;
        width: initial;
        min-height: initial;
        box-shadow: initial;
        background: initial;
        page-break-after: always;
    }
}
/* badge-center */
.badge-center{
    text-align: -webkit-center;
}
.mapsize{
    height: 400px;
    margin-left: -13px;
  }
  
/*  calendar  */
.statusRow{
    width: 30%;
  }
  .completedBox{
    /* background-color: rgba(147, 231, 195, .5);
    color : #1a8a59; */
    color: #108c57;
    background-color: #c0ffe4;
  }
  .pendingBox{
    /* background-color: rgba(203, 210, 246, .5);
    color : #2236a8; */
    color: #2643e9;
    background-color: #eaecfb;
  }
  .cancelBox{
    /* background-color: rgba(251, 175, 190, .5);
    color : #b3092b; */
    color: #f80031;
    background-color: #fdd1da;
  }
  
  
 .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #2c69a5;
} 
  
span.select2.select2-container.select2-container--default.select2-hidden-accessible {
    display: block;
}
  div#DataTables_Table_0_length {
    display: none;
}
 .dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
} 
div.dataTables_wrapper div.dataTables_paginate {
    margin: 23px 15px 20px 0 !important;
}  
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #2c69a5 !important;
    color: #fff !important;
    border: none;
    border-radius: 100%;
}
/* .paginate_button.previous {
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    border: 1px solid #ccc !important;
    border-radius: 100% !important;
    margin-right: 15px;
	position:relative;
}

.paginate_button.next {
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    border: 1px solid #ccc !important;
    border-radius: 100% !important;
    margin-right: 15px;
	position:relative;
}

.paginate_button.previous::before {
    content:"<";
	position:absolute;
}

.paginate_button.next::before {
    content:">";
	position:absolute;
} */


img{
	max-width:100%;
}



@media(max-width:768px){
	.show_sidebar, .show_sidebar_create, .show_sidebar_edit {
		width: 80%;
	}
    .extractor-btn {
    width: 50% !important;
}
}






/*member porral css*/

.nav-heading {
    background: #000;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    text-transform: uppercase;
}
.navbar-nav .nav-item {
    position: relative;
}
.navbar-nav .nav-item:hover {
    background: #f0f3f6;
}
.navbar-nav li .sub-menu {
    list-style: none;
    display: none;
    padding: 0;
    position: absolute;
    left: 100%;
    z-index: 9;
    background: #fff;
    box-shadow: 3px 3px 29px rgb(0 0 0 / 15%);
    min-width: 270px;
    top: 0;
}
.navbar-nav li:hover .sub-menu {
	display:block;
}
.navbar-nav li .sub-menu li a{
    padding: 5px 0 5px 50px;
	display:block;
}
.navbar-nav li .sub-menu li:not(:first-child) a{
    border-top: 1px solid #dadada;
}

.navbar-nav li .sub-menu li:hover {
    background: #f0f3f6;
}
li.nav-item.haschildren::after {
    content: "";
    position: absolute;
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 6px;
	border-color: transparent transparent transparent #b9b9b9;
    right: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.card-header.bg-dark{
	color:#fff;
}

.navbar-vertical.navbar-expand-md.member-nav {
    position: absolute;
    overflow: initial;
    bottom: auto;
}



/* Start Model Search */

/* Button used to open the chat form - fixed at the bottom of the page */
.open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  /*position: fixed;*/
  bottom: 23px;
  right: 28px;
  width: 280px;
}

/* The popup chat - hidden by default */
.chat-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9;
}

.modal-header{
    display: inline-table;
}

.extractor-btn {
    width: 30%;
}

.btn.btn-primary.btn-lg.launch-modal.extractor-btn {
    margin: auto;
}

/* end Model Search */
















/*end of member portal css*/






.dash-box {
    position: relative;
    padding-left: 180px;
    display: flex;
    align-items: center;
    min-height: 180px;
    box-shadow: 3px 3px 23px rgb(0 0 0 / 15%);
    border-radius: 10px;
    /* font-size: 58px; */
    border-bottom: 10px solid #cacaca;
	
}

.dash-box::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(coffee.jpg);
    z-index: 0;
    opacity: 0.1;
    background-size: cover;
    background-position: center right -160px;
    background-repeat: no-repeat;
}

.dash-box i {
    font-size: 90px;
    position: absolute;
    left: 28px;
    top: 43px;
}
.dash-box h3 {
    font-size: 56px;
    font-weight: 300;
	font-family: 'Pacifico', cursive;
	    letter-spacing: -2px;
}
.dash-box h3 span {
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 0px;
}
.cursive-font{
	font-family: 'Pacifico', cursive;
}

.lg-font {
    font-size: 24px;
    letter-spacing: 1px;
}
.bb {
    border-bottom: 1px solid #eaeaea;
}
.lg-num {
    font-size: 26px;
    font-weight: 700;
    color: #2dce89;
}

.feedback-box {
    position: relative;
    box-shadow: 3px 3px 18px rgb(0 0 0 / 15%);
    padding: 15px 15px 15px 90px;
    margin-bottom: 20px;
    border-radius: 10px;
    border-bottom: 5px solid #ccc;
}
  
.user-img {
    position: absolute;
    font-size: 30px;
    left: 20px;
    top: 15px;
    height: 50px;
    width: 50px;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: #ccc;
} 
.f-title {
    font-size: 18px;
}  
 .rating {
    color: #ffd600;
    margin-bottom: 6px;
} 
.navbar-light .navbar-nav .nav-link.active {
    background-color: #c1a28b;
}  
.navbar-light .navbar-nav .nav-link.active {
    background-color: #c42032;
    color: #fff;
}
.navbar-light .navbar-nav .nav-link.active>i {
    color: #fff !important;
}  
  
/* .navbar-vertical.navbar-expand-md.fixed-left {
    background: #fff url(mug.png) bottom 50px center no-repeat !important;
    background-size: 200px !important;
} */ 
 .table td, .table th {
    font-size: 13px;
} 
.navbar-nav .nav-item.dropdown:hover {
    background: transparent;
}  
  
  
.user_card {
    height: 400px;
    width: 450px;
    margin-top: auto;
    margin-bottom: auto;
    background: #c42032;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    -webkit-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
    color: #ffffff;
}
 .adlogotxt {
    color: #fff !important;
} 
.brand_logo_container {
    background: #f8f9fe;
    padding: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
} 
.brand_logo {
    width: 340px;
}  
 
.form_container {
    margin-top: 0px;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.input-group-text {
    background: #97979a !important;
    color: white !important;
    border: 0 !important;
    border-radius: 0.25rem 0 0 0.25rem !important;
}
.login_container {
    padding: 0 2rem;
}
.h-100vh {
    height: 100vh !important;
}

.user_card .input-group {
    width: 360px;
}

.user_card .input-group .form-control{
    padding-left: 15px;
}
.login_btn {
    background: transparent;
    padding: 10px 40px;
    font-size: 22px;
    border: 2px solid #fff;
    color: #fff;
}


.login-back{
	position:relative;
}


.navbar-vertical .navbar-nav .nav-link {
    text-transform: capitalize;
}

h2.log-title {
    color: #fff;
    font-size: 26px;
    font-weight: 300;
}

.log-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px;
    box-shadow: 3px 3px 3px rgb(0 0 0 / 15%);
}
.reg-btn {
    background: #86c847;
    color: #fff;
    display: inline-block;
    padding: 6px 30px;
    border-radius: 5px;
    margin-left: 20px;
}
.reg-logo .brand_logo {
    width: 50px;
}


.reg-card {
    width: 90%;
    max-width: 700px;
    margin: 160px auto 40px;
    height: auto;
    padding: 20px;
    background: #101f3a;
    border-radius: 10px;
	position:relative;
}
.form-group.primg {
    position: relative;
}
.profile-img {
    font-size: 130px;
    text-align: center;
    border: 1px solid;
    height: 250px;
    width: 250px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    overflow: hidden;
}
.profile-img img{
    max-width:100%;
}
.btn-plus {
    position: absolute;
    top: 0;
    right: 44px;
    background: #526082;
    height: 50px;
    width: 50px;
    padding: 0;
    border-radius: 100%;
    color: #fff;
}
.reg-card .form-control {
    background: #22365a;
    border: none;
    border-radius: 0;
}

.reg-card label {
    color: #717e9c;
}
.btn-style {
    background: #86c847;
    color: #fff;
    padding: 12px 50px;
    border-radius: 100px;
}
h2.main-title {
    position: absolute;
    top: -60px;
    left: 0;
    font-size: 34px;
}
.dash-card {
    background: #101f3a;
}
.dash-card .card-title {
    color: #fff !important;
}
.dash-card span.h2 {
    color: #6c8bc1;
}

.tab-list-wrap ul >li>a >span img {
    max-width: 50px;
}

.tab-list-wrap ul >li>a >span.ticon {
    display: inline-block;
    /* background: #e8f1df; */
    padding: 10px;
    border-radius: 100px;
    margin-right: 10px;
    border: 1px solid #e8e8e8;
}
.tab-list-wrap ul >li>a.active >span.ticon {
    background: #101f3a;
	border: 1px solid #101f3a;
}
.tab-list-wrap ul >li>a {
    text-transform: uppercase;
    font-weight: 600;
}
.tab-list-wrap ul >li>a.active {
    background: transparent !important;
    border: none;
}
.tab-list-wrap ul.nav.nav-tabs.nav-justified {
    border: none;
}
.overview-box .form-control[readonly] {
    height: 30px;
    padding: 0;
    line-height: 30px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}
.edit-overview {
    position: absolute;
    right: 24px;
    top: 26px;
    z-index: 9;
}
/* .overview-submit{
	display:none;
} */
.grp-btns .btn-default {
    background: #868f9e;
    border-color: #868f9e;
}
.tab-list-wrap .nav-tabs .nav-link:hover, .tab-list-wrap .nav-tabs .nav-link:focus {
    border: none;
}
.f-box img {
    max-height: 30px;
    margin-right: 10px;
}

.f-box {
    margin-bottom: 30px;
    box-shadow: 3px 3px 19px rgb(0 0 0 / 15%);
    padding: 20px;
    border-radius: 10px;
}
.multi-field-wrapper input {
    min-height: 62px;
    padding: 15px;
    width: 300px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 30px;
}
.multi-field-wrapper button.remove-field {
    background: #868f9e;
    color: #fff;
    height: 62px;
    border: none;
    padding: 6px 50px;
    border-radius: 6px;
	cursor:pointer;
}
.multi-field-wrapper button.add-field {
    background: #86c847;
    color: #fff;
    height: 62px;
    border: none;
    padding: 6px 50px;
    border-radius: 6px;
	cursor:pointer;
}


.a-box {
    margin-bottom: 30px;
    box-shadow: 3px 3px 19px rgb(0 0 0 / 15%);
    padding: 20px;
    border-radius: 10px;
}
.a-box i {
    margin-right: 15px;
}

.select-font { font-family: 'FontAwesome', Verdana }


.logotxt {
    font-size: 60px;
    color: #000;
    text-transform: uppercase;
    font-weight: 300;
}
.adlogotxt {
    font-size: 30px;
    text-transform: uppercase;
    /* font-weight: 300; */
}

.oftable tr td, .oftable tr th {
    padding: 8px !important;
}
.oftable tr td:last-child{
	min-width:113px !important;
}
/* .ots .dataTables_filter {
    position: absolute;
    right: 0;
    top: -90px;
} */

@media(max-width:1366px){
.dash-box i {
    font-size: 60px;
    position: absolute;
    left: 15px;
    top: 56px;
}

.dash-box {
    padding-left: 110px;
}
.dash-box h3 {
    font-size: 48px;
}
.dash-box::before {
    background-position: center right -100px;
}
.lg-font {
    font-size: 34px;
}
	
	
}





































































