/* @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap'); */
/* font-family: 'Barlow Condensed', sans-serif; */
/*html{*/
/*  overflow-x: hidden;*/
/*}*/

/*@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,400;0,600;0,700;1,500&display=swap');*/
/* @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap'); */
@font-face {
    font-family: 'Hellix';
    src: url('../fonts/Hellix-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hellix';
    src: url('../fonts/Hellix-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hellix';
    src: url('../fonts/Hellix-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hellix';
    src: url('../fonts/Hellix-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


:root{
    --color-black: #5B5B5F;
    --color-bg-light-blue: #DBEAED;
    --color-muted-black: #5B5B5F;
    --color-blue-link:#4268DD;
    --color-dark-blue:#001781;
    --color-green-btn:#51BF59;
}

*{
    /*font-family: 'Barlow Condensed', sans-serif;*/
    font-family: 'Hellix';
}
a:hover {
    text-decoration: none;
}
.label-overlap {
    position: relative;
}
.label-overlap label {
    position: absolute;
    top: -13px;
    left: 6px;
    background: #fff;
    padding: 0 5px;
    width: auto;
}
.center {
    margin: auto;
    width: 30%;
    border: 1px solid #14B8A6;
    /* padding: 10px; */
    border-radius: 25px;
    position: absolute;
    top: 45%;
    left: 41%;
    background: white;
    z-index: 9999999999;
}

.daily-stats{
    text-align: center;
    padding-top: 10px;
}
.gross{
    text-align: center;

    background: #14B8A6;
    color: white;

}

.bar-style{
    background: #14B8A6;
    border-radius: 8px;
    padding: 10px;
    height: 2rem !important;
}
.uper-box{
    padding-top: 100px;
    min-height: 10%;
    background: white;
}
.page-heading {
    border-top: 0;
    padding: 0 10px 0px 10px;
}
.uper-box-header{
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background: white;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.btn-green{
    background: #14B8A6;
    border-radius: 100px;
    /*color: rgb(255, 255, 255);*/
    color: #FFFFFF;
    font-size: 14px;
}
.btn-cancel{
    border: 1px solid black;
    border-radius: 100px;
}
.camplist{
    margin: 5px 5px;
}

body {
    font-size: 18px;
    background-color: #fff;
    overflow-x: hidden;
    color:var(--color-black);
}

button.fancybox-button.fancybox-button--share {
    display: none !important;
}
.active_menu {
    display: none;
}
.dashboard-menu li.menu_Active a{
    color: var(--color-blue-link);
    font-weight: 600;
}
.photo-repeaters {
    /*height: 530px;*/
    height: auto;
    overflow: auto;
}

.template-class {
    border-radius: 50px;
    padding: 10px 20px;
    width: 100%;
    background: transparent;
    border: 1px solid #dfdfdf;
    padding: 10px 20px;
}

.fancybox-show-thumbs .fancybox-inner {
    width: 100%;
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}

ul {
    margin: 0;
    padding: 0;
}

.fancybox-thumbs {
    top: auto;
    bottom: 0;
    background-color: transparent;
    width: 100%;
}

.fancybox-thumbs-x > ul {
    margin: 0 auto !important;
}

a:hover {
    text-decoration: none;
}

li {
    list-style: none;
}

a {
    color: inherit;
    display: inline-block;
}

.nice-select.sort_by {
    margin-right: 20px;
    width: 320px;
    border-radius: 50px;
    background-color: #000;
    border-color: #ff9832;
    color: #fff;
    border: 2px solid #ff9832;
}

.nice-select.sort_by.open .list {
    background-color: #000;
}

.nice-select.sort_by .option:hover,
.nice-select.sort_by .option.focus,
.nice-select.sort_by .option.selected.focus {
    background-color: #d79832;
}

footer {
    background-color: #4a6de5;
    padding: 30px 0;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.footer-column {
    width: 120px;
}

.footer-column1 .social-app ul li {
    padding-left: 20px;
}

.social-app ul {
    display: flex;
    align-items: center;
}

.footer-column2 {
    width: calc(100% - 500px);
}

.footer-menu ul {
    display: flex;
    align-items: center;
}

.footer-menu li a {
    color: #fff;
    padding: 0 20px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Barlow Condensed', sans-serif;
}

.footer-column1 .social-app ul li a {
    display: block;
}

.copyright-msg {
    margin-top: 30px;
    border-top: 1px solid rgb(255 255 255 / 30%);
    padding-top: 10px;
}

.copyright-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright-column1 ul {
    display: flex;
    align-items: center;

}

.copyright-column1 ul li a {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;
    color: rgb(255 255 255 / 30%);
    font-family: 'Barlow Condensed', sans-serif;
}

.copyright-column p {
    margin: 0;
    color: rgb(255 255 255 / 30%);
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 22px;
    font-family: 'Barlow Condensed', sans-serif;
}

.step-row {
    display: flex;
    justify-content: space-between;
}

.step-column {
    width: 23%;
}

.step-inner-column {
    background: #FFFAF5;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
}

.step-inner-column img {
    margin: 0 auto 20px auto;
    display: block;
}

.step-inner-column h6 {
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 29px;
    /* identical to box height */
    text-align: center;
    letter-spacing: 0.15px;
    color: #000000;
}

.step-inner-column p {
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.25px;

    /* Black */
    color: #1B1B1B;
    margin: 0;
}

.why-step {
    padding: 50px 0;
}

.try-content-buddy {
    background: #F89738;
    border-radius: 40px;
    display: flex;
    padding: 50px 50px 0 50px;
    align-items: flex-end;
    margin-top: 50px;
}

.content-buddy-column {
    width: 50%;
    padding-bottom: 60px;
}

.content-buddy-img {
    width: 50%;
}

.content-buddy-img img {
    margin: 0 auto;
    max-width: 70%;
    display: block;
}

.content-buddy-column h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 44px;
    line-height: 54px;
    /* or 112% */
    letter-spacing: -0.01em;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.content-buddy-column p {
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.25px;
    color: #FFFFFF;
    max-width: 90%;
}

.btn-black {
    display: inline-block;
    background-color: #000;
    color: #fff;
    border-radius: 14.5px;
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20.3px;
    line-height: 26px;
    /* identical to box height */
    letter-spacing: -0.01em;
    color: #FFFFFF;
    padding: 16px 30px;
    margin-top: 20px;
}
.radio_setting{
    margin-left: 6px;
    margin-top: 2px;
    font-size: 12px;
    font-weight: 700;
}
.why-us-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0px -20px;
}

.content-buddy-row {
    display: flex;
    align-items: center;
}

.content-buddy-column1 {
    width: 50%;
}

.content-buddy-column2 {
    width: 50%;
}

.content-buddy-column2 .content-buddy-img {
    width: auto;
}

.content-buddy {
    padding: 80px 0;
}

.content-buddy-column1 h6 {
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    color: #F89738;
    margin-bottom: 20px;
}

.content-buddy-column1 h2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 54px;
    /* identical to box height, or 112% */
    letter-spacing: -0.01em;

    /* Teal */
    color: #4a6de5;
    margin-bottom: 20px;
}

.content-buddy-column1 p {
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.25px;
    color: #000000;
    opacity: 0.6;
}

.btn-yellow {
    display: inline-block;
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20;
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    background-color: #039303;
    color: #fff;
    border-radius: 14.5px;
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20.3px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    padding: 16px 36px;
    margin-top: 30px;
}

.why-us-column {
    width: 50%;
    padding: 10px 20px;
}

.inner-content {
    background: #fff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    padding: 20px;
}

.why-img {
    margin-right: 20px;
    width: 85px;
}

.why-content {
    width: calc(100% - 85px);
}

.why-content p {
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.5px;
    color: #000000;
    opacity: 0.7;
    margin: 0;
}

.center-title h6 {
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    color: #F89738;
    margin-bottom: 20px;
}

.center-title h4 {
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 54px;
    /* identical to box height, or 112% */
    letter-spacing: -0.01em;

    /* Teal */
    color: #4a6de5;
}

.outlint-title {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #4a6de5;
    font-size: large;
    letter-spacing: 1px;
}

.outlint-title-white {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
    font-size: large;
    letter-spacing: 1px;
}

.modal-close-btn {
    position: absolute;
    top: 0px;
    right: -3px;
    /* background-color: #ff5d5c; */
    border-bottom-left-radius: 41px;
}

.modal-close-btn .close {
    opacity: 1;
    margin:20px 20px 0 0
}

.main-form {
    margin: 0;
    padding: 50px;
}
.membership-main-form{
    margin: 0;
    padding: 5px 50px;
}

.modal-center-title {
    margin-bottom: 40px;
}

.modal-center-title h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 0.15px;
    color: #000000;
    margin: 0;
}

label {
    font-weight: 500;
    color: #000000;
    font-size: 16px;
    /*line-height: 16px;
    letter-spacing: 0.5px;
    font-family: 'Barlow Condensed', sans-serif;
    display: block;
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 15px;*/
}

.general-field {
    width: 100%;
    padding: 15px 15px 15px 40px;
    /* border: 0.5px solid #4A6DE5; */
    box-sizing: border-box;
    /* color: #4A6DE5; */

    background-color: #fff !important;
    border-color: transparent;
    outline: transparent;
    border-radius: 8px;
}
.no-addon .general-field{
    padding-left:15px;
}
.general-fieldd {
    width: 99%;
    border: 1px solid #E8E8E8;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 17px;

}

.form-full-row .btn-yellow {
    margin-top: 0;
    display: block;
    width: 100%;
    border-radius: 10px;
    border: none;
    padding: 15px;
    font-size: 20px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #5B5B5F;
    font-size: 500;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #5B5B5F;
    font-size: 500;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #5B5B5F;
    font-size: 500;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #5B5B5F;
    font-size: 500;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color: #5B5B5F;
    font-size: 500;
}

::placeholder { /* Most modern browsers support this now. */
   color: #5B5B5F;
    font-size: 500;
}



.form-full-row .btn-contact {
    margin-top: 0;
    display: block;
    width: 25%;
    border-radius: 10px;
    border: none;
    padding: 10px 15px;
    font-size: 20px;
    font-weight: 600;
    background-color: #039303;
    color: white;
}

.form-row {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.modal-form .form-row:last-child {
    margin-bottom: 0;
}

.modal-content {
    border-radius: 14px;
}

.modal-content-plans {
    border-radius: 14px;
    width: 80%;
}

.forgot_pass {
    display: block;
    text-align: right;
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 21px;
    letter-spacing: 0.5px;
    color: var(--color-blue-link);
}

.register_now {
    margin: 0;
    text-align: center;
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 18px;
    text-align: center;
    width: 100%;
    color: #3755BC;
}

.register_now a {
    font-weight: bold;
    font-size: 20px;
    color: #3755BC;
}

.modal-center-title p {
    margin-bottom: 0;
    margin-top: 20px;
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.25px;
    color: #5B5B5B;
}

.form-full-row {
    width: 100%;
}
.label-receipt{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.recipt-side-text{
    margin-top: 5px;
    font-size: 9px;
}
.upload-recipt{
    width: 50%;
}
.col-60 {
    width: calc(50% - 10px);
}

.rate-modal h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 29px;
    letter-spacing: 0.15px;
    color: #000000;
    margin-top: auto;
}
.faq-row{
    padding: 0px 25px;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.detail_msgs {
    background: #FFFFFF;
    box-sizing: border-box;
    border-radius: 0px;
    width: 100%;
    resize: none;
    height: 167px;
    padding: 17px 40px;
    border-radius: 8px;
    border:none;
    outline: none !important;
}

.form-full-row.rate_btn {
    text-align: right;
}

.form-full-row.rate_btn .btn-yellow {
    display: inline-block;
    width: auto;
    margin-left: auto;
    padding: 11px 18px
}

.main-header {
    position: absolute;
    width: 100%;
    right: 0;
    left: 0;
    padding: 20px;
}

.header-row {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
}

.login-menu {
    display: flex;
    align-items: center;
}

.signup {
    background: #000000;
    border-radius: 10px;
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    padding: 11px 21px;
}

.login {
    border: 1px solid rgb(16 90 111 / 70%);
    box-sizing: border-box;
    border-radius: 10px;
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: #000000;
    padding: 11px 21px;
}

.login-menu li {
    margin-left: 10px;
}

.header-column1 ul {
    display: flex;
    align-items: center;
}

.header-column1 {
    /*margin-left: 30px;*/
    width: calc(100% - 380px);
}
.header-column2{
    margin-left: 65px;
}
.header-column1 ul li a {
    color: #fff;
    padding: 20px;
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}

.main-banner img {
    width: 100%;
}

.banner-content {
    position: absolute;
    top: 160px;
    width: 39%;
}

.banner-content h1 {
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0.25px;
    color: #FFFFFF;
    /*margin-bottom: 20px;*/
}

.banner-content ul li {
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 18px;
    letter-spacing: 0.25px;
    color: #FFFFFF;
    padding: 10px;
    list-style: initial;
    list-style-position: initial;
}

.banner-content ul {
    padding-left: 21px;
}

.social-app ul li {
    list-style: none;
}

.social-app ul {
    padding: -0;
    margin-top: 5px;
}

.left-sidebar {
    background-color: rgba(255, 255, 255,0.5);
    width: 230px;
    padding: 20px;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
}
.login_logo{
    text-align: center;
}
.login_logo img {
    max-width: 65%;
}

.top-header {
    margin-bottom: 50px;
}

.dashboard-menu li a {
    padding: 14px 10px;
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.5px;
    color: #737373;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.dashboard-menu li a img {
    margin-right: 12px;
    max-width: 20px;
}
/*.banner{*/
/*    background-image: url('../images/banner.png');*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    background-size: 100%;*/
/*}*/
.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.plan-modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 80%;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.membership-anchor{
    background: #F89738;
    border-radius: 10px;
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.5px;
    color: #151515;
    padding: 9px 27px;
    width: 124px;
    margin: 0 auto;
}
.modal-dialog-plans {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 80%;
}
.membership-modal-dialog-plans{
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 58%;
}
.modal-dialog-planss {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 48%;
}

.modal {
    text-align: center;
}

.dashboard-menu li.menu_Active a img.mr-2 {
    display: none;
}

/*.dashboard-menu li a:hover img.active_menu,*/
.dashboard-menu li.menu_Active a img.active_menu {
    display: block;
}

.dashboard-menu li:hover, .dashboard-menu li.menu_Active , .dashboard-menu li.menu_active {
    /* background: #4a6de5; */
    border-radius: 10px;
    color: var(--color-blue-link);
    text-decoration: none;
}
.dashboard-menu li:hover a, .dashboard-menu li.menu_Active a, .dashboard-menu li.menu_active a{
    color:var(--color-blue-link);
}
.total-items-text{
    border-radius: 10px;
    /*border: 2px solid orange;*/
    padding: 5px;
    margin: 0px 10px;
    color: green;
    font-size: 20px;
}

.dashboard-menu {
    height: calc(100vh - 70px);
    overflow: auto;
}

.main-leftbar {
    float: left;
    padding-left: 230px;
    width: 100%;
    background-color: var(--color-bg-light-blue);
    min-height: 100vh;
    /* background-image: url('../images/banner.png'); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.top-headers {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E7EEF1;
    padding: 20px 24px;
    background: rgba(255, 255, 255,0.5);
}

.breadcrumbs p {
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.5px;
    color: #8A8A8A;
    margin-bottom: 5px;
}

.breadcrumbs h6 {
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.1px;
    color: #4a6de5;
    margin: 0;
}
.top-headers .breadcrumbs h6 {
    color:#000;
    font-weight: 500;
    font-size: 18px;
}

.user-login {
    /* background: #FFFFFF;
    border-radius: 14px;
    padding: 10px; */
}
.user-login .login-img{
    display: none;
}

.login-header {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.login-img {
    width: 32px !important;
    height: 32px !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 10px;
    background-color: rgb(0, 0, 0, 0.2);
}

.login-header h5 {
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: var(--color-black);
    margin-right: 10px;
    margin-bottom: 0;
}

.page-title {
    /* padding: 15px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    _____________ameer________________
    */
}
.form-control-borderless {
    border: none;
}

.form-control-borderless:hover, .form-control-borderless:active, .form-control-borderless:focus {
    border: none;
    outline: none;
    box-shadow: none;
}
.question{
    color: #4a6de5;
    display: flex;

}
.left-column h4 {
    /* font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 29px;
    letter-spacing: 0.15px;
    color: #000000;
    margin: 0;
    align-items: center;
    display: flex; */
}

.search-field {
    display: flex;
    align-items: center;
}

.search-field form {
    margin: 0;
    position: relative;
}

.btn-add {
    background: #039303;
    border-radius: 10px;
    border: none;
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    padding: 15px 35px;
}
.btn-cancel-sketch{
    background: #fff;
    border-radius: 10px;
    /* border: none; */
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-size: 20px;
    line-height: 18px;
    text-align: center;
    color: #000;
    padding: 8px 23px;
    border: 1px solid black;
    /*border-radius: 100px;*/
}
.btn-download-zip {
    background: #4a6de5;
    border-radius: 10px;
    border: none;
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 18px;
    text-align: center;
    color: #fff !important;
    padding: 15px 11px;
    margin-left: 20px;
}
.reports-btn-add,
.settings-btn-add{
    background: #F89738;
    border-radius: 10px;
    border: none;
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #151515;
    padding: 15px 11px;
    display: flex;
    justify-content: space-between;
}

.search-field .btn-add {
    margin-left: 20px;
}

.white-field {
    background: #FFFFFF;
    border-radius: 14px;
    border: none;
    width: 100%;
    padding: 15px 11px;
}
.white-fieldd {
    background: #FFFFFF;
    border-radius: 14px;

    width: 75%;
    padding: 15px 11px;
    border: 1px solid #E8E8E8;

}
.search-field .white-field {
    width: 265px;
    border: 1px solid #E8E8E8;
}

.btn-search {
    background: #4a6de5;
    border-radius: 9px;
    border: none;
    padding: 10px;
    position: absolute;
    right: 9px;
    top: 8px;
}
.btn-searchh {
    background: #F89738;
    border-radius: 9px;
    border: none;
    padding: 10px;
}
.no_record_found {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 59vh;
    max-width: 450px;
    margin: 0 auto;
}
.sketch_room .no_record_found{
    max-width: initial;
}
.no_record_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #8A8A8A;
    border-radius: 36px;
    padding:34px;
}

.no_record_found h5 {
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 29px;
    letter-spacing: 0.15px;
    color: #000000;
    margin-top: 10px;
}

.no_record_found p {
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.5px;
    color: #737373;
}

.uzi {

}

.btn-add-md {
    background: #4a6de5;
    border-radius: 10px;
    border: none;
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    padding: 15px 11px;
}
.main-logo{
    height: 170px;
    width: auto !important;
}

.toaster {
    position: fixed;
    top: 0;
    right: 40px;
    background-color: #fff;
    background: #FFFFFF;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.03);
    border-radius: 20px;
    width: 340px;
    padding: 0 10px 0 0;

}
.toaster-container {
    position: fixed;
    margin: auto;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.4);
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.toaster{
    position:static !important;
}

.toaster-row {
    display: flex;
    align-items: center;
}

.toaster-column {
    width: 70px;
    height: 70px;
    display: flex;
    margin-right: 10px;
    align-items: center;
    justify-content: center;
    background: #449D44;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.03);
    border-radius: 20px;
}

.toaster-content p {
    margin: 0 10px 0 0;
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #000000;
}

.toaser-close {
    cursor: pointer;
    margin-left: auto;
}

.failed_success .toaster-column {
    background-color: #FF5D5C;
}

.text-right {
    text-align: right;
}

.contact-form {
    float: left;
    padding: 25px;
    background-color: transparent;
    width: 100%;
}

select {
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 14px;
    width: 100%;
    padding: 15px 11px;
}

.contact-row {
    max-width: 100%;
    margin-left: -20px;
}

.setting-row {
    background: #FFFFFF;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.01);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 17px;
    width: 50%;
}

.setting-column {
    display: flex;
    align-items: center;
}

.setting-content {
    margin-left: 20px;
}

.setting-content h5 {
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.15px;
    color: #000000;
    margin: 0;
}

.setting-content p {
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.25px;
    color: #8A8A8A;
    margin-top: 5px;
    margin-bottom: 0;
}

.member-plan {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.plan-column {
    /*width: 33%;*/
}

.plan-inner-colum {
    background: #FFFFFF;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.01);
    border-radius: 20px;
    position: relative;
}

.plan-saving {
    padding-bottom: 40px;
}
.btn-add-md:hover{
    color: #ffffff;
    text-decoration: underline;
}
.plan-saving span {
    background: #4a6de5;
    border-radius: 10px;
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.5px;
    color: #fff;
    padding: 9px 27px;
    position: absolute;
    left: 0;
    right: 0;
    top: -16px;
    width: 120px;
    margin: 0 auto;
}

.plan-head {
    min-height: 158px;
    position: relative;
    /* top: 30px; */
}

.plan-head h6 {
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    letter-spacing: 0.15px;
    color: #000000;
}

.plan-head h1.frees {
    color: #1ED3B2;
}

.plan-head h1 {
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 52px;
    line-height: 68px;

    color: #2c2c2c;
}

.plan-head p {
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.5px;
    color: #737373;
    margin-bottom: 20px;
}



.memer-quote p {
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.25px;
    color: #000000;
}

.memer-quote ul li {
    list-style: inherit;
    list-style-position: inside;
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 13px;
    letter-spacing: 0.15px;
    color: #F89738;
    padding: 7px 0;
}

table {
    width: 100%;
}

table tbody tr {
    background-color: transparent;
    border-bottom: 1px solid #E8E8E8;
    padding: 10px;
    font-family: DM Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.25px;
    color: var(--color-black);
}

table tbody tr td, table thead tr th {
    padding: 15px;
}

table thead tr th {
    font-family: DM Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.25px;
    color: #3755BC;
}

.plan-btn {
    background-color: transparent;
    border: none;
    padding: 0;
    margin-right: 20px;
}

.plan-btn img {
    max-width: 20px;
    margin-right: 10px;
}

.action-btn {
    display: inline-flex;
}

.name-backup img {
    max-width: 20px;
    margin-right: 10px;
}

table tbody tr:last-child {
    border-bottom: none;
}

.green-btn {
    color: #449D44;
}

.red-btn {
    color: #FF5D5C;
}
.gray-btn {
    color: #737373;
}
.admin-nav-para{
    margin-left: 10px;
    color: white;
    font-size: 16px;
    font-weight: 600;
}
.navListAnchor{
    position: relative;
    display: block;
    padding: 10px 15px;
}
.light-blue-btn {
    color: #0096FF;
}

.reports-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reports-row .setting-row {
    width: 100%;
}
.policy-img{
    float: right;
    height: 75px;
    /*margin-top: 10%;*/
    width: 75px;

}
.profile-photo {
    width: 50px;
    height: 52px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 14px;
}

.profile-img {
    position: relative;
}
.ad{
    margin-top: 10px;
    padding-right: 30px;
}
.camera-icon {
    /*position: absolute; *!*/
    /* bottom: 0; */
    /* right: 30px; */
    position: relative;
    top: -45px;
    right: -120px;
    /* background: #F89738; */
    /* border-radius: 10px 0px; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;

}
.faq-ans-text{
    margin-left: 21px;
    font-size: 12px;
}
.faq-icon{
    margin-top: 4px;
    font-size: 14px;
}
.faq-q-text{
    margin-left: 5px;
    font-size: 16px;
}
.faq-q-span{
    width: 100%;
    display: contents;
}
.camera-icon label {
    cursor: pointer;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 200px;
    width: 161px;
}

.profile-container {
    max-width: 100%;
}
.additional-info{
    padding: 10px 20px;
    border: 2px solid #f99838;
    border-radius: 15px;
}
.tabs-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #F3F3F3;
}

.tabs-head .nav-tabs {
    border: none;
}

.tabs-head .nav-tabs .active a,
.tabs-head .nav-tabs .active a:hover,
.tabs-head .nav-tabs a:focus,
.tabs-head .nav-tabs .active a:focus,
.tabs-head .nav-tabs a:hover {
    background: transparent;
    border: none;
    color: #f89738;
    border-bottom: 2px solid #f89738;
}

.tabs-head .nav-tabs a {
    font-family: DM Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.1px;
    color: #8A8A8A;
}

.blue-btn {
    color: #0095FF;
}

.custom-checkbox label:before {
    position: absolute;
    content: " ";
    background-image: url('../images/enpty-checkbox.png');
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100%;
    top: 0;
    left: 0;
}

.custom-checkbox input[type=checkbox]:checked ~ label:before {
    background-image: url('../images/filled-checkbox.png');
}

.custom-checkbox {
    position: relative;
    width: 20px;
    height: 20px;
}

.custom-checkbox label {
    margin: 0;
    display: block;
    height: 100%;
    padding-left: 30px;
    cursor: pointer;
}

.custom-checkbox label {
    margin: 0;
}

.photo-img {
    width: 100%;
    height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.01);
    border-radius: 10px;
}

.dropdown-menus {
    position: absolute;
    top: 10px;
    right: 10px;
}

.photos-inner-column {
    position: relative;
}

.dropdown-dots {
    background: rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    width: 30px;
    height: 30px;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.small-dots {
    background: #FFFFFF;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    display: block;
    margin: 2px;
}

.photos-row {
    display: flex;
    flex-wrap: wrap;
}

.photos-column {
    width: calc(100% / 6);
    position: relative;
    padding: 10px;
}

.menu-items {
    display: none;
    background: #FFFFFF;
    box-shadow: 0px 4px 19px rgb(0 0 0 / 8%);
    border-radius: 10px;
    padding: 10px;
}
.menu-items .dropdown-header{
    background: #DCEDEF;
    margin: -10px -10px 10px -10px;
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center;
    padding: 10px;
}
.menu-items .dropdown-header img{
    width:40px;
    height:40px;
    object-fit: contain;
    border-radius: 50px;
    margin-right: 10px;
    
}
.menu-items .dropdown-header b{
    font-size:16px;
    display: block;
}
.menu-items .dropdown-header p{
    margin:0px;
    font-size:14px;
}

.menu-items ul li {
    padding: 8px;
}
.menu-items ul li a{
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color:#5B5B5F;
}
.menu-items ul li a svg{
    margin-right: 10px;
}

.menu-items ul li:last-child {
    border-bottom: none;
}

.room-inner-column {
    background: #FFFFFF;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.01);
    border-radius: 4px;
    position: relative;
    padding: 20px;
    height: 100%;
    transition: all ease-in-out 0.2s;
    background-image: linear-gradient(white, #E4EAFB);
}

.room-column-sketch:hover .room-inner-column-sketch {
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.01);
    border-radius: 4px;
    position: relative;
    height: 100%;
    transition: all ease-in-out 0.2s;
    background-image: linear-gradient(white, #4a6de5);
    transform: scale(1.1);
}
.room-column-sketch span{
    transition: all ease-in-out 0.2s;
    position: relative;
    top: 0;
}
.room-column-sketch:hover span{
    color:#fff;
    position: relative;
    top: -10px;
    transition: all ease-in-out 0.2s;
}
.room-inner-column-sketch{
    transition: all ease-in-out 0.2s;
}
.room-lists {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.room-column {
    width: calc(100% / 4);
    padding: 15px;
    position: relative;
    height: auto;
}

.room-content h3 {
    font-family: DM Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 29px;
    letter-spacing: 0.15px;
    color: #000000;
    margin: 0;
    margin-bottom: 10px;
}

.room-content p {
    font-family: DM Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 16px;
    letter-spacing: 0.5px;
    color: #4a6de5;
}

.room-content a img {
    max-width: 20px;
    margin-right: 10px;
    font-family: DM Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.25px;
    color: #151515;
}

.room-image img {
    max-width: 60px;
}

.room-head {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 25px;
}

.room-images {
    display: flex;
    align-items: flex-start;
    width: 82px;
    margin-right: 5px;
}

.room-img1 {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
    border-radius: 10px;
    border: 3px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 10px;
}

.room-inner-column .dropdown-dots {
    background: #F3F3F3;
}

.room-inner-column .dropdown-dots .small-dots {
    background: #000;
}

.room-images .room-img1:nth-child(2n) {
    position: absolute;
    left: 40px;
    z-index: 1;
}

.room-images .room-img1:nth-child(1) {
    position: relative;
    z-index: 2;
}

.room-images .room-img1:nth-child(3n).room-img1 {
    position: absolute;
    left: 50px;
}

.room-head p {
    margin: 0;
    font-family: DM Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.25px;
    color: #000000;
}

.room-content h4 {
    font-family: DM Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 29px;
    letter-spacing: 0.15px;
    color: #000000;
    margin: 0;
    margin-bottom: 10px;
}

.room-content ul li {
    font-family: DM Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.25px;
    color: #444444;
    padding: 7px 0;
}

.room-content ul li img {
    margin-right: 10px;
}

.photo-types {
    display: flex;
    background: #FFFFFF;
    /* Dark/10 */
    border: 1px solid #E8E8E8;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 10px;
    justify-content: space-between;
    width: 100%;
}
.recipt-box{
    display: flex;
    background: #FFFFFF;
    /* Dark/10 */
    border: 1px solid #E8E8E8;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 5px 30px;
    justify-content: space-between;
    width: 100%;
}
.orange-btn{
    padding: 2px 20px;
    background: #f89738;
    color: white;
    border: 1px solid white;
    border-radius: 15px;
}
.add-items {
    width: 100%;
}

.full-checkbox label {
    margin: 0;
    text-align: center;
    padding: 10px 20px;
}
.photo-type-div{
    display: flex;
    margin-top: 8px;
}
.photo-type-text{

    font-size: 12px;
}

.full-checkbox label h4 {
    margin: 0;
}

.full-checkbox label h4 {
    margin: 0;
}

.full-checkbox label h6 {
    margin-bottom: 10px;
}

.full-checkbox label h4 {
    margin-bottom: 10px;
}

.full-checkbox label h7 {
    margin-bottom: 10px;
}

.full-checkbox input[type=radio]:checked ~ label {
    /* background: red; */
    border: 1px solid #E8E8E8;
    box-sizing: border-box;
    border-radius: 10px;
    background: #F89738;
    border-radius: 8px;
    color: #fff;
}
.rotate-img-size{
    width: 27px !important;
}

.full-checkbox input[type=radio]:checked ~ label h6,
.full-checkbox input[type=radio]:checked ~ label h4 {
    color: #fff;
}

.full-checkbox input[type=radio]:checked ~ label h7,
.full-checkbox input[type=radio]:checked ~ label h4 {
    color: #fff;
}

.main-forms {
    padding: 56px;
}

.logout-content {
    margin-top: 30px;
}

.logout-content p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.5px;
    color: #000000;
    margin-bottom: 30px;
}

.logout-btn {
    display: flex;
    justify-content: space-between;
}

.logout-btn a {
    width: 48%;
}

.confirmation-red-btn {
    background: #FF5D5C;
    border-radius: 10px;
    padding: 18px;
    text-align: center;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
}

.btn-logout {
    background: #FF5D5C;
    border-radius: 10px;
    padding: 18px;
    text-align: center;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
}

.confirmation-gray-btn {
    border-radius: 10px;
    padding: 18px;
    background: #E8E8E8;
    border-radius: 10px;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #2C2C2C;
}

.btn-no {
    border-radius: 10px;
    padding: 18px;
    background: #E8E8E8;
    border-radius: 10px;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 18px;
    text-align: center;
    color: #2C2C2C;
}

.main-forms .left-column {
    margin-bottom: 30px;
}

.drag_drop_file {
    background: #FFFFFF;
    border: 1px dashed #E8E8E8;
    box-sizing: border-box;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 260px;
}
/*.policy-choose-file {*/
/*    margin-top: 20px;*/
/*}*/
.choose-file {
    margin-top: 30px;
}
.policy-choose-file {
    margin: 0;
    background: #286A7D;
    border-radius: 10px;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    padding: 13px 12px;
    width: 30%;
    margin: 20px 0px;
}
.choose-file label {
    margin: 0;
    background: #286A7D;
    border-radius: 10px;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    padding: 20px;
}
.choose-receipt label {
    margin: 0;
    background: #286A7D;
    border-radius: 10px;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    padding: 3px 10px;
    cursor: pointer;
}

.drag_drop_file img {
    max-width: 180px;
}

.photo-list {
    width: 100%;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 20px;
}

.photo-repeater {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}
.blur-effect{
    filter: blur(3px);
}
.photo-column {
    display: flex;
    align-items: center;
}

.photo-column .photo-img {
    max-width: 70px;
    width: 70px;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 70px;
}

.photo-content h3 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.25px;
    color: #2C2C2C;
    margin: 0 0 10px 0;
}

.photo-content p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 13px;
    letter-spacing: 0.15px;
    color: #B9B9B9;
    margin: 0;
}

.edit-option ul {
    display: flex;
    align-items: center;
}

.edit-option ul li a img {
    max-width: 50px;
    margin-left: 20px;
}

.left-column h6 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.5px;
    color: #F89738;
}

.kidding-row {
    display: flex;
    margin: -15px;
}

.kidding-column {
    width: 100%;
    padding: 15px;
}

.kidding-column1 {
    width: 100%;
    padding: 15px;
}

.kidding-inner-row {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 20px;
}

.kidding-gallery {
    background: #FFFFFF;
    border-radius: 20px;
    /*height: 100%;*/
    height: auto;
    padding: 20px;
}

.kidding-gallery-receipt {
    background: #FFFFFF;
    border-radius: 20px;
    /*height: 100%;*/
    height: auto;
    padding: 20px;
}

.kidding-title h4 {
    margin: 0;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.1px;
    color: #000000;
}

.kidding-title {
    margin-bottom: 20px;
}

.kidding-inner-row ul li {
    display: flex;
    text-align: left;
    padding: 10px 0;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.25px;
    color: #000000;
    position: relative;
}

.kidding-inner-row ul li span {
    width: 75%;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.25px;

    /* Dark/60 */
    color: #737373;
    /* border-right: 1px solid #b31d1d; */
    padding-right: 20px;
    position: relative;
}

.kidding-inner-row ul li:before {
    content: " ";
    position: absolute;
    right: 400px;
    height: 100%;
    /*border-right: 1px solid #F3F3F3;*/
}

.kidding-inner-row ul {
    width: 100%;
}

.white-msg {
    background: #FFFFFF;
    /* Dark/10 */
    border: 1px solid #E8E8E8;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 20px;
    width: 100%;
    height: 210px;
    resize: none;
}

.kidding-not {
    margin-bottom: 20px;
}

.kidding-column .form-row .btn-add {
    padding: 20px 30px;
}

.img-column-kidding {
    width: calc(100% / 3);
    height: 110px;
    padding: 10px;


}

.kidding-img {
    width: 100%;
    height: 160px;
    background: white;
    background-size: cover;
    background-position: center;
    border-radius: 16px;
}
.kidding-img-policy {
    width: 100%;
    height: 75px;
    background: white;
    background-size: cover;
    background-position: center;
    border-radius: 16px;
    border: 1px solid #000;
}
.kidding-img-receipt {
    width: 113px;
    height: 160px;
    background: white;
    background-size: cover;
    background-position: center;
    border-radius: 16px;
}

.kidding-photo {
    /*display: grid;*/
    /*grid-template-columns: auto auto;*/
    /*gap: 20px 20px;*/
    /*padding:10px;*/
    width: calc(100% + 8%);
    margin-left:-4%;

}

.kidding-photo-receipt {
    /*display: grid;*/
    /*grid-template-columns: auto auto;*/
    /*gap: 20px 20px;*/
    /*padding:10px;*/
    width: calc(100% + 8%);
    margin-left:-4%;

}
.kidding-photo-item{
    float:left;
    width:46%;
    margin:0 2% 20px 2%;
}
.kidding-photo-item h3{
    padding:0 5px;
    font-size:15px;
    height:23px;
    width:100%;
    overflow: hidden;
    text-align: center;
}
.kidding-photo-item img{
    object-fit: cover;
    width: 100%;
    max-width: 100%;
}
.kidding-photo-bg-img {
    height: 200px;
    background: #f1f1f1;
    background: center center no-repeat;
    background-size: cover;
}
.img-column-kidding label {
    margin: 0;
    height: 100%;
    background-color: #fff;
    border: 1px dashed #E8E8E8;
    border-radius: 16px;
    padding: 8px;
    display: block;
    width: 100%;
}

/* .user-dropdown.menu-items {
  display: block;
} */
.user-dropdown.menu-items li a img {
    max-width: 20px;
    margin-right: 20px;
}

.user-dropdown.menu-items {
    margin-top: 0;
    position: absolute;
    right: 20px;
    z-index: 9;;
    top: 80px;
}

.fancybox-skin {
    background-color: transparent;
    padding: 0;
    box-shadow: unset !important;
}

.left-column h6 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 29px;
    text-align: left;
    letter-spacing: 0.15px;
    color: #F89738;
    margin: 0;
}

.sign-lists ul li {
    list-style: initial;
    list-style-position: inside;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.25px;
    color: #5B5B5B;
    padding: 10px;
}

.sign-lists ul {
    margin-bottom: 20px;
}

.why-us {
    background-color: #FFFAF5;
    padding: 50px 0;
    background: #fffaf5; /* Old browsers */
    background: -moz-linear-gradient(top, #fffaf5 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fffaf5 0%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #FFFAF5 30%, #ffffff 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.edit-btns a {
    max-width: 30px;
    margin-left: 5px;

}

.edit-btns {
    position: absolute;
    right: 30px;
    z-index: 9;
    top: 30px;
}

/* .room-column:hover .room-inner-column,
.room-column:active .room-inner-column,
.room-column:focus .room-inner-column{
     box-shadow: 0px 0px 11px #4a6de5;
    background-image: linear-gradient(white, #4a6de5) !important;
    border-radius: 4px;
    transition: all ease-in-out 0.2s;
    transform: scale(1.1);
    color: white;
}
.room-column:hover .room-content p{
    color: white;
}
 */



.kidding-photo-item:hover{
    box-shadow: 0px 0px 21px rgb(255 165 0);
    border-radius: 20px;
    transition: all ease-in-out 0.2s;
    transform: scale(1.1);

}
.kidding-img:hover{
    box-shadow: 0px 0px 11px rgba(255, 165, 0, 0.5);
    border-radius: 20px;
    transition: all ease-in-out 0.2s;
    transform: scale(1.1);

}
.floating-anchors, .edit-btns{
    transition: all ease-in-out 0.2s;
}
.floating-anchors img{
    height:30px;
    margin-right: 5px;
}
.room-column:hover .edit-btns {
    transition: all ease-in-out 0.2s;
    transform: scale(1.1);
}
.room-column:hover .floating-anchors{
    transition: all ease-in-out 0.2s;
    transform: scale(1.1) translate(-10px, 10px);
}

.sidebar-icon {
    display: none;
}

.sidebar-close-icon {
    display: none;
}

.breadcrumbs ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.breadcrumbs ul li {
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.1px;
    color: #4a6de5;
    margin: 0;
    padding-right: 10px;
}

.damage-content h4 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 18px;
    text-align: left;
    letter-spacing: 0.25px;
    color: #000000;
    margin: 0 0 10px 0;
}

.damage-content p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 13px;
    letter-spacing: 0.15px;
    color: #8A8A8A;
}

.breadcrumb-parent {
    display: flex;
    align-items: center;
}

.breadcrumb-parent > img {
    max-width: 24px;
    margin-right: 10px;
}

.damage-content {
    margin-top: 10px;
}

.tabs-table .menu-items {
    position: absolute;
    right: 40px;
}

.upload-documnet-row {
    display: flex;
}

.upload-column1, .upload-column {
    width: 50%;
    padding: 30px;
}

.modal-lg {
    width: 920px;
}

.upload-column1 {
    background-color: #F3F7F8;
    padding-top: 80px;
    border-top-right-radius: 14px;
}

.upload-column1 .photo-repeater {
    padding: 15px 0;
}

.photo-content .custom-checkbox {
    width: auto;
    height: auto;
    margin-top: 8px;
}

.upload-content {
    height: 100%;
    text-align: center;
}

.drag-file {
    border: 1px dashed #E8E8E8;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 70px;
    height: 490px;
    margin-top: 70px;
}

.upload-content h5 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    letter-spacing: 0.15px;
    color: #000000;
}

.upload-content > h5 {
    margin: 0;
}

.upload-content p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 13px;
    text-align: center;
    letter-spacing: 0.15px;
    color: #8A8A8A;
    margin-top: 10px;
    display: block;
}

@keyframes growProgressBar {
    0%, 33% {
        --pgPercentage: 0;
    }
    100% {
        --pgPercentage: var(--value);
    }
}

@property --pgPercentage {
    syntax: '<number>';
    inherits: false;
    initial-value: 0;
}

div[role="progressbar"] {
    --size: 4rem;
    --fg: #1ED3B2;
    --bg: #def;
    --pgPercentage: var(--value);
    animation: growProgressBar 10ms 1 forwards;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: radial-gradient(closest-side, white 80%, transparent 0 99.9%, white 0),
    conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
    font-family: Helvetica, Arial, sans-serif;
    font-size: calc(var(--size) / 5);
    color: var(--fg);
}

div[role="progressbar"]::before {
    counter-reset: percentage var(--value);
    content: counter(percentage) '%';
    color: black;
    font-size: 10px;
}

.pac-container {
    z-index: 1200;
}

.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: rgba(255, 255, 255, 0.8) url("https://www.tutorialrepublic.com/examples/images/loader.gif") center no-repeat;
}

/* Turn off scrollbar when body element has the loading class */
body.loading {
    overflow: hidden;
}

/* Make spinner image visible when body element has the loading class */
body.loading .overlay {
    display: block;
}

.loader {
    /*position: fixed;*/
    align-items: center;
    justify-content: center;
    /*background:rgba(255,255,255,.8);*/
    background-color: transparent;
    /*padding-top:150px;*/
    padding-bottom: 20px;
    /*margin-left: 200px;*/
    z-index: 9999999;
}

.loader div {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #4a6de5; /* blue */
    border-radius: 50%;
    width: 70px;
    height: 70px;
    animation: spin 2s linear infinite;
    margin-left: auto;
    margin-right: auto;
}

.loader-spinner div {

    border: 5px solid #4ae564d9;
    border-top: 5px solid #ffffff00;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
    margin-left: auto;
    margin-right: auto;
    border-right: 5px solid #4ae564d9;
}

.room-imgs {
    height: 75px;
    width: 75px;
    background-size: cover;
}

.btn-grey {
    background: #535252;
}

.btn-grey:hover {
    background: grey;
}

.mr-10{
    margin-right: 10px;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.dot {
    height: 25px;
    width: 25px;
    margin-right: 2px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid white;
}

.sbutton {
    background-color: #04AA6D;
    border: none;
    color: white;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    height: 5px;
    width: 5px;
}

.sbutton5 {
    border-radius: 50%;
}

.sbutton:focus {
    outline: none;
    border: 2px solid white;
}

.ui-sortable-helper{
    /*border: 1px solid black;*/
    box-shadow: 0px 0px 10px #F89738;
}


#policy-photo-src{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
#edit-policy-photo-src{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

/*******Responsive Media **********/
@media (max-width: 1440px) {
    .banner-content {
        top: 135px;
    }
}
@media (max-width: 1366px) {
    .banner-content {
        top: 105px;
    }
}
@media (max-width: 1152px) {
    .profile-container,
    .contact-row,
    .add-items {
        max-width: 100%;
    }

    .add-items {
        width: 100%;
    }

    .photo-types {

        width: 100%;
        flex-wrap: wrap;
    }

    .full-checkbox {
        width: 100%;
    }

    .full-checkbox-tooltip {
        width: 100%;
        position: relative;
        display: inline-block;
    }

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: #FFA500;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 10px;

        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        bottom: 100%;
        left: 50%;
        margin-left: -60px;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }

    .photos-column {
        width: calc(100% / 3);
    }

    .page-title {
        flex-wrap: wrap;
    }


    .room-column {
        width: calc(100% / 2);
    }

    .right-column {
        width: 100%;
    }

    .search-field {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }
}

@media (max-width: 991px) {
    .kidding-row {
        flex-wrap: wrap;
    }

    .upload-column1, .upload-column {
        width: 100%;
        padding: 30px;
    }

    .modal-lg {
        width: 100%;
        margin: 0;
    }

    .upload-documnet-row {
        flex-wrap: wrap;
    }

    .kidding-column,
    .kidding-column1 {
        width: 100%;
    }

    .step-column {
        width: 50%;
        padding: 10px;
    }

    .step-row {
        flex-wrap: wrap;
    }

    .footer-column1 {
        width: 100%;
        text-align: center;
    }

    .footer-column2 {
        width: calc(100% - 120px);
    }

    .footer-column1 .social-app ul {
        justify-content: center;
    }

    .login-menu {
        justify-content: center;
    }

    .header-column1 ul {
        display: none;
        position: absolute;
        width: 100%;
        left: 0;
        text-align: left;
        background: #4a6de5;
        padding: 20px;
    }

    .header-column2 {
        display: block;
        width: 100%;
        margin-top: 10px;
    }

    .login {
        color: #fff;
        border: 1px solid #fff;
    }

    .menu-btn .sr-onlys {
        display: block;
        width: 50px;
        background-color: #fff;
        height: 3px;
        margin-bottom: 8px;
    }

    .menu-btn {
        display: inline-flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
    }

    .header-column1 {
        margin-left: 0;
        width: calc(100% - 115px);
        text-align: right;
        height: 100%;
    }

    .main-banner {
        background-image: none;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #4a6de5;
    }

    .main-banner > img {
        display: none;
    }

    .header-row {
        flex-wrap: wrap;
    }

    .banner-content {
        top: 70px;
        width: 100%;
        position: unset;
        margin-top: 160px;
    }

}

@media (max-width: 767px) {
    .kidding-inner-row ul li span {
        width: 50%;
    }

    .col-60,
    .kidding-inner-row ul,
    .plan-column {
        width: 100%;
    }

    .tabs-head .nav-tabs a {
        font-size: 13px;
        padding: 5px;
    }

    .tabs-button {
        width: 100%;
        margin-top: 20px;
    }

    .action-btn {
        width: 100%;
    }

    .plan-btn {
        padding: 0;
        margin-right: 15px;
        font-size: 12px;
    }

    .table table {
        width: 700px;
    }

    .tabs-head {
        flex-wrap: wrap;
    }

    .menu-open .sidebar-close-icon {
        display: block;
    }

    .sidebar-close-icon {
        position: absolute;
        right: -80px;
        top: 0;
    }

    .menu-open {
        position: relative;
        height: 100vh;
        overflow: hidden;
    }

    .menu-open:before {
        content: " ";
        position: absolute;
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 1000vh;
        overflow: auto;
        z-index: 9;
    }

    .menu-open .left-sidebar {
        position: absolute;
        left: 0;
        width: 279px;
        z-index: 9;
        padding: 20px;
    }

    .sidebar-icon {
        padding: 15px 25px;
        display: flex;
        align-items: center;
    }

    .sidebar-icon div {
        display: flex;
        margin-right: 10px;
        flex-direction: column;
    }

    .sidebar-icon h6 {
        margin: 0;
        color: #000000;
        font-weight: 600;
        font-size: 16px;
    }

    .sidebar-icon .sr-onlyss {
        display: block;
        width: 30px;
        height: 2px;
        background-color: #1f1f1f;
        margin-bottom: 6px;
    }

    .sidebar-icon .sr-onlyss:last-child {
        margin-bottom: 0;
    }

    .photos-column {
        width: 100%;
    }

    .right-column {
        width: auto;
    }

    .page-title {
        flex-wrap: nowrap;
        width: 100%;
        justify-content: space-between;
    }

    .left-sidebar {
        width: 0;
        padding: 0;
    }

    .main-leftbar {
        padding: 0;
        height: auto;
    }

    .content-buddy {
        padding: 40px 0;
    }

    .content-buddy-column1 h2,
    .center-title h4,
    .content-buddy-column h3 {
        font-size: 35px;
        line-height: 45px;
    }

    .content-buddy-column p {
        max-width: 100%;
    }

    .step-column {
        margin-bottom: 20px;
    }

    .content-buddy-row,
    .why-us-row,
    .step-row,
    .copyright-row,
    .reports-row {
        flex-wrap: wrap;
    }

    .copyright-row {
        justify-content: center;
    }

    .try-content-buddy {
        flex-wrap: wrap;
        padding: 30px;
    }

    .content-buddy-column1,
    .content-buddy-column2,
    .step-column,
    .reports-row .setting-row,
    .content-buddy-column,
    .why-us-column,
    .content-buddy-img,
    .room-column {
        width: 100%;
    }
    .room-column-sketch{
        /* width: calc(100% / 4); */
        padding: 15px;
        position: relative;
        height: auto;
        transition: all ease-in-out 0.2s;
    }

    .search-field form {
        display: none;
    }

    .header-column1 ul {
        display: none;

        position: absolute;
        width: 100%;
        left: 0;
        text-align: left;
        background: #4a6de5;
        padding: 20px;

    }

    .header-column1 ul li a {
        display: block;
        padding: 10px;
    }

    .header-column2 {
        display: block;
        width: 100%;
        margin-top: 10px;
    }

    .header-column2 .login-menu {
        /*display: none;*/
    }

    .banner-content h1 {
        font-size: 20px;
        line-height: 25px;
    }

    .banner-content {
        top: 70px;
        width: 100%;
        position: unset;
        margin-top: 160px;
    }

    .login {
        color: #fff;
        border: 1px solid #fff;
    }

    .banner-content h1 br {
        display: none;
    }

    .banner-content ul li {
        font-size: 14px;
    }

    .main-banner {
        background-image: none;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #4a6de5;
    }

    .main-banner > img {
        display: none;
    }

    .header-row {
        flex-wrap: wrap;
    }

    .menu-btn .sr-onlys {
        display: block;
        width: 50px;
        background-color: #fff;
        height: 3px;
        margin-bottom: 8px;
    }

    .menu-btn {
        display: inline-flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
    }

    .header-column1 {
        margin-left: 0;
        width: calc(100% - 115px);
        text-align: right;
        height: 100%;
    }


}



.my-page-title{
    width: 100%;
    flex-wrap: wrap;
}
.top-bar{
    float: left;
    width: 100%;
}
.my-page-title .bottom-bar{
    float: left;
    width: 100%;
}
.my-page-title .bottom-bar .fa{
    font-size:22px;
}
.my-page-title .bottom-bar .left .checkbox{
    font-size:18px;
    float: left;
    margin:0px 0 0 20px;
}
.my-page-title .bottom-bar .left .fa{
    color:#3755BC;
    margin:0 10px;
}
.my-page-title .bottom-bar .right .fa{
    color:#3755BC;
    font-size:30px;
}
.my-flex{
    display: flex;
}
.my-page-title .my-flex .left-column {
    width:200px;
}
.my-page-title .center-column a{
    font-size:24px;
    color:#3755BC;
}
.my-flex .fa-plus-circle{
    font-size:30px;
    color:green;
    position: relative;
    top: 3px;
}
.my-flex .left-column ul li {
    float: left;
    margin-right: 5px;
    font-size:30px;
}
.my-flex .left-column ul li a {
    font-size:30px;
    color:#3755BC;
}
.my-flex .left-column ul li a.active {
    font-weight: bold;
}
.btn-search{
    position: absolute;
    left: 0;
    right: auto;
    background: transparent;
    color: #000;
    padding: 6px 0px;
}
.search-field .white-field{
    padding-left: 20px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
}



.my-room-lists .room-column{
    /* width:18%; */
    /* height: 180px !important; */
}
.my-room-lists .room-column .room-inner-column{
    background-size: contain;
    align-items: flex-end;
    justify-content: center;
    padding: 0px;
    align-items: center;
    /* text-align: center; */
}

.my-room-lists .room-column .room-content h3 {
    font-size: 16px;
    line-height: 23px;
    text-align: center;
}
