@import "./custom-modal.css";
@import "./tabs-styles.css";
@import "./companyBillingProfiles.css";

b, strong {
    font-weight: 600;
}

.reset-h {
    height: auto;
}

input[type="radio"],
input[type="checkbox"]{
    margin-right: 10px;
}

input[type="text"]{
    border-radius: 13px;
    border: 1px solid #646464;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
}

.error .error_text{
    color: #900F19;
    position: absolute;
    right: 0;
    top: 0;
}

.main-container p{
    font-size: 18px;
    line-height: 27px;
}

.align-items{
    align-items: center;
}

a {
    color: #101010;
}

a:hover {
    color: #101010;
    font-weight: 600;
}

/* GENERAL */

@media screen and (max-width: 767px) {
    .content-wrapper{
        padding: 0 15px !important;
    }
    .dashboard_list{
        margin-top: 40px;
    }
}


.main-container {
    max-width: 1180px;
    margin: 0 auto;
}

label {
    font-weight: normal;
}

.sample-edit {
    border: 1px solid #646464;
    font-weight: bold;
    border-radius: 13px;
    padding: 6px 24px;
}

.sample-edit:hover {
    border: 1px solid #646464;
    background-color: #646464;
    color: #fff;
}

.sample-save {
    font-weight: bold;
    border-radius: 13px;
    padding: 6px 24px;
    background-color: #646464;
    color: #fff;
    border: 1px solid #646464;
}

.sample-save:hover {
    border: 1px solid #646464;
}

.form-control,
input.custom-combobox-input {
    border-radius: 5px!important;
    height: 50px !important;
    border: none !important;
    padding: 0.375rem 1.2rem !important;
    font-size: 1.1rem !important;
}

.form-control#status-id {
    min-width: 281px;
    font-weight: 600;
    height: 35px !important;
}

input.form-control::placeholder,
textarea.form-control::placeholder {
    color: #C8C8C8;
}

select.form-control {
    color: #C8C8C8;
}

input.form-control,
textarea.form-control {
    color: #000;
    border: 1px solid #fff;
}

.white-form input.form-control,
.white-form textarea.form-control,
.white-form select{
    border: 1px solid #42506666 !important;
    -webkit-box-shadow: 0 -2px 4px -2px rgba(0,0,0,0.22);
    -moz-box-shadow: 0 -2px 4px -2px rgba(0,0,0,0.22);
    box-shadow: 0 -2px 4px -2px rgba(0,0,0,0.22);
}

.select2-selection--single .select2-selection__rendered {
    color: #C8C8C8 !important;
}

.has-value .select2-selection--single .select2-selection__rendered,
.has-value select.form-control {
    color: #000 !important;
}

input.form-control:hover::placeholder,
input.form-control:hover,
textarea.form-control:hover,
textarea.form-control:hover::placeholder,
.select2-selection--single:hover .select2-selection__rendered {
    color: #646464 !important;
}

input.form-control:hover,
textarea.form-control:hover,
.select2-selection--single:hover,
select.form-control:hover {
    color: #646464;
    border-color: #C8C8C8 !important;
}

input.form-control:focus::placeholder,
input.form-control:focus,
textarea.form-control:focus,
textarea.form-control:focus::placeholder,
.select2-selection--single:focus .select2-selection__rendered,
select.form-control:focus {
    color: #232323 !important;
}

input.form-control:focus,
.select2-selection--single:focus,
select.form-control:focus {
    border-color: #AE9040 !important;
}


input.form-control.error,
textarea.form-control.error,
.select2-selection--single.error,
select.form-control.error {
    color: #232323 !important;
    border:1px solid #900F19 !important;
}

input.form-control.error::placeholder,
textarea.form-control.error::placeholder,
.select2-selection--single.error .select2-selection__rendered {
    color: #232323 !important;
}

.select2-container .select2-selection--single{
    height: 50px;
}
.select2-container--default .select2-selection--single{
    background-color: #fff;
    border: none;
    border-radius: 5px;
}

.error .select2-container--default .select2-selection--single {
    border:1px solid #900F19 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 45px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 50px;
}

.form-group {
    margin: 5px 0;
    position: relative;
}

.form-group label {
    z-index: 1;
    pointer-events: none;
    -webkit-transition: color 200ms cubic-bezier(0,0,.2,1) 0ms,-webkit-transform 200ms cubic-bezier(0,0,.2,1) 0ms;
    transition: color 200ms cubic-bezier(0,0,.2,1) 0ms,-webkit-transform 200ms cubic-bezier(0,0,.2,1) 0ms;
    transition: color 200ms cubic-bezier(0,0,.2,1) 0ms,transform 200ms cubic-bezier(0,0,.2,1) 0ms;
    transition: color 200ms cubic-bezier(0,0,.2,1) 0ms,transform 200ms cubic-bezier(0,0,.2,1) 0ms,-webkit-transform 200ms cubic-bezier(0,0,.2,1) 0ms;
    font-weight: 500;
    font-size: 13px;
    line-height: 21px;
    text-align: left;
    width: 400px;
    display: block;
    opacity: 0;
    visibility: hidden;
    min-height: 21px;
}

.form-group.has-value label,
.form-group.error label,
.form-group.datetime label {
    display: block;
    opacity: 1;
    visibility: visible;
    color: #232323;
}

.form-group.datetime select{
    background-image: url(../img/arrow-filter.png);
    padding-right: 28px !important;
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: right 8px center;
    cursor: pointer;
}

.form-group.input.select .select2-selection__arrow {
    display: none !important;
}


.disable-label-animation .form-group label {
    position: relative;
    -webkit-transform: translate(0,0) scale(1);
    transform: translate(0,0) scale(1);
}

.all_forms_link {
    right: 0;
    top: -85px;
    color: #ae9040;
    position: absolute;
}

/* LIST PAGE */
.info_icon a
{
    float: right;
}

.info_icon img
{
    width: 50px;
}

.page_content
{
    margin-top: 48px;
}

.white_display{
    border-radius: 13px;
    width: 100%;
    padding: 0;
}

/* GRID TABLE */

.box-table .table tbody tr td{
    vertical-align: middle;
}

.box-table .table > thead > tr > th {
    font-weight: normal;
    font-size: 14px;
}

.statusIndicator{
    width: 14px;
    height: 14px;
    display: block;
    border-radius: 50%;
}
.subtitle{
    font-size: 13px; font-weight: normal;
}


.grid_inner_details {
    width: 100%;
}
.grid_inner_details tr, .grid_inner_details tbody {
    border: 0px !important;
}

.row_details td {
    font-size: 14px;
}

.grid_inner_details tr.row_details
{
    border-top: 1px solid rgb(174 144 64) !important;
}

/* Data tables */

table.dataTable thead th {
    font-size: 14px;
}

table.dataTable thead th, table.dataTable tfoot th {
    font-weight: normal;
}

.page_content .dataTables_wrapper {
    margin-left: 0px;
    margin-right: 0px;
}

/* Grid Filtering */

.filterColumns{
    resize: horizontal;
    display: flex;
    justify-content: space-between;
}
.filterColumns .itm{
    padding-right: 15px;
}
.filterColumns .itm:last-child{
    padding: 0;
}
.initial {
    flex: initial;
}

.auto {
    flex: auto;
}

.filterGrid{
    font-size: 14px;
    font-weight: 600;
}

.box.box-table .dataTables_wrapper {
    display: flex;
    flex-wrap: wrap;
}

.box.box-table .dataTables_wrapper > * {
    order: 5;
}

.box.box-table .dataTables_wrapper .dataTables_filter {
    order: 1;
}

.box.box-table .dataTables_wrapper .dataTables_filter > label {
    display: flex;
    align-items: center;
}

.box.box-table .dataTables_wrapper .dt-buttons {
    order: 2;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    width: 250px;
    justify-content: flex-end;
    position: relative;
}

.dataTables_wrapper .dt-buttons .dt-button-collection {
    left: auto !important;
    right: 0;
}

.dataTables_wrapper .dt-buttons .dt-button-collection .dt-button.button-page-length {
    background: transparent !important;
    box-shadow: none !important;
}

.dataTables_wrapper .dt-buttons .dt-button-collection .dt-button.button-page-length.active {
    background: #000 !important;
    color: #fff !important;
}

.dataTables_wrapper .dt-buttons .dt-button-collection .dt-button.button-page-length.active > span {
    color: #fff;
}

.box.box-table .dataTables_wrapper .dt-buttons .dt-button.buttons-collection {
    order: 10;
    margin-left: auto;
    border: none;
    position: relative;
}

.box.box-table .dataTables_wrapper .dt-buttons .dt-button.buttons-collection:after {
    content: "...";
    font-size: 21px;
    padding-left: 8px;
}

.box.box-table .dataTables_wrapper .dt-buttons > * {
    order: 1;
    background: #fff;
    border: 1px solid #646464;
    border-radius: 12px;
    margin-right: 0;
    margin-left: 9px;
    margin-bottom: 17px;
}

.box.box-table .dataTables_wrapper .dt-buttons > .dt-button-background {
    display: none !important;
}


.box.box-table .dataTables_wrapper .dt-buttons span {
    color: #232323;
    font-size: 14px;
    font-weight: 700;
}
.box.box-table .dataTables_wrapper table.dataTable {
    width: 100%;
}
.dataTables_wrapper .dataTables_paginate span > .paginate_button {
    color: #000 !important;
    font-size: 18px;
    font-weight: 400;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 12px;
    border: none !important;
    margin: 0 5px !important;
    border-radius: 20px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: transparent !important;
}


.sidebar-content {
    padding-left: 20px;
}
.sidebar-content h3 {
    font-weight: 800;
    font-size: 2rem;
    text-transform: uppercase;
}
.sidebar-content p {
    font-weight: 900;
    font-size: 1.25rem;
    text-transform: uppercase;
}

.plan_block {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(213, 213, 213);
    padding: 25px;
}

.check-list {
    padding: 0;
    margin: 0;
    font-size: 1.2rem;
    list-style-type: none;
    font-weight: 400;
}

.check-list li {
    margin-bottom: 10px;
}

.check-list li:last-child {
    margin-bottom: 0;
}

.check-list li span {
    color: rgb(65, 216, 43);
}










.dataTables_wrapper .dataTables_paginate span > .paginate_button:hover {
    background: #AE9040 !important;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
    border: none !important;
    padding: 0 !important;
}

.dataTables_wrapper .dataTables_paginate span > .paginate_button.current {
    color: #fff !important;
}

div.dataTables_wrapper div.dataTables_filter input[type=search] {
    height: 35px;
    width: 555px;
    background-color: #EBEBEB;
    border: 1px solid #EBEBEB;
    padding-left: 25px;
    padding-right: 25px;
    color: #232323;
    font-size: 14px;
    font-weight: 600;
    background-image: url('../img/filter_search.png');
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: right 10px center;
}

.box.box-table .dataTables_wrapper .dataTables_info{
    display: none;
}

.box.box-table .dataTables_wrapper .dataTables_paginate{
    margin: auto;
    display: flex;
}

.box.box-table .dataTables_wrapper .dataTables_length {
    order: 2;
    margin-left: auto;
}


.dashboard_item_content .filterColumns .filterGrid{
    background-color: #F5F5F5;
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    width: 70%;
    padding: 2px 15px;
    background-image: url('../img/arrow-filter.png');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 8px;
    color: #232323;
    max-width: 190px;
}

.dashboard_item_content .filterColumns .filterGrid:hover {
    color: #232323;
}

.dashboard_item_content .filterColumns .itm {
    width: 100%;
    margin-top: 15px;
}

.box-grid-white {
    background-color: #fff;
}

.white-form {

}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
    border: none !important;
    font-size: 0;
    padding: 5px 0 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous:before,
.dataTables_wrapper .dataTables_paginate .paginate_button.next:before {
    content: "";
    background-image: url('../img/arrow-table_tr.png');
    display: block;
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous:before {
    margin-right: 15px;
    transform: rotate(-180deg);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next:before {
    margin-left: 15px;
}

.wizard > .steps > ul > li {
    width: 16% !important;
    font-size: 13px;
}


.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
    margin: 0;
    padding: 1em 6px;
}

.lead-notify-text .form-group.input.text {
    display: inline-block;
    margin: 0 10px;
}

.proposal-followup-wrapper {
    margin-top: 40px;
}

.remainder-count .form-group.input.text {
    display: inline-block;
    padding-right: 5px;
}

.ramainder-type-wrapper {
    margin-top: 20px;
}

.remainder_type {
    vertical-align: top;
    margin-bottom: 8px !important;
}

#preview {
    max-height: 400px;
}

.border_bottom {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 7px;
    margin-top: 25px;
}

.border_bottom.top_block {
    margin-top: 0;
    padding-top: 0;
}

/*-------------------------------------*/


/* actions */
.menu_dropdown {
    font-size: 13px;
    border-radius: 10px;
    padding: 6px 25px 10px 12px;
    position: absolute;
    width: max-content;
    z-index: 1000000;
}

.actions_drop_list {
    display: none;
}

.content-header-actions{
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    gap: 5px;
    width: 100%;
    justify-content: end;
    flex-wrap: wrap;
}

.content-header .content-header-actions > div a {
    display: inline-block;
    padding-top: 3px;
    padding-bottom: 3px;
}


/* Grids */

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

.flex-col {
    flex-direction: column;
}

.flex-row {
    flex-direction: row;
}

.gap10 {
    gap: 10px;
}


/* Sidebar widgets */

.sidebar_widget {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.sidebar_widget .widget-right {
    width: 100% !important;
}

.widget_app {
    border-bottom: 1px solid #9a9696;
    padding-bottom: 20px;
    margin-bottom: 5px;
}

.weather-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.weather-block .widget-left {
    box-shadow: unset;
}

.widget_app .widget-left.widget-left--compact {
    min-height: 280px;
}

.weather-block .widget-left-menu__links {
    display: none;
}


.wrap-weather-widget {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wrap-weather-widget h2 {
    font-size: 40px;
    font-weight: 600;
}

.wrap-weather-widget-info {
    text-align: center;
}
.first-row-dashboard {
    min-height: 295px;
    margin-bottom: 13px;
}

.first-row-dashboard .dashboard_item {
    margin: 0;
}

.first-row-dashboard .dashboard_items_group {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.dashboard_list .sidebar_widget .widget_app {
    padding-bottom: 39px;
}

@media (max-width: 1200px) {
    .first-row-dashboard > .dashboard_item {
        margin: 0;
        min-height: 295px;
    }
    .first-row-dashboard {
        row-gap: 42px;
    }
    .first-row-dashboard .dashboard_items_group {
        gap: 44px;
    }
}


/* Apps Block */

.apps-bloks_wrap {
    display: flex;
    gap: 10px;
}

.apps-bloks_wrap a{
    font-size: 0;
}


/* Main page Content */

.info_icon {
    position: absolute;
    right: 39px;
    top: 10px;
}



/* accordion global */


.accordion .accordion__item {
    background-color: #fff;
    border-radius: 13px;
    margin-bottom: 10px;
}

.accordion .accordion__item .accordion__title {
    display: flex;
    min-height: 68px;
    align-items: center;
    padding: 0 20px;
    font-size: 18px;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.accordion .accordion__item .accordion__title:after {
    content: "";
    background-image: url("../img/widget-arrow.png");
    position: absolute;
    width: 16px;
    height: 16px;
    background-position: center;
    background-size: 7px;
    background-repeat: no-repeat;
    right: 20px;
    top: 50%;
    margin-top: -8px;
    transition: transform 0.5s ease;
}

.accordion .accordion__item .accordion__title.accordion-active:after {
    transform: rotate(90deg);
}

.accordion__item .accordion__title:hover {
    transition: all 0.5s ease-out;
}
.accordion__item .accordion__title .accordion__arrow {
    position: absolute;
    top: 13px; right: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    font-weight: 700;
    margin-right: 5px;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.accordion__item .accordion__rotate {
    transform: rotate(225deg);
}
.accordion__item .accordion__content {
    margin-bottom: 2px;
    font-size: 14px;
    display: none;
}


.accordion__content_wrap,
.accordion_bottom_actions {
    border-top: 1px solid #C8C8C8;
    padding: 10px 20px;
}

.accordion_bottom_actions {
    display: flex;
    gap: 20px;
}

.accordion__item .accordion__arrow-item {
    font-weight: 700;
}

/* Buttons */


@media (max-width: 767px){
    .btn:not(.btn-xs){
        width: 100%;
        margin: 5px auto;
    }
}

.gold_bttn{
    font-size: 20px;
    height: 50px;
    padding: 0 20px;
    font-weight: 600;
    min-width: 200px;
    line-height: 50px;
    background-color: #AE9040;
    border-color: #AE9040;
    color: #fff;
    border-radius: 13px;
    line-height: 50px;
    border: 1px solid #AE9040;
}

.outline_big_bttn{
    font-size: 20px;
    height: 50px;
    padding: 0 20px;
    font-weight: 600;
    min-width: 200px;
    line-height: 50px;
    background: none;
    border: 1px solid #646464;
    color: #232323;
    border-radius: 13px;
}

.btn_mg
{
    margin: 10px 0 15px;
}

.outline_bttn{
    padding-left: 30px;
    padding-right: 30px;
    color: #232323;
    background: none;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #646464;
    line-height: 25px;
}

.btn-default{
    background-color: #c8c8c8;
    color: #232323;
    border: none;
    border-radius: 13px !important;
    font-weight: 600;
    margin: 5px 0;
}

/*  */

.opened_radio_block{
    margin: 10px 0px 35px;
}
.font18{
    font-size: 18px;
}
.smallfont{
    font-size: 14px;
    font-weight: 600;
    display: table;
    margin: 10px 0;
}
.row_inputs{
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
}
.date_field{
    border: 0px !important;
    margin: 0 5px;
    max-width: 80px;
}
.corner13{
    border-radius: 13px;
}

.modal-backdrop{
    display: none;
}

.table_actions {
    font-size: 16px;
}

.group_input_table {
    padding-left: 0 !important;
}

.group_input_table input{
    width: 100%;
    max-width: 100%;
}


.responsive-table {
    width: 100%;
    overflow: auto;
}

.responsive-table table{
    max-width: 100%;
    min-width: 850px;
}

/* width */
.scroll-bar ::-webkit-scrollbar,
.scroll-bar::-webkit-scrollbar
{
    width: 10px;
}
/* Track */
.scroll-bar ::-webkit-scrollbar-track,
.scroll-bar::-webkit-scrollbar-track
{
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}
/* Handle */
.scroll-bar ::-webkit-scrollbar-thumb,
.scroll-bar::-webkit-scrollbar-thumb
{
    --tw-bg-opacity: 1;
    background-color: #585858;
    border-radius: 10px;
}
.scroll-bar ::-webkit-scrollbar-button:vertical:increment,
.scroll-bar::-webkit-scrollbar-button:vertical:increment{
    background-image: url(../img/arrow-filter.png);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position-x: center;
    background-position-y: bottom;
    height: 15px;
}
.scroll-bar ::-webkit-scrollbar-button:vertical:decrement,
.scroll-bar::-webkit-scrollbar-button:vertical:decrement
{
    background-image: url(../img/decr.png);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position-x: center;
    background-position-y: top;
    height: 15px;
}

@media (max-width: 767px){
    .main-sidebar, .left-side {
        top: 95px;
        box-shadow: 0 14px 12px rgb(0 0 0 / 0.3);
    }
    .info_icon {
        position: absolute;
        right: 9px;
        top: 5px;
    }
    .hr-header{
        margin: 5px 15px 30px 0;
    }
    .mobheader{
        margin-top: 40px !important;
    }
}

/* Weather */

.weather-left-card__number{
    font-size: 48px !important;
    line-height: 1.3 !important;
}
.weather-left-card__wind {
    font-size: 12px !important;
    line-height: 1 !important;
}
.weather-left-card__means {
    font-size: 16px !important;
}
#container-openweathermap-widget-22 .widget-left--compact {
    min-height: unset !important;
}
.widget-left-menu__layout{
    margin: 0 auto !important;
}

/* VIDEO PAGE */

.box-body ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
.box-body ol li {
    padding: 0;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
}
.box-body ol li img {
    margin-bottom: 15px;
    width: calc(100% - 20px);
}
@media (min-width: 768px){
    .box-body ol li.col-md-4 {
        flex: 0 0 auto;
        width: 33%;
    }
}

/**/

@media (max-width: 768px) {
    .status-wrapper .form-group {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.available_days{
    display: inline-block;
}
@media (max-width: 767px){
    .available_days{
        margin: 5px 0;
        display: block;
    }
    .available_days span{
        width: 50px;
        display: inline-block;
    }
    .row_inputs {
        display: flex;
        flex-direction: row;
        align-content: flex-start;
        align-items: flex-start;
        gap: 20px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

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

    .sidebar-content h3 {
        font-size: 1.5rem;
    }

    .plan_block {
        padding: 15px;
    }

}

.trust-icons img{
    width: 18%;
}

/* Calculators */

.transparent-btn {
    border:1px solid #D1D1D1;
    padding: 12px;
    box-shadow: none;
    outline: none;
    border-radius: 10px;
}

.calc-total {
    background-color: #E1E0DC;
    border-radius: 10px;
    padding: 11px 13px;
    text-align: right;
    font-size: 16px;
    margin-top: 10px;
}

.calc-total span {
    font-size: 16px;
}

.calc-total b {
    font-size: 18px;
}

.btn-calc-plus > span {
    background-image: url('../img/btn-plus.png');
    background-repeat: no-repeat;
    background-size: 17px;
    padding-left: 25px;
    background-position: left center;
}

.calculators_blocks h2{
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-top: 10px;
    margin-bottom: 25px;
}

.calculator_table {
    display: table;
    width: 100%;
    position: relative;
}

.calc_remove_row {
    position: absolute;
    bottom: 5px;
    right: -60px;
}

.calculator_table input[type="text"] {
    height: 39px !important;
    border-radius: 10px !important;
}

.calculator_table_head > div {
    color: #A49156;
    font-size: 14px;
    border-bottom: 1px solid #D1D1D1;
}

.calculator_table_row {
    display: table-row;
}

.calculator_table_row > div {
    display: table-cell;
    padding: 5px;
    vertical-align: middle;
    height: 40px;
}

.calculator_table_body {
    display: table-footer-group;
    padding-top: 10px;
}


/*input[type=file]*/

input[type="file"]{
    height: fit-content !important;
    padding: 10px 15px !important;
    border-radius: 13px !important;
    width: fit-content !important;
}

.download_img_form .file {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.download_img_form .file > input[type='file'] {
    display: none;
}

.download_img_form .file > label {
    cursor: pointer;
    outline: 0;
    user-select: none;
    border-radius: 13px;
    background-color: #f5f5f5;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1rem;
    font-weight: 400;
    color: #333;
}

.download_img_form .file > label > i {
    margin-top: 5px;
    color: #AE9040;
    width: 25px;
    height: 25px;
    border: 1px solid #AE9040;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
input[type="search"]:focus-visible,
input[type="text"]:focus-visible
{
    outline: none;
}
#variablesGrid
    {
        overflow: auto;
    }

#variablesGrid .jsgrid-grid-header,
#variablesGrid .jsgrid-grid-body {
    min-width: 950px;
}


@media (max-width: 767px) {
    .download_img_form .file,
    .download_img_form .file > label {
        width: 100%;
    }
}
.page-link.current {
    background: #AE9040;
    color: #fff;
}

.ak_datatable > tbody > tr > td {
    cursor: pointer;
}

.content-body.worksheet .border_bottom {
    background-color: #626262;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding-top: 6px;
    padding-bottom: 6px;
}
.content-body.worksheet .col-sm-16 {
    border-bottom: 1px solid #827554;
    margin-bottom: 20px;
}
.content-body.worksheet .col-sm-16 .has-value input {
    width: 212px;
    border: 1px solid #C7C7C7;
    border-radius: 5px;
    height: 28px;
    margin-right: 4px;
}
.content-body.results .has-value select {
    width: 212px;
    border-radius: 5px;
    border: 1px solid #C7C7C7;
    font-size: 16px;
}
.select-date .has-value {
    width: auto;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.reminder-block {
    display: flex;
    gap: 2px;
}
.reminder-block b {
    font-weight: bold;
}
.select-date span {
    font-size: 20px;
    font-weight: 700;
}
.content-body.results .row {
    font-size: 16px;
}
.content-body.results .info {

    padding-left: 24px;
}
.content-body.results .info span {
    font-weight: bold;
    margin-bottom: 14px;
}
.content-body.results .info ol {
    padding-left: 25px;
    margin-bottom: 30px;
}
.content-body.results .info ol li p {
    padding-left: 14px;
    line-height: 14px;
    font-size: 16px;
    font-style: normal;
}
.content-body.results .form-group {
    width: 100%;
}
.content-body.results .form-group input {
    border: 1px solid #C7C7C7;
    border-radius: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 212px;
}
.content-body.results .title {
    background-color: #fff;
    font-size: 20px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 24px;
    padding-left: 24px;
}
.content-body.results .table-text-right {
    text-align: right;
}
.content-body.results .table-striped {
    margin-bottom: 40px;
}
.content-body.results .table-striped tbody th {
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 24px;
}
.content-body.results .table-striped tr {
    border-bottom: 1px solid #646464;
}

.content-body.results .table-striped thead tr th{
    background-color: #626262;
    color: #fff;
}

.content-body.results .table-striped input {
    width: 212px;
    border: 1px solid #C7C7C7;
    border-radius: 5px;
    height: 28px;
    margin-left: 4px;
}
.content-body.results .bg-block,
.second-bg tr th:nth-child(2) {
    background-color: #E5E3DF;
}

.content-body.results .text {
    font-weight: normal;
}
.content-body.results .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}
.text-bottom p {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
}
.content-body.forecast .has-value select {
    font-size: 16px;
    border: 1px solid #C7C7C7;
    width: 122px;
    border-radius: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.content-body.forecast table {
    font-size: 16px;
}
.content-body.forecast table .header {
    background-color: #626262;
    color: #fff;
}
.content-body.forecast table tr:nth-child(even) {
    background-color: #fff;
}
.content-body.forecast table tr {
    border-bottom: 1px solid #646464;
}
.content-body.forecast table tr td {
    padding-top: 8px;
    padding-bottom: 8px;
}
.content-body.forecast table tr td input {
    border: 1px solid #C7C7C7;
    border-radius: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 90px;
    margin-right: 10px;
}
.content-body.forecast .selected-year {
    display: flex;
    gap: 35px;
}
.content-body.forecast .selected-year span {
    font-size: 20px;
    font-weight: bold;
}
.content-body.forecast .selected-year select {
    padding-left: 4px;
    padding-right: 4px;
}
.content-body.forecast .title {
    background-color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 15px;
}
.content-body.forecast .title span {
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
}
.content-body.forecast .clear-line {
    /* padding-left: 24px; */
}
.btn-block {
    display: flex;
    gap: 30px;
}
.btn-block .btn {
    font-size: 24px;
    height: 63px;
    width: 260px;
}
.content-body.breakeven .title {
    background-color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.content-body.breakeven .title span {
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
}
.content-body.breakeven .btn-block {
    display: flex;
    gap: 30px;
}
.content-body.breakeven .btn-block .btn {
    font-size: 24px;
    height: 63px;
    width: 260px;
    background-color: #AE9040;
    border: 1px solid #AE9040;
}
.content-body.breakeven .btn-block .btn:hover {
    background-color: #8f7736;
    border: 1px solid #8f7736;
}
.content-body.breakeven input {
    border: 1px solid #C7C7C7;
    border-radius: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 90px;
    margin-right: 10px;
}

.radius-15 {
    border-radius: 15px;
}



@media (max-width: 1400px) {
    .ak_datatable > tbody > tr > td {
        max-width: 230px;
        overflow-wrap: break-word;
    }
}
.sidebar-menu_dropdown .active {
    font-weight: 700;
}


/* Tablet */

@media (max-width: 1200px) {
    .box.box-table .dataTables_wrapper .dataTables_filter {
        width: 60%;
    }
    div.dataTables_wrapper div.dataTables_filter input[type=search] {
        width: 100%;
    }
}

/* Mobile XL */

@media (max-width: 991px) {
    .box.box-table .dataTables_wrapper .dataTables_filter {
        width: 100%;
        margin-bottom: 10px;
    }
}

/* Hide menu */
.main-sidebar.main-sidebar-toggle-menu {
    margin-left: -211px;
    transition: margin-left 0.3s ease-in-out;
}

.main-sidebar.main-sidebar-toggle-menu.active {
    margin-left: 0;
    transform: translate(0, 0);
}

.without-toggle-menu + .content-wrapper,
.without-toggle-menu + .right-side,
.without-toggle-menu + .main-footer {
    margin-left: 211px !important;
}

.content-wrapper, .right-side, .main-footer {
    margin-left: 0 !important;
}

.body-with-sidebar .content-wrapper,
.body-with-sidebar .right-side,
.body-with-sidebar .main-footer {
    margin-left: 211px !important;
}

.toggle-menu{
    position: fixed;
    background: #ae9040;
    width: 44px;
    height: auto;
    top: 240px;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    border-radius: 0 20px 20px 0;
    padding: 8px 14px 8px 8px;
    cursor: pointer;
}

.toggle-menu span {
    display: inline-block;
    height: 2px;
    background: #fff;
    width: 23px;
}

@media (max-width: 767px) {
    .without-toggle-menu + .content-wrapper,
    .without-toggle-menu + .right-side,
    .without-toggle-menu + .main-footer {
        margin-left: 0 !important;
    }
}
/*  */

/* CashFlowExpenses */
.hide {
    display: none !important;
}



.content-body.worksheet {
    padding: 0;
}

.content-body.worksheet .has-value span:first-child {
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    padding-right: 10px;
}

.content-body.worksheet .row {
    margin: 0;
}

.content-body.worksheet .border_bottom {
    margin: 0;
}

.header-blcok {
    border: 2px solid #AE9040;
    border-width: 2px 0px 2px 0;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header-blcok .left-block span {
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    padding-right: 10px;
  }
  .header-blcok select {
    border: 1px solid #C7C7C7;
    border-radius: 5px;
    min-height: 28px;
    min-width: 390px;
    font-size: 16px;
    color: #000;
  }
  .header-blcok .link-block {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .header-blcok .link-block .link {
    color: #837454;
    text-decoration: underline;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
  }
  .content-body.worksheet select {
    border: 1px solid #C7C7C7;
    border-radius: 5px;
    min-height: 28px;
    font-size: 16px;
    color: #000;
  }
  .content-body.worksheet .link {
    color: #837454;
    text-decoration: underline;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
  }
  .content-body.worksheet .col-price {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: #e6e3df;
    font-size: 16px;
    color: #000;
  }
  .content-body.worksheet .title {
    font-size: 20px;
    font-weight: bold;
    padding: 16px 24px !important;
    background: #fff;
    border-radius: 15px;
    color: #000;
    margin-top: 8px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px !important;
  }
  .content-body.worksheet .title.active {
    padding-bottom: 26px !important;
    margin-bottom: 0 !important;
  }
  .content-body.worksheet .title b {
    font-weight: bold;
  }
  .content-body.worksheet .title.active:after {
    transform: rotate(90deg);
  }
  .content-body.worksheet .title:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../img/black-arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
  }
  .content-body.worksheet .border_bottom {
    margin: 0;
    padding: 0;
  }
  .content-body.worksheet .border_bottom div {
    padding: 6px 0;
  }
  .content-body.worksheet .border_bottom div.col-previous {
    background: #837454;
  }
  .content-body.worksheet .col-expense {
    padding: 7px 24px !important;
  }
  .content-body.worksheet .col-expense-body {
    padding: 8px 24px 8px;
    display: flex;
    align-items: center;
    font-size: 16px;
  }
  .content-body.worksheet .table-wrap .row:nth-child(odd) {
    background: #FFFFFF;
  }
  .content-body.worksheet .table-wrap .row {
    border-bottom: 1px solid #626262;
  }
  .content-body.worksheet .col-percent {
    display: flex;
    align-items: center;
  }
  .content-body.worksheet .col-percent .expense_cell_input {
    width: 100%;
    font-size: 16px;
  }
  .content-body.worksheet .col-percent .expense_cell_input input {
    width: 100%;
    border: 1px solid #C7C7C7;
    border-radius: 5px;
    text-align: right;
  }
  .content-body.worksheet .col-link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .content-body.worksheet .non-border {
    border-radius: 0 0 15px 15px;
    border: none !important;
    padding: 8px 0;
    font-size: 16px;
  }
  .content-body.worksheet .non-border .col-total {
    padding-left: 24px;
  }
  .administration-expense .border_bottom {
    margin-top: -11px !important;
  }
  .variable-costs .col-sm-16 {
    padding: 0;
    margin: 0 !important;
    border: none !important;
  }
  .variable-costs .col-sm-16 .row:nth-child(even) {
    background: #FFFFFF;
  }
  .variable-costs .col-sm-16 .header-row {
    background: #626262 !important;
    display: flex;
    align-items: center;
    color: #fff;
    margin-top: -11px !important;
    padding: 6.7px 0;
  }
  .variable-costs .row {
    border-bottom: 1px solid #626262;
    display: flex;
    align-items: center;
    padding: 3px 0;
    text-align: center;
    font-size: 16px;
  }
  .variable-costs .row .col-first {
    text-align: left;
    padding-left: 24px;
  }
  .variable-costs .row.row-bottom {
    text-align: left;
    padding-left: 14px;
    font-weight: bold;
    font-size: 16px;
  }
  .variable-costs input {
    width: 100% !important;
    border: 1px solid #C7C7C7 !important;
    border-radius: 5px !important;
    text-align: right;
  }
  .content-body.worksheet .btn-block {
    margin-top: 30px;
    border-top: 2px solid #837454;
    padding-top: 30px;
  }

  .content-body.worksheet {
    margin-top: 3px;
  }


  /* Breakeven Tab */

  .content-body.breakeven {
    padding: 0 !important;
  }
  .content-body.breakeven input {
    width: 100px !important;
    border: 1px solid #C7C7C7 !important;
    border-radius: 5px !important;
    text-align: right;
    margin: 0 auto;
  }
  .content-body.breakeven .row {
    border-bottom: 1px solid #626262;
    display: flex;
    align-items: center;
    padding: 3px 0;
    text-align: center;
    font-size: 16px;
    width: 100%;
    margin: 0;
  }
  .content-body.breakeven .non-border {
    border-radius: 0 0 15px 15px;
    border: none !important;
    padding: 8px 0;
    font-size: 16px;
  }
  .content-body.breakeven .row:nth-child(even) {
    background: #FFFFFF;
  }
  .content-body.breakeven .row:last-child {
    border: none !important;
  }
  .content-body.breakeven .col-sm-4 {
    text-align: left;
  }
  .content-body.breakeven .col-first {
    padding-left: 24px;
  }
  .content-body.breakeven .btn-block {
    margin-top: 30px;
    border-top: 1px solid #837454;
    padding-top: 30px;
  }

  /* Forecast */

  .content-body.forecast {
    padding: 0;
  }

  .content-body.forecast .title {
    font-size: 20px;
    font-weight: bold;
    padding: 16px 24px !important;
    background: #fff;
    border-radius: 15px;
    color: #000;
    margin-top: 8px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px !important;
  }
  .content-body.forecast .title.active {
    padding-bottom: 26px !important;
    margin-bottom: 0 !important;
  }
  .content-body.forecast .title b {
    font-weight: bold;
  }
  .content-body.forecast .title.active:after {
    transform: rotate(90deg);
  }
  .content-body.forecast .title:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../img/black-arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
  }

  .content-body.forecast .btn-block {
    margin-top: 30px;
    border-top: 2px solid #837454;
    padding-top: 30px;
  }

  .content-body.forecast .title span {
    margin-top: 0;
}

.content-body.forecast .header-blcok {
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .content-body.forecast .header-blcok select {
    border: 1px solid #C7C7C7;
    border-radius: 5px;
    min-height: 28px;
    min-width: 89px;
    font-size: 16px;
    color: #000;
  }
  .content-body.forecast .header-blcok .link-block {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .content-body.forecast .header-blcok .link-block .link {
    color: #837454;
    text-decoration: underline;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
  }

  .content-body.forecast table tr .clear-line {
    padding-left: 24px;
  }

  .schedule-page.body-with-sidebar .content-wrapper,
  .schedule-page.body-with-sidebar .right-side,
  .schedule-page.body-with-sidebar .main-footer
  {
      margin-left: 0 !important;
  }

.schedule-page .main-sidebar.main-sidebar-toggle-menu {
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.22);
    margin-left: -250px;
}

.schedule-page .main-sidebar.main-sidebar-toggle-menu.active {
    margin-left: 0;
}

.schedule-page .main-container {
    max-width: 100%;
}

.contractor-schedule-page .without-toggle-menu + .content-wrapper,
.contractor-schedule-page .without-toggle-menu + .right-side,
.contractor-schedule-page .without-toggle-menu + .main-footer {
    margin-left: 0 !important;
}

.contractor-schedule-page .main-header .navbar-search,
.contractor-schedule-page .main-header .navbar-custom-menu .tasks-menu,
.contractor-schedule-page .main-header .navbar-custom-menu .messages-menu,
.contractor-schedule-page .main-header .navbar-custom-menu .settings,
.contractor-schedule-page .main-header .navbar-custom-menu .user-menu li:first-child {
    display: none;
}

.contractor-schedule-page .main-sidebar {
    display: none;
}

.contractor-schedule-page .content-wrapper .info_icon {
    display: none;
}


@media screen and (min-width: 768px) {
    .schedule-page .main-sidebar.main-sidebar-toggle-menu {
        background: #f7f7f7;
    }
}



.content-workflow .title.active {
    padding-bottom: 26px !important;
    margin-bottom: 0 !important;
}

.content-workflow .title {
    font-size: 20px;
    font-weight: bold;
    padding: 16px 24px !important;
    background: #fff;
    border-radius: 15px;
    color: #000;
    margin-top: 8px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px !important;
}

.content-workflow .select-title {
font-size: 20px;
font-weight: bold;
line-height: 50px;
padding-right: 10px;
}

.content-workflow select {
    border: 1px solid #C7C7C7 !important;
    border-radius: 5px !important;
    min-height: 37px !important;
    font-size: 16px !important;
    color: #000;
}

.modal_workflow input[type="text"],
.modal_workflow textarea{
    border: 1px solid #C7C7C7 !important;
    border-radius: 5px !important;
    min-height: 37px;
    font-size: 16px !important;
    color: #000;
    width: 100%;
}

.modal_workflow .no-padding > .col-sm-12 {
    padding-right: 0;
}

.modal_workflow .close-button {
    border: none;
    background: transparent;
}

.content-workflow .title:after {
content: "";
display: block;
width: 20px;
height: 20px;
background-image: url(../img/black-arrow.png);
background-repeat: no-repeat;
background-position: right center;
}

.content-workflow .title.active:after {
transform: rotate(90deg);
}

.content-workflow .table-wrap .table-top {
    width: 100%;
    margin: 0 auto;
    margin-top: -11px !important;
    background-color: #626262;
}

.content-workflow .table-wrap .table-top > div {
    padding: 7px 0 7px 24px;
    background-color: #626262;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.content-workflow .table-wrap .table-top > div.col-title {
    background: #837454;
}

.content-workflow .table-body {
    border-bottom: 1px solid #626262;
    width: 100%;
    margin: 0 auto;
    padding: 8px 0px 8px;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.content-workflow .table-wrap .table-body .col-md-3 {
    padding-left: 24px;
}

.content-workflow .table-wrap .table-body.bg {
    background: #ededed;
}

.content-workflow .table-wrap .table-body .col-title {
    text-align: right;
}

.content-workflow .table-wrap .table-body .col-md-2 .col-title{
    background: #e6e3df;
}

.content-workflow .table-wrap .table-body .col-md-2 {
    padding-left: 24px;
}


.modal_workflow {
    display: flex;
    top: 0px;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    left: 0;
}

.content-workflow .link {
    color: #837454;
    text-decoration: underline;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
}



.content-workflow .table-wrap {
    background: #fff;
    border-radius: 10px;
    padding-bottom: 20px;
}

.content-workflow > .row {
    background: #ededed;
}

.content-workflow .table-wrap .switch-active {
    display: flex;
    width: 60px;
    border-radius: 40px;
    padding: 2px 5px;
    position: relative;
    cursor: pointer;
}

.content-workflow .table-wrap .switch-active:after {
    display: block;
    content: "";
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: 1px;
    top: 1px;
}

.content-workflow .table-wrap .switch-active.deactivate:after {
    left: 1px;
}

.content-workflow .table-wrap .switch-active.activate {
    background: #28d327;
}

.content-workflow .table-wrap .switch-active.deactivate {
    background: #e4e4e4;
    justify-content: flex-end;
    padding-right: 7px;
}

.content-workflow{
    position: relative;
}

.content-workflow .link-top {
    position: absolute;
    top: 17px;
    right: 0;
}

.content-workflow select {
    margin-bottom: 10px;
}

@media (max-width: 992px) {
    .content-workflow .table-wrap {
        overflow: auto;
        margin-top: -15px;
        border-radius: 0 0 10px 10px;
    }

    .content-workflow .table-wrap .table-top {
        margin-top: 0px !important;
        flex-wrap: nowrap;
    }

    .content-workflow .table-body {
        flex-wrap: nowrap;
    }

    .content-workflow .table-body .row > div {
        border-bottom: 1px solid #626262 !important;
        margin-bottom: -1px;
    }
}

/* Actions plan */

.actions-plan-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    gap: 18px;
}

.actions-plan-wrap .action-button {
    background: #F7F7F7;
    font-size: 32px;
    padding: 20px;
    min-width: 350px;
    text-align: center;
    opacity: .5;
    cursor: pointer;
}

.actions-plan-wrap .action-button.active {
    border: 3px solid #837454;
    opacity: 1;
}

.plans-content .plan-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}

@media (max-width: 991px) {
    .actions-plan-wrap {
        flex-direction: column;
    }

    .actions-plan-wrap .action-button {
        min-width: auto;
        width: 100%;
    }

    .plans-content .plan-wrap {
        flex-direction: column;
    }
}

.chat-box {
    width: 100%;
    margin: auto;
    background-color: white;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 15px; /* Rounded container */
    border: 1px solid #e0e0e0;
}

.message_call {
    margin-bottom: 15px;
    padding: 15px; /* Increased padding for better spacing */
    border-radius: 20px; /* Rounded message bubbles */
    max-width: 50%; /* Set max-width to 50% for both agent and human */
    word-wrap: break-word;
    position: relative;
}

.agent {
    background-color: #efefef;
    border-left: 5px solid #646464;
    border-radius: 20px 20px 20px 20px; /* Rounded corners for agent */
    float: left; /* Align agent messages to the left */
    clear: both;
}

.user_call {
    background-color: #d7bc72;
    border-left: 5px solid #AE9040;
    border-radius: 20px 20px 20px 20px; /* Rounded corners for user */
    float: right; /* Align user messages to the right */
    clear: both;
}

.name {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

/* To ensure proper clearing of floating elements */
.chat-box::after {
    content: "";
    display: table;
    clear: both;
}

.box {
    width: 101%;
}

@media (max-width: 576px) {
    .form-control#status-id {
        width: 212px;
    }

    .form-group.select {
        width: 278px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .form-control#status-id {
        min-width: 212px;
    }

    .status-wrapper {
        width: 212px;
    }
}

@media (min-width: 1044px) and (max-width: 1440px) {
    .form-control#status-id {
        width: 212px;
    }

    .status-wrapper {
        width: 278px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .form-control#status-id {
        min-width: 212px;
    }

    .status-wrapper {
        width: 212px;
    }
}

@media (min-width: 1335px) {
    .form-control#status-id {
        min-width: 212px;
    }

    .status-wrapper {
        width: 212px;
        margin-left: auto;
        margin-right: 0;
    }
}
