:root {

    --dark-pink: #B00855;
    --mauve: #A747A2;
    --brilliant-cyan-blue: #6E78DC;
    --deep-sky-blue: #00A1F4;
    --light-blue: #CBF6FF;
    --christmas-green: #41870B;
    --washed-orange: #d39e00;
    --dark-red: #910804;
    --light-gray: #f6f6f6;
    --silver: #C0C0C0;
    --dark-gray: #989898;
    --light-dark: #e8e8e8;
    --almost-dark: #09161E;
    --dark-cyan: #092221;

}

html {
    scroll-behavior: smooth;
}

.bg-light-dark {
    background-color: var(--light-dark) !important;
}

.bg-light-blue {
    background-color: var(--light-blue) !important;
}

.extra-shadow-8dp {
    -webkit-box-shadow: 6px 6px 6px rgba(150, 170, 190, 0.4), -9px -9px 10px rgba(242, 247, 252, 0.5) !important;
    -moz-box-shadow: 6px 6px 6px rgba(150, 170, 190, 0.4), -9px -9px 10px rgba(242, 247, 252, 0.5) !important;
    box-shadow: 6px 6px 6px rgba(150, 170, 190, 0.4), -9px -9px 10px rgba(242, 247, 252, 0.5) !important;
    border-top: 1px solid rgba(245, 249, 250, 0.20) !important;
    border-right: 1px solid rgba(224, 229, 235, 0.70) !important;
    border-bottom: 1px solid rgba(224, 229, 235, 0.70) !important;
    border-left: 1px solid rgba(255, 255, 255, 0.20) !important;

}

.m-0-auto {
    margin: 0 auto !important;
}

.border-width-2 {
    border-width: 2px !important;
}


.font-11 {
    font-size: 11px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-17 {
    font-size: 17px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-20 {
    font-size: 20px;
}

.font-25 {
    font-size: 25px !important;
}

.font-35 {
    font-size: 35px !important;
}

.font-30 {
    font-size: 30px !important;
}

.font-40 {
    font-size: 40px !important;
}

.font-45 {
    font-size: 45px !important;
}

.empty-space-30 {
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 30px;
}

.empty-space-20 {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 20px;
}

.empty-space-40 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    line-height: 40px;
}

.empty-space-10 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.equal-height {
    min-height: 100%;
    height: auto;
    max-height: 100%;
    vertical-align: middle;
}

.letter-spacing-2px {
    letter-spacing: 2px !important;
}

.text-shadow {
    text-shadow: 2px 2px var(--dark);
}


.text-overFlow-ellipsis {
    text-overflow: ellipsis;
    /* Required for text-overflow to do anything */
    white-space: nowrap;
    overflow: hidden;
}

.text-light-dark {
    color: var(--light-dark) !important;
}


.text-silver {
    color: var(--silver) !important;
}

.bg-main-dark-color {
    background-color: var(--almost-dark) !important;
}

.bg-gradient-main-dark-and-secondary-color {
    background-image: linear-gradient(to left, #1b243f, #283661, #384984, #495caa, #5d70d0) !important;
}

.d-none-without-important {
    display: none;
}

.zoom-effect-container {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.zoom-effect-container:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.08) !important;
    cursor: zoom-in !important;
}

.border-radius-16 {
    -webkit-border-radius: 16px !important;
    -moz-border-radius: 16px !important;
    border-radius: 16px !important;
}

/** Bootstrap border-top-color-based **/

.card-border-top-success {
    border-top: 2px solid var(--success) !important;
}

.card-border-top-danger {
    border-top: 2px solid var(--danger) !important;
}

.card-border-top-primary {
    border-top: 2px solid var(--primary) !important;
}

.card-border-top-secondary {
    border-top: 2px solid var(--secondary) !important;
}

.card-border-top-warning {
    border-top: 2px solid var(--warning) !important;
}

.card-border-top-light {
    border-top: 2px solid var(--light) !important;
}

.card-border-top-dark {
    border-top: 2px solid var(--dark) !important;
}

/** Alternative colors for card border top color **/

.card-border-top-cyan-blue-color {
    border-top: 2px solid var(--brilliant-cyan-blue) !important;
}

.card-border-top-deep-sky-blue-color {
    border-top: 2px solid var(--deep-sky-blue) !important;
}

.card-border-top-dark-red-color {
    border-top: 2px solid var(--dark-red) !important;
}

.card-border-top-washed-orange-color {
    border-top: 2px solid var(--washed-orange) !important;
}

.card-border-top-silver-color {
    border-top: 2px solid var(--silver) !important;
}

.card-border-top-dark-cyan-color {
    border-top: 2px solid var(--dark-cyan) !important;
}

.card-border-top-mauve-color {
    border-top: 2px solid var(--mauve) !important;
}

.card-border-top-dark-pink-color {
    border-top: 2px solid var(--dark-pink) !important;
}

.m-height-auto {
    min-height: auto !important;
}

.text-decoration-underline {
    text-decoration: underline;
}

.text-decoration-line-through {
    text-decoration: line-through;
}
