.btn {
    margin: .375rem;
    color: inherit;
    text-transform: uppercase;
    word-wrap: break-word;
    white-space: normal;
    cursor: pointer;
    border: 0;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    padding: .84rem 2.14rem;
    font-size: .81rem;
    display: inline-flex;
    align-items: center;
}

    .btn.disabled, .btn:disabled {
        cursor: text;
    }

    .btn:hover, .btn:focus, .btn:active {
        outline: 0;
    }

    .btn.btn-sm {
        padding: .5rem 1.6rem;
        font-size: .64rem;
        text-transform: uppercase;
    }

    .btn.btn-icon {
        padding: 0.3rem 0.5rem;
        font-size: .84rem;
        border: 0;
    }

    .btn.btn-img {
        padding: 0.1rem;
    }

.btn-link {
    background-color: transparent;
    border: none;
    font-size: 22px;
    color: #3F51B5;
}

    .btn-link:hover {
        color: #2196F3;
        text-decoration: underline;
    }


.btn-primary {
    color: #fff;
    background-color: #85CE36;
    border-color: #85CE36;
}

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #03a9f4;
        border-color: #03a9f4;
    }

.btn.btn-primary:hover {
    color: #fff;
    background-color: #72b22b;
    border-color: #6ba829;
}

.add-btn {
    position: absolute;
    right: 30px;
    top: 20px;
}

.btn-dark {
    color: #fff;
    background-color: #005792;
    border-color: #005792;
}

.btn-file .PrewFile img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    height: auto;
    max-width: 100%;
}

.btn-file-actions-item {
    cursor: pointer;
    min-height: 200px;
}

.btn-file-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    width: 128px;
    height: 128px;
    background: url(../images/icon/image.png);
}

.btn.btn-sm {
    padding: .5rem .6rem;
    font-size: .64rem;
}

.action-menu .btn.btn-sm {
    min-width: 20px !important;
    padding: .2rem !important;
    margin: 0 .3rem 0 0;
}

.btn-rounded {
    border-radius: 10em;
}

.btn-red {
    background-color: #f44336 !important;
    color: #fff;
}

.btn-success {
    color: #fff !important;
    background-color: #00C851;
    border-color: #00C851;
}

.btn-outline-grey {
    color: #9E9E9E !important;
    background-color: transparent !important;
    border: 2px solid #9E9E9E !important;
}

.btn-outline-green {
    color: #00c851 !important;
    background-color: transparent !important;
    border: 2px solid #00c851 !important;
}

.btn-light {
    color: #000;
    background-color: #e0e0e0 !important;
}

.btn-white {
    color: #85CE36 !important;
    background-color: #fff !important;
}

.btn.btn-icon.btn-white.focus, .btn.btn-icon.btn-white:focus {
    outline: 0;
    background-color: #004c92 !important;
    color: #fff;
}

.btn-file {
    box-shadow: none;
    margin: 0;
    padding: .375rem .75rem;
}

.btn-outline-success {
    color: #00c851 !important;
    background-color: transparent !important;
    border: 2px solid #00c851 !important;
}

.btn-outline-primary {
    color: #4285f4 !important;
    background-color: transparent !important;
    border: 2px solid #4285f4 !important;
}

.btn-outline-secondary {
    color: #2196f3 !important;
    background-color: transparent !important;
    background-image: none !important;
    border: 1px solid #ced4da;
}

.btn-icon {
    box-shadow: none;
    border: 1px solid #ced4da;
    margin: 0;
    padding: .3rem 0.5rem;
    cursor: pointer;
}

.input-group-append .btn {
    border-radius: 0;
}

.input-group .btn:last-child {
    border-left: 0;
}


.btn.toggle_btn:hover {
    color: #ec2121 !important;
}

.fixed-thumb-btn {
    padding: 5px 8px !important;
    font-size: 12px !important;
    line-height: 1.5;
    border-radius: 3px;
    border: 1px solid #eee;
    white-space: nowrap;
}

.attribute.fixed .fixed-thumb-btn {
    border-color: #9E9E9E #cde #def #678;
    color: #2196F3;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.btn i {
    font-size: 15px;
}

.btn-blue {
    background-color: #2196f3!important;
    color: #fff!important;
    border: 1px solid #2196f3!important;
}

.btn-icon img {
    height: 20px;
}

.btn-img {
    padding: .2rem .35rem;
    cursor: pointer;
    border: 0;
}

    .btn-img img {
        height: 22px;
    }

    .btn-img:hover {
        border: 0;
    }

.btn-remove {
    border: none;
    background-color: transparent;
    color: #ccc;
}

    .btn-remove:hover {
        color: red;
    }

.btn-facebook {
    background-color: #3b5998 !important;
}

    .btn-facebook:hover {
        background-color: #334e86 !important;
    }

.btn-google {
    background-color: #dc4e41 !important;
}

    .btn-google:hover {
        background-color: #c14438 !important;
    }

.btn-telegram {
    background-color: #54a9eb !important;
}

    .btn-telegram:hover {
        background-color: #4b97d2 !important;
    }

.btn-orange {
    background-color: #EFBB20 !important;
    color: #FFF !important;
    border: 1px solid #EFBB20 !important;
}
    .btn-orange:hover {
        background-color: #EFBB20 !important;
        color: #FFF !important;
        border: 1px solid #EFBB20 !important;
    }

.btn-lite-blue {
    background-color: #0076be!important;
    color: #fff!important;
}

.edit-btn {
    position: absolute;
    top: 15px;
    right: 15px;
}

.btn-toolbar {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.social-button {
    border-radius: 100%;
    position: relative;
    display: inline-block;
    height: 40px;
    width: 40px;
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
}

.social-icon {
    width: 40px;
    color: #fff;
    margin: 0;
    line-height: 40px;
    z-index: 1;
}

    .social-icon i {
        position: relative;
        top: -1px;
        vertical-align: middle;
        font-size: 22px;
    }

.social-button.google-social-button {
    background-color: #d73d32;
}

.list-table-btn {
    width: 200px;
    min-width: 200px;
}

.summernote .btn,
.note-btn {
    color: black;
    background-color: transparent !important;
    padding: 3px 8px;
    font-size: 10px;
}

.note-btn-group .btn {
    margin: 0;
    box-shadow: none;
    border: 1px solid #eee;
}

    .note-btn-group .btn .btn.btn-sm {
        padding: .3rem .5rem;
        font-size: .64rem;
    }

.note-btn-group .note-btn {
    padding: 5px 8px !important;
    font-size: 12px !important;
    line-height: 1.5;
    border-radius: 3px;
    margin-bottom: 5px;
}

.history-search-btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #dde4eb;
    border-right: 0;
    white-space: nowrap;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333;
    background-color: #fff;
    padding: .375rem .5rem .375rem .3rem;
}

.close {
    float: right;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.input-group-append .btn.btn-icon {
    margin: 0;
    box-shadow: none;
    border: 1px solid #ced4da;
    color: #004c92;
}

.main-chat-btn {
    display:none;
    border: 1px solid #03a9f4;
    background: #03a9f4;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 25px;
    line-height: 25px;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: absolute;
    bottom: 60px;
    right: 10px;
    animation: pulse-blue 2s infinite;
}

@keyframes pulse-blue {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(52, 172, 224, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(52, 172, 224, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(52, 172, 224, 0);
    }
}

@media screen and (max-width:1200px) {
    .btn-text {
        display: none;
    }
}

@media screen and (max-width:600px) {
    .add-btn {
        position: initial;
    }
    .btn-text {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .list-table-btn {
        width: 80px;
        min-width: 80px;
    }
}