.record-sample-page .record-sample {
    border-radius: 61px;
    background: var(--theme-gold);
    padding: 10px;
    color: white;
    text-align: center;
}

.record-sample-page form input[type="text"],
.record-sample-page form input[type="email"],
.record-sample-page form input[type="hidden"],
.record-sample-page form input[type="date"],
.record-sample-page form input[type="password"],
.record-sample-page form input[type="number"] {
    border-radius: 43px !important;
    background: var( --main-bg);
    padding: 15px 55px 15px 15px;
    border: 0;
    outline: none;
    width: 100%;
}

.record-sample-page form input[type="file"] {
    border-radius: 43px !important;
    background: var( --main-bg);
    padding: 15px 30px 15px 15px !important;
    border: 0;
    outline: none;
    width: 100%;
}

.select-state0.selectize-control.multi .selectize-input {
    background: var(--main-bg) !important;
    height: 55px !important;
}

.select-state0.selectize-control.multi .selectize-input.has-items {
    padding-left: 9px;
    padding-right: 9px;
    display: flex;
    align-items: center;
    gap: 20px;
    background: var(--main-bg);
    justify-content: center;
    padding: 0 60px !important;
    height: 55px !important;
}

.record-sample-page form .checkbox {
    border-radius: 4px !important;
    background: #D9D9D9 !important;
    margin-top: 5px;
    cursor: pointer;
    width: 20px;
}

.record-sample-page form select,
#select-state0-selectized {
    border-radius: 43px !important;
    background: var( --main-bg) !important;
    border: 0 !important;
    outline: none !important;
    width: 100% !important;
}

.select-state0 .selectize-input {
    border: 0px !important;
    outline: none !important;
    height: 50px !important;
    padding: 0 !important;
    border-radius: 43px !important;
}

#select-state0-selectized {
    margin-right: 0 !important;
}

.multiselect-dropdown {
    display: none !important;
}

.record-sample-page form textarea {
    border-radius: 23px;
    background: var( --main-bg);
    padding: 15px 55px 15px 15px;
    border: 0;
    outline: none;
    width: 100%;
}

.record-sample-page form .input-box {
    position: relative;
}

.record-sample-page form .box-content {}

.record-sample-page form .box-content .o {
    width: 28px;
}

.record-sample-page form .box-icon {
    background-color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
}

.record-sample-page form .box-icon3 {
    background-color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 7px;
    z-index: 2;
}

.record-sample-page form .box-icon2 {
    background-color: black;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.record-sample-page .g-btn {
    background-color: var(--theme-gold);
    color: white;
    border-radius: 43px;
    border: 1px solid var(--theme-gold);
    padding: 10px 15px;
    margin-bottom: 10px;
}

.record-sample-page .g-btn:hover {
    background-color: #CDCDCD;
    border: 1px solid #CDCDCD;
    transition: .3s;
}

.record-sample-page .w-btn {
    background-color: white;
    color: var(--theme-gold);
    border-radius: 43px;
    border: 1px solid var(--theme-gold);
    padding: 10px 15px;
    margin-bottom: 10px;
}

.record-sample-page form .w-btn:hover {
    background-color: var(--theme-gold);
    color: white;
    border-radius: 43px;
    border: 1px solid var(--theme-gold);
    transition: .3s;
}

.bg-alert2,
.bg-alert {
    border-radius: 15px;
    background: #ECECEC;
    padding: 17px;
}

.small-not {
    color: #ADADAD;
    text-align: right;
    font-family: beIN Black;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 146.9%;
}

.not-icon {
    background-color: #ECECEC;
    ;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashed {
    border: 1px dashed #ADADAD;
}

.quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--theme-gold);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: white;
    cursor: pointer;
}

.quantityDec {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-bg);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: black;
    cursor: pointer;
}

.disappear {
    opacity: 0;
    position: absolute;
    cursor: pointer;
}

.formService {
    width: 75%;
}

@media (max-width:768px) {
    .formService {
        width: 100%;
    }
}

.pay {
    text-align: left;
    width: 100%;
}

.record-sample-page .repeater {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--theme-gold);
    color: white;
    font-weight: bold;
    width: 60px;
    height: 35px;
    border-radius: 50%;
    position: absolute;
    right: -65px;
    cursor: pointer;
    top: 8px;
}

.record-sample-page .repeater2 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--theme-gold);
    color: white;
    font-weight: bold;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: absolute;
    right: -39px;
    cursor: pointer;
    top: 145px;
}

.record-sample-page .factory-tabs {
    border-radius: 43px;
}

.record-sample-page .factory-tabs .tab.active {
    border-radius: 43px;
    background: var(--theme-gold);
    padding: 10px 15px;
    color: white;
}

.record-sample-page .factory-tabs .tab {
    border-radius: 43px;
    background: #F2F3F5;
    padding: 10px 15px;
    color: #3A3A3A;
    cursor: pointer;
}

.danger {
    color: rgb(198, 78, 78);
    margin-top: -10px;
}

.error {
    border: 1px solid rgb(198, 78, 78) !important;
}

.tab-container {
    width: 100%;
}

.tab-header {}

.tab-button {
    padding: 10px 15px;
    border: none;
    background-color: #f1f1f1;
    cursor: pointer;
}

.tab-button.active {
    background-color: #ccc;
}

.tab-panel {
    display: none;
    padding: 15px;
}

.tab-panel.active {
    display: block;
}

.p-gray {
    color: #B0B0B0;
}

.opt-level-2 {
    background-color: white;
    z-index: 5;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    top: 0;
    min-width: 300px;
    right: 215px;
}

.curs-pointer {
    cursor: pointer;
}

.testing {
    margin-bottom: 75px;
}