﻿
.btn_create
{
    position: fixed;
    top: 20px;
    left: 40px;
}

.BtnB, .BtnB:active
{
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--BtnRoound);
    height: var(--BtnRoound);
    margin: 6px auto;
    border-radius: 100%;
    background: #3d5f2f;
    background: rgba(255, 255, 255, 0.3);
    color: #FFF;
    font-size: 0.95rem;
    font-weight: 400;
    letter-spacing: 0.15rem;
    border-color: transparent;
    outline: none;
    border: none;
    transition: all 0.5s ease;
}

.BtnB:hover
{
    background: rgba(255, 255, 255, 0.1);
    color: var(--ThemeColor);
    border-color: transparent;
    outline: none;
    border: none;
}

a:active,
a:hover,
a:focus
{
    outline: none;
    text-decoration: none;
}

.ImageButtonHome
{
    margin: 0 auto;
    max-width: 1600px;
}

.top::after
{
    position: fixed;
    bottom: 10px;
    right: 10px;
    content: "\21E7";
    padding: 3px;

    font-weight: 600;
    font-size: 1.2em;
    font-size: 2.0rem;
    background: #222;
    color: #FFF;
    border-radius: 50%;
    outline: none;
    text-decoration: none;
    z-index: 20;
}

.top:hover::after
{
    background: #3e3e3e;
    outline: none;
    text-decoration: none;
}

.ButtonDefaultContainer
{
    width: auto;
    height: auto;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0);
    border-radius: 80px;
}

.ImgLinkThemeA
{
    display: block;
    margin: 0 auto;
    background: url('../Images/Round/Laptop.jpg') no-repeat center center;
    background-size: cover;
    width: var(--ImgLinkThemeSize);
    height: var(--ImgLinkThemeSize);
    border-radius: 100%;
}

.ImgLinkThemeB
{
    display: block;
    margin: 0 auto;
    background: url('../Images/Round/macbook.jpg') no-repeat center center;
    background-size: cover;
    width: var(--ImgLinkThemeSize);
    height: var(--ImgLinkThemeSize);
    border-radius: 100%;
}

.ImgLinkThemeC
{
    display: block;
    margin: 0 auto;
    background: url('../Images/Round/Typing.jpg') no-repeat center center;
    background-size: cover;
    width: var(--ImgLinkThemeSize);
    height: var(--ImgLinkThemeSize);
    border-radius: 100%;
}

.ImgCaption
{
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    margin-top: 35px;
    padding-top: 25px;
    border-radius: 100%;
    background: var(--ThemeBackgroundColor);
    text-align: center;
    color: #FFF;
    font-size: 0.8rem;
    font-weight: bold;
}

.letter_spacing_0_2
{
    letter-spacing: 0.2rem;
}

.btn_check
{
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.btn_check[disabled] + .btn, .btn_check:disabled + .btn
{
    pointer-events: none;
    filter: none;
    opacity: 0.65;
}

.input_group .btn
{
    position: relative;
    z-index: 2;
}

.input_group .btn:focus
{
    z-index: 3;
}

.input_group_lg > .btn
{
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.input_group_sm > .btn
{
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

button,
submit
{
    cursor: pointer;
}

.btn
{
    display: inline-block;
    margin: 0;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    outline: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background: transparent;
    color: transparent;
    border: none;
    padding: 0;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: all 0.5s ease;
}

.btn_primary
{
    color: #fff;
    background: #0d6efd;
}

.form_control.btn_primary,
.form_control.btn_primary:focus,
.form_control.btn_primary:active
{
    color: #fff;
    background: #0d6efd;
    border-color: #0d6efd;
}

.form_control.btn_primary:hover
{
    color: #fff;
    background: #0b5ed7;
    border-color: #0a58ca;
}

.btn_primary:hover
{
    color: #fff;
    background: #0b5ed7;
    border-color: #0a58ca;
}

.btn_check:focus + .btn_primary, .btn_primary:focus
{
    color: #fff;
    background: #0b5ed7;
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn_check:checked + .btn_primary, .btn_check:active + .btn_primary, .btn_primary:active, .btn_primary.active
{
    color: #fff;
    background: #0a58ca;
}

.btn_check:checked + .btn_primary:focus, .btn_check:active + .btn_primary:focus, .btn_primary:active:focus, .btn_primary.active:focus
{
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn_secondary
{
    color: #fff;
    background: #6c757d;
}

.btn_secondary:hover
{
    color: #fff;
    background: #5c636a;
}

.btn_success
{
    color: #fff;
    background: #198754;
}

.btn_success:hover
{
    color: #fff;
    background: #157347;
}

.btn_info
{
    color: #000;
    background: #0dcaf0;
}

.btn_info:hover
{
    color: #000;
    background: #31d2f2;
}

.btn_warning
{
    color: #000;
    background: #ffc107;
}

.btn_warning:hover
{
    color: #000;
    background: #ffca2c;
}

.btn_light
{
    color: #000;
    background: #f8f9fa;
}

.btn_light:hover
{
    color: #000;
    background: #f9fafb;
}

.btn_dark
{
    color: #fff;
    background: #212529;
}

.btn_dark:hover
{
    color: #fff;
    background: #1c1f23;
}

.btn_dark:disabled, .btn_dark.disabled
{
    color: #fff;
    background: #212529;
}

.btn_outline_primary
{
    color: #0d6efd;
    border-color: #0d6efd;
}

.btn_outline_primary:hover
{
    color: #fff;
    background: #0d6efd;
}

.btn_outline_secondary
{
    color: #6c757d;
    border-color: #6c757d;
}

.btn_outline_secondary:hover
{
    color: #fff;
    background: #6c757d;
}

.btn_outline_success
{
    color: #198754;
    border-color: #198754;
}

.btn_outline_success:hover
{
    color: #fff;
    background: #198754;
}

.btn_outline_info
{
    color: #0dcaf0;
}

.btn_outline_info:hover
{
    color: #000;
    background: #0dcaf0;
}

.btn_outline_warning
{
    color: #ffc107;
}

.btn_outline_warning:hover
{
    color: #000;
    background: #ffc107;
}

.btn_outline_danger
{
    color: #dc3545;
}

.btn_outline_danger:hover
{
    color: #fff;
    background: #dc3545;
}

.btn_outline_light
{
    color: #f8f9fa;
}

.btn_outline_light:hover
{
    color: #000;
    background: #f8f9fa;
}

.btn_outline_dark
{
    color: #212529;
}

.btn_outline_dark:hover
{
    color: #fff;
    background: #212529;
}

.btn_link
{
    font-weight: 400;
    color: #0d6efd;
}

.btn_link:hover
{
    color: #0a58ca;
}

.btn_link:disabled, .btn_link.disabled
{
    color: #6c757d;
}

.btn_lg, .btn_group_lg > .btn
{
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.btn_sm, .btn_group_sm > .btn
{
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

.btn_group,
.btn_group_vertical
{
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

.btn_group > .btn:not(:first-child),
.btn_group > .btn_group:not(:first-child)
{
    margin-left: -1px;
}

.btn_group > .btn_group:not(:last-child) > .btn
{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn_group > .btn:nth-child(n+3),
.btn_group > :not(.btn_check) + .btn,
.btn_group > .btn_group:not(:first-child) > .btn
{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn_group_vertical
{
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.btn_group_vertical > .btn,
.btn_group_vertical > .btn_group
{
    width: 100%;
}

.btn_group_vertical > .btn:not(:first-child),
.btn_group_vertical > .btn_group:not(:first-child)
{
    margin-top: -1px;
}

.btn_group_vertical > .btn_group:not(:last-child) > .btn
{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn_group_vertical > .btn ~ .btn,
.btn_group_vertical > .btn_group:not(:first-child) > .btn
{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn_close
{
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
}

.btn_close:hover
{
    color: #000;
    text-decoration: none;
    opacity: 0.75;
}

.btn_close:focus
{
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    opacity: 1;
}

.btn_close:disabled, .btn_close.disabled
{
    pointer-events: none;
    user-select: none;
    opacity: 0.25;
}

.btn_close_white
{
    filter: invert(1) grayscale(100%) brightness(200%);
}

.offcanvas_header .btn_close
{
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
}

.btn_theme_a
{
    color: #000;
    background: #b1cdf7;
    border: none;
}

.btn_theme_b
{
    color: #FFF;
    background: #4691ff;
    border: none;
}

.btn_min_width
{
    min-width: 60px;
}

.btn:disabled, .btn.disabled
{
    cursor: default;
}

.btn.btn_theme_blue_b:disabled, .btn.disabled
{
    background: #f1f7fc;
    color: #49687e;
    border: solid 1px #8cafd0;
    outline: none;
    text-decoration: none;
    transition: all 0.5s ease;
    cursor: default;
}

.edit_form_btn_theme_blue_d
{
    border: solid 1px #FFF;
    background: #3b5999;
    color: #FFF;
    transition: all 0.5s ease;
}

.edit_form_btn_theme_blue_d:active,
.edit_form_btn_theme_blue_d:hover,
.edit_form_btn_theme_blue_d:focus
{
    background: #3b5999;
}

.btn_danger
{
    border: solid 1px #FFF;
    background: #dc3545;
    color: #fff;
    transition: all 0.5s ease;
}

.btn_danger:hover
{
    background: #bb2d3b;
}

.edit_form_btn_theme_blue_d:disabled,
.btn_danger:disabled
{
    pointer-events: none;
    cursor: default;
    user-select: none;
    opacity: 0.35;
}

@media(min-width: 768px)
{
    .BtnB,
    .BtnB:active
    {
        margin: 0 auto;
    }

    .ImgCaption
    {
        width: 100px;
        height: 100px;
        margin-top: 55px;
        padding-top: 36px;
    }
}
    
.close_menu_span_logo_1
{
    display: block;
    width: auto;
    margin: 0 auto;
    padding: 10px 6px;
    letter-spacing: 2px;
    border-bottom: solid 5px #e5662e;
    border-radius: 50px;
    background: #222;
    color: #FFF;
    font-size: 0.8rem;
    outline: none;
    transition: all 0.5s ease;
}
.close_menu_span_logo_1:focus,
.close_menu_span_logo_1:hover
{
    border-bottom: solid 3px #e5662e;
    background: #3e3e3e;
    color: #FFF;
    text-decoration: none;
    outline: none;
}

.round,
.round:active,
.round_1,
.round_1:active
{
    display: block;
    width: 140px;
    height: 140px;
    margin: 0 auto;
    border-radius: 100%;
    background-color: #ffffff3b;
    color: #fff;
    font-size: 1.2rem;
    border-color: transparent;
    border: none;
    outline: none;
    transition: all 0.5s ease;
}

.round:hover
{
    background: transparent;
    color: #FFF;
    border-color: transparent;
    border: none;
    outline: none;
}

.round_1:hover
{
    background: transparent;
    color: #FFF;
    border-color: transparent;
    border: none;
    border: solid 2px #fff;
    outline: none;
}
