/* width */
::-webkit-scrollbar {
   width: 5px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #bec4c4;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
   background: #555;
}
.select2-container {
    width: 100% !important;
}
.select2-container--default .select2-selection--single {
    border: 0.0625rem solid #ced4da;
    
    height: 2.5rem;
    background: #fff;
}
.img {
    vertical-align: middle;
    max-width: 40%;
}
.bg-blue-lightest {
  background: #e9f0f9;
}

.bg-blue-lighter {
  background: #bcd3ed;
}

.bg-blue-light {
  background: #6397d6;
}

.bg-blue-dark {
  background: #1a569d;
}

.bg-blue-darker {
  background: #0d2b4e;
}

.bg-blue-darkest {
  background: #061527;
}

.bg-blue-lt {
  color: #206bc4 !important;
  background: rgba(32, 107, 196, 0.2) !important;
}

.bg-indigo-lightest {
  background: #f0f1fa;
}

.bg-indigo-lighter {
  background: #d1d5f0;
}

.bg-indigo-light {
  background: #939edc;
}

.bg-indigo-dark {
  background: #515da4;
}

.bg-indigo-darker {
  background: #282e52;
}

.bg-indigo-darkest {
  background: #141729;
}

.bg-indigo-lt {
  color: #6574cd !important;
  background: rgba(101, 116, 205, 0.2) !important;
}

.bg-purple-lightest {
  background: #f6effd;
}

.bg-purple-lighter {
  background: #e4cff9;
}

.bg-purple-light {
  background: #c08ef0;
}

.bg-purple-dark {
  background: #844bbb;
}

.bg-purple-darker {
  background: #42265e;
}

.bg-purple-darkest {
  background: #21132f;
}

.bg-purple-lt {
  color: #a55eea !important;
  background: rgba(165, 94, 234, 0.2) !important;
}

.bg-pink-lightest {
  background: #fef0f5;
}

.bg-pink-lighter {
  background: #fcd3e1;
}

.bg-pink-light {
  background: #f999b9;
}

.bg-pink-dark {
  background: #c5577c;
}

.bg-pink-darker {
  background: #622c3e;
}

.bg-pink-darkest {
  background: #31161f;
}

.bg-pink-lt {
  color: #f66d9b !important;
  background: rgba(246, 109, 155, 0.2) !important;
}

.bg-red-lightest {
  background: #ffedee;
}

.bg-red-lighter {
  background: #fec8cc;
}

.bg-red-light {
  background: #fc7e87;
}

.bg-red-dark {
  background: #c83843;
}

.bg-red-darker {
  background: #641c22;
}

.bg-red-darkest {
  background: #320e11;
}

.bg-red-lt {
  color: #fa4654 !important;
  background: rgba(250, 70, 84, 0.2) !important;
}

.bg-orange-lightest {
  background: #fff5ec;
}

.bg-orange-lighter {
  background: #fee0c7;
}

.bg-orange-light {
  background: #feb67c;
}

.bg-orange-dark {
  background: #ca7836;
}

.bg-orange-darker {
  background: #653c1b;
}

.bg-orange-darkest {
  background: #331e0e;
}

.bg-orange-lt {
  color: #fd9644 !important;
  background: rgba(253, 150, 68, 0.2) !important;
}

.bg-yellow-lightest {
  background: #fef9e7;
}

.bg-yellow-lighter {
  background: #fbedb7;
}

.bg-yellow-light {
  background: #f5d657;
}

.bg-yellow-dark {
  background: #c19d0c;
}

.bg-yellow-darker {
  background: #604e06;
}

.bg-yellow-darkest {
  background: #302703;
}

.bg-yellow-lt {
  color: #f1c40f !important;
  background: rgba(241, 196, 15, 0.2) !important;
}

.bg-green-lightest {
  background: #eff8e6;
}

.bg-green-lighter {
  background: #cfeab3;
}

.bg-green-light {
  background: #8ecf4d;
}

.bg-green-dark {
  background: #4b9500;
}

.bg-green-darker {
  background: #264a00;
}

.bg-green-darkest {
  background: #132500;
}

.bg-green-lt {
  color: #5eba00 !important;
  background: rgba(94, 186, 0, 0.2) !important;
}

.bg-teal-lightest {
  background: #eafaf8;
}

.bg-teal-lighter {
  background: #bfefea;
}

.bg-teal-light {
  background: #6bdbcf;
}

.bg-teal-dark {
  background: #22a295;
}

.bg-teal-darker {
  background: #11514a;
}

.bg-teal-darkest {
  background: #092925;
}

.bg-teal-lt {
  color: #2bcbba !important;
  background: rgba(43, 203, 186, 0.2) !important;
}

.bg-cyan-lightest {
  background: #e8f6f8;
}

.bg-cyan-lighter {
  background: #b9e3ea;
}

.bg-cyan-light {
  background: #5dbecd;
}

.bg-cyan-dark {
  background: #128293;
}

.bg-cyan-darker {
  background: #09414a;
}

.bg-cyan-darkest {
  background: #052025;
}

.bg-cyan-lt {
  color: #17a2b8 !important;
  background: rgba(23, 162, 184, 0.2) !important;
}

.bg-white-lightest {
  background: white;
}

.bg-white-lighter {
  background: white;
}

.bg-white-light {
  background: white;
}

.bg-white-dark {
  background: #cccccc;
}

.bg-white-darker {
  background: #666666;
}

.bg-white-darkest {
  background: #333333;
}

.bg-white-lt {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.2) !important;
}

.bg-gray-lightest {
  background: #f3f4f5;
}

.bg-gray-lighter {
  background: #dbdde0;
}

.bg-gray-light {
  background: #aab0b6;
}

.bg-gray-dark {
  background: #6b7278;
}

.bg-gray-darker {
  background: #36393c;
}

.bg-gray-darkest {
  background: #1b1c1e;
}

.bg-gray-lt {
  color: #868e96 !important;
  background: rgba(134, 142, 150, 0.2) !important;
}

.bg-gray-dark-lightest {
  background: #ebebec;
}

.bg-gray-dark-lighter {
  background: #c2c4c6;
}

.bg-gray-dark-light {
  background: #717579;
}

.bg-gray-dark-dark {
  background: #2a2e33;
}

.bg-gray-dark-darker {
  background: #15171a;
}

.bg-gray-dark-darkest {
  background: #0a0c0d;
}

.bg-gray-dark-lt {
  color: #343a40 !important;
  background: rgba(52, 58, 64, 0.2) !important;
}

.bg-azure-lightest {
  background: #ecf7fe;
}

.bg-azure-lighter {
  background: #c7e6fb;
}

.bg-azure-light {
  background: #7dc4f6;
}

.bg-azure-dark {
  background: #3788c2;
}

.bg-azure-darker {
  background: #1c4461;
}

.bg-azure-darkest {
  background: #0e2230;
}

.bg-azure-lt {
  color: #45aaf2 !important;
  background: rgba(69, 170, 242, 0.2) !important;
}

.bg-lime-lightest {
  background: #f2fbeb;
}

.bg-lime-lighter {
  background: #d7f2c2;
}

.bg-lime-light {
  background: #a3e072;
}

.bg-lime-dark {
  background: #62a82a;
}

.bg-lime-darker {
  background: #315415;
}

.bg-lime-darkest {
  background: #192a0b;
}

.bg-lime-lt {
  color: #7bd235 !important;
  background: rgba(123, 210, 53, 0.2) !important;
}

.bg-dark-lightest {
  background: #e8eaec;
}

.bg-dark-lighter {
  background: #bbc0c6;
}

.bg-dark-light {
  background: #606b7a;
}

.bg-dark-dark {
  background: #162334;
}

.bg-dark-darker {
  background: #0b121a;
}

.bg-dark-darkest {
  background: #06090d;
}

.bg-dark-lt {
  color: #1c2c41 !important;
  background: rgba(28, 44, 65, 0.2) !important;
}

/**
SOCIAL COLORS
 */
.bg-facebook {
  color: #fff !important;
  background: #3b5998 !important;
}

.text-facebook {
  color: #3b5998 !important;
}

.bg-twitter {
  color: #fff !important;
  background: #1da1f2 !important;
}

.text-twitter {
  color: #1da1f2 !important;
}

.bg-google {
  color: #fff !important;
  background: #dc4e41 !important;
}

.text-google {
  color: #dc4e41 !important;
}

.bg-youtube {
  color: #fff !important;
  background: #f00 !important;
}

.text-youtube {
  color: #f00 !important;
}

.bg-vimeo {
  color: #fff !important;
  background: #1ab7ea !important;
}

.text-vimeo {
  color: #1ab7ea !important;
}

.bg-dribbble {
  color: #fff !important;
  background: #ea4c89 !important;
}

.text-dribbble {
  color: #ea4c89 !important;
}

.bg-github {
  color: #fff !important;
  background: #181717 !important;
}

.text-github {
  color: #181717 !important;
}

.bg-instagram {
  color: #fff !important;
  background: #e4405f !important;
}

.text-instagram {
  color: #e4405f !important;
}

.bg-pinterest {
  color: #fff !important;
  background: #bd081c !important;
}

.text-pinterest {
  color: #bd081c !important;
}

.bg-vk {
  color: #fff !important;
  background: #6383a8 !important;
}

.text-vk {
  color: #6383a8 !important;
}

.bg-rss {
  color: #fff !important;
  background: #ffa500 !important;
}

.text-rss {
  color: #ffa500 !important;
}

.bg-flickr {
  color: #fff !important;
  background: #0063dc !important;
}

.text-flickr {
  color: #0063dc !important;
}

.bg-bitbucket {
  color: #fff !important;
  background: #0052cc !important;
}

.text-bitbucket {
  color: #0052cc !important;
}

.bg-blue {
  background: #206bc4;
}

.text-blue {
  color: #206bc4 !important;
}

.bg-blue-lt {
  color: #206bc4 !important;
  background: rgba(32, 107, 196, 0.2) !important;
}

.bg-indigo {
  background: #6574cd;
}

.text-indigo {
  color: #6574cd !important;
}

.bg-indigo-lt {
  color: #6574cd !important;
  background: rgba(101, 116, 205, 0.2) !important;
}

.bg-purple {
  background: #a55eea;
}

.text-purple {
  color: #a55eea !important;
}

.bg-purple-lt {
  color: #a55eea !important;
  background: rgba(165, 94, 234, 0.2) !important;
}

.bg-pink {
  background: #f66d9b;
}

.text-pink {
  color: #f66d9b !important;
}

.bg-pink-lt {
  color: #f66d9b !important;
  background: rgba(246, 109, 155, 0.2) !important;
}

.bg-red {
  background: #fa4654;
}

.text-red {
  color: #fa4654 !important;
}

.bg-red-lt {
  color: #fa4654 !important;
  background: rgba(250, 70, 84, 0.2) !important;
}

.bg-orange {
  background: #fd9644;
}

.text-orange {
  color: #fd9644 !important;
}

.bg-orange-lt {
  color: #fd9644 !important;
  background: rgba(253, 150, 68, 0.2) !important;
}

.bg-yellow {
  background: #f1c40f;
}

.text-yellow {
  color: #f1c40f !important;
}

.bg-yellow-lt {
  color: #f1c40f !important;
  background: rgba(241, 196, 15, 0.2) !important;
}

.bg-green {
  background: #5eba00;
}

.text-green {
  color: #5eba00 !important;
}

.bg-green-lt {
  color: #5eba00 !important;
  background: rgba(94, 186, 0, 0.2) !important;
}

.bg-teal {
  background: #2bcbba;
}

.text-teal {
  color: #2bcbba !important;
}

.bg-teal-lt {
  color: #2bcbba !important;
  background: rgba(43, 203, 186, 0.2) !important;
}

.bg-cyan {
  background: #17a2b8;
}

.text-cyan {
  color: #17a2b8 !important;
}

.bg-cyan-lt {
  color: #17a2b8 !important;
  background: rgba(23, 162, 184, 0.2) !important;
}

.bg-white {
  background: #fff;
}

.text-white {
  color: #fff !important;
}

.bg-white-lt {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.2) !important;
}

.bg-gray {
  background: #868e96;
}

.text-gray {
  color: #868e96 !important;
}

.bg-gray-lt {
  color: #868e96 !important;
  background: rgba(134, 142, 150, 0.2) !important;
}

.bg-gray-dark {
  background: #343a40;
}

.text-gray-dark {
  color: #343a40 !important;
}

.bg-gray-dark-lt {
  color: #343a40 !important;
  background: rgba(52, 58, 64, 0.2) !important;
}

.bg-azure {
  background: #45aaf2;
}

.text-azure {
  color: #45aaf2 !important;
}

.bg-azure-lt {
  color: #45aaf2 !important;
  background: rgba(69, 170, 242, 0.2) !important;
}

.bg-lime {
  background: #7bd235;
}

.text-lime {
  color: #7bd235 !important;
}

.bg-lime-lt {
  color: #7bd235 !important;
  background: rgba(123, 210, 53, 0.2) !important;
}

.bg-dark {
  background: #1c2c41;
}

.text-dark {
  color: #1c2c41 !important;
}

.bg-dark-lt {
  color: #1c2c41 !important;
  background: rgba(28, 44, 65, 0.2) !important;
}


.settings .sidebar, .settings .content .card-body {
  height: calc(90vh - 175px);
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
  overflow-y: scroll; 
}

.settings .sidebar::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}

.my-scroll{
  overflow-y: auto;
}
.my-scroll::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
.table-responsive::-webkit-scrollbar{
  display: none;
}
.settings .content .card-body::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
textarea{
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
}
textarea::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
.custom-switch {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    display: inline-flex;
    align-items: center;
    margin: 0;
}
.custom-switch, .custom-radio, .custom-checkbox {
    margin-bottom: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom-switch-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-switch-indicator {
    display: inline-block;
    height: 1.25rem;
    width: 2.25rem;
    background: #e9ecef;
    border-radius: 50px;
    position: relative;
    vertical-align: bottom;
    border: 1px solid rgba(0, 0, 0, 0.09);
    transition: 0.3s border-color, 0.3s background-color;
}
.custom-switch-description {
    margin-left: 0.5rem;
    color: #888e9a;
    transition: 0.3s color;
}
.custom-switch-indicator:before {
    content: "";
    position: absolute;
    height: calc(1.25rem - 4px);
    width: calc(1.25rem - 4px);
    top: 1px;
    left: 1px;
    background: red;
    border-radius: 50%;
    transition: 0.3s left;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
}
.custom-switch-input:checked ~ .custom-switch-indicator:before {
    left: calc(1rem + 1px);
    background: #09bd3c;
}
.settings .wrapper { display: flex; justify-content: center;}    
.settings .wrapper .content { position: relative; width: max-content; }
.settings .wrapper .content img { display: block; }
.settings .wrapper .content .myCl { position: absolute; bottom:0px;font-size:25px ;overflow: hidden;width: 50%;opacity: .6;background: blanchedalmond;border-radius: 10px !important;border: 0px solid red;cursor: pointer;}
.cursor-pointer{
  cursor: pointer;
}

/*btn loading*/

.btn-loading {
  color: purple !important;
  pointer-events: none;
  position: relative;
}
.btn-loading:after {
  content: '';
  -webkit-animation: loader 500ms infinite linear;
  animation: loader 500ms infinite linear;
  border: 2px solid #fff;
  border-radius: 50%;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  display: block;
  height: 1.4em;
  width: 1.4em;
  position: absolute;
  left: calc(50% - (1.4em / 2));
  top: calc(50% - (1.4em / 2));
  -webkit-transform-origin: center;
  transform-origin: center;
  position: absolute !important;
}

.btn-loading.btn-sm:after, .btn-group-sm > .btn-loading.btn:after {
  height: 1em;
  width: 1em;
  left: calc(50% - (1em / 2));
  top: calc(50% - (1em / 2));
}

.btn-loading.btn-secondary:after {
  border-color: #495057;
}

@-webkit-keyframes loader {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*page-overlay*/
#page-overlay {
  opacity: 0;
  top: 0px;
  left: 0px;
  position: fixed;
  background-color: rgba(249, 249, 249, 0.8);
  height: 100%;
  width: 100%;
  z-index: 9998;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; 
}

#page-overlay.visible {
  opacity: 1;
  display: none; 
}

#page-overlay.visible.active, #page-overlay.visible.active img{
  display: block; 
}

#page-overlay.hidden {
  opacity: 0;
  height: 0px;
  width: 0px;
  z-index: -10000; 
}

#page-overlay .loader-wrapper-outer {
  background-color: transparent;
  z-index: 9999;
  margin: auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: table;
  text-align: center;
  vertical-align: middle; 
}

#page-overlay .loader-wrapper-inner {
  display: table-cell;
  vertical-align: middle; 
}

#page-overlay .loader {
  margin: auto;
}


@keyframes lds-double-ring {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lds-double-ring {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lds-double-ring_reverse {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes lds-double-ring_reverse {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
#page-overlay .lds-double-ring {
  position: relative;
}
#page-overlay .lds-double-ring div {
  box-sizing: border-box;
}
#page-overlay .lds-double-ring > div {
  position: absolute;
  width: 44px;
  height: 44px;
  top: 78px;
  left: 78px;
  border-radius: 50%;
  border: 4px solid #000;
  border-color: #2196f3 transparent #2196f3 transparent;
  -webkit-animation: lds-double-ring 1s linear infinite;
  animation: lds-double-ring 1s linear infinite;
}
#page-overlay .lds-double-ring > div:nth-child(2),
#page-overlay .lds-double-ring > div:nth-child(4) {
  width: 32px;
  height: 32px;
  top: 84px;
  left: 84px;
  -webkit-animation: lds-double-ring_reverse 1s linear infinite;
  animation: lds-double-ring_reverse 1s linear infinite;
}
#page-overlay .lds-double-ring > div:nth-child(2) {
  border-color: transparent #2196f3 transparent #2196f3;
}
#page-overlay .lds-double-ring > div:nth-child(3) {
  border-color: transparent;
}
#page-overlay .lds-double-ring > div:nth-child(3) div {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#page-overlay .lds-double-ring > div:nth-child(3) div:before,
#page-overlay .lds-double-ring > div:nth-child(3) div:after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  top: -4px;
  left: 16px;
  background: #2196f3;
  border-radius: 50%;
  box-shadow: 0 40px 0 0 #2196f3;
}
#page-overlay .lds-double-ring > div:nth-child(3) div:after {
  left: -4px;
  top: 16px;
  box-shadow: 40px 0 0 0 #2196f3;
}
#page-overlay .lds-double-ring > div:nth-child(4) {
  border-color: transparent;
}
#page-overlay .lds-double-ring > div:nth-child(4) div {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#page-overlay .lds-double-ring > div:nth-child(4) div:before,
#page-overlay .lds-double-ring > div:nth-child(4) div:after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  top: -4px;
  left: 10px;
  background: #2196f3;
  border-radius: 50%;
  box-shadow: 0 28px 0 0 #2196f3;
}
#page-overlay .lds-double-ring > div:nth-child(4) div:after {
  left: -4px;
  top: 10px;
  box-shadow: 28px 0 0 0 #2196f3;
}
#page-overlay .lds-double-ring {
  width: 200px !important;
  height: 200px !important;
  display: inline-block;
  -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}
.card-header {
    border-color: #f5f5f5;
    background: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.badge-default {
  background: #ADB6C7; }

.badge-success {
  background-color: #09BD3C; }

.badge-secondary {
  background-color: #FFA7D7; }

.badge-info {
  background-color: #D653C1; }

.badge-primary {
  background-color: var(--primary); }

.badge-warning {
  background-color: #FFCF6D; }

.badge-danger {
  background-color: #FC2E53; }

.badge-dark {
  background-color: #6e6e6e; }

.badge-light {
  background-color: #c8c8c8; }
.media {
    display: flex;
    align-items: flex-start;
}
.widget-stat .media > span {
    height: 5.3125rem;
    width: 5.3125rem;
    border-radius: 3.125rem;
    padding: 0.625rem 0.75rem;
    font-size: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #464a53;
    min-width: 5.3125rem;
    background: #e8ddaf78;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn, .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto;
}
.btn {
    border-radius: 1.25rem;
    font-weight: 400;
    font-size: 1rem;
}
.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #393939;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid #e5d5d5;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    border-radius: 1.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.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-primary{
  background-color: #3bb6fe;
  font-weight: 500;
}
.btn-success, .btn-success:disabled, .btn-sucess.disabled {
    background-color: #d3fbf9;
    border-color: #d3fbf9;
    color: #6bcac2;
}
