.template {
    width: 95%;
}

.chatbox .contacts_body {
    height: calc(100vh - 210px);    
    overflow-y: scroll;
}

.margin-auto {
    margin: auto;
}

.margin-20 {
    margin: 20px;
}

.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
    padding: 20px 0px 20px 0px;
}

.form-control {
    border-radius: 0;
    background: #fff;
    border: 1px solid #016b88;
    color: #000 !important;
    font-weight: 600;
    height: 56px;    
    font-size: 16px;

}

.ant-select-single .ant-select-selector .ant-select-selection-item {
    position: relative;
    user-select: none;
    font-size: 16px;
    font-weight: 600;
}

textarea.ant-input {
    max-width: 100%;
    height: auto;
    min-height: 32px;
    line-height: 1.5715;
    vertical-align: bottom;
    transition: all 0.3s, height 0s;
    font-size: 16px;
    font-weight: 600;
}

nz-select.form-control {
    border-radius: 0;
    background: #fff;
    border: 1px solid #016b88;
    color: #2b2828 !important;
    height: 56px;
    margin: 0px;
    padding: 0px;
    /* height: 100%; */
    width: 100%;
}

.details-card .card-info {
    margin-top: 0px;
    flex-grow: 1;
}

.ant-upload-list-text .ant-upload-span, .ant-upload-list-picture .ant-upload-span {
    display: flex;
    align-items: center;
    display: none !important;   
}

.steps-content {
    margin-top: 16px;
    border: 1px dashed #e9e9e9;
    border-radius: 6px;
    background-color: #fafafa;
    min-height: 200px;
    text-align: center;
    padding-top: 80px;
  }

.steps-action {
    margin-top: 24px;
}

button {
    margin-right: 8px;
}

.steps-line {
    width: 90%;
    margin: auto;
}

.form-add-edit .ant-steps-item-title {
    color: #000 !important;
}

nz-steps.ant-steps-item.form-add-edit.ant-steps-item-active.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
    color: #000 !important;
}

.form-add-edit .ant-steps-item-title {
    color: #000 !important;
}

app-create-souscription nz-steps.ant-steps-item.form-add-edit.ant-steps-item-active.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
    color: rgb(255, 255, 255) !important;
}

nz-steps .ant-steps-item-title {
    color: rgba(0, 0, 0, 1) !important;
}

app-create-souscription nz-steps .ant-steps-item-title {
    color: rgb(255, 255, 255) !important;
}

.form-add-edit .ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
    background-color: #000000 !important;
}

app-create-souscription .form-add-edit .ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
    background-color: #FFF !important;
}

.black-color {
    color: rgba(0, 0, 0, 1) !important;
}

nz-steps  .ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
    color: #000000 !important;
}

app-create-souscription nz-steps  .ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
    color: #ffffff69 !important;
}

.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
    color: rgb(0 0 0) !important;
}

.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
    background-color: #00000069 !important;
}

.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
    background-color: #00000069 !important;
}

.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
    background-color: #00000069 !important;
}


app-create-souscription .ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
    color: #FFFFFF !important;
}

app-create-souscription .ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
    background-color: #FFFFFF69 !important;
}

app-create-souscription .ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
    background-color: #FFFFFF69 !important;
}

app-create-souscription .ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
    background-color: #FFFFFF !important;
}

.anticon svg {
    display: inline-block;
    margin-top: -8px;
    /* color: #ffffff; */
}

.ant-select-multiple .ant-select-selection-item-remove svg {
    display: inline-block;
    color: #036a88;
    margin-top: 0px;
}

.ant-upload.ant-upload-select-picture-card {
    width: 150px;
    height: 150px;
}

.ant-upload.ant-upload-select-picture-card > .ant-upload {
    height: 100%;
    width: 100%;
}

.ant-upload-list-picture-card-container {
    display: inline-block;
    width: 150px;
    height: auto;
    margin: 0 8px 8px 0;
    vertical-align: top;
}

.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye, .ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download, .ant-upload-list-picture-card .ant-upload-list-item-actions .anticon svg {
    display: inline-block;
    color: #FFF !important;
}

.ant-upload-picture-card-wrapper {
    display: inline-block;
    width: auto !important;
}

.table-type .ant-select-single .ant-select-selector .ant-select-selection-item, .ant-select-single .ant-select-selector .ant-select-selection-placeholder {
    padding: 0px;
    line-height: 14px;
    transition: all 0.3s;
}

.ant-upload {
    margin-right: 0px;
}

.table-type .ant-upload.ant-upload-drag {
    height: 40%;
}

.table-type .ant-upload-list-picture .ant-upload-list-item-error, .ant-upload-list-picture-card .ant-upload-list-item-error {
    border-color: #016b88;
}

.table-type .ant-upload-list-picture .ant-upload-list-item-thumbnail .anticon, .ant-upload-list-picture-card .ant-upload-list-item-thumbnail .anticon {
    padding-top: 45px;
    padding-bottom: 75px;
}

.ant-segmented-item-disabled {
    color: none !important;
    cursor: not-allowed;
}

.ant-checkbox-disabled .ant-checkbox-inner {
    background-color: #ffffff !important;
    border-color: #016b88 !important;
    color: #016b88 !important;
}

.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner::after {
    border-color: rgb(1 107 136);
    animation-name: none;
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
    background-color: #036a88;
    display: none;
}

.ant-radio-button-wrapper:not(:first-child)::before {
    display: none;
}

.ant-radio-button-wrapper-checked:not([class*=' ant-radio-button-wrapper-disabled']).ant-radio-button-wrapper:first-child {
    border-right-color: #016b88;
}