.btn_1 {
        background-color: rgb(91, 7, 23) !important;
        color: rgb(255, 255, 255) !important;
        /* display: inline-block !important; */
        text-transform: capitalize !important;
        line-height: 16px !important;
        font-size: 13px !important;
        font-weight: 500 !important;
        padding: 11px 23px !important;
        border-radius: 5px !important;
        white-space: nowrap;
        transition: 0.5s !important;
    }



    .icons_css {
        right: 0;
        height: 50px;
        padding: .375rem .75rem;
        display: flex;
        align-items: center;
        z-index: 9999;
        position: absolute;
    }

    .error {
        color: red;
        font-size: 12px;
    }

    .tabs_login_div {
        background: #5b0717;
        border-radius: 50px;
        padding: 5px;

    }

    .tabs_login_li {
        width: 50% !important;
        text-align: center;
    }

    .tabs_login_button {
        border-radius: 50px;
        width: 100%;
        color: #fff;
    }

    .tabs_login_button:hover {
        border-radius: 50px;
        width: 100%;
        color: #fff;
    }

    .tabs_login_button.active {
        border-radius: 50px;
        background: #fff !important;
        color: #5b0717 !important;
        width: 100%;

    }

    .cs_modal .modal-body input,
    .cs_modal .modal-body .nice_Select {
        height: 43px;
        line-height: 43px;
        padding: 7px 20px;
    }

    .cs_modal {
        border-radius: 25px !important;
        margin-bottom: 20px;
    }

    .cs_modal .modal-body {
        border-radius: 25px !important;
    }

  .file-drop-area {
    border: 2px dashed #6c757d;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
  }
  .file-drop-area.dragover {
    background-color: #f8f9fa;
    border-color: #0d6efd;
  }
  .file-preview {
    margin-top: 15px;
  }
  .file-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f1f3f5;
    padding: 8px 12px;
    border-radius: 5px;
    margin-bottom: 5px;
  }
  .file-item img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 10px;
  }

  .file-drop-area-logo {
    border: 2px dashed #6c757d;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
  }
  .file-drop-area-logo.dragover {
    background-color: #f8f9fa;
    border-color: #0d6efd;
  }
  .file-preview-logo {
    margin-top: 15px;
  }
  .file-item-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f1f3f5;
    padding: 8px 12px;
    border-radius: 5px;
    margin-bottom: 5px;
  }
  .file-item-logo img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 10px;
  }
  .fa-eye {
    cursor: pointer!important;
  }

  .fa-eye-slash {
    cursor: pointer!important;
  }

  #file-input-logo{
    line-height:30px!important;
    height:50px!important;
    padding:10px 20px 10px!important;
  }

  #validate_otp{
    display:none;
  }

  .otp_code{
    display:none;
  }