body{
    font-family: Arial, microsoft jhengHei, Apple LiGothic, PMingLiU, Heiti !important;
}

body .container {
    width: 100%;
    max-width: 1980px;
}

body .tab-container .row, body .content-container .row {
    margin-left: -15px;
    margin-right: -15px;
}

body .main_content {
    background-color: white;
    /*font-size: 17px;*/
}

.clear {
    clear: both;
}

input {
    outline: 0;
    border: 0;
}

body .main_content {
    padding: 0;
}

.color-red{
    color: #ff0000;
}

.default-partition{margin-bottom:15px;}

.mobile-trigger {
    display: none;
    background-color: rgb(95, 104, 116);
    padding: 15px 30px;
}

.mobile-trigger img {
    cursor: pointer;
}

.tab-row {
    display: block;
}

.tab-row .tab, .tab-date {
    cursor: pointer;
}

.tab-date {
    font-size: 15px;
}

.tab-step {
    color: #e2e2e2;
}

.tab-row .tab {
    border-right: 1px solid #dddddd;
}

.tab-row .tab, .tab-row .date {
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
}

.tab-row .tab.selected {
    background-color: #dddddd;
    cursor: initial;
}

.tab-row .tab.selected .tab-step {
    color: white;
}

.tab-row .tab.selected .tab-title {
    color: #2196f3;
}

.tab-row .tab > div:not(.clear), .tab-row .date > div:not(.clear) {
    float: left;
}

.tab-step {
    margin-right: 70px;
    font-size: 20px;
}

.tab-title {
    font-size: 19px;
    font-weight: 600;
}

.tab-content {
    position: relative;
}

.tab-num {
    font-size: 12px;
    position: absolute;
    top: 10%;
    right: -30px;
    background-color: #ea4f3b;
    color: white;
    text-align: center;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 10px;
    font-size: 12px;
}
.tab-num-padding {
    width:30px;
}

.tab-date-title {
    font-size: 12px;
    margin-right: 20px;
    font-weight: 800;
}

#datepicker {
    width: 100px;
    padding: 0 10px;
    background-color: white;
    color: #48c5f4;
}


.tab-date .text {
    vertical-align: middle;
    margin-right: 10px;
}

.tab-date .icon {
    width: 20px;
    height: 15px;
    margin-bottom: 3px;
}

.tab-date .text {
    color: #01adee;
}

.content-container {
    overflow: auto;
    min-height: 400px;
}

.info-row{
    /*overflow-x: auto;*/
}

.table.info-table {
    display: none;
}

.table.info-table > thead, .table.info-table > tbody {
    width: 100%;
}

.table.info-table th, .table.info-table td {
    border: 0;
    height: 30px;
    line-height: 30px;
}

.table.info-table th {
    background-color: #545454;
    color: white;
}

/*.table.info-table tbody tr:hover {background-color: #8cf1f4;}*/
.appointment_container .table-heading .time {
    width: 20%;
}

.appointment_container .table-heading .name {
    width: 20%;
}

.appointment_container .table-heading .details {
    width: 15%;
}

.appointment_container .table-heading .progess {
    width: 20%;
}
.appointment_container .table-heading .action {
    width: 15%;
}
.appointment_container .table-heading .empty {
    width: 15%;
}

.awaiting_container .table-heading .time {
    width: 25%;
}

.awaiting_container .table-heading .name {
    width: 15%;
}

.awaiting_container .table-heading .details {
    width: 15%;
}

.awaiting_container .table-heading .chatroom_history {
    width: 20%;
}

.awaiting_container .table-heading .status {
    width: 15%;
}

.awaiting_container .table-heading .delete_btn {
    width: 10%;
}

.inprogress_container .table-heading .time {
    width: 20%;
}

.inprogress_container .table-heading .name {
    width: 20%;
}

.inprogress_container .table-heading .details {
    width: 15%;
}

.inprogress_container .table-heading .progess {
    width: 15%;
}

.inprogress_container .table-heading .empty {
    width: 15%;
}

.inprogress_container .table-heading .deli_status {
    width: 15%;
}

.inprogress_container .table-heading .delete_btn {
    width: 10%;
}

.status-btn, .del_button {
    cursor: pointer;
}

.table.info-table .record-container .status2.notconfirm {
    background-color: #ea4f3b;
    color: white;
    width: 100px;
}

.table.info-table .record-container .status2.arrive {
    background-color: #2196f3;
    color: white;
    width: 100px;
}

.table.info-table .record-container .status2.arrived {
    background-color: grey;
    color: white;
    cursor: initial;
    width: 100px;
}

.table.info-table .icon {
    width: 20px;
}

.table.info-table .icon-text {
    vertical-align: middle;
    margin-left: 10px;
}

.table.info-table .icon-text.video {
    color: #60cf3c;
}

.table.info-table .icon-text.clinic {
    color: #64c8f4;
}

.table.info-table .status-btn {
    background-color: #01adef;
    color: white;
    text-align: center;
    line-height: 30px;
    height: 30px;
    border-radius: 5px;
    width: 135px;
}

.status-btn-medium {
    width: 150px !important;
}

.status-btn-long {
    width: 178px !important;
}

.table.info-table .status-btn:hover{
    opacity: 0.9;
}

.table.info-table .status-btn.arrived {
    background-color: #7d7c7c;
}

.table.info-table .status.waiting {
    color: red;
}

.table.info-table .status.pending {
    color: #13efc8;
}

.table.info-table .status.sendingmed {
    color: #e2c428;
}

.table.info-table .status.completed {
    color: #9c9c9c;
}

.table.info-table .client-info > div:not(.clear) {
    float: left;
    vertical-align: middle;
}

.table.info-table .company {
    margin: 5px 0 0 10px;
    font-size: 12px;
    width: auto;
    min-width:60px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    border-radius: 5px;
    color: white;
}

.table.info-table .company.aia {
    background-color: red;
}

.table.info-table .company.Cigna {
    background-color: #07c6fc;
}

tr.aia, tr.Cigna {
    background-color: #baf1f6;
}

/*popup*/
.pop-content .heading-row {
    margin-bottom: 10px;
}

.heading-row .icon {
    width: 15px;
    height: 15px;
}

.heading-row .icon-text {
    vertical-align: middle;
    margin-left: 10px;
}

.client-info-tab {
    border-bottom: 2px white solid;
    padding: 5px;
    cursor: pointer;
}

.client-info-tab.selected {
    border-bottom: 2px orange solid;
    padding: 5px;
    cursor: initial;
    color: #2591c7;
    font-weight: bold;
}

.client-info-content {
    background-color: #ededed;
    padding: 10px;
    height: auto;
    overflow-y: scroll;
}

.client-info-row {
    padding: 10px;
}

.client-info-row > div:not(.clear) {
    float: left;
}

.client-info-row .title {
    width: 30%;
}

.client-info-row .info {
    width: 60%;
}

.client-insur-row {
    padding: 10px;
}

.client-insur-row > div:not(.clear) {
    float: left;
}

.client-insur-row .title {
    width: 50%;
}

.client-insur-row .info {
    width: 50%;
}

.info-item {
    float: left;
    width: 50%;
}

.info-item .icon {
    width: 15px;
    height: 15px;
}

.info-item span {
    vertical-align: middle;
    margin-left: 10px;
}

.benefit-item:not(:last-child) {
    margin-bottom: 5px;
}

.benefit-item .icon {
    width: 15px;
    height: 15px;
}

.benefit-item .info {
    vertical-align: middle;
}

.benefit-item span.txt {
    margin-left: 0;
    font-size: 12px;
}

.benefit-item .nub {
    color: #13efc8;
    margin-left: 0;
}

.up_container {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: gray 1px solid;
}

.my-patinet-container > div:not(.report-heading-row) {
    padding: 30px 0;
}

.Medication_preview_content > .row, .Medication_preview_content .soap_div > .row, .Medication_preview_content {
    padding: 30px 0;
}

.refer_container{
    padding: 30px 0 30px 0;
}

.input-title{
    width: 130px !important;
    line-height: 32px !important;
}

.input-field-long {
    background-color: white ;
    border: gray 1px solid;
    padding: 5px 10px;
    width: 100%;
}

.input-field {
    background-color: white !important;
    border: gray 1px solid !important;
    padding: 5px 10px;
}

.input-field.lab-part {
    width: 90%;
}

.lab_clear, .lab-nil{display:none}

.medication-data-table input[type='checkbox'] {
    margin-left: 8px;
}

.fileSickReferra{
	margin-top:40px;
}
#other_address {
    margin-top: 10px;
    width: 80%;
}

.search-diagnosis, .lab-input, .price-input {
    background-color: white !important;
    border: gray 1px solid;
}

.my-patinet-container input[type='text'] {
    background-color: white !important;
    border: gray 1px solid;
}

.Medication_preview_content .no_border {
    border: none !important;
}

.total-record-field {
    padding: 10px 0px;
}

.step-row {
    margin-bottom: 30px;
}
.step-row.fixedtop{
    position: fixed;
    top: 50px;
    background-color: white;
    z-index: 100;
}

.step-field {
    background-color: rgb(217, 216, 216);
    color: white;
    text-align: center;
    padding: 10px 15px;
    border-radius: 10px;
    width: 180px;
    cursor: pointer;
    float: left;
}

.step-field.completed {
    background: #5cc8fe;
    color: white;
}

.step-field.selected {
    background: #5cc8fe;
    color: white;
}

.step-arrow {
    float: left;
    padding: 10px 5px;
    margin: 0 5px;
}
.step-row>div{
    margin-bottom:15px;
}

.record-container {
    padding: 15px 25px !important;
    background-color: white;
}

.record-container.appointment_container {
    display: table-row-group;
}

.record-row > div:not(.clear) {
    float: left;
}

.record-row {
    border-bottom: 1px dotted rgb(95, 104, 116);
    padding: 10px;
}

.record-mark > div {
    width: 7px;
    height: 7px;
    border-radius: 10px;
    background-color: red;
}

.record-date {
    margin-right: 35px;
}

.record-mark {
    padding-top: 7px;
}

.report_container {
    padding: 30px 25px !important;
}

.report-heading > div:not(.clear) {
    float: left;
    margin-right: 20px;
}

.report-print > div:not(.clear) {
    float: left;
    margin-right: 10px;
}

.report-print {
    padding: 3px 15px;
    background-color: orange;
    border-radius: 5px;
}

.report-print .icon {
    width: 20px;
    height: 20px;
}

.report-print .icon-text {
    vertical-align: middle;
    margin-left: 10px;
}

.report-print {
    cursor: pointer;
}

.report-text {
    padding-top: 12px;
    font-size: 20px;
}

.report-print-container {
    padding-top: 7px;
}

.report-info-row > div:not(.clear) {
    float: left;
}

.report-info-row {
    padding: 10px 0;
}

.report-info-row .title {
    width: 50%;
}

.report-info-row .title .img{
	margin: 0  0 7px 0;
}

.report-info-row .info {
    width: 50%;
}


.report_container > .container > .row:not(.report-heading-row) {
    padding: 30px 0;
}

.report-heading-row {
    margin-bottom: 30px;
}
.report-heading-row .report-heading, .main_content h1.med-option{margin-bottom:15px;}

.bottom-border {
    border-bottom: 1px solid rgb(227, 227, 227);
}

.blue-highlight {
    color: #5cc8fe
}

.diagnosis-container label, .treatment-container label {
    font-weight: initial;
    margin-top: 10px;
}

.search-diagnosis {
    width: 100%;
    padding: 5px 10px;
}

.default-btn {
    background-color: #5cc8fe;
    color: white;
    text-align: center;
    padding: 5px 15px;
    border-radius: 10px;
    width: 150px;
    cursor: pointer;
    display: inline-block;

}
.default-btn:hover{
    text-decoration: none;
    color: white;
}
.diagnosis-container {
    margin-bottom: 15px;
}

.lab-input, .price-input {
    width: 90%;
    padding: 5px 10px;
}

.consultation_price_remark {
    line-height: 33px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.medication-radio {
    line-height: 33px; /*margin-top: 20px; margin-bottom: 10px;*/
}

.table.medication-table th, .info-table .table-heading tr th, .table.info-table td {
    border: 0;
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.table.medication-table th {
    background-color: #3d3d3d;
    color: white;
}
/* 修改藥物處方 */
.table1.medication-table1 th, .info-table .table-heading tr th, .table.info-table td {
    border: 0;
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.table1.medication-table1 th {
    background-color: #3d3d3d;
    color: white;
}

.table > tbody + tbody {
    border-top: 0;
}

/*.table.medication-table input {border:0;}*/
.table.add-row .drugs {
    width: 30%;
}

.add-med {
    color: #5cc8fe;
    text-decoration: underline;
    cursor: pointer;
}

.table.add-col td {
    border: 0 !important;
}

.submit-btn-row > div:not(.clear) {
    float: left;
}

.submit-btn-row #save-btn {
    margin-right: 15px;
    background-color: orange;
}

.medication-table input {
    padding: 5px 10px;
}

.take-method-container img {
    width: 30px;
}

.add-med-row td {
    border-top: 0 !important;
    padding: 20px 8px !important;
}

#unit-select {
    padding: 5px 10px;
    height: 33px;
    border: gray 1px solid;
}

.add-med-row .del-btn {
    cursor: pointer;
    width: 20px;
}

.ansList:focus, .search_field:focus, .ansList.no_match, .search_field.no_match, input[type=text].ansList.no_match {
    background-color: white !important;
}

input.search_field, textarea.search_field {
    background-image: none !important;
}

/*header*/
.top_menu_left {
    float: left;
}

.top_menu_left .menu_pic, .top_menu_left .Dr_profile, .dr_info_container {
    float: left;
}

.top_menu_left .online_btn {
    float: right;
    margin-top: 25px;
}

.top_menu_right.top_setting {
    margin-top: 30px;
    padding: 0 !important;
}

.top_setting a:hover {
    color: white;
    text-decoration: none;
    cursor: pointer;
}

.top_setting > div:not(.clear) {
    float: left;
}

.top_menu #setting_container {
    position: relative;
}

.top_menu .setting_dropdown {
    position: absolute;
    top: 42px;
    left: 0;
    padding: 10px;
    background-color: #fcbd4f;
    z-index: 10000;
    display: none;
}

.top_menu .setting_dropdown ul {
    margin: 0;
    padding: 0;
    width: 180px;
    list-style-type: none;
}

.top_menu .setting_dropdown ul li {
    float: none;
}

.top_menu .setting_dropdown ul li a {
    text-decoration: none;
    color: white;
    padding: 8px 5px;
    display: block;
    border: 0;
    height: initial;
    line-height: initial;
    border-bottom: 1px #b4adad solid;
}

#setting_container > a img, .top_menu .setting_dropdown ul li a img {
    margin-right: 10px;
}

#setting_container > a span, .top_menu .setting_dropdown ul li a span {
    vertical-align: middle;
}

#deli1, #deli2 {
    margin-right: 15px;
}


/*textarea*/
.big_textarea{
    width: 100%;
    height: 164px;
}
/* 文本框自动高度 */
.big_textarea1{

    padding: 5px;
    min-height: 200px;
}


.add-med-row .item_price{
    width: 100px;
}
.remark_container{
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    font-weight: normal;

}
.remark_container:before{
    position: absolute;
    content: '?';
    border: 1px solid white;
    color: white;
    font-size: 12px;
    width: 100%;
    height: 100%;
    line-height: 16px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    top: -4px;
    left: 0;
}
.remark_container:after{
    position: absolute;
    content: '';
    top: 100%;
    left: -100px;
    height: 30px;
    width: 130px;
    display: block;
    display: none;

}
.remark_container:hover:after{
    display: block;
}
.remark_container:hover .remark_content_container{
    display: block;
}
.remark_content_container{
    display: none;
    position: absolute;
    color: #515151;
    font-size: 14px;
    font-weight: normal;
    width: 400px;
    left: -200px;
    background-color: white;
    padding: 15px 20px;;
    border-radius: 10px;
    top: 25px;
    box-shadow: 0px 0px 7px #c7c7c7;
    z-index: 3;
}
.remark_content_container .title{
    text-align: center;
    margin-bottom: 12px;
    font-size: 15px
}

.remark_row{
    position: relative;
    margin-bottom: 5px;
}
.remark_row:last-child{
    margin-bottom: 0;
}
.remark_row .left_col, .remark_row .right_col{
    float: left;
}
.remark_row .left_col{
    width: 100px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.remark_row .right_col{
    /*width: calc(100% - 100px);*/
    margin-left: 100px;
    padding-left: 20px;
    font-size: 12px;
    line-height: 1.8;
}
.remark_row:after{
    content: '';
    display: table;
    clear: both;
}
.action_cell{
    text-align: center;
    border-radius: 7px;
    color: white;
    padding: 7px 0;
    font-size: 13px;
    line-height: 1;
}
.action_cell.red{
    background-color: #ea4f3b;
}
.action_cell.blue{
    background-color: #00aeef;
}
.action_cell.gray{
    background-color: gray;
}

.remark_row_group{
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}
.remark_row_group:first-child{
    padding-top: 0;
}
.remark_row_group:last-child{
    border-bottom: none;
    padding-bottom: 0;
}


.deli_route>div:not(.clear){float:left;}
.deli_route >.deli-left{margin-top:5px; width:10%;}
.deli_route >.deli-right{width:90%;}
.deli-button_group>button{width:125px;}
.deli-right>div:not(.clear){margin-bottom:20px;}
.deli-container input, .deli-container select{border-radius:0 !important;}
.table.deli-table th {background-color: #545454; color: white;}
.table.deli-table > thead, .table.info-table > tbody { width: 100%;}
.table.deli-table th, .table.info-table td {border: 0; height: 30px; line-height: 30px;}
.table.deli-table th { background-color: #545454; color: white;}
.table.deli-table{margin-bottom:50px;}
.main_content .deli-container .row, .deli.settingPanel .row {margin-right: -15px;  margin-left: -15px;}
.btn_bar.deli_back_btn{padding:15px; background-color:white;}
.btn_bar.deli_back_btn>.back_btn{display:block;}
.deli-cancel-btn{padding-bottom:50px; margin-bottom:50px;}
.step-arrow-mobile{display:none; text-align:center;}
.step-arrow-mobile img{width: 20px;}
.qrcode_container>div, .qrcode_container>h1{margin-bottom:15px;}

#video_content .row{margin-right: -15px !important; margin-left: -15px!important;}
.date-outer{position:relative;}

.history_section_container > div.row{
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto;
    overflow: hidden;
}

.history_section_container > div.row.active{
    height: auto;
    overflow: visible;
}
.history_section_container > div.row:nth-child(odd){
    background-color: #efefef;
}
.history_title{
    cursor: pointer;
    position: relative;
    display: inline-block;
}
.main_content h2.history_title{
    margin-bottom: 5px;
}
.history_title:after{
    content: '+';
    position: absolute;
    left: 100%;
    margin-left: 5px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    line-height: 1;
    display: block;
}
.history_section_container > div.row.active .history_title:after{
    content: '-';
}
.history_title:hover{
    color: #00aeef;
}
.common_input{
    background-color: white;
    border: gray 1px solid;
    padding: 5px 10px;
    width: 100%;

}

.popup_form_tb{
    width: 100%;
}
.popup_form_tb th{
    padding-right: 10px;
    width: 70px;
}
.popup_form_tb th, .popup_form_tb td{
    padding-bottom: 10px;
    vertical-align: top;
}
.bpopup{
    display: none;
}
.center{
    text-align: center;
}
.common_textarea{
    width: 100%;
    height: 90px;
    padding: 5px 10px;
    background-color: white;
}
input.error, textarea.error{
    border-color: red;
}
label.error{
    color: red;
}
/* 病假紙日期範圍 */
.sickTd input{
  border: 1px solid #999;

}

@media (max-width: 1130px) {
    .mobile-trigger {
        display: block;
    }

    .tab-row {
        display: none;
    }

    .tab:not(:last-child) {
        border-bottom: 1px dotted rgb(95, 104, 116);
    }

    /*.content-container>.row{width: 1100px;}*/
}


@media screen and (max-width: 1045px) {
    .info-row{
        width: 1045px;
    }
    .deli-button-group button {margin-bottom:15px !important; display: block !important;}
    .deli-title{margin-bottom:15px;}
    .deli-summery{ margin-bottom:15px;}
    .deli-summery>div{overflow: auto; margin-bottom:15px;}

}

@media screen and (max-width: 1024px) {
    .top_menu_left .online_btn {
        margin-top: 0;
    }

    .top_menu_right.top_setting {
        margin-top: 0;
        float: right;
    }

    .top_menu_left .online_btn, .dr_info_container {
        float: none;
        position: initial;
    }

    .top_logo {
        margin-top: 16px !important;
    }

    .top_menu_left .Dr_profile {
        margin-top: 5px;
    }

    .top_menu .setting_dropdown ul li {
        text-align: left;
    }
}

@media screen and (max-width: 1260px) {
    .tab-date-title {
        margin-right: 10px;
    }
}

@media (max-width: 990px) {
    .lab-nil {display: inline;}
    .search-diagnosis{margin-bottom: 20px;}
    .lab-price{margin:10px 0;}
    .text_title{ margin-bottom: 15px;}
}

@media (max-width: 768px) {
    .online_btn span {
        width: 55px;
        line-height: 25px;
        font-size: 13px;
    }

    .top_setting a {
        font-size: 14px;
        line-height: 14px;
        height: 14px;
        padding: 0 10px;
    }
    .add_dia-btn, .add_dia-field{
        float:none !important;
    }
    .add_dia-btn{
        margin-top: 15px !important;
    }
    .lab_clear{
        display:block;
    }
    .lab-price{
        margin: 15px 0;
    }
    .lab-nil{display:inline;}
    .deli-submit button{margin-bottom:15px !important;}
    .deli-cancel-btn{ margin-top:15px;}
    .step-arrow-mobile{display:block; margin-bottom:10px;}
    .step-arrow{display:none;}
    .step-field {float:none; margin: 0 auto 10px auto;}
    .step-row>div {margin-bottom: 10px;}
    .deli-cancel-btn{text-align:left !important;}
    .med-option{margin:15px 0 !important;}
    .my-patinet-container .choose_shipping_show{max-width:initial;}
    .take-method-container>div {margin-bottom:15px;}
    .history_plan_action_row div.col-sm-6{
        margin-bottom: 10px;
    }
}

@keyframes videoing {
    0% {
        opacity: 1; /* 完全不透明 */
    }
    50% {
        opacity: 0; /* 完全透明 */
    }
    100% {
        opacity: 1; /* 再次变为不透明 */
    }
}

.videoing {
    animation: videoing 1.5s infinite; /* 每1秒闪烁一次，无限次数 */
}

.add-duration-pop {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.add-duration-section {
    width: 400px;
    height: 350px;
    background: #fff;
    position: absolute;
    margin-left: -150px;
    margin-top: -150px;
    left: 50%;
    top: 50%;
    padding: 30px 40px;
    box-sizing: border-box;
    border-radius: 10px;
}
.add-duration-input-item {
    margin: 8px 0;
    display: flex;
}
.add-duration-input-item label {
    width: 80px;
}
.add-duration-input-item input {
    border: solid 1px #ccc;
    flex: 1;
}
.add-duration-save-button-box {
    text-align: center;
}
.add-duration-select {
    flex: 1;
    height: 28px;
    border: solid 1px #ccc;
}
.add-duration-save-button {
    width: 150px;
    height: 35px;
    border: 0;
    margin-top: 20px;
    background: #00AAFF;
    color: #fff;
}
@media (max-width: 990px) {
    .add-duration-section {
        width: 80%;
        left: 10%;
        margin-left: 0;
    }
}