    * {
        margin: 0px;
        padding: 0px;
        box-sizing: border-box;
    }
    
    body,
    html {
        height: 100%;
        font-family: Poppins-Regular, sans-serif;
    }
    /*---------------------------------------------*/
    
    a {
        font-family: Poppins-Regular;
        font-size: 14px;
        line-height: 1.7;
        color: #666666;
        margin: 0px;
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
    }
    
    a:focus {
        outline: none !important;
    }
    
    a:hover {
        text-decoration: none;
        color: #57b846;
    }
    /*---------------------------------------------*/
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0px;
    }
    
    p {
        font-family: Poppins-Regular;
        font-size: 14px;
        line-height: 1.7;
        margin: 0px;
    }
    
    ul,
    li {
        margin: 0px;
        list-style-type: none;
    }
    /*---------------------------------------------*/
    
    input {
        outline: none;
        border: none;
    }
    
    input[type="number"] {
        -moz-appearance: textfield;
        appearance: none;
        -webkit-appearance: none;
    }
    
    input[type="number"]::-webkit-outer-spin-button,
    input[type="number"]::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }
    
    textarea {
        outline: none;
        border: none;
    }
    
    textarea:focus,
    input:focus {
        border-color: transparent !important;
    }
    
    input:focus::-webkit-input-placeholder {
        color: transparent;
    }
    
    input:focus:-moz-placeholder {
        color: transparent;
    }
    
    input:focus::-moz-placeholder {
        color: transparent;
    }
    
    input:focus:-ms-input-placeholder {
        color: transparent;
    }
    
    textarea:focus::-webkit-input-placeholder {
        color: transparent;
    }
    
    textarea:focus:-moz-placeholder {
        color: transparent;
    }
    
    textarea:focus::-moz-placeholder {
        color: transparent;
    }
    
    textarea:focus:-ms-input-placeholder {
        color: transparent;
    }
    
    input::-webkit-input-placeholder {
        color: #999999;
    }
    
    input:-moz-placeholder {
        color: #999999;
    }
    
    input::-moz-placeholder {
        color: #999999;
    }
    
    input:-ms-input-placeholder {
        color: #999999;
    }
    
    textarea::-webkit-input-placeholder {
        color: #999999;
    }
    
    textarea:-moz-placeholder {
        color: #999999;
    }
    
    textarea::-moz-placeholder {
        color: #999999;
    }
    
    textarea:-ms-input-placeholder {
        color: #999999;
    }
    
    label {
        display: block;
        margin: 0;
    }
    /*---------------------------------------------*/
    
    button {
        outline: none !important;
        border: none;
        background: transparent;
    }
    
    button:hover {
        cursor: pointer;
    }
    
    iframe {
        border: none !important;
    }
    
    .dark {
        --primary-background: #1b1c21
    }
    
    .flex {
        display: flex;
    }
    
    .flex1 {
        flex: 1;
    }
    
    .ant-form-item-label>label {}
    
    .ant-input {
        background-color: transparent!important;
        border: 1px solid rgb(255 255 255 / 7%)!important;
        color: rgb(255 255 255 / 70%)!important;
        padding: 7.8px 11px!important;
        font-size: 16px!important;
        height: inherit!important;
    }
    
    .ant-input:hover,
    .ant-input:focus {
        border-color: rgb(127 110 82)!important;
        box-shadow: 0 0 0 2px rgba(181, 154, 109, 0.2)!important;
    }
    
    .ant-form-item {
        /* margin-bottom: 8px!important; */
    }
    
    .ant-btn-primary {
        color: rgb(24 24 25)!important;
        border-color: rgb(181 154 109)!important;
        background: rgb(181 154 109)!important;
        text-shadow: none!important;
        box-shadow: none!important;
    }
    
    .ant-btn-primary:focus,
    .ant-btn-primary:hover {
        color: rgb(24 24 25)!important;
        border-color: rgb(194 178 147)!important;
        background: rgb(194 178 147)!important;
    }
    
    .ant-form-explain {
        text-align: left!important;
        color: rgb(221 66 90)!important;
    }
    
    .has-error .ant-input,
    .has-error .ant-input:hover {
        border-color: rgb(221 66 90)!important;
    }
    
    .ant-drawer-title {
        text-align: center;
        font-weight: bold;
    }
    
    .ant-drawer-content {
        background-color: rgb(255 255 255 / 73%)!important;
        /* box-shadow: 0 8px 32px 0 rgb(255 255 255 / 37%); */
        backdrop-filter: blur( 4px);
        -webkit-backdrop-filter: blur( 4px);
    }
    
    .ant-divider-horizontal.ant-divider-with-text-center,
    .ant-divider-horizontal.ant-divider-with-text-left,
    .ant-divider-horizontal.ant-divider-with-text-right {
        color: rgb(181 154 109)!important;
    }
    
    .ant-divider-horizontal.ant-divider-with-text-center::before,
    .ant-divider-horizontal.ant-divider-with-text-left::before,
    .ant-divider-horizontal.ant-divider-with-text-right::before,
    .ant-divider-horizontal.ant-divider-with-text-center::after,
    .ant-divider-horizontal.ant-divider-with-text-left::after,
    .ant-divider-horizontal.ant-divider-with-text-right::after {
        border-top: 1px solid #b59a6d!important;
    }
    
    input::-webkit-input-placeholder {
        color: #bfbfbf73!important;
    }
    
    input::-moz-placeholder {
        color: #bfbfbf!important;
    }
    
    input:-moz-placeholder {
        color: #bfbfbf!important;
    }
    
    input:-ms-input-placeholder {
        color: #bfbfbf!important;
    }