.navbar .dropdown.text-end .dropdown-menu[data-bs-popper]{
    /*left: unset;
    right: 0;*/
    margin-top: 10px;
}

@font-face {
    font-family: 'PP Mori Regular';
    src: url('../fonts/PPMori-Regular.eot');
    src: url('../fonts/PPMori-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PPMori-Regular.woff2') format('woff2'),
        url('../fonts/PPMori-Regular.woff') format('woff'),
        url('../fonts/PPMori-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Mori Semi Bold';
    src: url('../fonts/PPMori-SemiBold.eot');
    src: url('../fonts/PPMori-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PPMori-SemiBold.woff2') format('woff2'),
        url('../fonts/PPMori-SemiBold.woff') format('woff'),
        url('../fonts/PPMori-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aeonik Regular';
    src: url('../fonts/Aeonik-Regular.eot');
    src: url('../fonts/Aeonik-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Aeonik-Regular.woff2') format('woff2'),
        url('../fonts/Aeonik-Regular.woff') format('woff'),
        url('../fonts/Aeonik-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body{ font-family: 'PP Mori Regular'; font-weight: 400; color: #ffffff; background-color: #f1f3f9;}
img{ max-width: 100%; vertical-align: top;}
.container{ padding: 0 20px;}
ul{ margin: 0px; padding: 0px; list-style: none;}
h1,h2,h3,h4,h5,h6{ margin: 0px;} 
a{ text-decoration: none;}
label{ vertical-align: top;}
svg{ vertical-align: top;}
.dropdown-item{
    font-size: 13px;
    line-height: 1.2;
    font-family: 'PP Mori Regular';
}
.modal .modal-content, .offcanvas {
    color: #000;
}
.main_content .text-muted {
    color: #fff !important;
}
.main_content .offcanvas .text-muted, .main_content .modal .text-muted {
    color: #6c757d!important;
}
.row{ margin-left: -20px; margin-right: -20px;}
.row>*{ padding-left: 20px; padding-right: 20px;}
.color-white{color: #fff;}
.login_info{ background: #fff; min-height: 100%;}
.login_info_left .container { max-width: max-content; min-width: auto; width: 100%;}
.logo{ margin: 0 0 87px; display: inline-block; vertical-align: top;} 
.logo img{ width: 300px; height: auto; }
.page_title{ font-size: 34px; line-height: 40px; color: #fff; margin: 0;}
.login_info_left .page_title{ margin: 0 0 20px; color: #000} 
.login_info_left form label{ font-size: 18px; line-height: 19px; color: #000; display: inline-block; margin: 0 0 9px; font-weight: bold;} 
.login_info .form-check-input[type="checkbox"]{
    margin-top: 0;
}
.login_info .form-control[type="text"], .login_info .form-control[type="password"], .login_info .form-control[type="email"]{ background: #213d74; border-radius: 6px; height: 39px; font-size: 12px; line-height: 16px; letter-spacing: 0.02em; color: #fff; padding: 0 15px; border: none; font-family: 'Aeonik Regular';}
.login_info .form-control[type="text"]::placeholder, .login_info .form-control[type="password"]::placeholder, .login_info .form-control[type="email"]::placeholder {
    color: #fff;
}
.form-control[type="color"]{
    max-width: 100px;
    height: 30px;
    padding: 5px;
}
.form-control{
    min-height: 40px;
}
.form-control:focus{ box-shadow: none;} 
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(5, 6, 27, 50%);
}
.form-control::-moz-placeholder { /* Firefox 19+ */
    color: rgba(5, 6, 27, 50%);
}
.form-control:-ms-input-placeholder { /* IE 10+ */
    color: rgba(5, 6, 27, 50%);
}
.form-control:-moz-placeholder { /* Firefox 18- */
    color: rgba(5, 6, 27, 50%);
}
.form_fields{ margin-bottom: 25px;}
.btn{ height: 37px; border-radius: 6px; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25); padding: 13px 17px 13px 18px; border: none; font-size: 13px; line-height: 14px; color: #fff; transition: all 0.3s linear;}       
.btn:hover, .btn:focus{ box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);}
.btn.btn-primary{ background: #213d74; }
.btn.btn-primary:hover, .btn.btn-primary:focus{ background: #4263a3; }
.btn.btn-success{ background: #4263a3; }
.btn.btn-success:hover, .btn.btn-success:focus{ background: #4263a3; }
.bootstrap-select .btn.dropdown-toggle {
    background-color: inherit;
    box-shadow: inherit;
    border: 1px solid #ced4da;
    height: auto;
    font-size: 14px;
    padding: 12px 10px;
    color: #212529 !important;
}
.login_info_left .btn{ margin-top: 2px; background-color: #b78e52;}
.login_info_left .btn:hover{ background-color: #b78e52;}
.login_info_right {display: flex; flex-wrap: wrap;
    align-items: stretch; background: linear-gradient(180deg, #1D215B 0%, rgba(21, 23, 57, 0) 100%);}
.login_info_right .login_info_right_img img { width: 100%;}
.login_info_right label { color: #FF3360; font-size: 24px; line-height: 23px; padding: 9px 0 0; margin: 0 0 19px;}
.login_info_right .card-title {  font-family: 'PP Mori Regular'; font-size: 23px;color: #ffffff; text-transform: uppercase;}
.login_info_right p { font-size: 14px; line-height: 20px; color: #fff; margin:15px 0px 30px 0px;}
.login_info_right_img{ margin-top: auto; width: 100%;}
.login_slider_info{ display: inherit; }
.login_slider_info .item{ height: 100%; display: flex; flex-direction: column; }

.login_slider_info.owl-loaded .col-12{
    width: 100% !important;;
}

.login_info_right .card-img{
    height: 100vh;
    min-height: 760px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.background-video {
   width: 100%;
   height: 100%;
   object-fit: cover;
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
}

.login_info_right .login_slider_info.owl-theme .owl-dots { margin-top: 25px; text-align: left; position: absolute;}
.login_info_right .owl-theme .owl-dots .owl-dot span{ margin: 0px; background: rgba(255,255,255,.3);}
.login_info_right .owl-theme .owl-dots .owl-dot{ margin: 0 7px;}
.login_info_right .owl-theme .owl-dots .owl-dot:first-child{ margin-left: 0px;}
.login_info_right .owl-theme .owl-dots .owl-dot.active span{ background: #fff;}
.login_slider_info { padding-right: 0px; width: auto; min-width: 100%; margin-left: 0; margin-right: 0;}
.login_mobile_img{ display: none;}
.login_info_right .card { border: none; }
.login_slider_info > div { padding-left: 0px; padding-right: 0px; background-color: #06071f; overflow: hidden;}
.login_info_right .card-body { padding: 0px;}
.login_info_right .card-body img {
    width: 100%;
}
.login_info_right .btn.btn-primary {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10%;
    text-transform: uppercase;
    max-width: 85%;
    margin: 0 auto;
    height: auto;
    line-height: 1;
    background-color: #fff;
    color: #000;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.login_info_left { width: calc(100% - 984px); }
.login_info_left .container { margin:100px auto; }
.login_info_right { width: 984px; }

.login_info_right .card-body .content { position: absolute; z-index: 2; top: 0; padding: 80px 20px 0px 20px; }

.btn.btn-danger {
    background: #b78e52;
}
.btn.btn-danger:hover {
    background: #b78e52db;
}
#board-lists .board-lists .card .card-header .card-title, .board-lists .card .card-header .card-title {
    color: #213d74;
}

@media (max-width: 1400px){
    .login_info_left { width: calc(50% - 6px); }
    .login_info_right { width: calc(50% + 6px); }
}

@media (max-width: 1200px){
    .login_info_left { width: calc(100% - 656px); }
    .login_info_left .container { margin:70px auto; }
    .login_info_right { width: 656px; }

    .login_info_right .card-body .content {
        padding: 60px 20px 0px 20px;
    }
}

@media (max-width: 992px){
    .login_info_left { width: 100% }
    .login_info_left .container { margin:40px auto 0; }
    .login_info_right { width: 100%; }

    .login_info_right .card-body .content {
        padding: 40px 20px 0px 20px;
    }
}

@media (max-width: 768px){
    .login_info_left { width: 100%; }
    .login_info_right { width: 100%; }
}

.main_content table.dataTable thead {
    background: #fff;
    color: #000;
}
.main_content table.dataTable tbody tr {
    background-color: rgba(255,255,255,0.2);
}
.main_content .table-wrapper label {
    color: #fff;
}
.main_content .table-wrapper .dataTables_wrapper .dataTables_length,
.main_content .table-wrapper .dataTables_wrapper .dataTables_filter {
    color: #fff;
    padding-bottom: 10px;
}
.main_content .table-wrapper .dataTables_wrapper .dataTables_info {
    color: #fff;
}
.main_content .table-wrapper .dataTables_wrapper .dataTables_paginate .paginate_button,
.main_content .table-wrapper .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    color: #fff !important;
}
.main_content .table-wrapper .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.main_content .table-wrapper .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.main_content .table-wrapper .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #fff;
    background-color: #fff;
    border: 1px solid #fff;
    color: #000 !important;
}
.main_content .table-wrapper .dataTables_wrapper .dataTables_paginate .ellipsis {
    color: #fff;
}
.main_content .table-wrapper .dataTables_wrapper .dataTables_filter input {
    background: #fff;
}
.main_content .table-wrapper .dataTables_wrapper .dataTables_filter input::placeholder {
    color: #000;
}
.main_content .table-wrapper .dataTables_wrapper .dataTables_length select {
    background-color: #fff;
}
.main_content .table_date_filter .form-label,
.main_content .table_date_filter .date_select .date_from_to label {
    color: #fff;
}

.sidebar{ width: 13%; min-width: 298px; max-width: 100%;}
.main { min-height: calc(100vh - 91px);} 
.main_content { width: calc(100% - 13%); max-width: calc(100% - 298px); background: #fff; border-radius: 30px 0px 0px 0px; padding: 43px 69px 20px 47px; display: flex; flex-direction: column;}  
.table-wrapper{ width: 100%; overflow: auto;}
.table-actions{ display: flex; gap: 12px; }
.dataTable a:not(.btn){ color: inherit; }
.dataTable a:not(.btn):hover, .dataTable a:not(.btn):not(.dropdown-item):focus{ color: #FF3360; }
.theme_bg{ background: var(--theme-color);}
.navbar{ padding: 0px; min-height: 91px; align-items: flex-start;}
.navbar > .container-fluid{ min-height: inherit;}
.navbar-brand{ padding: 0px; margin: 23px 0 0 0; align-self: flex-start;}
.navbar-brand img{ width: 300px; height: auto; max-width: 229px;}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{ padding-left: 20px; padding-right: 20px; }
.sidebar_logo { padding: 0 20px 0 27px; margin: 36px 0 59px;}
.sidebar_title{font-family: 'PP Mori Semi Bold'; font-weight: 600; font-size: 16px; line-height: 17px; color:#000; border-top: 1px solid #586d96; vertical-align: top;
    width: 100%; padding: 14px 0 0; }
.sidebar .sidebar_menu:first-child .sidebar_title{border-top: none;}
.sidebar_gap { padding: 0 25px 0 29px; }
.sidebar_menu.sidebar_gap.setting_btn ul {
    border-top: 1px solid #586d96;
    padding-top: 12px;
    display: block;
}
.sidebar_menu ul li.no-records a { text-align: center;border-left: 0; }
.sidebar_menu ul li a{ display: block; border-radius: 4px; background: var(--theme-color); font-size: 13px;
    line-height: 14px; letter-spacing: 0.01em; color: #fff; text-decoration: none; border-left: 5px solid transparent;
    padding: 13px 0 12px 11px; transition: all 0.3s linear;}
.sidebar_menu ul li a:hover{ border-left-color: #b78e52; background-color: #f1f1f1; color: #000;}
.sidebar_menu ul { margin: 15px 0 37px; }
.sidebar_menu ul li{ margin: 0px 0px 3px;}
.sidebar_menu ul li.active a{ border-left-color: #b78e52; background: #f1f1f1; color: #000;}
.priorities .sidebar_title{ padding: 12px 0px 0px;}
.priorities ul li div{ font-size: 12px; line-height: 13px; letter-spacing: 0.01em;
        color: #fff; text-decoration: none; padding: 0px; display: flex; flex-wrap: wrap; align-items: center;}
.priorities ul li .bullet{ width: 12px; height: 12px; border: 1px solid #FFFFFF; border-radius: 50%; 
    margin-right: 11px; }
.priorities ul .high_priority .bullet { background: #E02F38;}
.priorities ul .medium_priority .bullet { background: #EB7B14;}
.priorities ul .low_priority .bullet { background: #489F5B;}
.priority_count { width: 24px; height: 17px; background: rgba(206, 218, 218,20%); border-radius: 4px;     text-align: center;
    font-size: 10px; line-height: 11px; letter-spacing: 0.01em; font-family: 'Aeonik Regular'; padding: 3px 0; margin-left: auto; display: inline-flex;
    align-items: center; justify-content: center;}
.priority_text { max-width: calc(100% - 47px); margin: 0 5px 0 0;}
.priorities ul li {
    margin: 0px 0px 3px;
    border-radius: 4px;
    background: var(--theme-color);
    font-size: 13px;
    line-height: 14px;
    letter-spacing: 0.01em;
    color: #fff;
    padding: 13px 11px 12px 11px;
}
.priorities ul{ margin: 15px 0px 49px;}
.sidebar_bottom ul li a{ font-size: 13px; line-height: 13px; color: #000; text-decoration: none; 
    display: inline-block; vertical-align: top; padding: 3px 0 0;}
.sidebar_bottom li { line-height: normal; display: block; margin: 0 0 14px;}
.page_header{ font-size: 30px; line-height: 31px; font-weight: normal;} 
.dasboard_content .page_header{ font-size: 26px; line-height: 27px; font-family: 'PP Mori Semi Bold'; margin: 0 0 37px;}
.dasboard_content .page_header-flex{ margin: 0 0 37px;  }
.dasboard_content .page_header-flex .page_header{ margin: 0; }
.dasboard_content .page_header span{ font-size: 30px; line-height: 31px; color: #b78e52;}
.user span { color: #000; font-size: 14px; line-height: 15px; font-family: 'PP Mori Semi Bold';  margin: 0 0 0 16px;}
span.user_id{ font-size: 12px; line-height: 13px; font-family: 'PP Mori Regular'; color: #CEDADA;}
.user_info{ display: flex; flex-direction: column; text-align: left; margin-top: 3px;}
.user .dropdown-toggle::after{ display: none;}
.user{ margin-right: 53px;} 
.group_list {background: #F1F3F9; border-radius: 20px; padding:23px 26px 22px; display: flex; flex-wrap: wrap; color: #000;}
.group_list_title {font-size: 20px; line-height: 21px; font-family: 'PP Mori Semi Bold'; width: 100%; margin: 0;}
.group_list_info { width: 20%; position: relative; padding: 20px 20px;}
.group_list_inner_title { width: 100%; font-size: 16px; line-height: 17px;}
.group_list_info > span { font-size: 40px; line-height: 42px; display: block; margin: 10px 0 0;}
.group_list_info .group_list_inner_title.count {
    position: relative;
    display: inline;
}
.group_list_info .group_list_inner_title.count .count {
    color: #FF3360;
    position: absolute;
    top: -10px;
    font-size: 16px;
    font-weight: bold;
    right: -23px;
}
.group_list_info .total.count {
    color: #FF3360;
}
.group_list_info > span.justify-space-between {
    display: flex;
    justify-content: space-between;
}
.group_list_info > span .percentage{
    font-size: 20px;
}
.group_list_info > span .type{
    font-size: 20px;
}
.group_list_info:after { content: ""; width: 1px; height: 60px; border-right: 1px solid rgba(21, 23, 57, 0.25);
    display: inline-block; vertical-align: top; position: absolute; right: 0; top: calc(50% - 30px);}
.group_list_info:last-child:after{display: none;}
/* not bottom summary **/
.group_list:not(.group_list-summary_list) .group_list_info:nth-of-type(4n+0):after{ display: none;} 
.group_list_info:first-of-type { padding-left: 0; }
g.selector.start { display: none;}
g.selector.end { display: none;}
.text-danger { margin-top: 5px; display: block;}
.dasboard_content .container-fluid{ padding-left: 0px; padding-right: 0px;}
@keyframes bake-pie {
    from {
        transform: rotate(0deg) translate3d(0,0,0);
    }
}
.pieID { display: inline-block; vertical-align: top;}
.pie { height: 242px; width: 242px; position: relative; margin: 0 37px 0 98px;}
.pie::before { content: ""; display: block; position: absolute; z-index: 1; width: 146px; height: 146px; background: #EFF5F5; border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.pie::after { content: ""; display: block; width: 120px; height: 2px; background: rgba(0,0,0,0.1);
    border-radius: 50%; box-shadow: 0 0 3px 4px rgba(0,0,0,0.1); margin: 220px auto;}
.slice { position: absolute; width: 242px; height: 242px; clip: rect(0px, 242px, 242px, 121px); animation: bake-pie 1s;}
.slice span { display: block; position: absolute; top: 0; left: 0; background-color: black; width: 242px; height: 242px;
    border-radius: 50%; clip: rect(0px, 242px, 242px, 121px);}
.legend em { font-size: 14px; font-style: normal; line-height: 30px; letter-spacing: 0.02em; color: #05061B;}
.legend .pie_chart_count {float: right; display: none;}
.chart_bg { background: #EFF5F5; border-radius: 20px; padding: 36px 0 69px 34px; line-height: 100%; height: 100%;}
.chart_title{ font-size: 24px; line-height: 25px; margin: 0 0 40px;}
.chart_list .pie_chart{ width: calc(50% - 30px); padding-left: 10px; padding-right: 10px;}
.pie_chart.reasons_chart{ width: calc(50% + 30px); }
.chart_list {    margin-top: 20px;  margin-left: -10px; margin-right: -10px; color: #000;}
.chart_list>* { padding-left: 10px; padding-right: 10px;}
.pie_chart_bullet { width: 8px; height: 8px; float: left; border-radius: 50%; margin: 10px 12px 0 0;}
.summary_list .group_list{ background: #fff; border-radius: 20px; padding: 23px 26px 22px; color: #000;}
.summary_list { margin-top: 55px;}
.summary_list .group_list_info{ margin-bottom: 32px;}
.summary_list .group_list_info:nth-of-type(4n+1) { padding-left: 0;}
.summary_list .group_list_info:nth-of-type(4n):after { display: none;}

.statistic_list { margin-top: 20px; }
.statistic_list .group_list{ background: #EFF5F5;}
.statistic_list .group_list .statistic_data, .summary_list .group_list .statistic_data{ display: flex; flex-wrap: wrap; width: 100%; }
.statistic_list .group_list .statistic_data .group_list_info:nth-child(4n+1){ padding-left: 0; }
.statistic { display: flex; gap: 20px; align-items: center; justify-content: space-between; width: 100%; }
.statistic .date_select { display: flex; flex-wrap: nowrap; }

.call_statistic_list {
    border-radius: 20px;
    padding: 23px 11px 42px 26px;
    display: flex;
    flex-wrap: wrap;
    color: #000;
    background-color: #fff;
    gap: 15px;
}
.call_statistic_list_info {
    border-radius: 20px;
    width: calc(25% - 15px);
    padding: 15px;
    background-color: #f2f3f9;
    min-height: 180px;
    position: relative;
    border-bottom-right-radius: 0;
}
.call_statistic_list_info .triangle {
    width: 20px;
    position: absolute;
    bottom: -18px;
    right: 0;
}
.call_statistic_list_inner_title {
    width: 100%;
    font-size: 16px;
    line-height: 17px;
}
.call_statistic_list_info > span {
    font-size: 40px;
    line-height: 42px;
    display: block;
    margin: 10px 0 0;
}
.bg_golder {
    background-color: #b78e52;
    color: #fff;
}
.bg_blue {
    background-color: #213d74;
    color: #fff;
}

.report_table{ margin-top: 20px; }
.report_table .date_select{ margin-right: 0; }
.lead_reason_not_proceeding .archive_reasons_data, .roboreception_analysis .analysis_data{ overflow: auto; margin-top: 15px; }
.report_table table{ font-size: 14px; }
.roboreception_analysis table thead { background: linear-gradient(90deg, #2C307B 0%, #1E2159 100%); color: #fff; }
.roboreception_analysis table tfoot { background: linear-gradient(90deg, #2B2F7B 0%, #1D2058 100%); color: #fff; }
.report_table table thead{ vertical-align: top; }
.report_table table tbody{ color: #07081E; }
.report_table table tbody tr:nth-child(odd){
    background: #F1F3F9;
}
.report_table table tbody tr:nth-child(even){
    background: #E3E7F1;
}
.report_table table thead td{ font-style: italic;}
.report_table table thead th, .report_table table tfoot th,
.report_table table thead td, .report_table table tfoot td{
    border: none;
}
.lead_reason_not_proceeding table thead { background: linear-gradient(90deg, #689A9A 0%, #517C7C 100%); color: #fff; }
.lead_reason_not_proceeding table tfoot { background: linear-gradient(90deg, #699A9A 0%, #527D7D 100%); color: #fff; }
.report_table table td, .report_table table th {
    padding: 10px 2px;
    border-width: 6px 0;
    border-style: solid;
    border-color: #fff;
}
.report_table table th{
    padding-left: 10px;
    font-family: "PP Mori Semi Bold";
}
.offcanvas.schedule-report-modal {
    width: 70%;
}
#email-report-form {
    display: flex;
    gap: 15px;
    align-items: center;
}
.email_download_report{
    display: flex;
    gap: 15px;
    align-items: center;
}
#email-report-form .form-control {
    min-height: 37px;
}
#email-report-form select.form-control {
    width: 120px;
}

#graph { position: relative; width: 100%;}
#graph div.tooltip { position: absolute; text-align: center; padding: 9px 0; background: #fff; border: 0px; border-radius: 4px; pointer-events: none;
    color: #333; width: 49px; height: 37px; font-family: 'PP Mori Semi Bold'; filter: drop-shadow(rgba(0, 0, 0, 0.25) 0px 2px 4px);}
#graph div.tooltip:after { box-sizing: border-box; display: inline; width: 100%; line-height: 1;
    color: #ccc; content: ""; position: absolute; text-align: center; margin: -7px 0 0 0;
    top: 100%; left: 50%; color: #05061B; display: inline-block; width: 26px;
    height: 22px; transform: translate(-50%, 0px); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='22' viewBox='0 0 26 22' fill='none'%3E%3Cpath d='M12.9546 21.4481L0.768421 0.340974L25.1409 0.340977L12.9546 21.4481Z' fill='white'/%3E%3C/svg%3E");}
.bar_chart { margin-top: 20px;}
.bar_chart .chart_bg{ padding: 38px 0 69px 36px;}
.call_bar_chart .chart_bg{ padding: 38px 36px 69px 36px;}
.bar_chart svg text { font-size: 12px; line-height: 16px; letter-spacing: 0.02em; font-family: 'PP Mori Regular'; color: #05061B;}
.bar_chart svg .axis--y path.domain { display: none;}
.bar_chart svg .axis--y .tick line { display: none;}
.bar_chart svg .axis--x line{ display: none;}
.bar_chart svg .axis--x .domain { display: none;}
.bar_chart svg .bars .bar{ fill: #213d74; border-radius: 4px;}
.bar_chart svg .bars .bar:nth-child(even){ fill: #707296; }
.bar_chart svg .bars .bar.highlight{ fill: #b78e52;}
.inner_page_header{ font-size: 30px; line-height: 31px; display: inline-block; font-weight: 400; align-self: center;}
.inner_page_header span{color: #b78e52;}
.edit_board span { font-size: 11px; line-height: 13px; letter-spacing: 0.02em; color: #05061B; margin-left: 6px; font-family: 'PP Mori Semi Bold'; padding: 2px 0 0;}
.edit_board { display: inline-flex; align-self: center; flex-wrap: wrap; margin-left: 41px;}
.edit_board svg{height: 14px; width: 14px;}
.inner_search_bar .form-control{ background: none; padding: 0 16px; border: none;}
.inner_search_bar button.btn { padding: 12px; background: none; box-shadow: none; height: auto; margin-right: 0;}
.inner_search_bar button.btn.clear {display: none;}
.inner_search_bar button.btn:hover { background-color: transparent; }
.search-result-message { margin-left: 9px; max-width: 256px; position: absolute; }
.search-result-message span { margin-top: 5px; display: inline-block; color: #fff; font-size: 14px; }
.inner_search_bar .btn { margin-right: 12px;}
.inner_search_bar .input-group{ background: #fff; border-radius: 6px; width: 256px;
    max-width: 100%; margin-left: 9px;}
.inner_search_bar .input-group input::placeholder {color: #000;}
.form-select{ background-color: #ffffff; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='7' viewBox='0 0 9 7' fill='none'%3E%3Cpath d='M4.5 7L0.602885 0.25L8.39711 0.250001L4.5 7Z' fill='black'/%3E%3C/svg%3E"); background-size: 9px; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25); border-radius: 6px; height: 37px; font-size: 13px;
    line-height: 14px; color: #000; padding: 0 15px; border: none; background-position: center right 16px; width: 103px;}  
    .form-select option{ padding: 5px;}
.form-select:focus{ box-shadow: none;}
.date_select label{ color: #fff; font-family: 'PP Mori Semi Bold'; font-size: 13px; line-height: 14px; text-decoration: underline; margin: 0 0 5px; display: block;}
.date_select span{ width: 1px; height: 31px; border-left: 1px solid #D2D3DE; margin: 0 19px 0 15px;}
.date_select{ display: flex; flex-wrap: wrap; margin-right: 31px;}
#overview-form .date_select, #search-account-board-form .date_select{ margin-right: 0;}
.date_from_to{ width: 63px;}
.date_from_to input, .date_from_to .display-date { width: 100%; border: none; font-size: 13px; line-height: 14px; padding: 0;}
.date_from_to input{ width: 0; height: 0; border: none;}
.dasboard_content .date_from_to input{position: absolute;}
.date_from_to .text { font-size: 13px; line-height: 14px; cursor: pointer;}
.date_select .date_from_to:last-child{ width: 46px;}
.date_from_to input:focus{ outline: none;}
.board-list-data{ display: flex; gap: 22px; overflow: auto; flex-grow: 1; margin-bottom: 10px;}
.board-lists{ display: flex; gap: 22px; padding: 0 0 36px; padding-right: 22px;}
.board-lists:has(.list-group-item) { height: fit-content; }
.board-list-data::-webkit-scrollbar { height: 14px;width:14px;}
.board-list-data::-webkit-scrollbar-track { background: #f6f6f6; border-radius: 30px;}
.board-list-data::-webkit-scrollbar-thumb { background: #888; border-radius: 30px;}
.board-list-data::-webkit-scrollbar-thumb:hover { background: #999;}
.board-lists .item{ min-width: 328px;}
.board-lists .item .card .card-body .card-title{ cursor: pointer;}
.board-emails-list th, .board-emails-list td{ padding: 10px 5px;}
.board-lists .card{ background: #f1f3f9; border-radius: 16px; border: none; height: 100%;}
.board-lists .card .card-header{ background: linear-gradient(90deg,#fddf8a 20%,#b78e5e 100%); border-radius: 16px 16px 0 0; font-size: 16px;
    line-height: 17px; color: #fff; font-family: 'PP Mori Semi Bold'; padding: 0px 15px 0px 19px; display: flex;
    align-items: center; gap: 16px; min-height: 49px;}
.board-lists .card-body{ padding: 25px 16px; display: flex; flex-direction: column;}
.board-lists .card-body .edit-card-modal{ cursor: pointer; }
.board-lists .card-body .list-group{ min-height: 5px; flex-grow: 1; }
.board-lists .card-body .list-group .list-group-item { background: #FFFFFF;
    box-shadow: 0px 2px 6px rgba(23, 25, 60, 17%); border-radius: 10px; margin: 0 0 22px; border: none; padding: 0px 0px 20px 0px;}
.board-lists .card-body .list-group .list-group-item:last-child { margin-bottom: 0; }
.board-lists .card-body .list-group .list-group-item.review-received-animation { overflow: hidden; }
.inner_category_title{ font-size: 18px; line-height: 19px; letter-spacing: 0.01em; color: #05061B; font-family: 'PP Mori Semi Bold'; display: inline-block; vertical-align: top; width: 100%; margin: 19px 0 3px; padding: 0px;}
.badge{ height: 21px; font-size: 8px; line-height: 8px; letter-spacing: 0.12em; font-family: 'PP Mori Semi Bold'; text-transform: uppercase; padding: 7px 10px; border-radius: 20px; vertical-align: top; background: #17193B; color: #fff;}
.btn-group .dropdown-toggle { width: 20px; height: 20px; padding: 0; border-radius: 50%; text-align: center; background: #3B3C64; display: flex; align-items: center; justify-content: center; }
.btn-group .dropdown-toggle:hover {background: #3B3C64;}
.btn-group .dropdown-toggle:after{ display: none;}
.main_category_dropdown {gap:10px; align-items: center;}
.main_category_dropdown .dropdown-toggle{ background: #213d74; border-top-left-radius: 50% !important; border-bottom-left-radius: 50% !important;}
.main_category_dropdown .dropdown-toggle:hover {background: #213d74;}
.due_date_info > span{font-size: 9px; line-height: 9px; text-transform: uppercase; color: #05061B; display: inline-block; margin-right: 9px;}
.due_date_info > span label{ font-family: 'PP Mori Semi Bold';}
.due_date_info { display: inline-flex; align-items: center; float: right;}
.from_place { font-size: 18px; line-height: 19px; letter-spacing: 0.01em; color: #517C7C; display: block; padding:0px;}
.posted_wrap{ font-size: 10px; line-height: 10px; color: #5A5A5A; margin: 12px 0 22px; padding: 0px; display: flex; }
.posted_source{ margin-left: 10px; padding-left:  10px; border-left: solid 1px #5A5A5A;}
.messages { font-size: 10px; line-height: 10px; text-transform: uppercase; color: #05061B; font-family: 'PP Mori Semi Bold';     display: inline-flex;
    align-items: center; flex-wrap: wrap; margin: 0px; margin-right: 10px;}
.messages:hover{ color: #05061B;}
.messages svg, .messages i{ margin-right: 6px;}
.messages i { font-size: 18px; }
.board-lists .card-body .list-group .list-group-item .icons {
    display: flex;
    gap: 5px;
}
.board-lists .card-body .list-group .list-group-item .btn.review-received {
    position: absolute;
    bottom: 20px;
    right: 20px;
    height: auto;
    padding: 7px 10px;
    display: flex;
    gap: 5px;
}
#confetti_canvas {
    position: absolute;
    margin: auto;
    width: 512px;
    height: 350px;
    top: 0;
    bottom: 0;
    left: -120px;
    right: 0;
    z-index: 9;
}
.board-lists .card-body .list-group .list-group-item .icons .messages.email,
.board-lists .card-body .list-group .list-group-item .icons .messages.sms {
    position: relative;
}
.board-lists .card-body .list-group .list-group-item .icons .messages.email span,
.board-lists .card-body .list-group .list-group-item .icons .messages.sms span {
    width: 15px;
    height: 15px;
    background: #ff3360;
    border-radius: 50%;
    position: absolute;
    top: -6px;
    right: -4px;
    text-align: center;
    color: #fff;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.board-lists .card-body > .btn{ margin: 0px auto 25px; display: block; padding: 13px 17.5px;}
.board-lists .card-body > .btn svg{ vertical-align: top; margin-right: 6px;} 
.board-lists .card-body .board_list_action { margin-bottom: 25px; display: flex; gap: 10px;  justify-content: center; }
.page_header_title { margin-bottom: 32px;}
.board-lists-add{ min-width: 328px; border: 2px dashed #B1B2CA; border-radius: 20px; align-self: flex-start; min-height: 281px;}
.board-lists-add .card { border: none; border-radius: 20px; min-height: inherit; background: var(--theme-color);}
.board-lists-add .card-body{ margin: auto; flex: 0 1 auto; text-align: center;}
.btn-secondary { background: #f1f1f1; padding: 13px 14px; color: #000; }
.btn-secondary svg, .btn-primary svg{ margin-right: 6px;}
.btn-secondary svg path { fill: #000; }
.btn-secondary:hover svg path { fill: #fff; }
.ui-state-highlight{ background: rgba(210, 211, 222, 0.44); border: none; border-radius: 20px;}
.card-title{ margin: 0px; font-size: 20px;}
.edit_existing_field{ background: #FFFFFF; border: 1px solid #7C81F1; border-radius: 4px; height: 27px; font-size: 16px;
    line-height: 17px; padding: 0 9px; font-family: 'PP Mori Semi Bold'; color: #151739;}
.list-content-textbox{ width: 100%;}
.invite_users{ display: flex; flex-wrap: wrap; align-items: center; font-size: 12px; line-height: 14px; gap: 4px; }
.invite_users a .profile-pic{ 
    width: 26px;
    height: 26px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 12px; line-height: 1; font-family: 'PP Mori Semi Bold'; letter-spacing: 2px;
}
.invite_users a .profile-pic img{
    object-fit: cover;
}
/*.invite_users_list{ width: 26px; height: 26px; font-size: 12px; line-height: 14px; color: #FFFFFF; border-radius: 50%;
    text-align: center; padding: 7px 0; font-family: 'PP Mori Semi Bold';}   */
.invite_users_list_more{ width: 23px; height: 23px; background: #FFFFFF; font-size: 10px; font-family: 'PP Mori Semi Bold'; color: #17193B; line-height: 12px; text-align: center; border-radius: 50%;
    padding: 6px 0; margin: 0 0 0 -6px; color: #17193B;}
.invite_users_list_more:hover{color: #17193B;} 
.invite_users_list:hover{color: #fff;}
.invite_link_share a { font-family: 'PP Mori Semi Bold'; display: flex; padding: 10px 17px;
    align-items: center; gap: 10px;}
.invite_link_share { margin-right: 23px; margin-left: 23px;}
.offcanvas-header .btn-close, .edit-cart-popup .close-popup .btn-close{ background: none; padding: 0px; margin: 0px; opacity: 1;
    width: 29px; height: 29px; background-color: var(--theme-color); border: none; border-radius: 50%; display: flex; justify-content: center; align-items: center;} 
.offcanvas-header .btn-close svg path, .edit-cart-popup .close-popup .btn-close svg path { fill: #fff; }
.offcanvas-header .btn-close:focus{ box-shadow: none;}
.offcanvas-header{ padding: 29px 23px 14px;} 
.message_info .due_date_info > span{ margin-right: 0px; font-size: 14px; line-height: 14px;}
.message_info{ margin-top: 27px;}
.message_info .inner_category_title{ padding: 0px;}
.message_info .from_place{ padding: 0px;}
.offcanvas{ width: 512px;}
.board-setting-modal.offcanvas{ width: 650px;}
.board-setting-modal.offcanvas .offcanvas-header, #board-setting-modal.offcanvas .offcanvas-header { padding: 29px 57px 14px;} 
.practice_setting_btn {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.practice_setting_btn li {
    max-width: 250px;
    width: 100%;
}
.practice_setting_btn li a {
    display: block;
    text-align: left;
}
.offcanvas-body{ padding: 0 57px;}
.message_description { padding: 0; }
.message_description p { margin-bottom: 19px; font-size: 14px; line-height: 19px; letter-spacing: 0.02em; color: #05061B;}
.nav-tabs .nav-link{ background: #EFF5F5; box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25); width: 111px; height: 39px; border: none;
    border-radius: 0; font-size: 14px; line-height: 15px; letter-spacing: 0.01em; font-family: 'PP Mori Semi Bold'; color: #05061B; margin: 0 6px 0 0; padding: 0;}
.nav-tabs .nav-link.active { background: #000; color: #fff;}
.add_comment { text-align: center; border: 2px dashed #B1B2CA; border-radius: 20px; padding: 14px 0px; margin:21px 0 19px;}
.messages_list{ background: #EFF5F5; border-radius: 20px; padding: 27px 54px 0 0; margin: 0 0 15px;}
.messages_list .message_body { display: inline-block; width: calc(100% - 55px);}
.messages_list .comment-icon { margin: 0 20px 0 19px;}
.message_body label { font-size: 14px; line-height: 15px; font-family: 'PP Mori Semi Bold'; display: block; margin: 0 0 4px;}
.message_body span{ font-size: 10px; line-height: 10px; color: #5A5A5A; margin: 0 0 16px; display: block;}
.message_body p { font-size: 12px; letter-spacing: 0.02em; color: #000; line-height: 16px;}
.nav-tabs{ border-bottom: 1px solid #CDD5D5; margin-top: 22px;}
.group_list_left_portion { width: calc(100% - 221px); padding: 26px 26px;}
.group_list_right_portion{ background:linear-gradient(90deg,#fddf8a 20%,#b78e5e 100%); align-self: stretch; width: 221px; border-radius: 0px 20px 20px 0; padding: 26px 26px;}
.group_list_right_portion .btn{
    width: 100%;
}
.group_list_right_portion .btn:not(:last-child){
    margin-bottom: 10px;
}
.main_grouplist { padding: 0; margin: 0 0 20px;}
.card_actions label{ font-size: 18px; line-height: 19px; letter-spacing: 0.01em; color: #000; font-family: 'PP Mori Semi Bold'; margin-right: auto;}
.card_actions .btn { width: 110px;}
.card_actions .btn:not(:last-child) { margin-right: 0;}
#card-bottom-content .form-check.spoken_with_lead {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-bottom: 0;
    justify-content: flex-end;
}
#card-bottom-content .form-check label.form-check-label {
    font-size: 13px;
    line-height: 13px;
}
#card-bottom-content .form-check.spoken_with_lead .form-check-input {
    margin-top: 0;
}
.add_comment .file_upload, #upload_attachment_file .file_upload, #card-form-data-submit .file_upload, .card-activity-data-form .file_upload{ width: 119px; height: 37px; background:#213d74 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='18' viewBox='0 0 9 18' fill='none'%3E%3Cpath d='M5.71658 0.00204653C4.87988 -0.0268427 4.06491 0.251082 3.44965 0.77495C2.83444 1.29897 2.46878 2.02631 2.43295 2.79811V13.4704C2.4512 13.9519 2.67536 14.4072 3.0564 14.7367C3.43742 15.0661 3.94435 15.2428 4.46618 15.2283C4.98818 15.2428 5.4951 15.0661 5.8761 14.7367C6.25712 14.4072 6.48128 13.9519 6.49954 13.4704V4.84674C6.49954 4.59941 6.35657 4.37093 6.12454 4.24734C5.89251 4.12375 5.60657 4.12375 5.37454 4.24734C5.14251 4.37093 4.99954 4.59941 4.99954 4.84674V13.4704C4.99954 13.6732 4.75512 13.8441 4.46635 13.8441C4.17757 13.8441 3.93317 13.6731 3.93317 13.4704L3.933 2.79811C3.96966 2.3938 4.17725 2.01888 4.51106 1.75469C4.84471 1.49052 5.27782 1.35814 5.71659 1.38624C6.15519 1.35812 6.5883 1.49052 6.92212 1.75469C7.25577 2.01887 7.46336 2.3938 7.5 2.79811V14.1902C7.44609 14.877 7.10089 15.5166 6.53923 15.97C5.97759 16.4236 5.24481 16.6544 4.5 16.6125C3.75519 16.6544 3.02241 16.4236 2.46077 15.97C1.89913 15.5166 1.55391 14.877 1.5 14.1902V4.84674C1.5 4.59941 1.35703 4.37093 1.125 4.24734C0.892967 4.12375 0.607029 4.12375 0.375 4.24734C0.142971 4.37093 0 4.59941 0 4.84674V14.1902C0.0532372 15.2445 0.556285 16.2367 1.39937 16.9498C2.24246 17.663 3.35726 18.0394 4.5 17.9967C5.64274 18.0394 6.75754 17.663 7.60063 16.9498C8.44372 16.2367 8.94677 15.2445 9 14.1902V2.79811C8.96417 2.02628 8.59855 1.29897 7.9833 0.77495C7.36809 0.251086 6.55311 -0.0268241 5.71654 0.00204653H5.71658Z' fill='white'/%3E%3C/svg%3E") no-repeat center left 11px;      position: relative;
    z-index: 1; padding: 13px 0 13px 20px; color: #fff}
.add_comment{ position: relative;}
.add_comment input[type="file"] { width: 119px; opacity: 0; height: 37px; cursor: pointer; position: absolute; left: 50%;
    transform: translate(-50%, 0px); cursor: pointer;}
#upload_attachment_file .file_name{ font-size: 14px; }
.upload_img_info b{ font-family: 'PP Mori Semi Bold'; font-size: 14px; line-height: 19px; letter-spacing: 0.02em; color: #000;  display: block;}
.upload_img_info span{ font-size: 14px; line-height: 19px; letter-spacing: 0.02em; color: #000; }
.uploaded_image_info img { max-width: 60px;}
.upload_img_info { padding: 0 0 0 21px; max-width: calc(100% - 60px);}
.uploaded_image_info { position: relative; background: #EFF5F5; border-radius: 20px; padding: 13px 15px 12px 15px; margin: 0 0 13px;}
.uploaded_image_info .btn-group{ position: absolute; top: 15px; right: 15px; }
.list-group-top-portion{ padding: 10px 13px 8px 18px; border-radius: 10px 10px 0 0;}
.list-group-content-info{padding: 0 20px;}
.priority_high .list-group-top-portion{ background: #E02F38;}
.priority_high .badge{ background: #fff; color: #17193B;}
.priority_high .due_date_info > span{ color: #fff;}
.priority_high .btn-group .dropdown-toggle{ background: #FFFFFF;}
.priority_high .btn-group .dropdown-toggle circle{ fill: #17193B;}

.priority_medium .list-group-top-portion{ background: #EB7B14;}
.priority_medium .badge{ background: #fff; color: #17193B;}
.priority_medium .due_date_info > span{ color: #fff;}
.priority_medium .btn-group .dropdown-toggle{ background: #FFFFFF;}
.priority_medium .btn-group .dropdown-toggle circle{ fill: #17193B;}

.priority_low .list-group-top-portion{ background: #489F5B;}
.priority_low .badge{ background: #fff; color: #17193B;}
.priority_low .due_date_info > span{ color: #fff;}
.priority_low .btn-group .dropdown-toggle{ background: #FFFFFF;}
.priority_low .btn-group .dropdown-toggle circle{ fill: #17193B;}

.priority_high_badge{ background: #E02F38;}
.priority_medium_badge{ background: #EB7B14;}
.priority_low_badge{ background: #489F5B;}

.forget_password{ color: #000; margin: 11px 0; line-height: normal; float: right; text-decoration: underline;}
.forget_password:hover {color: #000;}
.group_list_info > label > b{ font-family: 'PP Mori Semi Bold'; }
.bullet2 { width: 12px; height: 12px; border-radius: 50%; line-height: normal;
    margin: 2px 9px 0 0; float: left;}
.high_priority_bullet{ background: #E02F38;}
.medium_priority_bullet{ background: #EB7B14; }
.low_priority_bullet{ background: #489F5B; }
tr.disable td { text-decoration: line-through; }
tr.disable td:last-child { text-decoration: none; }
.view-data tr th, .view-data tr td {
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
}
.view-data tr:last-child th, .view-data tr:last-child td {
    border: 0;
}
.picture-container{
    position: relative;
    cursor: pointer;
    text-align: center;
}
.picture-container .picture{
    width: 100px;
    height: 100px;
    color: #FFFFFF;
    margin: 0px auto;
    overflow: hidden;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    margin-bottom: 15px;
}
.picture-container.user .picture{
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
.picture-container input[type="file"] {
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0 !important;
    position: absolute;
    top: 0;
    width: 100%;
}
.picture-container .picture-src{
    width: 100%;
}
.navbar .user .profile-pic{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 16px; line-height: 1; font-family: 'PP Mori Semi Bold'; letter-spacing: 2px;
}
.navbar .user .profile-pic img{
    object-fit: cover;
}

.board-edit-buttons{
    display: flex;
    gap: 12px;
    margin-left: 30px;
}

.sidebar_logo a{
	display: inline-flex;
    align-items: flex-start;
    /*flex-wrap: wrap;*/
    align-items: center;
}
.sidebar_logo a .account-logo,
.sidebar_logo a .account-initials{
    width: 46px;
    height: 46px;
    border-radius: 4px;
    overflow: hidden;
}
.sidebar_logo a .account-initials{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #b78e52;
    color: #FFFFFF;
    font-size: 16px; line-height: 1; font-family: 'PP Mori Semi Bold'; letter-spacing: 2px;
}
.sidebar_logo a .account-logo img{
    object-fit: cover;
}
.sidebar_logo > a > span {
    font-size: 18px;
    line-height: 24px;
    color: #213d74;
    max-width: calc(100% - 63px);
    margin-left: 17px;
    font-weight: bold;
}
#add-user-form .row .col-md-12.col-sm-12 {
    display: flex;
    flex-direction: column;
}
#add-user-form .row .col-md-12.col-sm-12 > div {
    order: 2;
}
#add-user-form .row .col-md-12.col-sm-12 .picture-container.user {
    order: 1;
}
#user-list {
    width: 100%;
}
#user-list .delete-row, #user-list .resend-invite-email {
    width: auto;
    padding: 10px;
}
#user-list tr.item td:nth-child(1) {
    max-width: 120px;
}
#user-list tr.item td {
    padding-right: 5px;
    padding-bottom: 5px;
}
#user-list tr.item td:last-child {
    padding-right: 0;
    display: flex;
    gap: 5px;
}

#pie-chart, #treatment-types-pie-chart, #channels-pie-chart, #review-pie-chart {
    width: 100%;
    height: 250px;
    position: relative;
}
#pie-chart .no-records, #treatment-types-pie-chart .no-records, #channels-pie-chart .no-records, #review-pie-chart .no-records {
    position: absolute;
    top: 30%;
    width: 60%;
    line-height: 20px;
}   
#pie-chart path, #treatment-types-pie-chart path, #channels-pie-chart path, #review-pie-chart path {
    stroke-width:0;
}
#pie-chart circle, #treatment-types-pie-chart circle, #channels-pie-chart circle, #review-pie-chart circle {
    r: 4;
}
#pie-chart g[column-id], #treatment-types-pie-chart g[column-id], #channels-pie-chart g[column-id], #review-pie-chart g[column-id] {
    height: 20px !important;
}
#pie-chart g[column-id] rect, #treatment-types-pie-chart g[column-id] rect, #channels-pie-chart g[column-id] rect, #review-pie-chart g[column-id] rect{
    height: 20px !important;
}
#pie-chart text, #treatment-types-pie-chart text, #channels-pie-chart text, #review-pie-chart text{
    font-style: normal;
    line-height: 30px;
    letter-spacing: 0.02em;
    fill: #05061B;
    font-size: 12px;
}
.google-visualization-tooltip{
    pointer-events: none;
}
#search-board-form .input-group, #search-account-board-form .input-group {
    background: #fff;
    border-radius: 6px;
}
#search-board-form .form-control, #search-account-board-form .form-control {
    background: none;
    border: none;
}
#search-board-form .input-group input::placeholder, #search-account-board-form .input-group input::placeholder {
    color: #000;
}
#search-board-form .btn, #search-account-board-form .btn {
    padding: 0;
    background: none;
    box-shadow: none;
    height: auto;
    margin-right: 12px;
}
.pie_chart .chart_top {
    display: flex;
}
.pie_chart .chart_top input{
    background-color: transparent;
}
.bar_chart .chart_top {
    display: flex;
}
.bar_chart .chart_top input{
    background-color: transparent;
}
#field-mapping table td{
    padding: 10px 0;
}
#field-mapping table tr td:first-child {
    padding-left: 0 !important;
}
#field-mapping table tr td:last-child {
    padding-left: 15px;
}
#field-mapping table td .text-muted{
    font-size: 14px;
    margin-top: 5px;
}

.sidebar-search-box{
    margin-top: 15px;
}
.sidebar-search-box .input-group {
    background: #fff;
    border-radius: 6px;
}
.sidebar-search-box .form-control {
    background: none;
    border: none;
    min-height: 35px;
}
.sidebar-search-box .btn {
    padding: 0;
    background: none;
    box-shadow: none;
    height: auto;
    margin-right: 12px;
}
.sidebar-search-box .btn:hover{
    background: none;
}
.sidebar-search-box .btn svg path{
    fill:var(--theme-color);
}
.board_view .main_content, .board_edit .main_content {
    height: 100vh;
    position: sticky;
    top: 0;
}
.board_view .board-list-data, .board_edit .board-list-data{
    max-height: 70vh;
}
#card_file_preview img {
    max-width: 100px;
}
#card-form-data-submit h5.title{
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}
#card-form-data-submit{
    display: flex;
    flex-direction: column;
}
#board-lists .board-lists .card .card-header {
    font-size: 16px;
    line-height: 17px;
    color: #fff;
    font-family: 'PP Mori Semi Bold';
    padding: 0;
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 49px;
    position: sticky;
    top: 0;
    z-index: 2;
    border-radius: 0;
    border-bottom: 0;
    background: var(--theme-color);
}
.board-lists .card .card-header.edit-list-title{
    align-items: flex-start;
}
.board-lists .card .card-header.edit-list-title .email_flow_icon{
    display: none;
}
.board-lists .card .card-header.edit-list-title .btn-group.main_category_dropdown {
    padding-top: 16px;
}
.board-list-edit-form-submit .action {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}
#board-lists .board-lists .card .card-header .list-content {
    background: linear-gradient(90deg,#fddf8a 20%,#b78e5e 100%);
    padding: 0px 15px 0px 19px;
    min-height: inherit;
    width: 100%;
    border-radius: 16px 16px 0 0;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}
#board-lists .board-lists .item[data-review-column="1"] .list-content,
#board-lists-edit .board-lists .item[data-review-column="1"] .card .card-header {
    color: #000;
}
#board-lists .board-lists .item[data-review-column="1"] .card .card-header,
#board-lists-edit .board-lists .item[data-review-column="1"] .card .card-header{
    border-bottom: none;
}
#board-lists .board-lists .item[data-review-column="1"][data-review-column-enable="0"] .card .list-content,
#board-lists .board-lists .item[data-review-column="1"][data-review-column-enable="0"] .card .card-body .board_list_action,
#board-lists .board-lists .item[data-review-column="1"][data-review-column-enable="0"] .card .card-body .list-group {
    pointer-events: none;
}
.board-lists .roboreview_column_msg {
    color: #fff;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.board-lists .roboreview_column_msg a {
    color: #fff;
    text-decoration: none;
    color: #ff3360;
}
.board-lists .roboreview_column_msg a:hover {
    text-decoration: underline;
}
#board-lists .board-lists .item[data-review-column="1"][data-review-column-enable="0"] .card .list-content,
#board-lists-edit .board-lists .item[data-review-column="1"][data-review-column-enable="0"] .card .card-header{
    background: #808080;
}
#board-lists .board-lists .item[data-review-column="1"] .card,
#board-lists-edit .board-lists .item[data-review-column="1"] .card {
    background: var(--theme-color);
}
#board-lists .board-lists .item[data-review-column="1"] .card .card-body,
#board-lists-edit .board-lists .item[data-review-column="1"] .card .card-body {
    background: rgba(206,218,218,10%);
}
#board-lists .board-lists .item[data-review-column="1"][data-review-column-enable="0"] .card .card-body .btn-secondary,
#board-lists .board-lists .item[data-review-column="1"][data-review-column-enable="0"] .card .card-body .btn-primary{
    background: #808080;
}
.board-lists .item.unsortable, .board-lists .item[data-review-column="1"] {
    order: 1;
    margin-left: 75px;
    margin-right: 75px;
}
.board-lists .item.tooltip-box .tooltip {
    display: none;
}
/* .board-lists .item.tooltip-box:hover .tooltip {
    opacity: 1;
    width: 300px;
    top: 50px;
    left: -300px;
    display: block;
} */
.board-lists .item.tooltip-box .tooltip .tooltip-inner {
    width: 100%;
    max-width: 100%;
    padding: 1rem 1rem;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    background-color: #fff;
    color: #07081E;
    padding: 0;
    text-align: left;
    font-family: 'PP Mori Regular';
    font-weight: 400;
    color: #07081E;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.5);
}
.board-lists .item.tooltip-box .tooltip .tooltip-inner .title {
    padding: 1rem 1rem;
    color: #ff3360;
    border-bottom: 1px solid #dee2e6;
}
.board-lists .item.tooltip-box .tooltip .tooltip-inner .content {
    padding: 1rem 1rem;
}
.board-lists .item.tooltip-box .tooltip .tooltip-arrow::before{
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.board-lists .item.tooltip-box .tooltip .tooltip-arrow {
    right: -9px;
    top: 30px;
    rotate: 90deg;
}
.board-lists .card .card-header .list-content .card-title{
    display: flex;
    align-items: center;
    gap: 10px;
}
.board-lists .card .card-header .list-content:not(.list-content-textbox) .card-title {
    padding-top: 5px;
    padding-bottom: 5px;
}
table.source-data th, table.source-data td {
    padding: 10px 5px;
}
.offcanvas table.source-data td {
    word-break: break-word;
}
table#comment-list, table#attachment-list, table#email-list{
    width: 100%;
}
table#comment-list th, table#comment-list tr.item td, table#attachment-list th, table#attachment-list tr.item td,
table#email-list th, table#email-list tr.item td{
    padding: 10px 5px;
    border-bottom: 1px solid #ccc;
}
table#comment-list tr:last-child td, table#attachment-list tr:last-child td, table#email-list tr:last-child td{
    border: 0;
}
table#attachment-list td .img_preview, table#attachment-list td .file_name{
    margin-bottom: 10px;
}
table#attachment-list td .img_preview img{
    max-width: 60px;
}
#comment-list .item td .added_date {
    font-size: 12px;
    color: #5A5A5A;
    margin-top: 5px;
    display: block;
}
table#comment-list input, table#comment-list textarea,
table#email-list input, table#email-list textarea,
table#attachment-list input, table#attachment-list textarea {
    background-color: #EFF5F5;
}
table#comment-list input,
table#email-list input,
table#attachment-list input {
    border-radius: 8px;
}
table#comment-list textarea,
table#email-list textarea,
table#attachment-list textarea {
    border-radius: 20px;
}
table#comment-list .form-control:focus,
table#email-list .form-control:focus,
table#attachment-list .form-control:focus{
    background-color: #FFFFFF;
}

.image-box{
    display: flex;
    align-items: center;
    gap: 15px;
}
.image-box .image {
    width: 20%;
}
.image-box .image img {
    max-height: 40px;
}

.email-sequence-lists .items, 
.email-template-lists .items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.email-sequence-lists .items .card.email-sequence-add-item {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 30px;
}
.email-sequence-lists .items .card.email-sequence-add-item .card-body {
    background: none;
    border: 2px dashed #B1B2CA;
    border-radius: 20px;
}
.email-sequence-lists .items .card.email-sequence-add-item .card-body,
.email-template-lists .items .card.email-template-add-item .card-body {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: none;
}
.email-sequence-lists .items .card .email-sequence-add-content,
.email-template-lists .items .card .email-template-add-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.email-sequence-lists .items .card .email-sequence-add-content .title,
.email-template-lists .items .card .email-template-add-content .title {
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}
.email-template-lists .items .card .email-template-add-content .title{
    font-weight: normal;
}
.email-template-lists .items .card .email-template-add-content .subtitle {
    color: #fff;
    font-weight: 600;
}
.email-sequence-lists .items .card {
    background-color: transparent;
    border: none;
    min-height: 297px;
    border-radius: 20px;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 30px;
}
.email-sequence-lists .items .card.ui-sortable-helper .card-data{
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}
.email-sequence-lists .items .card .card-data {
    min-height: 297px;
    display: flex;
    flex-direction: column;
    background: #F1F3F9;
    padding: 25px;
    border-radius: 25px;
    color: #000;
}
.email-sequence-lists .items .card .card-title{
    font-weight: 600;
    line-height: normal;
}
.email-template-lists .items .card .card-title {
    font-family: 'PP Mori Regular';
    font-style: normal;
    font-weight: 400 !important;
    font-size: 20px;
    line-height: 21px;
    color: #213d74;
}
.email_templates .page_header_title .link {
    color: #fff;
}
.email-sequence-lists {
    padding-bottom: 50px;
}
.email-sequence-lists .accordion-item {
    background-color: var(--theme-color);
}
.email-sequence-lists .email-flow-title {
    font-weight: 600;
    font-size: 22px;
    color: #fff;
    padding-bottom: 20px;
}
.email-template-lists .items .card {
    width: 100%;
    margin-bottom: 30px;
    background-color: transparent;
    border: none;
    border-radius: 20px;
    position: relative;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.email-template-lists .items .card.step{
    margin-bottom: 0;
}
.email-template-lists .items {
    margin-right: -35px;
    margin-left: -35px;
}
.email-sequence-lists .accordion-item {
    border: none;
}
.email-sequence-lists .accordion-button:focus{
    background: none;
    box-shadow: none;
}
.email-sequence-lists .accordion-button{
    font-weight: 600;
    font-size: 22px;
    color: #fff;
    background: none;
    box-shadow: none;
    border-radius: 0;
    border-top: 1px solid #fff;
    padding-left: 0;
    padding-right: 0;
}
.email-sequence-lists .accordion-button:not(.collapsed)::after{
    transform: rotate(0deg);
}
.email-sequence-lists .accordion-button:after{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNiAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjI2IiBoZWlnaHQ9IjI2IiBmaWxsPSIjMUUxRTFFIi8+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8wXzEpIj4KPHJlY3Qgd2lkdGg9IjE3MjgiIGhlaWdodD0iMTExNyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE1MjAgLTY3MCkiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8wXzEpIi8+CjxyZWN0IHg9Ii0xMjIyIiB5PSItNTc5IiB3aWR0aD0iMTQ5NyIgaGVpZ2h0PSIxMTM5IiByeD0iMzAiIGZpbGw9IndoaXRlIi8+CjxjaXJjbGUgY3g9IjEzIiBjeT0iMTMiIHI9IjEyIiBmaWxsPSJ3aGl0ZSIgc3Ryb2tlPSIjM0IzQzY0IiBzdHJva2Utd2lkdGg9IjIiLz4KPHBhdGggZD0iTTggMTFMMTMgMTZMMTggMTEiIHN0cm9rZT0iIzNCM0M2NCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9nPgo8ZGVmcz4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzBfMSIgeDE9Ijg2NCIgeTE9IjAiIHgyPSI4NjQiIHkyPSIxMTE3IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiMxRTIxNUIiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjMDUwNjFCIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMF8xIj4KPHJlY3Qgd2lkdGg9IjE3MjgiIGhlaWdodD0iMTExNyIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNTIwIC02NzApIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==");;
    transform: rotate(-180deg);
    width: 26px;
    height: 26px;
    background-size: 26px;
}
.email-sequence-lists .accordion-item .accordion-body {
    padding-left: 0;
    padding-right: 0;
}
.email-sequence-lists .accordion .items .card .card-data{
    background-color: #fff;
    border-radius: 20px;
}
.email-template-lists .items .card .card-data {
    min-height: 235px;
    display: flex;
    flex-direction: column;
    background: #F1F3F9;
    padding: 20px;
    border-radius: 0px 0px 25px 25px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.email-template-lists .items .card .card-body, .email-template-lists .items .card .card-footer {
    padding: 0;
}
.email-template-lists .items .card.email-template-add-item {
    display: flex;
    justify-content: flex-end;
}
.email-template-lists .items .card.email-template-add-item .card-body {
    max-height: 284px;
    border: 2px dashed #B1B2CA;
    min-height: 284px;
    border-radius: 20px;
}
.email-template-lists .items .card .card-body .description {
    font-family: 'PP Mori Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #07081E;
}
.email-sequence-lists .items .card .card-header {
    display: flex;
    align-items: center;
    border: none;
    background: none;
    margin-bottom: 15px;
    position: relative;
}

.email-template-lists .items .card.arrow .card-top-bar:before {
    content: "";
    display: block;
    height: 6px;
    width: 48px;
    background: url(../images/right-arrow.svg);
    position: absolute;
    top: 55px;
    left: -26px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.email-template-lists .items .card.arrow .card-top-bar:after {
    content: "";
    display: block;
    height: 6px;
    width: 48px;
    background: url(../images/right-arrow.svg);
    position: absolute;
    top: 55px;
    right: -24px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.email-template-lists .items .card:nth-last-child(2) .card-top-bar:after,
.email-template-lists:not(.drag-drops) .items .card:last-child .card-top-bar:after,
.email-template-lists .items .card.arrow.ui-sortable-helper .card-top-bar:before,
.email-template-lists .items .card.arrow.ui-sortable-helper .card-top-bar:after,
.email-template-lists .items .card.arrow.ui-sortable-placeholder .card-top-bar:after,
.email-template-lists .items .card.arrow.ui-sortable-placeholder .card-top-bar:before{
    display: none;
}
.email-template-lists .items .card .card-header{
    background: none;
    border: none;
    padding: 0;
    position: relative;
}
.email-template-lists .items .card .card-top-bar {
    display: flex;
    justify-content: space-between;
    font-family: 'PP Mori Regular';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 23px;
    color: #07081E;
    margin-bottom: 10px;
}
.email-template-lists .items .card .card-top-bar .days {
    font-size: 13px;
    font-weight: normal;
    text-decoration: underline;
    cursor: pointer;
    color: #fff;
}
.email-template-lists .items .card .card-top-bar .position {
    color: #fff;
}
.email-template-lists .items .card .card-top-bar .position span {
    color: #b78e52;
}
.email-template-lists .items .card .card-header .cart-top {
    display: flex;
    align-items: center;
    background: linear-gradient(90deg,#fddf8a 20%,#b78e5e 100%);
    border-radius: 16px 16px 0 0;
    line-height: 17px;
    color: #fff;
    padding: 0px 15px 0px 19px;
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 49px;
}
.email-template-lists .items .card .card-header .cart-top .btn-group .dropdown-toggle {
    background: #666AC5;
}
.email-template-lists .items .card .card-body,
.email-template-lists .items .card .card-footer {
    background-color: #F1F3F9;
    border: none;
}
.email-sequence-lists .items .card .card-footer {
    border: none;
    background: none;
}
.email-template-lists .items .card .card-footer,
.email-sequence-lists .items .card .card-footer{
    display: flex;
    gap: 8px;
    justify-content: space-between;
    align-items: center;
}
.email-template-lists .items .card .card-footer .right-action,
.email-sequence-lists .items .card .card-footer .right-action{
    display: flex;
    gap: 10px;
}
.email-template-lists .items .card .card-footer .right-action a,
.email-sequence-lists .items .card .card-footer .right-action a{
    font-family: 'PP Mori Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
    text-decoration-line: underline;
    color: #07081E;
    margin-right: 0px;
}
.email-sequence-lists .items .ui-sortable-placeholder,
.email-template-lists .items .ui-sortable-placeholder{
    visibility: visible !important;
}
.email-template-lists .items .card.ui-sortable-placeholder .card-content {
    background-color: #F1F3F9;
    border-radius: 25px;
    width: 100%;
    height: 100%;
}
.email-sequence-lists .items .card .card-header, 
.email-sequence-lists .items .card .card-body, 
.email-sequence-lists .items .card .card-footer {
    padding: 0;
}
.email-sequence-lists .items .card .card-footer {
    display: flex;
    gap: 15px;
}
.email-template-lists .items .card .card-footer .btn,
.email-sequence-lists .items .card .card-footer .btn {
    width: max-content;
    height: auto;
    padding: 14px 10px;
    line-height: 1;
}
.back-link {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-right: 30px;
    font-family: 'PP Mori Regular';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 16px;
}
.back-link, .back-link:hover {
    color: #fff;
}
.back-link svg path {
    fill: #fff;
}
.link{
    text-decoration-line: underline;
    margin-right: 20px;
}
.page_header_title .link {
    width: 50%;
    font-size: 13px;
}
.link, .link:hover {
    color: #000;
    line-height: normal;
}
.bottom-arrow.unsortable {
    display: block;
    clear: both;
    width: 100%;
    min-height: 55px;
    max-height: 55px;
    background: url(../images/bottom-arrow.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    max-width: 70%;
    margin-top: -10px;
}
.email-template-lists .items .card.disable .btn,
.email-template-lists .items .card.disable .list-content,
.email-template-lists .items .card.disable .card-body,
.email-template-lists .items .card.disable .right-action a,
.email-sequence-lists .items .card.disable .btn,
.email-sequence-lists .items .card.disable .card-body,
.email-sequence-lists .items .card.disable .list-content{
    opacity: 0.5;
}
.email-sequence-lists .items .card.disable .btn:hover,
.email-template-lists .items .card.disable .btn:hover,
.email-template-lists .items .card.disable .right-action a:hover{
    opacity: 1;
}

.editor_header {
    background: #ffffff;
    padding: 10px 0;
    margin: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}
.editor_header .logo{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
}
.editor_header .logo img{
    max-width: 34px;
}
.editor_header .title{
    display: flex;
    justify-content: center;
    align-items: center;
}
.editor_header .title .page_title {
    color: #151739;
    font-size: 15px;
    line-height: 16px;
    font-weight: 600;
}
.editor_header .action{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}
.email_template_editor {
    display: flex;
    margin-top: 57px;
}
.email_template_editor .email_template_content {
    background: var(--theme-color);
    width: 55%;
    padding: 100px;
}
#email-body-content {
    box-shadow: 0px 2px 10px #333;
    max-width: 615px;
    margin: auto;
}
.email_template_editor .email_template_content .email-subject {
    color: #fff;
    font-size: 18px;
    max-width: 615px;
    margin: auto;
}
.email_template_editor .email_template_content .email-subject p strong {
    letter-spacing: 1px;
}
.email_template_editor .email_template_content.full_width {
    width: 100%;
}
.email_template_editor .email_template_content.full_width .content-view {
    max-width: 615px;
    width: 100%;
    margin: auto;
}
.email_template_editor .email_template_content .content-view {
    background: #fff;
    width: 100%;
    max-width: 615px;
    margin: auto;
    min-height: 70vh;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.email_template_editor .email_template_content .content-view .block-content{
    position: relative;
    cursor: pointer;
}
.email_template_editor .email_template_content.full_width .content-view .block-content .action{
    display: none;
}
.email_template_editor .email_template_content .content-view .block-content .action {
    position: absolute;
    top: -12px;
    right: 40px;
    display: flex;
    gap: 4px;
}
.email_template_editor .email_template_content .content-view .block-content .action .arrow {
    background: #213d74;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    transition: all 0.3s ease;
}
.email_template_editor .email_template_content .content-view .block-content .action .arrow:hover{
    background: #1C1F54;
}
.email_template_editor .email_template_content .content-view .block-content .action .arrow.remove {
    background: #b78e52;
}
.email_template_editor .email_template_content .content-view .block-content .action .arrow.remove:hover {
    background: #b78e52;
}
.email_template_editor .email_template_content .content-view .block-content .content-data img{
    width: 100%;
    border-radius: 20px;
}
.email_template_editor .email_template_content .content-view .block-content.quote-content-block .content-data .quote-img {
    width: auto;
    border-radius: 0;
}
.email_template_editor .email_template_content .content-view .block-content.quote-content-block .content-data span.svg{
    display: none;
}
.email_template_editor .email_template_content .content-view .title-content-block,
.email_template_editor .email_template_content .content-view .review-content-block{
    background: #F1F3F9;
    border: 2px solid #B1B2CA;
    border-radius: 20px;
}
.email_template_editor .email_template_content .content-view .title-content-block .content-data{
    padding: 35px;
}
.email_template_editor .email_template_content .content-view .title-content-block .content-data .title{
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    color: #07081E;
}
.email_template_editor .email_template_content .content-view .image-text-content-block .content-data,
.email_template_editor .email_template_content .content-view .image-image-content-block .content-data{
    display: grid;
    grid-template-columns: 48% 48%;
    gap: 20px;

}
.email_template_editor .email_template_content .content-view .block-content .content-data .text-content {
    background:#F1F3F9;
    border: 2px solid #B1B2CA;
    border-radius: 20px;
    padding: 30px 20px;
    padding-bottom: 14px;
    color: #000;
}
.text-content[data-alignment="center"], .text-content.center {
    text-align: center;
}
.text-content[data-alignment="left"],.text-content.left {
    text-align: left;
}
.text-content[data-alignment="right"],.text-content.right {
    text-align: right;
}
.email_template_editor .email_template_content .content-view .title-content-block:hover,
.email_template_editor .email_template_content .content-view .block-content:hover .content-data .text-content {
    background: linear-gradient(0deg, rgba(102, 106, 197, 0.3), rgba(102, 106, 197, 0.3)), #F1F3F9;
}
.email_template_editor .email_template_content .content-view .full-width-text-content-block .content-data .text-content .title,
.email_template_editor .email_template_content .content-view .image-text-content-block .content-data .text-content .title{
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #07081E;
    padding-bottom: 15px;
}
.email_template_editor .email_template_content .content-view .quote-content-block .text-content p .details{
    padding: 0 5px;
}
.email_template_editor .review-content-block .content-data {
    padding: 10px 5px;
}

.email_template_editor .email_template_options {
    background: linear-gradient(180deg, var(--theme-color) 0%, #05061B 100%);
    width: 45%;
    height: 100%;
    padding: 100px 40px;
    color: #fff;
    position: fixed;
    right: 0;
}
.email_template_editor .email_template_options .top_bar{
    border-bottom: 1px solid rgba(255,255,255,0.2);
    margin-bottom: 52px;
}
.email_template_editor .email_template_options .top_bar .title {
    font-weight: 600;
    font-size: 20px;
    line-height: 21px;
    display: inline-flex;
    padding-bottom: 10px;
    margin-bottom: -1px;
}
.email_template_editor .email_template_options .top_bar .title.active{
    border-bottom: 3px solid #b78e52;
}
.email_template_editor .email_template_options .option-items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.email_template_editor .email_template_options .option-items .option-item {
    flex: 0 0 auto;
    width: 30.6%;
    display: flex;
    flex-direction: column;
    min-height: 134px;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
}
.email_template_editor .email_template_options .option-items .option-item .item-top {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    min-height: 101px;
    background: #666AC5;
    transition: all 0.3s ease;
}
.email_template_editor .email_template_options .option-items .option-item:hover .item-top {
    background: #ffffff;
}
.email_template_editor .email_template_options .option-items .option-item:hover .item-top .add-icon svg path{
    fill: #ffffff;
    transition: all 0.3s ease;
}
.email_template_editor .email_template_options .option-items .option-item:hover .item-top .add-icon svg circle,
.email_template_editor .email_template_options .option-items .option-item:hover .item-top .icon svg path{
    fill: #666AC5;
    transition: all 0.3s ease;
}
.email_template_editor .email_template_options .option-items .option-item:hover .item-top .icon svg rect,
.email_template_editor .email_template_options .option-items .option-item:hover .item-top .icon svg line{
    stroke: #666AC5;
    transition: all 0.3s ease;
}
.email_template_editor .email_template_options .option-items .option-item .item-top .add-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    display: flex;
}
.email_template_editor .email_template_options .option-items .option-item .item-bottom {
    display: flex;
    background: #5256A4;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}
.email_template_editor .email_template_options .option-items .option-item .item-bottom .title{
    font-size: 12px;
    line-height: 13px;
}
.email_template_update .offcanvas-backdrop.show,
.board_email_template_update .offcanvas-backdrop.show,
.feature_announcement_edit .offcanvas-backdrop.show,
.feature_announcement_add .offcanvas-backdrop.show {
    opacity: 0;
    z-index: 7;
}
.email-template-editor-block-modal{
    background: linear-gradient(180deg, var(--theme-color) 0%, #05061B 100%);
    color: #ffffff;
    width: 46%;
    border-left: 0;
}
.email-template-editor-block-modal .note{
    font-size: 14px;
}
.email-template-editor-block-modal .offcanvas-header .btn-close svg path{
    fill: #ffffff;
}
.email-template-editor-block-modal .offcanvas-body form h2{
    padding-bottom: 57px;
}
.email-template-editor-block-modal .offcanvas-body form .form-control{
    background: #090A23;
    border: 1px solid #6469A8;
    border-radius: 20px;
    color: #ffffff;
    padding: 20px;
    font-weight: 400;
    
}
.email-template-editor-block-modal .offcanvas-body form select.form-control {
    padding: 10px 20px;
    border-radius: 10px;
}
.email-template-editor-block-modal .offcanvas-body form textarea.form-control[name="title_details"]{
    font-size: 22px;
}
.email-template-editor-block-modal .offcanvas-body form input.form-control{
    font-size: 20px;
}
.email-template-editor-block-modal .offcanvas-body form textarea.form-control{
    font-size: 16px;
}
.email-template-editor-block-modal form .btn-primary {
    width: 100%;
}
.email-template-editor-block-modal {
    z-index: 8;
    margin-top: 57px;
}


.board_notifications .notification_link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    background: rgba(42,45,111, 0.5);
    border-radius: 50%;
}
.board_notifications .notification_link.disable {
    background: rgba(158,158,158, 0.5);
    pointer-events: none;
}
.board_notifications .notification_link .circle_border {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #666AC5;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    background: rgba(42,45,111, 0.5);
    position: relative;
}
.board_notifications .notification_link.disable .circle_border{
    border: 2px solid #808080;
    background: #dddddd;
}
.board_notifications .notification_link.disable .circle_border svg path{
    fill: #808080;
}
.board_notifications .notification_link .circle_border .unread {
    width: 20px;
    height: 20px;
    background: #FF3360;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    right: -8px;
    opacity: 0;
    text-align: center;
    color: #fff;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 21px;
}
.board_notifications .notification_link .circle_border .unread.active{
    opacity: 1;
}
.board-notification-modal.offcanvas {
    width: 452px;
    background: linear-gradient(180deg, var(--theme-color) 0%, #05061B 100%);
    margin-top: 91px;
    border: 0;
}
.board-notification-modal .offcanvas-header{
    display: none;
}
.board-notification-modal .offcanvas-body{
    padding: 52px 40px;
    color: #fff;
}
.board-notification-modal .top_bar{
    padding-left: 26px;
    margin-bottom: 30px;
}
.board-notification-modal .top_bar .title{
    font-size: 24px;
    padding-bottom: 15px;
}
.board-notification-modal .top_bar .subtitle{
    font-size: 14px;
}
.board-notification-modal .notification-items {
    list-style-type: none;
    padding: 0;
}
.board-notification-modal .notification-items .item {
    position: relative;
}
.board-notification-modal .notification-items .item .unread-circle {
    width: 10px;
    height: 10px;
    background: #FF3360;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    right: 30px;
}
.board-notification-modal .notification-items .item .notification_type {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    cursor: pointer;
}
.board-notification-modal .notification-items .item .action {
    position: absolute;
    right: 27px;
    bottom: 8px;
    display: none;
}
.board-notification-modal .notification-items .item .action > div{
    cursor: pointer;
    display: flex;
}
.board-notification-modal .notification-items .item .delete {
    position: absolute;
    bottom: 9px;
    right: 10px;
    display: flex;
    cursor: pointer;
}
.board-notification-modal .notification-items .item a.item-data {
    color: #fff;
    padding: 17px 20px 20px 25px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.board-notification-modal .notification-items .item a.item-data .action_by {
    position: absolute;
    right: 50px;
    bottom: 7px;
    font-size: 12px;
}
.board-notification-modal .notification-items .item.unread a.item-data,
.board-notification-modal .notification-items .item:hover a.item-data{
    border-left: 8px solid #1D1F57;
    background: rgb(29 31 87 / 30%);
    padding-left: 17px;
}
.board-notification-modal .notification-items .item:hover .action {
    display: block;
}
.board-notification-modal .notification-items .item a.item-data .day{
    font-size: 10px;
}
.board_view .user,
.board_edit .user,
.board_email_settings .user,
.board_email_sequences .user,
.board_email_templates .user {
    margin-right: 20px;
}
.card-details .card_actions.active .edit-card {
    display: none;
}
.card-details .card_actions.active .save-card,
.card-details .card_actions.active .cancel-card{
    display: inline-block;
}
.card-details .card_actions .save-card, .card-details .card_actions .cancel-card{
    display: none;
}
.card-form-details .input{
    display: none;
}
.card-form-details.active .value{
    display: none;
}
.card-form-details.active .input {
    display: block;
}
.card-form-details.active .input label {
    font-size: 12px;
    font-family: 'PP Mori Regular';
    color: #05061B;
    letter-spacing: 0.02em;
}
.card-form-details.active .input .form-control {
    font-size: 14px;
}
.card-activity-data-form {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #CDD4D4;
}
.card-activity-data-form.comment-edit-form {
    padding-bottom: 30px;
    margin-bottom: 0;
    border-bottom: none;
}
.card-activity-data-form .action {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.card-activity-data-form .action a {
    font-size: 14px;
}
.card-activity-data-form textarea {
    border-radius: 20px;
}
.card-activity-data-form input{
    border-radius: 8px;
}
.card-activity-data-form input,
.card-activity-data-form textarea,
.card-activity-data-form select {
    background-color: #EFF5F5;
}
.card-activity-data-form select {
    background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) .5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}
.patient-details .patient-data .input{
    display: none;
}
.patient-details.active .patient-data .input{
    display: block;
}
.patient-details .cancel-patient{
    margin-right: 10px;
}
.patient-details .save-patient,
.patient-details .cancel-patient{
    display: none;
}
.patient-details.active .save-patient,
.patient-details.active .cancel-patient{
    display: inline-block;
}
.patient-details.active .patient-data .value,
.patient-details.active .edit-patient{
    display: none;
}
#card-bottom-content .patient-details .top_bar .action a.btn{
    padding: 13px 10px;
}

.activity-feed .nav-tabs .nav-link {
    width: auto;
    height: auto;
    padding: 10px 15px;
    background: #fff;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
}
.activity-feed-items .activity-feed-item {
    border-bottom: 1px solid #CDD4D4;
    margin-bottom: 25px;
}
.activity-feed-items .activity-feed-item .btn-group{
    align-items: center;
}
.activity-feed-items .activity-feed-item .dropdown-toggle {
    border-radius: 60px;
}
.activity-feed .nav-tabs .nav-link.active {
    background: #000;
    color: #fff;
}
.activity-feed-items .activity-feed-item .top_bar .days {
    font-size: 12px;
    font-weight: 600;
    color: #000;
    font-family: 'PP Mori Regular';
}
.activity-feed-items .activity-feed-item .content .details .comment-content {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}
.activity-feed-items .activity-feed-item .card-email-content-view-modal{
    cursor: pointer;
}
div#attachments-tab-target .add_comment .file_upload {
    width: auto;
    padding: 10px 20px 10px 40px;
    line-height: 22px;
}
#card-bottom-content .top_bar {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 15px;
    align-items: center;
}
#card-bottom-content .top_bar .action {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
#card-bottom-content .top_bar .action .link {
    margin-right: 0;
}
#card-bottom-content .patient-details .patient-data tr td:first-child {
    font-size: 12px;
    font-family: 'PP Mori Regular';
    color: #05061B;
    letter-spacing: 0.02em;
    min-width: 90px;
}
#card-bottom-content .patient-details .patient-data tr td label{
    font-size: 12px;
    font-family: 'PP Mori Regular';
    color: #05061B;
    letter-spacing: 0.02em;
    display: flex;
    gap: 5px;
    margin-top: 15px;
}
.activity-feed-items .activity-feed-item.attachment .uploaded_image_info {
    width: 100%;
    background: #FFFFFF;
    border-radius: 20px;
    margin-top: 10px;
}
.edit-cart-popup .offcanvas-header {
    display: none;
}
.edit-cart-popup .offcanvas-body .cart-data .email-flow-details .email_flow_input {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
}
.edit-cart-popup .offcanvas-body .cart-data .email-flow-details .email_flow_input .btn-deactivate {
    margin-left: 12px;
}
.edit-cart-popup .offcanvas-body .cart-data .email-flow-details .email_flow_input .form-control {
    background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    background-color: #151739;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    color: #fff;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;

}
.edit-cart-popup .offcanvas-body .cart-data .email-flow-details .action {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.edit-cart-popup .offcanvas-body .cart-data .email-flow-details .action a.link {
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
    text-decoration-line: underline;
    color: #07081E;
}
#card-bottom-content .patient-details .patient-data tr td:last-child {
    font-family: 'PP Mori Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #05061B;
}
#card-bottom-content .patient-details .patient-data tr td:last-child select, 
#card-bottom-content .patient-details .patient-data tr td:last-child input.form-control {
    font-size: 14px;
}
.activity-feed-items .details p, .activity-feed-items .content .added_by {
    font-size: 14px;
}
.activity-feed-items .activity-feed-item.email .details p {
    margin-bottom: 0;
}
#card-bottom-content .top_bar .action a {
    font-size: 13px;
}
#card-bottom-content .top_bar .title {
    font-size: 18px;
    line-height: normal;
    letter-spacing: 0.01em;
    color: #05061B;
    font-family: 'PP Mori Semi Bold';
    display: inline-block;
    vertical-align: top;
}

.activity-feed-items .activity-feed-item .top_bar {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    margin-bottom: 20px;
}
.activity-feed-items .activity-feed-item .top_bar .icon {
    margin-right: 20px;
    display: flex;
}
.activity-feed-items .activity-feed-item .top_bar .expand-email{
    display: flex;
}
.activity-feed-items .activity-feed-item .top_bar .tooltip-box .tooltip{
    display: none;
}
.activity-feed-items .activity-feed-item .top_bar .tooltip-box:hover .tooltip {
    opacity: 1;
    width: 100px;
    top: -40px;
    left: -42px;
    display: flex;
    justify-content: center;
}
.email-flow-details .btn-deactivate.active {
    color: #fff;
    background: #517C7C;
    padding: 13px 14px;
}
.email-flow-details .btn-deactivate{
    background: #BCCFCF;
    color: #151739;
    padding: 13px 14px;
}

.edit-cart-popup {
    width: 80%;
}
.edit-cart-popup .offcanvas-body {
    padding: 0px;
}
.edit-cart-popup .offcanvas-body .cart-data {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    min-height: 100vh;
}
.edit-cart-popup .offcanvas-body .cart-data>div {
    width: 50%;
    padding: 60px 40px;
    position: relative;
}

.close-popup {
    position: absolute;
    top: 10px;
    right: 40px;
}
.close-popup .btn-close {
    width: 29px;
    height: 29px;
    border: 2px solid #D2D3DE;
    background-image: none;
    line-height: 0;
    border-radius: 60px;
}
.message_info .due_date_info > span {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 9px;
    text-transform: uppercase;
    color: #05061B;
}
.edit-cart-popup .offcanvas-body .cart-data>div#card-bottom-content .card_actions {
    display: inline-flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
}
.edit-cart-popup .offcanvas-body .cart-data>div#card-bottom-content .card_actions a {
    font-style: normal;
    font-weight: 400;
    font-size: 13px !important;
    line-height: 14px !important;
}
.edit-cart-popup .offcanvas-body .cart-data>div#activity-feed {
    background: #EFF5F5;
}
.edit-cart-popup .offcanvas-body .cart-data>div#card-bottom-content{
    background: #fff;
}
.edit-cart-popup .offcanvas-body .cart-data>div#activity-feed .nav-tabs {
    box-shadow: none;
    margin-bottom: 30px;
    flex-wrap: nowrap;
}
.edit-cart-popup .offcanvas-body .cart-data>div#activity-feed .nav-tabs .nav-link {
    box-shadow: none !important;
    border: none !important;
}

.loader {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #0000004f;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}
.loader.active{
    display: flex;
}
.loader .lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.loader .lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.loader .lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #FF3360;
  margin: -4px 0 0 -4px;
}
.loader .lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.loader .lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.loader .lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.loader .lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.loader .lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.loader .lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.loader .lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.loader .lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.loader .lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.loader .lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.loader .lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.loader .lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.loader .lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.loader .lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.loader .lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.loader .lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.tooltip-box{
    display: inline;
    position: relative;
}
.tooltip-box .copy-tooltip {
    display: none;
    opacity: 1;
    top: -50px;
    left: 0;
    width: 100%;
}
.tooltip-box .copy-tooltip.active{
    display: flex;
    justify-content: center;
}
.tooltip-box .tooltip .tooltip-arrow::before{
    border-top-color: #333;
}
.tooltip-box .tooltip-inner{
    background-color: #333;
}

.left-menu {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #fff;
}
.navbar.navbar-light .navbar-brand{
    width: 13%;
    min-width: 298px;
    max-width: 100%;
}
.navbar .navbar-collapse{
    width: calc(100% - 13%);
    max-width: calc(100% - 298px);
}
#patient-form-data {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.due_time .bootstrap-datetimepicker-widget{
    max-width:200px;
}
.bootstrap-datetimepicker-widget .btn{
    position:relative;
    overflow:hidden;
}
.bootstrap-datetimepicker-widget .btn span::after {
    content:"\f077";
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 10px;
    overflow: unset;
    clip: unset;
    border: 0;
    position:absolute;
    background-color:#489F5B;
    font: normal normal normal 14px/1 FontAwesome;
    border-radius:5px;
    color:#fff;
}
.bootstrap-datetimepicker-widget .btn::after{
    background-color:#000;
}
.bootstrap-datetimepicker-widget .btn:hover span::after{
    background-color:#517C7C;
    color:#fff;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"] span::after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"] span::after{
    content:"\f077";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"] span::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"] span::after{
    content:"\f078";
}

.email-data.hide_all .email-content {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
}
.email-data.hide_all .email-content::after {
    content: "";
    display: block;
    width: 100%;
    height: 21px;
    bottom: 0;
    position: absolute;
    left: 0;
    backdrop-filter: blur(1px);
}
.email-data .read{
    text-align: center;
}
.email-data .read .read_more {
    font-weight: bold;
    color: #07081E;
    font-size: 15px;
}
.sidebar_menu.hide_data{
    margin-bottom: 37px;
}
.sidebar_menu:not(.hide_data) .sidebar_title.droup-down .fa-chevron-down{
    transform: rotate(180deg);
}
.sidebar_menu .sidebar_title.droup-down {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.sidebar_menu ul li.call_list{
    position: relative;
}
.sidebar_menu ul li.call_list .count_notification{
    width: 20px;
    height: 20px;
    background: #FF3360;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    right: -8px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 21px;
}
.estimated_value_input{
    position: relative;
}
.estimated_value_input label[for="estimated_value"]::before {
    content: attr(data-currency);
    position: absolute;
    left: 0;
    top: 26px;
    width: 25px;
    z-index: 99999999999;
    height: 40px;
    text-align: center;
    line-height: 40px;
}
.estimated_value_input input[name="estimated_value"] {
    padding-left: 25px;
}
table td .patient_name{
    position: relative;
}
table td .patient_name .new_enquiry {
    width: 20px;
    height: 20px;
    background: #FF3360;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    right: -23px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 21px;
    font-family: fantasy;
}

#move-column-card-modal .modal-dialog {
    max-width: 550px;
}


@media (max-width: 1550px){
    .login_info_left .container{ margin: 103px 0 0 100px;}
}
.operator-data {
    position: relative;
}
#operator_form_data .dataTables_filter {
    float: left;
    margin-bottom: 15px;
}
#operator_form_data .dataTables_filter input {
    height: 35px;
    font-size: 14px;
}
#operator-form-list {
    border-top: 1px solid #ccc;
}
.table_date_filter {
    display: flex;
    justify-content: flex-end;
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
}
.table_date_filter .form-control {
    height: 35px;
    min-height: 35px;
    padding: 5px;
    font-size: 14px;
    line-height: normal;
}
.table_date_filter .date_select {
    display: flex;
    gap: 15px;
    margin-right: 0;
}
.table_date_filter form > span, .table_date_filter .date_select span {
    width: 1px;
    border-left: 1px solid #D2D3DE;
    height: auto;
    margin: 0;
}
.table_date_filter .date_select .date_from_to {
    width: 75px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.table_date_filter .date_select .date_from_to label {
    color: #151739;
    font-size: 13px;
    line-height: 14px;
    margin: 0 0 5px;
    display: block;
}
.table_date_filter .date_select .date_from_to .text {
    font-size: 13px;
    line-height: 14px;
}
.table_date_filter .date_select .date_from_to input {
    width: 0;
    height: 0;
    border: none;
    font-size: 13px;
    line-height: 14px;
    padding: 0;
}
.table_date_filter form {
	display: flex;
    gap: 15px;
}
.table_date_filter .form-label {
    color: #151739;
    font-size: 13px;
    margin-bottom: 5px;
    line-height: 14px;
}
.table_date_filter .select_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.operator-form-view-popup.offcanvas {
    max-width: 100%;
    width: 720px;
}
.operator_form_view_data {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.operator_form_view_data .item .label {
    font-weight: bold;
}
.text-muted .copy {
    cursor: pointer;
}

.announcement-view .modal-dialog {
    max-width: 615px;
}
.announcement-content .action {
    display: flex;
    justify-content: center;
    gap: 15px;
}
.announcement-content h1,.announcement-content h2,
.announcement-content h3,.announcement-content h4,
.announcement-content h5,.announcement-content h6 {
    color: #07081E;
    margin: 14px 0 9px;
}
.announcement-content p{
    color: #07081E;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 16px;
}
.announcement-content a, .announcement-content a:hover {
    color: #b78e52 !important;
    text-decoration: none;
}
.announcement-content .block-content {
    margin-bottom: 40px;
}
.announcement-content .block-content .action {
    display:none;
}
.announcement-content .block-content .content-data img {
    width:100%;
    border-radius: 20px;
}
.announcement-content .block-content .content-data .text-content h3 {
    padding-bottom: 15px;
    margin: 0;
}
.announcement-content .title-content-block .content-data .title {
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    color: #07081E;
    font-weight: normal;
    margin: 0;
}
.announcement-content .image-text-content-block .content-data > div,
.announcement-content .image-image-content-block .content-data > div {
    display: inline-block;
    width: 47%;
    vertical-align: top;
    padding: 0 !important;
}
.announcement-content .image-text-content-block .content-data > div.image-content,
.announcement-content .image-image-content-block .content-data > div.image-content.image1 {
    margin-right: 20px;
}
.announcement-content .image-text-content-block .content-data .text-content h3 {
    margin-top: 0;
}
.announcement-content .quote-content-block svg {
    display: none;
}
.announcement-content .quote-content-block .content-data .quote-img {
    width: auto;
    border-radius: 0;
}
.announcement-content .quote-content-block .text-content p .details {
    padding: 0 5px;
}
.announcement-content .text-content.center {
    text-align: center;
}
.announcement-content .text-content.left {
    text-align: left;
}
.announcement-content .text-content.right {
    text-align: right;
}

/*@media (max-width: 1450px){*/
    .group_list_info{ width: 25%; }

@media (max-width: 1450px){
    .summary_list .group_list_info:nth-of-type(5n+1) { padding-left: 20px;}
    .summary_list .group_list_info:nth-of-type(5n):after { display: inline-block;}
    .summary_list .group_list_info:nth-of-type(4n+1) { padding-left: 0;}
    .summary_list .group_list_info:nth-of-type(4n):after { display: none;}
}
/*}*/

@media (max-width: 1300px){
    .main_content{ padding: 43px 35px 0px;}
}

@media (max-width: 1200px){
    .login_info_right .login_slider_info {
        padding-right: 0px;
        width: auto;
        min-width: 100%;
    }
    .login_info_right p {
        font-size: 14px;
        line-height: 22px;
    }
    .login_info_right .card-title {
        font-family: 'PP Mori Regular';
    }
    .email_template_editor .email_template_options .option-items .option-item {
        width: 29.76%;
    }


    .inner_page_header {
        font-size: 26px;
    }
    .page_header_title .btn.btn-primary {
        line-height: 1;
        padding: 8px 10px;
        font-size: 13px;
    }
    .email-template-lists .items .card .card-header .cart-top {
        line-height: 1;
        color: #fff;
        padding: 6px 13px 5px 13px;
        gap: 10px;
        min-height: 53px;
    }
    .email-template-lists .items .card .card-footer .btn, .email-sequence-lists .items .card .card-footer .btn {
        padding: 12px 8px;
    }
    .email-template-lists .items .card {
        padding-right: 25px;
        padding-left: 25px;
    }
    .email-template-lists .items .card .card-top-bar {
        font-size: 18px;
        line-height: normal;
        margin-bottom: 8px;
    }
    .email-template-lists .items .card:nth-child(3n-1) .card-top-bar:before {
        width: 44px;
        top: 55px;
        left: -22px;
        background-size: 74%;
        background-position: center;
    }
    .email-template-lists .items .card:nth-child(3n-1) .card-top-bar:after {
        width: 44px;
        background-size: 74%;
    }
    .email-template-lists .items .card .card-body .description {
        font-size: 15px;
        line-height: normal;
    }
    .email-template-lists .items .card .card-footer {
        display: flex;
        gap: 8px;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }
    .email-template-lists .items .card .card-title {
        font-size: 16px;
    }
    .email-sequence-lists .items .card .email-sequence-add-content .title,
    .email-template-lists .items .card .email-template-add-content .title {
        font-size: 14px;
        line-height: normal;
    }
    .email-template-lists .items .card .email-template-add-content .subtitle {
        font-size: 16px;
        line-height: normal;
        margin-bottom: 10px;
    }
    .inner_search_bar{ width: 100%; margin-top: 20px;}
    .form-select{ margin-left: auto;}

    .group_list_info{ width: 50%; }
    .group_list_info:nth-of-type(2n+1){ padding-left: 0; }
    .group_list_info:nth-of-type(2n+2):after{ display: none; }
    .group_list_info:not(:nth-of-type(1)):not(:nth-of-type(2)):before { content: ""; width: 80%; height: 1px; border-top: 1px solid rgba(21, 23, 57, 0.25);
    display: inline-block; vertical-align: top; position: absolute; right: 0; left: 0; margin: 0 auto; top: 0;}
    .group_list_info:after { height: 80%; top: 10%;}

    .bar_chart .chart_bg, .chart_bg{ padding: 23px 26px 22px;}

    .chart_list .pie_chart{ width: 100%; }
    .bar_chart{ width: 100%; margin-top: 20px; }
    .summary_list{ margin-top: 40px; }

    .summary_list .group_list{}
}
@media (max-width: 1080px){
    form#patient-form-data table {
        width: 100%;
    }
    .edit-cart-popup .offcanvas-body .cart-data>div#activity-feed {
        order: 2;
    }
    .edit-cart-popup .offcanvas-body .cart-data {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: stretch;
    }
    .edit-cart-popup .offcanvas-body .cart-data>div{
        width: auto;
    }
}
@media (max-width: 1024px){
    .board-lists .item.tooltip-box:hover .tooltip{
        display: none;
    }
    .login_info_right p{ font-size: 14px; line-height: 22px;}
    .page_title{ font-size: 30px;}
    
    .dasboard_content .page_header span{ display: block; }
    .email_template_editor .email_template_options .option-items .option-item {
        width: 47.2%;
    }
    .email-sequence-lists .items .card .card-data,
    .email-sequence-lists .items .card {
        min-height: 260px;
    }
    .email-sequence-lists .items .card.email-sequence-add-item,
    .email-sequence-lists .items .card {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .page_header_title {
        margin-bottom: 15px;
    }
    .board_view .page_header_title {
        margin-bottom: 32px;
    }
}

@media (max-width: 991px){

    /*.login_slider_info > div.col-12 {
        padding-left: 20px;
        padding-right: 20px;
    }*/
    .login_slider_info {
        margin-left: 0;
        margin-right: 0px;
    }
    .user{ margin-right: 0; }
    .invite_users_list_more{ margin-right: 0; }
    .inner_search_bar .input-group{ width: 180px;}
    .main_content { padding: 23px 20px 0px; max-width: calc(100% - 250px);}
    .sidebar{ min-width: 250px;}
    .sidebar_gap { padding: 0 20px;}
    .sidebar_logo{ padding:0 20px; }
    .page_header_title { margin-bottom: 12px;}
    .login_info_left { width: 100%;}
    .logo{ max-width: 180px; margin: 0 0 33px;}
    .page_title { font-size: 24px; }
    .login_info_left form label{ font-size: 16px; line-height: 17px; margin: 0px 0px 8px;}
    .login_info_left .page_title { margin: 0 0 18px;}
    .form_fields { margin-bottom: 28px;}
    .login_info_left .btn { margin-top: 0px;}
    
    .form_fields:nth-child(2) { margin-bottom: 27px;}
    .login_info_left form{ margin: 0px 0px 42px;}
    .login_info_right p { font-size: 16px; line-height: 24px;}
    .login_mobile_img{ display: block; padding-left: 153px; text-align: right;}
    .login_desktop_img{ display: none;}
    .login_info_right .owl-theme .owl-nav.disabled+.owl-dots{ margin-bottom: 0px;}
    .login_info_right .login_info_right_img img{ width: auto; margin-left: auto;}
    .login_info_right p{ margin: 15px 0px 23px;}
    .login_info_left .container{ min-width: unset; max-width: 100%;}

    .group_list_left_portion{ width: 100%; }
    .group_list_right_portion{ width: 100%; border-radius: 0 0 20px 20px; }
    .email_template_editor .email_template_options {
        position: relative;
    }

    .email_template_editor .email_template_content, .email_template_editor .email_template_options {
        width: 100%;
        padding: 15px !important;
        height: auto;
    }
    .email_template_editor .email_template_options .option-items .option-item {
        width: 46.4%;
    }
    .email-template-editor-block-modal {
        width: 80%;
    }
    .board_email_template_update .editor_header .action .link, .board_email_template_update .editor_header .action .btn {
        width: 100% !important;
        max-width: fit-content !important;
        height: auto;
        font-size: 13px;
        padding: 10px 8px;
        min-width: 110px;
    }

    .bottom-arrow.unsortable {
        max-width: 60%;
        min-height: 25px;
        max-height: 25px;
    }
    
    .email-template-lists .items .card:nth-child(3n-1) .card-top-bar:after {
        width: 44px;
        background-size: 74%;
        opacity: 0 !important;
    }
    .email-template-lists .items .card {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 48.99%;
        -ms-flex: 0 0 48.99%;
        flex: 0 0 48.99%;
        max-width: 48.99%;
    }
    .email-template-lists .items .card {
        padding-right: 20px;
        padding-left: 20px;
    }
    .email-template-lists .items .card .card-footer {
        display: flex;
        gap: 8px;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
    }
    .email-template-lists .items .card.arrow .card-top-bar:after,
    .email-template-lists .items .card.arrow .card-top-bar:before,
    .email-template-lists .items .card:nth-child(3n-1) .card-top-bar:before{
        display: none;
    }
    .email-template-lists .items .card.arrow .card-top-bar:after {
        content: "";
        display: block;
        height: 6px;
        background: url(../images/right-arrow.svg);
        position: absolute;
        top: 55px;
        right: -18px;
        background-repeat: no-repeat;
        background-position: center;
        width: 36px;
        background-size: 86%;
        opacity: 1 !important;
    }
    .email-template-lists .items {
        margin-right: -35px;
        margin-left: -25px;
    }
    .email-template-lists .items .card .card-footer .right-action {
        display: flex;
        gap: 5px;
    }
}


@media (max-width: 767px){
    .sidebar_menu .sidebar_title.droup-down .fa-chevron-down {
        display: none;
    }
    .edit-cart-popup .offcanvas-body .cart-data>div {
        padding: 40px 25px;
    }
    .edit-cart-popup .offcanvas-body .cart-data>div#activity-feed .nav-tabs .nav-link {
        font-size: 13px;
        padding: 10px;
    }

    .board_email_template_update .editor_header .logo {
        width: 15%;
    }
    .board_email_template_update .editor_header .action {
        width: 40%;
    }
    .board_email_template_update .editor_header .title {
        width: 45%;
    }
    .navbar-light .navbar-toggler-icon{ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");}
    .navbar-light .navbar-toggler{ border-color: #fff; padding: 4px 7px;}
    .sidebar{ width: 100%;}
    .navbar-light .navbar-toggler:focus{ box-shadow: none;}
    .main{ min-height: calc(100% - 67px); }
    .main_content{ width: 100%; max-width: 100%; border-radius:20px 20px 0 0; min-height: 80vh;}
    .sidebar_logo{ padding: 0 20px;}
    .sidebar_menu ul{ display: none; margin-bottom: 0;}
    .sidebar_menu .sidebar_title:after{ content: ""; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='9' viewBox='0 0 16 9' fill='none'%3E%3Cpath d='M8.11549 8.74287C8.29306 8.71699 8.45773 8.63512 8.58668 8.50912L15.6972 1.60579C15.8767 1.4525 15.9858 1.231 15.9987 0.993843C16.0116 0.756485 15.9273 0.524344 15.7654 0.351998C15.6037 0.179646 15.3787 0.0825366 15.1438 0.0833387C14.9087 0.0841407 14.6846 0.182856 14.5239 0.35641L8 6.69371L1.47614 0.356409C1.31544 0.182855 1.09126 0.0841385 0.856159 0.0833374C0.62126 0.0825344 0.396281 0.179644 0.234604 0.351997C0.0727136 0.524349 -0.0116074 0.756488 0.00128814 0.993842C0.0141847 1.231 0.123299 1.45251 0.302848 1.60579L7.41332 8.50912C7.60021 8.6907 7.85852 8.77677 8.11543 8.74267L8.11549 8.74287Z' fill='white'/%3E%3C/svg%3E"); width: 16px; height: 9px; float: right; margin: 4px 0 0 auto; transition: transform 0.3s linear; transform: rotate(0deg);}
    .sidebar_menu .sidebar_title.active:after{ transform: rotate(180deg);}
    .priorities ul{ display: none; margin-bottom: 0;}
    .priorities .sidebar_title:after{ content: ""; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='9' viewBox='0 0 16 9' fill='none'%3E%3Cpath d='M8.11549 8.74287C8.29306 8.71699 8.45773 8.63512 8.58668 8.50912L15.6972 1.60579C15.8767 1.4525 15.9858 1.231 15.9987 0.993843C16.0116 0.756485 15.9273 0.524344 15.7654 0.351998C15.6037 0.179646 15.3787 0.0825366 15.1438 0.0833387C14.9087 0.0841407 14.6846 0.182856 14.5239 0.35641L8 6.69371L1.47614 0.356409C1.31544 0.182855 1.09126 0.0841385 0.856159 0.0833374C0.62126 0.0825344 0.396281 0.179644 0.234604 0.351997C0.0727136 0.524349 -0.0116074 0.756488 0.00128814 0.993842C0.0141847 1.231 0.123299 1.45251 0.302848 1.60579L7.41332 8.50912C7.60021 8.6907 7.85852 8.77677 8.11543 8.74267L8.11549 8.74287Z' fill='white'/%3E%3C/svg%3E"); width: 16px; height: 9px; float: right; margin: 4px 0 0 auto; transition: transform 0.3s linear; transform: rotate(0deg);}
    .priorities .sidebar_title.active:after{ transform: rotate(180deg);}
    .sidebar_menu, .priorities { margin: 0 0 14px;}
    .navbar-brand img { max-width: 180px;}
    .navbar{ min-height: unset; padding-bottom: 9px;}
    .navbar > .container-fluid{ align-items: flex-end;}
    .inner_search_bar{ flex-wrap: wrap; margin-top: 30px;}
    .inner_search_bar.is_super_admin{ justify-content: center; gap: 15px; }
    .inner_search_bar.is_super_admin .form-select{ margin-left: unset; }
    .inner_search_bar .input-group { width: 100%; margin-left: 0;}
    .search-result-message { margin-left: 0; margin-bottom: 15px; }
    .inner_page_header{ font-size: 24px; line-height: 25px;}
    .edit_board{ margin-left: 21px;}
    .board-lists .item{ min-width: 335px;}
    .sidebar_bottom{ margin-top: 24px;}
    .sidebar_logo{ margin: 14px 0 14px;}
    .navbar .user .profile-pic{
        height: 35px; width: 35px;
    }
    .user span{ margin-left: 10px; }

    .invite_link_share{ margin-right: 0; }

    .group_list_info{ width: 100%; padding-left: 0 !important; padding-right: 0 !important; }
    .group_list_info:after{ display: none !important; }
    .group_list_info:not(:nth-of-type(1)):before { content: ""; width: 100% !important; height: 1px; border-top: 1px solid rgba(21, 23, 57, 0.25);
    display: inline-block; vertical-align: top; position: absolute; right: 0; left: 0; margin: 0 auto; top: 0;}

    .page_header_title{ margin-bottom: 0; }
    .dasboard_content .page_header{ font-size: 23px; line-height: 30px; margin-bottom: 30px; }
    .dasboard_content .page_header span{ font-size: 23px; line-height: 30px; display: block;}
    .dasboard_content .page_header-flex{ flex-direction: column; }
    #overview-form, #search-account-board-form { margin-left: unset !important; }
    /*.dasboard_content .page_header-flex .btn{ margin-top: 10px; }*/

    .dasboard_content .page_header-flex .page_header{ margin-bottom: 30px; }
    .dasboard_content .page_header-flex{ margin-bottom: 20px; }

    .dasboard_content #search-board-form, .dasboard_content #search-account-board-form{ margin-bottom: 20px; }

    .inner_page_header{ font-size: 23px; line-height: 30px; margin-bottom: 30px; }
    .board-edit-buttons{ margin-left: 0; margin-bottom: 20px; }

    .offcanvas-body{ padding: 0 23px; }
    .board-setting-modal.offcanvas .offcanvas-header, #board-setting-modal.offcanvas .offcanvas-header{ padding: 29px 23px 14px;}
    .board_view .user,
    .board_edit .user,
    .board_email_settings .user,
    .board_email_sequences .user,
    .board_email_templates .user {
        margin-right: 20px;
    }
    .board-notification-modal.offcanvas{
        margin-top: 0px;
    }
    .board-notification-modal .offcanvas-header{
        display: flex;
    }

    
}

@media (max-width: 360px){
    .login_mobile_img{ padding-left: 120px;}
}

@media (min-width: 1560px){
    .bottom-arrow.unsortable {
        min-height: 95px;
        max-height: 95px;
    }
}
@media (max-width: 891px) {
    .email-sequence-lists .items .card.email-sequence-add-item, .email-sequence-lists .items .card {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .email_template_editor .email_template_options .option-items .option-item {
        width: 45.4%;
    }
    .justify-content-end {
        justify-content: space-between;
    }
}

@media (max-width: 575px) {
    .report_table .statistic {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .edit-cart-popup .offcanvas-body .cart-data>div#card-bottom-content .card_actions a {
        padding: 10px !important;
        font-size: 13px !important;
    }
    .edit-cart-popup .offcanvas-body .cart-data>div#card-bottom-content .card_actions a.link {
        margin-right: 5px !important;
    }
    .edit-cart-popup .offcanvas-body .cart-data .email-flow-details .email_flow_input .btn-deactivate.active {
        margin: 0px;
    }
    .edit-cart-popup .offcanvas-body .cart-data .email-flow-details .email_flow_input .form-control {
        margin-bottom: 10px;
    }
    .edit-cart-popup .offcanvas-body .cart-data .email-flow-details .email_flow_input {
        flex-wrap: wrap;
    }
    .edit-cart-popup .offcanvas-body .cart-data>div {
        padding: 50px 25px;
    }
    .edit-cart-popup {
        width: 90%;
    }
    .card_actions label {
        font-size: 16px;
    }
    .edit-cart-popup .offcanvas-body .cart-data>div#activity-feed .nav-tabs {
        box-shadow: none;
        margin-bottom: 30px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: flex-start;
        margin-top: 5px;
    }
    .edit-cart-popup .offcanvas-body .cart-data>div#activity-feed .nav-tabs .nav-link {
        font-size: 14px;
        padding: 10px 15px;
        margin: 5px 5px;
    }
    .email_template_editor .email_template_content{
        order: 2;
    }
    .email_template_editor .email_template_options{
        order: 1;
    }
    .email_template_editor .email_template_options .top_bar{
        display: flex;
    }
    .email_template_editor .email_template_options:not(.active) .option-items{
        display: none;
    }
    .email_template_editor .email_template_options .top_bar::after{
        content: "";
        flex-shrink: 0;
        margin-left: auto;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNiAyNiIgZmlsbD0idHJhbnNwYXJlbnQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgZmlsbD0idHJhbnNwYXJlbnQiLz4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzBfMSkiPgo8cmVjdCB3aWR0aD0iMTcyOCIgaGVpZ2h0PSIxMTE3IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTUyMCAtNjcwKSIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzBfMSkiLz4KPHJlY3QgeD0iLTEyMjIiIHk9Ii01NzkiIHdpZHRoPSIxNDk3IiBoZWlnaHQ9IjExMzkiIHJ4PSIzMCIgZmlsbD0idHJhbnNwYXJlbnQiLz4KPGNpcmNsZSBjeD0iMTMiIGN5PSIxMyIgcj0iMTIiIGZpbGw9InRyYW5zcGFyZW50IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIvPgo8cGF0aCBkPSJNOCAxMUwxMyAxNkwxOCAxMSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L2c+CjxkZWZzPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMF8xIiB4MT0iODY0IiB5MT0iMCIgeDI9Ijg2NCIgeTI9IjExMTciIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0idHJhbnNwYXJlbnQiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSJ0cmFuc3BhcmVudCIvPgo8L2xpbmVhckdyYWRpZW50Pgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzBfMSI+CjxyZWN0IHdpZHRoPSIxNzI4IiBoZWlnaHQ9IjExMTciIGZpbGw9InRyYW5zcGFyZW50IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTUyMCAtNjcwKSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=");
        width: 26px;
        height: 26px;
        background-size: 26px;
        background-repeat: no-repeat;
        transition: transform .2s ease-in-out;
        transform: rotate(-180deg);
    }
    .email_template_editor .email_template_options.active .top_bar::after {
        transform: rotate(0deg);
    }
    .email-template-lists .items .card .card-data{
        border-radius: 0px 0px 16px 16px;
    }

    .email_template_editor {
        display: flex;
        flex-direction: column;
        margin-top: 135px;
    }
    .email-template-editor-block-modal .offcanvas-body {
        padding: 0 23px;
        margin-top: -35px;
        z-index: -1 !important;
    }
    .email-template-editor-block-modal .offcanvas-body form h2 {
        padding-bottom: 15px;
        font-size: 17px;
    }
    .email-template-editor-block-modal .offcanvas-header .btn-close{
        width: 18px;
        height: 18px;
    }
    .email-template-editor-block-modal .offcanvas-header {
        padding: 10px 10px 14px;
    }
    .email-template-editor-block-modal {
        z-index: 8;
        margin-top: 136px;
    }

    .email_template_editor .email_template_content .content-view .image-text-content-block .content-data, .email_template_editor .email_template_content .content-view .image-image-content-block .content-data {
        grid-template-columns: 100% 100%;
        display: inline-flex;
        flex-direction: column;

    }
    .editor_header .logo {
        justify-content: center;
        margin: 0 auto 10px auto;
    }
    .board_email_template_update .editor_header .action, .board_email_template_update .editor_header .title {
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
        justify-content: center;
    }
    .email_template_editor .email_template_options .option-items .option-item {
        width: 46.3%;
    }

    .email-template-lists .items .card.email-template-add-item .card-body {
        min-height: 235px;
    }
    .email-template-lists .items .card:nth-child(2n+1) .card-top-bar:after,
    .email-template-lists .items .card:nth-child(3n-1) .card-top-bar:after{
        display: none;
    }
    .email-template-lists .items {
        margin-right: -15px;
        margin-left: -15px;
    }
    .email-template-lists .items .card {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .email-sequence-lists .items .card .card-data,
    .email-sequence-lists .items .card {
        min-height: 240px;
    }
    .email-sequence-lists .items .card.email-sequence-add-item,
    .email-sequence-lists .items .card {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .page_header_title {
        margin-bottom: 15px;
    }

    .review-content-block .image-content.review-img{
        display: block;
        max-width: 250px;
        margin: 0 auto 10px;
    }
    .review-content-block .image-content.review-img tbody,
    .review-content-block .image-content.review-img tr,
    .review-content-block .image-content.review-img td{
        display: block;
        padding: 5px 0 !important;
        height: auto !important;
    }
    .search-result-message {margin-bottom: 0; }
}

@media (max-width: 480px) {
    .announcement-content .image-text-content-block .content-data > div, .announcement-content .image-image-content-block .content-data > div {
        display: block;
        width: 100%;
    }
    .announcement-content .image-text-content-block .content-data > div.image-content,
    .announcement-content .image-image-content-block .content-data > div.image-content.image1 {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

@media (max-width: 375px){
    .board_view .user,
    .board_edit .user,
    .board_email_settings .user,
    .board_email_sequences .user,
    .board_email_templates .user {
        margin-right: 10px;
    }
    .board_notifications .notification_link{
        width: 45px;
        height: 45px
    }
    .board_notifications .notification_link .circle_border{
        width: 33px;
        height: 33px;
    }
    .board_notifications .notification_link .circle_border .unread{
        top: -11px;
        right: -11px;
    }
    .board_view .navbar-brand img,
    .board_edit .navbar-brand img,
    .board_email_settings .navbar-brand img,
    .board_email_sequences .navbar-brand img,
    .board_email_templates .navbar-brand img{
        max-width: 150px;
    }
    .navbar .user .profile-pic{
        width: 25px;
        height: 25px;
    }
    .user span{
        margin-left: 5px;
    }
    .board-notification-modal .offcanvas-body{
        padding: 20px;
    }
    .email-sequence-lists .items .card .card-footer{
        gap: 10px;
    }
    .email-sequence-lists .items .card .card-data, .email-sequence-lists .items .card{
        padding: 19px;
    }
    .email-sequence-lists .items .card .card-data{
        border-radius: 20px;
    }
}

