@tailwind base;
@tailwind components;
@tailwind utilities;

/*

@layer components {
  .btn-primary {
    @apply py-2 px-4 bg-blue-200;
  }
}

*/
@tailwind base;
@tailwind components;
@tailwind utilities;

.css-qiwgdb,
.css-1x5jdmq {
  padding: 12.5px 14px !important;
}

.MuiDataGrid-footerContainer {
  position: absolute;
  bottom: -42px;
  width: 100%;
}

.MuiDataGrid-footerContainer .MuiTablePagination-root {
  width: 100%;
}

.MuiDataGrid-footerContainer
  .MuiToolbar-root.MuiToolbar-gutters.MuiToolbar-regular {
  padding-left: 10px;
  display: flex;
}

.MuiDataGrid-footerContainer
  .css-rtrcn9-MuiTablePagination-root
  .MuiTablePagination-selectLabel {
  flex: 0 0 105px;
}

.MuiDataGrid-footerContainer .MuiTablePagination-displayedRows {
  flex: 1;
  text-align: right;
}

.MuiDataGrid-footerContainer .MuiInputBase-root.MuiInputBase-colorPrimary {
  margin-left: 0px;
}

.css-vqmohf-MuiButtonBase-root-MuiRadio-root {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.MuiDataGrid-footerContainer .MuiSelect-select.MuiTablePagination-select {
  padding-left: 0px;
}

.MuiDataGrid-footerContainer .MuiTablePagination-spacer,
.MuiDataGrid-footerContainer .css-1psng7p-MuiTablePagination-spacer {
  flex: none;
}

.single-jop-tab {
  border-bottom: 1px solid #c4c4c4;
}

.single-jop-tab button,
.single-jop-tab .Mui-selected {
  padding: 0;
  color: #484848 !important;
  font-size: 18px;
  text-transform: capitalize;
  margin-right: 50px;
}

.MuiTabs-indicator {
  background: #44a287 !important;
  height: 4px !important;
}

.single-jop-tab span {
  color: #484848;
  font-weight: 700;
}

[aria-label="Actions"] .MuiDataGrid-menuIcon,
[data-field="preview"] .MuiDataGrid-menuIcon {
  display: none !important;
}

.timepicker input,
.timepicker .MuiInputBase-root.MuiOutlinedInput-root,
.datepicker input,
.datepicker .MuiInputBase-root.MuiOutlinedInput-root {
  background: white;
}

.timepicker input,
.datepicker input {
  height: 6px;
}

.spacer:last-child span {
  display: none;
}

body .Mui-disabled.MuiButton-root {
  background-color: rgb(0 0 0 / 0.1) !important;
  color: rgb(0 0 0 / 0.6) !important;
}

.app-container {
  padding: 1.5rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  width: calc(100% - (5rem));
}

@media only screen and (max-width: 768px) {
  .app-container {
    margin: 0;
    padding: 1rem;
    width: 100%;
  }

  .drawer-container-menu {
    left: -65px;
    position: absolute;
  }

  .mobile-drawer.closed .MuiDrawer-paperAnchorDockedLeft {
    left: -65px;
  }

  .mobile-drawer.opened .MuiDrawer-paperAnchorDockedLeft {
    left: 0;
  }

  .drop-down-position {
    left: 72vw;
  }
}

@media only screen and (max-width: 680px) {
  .drop-down-position {
    left: 65vw;
  }
}

@media only screen and (max-width: 620px) {
  .drop-down-position {
    left: 60vw;
  }
}

@media only screen and (max-width: 580px) {
  .drop-down-position {
    left: 55vw;
  }
}

@media only screen and (max-width: 530px) {
  .drop-down-position {
    left: 50vw;
  }
}

@media only screen and (max-width: 480px) {
  .drop-down-position {
    left: 42vw;
  }
}

.datepicker input, .datepicker fieldset {
  outline: none !important;
  outline-offset: 0px !important;
  box-shadow: none !important;
}

.datepicker fieldset {
  border-color: rgb(0 0 0 / 0.87) !important;
}

.datepicker input:focus {
  outline: none !important;
}

.MuiAutocomplete-input {
  border-color: rgb(0 0 0 / 0.87) !important;
  outline: none !important;
}

.MuiAutocomplete-input:focus {

  box-shadow: none !important;
}

.login-page {
  width: 500px;
  height: 400px;
  background-color: #ffffff;
  /* Center vertically and horizontally */
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 25px;
  margin: -200px 0 0 -250px; /* Apply negative top and left margins to truly center the element */
}
.btn {
  position: relative;
  clear: both;
  float: none;
  width: 70%;
  background-color: #21b194;
  border-radius: 2px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "SSSB";
  font-size: 16px;
  letter-spacing: 0.05em;
  padding: 1rem;
  text-transform: uppercase;
}

/*
 * Page: Login & Register
 * ----------------------
 */
.login-logo,
.register-logo {
  font-size: 35px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 300;
}
.login-logo a,
.register-logo a {
  color: #444;
}
.login-page,
.register-page {
  background: #d2d6de;
}
.login-box,
.register-box {
  width: 84%;
  margin: 7% auto;
}
@media (max-width: 768px) {
  .login-box,
  .register-box {
    width: 90%;
    margin-top: 20px;
  }
}
.login-box-body,
.register-box-body {
  background: #fff;
  padding: 2rem 20px 20px 20px;
  width: 100%;
  border-top: 0;
  color: #666;
}
.login-box-body .form-control-feedback,
.register-box-body .form-control-feedback {
  color: #777;
}
.login-box-msg,
.register-box-msg {
  margin: 0;
  text-align: center;
  padding: 0 20px 20px 20px;
}
.social-auth-links {
  margin: 10px 0;
}

.login-form-wrapper {
  display: flex;
  height: 100vh;
}

.login-form-header {
  border-radius: 12px 12px 0px 0px;
  background: #21b194;
  height: 116px;
  display: flex;
  align-items: center;
}

.login-form-content {
  display: flex;
  flex-direction: column;
}

.login-form-content label {
  color: #484848;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}

.login-form-content input[type="text"] {
  height: 40px;
  width: 100%;
  flex-shrink: 0;
  border-radius: 4px;
  border: 1px solid #676767;
}

.login-form-content p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #767676;
  text-align: center;
  margin: 60px auto 30px;
  display: flex;
  align-items: center;
}

.login-form-content p::before {
  content: "";
  display: inline-block;
  width: 100px;
  background-color: #767676;
  height: 1px;
  margin-right: 15px;
}

.login-form .webex-button {
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #2f6e8c;
  background: #fff;
  width: 100%;
  height: 44px;
  color: #2f6e8c;
  margin-bottom: 40px;
  display: flex;

  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.login-form .webex-button img {
  margin-right: 10px;
}

.login-form-content p::after {
  content: "";
  display: inline-block;
  width: 100px;
  background-color: #767676;
  height: 1px;
  margin-left: 15px;
}

.login-form-content .continue-button {
  border-radius: 4px;
  background: #2f6e8c;
  height: 44px;
  color: white;
  margin-top: 30px;
  font-size: 18px;
  width: 100%;
  cursor: pointer;
  font-style: normal;
  font-weight: 700;
}

.login-form {
  width: 548px;
  margin: auto;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 5px 5px 0px rgba(18, 18, 18, 0.1);
}

@media only screen and (max-width: 650px) {
  .login-form {
    width: 90%;
  }
}

@media only screen and (max-width: 500px) {
  .login-form-header {
    height: 80px;
  }

  .login-box-body {
    padding: 1rem 20px 1rem 20px;
  }

  .login-form-content p {
    margin: 40px auto 20px;
  }
}

@media only screen and (max-width: 450px) {
  .login-form-content p::before {
    width: 20px;
  }

  .login-form-content p::after {
    width: 20px;
  }
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

:disabled, .disabled {
  opacity: 0.7;
}

.quill-custom-variable-blot {
  display: inline-block;
  background-color: #f3f4f6;
  padding: 4px 8px 4px 8px;
  font-size: 12px;
  max-width: 320px;
  border-radius: 5px;
  color: #1075c9;
  margin: 2px 2px 2px 2px;
}
