.portal-logo {
    width: 300px;
    padding: 20px;
}

.portal-btn {
    border-radius: 25px;
    background-color: #78be20;
    border-color: #78be20;
    width: 100%;
    color: #fff;
}

.portal-btn:hover {
    border-radius: 25px;
    background-color: #78be20;
    border-color: #78be20;
    width: 100%;
    color: #fff;
}

.portal-btn:focus {
    border-radius: 25px;
    background-color: #78be20;
    border-color: #78be20;
    width: 100%;
    color: #fff;
}

.form-control {
    border-radius: 25px;
}

.form-control:focus {
    border-color: #78be20 !important;
    outline: none;
}

a:hover {
    color: #78be20;
}

.validation-error-label {
    font-size: 13px;
    color: red;
    font-weight: 400;
    padding-left: 10px;
    margin-bottom: 0px;
}

.header-logo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #78be20;
}

.logo {
    background-color: #78be20;
    color: #fff;
    border-bottom: 0 solid transparent;
    padding-top: 10px;
}

.logo-size {
    width: 30px;
    height: 30px;
}

.navbar .navbar-custom-menu {
    margin-top: 10px;
    margin-right: 15px;
}

.navbar .navbar-custom-menu a {
    margin-right: 7px;
}

.sidebar .sidebar-menu li a img {
    width: 26px !important;
    padding-bottom: 10px;
    display: block;
    margin: 0 auto;
}

aside {
    background-color: black;
}

.sidebar ul li {
    background-color: #494949;
    border-bottom: 1px solid black;
}

.skin-green .main-sidebar, .skin-green .left-side {
    background-color: black !important;
}

.sidebar ul li:hover {
    background-color: #78be20;
}

.content-wrapper {
    background-color: #fff;
}

#contact .content-header .row .col-lg-10 {
    padding-top: 5px;
}

#card.row {
    padding: 20px;
}

#csv.row {
    padding: 0 5px;
}

@media only screen and (max-width: 425px) {
    #contact .content-header .row .col-lg-10 {
        padding-top: 15px;
    }
}

.cardHolder {
    width: 60px;
}

.socialRow input[type="text"] {
    border-radius: 0px 25px 25px 0px !important;
}

.radius-right {
    border-radius: 0px 25px 25px 0px !important;
}

.radius-left {
    border-radius: 25px 0px 0px 25px !important;
}

.setting-image {
    width: 128px;
    height: 122px;
}

@media screen and (min-width: 767px) {
    .setting-image {
        margin: 0 auto;
    }
}

.setting-btn-padd {
    padding-top: 15px;
}

.font-size {
    font-size: 20px;
}

.top-margin {
    margin-top: 15px;
}

#profilePic.top-margin {
    margin-top: 10px;
}

.margin-top {
    margin-top: 15px;
}

.not_allowed {
    cursor: not-allowed;
}

.content-wrapper {
    background-color: #fff !important;
}

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

.select2-container--default .select2-selection--single {
    border-radius: 25px !important;
}

#deleteProfile, #previewProfile {
    padding-top: 10px;
}

.border-radius-btn {
    border-radius: 25px !important;
}

.preview {
    margin-bottom: 0px;
}

#deleteProfile .btn-primary {
    background-color: transparent !important;
    color: #999999 !important;
    border: 1px solid #999999 !important;
}

#deleteProfile .btn-primary:hover {
    background-color: #999999 !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}

#previewProfile .btn-primary {
    background-color: transparent !important;
    color: #999999 !important;
    border: 1px solid #999999 !important;
}

#previewProfile .btn-primary:hover {
    background-color: #999999 !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}

.socialImg {
    width: 40px;
}

.socialSection {
    margin-top: 20px !important;
}

#contactDetail.content-wrapper {
    padding-top: 20px;
}

.portal-textarea {
    margin-top: 10px;
    margin-bottom: 10px;
    resize: none;
    width: 100%;
}

.card_share {
    border-bottom: 1px solid #ccc
}

.padd-bottom {
    padding-bottom: 20px !important;
}

.padd-top {
    padding-top: 20px !important;
}

.main-header .sidebar-toggle {
    background-color: #78be20;
    padding: 20px 15px;
    height: 72px !important;
}

.main-header .sidebar-toggle:hover {
    background-color: #78be20;
    padding: 20px 15px;
    height: 72px !important;
}

.icon_social {
    width: 40px;
}

.skin-red .main-header .navbar {
    background-color: #fff;
}

/*.skin-red .wrapper, .skin-red .main-sidebar, .skin-red .left-side {
    background-color: black;
}*/

.main-header .navbar {
    margin-bottom: -2px !important;
}

.skin-red .sidebar-menu > li:hover > a, .skin-red .sidebar-menu > li.active > a, .skin-red .sidebar-menu > li.menu-open > a {
    background-color: #78be20 !important;
}

.fa_icon {
    padding-left: 10px;
    font-size: 20px;
    padding-top: 5px;
}

.calender_border_bottom {
    border-bottom: 1px solid #CCC !important;
}

.contactEmail {
    color: dodgerblue;
}

.contactEmail:hover {
    color: #78be20;
}

/*  CRM Switch  */

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #78be20;
}

input:focus + .slider {
    box-shadow: 0 0 1px #78be20;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.social-Portal {
        float: left;
    /* padding: 10px; */
    width: 60px;
    border: 2px solid white;
    /* border-radius: 50%; */
    margin: 5px 4px 0px -27px;
}

.wrapping {
    /*font-weight: 900 !important;*/
    /*font-family: 'SFUI-Bold' !important;*/
    word-wrap: break-word;
}

.thumblr input[type="text"] {
    border-radius: 25px 0 0 25px !important;
}

.crm {
    width: 120px;
}

#crmForm .col-lg-4 {
    padding-top: 50px;
}

#hubspotForm img {
    padding-top: 20px;
}

#hubspotForm .col-lg-4 {
    padding-top: 30px;
}

textarea {
    resize: none;
}

.facebook-login {
    color: #fff !important;
    background-color: #3B5998 !important;
    border-radius: 25px !important;
}

.facebook-login i {
    font-size: 16px;
}

#contact_address img {
    padding-top: 5px;
}

#theme_list {
    height: 400px;
    overflow-y: scroll;
}

.add-theme {
    height: 104px;
    width: 104px;
    margin-top: 8px;
}

.select_all_padd {
    padding-top: 7px;
}

.trash_icon {
    position: absolute;
    right: 5px;
}
@media screen and (min-width: 992px) {
    .modal-md {
        width: 600px !important;
    }
}

.selected_theme {
    border: 1px solid black;
    padding: 5px;
}

.li_disable {
    background-color: #494949 !important;
    border-bottom: 1px solid black !important;
    opacity: 0.7;
}

#address_icon {
    padding-top: 5px;
}

.li_bottom {
    margin-bottom: 10px;
}

.contact_ul ul {
    padding-inline-start: 20px !important;
}

.card_preview_fluid {
    padding: 0px !important;
    height: 370px;
    background-image: url(../images/backgraund-1.jpeg);
    background-size: cover;
}

.card_preview_fluid::-webkit-scrollbar {
    display: none;
}

.blue_a {
    color: blue;
}

.blue_a:hover, .blue_a:focus, .blue_a:active {
    color: blue;
}

.socialSection .input-group {
    width: 100%;
}

/*
.social {
    font-size: 15px
}
*/

.margin-20 {
    margin-top: 20px;
}

.sync_btn {
    color: #78be20;
}

.sync_btn > a:hover, .sync_btn > a:active, .sync_btn > a:focus, .sync_btn > a:visited {
    color: #78be20 !important;
}

.inapp_image {
    width: 65%;
}

.android_image {
    width: 60%;
}

.d-flex {
    display: flex;
}

.contact-options {
    padding-right: 10px;
    align-items: center;
}

@media screen and (min-width: 200px) {
    .d-flex-direction {
        flex-direction: column;
    }

    .contact-options {
        padding-right: 10px;
        align-items: flex-start;
    }
}

@media (max-width: 768px) {

    #csv .col-lg-2 {
        padding-bottom: 15px;
    }

    #csv .col-lg-6 {
        padding-bottom: 15px;
        text-align: center;
    }

    #flexItem .col-lg-4 {
        padding-bottom: 15px;
    }

    #cardForm .col-lg-4 {
        padding-bottom: 15px;
    }

    #cardForm .input-basic-alter {
        padding-bottom: 5px;
    }

    #cardForm #profilePic {
        padding-top: 5px;
    }

    .inapp_image {
        width: 100%;
    }

    .android_image {
        width: 80%;
        text-align: center;
    }

    #theme_list_modal .col-lg-4 {
        padding-bottom: 15px;
    }

    #theme_add_modal .col-lg-4 {
        padding-bottom: 15px;
    }

    #contactForm .col-lg-4 .input-basic-alter {
        padding-bottom: 10px;
    }
}

/*gradient box design*/

.gradient-box {
    height: 128px;
    width: 128px;
}
@media screen and (min-width: 320px) and (max-width: 991px) {
    .gradient-box {
        margin: 0 auto;
    }
}
@media screen and (min-width: 320px) and (max-width: 375px) {
    .gradient-box {
        height: 72px;
        width: 72px;
        margin: 0 auto;
    }
}
@media screen and (min-width: 376px) and (max-width: 575px) {
    .gradient-box {
        height: 96px;
        width: 96px;
        margin: 0 auto;
    }
}
@media screen and (min-width: 320px) and (max-width: 992px) {
    .feature-note {
        font-size: 18px;
    }
    #scheduler {
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .search-contact {
        margin-top: 10px;
    }
}

