body {
    height: auto !important;
}

.organization-container {
    min-height: 100vh;
}

.organization-body {
    margin-top: calc(98px - 60px);
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 990px;
    background: #FFFFFF 0 0 no-repeat padding-box;
    border: 1px solid rgba(184,192,197,1);
    border-radius: 2px;
    opacity: 1;
    padding: 0 20px 0 20px;
    margin-bottom: 40px;
    font-weight: bold;
}

.empty-body {
    margin: unset;
    padding: unset;
    border: none;
    width: unset !important;
    background: unset !important;
}

.organization-body .header,
.organization-body .content,
.organization-body .footer {
    width: 100%;
    clear: both;
}

.organization-body .header {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1.8px;
    color: #555555;
    margin-top: 35px;
    height: 40px;
    border-bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 3px solid #C1CAD5;
}

.organization-body .header .sma-btn-create {
    margin-top: -10px;
}

.organization-body .header .sma-btn-create button {
    font-weight: bold;
    font-size: 9px;
}

.organization-body .content {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 20px;
}

.organization-body .content form {
    padding: 20px;
}

.organization-body .content form .form-group .form-control {
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    color: #212121;
    border: 1px solid #E5EBF2;
}

.organization-body .content form .form-group ul.errorlist {
    padding: 5px 0 0 0;
    color: #ED5757;
    font-weight: normal;
    list-style-type: none;
    margin-bottom: unset !important;
}

.organization-body .content form .form-group select {
    width: 200px;
}

.organization-body .content form .form-group input {
    width: 274px;
}

.organization-body .content form .form-group .input-description {
    font-weight: normal;
    font-size: 10px;
    line-height: 17px;
    color: #777777;
    padding-left: 15px;
    letter-spacing: 0;
    padding-top: 10px !important;
}

.organization-body .content form .form-group .divider {
    width: 100%;
    border-bottom: 1px solid #E5EBF2;
    padding-top: 5px;
    padding-bottom: 10px;
}

.organization-body .content form .form-group .group-title {
    font-size: 14px;
    line-height: 30px;
    color: #555555;
    letter-spacing: 1.4px;
}

.organization-body .content form .form-group .group-title.divider {
    padding-bottom: 0 !important;
    border-bottom: 1px solid #7E95B8;
}

.organization-body .content form .form-group label.sma-select-button {
    padding: 0 0 0 15px !important;
}

.organization-body .content form .form-group label.sma-select-button .sma-checkbox input[type="checkbox"]:checked + .box {
    border: 1px solid #3E5F91;
    background-color: #3E5F91;
}

.organization-body .content form .form-group .checkbox-label {
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    letter-spacing: 0;
    color: #555555;
}

.organization-body .content form .form-group .checkbox-label .input-description {
    padding-left: unset !important;
}

.organization-body .content form .form-button {
    margin-left: -40px;
    margin-top: 80px;
    position: relative;
}

.organization-body .content form .form-button::before {
    content: '';
    position: absolute;
    width: 100%;
    margin-left: 20px;
    border-top: 2px solid #E5EBF2;
    margin-top: -22px;
}

.organization-body .content form .sma-btn-form-group-action {
    text-align: center;
    width: 100%;
    margin-left: 20px;
}

.organization-body .content form .include-action-delete {
    width: calc(100% - 108px);
}

.organization-body .content form .form-button button {
    width: 138px;
    height: 48px;
    font-size: 18px;
    line-height: 12px;
    border-radius: 30px;
}

.organization-body .content form .form-button .sma-btn-cancel {
    color: #7E95B8;
    background: #FFFFFF 0 0 no-repeat padding-box;
    border: 2px solid #7E95B8;
}

.organization-body .content form .form-button span.sma-btn-cancel {
    padding: 13px 18px;
}

.organization-body .content form .form-button .text-decoration-none,
.organization-body .content form .form-button .text-decoration-none:hover {
    text-decoration: none;
}

.organization-body .content form .form-button a.sma-btn-cancel:hover {
    opacity: 0.7;
    text-decoration: none;
    outline: none;
}

.organization-body .content form .form-button .sma-btn-delete-link {
    color: #7E95B8;
    background: #FFFFFF 0 0 no-repeat padding-box;
    border: none;
    font-size: 15px !important;
    letter-spacing: 1.5px;
    float: left;
    line-height: 20px !important;
    width: 138px !important;
}

.organization-body .content form .form-button .sma-btn-delete-link span.far {
    font-size: 20px;
    font-weight: bold;
}

.organization-body .content form .form-button .sma-btn-delete-link:hover,
.organization-body .content form .form-button .sma-btn-delete-link:focus {
    opacity: 1;
    text-decoration: none;
    outline: none;
}

.organization-body .content table {
    margin: 20px 0 20px;
    width: 100%;
    color: #555555;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
}

.organization-body .content table thead {
    background: #F9F9F9;
    color: #555555;
    border-top: 1px solid #E5EBF2;
}

.organization-body .content table tr {
    border-bottom: 1px solid #E5EBF2;
    height: 34px;
}

.organization-body .content table .cl-checkbox {
    width: 40px;

}

.organization-body .content table .cl-checkbox .sma-checkbox {
    margin-left: calc((40px - 14px) / 2);
}


.organization-body .content .operation-action {
    padding-left: 22px;
    margin-top: 10px;
    margin-bottom: -10px;
    font-size: 12px;
    line-height: 34px;
    font-weight: normal;
    letter-spacing: 0.3px;
    color: #777777;
}

.organization-body .content .operation-action select {
    font-size: 12px;
    color: #777777;
}

.organization-body .content .operation-action button {
    background: #3E5F91 0 0 no-repeat padding-box;
    border-radius: 2px;
    margin-left: 8px;
    height: 33px;
}

.organization-body .footer {
    margin: 40px 0 40px 0 !important;
}

.organization-body .footer .list-detail-item-group {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    border-bottom: 1px solid #E5EBF2;
    font-weight: normal;
    padding-bottom: 5px;
    position: relative;
    min-height: 44px;
}

.organization-body .footer .list-detail-item-group .item-counted {
    position: absolute;
    line-height: 35px;
    /*bottom: 8px;*/
}

.pagination {
    margin-bottom: 5px;
}

.pagination .page-item .page-link {
    color: #3E5F91;
}

.pagination .page-item.active .page-link {
    background: #3E5F91;
    border-color: #3E5F91;
    color: #ffffff;
    font-weight: bold;
}

ul.errorlist {
    font-size: 12px;
    padding: 5px 0 0 0;
    color: #ED5757;
    font-weight: normal;
    list-style-type: none;
}

.mgr-40 {
    margin-right: 40px;
}

.has-success .form-checkbox-field {
    border-color: #5cb85c
}

.has-danger .form-radio-field,
.has-danger .form-checkbox-field {
    border-color: #d9534f
}

.sma-select-button {
    padding: 8px;
    display: flex;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    margin: 0;
    word-break: break-all;
    width: calc(100% - 20px);
}

.sma-btn-disabled {
    pointer-events: none;
    cursor: not-allowed !important;
    opacity: 0.6;
}

.sma-btn-link, .sma-btn-link:hover {
    color: #3E5F91;
    cursor: pointer;
    pointer-events: all;
}

.sma-btn-back, .sma-btn-cancel {
    color: #7E95B8;
    background: #FFFFFF 0 0 no-repeat padding-box;
    border: 2px solid #7E95B8 !important;
}

.last-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.sma-select-button .option-text {
    word-break: break-all;
    word-wrap: break-word;
    overflow-wrap: break-word
}

.sma-select-button input {
    margin-right: 8px;
    display: inline-block
}

/* Checkbox style */
.sma-checkbox input[type="checkbox"] {
    visibility: hidden;
    position: absolute
}

.sma-checkbox input[type="checkbox"] + .box {
    margin-right: 8px;
    position: relative;
    width: 14px;
    height: 14px;
    display: block;
    border: 1px solid #90A4AE;
    border-radius: 4px;
}

.sma-checkbox input[type="checkbox"] + .box:after {
    content: "";
    transform: scale(0);
    transition: all 0.25s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-position: 50% 50%;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTAwcHgiIGhlaWdodD0iMTAwcHgiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA0MC4zICgzMzgzOSkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+Y2hlY2ttYXJrPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IklDT04iIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJjaGVja21hcmsiIGZpbGw9IiNGRkZGRkYiPgogICAgICAgICAgICA8ZyBpZD0iQ2hlY2ttYXJrIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMS4wMDAwMDAsIDIyLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9IkxheWVyXzEiPgogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik03MS4yOTY3MDAxLDEuMzM2Njg5NzQgTDIyLjgzNTE2MTYsNTAuNTI1ODc4OSBMMjguMjQxNzYxNCw1MC41MjU4Nzg5IEw2LjcwMzI5OTkxLDI4LjY2NDAxNzEgQzUuMjMyMzk0MjYsMjcuMTcxMDI1OCAyLjgyOTY4MTA1LDI3LjE1MzEyMTggMS4zMzY2ODk3NCwyOC42MjQwMjc0IEMtMC4xNTYzMDE1NzUsMzAuMDk0OTMzMSAtMC4xNzQyMDU1NDksMzIuNDk3NjQ2MyAxLjI5NjcwMDA5LDMzLjk5MDYzNzYgTDIyLjgzNTE2MTYsNTUuODUyNDk5NSBDMjQuMzIxNTkxNiw1Ny4zNjEyNDgyIDI2Ljc1NTMzMTUsNTcuMzYxMjQ4MiAyOC4yNDE3NjE0LDU1Ljg1MjQ5OTUgTDc2LjcwMzI5OTksNi42NjMzMTAyNiBDNzguMTc0MjA1NSw1LjE3MDMxODk1IDc4LjE1NjMwMTYsMi43Njc2MDU3NCA3Ni42NjMzMTAzLDEuMjk2NzAwMDkgQzc1LjE3MDMxOSwtMC4xNzQyMDU1NDkgNzIuNzY3NjA1NywtMC4xNTYzMDE1NzUgNzEuMjk2NzAwMSwxLjMzNjY4OTc0IEw3MS4yOTY3MDAxLDEuMzM2Njg5NzQgWiIgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==)
}

.sma-checkbox input[type="checkbox"]:checked + .box {
    border: 1px solid #78909C;
    background-color: #78909C
}

.sma-checkbox input[type="checkbox"]:checked + .box:after {
    transform: scale(1)
}

.success-status i.fas {
    font-size: 16px;
    color: #6CB7A9;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    /*background: #6CB7A9 0 0 no-repeat padding-box;*/
}

.deny-status i.fas {
    font-size: 16px;
    color: #ED5757;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

textarea {
    overflow: auto !important;
}

.select-box {
    width: 200px;
    position: relative;
}

.select-box select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
}

.select-box::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6.5px;
    height: 6.5px;
    border-bottom: 1px solid;
    border-right: 1px solid;
    transform: rotate(45deg);
    right: 7px;
    top: calc((100% - 9px) / 2);
    color: #7E95B8;
}

.bold {
    font-weight: bold;
}

@-webkit-keyframes fadein {
    from {
        right: 0;
        opacity: 0;
    }
    to {
        right: 10px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        right: 0;
        opacity: 0;
    }
    to {
        right: 10px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        right: 10px;
        opacity: 1;
    }
    to {
        right: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        right: 10px;
        opacity: 1;
    }
    to {
        right: 0;
        opacity: 0;
    }
}

.dp-block {
    display: block !important;
}

.organization-body .content .w-15 {
    width: 15% !important;;
}

.organization-body .content .w-10 {
    width: 10% !important;;
}

.organization-body .content .w-20 {
    width: 20% !important;;
}

.organization-body .content .w-30 {
    width: 30% !important;;
}

.organization-body .content .w-40 {
    width: 40% !important;;
}

.organization-body .content .w-80 {
    width: 80% !important;;
}

.organization-body .content .w-90 {
    width: 90% !important;
}


.timeline {
    padding: 0;
    list-style: none;
    margin: 77px auto 0 auto;
    width: fit-content;
}

.timeline li {
    float: left;
    text-align: center;
    width: 112px;
    position: relative;
    color: #777777;
}

.timeline li:before {
    content: '';
    line-height: 16px;
    width: 16px;
    height: 16px;
    display: block;
    border-radius: 100%;
    border: 1px solid rgba(184,192,197,1);
    margin: 0 auto 0 auto;
    background: #FFFFFF;
}

.timeline li.active:before {
    background: #3E5F91;
}

.timeline li span {
    color: #777777;
    font-size: 10px;
    line-height: 15px;
}

.timeline li span:before,
.timeline li span:after {
    width: 100%;
    height: 2px;
    background: #DDD;
    display: block;
    position: absolute;
    top: 7px;
    /*z-index: -1;*/
}

.timeline li.active:first-child span:after {
    width: 50%;
}

.timeline li span:before {
    right: 50%;
}

.timeline li span:after {
    left: 50%;
}

.timeline li.active span:before,
.timeline li.active:first-child span:after,
.timeline li.active span:after,
.timeline li.active:last-child span:after {
    background: #3E5F91;
}

.timeline li.active span:before {
    content: '';
}

.timeline li.active:first-child span:before {
    content: none;
}

.timeline li.active span:after {
    content: none;
}

.timeline li.active:first-child span:after {
    content: '';
}

.timeline p {
    text-align: center;
    padding: 68px 0 31px 0;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    color: #7E95B8;
}

.clinic-registration .timeline {
    margin-top: 53px !important;
}

.sma-multiselect {
    position: absolute;
    color: #555555;
    height: unset !important;
    min-width: 274px;
    max-width: 274px;
}

.sma-multiselect + .errorlist {
    margin-top: 35px;
}

.sma-multiselect .select-display-value {
    display: inline-block;
    cursor: pointer;
    border: 1px solid rgba(184,192,197,1);
    border-radius: 6px;
    padding: 0.5rem 1.5rem 0.5rem 0.75rem;
    position: relative;
    width: 100%;
    height: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sma-multiselect .select-display-value::after {
    position: absolute;
    content: "";
    display: block;
    box-sizing: border-box;
    width: 6.5px;
    height: 6.5px;
    border-bottom: 1px solid;
    border-right: 1px solid;
    transform: rotate(45deg);
    right: 7px;
    top: calc((100% - 9px) / 2);
    color: #7E95B8;
}

.sma-multiselect .select-options {
    box-shadow: 0 5px 20px #00000026;
    margin-top: 2px;
    display: none;
    position: absolute;
    z-index: 1;
    border: 1px solid #eaeaec;
    background: #fff;
    max-height: 200px;
    overflow: auto;
    border-radius: 3px;
    width: 100%;
}

.sma-multiselect .option {
    display: flex;
}

.sma-multiselect .option label {
    display: inline-block;
    padding: 10px;
    margin-bottom: unset !important;
    width: 100%;
}

.sma-multiselect .option:hover {
    background: #E5EBF2;
}

.sma-multiselect .option input {
    margin: 12px 0 10px 10px;
    width: unset !important;
    border: 1px solid #3E5F91;
    background-color: #3E5F91;
    text-align: center;
}


.sma-multiselect .option input[type="checkbox"] {
    visibility: hidden;
    position: absolute
}

.sma-multiselect .option input[type="checkbox"] + label .box {
    width: 13px;
    height: 13px;
}

.sma-multiselect .option input[type="checkbox"] + label .box::before {
    content: "";
    transform: scale(0);
    position: absolute;
    margin-right: 10px;
    width: 13px;
    height: 13px;
    background-size: 100%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAABmJLR0QA/wD/AP+gvaeTAAABSUlEQVR4nO3asUrDUBSH8Y+6VXGpiO6ODtndi6DP4LO4uPsybuLg4uBowV1w6+LSbq1DOSjxJtZ6c+/N6f8HXUJpznfShkILIiIiIrKddnIPkMA+cAHMgI/MsyRXAe/AEpgDl3nHSasCpqzi7XFXf9Ig8VCpVMA9MKodf8swS3KhK78EJsBBxrmSaIp/BY4zzpWE4lG84hWP4hXvmuJRvOIVj+IV75riUbziv8cf5RpqAFwDz8AtMOzoPE3xL8BhR+dcy1VtoAfiL6HYeIAbfg4WcwlFxwOcsvo1pYslFB9vxoSX8AjsbfiaRd7w2sRcQu/iTYwl9Dbe/GcJvY83myzBTbz5yxLcxZt1luA23rQt4Qzn8eac8BIWgWPFfcmJpemd4PrK17UtwX28CS1ha+LNmK+b3xNOP/O/2QVO8PsPNBERERERceATEGIycTokkDMAAAAASUVORK5CYII=);
    color: #0b2e13;
}

.sma-multiselect .option input[type="checkbox"]:checked + label .box {
    margin-right: 20px;
}

.sma-multiselect .option input[type="checkbox"]:checked + label .box::before {
    transform: scale(1);
}