.wrapper_oferta,
#app_dashboard {
    margin: 0;
    font-family: Roboto;
    color: #000;
}
a {
    color: #333;
    text-decoration: none !important;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700 !important;
    color: #000 !important;
}
header .container,
footer .container,
.wrapper.container {
    width: 100%;
    max-width: 100%;
}
/* Header */
header.site-header {
    padding: 10px 105px 10px 105px !important;
    box-shadow: none !important;
    width: 100%;
    background-color: #fff;
    transition: .3s;
}
header.site-header.fixed-header {
    position: fixed;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, .1) !important;
}
header.site-header .container.px-3 {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}
header.site-header .site-light-logo.navbar-brand {
    position: relative;
    z-index: 9;
}
header .navbar-brand > img {
    max-width: 70px;
    height: auto;
}
header.site-header.fixed-header {
    position: fixed;
    z-index: 9;
}
/**/
header .offcanvas {
    width: 21rem;
}
header .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
}
header .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
}
header.site-header .navbar-nav {
    margin-left: 0px;
    margin-right: 0px !important;
    width: 100%;
    display: flex;
    flex-direction: row;
}
/**/
header.site-header .offcanvas-header.border-bottom,
header.site-header .offcanvas-footer.border-top {
    display: none;
}
header .navbar-expand-lg .navbar-toggler {
    display: none;
}
/**/
header.site-header .navbar-nav > li:first-child,
header.site-header .navbar-nav .menu-user {
    margin-left: auto;
}
header.site-header .navbar-nav .nav-link {
    padding: 7px 15px;
    display: flex;
    align-items: center;
    height: 100%;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}
header.site-header .nav-item:hover > .nav-link:not(.disabled) {
    color: #f59100;
}
header.site-header .navbar-nav .menu-user .nav-link {
    padding-left: 25px;
    padding-right: 25px;
    background-color: #f59100;
    border-radius: 3px;
    color: #fff;
}
header.site-header .navbar-nav .menu-user .nav-link:hover {
    background-color: #4e5b59;
    color: #fff;
}
/**/
header.site-header .navbar-nav li.dropdown:hover ul.dropdown-menu {
    display: block;
}
#app_dashboard header.site-header .navbar-nav li {
    position: relative;
}
#app_dashboard header.site-header .navbar-nav .dropdown-toggle {
    display: flex;
    align-items: center;
}
header.site-header .navbar-nav .dropdown-toggle::after {
    margin-top: 0.0625rem;
    margin-right: -0.25rem;
    margin-left: 0.255em;
    content: "\ea4a";
    display: inline-block;
    border: none;
    font-family: "boxicons";
    font-size: 1.15em;
    font-weight: normal;
}
#app_dashboard header.site-header .navbar-nav .dropdown-toggle::after {
    margin-top: 0px;
}
header .dropdown-menu {
    display: none;
    padding: 0.5rem 0;
    border: 1px solid #fff;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 0.275rem 1.25rem rgba(19, 16, 34, 0.05), 0 0.25rem 0.5625rem rgba(19, 16, 34, 0.03);
    position: absolute;
    z-index: 1000;
    min-width: 12rem;
    font-size: 0.875rem;
    color: #727d7c;
    text-align: left;
    list-style: none;
}
header .dropdown-menu a {
    font-weight: 500;
}
header .dropdown-item {
    display: block;
    padding: 0.375rem 1rem;
    clear: both;
    font-size: 0.865rem;
    font-weight: 400;
    color: #000;
    line-height: 1.6em;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
header .dropdown-item:focus,
header .dropdown-item:hover {
    color: #f59100;
    background-color: transparent;
}
.navbar-light .navbar-nav .title-submenu a {
    color: #f59100;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
}
.dropdown-menu li:hover > .dropdown-item {
    color: #f59100;
}
.navbar-light .navbar-nav .title-submenu a,
#menu-main-menu li:nth-child(2) ul.dropdown-menu li:first-child a,
#menu-main-menu li:nth-child(2) ul.dropdown-menu li:nth-child(5) a {
    color: #f59100;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
}
/* Breadcrumb */
.wrapper_content ol.breadcrumb {
    padding: 25px 0;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.875rem;
    list-style: none;
}
.wrapper_content ol.breadcrumb li.breadcrumb-item {
    display: flex;
    align-items: center;
    font-weight: 600;
}
.wrapper_content ol.breadcrumb li.breadcrumb-item > a {
    display: flex;
    align-items: center;
    color: #000;
    text-decoration: none;
}
.wrapper_content ol.breadcrumb li.breadcrumb-item.active {
    color: #f59100;
}
.wrapper_content .breadcrumb-item + .breadcrumb-item::before {
    margin-top: 0em;
    padding-right: 0.625rem;
    font-family: "boxicons";
    content: "\ea55";
    font-size: 1.15em;
    font-weight: normal;
    line-height: 1;
    color: #000;
    float: left;
}
.wrapper_content .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.625rem;
}
.wrapper_content .breadcrumb-item .fs-lg {
    font-size: 1.125rem !important;
}
.me-1 {
    margin-top: -2px;
    margin-right: 0.25rem !important;
}
/* Wrapper content */
.wrapper_content {
    padding: 15px 120px 40px 120px;
    background: #fbfbfb;
}
.header_page {
    margin-bottom: 40px;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px solid #eee;
}
.header_page h1 {
    margin: 0px;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    color: #4f5d5b;
}
/* Form */
.wrapper form h2 {
    margin-bottom: 0px;
}
.col-select-form {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.col-select-form ul {
    margin-bottom: 0px;
    padding-left: 0px;
    display: flex;
}
.col-select-form ul li {
    margin-left: 15px;
    list-style: none;
}
.col-select-form ul li a {
    padding: 0px !important;
    display: block;
    width: 200px;
    height: 73px;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    font-weight: 500;
    color: #4f5d5b !important;
    line-height: 16px;
    transition: .3s;
    opacity: .5;
}
.col-select-form ul li a img {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: auto;
    transition: .3s;
}
.col-select-form ul li a:hover img:last-child {
    top: -125%;
    right: -100%;
}
.col-select-form ul li a:hover,
.col-select-form ul li a.active {
    background-color: #F59100;
    border: 1px solid #F59100;
    color: #fff !important;
    opacity: 1;
}
.wrapper form h4 {
    font-size: 20px;
    font-weight: 500 !important;
}
.wrapper form h2 {
    margin-bottom: 20px;
}
.wrapper form .row {
    margin-bottom: 25px;
}
.wrapper form input,
#name_destination_edit,
#name_time,
.wrapper form textarea {
    padding: 15px 15px !important;
    border: 1px solid #eee;
    border-radius: 3px;
    width: 100%;
    font-size: 16px;
    line-height: 1.3;
}
.wrapper form .col-md-3.phone_prefix,
.wrapper form .col-md-6.phone_prefix {
    position: relative;
}
.wrapper form .col-md-3.phone_prefix input,
.wrapper form .col-md-6.phone_prefix input {
    padding-left: 50px !important;
}
.wrapper form .col-md-3,
.wrapper form .col-md-6,
.wrapper form .col-md-12 {
    position: relative;
}
.wrapper form label.label-form {
    padding: 0px 5px;
    width: max-content;
    position: absolute;
    top: -8px;
    left: 23px;
    background: #fbfbfb;
    border-radius: 3px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    color: #E88B03;
}
.col-md-3.phone_prefix::before,
.col-md-6.phone_prefix::before {
    display: block;
    content: '+373';
    position: absolute;
    top: 1px;
    left: 13px;
    width: 45px;
    height: 51px;
    background: #f59100;
    border-radius: 3px 0px 0px 3px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 51px;
}
.wrapper form input:focus,
.wrapper form input:focus-visible {
    outline: 2px solid rgba(245, 145, 0, 1);
}
.wrapper form input::placeholder {
    color: #b9bebd;
}
.wrapper form .checkbox_content {
    padding: 13px 15px;
    border: 1px solid #eee;
    border-radius: 3px;
    background: #FFF;
    display: flex;
    align-items: center;
}
.wrapper form .checkbox_content.active {
    border: 1px solid #ccedcc;
    background: #e6f6e6;
}
.wrapper form .checkbox_content input {
    width: 20px;
    height: 20px;
    visibility: hidden;
}
.wrapper form .checkbox_content input + label {
    position: relative;
    padding-left: 5px;
}
.wrapper form .checkbox_content input + label::before {
    position: absolute;
    left: -20px;
    top: 4px;
    border: 2px solid #f59100;
    content: " ";
    width: 16px;
    height: 16px;
    transition: all 0.1s ease-in, border-color 0.05s ease-in;
}
.wrapper form .checkbox_content input:checked + label::before {
    transform: rotate(40deg);
    border-top-color: transparent;
    border-left-color: transparent;
    top: 2px;
    left: -15px;
    width: 7px;
    height: 14px;
}
.wrapper form .checkbox_content input:hover,
.wrapper form .checkbox_content label:hover {
    cursor: pointer;
}
.row_new_line,
.row_save_contract {
    text-align: right;
}
.row_new_line .btn,
.login_content form button,
.btn.delete_contact_assoc,
.btn.save_contract,
.btn_reload {
    padding: 16px 20px !important;
    background-color: #f59100 !important;
    border: none !important;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
    color: #fff !important;
    line-height: 16px;
}
.btn_reload {
    padding: 12px 18px !important;
    height: 47px;
}
.row_new_line .btn.add_new_person {
    background-color: #4f5d5b !important;
}
.contract_associate_new {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}
.wrapper form .error {
    display: flex;
    height: 100%;
    align-items: center;
    text-align: right;
    justify-content: end;
    font-weight: 500;
    color: #e64545;
}
.col-captcha,
.captcha {
    display: flex;
}
.wrapper form #captcha.form-control {
    padding: 12px 15px !important;
}
.captcha > span {
    margin: 0px 15px;
    width: 157px;
    height: 47px;
    border-radius: 5px;
    overflow: hidden;
}
.captcha > span img {
    height: 100%;
    width: auto;
}
/*  */
.section-form-selection h2 {
    margin-bottom: 0px;
}
.section-form-contract {
    display: none;
}
.section-form-contract.active {
    display: block;
}

/* Top center */
.top_center_txt {
    padding: 20px 0px 60px 0px;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    max-width: 960px;
}
/* Input file */
.file_contract_buletin {
    padding: 15px 15px;
    display: flex;
    align-items: center;
    border: 1px solid #eee;
    background-color: #fff;
    border-radius: 3px;
}
.wrapper form .file_contract_buletin label {
    width: auto;
    color: #f59100;
}
.wrapper form .file_contract_buletin input {
    padding: 0px 0px;
    border: none;
    width: auto;
}

/* Steps */
.step_content {
    margin-bottom: 80px;
    padding: 40px 0px 50px 0px;
    background: #F59100;
    border-radius: 3px;
    text-align: center;
}
.step_content .step_number {
    color: #fff;
    font-size: 64px;
    font-weight: 700;
}
.step_content .step_title {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    color: #eee;
}
.step_content .step_info {
    color: #fff;
}
.wrapper_content hr {
    margin-bottom: 50px;
    background-color: #b9bebd;
}
/* Footer */
footer .my-footer {
    background-color: #1a1a1a;
    padding: 40px 120px 60px 120px;
    color: #FFF;
    line-height: 24px;
}
#colophon {
    padding: 30px 0px !important;
    border-top: 1px solid rgba(255, 255, 255, .1) !important;
    background-color: #1a1a1a;
}
footer .text-muted {
    color: rgba(255, 255, 255, .8) !important;
}
.text-gradient-primary {
    background: linear-gradient(to right, #f59100, #eca235, #af8243);
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/**/
.my-footer > .container > .row > .col-md-3 {
    padding: 0px 70px;
    width: 33.33% !important;
    text-align: center;
}
.my-footer .widget-title, .my-footer .widget_block h2 {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 500 !important;
    color: #FFF !important;
}
/* col 1 */
.my-footer > .container > .row > .col-md-3:first-child {
    width: 100% !important;
}
.my-footer > .container > .row > .col-md-3:first-child .h5.widget-title {
    display: none !important;
}
.my-footer > .container > .row > .col-md-3:first-child ul.menu {
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
}
.my-footer > .container > .row > .col-md-3:first-child ul.menu li {
    padding: 0px 20px;
}
/* col 2 */
.btn-footer {
    padding: 12px 55px 12px 25px;
    display: inline-block;
    background-color: #f59100;
    border-radius: 3px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    position: relative;
}
.btn-footer::after {
    display: block;
    content: '';
    width: 25px;
    height: 25px;
    background-image: url("../img/globe.svg");
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    right: 20px;
}
.btn-footer:hover {
    color: #f59100;
    background-color: #fff;
}
.btn-footer:hover::after {
    background-image: url("../img/globe_orange.svg");
}
/* col 3*/
.my-footer > .container > .row > .col-md-3:nth-child(3) {
    border-left: 1px solid #666;
    border-right: 1px solid #666;
}
.my-footer > .container > .row > .col-md-3 .wp-block-social-links {
    justify-content: center;
}
.my-footer > .container > .row > .col-md-3 .wp-block-social-links .wp-social-link {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 3px;
    margin: 0px 5px;
}
.my-footer ul.wp-block-social-links li a {
    padding: 5px 5px;
    display: flex;
    font-size: 24px;
}
.my-footer ul.wp-block-social-links li a svg {
    fill: #fff !important;
}
.my-footer > .container > .row > .col-md-3 .wp-block-social-links .wp-social-link:hover {
    box-shadow: 0 0 10px 0 #fff;
}
.screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.my-footer > .container > .row > .col-md-3:nth-child(3) .widget_nav_menu ul.menu {
    display: flex;
    justify-content: center;
}
.my-footer > .container > .row > .col-md-3:nth-child(3) .widget_nav_menu ul.menu li {
    margin: 0px 15px;
}
.my-footer ul li.google-play a,
.my-footer ul li.appstore a,
.my-footer ul li.huawei a {
    padding: 0px !important;
    display: inline-block;
    position: relative;
    width: 120px;
    height: 40px;
    color: transparent;
}
.my-footer ul li.google-play a {
    background-image: url("../img/footer_googlePlay.png");
    background-size: contain;
}
.my-footer ul li.appstore a {
    background-image: url("../img/footer_appStore.png");
    background-size: contain;
}
.my-footer ul li.huawei a {
    background-image: url("../img/footer_huawei.png");
    background-size: contain;
}
/* col 4*/
.my-footer > .container > .row > .col-md-3:last-child {
    display: flex;
    justify-content: center;
}
.my-footer > .container > .row > .col-md-3:last-child .widget_media_image {
    margin-bottom: 0px !important;
    margin-right: 20px;
    width: 232px;
}
.my-footer img, .my-footer figure {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
/**/
footer ul {
    padding-left: 0px;
}
footer ul li {
    list-style: none;
    line-height: 26px;
}
footer ul li a,
footer ul li a:hover {
    color: #fff;
    text-decoration: none;
}
.my-footer .row .col-md-3:nth-child(2) ul {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}
/**/
.wp-block-social-links {
    display: flex;
    gap: 0.5em;
    flex-wrap: wrap;
    align-items: center;
}
.wp-block-social-link {
    display: block;
    border-radius: 9999px;
    transition: transform .1s ease;
    height: auto;
}
.wp-block-social-links .wp-social-link a {
    padding: .25em;
    align-items: center;
    display: flex;
    font-size: 24px;
    line-height: 0;
    fill: #fff;
    transition: transform .1s ease;
}
/*.wp-block-social-link:hover {
    transform: scale(1.1);
}*/
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
    background-color: #1778f2;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
    background-color: #0d66c2;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
    background-color: red;
    color: #fff;
}
/**/
.my-footer .row .col-md-3:last-child .widget:last-child ul li {
    margin-bottom: 8px;
}
#menu-aplicatii-mobile li > a {
    padding-left: 30px;
    position: relative;
}
#menu-aplicatii-mobile li > a > i {
    font-size: 20px;
    position: absolute;
    top: -1px;
    left: 0px;
}

/* Login Page */
#app > main {
    padding: 0px !important;
}
.wrapper_login > .container-fluid > .row {
    height: 100vh;
}
.wrapper_login .col-md-8 {
    background-color: #F59100;
    background-image: url("../img/login_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.wrapper_login .col-md-4 {
    background: #eef2f5;
}
.login_content {
    padding: 60px;
    width: 600px;
    background: #fff;
    box-shadow: 0px 0px 30px 30px rgba(0, 0, 0, .1);
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 44%;
    transform: translate(18%, -50%);
}
.login_content h2 {
    font-family: Roboto;
    font-size: 32px;
    font-weight: 900 !important;
    color: #F59100 !important;
    text-transform: uppercase;
}
.login_content p {
    margin-bottom: 30px;
    color: #727d7c;
}
.login_content form {

}
.login_content form label {
    font-size: 11px;
    color: #727d7c;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.login_content form .col_input {
    margin-bottom: 25px;
}
.login_content form .col_input input {
    padding: 15px 15px;
    border: 1px solid #eee;
    border-radius: 3px;
    width: 100%;
    font-size: 16px;
    line-height: 1.3;
}
.login_content form .col_footer {
    margin-top: 25px;
    display: flex;
    align-items: center;
}
.login_content form .col_footer .btn-link {
    margin-left: auto;
    color: #F59100 !important;
}

/* App Dashboard */
#app_dashboard {
    display: flex;
    flex-direction: column;
    background: #eef2f5;
}
#app_dashboard nav,
#app_dashboard header {
    padding: 0px !important;
    width: 100%;
    height: 80px;
    /*position: fixed;*/
    background: #F59100 !important;
    box-shadow: 5px 0px 30px 1px rgba(0, 0, 0, 0.2) !important;
}
#app_dashboard main {
    /* margin-left: 130px;
     width: calc(100% - 130px);
     min-height: 100vh;*/
}
#app_dashboard header > .container {
    padding: 0px 80px !important;
    display: flex;
    flex-wrap: inherit;
    align-items: start;
    justify-content: space-between;
    flex-direction: row;
    height: 100%;
}
/* Nav */
#app_dashboard #navbarNav {
    height: 100% !important;
}
#navbarSupportedContent,
#app_dashboard header > .container .offcanvas-body {
    /*flex-direction: column;*/
}
#app_dashboard header > .container .offcanvas-body {
    padding: 10px 10px;
    height: 100%;
}
#app_dashboard header > .container .offcanvas-body .navbar-nav.nav_center,
#app_dashboard header > .container .offcanvas-body .navbar-nav.nav_bottom {
    margin-left: auto;
    /*margin-top: auto;*/
}
#app_dashboard header > .container .offcanvas-body .navbar-nav.nav_center {
    display: flex;
    flex-direction: row !important;
}
#app_dashboard header > .container .offcanvas-body .dropdown-item {
    padding: 0px;
    color: #fff !important;
}
#app_dashboard header > .container .offcanvas-body .nav_center .dropdown-item {
    padding: 8px 0px 5px 0px;
    color: #333 !important;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #eee;
}
#app_dashboard header > .container .offcanvas-body .nav_center li:last-child .dropdown-item {
    border-bottom: none;
}
#app_dashboard header > .container .offcanvas-body .nav_center .dropdown-item:hover {
    color: #E88B03 !important;
}
.nav-item.logout-item {
    display: flex;
    align-items: center;
}
/**/
.nav_left {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.nav_left .navbar-brand {
    margin: 0px !important;
}
.nav_left .navbar-brand img {
    width: 100% !important;
    height: auto;
}
.nav_left .nav_bottom {
    margin-top: auto;
    margin-bottom: 15px;
}
.nav_left .nav_bottom li {
    padding-top: 25px;
    border-top: 1px solid #E88B03;
}
.nav_left .nav_bottom li a,
ul.nav_center li a,
.nav-item.logout-item a {
    font-size: 16px;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 2px;
}
/* Nav Center */
ul.nav_center {
    margin-right: 0px !important;
    flex-direction: column !important;
    width: 100%;
}
ul.nav_center li {
    padding: 0px 15px 0px 15px;
    display: flex;
    align-items: center;
    /*width: 100%;*/
    border-right: 1px solid #E88B03;
}
ul.nav_center li ul li {
    border-right: none;
}
ul.nav_center li:last-child {
    border-right: none;
}
ul.nav_center li i {
    margin-right: 3px !important;
}
/* Main */
main .card {
    border-color: #ddd;
}
main .card .card-header {
    padding: 25px;
    background: transparent;
    font-family: Roboto;
    font-size: 22px;
    font-weight: 300;
    color: #727d7c;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: none;
}
main .card #dataTable_filter {
    margin-bottom: 25px;
}
main .dataTables_wrapper .dataTables_filter {
    font-size: 14px;
    color: #727d7c;
}
main .dataTables_wrapper .dataTables_filter input {
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    margin-left: 15px;
}
main .card table {
    margin-bottom: 35px;
    border-bottom: none !important;
}
.text_center {
    text-align: center !important;
}
main .card table thead th {
    font-size: 12px;
    font-weight: 500;
    color: #E88B03;
    text-transform: uppercase;
    letter-spacing: .5px;
    border-bottom: none;
}
table td a.link_icon.associate {
    display: inline-block;
    color: #E88B03;
    padding: 2px 5px 0 5px;
    border: 1px solid #eee;
    border-radius: 5px;
}
main .card table tbody tr.odd td {
    background-color: #fdfdfd !important;
}
main .card table tbody tr.even td {
    background-color: #fff !important;
}
main .card table tbody td {
    padding: 10px 15px;
    border-bottom: none;
    font-size: 14px;
}
main .card table.dataTable.display tbody td {
    border-top: 1px solid #f5f5f5;
    background: #fff !important;
}
main .card table.dataTable.display tbody td.action_item {
    text-align: center;
}
main .card table.dataTable.display tbody td a.delete_item,
.check_contract i {
    font-size: 18px;
    color: #d84339;
}
.bi.bi-clipboard-check,
.bi.bi-check-lg {
    color: #0AB68B;
}
main .card table.dataTable.display tbody td:first-child a,
main .card table.dataTable.display tbody td.semnat .not_sign {
    font-weight: 500;
    color: #d84339;
}
main .card table.dataTable.display tbody td .not_sign {
    font-size: 22px;
}
main .card table.dataTable.display tbody td:first-child a.check,
main .card table.dataTable.display tbody td.semnat,
main .card table.dataTable.display tbody td.contract_nr a {
    color: #0AB68B;
}
main .card .home-list-contracts table thead th:nth-child(4),
main .card .home-list-contracts table thead th:nth-child(5),
main .card .home-list-contracts table thead th:nth-child(6),
main .card .home-list-contracts table thead th:nth-child(7),
main .card .home-list-contracts table.dataTable.display tbody td.column_center {
    text-align: center !important;
}
main .card #dataTable_length label,
main .card #dataTable_paginate {
    font-size: 14px;
    color: #727d7c;
}
main .card .dataTables_wrapper .dataTables_length select {
    margin: 0px 5px;
    padding: 4px;
    border: 1px solid #eee;
    border-radius: 3px;
    background-color: transparent;
}
main .card .dataTables_wrapper .dataTables_paginate .paginate_button,
main .card .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none !important;
    background: transparent;
}
main .card .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    font-weight: 700;
    color: #E88B03 !important;
}
main .card .home-list-contracts a.btn-sign-admin {
    padding: 8px 10px !important;
    background-color: #f59100 !important;
    border: none !important;
    border-radius: 3px;
    font-weight: 500;
    color: #fff !important;
    line-height: 16px;
}
.td_action {
    text-align: right;
}
form label {
    width: 100%;
}
.td_action label {
    width: 100%;
    text-align: left;
}
.td_action a {
    margin-left: 8px;
    display: inline-block;
    width: 36px;
    height: 36px;
    background-color: #f8f8f8;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
}
.td_action a.btn_edit,
main .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
main .dataTables_wrapper .dataTables_paginate .paginate_button:active {
    color: #E88B03 !important;
    box-shadow: none !important;
}
.td_action a.btn_delete {
    color: #f44336 !important;
}

/* Page */
.header_client {
    display: flex;
}
.header_client_action {
    margin-left: auto;
}
.title_page {
    padding: 0px 0px 10px 0px;
}
.title_page .type_contract {
    font-size: 24px;
    font-weight: 400 !important;
}
.title_page h2 .bi-clipboard2-check {
    color: #0AB68B !important;
}
.title_page h2 .bi-clipboard2-x {
    color: #d84339 !important;
}
.title_page p {
    font-size: 14px;
}
.title_page p span {
    margin-right: 8px;
    display: inline-block;
}
.my_btn {
    padding: 10px 25px 10px 15px;
    width: max-content;
    display: inline-block;
    background-color: #E88B03;
    border: 2px solid #E88B03;
    border-radius: 3px;
    font-weight: 500;
    color: #fff !important;
    transition: .3s;
}
.my_btn i {
    margin-right: 5px;
}
.my_btn:hover {
    background-color: #fff !important;
    color: #E88B03 !important;
}
.my_btn.active {
    background-color: #0AB68B;
    border: 2px solid #0AB68B;
}
.my_btn.active i {
    color: #fff;
}
.my_btn.active:hover,
.my_btn.active:hover i {
    color: #0AB68B !important;
}
.my_btn.delete {
    background-color: #d84339;
    border: 2px solid #d84339;
}
.my_btn.delete:hover {
    color: #d84339 !important;
}
/* Tab */
#pills-tab.nav-pills > li.nav-item {
    margin-left: 45px;
}
#pills-tab.nav-pills > li:first-child {
    margin-left: 0px;
}
#pills-tab button.nav-link {
    padding: 15px 20px;
    border-radius: 3px 0px 0px 0px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #727d7c;
}
#pills-tab button.nav-link.active {
    background-color: #fff;
    color: #E88B03;
}
/* Tab */
#pills-tab.nav-pills > li.nav-item {
    margin-left: 45px;
}
#pills-tab.nav-pills > li:first-child {
    margin-left: 0px;
}
#pills-tab button.nav-link {
    padding: 15px 20px;
    border-radius: 3px 0px 0px 0px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #727d7c;
}
#pills-tab button.nav-link.active {
    background-color: #fff;
    color: #E88B03;
}
#pills-tab button.nav-link::after {
    content: "";
    position: absolute;
    right: -1.7rem;
    top: 0px;
    width: 2.75rem;
    height: 53px;
    background: transparent;
    border-radius: 3px 3px 0 0;
    transform: skew(32deg);
    z-index: 1;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#pills-tab button.nav-link.active::after {
    background: #FFFFFF;
}
#pills-tab .badge {
    margin-top: 2px !important;
    margin-left: 5px;
    float: right;
    background-color: #E88B03 !important;
}
#pills-tab button.nav-link i {
    margin: -3px 0px 0px 8px;
    float: right;
    font-size: 16px;
}
#app_dashboard .card {
    height: 100%;
    border: none;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, .05);
}
#app_dashboard .tab-content .card {
    padding: 25px;
    border-radius: 0px 3px 3px 3px;
}
.tab-content ul {
    padding-left: 0px;
}
.tab-content ul li {
    padding: 16px 0px 12px 0px;
    list-style: none;
    border-bottom: 1px solid #eee;
}
.tab-content ul li h4 {
    font-size: 14px;
    font-weight: 500 !important;
    color: #E88B03 !important;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.tab-content ul li p {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 400;
}
/* Item Persoane asociate */
.row-client-asociated .accordion-item .accordion-button {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}
.row-client-asociated .accordion-item .accordion-button:not(.collapsed) {
    background: #f5f5f5 !important;
}
.destination_td span {
    padding-right: 15px !important;
}
main .card .row-client-asociated table {
    margin-bottom: 15px;
}
.card .item_asociate_person:nth-child(2n) {
    background-color: #fbfbfb;
}
.tab-content .card .item_asociate_person ul li:last-child {
    border-bottom: none;
}
.item_asociate_person .col-md-1 h2 {
    margin-top: 10px;
    font-weight: 400 !important;
    color: #E88B03 !important;
}
.item_asociate_person p span {
    margin-right: 10px;
    padding-right: 10px;
    display: inline-block;
    border-right: 1px solid #eee;
}
.item_asociate_person p span:last-child {
    border-right: none;
}
/* Files */
.card.add_files form {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
}
.card.add_files form label {
    margin-bottom: 15px;
    width: 100%;
}
.card.add_files .list_docs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.card.add_files ul.list_docs li {
    margin: 0px 7.5px 15px 7.5px;
    padding: 15px 15px 8px 15px;
    width: calc(20% - 15px);
    border-radius: 3px;
    border: 1px solid #eee;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.card.add_files ul.list_docs li .link_icon {
    display: block;
    min-width: 150px;
    font-size: 48px;
    color: #E88B03 !important;
}
.card.add_files ul.list_docs li. p.title_doc {
    font-size: 14px !important;
}
.card.add_files ul.list_docs li p:nth-child(2) {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.card.add_files ul.list_docs li p:last-child {
    /*margin-top: auto;*/
    padding-top: 8px;
    border-top: 1px solid #eee;
    line-height: 16px;
}
.card.add_files ul.list_docs li p:last-child a {
    margin: 0px 8px;
    display: inline-block;
    font-size: 16px;
}
.card.add_files ul.list_docs li p:last-child a.view_doc {
    color: #0AB68B;
}
.card.add_files ul.list_docs li p:last-child a.send_file {
    color: #E88B03;
}
.info-contract {
    font-size: 12px;
}
.info-contract.contract-no-signed {
    color: #d84339;
}
.info-contract a.btn-verify-signatures,
.sign-admin .btn-sign-admin {
    margin-top: 5px !important;
    padding: 5px 15px !important;
    background: #E88B03;
    border-radius: 3px;
    font-size: 12px !important;
    color: #fff;
}
.sign-admin {
    display: block;
    margin-top: 12px;
    padding-top: 8px;
    border-top: 1px solid #eee;
}
.sign-admin .btn-sign-admin {
    background: #0AB68B;
}

/* Modal */
.modal-header {
    border-bottom: none !important;
}
.wrapper form .modal-body .row {
    margin-bottom: 0px;
}
.modal-body .col-md-12 {
    margin-bottom: 8px;
}
.table_users {
    margin-top: 40px;
}
.modal-no-title .modal-body {
    text-align: center;
}
.modal-no-title h4 {
    font-weight: 400 !important;
}
.modal-no-title .modal-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 30px;
}
.modal-no-title .modal-actions .btn {
    margin: 0px 10px;
    padding: 16px 20px !important;
    width: auto;
    height: auto;
    border: none !important;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
    color: #fff !important;
    line-height: 16px;
}
.modal-no-title .modal-actions .btn.btn-orange {
    background-color: #0AB68B !important;
}
.modal-no-title .modal-actions .btn.btn-grey,
.btn.delete_contact_assoc {
    background-color: #d84339 !important;
}
/* Comentariu */
.form_one_column textarea {
    margin-bottom: 15px;
    width: 100%;
}
/* Form Error */
.header_client .alert {
    padding-right: 30px;
    position: absolute;
    top: 15px;
    right: 15px;
    max-width: 400px;
    max-height: 400px;
    overflow-y: auto;
}
.header_client .alert .close-alert {
    position: absolute;
    top: 0px;
    right: 3px;
    color: rgba(0, 0, 0, .5);
    font-size: 16px;
}
.alert.alert-danger {
    background-color: #d84339 !important;
    color: #fff;
}
.alert.alert-danger ul {
    margin-bottom: 0px;
    padding-left: 0px;
}
.alert.alert-danger ul li {
    list-style: none;
    border-bottom: 1px solid #cc3c32;
}
.alert.alert-danger ul li:first-child {
    padding-top: 0px;
}
.alert.alert-danger ul li:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}
.wrapper #form_create_contract .invalid.feedback {
    font-size: 12px;
    font-style: italic;
    color: #cc3c32;
}

/* Signature page */
.signature-row .col-md-12 {
    padding: 0px 0px;
}
.wrapper form .sign-content-agree .checkbox_content {
    padding: 8px 0px 30px 0px;
    width: max-content;
    border: none;
    background: transparent;
}
.sign-content-action {
    margin-top: 15px;
}
.sign-content-action .my_btn {
    padding: 10px 25px 10px 25px;
}
.sign-content-action a.my_btn {
    margin-right: 15px;
}
.text_align_right {
    text-align: right;
}
/* Success Page */
.contract-success,
.signature-row {
    align-items: center;
}
.contract-success .col-md-6:first-child {
    padding-left: 0px;
    padding-right: 40px;
}
.contract-success .col-md-6:last-child {
    padding-left: 40px;
    padding-right: 0px;
    text-align: right;
}
.contract-success img,
.signature-row img {
    width: 80%;
    height: auto;
}
.contract-success h4 {
    margin-bottom: 25px;
}
.contract-success .my_btn {
    margin-top: 15px;
}
.failed {
    color: #e82626 !important;
}
/**/
.logo-table {
    height: 20px;
    width: auto;
}
.logo-table.cadou,
.logo-table.fitpass {
    height: 15px;
}
/* */
/*.section-form-signature{
    display: none;
}*/
.invalid.feedback {
    font-size: 12px;
    color: #c00;
}
.form-blurred {
    pointer-events: none;
    opacity: 0.3;
    filter: blur(2px);
}
.alert {
    padding: 10px 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    font-weight: 500;
}
.alert-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}
.alert-danger {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Responsive */
@media (max-width: 1640px) and (min-width: 1320px) {
    .my-footer ul li.google-play a, .my-footer ul li.appstore a, .my-footer ul li.huawei a {
        width: 100px;
        height: 34px;
    }
}
@media (max-width: 1320px) and (min-width: 1200px) {
    header.site-header,
    .wrapper_content {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
    header.site-header .container.px-3 {
        padding: 0px 0px !important;
    }
    .my-footer {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    /**/
    .login_content {
        left: 35%;
        transform: translate(15%, -50%);
    }
    /**/
    .my-footer ul li.google-play a, .my-footer ul li.appstore a, .my-footer ul li.huawei a {
        width: 100px;
        height: 34px;
    }
    .my-footer > .container > .row > .col-md-3:nth-child(3) .widget_nav_menu ul.menu li {
        margin: 0px 5px;
    }
}
@media (max-width: 1200px) and (min-width: 0px) {
    #app_dashboard {
        flex-direction: column;
    }
    #app_dashboard nav, #app_dashboard header {
        position: relative;
        width: 100%;
        height: 80px;
    }
    #app_dashboard header > .container .offcanvas-body {
        padding: 10px 0px;
        height: 100%;
    }
    #app_dashboard main {
        margin-left: 0;
        width: 100%;
        min-height: calc(100vh - 80px);
    }
    #app_dashboard header > .container {
        padding: 0px 12px !important;
        flex-direction: row;
    }
    #app_dashboard header > .container .offcanvas-body {
        flex-direction: row;
    }
    #app_dashboard header > .container .offcanvas-body .navbar-nav.nav_bottom {
        margin-top: 0px;
    }
    #app_dashboard header > .container .offcanvas-body ul.nav_center {
        flex-direction: row !important;
    }
    #app_dashboard header > .container .offcanvas-body ul.nav_center li {
        margin: 0px 55px 0px 0px;
        padding: 10px 0px 10px 0px;
        border-bottom: none;
        width: auto;
    }
    #app_dashboard header > .container .offcanvas-body .nav-item.logout-item {
        display: flex;
        align-items: center;
    }
    /**/
    .container-forms {
        padding: 0px 0px !important;
    }
    .col-select-form, .step-row {
        flex-direction: column;
        align-items: start;
    }
    .col-select-form h2 {
        margin-bottom: 20px;
    }
    .col-select-form ul li:first-child {
        margin-left: 0px;
    }
    .col-md-3.step-title, .col-md-9.step-form {
        width: 100%;
    }
    .col-md-9.step-form {
        margin-top: 15px;
    }
}
@media (max-width: 1200px) and (min-width: 991px) {
    header.site-header, .entry-content > .elementor > section.elementor-section, .my-footer, .single.single-post .prose > .elementor > section.elementor-section {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    header.site-header .container.px-3 {
        padding: 0px !important;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
    }
    /**/
    .wrapper_content,
    .my-footer {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .my-footer > .container > .row > .col-md-3 {
        padding: 0px 15px !important;
    }
    footer > .container > .row > .col-md-3:nth-child(3) .widget_nav_menu .menu {
        margin-bottom: 0px !important;
    }
    .my-footer > .container > .row > .col-md-3:nth-child(3) .widget_nav_menu ul.menu li {
        margin: 0px 5px;
    }
    .my-footer ul li.google-play a, .my-footer ul li.appstore a, .my-footer ul li.huawei a {
        width: 90px;
        height: 30px;
    }
}
@media (max-width: 991px) and (min-width: 0px) {
    header.site-header {
        padding: 14px 15px 14px 15px !important;
    }
    .wrapper_content,
    .my-footer {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    header.site-header .container.px-3 {
        padding: 0px 0px !important;
    }
    /**/
    .navbar-light .navbar-toggler {
        color: #f59100;
        z-index: 9;
        border: none !important;
        box-shadow: none !important;
    }
    .navbar-light .navbar-toggler {
        padding: 0.625rem 0.25rem !important;
        position: relative;
        width: 1.875rem;
        height: 2.25rem;
    }
    .navbar-light .navbar-toggler-icon,
    .navbar-light .navbar-toggler-icon::before,
    .navbar-light .navbar-toggler-icon::after {
        background-color: #f59100;
    }
    .navbar-light .navbar-toggler-icon {
        display: block;
        top: 50%;
        margin-top: -0.0625rem;
        transition-duration: 0.075s;
        transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    .navbar-light .navbar-toggler-icon,
    .navbar-light .navbar-toggler-icon::before,
    .navbar-light .navbar-toggler-icon::after {
        position: absolute;
        width: 1.375rem;
        height: 0.125rem;
        background-image: none !important;
        transition-property: transform 0.15s ease;
    }
    .navbar-light .navbar-toggler-icon::before,
    .navbar-light .navbar-toggler-icon::after {
        display: block;
        content: "";
    }
    .navbar-light .navbar-toggler-icon::before {
        top: -0.4375rem;
        transition: top 0.075s 0.12s ease, opacity 0.075s ease;
    }
    .navbar-light .navbar-toggler-icon::after {
        bottom: -0.4375rem;
        transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    [aria-expanded=true] .navbar-toggler-icon {
        transform: rotate(45deg);
        transition-delay: 0.12s;
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    [aria-expanded=true] .navbar-toggler-icon::before {
        top: 0;
        opacity: 0;
        transition: top 0.075s ease, opacity 0.075s 0.12s ease;
    }
    [aria-expanded=true] .navbar-toggler-icon::after {
        bottom: 0;
        transform: rotate(-90deg);
        transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    /* Navbar show */
    body.show_navbar_toggler {
        overflow: hidden;
        padding-right: 0px;
    }
    .offcanvas-header {
        padding: 1.125rem 1.5rem !important;
        display: flex !important;
    }
    .offcanvas-header .btn-close {
        padding: 0.75rem 0.75rem !important;
        margin-top: -0.75rem !important;
        margin-right: -0.75rem !important;
        margin-bottom: -0.75rem !important;
        width: 0.75em !important;
        height: 0.75em !important;
        box-shadow: none !important;
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.75em auto no-repeat;
    }

    .btn-close {
        box-sizing: content-box;
        width: 0.75em;
        height: 0.75em;
        padding: 0.25em 0.25em;
        color: #000;
        border: 0;
        border-radius: 0.375rem;
        opacity: 0.5;
    }
    /**/
    .offcanvas.show .offcanvas-body {
        padding: 1.5rem 1.5rem;
    }
    header.site-header .offcanvas.show .navbar-nav {
        margin-left: 0px;
        margin-right: 0px !important;
        width: 100%;
        display: flex;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }
    header.site-header .offcanvas.show .navbar-nav > li:first-child,
    header.site-header .offcanvas.show .navbar-nav .menu-user {
        margin-left: 0;
    }
    header.site-header .offcanvas.show .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }
    header.site-header .offcanvas.show .navbar-nav .menu-user a {
        margin-top: 5px;
        justify-content: center;
    }
    /**/
    header.site-header .offcanvas.show .navbar-nav li.dropdown:hover ul.dropdown-menu {
        display: none;
    }
    header.site-header .offcanvas.show .dropdown .dropdown-menu.show {
        display: block !important;
        padding: 0px;
        box-shadow: none;
    }
    header.site-header .offcanvas.show .dropdown .dropdown-menu.show .dropdown-item {
        padding-left: 0px;
        padding-right: 0px;
    }
    .row.row_save_contract .col-md-3:first-child {
        display: none;
    }
    .row.row_save_contract .col-md-6 {
        width: 75% !important;
    }
    .row.row_save_contract .col-md-3:last-child {
        width: 25% !important;
    }
    /**/
    #app_dashboard header {
        padding: 0px 10px !important;
    }
    #app_dashboard header.navbar-light .navbar-toggler-icon,
    #app_dashboard header.navbar-light .navbar-toggler-icon::before,
    #app_dashboard header.navbar-light .navbar-toggler-icon::after {
        background-color: #fff;
    }
    #app_dashboard header .nav_left .nav_bottom li a, ul.nav_center li a,
    #app_dashboard header > .container .offcanvas-body .dropdown-item {
        font-size: 14px;
        color: #333 !important;
    }
    #app_dashboard header > .container .offcanvas-body {
        padding: 10px 25px;
    }
    #app_dashboard header > .container .offcanvas-body ul.nav_center {
        flex-direction: column !important;
    }
    #app_dashboard header > .container .offcanvas-body ul.nav_center {
        margin-bottom: 15px;
        padding-bottom: 10px;
        flex-direction: column !important;
        border-bottom: 1px solid #eee;
    }
    header .offcanvas {
        width: 21rem !important;
    }
    /**/
    header.site-header,
    .wrapper_content {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    header.site-header .container.px-3 {
        padding: 0px 0px !important;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
    }
    .my-footer {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .top_center_txt {
        padding: 20px 60px 60px 60px;
    }
    .step_content .step_title {
        line-height: 24px;
    }
    .row.row_new_line .col-md-4,
    .row.row_new_line .col-md-8 {
        width: 50%;
    }
    /**/
    .login_content {
        padding: 40px;
        width: 460px;
        left: 30%;
        transform: translate(18%, -50%);
    }
    /**/
    #app_dashboard {
        flex-direction: column;
    }
    #app_dashboard nav {
        width: 100%;
        height: 72px;
        position: relative;
    }
    #app_dashboard main {
        margin-left: 0;
        width: 100%;
    }
    #navbarSupportedContent,
    #app_dashboard nav ul.nav_center,
    #app_dashboard nav .container.nav_left {
        flex-direction: row !important;
    }
    #app_dashboard nav .container.nav_left {
        margin: 0px;
        max-width: 100%;
    }
    #app_dashboard .nav_left .navbar-brand img {
        width: 60px !important;
        height: auto;
    }
    #app_dashboard .navbar-nav.nav_center .navbar-nav.nav_bottom {
        margin-left: auto;
    }
    .nav_left .nav_bottom li {
        padding-top: 15px;
        border-top: none;
    }
    ul.nav_center li {
        padding: 10px 15px 10px 15px;
        width: auto;
        border-bottom: none;
    }
    /**/
    .dataTable thead tr th:first-child,
    .dataTable tbody tr td:first-child {
        padding-left: 0px;
    }
    .dataTable thead tr th:last-child,
    .dataTable tbody tr td:last-child {
        padding-right: 0px;
    }
    #dataTable_wrapper {
        overflow-x: auto;
    }
    /**/
    #app_dashboard header {
        position: relative;
        width: 100%;
        height: 80px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    header .navbar-brand > img {
        max-width: 55px;
    }
    /**/
    .top_center_txt {
        padding: 10px 0px 60px 0px;
    }
    .step_content .step_number {
        font-size: 42px;
    }
    .step_content .step_title {
        font-size: 18px;
        line-height: 24px;
    }
    /**/
    .wrapper_content hr {
        margin-bottom: 40px;
    }
    #form_create_contract > .row > .col-md-12 > .row > .col-md-3,
    #form_create_contract > .row > .col-md-12 > .row > .col-md-9,
    .row.row_new_line .col-md-8,
    .row.row_new_line .col-md-4 {
        width: 100%;
    }
    #form_create_contract input,
    #form_create_contract label {
        font-size: 14px;
    }
    .wrapper form .checkbox_content input + label::before {
        top: 2px;
    }
    /**/
    .my-footer > .container > .row > .col-md-3 {
        width: 50% !important;
    }
    /**/
    .login_content {
        padding: 40px;
        width: 450px;
        left: 25%;
        transform: translate(10%, -50%);
    }
    /**/
    #pills-tab.nav-pills > li.nav-item,
    #pills-tab.nav-pills > li:first-child {
        margin-left: 0px;
    }
    #pills-tab button.nav-link::after {
        right: -0.7rem;
        width: 1.75rem;
        transform: skew(15deg);
    }
    #form_comment_contract .col-md-6 {
        width: 100%;
    }
    /**/
    .col-select-form ul {
        width: 100%;
    }
    .col-select-form ul li {
        width: 25%;
    }
    .col-select-form ul li a {
        width: 170px;
        height: 63px;
    }
    /**/
    .my-footer > .container > .row > .col-md-3 {
        padding: 0px 15px;
        width: 100% !important;
    }
    .my-footer > .container > .row > .col-md-3:first-child ul.menu li {
        padding: 0px 10px;
    }
    .my-footer > .container > .row > .col-md-3:nth-child(3) {
        border-left: none;
        border-right: none;
    }
}
@media (max-width: 768px) and (min-width: 0px) {
    header .navbar-brand > img {
        max-width: 50px;
    }
    /**/
    .top_center_txt {
        padding: 0px 0px 40px 0px;
        text-align: left;
    }
    .wrapper form h2 {
        margin-bottom: 25px;
    }
    /**/
    .wrapper form .row {
        margin-bottom: 0px;
    }
    .wrapper form .row .col-md-3,
    .wrapper form .row .col-md-6 {
        margin-bottom: 15px;
    }
    .wrapper_content hr {
        margin-bottom: 20px;
    }
    /**/
    .row_new_line .btn, .login_content form button {
        padding: 16px 12px !important;
    }
    /**/
    .wrapper_login {
        background-color: #f59100;
    }
    .wrapper_login .col-md-8 {
        background-image: none;
    }
    .wrapper_login .col-md-4 {
        background: transparent;
    }
    .btn.delete_contact_assoc {
        margin-bottom: 15px;
    }
    .row.row_new_line .col-md-8,
    .row.row_new_line .col-md-4 {
        width: 100%;
    }
    .row.row_save_contract .col-md-6,
    .row.row_save_contract .col-md-3:last-child {
        width: 100% !important;
    }
    /**/
    .login_content {
        padding: 30px;
        width: 90%;
        top: 53%;
        left: 5%;
        transform: translate(0%, -50%);
    }
    .login_content p {
        margin-bottom: 20px;
    }
    .login_content form .col_input {
        margin-bottom: 15px;
    }
    .login_content form .col_footer {
        margin-top: 15px;
        flex-direction: column;
    }
    .login_content form .col_footer button {
        width: 100%;
    }
    .login_content form .col_footer .btn-link {
        margin-left: 0;
        margin-top: 10px;
    }
    /**/
    #app_dashboard .navbar-light .navbar-toggler-icon,
    #app_dashboard .navbar-light .navbar-toggler-icon::before,
    #app_dashboard .navbar-light .navbar-toggler-icon::after {
        background-color: #fff;
    }
    /**/
    #app_dashboard .nav_left .navbar-brand img {
        width: 48px !important;
    }
    main .card .card-header {
        padding: 20px 15px;
    }
    main .card #dataTable_length,
    main .card #dataTable_filter {
        text-align: left;
    }
    main .card #dataTable_length {
        margin-bottom: 15px;
    }
    /**/
    .header_client {
        flex-direction: column;
    }
    .title_page p {
        margin-bottom: 5px;
    }
    .header_client_action {
        margin-left: 0;
        margin-bottom: 25px;
    }
    #pills-tab.nav-pills {
        background: #fff;
        border-radius: 3px 3px 0px 0px;
    }
    #pills-tab.nav-pills > li.nav-item {
        margin-left: 0px;
    }
    #pills-tab button.nav-link::after {
        display: none !important;
    }
    #pills-tab button.nav-link {
        border-radius: 3px 3px 3px 3px;
    }
    .item_asociate_person p span {
        margin-right: 5px;
        padding: 5px;
        border-right: none;
    }
    .card.add_files .list_docs {
        flex-direction: column;
    }
    .card.add_files ul.list_docs li {
        margin: 0px 0px 15px 0px;
        padding: 10px 15px 12px 15px;
        width: 100%;
    }
    .card.add_files ul.list_docs li:last-child {
        margin-bottom: 0px;
    }
    /**/
    .col-select-form ul {
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }
    .col-select-form ul li {
        margin-left: 0px;
        margin-bottom: 10px;
        width: calc(50% - 5px);
    }
    .col-select-form ul li a {
        width: 100%;
        height: 64px;
    }
    .col-select-form ul li a:hover, .col-select-form ul li a.active {
        background-color: transparent;
        border: 1px solid transparent;
        color: #fff !important;
        opacity: 1;
    }
    .file_contract_buletin {
        align-items: start;
        flex-direction: column;
    }
    .btn.save_contract {
        margin-top: 12px;
        width: 100%;
    }
    /**/
    .my-footer {
        padding: 40px 15px 30px 15px !important;
    }
    .my-footer > .container > .row > .col-md-3 {
        padding: 0px 15px;
    }
    .my-footer > .container > .row > .col-md-3:first-child {
        text-align: left;
    }
    .my-footer > .container > .row > .col-md-3:first-child .h5.widget-title {
        display: block !important;
    }
    .my-footer > .container > .row > .col-md-3:first-child ul.menu {
        padding-bottom: 0px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .my-footer > .container > .row > .col-md-3:first-child ul.menu li {
        padding: 0px 0px;
    }
    .my-footer > .container > .row > .col-md-3 {
        padding: 0px 15px;
        width: 100% !important;
        text-align: left;
    }
    .my-footer > .container > .row > .col-md-3 .wp-block-social-links,
    .my-footer > .container > .row > .col-md-3:nth-child(3) .widget_nav_menu ul.menu {
        justify-content: start;
    }
    .my-footer > .container > .row > .col-md-3:nth-child(3) {
        border-left: none;
        border-right: none;
    }
    .my-footer > .container > .row > .col-md-3:nth-child(3) .widget_nav_menu ul.menu li {
        margin: 0px 0px;
    }
    .my-footer > .container > .row > .col-md-3:nth-child(3) .widget_nav_menu ul.menu li:first-child {
        margin-right: 10px;
    }
    .my-footer ul li.google-play a, .my-footer ul li.appstore a, .my-footer ul li.huawei a {
        width: 90px;
        height: 30px;
    }
    .my-footer .widget-title, .my-footer .widget_block h2 {
        margin-bottom: 10px;
    }
    .my-footer > .container > .row > .col-md-3:nth-child(3) .widget_nav_menu,
    .my-footer > .container > .row > .col-md-3:nth-child(3) .widget_nav_menu .menu {
        margin-bottom: 0px !important;
    }
    .my-footer > .container > .row > .col-md-3:last-child {
        display: flex;
        justify-content: start;
        margin-top: 25px;
    }
    #colophon a {
        display: inline-block;
    }
}
