﻿:root {
    --mud-palette-black: rgba(39,44,52,1);
    --mud-palette-white: rgba(255,255,255,1);
    --mud-palette-primary: #0b79aa !important;
    --mud-palette-primary-rgb: 89, 74, 226;
    --mud-palette-primary-text: rgba(255,255,255,1);
    --mud-palette-primary-darken: #09435c !important;
    --mud-palette-primary-lighten: #0b79aa91 !important;
    --mud-palette-primary-hover: #2D8699;
}

html, body {
    font-family: 'Lato', sans-serif;
    background: #ebf0f4;
    font-weight: 500;
    color: #404040;
}

html {
    overflow-y: scroll;
}

fieldset.scheduler-border {
    border: 2px solid #ced4da !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
    color: #646C79;
}

.resendEmailButton {
    background: none !important;
    border: none;
    padding: 0 !important;
    font-family: 'Lato', sans-serif;
    color: #0366D6;
    cursor: pointer;
    font-weight: 500;
}

table {
    color: #404040 !important;
}

h1, h2, h3 {
    font-weight: bold;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 21px;
}

.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}

.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}

    .ribbon::before,
    .ribbon::after {
        position: absolute;
        z-index: -1;
        content: '';
        display: block;
        border: 5px solid #2980b9;
    }

    .ribbon span {
        position: absolute;
        display: block;
        width: 200px;
        padding: 10px 20px 10px 0px;
        background-color: #3498db;
        box-shadow: 0 5px 10px rgba(0,0,0,.1);
        color: #fff;
        font: 600 14px/1 'Lato', sans-serif;
        text-shadow: 0 1px 1px rgba(0,0,0,.2);
        /* text-transform: uppercase; */
        text-align: center;
    }

/* top left*/
.ribbon-top-left {
    top: -10px;
    left: -10px;
}

    .ribbon-top-left::before,
    .ribbon-top-left::after {
        border-top-color: transparent;
        border-left-color: transparent;
    }

    .ribbon-top-left::before {
        top: 0;
        right: 0;
    }

    .ribbon-top-left::after {
        bottom: 0;
        left: 0;
    }

    .ribbon-top-left span {
        right: -10px;
        top: 30px;
        transform: rotate(-45deg);
    }

/* top right*/
.ribbon-top-right {
    top: -10px;
    right: -10px;
}

    .ribbon-top-right::before,
    .ribbon-top-right::after {
        border-top-color: transparent;
        border-right-color: transparent;
    }

    .ribbon-top-right::before {
        top: 0;
        left: 0;
    }

    .ribbon-top-right::after {
        bottom: 0;
        right: 0;
    }

    .ribbon-top-right span {
        left: -25px;
        top: 30px;
        transform: rotate(45deg);
    }

/* bottom left*/
.ribbon-bottom-left {
    bottom: -10px;
    left: -10px;
}

    .ribbon-bottom-left::before,
    .ribbon-bottom-left::after {
        border-bottom-color: transparent;
        border-left-color: transparent;
    }

    .ribbon-bottom-left::before {
        bottom: 0;
        right: 0;
    }

    .ribbon-bottom-left::after {
        top: 0;
        left: 0;
    }

    .ribbon-bottom-left span {
        right: -25px;
        bottom: 30px;
        transform: rotate(225deg);
    }

/* bottom right*/
.ribbon-bottom-right {
    bottom: -10px;
    right: -10px;
}

    .ribbon-bottom-right::before,
    .ribbon-bottom-right::after {
        border-bottom-color: transparent;
        border-right-color: transparent;
    }

    .ribbon-bottom-right::before {
        bottom: 0;
        left: 0;
    }

    .ribbon-bottom-right::after {
        top: 0;
        right: 0;
    }

    .ribbon-bottom-right span {
        left: -25px;
        bottom: 30px;
        transform: rotate(-225deg);
    }

._2Fdfj-plansContainer {
    margin-left: 15px;
    width: 94%;
}

._1MrmA-plansWrapper, ._3P2pJ-businessPlanWrapper, ._26Txd-plansDiscountWrapper {
    -webkit-box-shadow: 0 0 5px 0 rgba(31, 36, 60, .15);
    background-color: #fff;
    border: 1px solid #e7e9f5;
    border-radius: 3px;
    box-shadow: 0 0 5px 0 rgba(31, 36, 60, .15);
}

    ._1MrmA-plansWrapper > div:last-child, ._3P2pJ-businessPlanWrapper > div:last-child, ._26Txd-plansDiscountWrapper > div:last-child {
        border: 0;
        border-radius: 3px;
    }

        ._1MrmA-plansWrapper > div:last-child:not(._39rgU-splash) {
            -webkit-box-shadow: 0 0 0 rgba(31, 36, 60, .15);
            /* border: 2px solid #41d9b5; */
            border-radius: 0 0 3px;
            box-shadow: 0 0 0 rgba(31, 36, 60, .15);
            height: 97px;
        }

            ._1MrmA-plansWrapper > div:last-child:not(._39rgU-splash):hover {
                -webkit-box-shadow: 0 0 2px rgba(31, 36, 60, .15);
                box-shadow: 0 0 2px rgba(31, 36, 60, .15);
            }

    ._1MrmA-plansWrapper._39rgU-splash {
        -webkit-box-shadow: none;
        border-radius: 10px;
        border-width: 0;
        box-shadow: none;
    }

        ._1MrmA-plansWrapper._39rgU-splash > div:first-child:not(._1MrmA-plansWrapper._39rgU-splash._1lUDz-highlightBorder) {
            border-radius: 10px 10px 0 0;
        }

        ._1MrmA-plansWrapper._39rgU-splash > div:last-child {
            border-radius: 0 0 10px 10px;
        }

._1PWfG-businessPlanWrapperTest, ._2FBmK-planWrapperTest, ._15skW-planWrapper {
    -moz-box-align: center;
    -moz-box-orient: horizontal;
    -moz-box-pack: justify;
    -moz-transition: background-color .3s, box-shadow .3s;
    -ms-flex-align: center;
    -ms-flex-direction: row;
    -ms-flex-pack: justify;
    -ms-transition: background-color .3s, box-shadow .3s;
    -o-box-align: center;
    -o-box-orient: horizontal;
    -o-box-pack: justify;
    -o-transition: background-color .3s, box-shadow .3s;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: justify;
    -webkit-box-shadow: 0 0 0 rgba(50, 52, 57, .11);
    -webkit-flex-direction: row;
    -webkit-justify-content: space-between;
    -webkit-transition: background-color .3s, box-shadow .3s;
    align-items: center;
    background-color: #fff;
    border: 1px solid #e4e6f2;
    border-radius: 3px;
    box-shadow: 0 0 0 rgba(50, 52, 57, .11);
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    flex-direction: row;
    height: 135px;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 30px 40px;
    position: relative;
    text-align: left;
    transition: background-color .3s, box-shadow .3s;
    width: 530px;
}

    ._1PWfG-businessPlanWrapperTest._3xCQ9-best, ._2FBmK-planWrapperTest._3xCQ9-best, ._15skW-planWrapper._3xCQ9-best {
        -webkit-box-shadow: 0 0 0 #42cdad;
        border-color: #42cdad;
        border-width: 2px;
        box-shadow: 0 0 0 #42cdad;
    }

        ._1PWfG-businessPlanWrapperTest._3xCQ9-best:hover, ._2FBmK-planWrapperTest._3xCQ9-best:hover, ._15skW-planWrapper._3xCQ9-best:hover {
            -webkit-box-shadow: 0 0 2px #42cdad;
            box-shadow: 0 0 2px #42cdad;
        }

    ._1PWfG-businessPlanWrapperTest:hover, ._2FBmK-planWrapperTest:hover, ._15skW-planWrapper:hover {
        -webkit-box-shadow: 0 0 2px #e4e6f2;
        background-color: #fff;
        box-shadow: 0 0 2px #e4e6f2;
        cursor: pointer;
    }

._1PWfG-businessPlanWrapperTest, ._2FBmK-planWrapperTest {
    border: 0;
    border-bottom: 1px solid #e7e9f5;
    border-radius: 3px 3px 0 0;
    height: 93px;
    margin: 0;
    padding: 30px;
    width: 100%
}

    ._1PWfG-businessPlanWrapperTest._39rgU-splash, ._2FBmK-planWrapperTest._39rgU-splash {
        border-bottom: 0;
        height: 112px;
        padding: 0 30px;
    }

        ._1PWfG-businessPlanWrapperTest._39rgU-splash._1lUDz-highlightBorder, ._2FBmK-planWrapperTest._39rgU-splash._1lUDz-highlightBorder {
            border: 2px solid #15c39a;
            border-radius: 10px;
        }

        ._1PWfG-businessPlanWrapperTest._39rgU-splash:not(:last-child) ._2FuUM-planContentContainer, ._2FBmK-planWrapperTest._39rgU-splash:not(:last-child) ._2FuUM-planContentContainer {
            border-bottom: 1px solid #e7e9f5;
        }

    ._1PWfG-businessPlanWrapperTest:hover, ._2FBmK-planWrapperTest:hover {
        -webkit-box-shadow: 0 0 5px rgba(50, 52, 57, .15);
        background-color: #f9faff;
        box-shadow: 0 0 5px rgba(50, 52, 57, .15);
        cursor: pointer;
    }

._1ANE2-planTitleContainer, ._2FuUM-planContentContainer {
    -moz-box-align: center;
    -moz-box-orient: horizontal;
    -ms-flex-align: center;
    -ms-flex-direction: row;
    -o-box-align: center;
    -o-box-orient: horizontal;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    flex-direction: row;
}

._2FuUM-planContentContainer {
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -o-box-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    height: 100%;
    justify-content: space-between;
    width: 100%
}

._2FBmK-planWrapperTest.focus, ._2FBmK-planWrapperTest:focus, .priceselected {
    background-color: #42cdad40 !important;
    border: 1px solid #42cdad !important;
    outline: 1px solid #42cdad !important;
}

._1PWfG-businessPlanWrapperTest._39rgU-splash:not(:last-child) ._2FuUM-planContentContainer, ._2FBmK-planWrapperTest._39rgU-splash:not(:last-child) ._2FuUM-planContentContainer {
    border-bottom: 1px solid #e7e9f5;
}

._1PWfG-businessPlanWrapperTest, ._1PWfG-businessPlanWrapperTest ._2FuUM-planContentContainer {
    -moz-box-align: start;
    -ms-flex-align: start;
    -o-box-align: start;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
}

._2SgF6-businessPlanDesc, .UGaKv-planDesc {
    min-width: 210px;
}

._2SgF6-businessPlanDesc, .UGaKv-planDesc {
    -moz-box-align: center;
    -moz-box-pack: justify;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -o-box-align: center;
    -o-box-pack: justify;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    justify-content: space-between;
    margin-right: 6px;
    min-width: 220px;
    width: 100%
}

    ._2SgF6-businessPlanDesc._39rgU-splash, .UGaKv-planDesc._39rgU-splash {
        width: 85%
    }

._3wQ_D-planTitleTest {
    font: normal 400 17px 'Lato', sans-serif;
    letter-spacing: -.09px;
}

._3NhN9-planTitle, ._3wQ_D-planTitleTest {
    /* font: normal 400 24px/32px 'Lato', sans-serif;*/
    letter-spacing: -.2px;
}

._3NhN9-planTitle, ._3wQ_D-planTitleTest {
    color: #646C79;
    font-family: 'Lato', sans-serif;
    text-align: left;
}

._3NhN9-planTitle, ._3wQ_D-planTitleTest {
    -moz-box-align: center;
    -moz-box-orient: horizontal;
    -ms-flex-align: center;
    -ms-flex-direction: row;
    -o-box-align: center;
    -o-box-orient: horizontal;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    flex-direction: row;
}

._3NhN9-planTitle, ._3wQ_D-planTitleTest {
    color: #646C79;
    font-family: 'Lato', sans-serif;
    text-align: left;
}

._1j-Wh-businessPlanPrice, ._2_Msa-planPriceContainer {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    margin-right: 10px;
}

._2_Msa-planPriceContainer {
    -moz-box-align: end;
    -moz-box-lines: single;
    -moz-box-orient: vertical;
    -ms-flex-align: end;
    -ms-flex-flow: column nowrap;
    -o-box-align: end;
    -o-box-lines: single;
    -o-box-orient: vertical;
    -webkit-align-items: flex-end;
    -webkit-box-align: end;
    -webkit-box-lines: single;
    -webkit-box-orient: vertical;
    -webkit-flex-flow: column nowrap;
    align-items: flex-end;
    flex-flow: column nowrap;
}

._1lrSS-planPrice {
    -moz-box-align: end;
    -moz-box-orient: horizontal;
    -ms-flex-align: end;
    -ms-flex-direction: row;
    -o-box-align: end;
    -o-box-orient: horizontal;
    -webkit-align-items: flex-end;
    -webkit-box-align: end;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    align-items: flex-end;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    flex-direction: row;
    margin-top: 2px;
}

    ._1lrSS-planPrice._39rgU-splash {
        -moz-box-align: center;
        -ms-flex-align: center;
        -o-box-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
    }

._1loW5-planPrice, ._3EUpz-splashPriceContainer {
    -moz-box-orient: horizontal;
    -ms-flex-direction: row;
    -o-box-orient: horizontal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    flex-direction: row;
}

._1loW5-planPrice {
    -moz-box-align: end;
    -ms-flex-align: end;
    -o-box-align: end;
    -webkit-align-items: flex-end;
    -webkit-box-align: end;
    align-items: flex-end;
    margin-top: 2px;
}

    ._1loW5-planPrice._3kk4k-splash {
        -moz-box-align: center;
        -ms-flex-align: center;
        -o-box-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
    }

._1RpUH-billedPaymentTest {
    font-size: 13px;
    margin-top: 2px;
    min-width: 200px;
    color: #8189a9;
}

._1toW1-newPrice, ._1XkAv-regularPriceTest, ._2rZ73-regularPrice, .zWZjl-newPriceTest {
    font: normal 400 18px/27px 'Lato', sans-serif;
    letter-spacing: 0;
}

._1XkAv-regularPriceTest {
    font: normal 400 16px/25px 'Lato', sans-serif;
    letter-spacing: 0;
}

._1toW1-newPrice, ._1XkAv-regularPriceTest, ._2rZ73-regularPrice, .zWZjl-newPriceTest {
    color: #646C79;
}

._1WikI-oldPriceTest, ._3Q1ye-oldPrice, ._39rVU-duration {
    color: #8189a9;
    font-size: 16px;
}

._3Q1ye-oldPrice, ._39rVU-duration {
    color: #8189a9;
    font-size: 16px;
    margin-bottom: 1px;
}

._2vXY_-basic.J7HC8-loading ._1vpLY-content {
    visibility: hidden;
}

.ezdnb-planPriceSavings {
    -moz-box-orient: horizontal;
    -ms-flex-direction: row;
    -o-box-orient: horizontal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    background: #d7f7f0;
    border-radius: 3px;
    color: #0d8065;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    flex-direction: row;
    font-size: 10px;
    letter-spacing: .04em;
    line-height: 16px;
    padding: 0 4px;
    text-transform: uppercase;
    width: fit-content;
}

.p-4 {
    padding: 30px !important;
}

.orient {
    image-orientation: from-image;
}

.flex-1 {
    flex: 1;
}

.relative {
    position: relative;
}

.form-control-lg {
    font-size: inherit;
    padding: 1.5rem 1rem;
}

/* Tables */
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #EDF4FB;
    opacity: 0.8;
}

table th {
/*    padding: 15px 30px !important;*/
    background-color: #EDF4FB;
    color: #646C79;
    font-size: 16px;
    font-weight: normal;
    border-top: none !important;
    border-bottom: none !important;
    opacity: 70%;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.bg-light-1 {
    background-color: #EDF4FB;
}

table td {
    background-color: white;
   /* padding: 15px 30px !important;*/
    word-break: normal;
    /* width: 50px; */
    color: #667A8E;
}

.separator {
    border-right: 1px Solid #dee2e6;
}

.br-10 {
    border-radius: 10px;
}

table th {
    background: none;
}

table tr {
    transition: all 0.2s;
}

.scroll {
    overflow-y: auto;
}

.v-mid {
    vertical-align: middle;
}

.ck.ck-dropdown:last-of-type {
    display: none;
}

.f-14 {
    font-size: 14px;
}

.f-12 {
    font-size: 12px;
}

.clip {
    overflow: hidden;
}

.padding {
    padding: 15px 30px;
}

.p-custom {
    padding: 30px;
}

p.label {
    color: #646C79;
}

.radius {
    border-radius: 4px;
}

.text-gray {
    color: #646C79;
}

.text-bold {
    font-weight: bold;
}

.pointer {
    cursor: pointer;
}

a, .btn-link {
    color: #0366d6;
}

.badge {
    padding: 8px 16px;
    font-weight: normal;
    font-size: 14px;
}

.badge-info {
    background-color: #00bcd44f !important;
}

.centered {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.btn-group > .btn:active {
    z-index: 0 !important;
}

.border-primary {
    border-color: #006195 !important;
}

.calendar-table th {
    padding: 0 !important;
    background-color: inherit !important;
}

.calendar-table td {
    padding: 0 !important;
}

.auth-shell {
    max-width: 625px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    /* bottom: 0px;  */
    margin: auto;
    height: 70vh;
    height: fit-content;
}

.auth-bg {
    position: absolute;
    bottom: 0;
    left: 0;
}

.auth-content {
    position: inherit;
    z-index: 1;
}

.tree-node {
    border: solid 1px #dee2e6;
    margin-bottom: -1px;
    padding: 12px 20px;
    min-height: 68px;
    height:68px;
}

span.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.icon-border {
    position: relative;
    box-sizing: border-box;
    height: 30px;
    width: 30px;
    border: 1px solid rgba(130,145,169,0.25);
    border-radius: 4px;
    background-color: #F4F5F7;
}

.top-row {
    height: 70px;
    display: flex;
    align-items: center;
}

.progress {
    height: 7px;
}

.trans-50 {
    opacity: 0.5;
    cursor: not-allowed;
}

    .trans-50 .pointer {
        cursor: not-allowed;
    }

.loaderForFileUpload {
    position: fixed;
    top: 0;
    background: rgba(255, 255, 255, 0.25);
    height: 63%;
    width: 30%;
    z-index: 100000;
    margin-top: 5%;
}

.loader {
    position: fixed;
    top: 0;
    background: rgba(255, 255, 255, 0.25);
    height: 100%;
    width: 100%;
    z-index: 100000;
}

.odin-spinner {
    width: 40px;
    opacity: .75;
    animation: odin-spinner__rotation 2s infinite linear;
}

@keyframes odin-spinner__rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.nav-tabs {
    border-bottom: none;
}

    .nav-tabs .nav-link:hover {
        border-color: transparent;
    }

    .nav-tabs a.nav-link {
        border-top: none;
        border-left: none;
        border-right: none;
        padding: 8px 30px;
        font-size: 16px;
        font-weight: bold;
    }

        .nav-tabs a.nav-link:focus {
            outline: none;
        }

.nav.nav-tabs .nav-item a.nav-link:not(.active) {
    color: #667A8E !important;
}

input[type=checkbox] {
    height: 20px;
    width: 20px;
    left: -1000em !important;
    vertical-align: middle;
    /* position: absolute ; */
    /* position: static !important; */
}

/* The container */
.checkbox-container {
    display: block;
    height: 20px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    /* Hide the browser's default checkbox */
    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: solid 1px #ccc;
    border-radius: 4px;
}

.disabled .checkmark {
    background-color: #c7c7c7;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tab-content {
    margin-top: 30px;
}

.modal-header, .modal-body, .modal-footer {
    padding: 15px 25px;
}

.top-bar {
    border: 10px gray;
    padding: 20px;
    margin: 30px;
}

.main {
    flex: 1;
}

    .main .top-row {
        background-color: #f7f7f7;
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
    }

        .main .top-row > a, .main .top-row .btn-link {
            white-space: nowrap;
            margin-left: 1.5rem;
        }

        .main .top-row a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

.sidebar .navbar-brand {
    font-size: 16px;
}

.sidebar .oi {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.sidebar .nav-item {
    font-size: 14px;
    padding-bottom: 0.5rem;
}

.sidebar .nav-link {
    height: 70px;
    position: relative;
}

    .sidebar .nav-link.active {
        background-color: #f5f7fb;
    }

    .sidebar .nav-link img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 30px;
        height: 30px;
    }

    .sidebar .nav-link.active img.dark {
        display: block !important;
    }

    .sidebar .nav-link.active img.light {
        display: none !important;
    }

.sidebar .nav-item:first-of-type {
    padding-top: 1rem;
}

.sidebar .nav-item:last-of-type {
    padding-bottom: 1rem;
}

.sidebar .nav-item a {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

    .sidebar .nav-item a.active {
        background-color: rgba(255,255,255,0.25);
        color: white;
    }

    .sidebar .nav-item a:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

.content {
    margin-top: 70px;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

/* .valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
} */

.invalid {
    border-color: #F44336;
}

.validation-message {
    color: #F44336;
    margin-top: 10px;
}

.blazored-toast-container {
    z-index: 10000;
}

.ck-editor__editable {
    height: 50vh;
}

#blazor-error-ui {
    display: none !important;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.w-50 {
    width: 50%;
}

.w-25 {
    width: 25%;
}

.f-right {
    float: right;
}

.p-x-5 {
    padding-left: 10px;
    padding-right: 10px;
}

.banner-heading-style {
    font-size: 20px;
    color: black;
}

.banner-description-style {
    color: #414042b3;
    font-size: 16px;
}


@media (max-width: 767.98px) {


    #auth-bg-img {
        margin-left: 5%;
        margin-right: 5%;
        position: relative;
        width: 35%;
        box-shadow: 0 25px 35px rgba(0, 0, 0, 0.363);
        border-radius: 10px;
        margin: auto;
    }

    .mob-btn-auth {
        width: 41% !important;
        font-size: unset !important;
    }

    .main .top-row:not(.auth) {
        display: none;
    }

    .main .top-row.auth {
        justify-content: space-between;
    }

    .main .top-row a, .main .top-row .btn-link {
        margin-left: 0;
    }

    #navSideBar {
        height: 100vh;
        background-color: #414042 !important;
        width: 0vw;
        position: fixed;
        z-index: 1;
        left: 0;
        overflow-x: hidden;
        transition: 0.2s;
        padding-top: 60px;
        opacity: 0.9;
        top: 70px !important;
    }

        #navSideBar .closebtn {
            position: absolute;
            top: 0;
            right: 10px;
            font-size: 25px;
            margin-left: 50px;
            color: white;
            opacity: 0.96;
        }

    .openbtn {
        display: none;
    }

    .top-row {
        height: 70px;
        display: flex;
        align-items: center;
    }

    .openbtn {
        display: block;
        font-size: 20px;
        color: white;
        cursor: pointer;
        border: none;
        background-color: #414042 !important;
        margin-right: -5px;
    }

        .openbtn:hover {
            background-color: lightgrey;
        }

    .desktoponly {
        display: none !important;
    }

    .desktoponlyblock {
        display: none !important;
    }

    .mobileonlyblock {
        display: block !important;
    }

    #dropdownMenuButton {
        margin-left: 0px !important;
    }

    #navlogo {
        height: 22px !important;
        width: 200px !important;
    }

    #mobile-logo-div {
        width: 200px;
        display: flex;
        flex-direction: column;
    }

    .p-rem-3 {
        padding: 1rem 4rem 1rem 4rem !important;
    }

    .p-4 {
        padding: 15px !important;
    }

    .mobile-product-view {
        flex-direction: column;
    }

    .product-margin {
        margin-bottom: 1.5rem !important;
    }

    .m-announcement-logo {
        height: 50px;
    }

    .m-heading {
        font-size: 14px;
        ;
    }

    .m-font {
        font-size: 12px;
    }
}

@media (min-width: 768px) {

    #auth-bg-img {
        /*margin-left: 30%;
        margin-right: 30%;
        position: relative;*/
        position: relative;
        width: 35%;
        box-shadow: 0 25px 35px rgba(0, 0, 0, 0.363);
        border-radius: 10px !important;
        margin: auto;
        /* min-height:94vh; */
    }

    .desktoponly {
        display: flex;
        flex-direction: row-reverse;
    }

    .mobileonlyblock {
        display: none !important;
    }

    .desktoponlyblock {
        display: block;
    }

    #navSideBar {
        display: none;
        position: fixed;
    }

    .openbtn {
        display: none;
    }


    .sidebar {
        width: 70px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .main .top-row {
        position: sticky;
        top: 0;
    }

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .mobileonly {
        display: none;
    }
}

.totalAmount {
    font: normal 400 24px/32px 'Lato', sans-serif;
    letter-spacing: -.2px;
}

.amountSuffix {
    color: #8189a9;
    font: normal 400 14px/20px 'Lato', sans-serif;
    letter-spacing: 0;
}

._3OVd_-gradientLine {
    border-radius: 4px 4px 0 0;
    height: 6px;
    width: 100%;
    background-image: -webkit-linear-gradient(161deg,#4a6ee0,#15c39a 95%);
    background-image: -moz-linear-gradient(161deg,#4a6ee0 0,#15c39a 95%);
    background-image: -o-linear-gradient(161deg,#4a6ee0 0,#15c39a 95%);
    background-image: -ms-linear-gradient(161deg,#4a6ee0 0,#15c39a 95%);
    background-image: linear-gradient(-71deg,#4a6ee0,#15c39a 95%);
}

.slider {
    -webkit-appearance: none; /* Override default CSS styles */
    appearance: none;
    width: 100%; /* Full-width */
    height: 7px;
    border-radius: 5px;
    background: #b3b3b3;
    ; /* Grey background */
    outline: none; /* Remove outline */
    opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s; /* 0.2 seconds transition on hover */
    transition: opacity .2s;
}

    /* Mouse-over effects */
    .slider:hover {
        opacity: 1; /* Fully shown on mouse-over */
    }

    /* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
    .slider::-webkit-slider-thumb {
        -webkit-appearance: none; /* Override default look */
        appearance: none;
        width: 25px; /* Set a specific slider handle width */
        height: 25px;
        border-radius: 50%;
        border: 1px solid #006195;
        background: white; /* Green background */
        cursor: pointer; /* Cursor on hover */
    }

    .slider::-moz-range-thumb {
        width: 25px; /* Set a specific slider handle width */
        height: 25px;
        border-radius: 50%;
        border: 1px solid #006195;
        background: white; /* Green background */
        cursor: pointer; /* Cursor on hover */
    }

.veryweak {
    color: darkred;
    border: 2px solid;
    width: 20%;
    height: 20%;
    border-radius: 5px;
    margin-left: 1px;
    margin-right: 1px;
}

.weak {
    color: #ff4757;
    border: 2px solid;
    width: 20%;
    height: 20%;
    border-radius: 5px;
    margin-left: 1px;
    margin-right: 1px;
}

.medium {
    color: orange;
    border: 2px solid;
    width: 20%;
    height: 20%;
    border-radius: 5px;
    margin-left: 1px;
    margin-right: 1px;
}

.strong {
    color: #23ad5c;
    border: 2px solid;
    width: 20%;
    height: 20%;
    border-radius: 5px;
    margin-left: 1px;
    margin-right: 1px;
}

.verystrong {
    color: darkgreen;
    border: 2px solid;
    width: 20%;
    height: 20%;
    border-radius: 5px;
    margin-left: 1px;
    margin-right: 1px;
}

.blank {
    color: lightgrey;
    border: 2px solid;
    width: 20%;
    height: 20%;
    border-radius: 5px;
    margin-left: 1px;
    margin-right: 1px;
}

#passwordMessage {
    color: rgb(255, 87, 87);
    font-size: 10px;
}

.validation-message {
    color: rgb(255, 87, 87) !important;
    font-size: 10px !important;
}

.veryweaktext {
    color: darkred;
    font-size: 12px;
}

.weaktext {
    color: #ff4757;
    font-size: 12px;
}

.mediumtext {
    color: orange;
    font-size: 12px;
}

.strongtext {
    color: #23ad5c;
    font-size: 12px;
}

.verystrongtext {
    color: darkgreen;
    font-size: 12px;
}



.dropdown-item-profile {
    cursor: pointer
}



.auth-background {
    background: #0074a7;
    min-height: 100vh;
    padding-top: 5%;
    padding-bottom: 10px;
}

.bold {
    font-weight: bold;
}

#ProductPricingTabs .tab-content {
    background: #ebf0f4;
    padding: 2rem 2rem 2rem 2rem !important;
    margin-top: 0;
    border: 1px solid #e7e9f5;
    border-radius: 5px;
}

#ProductPricingTabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background: #ebf0f4;
    border: 1px solid #e7e9f5;
    border-radius: 5px;
}

#ProductPricingTabs table th {
    background: white;
}

.site-nav-bar {
    height: 26px;
    background-color: #006195;
    padding: 1px 36px 1px 36px;
}

.site-nav-bar-btn {
    color: white;
    padding: 2px 10px 2px 10px;
    height: 22px;
}

    .site-nav-bar-btn:hover {
        background: #003d5e;
        height: 22px;
    }

.hover-active {
    opacity : 0;
    /*display: none;*/
}

.hover:hover .hover-active {
    opacity: 1;
    /*display: inline;*/
}



#profileTabs .tab-content {
    margin-top: 0px !important;
    border: 2px solid #ebf0f4;
}

#profileTabs .nav-link.active,
#profileTabs .nav-item {
    border: 1px solid #ebf0f4 !important;
}

#profileTabs .nav.nav-tabs .nav-item a.nav-link:not(.active) {
    color: #8291A9 !important;
}

#profileTabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #006195 !important;
    background: #ebf0f4;
    border-radius: 0px;
}

.notification-app-heading {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    color: #646C79;
    align-self: center;
    background-color: #359eb417;
}

.notification-row {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.custom-control-input:focus ~ .custom-control-label::before {
    border-color: #359EB4 !important;
    box-shadow: 0 0 0 0.2rem #defaff !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #359EB4 !important;
    background-color: #359EB4 !important;
}

.custom-control-input:active ~ .custom-control-label::before {
    background-color: #359EB4 !important;
    border-color: #359EB4 !important;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #359EB4 !important;
}

.custom-control-input-green:not(:disabled):active ~ .custom-control-label::before {
    background-color: #359EB4 !important;
    border-color: #359EB4 !important;
}

.callout {
    padding: 0.5rem;
    border: 2px solid rgb(235 240 244);
    border-left-width: .25rem;
    border-radius: .25rem;
    border-left-color: #f0ad4e;
    background: white;
}

.callout-img {
    height: 15px;
    width: 15px;
}


.nav-tabs > .nav-item > .nav-link:hover {
    background-color: transparent;
}

.nav-tabs > .nav-item > .nav-link.active {
    background-color: #ffffff;
    border-radius: 30px;
    color: #FFFFFF;
}

#fc_frame, #fc_frame.fc-widget-normal {
    bottom: 50px !important;
    right: 5px !important;
}

/*CV- Settigs page css started here */

.breadcrumb {
    background: none;
    padding: 5px 0;
    font-size: 14px;
    color: #837978;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.breadcrumb-item a {
    color: #837978;
}

.settings .col-sm-3, .settings .col-sm-9 {
    border-top: 1px solid #ebeff2;
}

.settings .col-sm-9 {
    box-shadow: -1px 0 0 0 #ebeff2;
}

#profileTabs .tab-content {
    border: none;
}

.mtb-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 25px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.fullwid {
    width: 78px !important;
}

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

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

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

input:checked + .slider {
    background-color: #359eb4;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

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

.slider.round {
    border-radius: 34px;
    height: 25px;
}

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

.accordion > .card:first-of-type,
.accordion > .card:last-of-type,
.accordion > .card:not(:first-of-type):not(:last-of-type) {
    border: 1px solid #ebf0f4 !important;
    border-radius: 5px !important;
}

.accordion > .card {
    margin-bottom: 10px;
}

.card-header {
    background: #f7f7f7;
    border-bottom: 1px solid #ebf0f4;
}

    .card-header .btn-link {
        color: #404040;
        font-size: 1.24rem;
        padding: 0;
        text-decoration: none;
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background: #0b79aa;
}

.nav-pills .nav-link {
    border: 1px solid #ebf0f4;
    margin-bottom: 7px;
    color: #8292a9;
}

.alertsetting .border-top {
    border-top: 1px solid #ebf0f4;
    padding: 12px 0;
}

a.btn-edit {
    color: #0074a7;
    padding: 5px;
}

a.btn-delete {
    color: #fe0005;
    padding: 5px;
}

.btn-primary {
    background-color: #359eb4;
    border-radius: 0;
}

    .btn-primary.blue-color2 {
        background: #0b79aa !important;
    }

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff;
    border-radius: 0;
}

.form-control.search {
    border-radius: 0;
}

.content-settings {
    margin-top: 30px !important;
}
/*Settings page css ended here */

/*Work for remvoing the default click selected style of navigatin menu from setting page -Start */


.settings .nav-pills .nav-link.active, .settings .nav-pills .show > .nav-link {
    background: #fff;
    color: #8292a9
}

    .settings .nav-pills .nav-link.active.selected,
    .settings .nav-pills .nav-link.selected,
    .settings .nav-pills .show > .nav-link.selected {
        background: #0b79aa !important;
        color: #fff !important;
    }

.widget-search-box {
    color: #172b4d;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 20px;
    background-color: #f4f5f7;
    border: 1px solid #dfe1e6;
    padding: 5px 7px 5px;
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
    width: 99%;
    margin-right: 3px;
}

.widget-search-clear {
    margin-left: -37px;
    z-index: 100;
    cursor: pointer;
    margin-top: 3px;
    width: 25px;
}

.flatnode-wrapper {
    height: calc(100vh - 225px);
    overflow-y: auto;
    overflow-x: hidden;
}

.alert-cat {
    background: #FDFDFD;
    padding-top: 6px;
    box-shadow: 0 0 0 1px #ddd;
    border-radius: 8px;
}

    .alert-cat .col-form-label {
        font-weight: 700;
    }

    .alert-cat .form-check-inline {
        padding-right: 15px;
    }


.model-body-noti {
    max-height: 700px;
    overflow-y: auto;
}

/*Work for remvoing the default click selected style of navigatin menu from setting page - End*/

/*Documentation Portal CSS*/


/*Master Data Icons Rectification work*/

.action-btn {
    position: relative;
    z-index: 1;
    padding: 8px 12px;
    font-size: 18px;
}

.action-btn-hover {
    display: flex;
    background: #FFFFFF;
    box-shadow: 0px 6px 14px rgba(24, 39, 75, 0.14);
    border-radius: 5px;
    padding: 10px 20px;
    position: absolute;
    top: -20px;
    right: 1px;
    z-index: 99;
}
    .action-btn-hover .img-div .btn .fa,
    .action-btn-hover .img-div .btn .fas,
    .action-btn-hover .img-div .btn .far {
        font-size: 16px;
        color: #FFFFFF;
    }

    .action-btn-hover .img-div {
        margin-right: 13px;
    }

        .action-btn-hover .img-div:last-child {
            margin-right: 0px;
        }
        

        .action-btn-hover .img-div .btn:hover {
            background-color: #00ADE1;
            border-color: #00ADE1;
        }

        .action-btn-hover .img-div .btn {
            padding: 2px 5px !important;
            font-size: 18px !important;
            width: 42px;
            height: 40px;
            line-height: 0;
            background-color: #007193;
            border-color: #007193;
            border-radius: 50%;
        }

.table-main-ul {
    overflow: hidden;
}


.action-btn-hover {
    animation: fadeInRight 1s ease-in-out;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(0px);
    }

    to {
        opacity: 1;
    }
}


.action-btn-hover .img-div .btn img {
    width: 29px !important;
    margin: 0 !important;
}

.indeterminate-progress-bar {
    /* Color */
    background-color: #d1d5db;
    /* Rounded border */
    border-radius: 9999px;
    /* Size */
    height: 0.5rem;
    position: relative;
    overflow: hidden;
}

.indeterminate-progress-bar__progress {
    /* Color */
    background-color: #3b82f6;
    /* Rounded border */
    border-radius: 9999px;
    /* Absolute position */
    position: absolute;
    bottom: 0;
    top: 0;
    width: 50%;
    /* Move the bar infinitely */
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: indeterminate-progress-bar;
}

@keyframes indeterminate-progress-bar {
    from {
        left: -50%;
    }

    to {
        left: 100%;
    }
}
.pointer.word-break-label {
    max-width: 245px;
    word-break: break-all;
}

/*css for listing the upload files and progress*/
.table-main-ul {
    border: 1px solid #1a81c330;
    margin:0px;
    padding:0px;
}

    .table-main-ul li.content-head {
        display: flex;
        align-items: center;
        width: 100%;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        background: #eefaff;
        border-top: 1px solid #1a81c330;
        border-bottom: 1px solid #1a81c330;
        padding: 0.95rem;
        padding-left: 3rem;
        text-align: left;
        background-color: #f1eeee;
        border-color: #e9dede;
    }

    .table-main-ul li.contentli {
        display: flex;
        /*    justify-content: space-between;*/
        align-items: center;
        width: 100%;
        background: #fff;
        border-top: 1px solid #dee2e6;
        padding: 0.95rem;
        padding-left: 3rem;
        text-align: left;
        position: relative;
    }

        .table-main-ul li.contentli .div-a1, .table-main-ul li.content-head .div-a1 {
            width: 35%;
        }

        .table-main-ul li.contentli .div-a2, .table-main-ul li.content-head .div-a2 {
            width: 15%;
        }

        .table-main-ul li.contentli .div-a2a, .table-main-ul li.content-head .div-a2a {
            width: 40%;
        }

        .table-main-ul li.contentli .div-a3, .table-main-ul li.content-head .div-a3 {
            width: 10%;
        }

        .table-main-ul li.contentli .div-a2a .progress {
            margin-right: 20px;
            height: 21px;
            font-size: 13px;
            border-radius: 6px;
        }

            .table-main-ul li.contentli .div-a2a .progress .progress-bar {
                background-color: #359EB4;
            }

.progress-main {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

    .progress-main p {
        margin: 0;
        margin-right: 10px;
        font-weight: 500;
        width: 180px;
    }

    .progress-main .progress {
        height: 36px;
        font-size: 13px;
        border-radius: 6px;
        width: 100%;
    }

        .progress-main .progress .progress-bar {
            background-color: #359EB4;
        }

.table-main-ul li.contentli .div-a2 {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #646C79;
}

.table-main-ul li.contentli .div-a1 {
    display: flex;
    align-items: center;
}

    .table-main-ul li.contentli .div-a1 p {
        margin-bottom: 0;
        font-weight: 500;
        color: #646C79;
        font-size: 15px;
        word-break: break-word;
        line-height: 18px;
        margin-right: 18px;
    }

    .table-main-ul li.contentli .div-a1 img {
        border-radius: 6px;
        border: 1px solid #d5d5d5;
    }

    .table-main-ul li.contentli .div-a1 .avatar {
        width: 50px;
        height: 50px;
        border-radius: 6px;
        background: transparent;
        vertical-align: bottom;
        margin-right: 24px;
    }

.table-main-ul li.contentli .div-a2 span, .table-main-ul li.contentli .div-a2 img {
    display: none;
}

.table-main-ul li.contentli .div-a3 img {
    width: 14px;
    margin-right: 5px;
    margin-top: -3px;
}

.table-main-ul li.contentli .div-a3 .btn {
    padding: .375rem .75rem 0.17rem;
}

.table-main-ul li.contentli .div-a1 .avatar img {
    width:50px;
}

.upload-btn {
    background-color: #359EB4;
    padding: 10px 50px;
}

/*Custom input file control*/
.custom-file-input-local::-webkit-file-upload-button {
    visibility: hidden;
}

.custom-file-input-local::before {
    content: 'Select some files';
    display: inline-block;
    background: linear-gradient(top, #f9f9f9, #e3e3e3);
    border: 1px solid #999;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
}

.custom-file-input-local:hover::before {
    border-color: black;
}

.custom-file-input-local:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.btn.btn-odin-primary {

}
/*====================== CSS Add ======================*/
.share-click-event {
    display: initial;
}

    .share-click-event .dropdown-toggle::after {
        display: none;
        transition: .5s;
    }

    .share-click-event .dropdown-menu .btn {
        width: 100%;
        background-color: #007193;
        border-color: #007193;
        color: #fff;
        padding: 3px 6px 2px !important;
        font-size: 10.6px;
        text-align: left;
        display: block;
    }

    .share-click-event .dropdown-menu {
        background: #FFFFFF;
        /*box-shadow: 0px 6px 14px rgba(24, 39, 75, 0.14);
    border: none;*/
        border-radius: 5px;
        padding: 0px 4px 2px;
        z-index: 1111;
        width: 106px;
        min-width: auto;
        transform: translate3d(0px, -75px, 0px) !important;
        /* transform: translate3d(0px, -93px, 0px) !important;*/
        top: 58px !important;
        left: 18px !important;
    }

        .share-click-event .dropdown-menu .btn:hover {
            background-color: #00ADE1;
            border-color: #00ADE1;
        }

        .share-click-event .dropdown-menu .btn i {
            margin-right: 2px;
        }

        .share-click-event .dropdown-menu .btn:first-child {
            margin-bottom: 3px;
        }

        .share-click-event .dropdown-menu .btn.btn-whatsapp {
            background-color: #28A745;
            border-color: #28A745;
        }

        .share-click-event .dropdown-menu .btn.btn-email {
            background-color: #359EB4;
            border-color: #359EB4;
        }

    .share-click-event .dropdown-toggle {
        background: none !important;
        border: none !important;
        padding: 0 !important;
        color: #000;
    }

        .share-click-event .dropdown-toggle:focus,
        .share-click-event .dropdown-toggle:active,
        .share-click-event .dropdown-toggle:hover {
            box-shadow: none !important;
            background-color: #d39e0000 !important;
            border-color: #c6950000 !important;
            border: none !important;
        }

.codes-div {
    padding: 0.75rem 0.25rem;
    border-radius: 10px !important;
}
.codes-btn-download {
    padding: 0.10rem;
    width: 28px;
}
.mud-input-control > .mud-input-control-input-container > div.mud-input.mud-input-text {

    cursor: pointer;
    width: fit-content;
    margin-left: auto;
    margin-top: 0 !important;
    margin-left: auto;
}
.mud-input > input.mud-input-root, div.mud-input-slot.mud-input-root {
    width: 70px !important;
}

.mud-input-control {
     margin-top: 0!important; 
}


.button-icon-height{
    min-height:25px;
}

.button-icon-width {
    min-width: 25px;
}

.icon {
    color: #006195;
    border-color: #006195;
    cursor: pointer;
}
.icon-primary {
    color: #359EB4;
    border-color: #359EB4;
    cursor: pointer;
}
.icon-danger {
    color: #bb2124;
    border-color: #bb2124;
    cursor: pointer;
}