
.box-wrap, .box-wrap-sm {
    position: relative;
    max-height: 463px;
    overflow: auto;
}

.box-wrap-sm {
    max-height: 389px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.box-wrap::-webkit-scrollbar, .box-wrap-sm::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.box-wrap, .box-wrap-sm {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.box-rectangle {
    position: sticky;
    bottom: 0;
    width: 100%;
    height: 50px;
    padding: 22px 20px 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%);
}

.box-flex-cols, .box-flex-div, .box-list-ui {
    display: flex;
    align-items: center;
}

.box-flex-cols {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.box-flex-cols div:first-child, .box-flex-div > .col-tabs {
    flex: 1;
}

.box-flex-line {
    margin-top: 10px;
    display: flex;
}

.box-flex-line div:first-child {
    width: 50px;
}

.bt-check {
    float: right;
}

.box-list {
    display: flex;
    align-items: center;
    margin: 8px 0px;
    border-bottom: solid 1px #eee;
    padding: 0px 0px 8px 0px;
}

.box-list-li {
    display: block;
    margin-top: 10px;
}

.box-list div:first-child {
    width: 80%;
    word-wrap: break-word;
    word-break: break-word;
}

.box-list div:last-child {
    width: 20%;
}

.bg-page-text {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 9px 18px;
    height: 52px;
    border-radius: 48px;
    box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.05);
    background-color: #ffe426;
    color: #3c3c3c;
}

table.table-form thead th:first-child {
    width: 24%;
}

table.table-form tbody td {
    padding: 5px !important;
}

table.table-form tbody td:first-child {
    padding-left: 10px !important;
}

.table-nowrap th, .table-nowrap td {
    white-space: nowrap;
}

.box-text-ellipsis {
    overflow: hidden;
    display: block;
    width: 300px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*star rate*/

.box-star-list {
    display: flex;
    align-items: center;
}

.box-line-star {
    display: flex;
    align-items: center;
    justify-items: center;
    margin-right: 15px;
}

.box-line-star span {
    font-size: 16px;
    color: #828282;
}

.rating {
    display: inline-block;
    padding: 0px;
    margin-left: 5px;
    vertical-align: middle;
}

/* :not(:checked) is a filter, so that browsers that don’t support :checked don’t
   follow these rules. Every browser that supports :checked also supports :not(), so
   it doesn’t make the test unnecessarily selective */
.rating:not(:checked) > input {
    position: absolute;
    /*top: -9999px;*/
    clip: rect(0, 0, 0, 0);
}

.rating:not(:checked) > label {
    float: right;
    width: 1em;
    padding: 0 .1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 22px;
    line-height: 1.2;
    color: #ddd;
    /*text-shadow: 1px 1px #bbb, 2px 2px #666, .1em .1em .2em rgba(0, 0, 0, .5);*/
}

.rating:not(:checked) > label:before {
    content: '★ ';
}

.rating > input:checked ~ label {
    color: #ffe426;
    /*text-shadow: 1px 1px #c60, 2px 2px #940, .1em .1em .2em rgba(0, 0, 0, .5);*/
}

.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    color: #ffe426;
    /*text-shadow: 1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0, 0, 0, .5);*/
}

.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
    color: #ffe426;
    /*text-shadow: 1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0, 0, 0, .5);*/
}

.rating > label:active {
    position: relative;
    top: 2px;
    left: 2px;
}

.txt-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: -0.4px;
    color: #3c3c3c;
}

.txt-title > span.txt-normal {
    font-size: 14px;
    color: #828282;
}

.w-88 {
    width: 88%;
}

.box-block-line {
    padding-bottom: 10px;
    border-bottom: solid 1px #e5e4e4;
}

.wrapbox-list-col, .wrapbox-table {
    position: relative;
    height: 400px;
    overflow: auto;
    margin-top: 10px;
}

.wrapbox-table {
    height: 458px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.wrapbox-list-col::-webkit-scrollbar, .wrapbox-table::-webkit-scrollbar, .box-list-text::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.wrapbox-list-col, .wrapbox-table, .box-list-text {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.box-list-col {
    height: 42px;
    padding: 9px 0 9px 22px;
    border-radius: 12px;
    background-color: #f5f5f5;
    color: #3c3c3c;
    letter-spacing: -0.32px;
    font-size: 16px;
    margin-bottom: 8px;
}

.bg-light-yellow {
    background-color: rgba(255, 228, 38, 0.4);
}

.box-page {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-items: center;
}

.box-page div:first-child {
    flex: 1;
}

.box-list-check {
    display: flex;
    align-items: center;
    justify-items: center;
    height: 24px;
    font-size: 16px;
    color: #3c3c3c;
}

.box-list-check input {
    margin-right: 10px;
    margin-top: 0px;
}

.box-list-check input:focus {
    box-shadow: none !important;
    border: solid 1px #ced4da !important;
}

.box-wrapper-cols {
    display: flex;
}

.box-wrapper-cols > .cols {
    width: 150px;
}

.txt-dark {
    color: #3c3c3c !important;
}

.box-fr {
    display: flex;
    align-items: center;
    justify-items: center;
}

.text-h {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.4px;
    color: #3c3c3c;
}

.bt-icon-msg, .bt-icon-phone {
    display: inline-block;
    width: 36px;
    height: 36px;
    vertical-align: middle;
    border-radius: 50%;
    border: solid 1px transparent;
}

.bt-icon-msg {
    line-height: 31px;
}

.bt-icon-phone:hover, .bt-icon-msg:hover {
    background-color: #fff !important;
}

table.table-redact td {
    color: #3c3c3c;
}

table.table-redact th:first-child {
    width: 34% !important;
}

.box-ui-top {
    margin-bottom: 15px;
}

.box-ui-top, .txt-title-top {
    display: flex;
    align-items: center;
}

.box-ui-top > .txt-title-top {
    flex: 1;
}

.bt-csv {
    width: 161px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 18px;
    border-radius: 26px;
    color: #3c3c3c;
    background-color: #f5f5f5;
    cursor: pointer;
}

.bt-csv img {
    width: 19px;
    margin-right: 8px;
}

.table-guestion th:first-child {
    width: 15% !important;
}

.table-guestion td {
    color: #3c3c3c !important;
}

.box-input-orange > .label-title, .box-input-orange > .dropdown > .btn > span {
    color: #ee3900;
}

.box-input-orange > .dropdown > .btn {
    border: solid 1px #ee3900 !important;
    color: #ee3900;
}

.text-error-msg {
    font-size: 10px;
    color: #ee3900;
    text-transform: lowercase;
}

.box-cols-flex {
    display: inline-flex;
}

.box-cols-flex > .col-flex {
    width: 20%;
    margin-right: 20px;
}

.box-overall-mode {
    display: inline-block;
    text-align: center;
    padding: 0px !important;
    margin-right: 15px;
}

/*START OF TOGGLE SWITCH*/
.switch-bt {
    position: relative;
    display: inline-block;
    width: 36px;
    margin: 0px;
    height: 19px;
    margin-bottom: -5px;
}

.switch-bt input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch-bt > .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch-bt > .slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.sw-bg-gray {
    background-color: #ccc !important;
}

.switch-bt > input:checked + .slider:before {
    -webkit-transform: translateX(17px);
    -ms-transform: translateX(17px);
    transform: translateX(17px);
}

.switch-bt > input[type="checkbox"]:checked + .slider{
    background-color: #361FDB;
}

.sw-ct > input[type="checkbox"]:checked + .slider {
    background-color: #FF7F27;
}

.sw-ct > .slider {
    background-color: #22B14C;
}

/* Rounded sliders */
.switch-bt > .slider.round {
    border-radius: 34px;
}

.switch-bt > .slider.round:before {
    border-radius: 50%;
}

.txt-labels {
    text-align: center;
    font-size: 11px;
    color: #888;
    padding: 0px !important;
}

.bt-cc {
    position: relative;
    display: inline-flex;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 9px;
    color: #fff;
    vertical-align: middle;
    justify-content: center;
    text-align: center;
    padding-top: 2px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
}

.cc-blue {
    background-color: #407DD8;
}

.cc-purple {
    background-color: #B95FD7;
}

.cc-green {
    background-color: #40D8B2;
}

.cc-red {
    background-color: #FF474C;
}

.cc-orange {
    background-color: #FC8951;
}

.cc-yellow {
    background-color: #FFC800;
}

.table-sublist {
    width: 100%;
    border-top: solid 1px #ddd;
}

.table-sublist th {
    background: unset !important;
    padding: 5px 0px 0px 0px !important;
    height: unset !important;
    text-align: center !important;
    border-right: solid 1px #ddd;
    border-bottom: 0px !important;
    width: 20% !important;

}

.table-sublist th:first-child {
    width: 20% !important;
}

.table-sublist th:last-child {
    border-right: 0px !important;
}

.list-subt {
    width: 100%;
    display: flex;
    font-size: 11px;
    /*height: 42px;*/
    align-items: center;
    justify-content: center;
}

.list-subt div {
    width: 50%;
    text-align: left;
}

/*.list-subt div:first-child{*/
    /*margin-right: 5px;*/
/*}*/

.list-subt div > img{
    text-align: left;
    margin-right: 3px;
}

.list-h div{
    width: 50% !important;
    text-align: center;
}

.list-d div{
    font-size: 16px !important;
    width: 50% !important;
    text-align: center;
}

.text14 {
    font-size: 13px;
}

.table-subtd, table.table-rd1, table.table-rd2 {
    width: 100%;
    text-align: left;
    border-collapse: separate;
    color: #081a1f;
    border-spacing: 0 2px !important;
    vertical-align: middle;
}

.table-subtd td {
    /*background: unset !important; *!*/
    padding: 0px 0px !important;
    /* height: unset !important; */
    text-align: center;
    width: 20%;
    border-left: solid 1px #fff !important;
}

.table-subtd tr td:first-child {
    border-top-left-radius: 0px !important;
    border-left: 1px solid transparent;
    border-bottom-left-radius: 0px !important;
}

.table-subtd tr td:last-child {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

table.table-overview tbody tr td:first-child {
    text-align: center;
}

.table-overview td {
    font-size: 13px !important;
    background-color: #fff !important;
    /*padding: 0px 0px !important;*/
}

.table-overview tr td{
    background-color: #f5f5f5 !important;
}

.table-overview tr:hover td{
    color: #2156FF !important;
}

.text-projects {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    text-align: left;
    padding-left: 10px;
}

.bt-cc .tooltips {
    bottom: 120%;
    color: #fff;
    display: block;
    margin-bottom: 15px;
    opacity: 0;
    padding: 5px;
    left: -71px;
    pointer-events: none;
    border-radius: 3px;
    position: absolute;
    width: auto;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    z-index: 2;
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.bt-cc .tooltips:before {
    bottom: -10px;
    content: " ";
    display: block;
    height: 14px;
    left: 0;
    position: absolute;
    width: 20%;
    margin-left: 40%;
}

/* CSS Triangles - see Trevor's post */
.bt-cc .tooltips:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #407DD8 10px;
    bottom: -6px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0;
}

.bt-cc:hover .tooltips {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}

.tooltips.tooltip-blue {
    left: -42px;
}

.bt-cc .tooltips.tooltip-blue {
    background-color: #407DD8;
    left: -71px;
}

.bt-cc .tooltips.tooltip-blue:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #407DD8 10px;
    bottom: -6px;
}

.bt-cc .tooltips.tooltip-purple {
    background-color: #B95FD7;
    left: -71px;
}

.bt-cc .tooltips.tooltip-purple:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #B95FD7 10px;
    bottom: -6px;
}

.bt-cc .tooltips.tooltip-green {
    background-color: #40D8B2;
    left: -71px;
}

.bt-cc .tooltips.tooltip-green:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #40D8B2 10px;
    bottom: -6px;
}

.bt-cc .tooltips.tooltip-red {
    background-color: #FF474C;
    left: -71px;
}

.bt-cc .tooltips.tooltip-red:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #FF474C 10px;
    bottom: -6px;
}

.bt-cc .tooltips.tooltip-orange {
    background-color: #FC8951;
    left: -71px;
}

.bt-cc .tooltips.tooltip-orange:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #FC8951 10px;
    bottom: -6px;
}

.bt-cc .tooltips.tooltip-yellow {
    background-color: #FFC800;
    left: -71px;
}

.bt-cc .tooltips.tooltip-yellow:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #FFC800 10px;
    bottom: -6px;
}

.bg-lemon {
    background-color: #F0FFDA !important;
}

.bg-lightpink {
    background-color: #FFD9E8 !important;
}

.box-h42 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    width: 100%;
}

.box-scroll-table {
    max-height: 500px;
    overflow-y: auto;
    position: relative;
}

.box-sh {
    display: inline-flex;
    align-items: center;
    vertical-align: center;
    justify-content: center;
    width: 100%;
}

.pos-eyes {
    margin-left: 3px;
    margin-top: -2px;
}

.bx-numbers {
    display: inline-block;
    width: 40px;
    text-align: left;
}

table.table-rd1 td:first-child {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

table.table-rd1 td:last-child {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

table.table-rd2 td:first-child {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

table.table-rd2 td:last-child {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}
