body {
    font-family: Roboto, sans-serif;
    color: #314550;
    background: #e4e4e4;
}

#complistbox {
    clear: both;
}

.clearfix::after {
     display: block;
     content: "";
     clear: both;
 }

#apptop {
    position: fixed;
    height: 60px;
    padding: 0;
    background: #314550;
    z-index: 200;
}

#apptop .top-menu-logo {
    display: block;
    width: 160px;
    height: 60px;
    padding-left: 52px;
    position: relative;
    float: left;
    font-style: normal;
    font-weight: bold;
    line-height: 60px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-decoration: none;
}

#apptop .top-menu-logo img {
    position: absolute;
    top: 4px;
    left: 4px;
}

#apptop .menubar {
    position: static;
    float: left;
}

#apptop .top-link {
    height: 50px;
    margin: 0;
    padding: 0 24px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-radius: unset;
    background: transparent;
    color: white;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 52px;
    text-shadow: none;
    transition: background-color 300ms ease;
}

#apptop .top-link:hover {
    background: #2A3B44;
}

#apptop .top-link.on {
    font-weight: 500;
    background: #2A3B44;
    border-bottom: 5px solid #D85251;
}

#apptop .top-nav {
    position: static;
    float: right;
    height: 60px;
}

#apptop .top-nav .top-nav-section {
    height: 60px;
    background: transparent;
    margin: 0;
    padding: 0;
}

#apptop .top-nav .top-nav-section .name {
    height: 60px;
    margin: 0 28px 0 0;
    padding: 0;
    line-height: 60px;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

#apptop .top-nav .top-nav-section a {
    height: 60px;
    margin: 0 28px 0 0;
    padding: 0;
    line-height: 60px;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

#apptop .top-nav .top-nav-section .icon {
    margin: 0;
    width: auto;
    height: auto;
}


#main-content {
    height: 100%;
    position: relative;
    margin-top: 0;
    padding-top: 60px;
    box-sizing: border-box;
}

.bare #main-content {
    padding-top: 0px;
}

#leftcolumn {
    top: 92px;
    left: 24px;
    width: 232px;
    z-index: 10;
}

#leftcolumn .panel-menu {
    margin-bottom: 32px;
    padding: 0;
    background: transparent;
    border: none;
}

#leftcolumn .button-create {
    font-family: Roboto, sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    background: #61869E;
    border: none;
    border-radius: 10px;
    transition: background-color 300ms ease;
}

#leftcolumn .button-create:hover {
    background: #345d73;
}

#leftcolumn .menu-head {
    margin-bottom: 16px;
    padding-left: 12px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #314550;
    background: transparent;
}

#leftcolumn .menu-head.current a {
    color: #314550;
}

#leftcolumn .menu-sub {
    margin-bottom: 4px;
    padding: 6px 8px;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #314550;
    border-radius: 5px;
    background: transparent;
    transition: background-color 300ms ease;
}

#leftcolumn .menu-sub.current,
#leftcolumn .menu-sub:hover {
    background: #dbdbdb;
}

#leftcolumn .menu-sub a {
    position: relative;
    padding-left: 24px;
    white-space: nowrap;
    height: 16px;
    box-sizing: border-box;
    padding-top: 2px;
}

#leftcolumn .menu-sub a:hover {
    text-decoration: none;
}
#leftcolumn .menu-sub .navicon {
    position: absolute;
    top: 50%;
    left: 4px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: 0;
    opacity: 0.5;
    transition: opacity 200ms;
}
#leftcolumn .menu-sub:hover a .navicon {
    opacity: 1;
}
#leftcolumn .menu-sub.current:before {
    display: none;
}
#leftcolumn .pageitem {
    background-size: contain;
}

#maincolumn {
    min-height: 100%;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0;
    padding-top: 40px;
    padding-left: 280px;
    padding-right: 24px;
}

#maincolumn > .tab-panel {
    margin: 0 0 16px;
}

#maincolumn .tabcontainer {
    position: static;
    height: 32px;
    margin-bottom: 16px !important;
}

#maincolumn .tabcontainer li {
    height: 32px;
    margin: 0px 4px 0px 0px;
    padding: 4px 8px;
    border: none;
    border-radius: 12px;
    font-size: 12px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: black;
    background: transparent;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s ease 0s;
    box-sizing: border-box;
}

#maincolumn .tabcontainer li.current {
    font-weight: 500;
}

#maincolumn .tabcontainer li a {
    color: #314550;
}
#maincolumn .tabcontainer li a:hover {
    text-decoration: none;
}

#maincolumn .panel {
    position: static;
}
#maincolumn .panel.panel-main {
    background: #ffffff;
    border-radius: 10px;
    border: none;
    padding: 25px 40px;
}

#maincolumn .new-panel {
    position: relative;
    padding: 64px;
    border: none;
    border-radius: 10px;
    background: #ffffff;
}

#maincolumn .new-panel-small {
    position: relative;
    padding: 24px;
    border: none;
    border-radius: 10px;
    background: #ffffff;
}

#maincolumn .new-panel-small td {
    vertical-align: baseline;
}

#maincolumn .compllist_comp {
    width: 164px;
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 16px 8px;
    box-sizing: border-box;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    transition: box-shadow 200ms;
    box-shadow: 0 0 0 #eaeaea;
}
#maincolumn .compllist_comp:hover {
    box-shadow: 0 0 8px #eaeaea;
}
#maincolumn .compllist_comp_links {
    margin-top: 8px;
}
#maincolumn .compllist_comp_links .button_lil_blu {
    padding: 3px 8px 2px;
    background-color: #61869E;
}
#maincolumn .compllist_comp_links .compllist_comp_label {
    width: auto;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
}
#maincolumn .toolbar {
    padding: 0 0 4px;
}


/*#maincolumn table {*/
    /*border-radius: 10px;*/
    /*overflow: hidden;*/
    /*background: white;*/
/*}*/

/*#maincolumn .table-head {*/
    /*padding: 16px;*/
    /*font-family: Roboto, sans-serif;*/
    /*font-size: 14px;*/
    /*color: #314550;*/
    /*background: white;*/
    /*border-right: none;*/
    /*border-bottom: 1px solid #cbcbcb;*/
/*}*/

/*#maincolumn .table-head:first-child {*/
    /*padding-left: 32px;*/
/*}*/

/*#maincolumn .medrubbe {*/
    /*font-family: Roboto, sans-serif;*/
    /*font-weight: 500;*/
    /*font-size: 12px;*/
    /*line-height: 14px;*/
    /*text-transform: uppercase;*/
    /*color: #314550;*/
/*}*/

#position {
    position: static;
}

.quickfind-wrapper {
    position: relative;
}

.quickfind-icon {
    position: absolute;
}

input#quickfind {
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    padding: 8px 32px 8px 8px;
    background: #ffffff url('/corporate/images/new-icons/search.svg') no-repeat 95% 50%;
    border: none;
    border-radius: 10px;
}

.upgrade-panel {
    background: #314550;
    border-radius: 10px;
    color: white;
}

.upgrade-panel h1 {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 21px;
}

.upgrade-button-wrapper .button-submit {
    float: none;
    width: 180px;
    margin: 32px auto 0;
    padding: 8px;
    border-radius: 10px;
    border: none;
    background: #7aab59;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}

div#ajax_status_box {
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
}

.emarticle .text {
    padding-bottom: 12px;
}

.emarticle .text .headline {
    font-size: 18px;
    margin-bottom: 8px;
}

.emarticle .text p > a {
    padding: 4px 8px;
    background: #C4C4C4;
    border-radius: 5px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
}

.comp-list-box {
    border: none;
    padding: 0;
    position: relative;
}

.comp-list-box .button-toolbar {
    padding: 8px 16px;
    border: none;
    background: #314550;
    border-radius: 10px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #ffffff;
}

.comp-list-box .button-toolbar .navicon {
    display: none;
}

.v2-button {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-weight: bold;
    font-size: 14px;
    border-radius: 10px;
    transition: background-color 300ms;
    cursor: pointer;
}

.v2-button-success {
    padding: 16px 0;
    color: white;
    background: #7aab59;
}

.v2-button-success:hover {
    background: #5f9b44;
}
.v2-button-back,
.v2-button-create {
    position: relative;
    color: white;
    margin-bottom: 8px;
    padding: 16px 0 16px 66px;
    overflow: hidden;
    background-color: #61869E;
    text-align: left;
}
.v2-button-back:hover,
.v2-button-create:hover {
    background-color: #4C697C;
}
.v2-button-back {
    padding: 16px 0;
    margin-bottom: 24px;
    text-align: center;
}
.v2-button-back span {
    margin-right: 16px;
}
.v2-button-toolbar {
    float: left;
    color: #314550;
    margin-bottom: 8px;
    margin-right: 8px;
    padding: 4px 6px;
    overflow: hidden;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    background-color: transparent;
    text-transform: none;
    border: none;
}
.v2-button-toolbar.small {
    font-size: 12px;
    line-height: 14px;
}
.v2-button-toolbar.button-disabled {
    opacity: 0.5;
}
.v2-button-toolbar:hover,
.v2-button-toolbar.button-toolbar-active {
    color: #314550;
    background: white;
}
.v2-button-toolbar img {
    margin-right: 4px;
}
.v2-button-toolbar span {
    vertical-align: middle;
}
.v2-button-submit {
    display: inline-block;
    padding: 12px 16px;
    color: white;
    background: #61869E;
    text-transform: capitalize;
}
.v2-button-submit__right {
    float: right;
}
.v2-button-submit:hover {
    background: #496d86;
}
.v2-button-submit-disabled {
    background: #C4C4C4 !important;
    cursor: not-allowed;
}
.v2-button-abort {
    display: inline-block;
    padding: 12px 16px;
    color: white;
    background: #C4C4C4;
    text-transform: capitalize;
}
.v2-button-abort:hover {
    background: #b0b0b0;
}

.v2-navicon-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 48px;
    padding: 14px 0;
    box-sizing: border-box;
    text-align: center;
    background-color: #4C697C;
}
div.v2-navicon-wrapper img {
    margin: 0;
}

div.menu-sub,
div.toolbar_button_mini_on,
div.toolbar_button_mini_off {
    padding: 8px 16px;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    color: #314550;
    border-radius: 5px;
    cursor: pointer;
}
div.toolbar_button_mini_off {
    opacity: 0.5;
    cursor: auto;
}
div.menu-sub:hover,
div.toolbar_button_mini_on:hover {
    text-decoration: none;
    background: #dbdbdb;
}
div.menu-sub a:hover {
    text-decoration: none;
}

.v2-menu-head {
    margin-bottom: 8px;
    padding: 0 16px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #314550;
}
.v2-formFieldName {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    color: #314550;
}
input[type="text"].v2-left_col_input {
    padding: 8px;
    border: none;
    background: #ffffff;
    border-radius: 5px;
}
.v2-left_col_input-wrapper {
    margin-bottom: 12px;
}
.v2-left_col_input-wrapper td {
    vertical-align: middle;
}
.v2-left_col_input-wrapper td img {
    cursor: pointer;
}
.v2-left_col_select-wrapper select {
    height: 30px;
    border: none;
    background: #ffffff;
    border-radius: 5px;
}

#editor_leftcolumn .menu-sub {
    margin-bottom: 0;
}

.v2-circle-icon-wrapper {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    flex-direction: column;
    align-content: center;
    justify-content: center;

    background: white;
    position:absolute;
    top:-11px;
    right:-3px;
    width: 34px;
    height:34px;
    border-radius: 50%;
    border: 1px solid #61869E;
    box-sizing: border-box;
}
.v2-circle-icon-wrapper img {
    width: 20px;
    height: 20px;
    margin: 0 auto;
}

.v2-breadcrumbs_main {
    margin-bottom: 16px;
    padding-bottom: 24px;
    border-bottom: 1px solid #cbcbcb;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 28px;
    line-height: 1;
    color: #314550;
}
.v2-breadcrumbs_main a {
    color: #314550;
    text-decoration: none;
}
.v2-breadcrumbs_main a:hover {
    text-decoration: underline;
}
.v2-breadcrumbs_main .current-page {
    font-weight: 400;
}

.v2-button-lil {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    color: #314550;
    float: right;
    padding: 8px 16px;
    margin-right: 10px;
    cursor: pointer;
    display: block;
    text-decoration: none;
    border-radius: 10px;
}
.v2-button-lil.button_lil_gray_on {
    background: #d7d7d7;
}
.v2-button-lil.button_lil_gray_on div {
    font-weight: 500;
    color: #314550;
    background: none;
}
.v2-link {
    margin-top: 4px;
    text-align: center;
    color: #61869E;
}
.v2-table {
    width: 100%;
    margin-bottom: 24px ;
    border-collapse: collapse;
    background: white;
    border-radius: 10px;
}
.v2-table .table-row {
    height: 64px;
    background: transparent;
}
.v2-table .table-row:hover {
    background: #edf4f9;
}
.v2-table .table-row .table-body {
    padding: 16px 24px 16px 0;
    vertical-align: middle;
}
.v2-table .table-row .list-comp-link {
    font-size: 14px;
    line-height: 1;
    color: #314550;
    text-decoration: none;
    vertical-align: middle;
}
.v2-table .table-row .folder_label,
.v2-table .table-row .folder_label_hover {
    font-size: 14px;
    line-height: 1;
    color: #314550;
    vertical-align: middle;
}
.v2-table .table-row .list-comp-link:hover {
    text-decoration: underline;
}
.v2-table-head {
    padding: 16px 24px 16px 0;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    border-bottom: 1px solid #CBCBCB;
}
.v2-table-head.table-head-checkbox {
    padding: 16px 24px;
    width: 16px;
}
.v2-table .table-body.table-body-checkbox {
    padding: 16px 24px;
    width: 16px;
}

ul.folder_breadcrumb {
    background: #F2F2F2;
    border-radius: 10px;
    padding: 8px 16px 8px 30px;
    list-style: none;
    margin-bottom: 12px;
}
ul.folder_breadcrumb li span {
    text-decoration: none;
}
ul.folder_breadcrumb li:hover span {
    text-decoration: underline;
}

.ui-draggable-handle {
    cursor: grab;
}

.v2-grayplate {
    position: relative;
    float: left;
    margin-right: 5px;
    padding: 3px 24px 3px 5px;
    font-size: 12px;
    line-height: 24px;
    white-space: nowrap;
}
.v2-grayplate img {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
}
.v2-title {
    margin-bottom: 24px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 28px;
    line-height: 1;
    color: #314550;
}

.v2-main_text {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 16px;
    color: #314550;
}

.v2-formFieldName {
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 14px;
    color: #314550;
}
.v2-unauthenticated_domain_error {
    color: red;
    display: none;
    margin-top: 12px;
}
input.v2-bigput {
    width: 100%;
    max-width: 500px;
    padding: 8px 16px;
    background: #EAEAEA;
    border-radius: 5px;
    border: none;
}
textarea.v2-descr {
    padding: 8px 16px;
    background: #EAEAEA;
    border-radius: 5px;
    border: none;
}

#formpages {
    padding-left: 12px;
}
.formsyspages .current {
    background-image: none !important;
}

div.queryshield {
    width: auto;
    height: auto;
    position: absolute;
    top: 28px;
    left: 0;
    opacity: .5;
    background-color: #fff;
    right: 0;
    bottom: 0;
}

.ul_droplist {
    margin-top: 4px;
    width: 100%;
    border: none;
    border-radius: 5px;
    background-position: 95% 25%;
}
.ul_droplist .current{
    padding: 8px 12px;
    font-size: 14px;
    line-height: 16px;
    color: #314550;
    border: none;
    border-radius: 5px;
}

input[type="text"].half-input {
    width: 100%;
    box-sizing: border-box;
    padding: 8px 38px 8px 8px;
    border: none;
    background: #ffffff;
    border-radius: 5px;
}
div.half-button {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    width: 30px;
    border-radius: 0 5px 5px 0;
    border-left: 1px solid #eaeaea;
    cursor: pointer;
}
div.half-button img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -6px;
}
.email-edit-select {
    box-sizing: border-box;
    width: 100%;
    padding: 8px 8px 8px 6px;
}
.rc-dialog {
    position: relative;
    width: auto;
    margin: 64px;
}
.rc-dialog-wrap {
    position: fixed;
    overflow: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.rc-dialog-title {
    margin: 0;
    font-size: 14px;
    line-height: 21px;
    font-weight: bold;
}
.rc-dialog-content {
    position: relative;
    background-color: #ffffff;
    border: none;
    border-radius: 6px 6px;
    background-clip: padding-box;
    overflow: hidden;
}
.rc-dialog-close {
    cursor: pointer;
    border: 0;
    background: transparent;
    font-size: 21px;
    position: absolute;
    right: 20px;
    top: 12px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    text-decoration: none;
}
.rc-dialog-close-x:after {
    content: '×';
}
.rc-dialog-close:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    text-decoration: none;
}
.rc-dialog-header {
    padding: 13px 20px 14px 20px;
    border-radius: 5px 5px 0 0;
    background: #fff;
    color: #666;
    border-bottom: 1px solid #e9e9e9;
}
.rc-dialog-body {
    padding-top: 50px;
}
.rc-dialog-footer {
    border-top: 1px solid #e9e9e9;
    padding: 10px 20px;
    text-align: right;
    border-radius: 0 0 5px 5px;
}
.rc-dialog-zoom-enter,
.rc-dialog-zoom-appear {
    opacity: 0;
    animation-duration: 0.3s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
    animation-play-state: paused;
}
.rc-dialog-zoom-leave {
    animation-duration: 0.3s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
    animation-play-state: paused;
}
.rc-dialog-zoom-enter.rc-dialog-zoom-enter-active,
.rc-dialog-zoom-appear.rc-dialog-zoom-appear-active {
    animation-name: rcDialogZoomIn;
    animation-play-state: running;
}
.rc-dialog-zoom-leave.rc-dialog-zoom-leave-active {
    animation-name: rcDialogZoomOut;
    animation-play-state: running;
}
@keyframes rcDialogZoomIn {
    0% {
        opacity: 0;
        transform: scale(0, 0);
    }
    100% {
        opacity: 1;
        transform: scale(1, 1);
    }
}
@keyframes rcDialogZoomOut {
    0% {
        transform: scale(1, 1);
    }
    100% {
        opacity: 0;
        transform: scale(0, 0);
    }
}
.rc-dialog-mask {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #373737;
    background-color: rgba(55, 55, 55, 0.6);
    height: 100%;
    filter: alpha(opacity=50);
    z-index: 1050;
}
.rc-dialog-mask-hidden {
    display: none;
}
.rc-dialog-fade-enter,
.rc-dialog-fade-appear {
    opacity: 0;
    animation-duration: 0.3s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
    animation-play-state: paused;
}
.rc-dialog-fade-leave {
    animation-duration: 0.3s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
    animation-play-state: paused;
}
.rc-dialog-fade-enter.rc-dialog-fade-enter-active,
.rc-dialog-fade-appear.rc-dialog-fade-appear-active {
    animation-name: rcDialogFadeIn;
    animation-play-state: running;
}
.rc-dialog-fade-leave.rc-dialog-fade-leave-active {
    animation-name: rcDialogFadeOut;
    animation-play-state: running;
}
@keyframes rcDialogFadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes rcDialogFadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.rc-switch {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 44px;
    height: 22px;
    line-height: 20px;
    padding: 0;
    vertical-align: middle;
    border-radius: 20px 20px;
    border: 1px solid #ccc;
    background-color: #ccc;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.35, 0, 0.25, 1);
}
.rc-switch-inner {
    color: #fff;
    font-size: 12px;
    position: absolute;
    left: 24px;
    top: 0;
}
.rc-switch:after {
    position: absolute;
    width: 18px;
    height: 18px;
    left: 2px;
    top: 1px;
    border-radius: 50% 50%;
    background-color: #fff;
    content: " ";
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
    transform: scale(1);
    transition: left 0.3s cubic-bezier(0.35, 0, 0.25, 1);
    animation-timing-function: cubic-bezier(0.35, 0, 0.25, 1);
    animation-duration: 0.3s;
    animation-name: rcSwitchOff;
}
.rc-switch:hover:after {
    transform: scale(1.1);
    animation-name: rcSwitchOn;
}
.rc-switch:focus {
    box-shadow: 0 0 0 2px #d5f1fd;
    outline: none;
}
.rc-switch-checked {
    border: 1px solid #87d068;
    background-color: #87d068;
}
.rc-switch-checked .rc-switch-inner {
    left: 6px;
}
.rc-switch-checked:after {
    left: 22px;
}
.rc-switch-disabled {
    cursor: no-drop;
    background: #ccc;
    border-color: #ccc;
}
.rc-switch-disabled:after {
    background: #9e9e9e;
    animation-name: none;
    cursor: no-drop;
}
.rc-switch-disabled:hover:after {
    transform: scale(1);
    animation-name: none;
}
.rc-switch-label {
    display: inline-block;
    line-height: 20px;
    font-size: 14px;
    padding-left: 10px;
    vertical-align: middle;
    white-space: normal;
    pointer-events: none;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
@keyframes rcSwitchOn {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.25);
    }
    100% {
        transform: scale(1.1);
    }
}
@keyframes rcSwitchOff {
    0% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.ant-select {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.65);
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    position: relative;
    outline: 0;
    min-width: 100px;
}
.ant-select ul,
.ant-select ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
.ant-select > ul > li > a {
    padding: 0;
    background-color: #fff;
}
.ant-select-arrow {
    display: inline-block;
    font-style: normal;
    vertical-align: -0.125em;
    text-align: center;
    text-transform: none;
    text-rendering: optimizeLegibility;
    position: absolute;
    top: 50%;
    right: 11px;
    line-height: 1;
    margin-top: -6px;
    transform-origin: 50% 50%;
    color: rgba(0, 0, 0, 0.25);
    font-size: 12px;
}
.ant-select-arrow > * {
    line-height: 1;
}
.ant-select-arrow svg {
    display: inline-block;
}
.ant-select-arrow:before {
    display: none;
}
.ant-select-arrow .ant-select-arrow-icon {
    display: block;
}
.ant-select-arrow .ant-select-arrow-icon svg {
    transition: transform .3s;
}
.ant-select-selection {
    outline: none;
    user-select: none;
    box-sizing: border-box;
    display: block;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    border-top-width: 1.02px;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-select-selection:hover {
    border-color: ${({ theme }: any) => theme.SELECT_HOVER};
border-right-width: 1px !important;
}
.ant-select-focused .ant-select-selection,
.ant-select-selection:focus,
.ant-select-selection:active {
    border-color: ${({ theme }: any) => theme.SELECT_HOVER};
outline: 0;
box-shadow: 0 0 0 2px ${({ theme }: any) => theme.SELECT_HOVER_SHADOW};
border-right-width: 1px !important;
}
.ant-select-selection__clear {
    display: inline-block;
    font-style: normal;
    vertical-align: baseline;
    text-align: center;
    text-transform: none;
    text-rendering: auto;
    opacity: 0;
    position: absolute;
    right: 11px;
    z-index: 1;
    background: #fff;
    top: 50%;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.25);
    width: 12px;
    height: 12px;
    margin-top: -6px;
    line-height: 12px;
    cursor: pointer;
    transition: color 0.3s ease, opacity 0.15s ease;
}
.ant-select-selection__clear:before {
    display: block;
}
.ant-select-selection__clear:hover {
    color: rgba(0, 0, 0, 0.45);
}
.ant-select-selection:hover .ant-select-selection__clear {
    opacity: 1;
}
.ant-select-selection-selected-value {
    line-height: 30px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    padding-right: 20px;
}
.ant-select-no-arrow .ant-select-selection-selected-value {
    padding-right: 0;
}
.ant-select-disabled {
    color: rgba(0, 0, 0, 0.25);
}
.ant-select-disabled .ant-select-selection {
    background: #f5f5f5;
    cursor: not-allowed;
}
.ant-select-disabled .ant-select-selection:hover,
.ant-select-disabled .ant-select-selection:focus,
.ant-select-disabled .ant-select-selection:active {
    border-color: #d9d9d9;
    box-shadow: none;
}
.ant-select-disabled .ant-select-selection__clear {
    display: none;
    visibility: hidden;
    pointer-events: none;
}
.ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice {
    background: #f5f5f5;
    color: #aaa;
    padding-right: 10px;
}
.ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice__remove {
    display: none;
}
.ant-select-selection--single {
    height: 32px;
    position: relative;
    cursor: pointer;
}
.ant-select-selection__rendered {
    display: block;
    margin-left: 11px;
    margin-right: 11px;
    position: relative;
    line-height: 30px;
}
.ant-select-selection__rendered:after {
    content: '.';
    visibility: hidden;
    pointer-events: none;
    display: inline-block;
    width: 0;
}
.ant-select-lg {
    font-size: 16px;
}
.ant-select-lg .ant-select-selection--single {
    height: 40px;
}
.ant-select-lg .ant-select-selection__rendered {
    line-height: 38px;
}
.ant-select-lg .ant-select-selection--multiple {
    min-height: 40px;
}
.ant-select-lg .ant-select-selection--multiple .ant-select-selection__rendered li {
    height: 32px;
    line-height: 32px;
}
.ant-select-lg .ant-select-selection--multiple .ant-select-selection__clear {
    top: 20px;
}
.ant-select-sm .ant-select-selection--single {
    height: 24px;
}
.ant-select-sm .ant-select-selection__rendered {
    line-height: 22px;
    margin: 0 7px;
}
.ant-select-sm .ant-select-selection--multiple {
    min-height: 24px;
}
.ant-select-sm .ant-select-selection--multiple .ant-select-selection__rendered li {
    height: 16px;
    line-height: 14px;
}
.ant-select-sm .ant-select-selection--multiple .ant-select-selection__clear {
    top: 12px;
}
.ant-select-sm .ant-select-selection__clear,
.ant-select-sm .ant-select-arrow {
    right: 8px;
}
.ant-select-disabled .ant-select-selection__choice__remove {
    color: rgba(0, 0, 0, 0.25);
    cursor: default;
}
.ant-select-disabled .ant-select-selection__choice__remove:hover {
    color: rgba(0, 0, 0, 0.25);
}
.ant-select-search__field__wrap {
    display: inline-block;
    position: relative;
}
.ant-select-selection__placeholder,
.ant-select-search__field__placeholder {
    position: absolute;
    top: 50%;
    left: 0;
    right: 9px;
    color: #bfbfbf;
    line-height: 20px;
    height: 20px;
    max-width: 100%;
    margin-top: -10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}
.ant-select-search__field__placeholder {
    left: 12px;
}
.ant-select-search__field__mirror {
    position: absolute;
    top: 0;
    left: 0;
    white-space: pre;
    pointer-events: none;
    opacity: 0;
}
.ant-select-search--inline {
    position: absolute;
    height: 100%;
    width: 100%;
}
.ant-select-search--inline .ant-select-search__field__wrap {
    width: 100%;
    height: 100%;
}
.ant-select-search--inline .ant-select-search__field {
    border-width: 0;
    font-size: 100%;
    height: 100%;
    width: 100%;
    background: transparent;
    outline: 0;
    border-radius: 4px;
    line-height: 1;
}
.ant-select-search--inline > i {
    float: right;
}
.ant-select-selection--multiple {
    min-height: 32px;
    cursor: text;
    padding-bottom: 3px;
    zoom: 1;
}
.ant-select-selection--multiple:before,
.ant-select-selection--multiple:after {
    content: "";
    display: table;
}
.ant-select-selection--multiple:after {
    clear: both;
}
.ant-select-selection--multiple .ant-select-search--inline {
    float: left;
    position: static;
    width: auto;
    padding: 0;
    max-width: 100%;
}
.ant-select-selection--multiple .ant-select-search--inline .ant-select-search__field {
    max-width: 100%;
    width: 0.75em;
}
.ant-select-selection--multiple .ant-select-selection__rendered {
    margin-left: 5px;
    margin-bottom: -3px;
    height: auto;
}
.ant-select-selection--multiple .ant-select-selection__placeholder {
    margin-left: 6px;
}
.ant-select-selection--multiple > ul > li,
.ant-select-selection--multiple .ant-select-selection__rendered > ul > li {
    margin-top: 3px;
    height: 24px;
    line-height: 22px;
}
.ant-select-selection--multiple .ant-select-selection__choice {
    color: rgba(0, 0, 0, 0.65);
    background-color: #fafafa;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    cursor: default;
    float: left;
    margin-right: 4px;
    max-width: 99%;
    position: relative;
    overflow: hidden;
    transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    padding: 0 20px 0 10px;
}
.ant-select-selection--multiple .ant-select-selection__choice__disabled {
    padding: 0 10px;
}
.ant-select-selection--multiple .ant-select-selection__choice__content {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    -webkit-transition: margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-select-selection--multiple .ant-select-selection__choice__remove {
    font-style: normal;
    vertical-align: -0.125em;
    text-align: center;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgba(0, 0, 0, 0.45);
    line-height: inherit;
    cursor: pointer;
    font-weight: bold;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: inline-block;
    font-size: 12px;
    transform: scale(0.83333333) rotate(0deg);
    position: absolute;
    right: 4px;
}
.ant-select-selection--multiple .ant-select-selection__choice__remove > * {
    line-height: 1;
}
.ant-select-selection--multiple .ant-select-selection__choice__remove svg {
    display: inline-block;
}
.ant-select-selection--multiple .ant-select-selection__choice__remove:before {
    display: none;
}
.ant-select-selection--multiple .ant-select-selection__choice__remove .ant-select-selection--multiple .ant-select-selection__choice__remove-icon {
    display: block;
}
:root .ant-select-selection--multiple .ant-select-selection__choice__remove {
    font-size: 12px;
}
.ant-select-selection--multiple .ant-select-selection__choice__remove:hover {
    color: #404040;
}
.ant-select-selection--multiple .ant-select-selection__clear {
    top: 16px;
}
.ant-select-allow-clear .ant-select-selection--single .ant-select-selection-selected-value {
    padding-right: 16px;
}
.ant-select-allow-clear .ant-select-selection--multiple .ant-select-selection__rendered {
    margin-right: 20px;
}
.ant-select-open .ant-select-arrow-icon svg {
    transform: rotate(180deg);
}
.ant-select-open .ant-select-selection {
    border-color: ${({ theme }) => theme.SELECT_HOVER};
outline: 0;
box-shadow: 0 0 0 2px ${({ theme }) => theme.SELECT_HOVER_SHADOW};
border-right-width: 1px !important;
}
.ant-select-combobox .ant-select-arrow {
    display: none;
}
.ant-select-combobox .ant-select-search--inline {
    height: 100%;
    width: 100%;
    float: none;
}
.ant-select-combobox .ant-select-search__field__wrap {
    width: 100%;
    height: 100%;
}
.ant-select-combobox .ant-select-search__field {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), height 0s;
    box-shadow: none;
}
.ant-select-combobox.ant-select-allow-clear .ant-select-selection:hover .ant-select-selection__rendered {
    margin-right: 20px;
}
.ant-select-dropdown {
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.65);
    margin: 0;
    padding: 0;
    list-style: none;
    font-variant: initial;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-sizing: border-box;
    z-index: 1050;
    left: -9999px;
    top: -9999px;
    position: absolute;
    outline: none;
    font-size: 14px;
}
.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-bottomLeft,
.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-bottomLeft {
    animation-name: antSlideUpIn;
}
.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-topLeft,
.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-topLeft {
    animation-name: antSlideDownIn;
}
.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
    animation-name: antSlideUpOut;
}
.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-topLeft {
    animation-name: antSlideDownOut;
}
.ant-select-dropdown-hidden {
    display: none;
}
.ant-select-dropdown-menu {
    outline: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    max-height: 250px;
    overflow: auto;
}
.ant-select-dropdown-menu-item-group-list {
    margin: 0;
    padding: 0;
}
.ant-select-dropdown-menu-item-group-list > .ant-select-dropdown-menu-item {
    padding-left: 20px;
}
.ant-select-dropdown-menu-item-group-title {
    color: rgba(0, 0, 0, 0.45);
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
}
.ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:first-child:not(:last-child),
.ant-select-dropdown-menu-item-group:not(:last-child) .ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:last-child {
    border-radius: 0;
}
.ant-select-dropdown-menu-item {
    position: relative;
    display: block;
    padding: 5px 12px;
    line-height: 22px;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.65);
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background 0.3s ease;
}
.ant-select-dropdown-menu-item:hover {
    background-color: ${({ theme }) => theme.SELECT_ITEM_HOVER};
}
.ant-select-dropdown-menu-item:first-child {
    border-radius: 4px 4px 0 0;
}
.ant-select-dropdown-menu-item:last-child {
    border-radius: 0 0 4px 4px;
}
.ant-select-dropdown-menu-item-disabled {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
}
.ant-select-dropdown-menu-item-disabled:hover {
    color: rgba(0, 0, 0, 0.25);
    background-color: #fff;
    cursor: not-allowed;
}
.ant-select-dropdown-menu-item-selected,
.ant-select-dropdown-menu-item-selected:hover {
    background-color: #fafafa;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.65);
}
.ant-select-dropdown-menu-item-active {
    background-color: ${({ theme }: any) => theme.SELECT_ITEM_HOVER};
}
.ant-select-dropdown-menu-item-divider {
    height: 1px;
    margin: 1px 0;
    overflow: hidden;
    background-color: #e8e8e8;
    line-height: 0;
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item {
    padding-right: 32px;
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item .ant-select-selected-icon {
    color: transparent;
    display: inline-block;
    font-size: 12px;
    transform: scale(0.83333333) rotate(0deg);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    font-weight: bold;
    text-shadow: 0 0.1px 0, 0.1px 0 0, 0 -0.1px 0, -0.1px 0;
}
:root .ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item .ant-select-selected-icon {
    font-size: 12px;
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:hover .ant-select-selected-icon {
    color: #ddd;
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-disabled .ant-select-selected-icon {
    display: none;
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected .ant-select-selected-icon,
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected:hover .ant-select-selected-icon {
    color: #1890ff;
    display: inline-block;
}
.ant-select-dropdown-container-open .ant-select-dropdown,
.ant-select-dropdown-open .ant-select-dropdown {
    display: block;
}
@keyframes antSlideUpIn {
    0% {
        opacity: 0;
        transform-origin: 0 0;
        transform: scaleY(0.8);
    }
    100% {
        opacity: 1;
        transform-origin: 0% 0%;
        transform: scaleY(1);
    }
}

@keyframes antSlideUpOut {
    0% {
        opacity: 1;
        transform-origin: 0% 0%;
        transform: scaleY(1);
    }
    100% {
        opacity: 0;
        transform-origin: 0% 0%;
        transform: scaleY(0.8);
    }
}

@keyframes antSlideDownIn {
    0% {
        opacity: 0;
        transform-origin: 100% 100%;
        transform: scaleY(0.8);
    }
    100% {
        opacity: 1;
        transform-origin: 100% 100%;
        transform: scaleY(1);
    }
}

@keyframes antSlideDownOut {
    0% {
        opacity: 1;
        transform-origin: 100% 100%;
        transform: scaleY(1);
    }
    100% {
        opacity: 0;
        transform-origin: 100% 100%;
        transform: scaleY(0.8);
    }
}

@keyframes antSlideLeftIn {
    0% {
        opacity: 0;
        transform-origin: 0% 0%;
        transform: scaleX(0.8);
    }
    100% {
        opacity: 1;
        transform-origin: 0% 0%;
        transform: scaleX(1);
    }
}

@keyframes antSlideLeftOut {
    0% {
        opacity: 1;
        transform-origin: 0% 0%;
        transform: scaleX(1);
    }
    100% {
        opacity: 0;
        transform-origin: 0 0;
        transform: scaleX(0.8);
    }
}

@keyframes antSlideRightIn {
    0% {
        opacity: 0;
        transform-origin: 100% 0;
        transform: scaleX(0.8);
    }
    100% {
        opacity: 1;
        transform-origin: 100% 0;
        transform: scaleX(1);
    }
}

@keyframes antSlideRightOut {
    0% {
        opacity: 1;
        transform-origin: 100% 0;
        transform: scaleX(1);
    }
    100% {
        opacity: 0;
        transform-origin: 100% 0;
        transform: scaleX(0.8);
    }
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
    margin-left: -8px;
    position: absolute;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
    box-sizing: content-box;
    position: absolute;
    border: 8px solid transparent;
    height: 0;
    width: 1px;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
    content: "";
    z-index: -1;
    border-width: 8px;
    left: -8px;
    border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
    top: 0;
    margin-top: -8px;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
    border-top: none;
    border-bottom-color: #f0f0f0;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
    top: -1px;
    border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
    bottom: 0;
    margin-bottom: -8px;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
    border-bottom: none;
    border-top-color: #fff;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
    bottom: -1px;
    border-top-color: #aeaeae;
}

.react-datepicker-wrapper {
    width: 100%;
    display: inline-block;
    padding: 0;
    border: 0;
}

.react-datepicker {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.8rem;
    background-color: #fff;
    color: #000;
    border: 1px solid #aeaeae;
    border-radius: 0.3rem;
    display: inline-block;
    position: relative;
}

.react-datepicker--time-only .react-datepicker__triangle {
    left: 35px;
}

.react-datepicker--time-only .react-datepicker__time-container {
    border-left: 0;
}

.react-datepicker--time-only .react-datepicker__time {
    border-radius: 0.3rem;
}

.react-datepicker--time-only .react-datepicker__time-box {
    border-radius: 0.3rem;
}

.react-datepicker__triangle {
    position: absolute;
    left: 50px;
}

.react-datepicker-popper {
    z-index: 1;
}

.react-datepicker-popper[data-placement^="bottom"] {
    margin-top: 10px;
}

.react-datepicker-popper[data-placement^="top"] {
    margin-bottom: 10px;
}

.react-datepicker-popper[data-placement^="right"] {
    margin-left: 8px;
}

.react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
    left: auto;
    right: 42px;
}

.react-datepicker-popper[data-placement^="left"] {
    margin-right: 8px;
}

.react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle {
    left: 42px;
    right: auto;
}

.react-datepicker__header {
    text-align: center;
    background-color: #f0f0f0;
    border-bottom: 1px solid #aeaeae;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    padding-top: 8px;
    position: relative;
}

.react-datepicker__header--time {
    padding-bottom: 8px;
    padding-left: 5px;
    padding-right: 5px;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
    display: inline-block;
    margin: 0 2px;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
    margin-top: 0;
    color: #000;
    font-weight: bold;
    font-size: 0.944rem;
}

.react-datepicker-time__header {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.react-datepicker__navigation {
    background: none;
    line-height: 1.7rem;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 10px;
    width: 0;
    padding: 0;
    border: 0.45rem solid transparent;
    z-index: 1;
    height: 10px;
    width: 10px;
    text-indent: -999em;
    overflow: hidden;
}

.react-datepicker__navigation--previous {
    left: 10px;
    border-right-color: #ccc;
}

.react-datepicker__navigation--previous:hover {
    border-right-color: #b3b3b3;
}

.react-datepicker__navigation--previous--disabled, .react-datepicker__navigation--previous--disabled:hover {
    border-right-color: #e6e6e6;
    cursor: default;
}

.react-datepicker__navigation--next {
    right: 10px;
    border-left-color: #ccc;
}

.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
    right: 80px;
}

.react-datepicker__navigation--next:hover {
    border-left-color: #b3b3b3;
}

.react-datepicker__navigation--next--disabled, .react-datepicker__navigation--next--disabled:hover {
    border-left-color: #e6e6e6;
    cursor: default;
}

.react-datepicker__navigation--years {
    position: relative;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.react-datepicker__navigation--years-previous {
    top: 4px;
    border-top-color: #ccc;
}

.react-datepicker__navigation--years-previous:hover {
    border-top-color: #b3b3b3;
}

.react-datepicker__navigation--years-upcoming {
    top: -4px;
    border-bottom-color: #ccc;
}

.react-datepicker__navigation--years-upcoming:hover {
    border-bottom-color: #b3b3b3;
}

.react-datepicker__month-container {
    float: left;
}

.react-datepicker__month {
    margin: 0.4rem;
    text-align: center;
}

.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
    display: inline-block;
    width: 4rem;
    margin: 2px;
}

.react-datepicker__input-time-container {
    clear: both;
    width: 100%;
    float: left;
    margin: 5px 0 10px 15px;
    text-align: left;
}

.react-datepicker__input-time-container .react-datepicker-time__caption {
    display: inline-block;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container {
    display: inline-block;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
    display: inline-block;
    margin-left: 10px;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
    width: 85px;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"] {
    -moz-appearance: textfield;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
    margin-left: 5px;
    display: inline-block;
}

.react-datepicker__time-container {
    float: right;
    border-left: 1px solid #aeaeae;
    width: 85px;
}

.react-datepicker__time-container--with-today-button {
    display: inline;
    border: 1px solid #aeaeae;
    border-radius: 0.3rem;
    position: absolute;
    right: -72px;
    top: 0;
}

.react-datepicker__time-container .react-datepicker__time {
    position: relative;
    background: white;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
    width: 85px;
    overflow-x: hidden;
    margin: 0 auto;
    text-align: center;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
    list-style: none;
    margin: 0;
    height: calc(195px + (1.7rem / 2));
    overflow-y: scroll;
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
    box-sizing: content-box;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
    height: 30px;
    padding: 5px 10px;
    white-space: nowrap;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
    cursor: pointer;
    background-color: #f0f0f0;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
    background-color: #216ba5;
    color: white;
    font-weight: bold;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
    background-color: #216ba5;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
    color: #ccc;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
    cursor: default;
    background-color: transparent;
}

.react-datepicker__week-number {
    color: #ccc;
    display: inline-block;
    width: 1.7rem;
    line-height: 1.7rem;
    text-align: center;
    margin: 0.166rem;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable {
    cursor: pointer;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
    border-radius: 0.3rem;
    background-color: #f0f0f0;
}

.react-datepicker__day-names,
.react-datepicker__week {
    white-space: nowrap;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
    color: #000;
    display: inline-block;
    width: 1.7rem;
    line-height: 1.7rem;
    text-align: center;
    margin: 0.166rem;
}

.react-datepicker__month--selected, .react-datepicker__month--in-selecting-range, .react-datepicker__month--in-range,
.react-datepicker__quarter--selected,
.react-datepicker__quarter--in-selecting-range,
.react-datepicker__quarter--in-range {
    border-radius: 0.3rem;
    background-color: #216ba5;
    color: #fff;
}

.react-datepicker__month--selected:hover, .react-datepicker__month--in-selecting-range:hover, .react-datepicker__month--in-range:hover,
.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter--in-selecting-range:hover,
.react-datepicker__quarter--in-range:hover {
    background-color: #1d5d90;
}

.react-datepicker__month--disabled,
.react-datepicker__quarter--disabled {
    color: #ccc;
    pointer-events: none;
}

.react-datepicker__month--disabled:hover,
.react-datepicker__quarter--disabled:hover {
    cursor: default;
    background-color: transparent;
}

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text {
    cursor: pointer;
}

.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover {
    border-radius: 0.3rem;
    background-color: #f0f0f0;
}

.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today {
    font-weight: bold;
}

.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted {
    border-radius: 0.3rem;
    background-color: #3dcc4a;
    color: #fff;
}

.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover,
.react-datepicker__quarter-text--highlighted:hover {
    background-color: #32be3f;
}

.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1 {
    color: magenta;
}

.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2 {
    color: green;
}

.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range {
    border-radius: 0.3rem;
    background-color: #216ba5;
    color: #fff;
}

.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--in-range:hover {
    background-color: #1d5d90;
}

.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected {
    border-radius: 0.3rem;
    background-color: #2a87d0;
    color: #fff;
}

.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover {
    background-color: #1d5d90;
}

.react-datepicker__day--in-selecting-range ,
.react-datepicker__month-text--in-selecting-range ,
.react-datepicker__quarter-text--in-selecting-range {
    background-color: rgba(33, 107, 165, 0.5);
}

.react-datepicker__month--selecting-range .react-datepicker__day--in-range , .react-datepicker__month--selecting-range
.react-datepicker__month-text--in-range , .react-datepicker__month--selecting-range
.react-datepicker__quarter-text--in-range {
    background-color: #f0f0f0;
    color: #000;
}

.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled {
    cursor: default;
    color: #ccc;
}

.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover,
.react-datepicker__quarter-text--disabled:hover {
    background-color: transparent;
}

.react-datepicker__month-text.react-datepicker__month--selected:hover, .react-datepicker__month-text.react-datepicker__month--in-range:hover, .react-datepicker__month-text.react-datepicker__quarter--selected:hover, .react-datepicker__month-text.react-datepicker__quarter--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__month--selected:hover,
.react-datepicker__quarter-text.react-datepicker__month--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover {
    background-color: #216ba5;
}

.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover {
    background-color: #f0f0f0;
}

.react-datepicker__input-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
    border: 1px solid transparent;
    border-radius: 0.3rem;
}

.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
    cursor: pointer;
}

.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
    border-top-color: #b3b3b3;
}

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
    border-top-color: #ccc;
    float: right;
    margin-left: 20px;
    top: 8px;
    position: relative;
    border-width: 0.45rem;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
    background-color: #f0f0f0;
    position: absolute;
    width: 50%;
    left: 25%;
    top: 30px;
    z-index: 1;
    text-align: center;
    border-radius: 0.3rem;
    border: 1px solid #aeaeae;
}

.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
    cursor: pointer;
}

.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
    height: 150px;
    overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
    line-height: 20px;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
    background-color: #ccc;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
    border-bottom-color: #b3b3b3;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
    border-top-color: #b3b3b3;
}

.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
    position: absolute;
    left: 15px;
}

.react-datepicker__close-icon {
    cursor: pointer;
    background-color: transparent;
    border: 0;
    outline: 0;
    padding: 0px 6px 0px 0px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.react-datepicker__close-icon::after {
    cursor: pointer;
    background-color: #216ba5;
    color: #fff;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    padding: 2px;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    content: "\00d7";
}

.react-datepicker__today-button {
    background: #f0f0f0;
    border-top: 1px solid #aeaeae;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    padding: 5px 0;
    clear: left;
}

.react-datepicker__portal {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    display: flex;
    z-index: 2147483647;
}

.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
    width: 3rem;
    line-height: 3rem;
}

@media (max-width: 400px), (max-height: 550px) {
    .react-datepicker__portal .react-datepicker__day-name,
    .react-datepicker__portal .react-datepicker__day,
    .react-datepicker__portal .react-datepicker__time-name {
        width: 2rem;
        line-height: 2rem;
    }
}

.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
    font-size: 1.44rem;
}

.react-datepicker__portal .react-datepicker__navigation {
    border: 0.81rem solid transparent;
}

.react-datepicker__portal .react-datepicker__navigation--previous {
    border-right-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--previous:hover {
    border-right-color: #b3b3b3;
}

.react-datepicker__portal .react-datepicker__navigation--previous--disabled, .react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover {
    border-right-color: #e6e6e6;
    cursor: default;
}

.react-datepicker__portal .react-datepicker__navigation--next {
    border-left-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--next:hover {
    border-left-color: #b3b3b3;
}

.react-datepicker__portal .react-datepicker__navigation--next--disabled, .react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
    border-left-color: #e6e6e6;
    cursor: default;
}

body .info-head {
    background: #61869E;
    margin-bottom: 25px;
}

body .info-head-email {
    margin-bottom: 30px;
}
body .info-head::after {
    border-color: #61869E transparent transparent;
}
.step_body .current div.bar {
    background: #61869E;
}
div.panel-help:before {
   content: url("../images/new-icons/non-react/notification_blue.svg");
}
.bluk-button {
    height: 28px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: rgb(255, 255, 255);
    cursor: pointer;
    margin: 0 0 0 8px;
    padding: 6px 18px;
    background: rgb(49, 69, 80);
    border-radius: 10px;
    transition: background-color 300ms ease 0s;
    box-sizing: border-box;
}
.bluk-button:hover {
    background: rgba(49, 69, 80, 0.7);
}
h2.main-panel-menu-header {
    font-size: 18px;
}
div.main-panel-menu-item {
    margin-bottom: 32px;
}
div.main-panel-menu-item:last-child {
    margin-bottom: 0;
}
.v2-button-triangle-wrapper {
    position: relative;
    display: inline-block;
    padding-right: 18px;
    cursor: pointer;
}
.v2-button-triangle-wrapper::after {
    content: '';
    position: absolute;
    top: 6px;
    right: 2px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #C4C4C4;
    transition: border-top-color 300ms;
}
.active.v2-button-triangle-wrapper::after {
    border-top: 6px solid #314550;
}
.create-email-dropdown-v2 {
    height: 30px;
    border: none;
    background: #ffffff;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 8px 8px 8px 5px;
}
.create-email-form-input-v2 {
    height: 30px;
    border: none !important;
    background: #ffffff;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 8px 8px 8px 8px;
    vertical-align: top;
}
.create-email-form-add-domain-v2 {
    margin-left: 5px;
}
.create-email-form-input-wide-v2 {
    width: 400px !important;
}
.create-email-form-select-narrow-v2 {
    width: 197px !important;
}
.create-email-form-input-narrow-v2 {
    width: 200px;
}
.panel-mail-v2 {
    padding: 0 40px 40px;
}
.comp-list-box-v2 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
}
.v2-edit-mail-narrow-input {
    width: 70px !important;
    box-sizing: border-box;
    padding: 8px;
    border: none !important;
    background: #ffffff;
    border-radius: 5px;
}
.v2-edit-mail-narrow-select {
    width: 117px;
    height: 30px;
    border: none;
    background: #ffffff;
    border-radius: 5px;
    vertical-align: top;
}

.vertical-align::before {
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.vertical-align span {
    vertical-align: middle;
}

.sms-wrapper {
    position: relative;
    padding-right: 400px;
}

.sms-editor-wrapper {
    margin-right: 32px;
    background: #ffffff;
    border-radius: 10px;
    box-sizing: border-box;
}

.sms-preview-wrapper {
    position: absolute;
    width: 400px;
    top: 0;
    right: 0;
}
.sms-preview {
    position: relative;
    width: 312px;
    height: 646px;
    margin: 0 auto;
    background: url("/corporate/images/new-icons/non-react/phone_background.svg") 0 0 no-repeat;
    background-size: contain;
}
.sms-preview-screen {
    position: absolute;
    top: 66px;
    right: 12px;
    left: 12px;
    bottom: 106px;
    background: white;
    overflow: hidden;
}
.sms-preview div.sms {
    left: 24px;
    right: 16px;
    bottom: 24px;
    margin: 0;
    max-width: none;
    background: #EAEAEA;
    border-radius: 20px;
    font-size: 14px;
}
.sms-preview div.sms::after {
    width: 24px;
    height: 24px;
    border: none;
    content: '';
    background: url("/corporate/images/new-icons/non-react/tail.svg") 0 100% no-repeat;
}
.sms-preview div.sms .sms-time {
    top: -19px;
}
.sms-preview div.sms #smspreview {
    box-sizing: border-box;
    padding: 16px;
    word-wrap: break-word;
}
.sms-sender-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: #eaeaea;
    padding: 8px 0;
    z-index: 3;
}
.sms-sender-wrapper img {
    display: block;
    margin: 0 auto 8px;
}
.sms-sender-wrapper #smssender {
    position: static;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
}
.sms-editor-inner {
    padding: 16px 24px;
}
.sms-editor-title {
    font-weight: 500;
    padding: 16px 24px;
    border-bottom: 1px solid #f1f5f7;
}
.sms-block-title {
    margin-bottom: 8px;
}
.sms-block-title-left {
    float: left;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 21px;
    color: #314550;
}
.sms-block-title-right {
    float: right;
}
.sms-block-title-right .v2-button-toolbar {
    margin-bottom: 0;
}
.sms-editor-textarea {
    width: 100%;
    padding: 24px 16px;
    box-sizing: border-box;
    background: #ECF1F5;
    border-radius: 5px;
    border: none;
}
.sms-select {
    display: block;
    width: 270px;
    padding: 8px 16px;
    margin-bottom: 8px;
    background-color: #ECF1F5;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23314550%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: right .7em top 50%;
    background-size: .65em auto;
    box-sizing: border-box;
}
input.sms-input {
    width: 270px;
    padding: 8px 16px;
    margin-bottom: 8px;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    background: #ECF1F5;
    box-sizing: border-box;
}
#maincolumn .panel.panel-warning {
    position: relative;
    padding: 18px 17px 20px 66px;
    border-radius: 5px;
}
.panel-warning:before {
    position: absolute;
    top: 18px;
    left: 18px;
    content: url("/corporate/images/new-icons/non-react/warning.svg");
}

.compllist_comp_img img {
    margin: 0 auto;
}
.compllist_comp_label {
    font-weight: 500;
    font-size: 12px;
    text-align: center;
}


.skip_unsubscribed_wrapper {
    max-width: 300px;
}

.sendout_unsubscribed_label {
    display: block;
    position: relative;
    padding-left: 20px;
}

.sendout_unsubscribed_checkbox {
    position: absolute;
    top: -1px;
    left: 0;
}

.blue-input .ant-select-selection {
    background: #ECF1F5;
    border: none;
}

.v2-querytable {
    border-collapse: collapse;
    width: 100%;
    font-size: 14px;
}

.v2-querytable tfoot tr {
    border-bottom: none !important;
}

.v2-querytable tr {
    border-bottom: 1px #ccc solid !important;
}

.v2-querytable tr th {
    padding: 10px 3px;
    font-weight: 400;
}

.v2-querytable tbody td {
    border-bottom: 1px #ccc solid !important;
    padding: 15px 3px;
    vertical-align: middle;
}

.v2-querytable .navicon {
    margin: 0 20px;
}

.v2-querytable tbody .firstcol {
    text-align: left;
    font-style: italic
}

.v2-querytable thead .firstcol {
    text-align: left;
    min-width: 120px
}

.v2-querytable .valcol {
    text-align: center;
    width: 80px
}

.v2-form {
    overflow: auto;
    margin-bottom: 10px;
    font-size: 14px;
}

.v2-checkbox {
    margin: 0 20px 0 30px;
    width: 16px;
    height: 16px;
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #314550;
    display: inline-block;
    position: relative;
    top: 2px;
}

.v2-checkbox:checked {
    border: 1px solid #314550;
}

.v2-checkbox:checked:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    color: #314550;
    bottom: -1px;
    left: 1px;
}

.v2-checkbox:focus {
    outline: none;
}

.v2-step_body {
    padding-bottom: 23px;
}

.v2-step_body .step {
    font-size: 14px;
}

.v2-step_body .step .bar {
    height: 15px;
    background: #CBCBCB;
}

.v2-select-dropdown {
    width: 145px;
    height: 34px;
    background: #ffffff;
    border-radius: 10px;
    padding: 0 20px;
}

.v2-button-back {
    display: inline-block;
    padding: 12px 16px;
    color: #314550;
    background: transparent;
    text-transform: capitalize;
    margin-bottom: 0;
}

.v2-button-back:hover {
    background: transparent;
}

.v2-bigoptiontable2 td {
    padding: 0 10px 30px 0
}

.v2-info-head {
    padding: 8px 15px;
}

.v2-mail-verify-scheduled-error {
    color: red;
    display: none;
}

.v2-mail-verify-scheduled-error td {
    padding-top: 5px;
}
