File: /var/www/html/owlcrm/public/custom.css
.select2-container .select2-selection--single {
height: auto;
}
.brand-link {
display: inline-block;
width: 100%;
text-align: center;
}
.brand-link .brand-image {
width: auto;
height: 60px;
margin: 0px 0px;
float: unset;
max-height: unset;
box-shadow: none !important;
}
.sidebar {
width: 100%;
}
.disable-link {
opacity: 0.4;
}
/* leadtask-add modal */
.modal-content,
.card-tools,
.modal-title,
.form-group label,
.form-group select,
.form-group input {
color: black;
}
.error {
color: red !important;
}
/* input#title {
width: 100%;
} */
.input-group {
position: relative;
display: -ms-flexbox;
display: block;
flex-wrap: wrap;
-ms-flex-align: stretch;
align-items: stretch;
width: 100%;
}
.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
width: 100%;
min-width: 0;
margin-bottom: 0;
}
/* input#last_name {
width: 100%;
} */
.viewTask_modalheader {
align-items: center;
background-color: #3F1742;
}
.viewTask_modalheader h3 {
font-size: 18px;
color: #fff;
}
.viewTask_modalheader .close {
color: #fff;
opacity: 1;
}
.viewTask_col1 {
border-right: 1px solid #dedede87;
padding-right: 2rem;
}
.viewTask_col1 ul {
padding: 0px;
list-style: none;
margin: 0px;
}
.viewTask_col1 ul li {
margin: 0 0 15px;
padding: 15px 15px;
}
.viewTask_col1 ul li div {
font-size: 16px;
font-weight: 500;
}
.viewTask_col2 .table {
border-collapse: separate;
border-spacing: 3px;
}
.viewTask_col2 .table {
border-collapse: separate;
border-spacing: 3px;
}
.viewTask_col2 .table tr th,
.viewTask_col2 .table tr td {
border: none;
font-size: 14px;
background-color: #f4f4f4;
}
/* subscription css start */
.subscription_row {
display: grid;
align-items: center;
justify-content: space-between;
grid-auto-flow: row;
grid-template-columns: repeat(3, minmax(0, 1fr));
grid-row-gap: 20px;
grid-column-gap: 3rem;
}
.subscription_wrap {
padding-top: 40px;
}
.main_heading h1 {
color: #2A2A2A;
font-size: 3rem;
font-weight: 700;
text-align: center;
margin-bottom: 40px;
}
.subscription_col {
padding: 2em;
border: 1px solid #CFCFCF;
border-radius: 15px;
}
.heading_title h4 {
color: #2A2A2A;
margin-bottom: 30px;
font-size: 1.7rem;
font-weight: 600;
}
.price_month {
display: flex;
align-items: flex-end;
}
.price_month h4 {
margin-bottom: 0px;
color: #2a2a2a;
font-size: 3rem;
font-weight: 700;
}
.price_month p {
margin-bottom: 0px;
padding-bottom: 5px;
color: #A2A2A2;
}
.users p {
margin-bottom: 30px;
margin-top: 5px;
color: #A2A2A2;
font-weight: 700;
font-size: 15px;
}
.pricing_list ul {
padding: 0px;
margin: 0px 0px 30px;
list-style: none;
}
.pricing_list ul li {
padding-bottom: 10px;
}
.pricing_list ul li p {
margin-bottom: 0px;
font-size: 1.1rem;
font-weight: 600;
color: #2a2a2a;
}
.pricing_btn a {
background-color: #420E43;
font-family: "Montserrat", Sans-serif;
font-size: 1rem;
font-weight: 600;
text-transform: uppercase;
line-height: 1em;
letter-spacing: 1.5px;
border-style: double;
border-width: 1px 1px 1px 1px;
border-color: #420E43;
border-radius: 10px 10px 10px 10px;
padding: 20px 35px 20px 35px;
color: #ffffff;
width: 100%;
display: inline-block;
text-align: center;
}
.pricing_btn a:hover {
background-color: #FFFFFF;
color: #420E43;
text-decoration: none;
}
.popular_Col {
background-color: #2A2A2A;
}
.m_btn {
text-align: right;
margin-bottom: 25px;
}
.m_btn span {
background-color: #FFFFFF;
padding: 10px 20px 10px 20px;
border-radius: 5px 5px 5px 5px;
color: #420E43;
font-size: 0.9rem;
font-weight: 600;
line-height: 1em;
-webkit-text-stroke-color: #000;
stroke: #000;
text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
display: inline-block;
}
.popular_Col .heading_title h4 {
color: #ffffff;
}
.popular_Col .price_month h4 {
color: #ffffff;
}
.popular_Col .pricing_list ul li p {
color: #ffffff;
}
.popular_Col .pricing_btn a {
background-color: #fff;
color: #420E43;
}
/* subscription css end */
.card_bodyCol p {
margin: 12px 0px;
}
.card_bodyCol p i {
margin-right: 5px;
}
.enterprice_modal_dialog .modal-header {
background-color: #420E43;
color: #fff;
}
.enterprice_modal_dialog .modal-header h5 {
color: #fff;
}
.enterprice_modal_dialog .modal-footer .btnSubmit {
background-color: #420E43;
color: #fff;
border-style: double;
border-width: 1px 1px 1px 1px;
border-color: #420E43;
border-radius: 5px 5px 5px 5px;
}
.enterprice_modal_dialog .modal-footer .btnSubmit:hover {
background-color: #FFFFFF;
color: #420E43;
text-decoration: none;
}