html,body{
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Roboto Regular';
}

.navbar-left {
    width: 17%;
    height: 100%;
    background-color: #3A3A3A;
    position: fixed;
    display: flex;
    flex-direction: column;
}

.p-self {
    margin: 45px 20px;
    display: flex;
    align-items: center;  
}

.p-avatar {
    height: 60px;
    width: 60px;
    border-radius: 50%;
}

.p-text {
    margin: 0 20px;
}
.p-name {
    color: #ffffff;
    font-size: 16px;
}

.p-company {
    color: #ffffff;
    font-size: 12px;
    margin-top: 4px;
}

.add-new-request {
    font-size: 16px !important;
    width: 80%;
}

.request-submit {
    width: 40%;
}


.add-new-request:hover {
    background-color: dodgerblue;
}

.navbar-tab {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;

    padding: 20px 40px;
}

.navbar-tab-selected {
    background-color: #000000;
    color: #4090FF;
    font-weight: 500;

    border-left-color: #4090FF;
    border-left-width: 4px;
    border-left-style: solid;
    white-space: nowrap;
}

.content-page {
    width: 83%;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 3%;
    margin-left: 17%;
}

.request-navbar {
    width: 100%;
    height: 50px;
    border-bottom-color: #c3c3c3;
    border-bottom-style: solid;
    border-block-end-width: 1px;
}

.request-function {
    background-color: #ebebeb;
    height: 40px;
    display: flex;
    align-items: center;
}

.request-border {
    margin-top: 20px;
    border-top: 1px solid #C3C3C3;
}

.request-function .check-icon {
    height: 20px;
    width: 20px;
    margin-left: 20px;
    cursor: pointer;
}

.request-function .folder-icon {
    height: 20px;
    width: 20px;
    margin-left: 40px;
    cursor: pointer;
}

.request-function .group-name {
    margin-left: 40px;
    color: #666666;
    padding-right: 3px;
    font-size: 14px;
    cursor: pointer;
}

.desc::after {
    content: " ↑";
}

.asc::after {
    content: " ↓";
}

.left::before {
    content: "←";
    margin-right: 38px;
    cursor: pointer; 
}

.right::before {
    content: " →"; 
}

.request-function .input-date {
    margin-left: 10px;
    width: 80px;
    height: 20px;
}

.request-function .input-seb {
    margin-left: 10px;
    color: #666666;
    font-size: 14px;
}


.testtest {
    height: 3px;
    width: 50px;
    background-color: #4090FF;
    margin-top: 17px;
    border-radius: 2px;
}

.request-navbar-item {
    float: left;
    color: #000000;
    font-size: 14px;
    cursor: pointer;
    width: 70px;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 30px;

    display: flex;
    flex-direction: column;
    align-items: center;
}

.selector {
    width: 28px;
    height: 3px;
    background-color: #4090FF;
}

.request-navbar-search {
    width: 20%;
    float: right;
    align-self: flex-end;
}

.request-navbar-search input {
 
    border-radius: 0px;
}

.inspections-page,
.request-page,
.message-page {
    width: 100%;
    height: inherit;   
}

.summary-page {
    height: 100%;
    width: 100%;
    padding: 0px 20px;
}

.summary-page .new-request-div {
    width: 100%;
    height: 25%;
    padding: 0 40px;
    box-shadow: 0 0 3px 1px #cbcbcb;
    display: flex;
    margin-bottom: 20px;
    background: #FFFFFF;
}

.summary-page .left-div {
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 10px;
}

.summary-page .right-div {
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.summary-page .new-request-img {
    width: 104px;
    height: 50px;
}

.summary-page .new-request-count {
    font-size: 56px;
    color: #333333;
    margin-right: 24px;
}

.summary-page .new-request-line {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.summary-page .detail {
    font-size: 18px;
    color: #222220;
} 

.summary-page .more {
    font-size: 14px;
    color: #5896FF;
    text-align: right;
    line-height: 32px;
    cursor: pointer;
}

.summary-page .text{
    font-size: 12px;
    color: #999999;
    line-height: 32px;
 }

 .summary-page .title {
    font-size: 14px;
    color: #666666;
 }


.summary-page .inspection-div {
    width: 100%;
    height: 35%;
    padding: 25px 40px;
    box-shadow: 0 0 3px 1px #cbcbcb;
    background: #FFFFFF;
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
}

.summary-page .inspection-lable {
    font-size: 14px;
    color: #666666;
    margin-top: 4px;
}

.summary-page .in-process {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 90%;
}

.summary-page .count-number {
    font-size: 40px;
    color: #333333;
}

.summary-page .histogram-in-process {
    width: 80px;
    height: 0%;
    background: #FF6060;
}

.summary-page .histogram-completed {
    width: 80px;
    height: 0%;
    background: #AB00F6;
}

.summary-page .histogram-delay {
    width: 80px;
    height: 0%;
    background: #F7D359;
}


.summary-page .vertical-line {
    width: 0px;
    border: 2px solid #E8E8E8;
}

.summary-page .inspection-users {
    width: 50%;
}

.summary-page .bottom-div {
    width: 100%;
    height: 35%;
    display: flex;
}

.summary-page .bottom-left-div {
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.summary-page .bottom-right-div {
    width: 40%;
    height: 100%;
    margin-left: 20px;
    padding: 18px 40px;
    box-shadow: 0 0 3px 1px #cbcbcb;
    background: #FFFFFF;
}

.summary-page .new-customers-div {
    width: 100%;
    height: 48%;
    padding: 0 40px;
    box-shadow: 0 0 3px 1px #cbcbcb;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.summary-page .new-inspectors-div {
    width: 100%;
    height: 48%;
    padding: 0 40px;
    box-shadow: 0 0 3px 1px #cbcbcb;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#canvas_circle {
    height: 70%;
}


.valid-order-item {
    margin-top: 15px;
    width: 100%;
    height: 160px;
    box-shadow: 0 0 3px 1px #cbcbcb;
    background: #FFFFFF;
}

.valid-order-item-expand {
    height: 340px !important;
}

.valid-order-item .text {
    color: #222222;
    font-size: 18px;
}

.valid-text-info {
    height: 107px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.valid-request-pic {
    margin-left: 40px;
    margin-right: 24px;
    width: 60px;
    height: 60px; 
}

.valid-request-info {
    width: 50%;
}

.valid-price {
    width: 20%;
}

.valid-price-2 {
    width: 35%;
    text-align: right;
}

.valid-status {
    width: 25%;
}

.price-input {
    border-radius: 0px;
    width: 110px;
    height: 32px;
}

.time-input {
    border-radius: 0px;
    width: 100px;
    height: 32px;
    margin-top: 10px;
    font-size: 18px;
}

.margin-left-10 {
    margin-left: 10px;
}

.order-item-v {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.order-item-v .check-icon {
    height: 20px;
    width: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.order-item {
    margin-top: 15px;
    width: 100%;
    height: 250px;
    box-shadow: 0 0 3px 1px #cbcbcb;
}

.order-item-check {
    margin-left: 20px;
}

.order-item-inspector {
    height: 140px;
    width: 95%;
}

.dot-active {
    background: url("../Common/img/status_cp.png");  
    background-repeat: no-repeat;
    background-size: 100%;
    width: 24px;
    height: 24px;
    z-index: 100;
}

.row-layout {
    display: flex;
}


.order-key {
    font-size: 14px;
    color: #666666;
}

.order-value {
    font-size: 18px;
    color: #222222;
}

.center-text {
    text-align: center;
}


.normal-input {
    border-radius: 0px;
    max-width: 100%;
}


.left-part {
    height: 100%;

    display: flex;
    flex-direction: column;
}

.right-part {
    height: 100%;
    width: 90%;   
}

.unfill-image {
    width: 60px;
    height: 60px;
    margin-top: 10px;
    margin-right: 30px;
}

.order-compelete-form {
    display: flex;
    flex-direction: row;
}

.horizontal-input-group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
}

.horizontal-input {
    width: 47%;
}

.input-area-title {
    margin-bottom: 15px;
}

.sparate-area {
    padding-top: 25px;
}

#compeleteOrderModal .modal-content {
    border-radius: 0px;
    padding: 20px;
}

#compeleteOrderModal .modal-footer {
    border-top: 0;
}

.page-title {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    margin-left: 20px;
    margin-bottom: 30px;
}

.settings-page .setting-content {
    width: 95%;
    height: 100%;
    padding: 0 20px;
}

.settings-page .setting-content .image-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 10px;
}

.btn-upload {
    padding: 0px;
    width: 60px;
}


.settings-page .setting-content .user-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.settings-page .setting-content .info-area {
    display: flex;
    flex-direction: row;

    color: #666666;
    font-size: 14px;
    margin-bottom: 20px;
}

.settings-page .line {
    width: 95%;
    height: 1px;
    border: 1px solid #e1e1e1;
    margin-left: 5%;
}

.settings-page .new-admin {
    width: 200px;
    height: 40px;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.settings-page .user-info {
    margin-top: 30px;
    width: 90%; 
}

.info-area .info-name {
    text-align: right;
    width: 125px;
    font-size: 12px;
    color: #666666;
}

.info-area .info-value {
    margin-left: 50px;
    text-align: left;
    width: 500px;
    font-size: 14px;
    color: #222222;
}

.info-area .info-input {
    margin-left: 50px;
    text-align: left;
    width: 550px;
    padding-right: 20px;
    margin-bottom: 0;
    margin-top: -5px;
}

.no-wrap {
    white-space: nowrap;
}

.admin-user {
    height: 100px;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.20);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 20px;
    margin-bottom: 20px;
}

.admin-user .user-image-s {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 24px;
}

.admin-user .name {
    font-size: 18px;
    color: #222222;
}

.admin-user .level {
    font-size: 14px;
    color: #222222;
    margin-top: 12px;
}

.admin-user .status {
    font-size: 14px;
    color: #222222;
    margin-bottom: 12px;
}

.admin-user .delete-admin {
    width: 18px;
    height: 19px;
    margin-right: 6px;
}

.search-input {
    width: 280px;
    height: 32px;
    border: 1px solid #B5C6CE;
    background-image: url('../Common/img/search-icon.png');
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 18px;
    padding-left: 10px;
}

.hide-element {
    right: 35px;
    top: 3px;
    width: 18px;
    height: 18px;
    display: inline-block;
    /* border: 1px solid red; */
    position: relative;
    z-index: 100;
    cursor: pointer;
}

.checkbox-icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.checkbox-group {
    margin-left: 50px;
    display: flex;
}

.support-page {
    display: flex;
    flex-direction: column;
}

.support-page .padding {
    padding-left: 20px;
}

.support-page .support-line {
    width: 90%;
    height: 1px;
    border-bottom: 1px solid #C3C3C3;
    margin-bottom: 39px;
}

.support-page .big-text {
    font-size: 16px;
    color: #000000;
}

.support-page .small-text {
    font-size: 14px;
    color: #333333;
}

.support-page .support-input {
    width: 90%;
    height: 200px;
    border: 1px solid #CECECE;
    margin-top: 40px;
}

.support-page .support-button {
    width: 220px;
    height: 32px;
    margin-top: 40px;
    margin-right: 10%;
    align-self: flex-end;
    margin-bottom: 60px
}

.support-page .support-info {
    width: 800px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
}

.income-info {
    height: 100px;
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 40px;
    margin-bottom: 20px;
}

.income-info .income-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.income-info .income-key {
    color: #333333;
    font-size: 20px;
    font-weight: 500;
}

.income-info .income-value {
    color: #666666;
    font-size: 18px;
    margin-top: 13px;
    width: 70%;
}

.save-btn {
    margin-top: 40px !important;
}

.inspector-info {
    /* display: flex;
    flex-direction: column;
    justify-content: center; */
    margin-bottom: 15px;
}

.bid-price {
    margin-top: 40px;
}
.inspector-info .info-area {
    display: flex;
    flex-direction: row;

    color: #666666;
    font-size: 14px;
} 

.order-item-inspector .user-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: 20px;
    margin-top: 20px;   
}

.bottom-confirm {
    width: 83%;
    height: 100px;
    background: #FFFFFF;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.20);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 40px;
    margin-left: -20px;
    position: fixed;
    bottom: 0px;
}

.confirm-btn {
    width: 220px;
    height: 32px;
    border-radius: 2px;
}

.self-modal{
    position: fixed;
    top: 0;
    left: 0;
    top: 0;
    right:0;
    bottom:0;
    left:0;
    z-index:1050;
    background: rgba(0,0,0,0.5)
}

.setPriceModal .setPrice-modal {
    width: 538px;
    height: 288px;
    margin: 0 auto;
    background: white;
}

.setPriceModal .price-modal-div {
    width: 100%;
    height: 100%;
    padding: 24px 40px;
    border-radius: 0px;
}

.setPriceModal input{
    width: 100%;
    height: 38px;
    padding-left: 5px;
    margin-top: 36px;
}

.setPriceModal div {
    margin-top: 60px;
}

.changePriceModal .changePrice-modal{
    width: 500px;
    height: 274px;
    margin: 40px auto;
    background: white;
}

.changePriceModal .price-modal-div {
    width: 100%;
    height: 100%;
    padding: 24px 40px;
    border-radius: 0px;
}

.changePriceModal .top1 {
    margin-top: 36px;
}

.changePriceModal .top2 {
    margin-top: 30px;
}

.changePriceModal input{
    margin-left: 15px;
    width: 100%;
}

.addAdmin-modal {
    width: 440px;
}

.addAdmin-div {
    width: 100%;
    height: 100%;
    padding: 40px;
    border-radius: 2px;
}

.admin-select {
    width: 100%;
    height: 34px;
    padding-left: 6px;
    margin-bottom: 20px;
}