html {
    font-size: 13px;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #2cc185;
    border-color: inherit;
    background-color: #FFFFFF;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%230179A8' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M6.41 0l-.69.72-2.78 2.78-.81-.78-.72-.72-1.41 1.41.72.72 1.5 1.5.69.72.72-.72 3.5-3.5.72-.72-1.44-1.41z' transform='translate(0 1)' /%3e%3c/svg%3e");
}
.custom-control {
    position: relative;
    display: block;
    min-height: auto;
    padding-left: 1.5rem;
}
.custom-control-label::before {
    width: 1rem;
    height: 1rem; 
}
.custom-control-label::after {
width: 1rem;
    height: 1rem; 
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 0.955rem;
    font-weight: 400;
    line-height: 1.5;
    color: #363642;
    vertical-align: middle;
    border: 1px solid #c6c9d5;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-select {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='14' height='14' fill='%23888c9b' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1408 704q0 26-19 45l-448 448q-19 19-45 19t-45-19l-448-448q-19-19-19-45t19-45 45-19h896q26 0 45 19t19 45z'/%3E%3C/svg%3E") no-repeat right 0.75rem center, linear-gradient(to bottom, #ffffff, #f6f7f9);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 200ms ease-in-out;
}
.card-header-tabs {
    margin-right: -0.5rem;
    margin-bottom: -1rem;
    margin-left: -0.5rem;
    border-bottom: 0;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #222230;
    background-color: transparent;
    border-color: #346CB0;
}
.nav-tabs .nav-link {
    padding: 1rem;
    border-width: 0 0 3px;
}
.table th, .table td {
    vertical-align: middle;
}
.custom-control-label::before {
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
}
.custom-control-label::after {
    left: -1.5rem;
    width: 1rem;
    height: 1rem;
}
.custom-control-nolabel {
    margin: 0 0 0 -.125rem;
    padding-left: 0;
}

/* On/Off Switch */
.switch-button {
    display: inline-block;
    line-height: 16px;
    border-radius: 50px;
    background-color: #cccccc;
    width: 57px;
    height: 27px;
    padding: 2px;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}
.mai-top-header .mai-icons-nav .mai-settings .dropdown-menu .content ul li .switch-button {
    vertical-align: middle;
    background-color: #323232;
}
.switch-button input[type="checkbox"] {
    display: none;
}
input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}
.switch-button input[type="checkbox"]:checked + span {
    background-color: #2cc185;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 2px;
}
.switch-button.switch-button-sm label {
    height: 20px;
    width: 20px;
}
.switch-button input[type="checkbox"]:checked + span label {
    float: right;
}
.switch-button label {
    border-radius: 50%;
    border: 1px solid transparent;
    background-color: #FFFFFF;
    margin: 0;
    height: 22px;
    width: 22px;
    display: inline-block;
    cursor: pointer;
    background-clip: padding-box;
}
.mai-top-header .mai-icons-nav .mai-settings .dropdown-menu .content ul li .switch-button input[type="checkbox"]:checked + span label:before {
    color: #FFFFFF;
}
.switch-button input[type="checkbox"]:checked + span label:before {
    position: absolute;
    z-index: 0;
    content: "ON";
    color: #FFFFFF;
    left: 0;
    text-align: left;
    padding-left: 8px;
}
.switch-button label:before {
    position: absolute;
    font-size: 11px;
    z-index: 0;
    content: "OFF";
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 27px;
    top: 0;
    text-align: right;
    padding-right: 8px;
    color: #FFFFFF;
}
/* profile add project btn */
.profile-project-btn {
    margin-top: 17px;
}

.custom-control-input:checked ~ .custom-control-label::before{
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230179A8' width='8' height='8'%3E%3Cpath d='M4 1C2.34 1 1 2.34 1 4s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    transform: scale(.8);
top:2px;
}

/* Buttons Pending projects */
.accept-bttns {
    display: flex;
    justify-content: space-around;
    margin: 25px 0 10px 0;
}
.accept-bttns button {
    padding: 5px 20px;
    outline: 0;
    border: 0;
    background-color: #5f4b8b;
    color: #fff;
    font-size: 14px;
}
.accept-bttns .bttn:last-child button {
    background-color: red;
}