/*
Template Name: Dashtreme Admin
Author: CODERVENT
Email: codervent@gmail.com
File: app-style
*/

/*  
  - Google Font
  - General
  - Menu Sidebar Wrapper
  - Page Content Wrapper
  - Color Switcher
  - Topbar Header
  - Dropdown Menu
  - User Details
  - Logo
  - SearachBar
  - Cards
  - Modals
  - Buttons
  - Calendar
  - Icons
  - Widgets
  - Forms
  - Tables
  - Alerts
  - Badges
  - Paginations
  - List Groups
  - Nav Tabs & Pills
  - Accordions
  - Progress Bars
  - Background Colors
  - Borders
  - Text colors
  - Shadows
  - CheckBoxes & Radios
  - Authentication
  - Pricing Tables
  - Responsive
*/

/* Google Font*/

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');

@import url('https://fonts.cdnfonts.com/css/poppins');


/* General */
:root {
    --corabMainRed: #D22730;
    --corabMainRedLighter: #f65b64;
    --corabMainRedDarker: #a9151d;
    --corabMainBlack: #260000;
    --corabBackground: rgba(210, 39, 48, 0.15);
    --corabMainGray: rgb(111,116,118);
    --corabMainGrayTransparent: rgba(111,116,118,0.3);
    --corabGrayBorder: rgba(160, 160, 160, 0.51);
}

html {
    font-family: 'Poppins', serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent

}

html{
    height: 100%;
}


@-ms-viewport {
    width: device-width
}

body {
    background-color: #eff1f9;
    font-family: 'Poppins', serif;
    font-size: 15px;
    color: #717171;
    letter-spacing: .5px;
}
[tabindex="-1"]:focus {
    outline: 0!important
}

::placeholder {
    color: #9c9c9c !important;
    font-size: 13px;
    opacity: .5 !important; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #9c9c9c !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #9c9c9c !important;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: rgba(0, 0, 0, 0.84);
}
.h1, h1 {
    font-size: 48px;
    line-height: 52px;
}
.h2, h2 {
    font-size: 38px;
    line-height: 42px;
}
.h3, h3 {
    font-size: 30px;
    line-height: 34px;
}
.h4, h4 {
    font-size: 24px;
    line-height: 28px;
}
.h5, h5 {
    font-size: 18px;
    line-height: 22px;
}
.h6, h6 {
    font-size: 14px;
    line-height: 18px;
}

.display-1 {
    font-size: 6rem
}
.display-2 {
    font-size: 5.5rem
}
.display-3 {
    font-size: 4.5rem
}
.display-4 {
    font-size: 3.5rem
}
.line-height-0{
    line-height:0;
}
.line-height-5 {
    line-height: 5px;
}

.line-height-10 {
    line-height: 5px;
}

.demo-heading{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: .25rem;
    color: #615f5f;
}


code {
    font-size: 87.5%;
    color: #4683fd;
    word-break: break-word;
}
.blockquote-footer{
    color: #615f5f;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin-top: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}
p {
    margin-bottom: .65rem
}
:focus {
    outline: 0!important
}
a {
    color: var(--corabMainBlack);
    outline: none!important
}

a:hover{
    color: var(--corabMainRed);
    text-decoration: none;
}

a.text-muted:focus, a.text-muted:hover {
    color: #748690;
}
hr {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.small, small {
    font-size: 75%;
    font-weight: 400;
}
.small-font{
    font-size:14px;
}
.extra-small-font{
    font-size:12px;
}
.breadcrumb-item.active {
    color: #615f5f;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #615f5f;
}

.row{
    margin-right: -12.5px;
    margin-left: -12.5px;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto{
    padding-right: 12.5px;
    padding-left: 12.5px;
}


/* Menu Sidebar Wrapper */
#wrapper{
    width:100%;
    position: relative;
}

#sidebar-wrapper {
    background-color: #ffffff;
    position: fixed;
    top: 60px;
    left: 0px;
    z-index: 1000;
    overflow: hidden;
    width: 250px;
    height: calc(100% - 60px);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    box-shadow: 0 5px 15px rgba(57, 98, 254, 0.02), 0 3px 6px rgba(117, 108, 254, 0.12);
}


/* metismenu*/

#sidebar-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
    background: transparent;
}

#sidebar-wrapper .metismenu {
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#sidebar-wrapper .metismenu li + li {
    margin-top: 5px;
}

#sidebar-wrapper .metismenu li:first-child {
    margin-top: 5px;
}
#sidebar-wrapper .metismenu li:last-child {
    margin-bottom: 5px;
}


#sidebar-wrapper .metismenu > li {
    /*-webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}
#sidebar-wrapper .metismenu a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 10px 15px;
    font-size: 15px;
    color: var(--corabMainBlack);
    outline-width: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    letter-spacing: .5px;
    border: 1px solid rgba(0, 0, 0, 0);
    transition: all .3s ease-out;
}

#sidebar-wrapper .metismenu a .parent-icon{
    font-size: 22px;
    line-height: 1;
}

#sidebar-wrapper .metismenu a .menu-title{
    margin-left:12px;
}

#menu > li.mm-active > a .badge-danger, #menu .mm-show > li.mm-active > a > span.badge-danger {
    color: var(--corabMainRed);
    background: white;
}

.navbar-nav button.waves-light:not([value='delete']) {

}

.btn.btn-light.waves-effect.waves-light {
    padding: 6px 6px;
    font-size: 10px;
}

.btn.btn-light.waves-effect.waves-light:hover {
    color: black;
}

.btn.cp-main-button {
    color: var(--corabMainRed);
    background: white;
    border: 1px solid var(--corabMainRed);
}

.btn.cp-main-button:hover {
    background: var(--corabMainRed);
    color: white;
    border: 1px solid var(--corabMainRed);
}

.btn.cp-main-button-inverse {
    color: white;
    background: var(--corabMainRed);
    border: 1px solid white;
}

.btn.cp-main-button-inverse:hover {
    color: var(--corabMainRed);
    background: white;
    border: 1px solid var(--corabMainRed);
}


.dark {
    color: var(--corabMainBlack) !important;
    border-color: var(--corabMainBlack) !important;
}

.dark:hover {
    color: white !important;
    background: var(--corabMainBlack) !important;

}

a.top-link:hover {
    cursor: pointer;
}


input.form-control[type="search"] {
    height: 32px;
    width: 150px;
    font-size: 12px;
}

.btn-inverse-primary-corab.btn-thin {
    width: 90px;
}

.KBRowTitle .badge-danger {
    color: var(--corabMainBlack);
    background-color: white;
}

.KBRowTitle {
    color: white !important;
}

.KBRowTitle .badge-secondary {
    background: white;
    color: var(--corabMainBlack);
}

.KanBanRowTitle {
    font-weight: bolder;
}


#sidebar-wrapper .metismenu ul a {
    padding: 7px 15px 7px 15px;
    font-size: 14px;
    border: 0;
}

.navbar-expand-xl a {
    color: var(--corabMainBlack);
}

.navbar-expand-xl a:hover {
    color: var(--corabMainRed);
}

div .card-body .navbar-expand-xl {
    padding: 0;
}

.nav-span {
    font-size: 11px;
    font-weight: bold;
    padding-bottom: 2px;
}

.tui-full-calendar-popup-container {
    font-weight: normal;
}

.navbar-text a {
    color: var(--corabMainBlack) !important;
}

.navbar-text a:hover {
    color: var(--corabMainRed) !important;
}



#Nav .nav-link .active {

}

.top-link {
    color: var(--corabMainRed) !important;
    padding: 5px 40px;
    border: 2px solid var(--corabMainRed);
    border-radius: 25px;
    font-size: 16px;
    line-height: 25px;
}

.cp-add-element-button {
    padding: 5px 20px;
}

.top-link:hover, .cp-element-options-button-right:hover {
    color: white !important;
    background: var(--corabMainRed);
}

.btn-primary-corab {
    background: var(--corabMainRed);
    color: white;
}

.btn-primary-corab:hover {
    color: white;
}

.btn-outline-primary-corab {
    background: white;
    color: var(--corabMainRed);
    border: 1px solid var(--corabMainRed);
}

.btn-outline-primary-corab:hover {
    color: white;
    background: var(--corabMainRed);
}

.btn-outline-close-corab {
    background: white;
    color: black;
    border: 1px solid black;
}

.btn-outline-close-corab:hover {
    color: white;
    background: black;
}

.btn-outline-primary-corab2 {
    background: white;
    color: var(--corabMainRed);
    border: 1px solid var(--corabMainRed);
}

#business-client-button {
    color: var(--corabMainRed);
}

#business-client-button:hover {
    color: white;
}

.btn-outline-primary-corab2:hover {
    color: white;
    background: var(--corabMainRed);
    border: 1px solid white;
}

.btn-primary-lighter-corab {
    background: var(--corabMainRedLighter);
    color: white;
}

.btn-primary-lighter-corab:hover {
    color: white;
}

.btn-inverse-primary-corab {
    background: #ec1b2454;
    color: var(--corabMainRed) !important;
}
.btn-inverse-primary-corab:hover {
    background: #ec1b2454;
    color: var(--corabMainRed);
}

.btn-outline-primary-lighter-corab {
    background: white;
    color: var(--corabMainRedLighter);
    border: 1px solid var(--corabMainRedLighter);
}

.btn-outline-primary-lighter-corab:hover:enabled {
    color: white;
    background: var(--corabMainRedLighter);
}

.btn-outline-primary-lighter-corab:hover:disabled {
    color: var(--corabMainRedLighter);
}

.nav-item .user-profile {
    color: var(--corabMainRed);
}

.nav-item .user-profile:hover {
    color: var(--corabMainBlack);
}

.zmdi-menu {
    color: var(--corabMainRed)
}

.zmdi-menu:hover {
    color: var(--corabMainBlack)
}

#sidebar-wrapper .metismenu ul a i {
    margin-right:12px;
}
#sidebar-wrapper .metismenu ul {
    border: 1px solid rgba(0, 0, 0, 0.12);
}
#sidebar-wrapper .metismenu ul ul a {
    padding: 8px 15px 8px 30px;
}

#sidebar-wrapper .metismenu ul ul ul a {
    padding: 8px 15px 8px 45px;
}
#sidebar-wrapper .metismenu a:hover {
    color: var(--corabMainRed);
    background: white;
}

#sidebar-wrapper .metismenu a:focus,
#sidebar-wrapper .metismenu a:active,

#sidebar-wrapper .metismenu .mm-active > a {
    color: white;
    text-decoration: none;
    background: var(--corabMainRed);
}

.menu-label{
    padding: 20px 15px 5px 5px;
    color: #b0afaf;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.metismenu .has-arrow:after {
    position: absolute;
    content: "";
    width: .50em;
    height: .50em;
    border-style: solid;
    border-width: 1.2px 0 0 1.2px;
    border-color: initial;
    right: 15px;
    transform: rotate(-45deg) translateY(-50%);
    transform-origin: top;
    top: 50%;
    transition: all .3s ease-out;
}


@media screen and (min-width: 1025px) {

    #wrapper.toggled:not(.sidebar-hovered) #sidebar-wrapper{
        width: 70px;
    }

    #wrapper.toggled:not(.sidebar-hovered) .content-wrapper{
        margin-left: 70px;
    }

    #wrapper.toggled:not(.sidebar-hovered) .toggle-menu{
        margin-left: 190px;
    }

    #wrapper.toggled:not(.sidebar-hovered) #sidebar-wrapper .metismenu a{
        justify-content: center;
        border: 1px solid rgba(0, 0, 0, 0.12);
    }

    #wrapper.toggled:not(.sidebar-hovered) .brand-logo {
        width: 200px;
        justify-content: center;
    }

    #wrapper.toggled:not(.sidebar-hovered) .logo-text {
        display:none;
    }

    #wrapper.toggled:not(.sidebar-hovered) #sidebar-wrapper .metismenu .menu-title{
        display:none;

    }

    #wrapper.toggled:not(.sidebar-hovered) #sidebar-wrapper .metismenu .badge{
        display:none;

    }

    #wrapper.toggled:not(.sidebar-hovered) #sidebar-wrapper .metismenu li ul{
        display:none;
    }

    #wrapper.toggled:not(.sidebar-hovered) #sidebar-wrapper .metismenu li.menu-label{
        display:none;
    }

    #wrapper.toggled:not(.sidebar-hovered) #sidebar-wrapper .metismenu .has-arrow:after{
        display:none;
    }

}


/* Page Content Wrapper */
.content-wrapper {
    margin-left: 250px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 70px;
    overflow-x: hidden;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

/*----------------Color Switcher----------------*/

.right-sidebar{
    width: 260px;
    height: 100%;
    max-height: 100%;
    position: fixed;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: -300px;
    z-index: 999;
    text-align:center;
    padding:10px;
    background: #ffffff;
    box-shadow: 0 16px 38px -12px rgba(0,0,0,.56), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.switcher-icon{
    width: 40px;
    height: 40px;
    line-height:40px;
    background: #000;
    text-align:center;
    font-size:22px;
    color:#fff;
    cursor: pointer;
    display: inline-block;
    box-shadow: 0 16px 38px -12px rgba(0,0,0,.56), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
    position: fixed;
    right: 0;
    top: 15rem;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.right-sidebar.right-toggled{
    right: 0px;
}
.right-sidebar.right-toggled .switcher-icon{
    right: 260px;
}

.bg-theme{
    background-size: 100% 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    transition: background .3s;
}

.switcher {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-left: 20px;
}
.switcher li {
    float: left;
    width: 85px;
    height: 75px;
    margin: 0 15px 15px 0px;
    border-radius: 4px;
    border: 0px solid black;
}


#header1,#theme1 {
    background-image: linear-gradient(45deg, #0a151f, #232e3a);
    background-size: 100% 100%;
    background-position: center;
    transition: background .3s;
}
#header2,#theme2 {
    background-image: linear-gradient(45deg, #0312c4, #0350c5);
    background-size: 100% 100%;
    background-position: center;
    transition: background .3s;
}
#header3,#theme3 {
    background-image: linear-gradient(45deg, #D84315, #F57C00);
    background-size: 100% 100%;
    background-position: center;
    transition: background .3s;
}
#header4,#theme4 {
    background-image: linear-gradient(45deg, #4A148C, #6A1B9A);
    background-size: 100% 100%;
    background-position: center;
    transition: background .3s;
}
#header5,#theme5 {
    background-image: linear-gradient(45deg, #c70350, #bb0a46);
    background-size: 100% 100%;
    background-position: center;
    transition: background .3s;
}
#header6,#theme6 {
    background-image: linear-gradient(45deg, #0c675e, #069e90);
    background-size: 100% 100%;
    background-position: center;
    transition: background .3s;
}

.bg-theme1 {
    background-image: linear-gradient(45deg, #0a151f, #232e3a)!important;
}
.bg-theme2 {
    background: linear-gradient(45deg, #0312c4, #0350c5)!important;
}
.bg-theme3 {
    background-image: linear-gradient(45deg, #D84315, #F57C00)!important;
}
.bg-theme4 {
    background-image: linear-gradient(45deg, #4A148C, #6A1B9A)!important;
}
.bg-theme5 {
    background-image: linear-gradient(45deg, #c70350, #bb0a46)!important;
}
.bg-theme6 {
    background-image: linear-gradient(45deg, #0c675e, #069e90)!important;
}


/* Topbar Header */

.topbar-nav .navbar {
    height: 60px;
}
.cp-available-leads-wrapper {
    height: 917px;
    overflow: auto;
    padding-top: 0;
}

.coti-available-leads-wrapper {
    padding-top: 0;
}

.kb-col > span {
    font-size: 10px; font-weight: bold; font-style: italic; color: gray; float: right; line-height: 21px;
}

.cp-filters-container {
    display: contents;
}

.cp-search-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 4px;
    margin-right: 20px;
}
.cp-filters-wrapper {
    margin-left: 0;
}

.cp-menu-toggler-title {
    display: none;
}

.cp-view-type-wrapper {
    margin: 0 20px;
}

.cp-filter-menu {
    position: absolute !important;
}

.cp-filetable-name {
    width: 20%;
}

.cp-filetable-type {
    width: 30%;
}

.cp-filetable-description {
    width: 50%;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
    background-color: var(--corabMainRed) !important;
    border-color: var(--corabMainRed) !important;
    box-shadow: 0 7px 30px var(--corabMainRed) !important;
}

.cp-offer-preparation-title-container {
    padding:10px;
    width: 60%;
    text-align: center;
    margin: auto;
}

.cp-offer-preview-title {
    text-align: center;
    margin-bottom: 20px;
}

#cp-offer-preview-header-client-data {
    text-align: center;
    text-decoration: underline;
    margin-bottom: 20px;
}

.cp-offer-pdf-preview {
    background-color: white;
    color: black;
    padding: 50px;
    margin: 10px 250px;
    border: 1px solid #0000001c;
}

.cp-offer-contractor-options-table {
    font-size:70%;
    margin-bottom: 20px;
}

.cp-offer-contractor-margins-table {
    font-size:100%;
    margin-bottom: 20px;
}

#cp-offer-contractor-options-title-textarea {
    height: 38px;
    max-height: 100px;
    min-height: 38px;
}

.cp-offer-contractor-margins-table-td {
    padding: 0 20px 0 20px;
}

.cp-knowledge-base-article-category {
    font-size: 18px;
    font-weight: 500;
}

.cp-settings-main-title {
    text-align: center;
}

.cp-settings-province-header, .cp-settings-county-header {
    text-align: center;
}

.cp-settings-province-checkbox-container, cp-settings-county-checkbox-container {
    margin-right: 0;
    margin-left: 0;
}

.cp-settings-select-all-counties {
    float: right;
    margin-right: 20px;
    line-height: 30px;
}

.cp-settings-no-county-selected-text {
    text-align: center;
}

.cp-crm-installations-filter-date-label {
    font-size: 10px;
}

.cp-crm-installations-filter-container {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-top: 1px solid rgba(153, 162, 176, 0.6);
    border-bottom: 1px solid rgba(153, 162, 176, 0.6);
}

.content-wrapper {
    margin-top: 61px;
}

.cp-offer-preview-no-data-title {
    text-align: center;
}

.cp-filter-container {
    display: inline-flex;
    vertical-align: middle;
    flex-direction: column;
}

.cp-filter-label {
    font-size: 9px;
}

.cp-filter-header-container {
    text-align: center;
    margin-bottom: 0 !important;
    border-bottom: 1px solid var(--corabMainGrayTransparent);
}

.cp-filter-container .dropdown-toggle, .cp-filter-container .cp-filter-clear-button {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}


#navbarSupportedContent2 {
    justify-content: space-between !important;
}

.cp-div-framed {
    margin: 20px 10px;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid var(--corabGrayBorder);
    position: relative;
    background-color: #fff;
}

.cp-div-framed-table-container {
    overflow-x: auto;
}

.cp-div-label {
    font-size: 14px;
    text-transform: none;
    position: absolute;
    top: -10px;
    left: 12px;
    padding: 0 6px;
    background-color: #fff;
    z-index: 2;
    transition: color .3s ease-out;
}


.form-control.cp-search-input {
    font-size: 10px;
    width: 100px;
}

/* RESPONSIVE */

@media screen and (max-width: 1600px) {
    .calc-label {
        font-size: 10px;
    }

    .cp-knowledge-base-article-category {
        font-size: 14px;
        margin-top: 10px;
    }


    .top-link.cp-add-element-button {
        padding: 5px 10px;
        font-size: 13px;
    }
}

@media screen and (max-width: 1420px) {
    input.form-control[type="search"] {
        width: 150px;
    }

    .cp-offer-contractor-margins-table {
        font-size: 12px !important;
    }

    #calcSummaryContainer button {
        font-size: 9px;
    }

    .cp-offer-pdf-preview {
        margin: 10px 100px;
    }

    #calcSummaryContainerBox {
        width: 21% !important;
        font-size: 11px;
    }

    #calcSummaryContainerBox h4 {
        font-size: 14px;
    }

    .top-link {
        padding: 5px 10px;
    }

    .top-link.cp-add-element-button {
        font-size: 12px;
    }

    .form-control.cp-search-input {
        font-size: 10px;
        width: 100px;
    }

    .lsystemtable {
        white-space: normal !important;
        font-size: 9px;
    }

    .cp-table-button {
        margin-bottom: 10px;
    }

    .cp-add-element-button {
        text-align: center;
    }

    .row.justify-content-around .icheck-material-primary.icheck-inline {
        width: 100%;
        text-align: center;
    }
}


@media screen and (max-width: 1199px) {
    .cp-top-nav a.top-link {
        font-size: 12px;
    }


    .cp-crm-lead-add-installation-details-container {
        padding-right: 10px !important;
    }

    .cp-knowledge-base-article-category {
        font-size: 12px;
    }

    .cp-offer-contractor-options-input-postfix, .cp-offer-contractor-options-input {
        font-size: 11px;
    }

    .cp-offer-pdf-preview {
        margin: 10px 50px;
    }

    #calcSummaryContainerBox {
        font-size: 9px;
    }

    #calcSummaryContainerBox h4 {
        font-size: 13px;
    }

    .cp-offer-preview-container {
        border-right: none !important;
    }

    #cp-offer-preview-header-client-data {
        border-top: 1px solid var(--corabMainGrayTransparent);
        padding-top: 10px;
        margin-top: 10px;
    }

    .cp-offer-preview-title {
        margin-top: 20px;
        font-size: 14px;
    }


    .navbar-nav a.top-link {
        text-align: center;
        width: 100%;
        margin-top: 5px;
    }

    .cp-view-type-button {
        width: 31%;
    }

    .cp-add-element-button {
        width: 100%;
        text-align: center;
        margin: 10px;
    }

    .navbar-expand-xl {
        padding: 5px !important;
    }

    .cp-menu-toggler-title {
        display: inline-block;
        font-size: 14px;
        color: black;
    }

    .navbar-collapse.show {
        border-top: 1px dotted #a5a2a2;
    }

    li.nav-item {
        border-bottom: 1px solid white;
    }

    .filter-form {
        flex-direction: column;
    }

    .cp-view-type-buttons-wrapper {
        justify-content: space-between;
    }
}

@media screen and (max-width: 991px) {

    .content-wrapper {
        margin-top: 110px;
    }

    .cp-top-nav a.top-link.md-w-30 {
        width: 30%;
    }

    .cp-top-nav a.top-link.md-w-50 {
        width: 48%;
    }

    .cp-top-nav a.top-link {
        white-space: nowrap;
        font-size: 14px;
        line-height: 30px;
        padding: 0;
        margin-bottom: 5px;
    }

    .cp-offer-pdf-preview {
        margin: 10px 0;
    }

    #calcSummaryContainerBox {
        font-size: 8px;
    }

    #calcSummaryContainerBox button {
        font-size: 9px;
    }

    .topbar-nav .navbar a {
        width: 100%;
        text-align: center;
    }

    .topbar-nav .navbar {
        height: auto;
        padding: 15px !important;
    }

    .cp-available-leads-wrapper {
        overflow: hidden;
        height: 100%;
    }
}

@media screen and (max-width: 768px) {
    .cp-available-leads-wrapper {
        padding-right: 2px;
        padding-left: 2px;
    }

    .cp-available-leads-row, .cp-available-leads-header {
        font-size: 7px !important;
        padding-right: 1px;
        padding-left: 1px;
    }

    .cp-offer-contractor-margins-table-td input {
        padding: 0 5px 0 5px;
    }

    .cp-offer-preview-no-data-title h4 {
        font-size: 16px;
        margin-top: 10px;
    }

    .cp-offer-preview-no-data-title h5 {
        font-size: 13px;
    }

    .cp-top-nav a.top-link {
        white-space: nowrap;
        font-size: 10px;
        line-height: 30px;
        padding: 0;
        margin-bottom: 5px;
    }

    .cp-crm-installations-filter-date-container {
        margin-bottom: 10px;
    }

    .cp-crm-installations-filter-container {
        border-top: none;
        padding-top: 0;
    }

    .cp-crm-installations-filter-date-label {
        text-align: center;
        margin-top: 10px;
    }

    #noteContainerBody #accordion {
        overflow-x: scroll;
    }

    .cp-settings-no-county-selected-text {
        font-size: 11px;
    }

    .cp-settings-select-all-counties {
        font-size: 10px;
        line-height: 21px;
    }

    .cp-settings-province-counties-container button {
        font-size: 9px !important;
        padding: 5px 0 !important;
    }

    .cp-settings-province-checkbox-container i, .cp-settings-county-checkbox-container i {
        font-size: 22px !important;
    }

    .cp-settings-province-button-container button, .cp-settings-county-button-container button {
        font-size: 9px;
        padding: 5px 0 !important;
    }

    .cp-settings-province-container, .cp-settings-county-container {
        padding: 10px !important;
    }

    .cp-settings-province-header, .cp-settings-county-header {
        font-size: 13px;
    }


    .cp-settings-main-title {
        font-size: 14px;
    }

    .cp-offer-contractor-options-input-postfix {
        font-size: 9px;
        padding: .375rem 0;
    }

    .cp-offer-contractor-margins-table {
        font-size: 10px;
    }

    #cp-offer-contractor-options-status-label{
        padding-left: 10px;
    }

    #cp-offer-contractor-options-title-textarea {
        min-height: 28px;
        height: 28px;
    }

    .cp-offer-contractor-options-input {
        font-size: 9px;
    }

    .cp-offer-contractor-options-add-button {
        padding: 2px !important;
        font-size: 9px !important;
    }

    .cp-offer-contractor-options-label {
        font-size: 9px;
    }

    .cp-row-md {
        display: none;
    }

    #calcSummaryContainerBox {
        width: 100% !important;
        margin-right: 8px !important;
        font-size: 12px;
    }

    #calcSummaryContainerBox h4 {
        font-size: 20px;
    }

    #calcSummaryContainer {
        position: relative;
    }

    .cp-offer-preparation-title-container {
        width: 100%;
    }

    .cp-offer-view-search-prepend {
        display: none;
    }

    .input-group .search-arrow-back {
        display: none;
    }

    .calc-label.higher, .calc-label.higher-sm {
        top: -1.3ex !important;
    }

    .calc-label {
        top: 1.1ex !important;
    }

    .calc-label {
        font-size: 8px !important;
    }


    .cp-client-type-header {
        margin: 10px;
        display: block;
        width: 100%;
        text-align: center;
    }

    .cp-back-to-client-selection-button {
        width: 100%;
    }

    .cp-filters-li {
        width: 100%;
    }

    .cp-element-files-container-input {
        margin-bottom: 5px;
    }

    .cp-element-files-container {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid var(--corabMainGrayTransparent);
    }

    .cp-element-submenu {
        width: 100%;
        text-align: center;
    }

    .cp-element-submenu-content {
        width: 100%;
    }

    .cp-element-options-button {
        margin-right: 1px;
        display: flex !important;
        align-items: center;
        justify-content: space-around;
        min-width: 100px;
    }

    .cp-element-options-button-right {
        min-width: 90px;
        margin-right: 1px;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .cp-view-type-buttons-wrapper {
        margin-right: 5px;
    }

    .top-link {
        padding: 5px 40px;
    }

    .cp-filters-wrapper {
        margin-left: 0;
    }

    .cp-search-wrapper {
        margin: 10px 10px 20px 10px;
    }

    .cp-filters-container {
        display: block;
        padding-left: 0;
    }

    .cp-view-type-wrapper {
        margin: 0 0 0 20px;
    }

    .cp-filter-clear-button {
        width: 100%;
    }

    .filter-form {
        width: 100%;
    }

    .cp-search-input {
        width: 100% !important;
    }

    .cp-search-submit-button {
        width: 100% !important;
        margin: 0 10px 0 0 !important
    }

    .kb-col > span {
        float: none;
    }

    .kb-col {
        text-align: center;
        padding: 10px;
    }

    .kb-row:hover {
        background-color: var(--corabMainGrayTransparent);
    }


    .toggle-menu {
        margin: 0 10px !important;
    }

    .dropdown-menu-right.show {
        position: absolute;
        z-index: 1000;
        top: 100%;
        left: 0;
    }

    html body div#wrapper.mm-show.toggled div.content-wrapper div.container-fluid div.row div.col-lg-12 section.card div.card-body div.row div.col-12 div.card div.card-body nav.navbar.navbar-expand-lg div#navbarSupportedContent2.navbar-collapse.collapse.show span.navbar-text {
        width: 100%;
        text-align: center;
    }

    html body.bg-theme.bg-theme2 div#wrapper.mm-show.toggled div.content-wrapper div.container-fluid div.row div.col-lg-12 section.card div.card-body div.row div.col-12 div.card div.card-body nav.navbar.navbar-expand-lg div#navbarSupportedContent2.navbar-collapse.collapse.show span.navbar-text {
        width: 100%;
        text-align: center;
    }

    #navbarSupportedContent {
        text-align: center;
    }

    .navbar-expand-lg {
        padding-left: 0;
    }

    .navbar-brand {
        margin-right: 0;
        padding-right: 0;
    }

    button.navbar-toggler {
        padding-left: 0;
        padding-right: 0;
    }
}


.topbar-nav .navbar{
    padding: 0px 25px;
    z-index: 999;
    background: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(57, 98, 254, 0.02), 0 3px 6px rgba(117, 108, 254, 0.12);
    box-shadow: 0 5px 15px rgba(57, 98, 254, 0.02), 0 3px 6px rgba(117, 108, 254, 0.12);
}
.toggle-menu {
    margin-left: 250px;
    font-size: 18px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.65);
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 32px;
    border-radius: 0;
    background: rgba(0, 0, 0, 0);
    text-align: center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.right-nav-link a.nav-link {
    padding-right: .7rem !important;
    padding-left: .7rem !important;
    font-size: 20px;
    color: #353434;
}

/* Dropdown Menu */
.dropdown-menu {
    border: 0px solid rgba(0,0,0,.15);
    -webkit-box-shadow: 0 5px 15px rgba(57, 98, 254, 0.02), 0 3px 6px rgba(117, 108, 254, 0.12)!important;
    box-shadow: 0 5px 15px rgba(57, 98, 254, 0.02), 0 3px 6px rgba(117, 108, 254, 0.12)!important;
    font-size:15px;
    background-color: #fff;
    color: #353434;
}

.topbar-nav .navbar .dropdown-menu::after {
    content: '';
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 20px;
    z-index: -1;
    transform: rotate(45deg);
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.dropdown-menu ul{
    margin-top: 0px;
}

.dropdown-divider{
    margin: 0;
    border-top: 1px solid rgba(66, 59, 116, 0.15);
}

.dropdown-item{
    padding: .70rem 1.5rem;
    color: rgba(0, 0, 0, 0.65);
    display: flex;
    align-items: center;
}

.dropdown-item:hover{
    padding: .70rem 1.5rem;
    background-color: rgba(0, 0, 0, 0.04);
    transition: all 0.2s ease;
}

.dropdown-menu-right.show .dropdown-item:hover {
    color: var(--corabMainRed);
}

.dropdown-item.active, .dropdown-item:active {
    color: #505050;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.04);
}
.dropdown-toggle-nocaret:after {
    display: none
}

.dropdown-lg{
    position:relative;
}

.dropdown-lg .dropdown-menu{
    width: 320px;
    padding: 0
}

.dropdown-lg .dropdown-menu .list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: .25em;
    border-top-right-radius: .25em;
}

.dropdown-lg .dropdown-menu .list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-left-radius: .25em;
    border-bottom-right-radius: .25em;
}
.dropdown-lg .dropdown-menu .list-group-item:hover{
    background-color: rgba(0, 0, 0, 0.04);
    transition: all 0.2s ease;
}

.dropdown-lg .dropdown-menu .media .avatar img{
    width: 55px;
    height: 55px;
    border-radius: 4%;
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}
.dropdown-lg .dropdown-menu .media .media-body .msg-title{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.84);
    margin-bottom: 0px;
}
.dropdown-lg .dropdown-menu .media .media-body .msg-info{
    font-size: 13px;
    color: #6b6b6b;
    margin-bottom: 0;
    white-space: nowrap;
}

/* User Details */
.user-profile img {
    width:35px;
    height:35px;
    border-radius: 50%;
    box-shadow: 0 16px 38px -12px rgba(0,0,0,.56), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
}

.user-details .media .avatar img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.user-details .media .media-body .user-title {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.84);
    margin-bottom: 2px;
}

.user-details .media .media-body .user-subtitle {
    font-size: 13px;
    color: #232323;
    margin-bottom: 0;
}

/* Logo */

.brand-logo{
    width: 250px;
    height: 60px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: start;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1111;
    background-color: rgb(255, 255, 255);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.logo-text{
    color: rgba(0, 0, 0, 0.84);
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
    line-height: 0;
    margin-left: 10px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.logo-icon{
    width: 35px;
}

.close-btn{
    margin-left: auto!important;
    font-size: 20px;
    display:none;
    cursor:pointer;
}

/* SearachBar */

.search-bar {
    padding: 0rem 20rem 0 1rem;
    width: auto;
}
.search-arrow-back{
    display:none;
}

.search-btn-mobile{
    display:none;
}
.search-bar .btn-search-back{
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 0, 0, 0.12);
    padding: 0 20px;
    border-radius: 0px;
}
.search-bar .btn-search-back i{
    font-size:20px;
    color: rgba(0, 0, 0, 0.65);
}
.search-bar .btn-search{
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 0, 0, 0.25);
    padding: 0 30px !important;
    border-radius: 0px;
    /* height: calc(1.3em + .75rem + 2px); */
}
.search-bar .btn-search i{
    font-size:20px;
    color: rgba(0, 0, 0, 0.65);
}

.search-bar input{
    height: calc(1.3em + .75rem + 2px);
    border: 1px solid rgba(0, 0, 0, 0.25);
    background-color: rgba(255, 255, 255, 1);
    width: 100%;
    border-radius: 0px;
}

.search-bar input:focus{
    border: 1px solid #7934f3;
    box-shadow:none;
}

/*Cards */
.card{
    margin-bottom: 25px;
    box-shadow: 0 5px 15px rgba(57, 98, 254, 0.02), 0 3px 6px rgba(117, 108, 254, 0.12);
    border: none;
    background-color: #ffffff;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    font-weight: 500;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.84);
}

.card-title {
    margin-bottom: .75rem;
    font-weight: 600;
    font-size: 16px;
    color:#353434;
}

.card-action{
    float: right
}

.card-action a i{
    color: #353434;
    border-radius: 50%;
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgb(255, 255, 255);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.card-deck {
    margin-bottom: 25px;
}

@media (min-width: 576px){

    .card-deck {
        margin-right: -12.5px;
        margin-left: -12.5px;
    }

    .card-deck .card {
        margin-right: 12.5px;
        margin-left: 12.5px;
    }

}


.card-group {
    box-shadow: 0 5px 15px rgba(57, 98, 254, 0.02), 0 3px 6px rgba(117, 108, 254, 0.12);
    margin-bottom: 25px;
}
.card-group .card {
    box-shadow: none;
}

.bubble{
    position: relative;
    overflow: hidden;
}

.bubble .card-block:before,
.bubble .card-block:after{
    content: "";
    position: absolute;
    background-color: rgba(255, 255, 255, 0.22);
    right: -40px;
    border-radius: 50%;
}

.bubble .card-block:before{
    width: 100px;
    height: 100px;
    bottom: -40px;
}

.bubble .card-block:after{
    width: 80px;
    height: 80px;
    bottom: 40px;
}


/*Profile card 2*/
.profile-card-2 .card-img-block{
    float:left;
    width:100%;
    height:150px;
    overflow:hidden;
}
.profile-card-2 .card-body{
    position:relative;
}
.profile-card-2 .profile {
    border-radius: 50%;
    position: absolute;
    top: -42px;
    left: 15%;
    max-width: 75px;
    border: 3px solid rgba(255, 255, 255, 1);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
.profile-card-2 h5{
    font-weight:600;
}
.profile-card-2 .card-text{
    font-weight:300;
    font-size:15px;
}
.profile-card-2 .icon-block{
    float:left;
    width:100%;
}
.profile-card-2 .icon-block a{
    text-decoration:none;
}
.profile-card-2 i {
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin:0 5px;
}

.profile-card img {
    border-radius: 50%;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #c4c1da;
}
.profile-cover {
    position: relative;
    width: 100%;
    height: 125px;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    background-size: cover;
    background-position: center;
    border-bottom-left-radius: 20%;
    border-bottom-right-radius: 20%;
}
.profile-cover-img1 {
    background-image: url(https://via.placeholder.com/800X500);
}
.profile-cover-img2 {
    background-image: url(https://via.placeholder.com/800X500);
}
.profile-cover-img3 {
    background-image: url(https://via.placeholder.com/800X500);
}
.profile-cover-img4 {
    background-image: url(https://via.placeholder.com/800X500);
}

.border-angle {
    border-top-left-radius: 60px !important;
    border-bottom-right-radius: 60px !important;
}

.card-img-1 {
    background-image: url(https://via.placeholder.com/800X500);
    background-size: cover;
    background-position: center;
}
.card-img-2 {
    background-image: url(https://via.placeholder.com/800X500);
    background-size: cover;
    background-position: center;
}
.card-img-3 {
    background-image: url(https://via.placeholder.com/800X500);
    background-size: cover;
    background-position: center;
}
.overlay-div1 {
    background-image: url(https://via.placeholder.com/800X500);
    width: 100%;
    height: 520px;
    border-radius: .25rem;
    background-size: cover;
    background-position: center;
}
.overlay-div2 {
    background-image: url(https://via.placeholder.com/800X500);
    width: 100%;
    height: 520px;
    border-radius: .25rem;
    background-size: cover;
    background-position: center;
}
.overlay-div3 {
    background-image: url(https://via.placeholder.com/800X500);
    width: 100%;
    height: 520px;
    border-radius: .25rem;
    background-size: cover;
    background-position: center;
}

/* Modals */
.modal-header{
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.modal-footer{
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 500;
}
.modal-content{
    border-radius: 0.25rem;
    font-size: 14px;
    background: #fff;
    border: 0px solid rgba(0, 0, 0, .1);
}

.modal-content.border-cp-red input.form-control:focus {
    border: 1px solid white;
}

.modal-content.border-cp-red input.form-control {
    color: white !important;
}

.addPersonLabel {
    color: white;
}

.modal-content.border-cp-inverse .addPersonLabel {
    color: var(--corabMainGray);
}

.close{
    font-size: 1.4rem;
    font-weight: 400;
    color: #000;
    opacity: .7;
}
.close:hover{
    font-size: 1.4rem;
    font-weight: 400;
    color: #000;
}
.swal-modal{
    border-radius: 0.25rem;
    background-color: #000;
}
.swal-button,.swal-button:focus{
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: none;
}

.swal-button--cancel {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
}

.swal-text{
    text-align: center;
    color: rgba(255,255,255,.7);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
}
.swal-title{
    color: #ffffff;
}
.swal-footer{
    text-align: center;
}

.swal-icon--success:after, .swal-icon--success:before{
    background: transparent;
}
.swal-icon--success__hide-corners{
    background: transparent;
}
/*Buttons */
.btn{
    font-size: .70rem;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 9px 19px;
    border-radius: .25rem;
    text-transform: uppercase;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}
.btn-link{
    color: var(--corabMainBlack);
}
.btn-link:hover{
    color: var(--corabMainRed);
}
.btn:focus{
    box-shadow:none;
}
.btn-lg {
    padding: 12px 38px;
    font-size: .90rem;
}

.btn-sm {
    font-size: 10px;
    font-weight: 500;
    padding: 6px 15px;
}

.btn-group-sm>.btn{
    font-size: 10px;
}

.btn-primary {
    color: #fff;
    background-color: var(--corabMainRed);
    border-color: var(--corabMainRed)
}

.btn-primary:hover {
    color: #fff;
    background-color: var(--corabMainRed);
    border-color: var(--corabMainRed);
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow:none;
    background-color: var(--corabMainRed);
    border-color: var(--corabMainRed);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #6a27e0;
    border-color: #6a27e0
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--corabMainRed);
    border-color: var(--corabMainRed);
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow:none;
}

.btn-secondary {
    color: #fff;
    background-color: #94614f;
    border-color: #94614f
}
.btn-secondary:hover {
    color: #fff;
    background-color: #82503f;
    border-color: #82503f
}
.btn-secondary.focus, .btn-secondary:focus {
    box-shadow:none;
}
.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #82503f;
    border-color: #82503f
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #82503f;
    border-color: #82503f
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow:none;
}

.btn-success {
    color: #fff;
    background-color: #04b962;
    border-color: #04b962
}
.btn-success:hover {
    color: #fff;
    background-color: #019e4c;
    border-color: #019e4c
}
.btn-success.focus, .btn-success:focus {
    box-shadow:none;
}
.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #019e4c;
    border-color: #019e4c
}
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #019e4c;
    border-color: #019e4c
}
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
    box-shadow:none;
}

.btn-info {
    color: #fff;
    background-color: #14b6ff;
    border-color: #14b6ff
}
.btn-info:hover {
    color: #fff;
    background-color: #039ce0;
    border-color: #039ce0
}
.btn-info.focus, .btn-info:focus {
    box-shadow:none;
}
.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #039ce0;
    border-color: #039ce0
}
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #039ce0;
    border-color: #039ce0
}
.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show>.btn-info.dropdown-toggle:focus {
    box-shadow:none;
}


.btn-warning {
    color: #fff;
    background-color: #ff8800;
    border-color: #ff8800
}
.btn-warning:hover {
    color: #fff;
    background-color: #e67c02;
    border-color: #e67c02
}
.btn-warning.focus, .btn-warning:focus {
    box-shadow:none;
}
.btn-warning.disabled, .btn-warning:disabled {
    color: #fff;
    background-color: #e67c02;
    border-color: #e67c02
}
.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #e67c02;
    border-color: #e67c02
}
.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show>.btn-warning.dropdown-toggle:focus {
    box-shadow:none;
}

.btn-danger {
    color: #fff;
    background-color: var(--corabMainRed);
    border-color: var(--corabMainRed);
}
.btn-danger:hover {
    color: #fff;
    background-color: var(--corabMainRedDarker);
    border-color: var(--corabMainRedDarker);
}
.btn-danger.focus, .btn-danger:focus {
    box-shadow:none;
}
.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #de2935;
    border-color: #de2935
}
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #de2935;
    border-color: #de2935
}
.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-danger.dropdown-toggle:focus {
    box-shadow:none;
}

.btn-light{
    color: #2d2d2d;
    background-color: #e0e0e0;
    border-color: #e0e0e0;
}
.btn-light:hover {
    color: #2d2d2d;
    background-color: #e0e0e0;
    border-color: #e0e0e0;
}
.btn-light.focus, .btn-light:focus {
    box-shadow:none;
}
.btn-light.disabled, .btn-light:disabled {
    color: #2d2d2d;
    background-color: #e0e0e0;
    border-color: #e0e0e0;
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    color: #2d2d2d;
    background-color: #e0e0e0;
    border-color: #e0e0e0;
}
.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show>.btn-light.dropdown-toggle:focus {
    box-shadow:none;
}

.btn-light-2{
    color: #fff;
    background-color: rgba(255,255,255,.125);
    border-color: rgba(255,255,255,.125);
    border:0;
}
.btn-light-2:hover {
    color: #fff;
    background-color: rgba(255,255,255,.125);
    border-color: rgba(255,255,255,.125);
    border:0;
}
.btn-light-2.focus, .btn-light-2:focus {
    box-shadow:none;
}

.btn-dark {
    color: #fff;
    background-color: #0a151f;
    border-color: #0a151f;
}
.btn-dark:hover {
    color: #fff;
    background-color: #1b1a1a;
    border-color: #1b1a1a
}
.btn-dark.focus, .btn-dark:focus {
    box-shadow:none;
}
.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #1b1a1a;
    border-color: #1b1a1a
}
.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1b1a1a;
    border-color: #1b1a1a
}
.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-dark.dropdown-toggle:focus {
    box-shadow:none;
}

.btn-white {
    color: #0a151f;
    background-color: #fff;
    border-color: #fff;
}
.btn-white:hover {
    color: #0a151f;
    background-color: #fff;
    border-color: #fff
}
.btn-white.focus, .btn-white:focus {
    box-shadow:none;
}
.btn-white.disabled, .btn-white:disabled {
    color: #0a151f;
    background-color: #fff;
    border-color: #fff
}
.btn-white:not(:disabled):not(.disabled).active, .btn-white:not(:disabled):not(.disabled):active, .show>.btn-white.dropdown-toggle {
    color: #0a151f;
    background-color: #fff;
    border-color: #fff
}
.btn-white:not(:disabled):not(.disabled).active:focus, .btn-white:not(:disabled):not(.disabled):active:focus, .show>.btn-white.dropdown-toggle:focus {
    box-shadow:none;
}

.btn-outline-primary {
    color: #7934f3;
    background-color: transparent;
    background-image: none;
    border-color: #7934f3
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #7934f3;
    border-color: #7934f3
}
.btn-outline-primary.focus, .btn-outline-primary:focus {
    color: #fff;
    background-color: #7934f3;
    border-color: #7934f3;
    box-shadow: none
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #7934f3;
    background-color: transparent
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #7934f3;
    border-color: #7934f3
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: none
}

.btn-outline-secondary {
    color: #94614f;
    background-color: transparent;
    background-image: none;
    border-color: #94614f
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #94614f;
    border-color: #94614f
}
.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    color: #fff;
    background-color: #94614f;
    border-color: #94614f;
    box-shadow: none
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #94614f;
    background-color: transparent
}
.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #94614f;
    border-color: #94614f
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: none
}

.btn-outline-success {
    color: #04b962;
    background-color: transparent;
    background-image: none;
    border-color: #04b962
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #04b962;
    border-color: #04b962
}
.btn-outline-success.focus, .btn-outline-success:focus {
    color: #fff;
    background-color: #04b962;
    border-color: #04b962;
    box-shadow: none
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #04b962;
    background-color: transparent
}
.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #04b962;
    border-color: #04b962
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: none
}


.btn-outline-info {
    color: #14b6ff;
    background-color: transparent;
    background-image: none;
    border-color: #14b6ff
}
.btn-outline-info:hover {
    color: #fff;
    background-color: #14b6ff;
    border-color: #14b6ff
}
.btn-outline-info.focus, .btn-outline-info:focus {
    color: #fff;
    background-color: #14b6ff;
    border-color: #14b6ff;
    box-shadow: none
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #14b6ff;
    background-color: transparent
}
.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #14b6ff;
    border-color: #14b6ff
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: none
}


.btn-outline-warning {
    color: #ff8800;
    background-color: transparent;
    background-image: none;
    border-color: #ff8800
}
.btn-outline-warning:hover {
    color: #fff;
    background-color: #ff8800;
    border-color: #ff8800
}
.btn-outline-warning.focus, .btn-outline-warning:focus {
    color: #fff;
    background-color: #ff8800;
    border-color: #ff8800;
    box-shadow: none
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ff8800;
    background-color: transparent
}
.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show>.btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #ff8800;
    border-color: #ff8800
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: none
}

.btn-outline-danger {
    color: #f43643;
    background-color: transparent;
    background-image: none;
    border-color: #f43643
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #f43643;
    border-color: #f43643
}
.btn-outline-danger.focus, .btn-outline-danger:focus {
    color: #fff;
    background-color: #f43643;
    border-color: #f43643;
    box-shadow: none
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #f43643;
    background-color: transparent
}
.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #f43643;
    border-color: #f43643
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: none
}


.btn-outline-light {
    color: rgba(255,255,255,.125);
    background-color: transparent;
    background-image: none;
    border-color: rgba(255,255,255,.125)
}
.btn-outline-light:hover {
    color: #212529;
    background-color: rgba(255,255,255,.125);
    border-color: rgba(255,255,255,.125)
}
.btn-outline-light.focus, .btn-outline-light:focus {
    color: #212529;
    background-color: rgba(255,255,255,.125);
    border-color: rgba(255,255,255,.125);
    box-shadow: none
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: rgba(255,255,255,.125);
    background-color: transparent
}
.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: rgba(255,255,255,.125);
    border-color: rgba(255,255,255,.125)
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: none
}

.btn-outline-white {
    color: #ffffff;
    background-color: transparent;
    background-image: none;
    border-color: #ffffff;
}
.btn-outline-white:hover {
    color: #000;
    background-color: #ffffff;
    border-color: #ffffff
}
.btn-outline-white.focus, .btn-outline-white:focus {
    color: #000;
    background-color: #ffffff;
    border-color: #ffffff;
    box-shadow: none
}
.btn-outline-white.disabled, .btn-outline-white:disabled {
    color: #353434;
    background-color: transparent
}
.btn-outline-white:not(:disabled):not(.disabled).active, .btn-outline-white:not(:disabled):not(.disabled):active, .show>.btn-outline-white.dropdown-toggle {
    color: #000;
    background-color: #ffffff;
    border-color: #ffffff
}
.btn-outline-white:not(:disabled):not(.disabled).active:focus, .btn-outline-white:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-white.dropdown-toggle:focus {
    box-shadow: none
}

.btn-outline-dark {
    color: #353434;
    background-color: transparent;
    background-image: none;
    border-color: #353434
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #353434;
    border-color: #353434
}
.btn-outline-dark.focus, .btn-outline-dark:focus {
    color: #fff;
    background-color: #353434;
    border-color: #353434;
    box-shadow: none
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #353434;
    background-color: transparent
}
.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #353434;
    border-color: #353434
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: none
}

.btn-link {
    font-weight: 600;
    box-shadow: none;
}

.btn-link:hover, .btn-link:focus {
    text-decoration: none;
}

/* inverse buttons */

.btn-inverse-primary {
    color: var(--corabMainRed);
    background-color: white;
    border-color: var(--corabMainRed);
}

.btn-inverse-primary:hover {
    color: white;
    background-color: var(--corabMainRed);
    border-color: white;
}

.btn-inverse-danger {
    color: #f43643;
    background-color: rgba(244, 54, 67, 0.18);
    border-color: rgba(244, 54, 67, 0.18);
}

.btn-inverse-danger:hover {
    color: #f43643;
    background-color: rgba(244, 54, 67, 0.18);
    border-color: rgba(244, 54, 67, 0.18);
}

.btn-inverse-success {
    color: #04b962;
    background-color: rgba(4, 185, 98, 0.18);
    border-color: rgba(4, 185, 98, 0.18);
}

.btn-inverse-success:hover {
    color: #04b962;
    background-color: rgba(4, 185, 98, 0.18);
    border-color: rgba(4, 185, 98, 0.18);
}

.btn-inverse-info {
    color: #14b6ff;
    background-color: rgba(20, 182, 255, 0.18);
    border-color: rgba(20, 182, 255, 0.18);
}

.btn-inverse-info:hover {
    color: #14b6ff;
    background-color: rgba(20, 182, 255, 0.18);
    border-color: rgba(20, 182, 255, 0.18);
}

.btn-inverse-warning {
    color: #ff8800;
    background-color: rgba(255, 136, 0, 0.18);
    border-color: rgba(255, 136, 0, 0.18);
}

.btn-inverse-warning:hover {
    color: #ff8800;
    background-color: rgba(255, 136, 0, 0.18);
    border-color: rgba(255, 136, 0, 0.18);
}

.btn-inverse-secondary {
    color: #94614f;
    background-color: rgba(148, 97, 79, 0.18);
    border-color: rgba(148, 97, 79, 0.18);
}

.btn-inverse-secondary:hover {
    color: #94614f;
    background-color: rgba(148, 97, 79, 0.18);
    border-color: rgba(148, 97, 79, 0.18);
}

.btn-inverse-dark {
    color: #0a151f;
    background-color: rgba(10, 21, 31, 0.18);
    border-color: rgba(10, 21, 31, 0.18);
}

.btn-inverse-dark:hover {
    color: #0a151f;
    background-color: rgba(10, 21, 31, 0.18);
    border-color: rgba(10, 21, 31, 0.18);
}

/* gradient buttons */

.btn-gradient-primary {
    color: #fff;
    background-color: #8f50ff;
    border-color: #8f50ff;
    background: linear-gradient(to top, #8f50ff, #d13adf);
}

.btn-gradient-primary:hover {
    color: #fff;
    background-color: #8f50ff;
    border-color: #8f50ff;
    background: linear-gradient(to top, #8f50ff, #d13adf);
}

.btn-gradient-danger {
    color: #fff;
    background-color: #ff5447;
    border-color: #ff5447;
    background: linear-gradient(to top, #ff5447, #f1076f);
}

.btn-gradient-danger:hover {
    color: #fff;
    background-color: #ff5447;
    border-color: #ff5447;
    background: linear-gradient(to top, #ff5447, #f1076f);
}

.btn-gradient-success {
    color: #fff;
    background-color: #08a50e;
    border-color: #08a50e;
    background: linear-gradient(to top, #08a50e, #cddc35);
}
.btn-gradient-success:hover {
    color: #fff;
    background-color: #08a50e;
    border-color: #08a50e;
    background: linear-gradient(to top, #08a50e, #cddc35);
}


.btn-gradient-info {
    color: #fff;
    background-color: #00c8ff;
    border-color: #00c8ff;
    background: linear-gradient(to top, #00c8ff, #0072ff);
}
.btn-gradient-info:hover {
    color: #fff;
    background-color: #00c8ff;
    border-color: #00c8ff;
    background: linear-gradient(to top, #00c8ff, #0072ff);
}

.btn-gradient-warning {
    color: #fff;
    background-color: #f7971e;
    border-color: #f7971e;
    background: linear-gradient(to top, #f7971e, #ffd200);
}
.btn-gradient-warning:hover {
    color: #fff;
    background-color: #f7971e;
    border-color: #f7971e;
    background: linear-gradient(to top, #f7971e, #ffd200);
}

.btn-gradient-secondary {
    color: #fff;
    background-color: #fc00ff;
    border-color: #fc00ff;
    background: linear-gradient(to top, #fc00ff, #00dbde);
}
.btn-gradient-secondary:hover {
    color: #fff;
    background-color: #fc00ff;
    border-color: #fc00ff;
    background: linear-gradient(to top, #fc00ff, #00dbde);
}

.btn-round {
    border-radius: 30px !important;
}

.btn-square {
    border-radius: 0px !important;
}


.btn-group .btn{
    box-shadow: none !important;
}

.btn-group-vertical .btn{
    box-shadow: none !important;
}
.btn-group-round{
    border-radius: 30px;
}

.btn-group-round .btn{
    border-radius: 30px;
}
.btn-group.group-round>.btn:first-child{
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.btn-group.group-round{
    border-radius: 25px;
}
.btn-group.group-round>.btn:last-child{
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.btn-group-vertical.group-round-vertical{
    border-radius: 25px;
}
.btn-group-vertical.group-round-vertical>.btn:first-child{
    border-top-left-radius:25px;
    border-top-right-radius:25px;
}
.btn-group-vertical.group-round-vertical>.btn:last-child{
    border-bottom-left-radius:25px;
    border-bottom-right-radius:25px;
}

.split-btn-primary, .split-btn-primary:hover {
    border: 1px solid #6222d4 !important;
    background-color: #6222d4;
}

.split-btn-success, .split-btn-success:hover {
    border: 1px solid #039e54 !important;
    background-color: #039e54;
}

.split-btn-danger, .split-btn-danger:hover {
    border: 1px solid #d81f2c !important;
    background-color: #d81f2c;
}

.split-btn-secondary, .split-btn-secondary:hover {
    border: 1px solid #7d4f3f !important;
    background-color: #7d4f3f;
}

.split-btn-warning, .split-btn-warning:hover {
    border: 1px solid #d67301 !important;
    background-color: #d67301;
}

.split-btn-info, .split-btn-info:hover {
    border: 1px solid #049ee4 !important;
    background-color: #049ee4;
}

.split-btn-white, .split-btn-white:hover {
    border: 1px solid #dddddd !important;
    background-color: #dddddd;
}

.split-btn-dark, .split-btn-dark:hover {
    border: 1px solid #1b1a1a !important;
    background-color: #1b1a1a;
}

.btn-social{
    width: 42px;
    height: 42px;
    font-size: 16px;
    line-height: 42px;
    display: inline-block;
    border: 1px solid transparent;
    background: rgba(255,255,255,.125);
    color: #fff;
    text-align: center;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    border-radius: .25rem;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;

}

.btn-social:hover, .btn-social:focus, .btn-social:active {
    outline: 0; color: #fff;
}

.btn-social-text{
    font-size: 0.72rem;
    text-transform:uppercase;
    padding: 10px 20px;
    font-weight: 600;
    border: 1px solid transparent;
    display: inline-block;
    background:#ddd;
    color: #fff;
    text-align: center;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    border-radius: .25rem;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;

}
.btn-social-text i{
    font-size: .95rem;
    padding-right: 4px;
    vertical-align: middle;
    display:table-cell;
}

.btn-social-text span{
    display:table-cell;
    vertical-align: middle;
}

.btn-social-text:hover, .btn-social:focus, .btn-social:active {
    outline: 0; color: #fff;
}

.btn-social-circle{
    border-radius:50%
}

.btn-outline-facebook {
    color: #3b5998;
    background-color: #fff;
    border-color: #3b5998;
}

.btn-outline-facebook:hover,.btn-outline-facebook:focus {
    color: #fff;
    background-color: #3b5998;
}

.btn-outline-twitter {
    color: #55acee;
    background-color: #fff;
    border-color: #55acee;
}

.btn-outline-twitter:hover,.btn-outline-twitter:focus {
    background-color: #55acee;
    color: #fff;
}

.btn-outline-google-plus {
    color: #dd4b39;
    background-color: #fff;
    border-color: #dd4b39;
}

.btn-outline-google-plus:hover,.btn-outline-google-plus:focus {
    background-color: #dd4b39;
    color: #fff;
}

.btn-outline-linkedin {
    background-color: #fff;
    color: #0976b4;
    border-color: #0976b4;
}

.btn-outline-linkedin:hover,.btn-outline-linkedin:focus {
    background-color: #0976b4;
    color: #fff;
}

.btn-outline-pinterest {
    color: #cc2127;
    background-color: #fff;
    border-color: #cc2127;
}

.btn-outline-pinterest:hover,.btn-outline-pinterest:focus {
    background-color: #cc2127;
    color: #fff;
}

.btn-outline-youtube {
    color: #e52d27;
    background-color: #fff;
    border-color: #e52d27;
}

.btn-outline-youtube:hover,.btn-outline-youtube:focus {
    background-color: #e52d27;
    color: #fff;
}

.btn-outline-tumblr {
    color: #35465c;
    background-color: #fff;
    border-color: #35465c;
}

.btn-outline-tumblr:hover,.btn-outline-tumblr:focus {
    background-color: #35465c;
    color: #fff;
}

.btn-outline-github {
    color: #333333;
    background-color: #fff;
    border-color: #333333;
}

.btn-outline-github:hover,.btn-github:focus {
    background-color: #333333;
    color: #fff;
}

.btn-outline-behance {
    color: #1769ff;
    background-color: #fff;
    border-color: #1769ff;
}

.btn-outline-behance:hover,.btn-outline-behance:focus {
    background-color: #1769ff;
    color: #fff;
}

.btn-outline-dribbble {
    color: #ea4c89;
    background-color: #fff;
    border-color: #ea4c89;
}

.btn-outline-dribbble:hover,.btn-outline-dribbble:focus {
    background-color: #ea4c89;
    color: #fff;
}

.btn-outline-skype {
    color: #00aff0;
    background-color: #fff;
    border-color: #00aff0;
}

.btn-outline-skype:hover,.btn-outline-skype:focus {
    background-color: #00aff0;
    color: #fff;
}

.btn-facebook {
    background-color: #3b5998;
    border-color: #3b5998;
}
.btn-twitter {
    background-color: #55acee;
    border-color: #55acee;
}

.btn-google-plus {
    background-color: #dd4b39;
    border-color: #dd4b39;
}
.btn-linkedin {
    background-color: #0976b4;
    border-color: #0976b4;
}
.btn-pinterest {
    background-color: #cc2127;
    border-color: #cc2127;
}
.btn-youtube {
    background-color: #e52d27;
    border-color: #e52d27;
}
.btn-tumblr {
    background-color: #35465c;
    border-color: #35465c;
}
.btn-github {
    background-color: #333333;
    border-color: #333333;
}
.btn-behance {
    background-color: #1769ff;
    border-color: #1769ff;
}
.btn-dribbble {
    background-color: #ea4c89;
    border-color: #ea4c89;
}
.btn-skype {
    background-color: #00aff0;
    border-color: #00aff0;
}

/* Calendar */

#calendar {
    max-width: 100%;
    margin: 0 auto;
}

.fc-view-container{
    background-color: #ffffff;
}


.fc-toolbar h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
}

.fc th.fc-widget-header {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0px;
    color: #616161;
    text-transform: uppercase;
}
.fc-event, .fc-event-dot {
    background: #03a9f4;
    color: #ffffff !important;
    margin: 5px 7px;
    padding: 1px 5px;
    border: none;
}

.fc-state-active, .fc-state-down {
    background-color: #fff;
    background-image: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}


/* Icons */

.icon a:hover {
    background: #7934f3;
    color: #fff;
    text-decoration: none;
}

.icon a {
    display: block;
    color: #656464;
    padding: 8px;
    line-height: 32px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 2px;
}

.icon a i {
    padding-right: 10px;
}

.icon-section {
    clear: both;
    overflow: hidden;
}
.icon-container {
    width: 250px;
    padding: .7em 0;
    float: left;
    position: relative;
    text-align: left;
}
.icon-container [class^="ti-"],
.icon-container [class*=" ti-"] {
    color: #656464;
    position: absolute;
    margin-top: 3px;
    transition: .3s;
}
.icon-container:hover [class^="ti-"],
.icon-container:hover [class*=" ti-"] {
    font-size: 2.2em;
    margin-top: -5px;
}
.icon-container:hover .icon-name {
    color: #656464;
}
.icon-name {
    color: #656464;
    margin-left: 35px;
    transition: .3s;
}
.icon-container:hover .icon-name {
    margin-left: 45px;
}


.preview {
    padding: 15px 0;
    position: relative;
}

.show-code {
    color: #656464;
}

.icons {
    font-size: 15px;
    padding-right: 7px;
}

.name {
    font-size: 15px;
}

.preview a{
    padding: 15px;
}
.preview a:hover{
    padding: 15px;
    text-decoration:none;
}

.preview a i{
    margin-right: 10px;
    font-size: 18px;
}

.flag-icon-list div {
    cursor: pointer;
    line-height: 60px;
    white-space: nowrap;
    color: #656464;
}

.flag-icon-list i {
    -webkit-transition: all 0.2s;
    -webkit-transition: font-size .2s;
    display: inline-block;
    font-size: 18px;
    margin: 0 15px 0 10px;
    text-align: left;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -o-transition: font-size .2s;
    transition: font-size .2s;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


/*Widgets*/

.w-circle-icon{
    width: 52px;
    height: 52px;
    line-height:52px;
    font-size: 20px;
    text-align:center;
}

.media .w-icon i{
    font-size: 35px;
}

.icon-box{
    width: 52px;
    height: 52px;
    line-height: 55px;
    font-size: 25px;
    color: #383838;
    margin: auto;
    border: 0px solid #fff;
    border-radius: 50%;
    text-align: center;
}

.bootstrap-tagsinput .badge {
    line-height: 1.5;
    position: relative;
    margin: .125rem;
    padding: .625rem .625rem .5rem;
    transition: all .15s ease;
    color: #fff;
    text-transform: uppercase;
    border-radius: .25rem;
    background-color: #7934f3;
    box-shadow: 0 1px 2px rgba(68,68,68,.25);
}

.badge-dot i {
    display: inline-block;
    width: .385rem;
    height: .385rem;
    margin-right: .385rem;
    vertical-align: middle;
    border-radius: 50%;
}

.chart {
    position: relative;
    display: inline-block;
    width: 110px !important;
    height: 110px !important;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.chart canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 110px !important;
    height: 110px !important;
}

.chart.chart-widget-pie {
    margin-top: 5px;
    margin-bottom: 5px;
}

.percent {
    display: inline-block;
    line-height: 110px !important;
    z-index: 2;
}

.percent:after {
    content: '%';
    margin-left: 0.1em;
    font-size: .8em;
}

.w_chart {
    position: relative;
    display: inline-block;
    width: 65px !important;
    height: 65px !important;
    text-align: center;
}

.w_chart canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 65px !important;
    height: 65px !important;
}
.w_percent {
    display: inline-block;
    line-height: 65px !important;
    z-index: 2;
    color: #353434;
}
.w_percent:after {
    content: '%';
    margin-left: 0.1em;
    font-size: .8em;
    color: #353434;
}

.fleet-status {
    position: relative;
    display: inline-block;
    width: 90px !important;
    height: 90px !important;
    text-align: center;
}

.fleet-status canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px !important;
    height: 90px !important;
}
.fleet-status-percent {
    display: inline-block;
    line-height: 90px !important;
    z-index: 2;
    color: #ffffff;
}
.fleet-status-percent:after {
    content: '%';
    margin-left: 0.1em;
    font-size: .8em;
    color: #ffffff;
}
.gmaps, .gmaps-panaroma {
    height: 400px;
    background: #eeeeee;
    border-radius: 3px;
}

.error {
    color: #ff5656;
}

/* Forms */
label {
    color: #585858;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px;
}

.color-forms input.form-control{
    color:#fff;
    background-color: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.60);
}
.color-forms input.form-control:focus{
    color:#fff;
    background-color: rgba(255, 255, 255, 0.0);
    border-color: rgba(255, 255, 255, 0.60);
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.25);
}
.color-forms label{
    color:#fff;
}
.color-forms input::placeholder {
    color: #fff !important;
    font-size: 13px;
    opacity: .5 !important; /* Firefox */
}

.input-group .btn{
    box-shadow:none;
    padding: .375rem .75rem;
}

.input-group-text{
    color: #495057;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
}


.col-form-label{
    font-size: 13px;
}

.form-control{
    border: 1px solid #ced4da;
    background-color: rgba(0, 0, 0, 0);
    color: #495057 !important;
}

.form-control:focus, .calc-input:focus, .select-typ:focus{
    border: 1px solid var(--corabMainRed);
    background-color: rgba(0,0,0,.0);
    box-shadow: 0 0 0 0.2rem rgba(225, 18, 19, 0.47)
}

.form-control-rounded {
    border-radius: 30px !important;
}

.form-control-square {
    border-radius: 0px !important;
}

.form-control:disabled, .form-control[readonly] {
    background-color: rgba(158, 158, 158, 0.33);
    opacity: 1;
}

.form-control-xl {
    height: 60px !important;
    font-size: 26px !important;
}

.position-relative {
    position: relative!important;
}




.has-icon-left .form-control {
    padding-right: .85rem;
    padding-left: 2.9rem;
}

.form-control-position {
    position: absolute;
    top: -8px;
    right: 0;
    z-index: 2;
    display: block;
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
}

.has-icon-left .form-control-position {
    right: auto;
    left: 0px;
}

.has-icon-right .form-control-position {
    right: 0px;
    left: auto;
}

.has-icon-right .form-control{
    padding-right: 37px;
}
.search-input {
    margin-bottom: 10px;
}
.custom-header {
    background: rgba(255, 255, 255, 0.34);
    padding: 5px;
    color: #ffffff;
}

.input-group-prepend [type=checkbox]:checked,
.input-group-prepend [type=checkbox]:not(:checked),
.input-group-prepend [type=radio]:checked,
.input-group-prepend [type=radio]:not(:checked) {
    position: initial;
    opacity: 1;
    margin-top: 0px;
}

.wizard > .content{
    min-height: 400px;
}

.dropzone {
    min-height: 230px;
    border: 2px dashed rgba(0, 0, 0, 0.3);
    background: white;
    border-radius: 6px;
}
.dropzone .dz-preview.dz-image-preview {
    background: transparent;
}
.dropzone .dz-message {
    font-size: 30px;
}

.border-radius {
    border-radius: 0px;
}

.payment-icons img {
    width: 100px;
}
.bootstrap-touchspin .input-group-text{
    border-radius: 0px;
}

.datepicker table tr td, .datepicker table tr th {
    width: 40px;
    height: 40px;
}

.user-lock {
    height: 150px!important;
}

.user-lock-img {
    width: 130px;
    margin: auto;
}

.user-lock-img img {
    width: 100%;
    border-radius: 50%;
    margin-top: 80px;
    border: 4px solid white;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

/* Tables */
table.grid {
    width: 100%;
    border: none;
    background-color: transparent;
    padding: 0px;
}
table.grid td {
    border: 2px solid #e8e8e8;
    padding: 8px;
}

.card .table{
    margin-bottom:0px;
}

.card .table td, .card .table th {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
.table.align-items-center td, .table.align-items-center th {
    vertical-align: middle;
}
.table thead th {
    font-size: .72rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.table-bordered {
    border: 1px solid rgba(37, 33, 33, 0.1);
}
.table-flush td, .table-flush th {
    border-right: 0;
    border-left: 0;
}
.table td, .table th {
    white-space: nowrap;
    border-top: 1px solid #dee2e6;
}
.table-bordered td, .table-bordered th {
    border-top: 1px solid #dee2e6;
}
.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .20)
}
.table th {
    font-weight: 600;
}
.table-responsive{
    white-space:nowrap;
}

.table .thead-primary th {
    color: #fff;
    background-color: #7934f3;
    border-color: #7934f3;
}

.table .thead-secondary th {
    color: #fff;
    background-color: #94614f;
    border-color: #94614f;
}

.table .thead-success th {
    color: #fff;
    background-color: #04b962;
    border-color: #04b962;
}

.table .thead-danger th {
    color: #fff;
    background-color: #f43643;
    border-color: #f43643;
}

.table .thead-warning th {
    color: #fff;
    background-color: #ff8800;
    border-color: #ff8800;
}

.table .thead-info th {
    color: #fff;
    background-color: #14b6ff;
    border-color: #14b6ff;
}

.table .thead-dark th {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.table .thead-light th {
    color: #fff;
    background-color: rgba(255,255,255,.125);
    border-color: rgba(255,255,255,.125);
}

.table-primary {
    color: #fff;
    background-color: #7934f3;
}

.table-primary td, .table-primary th, .table-primary thead th {
    border-color: rgba(244, 245, 250, 0.15);
}

.table-secondary {
    color: #fff;
    background-color: #94614f;
}

.table-secondary td, .table-secondary th, .table-secondary thead th {
    border-color: rgba(244, 245, 250, 0.30);
}

.table-success {
    color: #fff;
    background-color: #04b962;
}

.table-success td, .table-success th, .table-success thead th {
    border-color: rgba(244, 245, 250, 0.30);
}

.table-danger {
    color: #fff;
    background-color: #f43643;
}

.table-danger td, .table-danger th, .table-danger thead th {
    border-color: rgba(244, 245, 250, 0.30);
}

.table-warning {
    color: #fff;
    background-color: #ff8800;
}
.table-warning td, .table-warning th, .table-warning thead th {
    border-color: rgba(244, 245, 250, 0.30);
}

.table-info {
    color: #fff;
    background-color: #14b6ff;
}
.table-info td, .table-info th, .table-info thead th {
    border-color: rgba(244, 245, 250, 0.30);
}
.table-dark {
    color: #fff;
    background-color: #353434;
}
.table-dark td, .table-dark th, .table-dark thead th {
    border-color: rgba(244, 245, 250, 0.15);
}
.table-light {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.14);
}
.table-light td, .table-light th, .table-light thead th {
    border-color: rgba(221, 222, 222, 0.22);
}
.table-active, .table-active>td, .table-active>th {
    background-color: rgba(255, 255, 255, 0.07);
}

/* Alerts*/
.alert {
    position: relative;
    padding: 0;
    margin-bottom: 1rem;
    border: none;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
    border-radius: .25rem;
}

.alert .alert-icon {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 60px;
    font-size: 20px;
}

.alert .alert-message {
    display: table-cell;
    padding: 20px 15px 20px 15px;
    font-size: 14px;
}

.alert-dismissible .close {
    position: absolute;
    top: 8px;
    right: 0;
    font-weight: 300;
    padding: 10px 15px;
    color: inherit;
}

.alert .contrast-alert {
    background-color: rgba(255, 255, 255, 0.2);
}

.alert-success {
    color: #ffffff;
    background-color: #04b962;
    border-color: #04b962;

}
.alert-success .alert-link {
    color: #7bff2b;
}

.alert-info {
    color: #fefefe;
    background-color: #14b6ff;
    border-color: #14b6ff;
}
.alert-info .alert-link {
    color: #bef6ff;
}
.alert-danger {
    color: #ffffff;
    background-color: #f43643;
    border-color: #f43643;
}
.alert-danger .alert-link {
    color: #ffcacf;
}

.alert-warning {
    color: #fff;
    background-color: #ff8800;
    border-color: #ff8800;
}
.alert-warning .alert-link {
    color: #fff900;
}

.alert-outline-success{
    color: #04b962;
    border: 1px solid #04b962;
    border-right: 4px solid #04b962;
    border-left: 4px solid #04b962;
}
.alert-outline-success .alert-link {
    color: #04b962;
}

.alert-outline-info{
    color: #14b6ff;
    border: 1px solid #14b6ff;
    border-right: 4px solid #14b6ff;
    border-left: 4px solid #14b6ff;
}
.alert-outline-info .alert-link {
    color: #14b6ff;
}


.alert-outline-info-corab{

    border: 1px solid;
    border-right: 4px solid ;
    border-left: 4px solid ;
}
.alert-outline-info-corab .alert-link {
    color: var(--corabMainRed);
}

.alert-outline-danger{
    color: #f43643;
    border: 1px solid #f43643;
    border-right: 4px solid #f43643;
    border-left: 4px solid #f43643;
}
.alert-outline-danger .alert-link {
    color: #f43643;
}

.alert-outline-warning{
    color: #ff8800;
    border: 1px solid #ff8800;
    border-right: 4px solid #ff8800;
    border-left: 4px solid #ff8800;
}
.alert-outline-warning .alert-link {
    color: #ff8800;
}

.alert-icon-success{
    color: #04b962;
    border: 1px solid #04b962;
}
.icon-part-success{
    background: #04b962;
    color: #fff;
    border-right: 1px solid #08b713;
}

.alert-icon-success .alert-link {
    color: #04b962;
}

.alert-icon-info{
    color: #14b6ff;
    border: 1px solid #14b6ff;
}
.icon-part-info{
    background: #14b6ff;
    color: #fff;
    border-right: 1px solid #09b9d4;
}
.alert-icon-info .alert-link {
    color: #14b6ff;
}

.alert-icon-danger{
    color: #f43643;
    border: 1px solid #f43643;
}
.icon-part-danger{
    background: #f43643;
    color: #fff;
    border-right: 1px solid #de2840;
}
.alert-icon-danger .alert-link {
    color: #f43643;
}

.alert-icon-warning{
    color: #ff8800;
    border: 1px solid #ff8800
}
.icon-part-warning{
    background: #ff8800;
    color: #fff;
    border-right: 1px solid #e08500;
}
.alert-icon-warning .alert-link {
    color: #ff8800;
}

.box{
    padding:60px 0px;
}

.box-part{
    background:#FFF;
    border-radius:0;
    padding:60px 10px;
    margin:30px 0px;
}



/*Badges*/
.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}

.badge-up {
    position: absolute;
    top: 4px;
    right: 4px;
    border-radius: 50%;
    font-size: 10px;
    width: 20px;
    height: 20px;
    background: #ffffff;
    line-height: 20px;
    text-align: center;
    color: #2c2c2c;
    font-weight: 600;
}

.badge-primary {
    color: #fff;
    background-color: var(--corabMainRedDarker);
}

.badge-corab {
    color: #fff;
    background-color: var(--corabMainRed);
    padding: 5px;
}

.badge-secondary {
    color: #fff;
    background-color: #94614f;
}
.badge-success {
    color: #fff;
    background-color: #04b962;
}
.badge-danger {
    color: #fff;
    background-color: #f43643;
}
.badge-warning {
    color: #fff;
    background-color: #ff8800;
}
.badge-info {
    color: #fff;
    background-color: #14b6ff;
}
.badge-light {
    color: #212529;
    background-color: #f1f1f1;
}
.badge-dark {
    color: #fff;
    background-color: #353434;
}


/* Paginations */
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #7934f3;
    background-color: rgb(255, 255, 255);
    border: 1px solid #dee2e6;
    box-shadow: 0 0.125rem 0.25rem rgba(80, 73, 73, 0.06);
}
.page-link:hover {
    z-index: 2;
    color: #7934f3;
    text-decoration: none;
    background-color: rgba(255, 255, 255);
    border-color: #dee2e6
}
.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(121, 52, 243, 0.35);
}
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.page-item.active .page-link {
    z-index: 1;
    color: #7934f3;
    background-color: #fff;
    border-color: #7934f3
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}
.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-round .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
}

.pagination-round .page-item:last-child .page-link {
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
}

.pagination-separate .page-item .page-link{
    margin-left: 4px;
}

.pagination-outline-primary .page-item.disabled .page-link,
.pagination-outline-success .page-item.disabled .page-link,
.pagination-outline-info .page-item.disabled .page-link,
.pagination-outline-danger .page-item.disabled .page-link,
.pagination-outline-warning .page-item.disabled .page-link
.pagination-outline-dark .page-item.disabled .page-link,
.pagination-outline-secondary .page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}


.pagination-outline-primary .page-item .page-link{
    color: #7934f3;
    border: 1px solid #7934f3;
}
.pagination-outline-primary .page-item .page-link:hover{
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #7934f3;
    border-color: #7934f3
}
.pagination-outline-primary .page-item .page-link:focus{
    z-index: 2;
    outline: 0;
    color: #fff;
    background-color: #7934f3;
    box-shadow: 0 0 0 .2rem rgba(121, 52, 243, 0.35)
}
.pagination-outline-primary .page-item.active .page-link{
    z-index: 1;
    color: #fff;
    background-color: #7934f3;
    border-color: #7934f3;
}

.pagination-outline-success .page-item .page-link{
    color: #04b962;
    border: 1px solid #04b962;
}
.pagination-outline-success .page-item .page-link:hover{
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #04b962;
    border-color: #04b962
}
.pagination-outline-success .page-item .page-link:focus{
    z-index: 2;
    outline: 0;
    color: #fff;
    background-color: #04b962;
    box-shadow: 0 0 0 .2rem rgba(4, 185, 98, 0.35)
}
.pagination-outline-success .page-item.active .page-link{
    z-index: 1;
    color: #fff;
    background-color: #04b962;
    border-color: #04b962;
}

.pagination-outline-info .page-item .page-link{
    color: #14b6ff;
    border: 1px solid #14b6ff;
}
.pagination-outline-info .page-item .page-link:hover{
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #14b6ff;
    border-color: #14b6ff
}
.pagination-outline-info .page-item .page-link:focus{
    z-index: 2;
    outline: 0;
    color: #fff;
    background-color: #14b6ff;
    box-shadow: 0 0 0 .2rem rgba(20, 182, 255, 0.35)
}
.pagination-outline-info .page-item.active .page-link{
    z-index: 1;
    color: #fff;
    background-color: #14b6ff;
    border-color: #14b6ff;
}

.pagination-outline-danger .page-item .page-link{
    color: #f43643;
    border: 1px solid #f43643;
}
.pagination-outline-danger .page-item .page-link:hover{
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #f43643;
    border-color: #f43643
}
.pagination-outline-danger .page-item .page-link:focus{
    z-index: 2;
    outline: 0;
    color: #fff;
    background-color: #f43643;
    box-shadow: 0 0 0 .2rem rgba(244, 54, 67, 0.35)
}
.pagination-outline-danger .page-item.active .page-link{
    z-index: 1;
    color: #fff;
    background-color: #f43643;
    border-color: #f43643;
}

.pagination-outline-warning .page-item .page-link{
    color: #ff8800;
    border: 1px solid #ff8800;
}
.pagination-outline-warning .page-item .page-link:hover{
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #ff8800;
    border-color: #ff8800
}
.pagination-outline-warning .page-item .page-link:focus{
    z-index: 2;
    outline: 0;
    color: #fff;
    background-color: #ff8800;
    box-shadow: 0 0 0 .2rem rgba(255, 136, 0, 0.35)
}
.pagination-outline-warning .page-item.active .page-link{
    z-index: 1;
    color: #fff;
    background-color: #ff8800;
    border-color: #ff8800;
}

.pagination-outline-dark .page-item .page-link{
    color: #000000;
    border: 1px solid #000000;
}
.pagination-outline-dark .page-item .page-link:hover{
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #000000;
    border-color: #000000
}
.pagination-outline-dark .page-item .page-link:focus{
    z-index: 2;
    outline: 0;
    color: #fff;
    background-color: #000000;
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 0.35)
}
.pagination-outline-dark .page-item.active .page-link{
    z-index: 1;
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.pagination-outline-secondary .page-item .page-link{
    color: #ff2fa0;
    border: 1px solid #ff2fa0;
}
.pagination-outline-secondary .page-item .page-link:hover{
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #ff2fa0;
    border-color: #ff2fa0
}
.pagination-outline-secondary .page-item .page-link:focus{
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 47, 160, 0.51)
}
.pagination-outline-secondary .page-item.active .page-link{
    z-index: 1;
    color: #fff;
    background-color: #ff2fa0;
    border-color: #ff2fa0;
}

.pagination-primary .page-item.disabled .page-link,
.pagination-success .page-item.disabled .page-link,
.pagination-info .page-item.disabled .page-link,
.pagination-danger .page-item.disabled .page-link,
.pagination-warning .page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-primary .page-item .page-link{
    color: #ffffff;
    border: 1px solid #520eca;
    background: #7934f3;
}
.pagination-primary .page-item .page-link:hover{
    z-index: 2;
    color: #7934f3;
    text-decoration: none;
    background-color: transparent;
    border-color: #520eca
}
.pagination-primary .page-item .page-link:focus{
    z-index: 2;
    outline: 0;
    border: 1px solid rgba(121, 52, 243, 0.42);
    box-shadow: 0 0 0 .2rem rgba(121, 52, 243, 0.42)
}
.pagination-primary .page-item.active .page-link{
    z-index: 1;
    color: #7934f3;
    background-color: transparent;
    border-color: #520eca;
}

.pagination-success .page-item .page-link{
    color: #ffffff;
    border: 1px solid #07864f;
    background-color: #04b962;
}
.pagination-success .page-item .page-link:hover{
    z-index: 2;
    color: #04b962;
    text-decoration: none;
    background-color: transparent;
    border-color: #07864f
}
.pagination-success .page-item .page-link:focus{
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(4, 185, 98, 0.35)
}
.pagination-success .page-item.active .page-link{
    z-index: 1;
    color: #04b962;
    background-color: transparent;
    border-color: #1bb171;
}

.pagination-info .page-item .page-link{
    color: #ffffff;
    border: 1px solid #019bb7;
    background-color: #14b6ff;
}
.pagination-info .page-item .page-link:hover{
    z-index: 2;
    color: #14b6ff;
    text-decoration: none;
    background-color: transparent;
    border-color: #019bb7
}
.pagination-info .page-item .page-link:focus{
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(20, 182, 255, 0.35)
}
.pagination-info .page-item.active .page-link{
    z-index: 1;
    color: #14b6ff;
    background-color: transparent;
    border-color: #0ab5d4;
}

.pagination-danger .page-item .page-link{
    color: #fff;
    border: 1px solid #bb0d2f;
    background-color: #f43643;
}
.pagination-danger .page-item .page-link:hover{
    z-index: 2;
    color: #f43643;
    text-decoration: none;
    background-color: transparent;
    border-color: #bb0d2f
}
.pagination-danger .page-item .page-link:focus{
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(245, 54, 92, 0.52)
}
.pagination-danger .page-item.active .page-link{
    z-index: 1;
    color: #f43643;
    background-color: transparent;
    border-color: #bb0d2f;
}

.pagination-warning .page-item .page-link{
    color: #ffffff;
    border: 1px solid #c56900;
    background-color: #ff8800;
}
.pagination-warning .page-item .page-link:hover{
    z-index: 2;
    color: #ff8800;
    text-decoration: none;
    background-color: transparent;
    border-color: #c56900
}
.pagination-warning .page-item .page-link:focus{
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 136, 0, 0.35)
}
.pagination-warning .page-item.active .page-link{
    z-index: 1;
    color: #ff8800;
    background-color: transparent;
    border-color: #c56900;
}

.pagination-dark .page-item .page-link{
    color: #ffffff;
    border: 1px solid #393a3c;
    background: #000000;
}
.pagination-dark .page-item .page-link:hover{
    z-index: 2;
    color: #000000;
    text-decoration: none;
    background-color: transparent;
    border-color: #393a3c
}
.pagination-dark .page-item .page-link:focus{
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 0.35)
}
.pagination-dark .page-item.active .page-link{
    z-index: 1;
    color: #000000;
    background-color: transparent;
    border-color: #000000;
}

.pagination-secondary .page-item .page-link{
    color: #ffffff;
    border: 1px solid #df1482;
    background-color: #ff2fa0;
}
.pagination-secondary .page-item .page-link:hover{
    z-index: 2;
    color: #ff2fa0;
    text-decoration: none;
    background-color: transparent;
    border-color: #df1482
}
.pagination-secondary .page-item .page-link:focus{
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 47, 160, 0.51)
}
.pagination-secondary .page-item.active .page-link{
    z-index: 1;
    color: #ff2fa0;
    background-color: transparent;
    border-color: #df1482;
}


/* List Groups */
.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
}
.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    color: #383838;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.list-group-item-action {
    color: #7934f3;
}

.list-group-item-action:hover {
    color: #7934f3;
    background-color: rgba(255, 255, 255, 0.2);
}
.list-group-item-action:focus {
    color: #7934f3;
    background-color: rgba(255, 255, 255, 0.2);
}
.list-group-item.disabled, .list-group-item:disabled {
    color: #7934f3;
    background-color: rgba(255, 255, 255, 0.2);
}

/*Nav Tabs & Pills */
.nav-tabs .nav-link {
    color: #4c4c4c;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 0px;
    margin-bottom: 0;
    padding: 12px 20px;
    text-transform: uppercase;
    border: 0px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;

}
.nav-tabs .nav-link:hover{
    border: 0px solid transparent;
}
.nav-tabs .nav-link i {
    margin-right: 2px;
    font-weight: 600;
}

.nav-link.main-nav {
    color: white;
}

.nav-link.main-nav:hover {
    color: black;
}

.nav-link.main-nav.active {
    color: black;
}

.nav-item .nav-link.active, .nav-item .nav-link:hover {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    color: var(--corabMainBlack);
    background: white;
    font-weight: 500;
}

.top-icon.nav-tabs .nav-link i{
    font-size: 13px;
    margin: 0px;
    font-weight: 500;
    display: block;
    font-size: 20px;
    padding: 5px 0;
}

a.dropdown-item i, a.dropdown-item span:hover {
    color: var(--corabMainRed) !important;
}

.color-tabs .nav-link{
    color: #fff;
}

.color-tabs.nav-tabs{
    border-bottom: 1px solid #fff;
}

button.cp-element-options-button, button.cp-element-options-button-dark {
    border: 1px solid var(--corabMainRed);
}

.cp-card-top-dashboard {
    border: 1px solid var(--corabMainBlack);
    font-size: 13px;
    background: white;
    color: var(--corabMainRed);
    box-shadow: none;
}

.cp-card-top-dashboard h5 {
    color: var(--corabMainRed);
}

.btn.cp-btn-accept {
    background: var(--corabMainRed);
    color: white;
}

.btn.cp-btn-reject {
    background: white;
    color: var(--corabMainRed);
    border: 1px solid var(--corabMainRed)
}

.cp-available-leads-header {
    font-size: 9px;
    letter-spacing: 0;
    text-align: center;
    border-bottom: 1px solid var(--corabMainGrayTransparent);
    padding-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
}

.coti-available-leads-header {
    font-size: 10px;
    letter-spacing: 0;
    text-align: center;
    border-bottom: 1px dotted var(--corabMainGrayTransparent);
    padding-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    background-color: #e6e6f378;
}

.cp-available-leads-row {
    padding-top: 10px;
    font-size: 10px;
    text-align: center;
    font-weight: bold;
    margin-left: 0;
    margin-right: 0;
}


.cp-available-leads-footer {
    font-size: 11px;
}

.cp-available-leads-container {
    border: 1px solid var(--corabMainGrayTransparent);
    padding: 10px 5px;
    margin: 10px 0;
    border-radius: 5px;
}

.coti-available-leads-container {
    border: 1px solid rgba(128, 128, 128, 0.85);
    padding: 0 5px 10px 5px;
    margin: 10px 0 50px 0;
    border-radius: 5px;
}

.coti-available-leads-container:hover {
    background-color: #fafaff;
}

.cp-available-leads-button-container {
    margin-top: 10px;
}

.border-cp-inverse {
    border: 1px solid var(--corabMainRed);
}

.border-cp-red {
    border-color: var(--corabMainRed);
}

.bg-cp-inverse {
    color: var(--corabMainRed);
    background: white;
}

.bg-cp-red {
    background: var(--corabMainRed);
}

.bg-cp-inverse textarea.form-control:focus {
    border: 1px solid var(--corabMainRed);
    background-color: rgba(0,0,0,.0);
    box-shadow: 0 0 0 0.2rem rgba(204, 30, 30, 0.5);
}


.cp-element-options-button {
    background-color: var(--corabMainRed);
    border: 1px solid var(--corabMainRed);
    color: white;
    padding: 6px 10px;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 0.25rem;
    text-transform: uppercase;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
    text-decoration: none;
    line-height: 1.5;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-sizing: border-box;
    user-select: none;
}

.cp-element-options-button:hover {
    background-color: white;
    border: 1px solid var(--corabMainRed);
    color: var(--corabMainRed);
}

.cp-element-options-button.dark {
    background-color: var(--corabMainRedDarker);
    border: 1px solid var(--corabMainRedDarker);
}

.cp-element-options-button.dark:hover {
    background-color: white;
    border: 1px solid var(--corabMainRedDarker);
    color: var(--corabMainRedDarker);
}

.cp-element-options-button.black {
    background-color: var(--corabMainBlack);
    border: 1px solid var(--corabMainBlack);
}

.cp-element-options-button.black:hover {
    background-color: white;
    border: 1px solid var(--corabMainBlack);
    color: var(--corabMainBlack);
}

.cp-element-options-button-right {
    color: var(--corabMainRed) !important;
    padding: 3px 10px;
    border: 2px solid var(--corabMainRed);
    border-radius: 15px;
    font-size: 12px;
    float: right;
    margin-right: 5px;
}

.color-tabs .nav-link.active, .color-tabs .nav-item.show>.nav-link {
    color: #fff;
    background-color: transparent;
    border-color: #fff #fff #fff;
    border-bottom: 4px solid #fff;
}

.nav-tabs-primary.nav-tabs{
    border-bottom: 1px solid #7934f3;
}

.nav-tabs-primary .nav-link.active, .nav-tabs-primary .nav-item.show>.nav-link {
    color: #7934f3;
    background-color: transparent;
    border-color: #7934f3 #7934f3 #fff;
    border-bottom: 4px solid #7934f3;
}

.nav-tabs-success.nav-tabs{
    border-bottom: 1px solid #04b962;
}

.nav-tabs-success .nav-link.active, .nav-tabs-success .nav-item.show>.nav-link {
    color: #04b962;
    background-color: transparent;
    border-color: #04b962 #04b962 #fff;
    border-bottom: 4px solid #04b962;
}

.nav-tabs-info.nav-tabs{
    border-bottom: 1px solid #14b6ff;
}

.nav-tabs-info .nav-link.active, .nav-tabs-info .nav-item.show>.nav-link {
    color: #14b6ff;
    background-color: transparent;
    border-color: #14b6ff #14b6ff #fff;
    border-bottom: 4px solid #14b6ff;
}

.nav-tabs-danger.nav-tabs{
    border-bottom: 1px solid #f43643;
}

.nav-tabs-danger .nav-link.active, .nav-tabs-danger .nav-item.show>.nav-link {
    color: #f43643;
    background-color: transparent;
    border-color: #f43643 #f43643 #fff;
    border-bottom: 3px solid #f43643;
}

.nav-tabs-warning.nav-tabs{
    border-bottom: 1px solid #ff8800;
}

.nav-tabs-warning .nav-link.active, .nav-tabs-warning .nav-item.show>.nav-link {
    color: #ff8800;
    background-color: transparent;
    border-color: #ff8800 #ff8800 #fff;
    border-bottom: 4px solid #ff8800;
}

.nav-tabs-dark.nav-tabs{
    border-bottom: 1px solid #353434;
}

.nav-tabs-dark .nav-link.active, .nav-tabs-dark .nav-item.show>.nav-link {
    color: #353434;
    background-color: #fff;
    border-color: #353434 #353434 #fff;
    border-bottom: 4px solid #353434;
}

.nav-tabs-secondary.nav-tabs{
    border-bottom: 1px solid #94614f;
}
.nav-tabs-secondary .nav-link.active, .nav-tabs-secondary .nav-item.show>.nav-link {
    color: #94614f;
    background-color: transparent;
    border-color: #94614f #94614f #fff;
    border-bottom: 4px solid #94614f;
}

.tabs-vertical .nav-tabs .nav-link {
    color: #4c4c4c;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 2px;
    margin-right: -1px;
    padding: 12px 1px;
    text-transform: uppercase;
    border: 1px solid transparent;
    border-radius: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.tabs-vertical .nav-tabs{
    border:0;
    border-right: 1px solid #dee2e6;
}

.tabs-vertical .nav-tabs .nav-item.show .nav-link, .tabs-vertical .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    border-bottom: 1px solid #dee2e6;
    border-right: 0;
    border-left: 1px solid #dee2e6;
}

.tabs-vertical-primary.tabs-vertical .nav-tabs{
    border:0;
    border-right: 1px solid #7934f3;
}

.tabs-vertical-primary.tabs-vertical .nav-tabs .nav-item.show .nav-link, .tabs-vertical-primary.tabs-vertical .nav-tabs .nav-link.active {
    color: #7934f3;
    background-color: transparent;
    border-color: #7934f3 #7934f3 #fff;
    border-bottom: 1px solid #7934f3;
    border-right: 0;
    border-left: 3px solid #7934f3;
}

.tabs-vertical-success.tabs-vertical .nav-tabs{
    border:0;
    border-right: 1px solid #04b962;
}

.tabs-vertical-success.tabs-vertical .nav-tabs .nav-item.show .nav-link, .tabs-vertical-success.tabs-vertical .nav-tabs .nav-link.active {
    color: #04b962;
    background-color: transparent;
    border-color: #04b962 #04b962 #fff;
    border-bottom: 1px solid #04b962;
    border-right: 0;
    border-left: 3px solid #04b962;
}

.tabs-vertical-info.tabs-vertical .nav-tabs{
    border:0;
    border-right: 1px solid #14b6ff;
}

.tabs-vertical-info.tabs-vertical .nav-tabs .nav-item.show .nav-link, .tabs-vertical-info.tabs-vertical .nav-tabs .nav-link.active {
    color: #14b6ff;
    background-color: transparent;
    border-color: #14b6ff #14b6ff #fff;
    border-bottom: 1px solid #14b6ff;
    border-right: 0;
    border-left: 3px solid #14b6ff;
}

.tabs-vertical-danger.tabs-vertical .nav-tabs{
    border:0;
    border-right: 1px solid #f43643;
}

.tabs-vertical-danger.tabs-vertical .nav-tabs .nav-item.show .nav-link, .tabs-vertical-danger.tabs-vertical .nav-tabs .nav-link.active {
    color: #f43643;
    background-color: transparent;
    border-color: #f43643 #f43643 #fff;
    border-bottom: 1px solid #f43643;
    border-right: 0;
    border-left: 3px solid #f43643;
}

.tabs-vertical-warning.tabs-vertical .nav-tabs{
    border:0;
    border-right: 1px solid #ff8800;
}

.tabs-vertical-warning.tabs-vertical .nav-tabs .nav-item.show .nav-link, .tabs-vertical-warning.tabs-vertical .nav-tabs .nav-link.active {
    color: #ff8800;
    background-color: transparent;
    border-color: #ff8800 #ff8800 #fff;
    border-bottom: 1px solid #ff8800;
    border-right: 0;
    border-left: 3px solid #ff8800;
}

.tabs-vertical-dark.tabs-vertical .nav-tabs{
    border:0;
    border-right: 1px solid #353434;
}

.tabs-vertical-dark.tabs-vertical .nav-tabs .nav-item.show .nav-link, .tabs-vertical-dark.tabs-vertical .nav-tabs .nav-link.active {
    color: #353434;
    background-color: transparent;
    border-color: #353434 #353434 #fff;
    border-bottom: 1px solid #353434;
    border-right: 0;
    border-left: 3px solid #353434;
}

.tabs-vertical-secondary.tabs-vertical .nav-tabs{
    border:0;
    border-right: 1px solid #94614f;
}

.tabs-vertical-secondary.tabs-vertical .nav-tabs .nav-item.show .nav-link, .tabs-vertical-secondary.tabs-vertical .nav-tabs .nav-link.active {
    color: #94614f;
    background-color: transparent;
    border-color: #94614f #94614f #fff;
    border-bottom: 1px solid #94614f;
    border-right: 0;
    border-left: 3px solid #94614f;
}

.nav-pills .nav-link {
    border-radius: .25rem;
    color: #4c4c4c;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 3px;
    padding: 12px 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}

.nav-pills .nav-link:hover {
    background-color: transparent;
}

.nav-pills .nav-link i{
    margin-right:2px;
    font-weight: 600;
}

.top-icon.nav-pills .nav-link i{
    margin: 0px;
    font-weight: 500;
    display: block;
    font-size: 20px;
    padding: 5px 0;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--corabMainRed);
}

.nav-pills-primary .nav-item .nav-link:not(.active) {
    border: 1px solid var(--corabMainRed);
    color: var(--corabMainRed);
}

.color-pills .nav-link{
    color: #fff;
}
.color-pills .nav-link:hover{
    color: #353434;
    background-color: #fff;
}
.color-pills .nav-link.active, .color-pills .show>.nav-link {
    color: #353434;
    background-color: #fff;
}

.nav-pills-success .nav-link.active, .nav-pills-success .show>.nav-link {
    color: #fff;
    background-color: var(--corabMainRed);
}

.nav-pills-info .nav-link.active, .nav-pills-info .show>.nav-link {
    color: #fff;
    background-color: #14b6ff;
}

.nav-pills-danger .nav-link.active, .nav-pills-danger .show>.nav-link{
    color: #fff;
    background-color: #f43643;
}

.nav-pills-warning .nav-link.active, .nav-pills-warning .show>.nav-link {
    color: #fff;
    background-color: var(--corabMainRed);
}

.nav-pills-dark .nav-link.active, .nav-pills-dark .show>.nav-link {
    color: #fff;
    background-color: #353434;
}

.nav-pills-secondary .nav-link.active, .nav-pills-secondary .show>.nav-link {
    color: #fff;
    background-color: #94614f;
}
.nav-pills-custom .nav-link.active, .nav-pills-white .show>.nav-link {
    color: #fff;
    background: linear-gradient(180deg, #8f50ff, #d13adf);
}
.nav-pills-custom .nav-link{
    padding: 6px 14px;
    border-radius: 1.25rem;
    font-size: 12px;
}
.card .tab-content{
    padding: 1rem 0 0 0;
}

/* Accordions */
#accordion1 .card-header button:before,
#accordion2 .card-header button:before,
#accordion3 .card-header button:before,
#accordion4 .card-header button:before,
#accordion5 .card-header button:before,
#accordion6 .card-header button:before,
#accordion7 .card-header button:before,
#accordion8 .card-header button:before {
    float: left !important;
    font-family: FontAwesome;
    content:"\f105";
    padding-right: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#accordion1 .card-header button.collapsed:before,
#accordion2 .card-header button.collapsed:before,
#accordion3 .card-header button.collapsed:before,
#accordion4 .card-header button.collapsed:before,
#accordion5 .card-header button.collapsed:before,
#accordion6 .card-header button.collapsed:before,
#accordion7 .card-header button.collapsed:before,
#accordion8 .card-header button.collapsed:before {
    content:"\f107";
}



/* Progress Bars */

.progress {
    display: -ms-flexbox;
    display: flex;
    height: .5rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: .25rem;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    transition: width .6s ease;
}

.progress-content{
    margin-bottom: 10px;
}
.progress-label {
    font-size: .625rem;
    font-weight: 600;
    display: inline-block;
    padding: .25rem 1rem;
    text-transform: uppercase;
    color: #7934f3;
    border-radius: 30px;
    background: rgba(94, 114, 228, .1);
}
.progress-percentage {
    float: right;
}


/* Background Colors */
.bg-primary {
    background-color: #7934f3!important;
}
.bg-success {
    background-color: #04b962!important;
}
.bg-info {
    background-color: #14b6ff!important;
}
.bg-secondary {
    background-color: #94614f!important;
}
.bg-danger {
    background-color: #f43643!important;
}
.bg-dark {
    background-color: #0a151f!important;
}
.bg-dark-light {
    background-color: rgba(0,0,0,.25)!important;
}
.bg-warning {
    background-color: #ff8800!important;
}
.bg-light {
    background-color: rgba(255,255,255,.125)!important;
}
.bg-contrast {
    background: rgba(255, 255, 255, 0.30)!important;
}
.bg-body {
    background: rgb(247, 247, 255)!important;
}

.bg-primary-light1 {
    background-color: rgba(144, 79, 254, 0.22);
}
.bg-primary-light2 {
    background-color: rgba(144, 79, 254, 0.42);
}

.gradient-primary-light {
    background-color: #8f50ff;
    background-image: radial-gradient(circle 30px at center, #f8aeff, #8f50ff)!important;
}

.bg-success-light1 {
    background-color: rgba(8, 165, 14, 0.22);
}
.bg-success-light2 {
    background-color: rgba(8, 165, 14, 0.42);
}

.gradient-success-light {
    background-color: #0aa60f;
    background-image: radial-gradient(circle 30px at center, rgb(202, 219, 52), rgb(10, 166, 15))!important;
}

.bg-info-light1 {
    background-color: rgba(0, 129, 255, 0.22);
}
.bg-info-light2 {
    background-color: rgba(0, 129, 255, 0.42);
}

.gradient-info-light {
    background-color: #0074ff;
    background-image: radial-gradient(circle 30px at center, rgb(113, 222, 253), rgb(0, 116, 255))!important;
}

.bg-danger-light1 {
    background-color: rgba(245, 13, 85, 0.22);
}
.bg-danger-light2 {
    background-color: rgba(245, 13, 85, 0.42);
}

.gradient-danger-light {
    background-color: #f50d55;
    background-image: radial-gradient(circle 30px at center, rgb(251, 208, 206), #f50d55)!important;
}

.bg-warning-light1 {
    background-color: rgba(247, 151, 30, 0.22);
}
.bg-warning-light2 {
    background-color: rgba(247, 152, 30, 0.42);
}

.gradient-warning-light {
    background-color: #f7981e;
    background-image: radial-gradient(circle 30px at center, rgb(253, 239, 176), #f7981e)!important;
}

.bg-secondary-light1 {
    background-color: rgba(247, 3, 254, 0.22);
}
.bg-secondary-light2 {
    background-color: rgba(247, 3, 254, 0.42);
}

.gradient-secondary-light {
    background-color: #f703fe;
    background-image: radial-gradient(circle 30px at center, rgb(254, 219, 255), #f703fe)!important;
}

.bg-dark-light1 {
    background-color: rgba(0, 0, 0, 0.22);
}
.bg-dark-light2 {
    background-color: rgba(0, 0, 0, 0.42);
}

.gradient-dark-light {
    background-color: #000000;
    background-image: radial-gradient(circle 30px at center, rgb(173, 172, 172), #000000)!important;
}

.bg-white-light1 {
    background-color: rgba(255, 255, 255, 0.22);
}
.bg-white-light2 {
    background-color: rgba(255, 255, 255, 0.42);
}

.gradient-white-light {
    background-color: #ffffff;
    background-image: radial-gradient(circle 30px at center, rgb(255, 255, 255), rgba(0, 0, 0, 0.78))!important;
}

.bg-facebook {
    background-color: #3b5998!important;
}
.bg-twitter {
    background-color: #55acee!important;
}
.bg-google-plus {
    background-color: #dd4b39!important;
}
.bg-linkedin {
    background-color: #0976b4!important;
}
.bg-pinterest {
    background-color: #cc2127!important;
}
.bg-youtube {
    background-color: #e52d27!important;
}
.bg-tumblr {
    background-color: #35465c!important;
}
.bg-github {
    background-color: #333333!important;
}
.bg-behance {
    background-color: #1769ff!important;
}
.bg-dribbble {
    background-color: #ea4c89!important;
}
.bg-skype {
    background-color: #00aff0!important;
}

.gradient-bloody{
    background: #f54ea2;
    background: -webkit-linear-gradient(45deg, #f54ea2, #ff7676)!important;
    background: linear-gradient(45deg, #f54ea2, #ff7676)!important;
}

.gradient-scooter{
    background: #4facfe;
    background: -webkit-linear-gradient(45deg, #4facfe 0%, #00f2fe 100%)!important;
    background: linear-gradient(45deg, #4facfe 0%, #00f2fe 100%)!important;
}

.gradient-blooker{
    background: #fa709a;
    background: -webkit-linear-gradient(45deg, #fa709a 0%, #fee140 100%)!important;
    background: linear-gradient(45deg, #fa709a 0%, #fee140 100%)!important;
}

.gradient-quepal{
    background: #11998e;
    background: -webkit-linear-gradient(45deg, #11998e, #38ef7d)!important;
    background: linear-gradient(45deg, #11998e, #38ef7d)!important;
}

.gradient-purpink{
    background: #7f00ff;
    background: -webkit-linear-gradient(45deg, #7f00ff, #e100ff)!important;
    background: linear-gradient(45deg, #7f00ff, #e100ff)!important;
}

.gradient-ibiza{
    background: #ee0979;
    background: -webkit-linear-gradient(45deg, #ee0979, #ff6a00)!important;
    background: linear-gradient(45deg, #ee0979, #ff6a00)!important;
}

.gradient-deepblue{
    background: #6a11cb;
    background: -webkit-linear-gradient(45deg, #6a11cb, #2575fc)!important;
    background: linear-gradient(45deg, #6a11cb , #2575fc)!important;
}

.gradient-branding{
    background: #6a11cb;
    background: -webkit-linear-gradient(180deg, #2af598, #009efd)!important;
    background: linear-gradient(180deg, #2af598, #009efd)!important;
}

.gradient-ohhappiness {
    background: #00b09b;
    background: -webkit-linear-gradient(45deg, #00b09b, #96c93d)!important;
    background: linear-gradient(45deg, #00b09b, #96c93d)!important;
}

.gradient-dusk{
    background: #2c3e50;
    background: -webkit-linear-gradient(45deg, #2c3e50, #fd746c)!important;
    background: linear-gradient(45deg, #2c3e50, #fd746c)!important;
}

.gradient-meridian{
    background: #283c86;
    background: -webkit-linear-gradient(45deg, #283c86, #45a247)!important;
    background: linear-gradient(45deg, #283c86, #45a247)!important;
}

.gradient-violet{
    background: #4776e6;
    background: -webkit-linear-gradient(45deg, #4776e6, #8e54e9)!important;
    background: linear-gradient(45deg, #4776e6, #8e54e9)!important;
}

.gradient-titanium{
    background: #283048;
    background: -webkit-linear-gradient(45deg, #283048, #859398)!important;
    background: linear-gradient(45deg, #283048, #859398)!important;
}

.gradient-shifter{
    background: #bc4e9c;
    background: -webkit-linear-gradient(45deg, #bc4e9c, #f80759)!important;
    background: linear-gradient(45deg, #bc4e9c, #f80759)!important;
}

.gradient-army{
    background: #414d0b;
    background: -webkit-linear-gradient(45deg, #414d0b, #727a17)!important;
    background: linear-gradient(45deg, #414d0b, #727a17)!important;
}

.gradient-orange{
    background: #fc4a1a;
    background: -webkit-linear-gradient(45deg, #fc4a1a, #f7b733)!important;
    background: linear-gradient(45deg, #fc4a1a, #f7b733)!important;
}

.gradient-yoda{
    background: #ff0099;
    background: -webkit-linear-gradient(45deg, #ff0099, #493240)!important;
    background: linear-gradient(45deg, #ff0099, #493240)!important;
}

.gradient-royal{
    background: #141e30;
    background: -webkit-linear-gradient(45deg, #141e30, #2c527d)!important;
    background: linear-gradient(45deg, #141e30, #2c527d)!important;
}

.gradient-knight{
    background: #ba8b02;
    background: -webkit-linear-gradient(45deg, #ba8b02, #181818)!important;
    background: linear-gradient(45deg, #ba8b02, #181818)!important;
}

.gradient-forest{
    background: #000428;
    background: -webkit-linear-gradient(45deg, #000428, #004e92)!important;
    background: linear-gradient(45deg, #000428, #004e92)!important;
}

.gradient-redmist{
    background: #353434;
    background: -webkit-linear-gradient(45deg, #353434, #e74c3c)!important;
    background: linear-gradient(45deg, #353434, #e74c3c)!important;
}

.gradient-steelgray{
    background: #1f1c2c;
    background: -webkit-linear-gradient(45deg, #1f1c2c, #928dab)!important;
    background: linear-gradient(45deg, #1f1c2c, #928dab)!important;
}

.gradient-influenza{
    background: #c04848;
    background: -webkit-linear-gradient(45deg, #c04848, #480048)!important;
    background: linear-gradient(45deg, #c04848, #480048)!important;
}

.gradient-sylvia{
    background: #ff4b1f;
    background: -webkit-linear-gradient(45deg, #ff4b1f, #ff9068)!important;
    background: linear-gradient(45deg, #ff4b1f, #ff9068)!important;
}

.gradient-jshine{
    background: #12c2e9;
    background: -webkit-linear-gradient(45deg, #12c2e9, #c471ed, #f64f59)!important;
    background: linear-gradient(45deg, #12c2e9, #c471ed, #f64f59)!important;
}

.gradient-lovekiss{
    background: #ff0844;
    background: -webkit-linear-gradient(45deg, #ff0844, #ffb199)!important;
    background: linear-gradient(45deg, #ff0844 0%, #ffb199 100%)!important;
}

.gradient-hossein{
    background: #f7ff00;
    background: -webkit-linear-gradient(45deg, #f7ff00, #db36a4)!important;
    background: linear-gradient(45deg, #f7ff00, #db36a4)!important;
}

.gradient-primary{
    background: #8f50ff;
    background: -webkit-linear-gradient(180deg, #8f50ff, #d13adf)!important;
    background: linear-gradient(180deg, #8f50ff, #d13adf)!important;
}

.gradient-info{
    background: #00c8ff;
    background: -webkit-linear-gradient(180deg, #00c8ff, #0072ff)!important;
    background: linear-gradient(180deg, #00c8ff, #0072ff)!important;
}
.gradient-danger{
    background: #ff5447;
    background: -webkit-linear-gradient(180deg, #ff5447, #f1076f)!important;
    background: linear-gradient(180deg, #ff5447, #f1076f)!important;
}
.gradient-success{
    background: #08a50e;
    background: -webkit-linear-gradient(180deg, #08a50e, #cddc35)!important;
    background: linear-gradient(180deg, #08a50e, #cddc35)!important;
}
.gradient-warning{
    background: #f7971e;
    background: -webkit-linear-gradient(180deg, #f7971e, #ffd200)!important;
    background: linear-gradient(180deg, #f7971e, #ffd200)!important;
}
.gradient-secondary{
    background: #fc00ff;
    background: -webkit-linear-gradient(180deg, #fc00ff, #00dbde)!important;
    background: linear-gradient(180deg, #fc00ff, #00dbde)!important;
}
.gradient-esinto {
    background: #0a0707;
    background-image: -webkit-linear-gradient(45deg, #0a0707 50%, #FF9800 50%);
    background-image: linear-gradient(45deg, #0a0707 50%, #FF9800 50%);
    border: 0px solid rgba(255,255,255,.125);
}
.gradient-dunada {
    background: #0a0707;
    background-image: -webkit-linear-gradient(45deg, #000000 50%, #0085ff 50%);
    background-image: linear-gradient(45deg, #000000 50%, #0085ff 50%);
    border: 0px solid rgba(255,255,255,.125);
}
.gradient-linga {
    background: #0a0707;
    background-image: -webkit-linear-gradient(45deg, #000000 50%, #7020ff 50%);
    background-image: linear-gradient(45deg, #000000 50%, #7020ff 50%);
    border: 0px solid rgba(255,255,255,.125);
}
.gradient-blkw {
    background: #0a0707;
    background-image: -webkit-linear-gradient(45deg, #000000 50%, #fff 50%);
    background-image: linear-gradient(45deg, #000000 50%, #fff 50%);
    border: 0px solid rgba(255,255,255,.125);
}
.gradient-rainbow {
    background: #00bfc8;
    background-image: -webkit-radial-gradient(circle 248px at center, rgb(0, 242, 96), rgb(5, 117, 230));
    background-image: radial-gradient(circle 248px at center, rgb(0, 242, 96), rgb(5, 117, 230));
    border: 0px solid rgba(255,255,255,.125);
}
.gradient-smile {
    background: #16d9e3;
    background-image: -webkit-radial-gradient(circle 248px at center, #16d9e3 0%, #30c7ec 47%, #46aef7 100%);
    background-image: radial-gradient(circle 248px at center, #609cf7 0%, #0741cc 47%, #3F51B5 100%);
    border: 0px solid rgba(255,255,255,.125);
}
.gradient-veer {
    background: #799f0c;
    background-image: -webkit-radial-gradient(circle 248px at center, rgb(255, 224, 0), rgb(121, 159, 12));
    background-image: radial-gradient(circle 248px at center, rgb(255, 224, 0), rgb(121, 159, 12));
    border: 0px solid rgba(255,255,255,.125);
}
.gradient-worldcup {
    background: #f14793;
    background-image: -webkit-radial-gradient(circle 248px at center, #f14793, #5204ce);
    background-image: radial-gradient(circle 248px at center, #f14793, #5204ce);
    border: 0px solid rgba(255,255,255,.125);
}
.gradient-pinki {
    background: #f1ea07;
    background-image: -webkit-radial-gradient(circle 248px at center, #f1ea07, #f10707);
    background-image: radial-gradient(circle 248px at center, #f1ea07, #f10707);
    border: 0px solid rgba(255,255,255,.125);
}
.gradient-multiple-colors {
    background-image: linear-gradient(567deg, rgba(165, 42, 4, 0.89), rgba(113, 102, 8, 0.89), rgba(13, 95, 16, 0.93), rgba(4, 79, 88, 0.94), rgba(19, 56, 86, 0.9), rgba(24, 32, 78, 0.94), rgba(100, 8, 115, 0.95));
    background-size: 100% 100%;
    background-position: center;
    transition: background .3s;
    border: 0px solid rgba(255,255,255,.125);
}
.texture-info{
    background-image: url(../images/textures/1.png);
    background-size: cover;
    background-position: center;
}

.texture-danger{
    background-image: url(../images/textures/2.png);
    background-size: cover;
    background-position: center;
}

.texture-success{
    background-image: url(../images/textures/3.png);
    background-size: cover;
    background-position: center;
}

.texture-warning{
    background-image: url(../images/textures/4.png);
    background-size: cover;
    background-position: center;
}

.texture-primary{
    background-image: url(../images/textures/5.png);
    background-size: cover;
    background-position: center;
}

.texture-wave-a{
    background-image: url(../images/textures/texture-a.png);
    background-size: cover;
    background-position: center;
}
.texture-wave-b{
    background-image: url(../images/textures/texture-b.png);
    background-size: cover;
    background-position: center;
}
.texture-wave-c{
    background-image: url(../images/textures/texture-c.png);
    background-size: cover;
    background-position: center;
}
.texture-wave-d{
    background-image: url(../images/textures/texture-d.png);
    background-size: cover;
    background-position: center;
}
.texture-wave-e{
    background-image: url(../images/textures/texture-e.png);
    background-size: cover;
    background-position: center;
}
.texture-wave-f{
    background-image: url(../images/textures/texture-f.png);
    background-size: cover;
    background-position: center;
}

/* Borders */

.border-left-xs {
    border-left: 1px solid !important;
}

.border-right-xs {
    border-right: 1px solid !important;
}

.border-top-xs {
    border-top: 1px solid !important;
}

.border-bottom-xs {
    border-bottom: 1px solid !important;
}

.border-left-sm {
    border-left: 2px solid !important;
}

.border-right-sm {
    border-right: 2px solid !important;
}

.border-top-sm {
    border-top: 2px solid !important;
}

.border-bottom-sm {
    border-bottom: 2px solid !important;
}

.border-left-md {
    border-left: 3px solid !important;
}

.border-right-md {
    border-right: 3px solid !important;
}

.border-top-md {
    border-top: 3px solid !important;
}

.border-bottom-md {
    border-bottom: 3px solid !important;
}

.border-left-lg {
    border-left: 4px solid !important;
}

.border-right-lg {
    border-right: 4px solid !important;
}

.border-top-lg {
    border-top: 4px solid !important;
}

.border-bottom-lg {
    border-bottom: 4px solid !important;
}

.border-sm {
    border: 3px solid;
}
.border-primary {
    border-color: #7934f3!important;
}
.border-success {
    border-color: #04b962!important;
}
.border-info {
    border-color: #14b6ff!important;
}
.border-secondary {
    border-color: #94614f!important;
}
.border-secondary-light {
    border-color: #33444a!important;
}
.border-danger {
    border-color: #f43643!important;
}
.border-dark {
    border-color: #353434!important;
}

.border-white {
    border-color: #fff!important;
}

.border-white-2 {
    border-color: rgba(255, 255, 255, 0.33)!important
}
.border-white-3 {
    border-color: rgba(255, 255, 255, 0.12)!important
}
.border-warning {
    border-color: #ff8800!important;
}
.border-light {
    border-color: rgba(0, 0, 0, 0.1)!important;
}
.border-light-2 {
    border-color: rgba(0, 0, 0, 0.08)!important;
}
.border-light-3 {
    border-color: rgba(0, 0, 0, 0.05)!important;
}

/* Text Colors */
.text-primary {
    color: #7934f3!important;
}
.text-success {
    color: #04b962!important;
}
.text-info {
    color: #14b6ff!important;
}
.text-secondary {
    color: #94614f!important;
}
.text-danger {
    color: #f43643!important;
}
.text-dark {
    color: #0a151f!important;
}
.text-warning {
    color: #ff8800!important;
}
.text-light {
    color: rgba(255,255,255,.125)!important;
}

.text-light-1 {
    color: rgba(255, 255, 255, 0.70)!important;
}
.text-light-2 {
    color: rgba(255, 255, 255, 0.50)!important;
}
.text-light-3 {
    color: rgba(255, 255, 255, 0.20)!important;
}
.text-gradient-primary{
    background: linear-gradient(180deg, #8f50ff, #d13adf);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-gradient-info{
    background: linear-gradient(180deg, #00c8ff, #0072ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-gradient-danger{
    background: linear-gradient(180deg, #ff5447, #f1076f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-gradient-success{
    background: linear-gradient(180deg, #08a50e, #cddc35);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-gradient-warning{
    background: linear-gradient(180deg, #f7971e, #ffd200);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-gradient-secondary{
    background: linear-gradient(180deg, #fc00ff, #00dbde);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-google {
    color: #dd4b39!important;
}

.text-facebook {
    color: #3b5998!important;
}

.text-twitter {
    color: #55acee!important;
}

.text-linkedin {
    color: #0976b4!important;
}

.text-behance {
    color: #1769ff!important;
}

.text-dribbble {
    color: #ea4c89!important;
}

.text-github {
    color: #333333!important;
}

.text-youtube {
    color: #e52d27!important;
}

/* Shadows */

.shadow-primary{
    box-shadow: 3px 5px 20px #7934f3!important;
}
.shadow-secondary{
    box-shadow: 3px 5px 20px #94614f!important;
}
.shadow-success{
    box-shadow: 3px 5px 20px #04b962!important;
}
.shadow-danger{
    box-shadow: 3px 5px 20px #f43643!important;
}
.shadow-warning{
    box-shadow: 3px 5px 20px #ff8800!important;
}
.shadow-info{
    box-shadow: 3px 5px 20px #14b6ff!important;
}
.shadow-light{
    box-shadow: 3px 5px 20px #bcbdbd!important;
}
.shadow-dark{
    box-shadow: 3px 5px 20px #000000!important;
}


.shadow-facebook{
    box-shadow: 0 7px 30px rgba(59, 89, 152, 0.82);
}
.shadow-twitter{
    box-shadow: 0 7px 30px rgba(85, 172, 238, 0.82);
}

.shadow-gogle-plus{
    box-shadow: 0 7px 30px rgba(221, 75, 57, 0.82);
}
.shadow-linkedin{
    box-shadow: 0 7px 30px rgba(9, 118, 180, 0.82);
}
.shadow-pinterest{
    box-shadow: 0 7px 30px rgba(204, 33, 39, 0.82);
}
.shadow-youtube{
    box-shadow: 0 7px 30px rgba(229, 45, 39, 0.82);
}
.shadow-tumblr{
    box-shadow: 0 7px 30px rgba(53, 70, 92, 0.82);
}
.shadow-github{
    box-shadow: 0 7px 30px rgba(51, 51, 51, 0.82);
}
.shadow-behance{
    box-shadow: 0 7px 30px rgba(23, 105, 255, 0.82);
}
.shadow-dribbble{
    box-shadow: 0 7px 30px rgba(234, 76, 137, 0.82);
}
.shadow-skype{
    box-shadow: 0 7px 30px rgba(0, 175, 240, 0.82);
}

.popover-header{
    background-color: var(--corabMainRed);
    color: white;
}

.popover{
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.15);
    border: none;
}

.CalculationEditNoteIcon {
    font-size: 18px;
    cursor: help;
}

/* CheckBoxes & Radios */

[class*="icheck-material"] {
    min-height: 22px;
    margin-top: 6px;
    margin-bottom: 6px ;
    padding-left: 0px; }
[class*="icheck-material"] > label {
    padding-left: 29px !important;
    min-height: 22px;
    line-height: 22px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }
[class*="icheck-material"] > input:first-child {
    position: absolute !important;
    opacity: 0;
    margin: 0;
    background-color: #787878;
    border-radius: 50%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    display: block;
    width: 22px;
    height: 22px;
    outline: none;
    transform: scale(2);
    -ms-transform: scale(2);
    transition: opacity 0.3s, transform 0.3s; }
[class*="icheck-material"] > input:first-child:disabled {
    cursor: default; }
[class*="icheck-material"] > input:first-child:disabled + label,
[class*="icheck-material"] > input:first-child:disabled + input[type="hidden"] + label,
[class*="icheck-material"] > input:first-child:disabled + label::before,
[class*="icheck-material"] > input:first-child:disabled + input[type="hidden"] + label::before {
    pointer-events: none;
    cursor: default;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65; }
[class*="icheck-material"] > input:first-child + label::before,
[class*="icheck-material"] > input:first-child + input[type="hidden"] + label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(0, 0, 0, 0.46);
    border-radius: .25rem;
    margin-left: -29px;
    box-sizing: border-box; }
[class*="icheck-material"] > input:first-child:checked + label::after,
[class*="icheck-material"] > input:first-child:checked + input[type="hidden"] + label::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 10px;
    border: solid 2px #fff;
    border-left: none;
    border-top: none;
    transform: translate(7.75px, 4.5px) rotate(45deg);
    -ms-transform: translate(7.75px, 4.5px) rotate(45deg);
    box-sizing: border-box; }
[class*="icheck-material"] > input:first-child:not(:checked):not(:disabled):hover + label::before,
[class*="icheck-material"] > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-width: 2px; }
[class*="icheck-material"] > input:first-child::-ms-check {
    opacity: 0;
    border-radius: 50%; }
[class*="icheck-material"] > input:first-child:active {
    transform: scale(0);
    -ms-transform: scale(0);
    opacity: 1;
    transition: opacity 0s, transform 0s; }
[class*="icheck-material"] > input[type="radio"]:first-child + label::before,
[class*="icheck-material"] > input[type="radio"]:first-child + input[type="hidden"] + label::before {
    border-radius: 50%; }
[class*="icheck-material"] > input[type="radio"]:first-child:checked + label::before,
[class*="icheck-material"] > input[type="radio"]:first-child:checked + input[type="hidden"] + label::before {
    background-color: transparent; }
[class*="icheck-material"] > input[type="radio"]:first-child:checked + label::after,
[class*="icheck-material"] > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    top: 5px;
    left: 5px;
    transform: none;
    -ms-transform: none; }
[class*="icheck-material"] > input[type="checkbox"]:first-child:checked + label::after,
[class*="icheck-material"] > input[type="checkbox"]:first-child:checked + input[type="hidden"] + label::after {
    width: 6px;
    height: 12px;
    transform: translate(7px, 2px) rotate(45deg);
    -ms-transform: translate(7px, 2px) rotate(45deg); }

.icheck-inline {
    display: inline-block; }
.icheck-inline + .icheck-inline {
    margin-left: .75rem;
    margin-top: 6px; }

.icheck-material-primary > input:first-child {
    background-color: var(--corabMainRed); }
.icheck-material-primary > input:first-child::-ms-check {
    background-color: var(--corabMainRed); }
.icheck-material-primary > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-primary > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: var(--corabMainRed); }
.icheck-material-primary > input:first-child:checked + label::before,
.icheck-material-primary > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: var(--corabMainRed);
    border-color: var(--corabMainRed); }
.icheck-material-primary > input:first-child:checked + label::after,
.icheck-material-primary > input:first-child:checked + input[type="hidden"] + label::after {
    border-bottom-color: #fff;
    border-right-color: #fff; }

.icheck-material-primary > input[type="radio"]:first-child:checked + label::after,
.icheck-material-primary > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
    background-color: var(--corabMainRed); }


.icheck-material-success > input:first-child {
    background-color: #04b962; }
.icheck-material-success > input:first-child::-ms-check {
    background-color: #04b962; }
.icheck-material-success > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-success > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #04b962; }
.icheck-material-success > input:first-child:checked + label::before,
.icheck-material-success > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #04b962;
    border-color: #04b962; }
.icheck-material-success > input:first-child:checked + label::after,
.icheck-material-success > input:first-child:checked + input[type="hidden"] + label::after {
    border-bottom-color: #fff;
    border-right-color: #fff; }

.icheck-material-success > input[type="radio"]:first-child:checked + label::after,
.icheck-material-success > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
    background-color: #04b962; }


.icheck-material-danger > input:first-child, .icheck-material-danger > span:first-child {
    background-color: var(--corabMainRed); }
.icheck-material-danger > input:first-child::-ms-check {
    background-color: #f43643; }
.icheck-material-danger > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-danger > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #f43643; }
.icheck-material-danger > input:first-child:checked + label::before,
.icheck-material-danger > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #f43643;
    border-color: #f43643; }
.icheck-material-danger > input:first-child:checked + label::after,
.icheck-material-danger > input:first-child:checked + input[type="hidden"] + label::after {
    border-bottom-color: #fff;
    border-right-color: #fff; }

.icheck-material-danger > input[type="radio"]:first-child:checked + label::after,
.icheck-material-danger > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
    background-color: #f43643; }


.icheck-material-info > input:first-child {
    background-color: #14b6ff; }
.icheck-material-info > input:first-child::-ms-check {
    background-color: #14b6ff; }
.icheck-material-info > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-info > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #14b6ff; }
.icheck-material-info > input:first-child:checked + label::before,
.icheck-material-info > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #14b6ff;
    border-color: #14b6ff; }
.icheck-material-info > input:first-child:checked + label::after,
.icheck-material-info > input:first-child:checked + input[type="hidden"] + label::after {
    border-bottom-color: #fff;
    border-right-color: #fff; }

.icheck-material-info > input[type="radio"]:first-child:checked + label::after,
.icheck-material-info > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
    background-color: #14b6ff; }


.icheck-material-warning > input:first-child {
    background-color: #ff8800; }
.icheck-material-warning > input:first-child::-ms-check {
    background-color: #ff8800; }
.icheck-material-warning > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-warning > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #ff8800; }
.icheck-material-warning > input:first-child:checked + label::before,
.icheck-material-warning > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #ff8800;
    border-color: #ff8800; }
.icheck-material-warning > input:first-child:checked + label::after,
.icheck-material-warning > input:first-child:checked + input[type="hidden"] + label::after {
    border-bottom-color: #fff;
    border-right-color: #fff; }

.icheck-material-warning > input[type="radio"]:first-child:checked + label::after,
.icheck-material-warning > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
    background-color: #ff8800; }


.icheck-material-secondary > input:first-child {
    background-color: #94614f; }
.icheck-material-secondary > input:first-child::-ms-check {
    background-color: #94614f; }
.icheck-material-secondary > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-secondary > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #94614f; }
.icheck-material-secondary > input:first-child:checked + label::before,
.icheck-material-secondary > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #94614f;
    border-color: #94614f; }
.icheck-material-secondary > input:first-child:checked + label::after,
.icheck-material-secondary > input:first-child:checked + input[type="hidden"] + label::after {
    border-bottom-color: #fff;
    border-right-color: #fff; }

.icheck-material-secondary > input[type="radio"]:first-child:checked + label::after,
.icheck-material-secondary > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
    background-color: #94614f; }


.icheck-material-dark > input:first-child {
    background-color: #000; }
.icheck-material-dark > input:first-child::-ms-check {
    background-color: #000; }
.icheck-material-dark > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-dark > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #000; }
.icheck-material-dark > input:first-child:checked + label::before,
.icheck-material-dark > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #000;
    border-color: #000;}
.icheck-material-dark > input:first-child:checked + label::after,
.icheck-material-dark > input:first-child:checked + input[type="hidden"] + label::after {
    border-bottom-color: #fff;
    border-right-color: #fff; }

.icheck-material-dark > input[type="radio"]:first-child:checked + label::after,
.icheck-material-dark > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
    background-color: #000; }

.icheck-material-white > input:first-child {
    background-color: #fff; }
.icheck-material-white > input:first-child::-ms-check {
    background-color: #fff; }
.icheck-material-white > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-white > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #fff; }
.icheck-material-white > input:first-child:checked + label::before,
.icheck-material-white > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #fff;
    border-color: #fff;}
.icheck-material-white > input:first-child:checked + label::after,
.icheck-material-white > input:first-child:checked + input[type="hidden"] + label::after {
    border-bottom-color: #000;
    border-right-color: #000; }

.icheck-material-white > input[type="radio"]:first-child:checked + label::after,
.icheck-material-white > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
    background-color: #fff; }

.input-group-addon [type=checkbox]:checked,
.input-group-addon [type=checkbox]:not(:checked),
.input-group-addon [type=radio]:checked,
.input-group-addon [type=radio]:not(:checked) {
    position: initial;
    opacity: 1;
    margin-top: 4px;
}

.navbar-sidenav-tooltip.show {
    display: none;
}

.card-body-icon {
    position: absolute;
    z-index: 0;
    top: -25px;
    right: -25px;
    font-size: 5rem;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
}


/* Authentication */

.card-authentication1 {
    width: 24rem;
}

.card-authentication2 {
    width: 52rem;
}

.bg-signup2{
    background-color: rgb(0, 140, 255);
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0.68)), url(https://via.placeholder.com/800X500);
    height: 100%;
    border-radius: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.bg-signin2{
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0.68)), url(https://via.placeholder.com/800X500);
    height: 100%;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.bg-reset-password2{
    background-color: rgb(0, 140, 255);
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0.68)), url(https://via.placeholder.com/800X500);
    height: 100%;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}


.footer {
    bottom: 0px;
    color: rgba(0, 0, 0, 0.65);
    text-align: center;
    padding: 12px 30px;
    position: absolute;
    right: 0;
    left: 250px;
    background-color: white;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#wrapper.toggled .footer{
    position: absolute;
    left: 0px;
}

.back-to-top {
    display: none;
    width: 40px;
    height: 40px;
    text-align: center;
    color: white;
    position: fixed;
    border-radius: 10%;
    bottom: 20px;
    right: 12px;
    background-color: #ff5722;
    z-index: 10000;
}
.back-to-top .fa-angle-double-up {
    margin-top: 20%;
    font-size: 20px;
}
.back-to-top:hover {
    color: white;
    background-color: #000;
    transition: all .5s;
}

.error-pages{
    margin-top: 230px;
}

.error-title {
    font-size: 140px;
    line-height: 140px;
    text-transform: uppercase;
    font-weight: bold;
}

.error-sub-title {
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
}

.bg-error{
    background-color: rgb(255, 255, 255);
    background-image: url(../images/error-texture.png);
}

.bg-coming-soon{
    background-color: rgb(255, 255, 255);
    background-image: url(../images/coming-soon.png);
}

.coming-soon{
    margin-top: 230px;
}

.coming-soon-title{
    font-size: 35px;
    line-height: 35px;
    text-transform: uppercase;
}


/* Pricing Tables */
.pricing-table .list-group{
    box-shadow:none;
    padding-left:1rem;
    padding-right:1rem;
}
.price-title{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}
.price{
    font-size: 3.5em;
    line-height: 1.8em;
    font-weight:600;
    margin-bottom:0;
}
.currency{
    font-size: 35px;
}
.pricing-table .card .card-body .list-group .list-group-item:first-child{
    border-top:0px;
}
.pricing-table .card .card-body .list-group .list-group-item:last-child{
    border-bottom:0px;
}
.pricing-table .card .card-body .list-group .list-group-item{
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.1);
}
.pricing-table.pricing-table-color .card .card-body .list-group .list-group-item{
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.3);
    color: #fff;
}


/* Extra css */

.product-img {
    height: 32px;
}
.product-div {
    width: auto;
    height: auto;
    background: rgba(255, 255, 255, 0);
    padding: 5px;
    text-align: center;
    border: 1px solid rgba(66, 59, 116, 0.15);
    border-radius: 4px;
}
.product-div img {
    width: 40px;
    height: 40px;
}
.customer-img{
    height: 52px;
}

.skill-img{
    height: 35px;
}

.page-title{
    font-size: 20px;
    line-height: 20px;
}

.breadcrumb{
    padding: 0;
    background-color: transparent;
}

.sidebar-menu li a i:first-child {
    margin-right: 10px;
    font-size: 18px;
}

.sidebar-menu li a i:last-child {
    margin-right: 10px;
    font-size: 12px;
}

.lightbox-thumb {
    margin-bottom: 15px;
    width: 100%;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.mail-img{
    width: 50px;
}

.row.row-group>div {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.row.row-group>div:last-child{
    border-right: none;
}

.badge-top {
    position: absolute;
    top: 15px;
}
.users {
    width: 40px;
    margin-right: -16px;
}
.height-100v {
    height: 100vh;
}
.chart-container {
    position: relative;
    height: 330px;
}
.dash-array-chart-box {
    width: 105px;
    height: 90px;
    position: relative;
    top: -15px;
    right: 30px;
}
.font-33 {
    font-size: 33px;
}

.chart-container-1{
    position:relative;
    height:260px;
}

.chart-container-2{
    position:relative;
    height:188px;
}

.chart-container-3{
    position:relative;
    height:188px;
}

.chart-container-4{
    position:relative;
    height:162px;
}

.chart-container-5{
    position:relative;
    height:110px;
}

.chart-container-6{
    position:relative;
    height:205px;
}

.chart-container-7{
    position:relative;
    height:60px;
}
.chart-container-8 {
    position: relative;
    height: 260px;
}
.chart-container-9 {
    position: relative;
    height: 280px;
}
.chart-container-10 {
    position: relative;
    height: 300px;
    top: 20px;
}
.chart-container-11 {
    position: relative;
    height: 280px;
}

.chart-container-12 {
    position: relative;
    height: 160px;
}
.chart-container-13 {
    position: relative;
    height: 240px;
}
.chart-container-14{
    position:relative;
    height:40px;
}
.circle-1{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: grid;
    place-items: center;
}
.circle-2{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: grid;
    place-items: center;
}
.circle-3{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
}



.leadOptionsButton.noteButton {
    display: none;
}

.cp-element-options-button.noteButton, .cp-element-options-button-dark.noteButton {
    display: none;
}

.offerRow {
    display: block;
    padding-left: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 5px;
}

.leadEdti50PlusEditButton {
    float: right;
}



/* Responsive */

@media only screen and (max-width: 1280px){
    .search-bar {
        padding: 0rem 1rem 0 1rem;
    }
}

@media only screen and (max-width: 1199px){

    .row.row-group>div {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .row.row-group>div:last-child{
        border-right: none;
        border-bottom: 0;
    }
}


@media only screen and (max-width: 1024px) {

    .search-bar {
        padding: 0rem 15px;
    }


    .brand-logo{
        position:absolute;
        background: #fff;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .close-btn{
        display:block;
    }
    #sidebar-wrapper .metismenu{
        margin-top:60px;
    }

    .nav-tabs .nav-link{
        padding: 10px 10px;
    }


    #sidebar-wrapper {
        background:#fff;
        position: fixed;
        top: 0px;
        left: -250px;
        z-index: 1000;
        overflow-y: auto;
        width: 250px;
        height: 100%;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        box-shadow: none;
    }

    #sidebar-wrapper .metismenu{
        margin-top:60px;
    }

    .toggle-menu{
        margin-left: 0px;
    }

    .card {
        margin-bottom:25px;
    }

    .card-deck {
        margin-bottom: 0px;
    }

    .card-deck .card {
        margin-bottom: 25px;
    }

    .card-group {
        margin-bottom: 25px;
    }

    .content-wrapper {
        margin-left: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .topbar-nav .navbar{
        padding: 0px 15px;
    }

    .footer {
        position: absolute;
        left: 0px;
    }

    #wrapper:not(.toggled) #sidebar-wrapper {
        position: fixed;
        top: 0px;
        left: 0px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    #wrapper:not(.toggled) .overlay {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1000;
        background: #000;
        opacity: 0.6;
        z-index: 999;
        display: block;
    }

    #wrapper.toggled .toggle-menu{
        margin-left: 0px;
    }

    #wrapper.toggled .content-wrapper {
        margin-left: 0px;

    }

    #wrapper.toggled .footer{
        position: absolute;
        left: 0px;
    }

    .hidden-xs {
        display: none!important;
    }

    .height-100v {
        height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }

}


/*div.row:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) {*/
/*    padding: 0;*/
/*}*/

#noteSmContainer .col-lg-12, #mainDataSmContainer .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
}

#noteSmContainer .btn-link.shadow-none, #mainDataSmContainer .btn-link.shadow-none {
    color: var(--corabMainBlack);
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    #noteContainerBody > div.card-body {
        padding: 0.5rem;
    }

    .distanceRow {
        text-align: center;
    }

    .milestoneContainer {
        display: none;
    }

    #accordion > table > tbody > tr.btn-link {
        font-size: 10px;
    }


    #mainDataSmContainer {
        padding-left: 12px;
        padding-right: 12px;
    }


    .mainTitle {
        font-size: 16px;
    }


    html body.bg-theme.bg-theme2 div#wrapper.mm-show.toggled div.content-wrapper div.container-fluid div.row div.col-md-8.lg-9 div.row div.col-md-12 div.card div.card-body form div.row div.col-lg-3 {
        margin-bottom: 5px;
    }


    .search-btn-mobile{
        display:flex;
    }


    li.list-group-item.bg-transparent div.media.align-items-center div.star {
        font-size: 12px;
    }

    html body div#wrapper.mm-show.toggled div.content-wrapper div.container-fluid div.row div.col-lg-12 section.card div.card-body a.btn.btn-light {
        width: 100%;
        margin-bottom: 5px;
    }

    .search-bar {
        display: none;
    }

    .search-bar input{
        height: 60px;
        border: 1px solid rgba(255, 255, 255, 0);
        background-color: rgba(255, 255, 255, 0);
        border-radius: 0px;
    }

    .search-bar input:focus{
        border: 1px solid rgba(255, 255, 255, 0);
        background-color: rgba(255, 255, 255, 0);
        box-shadow:none;
    }
    .search-bar .btn-search{
        background: rgba(255, 255, 255, 0);
        border: 1px solid rgba(255, 255, 255, 0);
        border-radius: 0px;
        padding: 0 15px !important;
    }

    .search-bar .btn-search-back {
        background: rgba(255, 255, 255, 0);
        border: 1px solid rgba(255, 255, 255, 0);
        padding: 0 15px;
    }

    .search-arrow-back{
        display:flex;
        margin-right: 0px;
    }

    .full-search-bar{
        display: flex;
        align-items: center;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 100;
        background: #fff;
        height: 60px;
        padding: 0rem 0rem;
    }

    .search-btn-mobile{
        display:flex;
    }

    .topbar-nav .navbar .dropdown {
        position: static!important;
    }

    .topbar-nav .navbar .dropdown-menu {
        width: 100% !important;
    }

    #collapsemenu-1 {
        display: flex;
        justify-content: space-between;
        overflow: scroll;
    }
    #collapsemenu-1.collapse:not(.show) {
        display: none;
    }

    .leadOptionsButton, html body div#wrapper.mm-show.toggled div.content-wrapper div.container-fluid div.row div.col-md-8.lg-9 div.row div.col-md-12 div.card div.card-body div.row div.col-md-10 div#accordionmenu div#collapsemenu-1.collapse.show div.btn-group {
        /*display: block;*/
        /*margin-bottom: 1px;*/
        /*width: 100%;*/
        margin-right: 1px;
    }


    .leadOptionsButton.noteButton {
        display: block;
    }


    #navbarSupportedContent2 .form-inline {
        display: grid;
    }

    div#navbarSupportedContent2.navbar-collapse.collapse.show div.btn-group.m-1 {
        display: flex;
    }


    html body div#wrapper.mm-show.toggled div.content-wrapper div.container-fluid div.row div.col-md-8.lg-9 div.row div.col-md-12 div.card div.card-body div.row div.col-md-xl-1 {
        display: none;
    }

    .leadOptionsButton.dropdown-toggle {
        display: none;
    }

    .cp-element-options-button.dropdown-toggle {
        display: none;
    }

    .offerRow {
        display: none;
    }

}

@media (min-width: 768px) and (max-width: 1300px) {
    .leadOptionsButton {
        padding: 5px 5px;
        margin-right: -3px;
    }

    @media only screen and (max-width: 575px){

        .bg-signup2{
            height: 35rem;
            border-radius: 0;
            border-top-left-radius: .25rem;
            border-top-right-radius: .25rem;
        }

        .bg-signin2{
            height: 25rem;
            border-radius: 0;
            border-top-left-radius: .25rem;
            border-top-right-radius: .25rem;
        }

        .bg-reset-password2{
            height: 20rem;
            border-radius: 0;
            border-top-left-radius: .25rem;
            border-top-right-radius: .25rem;
        }

        .search-bar .btn-search{
            padding: 0 20px;
        }

        #navbarSupportedContent2.form-inline {
            display: inline-grid;
        }
    }

}

@media (min-width:1200px) and (max-width:1500px) {
    div.row div.col-12.col-md-6.col-lg-6.col-xl-3 {
        min-width: 33%;
    }

    div.row div.col-12.col-md-12.col-lg-12.col-xl-6 {
        max-width: 33%;
    }
}



/* styl drag & drop uploadu */

.drop-zone {
    width: 100%;
    height: 100px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    color: #cccccc;
    border: 4px dashed #57615d;
    border-radius: 10px;
}

.drop-zone--over {
    border-style: solid;
}

.drop-zone__input {
    display: none;
}

.drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: relative;
}

.drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
}

.select2-results>.select2-results__options {
    max-height: 450px !important;
    overflow-x: hidden;
}

.CalculationLabel {
    margin: 10px;
    color: var(--corabMainGray);
    text-decoration: underline;
    font-size: 14px;
    font-weight: 700;
}

.CalculationEditNote {
    margin:1px 10px 10px 10px;
    font-style: italic;
    font-weight: 300;
    font-size: small;
}

.cp-offer-preview-header {
    color: var(--corabMainGray);
    font-size: 18px;
    text-align: center;
    text-decoration: underline;
    margin-bottom: 20px;
}

.cp-offer-preview-container {
    border-right: 1px solid rgba(75,0,130,0.27);
}

.cp-offer-preview-subtitle {
    margin: 20px;
    font-size: 16px;
}

.cp-offer-preview-content {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}

.select2-search__field::placeholder {
    color: black !important;
    font-size: 1rem !important;
}

.select2-selection--multiple {
    border: 1px solid #ced4da !important;
    height: 38px !important;
    line-height: 1.8rem !important;
    cursor: pointer !important;
}

input[type=checkbox].DA-checkbox
{
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    transform: scale(1.5);
    margin-right: 10px;
    padding: 10px;
}
.DA-title {
    font-size: 15px;
    font-weight: 700;
}

.DA-ul, #DA-myUL {
    list-style-type: none;
}

#DA-myUL {
    margin: 0;
    padding: 0;
}

.DA-caret {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.DA-caret::before {
    content: "\25B6";
    color: black;
    display: inline-block;
    margin-right: 6px;
}

.DA-caret-down::before {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */'
transform: rotate(90deg);
}

.DA-nested {
    display: none;
}

.DA-active {
    display: block;
}

.toggleDescButton {
    color: black;
    font-size: 13px;
    background: transparent;
    border:none;
    font-weight: 500;
    margin-left: 10px;
}

.calc-input-wrapper {
    position: relative;
    margin-bottom: 10px;
}

.calc-input-wrapper.bordered {
    border-radius: 10px;
    border: 1px solid var(--corabGrayBorder);
    padding: 10px;
    margin: 0 10px;
}

table.no-border .fa-toggle-on {
    color: var(--corabMainRed);
}

.calc-input, .select-typ {
    padding: 0 25px;
    border: 1px solid var(--corabGrayBorder);
    border-radius: 10px;
    position: relative;
    height: 40px;
    width: 100%;
    margin-top: 10px;
    line-height: 6ex;
    font-weight: 500;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.calc-label {
    position: absolute;
    top: 0.2ex;
    z-index: 1;
    left: 2em;
    background-color: white;
    padding: 0 5px;
    color: #a0a0a0;
    text-transform: none;
    font-weight: normal;
}

.calc-input > option:focus, .calc-input > option:hover, .calc-input > option:active .calc-input > option:checked .calc-input > option, .select-typ > option:focus, .select-typ > option:hover, .select-typ > option:active .select-typ > option:checked .select-typ > option {
    background-color: var(--corabMainRed) !important;
    color: white !important;
}

table.no-border input{
    border-radius: 10px;
}

.bordered .calc-label {
    top: -1.3ex;
}

.calc-label.with-select2 {
    top: -0.9ex !important;
}

.calc-label.higher {
    top: -1.3ex;
}

.select2-results__option {
    font-size: 12px;
}

.select2-results__option:hover, .select2-results__option:active, .select2-results__option:focus, .select2-results__option.select2-results__option--highlighted {
    background-color: var(--corabMainRed) !important;
    color: white;
}

.offerIntInput {
    border: 1px solid var(--corabGrayBorder);
    border-radius: 10px;
    font-weight: 500;
}

.applyBtn.btn-success:active, .applyBtn.btn-success:not(:disabled):not(.disabled).active, .applyBtn.btn-success:not(:disabled):not(.disabled):active, .show>.applyBtn.btn-success.dropdown-toggle {
    background-color: var(--corabMainRed);
    border-color: var(--corabMainRed);
}

.applyBtn.btn-success {
    background-color: var(--corabMainRed);
    border-color: var(--corabMainRed);
}

.cp-portal-switch-button {
    border: 1px solid var(--corabMainRed) !important;
    color: var(--corabMainRed);
}
.cp-portal-switch-button * {
    transition: transform 0.2s ease-in-out;
    color: var(--corabMainRed);
}

.cp-portal-switch-button:hover * {
    transform: scale(1.05);
    transition: transform 0.2s ease-in-out;
    font-weight: 500 !important;
}

.cp-portal-switch-button-title {
    margin-top:10px;
    font-weight: 300;
    font-size: 160%;
}

.dt-buttons {
    float: none !important;
}

#fileGeneratingOverlay, #fileGeneratingModal {
    opacity: 0;
    transition: opacity 0.5s ease;
}

#fileGeneratingOverlay.visible, #fileGeneratingModal.visible {
    opacity: 1;
}

.fileGeneratingModalLoader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid var(--corabMainRed);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: 10px auto;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

div.ranges {
    width: 100% !important;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-left: 0 !important;
}