﻿html {
    overflow: hidden;

}

/**/
/*@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}*/

/*html {
  position: relative;
  min-height: 100%;
}*/

/*body {
    margin-bottom: 60px;*/
/*font-family: "Varela Round","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;*/
/*font-family: Roboto;
}*/

.app-icon {
    width: 80px
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield;
    /* Firefox */
}

body {
    background: #f2f2f2;
    overflow: hidden;
}

.canvas-container {
    /*margin-right: auto;
    margin-left: auto;
    box-shadow: 0px 0px 2px 1px #d1d1d1;
    margin-top: 3rem*/
    position: relative;
    user-select: none;
    overflow: hidden !important;
    /* border: 1px solid #e4e6ef; */
    background: white;
    /*
    scrollbar-width: thin;
    scrollbar-color: #999 transparent;
    */
}

#canvas {
    margin-bottom: 0;
    /* position: sticky !important; */
    border: 1px solid #e4e6ef;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* For Webkit-based browsers */
.canvas-container::-webkit-scrollbar {
    width: 6px;
}

.canvas-container::-webkit-scrollbar-track {
    background: transparent;
}

.canvas-container::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 10px;
}

#accordionExample1 {
    overflow-y: scroll;
    direction: rtl;
    height: calc(100vh - 150px);
    scrollbar-width: thin;
    scrollbar-color: #999 transparent;
}

/* For Webkit-based browsers */
#accordionExample1::-webkit-scrollbar {
    width: 6px;
}

#accordionExample1::-webkit-scrollbar-track {
    background: transparent;
}

#accordionExample1::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 10px;
}

.accordion-item {
    direction: ltr;
}

.canvas-small-container .canvas-container {
    max-height: 350px !important;
    max-width: 350px !important;
    overflow: hidden;
    border-radius: 15px;
    border-color: black;
    border-width: 2px;
}

.canvas-editor .nav .nav-item button {
    width: 100%;
    margin: 5px 0;
    text-align: left;
    padding-left: 2rem;
    display: flex;
    justify-content: space-between;
    font-size: 18px
}

.action-label {}

.action-icon {}

.canvas-editor .nav .nav-item .btn-secondary {
    color: #3f4254;
    border-color: #e4e6ef;
    background-color: #e4e6ef;
}

.canvas-editor .nav .nav-item .btn-primary {
    color: #ffffff;
    border-color: #009ef7;
    background-color: #009ef7;
}

.canvas-editor .nav .nav-item .btn-danger {
    color: #ffffff;
    border-color: #f1416c;
    background-color: #f1416c;
    ;
}

.canvas-editor .nav .nav-item .btn-warning {
    color: #ffffff;
    border-color: #ffc700;
    background-color: #ffc700;
}

.main-container {
    margin-top: 2rem;
}

.table-scales {
    text-align: center;
}

#canvas-background-color-control,
#table-color-control,
#chair-color-control {
    /*height: auto;*/
}

#background-picture {
    max-width: 20rem;
}

#gridWidth,
#gridHeight {
    text-align: center;
}

.form-heading {
    font-size: 22px;
}


#chair-editor,
#object-shape-editor,
#line-property-editor,
#canvas-text-editor {
    display: none;
    margin-top: 1rem;
}


#chair-editor,
.canvas-editor {
    padding: 1rem;
}

.table-property-footer {
    text-align: right
}

.object-body img {
    width: 48px;
    height: 48px;
}

.hide {
    display: none
}

.shapes-accordion-body img {
    width: 47px;
    height: 47px;
}

.context {
    font-size: 1.1em;
    position: absolute;
    width: 200px;
    height: auto;
    padding: 5px 0px;
    border-radius: 5px;
    top: 10;
    left: 10;
    background-color: #fff;
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24);
    color: #333;
    display: none;
}

.context .context_hr {
    height: 1px;
    border-top: 1px solid #bbb;
    margin: 3px 10px;
}

.context .context_item {
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.context .context_item .inner_item {
    margin: 0px 10px;
}

.context .context_item .inner_item i {
    margin: 0 5px 0 0;
    font-weight: bold;
}

.context .context_item:hover {
    background-color: #ddd;
}

#collapseAddTable .col-6 {
    cursor: pointer;
    position: relative;
}

#collapseAddTable .fa-ellipsis-v {
    display: none;
    position: absolute;
    top: 0;
    right: 5px;
    width: 20px;
    height: 20px;
    font-size: 16px;
}

#collapseAddTable .col-6:hover .fa-ellipsis-v {
    display: block
}

/****************************************************************************************************************************************************/
/* Custom CSS */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&display=swap');

body {
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    color: #181C32;
    width: 100%;
    height: 100%;
    background: url(../images/dotted-bg.png) repeat;
}

/*Basic CSS */
.fw-500 {
    font-weight: 500;
}

.text-gray {
    color: #7E8299;
}

.w-36 {
    width: 36px !important;
    height: 36px !important;
    font-size: 0.875em;
}

.font12 {
    font-size: 0.75rem;
}

.font13 {
    font-size: 0.81rem;
}

/*Navbar CSS */
.navbar-light .navbar-nav .nav-link {
    color: #181C32;
}

.accordion-button {
    padding: 0.7rem 1.25rem;
    font-size: 13px;
}

.accordion-button::after {
    width: 1rem;
    height: 1rem;
    background-size: 1rem;
}

.accordion-button:not(.collapsed) {
    background-color: #E4E6EF;
    color: #181C32;
    font-weight: 500;
}

.accordion-button:focus {
    box-shadow: none;
}

.left-sidebar,
.right-sidebar {
    position: fixed;
    left: 0;
    width: 270px;
    height: 100%;
    transition: 1s;
    z-index: 100;
    background-color: #fff;
}

.right-sidebar {
    right: 0;
    left: initial;
    width: 290px;
    overflow-y: auto;
}

.tool-bar {
    /*width: calc( 100% - 500px);*/
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-left: 260px;
}

.top-bar {
    min-height: 39px;
}

.btn-outline {
    border: solid 1px #ced4da;
}

.btn-outline:hover,
.btn-outline:focus {
    background-color: #ced4da;
}

.rounded-start-0 {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.rounded-end-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.value-button {
    width: 110px;
}

.value-button .form-control-sm {
    min-height: calc(1.3em + (0.5rem + 2px));
    padding: 0.14rem 0.5rem;
}

.form-control-sm {
    min-height: calc(1.3em + (0.5rem + 2px));
    padding: 0.14rem 0.5rem;
}

.value-button .btn-sm {
    padding: 0.15rem 0.5rem;
}

.accordion-item {
    border-right: 0;
    border-left: 0;
}

.accordion-button-child:not(.collapsed) {
    background-color: rgba(228, 230, 239, 0.4);
}

.accordion-button:not(.collapsed)::after,
.accordion-button::after {
    background-image: none;
    content: "-";
    font-size: 1.25rem;
    position: absolute;
    right: 16px;
    top: 5px;
}

.accordion-button::after {
    content: "+";
}

.accordion-button {
    padding: 0.7rem 2.5rem 0.7rem 1.25rem;
}

.accordion-button:not(.collapsed)::after {
    transform: none;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
}

.accordion-item:first-of-type {
    border-top: 0;
}

.accordion-item:last-of-type .accordion-collapse {
    border-top: 1px solid rgba(0, 0, 0, .125);
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none;
}

.form-control:focus {
    box-shadow: none;
}

.color-picker {
    width: 14px;
    height: 14px;
    padding: 0;
    border: 0;
}

.color-picker-input {
    border: 0
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-primary {
    color: #fff;
    background-color: #3699FF;
    border-color: #3699FF;
}

.text-primary {
    color: #3699FF !important;
}

/* Responsive CSS */
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.6rem;
        padding-left: 0.6rem;
    }
}

.sticky-top {
    z-index: 101;
}

#projectName {
    font-weight: bold;
}

.dvProjectDetails {
    font-size: 11px;
    margin-right: 3px;
    margin-left: 3px;
}

.badge-success {
    background: green;
}

.badge-danger {
    background: #fe1a35;
}

.badge-info {
    background: #4725ff;
}

.badge-dark {
    background: #141719;
}

.badge-secondary {
    background: #657380;
}

.phone-sorting {
    list-style: none;
    padding-left: 0;
    padding-right: 0;
}

.phone-sorting li {
    margin-bottom: 5px;
    font-size: 12px;
}

.phone-sorting li span {
    min-width: 100px;
    width: auto;
    text-align: left;
    font-size: 11px;
}

.text-secondary {
    color: #137eff !important;
}

.badge-outline {
    border: 1px solid currentColor;
    border-radius: 0;
    background-color: transparent;
    font-weight: 100;
}

#customerInvitationTBody .ui-switch {
    direction: ltr;
    text-align: left;
}

.ui-switch {
    background-color: #5bc146;
}

.bg-info {
    background-color: #137eff !important;
}

.ui-switch {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 24px;
    height: 14px;
    border-radius: 30px;
    background-color: #137eff;
    margin: 0;
}

.bg-info {
    color: #ffffff !important;
}

.login-component {
    display: flex;
    justify-content: center;
    margin-top: 5rem
}

.login-component .card {
    padding: 1rem
}

.login-component .form-main {
    width: 60%;
}

.login-header {
    margin-bottom: 1rem
}

.login-header h2 {
    font-size: 20px
}

.login-header span {
    font-size: 12px
}

.login-footer {
    display: flex;
    justify-content: end;
}

.project-main {
    color: white
}

.project-main h1 {
    font-size: 22px
}

.login-component .login-logo {
    width: 200px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.dropdown-menu .dropdown-item {
    cursor: pointer
}

.back-button {
    margin-bottom: 1rem;
    cursor: pointer;
}

@media (min-width: 1200px) {
    #GuestListManageModal .modal-xl {
        max-width: 1520px;
    }
}

.guest-list-filter-btn {
    display: flex;
    align-items: baseline;
    font-size: 11px;
    font-weight: 600;
}

.guest-table-list {
    font-size: 10px;
    margin-top: 1rem;
}

.guest-table-list td {
    padding: 4px;
}

.btnRemove_Guest,
.btnRemove_Guest_fromTable {
    padding: 6px;
    text-align: center;
    color: white;
    border-radius: 50px;
    height: 24px;
    width: 24px;
    justify-content: center;
    display: flex;
    border: 0px;
    /*margin-left:4px;*/
}

.btnRemove_Guest_fromTable {
    background: #2196F3 !important;
}

.app-main-container {
    height: calc(100vh - 180px) !important;
    /* height: 100vh !important; */
    /* height: auto; */
}

a {
    text-decoration: none;
}

.badge {
    font-weight: normal;
}

.phone-sorting span {
    font-size: 13px !important;
}

.select2-container {
    z-index: 9999;
}

.select2.select2-container {
    width: 100% !important;
}

.form-check-label {
    color: red;
}


/*
View Invite css START----------------------------------------------------------------------------------------------------------------------------------
*/

.logo {
    width: 200px;
    height: auto;
}

.logo img {
    width: 100%;
}

.pt-0 {
    padding-top: 0 !important;
}

.footer {
    width: 100%;
    text-align: center;
}

.logo-inner {
    width: 80px;
}

.logout-icon i {
    font-size: 24px;
    width: 25px;
    height: 25px;
}

.invitation-block {
    padding: 0 5px;
}

.add-event a[aria-expanded="true"] .i-con-plus::after {
    width: 0;
}

.add-event a[aria-expanded="true"] .i-con-plus::before {
    width: 75%;
    transform: translate(-50%, -50%) rotate(-180deg);
}

hr {
    border-color: rgba(135, 150, 165, 0.5);
}

.child-collapse .card {
    padding: 0;
}

.event-type-badge .badge {
    display: inline-block;
    margin-bottom: 5px;
}

.file-upload [class*="col-"] {
    padding: 0;
}

.invitation-block a.btn i {
    margin-right: 0 !important;
}

.invitation-block.customer-link .page-title {
    background: #137eff;
    text-align: center;
}

.invitation-block.customer-link .page-title h2 {
    color: #fff;
    text-transform: uppercase;
}

.invitation-block.customer-link {
    margin: 15px auto;
    max-width: 575px;
}

.media.media-16x9.invitation-image {
    position: relative;
    max-height: 600px;
}

.me-5 {
    margin-right: 1rem !important;
}

.image-control ul {
    padding: 0;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin-bottom: 0;
}

.image-control li {
    display: inline-block;
}

.image-control li a {
    background: #FE4D63;
    padding: 8px;
    color: #fff !important;
    border: none;
}

.image-control li a i {
    margin-right: 0 !important;
}

.image-control li a.list-group-item:hover,
.image-control li a.list-group-item:focus,
.image-control li a.list-group-item.hover {
    background-color: #137eff;
}

.upload-btn-wrapper {
    position: absolute;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
    left: 10px;
    bottom: 10px;
    z-index: 100;
}

.upload-btn-wrapper .fileUpload {
    color: #fff;
    background: #137eff;
    padding: 8px;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    border: none;
}

.upload-btn-wrapper input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    right: 0;
    width: 100%;
    height: 100%;
}

.upload-btn-wrapper .fileUpload i {
    margin-right: 0 !important;
}

.info-link {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.info-link a {
    background: #137eff;
    color: #fff !important;
    padding: 8px;
    border: none;
}

.info-link a i {
    margin-right: 0 !important;
}

.info-link a.list-group-item:hover,
.info-link a.list-group-item:focus,
.info-link a.list-group-item.hover {
    background-color: #FE4D63;
}

#top_counter {
    position: absolute;
    right: 10px;
    bottom: 45px;
}

#top_counter ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

#top_counter li {
    background: #137eff;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
    padding: 4px;
    border-radius: 4px;
    font-weight: bold;
}

#top_counter li span {
    display: block;
    font-size: 11px;
    font-weight: normal;
}

hr.divider {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(251, 13, 63, 0), rgba(251, 13, 63, 0.75), rgba(251, 13, 63, 0));
    background-image: -moz-linear-gradient(left, rgba(251, 13, 63, 0), rgba(251, 13, 63, 0.75), rgba(251, 13, 63, 0));
    background-image: -ms-linear-gradient(left, rgba(251, 13, 63, 0), rgba(251, 13, 63, 0.75), rgba(251, 13, 63, 0));
    background-image: -o-linear-gradient(left, rgba(251, 13, 63, 0), rgba(251, 13, 63, 0.75), rgba(251, 13, 63, 0));
    margin: 10px 0;
}

.utility-buttons ul {
    padding: 0;
    list-style: none;
    text-align: right;
    margin-bottom: 0;
}

.utility-buttons li {
    display: inline-block;
}

.utility-buttons li a {
    background: #5bc146;
    color: #fff !important;
    padding: 8px;
}

.utility-buttons li a.list-group-item:hover,
.utility-buttons li a.list-group-item:focus,
.utility-buttons li a.list-group-item.hover,
.utility-buttons li .list-group-item.active,
.utility-buttons li .list-group-item.active:hover,
.utility-buttons li .list-group-item.active:focus {
    background-color: #137eff;
}


.text-from-editor h1,
.text-from-editor h2,
.text-from-editor h3 {
    margin-bottom: 20px;
}

.text-from-editor h3 span {
    display: block;
}

.invitation-block.customer-link .card {
    box-shadow: 0 0 20px #ddd;
}

.modal-header button.close a {
    padding: 0;
    color: #fff;
}

.modal-header button.close a:hover,
.modal-header button.close a:focus,
.modal-header button.close a:active {
    color: #fff;
}

.modal-header button.close {
    position: absolute;
    top: -15px;
    right: -20px;
    background: #fe4d62;
    padding: 5px;
    margin: 0;
    border-radius: 50%;
    opacity: 1;
}

.modal-header button.close a i {
    margin-right: 0 !important;
}

.location-calendar-info .utility-buttons li {
    margin-bottom: 5px;
}

.location-calendar-info .utility-buttons ul {
    text-align: center;
}

.location-calendar-info .utility-buttons li a {
    background: #157fff;
}

.location-calendar-info .utility-buttons li a.list-group-item:hover,
.location-calendar-info .utility-buttons li a.list-group-item:focus,
.location-calendar-info .utility-buttons li a.list-group-item.hover {
    background-color: #FE4D63;
}

.location-calendar-info .utility-buttons {
    background: #eee;
    padding: 15px 5px;
    margin-bottom: 1rem;
    border-radius: 5px;
}

.location-calendar-info .utility-buttons li:last-child {
    margin-bottom: 0;
}

.modal.fade.show {
    padding-right: 0 !important;
}

.event-modal .modal-body ul {
    padding: 0;
    list-style: none;
    text-align: center;
}

.event-modal .modal-body li {
    display: inline-block;
    background: #137eff;
    padding: 10px;
    border-radius: 15px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.event-modal .modal-body li:last-child {
    margin-right: 0;
}

.event-modal .modal-body h5 {
    color: #fff;
}

#calendar .event-modal .modal-body li,
#sendInvite .event-modal .modal-body li {
    background: none;
    border: 2px solid #fe4d62;
}

#calendar .event-modal .modal-body li h5,
#sendInvite .event-modal .modal-body li h5 {
    color: #2b3035;
}

#calendar .event-modal .modal-body li i,
#sendInvite .event-modal .modal-body li i {
    font-size: 36px;
}

.event-modal .modal-header {
    justify-content: center;
}

.event-modal .modal-header h5 {
    color: #137eff;
}

#info .event-modal .modal-body li {
    width: 120px;
    height: 120px;
    vertical-align: middle;
    box-sizing: border-box;
}

#info .event-modal .modal-body li i {
    font-size: 70px;
    color: #fff;
}

#info .event-modal .modal-body li img {
    width: 70px;
    height: 70px;
}

.event-map {
    width: 100%;
}

#map {
    max-width: 100%;
}

.event-map img {
    max-width: 100%;
    width: 100%;
}

.attendance-info {
    background: #5bc146;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    font-size: 20px;
}

.blinking_text {
    animation: blink 1s linear infinite;
    -webkit-animation: blink 1s linear infinite;
    -moz-animation: blink 1s linear infinite;
}

@keyframes blink {
    50% {
        opacity: 0.1;
    }
}

@-webkit-keyframes blink {
    50% {
        opacity: 0.1;
    }
}

@-moz-keyframes blink {
    50% {
        opacity: 0.1;
    }
}

.location-calendar-info.attendance-status .utility-buttons li a {
    background-color: #FE4D63;
}

.location-calendar-info.attendance-status .utility-buttons li a.list-group-item:hover,
.location-calendar-info.attendance-status .utility-buttons li a.list-group-item:focus,
.location-calendar-info.attendance-status .utility-buttons li a.list-group-item.hover {
    background-color: #137eff;
}

.attendance-status .form-control {
    border-color: #157fff;
}

.attendance-status ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #157fff;
    opacity: 1;
    /* Firefox */
}

.attendance-status :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #157fff;
}

.attendance-status ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #157fff;
}


.number-change {
    text-align: center;
    margin: 30px 0;
}

.number-change .value-button {
    display: inline-block;
    border: 1px solid #157fff;
    margin: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    background: #157fff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    font-size: 24px;
    box-sizing: border-box;
}

.number-change .value-button:hover {
    cursor: pointer;
}

.number-change #decrease {
    margin-right: -4px;
    border-radius: 8px 0 0 8px;
}

.number-change #increase {
    margin-left: -4px;
    border-radius: 0 8px 8px 0;
}

.number-change #input-wrap {
    margin: 0px;
    padding: 0px;
}

.number-change input#number {
    text-align: center;
    border: none;
    border-top: 1px solid #157fff;
    border-bottom: 1px solid #157fff;
    margin: 0;
    width: 100px;
    height: 40px;
    box-sizing: border-box;
    vertical-align: middle;
}

.number-change input[type=number]::-webkit-inner-spin-button,
.number-change input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.greeting-note {
    text-align: center;
}

.greeting-note textarea {
    margin: 0 0 10px 0;
    height: 200px;
}

.greeting-note a[aria-expanded="true"] .i-con-plus::before {
    width: 75%;
    transform: translate(-50%, -50%) rotate(-180deg);
}

.greeting-note .btn {
    margin-bottom: 10px;
}

.ride {
    margin-bottom: 15px;
}

.ride,
.dose {
    text-align: center;
    font-size: 16px;
}

.ride .facility,
.dose .facility {
    font-size: 24px;
}

.ride .md-switch {
    font-weight: bold;
}

.ride .md-switch .red {
    background-color: #FE4D63;
}

.ride .ride-status {
    display: inline-block;
}

.ride .ride-status a {
    background: #fe4d63;
    padding: 8px;
    color: #fff !important;
}

.ride-status.positive.active a i,
.ride-status.negative.active a i {
    border-width: 2px;
}

.ride-status.positive a {
    background: #5bc146;
    font-weight: bold;
}


.dose-status .badge {
    display: inline-block;
    margin-bottom: 5px;
}

.dose-status .badge.active {
    background: #5bc146;
}

.declaration-text .md-check>i:before {
    background: #ddd;
}

.declaration-text {
    margin-bottom: 20px;
}

.location-calendar-info.customer-data .utility-buttons li a {
    background: #5bc146;
}

.customer-data .left-col,
.customer-data .right-col {
    text-align: center;
    font-weight: bold;
}

.customer-data .right-col,
.customer-data .right-col h3 {
    color: #5bc146;
}

.customer-data .left-col {
    border-right: 1px solid #ccc;
}

.customer-data .table thead th {
    border-bottom: 1px solid rgba(135, 150, 165, 0.5);
}

.customer-data .table-bordered th,
.customer-data .table-bordered td {
    border: 1px solid rgba(135, 150, 165, 0.5);
}

.customer-data table {
    margin: 20px 0;
}

.invitation-image-back {
    max-width: 1050px;
    max-height: 600px;
    position: relative;
    overflow: hidden;
}

#the_main_image {
    position: relative;
}

img {
    border: none;
    outline: none;
    /* max-width: 100%;*/
}

.share-button {
    padding: 0;
    position: fixed;
    bottom: 40px;
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 16px;
    text-transform: uppercase;
    z-index: 1000;
}

.share-button a {
    padding: 8px;
}

.share-button a i {
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

#sendInvite .event-modal .modal-body li {
    min-width: 100px;
}









@media only screen and (max-width: 767px) {
    .utility-buttons ul {
        margin-bottom: 1rem;
    }

    .customer-data .left-col {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 575px) {

    .modal-header button.close {
        top: -7px;
        right: -7px;
    }
}

@media only screen and (max-width: 480px) {
    #sendInvite .event-modal .modal-body li:nth-last-child(2) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 380px) {
    #sendInvite .event-modal .modal-body li:nth-last-child(2) {
        margin-right: 10px;
    }

    #sendInvite .event-modal .modal-body li:nth-last-child(3) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 360px) {
    .button-large {
        font-size: 13px;
        padding: 5px;
        white-space: normal;
    }
}

/*
View Invite css END----------------------------------------------------------------------------------------------------------------------------------
*/
.box {
    height: 50px;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    border: 1px solid #ccc;
    padding: 1px;
    margin: 3px;
    flex-direction: column;
    color: black;
    justify-content: center;
}

.bcolor {
    background-color: #5E9CFF;
}

.dvProjectDetails.box {
    padding: 10px;
}

.input-group-text {
    height: 100px;
    display: flex;
    align-items: center;
    text-align: center;
}

.totalTableChair {
    position: inherit;
    bottom: 40px;
    left: 35px;

}

.font-weight-500 {
    font-weight: 500;
}

.project-actions {
    align-items: center;
}

#TemplateTitle {
    left: 0;
    right: 0;
    text-align: center;
}

#btncontainer {
    position: relative;
    z-index: 2;
}

#SentProjectModalBody {
    overflow-x: scroll;
}

#templateProjectModal .canvas-container {
    width: 100%;
    margin: 0;
}

#fullscreenButton {
    margin: 5px;
}

#remove-booking {
    height: 30px;
    width: 200px;
    margin: 14px;
}

#copyrightfooter {
    font-size: 10px;
    position: fixed;
    bottom: 10px;
    left: 5px;
}

.popup {
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 3px;
    width: 200px;
}

#context2 table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    margin: 0;
}

#context2 thead {
    background-color: #e0e0e0;
    color: #333;
}

#context2 thead th,
#context2 tfoot td {
    font-size: 12px;
    padding: -1px 10px;
    text-align: left;
    border-bottom: 1px solid black;
}



#context2 tbody td {
    padding: 8px 10px;
}

#context2 tfoot {
    background-color: #e0e0e0;
    color: #333;
}

/* Define alternating row colors for better readability */
#context2 tbody tr:nth-child(odd) {
    background-color: #f7f7f7;

}

/* Styles for the specific cells */
#context2_TotalChairs,
#context2_AvailableChairs {

    color: #0077b6;
}

.bluecolornav {
    color: #5E9CFF;
    font-size: 17px;
    font-weight: bold;
}

.accordion-button1 {
    background-color: #E4E6EF;
    direction: ltr;
    color: #181C32;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    font-size: 15px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}

.cursor-pointer {
    cursor: pointer;
}

.font-size-18px {
    font-size: 18px;
}

.alphabat-avtar {
    background-color: #7bb4da;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    height: 100%;
    width: 36px;
}

#templateDiv {
    width: 100%;
    height: 398px;
    overflow-y: auto;
}

#templateContent {
    height: 398px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-right: 30px;
}

#templateContent .canvas-container {
    width: 100% !important;
    height: 100% !important;
    overflow-x: hidden;
    overflow-y: hidden;
}

/*show buttons content hover color-profile template*/
.template-btn {
    display: none;
    /* Initially hide the delete button */
    background-color: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}

.text-center:hover .template-btn {
    display: inline-block;
    /* Show the delete button on hover of the parent div */
}

.template-btn:hover i {
    opacity: 0.7;
}

.edit-btn {
    display: none;
    /* Initially hide the edit button */
    background-color: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}

.edit-btn i {
    color: blue;
    /* Adjust color as needed */
}

.text-center:hover .edit-btn {
    display: inline-block;
    /* Show the edit button on hover of the parent div */
}

.edit-btn:hover i {
    opacity: 0.7;
}

.order-details {
    display: none;
}

.makertlbtn {
    margin-right: 1183px
}

.dir-rtl {
    direction: rtl;
}

.table-fixed {
    table-layout: fixed;
}

.abc {
    max-height: calc(100vh - 75px) !important;
    height: calc(100vh - 245px);
}

.div-toggle {
    max-height: calc(100vh - 240px) !important;
}

.canvas-div-toggle {
    max-height: calc(100vh - 242px) !important;
}

.canvas-class {
    /* max-height: 100%; */
    background: white;
    scrollbar-width: thin;
    height:calc(100vh - 60px);
    /* scrollbar-color: #999 transparent; */
    /* height: calc(100vh - 60px) !important; */
    overflow-x: auto;
    overflow-y: auto;
}

.container-unwrap {
    max-height: calc(100vh - 231px) !important;
}

.helping-slidebar {
    /*Dont delete helpfull for middile section div slider bar*/
    color: #000;
}

.canvas-content {
    width: 100%;
    height: 100%;
}