
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    min-height: 100%;
    font-size: 0.875em;
}
body {
	font-family: 'Montserrat', sans-serif!important;
	margin: 0!important;
	padding: 0!important;
	color: #5D5D5D!important;
	background:#fff!important;
}
strike {
    text-decoration: line-through;
}
a:hover {text-decoration: none;}
.underline {
    text-decoration: underline;
}
.small, small {
    font-size: 85%;
}
.text-big {
    font-size: 1.14rem;
}
.text-huge {
    font-size: 1.5rem;
}
.icon-text-size {
    font-size: 24px!important;
}
.color-black {
    color: #000!important;
}
.color-white {
    color: #fff!important;
}
.color-grey, a {
    color: #5D5D5D;
}
.color-grey-mid {
    color: #7E7E7E;
}
.color-gold {
    color: #C6B25D;
}
.color-red {
    color: #EA6464;
}
.color-main, a:hover {
    color: #3A4B5B;
}
.color-blue-grey, .text-muted {
    color: #7E84A3;
}
.bg-light-grey {
    background: #F7F7F8;
}
.bg-gold {
    background: #C6B25D;
}
.font-semibold {
    font-weight: 600!important;
}
.text-uppercase {
    text-transform: uppercase!important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #5E5E5E;
    font-weight: 400;
}
.scroll-max {
    min-height: 400px;
}
.scroll-sidebar, .scroll-max, .scroll-inside {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}
.scroll-sidebar::-webkit-scrollbar, .scroll-max::-webkit-scrollbar, .scroll-inside::-webkit-scrollbar {
    width: 8px;
}
.scroll-sidebar::-webkit-scrollbar-track, .scroll-max::-webkit-scrollbar-track, .scroll-inside::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #F6F6F6;
}
.scroll-sidebar::-webkit-scrollbar-thumb, .scroll-max::-webkit-scrollbar-thumb, .scroll-inside::-webkit-scrollbar-track {
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #C5B25C;
}
.pl-contain .main-box .buttons-bottom.small-buttons {
    text-align: right;
    padding-top: 11px;
}
.pl-contain .main-box .buttons-bottom.small-buttons .text-right {
    display: inline-block;
}
.pl-contain .main-box .buttons-bottom.small-buttons .text-right a {
    padding: 15px 27px;
    width: 127px;
    height: 50px;
    border-radius: 5px;
    margin-right: 22px;
}
.text-right .btn.btn-gold.next {
    background: #C5B15D !important;
    color: #FFF !important;
}
.text-right .btn.btn-gold.save {
    color: #5D5D5D !important;
    border-color: #5D5D5D !important;
}
.lc-radio {
    display: block;
    padding-left: 1px!important;
    margin-top: 1em;
    margin-bottom: 2em;
    cursor: pointer;
}
.lc-form-check-icon {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-bottom: 5em;
    margin-left: 0;
}
.lc-radio input {
    display: none;
}
.lc-radio input + span:not(:empty) {
    padding-left: 2em;
}
.lc-radio input + span {
    position: relative;
    display: block;
    height: 1.75em;
    padding-left: 1.75em;
    line-height: 1.75em;
}
.lc-radio input + span:before, .lc-radio input + span:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1.75em;
    height: 1.75em;
    content: "";
    border-radius: 50%;
}
.lc-radio input + span:before {
    transition: background .2s ease, -webkit-transform .4s cubic-bezier(.175, .885, .32, 2);
    transition: background .2s ease, transform .4s cubic-bezier(.175, .885, .32, 2);
    transition: background .2s ease, transform .4s cubic-bezier(.175, .885, .32, 2), -webkit-transform .4s cubic-bezier(.175, .885, .32, 2);
    border-width: 1px;
    border-style: solid;
    border-color: #cccccb;
    background: #fff;
}
.lc-radio input + span:after {
    background: #fff;
}
.lc-radio input + span:after {
    transition: -webkit-transform .6s cubic-bezier(.175, .885, .32, 1.4);
    transition: transform .6s cubic-bezier(.175, .885, .32, 1.4);
    transition: transform .6s cubic-bezier(.175, .885, .32, 1.4), -webkit-transform .6s cubic-bezier(.175, .885, .32, 1.4);
    -webkit-transform: scale(.9);
    transform: scale(.9);
}
.lc-radio input:checked + span:after {
    background: #3b4c5b;
}
.lc-radio input:checked + span:after {
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: scale(.65);
    transform: scale(.65);
}
.registration-identity-icon {
    width: 3.75em;
    height: 3.75em;
}
.lc-radio .icon {
    width: 3.75em;
    height: 3.75em;
    margin-top: -1.25em;
    margin-bottom: -1.25em;
}
.font-semibolder {
    font-weight: 500;
}
.subtitle {
    font-size: 1.2em;
}
.position-absolute {
    position: absolute!important;
}
.circle {
    display: inline-block;
    border-radius: 50%!important;
}
.content-text-img {
    position: relative;
}
.font-1 {
    font-size: 1.2em;
}
.font-1 a {
    color: #C5B15D;
    text-decoration: underline;
}
.mail-phone {
    margin-top: 2em;
}
.add-state {
    color: #C5B15D;
}
.add-state .fa {
    border: 2px solid;
    border-radius: 50%;
    padding: 3px;
}
.add-state a {
    color: #C5B15D;
}
.selections {
    min-height: 600px;
    width: 45%;
}
.selections span {
    min-width: 180px;
    display: inline-block;
    font-size: 15px;
    border: 1px solid;
    border-radius: 4px;
    padding: 3px 10px;
}
.selections a {
    float: right;
    color: #C5B15D;
}
/* Other */
.dashed-drag-and-drop-box {
    background-color: #F7F7F8;
    background-image: linear-gradient(to right, #ccc3ba 50%, transparent 50%), linear-gradient(to right, #ccc3ba 50%, transparent 50%), linear-gradient(to bottom, #ccc3ba 50%, transparent 50%), linear-gradient(to bottom, #ccc3ba 50%, transparent 50%);
    background-position: left top, left bottom, left top, right top;
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 20px 1px, 20px 1px, 1px 20px, 1px 20px;
    max-width: 500px;
}

.dashed-drag-and-drop-box b {text-decoration: underline;}
.left-sidebar, .page-wrapper, .footer {
    transition: all .25s linear;
}
.dashed-drag-and-drop-box >.row {
    height: 180px;
}
.btn-gold {
    margin-top: -2px;
    background-color: rgba(255,255,255,0) !important;
    border-color: #C5B15D;
    border-radius: 0;
    color: #fff !important;
    font-size: 12px;
    padding: 4px 5px;
    line-height: 30px;
}
header {background: #3b4c5b;}
.topbar {
    padding: 40px 20px;
    border: none;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 2px 7px #3a4b5b33;
    z-index: 11;
}
#menuToggle {
    display: none;
}
.topbar .navbar-brand {
    margin-left: 15px;
    margin-right: 0;
}
.topbar .navbar-brand img {
    max-width: 280px; 
    width: 100%!important;
    height: auto;   
}
.navbar-custom-menu li a {
    color: #FFF;
    padding: 0px 25px;
    border-right: 1px solid #fff;
    font-size: 0.9em;
    letter-spacing: 0.1em;
}
.navbar-custom-menu li a:hover {
    color: #C5B15D;
}
.navbar-custom-menu li.user-menu a {
    padding: 17px 48px;
    width: 120px;
    color: #FFF;
    border: 1px solid #C5B15D;
    text-align: center;
    margin-right: 20px;
    border-radius: 3px;
    font-weight: 600;
}
.navbar-custom-menu li.login a {
    background: #C5B15D;
    color: #5D5D5D;
}
.navbar-custom-menu li.user-menu a:hover {
    background: #C5B15D;
    color: #5D5D5D;
}
.navbar-custom-menu li:nth-child(4) {
    margin-right: 50px;
}
.navbar-custom-menu li:nth-child(4) a {
    border-right: none;
}
#menuToggle {cursor: pointer;}
#menuToggle img {
    width: 30px;
}
#menuToggle:after {
    content: "MENU";
    display: block;
    font-size: 11px;
    font-weight: 100;
    text-align: center;
    color: #c4b25d!important;
    letter-spacing: -0.1em;
    margin-top: 1px;
}
.left-sidebar {
    position: fixed;
    left: -270px;
    top: 123px;
    bottom: 0;
    width: 270px;
    background: #222d32;
    box-shadow: 0 0 7px #3a4b5b33;
    z-index: 10;
    overflow: hidden;
}
.left-sidebar ul.nav {
    margin-top: 40px;
}
.left-sidebar ul li {
    width: 100%;
    display: inline-block;
    padding-left: 35px;
    margin: 10px 0;
    padding-right: 20px;
}
.left-sidebar ul li a {
    color: #c4b25d;
    z-index: 1;
    margin-top: 80px;
    font-size: 1.1em;
    text-transform: uppercase;
}
body.open .left-sidebar {
    left: 0;
    overflow: visible;
}
.page-wrapper {
    padding: 45px 0;
    background: url(/assets/website/bg-lawclerk-dash-1c44b51bdc69bb82fadebbb4f78c400f50cf0ab8bfef7ec6883d8376b92d0698.jpg) no-repeat center;
    background-size: cover;
}
.page-wrapper > .container-xl {
    padding-left: 20px;
    padding-right: 20px;
}
.page-wrapper .main-box {
    padding: 30px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 4px 4px 7px rgba(0, 0, 0, .15);
}
img.w100 {
    max-width: 100%;
    height: auto;
}
.font-light {
    font-weight: 300!important;
}
.font-bold {
    font-weight: 700!important;
}
#form-signup-body .form-control-lg {
    background: #F6F7F7!important;
    border: 1px solid #DBD6D0!important;
    border-radius: 2px!important;
    font-size: 15px!important;
}
.form-group .filled-field {
    font-size: 0.8em;
    color: #b20e0e;
    font-weight: 600;
}

#form-signup-body .input-group-text, #form-custom-container-inside .input-group-text {
    background: none!important;
    border: none!important;
}
#form-signup-body .input-group .form-control-lg, #form-custom-container-inside .input-group .form-control-lg {
    background: none!important;
    border: none!important;
}
#form-signup-body .input-group, #form-custom-container-inside .input-group {
    background: #f7f7f7!important;
    border: 1px solid #dcd6d0!important;
    border-radius: 2px!important;
}
#form-signup-body .icon-show-password {
    color: #000!important;
    margin: 0!important;
    padding: 0!important;
    width: auto!important;
}
.icon-show-password {
    position: relative;
    display: block;
    float: right;
    width: 3em;
    padding-right: 1em;
    margin-top: -55px;
    margin-left: auto;
    font-size: 1.5em;
    text-align: right;
    text-decoration: none!important;
    color: #adadad!important;
}
.buttons-bottom .btn-group, .new-radios {
    width: 100%;
    justify-content: space-between;
}
.btn-group.new-radios > .btn {
    float: none;
    width: 48%;
    white-space: normal;
    text-align: center;
    letter-spacing: 2px!important;
    border-radius: 3px!important;
    padding: 10px!important;
    flex: none;
}
.btn.btn-gold {
    text-transform: uppercase;
    padding: 5px 10px;
    line-height: inherit;
    letter-spacing: 0.1em;
    border-width: 1px !important;
    color: #5d5d5d !important;
}
.btn.select {
    font-size: 13px;
    font-weight: 600;
    text-transform: none;
    border-width: 1px !important;
    border-radius: 4px;
    height: 80px;
}
.btn.select.active {
    background-color: #f2f2f2 !important;
    border-width: 2px !important;
}
#form-signup-signup-for-free .text {
    font-weight: 300;
}
#form-signup-signup-for-free .text a {
    color: #C5B15D;
}
.fullname {
    width: 100%;
    justify-content: space-between;
}
.fullname .form-group {
    float: none;
    width: 48%;
    white-space: normal;
}
.btn-next {
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
}
.btn-next .form-group {
    width: 50%;
}
.btn-next .form-group a {
    width: 100%;
    background: #c5b15d !important;
    color: #FFF !important;
    border-radius: 3px;
    padding: 11px;
}
.content-right {
    background: #FFFFFF;
    position: absolute;
    right: 0;
    top: 0;
    height: 100vh;
}
.content-right .information {
    max-width: 400px;
    text-align: center;
    font-size: 1.3em;
    font-weight: 100;
    position: relative;
}
.content-right .information strong {
    font-weight: 600;
}
.page-wrapper.steps .navbar-brand img {
    max-width: 250px;
    width: 100%;
}
.pl-contain {
    padding-left: 6%;
    z-index: 9;
    height: 100vh;
}
.main-box-content #form-signup-signup-for-free {
    width: 60%;
}
.main-box-content #form-signup-signup-for-free.registration-step-7 {
    width: 100%;
}
#registration-step-1 label {
    font-size: 17px;
    font-weight: 500;
}
#form-signup-body #registration-step-1 .form-control-lg {
    background: #FFF !important;
}
#form-signup-body #registration-step-1 .select-lg {
    appearance: none;
    background: #FFF url(/../images/select-dropdown.png) 90% center no-repeat !important;
    background-size: 16px !important;
}
.form-group .icono-delete {
    font-size: 22px;
}
.page-wrapper.steps {
    min-height: 100vh;
    padding: 0;
}

/* Media queries */
@media all and (min-width: 576px) {
    .left-sidebar .user-menu {display: none;}
}
@media all and (min-width: 768px) {
    .page-wrapper {
        min-height: 85vh;
    }
    .font-x-large {
        font-size: 30px!important;
    }
}
@media all and (min-width: 992px) {
    .scroll-max {max-height: 400px;}
}
@media all and (min-width: 1200px) {
    .content-right .information {margin-left: 4em;}
    .form-group .icono-delete {
        position: absolute;
        right: -28px;
        bottom: 17px;
    }    
}
@media all and (min-width: 1400px) {
    .container-xxl {padding-right: 60px;}
    .scroll-max {max-height: 500px;}
}
@media all and (min-width: 1600px) {
    .container-xl {max-width: 1540px;}
    .container-xxl {max-width: 1860px;}
    .page-wrapper .main-box {
        padding: 40px 80px;
        border-radius: 40px;
        padding-top: 50px !important;
        padding-right: 100px !important;
        padding-bottom: 50px !important;
        padding-left: 100px !important;
    }
    #form-signup-body .font-x-large, #form-custom-container-inside .font-x-large {
        font-size: 34px!important;
    }
    #form-signup-body .form-control-lg {
        padding: 1.15em!important;
        height: auto!important;
    }
    #form-signup-body .input-group-text {
        padding-top: 0.9em;
    }
    .btn-group.new-radios > .btn {
        padding: 15px!important;
        font-weight: 500;
    }
    .btn-group.new-radios > .btn.active {
        border-width: 2px !important;
        background: #f2f2f2 !important;
    }
    .page-wrapper.steps .main-box {
        overflow: hidden;
    }
    .scroll-max {max-height: 700px; min-height: 700px;}
}
@media all and (max-width: 1600px) {
    .container-xxl {max-width: 1860px; padding-right: 20px;}
    .navbar-custom-menu li:nth-child(4) {margin-right: 20px;}
}
@media all and (max-width: 1440px) {
    .navbar-custom-menu li a {
        padding: 0px 14px;
    }
    .navbar-custom-menu li.user-menu a {
        padding: 13px 26px;
    }
    .navbar-custom-menu li.login a {
        margin-right: 0;
    }
}
@media all and (max-width: 1299px) {
    .navbar-custom-menu li:nth-child(4) {
        margin-right: 0px;
    }
}
@media all and (max-width: 1199px) {
    .main-box-content #form-signup-signup-for-free {
        width: 96%;
    }
    .navbar-custom-menu li a {padding: 0 10px;}
    .navbar-custom-menu li.user-menu a {padding: 10px;}
}
@media all and (max-width: 1023px) {
    .navbar-custom-menu li {
        display: none;
    }
    .navbar-custom-menu li.user-menu {
        display: block;
    }
    #menuToggle {
        display: block;
    }
    .content-header .navegation-movil {
        justify-content: space-between !important;
    }
    .topbar {height: 123px;}
}
@media all and (max-width: 991px) {
    img.w100 {display: none;}
    .scroll-max {max-height: 500px;}
    .content-right {position: relative!important;}
    .pl-contain {padding-left: 15px;}
}
@media all and (max-width: 767px) {
    .topbar {
        padding-right: 0;
    }
    .items-menu {
        padding: 0;
    }
    .navbar-custom-menu li.user-menu a {
        padding: 7px 11px;
        margin: 0 5px;
        font-size: 8px;
    }
    .scroll-max {max-height: 400px;}
    .font-x-large {
        font-size: 24px!important;
    }
}
@media all and (max-width: 575px) {
    .scroll-max {max-height: 350px;}
    .pl-contain .main-box .buttons-bottom.small-buttons .text-right a {
        margin-right: 3px;
        width: 100px;
    }
    .topbar .user-menu {display: none!important;}
}
@media all and (max-width: 360px) {

}








/* =========================================================================================================================== */
/* =============================================     Account_creation.html     =============================================== */
/* =========================================================================================================================== */


@media all and (max-width: 1650px) {
    li.nav-item {
        padding: 0px 0px 25px 0px;
    }
    .topbar {
        padding: 42px 30px;
    }

}


@media (min-width: 1600px)
{
    .page-wrapper .main-box
    {
        border-radius: 20px;
        padding-top: 45px !important;
        padding-right: 70px !important;
        padding-bottom: 45px !important;
        padding-left: 70px !important;
        box-shadow: none;
    }
}

.text-gold-dark
{
    color: #C5B25C;
}
.text-gold-light
{
    color: #CBBA70;
}
.bg-gold-dark
{
    background-color: #C5B25C;;
}
.bg-gold-light
{
    background-color: #CBBA70;
}

/* HEADER */

header {
    background-color: #3A4B5B;
}

@media (min-width: 1400px)
{
    .container-xxl {
        padding: 0 60px;
        margin: auto;
    }
}

.topbar {
    padding: 42px 70px;
}
.navbar-custom-menu li a
{
    color: #FFF;
    padding: 0px 1.36em;
    border-right: 0px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 19px;
}


.navbar-custom-menu li:nth-child(4) {
    margin-right: unset;
}
.navbar-custom-menu li:nth-child(6) {
    margin-right:  1.73em;
}
li.login-link a {
    color: #c5b25c;
}
li.nav-item.login-link
{
    margin-right: 2.16em;
}
.navbar-custom-menu li.join a {
    background-color: #C5B25C;
    color: #3a4b5b;
}
.navbar-custom-menu li.user-menu a
{
    padding: 17px 48px;
    width: 120px;
    border: 0px;
    text-align: center;
    margin-right: 0px;
    border-radius: 0px;
    font-weight: bold;
    font-size: 17px;
}

@media all and (max-width: 767px) {
    .navbar-custom-menu li.user-menu a {
        padding: 10px 15px;
        margin: 0 5px;
        font-size: 14px;
    }
}

/* HEADER ENDS */

/* FORM */

@media (min-width: 1600px)
{
    h2.form_mainHeading {
        font-size: 25px;
        font-weight: bold;
        line-height: 30px;
    }
}
.sub-heading
{
    font-size: 20px;
    color: #5e5e5e;
}

.btn.btn-gold-border {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #6b6b6b;
    padding: 20px 0;
    background-color: #fff;;
    border: 3px solid #c5b25c;
    border-radius: 0px;
    margin: 25px auto;
    width: 71%;
}

.btn.btn-gold-border.active
{
    background-color: #CBBA70;
    font-weight: 700;
}
.btn.btn-grey {
    background-color: #F6F7F7;
    padding: 20px 0;
    width: 88%;
    font-size: 20px;
    color: #5e5e5e;
    border-radius: 0px;
}

.btn.btn-grey.btn.active
{
    background-color: #CBBA70;     
}

.form-bottom-line
{
    font-size: 16px;
}
.form-bottom-line a{
    color: #C5B15D;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}
.error
{
    background-color: #dd4b39;
    color: #fff !important;
    list-style: none;
    margin-bottom: -5px !important;
}
.alert-success
{
    background-color: #00a65a !important;
    color: #fff !important;
    margin-bottom: -5px !important;
}
.error_select
{
    font-size: 16px;
    color: #f00;
    visibility: hidden;
}



/* =========================================================================================================================== */
/* ======================================     signup_hire.html & signup_work.html    =============================================== */
/* =========================================================================================================================== */
label {
    color: #5e5e5e;
}


@media all and (max-width: 575px)
{
    .initial_box
    {
        flex-direction: column;
        align-items: start !important;
    }
    .tnc-text
    {
        margin-left: 0px !important;
        margin-top: 2rem;
    }
}
.initial-input{
    max-width: 98px;
}

@media (min-width: 1600px)
{
    #form-signup-body .form-control-lg
    {
        padding: 0.8em !important;
        height: auto!important;
        border-radius: 0px!important;
    }    
}
#hire-signup-form>.form-group, #hire-signup-form>div>.form-group
{
    margin-bottom: 18px;
}
#form-signup-signup-for-free .text {
    color: #5e5e5e;
    font-size: 16px;
    font-weight: normal;
}

#form-signup-signup-for-free .text a{
    color: #327AB7;

}
.btn-back
{
    flex: 3;
}
.btn-back a {
    color: #5e5e5e;
    font-size: 20px;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.btn-next-new
{
    flex: 2;
    background: #C5B25C !important;
    color: #5E5E5E!important;
    border-radius: 0px;
    padding: 15px;
    font-size: 20px;
    font-weight: bold;
    border: 0px;
}


/* =========================================================================================================================== */
/* ======================================     login.html    =============================================== */
/* =========================================================================================================================== */
#hire-login-form>.form-group, #hire-login-form>div>.form-group
{
    margin-bottom: 28px;
}
p.sub_para {
    font-size: 15px;
    color: #5E5E5E;
    line-height: 19px;
}
.select_login_type
{
    /* width: 86%; */
    font-size: 17px;
    font-weight: bold;
    color: #5e5e5e;
    /* padding: 20px; */
    background-color: #C5B25C;
    border: 3px solid #C5B25C;
}
.select_login_type span {
    padding: 0.6rem 1rem;
    cursor:default;
}

.select_login_type span.inactive {
    background-color: #f7f7f7;
    color: #C5B25C;
    font-weight: 500;
    cursor: pointer;
}

.login-forgot
{
    width: 80%;
}

.lc_checkbox {
    display: block;
    position: relative;
    padding-left: 36px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .lc_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #fff;
    border-radius:0px;
    border: 1px solid #DBD6D0;
  }
  
  /* On mouse-over, add a grey background color */
  .lc_checkbox:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .lc_checkbox input:checked ~ .checkmark {
    background-color: #C5B25C;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .lc_checkbox input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .lc_checkbox .checkmark:after {
    left: 8px;
    top: 4px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
@media (min-width: 1440px) and (max-width: 1599px){
    .bootstrap-select.form-control-lg .dropdown-toggle {
        padding: 0.5em;
    }
}

@media (min-width: 1600px){
    .bootstrap-select.form-control-lg .dropdown-toggle {
        padding: 0.8rem;
    }
}
@media (max-width: 1439px)
{
    .bootstrap-select.form-control-lg .dropdown-toggle {
        padding: 0.4em;
    }
}
    #form-signup-body .form-control-lg.dropdown {
        padding: 0 !important;
    }

    .nr-dropdown+.btn.focus, .nr-dropdown+.btn:focus {
        outline: none !important;
        box-shadow: none;
    }
    .nr-dropdown+.bootstrap-select .dropdown-toggle:focus, .nr-dropdown+.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
        outline: none !important;
    }

.change_edit+div>.lawclerk_email{
    flex: 1 1 auto !important;
}
.input.string.required.lawclerk_mobile_number {
    flex: 1 1 auto !important;
}
