
@font-face {
    font-family: 'Gotham-Bold';
    src: url("/Assets/fonts/Gotham-Bold.otf");
}

@font-face {
    font-family: 'Gotham-Light';
    src: url("/Assets/fonts/Gotham-Light.otf");
}

@font-face {
    font-family: 'GothamMedium';
    src: url("/Assets/fonts/GothamMedium.ttf");
}

@media only screen and (max-width: 768px) {
    html {
        font-size: 8px !important;
    }
}

@media only screen and (min-width: 768px) {
    html {
        font-size: 8px !important;
    }
}

@media only screen and (min-width: 900px) {
    html {
        font-size: 9px !important;
    }
}

@media only screen and (min-width: 1200px) {
    html {
        font-size: 12px !important;
    }
}

@media only screen and (min-width: 1300px) {
    html {
        font-size: 13px !important;
    }
}

@media only screen and (min-width: 1400px) {
    html {
        font-size: 14px !important;
    }
}

@media only screen and (min-width: 1500px) {
    html {
        font-size: 16px !important;
    }
}

@media only screen and (min-width: 1600px) {
    html {
        font-size: 16px !important;
    }
}

@media only screen and (min-width: 1700px) {
    html {
        font-size: 16px !important;
    }
}

@media only screen and (min-width: 1800px) {
    html {
        font-size: 16px !important;
    }
}

@media only screen and (min-width: 1900px) {
    html {
        font-size: 16px !important;
    }
}

html {
    font-size: 1rem;
    font-family: 'GothamMedium';
    background-color: rgb(242,242,242);
    height: 100%;
}

[v-cloak] {
    display: none !important;
}

body {
    font-family: 'GothamMedium';
    font-size: 1rem;
    background-color: rgb(242,242,242);
    height: 100%;
}

.main-style {
    height: calc(100% - 4.7rem);
    margin-top: 1rem;
}

.font-bold {
    font-family: 'Gotham-Bold';
}

.font-light {
    font-family: 'Gotham-Light';
}

input[type=text] {
    width: 100%;
    padding: 0.3rem 0.5rem;
    margin: 0.4rem 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 0.8rem;
}

.blue-gradientTop {
    background: rgb(19,43,85);
    background: linear-gradient(135deg, rgba(19,43,85,1) 0%, rgba(32,66,125,1) 50%, rgba(40,80,150,1) 100%);
}

.blue-gradientBottom {
    background: rgb(19,43,85);
    background: linear-gradient(90deg, rgba(19,43,85,1) 0%, rgba(32,66,125,1) 50%, rgba(40,80,150,1) 100%);
}

.button-main {
    background-color: #0DD19B;
    color: white;
    border: none;
    border-radius: 0.3rem;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    height: 2rem;
    width: 6rem;
    font-size: 0.8rem;
    font-family: 'GothamMedium';
}

.hover-main:hover {
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    background-color: #00B486;
}

.button-hover:hover {
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    background-color: rgb(14,195,145);
}

.bg-jingga {
    background-color: #EC491C !important;
}

.bg-blue {
    background-color: #0070C0 !important;
}

.bg-purple {
    background-color: rgb(135, 31, 216) !important;
}

.bg-greenlight {
    background-color: #00B486 !important;
}

.bg-red {
    background-color: red !important;
}

.bg-green {
    background-color: #70AD47 !important;
}

.bg-inbound {
    background-color: #00ab83 !important;
}

.bg-outbound {
    background-color: #00ab83 !important;
}

.bg-other {
    background-color: #00ab83 !important;
}

.rect-trip {
    background-color: rgb(26,30,38,0.3);
    padding: 0.1rem 1rem 0 1rem;
    border-radius: 0.2rem;
    color: red;
    text-align: center;
    width: 3rem;
    font-family: 'Gotham-Bold';
}

.layout-background {
    background-color: white;
    border: 1px solid #ddd;
    width: 100%;
    height: fit-content;
    padding: 1rem;
    color: black;
    /*box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 2%) !important;*/
    border-radius: 5px;
}

.imgStyle {
    height: 3rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 50%;
}

.numFon-style {
    font-family: 'Gotham-Bold';
    font-size: 0.7rem;
    color: rgb(13,209,155);
}

.small-font {
    font-size: 0.7rem;
    color: rgb(13,209,155);
    line-height: 1;
}

.FSC-value {
    color: rgb(13,209,155);
    font-family: 'Gotham-Bold';
}

.font-small {
    font-size: 0.7rem;
    font-family: 'Gotham-Bold';
}

.font-medium {
    font-size: 0.8rem;
}

.prevent-select {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

/* width */
::-webkit-scrollbar {
    width: 0.4rem;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 1rem;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(166, 166, 166);
    border-radius: 1rem;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

/* Eliment UI */

.el-input--small .el-input__inner {
    height: 1.924rem !important;
    line-height: 2rem;
}

.el-input--suffix .el-input__inner {
    padding-right: 2rem;
}

.el-select .el-input .el-select__caret {
    font-size: 1rem;
}

.el-popper[x-placement^=bottom] {
    margin-top: 0.2rem;
}

.el-input--small .el-input__icon {
    line-height: 2rem;
}

.el-select-dropdown__item {
    font-size: 0.8rem;
    padding: 0 1rem;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #606266;
    height: 2rem;
    line-height: 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.el-autocomplete-suggestion li {
    padding: 0.3rem 1rem;
    line-height: unset;
    font-size: 0.8rem;
}

.el-empty__image {
    width: 15rem !important;
}

.el-switch__label * {
    font-size: 0.9rem !important;
    font-family: 'Gotham-Bold';
}

.el-switch__label.is-active {
    font-family: 'Gotham-Bold';
    font-size: 0.9rem !important;
}

.el-date-editor .el-range-input {
    width:40% !important;
    font-size:0.8rem;
}

.el-date-editor .el-range-separator {
    width: 10% !important;
    font-size: 0.9rem;
}

.el-input--mini .el-input__inner{
    height:2rem;
}
