.modal .modal-header {
    background: #666CFF;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.modal .modal-content,
.modal .modal-dialog {
    border-radius: 10px;
}

.modal .modal-content {
    border: 0px;
    background: transparent;
}

.modal .modal-body {
    background: white;
    padding-top: 3rem;
    padding-bottom: 3rem;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.modal .modal-header .modal-title {
    margin-bottom: 0px;
    font-weight: 600;
}

.icon-main {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    font-size: 1.25rem;
    line-height: 1;
    overflow: hidden;
    user-select: none;
    border-radius: 8px;
    color: #191A19;
    background-color: #C8FF88;
}

table .btn-sm {
    font-weight: 500;
}

.alert-main {
    background: #FFF;
    color: #191A19;
    border-radius: 8px;
    font-weight: 500;
}

.btn-cancel {
    border-radius: 8px;
    color: #dc3545;
    transition: 350ms ease;
    font-size: 14px;
    line-height: 1em;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.06em;
    border: 1px solid #dc3545;
    padding: 0.600rem 1.1rem;
}

.btn-cancel:hover {
    box-shadow: rgb(76 78 100 / 56%) 0px 6px 18px -8px;
    background-color: #dc3545;
    color: #fff;
    border: 1px solid #dc3545;
}

.btn-submit {
    border-radius: 8px;
    background-color: #191A19;
    color: white;
    transition: 350ms ease;
    font-size: 14px;
    line-height: 1em;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.06em;
    border: 1px solid #191A19;
    padding: 0.8rem 1.25rem;
}

.btn-submit:hover {
    box-shadow: rgb(76 78 100 / 56%) 0px 6px 18px -8px;
    background-color: #16A286;
    color: #fff;
}

.btn-main-inverse {
    border-radius: 5px;
    background-color: #FFF;
    color: #191A19;
    transition: 350ms ease;
    font-size: 14px;
    line-height: 1em;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.06em;
    border: 1px solid #191A19;
    padding: 0.8rem 1.1rem;
}

.btn-main-inverse:hover {
    box-shadow: rgb(76 78 100 / 56%) 0px 6px 18px -8px;
    background-color: #191A19;
    color: #fff;
}

.btn-main-alt {
    border-radius: 8px;
    background-color: #C8FF88;
    color: #000;
    transition: 350ms ease;
    font-size: 14px;
    line-height: 1em;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.06em;
    border: 1px solid #1E5128;
    padding: 0.8rem 1.1rem;
}

.btn-main-alt:hover {
    box-shadow: rgb(76 78 100 / 56%) 0px 6px 18px -8px;
    background-color: #191A19;
    border: 1px solid #191A19;
    color: #fff;
}

.btn-main-delete {
    border-radius: 5px;
    background-color: #dc3545;
    color: white;
    transition: 350ms ease;
    font-size: 14px;
    line-height: 1em;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.06em;
    border: 1px solid #dc3545;
    padding: 0.600rem 1.1rem;
}

.btn-main-delete:hover {
    background-color: #c82333;
    color: white;
    border: 1px solid #c82333;
}

.btn-main-signout {
    border-radius: 0.30rem;
    background: #bb2d3b;
    border: 1px solid #bb2d3b;
    color: white;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: 0.06em;
    padding: 0.275rem 1rem;
    margin: 0.25rem 0rem;
}

.btn-main-signout:hover {
    background: #b02a37 !important;
    color: white;
}

.input-group-sm > .input-group-prepend > .input-group-text {
    padding: 0.35rem 0.5rem;
    font-size: .875rem;
    line-height: 1.5;
    font-weight: 500;
}

.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
    height: calc(1.8em + 0.5rem + 2px);
}

label {
    font-weight: 600;
    margin-bottom: 2px;
    font-size: 95%;
}

.table {
    margin-bottom: 0 !important;
}

table td p {
    text-align: left;
}

nav .page-head h4 {
    font-size: 20px;
    color: #3B3E46;
    font-weight: 600;
    letter-spacing: 0.25px;
    margin-bottom: 0px;
}

.page-head {
    padding-top: 20px;
}

.page-head .heading {
    font-size: 32px;
    color: #222;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 3px;
}

.page-head .subheading {
    font-size: 16px;
    color: #999;
    font-weight: 500;
}

.text-delete,
.text-edit {
    cursor: pointer;
    opacity: 0.7;
    font-weight: 500;
    font-size: 14px;
    padding: 0px 2px 0px 2px;
}

.text-edit {
    color: #0062cc !important;
}

.text-delete {
    color: #c82333 !important;
}


.text-delete:hover,
.text-edit:hover {
    opacity: 1;
}

.btn-delete {
    cursor: pointer;
    opacity: 0.5;
}

.btn-delete:hover {
    opacity: 1;
}

.tooltip-inner {
    text-align: left;
    font-size: 90%;
}

.tooltip-inner hr {
    background: white;
    margin-top: 3px;
    margin-bottom: 3px;
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-auto[x-placement^=top] * {
    text-align: left !important;
}

div.shadow {
    box-shadow: rgb(76 78 100 / 22%) 0px 2px 10px 0px !important;
}

.input-group-sm > .input-group-append > .input-group-text {
    background: #f5f5f5;
    border: 1px solid #ced4da;
    border-top-right-radius: 7.5px !important;
    border-bottom-right-radius: 7.5px !important;
}

.input-group-sm > .input-group-prepend > .input-group-text {
    background: #f5f5f5;
    border: 1px solid #ced4da;
    border-top-left-radius: 7.5px !important;
    border-bottom-left-radius: 7.5px !important;
}

.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
    border-top-right-radius: 7.5px !important;
    border-bottom-right-radius: 7.5px !important;
}

@media (max-width: 768px) {
    label {
        font-size: 80% !important;
    }

}
