.customtab li a.nav-link.active {
    border-bottom: 3px solid var(--maisie-violet) !important;
    color: var(--maisie-violet) !important;
}

.customtab li a.nav-link:hover {
    color: #54667a !important;
    border-bottom: 3px solid #54667a !important;
}

.customtab li a.nav-link.active:hover {
    border-bottom: 3px solid var(--maisie-violet) !important;
    color: var(--maisie-violet) !important;
}

.red-hover-123 a:hover, a:visited, a:active {
    color: var(--maisie-violet);
}

.btn-chatbot-cancel {
    min-width: 200px;
    border-radius: 10px;
    background-color: #cccccc
}

.price-drop-quick-reply {
    border: solid 1px lightskyblue;
    border-radius: 5px;
    vertical-align: middle;
    line-height: 1.5;
    box-shadow: none;
    width: 100%;
    font-size: 15px;
    font-family: Arial, SansSerif !important;
    padding: 8px 10px 8px 10px;
    text-align: center;
}


button {
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    outline: 0;
}

.arrow {
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -45px;
    margin-left: -35px;
    width: 70px;
    height: 90px;
}

.left {
    left: -5%;
}

.fixbug .left{
    left: unset!important;
}

.fixbug .right{
    left: unset!important;
}

.right {
    left: 105%;
}

span .maisie-variable-color-span {
    color: var(--maisie-violet)
}

.custom-box-btn {
    margin: 10px 10px 10px 0;
    min-width: 115px;
    font-size: 1rem !important;
}

.chat-save-btn-color {
    background-color: var(--maisie-blue);
    color: white !important;
}

.left:hover polyline,
.left:focus polyline {
    stroke-width: 3;
}

.left:active polyline {
    stroke-width: 6;
    transition: all 100ms ease-in-out;
}

.right:hover polyline,
.right:focus polyline {
    stroke-width: 3;
}

.right:active polyline {
    stroke-width: 6;
    transition: all 100ms ease-in-out;
}

polyline {
    transition: all 250ms ease-in-out;
}

.maisie-page-customtab-internal {
    padding: 10px;
}

div.maisie-starter-radioDiv {
    border-radius: 10px;
    border: 3px solid var(--maisie-violet);
    -webkit-transition: .4s;
}

div.maisie-triggers-radioDiv {
    border-radius: 10px;
    border: 3px solid var(--maisie-violet);
    -webkit-transition: .4s;
}

/* toggle css next */

.chatbot-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

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

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

.chatbot-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .chatbot-slider {
    background-color: #09ba07;
}

input:focus + .chatbot-slider {
    box-shadow: 0 0 1px #09ba07;
}

input:checked + .chatbot-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

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

.chatbot-slider.chatbot-round:before {
    border-radius: 50%;
}

div.chatbot-div-item{
    margin: 10px 0px 10px 60px !important;
    padding: 5px; !important;
    border-radius: 5px; !important;
}

.best-sellers-item-controls-inline {
    display: none;
}

.best-sellers-item-inline:hover .best-sellers-item-controls-inline,
.best-sellers-item-controls-inline:hover {
    display: flex;
    position: absolute;
    margin: -2px 0 0 100%;
    height: calc(100% + 4px);
    top: 0;
    /*border-radius: 5px;*/
    align-items: center;
    border-right: dashed #fe4a49 2px;
    border-top: dashed #fe4a49 2px;
    border-bottom: dashed #fe4a49 2px;
}

.best-sellers-item-controls-inline>div{
    height: 30px;
    vertical-align: center;
    text-align: center;
    margin: 10px;
    cursor: pointer;
}

.best-sellers-item-controls-inline>div img{
    width: 30px;
}

.best-sellers-item-inline-body {
    display: flex;
    align-items: center;
}

.best-sellers-item-inline:hover {
    position: relative;
    /*border-radius: 5px;*/
    /*border-left: dashed #fe4a49 2px;*/
    /*border-top: dashed #fe4a49 2px;*/
    /*border-bottom: dashed #fe4a49 2px;*/
}


.get-messenger {
    border-radius: 3px;
    background: #0087fa;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    margin: 10px auto;
    width: 175px;
    height: 36px;
    padding: 3px 10px 7px;
}

.get-messenger--left {
    margin-right: 0;
    margin-left: 0;
}

.get-messenger--text {
    white-space: nowrap;
    font-size: 15px;
    vertical-align: bottom;
    line-height: 30px;
    font-family: Helvetica, Arial, sans-serif;
}

.get-messenger .mdi-facebook-messenger:before {
    padding: 0;
    font-size: 20px;
}

.timepicker input{
    font-weight: 400 !important;
    font-family: 'Roboto', 'Lato', sans-serif !important;
    color: #000000;
    font-size: 16px;
}

.timepicker.timepicker-error input{
    border-color: var(--maisie-violet);
}

.alert-warning--DANGER {
  color: var(--maisie-black);
  background-color: #FEC8C8;
}

.alert-text {
    width: 100%;
    display: inline-block;
    margin-right: 10px;
}


.alert-close-button {
    position: absolute;
    top: 10px;
    right: 10px;
}

.alert {
    position: relative;
}