body {
    min-width: 350px;
}

.alert {
    width: 100%;
    height: auto;
    top: 70px;
    position: fixed;
    text-align: center;
    z-index: 99;
    display: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.alert .alert-dialog {
    width: 80%;
    max-width: 400px;
    height: auto;
    border-radius: 10px;
    padding: 10px 20px;
    margin: 0 auto;
    background-color: rgb(248, 248, 248);
    border: 1px solid rgb(221, 221, 221);
}

.alert .alert-dialog i {
    font-size: 16px;
    color: red;
    cursor: pointer;
}

.alert .alert-dialog .alert-body {
    padding: 50px 10px;
}

.alert .alert-dialog .alert-body p {
    font-size: 12px;
}

.shadow-bottom {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 3px;
    padding: 15px 0px;
    overflow: hidden;
    direction: rtl;
}

.shadow-bottom h1 {
    display: inline;
    font-size: 14px;
    padding: 15px;
    padding-right: 20px;
    color: #ef394e;
    text-align: right;
}

.shadow-bottom .icon-menu {
    font-size: 20px;
    float: left;
    margin-left: 10px;
    cursor: pointer;
}

#header-logo {
    width: 150px;
    height: auto;
    float: right;
}

#header-logo img {
    width: 120px;
    height: auto;
    float: right;
}

.col-m-header-menu {
    width: 250px;
    height: 100%;
    position: fixed;
    top: 0px;
    right: -250px;
    background-color: rgb(28, 27, 34);
    transition: all .7s;
    z-index: 3;
    overflow-y: auto;
}

.col-m-header-menu ul {
    display: block;
    margin-top: 20px;
}

.col-m-header-menu ul a li {
    display: block;
    padding: 10px 15px;
    margin-top: 1px;
    background-color: rgb(34, 33, 41);
    color: white;
    border-radius: 10px;
    border: 1px solid rgb(58, 56, 70);
}

.icon-menu {
    display: inline;
    font-size: 20px;
    margin-top: 25px;
    float: left;
    margin-left: 20px;
    cursor: pointer;
}

#header-menu {
    display: none;
}

.introduction-nobat {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 20px;
}

.introduction-nobat .card-introduction-nobat {
    width: calc(93% - 40px);
    height: auto;
    margin: 0 auto;
    border-radius: 15px;
     /* border: 2px solid #ebebeb;
     box-shadow: 0 4px 8px 0 rgba(177, 177, 177, 0.2), 0 6px 20px 0 rgba(90, 90, 90, 0.19); */
    padding: 20px 20px;
}

.introduction-nobat .card-introduction-nobat .card-float {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 40px;
}

.introduction-nobat .card-introduction-nobat .card-float .card-nobat {
     /* width: calc(28% - 60px); */
    height: auto;
    min-height: 240px;
    text-align: center;
    padding: 30px;
    margin: 10px auto;
    /* // float: right; */
    border: 1px solid #e4e4e4;
    box-shadow: 0 2px 4px 0 rgba(177, 177, 177, 0.2), 0 3px 10px 0 rgba(90, 90, 90, 0.19);
    border-radius: 20px;
    transition: all 1000ms;
}

.introduction-nobat .card-introduction-nobat .card-float .card-nobat img {
    margin-top: 20px;
}

.introduction-nobat .card-introduction-nobat .card-float .card-nobat h3 {
    color: rgb(255, 0, 76);
    font-size: 16px;
    padding: 10px 0px;
}

.introduction-nobat .card-introduction-nobat .card-float .card-nobat p {
    color: rgb(88, 88, 88);
    font-size: 13px;
    line-height: 25px;
}


/* terms page style */

.terms {
    direction: rtl;
    text-align: right;
    padding: 20px 50px;
}

.terms h1 {
    color: #4d4d4d;
    margin: 30px 0px;
}

.terms h2 {
    color: #2c2c2c;
    margin: 20px 0px;
}

.terms p {
    font-size: 20px;
    color: #4d4d4d;
}

.terms ul {
    margin: 15px;
    list-style-type: disc;
}

.terms ul li {
    font-size: 20px;
    color: #383838;
    margin-top: 15px;
    line-height: 30px;
}


/* about page style */

.about {
    padding: 20px 50px;
    margin: 0 auto;
    direction: rtl;
    margin-top: 20px;
}

.about h1 {
    color: #5e5e5e;
    font-size: 30px;
}

.about h2 {
    color: #505050;
    text-align: center;
    padding: 30px;
    font-size: 22px;
}

.about p {
    font-size: 18px;
    color: #505050;
    line-height: 30px;
    margin-bottom: 20px;
}

.about p b {
    color: #242424;
}

.about p a {
    color: #a31717;
    font-weight: bold;
}


/* panel style code */

.body-panel .aside-menu-panel {
    width: 250px;
    height: 100%;
    position: fixed;
    top: 0px;
    right: -250px;
    overflow-y: auto;
    background-color: rgb(38, 39, 49);
    transition: all .3s;
    z-index: 2;
}

.body-panel .aside-menu-panel .header-aside-panel {
    display: none;
}

.aside-menu-panel .header-aside-panel h3 {
    text-align: center;
    color: white;
    padding: 10px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.aside-menu-panel .profile-panel {
    height: auto;
    text-align: center;
    background-color: rgb(45, 46, 56);
    padding: 10px 0px;
    margin-top: 50px;
}

.aside-menu-panel .profile-panel img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-size: cover;
}

.aside-menu-panel .profile-panel h4 {
    color: rgb(194, 194, 194);
    font-size: 14px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.aside-menu-panel .profile-panel .creadit-panel {
    color: rgb(181, 193, 209);
    font-size: 12px;
    direction: rtl;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.aside-menu-panel .profile-panel .creadit-panel i {
    color: rgb(73, 181, 231);
    font-size: 12px;
}

.aside-menu-panel .profile-panel .creadit-panel a {
    color: rgb(73, 181, 231);
    font-size: 13px;
    margin: 0px 5px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.aside-menu-panel .panel-menu {
    text-align: right;
    overflow: hidden;
    direction: rtl;
    margin-top: 2px;
}

.aside-menu-panel .item-panel-menu,
.aside-menu-panel .item-reponse-panel-menu {
    padding: 10px 20px;
    overflow: hidden;
    text-align: right;
    direction: rtl;
    display: block;
    background-color: rgb(45, 46, 56);
    border-bottom: 2px solid rgb(38, 39, 49);
    cursor: pointer;
}

.aside-menu-panel .response-item-panel {
    height: 0px;
    background-color: rgb(38, 39, 49);
    text-align: right;
    direction: rtl;
    transition: height .8s;
    overflow: hidden;
}

.aside-menu-panel .response-item-panel .item-reponse-panel-menu {
    background-color: rgb(38, 39, 49);
    padding: 10px 35px;
    padding-left: 15px;
}

.aside-menu-panel .panel-menu i {
    color: white;
    font-size: 15px;
    display: inline-block;
    margin-top: 7px;
}

.aside-menu-panel .panel-menu .icon-bottom {
    color: white;
    font-size: 14px;
    display: inline;
    margin-top: 5px;
    float: left;
    transform: rotate(90deg);
    transition: all .3s;
}

.aside-menu-panel .panel-menu span {
    color: white;
    font-size: 12px;
    margin: 0px 10px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.body-panel .content-panel {
    width: 100%;
    height: auto;
    background-color: rgb(255, 255, 255);
}

.body-panel .content-panel .content-header {
    width: 100%;
    height: 50px;
    background-color: rgb(33, 33, 37);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: fixed;
    top: 0px;
    overflow: hidden;
    z-index: 2;
}

.content-header .right-content {
    width: calc(50% - 40px);
    height: 100%;
    float: right;
    overflow: hidden;
    padding: 0px 20px;
    text-align: right;
    direction: rtl;
}

.content-header .right-content i {
    font-size: 16px;
    color: white;
    cursor: pointer;
    float: right;
    margin-top: 15px;
    display: inline;
}

.content-header .right-content .name-panel {
    max-width: 100px;
    display: inline-block;
    margin-top: 6px;
    padding: 10px;
    background-color: rgb(81, 175, 238);
    border-radius: 10px;
    margin-right: 10px;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.content-header .left-content {
    width: calc(50% - 20px);
    height: 50px;
    float: right;
    overflow: hidden;
    padding: 15px 10px;
    text-align: left;
    direction: ltr;
    cursor: pointer;
}

.content-header .left-content .left-icon-header {
    display: inline;
    text-align: left;
    float: left;
    padding: 0px 10px;
    border-right: 1px solid #ffffff;
}

.content-header .left-content i {
    font-size: 14px;
    color: white;
    cursor: pointer;
    float: right;
    margin-top: 5px;
}

.content-header .left-content span {
    display: none;
}

.content-panel .content-panel-container {
    width: 100%;
    height: 500px;
    margin-top: 50px;
}

.col-m-container-panel {
    height: auto;
    background-color: white;
    margin: 10px;
    margin-top: 0px;
    padding: 20px;
    text-align: center;
    direction: rtl;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.col-m-profile-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid #5D4485;
}

.col-m-h {
    padding: 10px;
    text-align: center;
    cursor: pointer;
    font-family: IranNastaliq;
    font-size: 28px;
}

.col-m-row-hidden {
    display: block;
    text-align: right;
    direction: rtl;
    overflow: hidden;
    padding: 10px;
}

.col-m-row {
    display: block;
    text-align: right;
    direction: rtl;
    padding: 10px;
}

.col-m-row-card {
    display: block;
    text-align: right;
    direction: rtl;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.col-m-card {
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
     /* margin: 20px; */
}

.col-m-desc-part {
    display: block;
    text-align: right;
    direction: rtl;
    background-color: rgb(241, 241, 241);
    padding: 10px 20px;
    border-radius: 10px;
    margin: 10px;
    font-size: 13px;
    margin-top: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: rgb(59, 59, 59);
    border: 1px solid rgb(214, 214, 214);
}

.col-m-half {
    width: calc(50% - 42px);
    height: auto;
    float: right;
    padding: 10px;
    margin: 10px;
}

.col-m-half-9 {
    width: calc(90% - 42px);
    height: auto;
    float: right;
    padding: 10px;
    margin: 10px;
}

.col-m-half-8 {
    width: calc(80% - 42px);
    height: auto;
    float: right;
    padding: 10px;
    margin: 10px;
}

.col-m-half-7 {
    width: calc(70% - 42px);
    height: auto;
    float: right;
    padding: 10px;
    margin: 10px;
}

.col-m-half-6 {
    width: calc(60% - 42px);
    height: auto;
    float: right;
    padding: 10px;
    margin: 10px;
}

.col-m-half-4 {
    width: calc(40% - 42px);
    height: auto;
    float: right;
    padding: 10px;
    margin: 10px;
}

.col-m-half-3 {
    width: calc(30% - 42px);
    height: auto;
    float: right;
    padding: 10px;
    margin: 10px;
}

.col-m-half-2 {
    width: calc(20% - 42px);
    height: auto;
    float: right;
    padding: 10px;
    margin: 10px;
}

.col-m-half-1 {
    width: calc(10% - 42px);
    height: auto;
    float: right;
    padding: 10px;
    margin: 10px;
}

.col-m-label {
    display: block;
    color: #ef394e;
    font-size: 12px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.col-m-inline {
    display: inline;
    float: right;
    padding: 10px;
    overflow: hidden;
}

.col-m-inline-hidden-right {
    display: inline;
    text-align: right;
    float: right;
    direction: rtl;
    overflow: hidden;
    padding: 10px;
}

.col-m-inline-hidden-left {
    display: inline;
    text-align: left;
    float: left;
    direction: rtl;
    overflow: hidden;
    padding: 10px;
}

.col-m-icon-i {
    color: rgb(40, 163, 211);
    float: right;
    font-size: 13px;
    margin-top: 5px;
    font-weight: bold;
}

.col-m-span-i {
    color: rgb(31, 133, 173);
    float: right;
    font-size: 13px;
    margin-right: 7px;
}

.col-m-input-text {
    width: calc(95% - 22px);
    max-width: 420px;
    height: auto;
    padding: 7px 10px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    margin-top: 5px;
    overflow: auto;
    color: rgb(48, 48, 48);
    font-size: 12px;
    outline: none;
}

.col-m-input-text:focus {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.col-m-input-pass {
    width: calc(80% - 22px);
    max-width: 420px;
    height: auto;
    padding: 7px 10px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    margin-top: 5px;
    overflow: auto;
    color: rgb(48, 48, 48);
    font-size: 12px;
    outline: none;
}

.col-m-text-area {
    width: 80%;
    max-width: 410px;
    height: auto;
    min-height: 40px;
    padding: 10px 10px;
    border-radius: 5px;
    font-size: 11px;
    border: 1px solid #cccccc;
    margin-top: 5px;
    outline: none;
}

.col-m-select {
    width: calc(100% - 22px);
    max-width: 420px;
    height: auto;
    padding: 7px 10px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    margin-top: 5px;
    overflow: auto;
    color: rgb(48, 48, 48);
    font-size: 12px;
    outline: none;
}

#option_specialty_propertise {
    width: 80%;
    max-width: 400px;
    height: auto;
    max-height: 150px;
    background-color: white;
    overflow-y: auto;
    position: absolute;
    font-size: 12px;
    border: 1px solid rgb(224, 224, 224);
    padding: 7px 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: none;
    z-index: 3;
}

.col-m-warning-transparent {
    display: block;
    font-size: 11px;
    color: rgb(163, 112, 16);
    text-align: right;
    direction: rtl;
}

.col-m-input-submit {
    width: 150px;
    height: auto;
    background-color: rgb(82, 181, 194);
    color: white;
    padding: 10px;
    border-radius: 5px;
    border: none;
    font-size: 12px;
    cursor: pointer;
    margin-top: 20px;
}

.col-m-input-submit:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.col-m-table {
    border-collapse: collapse;
    border-spacing: 5;
    width: 100%;
}

.col-m-table tr th,
.col-m-table tr td {
    text-align: center;
    padding: 8px;
    border: 1px solid #dfdfdf;
    padding: 10px;
    border-radius: 5px;
}

.col-m-table tr th {
    color: #16aca4;
}

.col-m-table tr:nth-child(even) {
    background-color: #f2f2f2
}

.col-m-custom-file-input {
    display: inline-block;
    position: relative;
    color: rgb(44, 44, 44);
    margin-bottom: 20px;
}

.col-m-custom-file-input input {
    visibility: hidden;
    width: 90px;
}

.col-m-custom-file-input::before {
    content: 'آپلود تصویر';
    display: block;
    text-align: center;
    padding: 7px 15px;
    border: 2px solid gray;
    background-color: rgb(241, 241, 241);
    border-radius: 7px;
    cursor: pointer;
    white-space: nowrap;
    outline: none;
    position: absolute;
    font-size: 13px;
    top: 0px;
    left: 0px;
}

.col-m-custom-file-input:hover:before {
    border-color: rgb(35, 136, 128);
    background-color: rgb(69, 202, 191);
    color: white;
}

.col-m-custom-file-input:active:before {
    background-color: rgb(46, 138, 130);
}


/* add time panel style code */

.add-time-panel {
    height: auto;
    min-height: 600px;
    background-color: white;
    padding: 10px;
    text-align: right;
    direction: rtl;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.add-time-panel .calendar-week {
    display: block;
    text-align: center;
    direction: rtl;
    margin-top: 20px;
}

.add-time-panel .calendar {
    width: 90%;
    max-width: 580px;
    height: auto;
    background-color: white;
    border: 1px solid #e4e4e4;
    margin: 0 auto;
    padding: 5px 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.add-time-panel .calendar .header-calendar {
    display: block;
    height: 50px;
    text-align: right;
    overflow: hidden;
}

.add-time-panel .calendar .header-calendar .month-name-calendar {
    width: 60%;
    height: 50px;
    float: right;
}

.add-time-panel .calendar .header-calendar .month-name-calendar p {
    text-align: center;
    font-size: 17px;
    margin-top: 9px;
}

.add-time-panel .calendar .header-calendar .schedule {
    width: calc(40% - 20px);
    height: 50px;
    float: right;
    padding: 0px 10px;
    overflow: hidden;
    text-align: center;
}

.add-time-panel .calendar .header-calendar .schedule .prev-schedule {
    width: calc(25% - 8px);
    height: 30px;
    background-color: rgb(247, 247, 247);
    border: 1px solid rgb(231, 231, 231);
    float: left;
    display: block;
    text-align: center;
    margin: 10px 3px;
    border-radius: 5px;
    cursor: pointer;
}

.add-time-panel .calendar .header-calendar .schedule .prev-schedule i {
    font-size: 18px;
    transform: rotate(270deg);
    display: inline-block;
    margin-top: 6px;
    color: rgb(134, 134, 134);
}

.add-time-panel .calendar .header-calendar .schedule .next-schedule {
    width: calc(25% - 8px);
    height: 30px;
    background-color: rgb(247, 247, 247);
    border: 1px solid rgb(231, 231, 231);
    float: left;
    display: block;
    text-align: center;
    margin: 10px 3px;
    border-radius: 5px;
    cursor: pointer;
}

.add-time-panel .calendar .header-calendar .schedule .next-schedule i {
    font-size: 18px;
    transform: rotate(90deg);
    display: inline-block;
    margin-top: 6px;
    color: rgb(134, 134, 134);
}

.add-time-panel .calendar .header-calendar .schedule .current-schedule {
    width: calc(50% - 8px);
    height: 30px;
    background-color: rgb(247, 247, 247);
    border: 1px solid rgb(231, 231, 231);
    float: left;
    display: block;
    text-align: center;
    margin: 10px 3px;
    border-radius: 5px;
    cursor: pointer;
    color: rgb(94, 94, 94);
}

.add-time-panel .calendar .content-calendar {
    width: 100%;
    height: auto;
}

.add-time-panel .calendar .week-of-month {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.add-time-panel .calendar .week-of-month .day-of-week {
    width: calc(14.2% - 4px);
    height: auto;
    float: right;
    background-color: rgb(247, 247, 247);
    border: 1px solid rgb(231, 231, 231);
    text-align: center;
    margin: 2px 2px;
    padding: 10px 5px;
    border-radius: 5px;
    color: rgb(94, 94, 94);
}

.add-time-panel .calendar .days {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 3px;
}

.add-time-panel .calendar .days .day-null {
    width: calc(14.2% - 12px);
    height: auto;
    float: right;
    text-align: center;
    margin: 1px 1px;
    padding: 10px 5px;
}

.add-time-panel .calendar .days .day-disable {
    width: calc(14.2% - 14px);
    height: auto;
    float: right;
    background-color: rgb(252, 252, 252);
    border: 1px solid rgb(238, 238, 238);
    text-align: center;
    margin: 1px 1px;
    font-size: 13px;
    padding: 10px 5px;
    border-radius: 5px;
    color: rgb(197, 197, 197);
}

.add-time-panel .calendar .days .day {
    width: calc(14.2% - 14px);
    height: auto;
    float: right;
    background-color: #ffffff;
    border: 1px solid rgb(184, 184, 184);
    text-align: center;
    margin: 1px 1px;
    padding: 10px 5px;
    border-radius: 5px;
    font-size: 13px;
    cursor: pointer;
    color: rgb(65, 65, 65);
}

.add-time-panel .calendar .days .day-enable {
    width: calc(14.2% - 16px);
    height: auto;
    float: right;
    background-color: #ffffff;
    border: 2px solid rgb(243, 99, 99);
    text-align: center;
    margin: 1px 1px;
    padding: 9px 5px;
    font-size: 13px;
    border-radius: 5px;
    cursor: pointer;
    color: rgb(65, 65, 65);
}

.create-doctor-time {
    width: 100%;
    height: auto;
    top: 80px;
    position: fixed;
    text-align: center;
    z-index: 5;
    display: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.create-doctor-time .create-add-time {
    width: calc(90% - 20px);
    max-width: 600px;
    height: auto;
    margin: 0 auto;
    background-color: rgb(253, 253, 253);
    border: 1px solid rgb(168, 168, 168);
    border-radius: 20px;
    text-align: right;
    direction: rtl;
    padding: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    overflow: hidden;
}

.create-doctor-time .create-add-time p {
    font-size: 12px;
    color: rgb(82, 82, 82);
    margin-top: 10px;
}

.create-doctor-time .create-add-time .time {
    margin-top: 10px;
    color: #ef394e;
    font-size: 12px;
}

.create-doctor-time .create-add-time .time .horizontal-time {
    width: 42%;
    height: 1px;
    background-color: #ef394e;
    float: left;
    margin-top: 12px;
    margin-left: 2%;
}

.create-doctor-time .create-add-time .time-input {
    width: calc(50% - 40px);
    height: auto;
    margin: 10px 20px;
    margin-bottom: 30px;
    float: right;
}

.create-doctor-time .create-add-time .time-input label {
    float: right;
    font-size: 12px;
}

.create-doctor-time .create-add-time .time-input select {
    width: 50%;
    height: auto;
    overflow-y: auto;
    border: 1px solid #b1b1b1;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 0px 10px;
    float: right;
    font-size: 12px;
}

.create-doctor-time .create-add-time .time-input input {
    width: 35%;
    height: auto;
    overflow-y: auto;
    border: 1px solid #b1b1b1;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 0px 10px;
    float: right;
    font-size: 12px;
}

.create-doctor-time .create-add-time .time-input button {
    height: auto;
    padding: 10px 20px;
    font-size: 11px;
    border-radius: 5px;
    background-color: rgb(39, 149, 167);
    color: white;
    border: none;
    cursor: pointer;
}