/*
Theme Name: Cronus Theme
Text Domain: cronustheme
Version: 3.0
Tested up to: 6.9
Requires at least: 4.7
Requires PHP: 5.2.4
Description: This theme is developed by Cronus Team
Author: Cronus Team
Author URI: https://www.cronusconsultants.co.in/
Theme URI: https://www.cronusconsultants.co.in/
*/

/* Modal background blur */
.modal {
  background: rgba(0,0,0,0.4);
}

/* Modal box */
.custom-modal {
  border-radius: 16px;
  border: none;
  padding: 10px;
}
.custom-modal .modal-header {
    padding: 0px;
    border-bottom: none;
    display: flex;
    justify-content: right;
}
.custom-modal .modal-header button{
	background:transparent;
	border:none;
}

/* Close button position */
.custom-close {
  position: absolute;
  top: 15px;
  right: 15px;
}

/* Input styling */
.custom-input {
  border-radius: 8px;
  border: 1px solid #dcdcdc;
  padding: 10px;
  font-size: 14px;
}

.custom-input:focus {
  box-shadow: none;
  border-color: #0d6efd;
}

/* Submit button */
.submit-btn {
  background: #0d6efd;
  color: #fff;
  padding: 8px 40px;
  border-radius: 8px;
  font-weight: 500;
}

.submit-btn:hover {
  background: #0b5ed7;
}

.ur-button-container {
    width: 100% !important;
}

body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item label:not(.user-registration-error), body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item label:not(.user-registration-error), body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item label:not(.user-registration-error), body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item label:not(.user-registration-error) {
    margin-bottom: 5px !important;
}

body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-form-row, body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-form-row, body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-form-row, body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-form-row {
    margin-bottom: 15px !important;
}

.ur-frontend-form .ur-form-row .ur-form-grid label, .ur-frontend-form .ur-form-row .ur-form-grid legend {
    margin-bottom: 5px !important;
}

.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item {
    margin-bottom: 15px !important;
}

body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-button-container, body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-button-container, body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-button-container, body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-button-container {
    margin-top: 0px !important;
}

/* Remove arrows in Chrome, Safari, Edge */
#number_box_1773228291::-webkit-outer-spin-button,
#number_box_1773228291::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Remove arrows in Firefox */
#number_box_1773228291 {
    -moz-appearance: textfield;
}


.ur-frontend-form .ur-form-row{
	margin: 0px 0px 5px 0px;
}


