@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&display=swap");

body {
    font-family: "Jost", sans-serif;
}
/* #Login Page */
.login-page {
    background-image: url("../../dist/img/tea-plantation.jpg");
    background-color: #cccccc;
    /* height: 500px; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.login-card-body {
    padding: 15px 35px;
    min-height: 381px;
}

.login-box {
    width: 317px;
    position: relative;
    margin-bottom: 70px;
    margin-top: 70px;
}

.login-box .card {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0), 0 0px 0px rgba(0, 0, 0, 0);
}

.login-box::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #0d7a3d, #0d7a3d);
    z-index: -1;
    -webkit-animation: alternate, reverse, normal;
    animation: alternate, reverse, normal;
    width: 317px;
    height: 381px;
    border-radius: 14px;
}

.login-box-msg {
    margin: 0;
    padding: 23px 17px 10px;
    text-align: center;
    font-size: 19px;
    font-weight: 500;
    color: #000;
}

.login-logo {
    width: 200px;
    margin: 0px auto;
}

.login-logo img {
    width: 100%;
}

.login-box .form-group {
    margin-bottom: 12px;
}

.login-box .form-group label {
    font-weight: 400;
    font-size: 15px;
    color: #8798a1;
}

.login-box .form-group .form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #f1f6fa;
    background-clip: padding-box;
    border: 1px solid #6f96aa;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-success {
    color: #fff;
    background-color: #0d7a3d;
    border-color: #0d7a3d;
    box-shadow: none;
}

.login-footer .main-footer {
    background: #fff0;
    border-top: 0px solid #dee2e6;
    color: #869099;
    padding: 0px;
}

.login-footer .main-footer p {
    color: #ffffff;
    font-size: 14px;
    padding: 4px 0px 0px 0px;
}

.login-footer .growerlogo {
    margin: 0px;
    padding: 0px;
    width: 73px;
}

.login-footer .growerlogo img {
    width: 100%;
}

.navbar-nav h2 {
    font-size: 26px;
    font-weight: 600;
    margin-top: 3px;
}

.brand-text-logo {
    width: 90px;
}

.brand-text-logo img {
    width: 100%;
}

.brand-link .brand-image {
    margin-top: 11px;
}

/* #Dashboard Page */

[class*="sidebar-dark-"] {
    background-color: #fff;
}

[class*="sidebar-dark-"] .sidebar a {
    color: #8798a1;
}

[class*="sidebar-dark-"] .nav-sidebar > .nav-item.menu-open > .nav-link,
[class*="sidebar-dark-"] .nav-sidebar > .nav-item:hover > .nav-link,
[class*="sidebar-dark-"] .nav-sidebar > .nav-item > .nav-link:focus {
    background-color: rgba(255, 255, 255, 0);
    color: #6cbb45;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #007bff00;
    color: #6cbb45;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0), 0 0px 0px rgba(0, 0, 0, 0) !important;
}

[class*="sidebar-dark"] .brand-link {
    border-bottom: 0px solid #4b545c;
}

.sidebar a .fa,
.sidebar a .menu_icon {
    background: #cccc;
    padding: 12px;
    border-radius: 12px;
    color: #6cbb45;
}

.sidebar a:hover .fa {
    background: #6cbb45;
    color: #ffffff;
}

.sidebar a.active .fa {
    background: #6cbb45;
    color: #ffffff;
}

.user-img {
    width: 35px;
    height: 35px;
    border-radius: 30%;
    margin: 0px 7px 0px 0px;
    padding: 0px;
    overflow: hidden;
    object-fit: cover;
}

.user-img img {
    width: 100%;
    height: 35px;
    overflow: hidden;
    object-fit: cover;
}

.admintext1 {
    padding: 0px;
    margin: 0px;
}

.admintext1 label {
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    line-height: 17px;
}

.admintext {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    font-weight: 300;
}

.main-header .nav-link {
    height: auto;
    position: relative;
}

.navbar-white {
    background-color: #f1f6fa;
}

.main-header {
    border-bottom: 1px solid #f1f6fa;
    z-index: 1034;
}

.navbar-light {
    background-color: #f1f6fa;
}

.main-footer {
    background: #f4f6f9;
    border-top: 1px solid #f4f6f9;
    color: #869099;
    padding: 21px 16px 44px 16px;
    font-size: 13px;
}

.bg-success {
    background-color: #0d7a3d !important;
}

.bg-success2 {
    background-color: #6cbb45 !important;
}

.small-box > .inner {
    padding: 27px;
}

.small-box {
    border-radius: 12px;
}

.small-box .iconimg {
    margin: 0px auto 10px auto;
    width: 80px;
    height: 80px;
    overflow: hidden;
    object-fit: contain;
    border-radius: 50%;
    background: #fff;
    color: #6ec046;
    line-height: 80px;
    font-size: 28px;
    text-align: center;
    padding: 0px 20px;
}

.btn-group-sm > .btn,
.btn-sm {
    font-size: 12px;
    border-radius: 5px;
}

.todo-list > li .tools {
    color: #dc3545;
    display: block;
    float: right;
    font-size: 14px;
    margin-top: 14px;
}

.todo-list > li .text {
    display: inline-block;
    font-weight: 600;
    margin-left: 5px;
    line-height: 20px;
}

.todo-list > li {
    border-radius: 2px;
    background: #f8f9fa00;
    border-left: 0px solid #e9ecef;
    color: #495057;
    margin-bottom: 2px;
    padding: 10px 2px;
}

.card-title {
    float: left;
    font-size: 21px;
    font-weight: 600;
    margin: 0;
}

a {
    color: #6cbb45;
    text-decoration: none;
    background-color: transparent;
}

.fa-edit {
    color: #f2c925;
}

.fa-trash {
    color: #ff2020;
}

.fa-eye {
    color: #6cbb45;
}

.projects .table td {
    padding: 0.75rem;
    padding-left: 0.75rem;
    vertical-align: top;
    border-top: 0px solid #cbced0;
    border-bottom: 1px dashed #cbced0;
}

.companyicon-img {
    border-radius: 12px;
    float: left;
    height: 45px;
    background: #edf3f8;
    width: 45px;
    margin-right: 9px;
    text-align: center;
}

.companyicon-img2 {
    border-radius: 50%;
    float: left;
    height: 45px;
    background: #edf3f8;
    width: 45px;
    margin-right: 9px;
    text-align: center;
    overflow: hidden;
    object-fit: cover;
}

.companyicon-img2 img {
    height: 45px;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
}

.companyicon-img .fa {
    color: #6cbb45;
    font-size: 22px;
    line-height: 42px;
}

.card {
    border-radius: 12px;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    width: 33px;
    height: 33px;
    text-align: center;
    border-radius: 12px;
    position: relative;
    display: block;
    margin-left: 8px;
    line-height: 23px;
    color: #6f96aa;
    border: 1px solid #6f96aa;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.pagination-sm .page-link:hover {
    background: #6cbb45;
    color: #ffffff;
    border: 1px solid #6cbb45;
}

.pagination-sm .page-link.active {
    background: #6cbb45;
    color: #ffffff;
    border: 1px solid #6cbb45;
}

.control-sidebar {
    bottom: calc(3.5rem + 1px);
    position: absolute;
    top: 0px !important;
    height: 99vh;
    z-index: 99999;
}

.modalright {
}

.modalright .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 600;
}

.modalright .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
    outline: 0;
}

.modalright label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 400;
    font-size: 15px;
    color: #8798a1;
}

.modalright .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 8px 13px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #f1f6fa;
    background-clip: padding-box;
    border: 1px solid #6f96aa;
    border-radius: 7px;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0) !important;
    -ms-transform: translate3d(0%, 0, 0) !important;
    -o-transform: translate3d(0%, 0, 0) !important;
    transform: translate3d(0%, 0, 0) !important;
    border-left: 2px solid #6cbb45;
}

.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.right .modal-body {
    padding: 15px 15px 80px;
}

/*Right*/
.modal.right.fade .modal-dialog {
    right: 0px !important;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out !important;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out !important;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out !important;
    transition: opacity 0.3s linear, right 0.3s ease-out !important;
}

.modal.right.fade.in .modal-dialog {
    right: 0 !important;
}

.card-widget {
    border: 0;
    position: relative;
    overflow: hidden;
}

.widget-user-header2 {
    background: #f0ecec;
}

.widget-user-header2 p {
    line-height: 20px;
    margin: 0px;
    padding: 0px;
}

.text-span {
    font-size: 14px;
    line-height: 15px;
}

.farmers-user-image {
    width: 122px;
    height: 123px;
    border-radius: 50%;
    object-fit: cover;
    overflow: hidden;
    top: -88px;
    position: absolute;
    left: 42px;
}

.farmers-user-image img {
    width: 100%;
    height: 126px;
    object-fit: cover;
    overflow: hidden;
}

.farmers-right .fa {
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 9px !important;
    margin: 0px !important;
    line-height: 10px;
    text-align: center;
    font-size: 12px;
}

/*-----------------madhuparna---------------------------------------------*/
/*-----------------madhuparna---------------------------------------------*/

.white-box-header {
    margin: 10px 20px;
    text-align: left;
}

.white-box-header h4 {
    font-size: 24px;
    color: #8798a1;
    padding: 0px;
    margin: 0px 0px 20px 26px;
}

.white-box {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 16px 50px #4e7d961a;
    border-radius: 12px;
    padding: 25px 30px;
    height: auto;
    margin: 0px 9px;
    width: 100%;
}

.white-box h5 {
    font-size: 24px;
    color: #6cbb45;
    padding: 0px;
    margin: 25px 0px;
    font-weight: 500;
}

.white-box label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 500;
    color: #8798a1;
    font-size: 15px;
}

.white-box .form-control {
    display: block;
    width: 100%;
    height: calc(2.6rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6f96aa;
    background-color: #f1f6fa;
    background-clip: padding-box;
    border: 1px solid #6f96aa;
    border-radius: 7px;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.white-box .form-control2 {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6f96aa;
    background-color: #f1f6fa;
    background-clip: padding-box;
    border: 1px solid #6f96aa;
    border-radius: 7px;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.supporting-documents {
    width: 270px;
    height: 194px;
}

.supporting-documents img {
    width: 100%;
}

.white-box-submit {
    margin-left: 8px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.white-box-submit .btn.btn-block.btn-success {
    border-radius: 20px;
}

.white-box-reset {
    margin-left: 8px;
    margin-top: 20px;
}

.white-box-reset .btn.btn-block.btn-default {
    border-radius: 20px;
    border: 1px solid #0d7a3d;
    color: #0d7a3d;
}

.upload-profile-box {
    width: 150px;
    height: 150px;
    background: #f1f6fa;
    border: 1px solid #c0d2dc;
    text-align: center;
    margin: 0px auto;
    display: block;
    border-radius: 50%;
    padding: 51px 0px;
}

.upload-profile-row {
    text-align: center;
    margin-top: 25px;
}

.upload-profile-box .fa.fa-camera {
    font-size: 28px;
    background: #0d7a3d;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    padding: 9px 0px;
    cursor: pointer;
}

.upload-profile-row2 {
    text-align: center;
    margin-top: 25px;
}

.upload-profile-box2 {
    width: 200px;
    height: 130px;
    background: #f1f6fa;
    border: 1px solid #c0d2dc;
    text-align: center;
    margin: 0px auto;
    display: block;
    padding: 46px 0px;
    border-radius: 10px;
}

.upload-profile-box3 {
    width: 100%;
    height: 165px;
    background: #f1f6fa;
    border: 1px solid #c0d2dc;
    text-align: center;
    margin: 0px auto;
    display: block;
    padding: 34px 0px;
    border-radius: 10px;
}

.upload-profile-box2 .fa.fa-file {
    font-size: 25px;
    color: #0d7a3d;
    cursor: pointer;
}

.reports-table {
    width: 100%;
    padding: 44px 40px;
}

.report-page th {
    color: #6cbb45;
    font-size: 16px;
}

.farmers-row-header {
    background: #0db256;
}

.farmers-row-header .widget-user-username {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
}

.gry-row {
    margin: 0px;
    background: #c2c2c21c;
    padding: 20px 0px;
}

.supporting-documents3 {
    width: 210px;
    height: 111px;
}

.supporting-documents3 img {
    width: 100%;
}

/* admin panel design */
.nav-sidebar .nav-item > .nav-link {
    display: flex;
    align-items: center;
}

.nav-sidebar > .nav-item > .nav-treeview > li {
    padding-left: 5px;
}

.nav-sidebar > .nav-item > .nav-treeview > li > .nav-treeview {
    padding-left: 5px;
}

.nav-treeview > .nav-item > .nav-link {
    color: #939393;
}
[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link:focus,
[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link:hover {
    color: #000000;
}

.collaspe_logo {
    display: none;
}

.sidebar-collapse .collaspe_logo {
    display: block;
}

.sidebar-mini.sidebar-collapse .main-sidebar:hover .collaspe_logo {
    display: none !important;
}

.sidebar-mini.sidebar-collapse .main-sidebar:hover .sidebar {
    width: 100%;
}

.main-sidebar:hover > .large_logo {
    display: none;
}
.sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused,
.sidebar-mini.sidebar-collapse .main-sidebar:hover {
    width: 20.5rem;
}

.navbar-light .navbar-nav .nav-link {
    padding: 0.5rem 1rem !important;
}

.brand-text.brand-text-logo.font-weight-light {
    margin: auto;
}

.sub_dropright {
    position: absolute;
    right: 10%;
    top: 15%;
    transition: -webkit-transform ease-in-out 0.3s;
    transition: transform ease-in-out 0.3s;
    transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
    display: none;
}

.nav-sidebar .menu-open > .nav-link i.sub_dropright {
    -webkit-transform: rotate(-90deg);
    display: none;
    transform: rotate(-90deg);
}

.main-sidebar .brand-text,
.main-sidebar .logo-xl,
.main-sidebar .logo-xs,
.sidebar .nav-link p,
.sidebar .user-panel .info {
    font-size: 14px;
}

.nav-sidebar .nav-treeview > .nav-item > .nav-link > .nav-icon {
    width: 0.6rem;
    font-size: 12px;
}

.sidebar-mini .nav-sidebar,
.sidebar-mini .nav-sidebar .nav-link,
.sidebar-mini .nav-sidebar > .nav-header {
    white-space: unset;
}

.nav-sidebar > .nav-item > .nav-treeview > li .nav-link {
    align-items: flex-start;
    display: flex;
}

[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link {
    color: #8e8e8e;
}

.nav-sidebar > .nav-item > .nav-treeview > li .nav-icon {
    padding-top: 5px;
}

.nav-sidebar > .nav-item > .nav-treeview > li p.text-uppercase {
    text-transform: capitalize !important;
}

/*.nav-sidebar>.nav-item>.nav-treeview>li{
  margin-bottom: 10px;
}*/

.nav-sidebar .nav-link > p > .right {
    position: absolute;
    right: 1rem;
    top: 1.3rem;
}

/* .sidebar-mini .nav-sidebar .nav-link{
  white-space: nowrap;
} */

.nav-link {
    padding: 0.5rem 0.8rem;
}

.sidebar a .fa {
    background: #cccc;
    padding: 12px;
    border-radius: 8px;
    color: #6cbb45;
    float: left;
    width: 40px;
    height: 40px;
    float: left !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar  .nav-link {
    padding: 0.5rem 0.4rem;
}

.sidebar-mini .nav-sidebar .nav-link {
    white-space: nowrap;
}
.navbar-nav li a p {
    width: 100%;
    /* float: right; */
    padding: 5px 0px 0px;
    margin: 0px;
}

.sidebar a .fa i {
    float: left;
}

#dropdown-lvl1 {
    padding: 0px 0px 0px 49px;
}

#dropdown-lvl1 .navbar-nav {
    margin: 26px 0px 0px 0px;
    width: auto;
    text-align: left;
}

#dropdown-lvl1 .navbar-nav li {
    text-align: left;
    padding: 0px;
    margin: 0px;
    line-height: 25px;
}

#dropdown-lvl1 .navbar-nav li a {
    font-size: 16px;
    margin: 0px;
    padding: 0px;
}

#dropdown-lvl1 .navbar-nav li a p span {
    color: #6cbb45;
}

#dropdown-lvl1 .navbar-nav li a p {
    padding: 0px;
    margin: 0px;
    text-align: left;
}

.side-menu-container .nav-link {
    padding: 10px 0px;
}

/* .sub3menu {
	margin: 6px 0px 0px 75px;
	width: 100%;
	float: left;
} */

#dropdown-lvl2 .navbar-nav {
    margin: 12px 0px 0px 10px;
    width: auto;
}

#dropdown-lvl2 .navbar-nav li {
    text-align: left;
    padding: 0px;
    margin: 0px;
    line-height: 25px;
}

#dropdown-lvl2 .navbar-nav li a {
    font-size: 16px;
    margin: 0px;
    padding: 0px;
}

#dropdown-lvl2 .navbar-nav li a p span {
    color: #6cbb45;
}

.collapsing {
    transition: unset;
}

.nav-sidebar > .nav-item {
    margin: 0px ;
}

.panel-default {
    margin: 12px 10px;
}

#dropdown-lvl1 {
    padding: 0px 0px 0px 0px;
    width: 100%;
    word-wrap: break-word;
}

#dropdown-lvl1 .navbar-nav li {
    text-align: left;
    padding: 0px;
    margin: 0px;
    line-height: 26px;
    word-wrap: break-word;
    word-break: break-all;
    padding-left: 10px;
}

#dropdown-lvl1 .navbar-nav li a {
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    word-wrap: break-word !important;

    float: left;
    word-break: break-all;
}
.pageloader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 120px;
    height: 120px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    opacity: 100;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s;
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0px;
        opacity: 1;
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}

#myDiv {
    display: none;
    text-align: center;
}

i.fas.fa-angle-left.sub_dropright {
    display: none;
}

.ck-editor__editable {
    min-height: 500px;
}

/*=====================================sub-menubar-08-04-24====================================================== */
/*=====================================================
		Style changes by ankita (16.04.2024)
========================================================*/

.upload_pfpic {
    position: relative;
    background: transparent;
    border-color: transparent;
}

.upload_pfpic label {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 99;
}

.upload-profile-box.upload_pfpic label .fa.fa-camera {
    font-size: 15px;
    width: 35px;
    height: 35px;
}

.upload_pfpic .img_preview {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 150px;
    height: 150px;
    background: #f1f6fa;
    border: 1px solid #c0d2dc;
    border-radius: 50%;
}

.btn-primary {
    color: #fff;
    background-color: #6cbb45;
    border-color: #6cbb45;
    box-shadow: none;
}
.bg-success2 i{
margin-right: 10px;
}
.card-header {
    background-color: white;
    border-bottom: 0px;
    padding: .75rem 1.25rem;
    position: relative;
    border-radius: .25rem;
    border-top-right-radius: .25rem;
    margin-bottom: 10px;
}
.card-header .form-control{
    border-radius: 0px !important;
}
.card-header .btn{
    border-radius: 0px !important;  
} 
.white-box-submit button {
    min-width: 200px;
    border-radius: 30px;
    padding: 8px;
}
.iconimg i{
    margin-right: 0;
}


/* ----------------------- */
