.add-duration-dropdown .dropdown-type-1-selected {
    margin: 0;
    padding: 0 5px;
    text-align: center;
}
.dropdown-type-1.add-duration-dropdown {
    width: 120px;
}
.add-provider-duration-column .dropdown-type-1.add-duration-dropdown {
    width: 90px;
}
.dropdown-type-1.number-required-providers{
    width: 155px;
}
.manual-input-wrapper {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
}
.manual-input-wrapper input[type="number"] {
    width: 30px !important;
    outline: none;
    text-align: right;
    font-family: 'Gotham Rounded';
}
.reviews-page .dropdown-type-1-options,
.reviews-page .dropdown-type-1-selected {
    font-size: 0.8em;
}
.editing-preview-tools-row .font-size-dropdown,
.editing-preview-tools-row .font-dropdown{
    width:70px;
    font-size:13px;
}
.signature-preview-edit-toolbar .dropdown-type-1-selected {
    padding: 0 5px;
    margin: 5px 0;
    height: 30px;
}
.dropdown-type-1.primary-phone-dropdown {
    min-width: 220px;
}
.dropdown-type-1.availability-dropdown.until-dropdown .inactive {
    display: none;
}
.dropdown-type-1 {
    position: relative;
}
.dropdown-type-1-selected {
    padding: 0px 10px;
    border: 1px solid #ccc;
    cursor: pointer;
    border-radius: 5px;
    height: 30px;
    align-content: center;
    background:white;
    display: flex;
    align-items: center;
    font-size:inherit;
}
.primary-phone-dropdown .dropdown-type-1-option{
    padding: 5px;
}
.dropdown-type-1-options {
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    width: 99%;
    border: 1px solid #ccc;
    background-color: #fff;
    z-index: 10000;
    border-radius: 5px;
    max-height: 150px;
    overflow-y: auto;
    box-sizing: border-box;
    width: 100%;
    font-size:inherit;
}
/*.dropdown-type-1-options {
    display: none;
    position: absolute;
    top: calc(100% - 5px);
    left: 0;
    width: 99%;
    border: 1px solid #ccc;
    background-color: #fff;
    z-index: 10000;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top: none;
    max-height: 150px;
    overflow-y: auto;
    box-sizing: border-box;
    width: 100%;
    font-size:inherit;
}*/

.dropdown-type-1-options.visible {
  display: block;
}
.dropdown-type-1-option {
    padding: 10px 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size:inherit;
}
.dropdown-type-1.fixed-pay-selection-dropdown {
    font-size: 0.8em;
}

.dropdown-type-1.role-selection-dropdown .dropdown-type-1-option:hover{
    filter: saturate(3);
}
.dropdown-type-1-selected[data-value="provider"],
.dropdown-type-1-option[data-value="provider"]{
    background: var(--role-provider-color);
    color:white;
}
.dropdown-type-1-selected[data-value="manager"],
.dropdown-type-1-option[data-value="manager"]{
    background: var(--role-manager-color);
    color:white;
}
.dropdown-type-1-selected[data-value="accountant"],
.dropdown-type-1-option[data-value="accountant"]{
    background: var(--role-accountant-color);
    color:white;
}
.dropdown-type-1-selected[data-value="admin"],
.dropdown-type-1-option[data-value="admin"]{
    background: var(--role-admin-color);
    color:white;
}
.dropdown-type-1.role-selection-dropdown .dropdown-type-1-options {
    max-height: fit-content;
    top: 100%;
}
.dropdown-type-1-option:hover {
    background-color: #eee;
}
.dropdown-type-1.role-selection-dropdown {
    width: 50%;
}
.add-service-buffer-time .dropdown-type-1.selection-type-dropdown {
    width: 150px;
}
.modifier-modal-content .dropdown-type-1.selection-type-dropdown{
    width:500px;
}
.dropdown-type-1.selection-type-dropdown {
    width: 300px;
}
.edit-form .dropdown-type-1 {
    width: 200px;
    font-size:14px;
}
.edit-form .dropdown-type-1-selected {
    margin: 5px 0;
    height: 20px;
}
.day-div .dropdown-type-1{
    width:100%;
    height:30px;
    font-size:12px;
    
}
.day-div .dropdown-type-1-selected{
    height:25px;
    padding:3px;
    margin: 0;
}
.day-div .dropdown-type-1-option {
    font-size: 10px;
    display: inline-flex;
    padding:10px 6px;
}
.day-div .dropdown-type-1-options {
    top: 115%;
    width:68px;
    overflow-y:auto;
    max-height:100px;
}
.salary-page .dropdown-type-1 {
    position: relative;
    width: 200px;
    box-sizing: border-box;
}
.salary-page .dropdown-type-1-selected {
    border-color: var(--primary-color);
    height: 38px;
    font-size: 13px;
    overflow:hidden;
}
.salary-page .dropdown-type-1-options label:hover{
    background:#f0f0f7;
    cursor:pointer;
    border:1px solid var(--primary-color);
    border-radius:4px;
}
.salary-page .dropdown-type-1-options label {
    display:flex;
    align-items:center;
    height:40px;
    border: none;
    background-color: #fff;
    z-index: 10000;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top: none;
    padding: 5px;
    gap: 10px;
}
.feedback-modal-content .dropdown-type-1 {
    position: relative;
    vertical-align: bottom;
    align-content: end;
    width: 300px;
}
.signature-typography .dropdown-type-1 {
    font-size:18px;
    width: 250px;
    margin:0;
}
.signature-typography .dropdown-type-1-selected {
    margin: 0;
}
.signature-edit-toolbar .dropdown-type-1 {
    /* display: flex; */
    font-size: 18px;
    width: 100px;
    /* margin: 0; */
    height: 100%;
    /* justify-self: center; */
    /* margin: 0; */

}
.signature-edit-toolbar .dropdown-type-1-selected{
    padding: 2px 10px;
    border: 1px solid #ccc;
    cursor: pointer;
    border-radius: 5px;
    margin: 0;
    height: 15px;
    align-content: center;
    font-size: 14px;

}
.signature-edit-toolbar .dropdown-type-1-options {
    display: none;
    top: 90%;
    left: 0;
    width: 98%;
    border: 1px solid #ccc;
    background-color: #fff;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top: none;
    font-size: 14px;

}
.signature-edit-toolbar .dropdown-type-1-option {
    padding: 5px 10px;
}
.dropdown-group-label {
    padding: 5px;
    margin: 5px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    background: var(--menu-bar-color);
    text-align: center;
}

.add-condition-question-section .dropdown-type-1-options {
    max-height: 250px;
}
.dropdown-group {
    padding: 5px;
    margin: 5px;
    border-top: 1px solid;
}
.dropdown-item {
    font-size: 0.9em;
    padding: 5px 10px;
    cursor: pointer;
    position:relative;
}
.dropdown-item.selected::after,
.dropdown-subitem.selected::after,
.dropdown-subitem:hover::after,
.dropdown-item:hover::after{
    position:absolute;
    display:flex;
    flex-shrink:0;
    align-items:center;
    justify-content:center;
    content:'✓';
    border-radius:50%;
    width:15px;
    height:15px;
    background:var(--confirm-color);
    color:white;
}
.dropdown-item.selected::after,
.dropdown-item:hover::after{
    right:10px;
    top:50%;
    transform: translate(-50%,-50%);
}
.dropdown-subitem.selected::after,
.dropdown-subitem:hover::after{
    left:10px;
    top:50%;
    transform: translate(-50%,-50%);
}
.dropdown-item:hover{
    background:#ddd;
}
.dropdown-item:hover{
    background:#ddd;
}
.dropdown-subitem {
    text-align: end;
    font-size: 0.8em;
    cursor: pointer;
    padding:5px;
    position:relative;
}
.dropdown-subitem:hover {
    background:#ddd;
}
.state-selection .dropdown-type-1-selected,
.state-selection .dropdown-type-1-option {
    font-size: 0.8em;
}
.recurring-options-modal-content .dropdown-type-1{
    width:auto;
}    
.recurring-options-modal-content .dropdown-type-1-selected {
    display: flex;
    justify-content:center;
    align-items: center;
    /* font-size: 0.8em; */
    box-sizing:border-box;
}
.dropdown-type-1.repeat-frequency-dropdown {
    width: 100%;
}
.dropdown-type-1.period-frequency-dropdown.repeat-frequency-dropdown .dropdown-type-1-options,
.dropdown-type-1.period-frequency-dropdown.repeat-frequency-dropdown .dropdown-type-1-selected {
    font-size: 0.8em;
}
#repeatsEvertPerodNumber .dropdown-type-1-selected,
#repeatsEvertPerodType .dropdown-type-1-selected {
    font-size: 0.7em;
}
