/*======================================
//--//-->   STYLES GENERALES
======================================*/

/*@font-face {
    font-family: 'Roboto'; 
    src: url(../font/fonts/Roboto-Regular.ttf) format ('truetype');
}
*/
@font-face {
    font-family: "Roboto";
    src: url(../font/fonts/Roboto-Regular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url(../font/fonts/Roboto-Medium.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url(../font/fonts/Poppins-Regular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url(../font/fonts/Poppins-Medium.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
}

body {
    /*font-family: 'Segoe UI', sans-serif;*/
    font-family: 'Roboto', 'Poppins', sans-serif;
    /*font-family: 'Apple Color Emoji', sans-serif;*/
    color: #555555;
    padding: 0px;
    background: #F2F4F7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
}

a {
    color: #000000;
    transition: all .5s ease;
}

    a:hover {
        color: #2eca6a;
        text-decoration: none;
    }

.kendoDanger {
    background-color: red;
    color: white;
}

.btn-orange {
    background-color: rgb(255,143,0);
    color: white;
}

.btn-dark-green {
    background-color: rgb(0,137,123);
    color: white;
}


.borderForm {
    border: 1px solid;
    border-color: lightgray;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.inputForm {
    text-transform: uppercase;
    font-size: 1.1em;
    color: black;
}

.inputFileName {
    font-size: 1.1em;
    color: black;
}

.inputTextForm {
    font-size: 1.1em;
    color: black;
}

.feedback {
    color: white;
    border-radius: 4px;
}
/*.form-group {
    margin-bottom: 0rem;
}
*/
/*table {
    width: 100%;
}

#example_filter {
    float: right;
}

#example_paginate {
    float: right;
}

label {
    display: inline-flex;
    margin-bottom: .5rem;
    margin-top: .5rem;
}*/
/*------/ Fixed botton  /------*/
#mybutton {
    position: fixed;
    bottom: 5px;
    right: 70px;
    transition: background 0.5s;
    z-index: 11;
}

#mybutton-left {
    position: fixed;
    bottom: 5px;
    left: 15px;
    transition: background 0.5s;
    z-index: 11;
}
/*------/ CheckBox  /------*/

.checkbox-lg .custom-control-label::before,
.checkbox-lg .custom-control-label::after {
    top: .2rem;
    left: -1.25rem;
    width: 1.55rem;
    height: 1.55rem;
    border-color: #28a745;
}

.checkbox-lg .custom-control-label {
    padding-top: 13px;
    padding-left: 6px;
    border-color: #28a745;
}
/*------/ CheckBox  /------*/

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: green;
    border-color: green;
}

/*------/ CheckBox-blue /------*/

.custom-checkbox-blue .custom-control-label::before {
    border-radius: 0.25rem;
}

.custom-checkbox-blue .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox-blue .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff;
}

.custom-checkbox-blue .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox-blue .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox-blue .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox-blue .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #3C76C7;
    border-color: #3C76C7;
}
/*------/ Fixed menu  /------*/

.menu-service {
    position: fixed;
    bottom: 50px; /*50px;*/
    right: 15px; /*15px;*/
    transition: background 0.5s;
    z-index: 11;
    float: right;
}

    .menu-service .item {
        /*cursor: pointer;*/
        float: right;
    }

        .menu-service .item .message {
            position: absolute;
            right: 0px;
            /*top: -210px;*/
            padding-top: 15px;
            float: right;
            display: none;
        }

            .menu-service .item .message .message-warp {
                /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.02);*/
                /*border: 1px solid #E9E9E9;*/
                /*background: #ffffff;*/
                /*border-radius: 6px;*/
                padding: 25px 0px;
                /*text-align: left;*/
            }

                .menu-service .item .message .message-warp .dropdown-content {
                    float: right;
                    padding: 5px 0px;
                }

        .menu-service .item:hover .message {
            display: block;
        }

    .menu-service #go-top {
        display: none;
    }
/*------/ Fixed menu LEFT  /------*/

.menu-service-left {
    position: fixed;
    bottom: 5px; /*50px;*/
    left: 70px; /*15px;*/
    transition: background 0.5s;
    z-index: 11;
    float: left;
}

    .menu-service-left .item {
        /*cursor: pointer;*/
        float: left;
    }

        .menu-service-left .item .message {
            position: absolute;
            left: 0px;
            /*top: -210px;*/
            padding-top: 15px;
            float: left;
            display: none;
        }

            .menu-service-left .item .message .message-warp {
                /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.02);*/
                /*border: 1px solid #E9E9E9;*/
                /*background: #ffffff;*/
                /*border-radius: 6px;*/
                padding: 25px 0px;
                /*text-align: left;*/
            }

                .menu-service-left .item .message .message-warp .dropdown-content {
                    float: left;
                    padding: 5px 0px;
                }

        .menu-service-left .item:hover .message {
            display: block;
        }

    .menu-service-left #go-top {
        display: none;
    }
/*------/ Kendo Grid  /------*/

.k-grid-header, .k-grid-header .k-header {
    position: relative;
    background-color: #28a745;
    color: white;
    box-shadow: 0px 4px 0px #EBEDF0;
    z-index: 1;
}

    .k-grid-header th.k-with-icon .k-link {
        margin-right: 0px;
    }

    .k-grid-header .k-grid-filter {
        background-color: #28a745;
        color: white;
    }

        .k-grid-header .k-grid-filter.k-state-active {
            background-color: #2b8c3c;
        }

.grid .k-header .k-grid-search, .grid .k-grid-search-template {
    height: 32px;
    color: #7E7E7E;
    background: #FFFFFF;
    border: 1px solid #D7D8DB;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 0px;
    margin-right: 12px;
    font-size: 14px;
    display: -ms-flexbox;
    max-width: 419px;
    width: 25%;
    min-width: 200px;
    float: left;
    border-color: #D7D8DB;
}

.k-button {
    border-color: transparent;
    background: transparent;
    color: #3C76C7;
    border-radius: 4px;
    height: 32px;
    padding: 8px 20px;
    margin: 0px 8px 0px 0px !important;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    white-space: nowrap;
}

    .k-button:hover,
    .k-button.k-state-hover,
    .k-button:focus,
    .k-button.k-state-focused,
    .k-button:active,
    .k-button.k-state-active {
        background-color: #F2F4F7;
        color: #3C76C7;
        border-color: transparent;
        background-image: none;
        box-shadow: none;
    }

    .k-button.k-primary,
    .k-button.k-primary:focus,
    .k-button.k-primary.k-state-focused,
    .k-button.k-primary:active,
    .k-button.k-primary.k-state-active {
        border-color: transparent;
        color: #fff;
        background: #009542;
        box-shadow: none;
    }

        .k-button.k-primary:hover,
        .k-button.k-primary.k-state-hover {
            border-color: transparent;
            color: #fff;
            background-color: #007842;
            box-shadow: none;
        }

    .k-button.modal-footer-btn {
        height: 40px;
    }

        .k-button.modal-footer-btn.save-btn {
            background: #52AE41;
            color: #fff !important;
        }

            .k-button.modal-footer-btn.save-btn:hover {
                background: #009542;
            }


.k-grid-toolbar .btn-group .dropdown-item {
    box-sizing: border-box !important;
}

.dropdown-form {
    display: none;
    width: 560px;
    max-height: 705px;
    position: fixed;
    top: 32px;
    left: 0px;
    background: #FFFFFF;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.02), 0px 32px 80px rgba(0, 0, 0, 0.07), 0px 11.28px 35.511px rgba(0, 0, 0, 0.0503198), 0px 6.0308px 18.9859px rgba(0, 0, 0, 0.0417275), 0px 3.38082px 10.6433px rgba(0, 0, 0, 0.035), 0px 1.79553px 5.65259px rgba(0, 0, 0, 0.0282725), 0px 0.747159px 2.35217px rgba(0, 0, 0, 0.0196802);
    border-radius: 4px 4px 12px 12px;
    padding: 12px 24px 24px 24px;
    z-index: 1010;
}

.dropdown-form-body {
    max-height: 688px;
    width: 100%;
    overflow: auto;
    padding: 0px 2px;
}

.dropdown-form-separator {
    margin-top: 4px;
    font-weight: 500;
}

.dropdown-form-footer {
    margin-top: 40px !important;
}

.dropdown-form .k-widget {
    box-sizing: border-box;
}

.dropdown-form .col {
    padding: 0px;
}

.padding-right-16,
.col.padding-right {
    padding-right: 16px !important;
}

.padding-0 {
    padding: 0px;
}

.dropdown-form.show {
    display: flex;
}

.k-grid.k-widget * {
    box-sizing: border-box;
}

.dropdown-filter {
    margin-right: 8px;
}

    .dropdown-filter .k-dropdown-wrap {
        background: transparent;
        border-color: #D7D8DB;
        height: 32px;
    }

        .dropdown-filter .k-state-active,
        .dropdown-filter .k-dropdown-wrap.k-state-focused,
        .k-dropdown-wrap.focused,
        .k-combobox .k-dropdown-wrap .k-input.custom-combobox-input.focused {
            border: 1px solid #3C76C7;
            box-sizing: border-box;
            box-shadow: 0px 0px 0px 2px rgba(61, 114, 189, 0.4);
        }

        .dropdown-filter .k-dropdown-wrap .k-input {
            font-size: 14px;
            line-height: 24px;
            height: 32px;
            font-family: 'Roboto', 'Poppins', sans-serif;
            padding: 4px 16px;
            text-indent: 0px;
        }

.k-list-container {
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.02), 0px 32px 80px rgba(0, 0, 0, 0.07), 0px 11.28px 35.511px rgba(0, 0, 0, 0.0503198), 0px 6.0308px 18.9859px rgba(0, 0, 0, 0.0417275), 0px 3.38082px 10.6433px rgba(0, 0, 0, 0.035), 0px 1.79553px 5.65259px rgba(0, 0, 0, 0.0282725), 0px 0.747159px 2.35217px rgba(0, 0, 0, 0.0196802) !important;
    border-radius: 4px;
    padding-top: 16px !important;
    border-width: 0px !important;
}

.k-animation-container,
.k-list-container {
    height: auto !important;
    max-height: 400px;
}

.k-list-scroller {
    height: auto !important;
    max-height: 360px;
}

    .k-list-scroller .k-list .k-item {
        position: relative;
        font-family: 'Roboto', 'Poppins', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px !important;
        padding: 8px 24px !important;
        cursor: pointer;
    }

        .k-list-scroller .k-list .k-item:hover,
        .k-list-scroller .k-list .k-item.state-select:hover,
        .k-list-scroller .k-list .k-item.k-state-focused:hover {
            background: rgba(203, 228, 250, 0.25);
            color: #08358C;
        }

        .k-list-scroller .k-list .k-item.state-select,
        .k-list-scroller .k-list .k-item.k-state-focused {
            background-color: transparent;
            color: #000;
        }

            .k-list-scroller .k-list .k-item.state-select::before,
            .k-list-scroller .k-list .k-item.k-state-focused::before,
            .custom-dropdown-item.selected:before {
                font-family: "WebComponentsIcons";
                content: "\e118";
                color: #009542;
                font-size: 12px;
                position: absolute;
                left: 6px;
            }


.dropdown-filter .k-select {
    padding: 0px 10px !important;
}

    .dropdown-filter .k-select .k-icon {
        text-indent: 0;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        color: #3C76C7;
    }

        .dropdown-filter .k-select .k-icon::after,
        .dropdown-filter .k-select .k-icon::before {
            content: '\e015';
            margin: 0px;
            width: 1em;
            height: 1em;
            line-height: 1;
            display: inline-block;
            position: relative;
            top: -2px;
            bottom: 0;
            left: 0;
            right: 0;
            font-family: "WebComponentsIcons";
        }

        .dropdown-filter .k-select .k-icon::before {
            content: '\e013';
            top: 2px;
        }
/*.k-upload-button {
    background-color: #28a745; !important;
    color: white;
    cursor: pointer;
}
*/
/*k-upload-button button:active {
    background-color: #28a745;
}
*/
/*.grid .alt.state-select {
    background-color: #28a745 !important;
    color: #000000;
}*/
/*.state-select {
    color: #ffffff;
    background-color: #28a745;
}*/
/*.grid .state-select {
    background-color: orange;
}*/
/*------/ Kendo UpLoad  /------*/

.k-upload {
    border-color: rgba(0, 0, 0, 0.08);
    color: #28a745;
    background-color: white;
}

    .k-upload .k-dropzone {
        border-color: rgba(0, 0, 0, 0.09);
        color: #656565;
        background-color: white;
    }

    .k-upload .k-file-validation-message {
        color: black;
    }

.k-upload-button {
    background-color: #28a745;
    color: black;
}
/* Laoder */
.loaderCircle {
    position: fixed;
    border: 7px solid lightgreen;
    border-radius: 50%;
    border-top: 7px solid lightgreen;
    border-bottom: 7px solid #449d44;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
    width: 58px;
    height: 58px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    perspective: 800px;
    z-index: 99999;
}

#loader-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999999;
    display: none;
    background: #8080800e;
    /*background: #8080805e;*/
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* Laoder */

.loader {
    position: absolute;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
    width: 96px;
    height: 96px;
    border-radius: 50%;
    perspective: 800px;
}

.inner {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

    .inner.one {
        left: 0%;
        top: 0%;
        animation: rotate-one 1s linear infinite;
        border-bottom: 9px solid #FFA500;
    }

    .inner.two {
        right: 0%;
        top: 0%;
        animation: rotate-two 1s linear infinite;
        border-right: 9px solid #FFA500;
    }

    .inner.three {
        right: 0%;
        bottom: 0%;
        animation: rotate-three 1s linear infinite;
        border-top: 9px solid #FFA500;
    }

@keyframes rotate-one {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@keyframes rotate-two {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@keyframes rotate-three {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}
/*.grid .k-button {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}*/
/*.select-option:hover {
    outline-color: red
}*/
/*input:valid {
    border-color: green;
}*/
/*input:invalid {
    border-color: red;
}*/
/*input:focus {
    outline-style: none;
    outline-width: 0px !important;
    outline-color: none !important;
}*/
/*input:active {
    outline-style: none;
    outline-width: 0px !important;
    outline-color: none !important;
}*/

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.link-two {
    color: #000000;
    transition: all .5s ease;
}

    .link-two:hover {
        text-decoration: underline;
        color: #000000;
    }

.link-one {
    color: #000000;
    transition: all .5s ease;
}

    .link-one:hover {
        color: #000000;
        text-decoration: none;
    }

.link-icon {
    color: #000000;
    font-weight: 500;
}

    .link-icon span {
        font-size: 14px;
        padding-left: 4px;
        vertical-align: middle;
    }

.link-a {
    color: #ffffff;
    text-decoration: none;
}

    .link-a:hover {
        color: #ffffff;
        text-decoration: none;
    }

    .link-a span {
        font-size: 18px;
        vertical-align: middle;
        margin-left: 5px;
    }

.text-brand {
    color: #000000;
    font-size: 2rem;
    font-weight: 600;
}

.color-a {
    color: rgba(0, 0, 0, 0.5);
}

.color-b {
    color: #2eca6a;
}

.color-green {
    color: #508d3c;
}

.color-green-old {
    color: green;
}

.color-green-light {
    color: #5dbe3e;
}

.color-orange {
    color: #ff8c00;
}

.color-d {
    color: #adadad;
}

.color-text-a {
    color: #555555;
}

.no-margin {
    margin: 0;
}
/*------/ Nav Tabs  /------*/
.nav-tabs .nav-link {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.4px;
    color: #000000;
    border-bottom: none;
    border-bottom: 2px solid #fff;
    padding-bottom: 0px;
    transition: .2s;
}

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active, .nav-tabs
    .nav-link:focus {
        border: 2px solid white;
        border-bottom: 2px solid #52AE41;
    }

.nav-pills-a.nav-pills .nav-link.active {
    background-color: transparent;
}

    .nav-pills-a.nav-pills .nav-link.active:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 100%;
        height: 2px;
        background-color: #2eca6a;
        z-index: 2;
    }

.nav-link.active .color-a {
    color: #111;
    font-weight: bold;
}

.nav-link.dropdown-toggle::after {
    content: "";
    border: solid #009542 !important;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 2px 2px 0 !important;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    margin: 3px 3px -3px 10px;
}
/*------/ Bg Image /------*/
.bg-image {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}
/*------/ List a /------*/

.list-a {
    display: inline-block;
    line-height: 2;
    padding: 0;
    list-style: none;
}

    .list-a li {
        position: relative;
        width: 50%;
        float: left;
        padding-left: 25px;
        padding-right: 5px;
    }

        .list-a li:before {
            content: '';
            width: 10px;
            height: 2px;
            position: absolute;
            background-color: #313131;
            top: 15px;
            left: 0;
        }
/*------/ Pagination-a /------*/

.pagination-a .pagination .page-link {
    margin: 0 .2rem;
    border-color: transparent;
    padding: .5rem .8rem;
    color: #000000;
}

    .pagination-a .pagination .page-link:hover,
    .pagination-a .pagination .page-link:active,
    .pagination-a .pagination .page-link:focus {
        background-color: #2eca6a;
    }

    .pagination-a .pagination .page-link span {
        font-size: 1.2rem;
    }

.pagination-a .pagination .next .page-link {
    padding: .4rem .9rem;
}

.pagination-a .pagination .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination-a .pagination .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination-a .pagination .page-item.disabled .page-link {
    padding: .4rem .9rem;
    color: #555555;
}

.pagination-a .pagination .page-item.active .page-link {
    background-color: #2eca6a;
}

.a {
    color: #2eca6a;
    font-size: 1.3rem;
}
/*------/ Icon Box /------*/

.icon-box .icon-box-icon {
    display: table-cell;
    vertical-align: top;
    font-size: 36px;
    color: #000000;
    width: 50px;
    padding-top: 8px;
}

.icon-box .icon-box-content {
    padding-top: 18px;
}
/*------/ Space Padding /------*/

.section-t8 {
    padding-top: 8rem;
}

.section-t4 {
    padding-top: 4rem;
}

.section-t3 {
    padding-top: 3rem;
}

.section-b2 {
    padding-bottom: 2rem;
}

.section-tb85 {
    padding: 8rem 0 5rem 0;
}
/*------/ Title /------*/

.title-wrap {
    padding-bottom: 4rem;
}

.title-a {
    font-size: 2.6rem;
    font-weight: 600;
}

.title-link {
    font-size: 1.2rem;
    font-weight: 300;
    padding-top: 1.2rem;
}

    .title-link a {
        color: #313131;
    }

    .title-link span {
        font-size: 20px;
        padding-left: 4px;
        vertical-align: middle;
    }

.title-box-d {
    padding-bottom: 1.8rem;
    margin-bottom: 1rem;
    position: relative;
}

    .title-box-d .title-d {
        font-weight: 600;
        font-size: 2rem;
    }

        .title-box-d .title-d:after {
            content: '';
            position: absolute;
            width: 70px;
            height: 4px;
            background-color: #2eca6a;
            bottom: 20px;
            left: 0;
        }
/*------/ Display Table & Table Cell /------*/

.display-table {
    width: 100%;
    height: 100%;
    display: table;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}
/*------/ Ul Resect /------*/

.ul-resect ul,
.list-a ul,
.box-comments ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
/*------/ Overlay /------*/

.overlay-a {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 27%, rgba(0, 0, 0, 0.65) 90%);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0px;
    padding: 0;
    height: 100%;
    width: 100%;
}
/*------/ Owl carousel /------*/

.owl-theme .owl-dots {
    text-align: center;
    margin-top: 18px;
}

    .owl-theme .owl-dots .owl-dot {
        display: inline-block;
    }

        .owl-theme .owl-dots .owl-dot span {
            width: 16px;
            height: 9px;
            margin: 5px 5px;
            background: #000000;
            border: 0px solid #000000;
            display: block;
            transition: all 0.6s ease-in-out;
            cursor: pointer;
            border-radius: 0px;
        }

        .owl-theme .owl-dots .owl-dot:hover span {
            background-color: #2eca6a;
        }

        .owl-theme .owl-dots .owl-dot.active span {
            background-color: #2eca6a;
            width: 35px;
        }

.owl-arrow .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.8rem;
}

    .owl-arrow .owl-nav .owl-prev,
    .owl-arrow .owl-nav .owl-next {
        display: inline-block;
        transition: all 0.6s ease-in-out;
        color: #000000;
    }

        .owl-arrow .owl-nav .owl-prev.disabled,
        .owl-arrow .owl-nav .owl-next.disabled {
            transition: all 0.6s ease-in-out;
            color: #adadad;
        }

    .owl-arrow .owl-nav .owl-next {
        margin-left: 15px;
    }

.nav-arrow-a .owl-arrow .owl-nav {
    font-size: 1.8rem;
    margin-top: -110px;
}

    .nav-arrow-a .owl-arrow .owl-nav .owl-next {
        margin-left: 15px;
    }

.nav-arrow-b .owl-arrow .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.2rem;
}

    .nav-arrow-b .owl-arrow .owl-nav .owl-prev,
    .nav-arrow-b .owl-arrow .owl-nav .owl-next {
        padding: .7rem 1.5rem !important;
        display: inline-block;
        transition: all 0.6s ease-in-out;
        color: #ffffff;
        background-color: #2eca6a;
        opacity: .9;
    }

        .nav-arrow-b .owl-arrow .owl-nav .owl-prev.disabled,
        .nav-arrow-b .owl-arrow .owl-nav .owl-next.disabled {
            transition: all 0.6s ease-in-out;
            color: #ffffff;
        }

        .nav-arrow-b .owl-arrow .owl-nav .owl-prev:hover,
        .nav-arrow-b .owl-arrow .owl-nav .owl-next:hover {
            background-color: #26a356;
        }

    .nav-arrow-b .owl-arrow .owl-nav .owl-next {
        margin-left: 0px;
    }
/*------/ Socials /------*/

.socials-a .list-inline-item:not(:last-child) {
    margin-right: 25px;
}
/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    background: #2eca6a;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 20px;
    transition: background 0.5s;
    z-index: 11;
}

    .back-to-top i {
        padding-top: 12px;
        color: #fff;
    }
/* Prelaoder */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: transparent;
}

    #preloader:before {
        content: "";
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid #f2f2f2;
        border-top: 6px solid #2eca6a;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        -webkit-animation: animate-preloader 1s linear infinite;
        animation: animate-preloader 1s linear infinite;
    }

@-webkit-keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*======================================
//--//-->   BOX COLAPSE
======================================*/

.box-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 1040;
    background-color: #ffffff;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 0.6s ease;
}

    .box-collapse .title-box-d {
        top: 30px;
        left: 60px;
        opacity: 0;
        transition: all 1s ease;
        transition-delay: .3s;
    }

.box-collapse-wrap {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 6.5rem;
    bottom: 5rem;
    padding-left: 10%;
    padding-right: 10%;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    -webkit-transform: translateY(3rem);
    transform: translateY(3rem);
    transition: opacity 0.5s 0.5s ease, -webkit-transform 0.5s 0.5s ease;
    transition: transform 0.5s 0.5s ease, opacity 0.5s 0.5s ease;
    transition: transform 0.5s 0.5s ease, opacity 0.5s 0.5s ease, -webkit-transform 0.5s 0.5s ease;
}

.box-collapse-open .click-closed {
    visibility: visible;
}

.box-collapse-open .box-collapse {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    box-shadow: 0 0 65px rgba(0, 0, 0, 0.07);
    opacity: 1;
}

    .box-collapse-open .box-collapse .title-box-d {
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 1;
    }

.box-collapse-open .box-collapse-wrap {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
}

.box-collapse-closed .box-collapse {
    opacity: .7;
    transition-delay: 0s;
}

    .box-collapse-closed .box-collapse .title-box-d {
        opacity: 0;
        transition-delay: 0s;
    }

    .box-collapse-closed .box-collapse .form-a {
        opacity: 0;
        transition-delay: 0s;
    }

.click-closed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 1035;
    background-color: #000000;
    opacity: .4;
}

.close-box-collapse {
    position: absolute;
    z-index: 1050;
    top: 2rem;
    font-size: 3.5rem;
    line-height: 1;
    color: #000000;
    cursor: pointer;
    transition: all 0.3s ease;
}

.right-boxed {
    right: 4.2857rem;
}
/*======================================
//--//-->   INTRO
======================================*/

.intro {
    height: 100vh;
    position: relative;
    color: #ffffff;
}

    .intro .owl-theme .owl-dots {
        position: absolute;
        bottom: 70px;
        right: 50px;
    }

        .intro .owl-theme .owl-dots .owl-dot span {
            background: #ffffff;
            border: 0px solid #ffffff;
        }

        .intro .owl-theme .owl-dots .owl-dot:hover span {
            background-color: #2eca6a;
        }

        .intro .owl-theme .owl-dots .owl-dot.active span {
            background-color: #2eca6a;
        }

    .intro .intro-item {
        padding-top: 2rem;
    }

    .intro .carousel-item-a {
        position: relative;
        height: 100vh;
    }

        .intro .carousel-item-a.bg-image {
            background-attachment: scroll;
        }

    .intro .intro-content {
        position: absolute;
    }

    .intro .intro-body {
        padding-left: 1rem;
    }

        .intro .intro-body .price-a {
            color: #ffffff;
            padding: 1rem 1.5rem;
            border: 2px solid #2eca6a;
            border-radius: 50px;
            text-transform: uppercase;
            letter-spacing: 0.030em;
        }

    .intro .spacial {
        -webkit-animation-delay: .2s;
        animation-delay: .2s;
        color: #ffffff;
    }

    .intro .intro-title-top {
        -webkit-animation-delay: .6s;
        animation-delay: .6s;
        margin-bottom: 1rem;
        font-size: .9rem;
        color: #ffffff;
        letter-spacing: .05em;
    }

    .intro .intro-title {
        transition-duration: 9s !important;
        color: #ffffff;
        font-weight: 700;
        font-size: 2.8rem;
        text-transform: uppercase;
    }

    .intro .intro-subtitle {
        font-size: 1.5rem;
        font-weight: 300;
    }

        .intro .intro-subtitle.intro-price {
            padding-top: 1rem;
            font-size: 1.2rem;
        }
/*------/ Intro Single /------*/

.intro-footer {
    padding: 0px;
}

.intro-single {
    padding: 0px;
}

    .intro-single .title-single-box {
        padding: 0px;
        margin-right: 0;
    }

        .intro-single .title-single-box .title-single {
            font-weight: 600;
            /*font-weight: 600;*/
            font-size: 1.7rem;
            /*font-size: 2.2rem;*/
        }

.title-single-box .title-dictionary {
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.intro-single .breadcrumb-box {
    padding: 1rem 0 0 .5rem;
}

.intro-single .breadcrumb {
    background-color: transparent;
    padding-right: 0;
    padding-left: 0;
}
/*======================================
//--//-->   CARD GENERAL
======================================*/

.card-box-a,
.card-box-b,
.card-box-d {
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .card-box-a .img-a,
    .card-box-a .img-b,
    .card-box-b .img-a,
    .card-box-b .img-b {
        transition: .8s all ease-in-out;
    }

.card-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.card-shadow {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .card-shadow:before {
        content: ' ';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 27%, rgba(0, 0, 0, 0.65) 90%);
    }
/*======================================
//--//-->   PROPERTY - CARD-A
======================================*/

.card-overlay-a-content {
    transition: all .5s ease-in;
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 2;
}

.card-header-a {
    padding: 0 1rem;
}

    .card-header-a .card-title-a {
        color: #ffffff;
        margin-bottom: 0;
        padding-bottom: .7rem;
    }

        .card-header-a .card-title-a a {
            color: #ffffff;
            text-decoration: none;
        }

.card-body-a {
    z-index: 2;
    transition: all .5s ease-in;
    padding: 0rem 1rem 2rem 1rem;
}

    .card-body-a .price-box {
        padding-bottom: .5rem;
    }

.price-a {
    color: #ffffff;
    padding: .6rem .8rem;
    border: 2px solid #2eca6a;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.030em;
}

.card-footer-a {
    width: 100%;
    position: absolute;
    z-index: 2;
    background-color: #2eca6a;
}

.card-info {
    list-style: none;
    margin-bottom: 0;
    padding: .5rem 0;
}

    .card-info .card-info-title {
        font-size: 1rem;
        color: #313131;
    }

    .card-info li span {
        color: #ffffff;
        font-size: .9rem;
    }
/*------/ Property Grid /-----*/

.property-grid .grid-option {
    text-align: right;
    margin-bottom: 2rem;
}

    .property-grid .grid-option .custom-select {
        border-radius: 0;
        width: 200px;
        border-color: #313131;
    }

        .property-grid .grid-option .custom-select:hover,
        .property-grid .grid-option .custom-select:active,
        .property-grid .grid-option .custom-select:focus {
            border-color: #313131;
        }

        .property-grid .grid-option .custom-select option {
            border-color: #313131;
        }
/*------/ Property Single /-----*/

.gallery-property {
    margin-bottom: 3rem;
}

.property-price {
    margin: 0 auto;
}

    .property-price .card-header-c {
        padding: 0;
    }

.summary-list {
    padding-right: 1rem;
    color: #000000;
}

    .summary-list .list {
        padding: 0;
        line-height: 2;
    }

        .summary-list .list span {
            color: #555555;
        }

.property-agent .title-agent {
    font-weight: 400;
    /*font-weight: 600;*/
}

.property-agent .title-dictionary {
    font-weight: 200;
    /*font-weight: 600;*/
}

.property-agent ul {
    line-height: 2;
    color: #000000;
}

.property-agent .socials-a {
    text-align: center;
}
/*======================================
//--//-->   NEWS - CARD-B
======================================*/

.card-header-b {
    padding: 1rem;
    color: #ffffff;
    position: absolute;
    bottom: 20px;
    z-index: 2;
}

    .card-header-b .category-b {
        font-size: .9rem;
        background-color: #2eca6a;
        padding: .3rem .7rem;
        color: #313131;
        letter-spacing: 0.030em;
        border-radius: 50px;
        text-decoration: none;
    }

    .card-header-b .title-2 {
        margin-bottom: 0;
        padding: .6rem 0;
        font-size: 1.5rem;
    }

        .card-header-b .title-2 a {
            color: #ffffff;
            text-decoration: none;
        }

    .card-header-b .date-b {
        color: #d8d8d8;
        font-size: 1rem;
    }
/*------/ News Single /------*/

.post-information {
    padding: 3rem 0;
}

.post-content {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.6;
}

    .post-content .post-intro {
        font-size: 1.7rem;
        font-weight: 300;
        margin-bottom: 4rem;
        line-height: 1.6;
        color: #000000;
        font-weight: 400;
    }

    .post-content p {
        margin-bottom: 1.7rem;
    }

    .post-content .blockquote {
        padding: 1rem 3rem 1.7rem 3rem;
        border-left: 3px solid #2eca6a;
        color: #000000;
    }

        .post-content .blockquote footer {
            text-align: left;
            padding: 0;
        }

.post-footer {
    padding: 3rem 0 4rem;
}

.post-share .socials {
    display: inline-block;
}

    .post-share .socials li {
        margin-left: .6rem;
    }
/*------/ Comments /------*/

.box-comments .list-comments li {
    padding-bottom: 3.5rem;
}

.box-comments .list-comments .comment-avatar {
    display: table-cell;
    vertical-align: top;
}

    .box-comments .list-comments .comment-avatar img {
        width: 80px;
        height: 80px;
    }

.box-comments .list-comments .comment-author {
    font-size: 1.3rem;
}

.box-comments .list-comments .comment-details {
    display: table-cell;
    vertical-align: top;
    padding-left: 25px;
}

.box-comments .list-comments .comment-description {
    padding: .8rem 0 .5rem 0;
}

.box-comments .list-comments a {
    color: #000000;
}

.box-comments .list-comments span {
    display: block;
    color: #2B2A2A;
    font-style: italic;
}

.box-comments .comment-children {
    margin-left: 40px;
}
/*======================================
//--//-->   SERVICES - CARD-C
======================================*/

.card-box-c {
    position: relative;
}

.card-header-c {
    padding: 0 1rem 1rem 1rem;
}

.card-body-c {
    padding: .5rem .5rem 0 .5rem;
}

.card-footer-c {
    padding-left: .5rem;
}

.card-box-ico {
    padding: 1rem 3rem 1rem 2.5rem;
    border: 5px solid #2eca6a;
}

    .card-box-ico span {
        font-size: 4rem;
        color: #000000;
    }

.title-c {
    font-size: 2.5rem;
    font-weight: 600;
    margin-left: -40px;
}
/*======================================
//--//-->   AGENTS - CARD-D
======================================*/

.card-box-d .card-overlay-hover {
    transition: all .2s ease-in-out;
    padding: 15px 40px 15px 35px;
}

.card-box-d .title-d {
    transition: .3s ease-in-out;
    font-size: 2rem;
    font-weight: 600;
    margin: 1rem 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
}

.card-box-d .content-d {
    opacity: 0;
    transition: .5s ease-in-out;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
}

.card-box-d .info-agents {
    opacity: 0;
    transition: .5s ease-in-out;
}

.card-box-d .card-footer-d {
    transition: .5s ease-in-out;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0;
}

.card-box-d .list-inline-item:not(:last-child) {
    margin-right: 25px;
}

.card-box-d:hover .card-overlay-hover {
    background-color: #2eca6a;
    opacity: .9;
}

.card-box-d:hover .title-d,
.card-box-d:hover .content-d,
.card-box-d:hover .info-agents,
.card-box-d:hover .card-footer-d {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
/*------/ Agent Single /------*/

.agent-info-box .socials-footer {
    margin-top: 2rem;
}

    .agent-info-box .socials-footer li {
        margin-right: 1.5rem;
    }
/*======================================
//--//-->   ABOUT
======================================*/

.section-about .title-vertical {
    position: absolute;
    letter-spacing: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 50px;
    text-align: left;
    font-size: 1.8rem;
    width: 300px;
    font-weight: 700;
    text-align: right;
}

.about-img-box {
    padding-left: 1rem;
    position: relative;
}

.sinse-box {
    background-color: #2eca6a;
    padding: 1rem 2rem;
    position: absolute;
    left: 15px;
    bottom: 10px;
}

    .sinse-box .sinse-title {
        font-weight: 700;
        letter-spacing: 0.043em;
        font-size: 1rem;
    }

        .sinse-box .sinse-title span {
            position: absolute;
        }

            .sinse-box .sinse-title span:after {
                content: ' ';
                width: 35px;
                height: 2px;
                background-color: #000000;
                position: absolute;
                bottom: -15px;
            }

    .sinse-box p {
        margin-bottom: 0;
        font-size: .7rem;
    }

.testimonials-box {
    padding: 1rem 0;
}

    .testimonials-box .testimonial-avatar {
        width: 80px !important;
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
        border-radius: 50%;
    }

.testimonial-ico {
    text-align: center;
}

    .testimonial-ico span {
        font-size: 1.8rem;
        background-color: #2eca6a;
        color: #ffffff;
        padding: .4rem 1rem;
        border-radius: 50px;
    }

.testimonial-text {
    font-style: italic;
    margin-top: 25px;
    padding: 1.5rem 1.5rem;
    background-color: #f3f3f3;
    position: relative;
}

    .testimonial-text:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 25px;
        width: 0px;
        height: 0px;
        border-top: 15px solid #f3f3f3;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
    }

.testimonial-author-box {
    margin-top: 2rem;
}

.testimonial-author {
    margin-left: 1rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1.2rem;
    color: #000000;
}
/*======================================
//--//-->   FOOTER
======================================*/

.section-footer {
    padding: 24px 16px 6px 80px;
    /*padding:0;*/
    position: fixed;
    bottom: 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: none;
    color: #666;
}

    .section-footer.full {
        padding-left: 260px;
    }

    .section-footer span {
        background: #F2F4F7;
    }

    .section-footer ul {
        line-height: 2;
    }

    .section-footer .item-list-a i {
        font-size: 18px;
        padding-right: 4px;
        color: #2eca6a;
    }

    .section-footer .widget-a .w-title-a {
        margin-bottom: 1rem;
    }

footer {
    text-align: center;
}

    footer .copyright-footer {
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 20px;
    }

        footer .copyright-footer p {
            margin: 0px;
        }

    footer .credits {
        font-size: 14px;
    }
/*======================================
//--//-->   FORM INPUT
======================================*/

.form-a #sendmessage {
    color: #2eca6a;
    border: 1px solid #26a356;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.form-a #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

    .form-a #sendmessage.show,
    .form-a #errormessage.show,
    .form-a .show {
        display: block;
    }

.form-a .validation {
    color: red;
    display: none;
    margin: 4px 0 20px 0;
    font-weight: 400;
    font-size: 13px;
}

.form-a label {
    color: #000000;
    position: relative;
}

.form-a select.form-control-lg:not([size]):not([multiple]) {
    height: 3.5rem;
}

.form-a .form-control {
    border-radius: 0;
    font-size: 1.1rem;
    font-weight: 300;
}

    .form-a .form-control.form-control-a {
        height: 3.5rem;
    }

    .form-a .form-control:focus {
        box-shadow: none;
        border-color: #2eca6a;
    }
/*======================================
//--//-->   BUTTON
======================================*/

.btn {
    transition: .5s ease;
}

    .btn.btn-a,
    .btn.btn-b {
        border-radius: 0;
        padding: 1rem 3rem;
        letter-spacing: .05rem;
    }

    .btn.btn-a {
        background-color: #000000;
        color: #ffffff;
    }

        .btn.btn-a:hover {
            background-color: #2eca6a;
            color: #000000;
        }

    .btn.btn-b {
        background-color: #2eca6a;
        color: #000000;
    }

        .btn.btn-b:hover {
            background-color: #000000;
            color: #ffffff;
        }

    .btn.btn-b-n {
        background-color: #2eca6a;
        color: #ffffff;
        border-radius: 0;
    }

        .btn.btn-b-n:hover {
            background-color: #26a356;
            color: #ffffff;
        }

@media (min-width: 576px) {
    .intro .intro-title {
        font-size: 3.5rem;
    }

    .intro .intro-subtitle.intro-price {
        font-size: 1.3rem;
    }

    .intro-single .title-single-box .title-single {
        /*font-size: 2.5rem;*/
        font-size: 1.5rem;
    }

    .intro-single .title-single-box .title-dictionary {
        font-size: 1.5rem;
    }

    /*.intro-single .title-single-box .title-agent {
      font-size: 1.5rem;
  }*/

    .about-img-box {
        padding-left: 4rem;
    }

    .sinse-box {
        padding: 1.5rem 2.5rem;
        bottom: 20px;
    }

        .sinse-box .sinse-title {
            font-size: 1.3rem;
        }

        .sinse-box p {
            font-size: .8rem;
        }

        .sinse-box p {
            font-size: 1rem;
        }
}

@media (min-width: 768px) {
    .link-a {
        font-size: .9rem;
    }

        .link-a span {
            font-size: 1.5rem;
        }

    /*.navbar-default.navbar-trans .nav-item,
  .navbar-default.navbar-reduce .nav-item {
    margin-left: 15px;
  }

  .navbar-default .dropdown .dropdown-menu {
    border-top: 4px solid #2eca6a;
    border-left: 0;
    display: block;
    position: absolute;
    box-shadow: 0 2px rgba(17, 16, 15, 0.1), 0 2px 10px rgba(20, 19, 18, 0.1);
  }*/

    .box-collapse {
        width: 50%;
    }

    .intro .owl-theme .owl-dots {
        right: 200px;
    }

    .intro .intro-body {
        padding-left: 2rem;
    }

    .intro .intro-title-top {
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    .intro .intro-title {
        font-size: 4rem;
    }

    .intro .intro-subtitle {
        font-size: 2.5rem;
    }

        .intro .intro-subtitle.intro-price {
            padding-top: 2rem;
            font-size: 1.5rem;
        }

    .intro-single .title-single-box .title-single {
        /*font-size: 2.1rem;*/
        font-size: 1.6rem;
    }

    .intro-single .title-single-box .title-dictionary {
        font-size: 1.6rem;
    }

    .grid .card-box-a,
    .grid .card-box-b,
    .grid .card-box-c,
    .grid .card-box-d {
        margin-bottom: 2.5rem;
    }

    .card-box-a:hover .img-a,
    .card-box-a:hover .img-b,
    .card-box-b:hover .img-a,
    .card-box-b:hover .img-b {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    .card-box-a .price-a,
    .card-box-b .price-a {
        font-size: .9rem;
    }

    .card-box-a:hover .card-overlay-a-content {
        bottom: 60px;
    }

    .card-box-a:hover .card-body-a {
        padding-bottom: 1rem;
    }

    .card-overlay-a-content {
        bottom: -20px;
    }

    .card-header-a .card-title-a {
        font-size: 1.3rem;
    }

    .card-info .card-info-title {
        font-size: .9rem;
    }

    .card-info li span {
        font-size: .8rem;
    }

    .card-header-b {
        bottom: 0px;
    }

        .card-header-b .title-2 {
            font-size: 1rem;
        }

        .card-header-b .date-b {
            font-size: .9rem;
        }

    .box-comments .list-comments .comment-author {
        font-size: 1.5rem;
    }

    .title-c {
        font-size: 1.8rem;
    }

    .card-box-d .card-overlay-hover {
        padding: 5px 15px 5px 10px;
    }

    .card-box-d .title-d {
        font-size: 1.1rem;
        margin: .5rem 0;
    }

    .card-box-d .content-d {
        font-size: .8rem;
        margin: .5rem 0;
    }

    .card-box-d .card-body-d p {
        margin-bottom: 8px;
        font-size: .8rem;
    }

    .about-img-box {
        padding-left: 5rem;
    }

    .sinse-box {
        padding: 1.5rem 3rem;
    }

        .sinse-box .sinse-title {
            font-size: 1.8rem;
        }
}

@media (min-width: 768px) and (min-width: 768px) {
    .card-box-a:hover .card-overlay-a-content {
        bottom: 60px;
    }
}

@media (min-width: 768px) and (min-width: 992px) {
    .card-box-a:hover .card-overlay-a-content {
        bottom: 64px;
    }
}

@media (min-width: 992px) {
    .link-a {
        font-size: 1rem;
    }

        .link-a span {
            font-size: 18px;
        }

    .list-a li {
        width: 33.333%;
    }

    .intro .intro-title-top {
        font-size: 1rem;
        margin-bottom: 2rem;
    }

    .intro .intro-title {
        font-size: 4.5rem;
    }

    .intro .intro-subtitle.intro-price {
        padding-top: 3rem;
    }

    .intro-single .title-single-box .title-single {
        /*font-size: 2.5rem;*/
        font-size: 1.7rem;
    }

    .intro-single .title-single-box .title-dictionary {
        font-size: 1.7rem;
    }

    .card-box-a .price-a,
    .card-box-b .price-a {
        font-size: 1rem;
    }

    .card-overlay-a-content {
        bottom: 0px;
    }

    .card-header-a .card-title-a {
        font-size: 2rem;
    }

    .card-info .card-info-title {
        font-size: 1rem;
    }

    .card-info li span {
        font-size: 1rem;
    }

    .card-header-b {
        bottom: 20px;
    }

        .card-header-b .title-2 {
            font-size: 1.6rem;
        }

        .card-header-b .date-b {
            font-size: 1rem;
        }

    .title-c {
        font-size: 2.5rem;
    }

    .card-box-d .card-overlay-hover {
        padding: 5px 40px 5px 35px;
    }

    .card-box-d .title-d {
        font-size: 1.5rem;
        margin: 1rem 0;
    }

    .card-box-d .card-body-d p {
        margin-bottom: 12px;
        font-size: 1rem;
    }

    .sinse-box {
        padding: 3rem 4.5rem;
    }

        .sinse-box .sinse-title {
            font-size: 2.2rem;
        }
}

@media (min-width: 1200px) {
    .card-box-d .card-overlay-hover {
        padding: 15px 40px 5px 35px;
    }

    .card-box-d .title-d {
        font-size: 2rem;
        margin: 1rem 0;
    }

    .intro-single .title-single-box .title-single {
        /*font-size: 2.1rem;*/
        font-size: 24px;
    }

    .intro-single .title-single-box .title-dictionary {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .property-contact {
        margin-top: 2.5rem;
    }

    /* .intro-single {
        padding: 4rem 0 0.5rem;
    }

        .intro-single .title-single-box {
            padding: 0.5rem 0 0.5rem 1rem;
        }*/
}


@media (max-width: 768px) {
    .back-to-top {
        bottom: 20px;
    }
}

@media (max-width: 767px) {
    .text-brand {
        font-size: 1.8rem;
    }

    .section-t8 {
        padding-top: 4rem;
    }

    .section-t4 {
        padding-top: 2rem;
    }

    .section-md-t3 {
        padding-top: 3rem;
    }

    .section-tb85 {
        padding: 4rem 0 2.5rem 0;
    }

    .intro-single {
        padding: 4rem 0 0.5rem;
        /*padding: 4rem 0 3rem;*/
    }

        .intro-single .title-single-box {
            padding: 0.5rem 0 0.5rem 1rem;
        }

    .card-box-a,
    .card-box-b,
    .card-box-c,
    .card-box-d {
        margin-bottom: 2.5rem;
    }

        .card-box-a .card-overlay-a-content {
            bottom: 65px;
        }

        .card-box-a .card-body-a {
            padding-bottom: 1rem;
        }

    .property-agent {
        margin-top: 2.5rem;
    }

    .card-box-c {
        margin-bottom: 2rem;
    }

    .card-body-c {
        padding: 0;
    }
}

@media (max-width: 575px) {
    .box-collapse .title-box-d {
        left: 35px;
    }

        .box-collapse .title-box-d .title-d {
            font-size: 1.3rem;
        }

    .intro-single {
        padding: 4rem 0 0.5rem;
        /*padding: 4rem 0 3rem;*/
    }

        .intro-single .title-single-box {
            padding: 0.5rem 0 0.5rem 1rem;
        }

            .intro-single .title-single-box .title-single {
                /*font-size: 2.1rem;*/
                font-size: 1.5rem;
            }

            .intro-single .title-single-box .title-dictionary {
                font-size: 1.5rem;
            }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.bank-font-color {
    color: #52ae41;
}

#user-alert {
    display: none;
    min-height: 10%;
    min-width: 20%;
    position: absolute;
    z-index: 9999999;
    right: 0;
    border-radius: 5px;
    background: #dbc54d8c;
    padding-right: 0.3em;
    margin-top: 1em;
    margin-right: 1em;
}

.k-maskedtextbox.form-control .k-textbox {
    font-family: 'Roboto', 'Poppins', sans-serif;
    padding: 0px;
    line-height: 1.5;
}

.k-maskedtextbox.form-control-sm .k-textbox {
    font-family: 'Roboto', 'Poppins', sans-serif;
    height: calc(1.8125rem + 3px);
    padding: 0.25rem 0.5rem;
    line-height: 1.5;
}

.k-maskedtextbox.form-control-lg .k-textbox {
    font-family: 'Roboto', 'Poppins', sans-serif;
    height: calc(2.875rem + 2px);
    padding: 0.5rem 1rem;
}
/********************/
main {
    padding: 0px;
}

.container-fluid {
    margin: 0px;
    padding: 0px;
}

.row {
    margin: 0px;
    padding: 0px;
}

.section-wrapper {
    padding: 0px;
    position: absolute;
    top: 104px;
    bottom: 46px;
    left: 88px;
    right: 0px;
}

    .section-wrapper.full {
        left: 266px;
    }
/*************LEFT NAVIGATION MENU***************/

.nav-container {
    position: fixed;
    top: 0px;
    bottom: 0px;
    display: flex;
    z-index: 1040;
}

.menu-wrapper {
    width: 64px;
    background: white;
    padding: 16px 0px;
    transition: .2s;
    /*transition-delay: .2s;*/
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.06), 0.5px 0px 0.64px rgba(0, 0, 0, 0.01), 2.5px 0px 2.16px rgba(0, 0, 0, 0.0125), 5px 0px 5px rgba(0, 0, 0, 0.025), 0px 0px 10px rgba(0, 0, 0, 0.01);
    overflow: hidden;
}

    .menu-wrapper:hover,
    .menu-wrapper.full {
        width: 250px;
    }

    .menu-wrapper:hover {
        /*transition: 1.25s;*/
        transition-delay: 0.5s;
    }

.left-side-menu {
    height: calc(100% - 82px);
    /*margin-top: 40px;*/
}

#menu-logo-wrapper {
    height: 60px;
}

    #menu-logo-wrapper img {
        width: 48px;
    }

.menu-logo-ico-wrap, .logo-ico-wrap {
}

.menu-logo-ico {
    display: block;
    transform: scale(1);
    margin: auto;
    transition: .3s;
    transition-delay: .2s;
}

.menu-wrapper .logo-ico {
    display: block;
    transform: scale(0);
    height: 0px;
    margin-top: 10px;
    width: 220px !important;
    transition: .3s;
}

.menu-wrapper:hover .menu-logo-ico,
.menu-wrapper.full .menu-logo-ico {
    transform: scale(0);
    height: 0px;
}

.menu-wrapper:hover .logo-ico,
.menu-wrapper.full .logo-ico {
    height: auto;
    transform: scale(1);
}

@media(max-height:350px) {
    .menu-button {
        font-size: 16px !important;
    }

        .menu-button svg {
            height: 30px;
            margin-top: 10px;
        }

    .menu-notif {
        top: 5px !important;
        font-size: 8px !important;
        width: 19px !important;
        height: 19px !important;
        padding-top: 5px !important;
    }
}

@media(max-height:500px) and (min-height:351px) {
    .menu-notif {
        top: -1px !important;
        font-size: 11px !important;
        width: 23px !important;
        height: 23px !important;
        padding-top: 5px !important;
    }
}

.menu-button {
    font-size: 24px;
    line-height: 48px;
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0px 8px;
    border-radius: 12px;
    height: calc((100%) / 9);
    max-height: 45px;
}

    .menu-button:hover {
        background: #F5F6F7;
    }

    .menu-button.active {
        background: #52AE41;
        border-radius: 12px;
    }

    .menu-button a {
        color: #52AE41;
        outline: none;
        display: flex;
    }

    .menu-button:hover a {
        color: #007842;
    }

    .menu-button.active a {
        color: #fff;
    }

    .menu-button svg {
        filter: invert(56%) sepia(29%) saturate(935%) hue-rotate(64deg) brightness(97%) contrast(88%);
        outline: none;
        display: flex;
    }

    .menu-button:hover svg {
        filter: invert(32%) sepia(19%) saturate(2474%) hue-rotate(108deg) brightness(102%) contrast(101%);
    }

    .menu-button.active svg {
        filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(6deg) brightness(114%) contrast(101%);
    }

    .menu-button .menu-btn-ico {
        width: 48px;
        height: 48px;
        margin: auto;
        position: relative;
    }

        .menu-button .menu-btn-ico::before {
            line-height: 48px;
        }

    .menu-button .menu-btn-text {
        font-size: 16px;
        display: none;
        margin-left: 10px;
    }

.menu-wrapper:hover .menu-button .menu-btn-text,
.menu-wrapper.full .menu-button .menu-btn-text {
    display: block;
}

#logout {
    position: absolute;
    bottom: 8px;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    z-index: 1040;
}

.menu-wrapper:hover #logout,
.menu-wrapper.full #logout {
    background: #52AE41;
    border-radius: 12px;
}

    .menu-wrapper:hover #logout i,
    .menu-wrapper.full #logout i {
        color: #fff;
    }

/************CUSTOMER INFORMATION **************/
.customer-info-wrapper {
    display: flex;
}

    .customer-info-wrapper .call {
        top: 50%;
        transform: translateY(-50%);
        box-shadow: none;
        border: 1px solid #F5F6F7 !important;
    }

.customer-dropdown {
    background: none;
    border: none;
    display: flex;
    line-height: 40px;
    padding: 10px;
    margin-left: 6px;
}

    .customer-dropdown:focus,
    .customer-dropdown:active {
        background: none !important;
        box-shadow: none !important;
    }

.customer-info {
    display: flex;
    flex-direction: column;
}

.customer-avatar {
    width: 40px;
    height: 40px;
    background: #3C76C7;
    border-radius: 50%;
    text-align: center;
    color: white;
}

.avatar-text {
    line-height: 40px;
}

.client-id-wrap {
    color: #000;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    text-align: left;
    padding: 0px 22px 0px 8px;
    margin-bottom: 2px;
}

    .client-id-wrap .client-id {
        background: #fadd97;
        padding: 2px 4px;
        border-radius: 4px;
        color: #662a00;
    }

.customer-name {
    padding: 0px 22px 0px 8px;
    color: #000;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}

.customer-company {
    max-width: 170px;
    display: inline-block;
    color: #111;
    padding: 0px 22px 0px 8px;
    overflow: hidden;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

.customer-wrapper .dropdown-menu {
    width: 400px;
    padding: 24px 20px;
}

.customer-details {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.customer-wrapper .dropdown-menu :last-child {
    margin-bottom: 0px;
}

.customer-info-label {
    font-size: 12px;
    line-height: 16px;
    color: #737373;
}

.customer-info-value {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    text-transform: uppercase;
    font-feature-settings: 'tnum' on, 'lnum' on, 'cpsp' on;
    color: #000000;
}

.customer-wrapper .btn-actions {
    margin-top: 16px;
}
/*****************KENDO GRID********************/
.grid-wrapper {
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.06), 0px 0.5px 0.64px rgba(0, 0, 0, 0.01), 0px 2.5px 2.16px rgba(0, 0, 0, 0.0125), 0px 5px 5px rgba(0, 0, 0, 0.025), 0px 0px 10px rgba(0, 0, 0, 0.01);
}

.grid {
    font-family: 'Roboto', 'Poppins', sans-serif;
    border-style: none !important;
    border-width: 0px !important;
    background: none;
    position: inherit;
    -webkit-animation: fadeIn 0.4s ease-out;
    -moz-animation: fadeIn 0.4s ease-out;
    -o-animation: fadeIn 0.4s ease-out;
    animation: fadeIn 0.4s ease-out;
    position: relative;
    top: 0px;
    overflow: hidden;
    background: white;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}

.k-grid-content.k-auto-scrollable,
.k-grid-footer-wrap.k-auto-scrollable,
.k-grid-header-wrap.k-auto-scrollable {
    display: block;
}

.k-grid-content.k-auto-scrollable {
    position: relative;
    background: #fff;
    top: 4px;
    margin-bottom: 5px;
}

.grid tr, .grid .custom-row {
    position: relative;
    background: #fff;
    box-shadow: inset 0px -1px 0px #EDEEF0;
    transition: .1s;
}

    .grid tr td, .grid .custom-row .col {
        vertical-align: middle;
        /*border-width: 0px;
        border-style: none;*/
        line-height: 24px;
        font-style: normal;
        font-weight: normal;
        line-height: 24px;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        font-feature-settings: 'cpsp' on;
        font-size: 15px;
        padding: 0 5px;
        height: 32px;
    }

.grid .k-detail-cell {
    padding-left: 10px;
}

.k-grid-toolbar {
    border-style: none;
    border-width: 0px;
    background: #fff;
    padding: 20px 32px 0px 32px;
}

    .k-grid-toolbar .k-button {
        vertical-align: middle;
        float: right;
    }

    .k-grid-toolbar .custom-toolbar {
        margin: 0px;
        padding: 2px;
    }

        .k-grid-toolbar .custom-toolbar::before {
            content: '';
            clear: both;
        }

        .k-grid-toolbar .custom-toolbar .k-datepicker {
            float: left;
            margin-right: 12px;
            max-width: 240px;
            width: 15%;
            min-width: 150px;
        }

        .k-grid-toolbar .custom-toolbar .k-picker-wrap {
            height: 32px;
            border-color: #D7D8DB;
        }

.k-grid-footer-wrap,
.k-grid-header-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-style: none;
    border-width: 0px;
    zoom: 1;
}

.k-checkbox,
.k-checkbox:hover,
.k-checkbox:focus {
    border-width: 2px;
    border-radius: 2px;
    color: #28a745;
    background-color: #fff;
    border-color: #959595;
    transition: .2s;
}

.grid tr:hover .k-checkbox {
    border-color: #000;
}

.state-select:hover .k-checkbox {
    border-color: #fff !important;
}

.k-checkbox:checked {
    border-color: #fff;
    color: #3C76C7;
    background-color: #fff;
}

    .k-checkbox:checked:focus {
        border-color: #fff;
        box-shadow: none;
    }

.k-grid-header th.k-header {
    vertical-align: inherit;
}

    .k-grid-header th.k-header .k-checkbox {
        border-color: #111;
        border-width: 2px;
    }

.k-grid-header,
.k-grid-header .k-header {
    background-color: #fff;
    color: #111;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

    .k-filter-row th,
    .k-grid-header th.k-header {
        overflow: hidden;
        border-style: none;
        border-width: 0px;
        border-left-width: 1px;
        padding: 10px 5px 10px 5px;
        font-weight: 600;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align: left;
        line-height: 15px;
    }

        .k-grid-header th.k-header::after {
            border-right: 1px solid rgba(0,0,0,.3);
            content: "";
            position: absolute;
            /*top: calc(50% - 16px);*/
            right: 0;
            /*height: 40px;*/
            top: calc(50% - 10px);
            height: 20px;
        }

div.k-grid-footer,
div.k-grid-header {
    padding-right: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
}

.grid .table-header .filter {
    display: none !important;
}

.grid .table-header th.sortable.filterable .content {
    width: calc(100% - 28px) !important;
}

.grid .table-header th.filterable .content {
    width: 100% !important;
}

.k-header.k-filterable:hover {
    color: #8ABE3B;
}

    .k-header.k-filterable:hover::after {
        color: #8ABE3B;
    }

.k-header.k-filterable .k-link {
    line-height: 24px !important;
    transition: .2s;
}

.k-header.k-filterable:hover .k-link::after,
.k-header.k-sorted .k-link::after {
    color: #8ABE3B;
    width: 28px;
    height: 28px;
    content: "\f063";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-size: 15px;
    margin: -2px 0px 0px 6px;
    padding: 2px;
    text-align: center;
    background: #F2F4F7;
    border-radius: 8px;
    position: absolute;
}

.k-header.k-sorted .k-link::after,
.k-header.k-sorted:hover .k-link::after {
    color: #009542;
}

.k-header.k-sorted .k-link::after {
    background: transparent;
}

.k-header.k-sorted[data-dir="desc"] .k-link::after {
    transform: rotate(180deg);
}

.k-header.k-sorted, .k-header.k-sorted:hover {
    color: #009542;
    background-color: transparent !important;
}

.k-header.k-filterable .k-icon {
    display: none;
}

.grid .alt {
    background: #FAFBFC;
}

.grid .table-header-div tbody tr:hover, .grid .table-header-div tbody tr.hover, .grid .table-header-div tbody tr:hover .row-actions-wrapper, .grid .table-header-div tbody tr.hover .row-actions-wrapper {
    background: #CBE4FA;
}

.grid .state-select, .grid .alt .state-select, .grid .alt .state-select .row-actions-wrapper, .grid .state-select.hover .row-actions-wrapper {
    background-color: #3C76C7;
    color: #fff;
    box-shadow: inset 0px -1px 0px rgba(11, 69, 163, 0.5);
}

    .grid .state-select:hover, .grid .state-select.hover, .grid .state-select:hover .row-actions-wrapper {
        background-color: #2F66B3 !important;
    }

.grid td.state-select,
.grid th.state-select,
.grid tr.state-select > td {
    background-color: transparent;
    color: #fff;
}

.k-grid-header .k-i-sort-asc-sm,
.k-grid-header .k-i-sort-desc-sm,
.k-grid-header .k-sort-order {
    color: white;
}
/*tr:hover .last-call-width-actions-wrap {
    overflow: visible !important;
}
*/
.last-call-value {
    white-space: inherit;
    text-overflow: ellipsis;
    overflow: hidden;
}

.last-call-width-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.grid .row-actions-wrapper {
    display: flex;
    visibility: hidden;
    justify-content: end;
    width: 0px;
    padding: 0px;
    position: relative;
    right: 0px;
    align-items: center;
    /*position: fixed;
    background-color: #CBE4FA !important;
    right: 17px !important;*/
    /*    transition: .4s;*/
}

.grid tr:hover .row-actions-wrapper, .grid tr.hover .row-actions-wrapper {
    visibility: visible;
    right: 0px;
    width: auto;
}

.row-actions-wrapper .k-button {
    background: transparent;
    color: #3C76C7 !important;
    border: none;
    font-size: 18px;
    height: 32px;
    width: 32px;
    min-width: 32px !important;
    padding: 0px;
    margin: 0px;
    border-radius: 4px !important;
}

    .row-actions-wrapper .k-button:hover,
    .row-actions-wrapper .k-button.hover {
        background: rgba(255, 255, 255, .45);
    }

.state-select .row-actions-wrapper {
    color: #fff !important;
}

.state-select:hover .row-actions-wrapper,
.state-select.hover .row-actions-wrapper {
    color: #fff !important;
}

    .state-select:hover .row-actions-wrapper .k-button,
    .state-select.hover .row-actions-wrapper .k-button {
        color: #fff !important;
    }

.state-select .row-actions-wrapper .k-button:hover,
.state-select .row-actions-wrapper .k-button.hover {
    background: #CBE4FA1C;
}

.row-actions-wrapper .k-button .k-icon {
    font-size: 18px;
    margin: 0px !important;
    font: 16px/1 WebComponentsIcons, fontawesome;
}

.grid .k-grid-content-expander {
    height: 100% !important;
    width: 100% !important;
    bottom: 0px !important;
}

.table-no-record {
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0px;
    background: #fff;
    flex-direction: column;
}

    .table-no-record::before {
        position: absolute;
        top: 40%;
        transform: translateY(-40%);
        content: "\f1c0";
        font-family: 'Font Awesome 5 Free';
        color: #A7C72A;
        line-height: 120px;
        width: 100%;
        height: 120px;
        font-size: 72px;
        text-align: center;
        font-weight: 600;
    }

    .table-no-record::after {
        position: absolute;
        top: 40%;
        transform: translateY(-40%);
        content: "\e13e";
        font-family: WebComponentsIcons,monospace;
        color: #3C76C7;
        margin-left: 40px;
        line-height: 50px;
        width: auto;
        height: auto;
        font-size: 50px;
        text-align: center;
        /*animation: norecords-search 1s infinite linear;*/
    }

@keyframes norecords-search {
    from {
        transform: rotate(0deg) translate(-5px) rotate(0deg);
    }

    to {
        transform: rotate(360deg) translate(-5px) rotate(-360deg);
    }
}

.grid-norecords-wrap {
    position: absolute;
    top: 52%;
    display: flex;
    flex-direction: column;
}

.table-no-record-text,
.table-no-record-text-comment {
    color: #000;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.table-no-record-text-comment {
    font-size: 14px;
    display: none;
    font-weight: 500;
}

    .table-no-record-text-comment a {
        color: #007bff !important;
        cursor: pointer;
    }

.grid .k-group-col, .grid .k-hierarchy-col {
    width: .1px !important;
}

.k-detail-row {
    display: none /* !important;*/
}

.state-select + .k-detail-row {
    display: table-row /*!important*/;
    box-shadow: inset 0px -1px 0px #3C76C7;
}

.k-detail-row:hover {
    background-color: transparent !important;
}

.detailed-wrapper {
    position: relative;
    padding-left: 28px;
}

    .detailed-wrapper::before {
        content: '';
        border-left: 2px solid;
        border-bottom: 2px solid;
        border-color: #3C76C7;
        border-radius: 0px 0px 0px 10px;
        position: absolute;
        width: 10px;
        left: 5px;
        top: 0px;
        bottom: 8px;
    }

.row-detailed {
    display: flex;
    box-shadow: inset 0px -1px 0px #E4E5E7;
    min-height: 25px;
    padding: 0;
    margin: 3px 0px;
}

.row-detailed-column-red span {
    color: red !important;
}

.row-detailed-column {
    display: flex;
    flex-direction: column;
    margin-right: 40px;
    min-width: 36px;
    max-width: 25%;
}

    .row-detailed-column.to-end-row {
        position: absolute;
        right: 0px;
        min-width: 160px;
    }

    .row-detailed-column.full-size {
        max-width: 100%;
    }

    .row-detailed-column.one_fifth-size {
        width: 20%;
    }

    .row-detailed-column label {
        text-transform: initial;
        font-size: 11px;
        line-height: 16px;
        letter-spacing: 0.15px;
        font-feature-settings: 'cpsp' on;
        color: #737373;
        margin-bottom: 2px;
    }

    .row-detailed-column span {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0.15px;
        font-feature-settings: 'cpsp' on;
        color: #000000;
    }

.row-detailed-column-half {
    display: flex;
    flex-direction: column;
    margin-right: 40px;
    min-width: 36px;
    max-width: 50%;
}

    .row-detailed-column-half.to-end-row {
        position: absolute;
        right: 0px;
        min-width: 160px;
    }

    .row-detailed-column-half.full-size {
        max-width: 100%;
    }

    .row-detailed-column-half.one_fifth-size {
        width: 20%;
    }

    .row-detailed-column-half label {
        text-transform: initial;
        font-size: 11px;
        line-height: 16px;
        letter-spacing: 0.15px;
        font-feature-settings: 'cpsp' on;
        color: #737373;
        margin-bottom: 2px;
    }

    .row-detailed-column-half span {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0.15px;
        font-feature-settings: 'cpsp' on;
        color: #000000;
    }
/*.grid .k-hierarchy-cell > .k-icon {
    width: 60px !important;
    font-size: 25px !important;
}*/
/**********************MODAL DIALOG**************************/
.modal-dialog {
    max-width: 570px;
}

.modal-dialog-password {
    max-width: 360px;
}

.modal-dialog .modal-content {
    outline: 0;
    border: 0px;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.02), 0px 32px 80px rgba(0, 0, 0, 0.07), 0px 11.28px 35.511px rgba(0, 0, 0, 0.0503198), 0px 6.0308px 18.9859px rgba(0, 0, 0, 0.0417275), 0px 3.38082px 10.6433px rgba(0, 0, 0, 0.035), 0px 1.79553px 5.65259px rgba(0, 0, 0, 0.0282725), 0px 0.747159px 2.35217px rgba(0, 0, 0, 0.0196802);
    border-radius: 8px;
}

.flex-modal-80 .modal-dialog {
    max-width: 80% !important;
}

.modal-dialog .col,
.modal-dialog .col-2,
.modal-dialog .col-3,
.modal-dialog .col-4,
.modal-dialog .col-5,
.modal-dialog .col-6,
.modal-dialog .col-7,
.modal-dialog .col-8,
.modal-dialog .col-9,
.modal-dialog .col-10,
.modal-dialog .col-12 {
    padding: 0px;
}

.modal-dialog .modal-header {
    padding: 12px 24px;
    background: #F2F4F7;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.06), 0px 0.5px 0.64px rgba(0, 0, 0, 0.01), 0px 2.5px 2.16px rgba(0, 0, 0, 0.0125), 0px 5px 5px rgba(0, 0, 0, 0.025), 0px 0px 10px rgba(0, 0, 0, 0.01);
    border: none;
}

    .modal-dialog .modal-header .modal-title {
        font-size: 20px;
        font-weight: 600;
    }

    .modal-dialog .modal-header .close {
        color: #3C76C7;
        font-weight: lighter;
        font-size: 28px;
        width: 14px;
        height: 14px;
        padding: 0px;
        margin: 0px;
        position: absolute;
        right: 17px;
        top: 17px;
        line-height: 0px;
    }

.modal-dialog .modal-body {
    padding: 32px 24px;
}


.modal-dialog .modal-footer {
    padding: 16px 24px;
    border-top: 0px;
}

.modal-dialog.modal-width-grid {
    max-width: 960px !important;
}

.modal-width-grid .k-grid-content {
    max-height: 300px;
    min-height: 300px;
}

.modal-width-grid .modal-body {
    padding: 0px;
}
/**********************KENDO GRID ON MODAL*******************/
.modal-dialog .grid {
    position: relative;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: auto !important;
}

    .modal-dialog .grid .k-grid-content.k-auto-scrollable {
        position: relative;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
    }

    .modal-dialog .grid .k-filter-row th,
    .modal-dialog .grid .k-grid-header th.k-header {
        padding: 10px 0px 10px 15px;
    }
/******************CUSTOM GRID FOOTER***********************/
.custom-grid-footer {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #fff;
    box-shadow: 0px -4px 0px #EDEEF0;
    z-index: 100;
    min-height: 54px;
    padding: 6px 32px;
}

.footer-rows-info-wrapper {
    color: rgba(0, 0, 0, 0.5);
}

    .footer-rows-info-wrapper.selected {
        color: rgba(0, 0, 0, 1);
        display: block ruby;
    }

.row-info {
    font-weight: 600;
    font-size: 11px;
    line-height: 24px;
    margin: 0px;
}

.footer-rows-info-wrapper label {
    display: none !important;
    margin: 0px;
}

.footer-rows-info-wrapper .unselect-rows,
.footer-rows-info-wrapper .clear-search {
    display: none;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 24px;
    color: #0B45A3 !important;
    opacity: 0.8;
    margin: 0px 10px;
    background: rgba(203, 228, 250, 0.25);
    margin: 0px 0px 0px 12px;
    padding: 0px 8px;
    border-radius: 8px;
    cursor: pointer;
}

    .footer-rows-info-wrapper .unselect-rows:hover,
    .footer-rows-info-wrapper .clear-search:hover {
        background: rgba(149, 180, 208, 0.25);
    }

.footer-actions-wrapper {
    display: flex;
}

    .footer-actions-wrapper a span.btn-title {
        height: 34px;
        overflow-y: auto;
        scrollbar-width: none;
        display: inline-block;
        line-height: 34px;
    }

.footer-btn-action {
    display: none;
    margin: 0px 5px;
}

.export-settings-wrap {
    display: flex;
    align-items: center;
    justify-content: right;
    color: rgba(0, 0, 0, 1);
}

    .export-settings-wrap .row-info {
        margin: 0px 12px;
    }

.export-daterangepicker {
    display: none;
}

.k-widget.k-daterangepicker {
    width: auto !important;
}

.export-daterangepicker .k-widget.k-daterangepicker label {
    display: none;
}

.k-widget.k-daterangepicker .k-textbox-container {
    padding: 0px;
    margin: 0px;
}

.export-settings-wrap .export-btn {
    margin-left: 52px;
    margin-left: 32px;
}

.k-grid-toolbar .k-button, .k-grid-toolbar .toolbar-float-right, .grid-toolbar .toolbar-float-right {
    vertical-align: middle;
    float: right;
}

.k-grid-content .row-alert .k-i-warning[value='true'] {
    display: inline-block;
    background: #E47477;
    color: white;
    border-radius: 8px;
    margin-left: -20px;
}

td[data-field="AccountIban"] {
    padding-left: 20px !important;
}

.k-grid-content .row-alert .k-i-warning[value='false'], .k-grid-content .row-alert .k-i-warning[value='null'] {
    display: none;
}

.row-detailed-alert[value='false'], .row-detailed-alert[value='null'] {
    display: none;
}

.row-detailed-alert[value='true'] {
    display: inline-block;
}

    .row-detailed-alert[value='true'] label {
        color: #CA4D5D;
    }

.bank-color-blue {
    color: #3C76C7;
}

.flex {
    display: flex;
}

.footer-rows-info-wrapper .sum-info .amount {
    color: #007842;
}

.payment-orders-footer-wrap {
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 1);
}

    .payment-orders-footer-wrap .row-info {
        margin: 0px 12px;
    }

.k-cell {
    white-space: normal !important;
}

.max-width-50 {
    max-width: 50px;
}

.max-width-70 {
    max-width: 70px;
}

.max-width-100 {
    max-width: 100px;
}

.max-width-110 {
    max-width: 110px;
}

.max-width-150 {
    max-width: 150px;
}

.max-width-190 {
    max-width: 190px;
}

.max-width-250 {
    max-width: 250px;
}

.max-width-300 {
    max-width: 300px;
}

.center-content {
    text-align: center !important;
}

.vertical-top {
    vertical-align: text-top !important;
}

.table-body .right-content {
    padding-right: 30px !important;
}

.right-content {
    text-align: right !important;
}

    .right-content a {
        padding: 0px !important;
    }
/*switched checkbox*/
.switch-field {
    display: flex;
    overflow: hidden;
}

    .switch-field input {
        position: absolute !important;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        width: 1px;
        border: 0;
        overflow: hidden;
    }

    .switch-field label {
        background-color: rgb(236, 237, 238);
        color: #3C76C7;
        font-size: 14px;
        line-height: 16px;
        text-align: center;
        padding: 8px 25px 8px 20px;
        box-shadow: none;
        transition: all 0.1s ease-in-out;
        margin-bottom: 0px !important;
        white-space: nowrap;
    }

        .switch-field label:hover {
            cursor: pointer;
        }

    .switch-field input:checked + label {
        box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.03), 0px 2px 4px rgba(0, 2, 21, 0.06);
        background-color: #FFFFFF;
        color: #000;
        display: flex;
    }

    .switch-field label:first-of-type {
        border-radius: 4px;
    }

    .switch-field label:last-of-type {
        border-radius: 4px;
    }

    .switch-field input:checked + .radio-label::after {
        font-family: "WebComponentsIcons";
        content: "\e118";
        position: relative;
        left: 10px;
        font-size: 18px;
        color: #009542;
    }

.checbox-bg-request {
    background: rgba(217, 219, 222, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.01);
    box-sizing: border-box;
    border-radius: 6px;
    padding: 3px;
}
/*---------------------------------------*/
/*----------AisIdo----------*/
.row-alert {
    position: relative;
}

.k-grid-content .row-alert .k-i-kpi-status-open[value='1'] {
    display: inline-block !important;
    background: #E47477;
    color: #E47477;
    border-radius: 8px;
    margin-left: 0px;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 15px;
    left: 0px;
    ;
}

.k-grid-content .row-alert .k-i-kpi-status-open[value='108'] {
    display: inline-block !important;
    background: #007842;
    color: #007842;
    border-radius: 8px;
    margin-left: 0px;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 15px;
    left: 0px;
}

.call-value[value='1'] {
    color: #E47477 !important;
}

.call-value[value='108'] {
    color: #007842 !important;
}

tr.state-select .call-value[value='1'],
tr.state-select .call-value[value='108'] {
    color: #FFF !important;
}

.container-105 > .container-105 {
    display: flex !important;
    flex-direction: column;
}

.container-199 > .container-199 {
    display: flex !important;
    flex-direction: column;
}

.container-106 > .container-106 {
    display: flex !important;
    flex-direction: column;
}
/*---------------------------------------*/
@media (max-width: 1200px) {
    colgroup :last-child {
        width: 220px;
    }
}

@media (max-width: 950px) {
    .col-name-min-disp-950 {
        width: 250px !important;
    }
}

@media (max-width: 1440px) {
    .col-name-min-disp-1440 {
        width: 250px !important;
    }
}

@media (max-width: 1550px) {
    .col-name-min-disp-1550 {
        width: 250px !important;
    }
}

.k-dropdowngrid-popup .k-grid-header {
    display: none;
}

.export-settings-wrap .custom-element {
    width: fit-content;
}

.encoding-list {
    width: 100px;
}
/************************ PAGER *************************/

.k-grid-pager {
    /*        display: none;*/
    border-width: 0px;
    margin-bottom: 5px;
}

.k-pager-sizes {
    display: none !important;
}

.k-pager-refresh {
    display: none !important;
}

.k-pager-info {
    font-family: 'Roboto', 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 11px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.5);
}

.k-pager-numbers .state-select, .k-pager-numbers .state-select:hover {
    box-shadow: none;
    background: #CBE4FA !important;
    border: none;
    color: initial;
}

.k-pager-wrap .k-link, .k-pager-wrap .k-pager-nav,
.k-pager-wrap .k-link:focus, .k-pager-wrap .k-pager-nav:focus {
    color: #08358C;
    border: none;
    margin: 0px 2px;
    transition: .2s;
    box-shadow: none;
}

    .k-pager-wrap .k-link:hover, .k-pager-wrap .k-pager-nav:hover {
        background: #CBE4FA;
    }

.k-pager-wrap .k-link {
    background: rgba(203, 228, 250, 0.25);
}

.k-link.k-pager-nav {
    background: transparent;
}

.info-group {
    margin-bottom: 24px;
}

.social-logo:hover {
    opacity: 0.5;
    color: white !important;
}

.social-logo {
    display: flex;
    width: 36px;
    background: #000000;
    border-radius: 60px;
    height: 36px;
    align-items: center;
    justify-content: center;
    color: white;
    opacity: 0.3;
}

.social-link-container {
    padding-left: 1rem;
    justify-content: space-between;
    max-width: 66.66%;
}

.login-info-label {
    margin-bottom: 8px;
}

.login-info-bold {
    font-weight: bold;
    opacity: 1 !important;
}

.login-space-between {
    justify-content: space-between;
}

.login-info-value {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.15px;
    font-feature-settings: 'tnum' on, 'lnum' on, 'cpsp' on;
    color: #000000;
    padding: 0px 16px 0px 16px;
    font-family: Roboto;
    opacity: 0.7;
}

.login-info-header {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: 0.15px;
    font-feature-settings: 'tnum' on, 'lnum' on, 'cpsp' on;
    color: #000000;
    padding: 0px 16px 0px 16px;
    font-family: Roboto;
}

.login-error {
    margin-bottom: 1rem;
}

    .login-error ul {
        display: flex;
        justify-content: center;
        list-style: none;
        margin: 0;
        padding: 0;
    }

.width-230 {
    width: 230px !important;
}

#CreateAisIdoRequestModal .k-select {
    display: flex;
    justify-content: end;
    margin-right: 15px;
    width: 100%;
}

#CreateAisIdoRequestModal .k-icon.k-clear-value.k-i-close {
    z-index: 99 !important;
}

/************************ LANGUAGE BTNS *************************/
.lang-wrap {
    display: flex;
}

.lang-form {
    margin: 4px 4px 0px 0px;
}

    .lang-form .lang-btn {
        background: rgba(203, 228, 250, 0.25);
        color: #08358C;
        border: none;
        border-radius: 4px;
        transition: .2s;
        box-shadow: none;
        text-transform: uppercase;
    }

.lang-btn.current-lang::before {
    font-family: "WebComponentsIcons";
    content: "\e118";
    color: #009542;
    font-size: 12px;
    margin-right: 6px;
}

.lang-form .lang-btn:hover {
    background: #CBE4FA;
}

/***********************************************************/
.settings-details-two-tables > div {
    padding-left: 0px !important;
    padding-right: 0px !important;
}


/*Reklama*/
.flex-wrapper {
    width: 550px;
    display: none;
    flex-direction: column;
    justify-content: space-between
}

.slider-wrapper {
    display: flex;
    height: 100%
}

.slide {
    background-repeat: no-repeat no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-direction: column;
    justify-content: end;
    /*padding-bottom: 60px;*/
    /*padding-left: 25px;
    padding-right: 25px;*/
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    display: none;
}

    .slide.active {
        display: block;
        background-repeat: no-repeat no-repeat;
        background-size: cover;
        background-position: center center;
        /*        display: flex;
*/ flex-direction: column;
        justify-content: end;
        /*padding-bottom: 60px;*/
        /*padding-left: 25px;
        padding-right: 25px;*/
        font-style: normal;
        font-weight: 700;
        font-size: 32px;
        line-height: 70px;
    }

main {
    width: 940px;
}
/*.advertising-home {*/ /*
    display: flex;
    position: fixed;
    height: auto;
    left: 75%;
    width: 25%;
    top: 5%;*/
/*position: absolute;
    width: 30%;
    height: 736px;
    right: 0;
    width: 500px;
    top: calc((100% - 736px) / 2);
}*/
/*Filter pp*/
.label-for-dropdown {
    margin-bottom: 0px;
    font-size: 13px;
    color: rgb(153, 153, 153);
}

.changer-language {
    font-weight: 400 !important;
    font-size: 19px !important;
    Line-height: 32px !important;
}

    .changer-language option {
        margin: 10px;
    }

        .changer-language option::after {
            background: red !important;
        }

.select {
    position: relative;
    display: block;
    min-width: 80px;
    width: 100%;
    max-width: 400px;
    margin-bottom: 20px;
}

.select__head {
    height: 40px;
    line-height: 14px;
    width: 100%;
    max-width: 100%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 14px 15px;
    font-size: 14px;
    color: rgba(66, 67, 72, 0.8);
    cursor: pointer;
    font-weight: bold;
}

    .select__head::after {
        width: 10px;
        height: 6px;
        background: #FFF url('data:image/svg+xml,%3Csvg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http: //www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M4.50495 5.78413L0.205241 1.25827C-0.0684138 0.970375 -0.0684138 0.503596 0.205241 0.215836C0.478652 -0.0719461 0.922098 -0.071946 1.19549 0.215837L5.00007 4.22052L8.80452 0.215953C9.07805 -0.0718292 9.52145 -0.0718292 9.79486 0.215953C10.0684 0.503736 10.0684 0.970492 9.79486 1.25839L5.49508 5.78425C5.35831 5.92814 5.17925 6 5.00009 6C4.82085 6 4.64165 5.928 4.50495 5.78413Z" fill="%23ED266A"/%3E%3C/svg%3E%0A') no-repeat center / cover;
        position: absolute;
        right: 20px;
        bottom: 50%;
        transform: translateY(50%);
        content: "";
        display: block;
        transition: .2s ease-in;
    }

    .select__head.open::after {
        transform: translateY(50%) rotate(180deg);
    }

.select__list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    margin-top: 5px;
    max-height: 205px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 100;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #424348;
    scrollbar-color: dark;
    scrollbar-width: thin;
    overscroll-behavior: contain;
    font-weight: bold;
}

    .select__list::-webkit-scrollbar {
        width: 7px;
        background-color: #F8F9FA;
        padding: 5px;
    }

    .select__list::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #D9D9D9;
    }

    .select__list .select__item {
        position: relative;
        border-top: 1px solid rgba(224, 229, 231, 0.5);
        padding: 10px 15px;
        cursor: pointer;
        list-style-type: none;
    }

        .select__list .select__item:hover {
            background-color: rgba(224, 229, 231, 0.5);
        }

.img-reklama {
    width: 100%;
}

#importPaymentOrdersModal > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > button:nth-child(2) {
    display: none;
}

#importPaymentRequestModal > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > button:nth-child(2) {
    display: none;
}

.captcha-img {
    border: 1px solid;
    width: 177px;
    height: 60px;
    margin-left: 87.5px;
}

.catcha-refresh {
    width: 20px;
    height: 20px;
    z-index: 10;
    border: 1px solid;
    margin-left: 68px;
    cursor: pointer;
}



.text-comment {
    min-width: 40px;
    padding-top: 5px;
}


.ws-modal-table {
    overflow-y: scroll;
    display: block;
}

.ws-text-changer {
    position: absolute;
    left: 618px;
    cursor: pointer;
    padding: 0 14px !important;
}

.success-header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 6px 129px;
    position: static;
    left: 24px;
    top: 16px;
    background: rgba(167, 199, 42, 0.2);
    border-radius: 4px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin: 8px 0px;
}

.success-text {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #009542;
}

.error-header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 6px 129px;
    position: static;
    left: 24px;
    top: 16px;
    background: rgba(191, 30, 33, 0.1);
    border-radius: 4px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin: 8px 0px;
}

.error-text {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #BF1E21;
}


.menu-notif {
    position: absolute;
    top: -4px;
    right: -4px;
    border-radius: 50%;
    color: red;
    font-size: 12px;
    border: 1px solid;
    background: white;
    display: block;
    width: 29px;
    height: 29px;
    text-align: center;
    padding-top: 8px;
}

.k-pager-numbers.k-reset, .k-grid-pager {
    font-size: 11px !important;
}

@media (min-width:1050px) {
    #navbar1 .title-dictionary {
        width: 290px;
        font-size: 24px;
    }
}

@media (max-width:1050px) {
    #navbar1 .title-dictionary {
        width: 220px;
        font-size: 18px;
    }
}

#navbar1 {
    flex-flow: row nowrap;
    justify-content: flex-start;
}
/*#navbar1 .navbar-nav {
    width: max-content !important;
}*/
.hide-element {
    display: none;
}


/*sticky column with buttons*/
.grid tr td.last-call {
    position: sticky;
    right: 0;
    z-index: 1;
    border-left-width: 0px !important;
    border-left-style: none !important;
}

.last-call-width-actions {
    display: flex;
    flex-direction: row;
    /*justify-content: right;*/
}

#keySn.text-danger {
    line-height: 20px;
    margin-bottom: 0;
}

.form-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.btn-info-key-label {
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
    background-color: #52ae41;
    color: #fff;
    font-size: 14px;
    height: 28px;
    margin-bottom: 8px;
    width: 28px;
}

    .btn-info-key-label div {
        display: flex;
        flex-direction: row;
        height: 24px;
    }


/*natif message*/
.container-notif {
    display: inline-block;
    position: relative;
    margin-right: 10px;
}

.circle-notif {
    width: 30px;
    height: 30px;
    display: none;
    color: red;
    border: 1px solid red;
    text-align: center;
    border-radius: 50%;
    padding: 5px 0;
    font-size: 14px;
}

/* .btn-info-key-label div svg {
            margin-right: 4px;
        }*/

.info-key-label {
    display: none;
    line-height: 20px;
    border: none;
    background: #FFFFFF;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.02), 0px 32px 80px rgba(0, 0, 0, 0.07), 0px 11.28px 35.511px rgba(0, 0, 0, 0.0503198), 0px 6.0308px 18.9859px rgba(0, 0, 0, 0.0417275), 0px 3.38082px 10.6433px rgba(0, 0, 0, 0.035), 0px 1.79553px 5.65259px rgba(0, 0, 0, 0.0282725), 0px 0.747159px 2.35217px rgba(0, 0, 0, 0.0196802);
    border-radius: 8px;
    max-width: 352px;
    padding: 8px;
    margin-left: 24px;
    width: 200px;
    margin-top: -28px;
}

.btn-info-key-label:hover .info-key-label {
    display: block;
    position: absolute;
    color: #333;
}

.k-i-eye::before {
    content: "\e13d";
}

.k-i-delete::before {
    content: "\e10c";
}

.k-i-edit::before {
    content: "\e10b";
}

.k-i-add::before {
    content: "\e11e";
}

.k-i-form-element::before {
    content: "\e63a";
}

.k-icon::before {
    font-family: "WebComponentsIcons";
    margin: auto;
    line-height: 1;
    display: inline-block;
}

.k-i-more-vertical::before {
    content: "\e031";
}

.k-i-refresh::before {
    content: "\e103";
}

.k-button::after {
    border-radius: inherit;
    content: "";
    opacity: 0;
    display: none;
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    background: currentColor;
}

.row-actions-wrapper .k-button {
    line-height: 24px;
    text-align: center;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    display: inline-flex;
}

.k-grid-norecords-text,
.k-grid-norecords-text-comment {
    color: #000;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.k-grid-norecords-text-comment {
    font-size: 14px;
    display: none;
    font-weight: 500;
}

    .k-grid-norecords-text-comment a {
        color: #007bff !important;
        cursor: pointer;
    }

.grid .permanent-payment:hover .row-actions-wrapper {
    background-color: #BFB4D6 !important;
}

.grid .advance-payment:hover .row-actions-wrapper {
    background-color: #BFB4D6 !important;
}

.custom-grid-footer .k-button::after {
    background: none;
}

.k-i-pdf::before {
    content: "\e90e";
}

.k-i-file-txt::before {
    content: "\e908";
}

.k-i-edit-tools::before {
    content: "\e646";
}

.k-button[disabled] {
    cursor: default;
    outline: 0;
    box-shadow: none;
    opacity: .6;
}

#BlockedDocGrid .custom-toolbar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#CodeProductItem_DropDownList li:not(.option-label) {
    display: flex;
    flex-wrap: wrap;
}

.modal .drop-down-list {
    width: 100%;
}

.modal .drop-down-list {
    width: 100%;
}

.drop-down-list-label {
    top: -9px !important;
    position: absolute !important;
    left: 14px !important;
    background: white !important;
    font-size: 11px !important;
}

.group-box-container, .group-box-container-main {
    border: 1px dotted;
    border-radius: 13px;
    padding: 12px;
    padding-top: 16px;
    margin-bottom: 10px;
    position: relative;
    margin-top: 6px;
}

.group-box-container-main {
    width: 100%;
}

.group-box-container .control-space:last-of-type, .group-box .control-space:last-of-type {
    margin-bottom: 0px !important;
}

.group-box-container .group-box-container-name, .group-box-container-main .group-box-container-name {
    position: absolute;
    top: -15px;
    z-index: 1;
    background: white;
}

    .group-box-container .group-box-container-name .checkbox-swith, .group-box-container-main .group-box-container-name .checkbox-swith {
        width: 150px;
    }

.group-box-container .save-short-btn, .group-box-container-main .save-short-btn {
    position: absolute;
    right: 10px;
    top: -15px;
    background: white !important;
    color: black;
}

.group-box-container .group-box-container-name label, .group-box-container-main .group-box-container-name label {
    margin-bottom: 0px;
    color: #000;
}




.field-group .custom-datepicker {
    height: 20px;
    width: 120px;
}

    .field-group .custom-datepicker button {
        width: 20px !important;
        height: 20px !important;
    }

        .field-group .custom-datepicker button span::before {
            font-size: 11px;
        }

.custom-daterangepicker, .custom-datepicker, .monthPicker-content, .monthPicker-content button {
    height: 36px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
    border-color: rgba(0, 0, 0, 0.12) !important;
}

    .custom-datepicker button, .monthPicker button {
        width: 36px !important;
        height: 36px !important
    }

        .custom-datepicker button span::before, .monthPicker button span::before {
            font-size: 14px !important;
        }

    .custom-datepicker .apply-button, .monthPicker .apply-button {
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
        border-color: rgba(0, 0, 0, 0.12) !important;
    }

    .custom-daterangepicker input, .custom-datepicker input, .monthPicker input {
        font-size: 13px !important;
        resize: none;
        color: var(--dark-black) !important;
        letter-spacing: 0.15px;
        padding: 10px 18px 10px 18px !important;
        text-indent: 0px !important;
        text-overflow: ellipsis;
        overflow: hidden;
        background: var(--white);
        border: none !important;
        border-end-end-radius: 0;
        border-start-end-radius: 0;
    }

.custom-daterangepicker-label {
    z-index: 1;
}

.drop-down-list .drop-down-list-content {
    height: 36px;
}

.custom-toolbar > .custom-element > .drop-down-list .drop-down-list-content {
    height: 32px;
}

.custom-daterangepicker-label, .custom-datepicker-label {
    z-index: 1;
}

.fixed-label {
    font-size: 12px;
    color: #737373;
    left: 4px;
    background: #fff;
    margin: 0px 10px;
    height: 16px;
    line-height: 16px;
    letter-spacing: 0.4px;
    padding: 0px 4px;
    font-family: 'Roboto', 'Poppins', sans-serif;
}

.grid-toolbar .k-button,
.grid-toolbar .toolbar-float-right {
    vertical-align: middle;
    float: right;
}

.k-justify-content-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.no-padding {
    padding: 0 !important;
}

.modal-custom-body.no-padding {
    margin: -32px -24px !important;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}


#formUpdateCustomerComment {
    margin-bottom: -32px;
}

.svg-hover:hover {
    cursor: pointer;
    border: 1px solid transparent !important;
    background: #F5F6F7 !important;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.06), 0px 0.5px 0.64px rgba(0, 0, 0, 0.01), 0px 2.5px 2.16px rgba(0, 0, 0, 0.0125), 0px 5px 5px rgba(0, 0, 0, 0.025), 0px 0px 10px rgba(0, 0, 0, 0.01) !important;
    border-radius: 10px;
}


.break-all {
    word-break: break-all !important;
}

.hide-add-button th:first-child {
    display: none;
}

.hide-add-button tr td:first-child {
    display: none;
}

.hide-add-button #AddButton {
    display: none;
}



.modal-body .custom-textbox,
.modal-body .custom-datepicker {
    overflow: initial;
}

    .modal-body .custom-textbox label,
    .modal-body .custom-datepicker label {
        z-index: 1;
    } 
.k-text-align-right {
    text-align: right;
}

.card-body-admin {
    max-height: calc(100vh - 275px);
    overflow-y: auto;
}

.grid .table-body-div {
    height: calc(100vh - 320px) !important;
}

#gridImportHistory.grid .table-body-div {
    height: calc(100vh - 340px) !important;
}

.grid .grid-toolbar {
    max-height: 56px;
    padding: 10px 16px !important;
    background: white;
}

.grid .toolbar-search {
    background: white;
}

.grid .table-header th.sortable:not(.filterable) .content, .grid .table-header th.filterable:not(.sortable) .content {
    height: 20px;
    overflow: auto;
}

.drop-down-list.disable, .multi-column-combo-box.disable, .custom-textbox input[disabled="disabled"] {
    background: none !important;
}