* {
    padding: 0px;
    border: 0px;
    margin: 0px;
    white-space: normal;
}

/* Fonts */

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url('../css/fonts/lato-v14-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../css/fonts/lato-v14-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
    font-family: 'pf-glyphs';
    src: url('fonts/pf-glyphs.eot?9jdy3h');
    src: url('fonts/pf-glyphs.eot?9jdy3h#iefix') format('embedded-opentype'), url('fonts/pf-glyphs.ttf') format('ttf'), url('fonts/pf-glyphs.woff') format('woff'), url('fonts/pf-glyphs.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.termsText {
    font-size: 11px;
}

.el-badge__content.is-dot {
    height: 20px;
    width: 20px;
    padding: 0;
    right: 0;
    border-radius: 50%;
}

.circle {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background-color: #e50051;
}

/*.smallMarginLeft {*/
/*margin-left: 5px;*/
/*}*/

.smallPaddingLeft {
    padding-left: 10px;
}

.el-badge__content {
    background-color: #e50051;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    padding: 0 6px;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #fff;
}

.fixedPosition {
    position: absolute;
    top: 0;
    right: 10px;
    -webkit-transform: translateY(-50%) translateX(70%);
    transform: translateY(-50%) translateX(70%);
}

/* icon moon fonts*/

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'pf-glyphs' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.stepSize {
    font-size: calc(24px);
}

.icon-step-circle:before {
    content: "\e922";
}

.icon-success:before {
    content: "\ea10";
}

.icon-help:before {
    content: "\e603";
}

.icon-search:before {
    content: "\e816";
}

/* Border */
.layout__border__all-1px-grey {
    border: 1px solid #999999;
}

.paddingRight {
    padding-right: 10px;
}

.font25 {
    font-size: 25px;
}

.icon-arrow-right:before {
    content: "\e905";
}

.icon-error:before {
    content: "\e920";
}

.icon-promote:before {
    content: "\e809";
}

.font90 {
    font-size: 90px;
}

.font10 {
    font-size: 12px;
    font-weight: 900;
    vertical-align: bottom;
}

.font12 {
    font-size: 14px;
    font-weight: 900;
    vertical-align: bottom;
}

.font16 {
    font-size: 16px;
}

.font20 {
    font-size: 20px;
    font-weight: 900;
    vertical-align: bottom;
    line-height: 30px;
}

.rotate {
    transform: rotate(90deg);
    font-size: 18px;
    margin-right: 10px;
}

.rotateOpen {
    transform: rotate(270deg);
    font-size: 18px;
    margin-right: 10px;
}

body {
    /*background-color: yellow;*/
    color: #575756;
    font-family: 'Lato';
    min-width: 800px;
    min-height: 700px;
    width: 800px;
    height: 700px;
    max-width: 800px;
    max-height: 700px;
    background-color: #fafafa;
}


#app {
    /*background-color: pink;*/
    /*border: 2px dashed #cccccc;*/
    color: #575756;
    font-family: 'Lato';
    min-width: 760px;
    min-height: 660px;
    width: 760px;
    height: 660px;
    max-width: 760px;
    max-height: 660px;
    padding: 20px;
}

.column10 {
    width: 10%;
}

.column4 {
    width: 4%;
}

.column15 {
    width: 15%;
}

.column20 {
    width: 20%;
}

.column25 {
    width: 25%;
}

.column30 {
    width: 30%;
}

.column35 {
    width: 30%;
    margin-left: 5%;
}

.column40 {
    width: 40%;
}

.column45 {
    width: 45%;
}

.column48 {
    width: 48%;
}

.column50 {
    width: 50%;
}

.column55 {
    width: 55%;
}

.column362 {
    width: 362px;
}

.column348 {
    width: 348px;
}

.column60 {
    width: 60%;
}

.column65 {
    width: 65%;
}

.column75 {
    width: 75%;
}

.column90 {
    width: 90%;
}

.title {
    width: 60px;
}

.titleLarge {
    width: 80px;
}

.titleLarge120 {
    width: 120px;
}

.marginLogin {
    margin: 40px 0;
}

.paddingLogin {
    padding: 50px 0px;
}

.priceTitle {
    width: 160px;
}

.el-select {
    display: inline-block;
    position: relative;
    width: 96%;
}

.column64 {
    width: 64%;
}

.column60 {
    width: 60%;
}

.column80 {
    width: 460px;
}

.column70 {
    width: 70%;
}

.column95 {
    width: 95%;
}

.column100 {
    width: 100%;
}

.addressColumn {
    width: 250px;
    padding-right: 20px;
}

.addressColumnData {
    width: 300px;
    padding-left: 20px;
}

.borderTop {
    border-top: 1px dotted #cccccc;
    padding: 6px 0;
}

.paddingNone {
    padding: 6px 0;
}

.borderBottom {
    border-bottom: 1px dotted #cccccc;
}

.productLowercase {
    text-transform: capitalize;
}

.quoteTabs {
    margin: 0 155px;
}

.quoteHeight {
    padding-top: 15px;
    padding-bottom: 102px;
    padding-left: 10px;
    padding-right: 10px;
}

.paddingLeft {
    padding-left: 15px;
}

.quoteTabs:active {
    margin: 0 140px;
}

.centerContainer {
    margin: 0 auto;
    display: block;
    position: relative;
}

.containerButtons {
    margin: 0px auto;
    position: relative;
    text-align: center;
}

.centerTable {
    margin: 15px 50px;
    /*padding: 0;*/
    display: block;
}

.support {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    line-height: 18px;
    font-size: 14px;
    display: block;
    padding: 10px 0;
    font-weight: 900;
}

.subTable {
    margin: 20px;
    /*padding: 0;*/
    display: block;
}

.leftContainer {
    float: left;
}

.rightContainer {
    float: right;
}

.buttonPadding {
    margin-right: 18px;
}

.paddingTopLarge {
    margin-top: 40px;
}

.paddingTopELarge {
    margin-top: 50px;
}

.paddingTopSmall {
    margin-top: 20px;
}

.optionMargin {
    padding-left: 20px;
    padding-right: 20px;
}

.addressMargin {
    padding-left: 10px;
    padding-right: 10px;
}

.body {
    margin: 0 auto;
    border-radius: 20px;
    border: 4px solid #e1e1e1;
    background-color: #ffffff;
    padding: 20px 40px;
    width: 700px;
    height: 550px;
    overflow-x: hidden;
}

.overflow {
    width: 690px;
    height: 380px;
    /*overflow-y: auto;*/
    /*overflow-x: hidden;*/
    padding: 10px;
    margin: 0 auto;
}

.overflowCheckout {
    width: 660px;
    height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px;
    margin: 0 auto;
}

.overflowContainer {
    width: 660px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px;
    margin: 0 auto;
}

.padding9 {
    padding-left: 10px;
}

.totalContainer {
    width: 100%;
    border-top: 1px solid #e1e1e1;
    margin-top: 32px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.product {
    max-width: 191px;
    height: 230px;
    text-align: center;
    /*word-wrap: break-word;*/
    /*text-transform: capitalize;*/
    overflow-wrap: break-word;
    /*height: 250px;*/
}

.lineHeight {
    line-height: 25px;
}

.lineHeight20 {
    line-height: 20px;
}

.lineHeight36 {
    line-height: 36px;
}

.marginBody {
    margin: 20px 10px;
}

.teal {
    color: #00859c;
}

.red {
    color: #e50051;
}

.label {
    width: 120px;
}

.black {
    color: #575756;
}

.rifat {
    margin: 23% 25%;
}

.padding {
    padding: 15px;
}

.required {
    padding-top: 10px;
    padding-right: 15px;
}

.margin {
    margin-top: 10px;
    margin-bottom: 10px;
}

.paddingTitle {
    padding-top: 15px;
}

.paddingSubtitle {
    margin-bottom: 10px;
}

.radioPadding {
    padding: 10px 15px;
}

.el-radio + .el-radio {
    margin-left: 0px;
}

.textAlignCenter {
    text-align: center;
}

.textAlignRight {
    text-align: right;
}

.textAlignLeft {
    text-align: left;
}

.el-tabs--left .el-tabs__item.is-left {
    text-align: center;
}

/* el-step */

.el-step__head.is-finish {
    color: #00859c;
}

.el-step__head.is-process {
    color: #00859c;
}

.el-step__head.is-wait {
    color: #c0c4cc;
}

.el-step__title.is-finish {
    color: #575756;
}

.el-step__head.is-finish {
    color: #00859c;
    border-color: #00859c;
}

.el-step__line {
    color: #00859c;
}

.el-step__icon.is-text.is-wait {
    border-radius: 50%;
    border: 2px solid;
    border-color: inherit;
    background-color: #c0c4cc;
}

.el-tabs--border-card > .el-tabs__header .el-tabs__item.is-disabled {
    color: #909399
}

.borderNone {
    border: none;
}

.borderNone:hover {
    border: none;
    background-color: transparent;
}

.el-step__icon {
    position: relative;
    z-index: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 24px;
    height: 24px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent;
    -webkit-transition: .15s ease-out;
    transition: .15s ease-out;
}

.el-step__icon {
}

.el-popover {
    position: absolute;
    background: #fff;
    min-width: 150px;
    border: 1px solid #ebeef5;
    padding: 12px;
    z-index: 2000;
    color: #303133;
    line-height: 1.6;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}

.el-popover__title {
    color: #00859c;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 12px;
}

.tabWidth {
    width: 197px;
}

.tabHeight {
    height: 60px;
}

.layout__height-250px {
    height: 250px;
}

.el-step__icon.is-text {
}

.el-step__icon.is-wait {
}

.el-step__title.is-process {
    color: #86898e;
}

.el-step__title {
    font-size: 15px;
    line-height: 38px;
    padding-bottom: 10px;
}

.el-step__head.is-wait {
    color: #c0c4cc;
    border-color: #c0c4cc;
}

.el-step__icon-inner.is-status {
}

/* Buttons */
button[type=button] {
    text-align: center;
}

.ravensworthButtons {
    border-radius: 3px;
    padding: 10px 30px;
    min-width: 150px;
    font-size: calc(14px);
}

.ravensworthButtonsOptions {
    border-radius: 3px;
    padding: 10px 30px;
    width: 80px;
    font-size: calc(14px);
}

.redButton {
    color: #e50051;
    border: thin solid #e50051;
}

.redButton:visited {
    color: #e50051;
    border: thin solid #e50051;
}

.redButton:focus {
    color: #e50051;
    background-color: #ffffff;
    border: thin solid #e50051;
}

.redButton:active {
    color: #e50051;
    border: thin solid #e50051;
}

.redButton:hover {
    background-color: #e50051;
    color: #FFFFFF;
    border-color: #e50051;
}

.productButton {
    color: #00859c;
    border: thin solid #f7f8fa;
}

.productButton:visited {
    color: #ffffff;
    background-color: #00859c;
    border: thin solid #00859c;
}

.productButton:focus {
    color: #ffffff;
    background-color: #00859c;
    border: thin solid #00859c;
}

.productButton:active {
    color: #ffffff;
    background-color: #00859c;
    border: thin solid #00859c;
}

.productButton:hover {
    color: #ffffff;
    background-color: #00859c;
    border: thin solid #00859c;
}

/* el radio */
.el-radio__inner {
    width: 20px;
    height: 20px;
}

.el-radio__input.is-checked .el-radio__inner {
    border-color: #00859c;
    background: #00859c;
}

.el-radio__inner::after {
    width: 6px;
    height: 6px;
    border-radius: 4px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%) scale(0);
    transform: translate(-50%,-50%) scale(0);
    -webkit-transition: -webkit-transform .15s ease-in;
    transition: -webkit-transform .15s ease-in;
    transition: transform .15s ease-in;
    transition: transform .15s ease-in,-webkit-transform .15s ease-in;
}

.el-radio__input.is-checked + .el-radio__label {
    color: #00859c;
}

.el-radio-button {
    margin: 5px;
    border: none;
    border-radius: 4px;
    display: inline-block;
    margin: 10px;
}

.redButtonSelect {
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #e50051;
    border-radius: 4px;
}

.redButtonSelect:checked {
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #e50051;
    border-radius: 4px;
}

.el-radio-button__inner {
    border: none;
    color: #00859c;
    padding: 12px 3px;
!important;
}

.el-radio-button__orig-radio:checked + .el-radio-button__inner {
    color: #fff;
    background-color: #00859c;
    border-color: #00859c;
    -webkit-box-shadow: -1px 0 0 0 #00859c;
    box-shadow: -1px 0 0 0 #00859c;
}

.el-radio-button__orig-radio:hover + .el-radio-button__inner {
    color: #fff;
    background-color: #00859c;
    border-color: #00859c;
    -webkit-box-shadow: -1px 0 0 0 #00859c;
    box-shadow: -1px 0 0 0 #00859c;
}

.el-radio-button:first-child .el-radio-button__inner {
    border-left: none;
    /*border-radius: 4px 0 0 4px;*/
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.el-radio-button {
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    display: inline-block;
}

.el-radio-group {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    font-size: 0;
}

.productBackground {
    background: #f7f8fa;
}

.greyBackground {
    background-color: #ebeef5;
}

/*.el-collapse-item__content {*/
/*padding-bottom: 15px;*/
/*font-size: 13px;*/
/*color: #303133;*/
/*line-height: 1.769230769230769;*/
/*}*/

.optionPadding {
    /*padding-top: 20px;*/
    /*padding-left: 20px;*/
    /*padding-right: 20px;*/
    /*padding-right: 49px;*/
}

.el-collapse-item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    line-height: 48px;
    color: #303133;
    cursor: pointer;
    border-bottom: 1px solid #ebeef5;
    background-color: #ebeef5;
    font-size: 13px;
    font-weight: 500;
    -webkit-transition: border-bottom-color .3s;
    transition: border-bottom-color .3s;
    outline: 0;
    padding: 0px 10px;
}

.optionHeader {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*height: 38px;*/
    /*line-height: 38px;*/
    /*color: #303133;*/
    /*cursor: pointer;*/
    /*border-bottom: 1px solid #ebeef5;*/
    background-color: #ebeef5;
    font-size: 11px;
    font-weight: 200;
    -webkit-transition: border-bottom-color .3s;
    transition: border-bottom-color .3s;
    /*outline: 0;*/
    /*padding-right: 10px;*/
    /*margin-bottom: 10px;*/
    /*width: 280px*/
    width: 100%;
    padding: 10px 0;
    margin-bottom: 10px;
}

.paddingBottom {
    padding-bottom: 30px;
}

.jobReferenceContainer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    line-height: 48px;
    font-size: 13px;
    font-weight: 500;
    -webkit-transition: border-bottom-color .3s;
    transition: border-bottom-color .3s;
    outline: 0;
    padding-right: 10px;
    width: 320px
}

.jobReference {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    line-height: 48px;
    /*color: #303133;*/
    cursor: pointer;
    border-bottom: 1px solid #ebeef5;
    background-color: #ebeef5;
    font-size: 13px;
    font-weight: 500;
    -webkit-transition: border-bottom-color .3s;
    transition: border-bottom-color .3s;
    outline: 0;
    padding: 10px;
    width: 320px;
    margin-left: 10px;
}

.lightGreyFont {
    color: #A9A9A9;
}

.price {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    line-height: 38px;
    font-size: 16px;
}

p {
    font-size: 16px;
}

.optionIcon {
    background-color: #d3d6dc;
    width: 49px;
    height: 49px;
    margin-right: 10px;
}

.iconSize {
    width: 60px;
    height: 60px;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 25px;
}

/*.iconPadding {*/
/*margin-left: 12px;*/
/*margin-right: 12px;*/
/*margin-top: 45px;*/
/*margin-bottom: 25px;*/
/*}*/

.el-tabs--bottom .el-tabs--left .el-tabs__item:nth-child(2), .el-tabs--bottom .el-tabs--right .el-tabs__item:nth-child(2), .el-tabs--bottom.el-tabs--border-card .el-tabs__item:nth-child(2), .el-tabs--bottom.el-tabs--card .el-tabs__item:nth-child(2), .el-tabs--top .el-tabs--left .el-tabs__item:nth-child(2), .el-tabs--top .el-tabs--right .el-tabs__item:nth-child(2), .el-tabs--top.el-tabs--border-card .el-tabs__item:nth-child(2), .el-tabs--top.el-tabs--card .el-tabs__item:nth-child(2) {
    padding-left: 5px;
}

.el-tabs__item {
    padding: 0px 5px;
    height: 160px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*line-height: 20px;*/
    /*display: inline-block;*/
    vertical-align: top;
    list-style: none;
    font-size: 14px;
    /*font-weight: 500;*/
    color: #303133;
    position: relative;
    text-align: center;
    margin-bottom: 1px;
    line-height: 25px;
}

.errorMessage {
    padding: 10px 10px;
    border: none;
    border-radius: 3px;
    color: #A94442;
    background-color: #F2DEDE;
    float: left;
    margin: 30px 0;
}

.el-tabs--border-card {
    background: #fff;
    border: 1px solid #dcdfe6;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.12), 0 0 6px 0 rgba(0,0,0,.04);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.12), 0 0 6px 0 rgba(0,0,0,.04);
    width: 98%;
}

.el-tabs--border-card > .el-tabs__header .el-tabs__item.is-active {
    color: #00859c;
    background-color: #fff;
    border-right-color: #dcdfe6;
    border-left-color: #dcdfe6;
}

.el-tabs--border-card > .el-tabs__header .el-tabs__item:not(.is-disabled):hover {
    color: #00859c;
}

.optionIconRight {
    background-color: #d3d6dc;
    width: 49px;
    height: 49px;
    float: right;
}

.el-collapse-item__header {
    font-size: 18px;
    color: #00859c;
    text-align: left;
}

.el-carousel__mask, .el-cascader-menu, .el-cascader-menu__item.is-disabled:hover, .el-collapse-item__header, .el-collapse-item__wrap {
    color: #00859c;
    background: transparent;
}

.el-collapse-item__arrow {
    margin: 0 8px 0 auto;
    transition: transform .3s;
    font-weight: 300;
}

.el-carousel__arrow--left {
    left: 0px;
}

.el-carousel__item {
    display: inline-block;
    overflow: visible;
    z-index: 0;
}

.el-carousel__arrow--right {
    right: 0px;
}

.el-carousel__arrow {
    font-size: 22px;
    font-weight: 900;
}

.el-loading-spinner i {
    color: #00859c;
    font-size: 150px;
}

.el-loading-spinner .el-loading-text {
    color: #00859c;
    margin: 3px 0;
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.productPreviewIcon {
    width: 150px;
    height: 150px;
    /*padding: 15px;*/
}

.el-radio-button__inner {
    line-height: 1;
    white-space: nowrap;
    background: #fff;
    border: none;
    font-weight: 500;
    border-left: 0;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    margin: 0;
    cursor: pointer;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    padding: 12px 3px;
    font-size: 14px;
    border-radius: 0;
    overflow-wrap: break-word;
}

.el-radio-button__inner:hover {
    color: #409EFF;
}

.productWindow {
    width: 190px;
    height: 150px;
    /*border: 1px solid #f7f8fa;*/
    cursor: pointer;
    /*background-image: radial-gradient(#ffffff, #f1f2f3, #f1f2f3);*/
}


.productText {
    width: 170px;
    height: 44px;
    padding: 5px 10px;
    text-align: center;
}

.productPadding {
    margin: 10px;
}

.productPaddingLeft {
    margin: 10px;
}

.noPadding {
    padding: 0;
}

.el-button + .el-button {
    margin: 0px;
}

.el-select-dropdown__item.selected {
    color: #00859c;
    font-weight: 700;
}

.weightWidth {
    width: 119px;
    height: auto;
}

.quantWidth {
    width: 63px;
    height: auto;
}

.blank {
    width: 100%;
    height: 100%;
}

.lamWidth {
    width: 545px;
    /*height: auto;*/
}

.paddingInput {
    padding-left: 6px;
}

.addButton {
    min-width: 130px;
}

.marginInput {
    margin-top: 5px;
}

.el-input__inner {
    height: 36px;
}

h3 {
    font-weight: 900;
    font-size: 20px;
}

.rifatpdf {
    height: 45px;
}

.paddingLabels {
    margin-bottom: -40px;
}

.paddingTabs {
    padding: 10px 0;
}

.el-tabs__nav-wrap {
    overflow: hidden;
    margin-bottom: -1px;
    position: relative;
    height: 160px;
}

.quote {
    height: 60px;
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item {
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    border: 1px solid transparent;
    margin: 1px -1px 0;
    color: #909399;
}

.el-scrollbar__wrap {
    overflow: scroll;
    height: 240px;
}

.el-select-dropdown__item {
    font-size: 15px;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #606266;
    height: 36px;
    line-height: 36px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.el-select-dropdown__item.hover, .el-select-dropdown__item:hover {
    background-color: #00859c;
    color: #FFFFFF;
    opacity: 0.9;
}

.el-select .el-input .el-select__caret {
    color: #00859c;
    font-size: 20px;
    font-weight: 900;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    cursor: pointer;
}