﻿@font-face {
    font-family: 'Nunito Sans';
    src: url("../fonts/NunitoSans-SemiBold.woff2") format("woff2"), url("../fonts/NunitoSans-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal; }
@font-face {
    font-family: 'Nunito Sans';
    src: url("../fonts/NunitoSans-Light.woff2") format("woff2"), url("../fonts/NunitoSans-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal; }
@font-face {
    font-family: 'Nunito Sans';
    src: url("../fonts/NunitoSans-ExtraBold.woff2") format("woff2"), url("../fonts/NunitoSans-ExtraBold.woff") format("woff");
    font-weight: 800;
    font-style: normal; }
@font-face {
    font-family: 'Nunito Sans';
    src: url("../fonts/NunitoSans-Regular.woff2") format("woff2"), url("../fonts/NunitoSans-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal; }
@font-face {
    font-family: 'Nunito Sans';
    src: url("../fonts/NunitoSans-Italic.woff2") format("woff2"), url("../fonts/NunitoSans-Italic.woff") format("woff");
    font-weight: normal;
    font-style: italic; }
@font-face {
    font-family: 'Nunito Sans';
    src: url("../fonts/NunitoSans-Bold.woff2") format("woff2"), url("../fonts/NunitoSans-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal; }
@font-face {
    font-family: 'Nunito Sans';
    src: url("../fonts/NunitoSans-ExtraLight.woff2") format("woff2"), url("../fonts/NunitoSans-ExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal; }
@font-face {
    font-family: 'Nunito Sans';
    src: url("../fonts/NunitoSans-Black.woff2") format("woff2"), url("../fonts/NunitoSans-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal; }
body {
    font-family: "Nunito Sans";
    font-weight: normal;
    font-size: 16px; }
@media screen and (max-width: 767px) {
    body {
        font-size: 14px; } }

h1, .h1 {
    font-size: 32px; }
@media screen and (max-width: 767px) {
    h1, .h1 {
        font-size: 28px; } }

h2, .h2 {
    font-size: 30px; }
@media screen and (max-width: 767px) {
    h2, .h2 {
        font-size: 24px; } }

h3, .h3 {
    font-size: 24px; }
@media screen and (max-width: 767px) {
    h3, .h3 {
        font-size: 20px; } }

h4, .h4 {
    font-size: 20px; }
@media screen and (max-width: 767px) {
    h4, .h4 {
        font-size: 18px; } }

h5, .h5 {
    font-size: 18px; }
@media screen and (max-width: 767px) {
    h5, .h5 {
        font-size: 16px; } }

h6, .h6 {
    font-size: 14px; }
@media screen and (max-width: 767px) {
    h6, .h6 {
        font-size: 13px; } }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.3; }

.box {
    font-size: 14px; }
.box .box-title h5 {
    font-size: 18px; }
.box label {
    font-size: 16px; }
.box .form-control {
    font-size: 16px; }

.table {
    font-size: 14px; }

.dataTables_wrapper {
    font-size: 14px; }

.copyright {
    font-size: 14px; }

body {
    background-color: #f3f4f7;
    color: #333; }

.login-box {
    background-color: #fff; }

a {
    color: #007aff; }

a:hover {
    color: #333; }

.navbar-custom {
    background-color: #fff; }

.accordion .card .card-header a {
    color: #333; }
.accordion .card .card-header a:hover {
    color: #fff;
    background-color: #007aff; }
.accordion .card .card-header a:not(.collapsed) {
    color: #fff;
    background-color: #007aff; }

.bg-gradient-primary {
    background: linear-gradient(45deg, #4638c2 0%, #2d2587 100%);
    color: #fff; }

.bg-gradient-success {
    background: linear-gradient(45deg, #45a164 0%, #2e8c47 100%);
    color: #fff; }

.bg-gradient-info {
    background: linear-gradient(45deg, #4799eb 0%, #4280b4 100%);
    color: #fff; }

.bg-gradient-warning {
    background: linear-gradient(45deg, #e1a82d 0%, #dd9124 100%);
    color: #fff; }

.bg-gradient-danger {
    background: linear-gradient(45deg, #d16767 0%, #c14f4f 100%);
    color: #fff; }

.bg-facebook {
    background: #3b5998 !important;
    color: #fff; }

.bg-twitter {
    background: #00aced !important;
    color: #fff; }

.bg-linkedin {
    background: #4875b4 !important;
    color: #fff; }

.btn {
    padding: 10px 15px;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 600;
    text-align: center; }
.btn.btn-sm {
    font-size: 14px;
    padding: 7px 15px; }
.btn:focus {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important; }
.btn.btn-primary {
    background-color: #007aff;
    color: #fff;
    border: 1px solid #007aff; }
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
    background-color: #fff !important;
    color: #007aff !important;
    border: 1px solid #007aff !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important; }
.btn.btn-primary:hover .badge.badge-light, .btn.btn-primary:focus .badge.badge-light, .btn.btn-primary:active .badge.badge-light {
    background-color: #007aff;
    color: #fff; }
.btn.btn-light {
    background-color: #fff;
    color: #007aff;
    border-color: #007aff; }
.btn.btn-light:hover {
    background-color: #007aff;
    color: #fff; }
.btn + .btn {
    margin-left: 15px; }

.more-action {
    border: none;
    background-color: transparent;
    padding: 0; }

.button-group .btn {
    width: 100%;
    max-width: 125px;
    padding: 10px 5px; }

.navbar-brand {
    width: 180px;
    padding: 0; }
@media screen and (max-width: 767px) {
    .navbar-brand {
        width: 120px; } }

.navbar-custom {
    border-bottom: 1px solid #ced4da;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 65px;
    z-index: 1040; }
.navbar-custom .logo img {
    max-height: 50px; }
.navbar-custom .dropdown-toggle:after {
    content: none; }
.navbar-custom .notification-list {
    margin-left: 15px; }
.navbar-custom .notification-list .dropdown-toggle {
    font-size: 20px; }
.navbar-custom .notification-list .notify-details {
    margin-bottom: 0;
    margin-left: 15px;
    text-overflow: ellipsis;
    width: 100%;
    max-width: 250px;
    overflow: hidden; }
@media screen and (max-width: 413px) {
    .navbar-custom .notification-list .notify-details {
        max-width: 175px; } }
.navbar-custom .notification-list .notify-item {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    align-items: center; }
.navbar-custom .notification-list .notify-item:not(:last-child) {
    border-bottom: 1px solid #ced4da; }
.navbar-custom .notification-list .notify-item .text-muted {
    display: block; }
.navbar-custom .notification-list .notify-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    padding: 0;
    color: #fff; }
.navbar-custom.header-2 {
    padding-left: 265px; }
@media screen and (max-width: 991px) {
    .navbar-custom.header-2 {
        padding-left: 210px; } }
@media screen and (max-width: 767px) {
    .navbar-custom.header-2 {
        padding-left: 170px; } }
.navbar-custom.header-2 .logo {
    width: 250px;
    background-color: #0A66C7;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 7px 5px;
    margin: 0; }
@media screen and (max-width: 991px) {
    .navbar-custom.header-2 .logo {
        width: 200px; } }
@media screen and (max-width: 767px) {
    .navbar-custom.header-2 .logo {
        width: 160px; } }
.navbar-custom.header-2 .logo img {
    max-height: 86px; }
@media screen and (max-width: 991px) {
    .navbar-custom.header-2 .logo img {
        max-height: 51px; } }
.navbar-custom.header-2 .navigation-btn {
    display: none; }
@media screen and (max-width: 991px) {
    .navbar-custom.header-2 .navigation-btn {
        display: block; } }

@media screen and (max-width: 767px) {
    .dropdown-menu {
        font-size: .875rem; } }
.dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active {
    background-color: transparent;
    color: #333; }
@media screen and (max-width: 767px) {
    .dropdown-menu .dropdown-item {
        padding: 0.25rem 1rem; } }

.navigation-btn {
    padding: 0;
    margin: 0;
    background-color: transparent;
    color: #007aff;
    border: none;
    font-size: 24px;
    line-height: 1;
    margin-left: 10px;
    cursor: pointer; }

.dashboard-menu {
    position: fixed;
    top: 65px;
    left: 0;
    bottom: 0;
    width: 250px;
    background-color: #fff;
    z-index: 1039;
    border-right: 1px solid #ced4da;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s; }
@media screen and (min-width: 992px) {
    .dashboard-menu.active {
        left: -100%; } }
@media screen and (max-width: 991px) {
    .dashboard-menu {
        left: -100%; }
    .dashboard-menu.active {
        left: 0; } }
.dashboard-menu .nav-menu {
    padding: 15px 0 30px; }
.dashboard-menu .nav-menu .nav {
    margin: 0; }
.dashboard-menu .nav-menu .nav .nav-item {
    width: 100%; }
.dashboard-menu .nav-menu .nav .nav-item .nav-link {
    width: 100%;
    padding: 12px 15px 12px 25px;
    font-weight: normal;
    color: #333;
    position: relative; }
.dashboard-menu .nav-menu .nav .nav-item .nav-link:hover {
    color: #007aff; }
.dashboard-menu .nav-menu .nav .nav-item .nav-link i {
    margin-right: 5px;
    width: 20px; }
.dashboard-menu .nav-menu .nav .nav-item .nav-link span i {
    width: auto;
    margin-right: 0; 
    transition: all ease .4s;
    }
.dashboard-menu .nav-menu .nav .nav-item .nav-link.active {
    background-color: #f3f4f7;
    color: #007aff; }
.dashboard-menu .nav-menu .nav .nav-item .nav-link.active:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 3px;
    background-color: #007aff; }
.dashboard-menu .nav-menu .nav .nav-item .nav-link.toogleLink.active span i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
.dashboard-menu .nav-menu .nav .nav-item .nav-link.toogleLink.active ~ .sub-menu {
    display: block; }
.dashboard-menu .nav-menu .nav .nav-item.active > .nav-link {
    background-color: #f3f4f7;
    color: #007aff; }
.dashboard-menu .nav-menu .nav .nav-item.active > .nav-link:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 3px;
    background-color: #007aff; }
.dashboard-menu .nav-menu .nav .nav-item.active .sub-menu .nav-item.active .nav-link {
    background-color: transparent; }
.dashboard-menu .nav-menu .nav .nav-item.active .sub-menu .nav-item.active .nav-link:before {
    content: none; }
.dashboard-menu .nav-menu .nav .nav-item .menu-title {
    width: 100%;
    padding: 12px 15px 12px 25px;
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    vertical-align: bottom;
    text-transform: uppercase; }
.dashboard-menu .nav-menu .nav .nav-item .sub-menu {
    padding-left: 20px;
    list-style: none;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.25s ease-in-out;
    -moz-transition: max-height 0.25s ease-in-out;
    -ms-transition: max-height 0.25s ease-in-out;
    transition: max-height 0.25s ease-in-out; }
.dashboard-menu .nav-menu .nav .nav-item .sub-menu .nav-link {
    font-size: 14px;
    padding: 7px 15px 7px 30px; }
.dashboard-menu .nav-menu .nav .nav-item .sub-menu .nav-link.active {
    background-color: transparent; }
.dashboard-menu .nav-menu .nav .nav-item .sub-menu .nav-link.active:before {
    content: none; }
.dashboard-menu .nav-menu .nav .nav-item.active > .toogleLink span i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: all ease .4s;
     }
.dashboard-menu .nav-menu .nav .nav-item.active > .sub-menu {
    max-height: 1500px; }
.dashboard-menu .user-info {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
    padding: 0 25px; }
.dashboard-menu .user-info .user-icon {
    min-width: 50px;
    width: 50px;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ced4da;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden; }
.dashboard-menu .user-info .user-icon img {
    vertical-align: middle;
    object-fit: cover; }
.dashboard-menu .user-info .user-name {
    padding-left: 15px;
    width: 100%; }
.dashboard-menu .user-info .user-name h5 {
    font-size: 16px;
    margin-bottom: 0; }
.dashboard-menu .user-info .user-name span {
    display: block;
    margin: 0; }

.header-second .dashboard-menu {
    top: 100px; }
@media screen and (max-width: 991px) {
    .header-second .dashboard-menu {
        top: 65px; } }

.user-link .dropdown-menu .dropdown-item i {
    margin-right: 5px; }

.input-group-text {
    min-width: 45px;
    justify-content: center;
    text-align: center; }

.form-control {
    color: #333;
    font-size: 1rem; }
.form-control:focus {
    border-color: #007aff; }
.form-control.form-control-lg {
    font-size: 1.25rem; }
.form-control.form-control-sm {
    font-size: .875rem; }

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/select-arrow.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 26px; }

label {
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none; }
label.error {
    font-size: 13px;
    font-weight: 300;
    color: #ff5c75; }

.error {
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
    font-weight: normal; }
.error strong {
    font-weight: normal; }

.form-check {
    padding-left: 30px; }
.form-check .form-check-input[type=checkbox] {
    opacity: 0;
    visibility: hidden;
    margin: 0;
    position: absolute; }
.form-check .form-check-input[type=checkbox] + .form-check-label {
    cursor: pointer;
    line-height: 1.2; }
.form-check .form-check-input[type=checkbox] + .form-check-label:before {
    content: '\f0c8';
    position: absolute;
    top: 1px;
    left: 0;
    font-family: "Font Awesome 5 Pro";
    font-size: 20px; }
.form-check .form-check-input[type=checkbox]:checked + .form-check-label:before {
    content: '\f14a'; }
.form-check .form-check-input[type=radio] {
    opacity: 0;
    visibility: hidden;
    margin: 0;
    position: absolute; }
.form-check .form-check-input[type=radio] + .form-check-label {
    cursor: pointer;
    line-height: 1.2; }
.form-check .form-check-input[type=radio] + .form-check-label:before {
    content: '\f111';
    position: absolute;
    top: 1px;
    left: 0;
    font-family: "Font Awesome 5 Pro";
    font-size: 20px; }
.form-check .form-check-input[type=radio]:checked + .form-check-label:before {
    content: '\f192'; }
.form-check.only-check {
    padding-left: 20px; }
.form-check.form-check-sm {
    padding-left: 20px; }
.form-check.form-check-sm .form-check-input[type=radio] + .form-check-label:before {
    font-size: 16px; }
.form-check.form-check-sm .form-check-input[type=checkbox] + .form-check-label:before {
    font-size: 16px; }

.form-group {
    margin-bottom: 25px; }
.form-group label {
    width: 100%; }
.form-group .form-control {
    height: auto;
    padding: 10px 15px; }
.form-group textarea.form-control {
    height: 120px;
    resize: none; }
.form-group .help-block {
    font-size: 90%;
    display: block; }

.header-search-form {
    position: relative; }
.header-search-form .form-control {
    padding-left: 40px; }
.header-search-form .icon {
    position: absolute;
    top: 50%;
    left: 10px;
    font-size: 20px;
    margin-top: -10px;
    opacity: 0.5; }

.upload-btn {
    position: relative; }
.upload-btn input[type="file"] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0; }
.upload-btn label {
    margin: 0; }

img {
    max-width: 100%; }

a:hover {
    text-decoration: none; }

a:focus, a:active, button:focus, input:focus, textarea:focus, .form-control:focus, .btn.focus, .btn:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none; }

.login-page {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    padding: 15px; }

.login-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 940px;
    width: 100%;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1); }
.login-box .logo {
    margin-bottom: 25px; }
.login-box .logo img {
    max-width: 180px; }
.login-box .contentBox {
    width: 50%;
    padding: 30px; }
@media screen and (max-width: 767px) {
    .login-box .contentBox {
        width: 100%;
        padding: 30px 15px; } }
.login-box .imgBox {
    width: 50%; }
.login-box .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.main-content {
    padding: 65px 15px 60px 265px;
    width: 100%;
    position: relative;
    min-height: 100vh;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s; }
@media screen and (min-width: 992px) {
    .main-content.pl-15 {
        padding-left: 15px; } }
@media screen and (max-width: 991px) {
    .main-content {
        padding: 65px 0 60px; } }
.main-content .copyright {
    position: absolute;
    bottom: 0;
    left: 265px;
    right: 0;
    -ms-flex: initial;
    flex: initial;
    max-width: initial;
    width: auto; }
@media screen and (max-width: 991px) {
    .main-content .copyright {
        left: 0;
        text-align: center; } }
.main-content .page-title {
    padding-top: 20px;
    padding-bottom: 20px; }
.main-content .page-title .breadcrumb {
    justify-content: flex-end; }
.main-content .dateFilter {
    max-width: 280px;
    margin-left: auto; }
.main-content .breadcrumb {
    background-color: transparent; }

.box {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
    height: 100%; }
.box .box-title {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 15px; }
.box .box-title h5 {
    margin: 0; }
.box .box-title .box-action {
    margin-left: auto; }
.box .box-title .box-action.dropdown .dropdown-toggle {
    font-size: 24px;
    padding: 0 10px; }
.box .box-title .box-action.dropdown .dropdown-toggle:after {
    content: none; }
.box .box-title .box-action.dropdown .dropdown-menu .dropdown-item i {
    margin-right: 10px; }
.box .box-title .box-action.dropdown .dropdown-menu .dropdown-item a {
    color: #333; }
.box .box-row {
    padding: 15px;
    display: -ms-flexbox;
    display: flex;
    width: 100%; 
    overflow-y: hidden;
}
.box .box-row .box-content {
    width: 100%; }
@media screen and (min-width: 1200px) and (max-width: 1600px) {
    .box .box-row .box-content .h1 {
        font-size: 24px; } }
.box .box-row .box-icon {
    width: 100px;
    min-width: 100px;
    text-align: right;
    font-size: 40px;
    color: #6c757d; }
@media screen and (max-width: 1600px) {
    .box .box-row .box-icon {
        font-size: 30px; } }
.box .box-row .box-icon.chart {
    width: 100%; }
.box .box-row.boxScroll {
    overflow-x: hidden;
    overflow-y: auto; }

.dataTables_scrollHeadInner {
    min-width: 100%; }
.dataTables_scrollHeadInner .table.dataTable {
    min-width: 100%; }

.table.table-bordered thead th {
    border-top: none;
    border-bottom: none; }
.table.table-bordered thead th.action {
    pointer-events: none; }
.table.table-bordered thead th.action:after {
    content: none; }
.table.table-bordered thead th.action:before {
    content: none; }
.table .sr-no {
    width: 40px; }
.table td.action {
    white-space: nowrap;
    text-align: right; }
.table td.action .icon-btn {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: bottom;
    border: none;
    padding: 0;
    color: #fff;
    border: 1px solid;
    line-height: 28px; }
.table td.action .icon-btn + .icon-btn {
    margin-left: 5px; }
.table td.action .icon-btn.preview {
    background-color: #6c757d;
    border-color: #6c757d; }
.table td.action .icon-btn.preview:hover {
    color: #6c757d;
    background-color: #fff; }
.table td.action .icon-btn.edit {
    background-color: #f47521;
    border-color: #f47521; }
.table td.action .icon-btn.delete {
    background-color: #ff1a30;
    border-color: #ff1a30; }
.table td.user-image {
    width: 90px;
    text-align: center; }
.table td.user-image .img-icon {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    overflow: hidden;
    display: inline-block; }
.table td.user-image .img-icon img {
    object-fit: cover;
    vertical-align: top; }

.pagination .page-item .page-link {
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    padding: 0;
    color: #333; }
.pagination .page-item .page-link:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
.pagination .page-item + .page-item {
    margin-left: 5px; }
.pagination .page-item.previous .page-link {
    font-size: 0; }
.pagination .page-item.previous .page-link:after {
    content: '\f053';
    font-size: 14px;
    font-family: "Font Awesome 5 Pro"; }
.pagination .page-item.next .page-link {
    font-size: 0; }
.pagination .page-item.next .page-link:after {
    content: '\f054';
    font-size: 14px;
    font-family: "Font Awesome 5 Pro"; }
.pagination .page-item.active .page-link {
    background-color: #007aff;
    color: #fff; }
.pagination.pagination-lg .page-item:first-child .page-link {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
.pagination.pagination-lg .page-item:last-child .page-link {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
.pagination.pagination-lg .page-item .page-link {
    width: 40px;
    height: 40px;
    line-height: 38px; }
.pagination.pagination-lg .page-item.previous .page-link {
    line-height: 40px; }
.pagination.pagination-lg .page-item.previous .page-link:after {
    font-size: 1.25rem; }
.pagination.pagination-lg .page-item.next .page-link {
    line-height: 40px; }
.pagination.pagination-lg .page-item.next .page-link:after {
    font-size: 1.25rem; }
.pagination.pagination-sm .page-item:first-child .page-link {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
.pagination.pagination-sm .page-item:last-child .page-link {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
.pagination.pagination-sm .page-item .page-link {
    width: 30px;
    height: 30px;
    line-height: 30px; }
.pagination.pagination-sm .page-item.previous .page-link:after {
    font-size: .875rem; }
.pagination.pagination-sm .page-item.next .page-link:after {
    font-size: .875rem; }

.profile-information {
    text-align: center;
    width: 100%; }
.profile-information .user-icon {
    margin: 0 auto 15px;
    width: 150px;
    height: 150px;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ced4da;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    position: relative; }
.profile-information .user-icon img {
    vertical-align: middle;
    object-fit: cover; }
.profile-information .user-icon .img-upload {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
.profile-information .user-icon .img-upload input[type="file"] {
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
    position: absolute; }
.profile-information .user-icon .img-upload label {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    cursor: pointer; }
.profile-information .user-name {
    width: 100%; }
.profile-information .user-name h5 {
    font-size: 18px; }
.profile-information .user-name span {
    display: block;
    margin: 5px; }

.user-contact > div {
    margin-bottom: 15px;
    width: 100%; }
.user-contact label {
    width: 100px;
    min-width: 100px;
    font-weight: 600;
    margin: 0; }
.user-contact span {
    width: 100%; }

.card {
    margin-bottom: 1.5rem; }
.card .card-header .card-header-actions {
    float: right;
    margin-right: -0.25rem; }
.card .card-header .card-header-actions .card-header-action {
    padding: 0 0.25rem; }

.badge {
    padding: .25rem .4rem .35rem; }
.badge.badge-primary {
    background-color: #007aff; }

.accordion .card .card-header {
    padding: 0; }
.accordion .card .card-header a {
    padding: .75rem 1.25rem;
    display: inline-block;
    width: 100%;
    vertical-align: bottom; }

.nav-tabs {
    border-color: #007aff;
    border-bottom: none; }
.nav-tabs .nav-item .nav-link.active {
    border-color: transparent; }
.nav-tabs .nav-item .nav-link:focus {
    border-color: transparent; }
.nav-tabs .nav-item .nav-link:hover {
    border-color: transparent; }
.nav-tabs .nav-item .nav-link i {
    margin: 0 5px; }

.tab-content {
    padding: 15px;
    border-top: none;
    background-color: #fff; }

.nav-tabs-boxed {
    display: -ms-flexbox;
    display: flex; }
.nav-tabs-boxed .nav-tabs {
    flex-direction: column; }
.nav-tabs-boxed .nav-tabs .nav-item {
    width: 100%; }
.nav-tabs-boxed.nav-tabs-boxed-right {
    flex-direction: row-reverse; }

.c-switch {
    display: inline-block;
    width: 40px;
    height: 26px;
    margin: 0;
    vertical-align: bottom; }
.c-switch .c-switch-input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
.c-switch .c-switch-input:checked ~ .c-switch-slider {
    border-color: #007aff; }
.c-switch .c-switch-input:checked ~ .c-switch-slider:before {
    -webkit-transform: translateX(14px);
    -moz-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
    border-color: #007aff;
    background-color: #007aff; }
.c-switch .c-switch-slider {
    position: relative;
    display: block;
    height: inherit;
    cursor: pointer;
    border: 1px solid #ced4da;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    background-color: #fff;
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -ms-transition: 0.15s ease-out;
    transition: 0.15s ease-out; }
.c-switch .c-switch-slider:before {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    content: "";
    border: 1px solid #ced4da;
    -webkit-border-radius: 0.125rem;
    -moz-border-radius: 0.125rem;
    border-radius: 0.125rem;
    background-color: #ced4da;
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -ms-transition: 0.15s ease-out;
    transition: 0.15s ease-out; }
.c-switch.c-switch-label {
    width: 48px; }
.c-switch.c-switch-label .c-switch-input:checked ~ .c-switch-slider:before {
    -webkit-transform: translateX(22px);
    -moz-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px); }
.c-switch.c-switch-label .c-switch-input:checked ~ .c-switch-slider:after {
    content: attr(data-checked);
    left: 1px;
    right: auto; }
.c-switch.c-switch-label .c-switch-slider:before {
    z-index: 2; }
.c-switch.c-switch-label .c-switch-slider:after {
    position: absolute;
    top: 50%;
    right: 1px;
    z-index: 1;
    width: 50%;
    margin-top: -.5em;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    color: #6c757d;
    text-align: center;
    text-transform: uppercase;
    content: attr(data-unchecked); }
.c-switch.c-switch-pill .c-switch-slider {
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem; }
.c-switch.c-switch-pill .c-switch-slider:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }

.carousel-indicators li {
    opacity: 1; }
.carousel-indicators li.active {
    background-color: #007aff; }

.carousel-caption {
    color: #333; }

.gallery-box {
    list-style: none;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px; }
@media screen and (max-width: 991px) {
    .gallery-box {
        margin: 0 -10px; } }
.gallery-box li {
    width: 20%;
    padding: 0 15px;
    margin-bottom: 15px; }
@media screen and (max-width: 991px) {
    .gallery-box li {
        width: 25%;
        padding: 0 10px; } }
@media screen and (max-width: 767px) {
    .gallery-box li {
        width: 33.33%; } }

.lg-backdrop {
    z-index: 9998 !important; }

.lg-outer {
    z-index: 9999 !important; }

.lg-download {
    display: none; }

.list-group-item.active {
    border-color: #007aff;
    background-color: #007aff; }

.modal {
    padding-left: 0 !important;
    padding-right: 0 !important; }
.modal .modal-header button.close {
    position: absolute;
    top: -40px;
    right: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    padding: 0;
    margin: 0;
    background-color: #fff;
    text-shadow: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #333;
    text-align: center; }
.modal .modal-header button.close:hover {
    opacity: 1 !important; }
.modal .modal-content {
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.5);
    border: none;
    margin-top: 50px; }
.modal .modal-header {
    background-color: #007aff;
    color: #fff; }
@media screen and (max-width: 767px) {
    .modal .card-body {
        padding: 0; } }

.modal-backdrop.show {
    opacity: 0.7; }

::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #333; }

::-webkit-scrollbar-thumb {
    background: #007aff; }

.widgets .text-value-lg {
    font-size: 150%;
    line-height: 1.2;
    margin-bottom: 10px; }
.widgets .progress {
    height: 5px; }
.widgets .progress.progress-white {
    background-color: rgba(255, 255, 255, 0.6); }
.widgets .progress.progress-white .progress-bar {
    background-color: #fff; }
.widgets .widget-icon {
    padding: 0px;
    font-size: 24px;
    margin-right: 15px;
    width: 30px;
    height: 60px;
    line-height: 40px;
    text-align: center; 
}
.widgets .widget-icon.big {
    height: 100%; }
.widgets .social-icon {
    font-size: 30px; }
.widgets .icon {
    font-size: 30px; }

.text-white .text-muted {
    color: rgba(255, 255, 255, 0.6) !important; }

/*# sourceMappingURL=style.css.map */


/* Chat CSS Start */
.message-block {
    padding: 15px;
    background-color: rgba(0,0,0,.03);
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 4px;
}
.message-block .search-block {
    margin-bottom: 17px;
}
.message-block .search-input {
    font-size: 14px;
    background-image: url('../images/search-icon.svg');
    background-repeat: no-repeat;
    background-position: 20px center;
    padding-left: 40px;
    border-color: #D9D9D9;
}
.chat-list {
    max-height: 930px;
    min-height: 930px;
    background: #ffffff;
    overflow-y: scroll;
    overflow-x: hidden;
}
.chat-list li {
    background-color: #fff;
}
.message-block .chat-list li {
/*    margin-bottom: 3px;*/
/*    border-bottom: 1px solid #d2d2d2;*/
}
.message-block .chat-list li a {
    position: relative;
    display: block;
    padding: 15px 20px;
    color: #7a7f9a;
    transition: all .4s;
    border-top: 1px solid #f5f7fb;
    border-radius: 4px;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.chat-user-img {
    position: relative;
    margin-right: 10px;
    width: 41px;
    height: 41px;
    border-radius: 100%;
    border: 1px solid #BFBFBF;
    padding: 2px;
}
.chat-user-img img {
    height: 34px;
    overflow: hidden;
    border-radius: 100%;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.chat-user-img.online .user-status {
    background-color: #007aff;
}
.chat-user-img .user-status {
    width: 10px;
    height: 10px;
    background-color: #FF0057;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    right: 0;
    bottom: 0;
}
.media-body {
    overflow: hidden;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}
.chat-list .media-body h5, .chat-list .media-body p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 0;
}
.chat-list .media-body h5 {
    font-size: 20px;
    color: #171717;
}
.chat-list .media-body p {
    font-size: 14px;
}
.chat-list li a .chat-time span {
    display: block;
    font-size: 12px;
    color: #BBBBBB;
}
.chat-list li a .chat-time span ~ span {
    float: right;
    display: block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    background-color: #007aff;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    border-radius: 100%;
    margin-top: 3px;
}
.chat-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.chat-list li a {
    color: #7a7f9a;
}
.tabs-block .tab-content .right-block.message-col [class*="col-"]:last-child {
    border-left: 1px solid #D9D9D9;
    padding: 0;
}
.chat-header {
    background-color: #fff;
    padding: 15px;
    margin: 0;
}
.chat-header .img-block {
    width: 45px;
    height: 45px;
    float: left;
    margin-right: 15px;
    border-radius: 100%;
    border: 1px solid #BFBFBF;
    padding: 2px;
}
.chat-header .img-block img {
    height: 39px;
    overflow: hidden;
    border-radius: 100%;
}
.chat-header .chat-info {
    overflow: hidden;
}
.chat-header .chat-info h5 {
    padding-bottom: 0;
    font-size: 16px;
}
.chat-header .chat-info span {
    color: #C8C8C8;
    font-size: 12px;
}
.left-border {
    min-height: 875px;
}
.chat-list.conversation {
    padding: 15px;
    height: 875px;
    outline: currentcolor none medium;
}
.chat-list.conversation li {
    background-color: transparent;
}
.conversation-list {
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    padding: 0;
}
.chat-list .conversation-list .avatar {
    margin-right: 16px;
    float: left;
    border-radius: 100%;
    border: 1px solid #BFBFBF;
    padding: 2px;
    width: 40px;
    height: 40px;
}
.chat-content {
    overflow: hidden;
    padding: 0;
}
.conversation-name {
    color: #C8C8C8;
    font-size: 12px;
    margin-bottom: 3px;
}
.conversation-name {
    color: #7B7979;
    font-size: 12px;
}
.chat-list.conversation li.right .chat-wrap .conversation-name {
    color: #fff;
}
.chat-content .chat-wrap {
    background-color: #ebebeb;
    border-radius: 4px;
    padding: 5px 12px;
    margin-bottom: 0;
    display: inline-block;
}
.chat-content .chat-wrap p {
    padding-bottom: 0;
    font-size: 13px;
    color: #212121;
    line-height: 18px;
    margin-bottom: 0;
}
.chat-list.conversation li {
    background-color: transparent;
}
.tab-pane.fade.show.active {
    visibility: visible;
}
.chat-list.conversation li.right .conversation-list {
    text-align: right;
    width: 100%;
}

.chat-list.conversation li.right .conversation-list .chat-content {
    width: 100%;
    float: left;
}
.chat-content {
    overflow: hidden;
    padding: 0;
}
.chat-list.conversation li.right .chat-wrap {
    background-color: #007aff;
}
.chat-list.conversation li.right .chat-wrap p {
    color: #fff;
}
.chat-content .chat-wrap p {
    padding-bottom: 0;
    font-size: 13px;
    color: #212121;
    line-height: 18px;
}
.chat-list.conversation li.right .conversation-list .avatar {
    margin-left: 15px;
    margin-right: 0;
    overflow: hidden;
    float: none;
}
.chat-list .conversation-list .avatar {
    margin-right: 16px;
    float: left;
    border-radius: 100%;
    border: 1px solid #BFBFBF;
    padding: 2px;
    width: 40px;
    height: 40px;
}
.conversation-form {
    position: relative;
    margin-bottom: 0;
}
.conversation-form label {
    position: absolute;
    top: 0;
    width: 50px;
    height: 58px;
    overflow: hidden;
    cursor: pointer;
}
.conversation-form label::before {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    background-image: url("../images/attech-icon.svg");
    content: "";
    z-index: 1;
}
.conversation-form .attech-file {
    opacity: 0;
}
.conversation-form .form-control {
    padding-left: 55px;
    border: none;
    font-size: 14px;
    padding-right: 75px;
    height: 58px;
    background: #fff;
    color: #5D5D5D;
    border: 1px solid #B1B1B1;
    transition: all ease .4s;
    border-radius: 3px;
    appearance: none;
    width: 100%;
}
.conversation-form button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    padding: 13px 22px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    border-radius: 3px;
    display: inline-block;
    border: none;
}
.message-block .left-border {
    border-left: 1px solid #D9D9D9;
}

.welcome {
    text-align: center;
    height: 100%;
}
.welcome h2 {
    font-size: 36px;
    padding-bottom: 20px;
    font-weight: 700;
}
.welcome .img-block {
    position: relative;
    background-color: #ddd;
    border-radius: 100%;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    text-align: center;
    padding: 2px;
}
.welcome .img-block img {
    height: 146px;
    width: 147px;
    border-radius: 100%;
}
.welcome p {
    max-width: 40%;
    text-align: center;
    margin: 15px auto;
    font-size: 16px;
}
.welcome .user-status {
    width: 15px;
    height: 15px;
    background-color: #007AFF;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    right: 30px;
    bottom: 2px;
}
.welcome .table-wrap {
    display: table;
    width: 100%;
    height: 100%;
}
.welcome .align-wrap {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.search-block .name-info {
    list-style: none;
    padding: 0;
    margin: 0;
}
.search-block .name-info li {
    border: 1px solid #ddd;
    margin-top: -1px; 
    background-color: #f6f6f6;
    padding: 7px 12px;
    text-decoration: none;
    display: block
}
.search-block .name-info li a {
    color: #000;
    font-size: 18px;
    display: inline-block;
    width: 100%;
}
.customer-list .chat-list li {
    border-bottom: 1px solid #d2d2d2;
}
/*
Chat CSS End
*/


/* 19-04-2021 */
.select2cuscls .select2 .select2-selection {
  line-height: 22px!important;
}
.navbar-custom ul li.notification-list a {
  position: relative;
  display: inline-block;
  margin: 0 8px;
}
.navbar-custom ul li.notification-list a .noti-icon-badge {
  position: absolute;
  top: 8px;
  right: 0px;
  width: 18px;
  height: 18px;
  line-height: 12px;
  text-align: center;
  color: #fff;
  font-size: 11px;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  background-color: #007aff;
  border: 2px solid #fff;
  content: "";
  z-index: 1;
}


/*13-07-2021*/
.pro_video_sec td {
    padding: 0 15px 15px;
}
.pro_video_sec .add_row {
    float: right;
}
.pro_video_sec label {
    font-weight: 800;
}
.pro_video_sec .pro_video th {
    padding: 0 15px 10px;
}
.pro_video_sec .col-md-12 {
    padding: 0;
}
.pro_video_sec table {    
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}
.pro_video_sec .remove_row {
    float: right;
}
.pro_attr_sec td {
    padding: 0 15px 15px;
}
.pro_attr_sec label {
    font-weight: 800;
}
.pro_attr_sec .add_att_row {
    float: right;
    background-color: #28a745;
    color: #fff;
    padding: 3px 8px;
    margin-left: 5px;
}
.pro_attr_sec .col-md-12 {
    padding: 0;
}
.pro_attr_sec .pro_attribute th {
    padding: 0 15px 10px;
}
.pro_attr_sec .remove_row_att {
    float: right;
    background-color: red;
    color: #fff;
    padding: 3px 8px;
    margin-left: 5px;
}

.full_image_pop_scroll .croppie-container {
	overflow-x: auto;
}
.ingredient-btn {
    margin-bottom: 15px;
    font-size: 16px;
    padding: 6px 15px;
    border: 1px solid #000;
    outline: none;
    background-color: #417aff;
    min-width: 163px;
}
.ingredient-btn:hover {
    color: #fff;
}

.ingredient-data {
    margin-bottom: 15px;
    font-size: 16px;
    padding: 10px 15px;
    border: 1px solid #000;
    outline: none;
    background-color: #417aff;
    min-width: 163px;
}
span.select2.select2-container.select2-container--default {
    width: 100% !important;
}
.ingredient-data .fa-angle-down::before{
    display: inline-block;
    transition: 0.3s ease;
}
.ingredient-data[aria-expanded="true"] .fa-angle-down::before {
  transform: rotate(180deg);
}

.ingredient-btn .fa-angle-down::before{
    display: inline-block;
    transition: 0.3s ease;
}
.ingredient-btn[aria-expanded="true"] .fa-angle-down::before {
  transform: rotate(180deg);
}
.ingredient-box {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 15px;
}

.star {
  width: 150px;
  position: relative;
  color: #bdbdbd;
  z-index: 1;
}

.rating {
  overflow: hidden;
  white-space: nowrap;
  width: 70%;
}
.rating span {
  font-size: 30px;
  white-space: nowrap;
  overflow: hidden;
  color: gold;
}
.rating span:before {
  content: "☆☆☆☆☆";
  position: absolute;
  color: #bdbdbd;
  z-index: -1;
}

.select2-container .select2-selection--single {
    height: 44px;
    display: flex;
    align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
}
.select2-container--default .select2-selection--multiple {
    padding: 5px 10px 15px;
}
.box.bg-white.d-flex.flex-wrap.align-items-end.py-4 .form-group {
  margin-bottom: 15px;
}


.imgView {
  background-color: #040707;
  border: 1px solid #040707;
  border-radius: 100%;
  padding: 10px;
} 
.testInstructions {
    width: 100% !important;
    padding: 0 15px;
}
.addStep a {
    display: block;
}

@media screen and (max-width: 1366px) {
    .add-btn .btn {
        font-size: 14px !important;
    }
    .select2-container--default .select2-selection--multiple {
        height: auto;
    }
    .ingredient-box label {
        font-size: 13px;
    }
}

@media screen and (max-width: 1300px) {
    .add-btn .btn {
        font-size: 14px !important;
        padding: 10px 10px;
    }
    .add-btn .btn + .btn {
        margin-left: 5px;
    } 
    .card-body.widgets.p-3.d-flex.align-items-top {
        padding: 12px !important;
    }
    .text-muted.text-uppercase.font-weight-bold.small {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media screen and (max-width: 1199px) {
    .add-btn .btn {
        font-size: 12px !important;
        padding: 10px 5px;
    }
    .add-btn .btn + .btn {
        margin-left: 5px;
    }
    .select2-container .select2-selection--single {
        height: 39px;
    } 

}
 
@media screen and (max-width: 991px) {
    .add-btn .btn {
        font-size: 14px !important;
        padding: 10px 15px;
    }
    .add-btn .btn + .btn {
        margin-left: 15px;
    }
    .select2-container .select2-selection--single {
        height: 39px;
    } 
    
} 

@media screen and (max-width: 767px) {
    .form-group {
        margin-bottom: 15px;
    }
    .copyright {
        text-align: center;
        padding: 0 !important;
    }
    .main-content .page-title .breadcrumb {
        justify-content: flex-start;
    }
    .search-btn {
        margin-bottom: 15px;
    }
    #end-date {
        margin-bottom: 15px;
    }
    .form-group.mb-0.add-btn .btn {
      width: 100%;
      margin: 0 0 9px;
    }
    .btn.btn-primary.noIngredient {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 479px) {
    .add-btn .btn + .btn {
      margin-left: 0;
    }
    .add-btn .btn {
      margin-bottom: 15px;
    }
}

@media screen and (max-width: 359px) {
    .add-btn .btn {
        width: 100%;
    }
}