.ms-icon-dropdown span:hover {
    cursor: pointer;
}

.ms-icon-dropdown {
    position: relative;
    display: flex;
}

.dropdown-menu {
    display: none;
}

.dropdown-menu.show {
    display: flex;
    position: absolute;
    top: 47px;
    margin: 0;
    right: 0;
    width: 215px;
    background-color: white;
    flex-wrap: wrap;
    padding: 12px;
    box-sizing: border-box;
    z-index: 400;
    border: 1px solid rgba(0, 0, 0, 0.17);
    border-radius: 6px;
    transition: opacity 0.3s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.26) 0px 2px 5px 0px
}

.dropdown-menu.show a {
    background-color: white;
    border-radius: 8px;
    padding: 8px;
    width: 100%;
    cursor: pointer;
    font-size: 12px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    list-style-type: none;
    color: black;
    text-decoration: none;
}

    .dropdown-menu.show a:hover {
        background-color: #E6ECF2;
    }

.help-button {
    display: flex;
    cursor: pointer;
    justify-content: center;
    width: 50px;
    position: fixed;
    height: 50px;
    border-radius: 50%;
    margin-right: 30px;
    margin-bottom: 20px;
    box-shadow: rgba(33, 37, 41, 0.1) 0px 0px 32px 0px;
    bottom: 0;
    right: 0;
    z-index: 1;
    transition: 0.6s;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    background-color: #08203A;
}

.help-button a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.help-button span {
    color: #f1f1f1;
    width: 100%;
    height: 100%;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
}

.card-button-icon {
    font-size: 40px;
    font-weight: 200;
    margin-top: 5px;
    margin-bottom: 20px;
}

.card-button-link {
    color: #333333;
    width: 100%;
    font-size: 17px;
    margin: 0;
    font-weight: 500;
}

.card-button-link:hover {
    color: steelblue;
    cursor: pointer;
}

.ms-button {
    display: flex;
    border: none;
    border-radius: 20px;
    background-color: #08203a;
    align-content: center;
    color: rgb(255, 255, 255);
    padding-left: 12px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 12px;
    text-decoration: none;
    min-width: 100px;
    height: 36px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 10px;
}
    .ms-button:disabled {
        background-color: #cbcbcb;
    }
    .ms-button:disabled:hover {
        cursor: default;
    }

.ms-button.cancel {
    display: flex;
    border: none;
    border-radius: 20px;
    background-color: #dfdfdf;
    align-content: center;
    color: #747474;
    padding-left: 12px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 12px;
    text-decoration: none;
    min-width: 100px;
    height: 36px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ms-button.danger {
    background-color: #eb584d;
}

.ms-button a {
    display: flex;
    justify-content: center;
    width: 100%;
    color: white;
    align-items: center;
}

.ms-button span {
    margin-right: 6px;
}

.ms-button a div {
    height: fit-content;
}

.ms-button-dropdown {
    display: flex;
    border: none;
    background-color: transparent;
    align-content: center;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 12px;
    text-decoration: none;
    padding: 0px;
    position: relative;
    margin-left: 10px;
    height: 36px;
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ms-button:hover {
    cursor: pointer;
}

.button-wrapped {
    display: flex;
    height: 100%;
    border-radius: 18px;
}

.dropdown-button-link {
    display: flex;
    align-content: center;
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-family: "Inter", sans-serif;
    font-weight: 500;
    padding: 6px;
    padding-left: 10px;
    padding-right: 10px;
    border: 2px solid #08223e;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
    background-color: #08203a;
    align-items: center;
}

.dropdown-button-link span {
    margin-right: 4px;
}

.dropdown-toggle {
    border: 2px solid #08203a;
    border-radius: 8px;
    background-color: #08203a;
    align-content: center;
    color: rgb(255, 255, 255);
    padding: 6px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 15px;
}

.dropdown-toggle {
    height: 100%;
    display: flex;
    border: none;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: #08203a;
    color: rgb(255, 255, 255);
    border-left: 0.5px solid gray;
    color: rgb(170, 174, 203);
    padding: 0px;
    padding-right: 3px;
    align-items: center;
}

.dropdown-toggle span {
    height: 24px;
}

.dropdown-toggle span:hover {
    cursor: pointer;
}

.button-dropdown form
{
    display: flex;
    width: 100%;
}

.button-dropdown a,
.button-dropdown button {
    width: 100%;
    background-color: transparent;
    border: none;
    text-decoration: none;
    color: #1e1e1e;
    padding: 6px;
    padding: 8px;
    display: flex;
    text-align: left;
    justify-content: left;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 400;
}

.button-dropdown a:hover,
.button-dropdown button:hover{
    background-color: #E6ECF2;
    border-radius: 6px;
}

.button-dropdown {
    display: none;
    position: absolute;
    background-color: white;
    top: 43px;
    right: 0;
    flex-wrap: wrap;
    padding: 12px;
    width: 220px;
    box-sizing: border-box;
    min-width: 150%;
    z-index: 400;
    border: 1px solid rgba(0, 0, 0, 0.17);
    border-radius: 6px;
    transition: opacity 0.3s ease-in-out;
}
.importButton {
    display: flex;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    border: #1e1e1e 1px solid;
    text-decoration: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    width: auto;
    min-width: 115px;
    font-size: 14px;
    border-radius: 24px;
    margin-right: 12px;
    box-shadow: rgba(33, 37, 41, 0.05) 0px 0px 14px 0px;
    font-weight: 400;
    justify-content: center;
    transition: transform 0.2s ease-in-out;
    transform-origin: center center;
}

    .importButton:hover {
        background-color: #ebedf4;
        color: rgb(0, 0, 0);
        border: #242c53 1px solid;
        transform: scale(0.95);
        cursor: pointer;
    }

    .importButton.active {
        background-color: #08203A;
        color: white;
        border: #08203A 1px solid;
    }

    .importButton.readonly {
        background-color: #f7f7f7;
        color: #9b9b9b;
        border: #9b9b9b 1px solid;
    }

        .importButton.readonly:hover {
            background-color: #f7f7f7;
            color: #9b9b9b;
            border: #9b9b9b 1px solid;
            transform: none;
            cursor: auto;
        }

        .importButton.readonly.active {
            background-color: #f7f7f7;
            color: #9b9b9b;
            border: #9b9b9b 1px solid;
        }
.ms-table-button-dropdown {
    display: flex;
    border: none;
    background-color: transparent;
    text-decoration: none;
    position: relative;
}