button:focus {
    outline: none !important;
}

.btn-custom{
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 3px;
    font-size: 18px;
    padding: 10px 60px;
    border-radius: 25px;
    font-weight: bold;
}

.btn-custom-br{
    border-radius: 25px;
}

.btn-custom-xxs{
    font-size: 12px;
    padding: 5px 30px;
}

.btn-custom-xs{
    font-size: 14px;
    padding: 6px 60px;
}

.btn-custom-sm{
    font-size: 16px;
    padding: 7px 60px;
}

.btn-custom-md{
    font-size: 16px;
    padding: 10px 60px;
}

.btn-custom.btn-block{
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

.btn-custom-primary {
    color: #fff;
    background-color: #cdcb1c;
    border-color: #cdcb1c;
}

.btn-custom-primary:hover {
    color: #fff;
    background-color: #bdbb00;
    border-color: #bdbb00;
}
  
.btn-custom-primary:focus, .btn-custom-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(238, 238, 0, 0.5);
}
  
.btn-custom-primary.disabled, .btn-custom-primary:disabled {
    color: #fff;
    background-color: #cdcb1c;
    border-color: #cdcb1c;
}
  
.btn-custom-primary:not(:disabled):not(.disabled):active, .btn-custom-primary:not(:disabled):not(.disabled).active,
.show > .btn-custom-primary.dropdown-toggle {
    color: #fff;
    background-color: #bdbb00;
    border-color: #bdbb00;
}
  
.btn-custom-primary:not(:disabled):not(.disabled):active:focus, .btn-custom-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-custom-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(238, 238, 0, 0.5);
}

.btn-custom-secondary {
    color: #cdcb1c;
    background-color: #FFF;
    border-color: #FFF;
}

.btn-custom-secondary:hover {
    color: #cdcb1c;
    background-color: #DDD;
    border-color: #DDD;
}
  
.btn-custom-secondary:focus, .btn-custom-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 255, 255, 0.5);
}
  
.btn-custom-secondary.disabled, .btn-custom-secondary:disabled {
    color: #cdcb1c;
    background-color: #FFF;
    border-color: #FFF;
}
  
.btn-custom-secondary:not(:disabled):not(.disabled):active, .btn-custom-secondary:not(:disabled):not(.disabled).active,
.show > .btn-custom-secondary.dropdown-toggle {
    color: #cdcb1c;
    background-color: #FFF;
    border-color: #FFF;
}
  
.btn-custom-secondary:not(:disabled):not(.disabled):active:focus, .btn-custom-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-custom-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 255, 255, 0.5);
}

.btn-custom-outline-primary {
    color: #cdcb1c;
    border-color: #cdcb1c;
}
  
.btn-custom-outline-primary:hover {
    color: #fff;
    background-color: #cdcb1c;
    border-color: #cdcb1c;
}
  
.btn-custom-outline-primary:focus, .btn-custom-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(238, 238, 0, 0.5);
}
  
.btn-custom-outline-primary.disabled, .btn-custom-outline-primary:disabled {
    color: #cdcb1c;
    background-color: transparent;
}
  
.btn-custom-outline-primary:not(:disabled):not(.disabled):active, .btn-custom-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-custom-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #cdcb1c;
    border-color: #cdcb1c;
}
  
.btn-custom-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-custom-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-custom-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(238, 238, 0, 0.5);
}

.btn-custom-outline-tertiary {
    color: #999;
    border-color: #999;
}
  
.btn-custom-outline-tertiary:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc;
}
  
.btn-custom-outline-tertiary:focus, .btn-custom-outline-tertiary.focus {
    box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
}
  
.btn-custom-outline-tertiary.disabled, .btn-custom-outline-tertiary:disabled {
    color: #ccc;
    background-color: transparent;
}
  
.btn-custom-outline-tertiary:not(:disabled):not(.disabled):active, .btn-custom-outline-tertiary:not(:disabled):not(.disabled).active,
.show > .btn-custom-outline-tertiary.dropdown-toggle {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc;
}
  
.btn-custom-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-custom-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-custom-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
}



@media (max-width: 575.98px) { 
    .btn-custom-block-xs{
        width: 100%;
    }
}
