@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700&display=swap);

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(38, 72, 110, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #26486e;
    border-color: #26486e
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #1c3552;
    border-color: #192f48
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(71, 99, 132, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #26486e;
    border-color: #26486e
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #192f48;
    border-color: #16293f
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(71, 99, 132, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
    color: #26486e;
    border-color: #26486e
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #26486e;
    border-color: #26486e
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 72, 110, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #26486e;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #26486e;
    border-color: #26486e
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 72, 110, .5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #26486e;
    text-decoration: none
}

.btn-link:hover {
    color: #122335
}

.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
    text-decoration: underline
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 1rem;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress,
.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

.progress-bar {
    flex-direction: column;
    justify-content: center;
    color: #000;
    text-align: center;
    white-space: nowrap;
    background-color: #8566c1;
    transition: width .6s ease
}

@media(prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

@media(prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.idm-input-group {
    width: 300px
}

body {
    background-color: #f3f3fa;
    font-family: Montserrat, sans-serif
}

.idm-bold {
    font-weight: 700
}

.div-container {
    margin: 2rem
}

.idm-btn,
button {
    text-align: center;
    font-family: Montserrat, sans-serif;
    background-color: transparent;
    font-size: 12px;
    font-weight: 700;
    box-sizing: border-box
}

.idm-btn {
    padding: 6px 18px;
    border-radius: 20px;
    letter-spacing: 1.5px;
    border: 0;
    background-color: #8566c1;
    color: #fff
}

.idm-btn:hover {
    background-color: #4f279c;
    color: #fff
}

.idm-btn:active {
    background-color: #8566c1;
    color: #fff
}

.idm-btn:disabled {
    border: 0;
    color: #fff;
    background-color: #c0c8cd;
    padding: 6px 18px;
    border-radius: 20px;
    letter-spacing: 1.5px
}

.idm-btn-secondary {
    color: #000;
    background-color: transparent;
    border: 2px solid #8566c1
}

.idm-btn-secondary:disabled {
    background-color: #fff;
    color: #9fafb5;
    border: 2px solid #c0c8cd;
    border-radius: 20px
}

.idm-btn-tertiary {
    color: #000;
    background-color: transparent;
    border: none;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.idm-container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.idm-container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.idm-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 5px
}

.idm-checkmark,
.idm-container-checkbox:hover input~.idm-checkmark {
    background-color: #fff
}

.idm-container-checkbox input:checked~.idm-checkmark {
    background-color: #8566c1
}

.idm-checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.idm-container-checkbox input:checked~.idm-checkmark:after {
    display: block
}

.idm-container-checkbox .idm-checkmark:after {
    left: 7px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.idm-container-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.idm-container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.idm-checkmark-radio {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%
}

.idm-checkmark-radio,
.idm-container-radio:hover input~.idm-checkmark-radio {
    background-color: #fff
}

.idm-container-radio input:checked~.idm-checkmark-radio {
    background-color: #8566c1
}

.idm-checkmark-radio:after {
    content: "";
    position: absolute;
    display: none
}

.idm-container-radio input:checked~.idm-checkmark-radio:after {
    display: block
}

.idm-container-radio .idm-checkmark-radio:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff
}

.idm-textarea {
    border: 1px solid #fff;
    border-radius: 5px;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    height: 160px;
    width: 240px;
    padding: 10px;
    resize: none
}

.idm-textarea:focus {
    outline: none;
    border: 1px solid #b8cfd9
}

.idm-textfield {
    border: 1px solid #fff;
    border-radius: 5px;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    padding: 10px;
    width: 100%
}

.idm-textfield:focus {
    outline: none;
    border: 1px solid #b8cfd9
}

.idm-search {
    border: 1px solid #fff;
    border-radius: 5px;
    font-family: Montserrat, sans-serif;
    -webkit-appearance: borderless-attachment;
    font-size: 12px;
    padding: 10px 10px 10px 35px;
    height: 40px;
    width: 100%
}

.idm-icon-left {
    width: 20px;
    height: 20px;
    margin-left: 10px
}

.idm-icon-left,
.idm-icon-right {
    position: absolute;
    margin-top: 10px;
    display: inline-block
}

.idm-icon-right {
    margin-left: -25px;
    vertical-align: middle
}

.idm-search:focus {
    outline: none;
    border: 1px solid #b8cfd9
}

.idm-slider {
    background: -webkit-gradient(linear, left top, right top, from(#4f279c), color-stop(50%, #4f279c), color-stop(50%, #e5e5ea), to(#e5e5ea));
    background: linear-gradient(90deg, #4f279c 0, #4f279c 50%, #e5e5ea 0, #e5e5ea);
    border-radius: 8px;
    height: 3px;
    width: 300px;
    outline: none;
    transition: background 1ms ease-in;
    -webkit-appearance: none
}

.idm-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    box-sizing: border-box;
    height: 10px;
    width: 31px;
    border: .5px solid rgba(0, 0, 0, .02);
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .1), 0 1px 4px 0 rgba(0, 0, 0, .05), 0 3px 4px 0 rgba(0, 0, 0, .03)
}

.idm-slider::-moz-range-thumb {
    -moz-appearance: none;
    box-sizing: border-box;
    height: 10px;
    width: 31px;
    border: .5px solid rgba(0, 0, 0, .02);
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .1), 0 1px 4px 0 rgba(0, 0, 0, .05), 0 3px 4px 0 rgba(0, 0, 0, .03)
}

.idm-slider::-moz-range-progress {
    background-color: #4f279c
}

.idm-slider::-moz-range-track {
    background-color: #e5e5ea
}

.idm-slider::-ms-fill-lower {
    background-color: #4f279c
}

.idm-slider::-ms-fill-upper {
    background-color: #e5e5ea
}

.idm-slider-circle::-webkit-slider-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    height: 29px;
    width: 29px;
    border: .5px solid rgba(0, 0, 0, .02);
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .1), 0 1px 4px 0 rgba(0, 0, 0, .05), 0 3px 4px 0 rgba(0, 0, 0, .03)
}

.idm-slider-circle::-moz-range-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    height: 29px;
    width: 29px;
    border: .5px solid rgba(0, 0, 0, .02);
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .1), 0 1px 4px 0 rgba(0, 0, 0, .05), 0 3px 4px 0 rgba(0, 0, 0, .03)
}

.idm-slider-align-vert {
    width: 200px;
    height: 3px;
    margin-top: 4rem;
    transform: rotate(90deg)
}

.idm-vert-slider-container {
    padding-top: 30px;
    margin-top: 30px;
    height: 200px
}

.idm-tooltip {
    position: relative;
    display: inline-block
}

.idm-tooltiptext {
    font-family: Montserrat Medium, sans-serif;
    font-size: 16px;
    letter-spacing: -.2px;
    line-height: 22px;
    padding: 5px 20px
}

.idm-tooltip[data-tooltip-position=right] .idm-tooltiptext {
    visibility: hidden;
    width: 100%;
    background-color: #fff;
    color: #000;
    border: 1px solid #b8cfd9;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 110%
}

.idm-tooltip[data-tooltip-position=right] .idm-tooltiptext:after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #b8cfd9;
    border-left: 1px solid #b8cfd9;
    background: #fff;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    margin-right: -5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.idm-tooltip[data-tooltip-position=left] .idm-tooltiptext {
    visibility: hidden;
    width: 100%;
    background-color: #fff;
    color: #000;
    border: 1px solid #b8cfd9;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: -5px;
    right: 110%
}

.idm-tooltip[data-tooltip-position=left] .idm-tooltiptext:after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #b8cfd9;
    border-right: 1px solid #b8cfd9;
    background: #fff;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    margin-left: -5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.idm-tooltip[data-tooltip-position=bottom] .idm-tooltiptext {
    visibility: hidden;
    width: 100%;
    background-color: #fff;
    color: #000;
    border: 1px solid #b8cfd9;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    left: -5px;
    top: 180%
}

.idm-tooltip[data-tooltip-position=bottom] .idm-tooltiptext:after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #b8cfd9;
    border-left: 1px solid #b8cfd9;
    background: #fff;
    left: 50%;
    bottom: 100%;
    margin-top: -5px;
    margin-bottom: -5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.idm-tooltip[data-tooltip-position=top] .idm-tooltiptext {
    visibility: hidden;
    width: 100%;
    background-color: #fff;
    color: #000;
    border: 1px solid #b8cfd9;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    left: -5px;
    bottom: 180%
}

.idm-tooltip[data-tooltip-position=top] .idm-tooltiptext:after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #b8cfd9;
    border-right: 1px solid #b8cfd9;
    background: #fff;
    right: 50%;
    top: 100%;
    margin-top: -5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.idm-tooltip:hover .idm-tooltiptext {
    visibility: visible
}

@media only screen and (max-width:600px) {
    .idm-tooltip[data-tooltip-position=right] .idm-tooltiptext {
        width: 60px;
        left: 105%
    }

    .idm-tooltip[data-tooltip-position=left] .idm-tooltiptext {
        width: 60px;
        left: -70px
    }

    .idm-tooltip {
        left: 50px
    }
}

@media only screen and (min-width:900px) {
    .idm-tooltip-container {
        width: 700px
    }
}

.idm-progress_bar {
    width: 90%
}

.idm-progress_heading {
    color: #a5a5a5
}

@media only screen and (min-width:900px) {
    .idm-progress_bar {
        width: 820px
    }
}

.progress-indicator_bar-label {
    height: 15px;
    width: 118px;
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .19px;
    line-height: 15px
}

.idm-progress {
    width: 343px;
    height: 4px;
    border-radius: 0 2px 2px 0;
    background-color: #c7c7cc
}

.idm-dialog {
    height: 320px;
    width: 687px;
    border: 1px solid #b8cfd9;
    border-radius: 7.2px;
    background-color: #fff;
    position: relative;
    margin-left: 2rem
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 30%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%)
}

.modal-title {
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: .24px;
    line-height: 49px
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-top: 3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.btn-cancel,
.btn-ok {
    display: inline-block;
    box-sizing: border-box;
    height: 40px;
    width: 214.56px;
    font-family: Montserrat, sans-serif;
    border-radius: 24.84px;
    -moz-border-radius: 24.84px;
    -webkit-border-radius: 24.84px;
    letter-spacing: .11px;
    line-height: 15px;
    text-align: center;
    font-size: 12px;
    font-weight: 500
}

.btn-cancel {
    margin-right: 16.3px;
    font-weight: 700
}

@media only screen and (max-width:600px) {
    .idm-dialog {
        width: 350px;
        margin-left: 1rem
    }

    .modal-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        align-items: flex-start
    }

    .btn-cancel {
        border: none;
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline;
        font-weight: 700;
        order: 2
    }

    .btn-ok {
        order: 1;
        margin-bottom: 10px;
        margin-top: 20px
    }
}

.idm-num_stepper {
    margin-top: 2rem
}

.btn-minus,
.btn-plus {
    border-radius: 50%;
    height: 46px;
    width: 46px;
    border: 2px solid #979797;
    color: #979797;
    font-size: 21px
}

.btn-minus:hover,
.btn-plus:hover {
    box-sizing: border-box;
    border: 2px solid #8566c1;
    color: #8566c1
}

.btn-minus:active,
.btn-plus:active {
    background-color: #430099;
    border: 2px solid #430099;
    color: #979797
}

.number_on_stepper {
    height: 36px;
    width: 55px;
    color: #000;
    font-family: Montserrat;
    font-size: 30px;
    letter-spacing: -.26px;
    line-height: 36px;
    text-align: center;
    border: none;
    -ms-writing-mode: initial;
    writing-mode: initial;
    background-color: transparent
}

.idm-num_stepper_vertical {
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    -moz-writing-mode: vertical-lr;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.logo,
.stepper_icon {
    height: 19.5px;
    width: 30px
}

.btn-minus_vertical,
.btn-plus_vertical {
    border: none;
    font-size: 30px
}

.btn-minus_vertical:hover,
.btn-plus_vertical:hover {
    border: none
}

.stepper_icon:active {
    border: none;
    background-color: hsla(0, 0%, 100%, 0);
    color: #430099
}

.btn-plus_vertical {
    transform: rotate(180deg)
}

.idm-simple_card {
    box-sizing: border-box;
    width: 687.7px;
    border: 1px solid #b8cfd9;
    border-radius: 7.2px;
    background-color: #fff;
    padding-left: 62.5px;
    padding-top: 44.5px
}

.card-heading {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: .18px;
    line-height: 37px
}

.card-description,
.card-heading {
    color: #000;
    font-family: Montserrat, sans-serif
}

.card-description {
    width: 578px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: .1px;
    line-height: 30px
}

@media only screen and (max-width:750px) {
    .idm-simple_card {
        width: auto;
        padding-right: 62.5px
    }

    .card-description {
        width: 100%
    }
}

@media only screen and (min-width:751px) {
    .idm-simple_card {
        height: 282px
    }
}

.idm-advanced_card {
    box-sizing: border-box;
    width: 687.7px;
    border: 1px solid #b8cfd9;
    border-radius: 7.2px;
    background-color: #fff
}

.idm-advanced-card-image {
    width: 100%;
    height: 187px;
    -o-object-fit: cover;
    object-fit: cover
}

.advanced-card-subheader {
    width: 281px;
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .12px;
    line-height: 24px;
    padding-left: 62.5px
}

.advanced-card-description {
    padding-left: 62.5px
}

.advanced-card-heading {
    padding-left: 62.5px;
    padding-top: 36px
}

.card-buttons {
    padding-left: 62.5px;
    margin-bottom: 43px
}

.card-save-button {
    border: 2px solid #8566c1;
    border-radius: 24.75px
}

.card-cancel-button,
.card-save-button {
    box-sizing: border-box;
    height: 40px;
    width: 120px
}

.card-cancel-button {
    border: 2px solid;
    border-radius: 24.84px
}

@media only screen and (max-width:750px) {
    .idm-advanced_card {
        width: auto
    }

    .advanced-card-description {
        padding-right: 62.5px
    }

    .card-description,
    idm-advanced-card-image {
        width: 100%
    }

    .card-buttons {
        padding-left: 0;
        -moz-text-align-last: center;
        text-align-last: center;
        justify-content: center;
        display: -webkit-flex
    }

    .card-save-button {
        margin-right: 5px
    }
}

@media only screen and (min-width:751px) {
    idm-advanced-card-image {
        width: 100%
    }
}

.idm-loading {
    width: 100px;
    height: 100px;
    position: relative
}

.idm-loading.idm-bar section {
    width: 10px;
    height: 30px;
    background: #000;
    position: absolute;
    top: 35px;
    left: 45px;
    opacity: .05;
    -webkit-animation: fadeit 1.1s linear infinite;
    animation: fadeit 1.1s linear infinite
}

.idm-loading.idm-bar section:first-child {
    transform: rotate(0deg) translateY(-25px);
    -webkit-animation-delay: .39s;
    animation-delay: .39s
}

.idm-loading.idm-bar section:nth-child(2) {
    transform: rotate(30deg) translateY(-25px);
    -webkit-animation-delay: .52s;
    animation-delay: .52s
}

.idm-loading.idm-bar section:nth-child(3) {
    transform: rotate(60deg) translateY(-25px);
    -webkit-animation-delay: .65s;
    animation-delay: .65s
}

.idm-loading.idm-bar section:nth-child(4) {
    transform: rotate(90deg) translateY(-25px);
    -webkit-animation-delay: .78s;
    animation-delay: .78s
}

.idm-loading.idm-bar section:nth-child(5) {
    transform: rotate(120deg) translateY(-25px);
    -webkit-animation-delay: .91s;
    animation-delay: .91s
}

.idm-loading.idm-bar section:nth-child(6) {
    transform: rotate(150deg) translateY(-25px);
    -webkit-animation-delay: 1.04s;
    animation-delay: 1.04s
}

.idm-loading.idm-bar section:nth-child(7) {
    transform: rotate(180deg) translateY(-25px);
    -webkit-animation-delay: 1.17s;
    animation-delay: 1.17s
}

.idm-loading.idm-bar section:nth-child(8) {
    transform: rotate(210deg) translateY(-25px);
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s
}

.idm-loading.idm-bar section:nth-child(9) {
    transform: rotate(240deg) translateY(-25px);
    -webkit-animation-delay: 1.43s;
    animation-delay: 1.43s
}

.idm-loading.idm-bar section:nth-child(10) {
    transform: rotate(270deg) translateY(-25px);
    -webkit-animation-delay: 1.56s;
    animation-delay: 1.56s
}

.idm-loading.idm-bar section:nth-child(11) {
    transform: rotate(300deg) translateY(-25px);
    -webkit-animation-delay: 1.69s;
    animation-delay: 1.69s
}

.idm-loading.idm-bar section:nth-child(12) {
    transform: rotate(330deg) translateY(-25px);
    -webkit-animation-delay: 1.82s;
    animation-delay: 1.82s
}

@-webkit-keyframes fadeit {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeit {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.toggle {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    height: 33px;
    width: 72px;
    border: 1px solid #b8cfd9;
    border-radius: 17.5px;
    background-color: #fff
}

.toggle:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    top: 1px;
    left: 1px;
    transition: all .5s;
    height: 28px;
    width: 28px;
    background-color: #8566c1;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5)
}

.current_state--label {
    height: 36px;
    width: 19px;
    color: #99a9ae;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -.1px;
    line-height: 36px
}

.toggle-checkbox:checked+.toggle:after {
    left: 59%;
    background-color: #fff
}

.toggle-checkbox:checked+.toggle {
    height: 32px;
    width: 71px;
    border-radius: 17.5px;
    background-color: #8566c1
}

.toggle-checkbox {
    display: none
}

.name-of-label {
    height: 21px;
    width: 54px;
    color: #5d6c76;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .32px;
    line-height: 21px;
    margin-right: 20px
}

.step-div {
    margin: 0;
    width: 50px;
    height: 2px;
    box-sizing: border-box;
    height: 1px;
    width: 56px;
    border: .5px solid #979797;
    position: relative;
    top: -2px
}

.idm-numeric-stepper,
.step-div {
    display: inline-block
}

.num-step {
    height: 24px;
    width: 24px;
    background-color: #94a7af;
    border: none;
    border-radius: 50%;
    line-height: 17px;
    text-align: center;
    color: #fff
}

.labl-step,
.num-step {
    font-size: 14px;
    letter-spacing: .22px
}

.labl-step {
    display: inline-block;
    color: #000;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    line-height: 18px
}

.num-step-first {
    background-color: #8566c1
}

.labl-step-first {
    font-weight: 600
}

.idm-textfield-error {
    display: block
}

.idm-textfield-error .idm-textfield:valid {
    border-radius: 6px;
    color: #9fafb5;
    padding: 10px;
    outline: none;
    border: 1px solid #b8cfd9;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2)
}

.idm-textfield-error .idm-textfield:invalid {
    border: 1px solid red;
    border-radius: 6px;
    background-color: rgba(255, 0, 0, .06)
}

.idm-textfield-error .idm-textfield:-moz-placeholder-shown {
    color: #9fafb5;
    font-family: Montserrat;
    font-size: 12px;
    letter-spacing: .3px;
    line-height: 16px
}

.idm-textfield-error .idm-textfield:-ms-input-placeholder {
    color: #9fafb5;
    font-family: Montserrat;
    font-size: 12px;
    letter-spacing: .3px;
    line-height: 16px
}

.idm-textfield-error .idm-textfield:placeholder-shown {
    color: #9fafb5;
    font-family: Montserrat;
    font-size: 12px;
    letter-spacing: .3px;
    line-height: 16px
}

.idm-textfield-error .idm-textfield:invalid:-moz-placeholder-shown {
    font-family: Montserrat;
    font-size: 12px;
    letter-spacing: .3px;
    line-height: 16px
}

.idm-textfield-error .idm-textfield:invalid:-ms-input-placeholder {
    font-family: Montserrat;
    font-size: 12px;
    letter-spacing: .3px;
    line-height: 16px
}

.idm-textfield-error .idm-textfield:invalid:placeholder-shown {
    font-family: Montserrat;
    font-size: 12px;
    letter-spacing: .3px;
    line-height: 16px
}

.idm-textfield-error .idm-textfield:focus {
    outline: none
}

.idm-textfield-error label.idm-error {
    display: block;
    position: relative;
    margin-top: 10px;
    color: #f33;
    font-family: Montserrat, Roboto;
    font-size: 12px;
    letter-spacing: .3px;
    line-height: 16px;
    float: right
}

.idm-textfield-error label.title {
    display: block;
    color: #5d6c76;
    font-family: Montserrat;
    font-size: 12px;
    letter-spacing: .24px;
    line-height: 18px;
    margin-bottom: 10px
}

.idm-badge-container {
    background-color: #fff;
    border: 1px solid #555;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 25%;
    text-align: center
}

.idm-badge {
    background-color: red
}

.idm-badge,
.idm-badge-container:hover .idm-badge {
    font-size: 80%;
    color: #fff;
    padding: 5px;
    border-radius: 50%;
    position: relative;
    top: -.5em;
    right: -1.5em
}

.idm-badge-container:hover .idm-badge {
    background-color: #4f279c
}

.idm-divider {
    border-bottom: 1px solid #b8cfd9;
    width: 300px;
    height: 1px;
    vertical-align: middle
}

.idm-divider,
.idm-divider-container {
    display: inline-block
}

.idm-divider-container label {
    font-family: Montserrat;
    font-weight: lighter;
    vertical-align: middle
}

.idm-divider-container img {
    width: 20px;
    height: 20px;
    vertical-align: middle
}

.more-container {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 80%
}

.idm-more-input {
    border: 1px solid #b8cfd9;
    width: 500px
}

.idm-more-small {
    width: 32px;
    height: 48px;
    background-color: #8566c1
}

.idm-more-small img {
    padding: 18px 14px
}

.idm-more-large {
    width: 32px;
    height: 60px;
    background-color: #8566c1;
    padding: 2px
}

.idm-more-large img {
    padding: 24px 14px
}

.idm-select-div {
    margin: 0
}

.idm-select {
    position: relative;
    height: 40px;
    width: 240px;
    background-color: transparent;
    text-align: left;
    border: none;
    font-family: Montserrat, serif;
    font-weight: 400
}

.idm-select-right {
    text-align: right;
    padding-right: 20px
}

.idm-select-var {
    border-bottom: 1px solid grey
}

.idm-select-icon {
    background: url(/static/images/chevron-arrow.svg) no-repeat
}

.idm-select select {
    display: none
}

.select-selected {
    background-color: transparent
}

.select-selected:after {
    position: absolute;
    content: "";
    background-color: transparent;
    right: 10px;
    width: 20px;
    height: 0;
    border: 6px solid transparent;
    background: url(/static/images/chevron-arrow.svg) no-repeat
}

.select-items div.idm-select-div,
.select-selected {
    color: #9fafb5;
    padding: 8px 16px;
    border: 1px solid transparent;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0;
    z-index: 99
}

.select-hide {
    display: none
}

.same-as-selected,
.select-items div.idm-select-div:hover {
    background-color: rgba(0, 0, 0, .1)
}

.idm-calendar {
    width: 30%;
    padding: 0;
    margin: 0
}

ul {
    list-style-type: none
}

.month {
    padding: 25px;
    width: 100%;
    background: #430099;
    text-align: center;
    margin: 0
}

.month ul {
    margin: 0;
    padding: 0
}

.month ul li {
    color: #fff;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center
}

.month .prev {
    float: left;
    cursor: pointer
}

.month .next {
    float: right;
    cursor: pointer
}

.weekdays {
    margin: 0;
    padding: 6px 0;
    background-color: #4f279c
}

.weekdays li {
    display: inline-block;
    width: 13.6%;
    color: #fff;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 14px;
    text-align: center
}

.days {
    padding: 10px 0;
    margin: 0;
    background-color: #f5f9fb
}

.days li {
    list-style-type: none;
    display: inline-block;
    width: 13.6%;
    margin-bottom: 5px;
    color: rgba(0, 0, 0, .87);
    font-size: 12px;
    letter-spacing: 0;
    line-height: 14px;
    text-align: center;
    font-family: Montserrat
}

.days li .active {
    padding: 5px;
    border-radius: 50%;
    background: #8566c1;
    color: #fff
}

@media screen and (max-width:720px) {

    .days li,
    .weekdays li {
        width: 13.1%
    }
}

@media screen and (max-width:420px) {

    .days li,
    .weekdays li {
        width: 12.5%
    }

    .days li .active {
        padding: 2px
    }
}

@media screen and (max-width:290px) {

    .days li,
    .weekdays li {
        width: 12.2%
    }
}

.idm-list {
    list-style-type: none
}

.idm-list-items {
    color: rgba(0, 0, 0, .97);
    font-family: Montserrat, sans-serif;
    font-size: 14.1px;
    padding: 9px;
    letter-spacing: .44px;
    line-height: 18px;
    position: relative
}

.idm-icon-list-item:hover,
.idm-list-items:hover {
    background-color: #e5ebf0
}

.list_icon {
    display: inline-block;
    width: 24px;
    margin-right: 27px
}

.idm-list_icon_name {
    display: inline-block;
    position: absolute;
    top: 1px
}

.idm-language-selector {
    padding-right: 1.25em;
    position: relative;
    display: inline-block;
    height: 60px;
    width: 60px;
    border: none
}

.idm-language-selector:hover {
    height: 60px;
    width: 60px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 50%;
    background-color: hsla(0, 0%, 84.7%, .14118)
}

.dropdown>.idm-downarrow,
.idm-language-selector>.idm-downarrow {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 45px;
    cursor: default
}

.idm-downarrow:empty:before {
    content: "▾"
}

.idm-downarrow:before {
    text-align: center;
    position: relative;
    top: 50%;
    display: block;
    transform: translateY(-50%)
}

.idm-language-selector>input {
    border: 0
}

.idm-language-selector>:last-child {
    display: block;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 9999;
    box-sizing: border-box;
    color: #430099;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    letter-spacing: .43px;
    line-height: 28px;
    height: 84px;
    width: 172px;
    border: 1px solid #b8cfd9;
    border-radius: 5px;
    background-color: #fff;
    overflow: auto
}

.idm-language-selector>.idm-downarrow:focus~:last-child {
    display: block;
    opacity: 1;
    transition: .15s;
    pointer-events: auto
}

.idm-language-selector>:last-child[focus-within] {
    pointer-events: auto
}

.idm-language-selector>:last-child:focus-within {
    pointer-events: auto
}

@supports(-ms-ime-align:auto) {
    .dropdown>:last-child:hover {
        display: block;
        opacity: 1;
        pointer-events: auto
    }
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .dropdown>:last-child:hover {
        display: block;
        opacity: 1;
        pointer-events: auto
    }
}

.idm-downarrow:focus {
    outline: 2px solid transparent
}

*,
:after,
:before {
    box-sizing: border-box
}

.idm-language-selector>:first-child {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    background-color: transparent;
    height: 28px;
    color: #430099;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: 28px;
    text-align: center;
    position: relative;
    top: 50%;
    display: block;
    transform: translateY(-50%)
}

.idm-language-selector>:first-child:hover {
    cursor: default
}

.idm-language-option:hover {
    background-color: #e7eff2
}

.show_lang {
    visibility: hidden
}

.idm-autocomplete {
    position: relative;
    display: inline-block;
    border: none
}

.idm-autocomplete .idm-textfield {
    border: none;
    border-bottom: 1px solid grey;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    padding: 10px;
    width: 100%;
    border-radius: 0;
    background-color: transparent;
    color: #3e4046;
    box-shadow: none
}

.idm-autocomplete-items {
    position: absolute;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    color: #3e4046;
    top: 100%;
    left: 0;
    right: 0
}

.idm-autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #e5ebf0;
    border-bottom: 1px solid #e5ebf0;
    color: #4c4e54
}

.idm-autocomplete-items div,
.idm-autocomplete-items div:hover {
    font-family: Montserrat;
    font-size: 20px;
    letter-spacing: .31px;
    line-height: 24px
}

.idm-autocomplete-items div:hover {
    background-color: #94a7af;
    color: #fff;
    font-weight: 600
}

.idm-autocomplete-active {
    color: #94a7af
}

.component-info {
    margin-left: 2rem;
    height: 21px;
    width: 137px;
    color: #5d6c76;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .32px;
    line-height: 21px;
    text-align: right
}

.idm-wizard-container {
    display: table
}

.idm-wizard-icon {
    box-sizing: border-box;
    height: 48.5px;
    width: 48.5px;
    border: 2.5px solid #8566c1;
    border-radius: 50%;
    font-size: 14px;
    letter-spacing: .22px;
    line-height: 17px;
    text-align: center;
    color: #fff
}

.idm-inactive-wizard-step {
    border-color: #dfdfdf
}

.idm-wizard-div {
    width: 80px;
    height: 1px;
    display: inline-block;
    box-sizing: border-box;
    border: .5px solid #dfdfdf;
    position: relative;
    top: -2px
}

.idm-wizard-done {
    color: #8566c1;
    font-weight: 900
}

.idm-menu-tabs {
    display: inline-block;
    border: none;
    height: 19px;
    color: rgba(0, 0, 0, .87);
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    letter-spacing: .29px;
    line-height: 19px;
    font-weight: 400;
    text-align: center
}

.idm-menu-tabs:active,
.idm-menu-tabs:focus {
    font-weight: 800;
    border-bottom: 4px solid #8566c1;
    outline: 0;
    padding-bottom: 20px
}

.idm-menu-tabs:hover {
    cursor: pointer
}

.idm-input-group {
    position: relative;
    margin: 40px 0 20px
}

.idm-textfield-floating-label {
    width: 100%;
    padding: 10px 20px 10px 10px;
    border: none;
    border-bottom: 1px solid #979797;
    background: hsla(0, 0%, 100%, 0);
    background-repeat: no-repeat;
    color: #000;
    font-size: 18px;
    font-family: Montserrat;
    display: inline-block;
    font-weight: 500;
    letter-spacing: .28px;
    line-height: 22px
}

.idm-textfield-floating-label:focus {
    outline: none;
    border-bottom: 1px solid #430099
}

.idm-floting-label,
.idm-input-group .idm-floting-label {
    color: #979797;
    font-size: 16px;
    font-weight: 400
}

.idm-input-group .idm-floting-label {
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: all .2s ease;
    -moz-transition: .2s ease all;
    -webkit-transition: all .2s ease
}

.idm-textfield-floating-label:focus~.idm-floting-label,
.idm-textfield-floating-label:valid~.idm-floting-label {
    top: -20px;
    font-size: 12px;
    color: #8566c1
}

.idm-textfield-floating-label:valid~.error-label,
.idm-textfield-floating-label~.error-label {
    top: 50px;
    font-size: 11px;
    color: transparent
}

.idm-textfield-floating-label-error~.idm-floting-label {
    top: -20px;
    font-size: 12px;
    color: red
}

.idm-textfield-floating-label-error~.error-label {
    top: 50px;
    font-size: 11px;
    color: red
}

.idm-textfield-floating-label-error {
    width: 100%;
    padding: 10px 20px 10px 10px;
    border: none;
    border-bottom: 1px solid red;
    background: hsla(0, 0%, 100%, 0);
    background-repeat: no-repeat;
    color: #000;
    font-size: 18px;
    font-family: Montserrat;
    display: inline-block;
    outline: none
}

.idm-paginator-container {
    display: inline-block;
    position: relative
}

.idm-paginator-label {
    vertical-align: text-top
}

.idm-paginator-dropdown,
.idm-paginator-label {
    color: rgba(0, 0, 0, .54);
    font-family: Montserrat, sans-serif;
    font-size: 14px
}

.idm-paginator-dropdown {
    border: none;
    letter-spacing: 0;
    line-height: 18px;
    margin-right: 1rem;
    width: 50px;
    background: url(/static/images/arrow-down-purple.svg) no-repeat 100% #ddd;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position-x: 30px;
    padding: 5px
}

.idm-paginator-previous {
    height: 12px;
    width: 14px;
    background: url(/static/images/first_page.svg);
    background-repeat: no-repeat;
    opacity: .9;
    border: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.idm-paginator-previous:active {
    background: url(/static/images/first_page_hover.svg);
    background-repeat: no-repeat
}

.idm-paginator-back {
    height: 12px;
    width: 14px;
    background: url(/static/images/previous.svg);
    background-repeat: no-repeat;
    border: none;
    opacity: .9;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.idm-paginator-back:active,
.idm-paginator-forward {
    background: url(/static/images/previous_hover.svg);
    background-repeat: no-repeat
}

.idm-paginator-forward,
.idm-paginator-next {
    height: 12px;
    width: 14px;
    border: none;
    transform: rotate(180deg);
    opacity: .9;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.idm-paginator-next {
    background: url(/static/images/first_page_hover.svg);
    background-repeat: no-repeat
}

.idm-table-info {
    border: none;
    color: rgba(0, 0, 0, .54);
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    margin-right: 1rem;
    line-height: 18px
}

.idm-search-group {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2);
    vertical-align: middle;
    height: 50px;
    padding: 0;
    background-color: #fff
}

.idm-search-field {
    font-family: Montserrat, sans-serif;
    -webkit-appearance: attachment;
    font-size: 16px;
    padding: 10px;
    width: 55%
}

.idm-search-btn,
.idm-search-field {
    border: none;
    height: 50px;
    outline: none;
    vertical-align: middle
}

.idm-search-btn {
    background-color: #430099;
    width: 57px;
    float: right
}

.idm-search-btn-icon {
    width: 35px;
    height: 35px
}

.idm-search-btn-icon,
.idm-search-btn-light {
    border: none;
    outline: none;
    vertical-align: middle
}

.idm-search-btn-light {
    background-color: #8566c1;
    width: 57px;
    height: 50px;
    float: right
}

.idm-search-select {
    -moz-text-align-last: right;
    text-align-last: right;
    border: none;
    outline: none;
    margin-top: 2%;
    padding: 5px 3px 5px 5px;
    float: right;
    margin-left: -70%
}

@supports(-webkit-appearance:none) {
    select {
        -webkit-appearance: none;
        background: url(/static/images/arrow-down.svg) no-repeat 100%;
        padding-right: 20px !important;
        margin-right: 5px
    }
}

@media only screen and (max-width:600px) {
    .idm-search-field {
        width: 25%
    }
}

@media(min-width:992px)and (max-width:1800px) {
    .idm-search-group {
        width: 800px
    }
}

.idm-dropdown {
    border: none;
    border-bottom: 1px solid grey;
    background-color: transparent;
    background: url(/static/images/arrow-down.svg) no-repeat 98% 50%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 5px 25px 5px 5px;
    height: 50px;
    width: 100%;
    outline: none;
    font-size: 16px;
    font-family: Montserrat
}

.idm-dropdown .hover {
    color: #9fafb5
}

.idm-dropdown-items,
.idm-dropdown .hover {
    font-family: Montserrat;
    font-size: 12px;
    letter-spacing: .3px;
    line-height: 32px
}

.idm-dropdown-items {
    color: #eaeaea
}

.button-paginator-container {
    display: inline-block
}

.idm-product_name {
    color: #430099;
    font-family: Montserrat, sans-serif;
    font-size: 28.22px;
    letter-spacing: .44px;
    line-height: 34px
}

.idm-product_name_chevron {
    border: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 25px;
    width: 25px;
    background: url(/static/images/app_selector_default.svg) no-repeat 50%
}

.idm-product_name_chevron:hover {
    background: url(/static/images/app_selector_hover.svg) no-repeat
}

@supports(-moz-appearance:none) {
    select {
        -moz-appearance: none;
        background: url(/static/images/arrow-down.svg) no-repeat 100%;
        padding-right: 20px !important;
        margin-right: 5px
    }
}

.idm-product_name_chevron:active {
    background: url(/static/images/app_selector_active.svg) no-repeat
}

.idm-product-icon {
    display: inline-block;
    vertical-align: bottom
}

.idm-product-icon-right {
    transform: rotate(180deg);
    position: relative;
    left: -20px
}

ul.app-selector-ul li {
    width: 20rem;
    background-color: #fff
}

.idm-product-icon-left {
    position: absolute;
    left: 20px
}

#container {
    width: 600px;
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

#container,
.idm-spin-indicate {
    align-items: center;
    justify-content: center;
    position: relative
}

.idm-spin-indicate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: inline-block
}

.idm-circle {
    border: 1px solid;
    border-radius: 50%;
    background-color: #fff;
    width: 11px;
    height: 11px;
    position: absolute;
    opacity: 0;
    -webkit-animation: scaleIn 4s cubic-bezier(.36, .11, .89, .32) infinite;
    animation: scaleIn 4s cubic-bezier(.36, .11, .89, .32) infinite
}

.idm-circle1-duration {
    -webkit-animation-delay: -2s;
    animation-delay: -2s
}

.idm-circle2-duration {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.idm-circle3-duration {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.item {
    z-index: 100;
    padding: 5px
}

.item img {
    width: 150px
}

@-webkit-keyframes scaleIn {
    0% {
        transform: scale(1);
        opacity: .5
    }

    to {
        transform: scale(3);
        opacity: 0
    }
}

@keyframes scaleIn {
    0% {
        transform: scale(1);
        opacity: .5
    }

    to {
        transform: scale(3);
        opacity: 0
    }
}

.idm-data-grid-container {
    overflow: auto
}

.idm-down-arrow {
    vertical-align: middle
}

.idm-data-grid {
    font-family: Montserrat, sans-serif;
    border-collapse: collapse
}

.idm-data-grid .idm-data-grid-icon {
    height: 15px;
    background: url(/static/images/arrow-gray.svg) no-repeat 50%
}

.idm-data-grid td,
.idm-data-grid th {
    vertical-align: middle;
    padding: 20px 30px
}

.idm-data-grid th {
    background-color: #8566c1;
    color: #fff;
    font-size: 14px;
    font-weight: 400
}

.idm-data-grid td {
    text-align: center;
    font-size: 13px;
    border: none
}

.idm-data-grid .idm-grid-approved-icon {
    height: 7px;
    width: 7px;
    background-color: #7ed321;
    border-radius: 50%;
    display: inline-block;
    margin-right: 9px
}

.idm-data-grid .idm-grid-terminate-icon {
    height: 7px;
    width: 7px;
    background-color: #d0021b;
    border-radius: 50%;
    display: inline-block;
    margin-right: 9px
}

.idm-data-grid .idm-grid-personalize-icon {
    height: 7px;
    width: 7px;
    background-color: #f5a623;
    border-radius: 50%;
    display: inline-block;
    margin-right: 9px
}

.idm-data-grid .idm-grid-suspend-icon {
    height: 7px;
    width: 7px;
    background-color: #f8e71c;
    border-radius: 50%;
    display: inline-block;
    margin-right: 9px
}

.idm-data-grid .idm-batch-checkmark {
    border-radius: 5px
}

.idm-data-grid .idm-status_header {
    min-width: 160px
}

.idm-data-grid tr:hover {
    background-color: #e5ebf0
}

.idm-data-grid tr:hover .idm-makebold {
    font-weight: 700
}

.idm-data-grid tr:hover .idm-data-grid-icon {
    background: url(/static/images/arrow-purple.svg);
    background-repeat: no-repeat;
    background-position: 50%
}

.idm-batch-table-container {
    overflow: auto
}

.idm-checkmark-batch-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row
}

.idm-checkmark-batch-table input:checked~.idm-batch-checkmark {
    background-color: #430099;
    display: table;
    text-align: center
}

.idm-batch-dropdown {
    height: 60px;
    width: 60px;
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.idm-batch-dropdown:hover {
    border-radius: 50%;
    background-color: hsla(0, 0%, 84.7%, .14)
}

.idm-batch-dropbtn {
    height: 24px;
    width: 50px;
    display: inline-block
}

.idm-batch-dropbtn:hover {
    cursor: pointer
}

.idm-dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 1;
    color: rgba(0, 0, 0, .97);
    font-family: Montserrat;
    font-size: 14.1px;
    letter-spacing: .44px;
    line-height: 18px
}

.idm-dropdown-content option {
    color: #000;
    padding: 12px 16px;
    text-decoration: none;
    display: block
}

.idm-dropdown-content option:hover {
    background-color: #f5f2f2;
    cursor: pointer
}

.dropdown option:hover {
    background-color: #000
}

.show {
    display: block
}

.idm-app-selector-item {
    width: 150px;
    border-left: 6px solid #8566c1;
    margin: 0;
    padding: 10px 2px 10px 20px
}

.idm-app-selector-item:hover {
    background: #e7eff2;
    border-left: 6px solid #430099;
    font-weight: 700
}

.idm-options-icon {
    transform: rotate(180deg);
    height: .8em;
    width: .8em;
    display: inline-block;
    opacity: 1%
}

.idm-right-align {
    margin-top: 3px;
    float: right;
    margin-right: 20px
}