.btn {
    margin: 0px 6px 0px 6px !important;
    font-family: sans-serif !important;
    border: none !important;
    font-size: 14px !important;
    font-weight: bold !important;
    line-height: 1.4 !important;
    border-radius: 12px !important;
    padding: 12px 20px 10px 18px !important;
    -webkit-font-smoothing: subpixel-antialiased !important;
    -webkit-transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear !important;
    transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    -ms-touch-action: manipulation !important;
    touch-action: manipulation !important;
    text-align: center !important;
    cursor: pointer !important;
}
.btn-primary, .bt-primary-dress-code{
    color: #ffffff !important;
    background-color: #09ccf1 !important;
    margin: 0px 6px 0px 6px !important;
}
.btn-primary:hover, .bt-primary-dress-code:hover,
.btn-primary.hover, .bt-primary-dress-code.hover,
.btn-primary:focus, .bt-primary-dress-code:focus,
.btn-primary:active, .bt-primary-dress-code:active,
.btn-primary.active, .bt-primary-dress-code.active,
.open > .dropdown-toggle.btn-primary {
    color: #09ccf1 !important;
    background-color: #363859 !important;
    border-color: #363859 !important;
}
