/* poppins-regular - latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('./../fonts/poppins-v20-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url(' ./../fonts/poppins-v20-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('./../fonts/poppins-v20-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('./../fonts/poppins-v20-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('./../fonts/poppins-v20-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('./../fonts/poppins-v20-latin-regular.svg#Poppins') format('svg');
    /* Legacy iOS */
}

/* poppins-500 - latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url('./../fonts/poppins-v20-latin-500.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('./../fonts/poppins-v20-latin-500.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('./../fonts/poppins-v20-latin-500.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('./../fonts/poppins-v20-latin-500.woff') format('woff'),
        /* Modern Browsers */
        url('./../fonts/poppins-v20-latin-500.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('./../fonts/poppins-v20-latin-500.svg#Poppins') format('svg');
    /* Legacy iOS */
}

/* poppins-600 - latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url('./../fonts/poppins-v20-latin-600.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('./../fonts/poppins-v20-latin-600.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('./../fonts/poppins-v20-latin-600.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('./../fonts/poppins-v20-latin-600.woff') format('woff'),
        /* Modern Browsers */
        url('./../fonts/poppins-v20-latin-600.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('./../fonts/poppins-v20-latin-600.svg#Poppins') format('svg');
    /* Legacy iOS */
}

/* poppins-700 - latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('./../fonts/poppins-v20-latin-700.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('./../fonts/poppins-v20-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('./../fonts/poppins-v20-latin-700.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('./../fonts/poppins-v20-latin-700.woff') format('woff'),
        /* Modern Browsers */
        url('./../fonts/poppins-v20-latin-700.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('./../fonts/poppins-v20-latin-700.svg#Poppins') format('svg');
    /* Legacy iOS */
}

/* poppins-800 - latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    src: url('./../fonts/poppins-v20-latin-800.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('./../fonts/poppins-v20-latin-800.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('./../fonts/poppins-v20-latin-800.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('./../fonts/poppins-v20-latin-800.woff') format('woff'),
        /* Modern Browsers */
        url('./../fonts/poppins-v20-latin-800.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('./../fonts/poppins-v20-latin-800.svg#Poppins') format('svg');
    /* Legacy iOS */
}

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    position: relative;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    background-color: #F9F9F9;
    font-family: 'Poppins';
    display: flex;
    flex-direction: column;
}



header {
    background-color: white;
    display: flex;
    justify-content: space-between;
}

header .header-left-items {
    display: flex;
    align-items: center;
}

header .header-right-items {
    display: flex;
    align-items: center;
    margin-right: 40px;
}

header .logo {
    background-color: white;
    width: 250px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;

}

header .welcome {
    background-color: white;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-left: 2px solid #F9F9F9;
    height: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.welcome-home {
    font-weight: 600;
}

.welcome-date {
    color: #969CA0;
    margin-top: 10px;
    font-size: 13px;
}

header .add {
    padding-left: 25px;
    padding-right: 5px;
    border-left: 1px solid #F9F9F9;
}

header .btn-add {
    border: 0px dashed #A3A5AA;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: white;
    font-size: 25px;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%23A3A5AAFF' stroke-width='3' stroke-dasharray='10%25%2c 11%25' stroke-dashoffset='86' stroke-linecap='butt'/%3e%3c/svg%3e");
    border-radius: 100px;
}

header .search-box {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #EDEDEE;
    padding: 10px;
    border-radius: 40px;
    padding-left: 15px;
    margin-right: 10px;
}

header .search-box input {
    height: 30px;
    margin-left: 10px;
    margin-right: 10px;
    border: 0px solid;
    outline: none;
    font-size: 16px;
    width: 300px;
    font-family: 'poppins';
}

header .search-box input::placeholder {
    color: #A2A8B6;
}

header .search-box button {
    border: 0px;
    background-color: white;
}

.mini-button {
    border: 0px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #FAFAFA;
    position: relative;
    transition: 0.3s;
}

.mini-button label {
    background-color: #FFAA35;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: bold;
    border-radius: 10px;
    position: absolute;
    top: -7px;
    right: -3px;
    border: 3px solid white;
}

.mini-button:hover img {
    animation: shake 0.6s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}


@keyframes shake {

    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        transform: translate3d(-2px, 0, 0);
    }

    40%,
    60% {
        transform: translate3d(2px, 0, 0);
    }
}



button {
    cursor: pointer !important;
    font-family: 'Poppins';
}

a {
    text-decoration: none;
    color: black;
}

.container {
    display: flex;
    min-height: calc(100% - 100px);
}

.menu {
    display: flex;
    flex-direction: column;
    background-color: white;
    width: 250px;
    margin-top: 2px;
    padding-top: 30px;
}

.menu-item {
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 15px;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    transition: 0.3s;
    border-radius: 15px;

}

.menu-item:hover {
    background-color: rgb(245, 245, 245);
    transition: 0.3s;
}

.menu-item a {
    color: #363B47;
    display: flex;
    align-items: center;
}

.menu-item a img {
    filter: invert(68%) sepia(11%) saturate(330%) hue-rotate(169deg) brightness(92%) contrast(87%);
    margin-right: 15px;
}

.menu-break {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    color: #A2A5A9;
    font-size: 13px;
    margin-top: 25px;
}

.menu-item a {
    color: #363B47;
    display: flex;
    align-items: center;
}

.menu-item-label {
    margin-left: 10px;
    font-size: 15px;
    background-color: #FFAA35;
    width: 20px;
    height: 20px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
}

.menu-logout {
    padding: 20px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 90px;
    margin-bottom: 90px;
    box-shadow: 1px 10px 50px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
}

.menu-user-info {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

.menu-user-name {
    display: flex;
    flex-direction: column;
    margin-left: 15px;
    font-weight: 600;
}

.menu-userside {
    display: flex;
    align-items: center;
    font-size: 13px;
    margin-top: 5px;
    color: #B1BAC4;
    font-weight: 100;
}

.menu-user-avatar img {
    padding: 3px;
    width: 36px;
}

.cover {
    display: flex;
    background-color: #06522d5d;
    position: absolute;
    width: 100%;
    height: calc(100% + 125px);
    top: 0;
    transition: 0.3s;
}

.btn-gradient-2 {
    background:
        linear-gradient(white, white) padding-box,
        linear-gradient(to bottom, #0CAF60, #FFAA35) border-box;
    border-radius: 16px;
    border: 1px solid transparent;
}

.btn-red {
    background-color: #FFE7E3;
    border-radius: 14px;
    border: 0px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FF5F43;
    font-size: 16px;
    font-family: Poppins;
    transition: 0.3s;
}

.btn-red:hover {
    background-color: #f1b0a3;
    transition: 0.3s;
}

.btn-red img {
    margin-right: 10px;
}

.menu-item.active {
    background-color: #27AE60;
    border-radius: 25px;
    padding-bottom: 0px;
    padding-top: 0px;
    box-shadow: 1px 10px 50px rgba(0, 0, 0, 0.13);
    margin-bottom: 15px;
    margin-top: 15px;
    transition: 0.3s;
}

.menu-item.active:hover {
    background-color: #18723e;
    transition: 0.3s;
}

.menu-item.active a {
    width: 100%;
    height: 80px
}

.menu-item.active::before {
    content: " ";
    width: 10px;
    height: 28px;
    border-radius: 20px;
    background-color: #26A17B;
    position: absolute;
    left: -5;
}

.menu-item.active span {
    color: white;
    font-weight: 600;
}

.menu-item.active img {
    filter: invert(0%) sepia(100%) saturate(1%) hue-rotate(307deg) brightness(1000%) contrast(500%) !important;
}

.content {
    display: flex;
    flex-direction: column;
    width: calc(100% - 250px);
    padding-top: 55px;
    position: relative;
    margin-bottom: 120px;
}

.panel {
    display: flex;
    flex-direction: column;
    width: calc(100% - 40px);
    padding: 20px;
    padding-top: 0px;
}

.panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 30px;
}

.panel-header-info h2 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
}

.panel-header-refresh {
    display: flex;
    align-items: center;
}

.panel-header-refresh button {
    border: 0px;
    background-color: transparent;
    margin: 0px;
    width: fit-content;
}

.btn-green {
    position: relative;
    background-color: #27AE60;
    border: 0px;
    padding: 8px;
    padding-right: 20px;
    font-weight: 600;
    color: #F4F5F7;
    border-radius: 23px;
    display: flex;
    align-items: center;
    box-shadow: 1px 10px 50px rgba(0, 0, 0, 0.13);
    overflow: hidden;
    transition-duration: 0.4s;
}

.btn-green:hover {
    background-color: #176d3b;
}

.btn-save {
    width: 100%;
    border: 0px;
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 500;
    color: white;
    border-radius: 23px;
    box-shadow: 1px 10px 50px rgba(0, 0, 0, 0.13);
    background-color: #27AE60;
    margin-top: 20px;
}

.btn-icon {
    background-color: #52BE80;
    margin-right: 10px;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
}

.btn {
    background-color: rgb(245, 245, 246);
    border-radius: 12px;
    padding: 10px 10px 10px 10px;
    color: rgb(80, 86, 92);
    border: 0px;
    transition: 0.3s;
    position: relative;

}

.btn img {
    margin-bottom: -3px;
}

.btn-white {
    background-color: white;
    color: unset;
}

.btn:hover {
    background-color: rgb(214, 214, 214) !important;
    transition: 0.3s;
}

.btn-small {
    width: 40px;
    height: 40px;
    border: 0px;
    border-radius: 15px;
    background-color: white;
    transition: 0.3s;
}

.btn-small:hover {
    filter: contrast(80%);
    transition: 0.3s;
}

.btn-small-orange {
    background-color: #FFAA35;
}

.btn-small-green {

    background-color: #27AE60;
}

.btn-small-grey {

    background-color: #F9F9F9;
}


.panel-body {
    padding: 25px 30px 25px 30px;
    background-color: white;
    margin-top: 20px;
    border-radius: 25px;
}

.filters {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.filters select {
    width: 100%;
}

.filters .filter-select {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #EDEDEE;
    padding: 6px;
    border-radius: 18px;
    width: calc(20% - 20px);
}

.filter-select.w15 {
    width: calc(15% - 20px);
    margin-right: 15px;
}

.filters .filter-select select {
    height: 35px;
    border: 0px;
    outline: 0px;
    font-family: 'Poppins';
}

.filter-search-box {
    display: flex;
    align-items: center;
    width: 50%;
    padding: 4px;
    border: 1px solid #EDEDEE;
    border-radius: 18px;
}

.filter-search-input {
    width: 100%;
}

.filter-search-input input {
    width: 100%;
    height: 35px;
    font-size: 15px;
    border: 0px;
    outline: 0px;
    margin-left: 5px;
    font-family: 'poppins';
}

.filter-search-icon {
    margin-left: 10px;
}



.table {
    display: flex;
    margin-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
}

.table td a {
    margin-top: 10px;
}

#table-list {
    font-family: 'Poppins';
    border-collapse: collapse;
    width: 100%;
}

#table-list td {
    padding: 30px;
    padding-right: 0px;
    padding-left: 15px;
    vertical-align: middle;
    font-size: 13px;
    white-space: nowrap;
}

#table-list tr:nth-child(odd) {
    background-color: #F9F9F9;
    border-radius: 21px;
}

#table-list tr:nth-child(odd) .btn {
    background-color: #FFFFFF;
}

#table-list th {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 15px;
    font-size: 14px;
    border-bottom: 1px solid #F1F1F1;
    background-color: white;
    text-align: left;
    white-space: nowrap;
}

#table-list td:first-child,
th:first-child {
    border-radius: 21px 0 0 21px;
}

#table-list td:last-child,
th:last-child {
    border-radius: 0 21px 21px 0;
}

#table-list .btn-green .btn-icon {
    width: 28px;
    height: 28px;
    border-radius: 10px;
}

#table-list .btn-green {
    border-radius: 15px;
}



.g-color {
    color: #50565C;
}

.font-size-14 {
    font-size: 14px;
}

.profile-word {
    background-color: #FED1C1;
    color: #FB774A;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 10px;
    font-weight: 600;
}

.flex-center {
    display: flex;
    align-items: center;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.label {
    background-color: #F5F5F6;
    border-radius: 12px;
    padding: 10px;
    color: #50565C;
    border: 0;
}

.label-green {
    background-color: #DDEDE8;
    color: #2ECF95 !important;
}

.label-orange {
    background-color: #FADCB8;
    color: #FB774A;
}

.label-red {
    background-color: #FBCECB;
    color: #FF5449;
}

.label-grey {
    background-color: #E9EBED;
    color: #161616;
    font-weight: 600;

}

.label-blue {
    background-color: #4992FF29;
    color: #2F80ED;
}

.profile-user {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.profile-partyname {
    font-weight: 600;
}

.profile-username {
    font-weight: 400;
    font-size: 12px;
    color: #A4A8AB;
    margin-top: 5px;
}

.panel-footer {
    margin-top: 20px;
    position: relative;
}

.paging-item {
    width: 40px;
    height: 40px;
    border: 0px;
    margin-right: 5px;
}

.paging-item.active {
    background-color: #0CAF60;
    color: white;
}

.paging-item.active:hover {
    background-color: #09864a !important;
    color: white;
}

.load-more {
    background-color: white;
    border: 0px;
    border-radius: 10px;
    padding: 10px;
}

.paging {
    display: flex;
}

.paging-items {
    width: 44%;
}

.header-mobile {
    display: flex;
    background-color: white;
    padding: 5px;
}

.menu-btn {
    display: none;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 59px;
    background-color: white;
    border: 0px;
}

.menu-btn img {
    width: 30px;
}

.open-menu {
    left: 0px !important;
    transition: 0.3s;
    z-index: 10;
}

.notification-list {
    width: 200px;
    position: absolute;
    right: 0;
    top: 50;
    background-color: white;
    border-radius: 10px;
    box-shadow: 1px 10px 50px rgb(0 0 0 / 10%);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    opacity: 0;
    z-index: -1;
    transition: 0.3s;
}

.notification-list.show {
    opacity: 1 !important;
    z-index: 10;
    transition: 0.3s;
}

.notification-list a {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px dashed #f1b0a3;
}

.notification-list a:last-child {
    border-bottom: 0px;
}

.notification-list a:hover {
    background-color: #f5f5f5;
}

.w-100 {
    width: 100%;
}

.w-50 {
    width: 50%;
}

.w-60 {
    width: 60%;
}

.w-110px {
    width: 110px;
}

.padding-l-r-25px {
    padding-left: 25px;
    padding-right: 25px;
}

.m-r-210 {
    margin-right: 210px !important;
}

.m-r-20 {
    margin-right: 20px !important;
}

.modal {
    position: absolute;
    z-index: -5;
    width: 100%;
    top: 0;
    bottom: 0;
    background: rgba(11, 17, 39, 0.41);
    backdrop-filter: blur(3px);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    opacity: 0;
    transition: 0.3s;
}

.modal.open {
    display: flex;
    opacity: 1;
    transition: 0.3s;
    z-index: 10;
}

.modal .modal-body {
    background-color: white;
    width: 400px;
    border-radius: 50px;
    margin-top: 20vh;
    overflow: hidden;
}

.modal-body .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: 600;
    font-size: 20px;
    color: #271E3C;


    background-image: linear-gradient(to right, #D7D8DA 60%, rgba(255, 255, 255, 0)0%);
    background-position: bottom;
    background-size: 15px 1px;
    background-repeat: repeat-x;

}

.modal-body .modal-header .btn-small {
    width: 55px;
    height: 55px;
    border-radius: 23px;
}

.modal-body .modal-header .btn-small-orange,
.modal-body .modal-header .btn-small-green {
    width: 40px;
    height: 40px;
    border-radius: 15px;
}

.modal .modal-content {
    padding: 30px;
}

.modal-90 {
    width: 90% !important;
}

.input-icon {
    display: flex;
    align-items: center;
    width: calc(100% - 30px);
    border: 1px solid #363B4717;
    padding: 5px;
    border-radius: 50px;
    padding: 15px;
    margin-bottom: 10px;
}

.input-icon input {
    width: 100%;
    border: 0px;
    height: 25px;
    outline: none;
    margin-left: 10px;
    font-size: 16px;
    font-family: 'poppins';
}

.font-weight-600 {
    font-weight: 600;
}

.action-btn {
    position: absolute;
    background-color: white;
    border-radius: 20px;
    right: -27px;
    z-index: 5;
    top: 60px;
    box-shadow: 0px 8px 28px -6px rgba(24, 39, 75, 0.12), 0px 18px 88px -4px rgba(24, 39, 75, 0.14);
    display: none;
    flex-direction: column;
    padding: 15px;
}

.action-btn::before {
    content: ' ';
    width: 56px;
    height: 56px;
    background-image: url('../images/polygon.svg');
    background-repeat: no-repeat;
    position: absolute;
    top: -10;
    right: 7;
    z-index: -1;
}

.action-btn-edit {
    border: 0px;
    display: flex;
    align-items: center;
    font-size: 16px;
    padding: 10px;
    padding-right: 60px;
    padding-left: 20px;
    margin-bottom: 5px;
    background-color: white;
    transition: 0.3s;
    border-radius: 15px;
    width: 100%;
}

.action-btn-edit img {
    margin-right: 10px;
}

.action-btn-edit:hover {
    background-color: rgb(247, 247, 247);
    transition: 0.3s;
}

.action-btn-delete {
    border: 0px;
    display: flex;
    align-items: center;
    font-size: 16px;
    padding: 10px;
    padding-right: 60px;
    padding-left: 20px;
    background-color: #FFE7E3;
    color: #FF5F43;
    transition: 0.3s;
    border-radius: 15px;
}

.action-btn-delete img {
    margin-right: 10px;
}

.action-btn-delete:hover {
    background-color: #f7d0c9;
    transition: 0.3s;
}

.detail-info {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-top: -25px;
    padding-left: 30px;
    margin-bottom: 33px;
}

.detail-info-item {
    display: flex;
    flex-direction: column;
    width: 25%;
    margin-top: 30px;
}

.detail-info-title {
    color: #828282;
}

.detail-info-content {
    font-weight: 500;
    margin-top: 15px;
    color: #161616;
    white-space: nowrap;
}

.detail-price-info {
    padding: 30px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;


    background-image: linear-gradient(to right, #D7D8DA 60%, rgba(255, 255, 255, 0)0%);
    background-position: top;
    background-size: 15px 1px;
    background-repeat: repeat-x;

}

.detail-price-desc {
    display: flex;
    flex-direction: column;
}

.detail-price-desc span:first-child {
    color: #828282;
}

.detail-price-desc span:last-child {
    color: #161616;
    font-weight: 500;
    margin-top: 15px;
}

.detail-price {
    background-color: #F9F9F9;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='39' ry='39' stroke='%23DCDDDFFF' stroke-width='3' stroke-dasharray='2%2c10' stroke-dashoffset='10' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius: 39px;
    display: flex;
    width: 25%;
    flex-direction: column;
    padding: 10px 30px 10px 30px;
    position: relative;
    overflow: hidden;
}

.detail-price .price span:first-child {
    color: #828282;
    font-weight: 400;
    font-size: 16px;
    white-space: nowrap;

}

.detail-price .price span:last-child {
    color: #161616;
    font-weight: 700;
    font-size: 28px;
}


.detail-price .price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 82.5px;


    background-image: linear-gradient(to right, #D7D8DA 60%, rgba(255, 255, 255, 0)0%);
    background-position: bottom;
    background-size: 15px 1px;
    background-repeat: repeat-x;
}

.detail-price .status {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 82.5px;
}

.detail-price .status span:first-child {
    color: #828282;
    font-weight: 400;
    font-size: 16px;
}


.detail-price::before {
    content: " ";
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: white;
    left: -15px;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 50px;
    border: 1px dashed #D7D8DA;
}

.detail-price::after {
    content: " ";
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: white;
    right: -15px;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 50px;
    border: 1px dashed #D7D8DA;
}



.sorting {
    border: 0px;
    background-color: inherit;
}

.login-page {
    background-color: #F9F9F9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-container {
    display: flex;
    margin-top: 130px;
    margin-bottom: 130px;
    width: 80%;
    background-color: white;
    border-radius: 40px;
}

.login-form {
    padding: 60px 80px 60px 80px;
    border-right: 3px solid #F9F9F9;
    width: calc(43% - 160px);
    position: relative;
}

.login-form .welcome {
    margin-top: 30px;
}

.login-form .welcome span {
    font-size: 30;
    font-weight: 700;
    color: #161D26;
}

.login-form .welcome p {
    margin-top: 15px;
}

.btn-login-group {
    background-color: #F9F9F9;
    width: fit-content;
    padding: 8px;
    border-radius: 20px;
    margin-top: 35px;
    font-weight: 400;
}

.btn-login {
    border: 0px;
    padding: 5px;
    padding-right: 15px;
    padding-left: 15px;
    background-color: inherit;
    font-size: 14px;
    border-radius: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.btn-login-active {
    background-color: #0CAF60;
    color: #F9F9F9;
    transition: 0.3s;
}

.form-login,
.register-form {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 15px;
    flex-direction: column;
    margin-right: 20px;
}

.form-login a {
    font-size: 14px;
    font-weight: 300;
    color: #292D32;
    margin-left: 20px;
}

.login-input {
    display: flex;
    align-items: center;
    background-color: #F9F9F9;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 25px;
    margin-bottom: 20px;
}

.login-input input {
    border: 0px;
    height: 64px;
    outline: 0px;
    background-color: #F9F9F9;
    font-size: 14px;
    padding-left: 15px;
    width: 100%;
}

.login-input input::placeholder {
    color: #363B47;
    font-family: 'poppins';
}

.login-input img:first-child {
    padding-right: 15px;
    border-right: 1px solid #A6A7A9;
    height: 18px;
}

.login-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    position: relative;
}

.login-image img {
    width: 500px;
}

.login-image>img {
    animation: float 3s ease-in-out infinite;
}

.btn-login-submit {
    width: 100%;
    background-color: #0CAF60;
    border: 0px;
    padding: 20px;
    padding-right: 5px;
    color: white;
    margin-top: 70px;
    border-radius: 25px;
    position: relative;
    transition: 0.3s;
}

.btn-login-submit img {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(-40%, -50%);
    background-color: #3DBF80;
    padding: 10px;
    border-radius: 12px;
}

.btn-login-submit:hover {
    background-color: #09884a;
    transition: 0.3s;
}

.login-close {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 0px;
    top: 45;
    right: 35;
    border-radius: 15px;
    background-color: #F4F5FA;
    transition: 0.3s;
}

.login-close:hover {
    background-color: #d3d4da;
    transition: 0.3s;
}

.login-close img {
    width: 50%;
}

.login-back {
    display: flex;
    align-items: center;
    position: absolute;
    top: -80px;
    left: 60px;
    border: 0px;
    background-color: inherit;
    cursor: pointer;
}

.login-back-image {
    background-color: white;
    width: 50px;
    height: 50px;
    border-radius: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    transition: 0.3s;
}

.login-back-image:hover {
    background-color: rgb(230, 230, 230);
    transition: 0.3s;
}

.login-back span {
    font-size: 16px;
}

.panel-processing {
    display: flex;

}

.panel-process-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 250px;
    position: relative;
}

.panel-process-item:last-child {
    margin-right: 0px;
}

.panel-process-item:last-child::after {
    display: none;
}

.panel-process-item span {
    color: #293651CC;
    font-weight: 700;
    font-size: 16px;
    margin-top: 10px;
}

.panel-process-item button {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: 1px solid #9CA3AF;
    background-color: inherit;
    position: relative;
}

.panel-process-item::after {
    content: " ";
    width: 250px;
    border: 1px solid #D1D5DB;
    position: absolute;
    left: 80px;
    top: 19px;

}

.panel-process-item button::before {
    content: " ";
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 14px;
    height: 14px;
    background-color: #D1D5DB;
    border-radius: 50px;
}

.panel-process-item button.select {
    border-color: #0CAF60;
}

.panel-process-item button.select::before {
    background-color: #0CAF60;
}


.panel-process-item button.complete {
    border: 1px solid #0CAF60;
    background-color: #0CAF60;
    background-image: url('assets/images/check-2.svg');
    background-repeat: no-repeat;
    background-position: 48% 50%;
}

.panel-process-item button.complete::before {
    display: none;
}

.addresses {
    background-color: #F9F9F9;
    padding: 5px;
    display: flex;
    width: fit-content;
    border-radius: 15px;
    position: relative;
}

.address-item {
    outline: 0px;
    border: 0px;
    padding: 10px;
    border-radius: 17px;
    background-color: inherit;
    margin-right: 10px;
}

.address-add {
    width: 36px;
    height: 36px;
    background-color: white;
    position: absolute;
    right: -20px;
    top: 7px;
    font-size: 18px;
    color: #333333;
    border: 0px;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%23363B4775' stroke-width='3' stroke-dasharray='20%25%2c15%25' stroke-dashoffset='55' stroke-linecap='butt'/%3e%3c/svg%3e");
    border-radius: 100px;
}

.address-item.active {
    background-color: #27AE60;
    color: white;
}

.upload-box {
    display: flex;
}

.upload-big-box {
    display: flex;
    align-items: center;
    width: 50%;
}

.upload-big-box-preview {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #F9F9F9;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px dashed rgba(0, 0, 0, 0.25);
    margin-right: 40px;
}

.upload-big-box-details span {
    font-weight: 700;
    font-size: 16px;
}

.upload-big-box-details p {
    margin-top: 20px;
    margin-bottom: 14px;
    color: #00000066;
    font-size: 12px;
}

.upload-small-box {
    display: flex;
    align-items: center;
    width: 25%;
}

.upload-small-box-preview {
    margin-left: 30px;
    width: 50px;
    height: 50px;
    background-color: #F9F9F9;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 50%;
    border: 1px dashed rgba(0, 0, 0, 0.25);
    margin-right: 20px;
}

.upload-small-box-preview::before {
    content: " ";
    border-left: 1px dashed #EDEDED;
    position: absolute;
    left: -30px;
    z-index: 100;
    height: 50px;
}

.upload-small-box-details p {
    color: #828282;
    font-weight: 400;
    font-size: 16px;
}

.upload-small-box-details button {
    border: 0px;
    background-color: inherit;
    margin: 0px;
    color: #161616;
    font-weight: 500;
    font-size: 16px;
    padding-top: 10px;
}

.btn-form-submit {
    background-color: #0CAF60;
    border: 0px;
    color: white;
    border-radius: 25px;
    position: relative;
    transition: 0.3s;
    padding: 10px 45px 10px 30px;
}

.btn-form-icon {
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translate(-10%, -50%);
    background-color: #3DBF80;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-form-submit:hover {
    background-color: #09884a;
    transition: 0.3s;
}


.inputs {
    margin-top: 45px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


.input-item {
    display: flex;
    align-items: center;
    width: calc(33.33333% - 34px);
    border: 2px solid #EDEDEE;
    border-radius: 50px;
    padding-left: 20px;
    position: relative;
    margin-right: 10px;
    margin-bottom: 20px;
}

.input-item.validate {
    border: 2px solid #27AE60;
}


.input-item img {
    margin-right: 16px;
}

.input-field {
    position: relative;
    width: 100%;
}

.input-field span {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    color: #575A5C;
    transition: 0.2s all;
    cursor: text;
    width: fit-content;
    pointer-events: none;
}

.input-field input {
    width: 100%;
    height: 56px;
    border: 0 !important;
    outline: 0;
    border: 1px solid #d3d3d3;
    box-shadow: none;
    color: #111;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
    font-family: 'poppins';
}


.input-field select {
    width: 95%;
    height: 56px;
    border: 0 !important;
    outline: 0;
    border: 1px solid #d3d3d3;
    box-shadow: none;
    color: #111;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
    font-family: 'poppins';
}

.input-field input::placeholder {
    color: white;
}


.input-field input:focus~span,
.input-field input:not(:placeholder-shown)~span {
    font-size: 14px;
    top: -8px;
    left: -17px;
    color: #575A5C;
    background-color: white;
    width: fit-content;
    padding-left: 16px;
    padding-right: 16px;
    color: #575A5C;
}

.input-field textarea:focus~span,
.input-field textarea:not(:placeholder-shown)~span {
    font-size: 14px;
    top: -8px;
    left: -17px;
    color: #575A5C;
    background-color: white;
    width: fit-content;
    padding-left: 16px;
    padding-right: 16px;
    color: #575A5C;
}


.input-field textarea::placeholder {
    color: white;
}


.radio-item {
    width: calc(33.33333% - 10px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 20px;
    margin-right: 10px;
}

.radio-item label {
    margin-right: 10px;
    color: #575A5C;
}

.statuses {
    background-color: #F9F9F9;
    padding: 5px;
    display: flex;
    width: fit-content;
    border-radius: 50px;
    position: relative;
    border: 2px solid rgba(54, 59, 71, 0.09);
    height: 46px;
}

.status-item {
    outline: 0px;
    border: 0px;
    padding: 10px;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 50px;
    background-color: inherit;
    color: rgba(54, 59, 71, 0.72);
}

.status-item.active {
    background-color: #27AE60;
    color: white;
}


.textarea-item {
    display: flex;
    align-items: flex-start;
    width: 100%;
    border: 2px solid #EDEDEE;
    border-radius: 50px;
    padding-left: 43px;
    position: relative;
    margin-right: 10px;
    margin-bottom: 20px;
}

.textarea-item textarea {
    width: 95%;
    font-size: 18px;
    margin-top: 20px;
    resize: none;
    font-family: 'poppins';
    border: 0px;
    outline: 0px;
}

.textarea.validate {
    border: 2px solid #27AE60;
}

.textarea-item img {
    margin-right: 16px;
    margin-top: 35px;
}

.textarea-item .input-field span {
    top: 36px;
}


.buttons {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.btn-big {
    border: 0px;
    background-color: #F9F9F9;
    color: #363B47;
    padding: 24px 62px 24px 62px;
    border-radius: 29px;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.btn-big:hover {
    background-color: #e0dede;
    transition: 0.3s;
}


.btn-big.btn-big-green {
    background-color: #27AE60;
    color: #ffffff;
}

.btn-big.btn-big-green:hover {
    background-color: #1c7742;
}

.btn-big-icon {
    width: 35px;
    height: 35px;
    background-color: #52BE80;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 16px;
    border-radius: 12px;
}

.btn-big span {
    margin-right: 10px;
}

.icon-bg {
    min-width: 34px !important;
    height: 34px;
    border-radius: 13px;
    background-color: rgb(248, 248, 248);
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-bg-orange {
    background-color: #FF8A00;
}

.icon-bg-blue {
    background-color: #1984FF;
}

.icon-bg-bright-red {
    background-color: #ED6167;
}

.icon-bg-green {
    background-color: #27AE60;
}

.icon-bg-bright-green {
    background-color: #08C6A4;
}

.icon-bg-dark-blue {
    background-color: #405EFF;
}

.icon-bg-pink {
    background-color: #FF8D8D;
}


#service-detail {
    border-collapse: collapse;
    border-left: 0px;
    border-right: 0px;

    background-image: linear-gradient(to right, #D7D8DA 60%, rgba(255, 255, 255, 0)0%);
    background-position: top;
    background-size: 15px 1px;
    background-repeat: repeat-x;
    position: relative;

}

#service-detail td,
#service-detail th {
    background-image: linear-gradient(to right, #D7D8DA 60%, rgba(255, 255, 255, 0)0%);
    background-position: bottom;
    background-size: 15px 1px;
    background-repeat: repeat-x;
    border-right: 1px dashed #D7D8DA;
    height: 80px;
    vertical-align: middle;
    padding-left: 30px;
    padding-right: 15px;
}



#service-detail td:last-child,
#service-detail th:last-child {
    border-right: 0px dashed #D7D8DA;
}

.service-detail-wrap {
    position: relative;
}


.service-detail-wrap::before {
    content: " ";
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #9B9DA6;
    left: -49px;
    top: -20px;
    border-radius: 50px;
    z-index: 10;
}

.service-detail-wrap::after {
    content: " ";
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #9B9DA6;
    right: -49px;
    top: -20px;
    border-radius: 50px;
}

.service-detail-wrap-2::before {
    content: " ";
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #9B9DA6;
    left: -49px;
    bottom: -18px;
    border-radius: 50px;
}

.service-detail-wrap-2::after {
    content: " ";
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #9B9DA6;
    right: -49px;
    bottom: -18px;
    border-radius: 50px;
}


.service-detail-item {
    display: flex;
    align-items: center;
}

.service-detail-item span {
    font-weight: 500;
    white-space: nowrap;
}

.service-detail-key {
    display: flex;
    align-items: center;
    width: 55%;
}

.service-detail-key span {
    color: #828282;
    margin-left: 10px !important;
    font-weight: 400;
    white-space: nowrap;
}

.service-list {
    width: 100%;
    display: flex;
    align-items: flex-start;
}

.service-list .detail {
    width: 70%;
    display: flex;
    flex-direction: column;
}

.service-list .detail>span {
    margin-left: 30px;
    margin-top: 54px;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 18px;
}

.service-list .service-amount {
    display: flex;
    flex-direction: column;
    width: calc(30% - 40px);
    padding: 20px;
    padding-left: 30px;
    padding-top: 0px;
    position: relative;
}

.service-amount .service-status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='36' ry='36' stroke='%23D7D8DAFF' stroke-width='2' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius: 36px;
    margin-bottom: 20px;
}

.service-amount .service-total-amount {
    display: flex;
    background-color: rgb(249, 249, 249);
    justify-content: space-between;
    align-items: center;
    padding: 22px;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='36' ry='36' stroke='%23D7D8DAFF' stroke-width='2' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius: 36px;
}

.service-amount>span {
    margin-left: 30px;
    margin-top: 54px;
    margin-bottom: 42px;
    font-weight: 700;
    font-size: 18px;
}

.service-amount::before {
    content: " ";
    width: 1px;
    height: 1000px;
    position: absolute;
    left: 0;
    border-left: 1px dashed #D7D8DA;
}

.btn-service {
    display: flex;
    align-items: center;
    margin-left: 10px;
    background-color: #F9F9F9;
    color: #828282;
    border: 1px solid #D7D8DA;
    padding: 10px;
    border-radius: 15px;
    padding: 8px;
}

.btn-service.disable {
    opacity: 0.5;
}

.btn-service img {
    margin-left: 5px;
}

.service-info {
    display: flex;
    flex-direction: column;
}


.service-header-info {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.service-header-info-title span {
    font-weight: 700;
}

.service-header-info-btns {
    display: flex;
    margin-left: 50px;
}

.service-info .detail-info-item {
    border-right: 1px dashed rgb(215, 216, 218);
    width: calc(25% - 2px);
    align-items: center;
}

.service-info .detail-info-item span {
    width: fit-content;
}

.service-info .detail-info-item label {
    width: fit-content;
}

.service-info .detail-info-item:last-child {
    border-right: 0px dashed black;

}

.service-info .detail-info-item:first-child {
    align-items: flex-start;
}

.btn-edit {
    border: 0px;
    background-color: inherit
}

.btn-edit.red {
    filter: invert(47%) sepia(84%) saturate(2960%) hue-rotate(333deg) brightness(100%) contrast(500%);
}

.service-list .table-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 35px;
    padding-left: 20px;
    padding-right: 20px;
}

.service-list .table-header>span {
    font-weight: 700 !important;
    font-size: 18px;
    width: 15%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.service-list .table-header form {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.service-list .table-header form .btn-green {
    box-shadow: unset !important;
    border-radius: 13px;
    width: 115px;
}

.service-list .table-header form .btn-green .btn-icon {
    width: 30px;
    height: 30px;
    border-radius: 9px;
}

.service-list .table-header form input {
    border: 1px solid #363B4717;
    padding: 12px;
    border-radius: 15px;
    font-family: 'poppins';
    font-size: 12px;
    width: 100%;
}

.service-list .table-header form select {
    border: 1px solid #363B4717;
    padding: 12px;
    border-radius: 15px;
    font-family: 'poppins';
    font-size: 12px;
    width: 100%;
}


.custom-input {
    border: 1px solid #363B4717;
    padding: 12px;
    border-radius: 15px;
    font-family: 'poppins';
    font-size: 12px;
    width: 100%;
}

.service-list .table-header .input-wrapper {
    margin-right: 10px;
    margin-bottom: 10px;
}

.service-list .table-header .input-wrapper.w-45 {
    width: calc(45% - 10px) !important;
}

.service-list .table-header .input-wrapper.w-25 {
    width: calc(25% - 10px) !important;
}

.w-45 {
    width: 45%;
}

.w-20 {
    width: 20%;
}

.w-25 {
    width: 25%;
}


.btn-group {
    padding: 8px;
    border-radius: 15px;
    border: 0px;
    outline: 0px;
    font-family: 'poppins';
    background-color: #F9F9F9;
    color: #363B47;
}

.btn-group-orange {
    background-color: #FF8A004F;
    color: #FF3D00;
}

.btn-group-green {
    background-color: #DDEDE8;
    color: #2ECF95;
}

.btn-group-red {
    background-color: #FFABAB8A;
    color: #EC392D;
}

.btn-group-blue {
    background-color: #4992FF29;
    color: #2F80ED;
}

.edit {
    display: none;
}


.service-detail-item.input {
    border: 1px solid #363B4717;
    padding: 10px;
    border-radius: 50px;
}

.service-detail-item.input input {
    height: 33px;
    border: 0px solid black;
    outline: 0;
    width: 100%;
    min-width: 180px;
    font-family: 'poppins';
    font-size: 17px;

}

.service-detail-item.input .service-detail-key {
    width: unset !important;
}

.car-detail-header {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.car-detail-header-info {
    display: flex;
    flex-direction: column;
    width: 75%;
}

.service-prformed-items {
    display: flex;
    max-width: 500px;
}

.carousel-inner {
    overflow: visible;
}

.service-prformed-item {
    margin-right: 15px;
    position: relative;
    display: flex;
    cursor: pointer;
}

.service-prformed-item label {
    color: #292D32;
    border: 1px solid #D9D9D9;
    border-radius: 14px;
    padding: 10px 13px 10px 13px;
    pointer-events: none;
}

.service-prformed-tooltip {
    position: absolute;
    top: 39px;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, 0%);
    background-color: white;
    box-shadow: 0px 8px 28px -6px rgba(24, 39, 75, 0.12), 0px 18px 88px -4px rgba(24, 39, 75, 0.14);
    padding: 10px 20px 5px 20px;
    border-radius: 27px;
    transition: 0.3s;
    z-index: 20;
    max-width: 260px;
    min-width: 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}


.dynamic-tooltip-open {
    opacity: 1;
    transition: 0.3s;
}


.service-prformed-tooltip::before {
    content: ' ';
    width: 56px;
    height: 56px;
    background-image: url('/assets/images/polygon.svg');
    background-repeat: no-repeat;
    position: absolute;
    top: -9px;
    right: 50%;
    z-index: -1;
    transform: translate(60%, 0);
}

/* .service-prformed-item:hover .service-prformed-tooltip {
    visibility: visible;
    opacity: 1;
    transition: 0.3s;
} */

.service-prformed-tooltip span {
    word-wrap: break-word;
    width: fit-content;
    white-space: normal;
    margin-right: 8px;
    max-width: 230px;
    margin-bottom: 4px;
}


.service-prformed-tooltip .tootilp-box {
    border: 1px solid #D4EFDF;
    padding: 5px 5px 5px 5px;
    border-radius: 10px;
    color: #09864a;
    width: fit-content;
    margin-left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 34px;
    margin-right: 5px;
    margin-bottom: 5px;
}


.service-prformed-tooltip .tootilp-box:last-child {
    margin-right: 0px;
}



.service-prformed-items .owl-next {
    position: absolute;
    right: -40px;
    top: 7px;
    font-size: 28px !important;
    width: 30px;
    height: 30px;
    color: #292D32 !important;
    border: 1px solid #D9D9D9 !important;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
}

.service-prformed-items.owl-carousel {
    float: left;
}

.service-prformed-items .owl-prev {
    position: absolute;
    left: -40px;
    top: 7px;
    font-size: 28px !important;
    width: 30px;
    height: 30px;
    color: #292D32 !important;
    border: 1px solid #D9D9D9 !important;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
}

.table-header-form .input-item {
    border: 1px solid #EDEDEE;
    border-radius: 17px;
}

.table-header-form .input-item.w-25 {
    width: calc(25% - 34px);
}

.table-header-form .input-item input {
    border-radius: 30px !important;
    height: 46px;
}

.table-header-form .input-field span {
    top: 16px;
    font-size: 14px;
}

.user-list {
    display: flex;
    flex-direction: column;
}

.user-list .user-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 20px 20px 20px;
    background-color: white;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: 1px solid #E1E1E1;
}

.user-list .user-item .user-item-pic img {
    width: 125px;
    height: 125px;
}

.user-list .user-item .user-item-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 25%;
}

.user-list .user-item .user-item-info .user-item-name {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

.user-list .user-item .user-item-info .user-item-name span:first-child {
    font-weight: 700;
    margin-bottom: 20px;
    white-space: nowrap;
}

.user-list .user-item .user-item-info .user-item-name span:last-child {
    color: #A4A8AB;
    font-size: 12px;
    font-weight: 400;
}

.user-list .user-item .user-item-extra-info {
    display: flex;
    align-items: center;
    width: 60%;
}

.user-list .user-item .user-item-date {
    font-size: 14px;
    border-right: 1px solid #E4E4E4;
    height: 50px;
    display: flex;
    align-items: center;
    width: 33.33333%;
    justify-content: center;
}

.user-list .user-item .user-item-email {
    font-size: 14px;
    border-right: 1px solid #E4E4E4;
    height: 50px;
    display: flex;
    align-items: center;
    width: 33.33333%;
    display: flex;
    justify-content: center;
}

.user-list .user-item .user-item-phone {
    font-size: 14px;
    width: 33.33333%;
    display: flex;
    justify-content: center;
}

.user-list .user-item .user-item-status {
    font-size: 14px;
    width: 15%;
    display: flex;
    justify-content: center;
}

.user-list .user-item .user-item-options {
    margin-right: 20px;
    width: 5%;
    display: flex;
    justify-content: flex-end;
}

.user-list .user-item .user-item-options>button {
    background-color: white;
    border: 0px;
}


/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 30px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #01D54F;
}

input:focus+.slider {
    box-shadow: 0 0 1px #01D54F;
}

input:checked+.slider:before {
    -webkit-transform: translateX(25px);
    -ms-transform: translateX(25px);
    transform: translateX(25px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 30px;
}

.slider.round:before {
    border-radius: 50%;
}

.add-user-header {
    margin-bottom: 25px;
    display: flex;
}

.add-user-header span {
    font-size: 20px;
    font-weight: 500;
    margin-right: 146px;
}

.add-user-info {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.add-user-info .add-user-info-inputs .input-item {
    width: unset;
    margin-left: 10px;
    margin-right: 0px;
}

.add-user-desc .textarea-item {
    width: unset;
    margin-right: 0px;
}

.add-user-desc .textarea-item textarea {
    border-bottom-right-radius: 28px;
}

.add-user-extra-info .add-user-extra-info-inputs .input-item {
    width: calc(50% - 34px)
}

.add-user-extra-info .add-user-extra-info-inputs .radio-item {
    width: calc(50% - 10px);
    justify-content: unset;
}

.add-user-extra-info .add-user-extra-info-inputs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.add-user-extra-info .add-user-extra-info-inputs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}


.add-user-extra-info .add-user-extra-info-inputs .radio-item .statuses {
    width: calc(100% - 10px);
}

.add-user-extra-info .add-user-extra-info-inputs .radio-item .statuses .status-item {
    width: 33%;
    padding-right: 0px;
    padding-left: 0px;
}

.box {
    display: flex;
    flex-direction: column;
    background-color: white;
    margin-top: 20px;
    margin-right: 20px;
    border-radius: 25px;
}

.box .box-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #B3B3B3;
    padding-bottom: 20px;
}

.box .box-header span {
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
    padding-top: 20px;
}

.box .box-header .box-header-edit {
    display: flex;
    align-items: center;
    padding-right: 20px;
    padding-top: 20px;
}

.box .box-header .box-header-edit .btn {
    margin-left: 10px;
}

.box .box-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    padding-left: 65px;
    padding-right: 65px;
    padding-bottom: 30px;
}

.box .box-body .slider-items {
    width: 85%;
}

.box .box-body .input-item {
    width: unset;
    margin-right: 0px;
    width: 100% !important;

}

.slider-item {
    background-color: #28906D29;
    width: fit-content;
    padding: 9px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 7px;
    display: flex;
}

.slider-item img {
    margin-left: 10px;
}

.slider-item span {
    color: #0CAF60;
}


.slider-items .owl-prev {
    position: absolute;
    left: -40px;
    top: 7px;
    font-size: 50px !important;
    color: rgba(54, 59, 71, 0.2) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
}

.slider-items .owl-next {
    position: absolute;
    right: -40px;
    top: 7px;
    font-size: 50px !important;
    color: rgba(54, 59, 71, 0.2) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
}

.circle {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background-color: white;
}

.circle.red {
    background-color: red;
}

.circle.green {
    background-color: rgb(16, 206, 16);
}

.access-pages {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.access-pages-item {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 20px;
}

.access-pages-item .access-pages-item-title {
    display: flex;
    align-items: center;
}

.access-pages-item .access-pages-item-title span {
    font-size: 20px;
    font-weight: 500;
    margin-left: 10px;
}

.add-user-profile-image-upload {
    background: #F9F9F9;
    border: 1px dashed rgba(0, 0, 0, 0.25);
    height: 220px;
    width: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 25px;
}
.add-user-profile-image-upload span{
    position: absolute;
    bottom: 5px;
    font-size: 11px;
    color: rgb(46, 46, 46);
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-30px);
    }

    100% {
        transform: translatey(0px);
    }
}

@media only screen and (max-width: 1350px) {

    .add-user-info {
        flex-direction: column;
    }

    .add-user-info .add-user-profile-image img {
        width: 100% !important;
    }

    .add-user-info-inputs {
        margin-top: 20px;
        width: 100%;
    }

    .add-user-header {
        justify-content: space-between;
    }
}

@media only screen and (max-width: 1270px) {
    .service-list .detail {
        width: 75%;
    }

    .service-list .service-amount {
        width: calc(25% - 40px);
    }

    .service-list .service-amount .service-total-amount span:first-child {
        white-space: nowrap;
        font-size: 13px !important;

    }

    .service-list .service-amount .service-total-amount span:last-child {
        font-size: 20px !important;
    }
}


@media only screen and (max-width: 1230px) {
    header .header-right-items {
        margin-right: 5px;
    }

    header .search-box {
        padding: 3px;
    }

    header .search-box input {
        width: 200px;
    }

    header .btn-add {
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mini-button {
        width: 50px;
        height: 50px;
    }

    .w-25 {
        width: 25%;
    }

    .login-form {
        padding: 60px 30px 60px 30px;
        border-right: 3px solid #F9F9F9;
        width: calc(43% - 60px);
        position: relative;
    }

    .login-image>img {
        width: 400px;
    }
}

@media only screen and (max-width: 1190px) {
    .service-list {
        flex-direction: column;
    }

    .service-list .detail {
        width: 100%;
    }

    .service-amount {
        flex-direction: row !important;
        width: 100% !important;
        padding: 0px;
        padding-left: 0px !important;
        margin-top: 20px;
    }

    .service-amount>span {
        display: none;
    }

    .service-amount::before {
        content: none;
    }

    .service-amount .service-status {
        width: calc(33% - 23px);
        margin-right: 15px;
        margin-bottom: 0px;

    }

    .service-amount .service-total-amount {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .service-list .service-amount .service-total-amount span:first-child {
        white-space: nowrap;
        font-size: 16px !important;

    }

    .service-list .service-amount .service-total-amount span:last-child {
        font-size: 28px !important;
    }
}

@media only screen and (max-width: 1150px) {


    .detail-info-item {
        width: 50%;
    }

    .detail-price-info {
        background-image: unset;
    }

    .car-detail-header-info {
        width: 60%;
    }

    .detail-price {
        width: 40%;
    }

    .user-item {
        flex-direction: column;
        flex-wrap: wrap;
        border-top-right-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
        border-top-left-radius: 10px !important;
        border-bottom-left-radius: 10px !important;
        padding: 20px;
    }

    .user-list .user-item .user-item-info {
        display: flex;
        flex-direction: column;
        margin-left: 20px;
        margin: 0px !important;
    }

    .user-list .user-item .user-item-info .user-item-name {
        margin: 0px !important;
        margin-top: 20px !important;
        display: flex;
        align-items: center;
    }

    .user-list .user-item .user-item-extra-info {
        width: 100%;
        margin-bottom: 20px;
    }

    .user-list .user-item .user-item-phone {
        width: 30%;
    }

    .user-list .user-item .user-item-email {
        width: 40%;
    }

    .user-list .user-item .user-item-date {
        width: 30%;
    }

    .user-list .user-item .user-item-options {
        width: 100%;
        align-items: center;
        justify-content: center;
        margin-right: 0px;
    }

    .user-list .user-item .user-item-options .openActions {
        transform: rotate(90deg);
    }

    .user-list .user-item .action-btn {
        right: 50%;
        transform: translate(21%, 0);
    }

}

@media only screen and (max-width: 1000px) {
    .menu-btn {
        display: flex;
    }

    .menu {
        position: absolute;
        left: -300px;
        transition: 0.3s;
    }

    .content {
        width: 100%;
    }

    header .welcome {
        display: none;
    }

    .filter-select {
        margin-right: 15px !important;
        width: 20% !important;
    }

    .login-image>img {
        width: 350px;
    }

    .content {
        flex-direction: column !important;
    }

    .profile-form {
        width: 100%;
    }

    .add-user-info {
        flex-direction: row;
        align-items: center;
    }

    .add-user-info .add-user-profile-image img {
        width: unset !important;
    }

    .access-form {
        display: flex;
        width: 100% !important;
    }

    .access-form .box {
        width: calc(50% - 20px);
        margin: 0;
        margin: 20px;
    }

    .box .box-body {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 850px) {
    header .btn-add {
        display: none;
    }

    .table {
        overflow-x: auto;
    }

    .login-image>img {
        width: 300px;
    }

    .service-amount {
        flex-direction: column !important;
    }

    .service-amount .service-status {
        width: unset !important;
        margin-bottom: 15px !important;
        margin-right: 0px;
    }

    .service-amount .service-total-amount {
        padding-top: 22px;
        padding-bottom: 22px;

    }

    .service-total-amount span:last-child {
        font-size: 20px !important;
    }

    .car-detail-header {
        flex-direction: column;
    }

    .car-detail-header-info {
        width: 100%;
        margin-bottom: 40px;
    }

}

@media only screen and (max-width: 740px) {
    header .search-box {
        display: none;
    }

    .login-image {
        display: none;
    }

    .login-form {
        width: 100%;
    }

}

@media only screen and (max-width: 675px) {
    header {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .paging {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .paging-items {
        margin-bottom: 30px;
        display: flex;
        justify-content: center;
    }

    header .header-right-items {
        margin-bottom: 20px;
    }

    .load-more {
        width: 45%;
    }

    .panel-header {
        padding-left: 5px;
        padding-right: 5px;
    }

    .filters {
        display: flex;
        flex-direction: column;
    }

    .filters .filter-select {
        width: 90% !important;
        margin-bottom: 10px;
        margin-right: 0px !important;
    }

    .filter-search-box {
        width: 90%;
        margin-right: 15px !important;
        padding: 5px;
        margin-right: 0px !important;
    }

    .filter-print {
        display: none;
    }

    #table-list tr:nth-child(odd) .btn {
        margin-right: 10px;
    }

    .panel-header-info h2 {
        font-size: 16px;
    }

    .detail-info {
        padding-left: 0px;
    }

    .detail-info-item {
        width: 100% !important;
        justify-content: center;
        align-items: center;
        border-right: 0px !important;
    }

    .detail-info-item:first-child {
        align-items: center !important;
    }

    .detail-price-info {
        flex-direction: column;
        justify-content: center;

    }

    .detail-price {
        margin-top: 20px;
    }

    .login-container {
        width: 90%;
        margin-top: 100px;
    }

    .login-back {
        left: 0px;
    }

    .service-header-info {
        flex-direction: column;
    }

    .service-header-info-btns {
        margin-left: 0px;
        margin-top: 10px;
    }

    .table-header {
        flex-direction: column;
        padding: 0px !important;
        align-items: flex-start !important;
    }

    .table-header>span {
        margin-bottom: 15px;
    }

    .service-list .table-header-form {
        flex-direction: column;
        width: 100%;
    }

    .service-list .table-header-form form {
        flex-direction: column;
    }

    .service-list .table-header-form .input-wrapper {
        width: 100% !important;
        margin-bottom: 15px;
        margin-right: 0px;
    }

    .service-list .table-header-form .input-wrapper.w-25 {
        width: 100% !important;
    }

    .detail-price {
        width: 90%;
    }

    .user-list .user-item .user-item-info {
        width: 100%;
    }

    .user-list .user-item .user-item-extra-info {
        flex-direction: column;
    }

    .user-list .user-item .user-item-phone {
        width: 100%;
        height: 50px;
        align-items: center;
    }

    .user-list .user-item .user-item-email {
        width: 100%;
        border-right: 0px;
    }

    .user-list .user-item .user-item-date {
        width: 100%;
        border-right: 0px;
    }

    .user-list .user-item .user-item-options {
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .user-list .user-item .user-item-options .openActions {
        transform: rotate(90deg);
    }

    .user-list .user-item .user-item-status {
        width: 100%;
    }

    .user-list .user-item {
        align-items: unset;
    }

    .access-form {
        display: flex;
        flex-direction: column;
    }

    .access-form .box {
        width: unset;
    }

    .add-user-info {
        flex-direction: column !important;
        align-items: center !important;
        display: flex;
    }

    .add-user-profile-image {
        display: flex;
        width: 100%;
        justify-content: center !important;
        align-items: center !important;
    }

    .add-user-extra-info-inputs {
        flex-direction: column !important;
    }

    .add-user-extra-info .add-user-extra-info-inputs .input-item {
        width: unset;
        margin-right: 0px;
    }

    .add-user-extra-info .add-user-extra-info-inputs .radio-item {
        width: unset;
        margin-right: 0px;
    }

    .add-user-extra-info .buttons {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .add-user-extra-info .buttons .btn-big {
        flex-direction: column;
        order: 1;
        width: 100%;
    }

    .add-user-extra-info .buttons .btn-big-green {
        flex-direction: column;
        order: 0;
        margin-bottom: 15px;
    }

}