/*
Author       : Waytoweb
Template Name: Warehouse Inventory Management (WIM)
Version      : 1.0
*/

/*  Font Face Style */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*  Global */
:root {
	--bs-primary: #765ba8;
	--bs-primary-tranprant: rgba(10,143,220,.25);
	--bs-secondary: #F04F47;
	--primary-light: #c7e6f8;
	--secondary-light: #fcdad8;
	--body-color: #FAFBFE;
	--text-color: #1C1B2A;
	--heading-color: #212B36;
	--border-color: rgba(0, 0, 0, 0.12);
	--white-color: #ffffff;
	--black-color: #000000;
	--theme-color: #ffffff;
	--light-color: #f0f0f5;
	--red-color: #ff0000;
	--shadow-color: rgba(0, 0, 0, 0.1);
}
img { max-width:100%; height:auto; }
body { color: var(--text-color); font-size: 14px; line-height: 1.4em; background-color: var(--body-color); font-family: 'Poppins', sans-serif;overflow-x: hidden; }

/* Typography  */
video, audio { max-width:100%; height:auto; }
object { max-width:100%; }
iframe { max-width:100%; }
strong { font-weight:bold; }
a { text-decoration: none; color: var(--bs-primary); }
a:hover { color: var(--bs-secondary); }
h1, h2, h3, h4, h5, h6 { clear: both; font-weight: normal; line-height: 1.25; margin: 0 0 15px; color: var(--heading-color); }
h1 { font-size: 24px; }
h2 { font-size: 22px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }
ul { margin:0 0 12px; }
p { line-height:1.5; margin-bottom:12px; }

a.disable-link { cursor: default; pointer-events: none; }
.text-primary { color: var(--bs-primary) !important; }
.text-secondary { color: var(--bs-secondary) !important; }
.border-primary { border-color: var(--bs-primary) !important; }
.border-secondary { border-color: var(--bs-secondary) !important; }
.bg-primary, .text-bg-primary { background-color: var(--bs-primary) !important; }
.bg-secondary, .text-bg-secondary { background-color: var(--bs-secondary) !important; }

/* Labels */
.form-label { margin-bottom: 6px; color: var(--text-color); }
.form-field { position: relative; margin-bottom: 16px; }
.form-field-check { display: flex; align-items: center; justify-content: space-between; }
.form-field-check .form-check { min-height: auto; margin-bottom: 0; }
.form-field-check .form-check-input { margin-top: 3px; }
.form-check-input:checked { background-color: var(--bs-primary); border-color: var(--bs-primary); }
.form-check-input:focus { border-color: var(--bs-primary); box-shadow: 0 0 0 .25rem var(--bs-primary-tranprant); }

/*badge*/
.badge { padding: 6px 12px; }

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}
.badge-success {
    color: #fff;
    background-color: #28a745;
}
.badge-notification {
    position: absolute;
    font-size: 0.5rem;
    padding: 0.2em 0.45em !important;
    margin-top: -0.1rem;
    margin-left: -0.5rem !important;
    border-radius: -0.5rem !important;
}

/* Input Groups */
.form-control, input[type="number"], input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="search"], input[type="url"], textarea, select { padding: 8px 16px; border-radius: 6px; max-width: 100%; font-size: 18px; color: var(--text-color); background-color: var(--theme-color); border: solid 1px var(--border-color); font-family: 'Poppins', sans-serif; }
.form-select { padding-top: 9px; padding-bottom: 8px; border-radius: 6px; border: solid 1px var(--border-color); background-color: var(--theme-color); color: var(--text-color); font-size: 14px; font-family: 'Poppins', sans-serif; }
.form-control:focus, .form-select:focus { box-shadow: none; color: var(--text-color); border-color: #D5D5E1; background-color: var(--theme-color); }
.input-group > .form-control, .input-group > .form-select { min-width: 100px; }
::-webkit-input-placeholder { color: var(--text-color); }
::-moz-placeholder { color: var(--text-color); }
:-ms-input-placeholder { color: var(--text-color); }
:-moz-placeholder { color: var(--text-color); }
.form-control::placeholder { color: var(--text-color); }
/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
/* Firefox */
input[type=number] { -moz-appearance: textfield; }

.input-group-text { background-color: var(--theme-color); color: var(--text-color); border-color: var(--border-color); }

/*select2-container*/
.select2.select2-container { width: 100% !important; }
.select2-container--open { z-index: 9999; }
.select2-container .select2-selection--single { height: 40px; }
.select2-container--default .select2-selection--single { background-color: var(--theme-color); border: 1px solid var(--border-color); border-radius: 6px; }
.select2-container--default .select2-selection--single .select2-selection__rendered { color: var(--text-color); line-height: 40px; padding-left: 16px; padding-right: 40px; }
.select2-container--default .select2-selection--single .select2-selection__arrow { height: 38px; width: 40px; }
.select2-container--default .select2-selection--single .select2-selection__arrow b { border-color: var(--text-color) transparent transparent transparent; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { border-color: transparent transparent var(--text-color) transparent; }
.select2-dropdown { background-color: var(--theme-color); border-color: var(--border-color); }
.select2-container--default .select2-search--dropdown .select2-search__field { border-color: var(--border-color); }
.select2-container--default .select2-results__option--selected { background-color: var(--theme-color); }
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable { background-color: var(--bs-primary); color: var(--white-color); }
div.dataTables_wrapper div.dataTables_length .select2.select2-container { width: 65px !important; }
div.dataTables_wrapper div.dataTables_length .select2-container .select2-selection--single { height: 30px; }
div.dataTables_wrapper div.dataTables_length .select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 30px; padding-left: 8px; padding-right: 30px; }
div.dataTables_wrapper div.dataTables_length .select2-container--default .select2-selection--single .select2-selection__arrow { height: 28px; width: 30px; }

/*image-upload*/
.image-upload { border: 1px solid var(--border-color); position: relative; border-radius: 6px; }
.image-upload:hover { background-color: var(--light-color); }
.image-upload input[type="file"] { width: 100%; opacity: 0; height: 100px; position: relative; z-index: 9; cursor: pointer; }
.image-upload .image-uploads { text-align: center; width: 100%; padding: 20px 0; border-radius: 6px; position: absolute; top: 0; }
.image-upload .image-uploads .bi { font-size: 30px; color: var(--bs-primary); }
.image-upload .image-uploads h4 { font-size: 14px; font-weight: 500; color: var(--text-color); }


/*  Footer */
.app-footer { background-color: var(--primary-light); color: var(--text-color); font-size: 16px; }
.app-footer a { color: var(--bs-primary); }
.app-footer a:hover, .app-footer a:focus { color: var(--bs-secondary); }

/*app-auth*/
.h-100vh{height: 100vh;}

.app-auth { position: relative;  display: flex;  align-items: center; justify-content: center;  }
.app-auth-card { position: relative; display: flex; flex-wrap: wrap;  width: 100%; background-color: var(--white-color); border: solid 1px var(--border-color); border-radius: 10px; overflow: hidden; }
.app-auth-thumb-panel {
    width: 50%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/vector-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.maintabs-all .nav {
    border: transparent;
    background-color: #F7F7F7;
}
.haeading .back-link {
    font-size:18px;
    font-weight: 500;
    line-height: 41px;
    letter-spacing: 0.02em;
    text-align: left;
    color: var(--bs-primary);
    font-family: 'Gelion',sans-serif;
    position: relative;
    top: 0;
    left: 0;
}

.meeting-details-bottom .select2-container--default .select2-selection--single {
    border: 1px solid #D5D5E1;
    height: auto;
    padding: 18px;
    font-size: 19px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    font-family: 'Gelion',sans-serif;
    border-radius: 9px;
}
.meeting-details-bottom .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: transparent;
}
.meeting-details-bottom .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
    content: "";
    position: absolute;
    background-image: url(../images/down-arrow-b.svg);
    width: 12px;
    height: 11px;
    background-repeat: no-repeat;
    right: 4px;
    top: 17px;
    background-size: 100%;
    z-index: 1;
}

.meeting-details-bottom form label {
    margin-bottom: 10px !important;
    font-size: 21px !important;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    font-family: 'Gelion',sans-serif;
}
.meeting-details-bottom .date-form-control .form-control {
    border: solid #D5D5E1 1px;
    padding: 21px 18px;
    appearance: none !important;
    font-size: 19px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    color: #9795AF;
    font-family: 'Gelion',sans-serif;
}
.meeting-details-bottom .form-control {
    border: solid #D5D5E1 1px;
    padding: 18px !important;
    font-size: 19px !important;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    font-family: 'Gelion',sans-serif !important;
}
.meeting-details-bottom .costume-check .form-check-input {
    width: 20px;
    height: 20px;
    border: solid #D5D5E1 1px;
    margin-right: 10px;
}
.meeting-details-bottom .costume-check .form-check-input:focus {
    box-shadow: none !important;
    outline: none;
}
.meeting-details-bottom textarea::-ms-input-placeholder { /* Edge 12-18 */
    color: #1C1B2A;
    font-size: 19px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    font-family: 'Gelion',sans-serif !important;
  }

  .meeting-details-bottom textarea::placeholder {
    font-size: 19px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    color: #1C1B2A;
    font-family: 'Gelion',sans-serif !important;
  }
  .button-row {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.btn-submit {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
    border-radius: 6px;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
    font-family: 'Gelion',sans-serif !important;
    padding: 12px 20px !important;
    min-width: 254px;
    position: relative;
}
.btn-submit i {
    position: absolute;
    right: 14px;
    top: 12px;
    font-size: 18px;
}
.date-form-control {
    position: relative;
    top: 0;
    right: 0;
}
.date-form-control .date-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    /* pointer-events: none; */
    cursor: pointer;
    color: #aaa;
  }
  .inne-tabs-btn .inne-tabs-connte .nav-pills-connects {
    justify-content: flex-start;
}

.inne-tabs-btn .inne-tabs-connte .nav-pills-connects .nav-link {
    border: solid #E2E1E8 1px;
    box-shadow: none !important;
    color: #000;
    border-radius: 9px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
}
.card-tabs-main .inne-tabs-btn .inne-tabs-connte .nav-pills-connects .nav-item {
    box-shadow: none;
    border: transparent;
    border-radius: 0px;
    background: transparent !important;
    padding: 0px !important;
}
.card-tabs-main .inne-tabs-btn .inne-tabs-connte .nav-pills-connects .nav-item .nav-link.active {
    background-color: var(--bs-primary) !important;
    color: #fff;
}

/* .app-auth-thumb { width: 160px; height: 160px; padding: 20px; border: solid 1px transparent; background-color: var(--theme-color); border-radius: 10px; display: flex; justify-content: center; align-items: center; } */
.app-auth-content-panel { width: 50%; padding: 60px; display: flex; flex-direction: column; justify-content: center; max-width: 598px; }
.app-auth-content { position: relative; display: flex; flex-direction: column; }
.app-auth-content-header { margin-bottom: 20px; position: relative; }
.app-auth-content-header h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 43px;
    letter-spacing: 0.03em;
    text-align: left;
	margin-bottom: 6px;
    font-family: 'Gelion',sans-serif;

 }
 .app-auth-content-header p {
    font-size: 21px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0.02em;
    text-align: left;
    font-family: 'Gelion',sans-serif;
    color: #000;
}

.card-tabs-main ul li .nav-link {
    font-size: 25px;
    font-weight: 400;
    line-height: 41px;
    letter-spacing: 0.02em;
    font-family: 'Gelion',sans-serif;
}
.app-auth-content .form-label {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    font-family: 'Gelion',sans-serif;
	margin-bottom: 20px;
}

.app-auth-form .form-control, input[type="number"], input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="search"], input[type="url"], textarea, select {
    border: solid #D5D5E1 1px;
    background: #fff;
    padding: 19px;
    color: #1C1B2A;
}
.app-auth-form .form-control:focus {
    outline: none;
    border-color: #D5D5E1;
    box-shadow: none;
}
.app-auth-form  .border-right-0{border-right: transparent;}
.eye-icon .bi-eye-slash {
	color: #D5D5E1;
	font-size: 22px;
  }
  .eye-icon .bi-eye {
	color: #765ba8;
	font-size: 22px;
  }
  .eye-icon {
	padding-right: 22px;
  }
  .auth-link .hover-border {
    color: #765ba8 !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    font-family: 'Gelion',sans-serif;
}


.login-btn {
    background-color: #765ba8;
    border: solid 1px #765ba8;
    border-radius: 9px;
    width: 100%;
    padding: 15px 20px;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0em;
    font-family: 'Gelion',sans-serif;
    color: #fff;
}
.login-btn:hover, .login-btn:focus, .login-btn:active {
    background-color: #765ba8 !important;
    border: solid 1px #765ba8 !important;
	box-shadow: none !important;
    color: #fff;
}

.login-btn:active {
    background-color: #765ba8 !important;
    border: solid 1px #765ba8 !important;
	box-shadow: none !important;
    color: #fff;
}
.login-btn:focus-visible{
	background-color: #765ba8 !important;
    border: solid 1px #765ba8 !important;
	box-shadow: none !important;
    color: #fff;
}
.card-body {
    padding: 0 !important;
}
.card-body-inner {
    padding: 0 20px 20px 20px !important;
}
.app-auth-content-footer { position: relative; text-align: center; padding-top: 15px; }
.auth-or-divider { position: relative; margin-bottom: 12px; text-align: center; text-transform: uppercase; color: var(--text-color); font-weight: 500; font-size: 12px; }
.auth-or-divider:before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); z-index: 1; width: 100%; height: 1px; background-color: var(--border-color); }
.auth-or-divider span { padding: 0 10px; background-color: var(--white-color); display: inline-block; position: relative; z-index: 3; }
.logo-thumb { margin-bottom: 30px;}

/*hover-border*/
.hover-border { color: var(--bs-primary); position: relative; }
.hover-border:hover, .hover-border:focus { color: var(--bs-primary); }
.hover-border:after { content: ""; height: 2px; width: 100%; background-color: var(--bs-primary); transform: scale(0); transition: all 0.4s ease-in-out; position: absolute; bottom: -3px; left: 0; }
.hover-border:hover:after { transform: scale(1); }
.auth-link .hover-border, .auth-link .hover-border:hover, .auth-link .hover-border:focus { color: var(--bs-secondary); }
.auth-link .hover-border:after { background-color: #765ba8 }

/*dropdown-menu*/
.dropdown-menu { background-color: var(--theme-color); color: var(--text-color); border-color: var(--border-color); }
.dropdown-item { color: var(--text-color); }
.dropdown-item:focus, .dropdown-item:hover { color: var(--text-color); background-color: var(--light-color); }

/* App  */
.app { position: relative; display: flex; flex-direction: column; min-height: 100vh; }
.app-main { flex: 1; display: flex; flex-direction: row; position: relative; background-color: var(--body-color); transition: all 0.4s ease-in-out; }
.app-sidebar {border-right: 1px solid #E0E0E0;
    background-color: #F7F7F7; position: fixed; top: 0; left: 0; z-index: 0; width: 280px; max-height: 100vh; height: 100%; transition: all 0.4s ease-in-out; }
.mini-sidebar .app-sidebar:not(:hover) { width: 70px; }
.app-main-content { padding-top: 60px; display: flex; flex-direction: column; position: relative; transition: all 0.4s ease-in-out; margin-left: 280px; width: calc(100% - 280px); }
.mini-sidebar .app-main-content { margin-left: 60px; width: calc(100% - 60px); }
.app-sidebar-header { overflow: hidden; padding: 23px 10px 23px  20px; display: flex; align-items: center; min-height: 60px; border-bottom: solid 1px var(--border-color); transition: all 0.4s ease-in-out; }
.app-logo { position: relative; padding: 0 2px; transition: all 0.4s ease-in-out; display: flex; align-items: center; }
.app-logo img { transition: all 0.4s ease-in-out; }
.app-logo .logo-text {
    color: var(--text-color);
    margin-left: 10px;
    font-size: 21px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    font-family: 'Philosopher', sans-serif;
}
.mini-sidebar .app-main-content .app-header .toggle-circle i {
    transform: rotate(180deg);
}

.card-tabs-main .card {
    box-shadow: none;
    border: solid #E2E1E8 1px;
    border-radius: 9px;
}
.mini-sidebar .app-sidebar:not(:hover) .app-logo .logo-text { display: none; }
.app-header { transition: all 0.4s ease-in-out; display: flex; align-items: center; border-bottom: 1px solid var(--border-color); background-color: var(--bs-primary); position: fixed; top: 0; right: 0; z-index: 9; width: calc(100% - 280px); padding: 10px 40px; min-height: 60px; }
.mini-sidebar .app-main-content .app-header { width: calc(100% - 70px); }
.app-content { flex: 1; display: flex; flex-direction: column; padding:10px; }
.app-header-search { position: relative; max-width: 489px; }
.app-header-search .input-group-text { color: var(--text-color); position: absolute; left: 15px; top: 50%; transform: translateY(-50%); z-index: 9; padding: 0; background-color: transparent; border: 0 none; }
.app-header-search .form-control { padding-left: 45px; background-color: #2E234E; border: 0 none; border-radius: 9px !important; color: var(--white-color);
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0em;
	text-align: left;

}


.app-header-search .form-control::placeholder {
	color: var(--white-color);
	opacity: 1; /* Firefox */
  }

  .app-header-search .form-control::-ms-input-placeholder { /* Edge 12 -18 */
	color: var(--white-color);
  }
  .user-dropdown .user_img .user-profile {
    max-width: 48px;
    max-height: 48px;
    margin-right: 5px;
    border-radius: 100px;
}

.user-dropdown .user_img {
    background: transparent !important;
    border: transparent !important;
    width: auto !important;
    height: auto !important;
}
.user-dropdown .user_img p {
	color: var(--white-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
	font-family: 'Gelion', sans-serif;
}
.user-dropdown .user_img .drop-img {
    margin-left: 9px;
}
.maintabs-all .nav-tabs-bordered .nav-link.active {
    color: var(--bs-primary);
    border: transparent;
    background: transparent;
    position: relative;
}
/* .maintabs-all .nav-tabs-bordered .nav-link.active:after {
    content: "";
    position: absolute;
    background: var(--bs-primary);
    width: 58px;
    bottom: 0;
    height: 6px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 6px;
} */

.boder-center-div {
    background: var(--bs-primary);
    width: 58px;
    height: 6px;
    border-radius: 6px;
    margin: 0 auto;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.maintabs-all .nav-tabs-bordered .nav-link.active .boder-center-div{display: block;}

.tab-content-slip {
    padding: 20px;
}
.nav-tabs-bordered .nav-link:hover, .nav-tabs-bordered .nav-link:focus {
    color: var(--bs-primary) !important;
}
.home-tab .hms-send-business-btn {
    position: inherit;
    display: flex;
    justify-content: flex-end;
}
.add-button {
    width: 46px;
    height: 46px;
    background-color: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: #fff;
    font-size: 40px;
}

.add-button:hover {
    color: #fff;
}

.profile-details-bottom .profile_address .form-control {
    padding: 21px 19px 0px;
    height: 62px;
}
.app-header-search .form-control:focus { box-shadow: none; }
.input-group.app-header-search > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) { margin-left: 0; border-top-left-radius: 30px; border-bottom-left-radius: 30px; }
.app-header-action { margin-left: auto; position: relative; display: flex; align-items: center; }
.notification-dropdown, .user-dropdown, .app-header-setting { position: relative; margin-left: 18px; }
.notification-dropdown .dropdown-toggle, .user-dropdown .dropdown-toggle, .app-header-setting .setting-link { width: 36px; height: 36px; font-size: 18px; border-radius: 8px; background-color: var(--light-color); border-color: var(--light-color); color: var(--text-color); padding: 5px; display: flex; align-items: center; justify-content: center; }
.notification-dropdown .dropdown-toggle:hover, .notification-dropdown .dropdown-toggle:focus, .user-dropdown .dropdown-toggle:hover, .user-dropdown .dropdown-toggle:focus, .app-header-setting .setting-link:hover, .app-header-setting .setting-link:focus { color: var(--bs-primary); }
.notification-dropdown .dropdown-toggle:after, .user-dropdown .dropdown-toggle:after { display: none; }
.notification-dropdown .dropdown-toggle.active, .user-dropdown .dropdown-toggle.active,
.notification-dropdown .dropdown-toggle.show, .user-dropdown .dropdown-toggle.show,
.notification-dropdown .dropdown-toggle:first-child:active, .user-dropdown .dropdown-toggle:first-child:active { color: var(--text-color); background-color: var(--light-color); border-color: var(--light-color); }
.user-dropdown .dropdown-menu .dropdown-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    font-family: 'Gelion', sans-serif;
    background-color: transparent;
    color: var(--text-color);
}
.user-dropdown .dropdown-menu li a.active {
    color: var(--bs-primary);
}
.user-dropdown .dropdown-menu .dropdown-item:hover, .user-dropdown .dropdown-menu .dropdown-item:focus { background-color: var(--light-color); }
.notification-dropdown .dropdown-menu { padding: 0; min-width: 300px; overflow: hidden; }
.notification-dropdown-header { padding: 8px 20px; border-bottom: solid 1px var(--border-color); }
.notification-dropdown-header h3 { font-size: 16px; text-transform: uppercase; font-weight: 500; margin-bottom: 0; }
.notification-dropdown-main { position: relative; display: flex; flex-direction: column; height: 200px; }
.notification-dropdown-list { list-style: none; padding-left: 0; margin: 0; }
.notification-dropdown-list li { position: relative; }
.notification-dropdown-list li:not(:last-child) { border-bottom: solid 1px var(--border-color); }
.notification-dropdown-list li a { display: flex; align-items: center; padding: 12px 20px; color: var(--text-color); }
.notification-dropdown-list li a:hover, .notification-dropdown-list li a:focus { background-color: var(--light-color); color: var(--text-color); }
.notification-dropdown-thumb { position: relative; margin-right: 12px; }
.notification-dropdown-thumb img { width: 36px; height: 36px; min-width: 36px; border-radius: 8px; }
.notification-dropdown-content { font-size: 12px; display: block; }
.notification-dropdown-content-title { font-size: 14px; font-weight: 500; }
.notification-dropdown-footer { position: relative; }
.notification-dropdown-footer a { background-color: var(--bs-primary); color: var(--white-color); font-size: 14px; font-weight: 500; text-align: center; display: block; padding: 6px 20px; }
.user-dropdown .dropdown-menu  {border-radius: 9.81px; padding: 10px 0;animation-name: dropdown-animate; animation-duration: 0.2s;animation-fill-mode: both;  border: 0;box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2); max-width: 243px;}
.user-dropdown .dropdown-menu .dropdown-item:hover, .user-dropdown .dropdown-menu .dropdown-item:focus { background: transparent !important;color: var(--bs-primary);}
.dropdown-menu .dropdown-item:hover {background-color: transparent; color: var(--bs-primary);}
.top-selling .select2-selection.select2-selection--single { border: solid #E2E1E8 1px;border-radius: 11px;height: auto !important; padding: 8px 15px;}
.top-selling .select2-container--default .select2-selection--single .select2-selection__arrow b { border: transparent !important;}
.top-selling .select2-container--default .select2-selection--single .select2-selection__arrow b:after { content: ""; position: absolute;background-image: url(../images/down-arrow-b.svg); width: 12px; height: 11px;background-repeat: no-repeat; right: 0;top: 8px;background-size: 100%;z-index: 1;}
.top-selling .select2-container .select2-selection--single .select2-selection__rendered{  padding-left: 5px !important; padding-right: 28px !important;}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {background-color: transparent !important; color: var(--bs-primary) !important;}
.select2-container--open .select2-dropdown--below { border: #E2E1E8 solid 1px;text-align: center; }
.select2-container--default .select2-search--dropdown .select2-search__field { border: 1px solid #E2E1E8 !important;}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {  outline: none;  box-shadow: none;}
.select2-results__option--selectable { cursor: pointer;color: #9795AF;font-size: 15px; font-weight: 400; line-height: 25px; letter-spacing: 0em; font-family: 'Gelion', sans-serif;}
/*app-sidebar-scrollbar*/
.app-sidebar-scrollbar { width: 100%; height: calc(100% - 60px); overflow-x: hidden; }
.app-sidebar-main { padding: 6px 0px; position: relative; }
.app-sidebar-menu { list-style: none; padding-left: 0; margin: 23px 0 0 0; display: flex; flex-direction: column; }
.app-sidebar-menu li { position: relative; margin-bottom: 1px; }
.app-sidebar-menu .nav-group h4 { transition: all 0.4s ease-in-out; font-size: 14px; font-weight: 500; margin: 15px 0 0; color: var(--text-color); padding: 0 10px; }
.app-sidebar-menu li a {
    color: #7B7991;
    display: flex;
    align-items: center;
    padding: 8px 10px 8px  20px;
    transition: all 0.4s ease-in-out;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    font-family: 'Gelion', sans-serif;
    position: relative;
    border-left: 3px #f7f7f7 solid;
}

.app-sidebar-menu li .nav-group-list .logout {
    margin-top: 250px;
    border-top: solid 1px var(--border-color);
}
.app-sidebar-menu li .nav-group-list .logout a {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #765ba8;
	font-family: 'Gelion',sans-serif;
}

.dashboard .top-selling  .table-borderless td { font-size: 18px;font-weight: 500;  line-height: 41px; letter-spacing: 0.02em; text-align: left;font-family: 'Gelion', sans-serif; color:var(--bs-primary) !important;}
.dashboard .top-selling .table-borderless .text-start .text-primary { color: #000 !important;}
.dashboard .top-selling .table-borderless .text-start .fotn-blue { color: var(--bs-primary) !important;}
.dashboard .top-selling { font-size: 14px; box-shadow: none; border: solid #E2E1E8 1px;overflow: inherit !important;padding: 20px;}
.dashboard .top-selling .accordion-header .accordion-button {width: 60px; height: 60px; background-color: #765ba8; border-radius: 100px !important; position: relative; top: 24px;}
.dashboard  .card .accordion-header .accordion-button::after {  filter: brightness(0) invert(1);}
.app-sidebar-menu li a svg { width: 22px; min-width: 22px; /*fill: var(--text-color);*/ transition: all 0.4s ease-in-out; }
/* .app-sidebar-menu li a svg path { fill: var(--text-color); } */
.app-sidebar-menu li a:hover, .app-sidebar-menu li a:focus, .app-sidebar-menu li a.active svg path { fill: var(--bs-primary);}
.app-sidebar-menu li a:hover, .app-sidebar-menu li a:focus, .app-sidebar-menu li a.active img {filter: contrast(50%) brightness(40%);}
.app-sidebar-menu li a .text { margin-left: 15px; white-space: nowrap; transition: all 0.4s ease-in-out; }
.app-sidebar-menu li a:hover, .app-sidebar-menu li a:focus, .app-sidebar-menu li a.active { color: var(--bs-primary);   border-left: 3px solid  var(--bs-primary); }
.app-sidebar-menu li a:hover svg, .app-sidebar-menu li a:focus svg, .app-sidebar-menu li a.active svg,
/* .app-sidebar-menu li a:hover svg path, .app-sidebar-menu li a:focus svg path, .app-sidebar-menu li a.active svg path { fill: var(--bs-primary) } */
.app-sidebar-menu li ul { list-style: none; padding-left: 0; margin: 0; }
.app-sidebar-menu li .nav-group-list { padding: 10px 0; }
.app-sidebar-menu li:not(:last-child) .nav-group-list { border-bottom: solid 1px var(--border-color); }
.app-sidebar-menu li .submenu { display: none; transition: all 0.4s ease-in-out; }
.app-sidebar-menu li .submenu li a { position: relative; margin-left: 20px; padding: 8px 20px; white-space: nowrap; }
.app-sidebar-menu li .submenu li a:before { content: ""; background-color: var(--text-color); width: 6px; height: 2px; border-radius: 50px; position: absolute; top: 50%; left: 0; transform: translateY(-50%); }
.app-sidebar-menu li .submenu li a:hover:before, .app-sidebar-menu li .submenu li a:focus:before, .app-sidebar-menu li .submenu li a.active:before { background-color: var(--bs-primary); }
.app-sidebar-menu li.submenu-item a .menu-arrow { display: flex; background-color: var(--light-color); width: 16px; height: 16px; justify-content: center; align-items: center; border-radius: 50%; margin-left: auto; transform: translate(0, 0); transition: all 0.4s ease-in-out; }
.app-sidebar-menu li.submenu-item a .menu-arrow:before {content: ""; height: 5px; width: 5px; border-top: 0;  border-left: 0; border-right: 1px solid var(--text-color); border-bottom: 1px solid var(--text-color); transform: rotate(-45deg); position: absolute; left: 5px; top: 6px; }
.app-sidebar-menu li.submenu-item a.open .menu-arrow { transform: rotate(90deg); }
.app-sidebar-menu li.submenu-item a.open .menu-arrow:before { top: 5px; }
.toggle-btn { color: var(--white-color); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 36px; margin-right: 16px; cursor: pointer; }
.toggle-btn:hover, .toggle-btn:focus { color: var(--text-color); }
.toggle-circle { width: 35px; height: 35px; background: #fff;border: solid #BEBED1 1px; transform: translate(-15px, 0px); left: 3px; top: 20px; z-index: 9999;position: absolute;}
.toggle-circle i { color: #765ba8;font-size: 24px;}
.mini-sidebar .app-sidebar:not(:hover) .app-sidebar-menu .nav-group h4,
.mini-sidebar .app-sidebar:not(:hover) .app-sidebar-menu li a .text,
.mini-sidebar .app-sidebar:not(:hover) .app-sidebar-menu li.submenu-item a .menu-arrow { display: none; }
.mini-sidebar .app-sidebar:not(:hover) .app-sidebar-menu li .submenu { display: none !important; }
.app-sidebar-toggle { margin-right: 16px; font-size: 36px; color: var(--text-color); display: none; }
.app-sidebar-toggle:hover, .app-sidebar-toggle:focus { color: var(--text-color); }

/*app-sidebar-offcanvas*/
.offcanvas { background-color: var(--theme-color); }
.app-sidebar-offcanvas.offcanvas-start { width: 280px; }
.app-sidebar-offcanvas .offcanvas-header { padding: 12px 20px; min-height: 60px; border-bottom: solid 1px var(--border-color); }
.app-sidebar-offcanvas .offcanvas-body { padding: 0; }
.app-sidebar-offcanvas .offcanvas-body .app-sidebar-scrollbar { height: 100%; }

/*setting-offcanvas*/
.setting-offcanvas.offcanvas-end { width: 280px; }
.setting-offcanvas .offcanvas-header { border-bottom: solid 1px var(--border-color); min-height: 60px; padding: 12px 20px; }

/*app-theme-mode*/
.app-setting-item { margin-bottom: 30px; border-bottom: solid 1px var(--border-color); padding-bottom: 20px; }
.app-theme-mode { list-style: none; padding-left: 0; margin: 0; display: flex; align-items: center; }
.app-theme-mode li + li { margin-left: -1px; }
.app-theme-mode li a { display: block; background-color: transparent; color: var(--bs-primary); border: solid 1px var(--bs-primary); font-size: 14px; line-height: 1.2; padding: 10px 20px; }
.app-theme-mode li a.active { background-color: var(--bs-primary); color: var(--white-color); border-color: var(--bs-primary); }
.app-theme-mode li:first-child a { border-radius: 5px 0 0 5px; }
.app-theme-mode li:last-child a { border-radius: 0 5px 5px 0; }

/*app-color-option*/
.app-color-option { list-style: none; margin: 0 -6px; padding: 0; display: flex; flex-direction: row; flex-wrap: wrap; }
.app-color-option li { padding: 0 6px; margin-bottom: 12px; }
.app-color-option li a { display: block; width: 60px; height: 60px; background-color: #0A8FDC; border-radius: 4px; position: relative; overflow: hidden; }
.app-color-option li a:before { content: ""; position: absolute; left: 16px; top: 16px; width: 90px; height: 90px; z-index: 1; transform: rotate(45deg); background-color: #F04F47; }
.app-color-option li a:after { content: '\F26B'; font-family: bootstrap-icons !important; position: absolute; left: 50%; top: 50%; z-index: 3; transform: translate(-50%, -50%); color: var(--white-color); display: none; }
.app-color-option li a.active:after { display: block; }
.app-color-option li a.cyan { background-color: #07F2F2; }
.app-color-option li a.cyan:before { background-color: #FF00FF; }
.app-color-option li a.red { background-color: #c40000; }
.app-color-option li a.red:before { background-color: #4AA02C; }
.app-color-option li a.pink { background-color: #e91e63; }
.app-color-option li a.pink:before { background-color: #00bfa5; }
.app-color-option li a.green { background-color: #4caf50; }
.app-color-option li a.green:before { background-color: #ff6d00; }
.app-color-option li a.yellow { background-color: #EAEA03; }
.app-color-option li a.yellow:before { background-color: #8765B9; }
.app-color-option li a.orange { background-color: #ff5722; }
.app-color-option li a.orange:before { background-color: #40c4ff; }
.app-color-option li a.purple { background-color: #9c27b0; }
.app-color-option li a.purple:before { background-color: #ffab00; }
.app-color-option li a.indigo { background-color: #3f51b5; }
.app-color-option li a.indigo:before { background-color: #ff4081; }
.app-color-option li a.amber { background-color: #ffc107; }
.app-color-option li a.amber:before { background-color: #ff3d00; }
.app-color-option li a.golden { background-color: #ca9919; }
.app-color-option li a.golden:before { background-color: #A52A2A; }
.app-color-option li a.teal { background-color: #14af9d; }
.app-color-option li a.teal:before { background-color: #f37491; }

/*page-title-container*/
.page-title-container { position: relative; margin-bottom: 30px; display: flex; align-items: center; justify-content: space-between; border-bottom: solid 1px var(--border-color); padding-bottom: 20px; }
.tab-pane .page-title-container{
	margin-bottom: 0;
}

.page-title { margin-bottom: 0; }
.page-title-action { position: relative; }

/*dash-widget-card*/
.dash-widget-card { background-color: var(--theme-color); color: var(--text-color); margin-bottom: 25px; height: calc(100% - 25px); border-radius: 6px; padding: 20px; border: 1px solid var(--border-color); display: flex; align-items: center; }
.dash-widget-card-thumb { width: 48px; height: 48px; background-color: rgba(249, 110, 111, 0.12); color: rgba(249, 110, 111, 1); font-size: 24px; border-radius: 50%; display: flex; align-items: center; justify-content: center; padding: 5px; }
.dash-widget-card-thumb.green { background-color: rgba(40, 199, 111, 0.12); color: rgba(40, 199, 111, 1); }
.dash-widget-card-thumb.blue { background-color: rgba(0, 207, 232, 0.12); color: rgba(0, 207, 232, 1); }
.dash-widget-card-thumb.pink { background-color: rgba(234, 84, 85, 0.12); color: rgba(234, 84, 85, 1); }
.dash-widget-card-content { flex: 1; padding-left: 20px; }
.dash-widget-card-content h5 { font-weight: 500; margin-bottom: 4px; }
.dash-widget-card-content h6 { margin-bottom: 0; }

/*app-card*/
.app-card { border: solid 1px var(--border-color); background-color: var(--theme-color); color: var(--text-color); border-radius: 6px; display: flex; flex-direction: column; margin-bottom: 25px; height: calc(100% - 25px); }
.app-card-header { padding: 18px 20px; position: relative; display: flex; align-items: center; justify-content: space-between; }
.app-card-card-title { font-size: 16px; font-weight: 500; margin-bottom: 0; }
.app-card-body { position: relative; flex: 1; padding: 18px 20px; }
.app-card-header + .app-card-body { padding-top: 0; }
.app-card-header-action { position: relative; }
.app-card-header-list { list-style: none; padding-left: 0; margin: 0; display: flex; align-items: center; }
.app-card-header-list li { padding-left: 18px; }
.app-card-header-list li a { font-size: 20px; color: var(--text-color); }

/*app-chart*/
.app-chart { position: relative; }

/*table*/
table th, table td { font-size: 14px; font-weight: normal; }
table th { font-weight: 600; }
.table > :not(caption) > * > * { background-color: var(--theme-color); color: var(--text-color); border-bottom-color: var(--border-color); }

/*badge*/
.badge { font-weight: normal; }

/*pagination*/
.page-link { font-size: 14px; color: var(--bs-primary); background-color: var(--theme-color); border-color: var(--border-color); }
.page-link:hover, .disabled > .page-link, .page-link.disabled { color: var(--bs-primary); background-color: var(--theme-color); border-color: var(--border-color); }
.page-link:focus { box-shadow: none; }
.active > .page-link, .page-link.active { color: var(--white-color); background-color: var(--bs-primary); border-color: var(--bs-primary); }

/*users-table*/
.users-table { position: relative; }
.users-table th:last-child { width: 60px; text-align: center; }
.users-table th, .users-table td { vertical-align: middle; }
.users-dropdown { position: relative; text-align: center; }
.users-dropdown .dropdown-toggle { padding: 4px 10px; border: solid 1px var(--border-color); color: var(--text-color); }
.users-dropdown .dropdown-toggle:after { display: none; }
.users-dropdown .dropdown-menu .dropdown-item { font-size: 14px; }
.users-dropdown .dropdown-menu .dropdown-item.active, .users-dropdown .dropdown-menu .dropdown-item:active { color: var(--white-color); background-color: var(--bs-primary); }
.users-dropdown .dropdown-menu .dropdown-item.delete { color: var(--red-color); }
.users-dropdown .dropdown-menu .dropdown-item.delete.active, .users-dropdown .dropdown-menu .dropdown-item.delete:active { color: var(--white-color); background-color: var(--red-color); }
.text-required { color: var(--red-color); }

/*.modal*/
/*.modal-content { background-color: var(--theme-color); }
.modal-header { border-bottom-color: var(--border-color); }
.modal-footer { border-top-color: var(--border-color); }
.modal-delete-main { padding: 50px 20px 20px; text-align: center; display: flex; flex-direction: column; align-items: center; }
.modal-delete-main h3 { font-weight: 500; }
.modal-delete-thumb { border: solid 2px var(--red-color); color: var(--red-color); font-size: 60px; display: flex; align-items: center; justify-content: center; width: 100px; height: 100px; border-radius: 50%; margin-bottom: 20px; }
.modal-btn-group { display: flex; align-items: center; justify-content: center; padding-bottom: 30px; }
.modal-btn-group .btn { margin: 0 5px 10px; }*/

/*ware-user-info*/
.ware-user-info { display: flex; align-items: center; }
.ware-user-info img { width: 48px; height: 48px; min-width: 48px; border-radius: 8px; margin-right: 12px; }

/*datepicker-picker*/
.datepicker-picker { background-color: var(--theme-color); color: var(--text-color);  }
.datepicker-controls .button { background-color: var(--theme-color); border-color: var(--border-color); color: var(--text-color); }
.datepicker-controls .button:hover { background-color: var(--light-color); border-color: var(--border-color); color: var(--text-color); }
.datepicker-header .datepicker-controls .button { border-color: transparent; }
.datepicker-dropdown .datepicker-picker { box-shadow: 0 2px 3px var(--shadow-color),0 0 0 1px var(--shadow-color); }
.datepicker-cell.focused:not(.selected), .datepicker-cell:not(.disabled):hover { background-color: var(--light-color); }
.datepicker-cell.selected, .datepicker-cell.selected:hover { background-color: var(--bs-primary); color: var(--white-color); }
.datepicker-header .datepicker-controls .button:hover { background-color: var(--light-color); }
.maintabs-all .search-bar-directory .search-form {
    position: relative;
}
.maintabs-all .search-bar-directory .search-form input {
    border: solid #D5D5E1 1px;
    background: #fff;
    padding: 19px 19px 19px 50px;
    color: #1C1B2A;
    font-size: 18px;
    border-radius: 9px;
}
.maintabs-all .search-bar-directory .search-form button {
    position: absolute;
    left: 15px;
    top: 20px;
    margin-left: 0;
}
.search-bar-directory .page-title-action .select2-selection.select2-selection--single {
    border: 1px solid #D5D5E1;
    height: auto;
    padding: 15px;
    font-size: 19px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    font-family: 'Gelion',sans-serif;
    border-radius: 9px;
}
.search-bar-directory .page-title-action .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: transparent;
}

.search-bar-directory .page-title-action .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
    content: "";
    position: absolute;
    background-image: url(../images/down-arrow-b.svg);
    width: 12px;
    height: 11px;
    background-repeat: no-repeat;
    right: 4px;
    top: 17px;
    background-size: 100%;
    z-index: 1;
}
.chapter-members {
    background-color: #F7F7F7;
    border-radius: 9px;
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
}
.chapter-members .chapter-members-nav {
    display: flex;
    align-items: center;
    width: 100%;
}
.chapter-members .chapter-members-nav li {
    box-shadow: none !important;
    display: flex;
    width: 100%;
    background: transparent !important;
    border: transparent !important;
    padding: 20px 20px 10px !important;
}
.chapter-members .chapter-members-nav li  img {
    box-shadow: none;
    background: var(--bs-primary);
    width: 60px;
    height: 60px;
    margin-right: 18px;
}
.chapter-members .chapter-members-nav li .description-content h3 {
    margin: 0px;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    font-family: 'Gelion',sans-serif;
}
.chapter-members .chapter-members-nav li .description-content p {
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    font-family: 'Gelion',sans-serif;
}
.link-row {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.share-button {
    width: 46px;
    height: 46px;
    background-color: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: #fff;
    font-size: 20px;
    margin-right: 15px;
}
.share-button:hover {
    color: #fff;
}

.share-add-btn-section .col-lg-10 {
    width: 80%;
}
.dms-social-share {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.shareLink {
    width: 41px;
    height: 41px;
    display: flex;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-right: 15px;
}
.shareLink:hover {
    color: #fff;
}
.linkedin {
    background-color: #007BB5;
    color: #fff;
}
.facebook{
    background-color: #3891E3;
    color: #fff;
}
.whatsapp{
    background-color: #23AA51;
    color: #fff;
}
.twitter{
    background-color: #03A9F4;
    color: #fff;
}
.share-Invitatio-nmodal .modal-header {
    border: transparent;
    flex-wrap: wrap;
    position: relative;
}
.share-Invitatio-nmodal .modal-header .modal-title {
    font-size: 21px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;
    font-family: 'Gelion',sans-serif;
    color: var(--bs-primary);
    max-width: 308px;
    margin: 60px auto 0;
}
.btn-closes {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #765ba8;
}
.btn-closes:hover {
    color: #765ba8;
}
.share-Invitatio-nmodal .modal-content {
    border-radius: 8px;
    padding-bottom: 50px;
}
.btn-closes i {
    font-size: 50px;
}
.container-inner {
    padding-top: 60px;
    padding-bottom: 60px;
}

.logo-visitor-row {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
}
.logo-visitor-row img {
    max-width: 67px;
    margin-right: 25px;
}

.logo-visitor-row h1 {
    font-family: 'Philosopher', sans-serif;
    font-size: 43px;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
    margin-bottom: 0px;
}

.container-inner .app-auth-content-header h3 {
    font-size: 25px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0.03em;
    text-align: center;
    margin-bottom: 6px;
    font-family: 'Gelion',sans-serif;
    margin-top: 40px;
}
.visitor-form-section {
    max-width: 1069px;
    margin: 0 auto;
    border: solid #E2E1E8 1px;
    border-radius: 9px;
    padding: 50px;
}

.visitor-form-section .form-control {
    border: solid #D5D5E1 1px;
    background: #fff;
    padding: 19px;
    color: #9795AF;
    font-size: 19px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    font-family: 'Gelion',sans-serif;
}
.visitor-form-section .business_address .form-control {
    padding: 21px 19px 0px;
    height: 64px;
}
.visitor-form-section .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #9795AF;
  }
.visitor-form-section .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #9795AF;
  }
.visitor-form-section .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #9795AF;
  }
.visitor-form-section .form-control:-moz-placeholder { /* Firefox 18- */
    color: #9795AF;
  }
 .mt-20{margin-top: 20px;}

 .card-tabs-main .card .profile-card-body-inner {
    padding: 40px !important;
}
.meeting-details-bottom .card-title-details {
    padding: 20px 0;
    margin: 0px;
    font-size: 25px;
    font-weight: 500;
    line-height: 41px;
    letter-spacing: 0.02em;
    text-align: left;
    font-family: 'Gelion',sans-serif;
}
.profile-details-bottom {
    position: relative;
}
.profile-user {
    position: absolute;
    top: -93px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 112px;
    height: 112px;
}
.profile-user .profile-thumb {
    border: solid #765ba8;
    border-radius: 100px;
    padding: 7px;
    width: 110px;
    height: 110px;
    background: #fff;
}
.profile-user .profile-thumb img {
    background: #000;
    width: 90px;
    height: 90px;
    border-radius: 100px;
    /* padding: 8px 8px 0; */
    object-fit: contain;
}
.icon-profile {
    position: absolute;
    right: 2px;
    width: 37px;
    height: 37px;
    bottom: -2px;
    background-color: #765ba8;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: solid #fff 2px;
}
.icon-profile img{
    width: 14px;
    height: 14px;
}
.profile-details-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    float: left;
}
.haeading-top {
    max-width: 100%;
    text-align: left;
    padding: 0 32px;
}
.change-password-section {
    max-width: 458px;
    margin: 20px auto;
}
.button-row-password {
    display: flex;
    justify-content: center;
    align-items: center;
}
.change-password-section form label {
    margin-bottom: 10px !important;
    font-size: 21px !important;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    font-family: 'Gelion',sans-serif;
}
.change-password-section .input-group .form-control {
    border-right: transparent;
}
.app-sidebar-toggle .toggle-icon {
    width: 50px;
}
.search-bar-directory {
    margin-top: 30px;
}


@media (min-width: 576px){
    .share-Invitatio-nmodal .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: 120px;
        margin-left: auto;
        margin-top: 202px;
    }
}
.hms-send-business-btn-2 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /*margin-top: 10px;
    margin-bottom: 20px;*/
    width: 90%;
}
.card-tabs-main .tab-pane ul li {
    padding: 20px !important;
    margin-bottom: 14px;
    border-radius: 10px;
    box-shadow: none !important;
    position: relative;
    border-top: transparent !important;
    overflow: hidden;
    background: #F7F7F7 !important;
}
.card-tabs-main ul li img {
    width: 150px;
    height: : 150px;
    margin-right: 35px;
    /*border-radius: 50%;*/
    box-shadow: none !important;
    object-fit: cover;
    /*box-shadow: 0 0 0 10px #ebeef3, 0 0 0 22px #f3f4f6;*/
}

h5 {
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 22px !important;
    letter-spacing: 0em;
    font-family: 'Gelion',sans-serif !important;
}
.mini-sidebar .app-sidebar {
    width: 70px;
}

.mini-sidebar .app-sidebar .app-sidebar-header .logo-text {
    display: none;
}
.mini-sidebar .app-sidebar-menu li .nav-group-list span.text {
    display: none;
}
/* .maintabs-nav-tabs {
    border: transparent;
    background-color: #F7F7F7;
    width: 100%;
    border-radius: 9px;
} */

.login-btn i {
    position: absolute;
    right: 14px;
    top: 16px;
    font-size: 18px;
}
.meeting-details-bottom .php-email-form {
    margin-top: 20px;
}
.no-records {
    border: solid #D5D5E1 1px;
    padding: 15px;
    border-radius: 9px;
}
.no-records p {
    margin: 0px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    font-family: 'Gelion',sans-serif;
}
.testimonial__inner h4 {
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    line-height: 41px;
    letter-spacing: 0.02em;
    font-family: 'Gelion', sans-serif;
}

.testimonial-bottom-con {
    background: #f4f0ff  !important;

}
.testimonial__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0 0;
}
.testimonial-bottom-con a {
    color: #765ba8;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Gelion',sans-serif;
}
.testimonial-bottom-con a:hover {
    color: #765ba8;
}
.testimonial-main .owl-theme .owl-dots .owl-dot.active span, .testimonial-main .owl-theme .owl-dots .owl-dot:hover span {
    background: #765ba8;
}
.metting-section {
    padding-bottom: 40px;
    width: 100%;
}

.metting-card {
    padding: 25px 5px !important;
    box-shadow: none !important;
}
.listing-nav-metting {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.metting-card-item .announced-block {
    padding: 20px !important;
    background: #f4f0ff;
    border-radius: 25px;
    position: relative;
    z-index: 1;
}
.listing-nav-metting li {
    border-bottom: solid #ccc 1px;
    padding: 10px 0;
    font-size: 19px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    display: flex;
    align-items: center;
    font-family: 'Gelion',sans-serif;
}
.listing-nav-metting li:last-child {
    border-bottom: transparent;
}

.listing-nav-metting li i {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #765ba8;
}
.metting-card-item .attending-block {
    display: block;
    background: #765ba8;
    padding: 20px !important;
    border-radius: 25px;
    margin-top: -10px;
    position: relative;
    z-index: 0;
}
.metting-card-item .attending-block p {
    color: #fff;
    margin: 12px 0 15px 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 23px;
    letter-spacing: 0em;
    font-family: 'Gelion', sans-serif;
}
 .btn-bg {
    background: #000;
    padding: 10px 20px;
    border-radius: 30px;
    color: #fff !important;
    margin-right: 10px;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Gelion', sans-serif;
}
.btn-outline {
    border: solid #fff 1px;
    padding: 8px 20px;
    color: #fff !important;
    border-radius: 30px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Gelion', sans-serif;
}
.btn-substitute {
    border: solid #fff 1px;
    padding: 4px 30px !important;
    color: #fff;
    border-radius: 30px;
    font-size: 14px;
    line-height: 24px !important;
    font-family: 'Gelion', sans-serif;
    height: auto;
    min-width: 189px;
}
.metting-card .owl-nav {
    display: none;
}
.metting-card .owl-dots {
    margin-top: 20px;
}
.btn-outline:hover {
    background: #000;
    border-color: #000;
}

.metting-section .owl-theme .owl-dots .owl-dot.active span, .metting-section .owl-theme .owl-dots .owl-dot:hover span {
    background: #765ba8;
}
.search-bar-directory .select2.select2-container .select2-selection.select2-selection--single {
    border: solid #E2E1E8 1px;
    border-radius: 11px;
    height: auto !important;
    padding: 8px 15px;
}
.search-bar-directory .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 9px;
    right: 11px;
    width: 20px;
}
.testimonial-block {
    justify-content: space-between;
}
.testimonial-block .right-content {
    width: 78%;
}
.attending-block-right {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.meetings-list-black i { width: 24px;height: 24px;font-size: 19px; margin-right: 8px; margin-bottom: 8px; text-align: center;}
.meetings-list-black { margin-top: 11px;width: 100%;display: block;}
.meetings-list-black p {display: flex; flex-wrap: wrap; font-size: 18px !important;font-weight: 400;line-height: 22px;letter-spacing: 0em;text-align: left; font-family: 'Gelion', sans-serif;}
.meeting-details-bottom textarea { height: 61px;}
.meeting-btn .btn-secondary {background-color: #765ba8;color: #fff; border-color: #765ba8;}
.card-tabs-main .tab-pane ul li.unread-notification{
    background: #e2e2e2 !important;
}

.hms-white-link, .hms-white-link:hover{
    color: #fff;
}

.hms-show{
    display: inherit;
}

.hms-hide{
    display: none;
}

.sub-btn-submit {
 background: #000 !important;
  padding: 10px 20px !important;
  border-radius: 30px !important;
  color: #fff !important;
  font-size: 14px !important;
  line-height: 24px !important;
  font-family: 'Gelion', sans-serif;
  min-width: 150px;
  margin-left: 10px;
  border: 1px solid #000 !important;

}

.sub-btn-submit.hms-hide{
    display: none !important;
}

.btn-bg-attend {
    background: #000 !important;
    border-color: #000 !important;
}

.chapter-meetings-attendance .substitute-input{
    padding: 12px;
    margin: 10px 0 10px;
}

.chapter-meetings-attendance .substitute-input{
    padding: 12px;
    margin: 10px 0 10px;
}


/*  Media Queries */

@media (max-width: 1199px) {
	.app-auth-content-panel { padding: 40px; }
	.app-sidebar-desktop, .toggle-btn { display: none; }
	.app-sidebar-toggle { display: block; }
	.app-main-content, .mini-sidebar .app-main-content { margin-left: 0; width: 100%; }
	.app-header { width: 100%; padding: 10px 20px; }
	.app-content { padding: 20px; }
	.mini-sidebar .app-main-content .app-header { width: 100%; }
	.page-title-container { padding-bottom: 12px; margin-bottom: 20px; }
	.row { margin-right: -8px; margin-left: -8px; }
	.row > * { padding-left: 8px; padding-right: 8px;margin-top: 0px; }
	.dash-widget-card, .app-card { height: calc(100% - 16px); margin-bottom: 16px; }
    .app-sidebar-mobile { color: #fff !important;}
    .app-header-setting { display: none;}
}

@media (max-width: 991px) {
	h1 { font-size: 22px; }
	h2 { font-size: 20px; }
	h3 { font-size: 18px; }
	.app-auth { padding: 20px; }
	.app-auth-content-panel { padding: 30px; }
    .testimonial-block { flex-wrap: wrap; width: 100%; }


}

@media only screen and (max-width: 767px){
  .inne-tabs-btn .inne-tabs-connte .nav-pills-connects {
    margin-top: 10px;
}
	.app-auth-thumb-panel {width: 100%;min-height: 80px;padding-bottom: 120px;margin-bottom: 50px;background-image: url(../images/bg-nobile.png);background-size: cover;background-repeat: no-repeat;height: 100%; position: relative;}
	.app-auth-content-panel { width: 100%; }
	.app-auth-thumb { margin-bottom: -60px; border-color: var(--border-color); }
	table th, table td { white-space: nowrap; }
	.notification-dropdown, .user-dropdown, .app-header-setting { margin-left: 10px; }
	.app-sidebar-toggle { margin-right: 10px; }
	.dataTables_length, .dataTables_info { margin-bottom: 10px; }
	.app-auth {padding: 0px; }
    .btn-submit { min-width: 100%;}
    .card-tabs-main .card { margin: 0px 0 !important;border: transparent; border-radius: 0px;background: transparent;}
    .meeting-details-bottom form label { margin-top: 9px !important;font-size: 18px !important;}
    .meeting-details-bottom .select2-container--default .select2-selection--single { font-size: 16px !important;border-radius: 6px; padding: 10px;}
    .meeting-details-bottom .date-form-control .form-control{ font-size: 14px;padding: 10px;}
    .card-tabs-main ul li .nav-link { font-size: 16px; line-height: normal;}
    .form-control, input[type="number"], input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="search"], input[type="url"], textarea, select {font-size: 14px; padding: 10px;}
    .app-sidebar-mobile .offcanvas-header { border: transparent; text-align: center;    min-height: 170px;}
    .app-sidebar-mobile .offcanvas-header .app-logo { justify-content: center; margin: 0 auto;}
    .app-sidebar-mobile .offcanvas-header .btn-close {width: 30px;height: 30px; position: absolute; right: -17px;  top: 20px; background-color: #fff; opacity: 1; border-radius: 100px; color: #fff; }
    .user-dropdown .user_img .user-profile{max-width: 30px; max-height: 30px;}
    .user-dropdown .user_img p {font-size: 18px;}
    .meeting-details-bottom form {padding: 0px !important;  margin-top: 30px !important;}
    .meeting-details-bottom .select2-container--default .select2-selection--single .select2-selection__arrow b:after { top: 8px;}
    .meeting-details-bottom textarea.form-control {padding: 10px !important; }
    .card-body-inner {  padding: 0!important;}
    .tab-content-slip { padding: 0;}
    .maintabs-all .nav { list-style: none; margin: 0; padding: 5px; border-radius: 9px;}
    .tab-content-slip .hms-send-business-btn { display: block; top: 50px;}
    .card-tabs-main .card .profile-card-body-inner { padding: 0px !important;}
    .haeading-top { padding: 0px;}
    .meeting-details-bottom .form-control {font-size: 16px !important; padding: 10px !important;}
    .meeting-details-bottom .card-title-details {font-size: 18px;  color: var(--bs-primary); line-height: 28px; padding-top: 0px; }
    .app-main{background-color: #fff;}
    .profile-user {background: #765ba8;width: 100%;top: 0; position: relative; border-radius: 9px; padding: 10px; margin-bottom: 20px;}
    .profile-user .profile-thumb { margin: 0 auto; border: solid #fff;background: 100px;transform: translate(0px, 17px);}
    .icon-profile {right: 300px;}
    .maintabs-all .nav-tabs-bordered .nav-link.active:after {height: 3px;width: 27px; border-radius: 1.5px;}
    .maintabs-all .search-bar-directory .search-form input {padding: 11px 19px 11px 50px; font-size: 14px;}
    .maintabs-all .search-bar-directory .search-form button { top: 11px; }
    .search-bar-directory {  margin-top: 20px;}
    .page-select2-mobile .select2.select2-container { width: 50% !important; float: right; }
    .search-bar-directory .page-select2-mobile .select2-selection.select2-selection--single { padding: 8px; font-size: 14px;}
    .search-bar-directory .page-select2-mobile .select2-container--default .select2-selection--single .select2-selection__arrow b:after { right: 0px; top: 8px;}
    .chapter-members .chapter-members-nav li img { width: 42px;height: 42px;margin-right: 9px;}
    .share-add-btn-section { display: block !important; margin-top: 20px;}
    .share-add-btn-section .link-row .share-button { width: 31px;height: 31px; font-size: 13px; margin-right: 10px;}
    .share-add-btn-section .link-row .add-button { width: 31px;height: 31px; font-size: 24px; margin-right: 10px;}
    .share-add-btn-section .link-row {justify-content: flex-end; margin-bottom: 0; }
    .share-Invitatio-nmodal .modal-header .modal-title {font-size: 15px; line-height: 20px;  max-width: 212px;  margin-top: 53px; }
    .btn-closes { right: 6px; top: 7px; }
    .btn-closes i { font-size: 36px; }
    .shareLink {width: 29px; height: 29px; margin-right: 10px; font-size: 16px; }
    .share-Invitatio-nmodal .modal-content {padding-bottom: 29px;}
    .logo-visitor-row h1 {font-size: 19px; line-height: 30px;}
    .container-inner { padding-top: 30px; padding-bottom: 30px;}
    .container-inner .app-auth-content-header h3 {font-size: 16px; text-align: left; line-height: normal;}
    .visitor-form-section {border: transparent; border-radius: inherit; padding: 0px;}
    .app-auth-content .form-label {font-size: 16px; line-height: 19px; margin-bottom: 10px; }
    .visitor-form-section .form-control { padding: 10px;font-size: 16px;}
    .btn-submit {font-size: 16px; line-height: 19px;margin-top: 11px;}
    .visitor-form-section .business_address .form-control {padding: 20px 10px 0px;height: auto !important;min-height: auto !important;}
    .hms-send-business-btn-2 .add-button { width: 31px; height: 31px; font-size: 24px;}
    .inne-tabs-btn .inne-tabs-connte .nav-pills-connects .nav-link {font-size: 16px; line-height: 18px; }
    .inne-tabs-connte .mt-5 { margin-top: 2px !important;}
    .app-auth-content-header p {font-size: 14px;line-height: 23px;  margin: 0px;}
    .app-auth-content-header h3 { font-size: 17px;line-height: 29px; margin-bottom: 0px;}
    .app-auth-form .form-control, input[type="number"], input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="search"], input[type="url"], textarea, select { padding: 10px;}
    .auth-link .hover-border{font-size: 14px; line-height: 14px; }
    .login-btn { font-size: 18px; line-height: 19px; padding: 10px;}
    .app-auth-content-panel { max-width: 100%;}
    .h-100vh {height: 100%; }
    .app-auth-card{ border-radius: inherit;  border: transparent;}
    .hms-send-business-btn-2 {width: 100%;margin-top: 10px;margin-bottom: 20px;}
    .hms-send-business-btn-2.without-tab {width: 100%;margin-top: 0px;margin-bottom: 0;}
    .card-tabs-main ul li img {width: 40px !important;height: 40px !important; margin-right: 14px !important;}
    .dashboard .top-selling .table-borderless td { font-size: 16px; line-height: 28px;}
    .app-content { padding: 0;}
    .card-tabs-main {padding: 15px; }
    .dashboard-section { padding: 20px;}
    .inne-tabs-btn-mobile {padding: 0px 0 10px;}
    /* .maintabs-nav-tabs {padding: 0 10px; overflow: auto;white-space: nowrap;} */
    .card-tabs-main .tab-pane ul li { padding: 10px 15px !important; }
    .app-sidebar-toggle .toggle-icon { width: 30px;}
    .card-tabs-main .inne-tabs-btn .nav .nav-item{ margin: 0px 6px 5px 6px !important;}
    .maintabs-all .nav-tabs-bordered .nav-link.active { font-weight: 700; }
    .change-password-section form label { font-size: 16px !important;}
    .login-btn i {top: 12px;}
    .card-title {padding-top: 9px !important; font-size: 22px !important; }
    .user-dropdown .dropdown-menu .dropdown-item {font-size: 16px;line-height: 15px; padding: 8px 15px; }
    .tab-pane .search-bar-directory { padding: 0 0px !important;  margin-bottom: 20px !important; }
    .app-auth-thumb-panel:after {content: "";position: absolute; background-image: url(../images/curve_line.png);  height: 34px; width: 100%; bottom: -34px;  background-size: cover; background-repeat: no-repeat;}
    .app-auth-content-header {  margin-bottom: 15px;}
    .app-sidebar-menu li .nav-group-list .logout {margin-top: 100px; }
    .app-sidebar-menu { margin-top: 0px;}
    .no-records p { font-size: 16px;}
    .haeading-top .haeading {margin-bottom: 5px !important;margin-top: 5px !important;}
    .profile-details-inner form { margin-top: 3px !important; }
    .input-file #upload { font-size: 14px !important; padding: 2px 21px !important;}
    .mb-5 { margin-bottom: 2px !important;}
    .maintabs-nav-tabs { overflow: auto; }
    .boder-center-div { width: calc(100% - 30px);height: 3px; border-radius: 3px;}
    .maintabs-all .nav-tabs-bordered .nav-link:last-child {margin-right: 0px; }
    .maintabs-all .nav-tabs-bordered .nav-link { padding: 15px 0px !important; margin-right: 10px; min-width: 121px; }
    .profile-details-inner .form-label {margin-top: 0px !important;}
    .app-sidebar-menu li a {font-size: 20px;}
    .testimonial-bottom-con p{font-size: 15px;}
    .testimonial-main .right-content p {  font-size: 15px; }
    .visitor-form-section .form-label { margin-top: 10px; }
    .app-sidebar-menu li .nav-group-list .logout a {  font-size: 20px;}
    .attending-block-right .btn{ font-size: 14px;}
    .dashboard .top-selling .accordion-header .accordion-button {width: 50px;height: 50px;display: flex;align-items: center;justify-content: center;}
     .substitute-input{margin-top: 20px; width: 100%;}
     .sub-btn-submit {min-width: 150px;margin: 17px auto 0;display: block;}


}



@media only screen and (max-width: 700px) {
    .icon-profile {  right: 267px;}
}
@media only screen and (max-width: 640px) {
    .icon-profile {right: 240px;}
}
@media only screen and (max-width: 600px) {
    .icon-profile {right: 216px;}
}

@media only screen and (max-width: 575px){
	a.disable-link { cursor: pointer; pointer-events: inherit; }
	.app-auth-content-panel { padding: 20px; }
	.app-header-search .form-control { padding-left: 38px; }
	.app-card-header-list li { padding-left: 10px; }
    .profile-user .profile-thumb { margin: 0 auto; border: solid #fff; background: 100px;transform: translate(0px, 17px);}
    .icon-profile {right: 207px;}
    .search-bar-directory .icon { width: 100% !important;}
    .testimonial-block .right-content { width: 82%;}
    .attending-block-right {border-top: solid #765ba8 1px; width: 100%;padding-top: 8px; margin-top: 20px; padding-bottom: 20px;}

}

@media only screen and (max-width:529px){
	.page-title-large-container { flex-direction: column; align-items: flex-start; justify-content: flex-start; }
	.page-title-large-container .page-title-action { margin-top: 12px; }
    .icon-profile { right: 174px;}


}
@media only screen and (max-width: 480px){
	.app-auth-thumb img {height: 128px;}
	.logo-thumb {margin: -76px auto 30px;display: flex;justify-content: center;}
    .change-password-section .gy-4 {--bs-gutter-y: 0.5rem;}
    .icon-profile {right: 114px;}
    .share-Invitatio-nmodal .modal-dialog { margin-top: 132px;}
    .right-content h5 { font-size: 16px !important; line-height: normal !important;}
    .search-icon img {width: 16px;}
    .card-tabs-main ul li .right-content p { font-size: 14px !important;}




}
@media only screen and (max-width: 414px){
  .icon-profile {right: 127px;}
}

@media only screen and (max-width: 398px) {
.logo-thumb {margin: -88px auto 30px;display: flex;justify-content: center;}
.icon-profile {right: 114px;}
.meeting-details-bottom textarea.form-control { height: 46px;}
.btn-substitute { padding: 4px 18px !important;height: auto;min-width: auto;}


}

@media only screen and (max-width: 375px) {
    .icon-profile { right: 103px;}
    .dashboard .filter .icon { width: 193px !important;}


}

@media only screen and (max-width: 320px) {

    .icon-profile { right: 75px;}
    .meeting-details-bottom .costume-check .form-check-label { font-size: 14px !important;}
    .costume-check { display: flex;}
}


.w-45 {
    width: 45% !important;
}
