.theme-form {
    border-radius: 2px;
    border: 0.5px solid #D2D2D2;
    height: 44px;
}

.theme-form:focus {
    color: #212529;
    background-color: #fff;
    border: 1px solid #D1FF79;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #f1ffd6;
}

.theme-primary-btn {
    border-radius: 2px !important;
    background: #3B4240 !important;
    color: #ffffff !important;
    padding: 12px 40px;
    font-size: 14px;
}

.theme-primary-btn,
.theme-primary-btn:hover,
.theme-primary-btn-md {
    border-radius: 2px !important;
    background: #3B4240 !important;
    color: #ffffff !important;
    padding: 12px 40px;
    font-size: 14px;
}

.theme-primary-btn-md {
    padding: 12px 26px;
}

.theme-outline-btn {
    border-radius: 2px !important;
    background: #FFFFFF !important;
    color: #3B4240 !important;
    padding: 12px 26px;
    font-size: 14px;
    border: 1px solid #3B4240;
}

.theme-outline-btn:hover {
    background: #E7E7E7 !important;
}

.theme-primary-btn:hover,
.theme-primary-btn-md:hover,
.theme-primary-btn-sm:hover {
    background: #595D5C !important;
}

.theme-primary-btn-sm {
    border-radius: 2px !important;
    background: #3B4240 !important;
    color: #ffffff !important;
    padding: 8px 20px;
    font-size: 12px;
}

.theme-secondary-btn {
    border-radius: 2px;
    border: 0.5px solid #D9D9D9 !important;
    background-color: #EFEFEF !important;
    color: #212121 !important;
    padding: 12px 40px;
    font-size: 14px;
}

.theme-secondary-btn-sm {
    border-radius: 2px;
    border: 0.5px solid #D9D9D9;
    background-color: #EFEFEF;
    color: #212121;
    padding: 8px 20px;
    font-size: 12px;
}

.theme-tertiary-btn {
    border-radius: 2px;
    border: 0.5px solid #3B4240 !important;
    background-color: #FFF !important;
    color: #3B4240 !important;
    padding: 12px 40px;
    font-size: 14px;
}

.btn-white {
    border-radius: 2px;
    border: 0.5px solid #D9D9D9 !important;
    background-color: #fff !important;
    color: #212121 !important;
    padding: 12px 20px;
    font-size: 14px;
    vertical-align: middle;
}

.theme-link-btn {
    color: #505050;
    padding: 12px 40px;
    text-underline-offset: 2px;
}

.theme-link-btn:hover {
    color: #000;
    padding: 12px 40px;
}

.groupbtn {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.border-grey {
    border: 1px solid #D2D2D2;
}

.edit-btn {
    background: #fff !important;
    color: #2DA7EC !important;
    border: 0.5px solid #2DA7EC;
    font-size: 13px;
    padding: 7px 10px;
}

.edit-btn:hover {
    background: #2DA7EC !important;
    color: #fff !important;
    border: 0.5px solid #2DA7EC;
}

.edit-btn:active {
    background: #2DA7EC !important;
    color: #fff !important;
    border: 0.5px solid #2DA7EC;
    box-shadow: 0 0 0 0.25rem #a9dfff;
}

.btn-outline-danger:is(:active, :focus) {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.select-arrow {
    content: "";
    background-image: url("/images/dropdown-arrow.svg");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px 12px;
}

.theme-group-input span {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border: 0.5px solid #D2D2D2;
}

.theme-group-input input {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border: 0.5px solid #D2D2D2;
}

.theme-group-input input:focus {
    box-shadow: 0 0 0 0.25rem #f1ffd6;
    border: 1px solid #D1FF79;
}

.custom-upload {
    box-shadow: none !important;
}

.custom-upload[type=file]::file-selector-button {
    opacity: 0 !important;
}

.theme-radio {
    width: 20px;
    height: 20px;
}

.theme-radio:checked {
    background-color: #fff !important;
    border-color: #3B4240 !important;
}

.theme-radio:focus {
    box-shadow: 0 0 0 0.25rem #dddddd !important;
    border-color: #3B4240 !important;
}

.theme-radio:checked[type=radio] {
    background-image: url(../images/checkround.svg);
    background-size: 12px;
    background-position: center;
}

.theme-check {
    width: 20px;
    height: 20px;
}

.theme-check:checked {
    background-color: #3B4240 !important;
    border-color: #3B4240 !important;
}

.theme-check:focus {
    box-shadow: 0 0 0 0.25rem #dddddd !important;
    border-color: #3B4240 !important;
}

.theme-check:checked[type=checkbox] {
    background-image: url(../images/checktick.svg);
    background-size: 12px;
    background-position: center;
}

.form-check-input.theme-black-radio {
    width: 20px;
    height: 20px;

    &:checked {
        background-color: #fff;
        border-color: #000 !important;
        background-image: url(../images/radio-checked.svg) !important;
        background-size: 10px;
        background-position: center;
    }

    &:focus {
        box-shadow: 0 0 0 0.25rem #dddddd !important;
        border-color: #000 !important;
    }
}

.sort-arrow {
    content: "";
    background-image: url(/images/sortarrow.svg);
    background-repeat: no-repeat;
    background-position: right 65px center;
    background-size: 12px 12px;
}

.search-icon {
    right: 11px;
    cursor: pointer;
    height: 31px;
    padding-left: 8px;
    background-color: #fff;
}

.copy-bg {
    background-color: #F5F7F9;
}

.theme-toggle:checked {
    background-color: #99DE79;
    border-color: #99DE79;
}

.theme-toggle:focus {
    box-shadow: 0 0 0 0.25rem #ebffe2;
}

.label-bold:checked+label {
    font-weight: bold;
}

.list-style-image {
    list-style-image: url('../images/list-style.svg');
}

.marker-size li::marker {
    font-size: 10px;
}

.shadow-none:focus {
    box-shadow: none !important;
}

.theme-form::placeholder {
    color: #c5bdbd;
}

.form-dollor {
    color: #7D7D7D;
}

.file-upload {
    padding: 10px 0px;
    color: #3597F1;
}

.custom-file {
    opacity: 0;
    width: 88px;
    height: 44px;
}

.custom-file1 {
    opacity: 0;
    width: 153px;
    height: 44px;
}

.pd-12 {
    padding: 12px;
}

.custom-form {
    padding: 8px 14px;
    border: 1px solid #D2D2D2;
    border-radius: 2px;
    height: 40px;
}

.input-group-text {
    background-color: #F0F0F0;
}

.custom-form:focus {
    border: 1px solid #D1FF79;
    box-shadow: 0 0 0 0.25rem #f1ffd6;
}
textarea.custom-form:focus,
textarea.custom-form:focus-visible {
    border: 1px solid #D1FF79 !important;
    box-shadow: 0 0 0 0.25rem #f1ffd6 !important;
    outline: none; /* This removes the default focus outline */
}
.custom-select .select__control--is-focused {
    border: 1px solid #D1FF79 !important;
    box-shadow: 0 0 0 0.25rem #f1ffd6 !important;
  }
  
  .custom-select .select__control--is-focused:hover {
    border: 1px solid #D1FF79 !important;
  }

.custom-form::placeholder {
    font-family: 'SFProText-Regular';
    font-size: 14px;
    color: #A3A3A3;
}

.file-upload-outline {
    padding: 10px 12px;
    color: #3597F1;
    border: 1px solid #3597F1;
    border-radius: 4px;
    width: fit-content;

    &:hover {
        background-color: #eaf3f8 !important;
        color: #3597F1 !important;
        border: 0.5px solid #2DA7EC;
    }

    &:focus,
    &:active {
        background-color: #eaf3f8 !important;
        color: #3597F1 !important;
        border: 0.5px solid #2DA7EC;
        box-shadow: 0 0 0 0.25rem #a9dfff;
    }
}
.file-upload-outline.disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.visually-hidden {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

.width-200 {
    width: 200px;
}

.custom-shadow {
    box-shadow: 0px 2px 4px 0px #00000014;

}

button.nav-link {
    padding: 10px 20px;
    padding-right: 12px;
    padding-left: 16px;
}

.h-120px {
    height: 120px;
}

.menu-list {
    white-space: nowrap !important;
    max-width: 208px;
}
.hide-password-reveal::-ms-reveal,
.hide-password-reveal::-ms-clear {
  display: none !important;
}

.close-icon {
    &:hover {
        opacity: 0.6;
    }
}

.upload-btn {
    border: 1px dashed #CBCEDA;
    background-color: #F6FAFF;
    border-radius: 3px;
}

.cust-upload {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.uploaded-file-container {
    border: 1px solid #ECECEC;
    border-radius: 2px;

    .close-icon {
        height: 9px;
        width: 9px;
        object-fit: contain;
    }
}

.delete-btn {
    width: 70px;
    border: 1px solid #F36E65;
    color: #F36E65;
    border-radius: 2px;
    padding: 7px 12px;

    &:hover {
        background-color: #F36E65;
        color: #fff;
    }

    &:active,
    &:focus {
        background-color: #F36E65;
        color: #fff;
        box-shadow: 0 0 0 0.25rem #ffaaa4;
    }
}

.custom-border-bottom {
    border-bottom: 1px solid #E7E7E7;
}

.custom-border-bottom-2 {
    border-bottom: 1px solid #C8C8C8;
}

.custom-border-bottom-3 {
    border-bottom: 1px solid #CECECE;
}

.action-btn {
    &:hover {
        background-color: #ffffff;
    }
}

.black-btn {
    border: 1px solid #000;
    background-color: transparent;
    border-radius: 5px;
    color: #000;

    &:hover {
        background-color: #ece8e8;
    }
}

.download-content {
    bottom: 5px;
    position: absolute;
    left: 50%;
    top: 74%;
    transform: translate(-50%, -50%);
}

.cust-keywords{
    border-radius: 24px;
    background-color: #EAEFFF;
    color: #5A5A5A;
    width: fit-content;
}

.keywords-count{
    background-color: #F4F4F4;
    border: 1px solid #EBEBEB;
    border-radius: 24px;
}

.form-check-input.custom-form-checkbox{
    border: 1px solid #C8C8C8;
    border-radius: 1px;
    height: 20px;
    width: 20px;
}

.form-check-input.custom-form-checkbox:checked[type=checkbox]{
    border: 1px solid #000;
    background-image: url(../images/checkbox-tick.svg);
    background-size: 11px;
    background-color: #fff;
    background-position: center;
}

.drp-scroll {
    height: 260px;
    overflow-y: scroll;

    &::-webkit-scrollbar {
        height: 5px;
        width: 4px;
        background-color: #D9D9D9;
        border-radius: 12px;
    }

    &::-webkit-scrollbar-thumb {
        background-color: #d2d2d2;
        border-radius: 12px;
    }
}

/* nav links */

.tab-scroll {
    overflow-x: scroll;

    &::-webkit-scrollbar {
        width: 5px;
        height: 2px;
    }

    &::-webkit-scrollbar-thumb {
        background-color: #e6e6e6;
        border-radius: 5px;
    }
}

.cust-nav-pills {
    background-color: #F8F8F8;
    border-radius: 40px;
    width: fit-content;

    .cust-nav-link {
        background-color: transparent;
        color: #5B5B5B;
        border-radius: 40px;
        font-family: 'SFProText-Medium';
        padding: 10px 30px;
        font-size: 13px;
        &.active {
            font-family: 'SFProText-Semibold';
            color: #fff;
            background-color: #5A83F9;
        }
    }
}

.cust-nav-detail-pills {
    background-color: #fff;
    width: fit-content;
    border-bottom: 1px solid #DDDDDD;

    .cust-nav-link {
        background-color: transparent;
        color: #808080;
        font-size: 13px;
        font-family: 'SFProText-Medium';
        padding: 10px 20px;
        position: relative;

        &.active {
            font-family: 'SFProText-Semibold';
            color: #5A83F9;
            background-color: transparent;

            &::after {
                content: '';
                position: absolute;
                background-color: #5A83F9;
                height: 2px;
                width: 100%;
                border-radius: 5px 5px 0px 0px;
                bottom: 0;
                left: 0;
            }
        }
    }
}

.cust-text-wrap{
    text-wrap: nowrap;
}

@media (max-width:425px) {
    .cust-text-wrap{
        text-wrap: wrap;
    }
    .download-content{
        top: 80%;
    }
}