.color-red { color: #cc0001 !important; }
.color-green { color: #009900 !important; }
.color-blue { color: #0052cc !important; }
.color-orange { color: #ff6600 !important; }
.color-yellow { color: #ffcc00 !important; }
.color-yellow-dark { color: #e7a511 !important; }
.color-gray { color: #666666 !important; }
.color-lightgray { color: #999999 !important; }
.color-lightgray2 { color: #d4d4d4 !important; }
.color-purple { color: #ca3ea0 !important; }
.snap-to-right { margin-right: -50px; border-radius: 6px 0 0 6px !important; }
.snap-to-left { margin-left: -50px; border-radius: 0 6px 6px 0 !important; }
hr { width: 100%; height: 1.5px; background-color: #d4d4d4; border: transparent 0px solid; }
.m-1 { margin: 10px; }
.m-05 { margin: 5px; }
.w100 { width: 100px; }
.w130 { width: 130px; }
.w150 { width: 150px; }
.dot { margin-top: 4px; width: 12px; height: 12px; border-radius: 6px;  }
.dot.gray { background-color: #d4d4d4; }
.dot.green { background-color: #009900; }
.dot.orange { background-color: #ff6600; }
.dot.blue { background-color: #0252cc; }

.show-on-phone { display: none; }
.hide-on-phone { display: unset; }
table td.hide-on-phone, table th.hide-on-phone { display: table-cell; }
body { font-size: 14px; }
#menu-icon {
    position: absolute;
    right: 5px;
    top: 8px;
    padding: 10px;
    display: none;
    font-size: 20px;
}

.login-logo { 
    margin: 0px; 
    box-shadow: unset;
    padding: 0 10px;
    border-radius: unset;
    width: 150px;
    background-color: #ffffff;
}

h1.logo {
    display: flex;
    align-items: center;
}

h1.logo img {
    width: 20px;
    margin-right: 7px;
}

button.post-action {
    position: relative;
}

button.post-action img {
    width: 14px;
    display: none;
}

button.post-action.inprogress img {
    display: inline-block;
}

button.post-action.inprogress span {
    display: none;
}

.content { 
    display: flex; 
}

.criteria-col {
    background-color: #f5f5f5;
    border-radius: 6px;
    padding: 25px 15px;
    width: 350px; 
}

.list-col {
    flex: 1;
}

.kpagination { padding: 25px 0; }
.kpagination * { display: flex; flex-direction: row; }
.kpagination div:nth-child(1) { display: none; }
.kpagination svg { height: 24px !important; }
.kpagination nav { display: flex; justify-content: center !important; }
.kpagination p { display: none;}
.kpagination span[aria-current="page"],
    .kpagination a { margin: 0 5px; display: flex; width: 22px; height: 22px; justify-content: center; align-items: center; }
 
.avatar-image{
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.avatar-image.list {
    width: 20px;
    height: 20px;
}

.avatar-image.list{
    width: 20px;
    height: 20px;
}

.tab { padding: 5px 0; display: flex; }
.tab label { 
    margin: 0 5px; 
    padding: 10px 15px; 
    background-color: #f5f5f5; 
    color: #43526c; 
    text-transform: uppercase; 
    cursor: pointer; 
    font-family: semiBold;
    border-radius: 4px;
    font-size: 12px;
}

.tab label:hover {
    background-color: #e8e8e8;
}

.tab label.active {
    background-color: #0052cc;
    color: #ffffff;
}

.card {
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 6px;
}

.card.flex { display: flex; }

.file-box {
    display: flex;
    border: #e8e8e8 1px solid;
    border-radius: 3px;
    background-color: #ffffff;
    padding: 15px;
    position: relative;
    height: 100%;
}

.file-box i {
    position: absolute;
    right: -1px;
    top: -8px;
    padding: 2px;
    background-color: #cc0001;
    color: #ffffff;
    cursor: pointer;
}

.file-box i:hover {
    background-color: #242424;
}

.inner-list {
    border: #e8e8e8 1px solid;
    display: flex;
    flex: 1;
    border-radius: 4px;
    overflow: auto;
    flex-direction: column;
    background-color: #ffffff;
}

.link-row {
    display: flex;
    flex-direction: row;
    border-bottom: #e8e8e8 1px solid;
    padding: 15px;
}

.link-row:hover {
    background-color: #f5f5f5;
}

.link-row label {
    display: flex;
    flex: 1;
}


.link-row a {
    margin-left: 15px;
}

.link-row a i {
    font-size: 20px;
}

.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.portlet {
    padding: 30px;
    border: #e8e8e8 1px solid;
    border-radius: 5px;
    margin: 15px;
}

.future-cancellation-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dot {
    margin-top: 5px; 
    width: 12px; 
    height: 12px;
}

.bulk-cancel-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.field-group.jc {
    align-items: center; 
    justify-content: space-between;
}

.field-group.ja {
    align-items: center; 
    justify-content: space-around;
}
.field-group.jcc {
    align-items: center; 
    justify-content: center;
}

.scd-options {
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.scd-options a {
    margin-right: 15px;
}

.search-box {
    width: 250px;
    position: relative;
    margin-right: 10px;
}

.search-box input {
    border: #d4d4d4 1px solid;
    padding: 8px 40px 8px 15px;
    border-radius: 26px;
    width: 100%;
    outline: none;
}

.search-box i {
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
}

#vanillatoasts-container {
    z-index: 999999;
}

.saleCampaign-container {
    align-content: flex-end;
}

.progress-outer { border: #999999 1px solid; padding: 2px; margin: 10px 0; }
.progress-inner { background-color: #009900; height: 5px; }

.mobile-icon-set { padding-top: 15px; }
.mobile-icon-set a { margin-right: 10px; }
.mobile-icon-set a i { font-size: 18px; color: #334463; }

.coupon-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.coupon-box {
    color: #242424;
    font-family: 'Courier New';
    font-weight: bold;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    padding: 10px 10px 25px 10px;
    margin: 10px 15px 30px 15px;
    border: #242424 1px solid;
}

.coupon-box .block {
    border: transparent 1px solid;
    cursor: default;
    border-radius: 10px;
    margin: 5px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 5px;
}

.coupon-box .block span {
    display: flex;
    width: 25px;
    align-items: center;
    justify-content: center;
    font-family: 'Courier New';
    font-weight: bold;
    font-size: 16px;
    color: #242424;
}

.gain-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gain-container .gain-box {
    border: #d4d4d4 1px solid;
    border-radius: 5px;
    padding: 20px;
    margin: 10px 0;
    width: 500px;
    max-width: 100%;
}

.gain-container .gain-box .gain-row {
    display: flex;
    flex-direction: row;
    padding: 10px;
    border-bottom: #d4d4d4 1px solid;
}

.gain-container .gain-box .gain-row label {
    flex: 1;
    margin: 0;
    font-weight: bold;
}

.table-check {
    color: #f5f5f5;
    width: 22px;
    height: 22px;
    border: #d4d4d4 1px solid;
    padding: 3px;
    border-radius: 3px;
    cursor: pointer;
}

.table-check.active {
    color: #009900;
    border: #009900 1px solid;
    background-color: #ffffff;
}

.promise-area .row { padding-top: 20px; margin-top: 20px; border-top: #d4d4d4 1px solid; display: flex; flex-direction: row; align-items: flex-start; }
.promise-area .row .info { width: 170px; }
.promise-area .row .info label { color: #334463; font-family: semiBold; font-size: 16px; }
.promise-area { display: flex; flex-direction: column; flex: 1; margin: 20px 0; }
.promise-area ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: row;}
.promise-area ul li { cursor: default; margin-right: 15px; display: flex; flex-direction: row; align-items: center; }
.promise-area ul li span { width: 10px; height: 10px; margin-right: 7px; border: #242424 1px solid; }
.promise-area .bars { display: flex; flex-direction: row; overflow: hidden; border-radius: 4px; border: #242424 1px solid; flex: 1; }
.promise-area .bars div { padding: 2px 10px; display: flex; font-size: 11px; border-right: #242424 1px solid; }
.promise-area .bars div:last-child { border-right: transparent 0px solid; }
.promise-area .red { background-color: #d32f2f; color: #ffffff; }
.promise-area .blue { background-color: #0052cc; color: #ffffff; }
.promise-area .yellow { background-color: #ffb74d; color: #242424; }
.promise-area .black { background-color: #536dfe; color: #ffffff; }
.chart-row { display: flex; flex-direction: row; align-items: flex-start; }
.horizontal-bar { display: flex; flex-direction: row; justify-content: space-between; align-items: center; }
.process-result {
    display: flex;
    flex-direction: column;
    margin-top: 25px;
    padding: 25px;
    background-color: #ffffff;
    overflow: auto;
    height: 350px;
}

.process-result  .row.error { color: #cc0001; }
.process-result  .row.info { color: #009900; }

.loader {
    display: flex; 
    flex-direction: row; 
    align-items: center
}

.loader.hide {
    display: none;
}

.slim-tab-container {
    margin: 15px 0;
    border-bottom: #d4d4d4 1.5px solid;
    display: flex;
}

.slim-tab-container label {
    padding: 10px 0;
    border-bottom: transparent 3px solid;
    cursor: pointer;
    margin-right: 25px;
    text-transform: uppercase;
    margin-bottom: -2.5px;
    font-family: semiBold;
    color: #334463;
}

.slim-tab-container label.active {
    border-bottom: #334463 3px solid;
    cursor: default;
}

.bordered-content {
    border: #d4d4d4 1px solid;
    display: flex;
    flex-direction: row;
}

.bordered-content .left-col {
    width: 350px;
    border-right: #d4d4d4 1px solid;
    display: flex;
    flex-direction: column;
}

.bordered-content .main {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.bordered-content label.title {
    text-transform: uppercase;
    padding: 12px;
    border-bottom: #d4d4d4 1px solid;
    font-family: semiBold;
    color: #334463;
}

.bordered-content .content {
    padding: 12px;
    display: flex;
    flex-direction: column;
}

.promise-area { display: flex; flex-direction: column; flex: 1; margin: 20px 0; }
.promise-area ul { list-style: none; margin: 0; padding: 12px 0; display: flex; flex-direction: row;}
.promise-area ul li { margin-right: 15px; display: flex; flex-direction: row; align-items: center; }
.promise-area ul li span { width: 10px; height: 10px; margin-right: 7px; border: #242424 1px solid; }
.promise-area .bars { display: flex; flex-direction: row; flex: 1; overflow: hidden; border-radius: 4px; border: #242424 1px solid; }
.promise-area .bars div:nth-child(2) { border-right: #242424 1px solid; border-left: #242424 1px solid; }
.promise-area .bars div    { padding: 2px 10px; display: flex; font-size: 11px; }
.promise-area .red { background-color: #d32f2f; color: #ffffff; }
.promise-area .blue { background-color: #0052cc; color: #ffffff; }
.promise-area .yellow { background-color: #ffb74d; color: #242424; }
.promise-area .black { background-color: #536dfe; color: #ffffff; }
.chart-row { display: flex; flex-direction: row; align-items: flex-start; }