/** guest list **/
.guests_list_page #header,
.guests_list_page .breadcrumb,
.guests_list_page .element-invisible,
.guests_list_page #footer{ display:none;}

button{cursor: pointer;}

.guests_list_page {
	text-align: center;
	padding: 65px 0 80px;
}

.guests_list_page .gl_data_filters ul{ padding:0;}

.guests_list_page .gl_data_filters li{
	list-style: none;
	display:inline-block;
	margin:0 12px;
	height:35px;
}
.guests_list_page .gl_data_filters li a {
	display: block;
	text-decoration: none;
	color: #888;
	border: 2px solid #888;
	text-align: center;
	height: 100%;
	padding: 5px;
	border-radius: 5px;
	min-width: 100px;
}
.guests_list_page .gl_data_filters li.active a{
	color:#81b441;
	border-color:#81b441;
}

.guests_list_page table{ 
	border-collapse: collapse;
	width:100%;
	max-width:1080px;
	margin:0 auto;
	border-radius:12px;
	overflow:hidden;
	text-align:left;
}

.guests_list_page h1.gplistTitle {
	font-size: 20px;
	margin-bottom: 10px;
}

.guests_list_page .cDetails.Citem {
	padding-bottom: 10px;
}
.guests_list_page .cDetails .Cdate {
	font-size: 12px;
}
.guests_list_page table thead {
	background: #6a7260;
	height: 45px;
}

.guests_list_page table thead th {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	border-bottom: 0;
	text-align: center;
}
.guests_list_page table tbody tr {
	height: 40px;
}
.guests_list_page table tbody tr:nth-child(even) {
	background:#f2f2f2;
}
.guests_list_page table tbody tr td {
	padding: 5px;
	font-size: 14px;
	text-align: center;
}

.guests_list_page .gp_login_cont {
	background: #81b441;
	color: #fff;
	padding: 36px 20px;
	width: 90%;
	margin: 25px auto;
	max-width: 650px;
	border-radius: 8px;
}
.guests_list_page #gploginForm {
	width: 90%;
	margin: 0 auto;
	max-width: 440px;
}
.guests_list_page .loginNote.form_note {
	font-size: 18px;
	margin-bottom: 22px;
}

.guests_list_page #gploginForm .form_item {
	margin: 12px 0;
}
.guests_list_page #gploginForm .form_item label {
	display: block;
	font-weight: 500;
	font-size: 22px;
	margin-bottom: 3px;
}
.guests_list_page #gploginForm .form_item input {
	width: 100%;
	height: 45px;
	background: rgba(255,255,255,0.3);
	border: 2px solid #fff;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	padding: 5px 15px;
}

.guests_list_page #gploginForm button.submitform_btn {
	width: 110px;
	font-size: 22px;
	height: 45px;
	background: none;
	border: 2px solid #fff;
	border-radius: 19px;
	color: #fff;
	cursor: pointer;
	margin-top: 18px;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.guests_list_page #gploginForm button.submitform_btn:hover {
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}

.guests_list_page .gp_message.errorMSG {
	font-weight: 500;
	font-size: 22px;
}
.guests_list_page .gp_message.errorMSG{
	color:#e94a8e;	
}

.guests_list_page #topheader-region.topheader-region-mobile{ display:none;}

.floating-contact {
	background: #81b441;
	text-align: center;
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index: 20;
	display: none;
}

.floating-contact a {
	display: inline-block;
	color: #fff;
	font-family: 'Ubuntu', sans-serif;
	font-size: 25px;
	text-align: center;
	text-decoration: none;
	padding: 15px 5px;
}

.floating-contact a span.icon {
	background-image: url(../../images/wp-icon-white.svg);
	display: inline-block;
	width: 45px;
	height: 45px;
	background-size: contain;
	background-repeat: no-repeat;
}
.floating-contact a span.cu_val {
	display: inline-block;
	position: relative;
	top: -11px;
	left: 6px;
}

.example-cont {
	padding-top: 15px;
}
.example-cont a.example-btn {
	display: inline-block;
	border-radius: 27px;
	text-decoration: none;
	color: #81b441;
	font-size: 23px;
	font-family: 'Ubuntu', sans-serif;
	text-align: center;
	padding: 15px 30px;
	max-width: 240px;
	border: 1px solid #81b441;
}

.example-cont.xmpl2_ar{
	text-align: right;
}
.example-cont.xmpl2_ar a.example-btn {
	font-family: 'Cairo', sans-serif;
	font-weight: 700;
	padding: 6px 38px;
}
#guestsTable .glDelBtn {
	background-color: #fff;
	border: 1px solid #81b441;
	display: block;
	padding: 4px 5px;
}
.guests_list_page #logoutBtn {
	display: inline-block;
	border: none;
	background: none;
   cursor: pointer;
}
.guests_list_page #logoutBtn i {
	color: #81b441;
	text-decoration: underline;
	font-style: normal;

}
button{
	cursor: pointer;
}

.evDBRD_nav {
	padding: 12px 5px;
	text-align: center;
}
.evDBRD_nav .navItem#gl_item{
	margin-right:5px;
}
.evDBRD_nav .navItem {
	color: #666;
	text-decoration: none;
}
.evDBRD_nav .navItem.active {
	color: #81b441;
	font-weight: bold;
	text-decoration: underline;
}
#gl_pageCont .Intro .Cnames {
	font-weight: bold;
	padding-bottom: 2px;
}
#gl_pageCont .Intro .Cdate {
	font-size: 14px;
}

#guestsTable span.share_cell{
	display: flex;
	gap: 10px;
	position: relative;
}
#guestsTable span.share_cell a, #guestsTable span.share_cell button{
    display: block;
    height: 25px;
    width: 25px;
	background-position: center center;
	background-size: 100%;
	background-repeat: no-repeat;
}


#guestsTable span.token_val {
    font-size: 12px;
}

#guestsTable font.respCopymsg {
    display: none;
    background: rgba(255,255,255,0.9);
    width: 100%;
    height: 100%;
    font-size: 12px;
    position: absolute;
    color: #001ca5;
    padding-top: 3px;
}
.guests_list_page table tbody tr td.invitedP .visStat::before {
	content: "";
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-right: 3px;
	background-color: transparent;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('images/stat_vis.svg');
}
.guests_list_page table tbody tr td.invitedP .visStat.vis-hid::before {
	background-image: url('images/stat_hid.svg');
}
.guests_list_page table tbody tr td.invitedNP span{
	color: #6086E4;
}
.guests_list_page table tbody tr td.invitedNP span.vis-hid{
	color: #2c2c2c;
}
.guests_list_page table tbody tr td.status span.attStat {
    display: block;
    font-size: 12px;
    background-color: #ccc;
    text-align: center;
    padding: 5px 8px;
    width: fit-content;
    margin: 0 auto;
    border-radius: 8px;
    color: #fff;
}
.guests_list_page table tbody tr td.status span.attStat.s_pending{
	background-color: #FCBC6B;
}
.guests_list_page table tbody tr td.status span.attStat.s_attending{
	background-color: #55BC82;
}
.guests_list_page table tbody tr td.status span.attStat.s_not_attending{
	background-color: #F9305D;
}

.guests_list_page table tbody tr td.attendeesNP .init {
	font-size: 11px;
	color: #666;
}
.guests_list_page table tbody tr td.attendeesNP .isAttnd{
	color: #55BC82;
}
.guests_list_page table tbody tr td.invitedP span.isAttend{
	color:#55BC82;
	font-weight: 600;
}
.invitedP .gid-code {
	font-size: 10px;
	color: #a1a1a1;
	padding-top: 3px;
	padding-bottom: 3px;
}
.invitedP .gid-code .langLBL,
.invtCard .crow .stat_gid_cont .gid .langLBL{
	display: inline-block;
	padding-left: 3px;
}
.invitedP .gid-code .langLBL::before,
.invtCard .crow .stat_gid_cont .gid .langLBL::before{
	content: "-";
	display: inline-block;
	padding-right: 3px;
}
.invt_shareCont {
	display: flex;
	justify-content: center;
	gap: 10px;
	padding-inline: 4px;
}
.invt_shareCont a {
	display: inline-block;
	width: 23px;
	height: 23px;
	overflow: hidden;
	text-indent: -5000px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
}
.invt_shareCont a.whatsapp {
	background-image: url(images/whatsapp-icon.svg);
}
.invt_shareCont a.copylink {
	background-image: url(images/link-icon.svg);
}
.invt_shareCont a.qrCode {
	background-image: url(images/qrcode.svg);
}

/************** guests: cards ******************/

.invt_cards_listing .cards_cont_wrapper {
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    gap: 9px;
    flex-wrap: wrap;
}

.invtCard {
    background-color: #f3f3f3;
    width: calc(33.33% - 9px);
}
.invtCard .invtCard_Wrapper {
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 9px;
    text-align: left;
}
.invtCard .crow .stat_gid_cont {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    align-items: center;
}
.invtCard .crow .stat_gid_cont .gid {
	font-size: 11px;
	color: #a1a1a1;
}
.invtCard .crow .replyDate {
    font-size: 13px;
    color: #A6A6A6;
    padding-top: 7px;
}
.invtCard .status {
    color: #fff;
    padding: 4px 8px;
    border-radius: 8px;
}
.invtCard .status.s_pending {
    background: #FCBC6B;
}
.invtCard .status.s_attending{
    background: #55BC82;
}
.invtCard .status.s_not_attending{
    background: #F9305D;
}

.invtCard .crow.crow2 {
	font-size: 15px;
	border-bottom: 1px solid #c0bebe;
	padding-bottom: 13px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.invtCard .crow.invt_core_Details .np_invited {
    color: #a6a6a6;
    font-size: 13px;
    padding-bottom: 5px;
}
.invtCard .crow.invt_core_Details .np_invited span,
.invtCard .crow .replyDate span{
    color: #6086E4;
}
.invtCard .crow.invt_extra_Details .infoC span {
	color: #686868;
}

.invtCard .crow.invt_core_Details .np_names {
    font-weight: 600;
}
.invtCard .crow.invt_core_Details .np_names span.isAttend{
	color: #55BC82;
}
.invtCard .crow.invt_extra_Details {
    font-size: 13px;
    display: flex;
    gap: 3px;
    flex-direction: column;
	color: #a6a6a6;
}

.invtCard .crow.invt_message .msgcont {
    font-size: 13px;
    padding: 12px;
    background: #E6E6E6;
}

.invtCard .crow.invt_core_Details span.visStat {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: transparent;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
    margin-right: 6px;
	background-image: url('images/stat_vis.svg');
}
.invtCard .crow.invt_core_Details span.visStat.vis{
	background-image: url('images/stat_vis.svg');
}
.invtCard .crow.invt_core_Details span.visStat.hid{
	background-image: url('images/stat_hid.svg');
}
.invtCard .crow .stat_gid_cont .glDelBtn {
	display: inline-block;
	border: none;
	width: 17px;
	height: 18px;
	overflow: hidden;
	text-indent: -5000px;
	margin-left: 4px;
	background-color: transparent;
	background-image: url(images/delete.svg);
	background-position: center center;
}
.invtCard .crow .stat_gid_cont .glDelBtn:hover {
	opacity: 0.75;
}

/************** guests: deleteform ******************/

.deleteDOM, .qrDOM {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.9);
	display: none;
	z-index: 100;
}
.qrDOM {
	/*display: block;*/
}
.deleteDOM_wrapper, .qrDOM_wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	padding: 25px;
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 0 21px 6px #ccc;
	width: 90%;
	max-width: 320px;	
	
}

.deleteDOM_wrapper  #gNameTitle {
	padding: 12px 0;
	font-weight: bold;
}
.deleteDOM_wrapper .formBtns,
.qrDOM_wrapper .QR_ActionBtns {
	display: flex;
	justify-content: space-around;
}
.deleteDOM_wrapper .formBtns button,
.qrDOM_wrapper .QR_ActionBtns button {
	display: inline-block;
	padding: 8px;
	width: 110px;
	border:none;
}
.deleteDOM_wrapper .formBtns button#btn_yes,
.qrDOM_wrapper .QR_ActionBtns button#btn_Download{
	background-color: #81b441;
	color: #fff;
}
.qrDOM_wrapper .qrVis {
	background-color: #f8f8f8;
}

.qrDOM_wrapper .qrVis img {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 270px;
	aspect-ratio: 1/1;
}
.qrDOM_wrapper .qrINFO {
	padding: 15px 5px;
	font-size: 10px;
	color: #8e8e8e;
}
.qrDOM_wrapper .qrINFO.TOP {
	padding: 0 5px 15px;
	font-size: 14px;
}

.guests_list_page table tbody tr td span.msgTXT {
	display: block;
	font-size: 12px;
	max-width: 130px;
}
.guests_list_page table tbody tr td.gid{
	font-size: 11px;
}


/** global search **/
.DataSearch {
	background-color: #81B441;
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 13px 5px;
}
.DataSearch .DataSearch_Wrapper {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 600px;
    margin: 0 auto;
}

.DataSearch .DataSearch_Wrapper .fltr_elem.fltr_srch {
    flex: 1;
}
.DataSearch .DataSearch_Wrapper .fltr_elem.fltr_categ {
    flex: 0;
    padding-left: 12px;
    padding-right: 12px;
}
.DataSearch .DataSearch_Wrapper .fltr_elem.fltr_categ .categToggle {
	text-align: center;
}
.DataSearch input.DataQuickSearch {
	height: 30px;
	border: 1px solid #f3f3f3;
	border-radius: 19px;
	font-size: 14px;
	color: #505050;
	width: 100%;
	text-indent: 26px;
	padding: 5px;
	background-image: url('images/search.svg');
	background-position: 8px center;
	background-repeat: no-repeat;
}
.DataSearch .categToggle #categBTN {
	width: 21px;
	height: 16px;
	background-color: transparent;
	border: none;
	background-image: url(images/filter.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.DataSearch .categToggle .filterStatus {
	display: block;
	color: #fff;
	font-size: 10px;
}

/** filter panel **/
.filter_panel {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.8);
	z-index: 20;
	display: none; /*initialization */
}
.filter_panel .filter_panel_wrapper {
	background-color: #81B441;
	color: #fff;
	width: 100%;
	max-width: 400px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	padding-block: 2rem;
	z-index: 22;
}
.filrerPnael_Mask,
.settings_P_Mask {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 21;
}
.guests_list_page .filter_panel .gl_data_filters li {
	display: block;
	height: auto;
	margin: 9px 0;
}


.guests_list_page .filter_panel .gl_data_filters li button {
	background: none;
	border: none;
	color: #ecffd4;
	font-size: 16px;
	padding: 5px 12px;
	position: relative;
}
.guests_list_page .filter_panel .gl_data_filters li button.active {
	color: #fff;
}
.filter_panel .closePanel {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}

.filter_panel .closePanel {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	display: flex;
	align-items: center;
	text-align: right;
	position: absolute;
	right: 10px;
	top: 10px;
}
.filter_panel .closePanel font {
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url(images/close.svg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 6px;
	background-size: 100%;
}

.filter_panel  .fp-spacer {
	height: 1px;
	background: #fff;
	margin: 25px 2rem;
}
.filter_panel .exportData_option button#exportBTN {
	border: 1px solid #fff;
	background-color: rgba(255,255,255,0.2);
	color: #fff;
	padding: 10px 20px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin: 0 auto;
}
.filter_panel .exportData_option button#exportBTN font {
	display: inline-block;
	width: 16px;
	height: 20px;
	background-image: url(images/excel.svg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 6px;
	background-size: 100%;
}

.guests_list_page .filter_panel .gl_data_filters li button.active::before {
	content: "";
	display: inline-block;
	height: 12px;
	width: 12px;
	background-image: url(images/checked.svg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 2px;
	background-size: 100%;
	position: absolute;
	left: -5px;
	top: 8px;
}

/** desktop controls **/
.desktopControls {
	display: flex;
	justify-content: center;
	padding-top: 12px;
	gap: 15px;
}
.desktopControls .gl_data_filters button {
	border: none;
	background: #e7e7e7;
	padding: 8px 10px;
}
.desktopControls .gl_data_filters button.active{
	color: #fff;
	background-color: #81B441;
}

.guests_list_page .desktopControls .gl_data_filters ul {
	display: flex;
	gap: 4px;
	justify-content: center;
	margin: 0;
}
.guests_list_page .desktopControls .gl_data_filters li {
	margin: 0;
}

.desktopControls .ExportDOM #exportBTN {
	border: 1px solid #81B441;
	padding: 6px 10px;
	color: #81B441;
	background-color: #f3f3f3;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
.desktopControls .ExportDOM #exportBTN font {
	display: inline-block;
	width: 12px;
	height: 18px;
	background-image: url(images/excel_green_1.svg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 6px;
	background-size: 100%;
}

/** new header **/

.DBRD_header {
	background-color: #81B441;
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 28;

	transition: transform 0.3s ease;
}
/* header slideup and slidedown
.DBRD_header.hidden {
    transform: translateY(-100%); 
}

.DBRD_header.sticky {
    transform: translateY(0);
}
*/
.DBRD_header .DBRD_header_wrapper {
	display: flex;
	justify-content: space-between;
	padding: 8px;
	align-items: center;
}
.DBRD_header .DBRD_header_wrapper .info_Block {
	font-size: 16px;
	padding-inline: 8px;
	text-align: left;
}
.DBRD_header .DBRD_header_wrapper .info_Block .Cdate {
	font-size: 13px;
	color: #ECFFD4;
}

.DBRD_header .DBRD_header_wrapper .action_Block {
	padding-inline: 8px;
}

.DBRD_header .DBRD_header_wrapper #addGuest {
	display: flex;
	color: #81B441;
	text-decoration: none;
	background: #fff;
	padding: 6px 8px;
	font-size: 15px;
	align-items: center;
}
.DBRD_header .DBRD_header_wrapper #addGuest font {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-image: url(images/plus_green_1.svg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 3px;
	background-size: 100%;
}
.DBRD_header .DBRD_header_wrapper #dbrd_Settings {
	display: block;
	width: 22px;
	height: 23px;
	background-image: url(images/settings.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	border: none;
	background-color: transparent;
}
.DBRD_header .DBRD_header_wrapper #dbrd_Settings.active{
	background-image: url(images/settings_close.svg);
}
.DBRD_header .DBRD_header_wrapper .action_Block_wrapper {
	display: flex;
	align-items: center;
	gap: 15px;
}

/** settings panel **/
.Settings_MAIN_CONT{display: none;} /*intial state*/
.SettingsPanel {
	width: 90%;
	max-width: 245px;
	background-color: #EBEBEB;
	position: absolute;
	top: 55px;
	right: 0;
	text-align: left;
	z-index: 25;
}
.SettingsPanel .SettingsPanel_wrapper {
	padding: 15px;
}
.SettingsPanel .SettingsPanel_wrapper h3 {
	font-size: 13px;
	margin: 0;
	padding-bottom: 16px;
	padding-top: 7px;
}
.SettingsPanel .SettingsPanel_wrapper .viewOpts {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding-bottom: 1.5rem;
}

.SettingsPanel .SettingsPanel_wrapper .viewOpts button.btnView_mode {
	background-color: transparent;
	border: none;
	text-align: left;
	font-size: 16px;
	display: flex;
	align-items: center;
	
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.SettingsPanel .SettingsPanel_wrapper .viewOpts button.btnView_mode font {
	display: inline-block;
	width: 17px;
	height: 17px;
	background-color: #000;
	-webkit-mask-size: 100%;
	mask-size: 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center center;
	mask-position: center center;
	margin-right: 5px;

	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.SettingsPanel .SettingsPanel_wrapper .viewOpts button.cards font{
	-webkit-mask-image: url('images/view_card_dark.svg');
	mask-image: url('images/view_card_dark.svg');
}
.SettingsPanel .SettingsPanel_wrapper .viewOpts button.table font{
	-webkit-mask-image: url('images/view_table_dark.svg');
	mask-image: url('images/view_table_dark.svg');
}

.SettingsPanel .SettingsPanel_wrapper .viewOpts button.btnView_mode.active{
	color: #81B441;
}
.SettingsPanel .SettingsPanel_wrapper .viewOpts button.btnView_mode.active font{
	background-color: #81B441;
}
.SettingsPanel .SettingsPanel_wrapper .viewOpts button.btnView_mode:hover{
	color: #7EA74B;
}
.SettingsPanel .SettingsPanel_wrapper .viewOpts button.btnView_mode:hover font{
	background-color: #7EA74B;
}

.SettingsPanel .logout_cont {
	padding-top: 1.3rem;
	text-align: center;
	border-top: 1px solid #ccc;
	padding-bottom: 10px;
}
.SettingsPanel .logout_cont #logoutBtn {
	color: #81B441;
	font-size: 15px;
}

.settings_P_Mask {
	background-color: #fff;
	opacity: 0.5;
	position: fixed;
}

#gl_pageCont .invt_cards_listing,
#gl_pageCont .DataTable {
	display: none;
}

#gl_pageCont.disp_cards .invt_cards_listing,
#gl_pageCont.disp_table .DataTable{
	display: block;
}
.data-disp-view {
	padding-top: 15px;
}

.CopyToast {
	position: fixed;
	font-size: 11px;
	padding: 12px;
	background: #46D6AB;
	border-radius: 15px;
	bottom: 4rem;
	z-index: 135;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	display:none;

}

.CopyToast .CopyToast_wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3px;
}
.CopyToast .checkIcon {
	display: inline-block;
	width: 15px;
	height: 15px;
	background-image: url(images/tick.svg);
	background-size: 100%;
	background-position: center center;
}
.page_error_msg.error-noRecords .desktopControls{
	display: none;
}
.guests_list_page table tbody tr td.status {
	min-width: 110px;
}

th.showCol_0, td.showCol_0, .invt_message.showMSGbox_0{display: none;}


/** standard Branding **/

.external-partner .DBRD_header,
.external-partner .desktopControls .gl_data_filters button.active,
.external-partner .DataSearch,
.external-partner .filter_panel .filter_panel_wrapper,
.external-partner .SettingsPanel .SettingsPanel_wrapper .viewOpts button.btnView_mode.active font,
.external-partner .SettingsPanel .SettingsPanel_wrapper .viewOpts button.btnView_mode:hover font,
.external-partner .guests_list_page .gp_login_cont,
.external-partner .deleteDOM_wrapper .formBtns button#btn_yes{
    background-color: #674fdc;
}
.external-partner .desktopControls .ExportDOM #exportBTN,
.external-partner .DBRD_header .DBRD_header_wrapper #addGuest,
.external-partner .SettingsPanel .SettingsPanel_wrapper .viewOpts button.btnView_mode.active,
.external-partner .SettingsPanel .logout_cont #logoutBtn,
.external-partner .SettingsPanel .SettingsPanel_wrapper .viewOpts button.btnView_mode:hover {
	color: #674fdc;
}
.external-partner .desktopControls .ExportDOM #exportBTN,
.external-partner #guestsTable .glDelBtn{
	border-color: #674fdc;

}
.external-partner .desktopControls .ExportDOM #exportBTN font,
.external-partner .DBRD_header .DBRD_header_wrapper #addGuest font {
	filter: hue-rotate(160deg);
}
.external-partner .DBRD_header .DBRD_header_wrapper .info_Block .Cdate {
	color: #E3D7D2;
}
.external-partner.guests_list_page table thead {
	background: #6b648a;
}

.LockDash-main {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.5);
	z-index: 30;
}
.LockDash-cont {
	width: 85%;
	max-width: 350px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #fff;
	padding: 30px 15px;
	z-index: 35;
	text-align: center;
}
.LockDash-cont .lockIcon {
	display: block;
	margin: 0 auto;
	max-width: 35px;
}
.LockDash-mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	backdrop-filter: blur(5px);
	background-color: rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 770px) {
	.guests_list_page .DataTable{
		overflow-y:auto	
		
	}
	.guests_list_page .DataTable table{
		width:860px;	
		}

    .invtCard {
		width: calc(50% - 9px);
	}

}

@media screen and (max-width: 620px) {

	.invtCard {
		width: 100%;
	}

	.guests_list_page table tbody tr td.invitedP {
		max-width: 175px;
}


}
@media screen and (max-width: 540px) {

	.desktopControls{
		display: none;
	}
}

@media screen and (max-width: 440px) { 
	.guests_list_page .gl_data_filters li a {
		min-width: 85px;
		font-size: 14px;
	}
	.guests_list_page .gl_data_filters li {
		margin: 0 3px;
	}
	.guests_list_page #gploginForm {
		width: 100%;
	}

	.DBRD_header .DBRD_header_wrapper .info_Block {
		font-size: 14px;
	}
	.DBRD_header .DBRD_header_wrapper .info_Block .Cdate {
		font-size: 11px;
	}
	.DBRD_header .DBRD_header_wrapper #addGuest {
		font-size: 13px;
	}
	.DBRD_header .DBRD_header_wrapper #dbrd_Settings {
		width: 20px;
		height: 23px;

	}

	.filter_panel .filter_panel_wrapper {

		top: auto;
		bottom: 0;
		transform: translate(-50%,0%);
		-webkit-transform: translate(-50%,0%);
		z-index: 22;

	}
	.SettingsPanel {
		top: 50px;
	}

}