.btn-gold.btn-outline {
    color: #FFA617 !important;
    background-color: transparent !important;
}

.btn-gold {
    border-color: #FFA617 !important;
}

.btn-gold:hover, .btn-gold:focus, .btn-gold:active, .btn-gold.active, .open .dropdown-toggle.btn-gold, .btn-gold:active:focus, .btn-gold:active:hover, .btn-gold.active:hover, .btn-gold.active:focus {
    background-color: #FFA617 !important;
    border-color: #FFA617 !important;
    color: #fff !important;
}

.btn-group-gradient:hover {
    color: #ffffff !important;
    background-color: #27C473 !important;
    border: 1px solid #1BB394 !important;
}

.btn-group-gradient.active, .btn-group-gradient:active {
    background-color: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    background-color: #27C473 !important;
    color: #ffffff !important;
    border: 1px solid #1BB394 !important;
}

button.btn-warning.dim {
    box-shadow: none !important;
}

button.dim {
    display: inline-block !important;
    text-transform: uppercase !important;
    text-align: center !important;
    text-align: -webkit-center;
    text-align: -moz-center;
    padding-top: 6px !important;
    margin-right: 10px !important;
    position: relative !important;
    cursor: pointer !important;
    border-radius: 5px !important;
    font-weight: 600 !important;
    margin-bottom: 0px !important;
}

/* modal */

/* .modal .btn-primary:hover {
    color: #fff !important;
    background-color: #337ab7 !important;
    border-color: #2e6da4 !important;
} */

/* .modal .btn-primary.btn-outline {
    color: #337ab7 !important;
    background-color: #fff !important;
    border-color: #2e6da4 !important;
} */

/* .modal .btn-primary.btn-outline.active {
    color: #fff !important;
    background-color: #2e6da4 !important;
    border-color: #2e6da4 !important;
} */

/* ปุ่ม asearcher */
.btn-crm-g {
    margin-bottom: 0px !important;
    min-width: 100px !important;
    color: #fff;
    border: none !important;
    height: 34px;
}

.btn-crm-g.btn-success {
    background-color: #1ab394 !important;
    color: #fff !important;
}

.btn-crm-g.btn-primary {
    background-color: #1D84C6 !important;
    color: #fff !important;
}

.btn-crm-g.btn-info {
    background-color: #98FEFF !important;
    color: #fff !important;
}

.btn-crm-g.btn-warning {
    background-color: #FFD19E !important;
    color: #fff !important;
}

.btn-crm-g.btn-danger {
    background-color: #ED5666 !important;
    color: #fff !important;
}

.btn-crm-o {
    margin-bottom: 5px !important;
    min-width: 100px !important;
    background-color: #FFFFFF !important;
}

.btn-crm-o:hover,
.btn-crm-o:focus,
.btn-crm-o:active {
    background-color: #FFFFFF !important;
}

.btn-crm-o.btn-success {
    color: #19A2A4 !important;
    border: 1px solid #19A2A4 !important;
}

.btn-crm-o.btn-primary {
    color: #174F72 !important;
    border: 1px solid #174F72 !important;
}

.btn-crm-o.btn-info {
    color: #22B9BB !important;
    border: 1px solid #22B9BB !important;
}

.btn-crm-o.btn-warning {
    color: #F8AC5A !important;
    border: 1px solid #F8AC5A !important;
    background-color: #FFFFFF !important;
}

.btn-crm-o.btn-danger {
    color: #AF2D3A !important;
    border: 1px solid #AF2D3A !important;
}

.btn-crm-o.btn-success:hover,
.btn-crm-o.btn-success:focus,
.btn-crm-o.btn-success:active,
.btn-crm-o.btn-success:active:focus {
    background-color: #FFFFFF !important;
    color: #19A2A4 !important;
    border: 1px solid #19A2A4 !important;
}

.btn-crm-o.btn-primary:hover,
.btn-crm-o.btn-primary:focus,
.btn-crm-o.btn-primary:active,
.btn-crm-o.btn-primary:active:focus {
    background-color: #FFFFFF !important;
    color: #174F72 !important;
    border: 1px solid #174F72 !important;
}

.btn-crm-o.btn-info:hover,
.btn-crm-o.btn-info:focus,
.btn-crm-o.btn-info:active,
.btn-crm-o.btn-info:active:focus {
    background-color: #FFFFFF !important;
    color: #22B9BB !important;
    border: 1px solid #22B9BB !important;
}

.btn-crm-o.btn-warning:hover,
.btn-crm-o.btn-warning:focus,
.btn-crm-o.btn-warning:active,
.btn-crm-o.btn-warning:active:focus {
    background-color: #FFFFFF !important;
    color: #F8AC5A !important;
    border: 1px solid #F8AC5A !important;
}

.btn-crm-o.btn-danger:hover,
.btn-crm-o.btn-danger:focus,
.btn-crm-o.btn-danger:active,
.btn-crm-o.btn-danger:active:focus {
    background-color: #FFFFFF !important;
    color: #AF2D3A !important;
    border: 1px solid #AF2D3A !important;
}

/* Outline */
.btn-primary-gd.btn-outline {
    color: #174F72 !important;
    transition: all .5s;
}

.btn-primary-gd {
    border-color: #174F72 !important;
    background-color: #fff;
    color: #174F72 !important;
}

.btn-primary-gd:hover, .btn-primary-gd:focus, .btn-primary-gd:active, .btn-primary-gd.active, .open .dropdown-toggle.btn-primary-gd, .btn-primary-gd:active:focus, .btn-primary-gd:active:hover, .btn-primary-gd.active:hover, .btn-primary-gd.active:focus {
    background-color: #1D84C6 !important;
    color: #fff !important;
}

.btn-success-gd.btn-outline {
    color: #19A2A4 !important;
}

.btn-success-gd {
    border-color: #19A2A4 !important;
    background-color: #fff;
    color: #19A2A4 !important;
}

.btn-success-gd:hover, .btn-success-gd:focus, .btn-success-gd:active, .btn-success-gd.active, .open .dropdown-toggle.btn-success-gd, .btn-success-gd:active:focus, .btn-success-gd:active:hover, .btn-success-gd.active:hover, .btn-success-gd.active:focus {
    background-color: #27C473 !important;
    color: #fff !important;
}

.btn-warning-gd.btn-outline {
    color: #F8AC5A !important;
}

.btn-warning-gd {
    border-color: #F8AC5A !important;
    background-color: #fff;
    color: #F8AC5A !important;
}

.btn-warning-gd:hover, .btn-warning-gd:focus, .btn-warning-gd:active, .btn-warning-gd.active, .open .dropdown-toggle.btn-warning-gd, .btn-warning-gd:active:focus, .btn-warning-gd:active:hover, .btn-warning-gd.active:hover, .btn-warning-gd.active:focus {
    background-color: #FFD19E !important;
    /* border: none !important; */
    color: #fff !important;
}

.btn-info-gd.btn-outline {
    color: #22B9BB !important;
}

.btn-info-gd {
    border-color: #22B9BB !important;
    background-color: #fff;
    color: #22B9BB !important;
}

.btn-info-gd:hover, .btn-info-gd:focus, .btn-info-gd:active, .btn-info-gd.active, .open .dropdown-toggle.btn-info-gd, .btn-info-gd:active:focus, .btn-info-gd:active:hover, .btn-info-gd.active:hover, .btn-info-gd.active:focus {
    background-color: #98FEFF !important;
    /* border: none !important; */
    color: #fff !important;
}

.btn-danger-gd.btn-outline {
    color: #AF2D3A !important;
}

.btn-danger-gd {
    border-color: #AF2D3A !important;
    background-color: #fff;
    color: #AF2D3A !important;
}

.btn-danger-gd:hover, .btn-danger-gd:focus, .btn-danger-gd:active, .btn-danger-gd.active, .open .dropdown-toggle.btn-danger-gd, .btn-danger-gd:active:focus, .btn-danger-gd:active:hover, .btn-danger-gd.active:hover, .btn-danger-gd.active:focus {
    background-color: #ED5666 !important;
    color: #fff !important;
}

/* ปุ่ม asearcher circle */
.btn-circle-crm-g {
    margin-bottom: 5px !important;
    color: #fff;
    border: none !important;
    height: 34px;
}

.btn-circle-crm-g.btn-success {
    background-color: #27C473 !important;
    color: #fff !important;
}

.btn-circle-crm-g.btn-primary {
    background-color: #1D84C6 !important;
    color: #fff !important;
}

.btn-circle-crm-g.btn-info {
    background-color: #98FEFF !important;
    color: #fff !important;
}

.btn-circle-crm-g.btn-warning {
    background-color: #FFD19E !important;
    color: #fff !important;
}

.btn-circle-crm-g.btn-danger {
    background-color: #ED5666 !important;
    color: #fff !important;
}

.sweet-alert button.confirm {
    background-color: #1ab394 !important;
}

.sweet-alert h2 {
    color: #575757 !important;
    font-size: 20px !important;
    text-align: center !important;
    font-weight: 600 !important;
    text-transform: none !important;
    position: relative !important;
    margin: 25px 0 !important;
    padding: 0 !important;
    line-height: 40px !important;
    display: block !important;
}
