html, body {
    /*height: 100%;*/
    margin: 0;
    padding: 0;
    background-color: white !important;
    font-family: Roboto;
    font-weight: normal;
    color: #003B5E;
}

.label {
    font-family: 'Mulish' !important;
}
.block{
    display: block;
}
.w-full {
    width: 100%;
}
.text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
}
.text-small{
    font-size: 14px;
}
.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}
.small-container {
    width: 70%;
    margin: 5% auto;
}

.small-container-admin {
    width: 85%;
    margin: 0 5%;
}

.min-h-screen {
    padding: 60px;
}

.login-block-all {
    padding: 5% 20%;
}

.admin-dashb-block {
    background-color: white;
    border: 1px solid #dfe0eb;
    margin: 30px 5% 30px 1%;
    padding: 20px 0 !important;
    border-radius: 8px;
}

.login-block {
    border: 1px solid #dfe0eb;
    margin: 30px 4%;
    padding: 40px !important;
    border-radius: 8px;
}

.success-login-block{

}
.success-login-block .login-block{
    max-width: 450px;
    margin: 30px auto;
}

.success-text-block {
    font-size: 32px;
    font-weight: 700;
    line-height: 26px;
    color: #003B5E;
}

.success-text-block h3 {
    font-size: 20px;
    margin-top: 18px;
}

.payment-block {
    border: 1px solid #dfe0eb;
    margin: 0 auto;
    padding: 40px !important;
    border-radius: 8px;
    background-color: #F5F5F5;
    width: 480px;
}

.login-header-block {
    text-align: center;
}

.login-header-title {
    font-size: 20px;
    font-weight: 600;
    margin: 20px;
}

.login-header-text {
    margin: 20px 0 35px;
    font-size: 14px;
    color:#003B5E
}

.input {
    background-color: #fcfdfe !important;
    border: 1px solid #f0f1f7 !important;
    border-radius: 5px !important;
    height: 48px;
}

.right {
    float: right;
}

.label {
    color: #9FA2B4 !important;
    font-style: normal;
}

.res-pass:hover {
    text-decoration: none !important;
    color: #9FA2B4 !important;
}

.a-link {
    color: #9FA2B4;
}
.link{
    text-decoration: underline;
}
.btn {
    padding: 12px !important;
    color: white !important;
    font-weight: 600 !important;
    width: 316px !important;
    border-radius: 8px !important;
}

.btn-admin {
    padding: 12px !important;
    color: white !important;
    font-weight: 600 !important;
    width: 270px !important;
    border-radius: 8px !important;
}

.req-asterisk {
    color: red;
}

.orange {
    background-color: #EF9700 !important;
}

.green {
    background-color: #05ADA9 !important;
}

.grey {
    background-color: #9FA2B4;
}
.pink{
    background: #D31657;
}
.pink-text{
    color:#D31657
}
.grey-status {
    background-color: #F0F1F7;
    color: #9FA2B4 !important;
    padding: 3px !important;
    width: 135px !important;
    border-radius: 15px !important;
    text-align: center;
    margin: 7px 0;
}
.blue-text{
    color:#003B5E
}

.btn-block {
    margin: 50px 0 50px 0;
    text-align: center;
}

.btn-file-block {
    margin: 20px 0;
}

.logo-block {
    margin: 40px auto 0;
    width: 25%;
}

.logo-block img {
    max-width: 100%;
    height: auto;
    width: 400px;
    margin: 20px auto;
}

.form {
    width: 100%;
}

.order-create-block {
    width: 60%;
    margin: 0 auto !important;
}

.order-header-title {
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0;
}

.empty_block {
    height: 150px;
}

.label-upp {
    text-transform: uppercase;
    /*width: max-content;*/
}

.order-input-block {
    margin: 30px 0;
}

.ordr-left-block {
    /*margin-right: 100px;*/
}

select {
    width: 100%;
}

/*input[type="file"] {*/
/*    display: none;*/
/*}*/

.custom-file-upload {
    color: #05aaa7 !important;
    text-decoration: underline !important;
}

.file-header-title {
    margin: 50px 0 100px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;

    text-align: center;
    letter-spacing: 0.3px;

    color: #003B5E;
}
.file-block{
    font-style: normal;

    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.2px;
    background-color: #f5f5f5;
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 8px;
    min-height: 100px;
    color: #003B5E;
}
.file-body-title,.file-title {
    font-size: 18px;
    font-weight: 700;
}

.file-header-text {
    width: 70%;
}


.file-input-block {
    text-align: right;
}
.file-input-block img{
    display: inline-block;
    vertical-align: middle;
}
/*.file-input-update {*/
/*    margin-top: -40px;*/
/*}*/
.file-desc-title{

}
.collapsable .file-desc-title:after{
    content:"";
    width: 20px;
    height: 20px;
    background: url(../images/arrow-down.png) no-repeat center center;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    margin-left: 10px;
    cursor: pointer;
}
.file-desc{
    font-size: 14px;
    display: none;
    padding-top: 15px;
}
.file-desc ul{
    padding-left: 2px;
}.file-desc ul li{
    font-size: 14px;
}

.collapsable.active .file-desc{
    display: block;
}
.collapsable.active .file-desc-title:after{
    content:"";
    width: 20px;
    height: 20px;
    background: url(../images/arrow-up.png) no-repeat center center;
}

input[type="file"] {
    z-index: -1;
    position: absolute;
    opacity: 0;
    left: 0;
}

input:focus + label {
    outline: 2px solid;
}

.file-btn-block {
    text-align: center;
    margin-top: 70px;
}

.product-title,.product-price {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    letter-spacing: 0.3px;

    color: #003B5E;
}
.product-description{
    color: #003B5E;
    margin-top: 45px;
    font-weight: 500;
    font-size: 18px;
}

.product-sub-title {
    margin: 40px 0;
    color: #05adaa;
    font-weight: 600;
}

.product-price {
    font-size: 33px;
    font-weight: 900;
}

ul {
    list-style: none;
}
.ul-orange li span,
.ul-green li span{
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    font-weight: 400;
    margin-left: 10px;

}
.ul-orange li::before,
.ul-green li::before{
    content: "";
    background: #ef9801;
    font-weight: bold;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: -1em;
    vertical-align: top;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    margin-top: 6px;
}

.ul-green li::before {
    background: #05adaa;
}

ul li {
    font-size: 20px;
}

li span {
    font-size: 14px;
}

.width-100 {
    width: 100% !important;
}

.register-prof-step{

}

.register-prof-step h1{
    font-size: 32px;
    line-height: 38px;
    font-weight: bold;
    color: #003B5E;
}
.register-prof-step h2{
    font-size: 28px;
    font-weight: bold;
    color: #003B5E;
}

.register-prof-step .text-block{

}

.register-prof-step .text-block p{
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 22px;
}

.register-prof-step .btn-block{
    margin:30px 0
}
.register-process{
    margin:40px 0
}
.register-process-line > div{
    width: 15px;
    height: 15px;
    background: #D9D9D9;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    -moz-border-radius: 100%;
    align-self: center;
    z-index: 0;
}
.register-process-line > div.active{
    background: #EF9700;
    width: 25px;
    height: 25px;
}
.register-process-line{
    width: 100%;
    height: 1px;
    background: #9FA2B4;
    justify-content: space-between;
    align-items: baseline;
    display: flex;
}
.register-process-line .passed{
    background: #05ADA9;
}
.register-process-line .passed:before{
    content: "";
    width: 50%;
    display: block;
    background: #05ADA9;
    height: 2px;
    position: absolute;
    top: 0;
}

.register-prof-step .file-block {
    padding: 14px 20px;
    min-height: 73px;
    margin-top: 30px;
    margin-bottom: 0;
}
.register-prof-step .file-title {
    line-height: 45px;
}

.prof-login{
    width: 480px;
    margin:30px auto;
}

.header-color-block {
    width: 100%;
    height: 12px;
    top: 0;
    position: absolute;
    left: 0;
    border-radius: 5px 5px 0 0;
}

.line {
    height: 2px;
    background-color: #cfced5;
    margin: 20px 0;
}

.py-title,.py-title-bold {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.2px;
    color: #9FA2B4;
}

.py-title-admin {
    color: #9FA2B4;
    font-size: 18px;
    font-weight: 400;
}

.py-title-bold {
    color: #003B5E;
}

.py-title-bold-admin {
    font-weight: 400;
    color: #003B5E;
    font-size: 18px;
}
.payment_footer {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.2px;
    padding: 15px 0;
    color: #003B5E;
}

.payment-title-block {
    padding: 10px 0;
    border-bottom: 1px solid #DFE0EB;
}
.cart-div {
    margin-left: 15px;
}

.payment-carts {
    margin-left: 15px !important;
}

.visa {
    background-color: white;
    width: 35px;
    text-align: center;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
}

.visa img {
    display: initial;
}

.payment_footer input[type="radio"] {
    background-color: #D9D9D9;
    outline: none !important;
}

.payment-block input[type="checkbox"] {
    background-color: #D9D9D9;
    outline: none !important;
}
.payment_footer span {
    color: #05ADA9;
    text-decoration: underline;
}
.payment_footer label {
    outline: none !important;
}

.client-text {
    margin: 0 10px;
    padding-left: 20px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    text-align: right;
    letter-spacing: 0.2px;

    color: #003B5E;

}

.client-number {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    text-align: right;
    letter-spacing: 0.2px;
    color: #05ADA9;
}

.header {
    margin-bottom: 40px;
}

.menu-block {
    background-color: #F5F5F5;
    height: 650px;
}

.admin-menu-block {
    background-color: #003b5e;
    height: 650px;
}

#sandwich-menu ul, #sandwich-menu-admin ul {
    padding: 0;
    margin: 0;
}

#sandwich-menu li, #sandwich-menu-admin li {
    padding: 0;
    margin: 0;
}

.menu-sub-block {
    padding: 10px;
}

.active-menu {
    background-color: #eeeef0;
    border-left: 3px solid #05ADA9;
}

.active-menu-admin {
    background-color: #165073;
    border-left: 3px solid #ef9801;
}

.menu .col-md-2 {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.menu-sub-block li {
    font-size: 16px;
}

.dashbord-block {
    padding: 25px;
}

.dashbord-title {
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 40px;
}

.orders {
    padding: 10px 15px;
}

.tab-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.2px;

    color: #003B5E;
}



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

.order-data-block {
    padding: 25px 0;
    border-bottom: 1px solid #DFE0EB;;
}

.order-data-block-admin {
    padding: 25px 10px;
    border-bottom: 1px solid #DFE0EB;;
}

.order-data-text {
    color: #C5C7CD;
}

.ic {
    width: 5%;
}

.ic img {
    width: 8px;
}

.border-block {
    padding: 20px;
    border: 1px solid #dfe0eb;
    border-radius: 8px;
}

.invoice-data-block .title-bar {
    margin: 0 !important;
}

.invoice-data-block {
    padding: 20px 0;
    border-bottom: 1px solid #dfe0eb;
    /*height: 70px;*/
}
.invoice-data-block:last-child{
    border:none
}

.profile-edit-block {
    margin-left: 20px !important;
}

.invoice-data-uuid {
    color: #05adaa !important;
    text-decoration: underline !important;
}

.invoice-data-uuid a {
    color: #05adaa !important;
}
.custom-file-upload{
    cursor: pointer;
    width: 100px;
    padding-top: 3%;
}
.title-hr {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.2px;

    color: #003B5E;
}

.temp-t {
    width: 35%;
    display: inline-block;
}

.menu-icon-block {
    position: absolute;
    top: 10px;
    left: 5px;
}

#sandwich-menu a {
    color: #003B5E !important;
}

#sandwich-menu a:hover {
    text-decoration: none !important;
}

#sandwich-menu-admin a {
    color: white !important;
}

#sandwich-menu-admin a:hover {
    text-decoration: none !important;
}

.bold {
    font-weight: bold;
}

.order-data a {
    display: contents;
    color: black !important;
}

.step {
    text-align: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.2px;

    color: #003B5E;
}

.order {
    border: 1px solid #dfe0eb;
    margin: 0 40px 0 40px;
    border-radius: 8px;
}

.logo-block-step {
    margin: 12px 0 20px 0;
}

.steps {
    margin-bottom: 30px;
}

.step-info {
    padding: 20px 30px;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.2px;

    color: #003B5E;
}

.step-info-title {
    margin-bottom: 20px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 31px;
    letter-spacing: 0.2px;

    color: #003B5E;

}
.step-info-text ul{
    list-style: disc;
}
.step-info-text ul li, .step-info ul li{
    font-size: 18px;
    line-height: 22px;
    margin-top: 5px;
}
.list-disc{
    list-style:disc
}
.order-uuid {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 31px;
    letter-spacing: 0.2px;
    color: #003B5E;
}

.bold-title {
    font-size: 18px;
}

.order-specific-block {
    padding: 40px 0;
}

.order-page-notice {
    background-color: #FCF6D3;
    padding: 20px 0 20px 30px;
    width: 100%;
    margin: 0 auto;
}

.order-page-notice a {
    color: #05adaa;
    text-decoration: underline;
}

.green-underline {
    color: #05adaa;
    text-decoration: underline;
}

.green-underline:hover {
    color: #05adaa;
}

.foldr-project {
    padding: 20px 0 20px 30px;
    border-radius: 8px;
    margin-top: 40px;
    background-color: #F5F5F5;
}

.order-project-data {
    width: 50%;

}

.font-color {
    color: #003B5E;
    font-size: 18px;
}


.invoice-data-status {
    color: #C5C7CD;
}

.order-inv-quot {
    margin: 15px;
}

.order-inv {
    padding: 20px 0;
}

.invoice-data-bick-wiev {
    padding: 40px !important;
}

.date-block {
    text-align: right;
    margin: 50px 0;
}

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

.date-block span {
    font-weight: 600;
    margin: 30px;
}

.invoice-template-bick {
    margin-top: 60px;
}

.template-data {
    margin: 20px 0;
    height: 200px;
}

.invoice-template-bick hr {
    border-top: 1px solid black !important;
}

.price-block {
    text-align: right;
    margin-right: 20px;
    margin-bottom: 70px;
}

.price-block span {
    margin: 0 0 0 70px
}

.price-block .bold {
    margin-bottom: 8px;
}

.template-footr {
    text-align: center;
    padding: 20px;
    font-size: 15px;
}

.template-dowland {
    margin: 10px 0 0 50px;
}

.template-dowland span {
    margin: 5px;
}

.templates-btns {
    margin-top: 30px;
    margin-bottom: 30px;
}

.upliad-blok {
    text-align: center;
}

.section-container {
    border: 2px dashed #dfe0eb;
    margin-top: 10px;
    padding: 60px 10px;
    text-align: center;
    line-height: 26px;
    border-radius: 8px;
}

.upliad-icon {
    margin-bottom: 20px;
}

.alert-notes,.payment-notes,.refuse-notes {
    display: none;
    height: 220px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -wenkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    width: 450px;
    background: #003B5E;
    border-radius: 12px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 105%;
    text-align: center;
    color: #FFFFFF;
    z-index: 2000;
}

.alert-notes-wrapper {
    background: rgba(0, 59, 94, 0.36);
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1300;
}

.notes-title {
    text-align: center;
    padding: 30px;
}

.red-bg {
    background: #DB0661;
    border-radius: 6px;
}

.cursor-pointer {
    cursor: pointer;
}

.notes-button-block {
    text-align: center;
    display: block;
}

.status_btn, .page-item:hover {
    padding: 3px !important;
    color: white !important;
    width: 135px !important;
    border-radius: 15px !important;
    text-align: center;
    margin: 7px 0;
}

.admin-body {
    background-color: #f2f2f5;
}

.admin-dashb-title {
    color: #9FA2B4;
    font-size: 19px;
    margin-bottom: 10px;
}

.admin-dashb-count {
    font-size: 26px;
    color: #EF9700;
    font-weight: 900;
    margin-bottom: 5px;
}

.admin-orders-blok {
    border: 1px solid #dfe0eb;
    padding: 0 35px 40px 35px;
    background-color: white;
    border-radius: 8px;
}

.admin-invoice-blok {
    border: 1px solid #dfe0eb;
    padding: 0 35px 0 35px;
    background-color: white;
    border-radius: 8px;
    text-align: center;
}

.admin-logo-block-header img {
    width: 250px;
}

.admin-pagination {
    /*height: 50px;*/
    margin: 30px 10px 0 0;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;

    text-align: right;
    letter-spacing: 0.3px;

    color: #9FA2B4;
}
.admin-pagination a,.admin-pagination p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    letter-spacing: 0.3px;
    color: #003B5E;
    text-decoration: none;
}
.page-item{
    padding: 4px !important;

}
.page-item.status_btn{
    border-radius: 100% !important;
}
.page-item:hover{
    background: #EF9700;
    padding: 4px !important;
}

.arow-left,.arow-right {
    width: 8px;
    color: #9fa2b4 !important;
}
.arow-right{
    margin-left: 30px;
}
.text-center-edit {
    color: #EF9700 !important;
    text-align: center;
}

.text-center-edit a {
    color: #EF9700 !important;
}

.text-center-edit-admin a {
    color: #EF9700 !important;
}

.text-center-edit img {
    margin: 0 25px;
}

.admin-order-td {
    margin-left: 5px;
}

.admin-order-search-block {
    margin: 30px 0;
    background: #FFFFFF;
    border: 1px solid #DFE0EB;
    border-radius: 8px;
    width: 400px;
    float: right;
}

.admin-order-search-block select {
    width: 120px;
    border: none;
}

.admin-order-search-block input {
    outline: none;
    border: none;
    border-radius: 8px;
    padding: 6% 0;
}
.admin-order-search-select{
    width: 31%;
    float: left;
    border-right: 1px solid #C5C7CD;
    margin: 15px 15px;
}
.admin-order-search-block select,.admin-users-search input{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
    outline: none;
    color: #4B506D;
}
.admin-order-search-block select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent url(../images/orange_arrow.svg) no-repeat 90% center;
    text-indent: 1px;
    text-overflow: '';
    padding: 2px 2px 2px 2px;
    border: none;
    cursor: pointer;
}
.admin-order-search-input{
    width: 60%;
    float: right;
}
.admin-users-search input {

    border: none;
    width: 85%;
}

.admin-users-search div {
    padding: 0 0 0 15px;
}

.admin-users-search img {
    width: 20px;
}

.search-block-line {
    height: 30px;
    width: 2px;
    background-color: #dfe0eb;
    margin: 5px;
}

.admin-search-icon img {
    width: 20px;
}

.admin-search-icon {
    padding: 7px 0 0 15px;
}

.admin-users-search {
    padding: 10px;
}

.admin-order-header {
    padding: 20px 0 0 0;
}

.admin-invoice-data-block {
    padding: 15px 30px;
}

.admin-logo-block-step img {
    width: 17px;
    height: 17px;
    margin: 4px;
}

.admin-orders-blok-bottom {
    border: 1px solid #dfe0eb;
    background-color: white;
    border-radius: 8px;
}

.admin-order-all-function {
    padding: 20px 0 0 20px;
}

.admin-order-menu-btn img {
    margin-right: 10px;
}

.admin-order-menu-btn {
    cursor: pointer;
    padding-bottom: 25px;
}

.active-menu-admin-order-block {
    border-bottom: 2px solid #EF9700;
}

.devis-sur {
    padding: 20px;
    background-color: #f5f5f5;
}

.admin-invoice-data-bick {
    padding: 20px;
}

.py-title-admin {
    color: #9FA2B4;
    font-size: 18px;
    font-weight: 400;
}

.invoice-data-uuid-orange {
    color: #EF9700 !important;
    text-decoration: underline !important;
}

.invoice-data-uuid-orange a {
    color: #EF9700 !important;
}

.invoice-data {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.2px;

    color: #003B5E;
}

/*
Extra

*/

pre
{
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    word-break: break-word;
}

.text-red-600, ul.text-red-600 li {
    color: red;
    font-weight: 600;
    font-size: 13px !important;
    padding: 0;
}


.chat-block {
    padding: 25px;
}

#messages-count {
    position: absolute;
    right: 5px;
    top: -10px;
    background: #fc7e72;
    display: block;
    width: 15px;
    height: 15px;
    line-height: 16px;
    color: white;
    font-weight: bold;
    border-radius: 100%;
    opacity: 0.25;
    -webkit-animation: up-right 1s infinite;
    -moz-animation: up-right 1s infinite;
    -o-animation: up-right 1s infinite;
    animation: up-right 1s infinite;
}


.messages-block {
    min-height: 270px;
    /*padding: 40px 20px;*/
    max-height: 320px;
    overflow-x: hidden;
    overflow-y: auto;
}

.message-form {
    margin: 20px 0;
    position: relative;
}

.message-form-input {
    width: 93%;
    height: 130px;
    padding: 10px 20px;
    padding-right: 40px;
    /*resize: none;*/
    background: #F5F5F5;
    border-radius: 25px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.message-from {
    position: relative;
    margin-top: 30px;
    float: left;
    width: 60%;
}

.message-to {
    float: right;
    position: relative;
    margin-top: 30px;
    width: 60%;
}

.user-message {
    background: rgba(239, 151, 0, 0.16);
    border-radius: 24px;
    padding: 12px 20px;
    width: 100%;
    font-family: 'Roboto';
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    color: #003B5E;
    position: relative;
}

.message-to .user-message {
    background: rgba(5, 173, 169, 0.23);
}
.user-message span{
    position: absolute;
    right: 12px;
    top: 25px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.user-message span img{
    width: 100%;
}
.editable-message-text{
    width: 100%;
    resize: none;
}
.message-avatar {
    width: 40px;
    height: 40px;
    /*background: #ebebeb;*/
    border-radius: 5px;
    text-align: center;
    padding: 5px;
    position: absolute;
    font-size: 26px;
}

.message-avatar img {
    height: auto;
    max-width: 30px;
}

.message-from .message-avatar {
    right: 87%;
    background: #ebebeb;
}

.message-to .message-avatar {
    position: absolute;
    left: 87%;
}

.message-form button {
    position: absolute;
    right: 10px;
    bottom: 35%;
    border: none;
    outline: none;
    background: #05ADA9;
    border-radius: 100px;
    width: 55px;
    height: 55px;
    color: white;
    cursor: pointer;
}

.message-form button i {
    font-size: 24px;
    color: #FA824C;
}

.chat-messages-list {

}

.message-list-item {
    padding: 10px 0;
    border-bottom: 1px solid;
    position: relative;
}

.item-detail-link {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

time {
    background: #fc7e72;
    border-radius: 5px;
    color: white;
    padding: 2px 5px;
    margin-top: 10px;
    display: inline-block;
}

.admin-orders-blok-bottom {
    margin-top: 25px;
}

.order-data-text {
    margin-top: 10px;
}

.order-page-info {
    margin: 0 20px;
}

.bordered-block {
    border: 1px solid #DFE0EB;
    border-radius: 8px;
    padding: 20px 30px;
}

.step-block {
    padding: 0;
}

.padding-block {
    padding: 20px 40px;
}

.gray-text {
    font-family: 'Roboto';
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 16px !important;
    /* identical to box height, or 100% */

    letter-spacing: 0.1px !important;

    /* grayscale / gray light */

    color: #C5C7CD !important;
}

.file-upload-block {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.2px;

    color: #003B5E;
}

.logo-block-header {
    margin-bottom: 30px;
}

.logo-div img {
    width: 255px;
}

.invoice-data-block-wiev {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.2px;

    color: #003B5E;
}

.order-info-icon {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.order-info-icon span {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    line-height: 16px;
    margin-top: 5px;
    font-size: 14px;

}

.warning-icon {
    background: rgba(219, 6, 97, 0.15);
}

.warning-icon span {
    border: 2px solid #DB0661;
}

.red-icon {
    color: #DB0661 !important;
}

.orange-icon {
    border: 1px solid #EF9700;
    color: #EF9700;
    width: 22px;
    height: 22px;
    line-height: 20px;
}

.message-icon {
    color: #EF9700;
    width: 30px;
    height: 30px;
    background: rgba(239, 151, 0, 0.16);
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    /*margin-top: 5px;*/
    font-size: 14px;
}
.message-icon img{
    margin-top: 6px;
}

.blue-icon {
    background: rgba(5, 173, 169, 0.23);
    line-height: 30px;
}

.green-icon {
    background: rgb(197 236 214);
    line-height: 27px;
}
.orders-legend{
    margin-bottom: 10px;
    text-align: right;
}
.orders-legend div{
    display: inline-block;
    margin-left: 15px;
}
.orders-legend span{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.2px;
    color: #9FA2B4;

}

.order-type-filter{
    cursor: pointer;
}
.message-date{
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    opacity: 0.7;
    color: #003B5E;
}
.no-style-btn {
    background: none;
    border: none;
    outline: none;
}

.client-activity-block {
    max-height: 400px;
    overflow-y: scroll;
}

.client-activity-block ul {
    padding: 0;
}

.client-activity-block ul li {
    margin: 20px 0px;
    padding-left: 30px;
    position: relative;
}

.client-activity-block ul li:after {
    content: "";
    width: 1px;
    height: 90px;
    background: #DFE0EB;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    position: absolute;
    top: 22px;
    left: 6px;
}

.client-activity-block ul li:before {
    content: "";
    width: 12px;
    height: 12px;
    background: #EF9700;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 20;
}

.client-activity-block .history-data {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.2px;
    padding-top: 8px;
    color: #9FA2B4;
}

.client-activity-block .history-action {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.2px;
    padding-top: 8px;
    color: #003B5E;
}

.client-activity-block .history-date {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    padding-top: 8px;

    color: #9FA2B4;
}

.admin-dashb-title a {
    color: #9FA2B4;
}

.admin-dashb-title a:hover {
    text-decoration: none;
}


.doc-action_list{
    display: none;
    /*position: absolute;*/
    background: #05adaa;
    padding: 18px 12px;
    width: 365px;
    z-index: 3000;
    border: 1px solid #dfe0eb;
    border-radius: 5px;
    color: white;
    /*top: -20px;*/
    /*left: -90%;*/
}


.menu-notification-icon {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #EF9700;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
}

.menu-notification-icon div {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.2px;
    color: #FFFFFF;
}

/*---------------------------*/
.profile-container {
    padding-right: 3%;
}

.client-number-block {
    float: right;
}

.notification {
    border-right: 1px solid #DFE0EB;
    padding: 0 20px;
    height: 30px;
    position: relative;
    width: 58px;
    float: right;
}

.notification svg {
    cursor: pointer;
}

.notification-list {
    padding: 20px;

    background: #FFFFFF;
    border: 1px solid #DFE0EB;
    border-radius: 8px;
    position: absolute;
    z-index: 100;
    right: 0;
    top: 50px;
    display: none;
}

.notification-list-inner {
    width: 375px;
    height: 600px;
    overflow-y: scroll;
}

.notification-list ul {
    padding: 0;
    margin: 0;
}

.notification-list ul li {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(159, 162, 180, 0.46);
}

.notification-list ul li a, .notification-list .link {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    text-align: right;
    text-decoration-line: underline;
    color: #05ADA9;
    cursor: pointer;
}

.note-item {
    padding-top: 30px;
}

.note-info {
    float: left;
    width: 80%;
    margin-left: 3%;
}

.note-text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.note-date {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #05ADA9;

}

.note-link {

}

.notification .badge {
    width: 10px;
    height: 14px;
    background: #EF9700;
    border: 2px solid #F7F8FC;
    display: none;
    position: absolute;
    top: -5px;
    right: 15px;
    border-radius: 100%;
}

.notification .badge::before {
    content: " ";
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin: 0 auto;
    transition: all 0.3s;
    animation: mymove 2s infinite;
    position: absolute;
    background-color: #EF9700;
    top: -1px;
    left: -2px;
}

.close-notes {
    border-top: 1px solid rgba(159, 162, 180, 0.46);
}

.note-icon-block {
    float: left;
}

.note-icon {
    width: 38px;
    height: 38px;
    border-radius: 100%;
}

.note-icon-document {
    background: rgba(5, 173, 169, 0.23) url("../images/note-icon-document.svg") no-repeat center;
}

.note-icon-message {
    background: rgba(239, 151, 0, 0.16) url("../images/note-icon-message.svg") no-repeat center;
}


.note-icon-not_validated {
    background: #DB0661 url("../images/note-icon-not-valide.svg") no-repeat center center;
}

.note-icon-validated {
    background: #05ADA9 url("../images/note-icon-valide.svg") no-repeat center center;
}

.note-icon-invoice,.note-icon-order_end {
    background: rgba(5, 173, 169, 0.23) url("../images/note-icon-invoice.svg") no-repeat center center;
}

.note-icon-quote {
    background: rgba(5, 173, 169, 0.23) url("../images/note-icon-quote.svg") no-repeat center center;
}

.mobail-menu {
    display: none;
}

.quote-tax-block{
    border: 1px solid #05ADA9;
}
.quote-tax-total{
    background-color: #c5eceb;
    padding: 5px;
    font-weight: 700;
}
.quote-tax-title{
    padding: 5px;
}
.quote-info-mess{
    text-align: right;
    padding-top: 10px;
    color: #EF9700;
    font-weight: 700;
}


.geo-menu {
    position: absolute;
    box-shadow: rgb(201 211 223) 0px 1px 4px;
    z-index: 10000;
    width: 100%;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(173, 185, 201);
    color: rgb(28, 28, 28);
    border-radius: 0 0 5px 5px;
    max-height: 300px;
    overflow-y: scroll;
    display: none;
}

.geo-menu .item {
    display: flex;
    flex-flow: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 1em;
    border-bottom: 1px solid whitesmoke;
}

.geo-menu .item:hover {
    background-color: #26B4B6;
    color: rgb(255, 255, 255);
}
.order-input-block input::placeholder {
    color: #9FA2B4 !important;
    font-size: 14px;
}
.error-refuse{
    font-size: 12px;
    color: red;
    margin-top: 20px;
    line-height: 14px;
}

.btn.dropdown-toggle.bs-placeholder,
.btn.dropdown-toggle:not(:disabled):not(.disabled){
    background: #fcfdfe !important
}
.btn.dropdown-toggle:not(:disabled):not(.disabled){
    color: #000 !important;
    width: 100% !important;
    font-weight: normal !important;
}
.open-search{
    padding: 12px;
    cursor: pointer;
    color: #9FA2B4 !important;
    font-size: 14px;
}
@-webkit-keyframes mymove {
    50% {
        transform: scale(2);
        opacity: 0
    }
    100% {
        transform: scale(2);
        opacity: 0
    }
}

@media all and (max-width: 1480px) {
    .small-container {
        width: 80%;
    }
}

@media all and (max-width: 1280px) {
    .small-container {
        width: 90%;
    }

    .btn {
        width: 230px !important;
    }

    .admin-menu-block {
        /*display: none;*/
    }

    .menu-block {
        /*display: none;*/
    }

    /*#admin-main {*/
    /*    width: 100% !important;*/
    /*    flex: 100%;*/
    /*    max-width: 100%;*/
    /*}*/

    .small-container-admin {
        width: 95%;
        margin: 0 auto;
    }

    .container-fluid {
        padding-left: 0;
    }

    .min-h-screen {
        padding: 30px;
    }

    .admin-dashb-block {
        width: 100%;
        flex: 100%;
        max-width: 100%;
    }
}
.mobile-view, .mobile-view-flex {
    display: none;
}


.selectpicker-block .dropdown-menu {
    /*max-height: 450px !important;*/
    min-height: 350px !important;
}

.selectpicker-block .bootstrap-select {
    display: block !important;
}

.selectpicker-block button {
    background-color: #fcfdfe !important;
    border: 1px solid #f0f1f7 !important;
    border-radius: 5px !important;
    height: 48px;
    color: #003B5E !important;
}

.docs-icon{
    width: 30px;
    height: 30px;
    background: #c5eceb;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    font-size: 14px;
}
.docs-icon img{
    width: 20px;
    margin-top: 5px;
}


.admin-order-search-select{

}

@media all and (min-width: 768px) {
    #mobile-menu {
        display: block !important;
        height: auto;
    }
}
@media all and (max-width: 1024px) and (min-width: 768px) {
    .green-underline{
        font-size: 14px;
    }
}
@media all and (max-width: 767px) {
    .mobile-view {
        display: block;
    }


    .mobile-view-flex {
        display: flex;
    }

    .web-view, .web-view-flex {
        display: none;
    }

    .admin-orders-blok {
        padding: 0 15px 40px;
    }

    .invoice-data-status {
        text-align: left !important;
    }

    .file-view-icon-block {
        width: 30%;
        margin: 10px 0;
    }

    .file-download-icon-block {
        width: 30%;
        margin: 10px 0;
    }

    .file-delete-icon-block {
        width: 30%;
        margin: 10px 0;
    }

    .order-create-block {
        width: 80%
    }

    .min-h-screen {
        padding: 20px 10px 0;
    }

    .notification-list-inner {
        width: 300px;
        height: 340px;
        overflow-y: scroll;
    }

    .notification-list {
        padding: 20px;
        left: 0;
        right: auto;
    }

    h1 {
        font-size: 26px;
    }

    /*.file-input-block {*/
    /*    position: static !important;*/
    /*    right: 0 !important;*/
    /*}*/
    .login-block {
        padding: 0 15px !important;
    }

    /*table thead{*/
    /*    display: none;*/
    /*}*/
    /*table td{*/
    /*    display: block;*/
    /*    width: 100%;*/
    /*}*/
    .order-page-info {
        margin: 0;
    }

    .invoice-data-block {
        height: auto;
        margin: 0;
        padding-top: 10px;
    }

    .step-info-title {
        font-size: 22px;
        line-height: 26px;
    }

    .order-specific-block {
        padding: 25px 0 0;
    }

    .order-list-data {
        width: 100px !important;
        line-height: 16px !important;
    }

    .order-list-status {
        width: 80px !important;
    }

    .order-list-number {
        width: 145px !important;
        text-align: left !important;
    }

    .order-list-number a {
        line-height: 20px;
    }

    ul li, .step-info-text {
        font-size: 16px;
        line-height: 20px;
    }

    ul {
        padding-left: 10px;
    }

    .mobail-menu {
        display: block;
        width: 15%;
        float: right;
        margin-top: 0;
        cursor: pointer;
    }

    .mobail-menu a {
        font-size: 35px;
        margin: 0;
        line-height: 37px;
        color: #05ADA9
    }

    .width-100 {
        margin: 0;
    }

    .logo-div-img {
        width: 70%;
        float: left;
    }

    #mobile-menu {
        display: none;
        height: auto;
    }

    .menu-sub-title {
        width: 80%;
        margin-top: 5px;
    }

    .profile-container {
        padding: 20px 50px 0 0;
    }

    .order-number {
        width: 100px;
        display: block;
        text-align: center;
    }

    .ic {
        padding-right: 0 !important;
    }

    .orders {
        padding: 0;
    }

    .bordered-block {
        padding: 0;
        border: none;
    }

    #admin-main {
        padding: 0;
    }

    .container-fluid {
        padding: 0 20px;
    }

    .order-uuid {
        font-size: 22px;
    }

    .order-project-data {
        width: 100%;
    }

    .foldr-project {
        padding: 20px 15px;
    }

    .step {
        display: none;
    }

    .current-step {
        display: block;
    }

    .admin-order-td, .table-container table th {
        font-size: 15px !important;
    }

    .table-container table td {
        font-size: 12px !important;
    }

    .admin-dashb-block {
        margin: 30px 0;
    }

    .logo-block {
        width: 80%;
    }

    .customr-data {
        padding: 10px;
    }

    .admin-logo-block-header {
        width: 80%;
        float: left;
    }

    .admin-order-search-block,.admin-order-search-select,.admin-order-search-input {
        width: 96%;
        margin: 30px 2%;
        float: none;
    }
    .admin-order-search-block select {
        width: 100%;
    }
    .admin-order-search-select,.admin-order-search-input  {
        border: none !important;
        margin: 10px 2%;
        padding: 0 10px 0;
    }

    /*.invoice-data {*/
    /*    width: 20%;*/
    /*    font-size: 12px;*/
    /*}*/
    /*.title-bar{*/
    /*    display: none;*/
    /*}*/
    .padding-block {
        padding: 20px;
    }

    .title-hr, .text-center-edit {
        width: 100%;
        font-size: 15px;
    }

    .profile-edit-block {
        margin: 0 !important;
    }

    .py-title-admin, .invoice-data-uuid-orange {
        /*width: 20%;*/
        /*font-size: 12px;*/
    }

    .admin-invoice-data-block, .admin-invoice-blok {
        padding: 0;
    }

    .message-to, .message-from {
        width: 85%;
    }

    .user-message {
        font-size: 14px;
        padding: 7px 20px;
    }

    .message-form-input {
        width: 100%;
    }

    .message-form button {
        position: absolute;
        right: 7px;
        top: 5px;
        width: 35px;
        height: 35px;
        color: white;

    }
}



